1 2013-04-05 Zan Dobersek <zdobersek@igalia.com>
3 Unreviewed GTK gardening.
5 * platform/gtk/TestExpectations: Removing a couple of expectations for tests that are now passing.
7 2013-04-05 Krzysztof Czech <k.czech@samsung.com>
9 [EFL] New baseline for accessibility/aria-option-role.html
10 https://bugs.webkit.org/show_bug.cgi?id=114006
12 Unreviewed, EFL gardening.
14 * platform/efl-wk1/TestExpectations:
15 * platform/efl-wk2/TestExpectations:
16 * platform/efl/accessibility/aria-option-role-expected.txt: Added.
18 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
20 Change class_as_selector-expected.html to be a ref-test
21 https://bugs.webkit.org/show_bug.cgi?id=113970
23 Reviewed by Geoffrey Garen.
25 The test checks style can be applied to text with a CSS class.
26 The reference is done by applying a style attribute directly
29 * css1/basic/class_as_selector-expected.html: Added.
30 * platform/efl/css1/basic/class_as_selector-expected.png: Removed.
31 * platform/efl/css1/basic/class_as_selector-expected.txt: Removed.
32 * platform/gtk/css1/basic/class_as_selector-expected.txt: Removed.
33 * platform/mac/css1/basic/class_as_selector-expected.png: Removed.
34 * platform/mac/css1/basic/class_as_selector-expected.txt: Removed.
35 * platform/qt/css1/basic/class_as_selector-expected.png: Removed.
36 * platform/qt/css1/basic/class_as_selector-expected.txt: Removed.
38 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
40 Unskip 3 backface-visibility tests on OS X
42 * platform/mac/TestExpectations:
43 The 3 pixel tests pass on WebKit1 and WebKit2.
45 2013-04-04 Simon Fraser <simon.fraser@apple.com>
47 Page content missing when flipping from an empty layer to a tiled layer
48 https://bugs.webkit.org/show_bug.cgi?id=113977
49 <rdar://problem/13444219>
51 Reviewed by Tim Horton.
53 Ref test that adds visible content to a larger layer.
55 * compositing/tiling/empty-to-tiled-expected.html: Added.
56 * compositing/tiling/empty-to-tiled.html: Added.
58 2013-04-04 Eric Carlson <eric.carlson@apple.com>
60 Unreviewed, fix a test and some results missed in r147675
62 * media/media-captions-expected.txt:
63 * media/video-controls-captions-trackmenu-localized.html:
64 * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
66 2013-04-04 Dave Michael <dmichael@chromium.org>
68 Make fast/events/tabindex-focus-blur-all.html disallow Java so the test runs the same regardless of platform/port
69 https://bugs.webkit.org/show_bug.cgi?id=113950
71 Reviewed by Jer Noble.
73 This hopefully fixes the test failure seen on Apple Mountain Lion WK2:
74 http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK2%20(Tests)/r147640%20(7636)/results.html
75 that was introduced in https://bugs.webkit.org/show_bug.cgi?id=32292
77 * fast/events/resources/tabindex-focus-blur-all.js: Make the test disallow Java execution. Otherwise, <applet> is focusible on platforms that support Java by default and not focusible elsewhere.
79 2013-04-04 Eric Carlson <eric.carlson@apple.com>
81 [Mac] add "automatic" text track menu item
82 https://bugs.webkit.org/show_bug.cgi?id=113822
84 Reviewed by Jer Noble.
86 * media/media-captions.html: Opportunistic fix - don't look at state until we get the 'canplaythrough'
87 event because the media engine state may not have been processed until that time.
88 * media/track/track-cue-container-rendering-position.html: Don't assume that a cue has been
89 rendered immediately when the 'canplaythrough' event comes through.
90 * media/track/track-cue-rendering-mode-changed.html: Ditto.
91 * media/track/track-in-band-expected.txt: Don't check if cues have loaded, it doesn't matter
93 * media/track/track-in-band.html: Ditto.
94 * media/track/track-user-preferences-expected.txt: Changed name of utility function from
95 menuIndexForLanguage to indexOfMenuItemBeginningWith.
96 * media/track/track-user-preferences.html: Move menuIndexForLanguage to trackmenu-test.js and
97 change name to indexOfMenuItemBeginningWith. Clarify the message logged when a track loads
99 * media/trackmenu-test.js: Move some functions here from track-user-preferences.html
101 (indexOfMenuItemBeginningWith):
102 (selectCaptionMenuItem):
103 * media/video-controls-captions-trackmenu-sorted.html: Update for new menu item.
104 * media/video-controls-captions-trackmenu.html: Ditto.
105 * platform/mac/media/video-controls-captions-trackmenu-expected.txt: Ditto.
106 * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: Ditto.
108 2013-04-04 Glenn Adams <glenn@skynav.com>
110 [EFL] Unreviewed gardening. Rebaseline after r147588. Remove overridden pixel results.
112 * platform/efl/fast/text/international/003-expected.png: Removed.
113 * platform/efl/fast/text/international/text-combine-image-test-expected.png: Removed.
114 * platform/efl/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed.
116 2013-04-04 Glenn Adams <glenn@skynav.com>
118 [EFL] Unreviewed gardening. Rebaseline after r147588. Update pixel expectations.
120 * platform/efl-wk1/fast/text/international/003-expected.png: Added.
121 * platform/efl-wk1/fast/text/international/text-combine-image-test-expected.png: Added.
122 * platform/efl-wk1/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
123 * platform/efl-wk2/fast/text/international/003-expected.png: Added.
124 * platform/efl-wk2/fast/text/international/text-combine-image-test-expected.png: Added.
125 * platform/efl-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
127 2013-04-04 Oliver Hunt <oliver@apple.com>
129 Exception stack unwinding doesn't handle inline callframes correctly
130 https://bugs.webkit.org/show_bug.cgi?id=113952
132 Reviewed by Geoffrey Garen.
136 * fast/js/js-correct-exception-handler-expected.txt: Added.
137 * fast/js/js-correct-exception-handler.html: Added.
138 * fast/js/script-tests/js-correct-exception-handler.js: Added.
144 2013-04-04 Glenn Adams <glenn@skynav.com>
146 [EFL] Unreviewed gardening. Rebaseline after r147588.
148 * platform/efl-wk1/fast/text/international: Added.
149 * platform/efl-wk1/fast/text/international/003-expected.txt: Added.
150 * platform/efl-wk1/fast/text/international/text-combine-image-test-expected.txt: Added.
151 * platform/efl-wk1/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
152 * platform/efl-wk2/fast/text/international/003-expected.txt: Added.
153 * platform/efl-wk2/fast/text/international/text-combine-image-test-expected.txt: Added.
154 * platform/efl-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
155 * platform/efl/fast/text/international/003-expected.txt: Removed.
156 * platform/efl/fast/text/international/text-combine-image-test-expected.txt: Removed.
157 * platform/efl/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Removed.
159 2013-04-04 Sheriff Bot <webkit.review.bot@gmail.com>
161 Unreviewed, rolling out r147662.
162 http://trac.webkit.org/changeset/147662
163 https://bugs.webkit.org/show_bug.cgi?id=113955
165 The change r147662 breaks fast/regions/fixed-pos-elem-in-
166 region.html (Requested by benjaminp on #webkit).
168 * fast/inline/inline-with-empty-inline-children-expected.txt:
169 * fast/inline/inline-with-empty-inline-children.html:
171 2013-04-04 Roger Fong <roger_fong@apple.com>
173 Unreviewed. AppleWin port gardening.
175 * platform/win/TestExpectations:
177 2013-04-04 Roger Fong <roger_fong@apple.com>
179 Unreviewed. AppleWin port gardening.
181 * platform/win/TestExpectations:
182 * platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
184 2013-04-04 Robert Hogan <robert@webkit.org>
186 REGRESSION(r142152): Text wraps in menu
187 https://bugs.webkit.org/show_bug.cgi?id=113706
189 Reviewed by David Hyatt.
191 * fast/inline/inline-with-empty-inline-children-expected.txt:
192 * fast/inline/inline-with-empty-inline-children.html:
194 2013-04-04 Chris Fleizach <cfleizach@apple.com>
196 AX:File upload button has wrong label
197 https://bugs.webkit.org/show_bug.cgi?id=113924
199 Reviewed by David Kilzer.
201 * platform/iphone-simulator/accessibility/file-upload-button-expected.txt: Added.
202 * platform/iphone-simulator/accessibility/file-upload-button.html: Added.
204 2013-04-04 Emil A Eklund <eae@chromium.org>
206 Change RenderFrameSet::computeEdgeInfo to use m-rows/m_cols directly
207 https://bugs.webkit.org/show_bug.cgi?id=113825
209 Reviewed by Eric Seidel.
211 Add test for accessing an invalid frame.
213 * fast/frames/invalid-frameset-compute-edge-expected.html: Added.
214 * fast/frames/invalid-frameset-compute-edge.html: Added.
216 2013-04-04 Christophe Dumez <ch.dumez@sisa.samsung.com>
218 [Cairo] Fix canvas drawing of SVG-based patterns and remove NativeImageCairo
219 https://bugs.webkit.org/show_bug.cgi?id=113929
221 Reviewed by Martin Robinson.
223 Add EFL / GTK pixels results for svg/canvas/canvas-pattern-svg.html now that
224 the test passes for cairo-based ports.
226 * platform/efl/svg/canvas/canvas-pattern-svg-expected.png: Added.
227 * platform/gtk/svg/canvas/canvas-pattern-svg-expected.png: Added.
229 2013-04-04 Xidorn Quan <quanxunzhen@gmail.com>
231 REGRESSION (r145870): Can't get insertion point to appear in some input and textareas on wordpress
232 https://bugs.webkit.org/show_bug.cgi?id=113591
234 Reviewed by Simon Fraser.
236 * fast/borders/border-radius-child-expected.txt: Added.
237 * fast/borders/border-radius-child.html: Added.
239 2013-04-04 Christophe Dumez <ch.dumez@sisa.samsung.com>
241 Regression(r142765) Broke Custom SVG cursors and SVG canvas drawing for Chromium
242 https://bugs.webkit.org/show_bug.cgi?id=113420
244 Reviewed by Stephen White.
246 Add layout test to check that drawing canvas patterns containing SVG images works.
248 * platform/chromium-linux/svg/canvas/canvas-pattern-svg-expected.png: Added.
249 * svg/canvas/canvas-pattern-svg-expected.txt: Added.
250 * svg/canvas/canvas-pattern-svg.html: Added.
252 2013-04-04 Seokju Kwon <seokju.kwon@gmail.com>
254 [SOUP] inspector/timeline/timeline-receive-response-event.html fails
255 https://bugs.webkit.org/show_bug.cgi?id=113860
257 Reviewed by Xan Lopez.
259 Copy the results of inspector/timeline/timeline-receive-response-event.html
260 to the efl and gtk platform dir.
261 Because test files are bigger than buffer size of ResourceHandleSoup.
263 * platform/efl/TestExpectations:
264 * platform/efl/inspector/timeline/timeline-receive-response-event-expected.txt: Added.
265 * platform/gtk/TestExpectations:
266 * platform/gtk/inspector/timeline/timeline-receive-response-event-expected.txt: Added.
268 2013-04-04 Jochen Eisinger <jochen@chromium.org>
270 [EFL][Qt] The layout test fast/loader/url-selected-user-gesture.html is failing.
271 https://bugs.webkit.org/show_bug.cgi?id=113930
273 Reviewed by Antti Koivisto.
275 * fast/loader/url-selected-user-gesture.html:
277 2013-04-04 Seokju Kwon <seokju.kwon@gmail.com>
279 [Qt] WebSocket errors should be logged to console
280 https://bugs.webkit.org/show_bug.cgi?id=113842
282 Reviewed by Jocelyn Turcotte.
284 * platform/qt/TestExpectations:
285 * platform/qt/http/tests/inspector/console-websocket-error-expected.txt: Added.
287 2013-04-04 Ádám Kallai <kadam@inf.u-szeged.hu>
289 [Qt] Unreviewed gardening.
291 * platform/qt/TestExpectations: Skipped some failing tests.
292 * platform/qt/fast/borders/rtl-border-04-expected.png: Updated after r147588.
293 * platform/qt/fast/borders/rtl-border-04-expected.txt: Updated after r147588.
295 2013-04-04 Glenn Adams <glenn@skynav.com>
297 [Mac] Unreviewed gardening. Rebaseline after r147588.
299 * platform/mac-lion/fast/text/international/text-combine-image-test-expected.png:
300 * platform/mac-lion/fast/text/international/text-combine-image-test-expected.txt:
301 * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
302 * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
303 * platform/mac-wk2/fast/text: Added.
304 * platform/mac-wk2/fast/text/international: Added.
305 * platform/mac-wk2/fast/text/international/003-expected.png: Added.
306 * platform/mac-wk2/fast/text/international/text-combine-image-test-expected.png: Added.
307 * platform/mac-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
308 * platform/mac/fast/text/international/003-expected.png:
309 * platform/mac/fast/text/international/003-expected.txt:
310 * platform/mac/fast/text/international/text-combine-image-test-expected.png: Added.
311 * platform/mac/fast/text/international/text-combine-image-test-expected.txt:
312 * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
313 * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
315 2013-04-03 Gyuyoung Kim <gyuyoung.kim@samsung.com>
317 [EFL] Add a decoration image to search input field
318 https://bugs.webkit.org/show_bug.cgi?id=113552
320 Reviewed by Laszlo Gombos.
322 Rebaseline related to input search field.
324 * platform/efl/fast/css/input-search-padding-expected.png:
325 * platform/efl/fast/css/input-search-padding-expected.txt:
326 * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.png:
327 * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
328 * platform/efl/fast/css/text-overflow-input-expected.png:
329 * platform/efl/fast/css/text-overflow-input-expected.txt:
330 * platform/efl/fast/forms/box-shadow-override-expected.png:
331 * platform/efl/fast/forms/box-shadow-override-expected.txt:
332 * platform/efl/fast/forms/control-restrict-line-height-expected.png:
333 * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
334 * platform/efl/fast/forms/input-appearance-height-expected.png:
335 * platform/efl/fast/forms/input-appearance-height-expected.txt:
336 * platform/efl/fast/forms/placeholder-position-expected.png:
337 * platform/efl/fast/forms/placeholder-position-expected.txt:
338 * platform/efl/fast/forms/placeholder-pseudo-style-expected.png:
339 * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
340 * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png:
341 * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt:
342 * platform/efl/fast/forms/searchfield-heights-expected.png:
343 * platform/efl/fast/forms/searchfield-heights-expected.txt:
344 * platform/efl/fast/repaint/search-field-cancel-expected.png:
345 * platform/efl/fast/repaint/search-field-cancel-expected.txt:
346 * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
347 * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
349 2013-04-03 Gyuyoung Kim <gyuyoung.kim@samsung.com>
351 Unreviewed gardening. Below tests aren't related to bug 87619. It just needs to do rebaseline.
353 * platform/efl/TestExpectations:
354 * platform/efl/fast/forms/number/number-appearance-rtl-expected.png:
355 * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt:
356 * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
357 * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
358 * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
359 * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
361 2013-04-03 Kent Tamura <tkent@chromium.org>
363 Input value/placeholder is not redrawn when the input height grows
364 https://bugs.webkit.org/show_bug.cgi?id=113845
366 Reviewed by Ojan Vafai.
368 * fast/forms/text/text-height-grow-expected.html: Added.
369 * fast/forms/text/text-height-grow.html: Added.
371 2013-04-03 Glenn Adams <glenn@skynav.com>
373 [GTK] Unreviewed gardening. Rebaseline after r147588.
375 * platform/gtk-wk1/fast/writing-mode: Added.
376 * platform/gtk-wk1/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
378 2013-04-03 Glenn Adams <glenn@skynav.com>
380 [Chromium] Unreviewed gardening. Rebaseline after r147588.
382 * platform/chromium-mac-lion/fast/text/international/003-expected.png:
383 * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.png:
384 * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.txt:
385 * platform/chromium-mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
386 * platform/chromium-mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
387 * platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.png: Removed.
388 * platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.txt: Removed.
389 * platform/chromium-mac-snowleopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
390 * platform/chromium-mac/fast/text/international/003-expected.png:
391 * platform/chromium-mac/fast/text/international/003-expected.txt: Added.
392 * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png:
393 * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt:
394 * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
395 * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
396 * platform/chromium-win/fast/text/international/003-expected.png:
397 * platform/chromium-win/fast/text/international/003-expected.txt:
398 * platform/chromium-win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
399 * platform/chromium/TestExpectations:
400 * platform/chromium/fast/text/international/003-expected.txt: Removed.
402 2013-04-03 Roger Fong <roger_fong@apple.com>
404 Unreviewed. AppleWin port gardening.
406 * platform/win/TestExpectations:
407 * platform/win/fast/lists/inlineBoxWrapperNullCheck-expected.txt: Added.
409 2013-04-03 Dave Michael <dmichael@chromium.org>
411 Unable to focus on embedded plugins such as Flash via javascript focus()
412 https://bugs.webkit.org/show_bug.cgi?id=32292
414 Reviewed by Ryosuke Niwa.
416 Add/update testing to ensure embed, object, and applet tags now support
417 focus except when plugin content did not load.
419 * fast/events/resources/tabindex-focus-blur-all-frame1.html: Change embed and object
420 elements to reference an invalid plugin, to be consistent with applet. These
421 element types are not focusable when there is valid plugin content.
422 * fast/events/resources/tabindex-focus-blur-all-frame2.html: Same as above.
423 * fast/events/resources/tabindex-focus-blur-all-iframe1.html: Same as above.
424 * fast/events/resources/tabindex-focus-blur-all-iframe2.html: Same as above.
425 * java/focus-expected.txt: Added.
426 * java/focus.html: Added.
427 * plugins/focus-expected.txt: Added.
428 * plugins/focus.html: Added.
430 2013-04-03 Glenn Adams <glenn@skynav.com>
432 Element boundaries prevent Japanese line break opportunities
433 https://bugs.webkit.org/show_bug.cgi?id=105692
435 Reviewed by Darin Adler.
437 * fast/text/line-break-between-text-nodes-cjk-expected.html: Added.
438 * fast/text/line-break-between-text-nodes-cjk.html: Added.
439 * fast/text/line-break-between-text-nodes-latin1-expected.html: Added.
440 * fast/text/line-break-between-text-nodes-latin1.html: Added.
441 * platform/chromium-linux/fast/text/international/003-expected.png: Rebaselined.
442 * platform/chromium-linux/fast/text/international/003-expected.txt: Rebaselined.
443 * platform/chromium-linux/fast/text/international/text-combine-image-test-expected.png: Rebaselined.
444 * platform/chromium-linux/fast/text/international/text-combine-image-test-expected.txt: Added (previously missing).
445 * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Rebaselined.
446 * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Rebaselined.
448 2013-04-03 Mark Hahnenberg <mhahnenberg@apple.com>
450 get_by_pname can become confused when iterating over objects with static properties
451 https://bugs.webkit.org/show_bug.cgi?id=113831
453 Reviewed by Jer Noble.
455 Improving the test results to make it more obvious why something failed. Also removed
456 absolute paths from the test.
458 * fast/js/dom-static-property-for-in-iteration-expected.txt:
459 * fast/js/dom-static-property-for-in-iteration.html:
461 2013-04-03 David Vest <davve@opera.com>
463 ASSERTION FAILED: resultAnimationElement->m_animatedType
464 https://bugs.webkit.org/show_bug.cgi?id=93528
466 Reviewed by Philip Rogers.
468 * svg/animations/animation-dependency-crash-expected.txt: Added.
469 * svg/animations/animation-dependency-crash.html: Added.
471 2013-04-03 Max Vujovic <mvujovic@adobe.com>
473 Compositing tests failing after http://trac.webkit.org/changeset/147502
474 https://bugs.webkit.org/show_bug.cgi?id=113838
476 Reviewed by Dean Jackson.
478 Add (contentsOpaque 1) to the DRT text output in some expectations files due to bug 70634
479 "Mark GraphicsLayers as opaque when possible" [1]. The expectations in the guilty changeset
480 weren't updated after bug 70634 landed.
482 [1]: https://bugs.webkit.org/show_bug.cgi?id=70634
484 * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
485 * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
486 * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
487 * platform/mac/TestExpectations:
489 2013-04-02 Mark Hahnenberg <mhahnenberg@apple.com>
491 get_by_pname can become confused when iterating over objects with static properties
492 https://bugs.webkit.org/show_bug.cgi?id=113831
494 Reviewed by Geoffrey Garen.
496 get_by_pname doesn't take static properties into account when using a JSPropertyNameIterator to directly
497 access an object's backing store. One way to fix this is to not cache any properties when iterating over
498 objects with static properties. This patch fixes the bug that was originally reported on swisscom.ch.
500 * fast/js/dom-static-property-for-in-iteration-expected.txt: Added.
501 * fast/js/dom-static-property-for-in-iteration.html: Added.
503 2013-04-03 Felipe Zimmerle <felipe@zimmerle.org>
505 CSP blocks inline style when cloning a node
506 https://bugs.webkit.org/show_bug.cgi?id=112270
508 Reviewed by Adam Barth.
510 * http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt: Added.
511 * http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects.html: Added.
513 2013-04-03 Ádám Kallai <kadam@inf.u-szeged.hu>
515 [Qt] Unreviewed gardening. Updated platform specific expected files after r147492.
517 * platform/qt/TestExpectations:
518 * platform/qt/fast/dom/HTMLImageElement/image-alt-text-expected.png:
519 * platform/qt/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
520 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
521 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
522 * platform/qt/fast/encoding/utf-16-big-endian-expected.png:
523 * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
524 * platform/qt/fast/encoding/utf-16-little-endian-expected.png:
525 * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
526 * platform/qt/fast/forms/input-value-expected.png: Added.
527 * platform/qt/fast/forms/input-value-expected.txt:
528 * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.png:
529 * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
530 * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
531 * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
533 2013-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
535 Should close select popup when the element loses focus
536 https://bugs.webkit.org/show_bug.cgi?id=113220
538 Reviewed by Kent Tamura.
540 * fast/forms/select/popup-closes-on-blur-expected.txt: Added.
541 * fast/forms/select/popup-closes-on-blur.html: Added.
542 * platform/mac/TestExpectations:
543 * platform/win/TestExpectations:
545 2013-04-03 Antoine Quint <graouts@apple.com>
547 Web Inspector: crash in WebCore::InspectorLayerTreeAgent::buildObjectForLayer if a layer is created for an anonymous RenderObject (:first-letter)
548 https://bugs.webkit.org/show_bug.cgi?id=113768
550 Reviewed by Timothy Hatcher.
552 * inspector-protocol/layers/layers-anonymous-expected.txt: Added.
553 * inspector-protocol/layers/layers-anonymous.html: Added.
554 New test for layers created for CSS anonymous boxes or blocks.
556 * inspector-protocol/layers/layers-generated-content.html:
557 Update test to use the "pseudoElement" property instead of "pseudoClass"
558 which was the previous, less accurate name.
560 2013-04-03 Zoltan Arvai <zarvai@inf.u-szeged.hu>
562 [Qt] Unreviewed gardening. Rebaselining after r147530.
564 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
565 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
566 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
567 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
568 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
569 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
570 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
571 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
572 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
573 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
574 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
575 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
577 2013-04-03 Krzysztof Czech <k.czech@samsung.com>
579 [EFL] accessibility/ignore-spacer-elements.html is failing
580 https://bugs.webkit.org/show_bug.cgi?id=112001
582 Reviewed by Gyuyoung Kim.
584 Fixed failing test. The reason of failure is different expectation of childrenCount.
586 * accessibility/ignore-spacer-elements.html:
587 * platform/efl-wk1/TestExpectations:
588 * platform/efl-wk2/TestExpectations:
590 2013-04-03 Takashi Sakamoto <tasak@google.com>
592 With borders of differing alpha, the corners become squared off
593 https://bugs.webkit.org/show_bug.cgi?id=113744
595 Reviewed by Simon Fraser.
597 * fast/borders/border-left-right-same-bottom-different-color-expected.txt: Added.
598 * fast/borders/border-left-right-same-bottom-different-color.html: Added.
599 * platform/chromium-linux/fast/borders/border-left-right-same-bottom-different-color-expected.png: Added.
601 2013-04-03 Ádám Kallai <kadam@inf.u-szeged.hu>
603 [Qt] Unreviewed gardening. Updated platform specific expected files.
605 * platform/qt/TestExpectations: Skipped failing reftest.
606 * platform/qt/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added after r147502.
607 * platform/qt/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added after r147502.
608 * platform/qt/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added after r147502.
609 * platform/qt/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added after r147502.
611 2013-04-03 Mike West <mkwst@chromium.org>
613 X-Frame-Options: Blocked frames should not inherit their parent's SecurityOrigin.
614 https://bugs.webkit.org/show_bug.cgi?id=112903
616 Reviewed by Adam Barth.
618 * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
619 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
620 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
621 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html:
622 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
623 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html:
624 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html:
625 * http/tests/security/XFrameOptions/x-frame-options-deny.html:
626 * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
627 * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny.html:
628 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
629 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html:
630 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
631 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
632 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
633 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
634 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
635 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
637 2013-04-03 Sheriff Bot <webkit.review.bot@gmail.com>
639 Unreviewed, rolling out r147409.
640 http://trac.webkit.org/changeset/147409
641 https://bugs.webkit.org/show_bug.cgi?id=113856
643 The baselines should be reverted after r147450. (Requested by
646 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
647 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
648 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
649 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
650 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
651 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
652 * platform/qt/TestExpectations:
653 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
654 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
655 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
656 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
657 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
658 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
660 2013-04-03 Christophe Dumez <ch.dumez@sisa.samsung.com>
662 Unreviewed. Rebaseline several tests for Chromium that have better output after
665 * platform/chromium-linux/editing/selection/select-missing-image-expected.png:
666 * platform/chromium-linux/fast/block/float/002-expected.png:
667 * platform/chromium-linux/fast/block/float/017-expected.png:
668 * platform/chromium-linux/fast/dom/HTMLImageElement/image-alt-text-expected.png:
669 * platform/chromium-linux/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
670 * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.png:
671 * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.png:
672 * platform/chromium-linux/fast/flexbox/023-expected.png:
673 * platform/chromium-linux/fast/flexbox/024-expected.png:
674 * platform/chromium-linux/fast/forms/input-value-expected.png:
675 * platform/chromium-linux/fast/forms/input-value-expected.txt:
676 * platform/chromium-linux/fast/invalid/012-expected.png:
677 * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.png:
678 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
679 * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
680 * platform/chromium-mac-lion/fast/block/float/002-expected.png:
681 * platform/chromium-mac-lion/fast/block/float/017-expected.png:
682 * platform/chromium-mac-lion/fast/dom/HTMLImageElement/image-alt-text-expected.png:
683 * platform/chromium-mac-lion/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
684 * platform/chromium-mac-lion/fast/encoding/utf-16-big-endian-expected.png:
685 * platform/chromium-mac-lion/fast/encoding/utf-16-little-endian-expected.png:
686 * platform/chromium-mac-lion/fast/flexbox/023-expected.png:
687 * platform/chromium-mac-lion/fast/flexbox/024-expected.png:
688 * platform/chromium-mac-lion/fast/forms/005-expected.png:
689 * platform/chromium-mac-lion/fast/forms/input-value-expected.png:
690 * platform/chromium-mac-lion/fast/invalid/012-expected.png:
691 * platform/chromium-mac-lion/fast/parser/comment-in-script-expected.png:
692 * platform/chromium-mac-lion/tables/mozilla/bugs/bug2997-expected.png:
693 * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
694 * platform/chromium-mac-snowleopard/fast/block/float/002-expected.png:
695 * platform/chromium-mac-snowleopard/fast/block/float/017-expected.png:
696 * platform/chromium-mac-snowleopard/fast/dom/HTMLImageElement/image-alt-text-expected.png:
697 * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
698 * platform/chromium-mac-snowleopard/fast/encoding/utf-16-big-endian-expected.png:
699 * platform/chromium-mac-snowleopard/fast/encoding/utf-16-little-endian-expected.png:
700 * platform/chromium-mac-snowleopard/fast/flexbox/023-expected.png:
701 * platform/chromium-mac-snowleopard/fast/flexbox/024-expected.png:
702 * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
703 * platform/chromium-mac-snowleopard/fast/invalid/012-expected.png:
704 * platform/chromium-mac-snowleopard/fast/parser/comment-in-script-expected.png:
705 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2997-expected.png:
706 * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
707 * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
708 * platform/chromium-mac/fast/block/float/002-expected.png:
709 * platform/chromium-mac/fast/block/float/017-expected.png:
710 * platform/chromium-mac/fast/dom/HTMLImageElement/image-alt-text-expected.png:
711 * platform/chromium-mac/fast/dom/HTMLImageElement/image-alt-text-expected.txt: Renamed from LayoutTests/platform/chromium/fast/dom/HTMLImageElement/image-alt-text-expected.txt.
712 * platform/chromium-mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
713 * 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.
714 * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.png:
715 * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.txt:
716 * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.png:
717 * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.txt:
718 * platform/chromium-mac/fast/flexbox/023-expected.png:
719 * platform/chromium-mac/fast/flexbox/024-expected.png:
720 * platform/chromium-mac/fast/forms/005-expected.png:
721 * platform/chromium-mac/fast/forms/input-value-expected.png:
722 * platform/chromium-mac/fast/forms/input-value-expected.txt:
723 * platform/chromium-mac/fast/invalid/012-expected.png:
724 * platform/chromium-mac/fast/parser/comment-in-script-expected.png:
725 * platform/chromium-mac/tables/mozilla/bugs/bug2997-expected.png:
726 * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
727 * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt: Renamed from LayoutTests/platform/chromium/tables/mozilla/collapsing_borders/bug41262-3-expected.txt.
728 * platform/chromium-win/editing/selection/select-missing-image-expected.png:
729 * platform/chromium-win/fast/block/float/002-expected.png:
730 * platform/chromium-win/fast/block/float/017-expected.png:
731 * platform/chromium-win/fast/dom/HTMLImageElement/image-alt-text-expected.png:
732 * platform/chromium-win/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
733 * platform/chromium-win/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
734 * platform/chromium-win/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
735 * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.png:
736 * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.txt:
737 * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.png:
738 * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.txt:
739 * platform/chromium-win/fast/flexbox/023-expected.png:
740 * platform/chromium-win/fast/flexbox/024-expected.png:
741 * platform/chromium-win/fast/forms/input-value-expected.png:
742 * platform/chromium-win/fast/forms/input-value-expected.txt:
743 * platform/chromium-win/fast/invalid/012-expected.png:
744 * platform/chromium-win/fast/parser/comment-in-script-expected.png:
745 * platform/chromium-win/tables/mozilla/bugs/bug2997-expected.png:
746 * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
747 * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
748 * platform/chromium/TestExpectations:
750 2013-04-03 Christophe Dumez <ch.dumez@sisa.samsung.com>
752 Unreviewed, rebaseline several tests cases for GTK that have better results
755 * platform/gtk/TestExpectations:
756 * platform/gtk/fast/dom/HTMLImageElement/image-alt-text-expected.png:
757 * platform/gtk/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
758 * platform/gtk/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
759 * platform/gtk/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
760 * platform/gtk/fast/encoding/utf-16-big-endian-expected.png:
761 * platform/gtk/fast/encoding/utf-16-big-endian-expected.txt:
762 * platform/gtk/fast/encoding/utf-16-little-endian-expected.png:
763 * platform/gtk/fast/encoding/utf-16-little-endian-expected.txt:
764 * platform/gtk/fast/forms/input-value-expected.png:
765 * platform/gtk/fast/forms/input-value-expected.txt:
766 * platform/gtk/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
767 * platform/gtk/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
769 2013-04-02 Jaehun Lim <ljaehun.lim@samsung.com>
771 Update expectations for fast/css3-text/css3-text-indent/text-indent-each-line.html
772 https://bugs.webkit.org/show_bug.cgi?id=113848
774 Mark as [ Failure ImageOnlyFailure ] for fast/css3-text/css3-text-indent/.
776 Unreviewed gardening.
778 * platform/mac/TestExpectations:
779 * platform/qt-mac/TestExpectations:
780 * platform/qt/TestExpectations:
781 * platform/win/TestExpectations:
782 * platform/wincairo/TestExpectations:
784 2013-04-02 James Craig <james@cookiecrook.com>
786 AXRoleDescripton for DL is "list"; should be "description list"
787 https://bugs.webkit.org/show_bug.cgi?id=111665
789 Reviewed by Chris Fleizach.
791 Updating expectation strings for DL role description.
793 * platform/mac/accessibility/lists-expected.txt:
794 * platform/mac/accessibility/role-subrole-roledescription-expected.txt:
795 * platform/mac/accessibility/role-subrole-roledescription.html:
797 2013-04-02 Jer Noble <jer.noble@apple.com>
799 Unreviewed gardening; rebaseline mac expected results after r147470.
801 * platform/mac/css3/filters/effect-reference-composite-expected.png: Added.
802 * platform/mac/css3/filters/effect-reference-composite-expected.txt: Added.
803 * platform/mac/css3/filters/effect-reference-composite-hw-expected.png: Added.
804 * platform/mac/css3/filters/effect-reference-composite-hw-expected.txt: Added.
806 2013-04-02 Seokju Kwon <seokju.kwon@gmail.com>
808 [EFL] Unskip and update inspector tests
809 https://bugs.webkit.org/show_bug.cgi?id=113840
811 Unreviewed gardening.
813 * platform/efl/TestExpectations:
814 * platform/efl/http/tests/inspector/console-websocket-error-expected.txt: Added.
816 2013-04-02 Benjamin Poulain <bpoulain@apple.com>
818 Unskip filter-fallback-to-software.html on Mac WK2 Release
820 * platform/mac-wk2/TestExpectations:
821 The test seems to pass in Release. Let's see how the bots feel about that.
823 2013-04-02 Jaehun Lim <ljaehun.lim@samsung.com>
825 [css3-text] Rendering -webkit-each-line value for text-indent from css3-text
826 https://bugs.webkit.org/show_bug.cgi?id=113259
828 CSS3 TEXT introduces new value, "each-line" for text-indent.
829 Indentation affects the first line of the block container as well as each line
830 after a forced line break, but does not affect lines after a soft wrap break.
832 Reviewed by Levi Weintraub.
834 * fast/css3-text/css3-text-indent/text-indent-each-line-expected.html: Added.
835 * fast/css3-text/css3-text-indent/text-indent-each-line.html: Added.
836 * platform/win/TestExpectations:
837 * platform/wincairo/TestExpectations:
839 2013-04-02 Dean Jackson <dino@apple.com>
841 Compositing tests failing after http://trac.webkit.org/changeset/147502
842 https://bugs.webkit.org/show_bug.cgi?id=113838
844 Temporarily marking as failing.
846 * platform/mac/TestExpectations:
848 2013-04-02 Emil A Eklund <eae@chromium.org>
850 Padding applied twice for empty generated RenderInlines
851 https://bugs.webkit.org/show_bug.cgi?id=113800
853 Reviewed by Levi Weintraub.
855 Add test for empty generated content with padding.
857 * fast/css-generated-content/margin-empty-content-expected.html: Added.
858 * fast/css-generated-content/margin-empty-content.html: Added.
860 2013-04-02 Levi Weintraub <leviw@chromium.org>
862 InlineIterator needs to be updated when RenderCombineText shrinks at a line break
863 https://bugs.webkit.org/show_bug.cgi?id=113732
865 Reviewed by Emil A Eklund.
867 * fast/text/international/combine-at-line-break-crash-expected.txt: Added.
868 * fast/text/international/combine-at-line-break-crash.html: Added.
870 2013-04-02 Jochen Eisinger <jochen@chromium.org>
872 Use cross-port testRunner methods in fast/loader/url-selected-user-gesture.html
873 https://bugs.webkit.org/show_bug.cgi?id=113827
875 Reviewed by Benjamin Poulain.
877 * fast/loader/url-selected-user-gesture-expected.txt:
878 * fast/loader/url-selected-user-gesture.html:
880 2013-04-02 Max Vujovic <mvujovic@adobe.com>
882 [CSS Filters] Filter outsets clipped on composited layers when filter is applied after first layout
883 https://bugs.webkit.org/show_bug.cgi?id=109098
885 Reviewed by Dean Jackson.
887 * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
888 * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt:
889 * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
890 * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
892 The above tests needed rebaselining because we're now using smaller layers on Safari.
893 We aren't inflating layers for filter outsets since CoreAnimation does it for us
896 * css3/filters/composited-layer-bounds-after-sw-blur-animation-expected.txt: Added.
897 * css3/filters/composited-layer-bounds-after-sw-blur-animation.html: Added.
898 * css3/filters/composited-layer-bounds-with-composited-blur-expected.txt: Added.
899 * css3/filters/composited-layer-bounds-with-composited-blur.html: Added.
900 * css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt: Added.
901 * css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change.html: Added.
902 * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-composited-shadow-expected.txt: Added.
903 * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-composited-shadow.html: Added.
904 * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-sw-shadow-expected.txt: Added.
905 * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-sw-shadow.html: Added.
907 The above tests are all new. They mostly test edge cases with filter render mode
908 changes, filter outset changes, and composited layer promotion due to overlap.
910 Before this patch, composited-layer-bounds-after-sw-blur-animation.html breaks
911 visibly on Safari WebKit nightly. The blur filter in the test appears clipped before
912 this patch. The other tests render the same before and after this patch, but now their
913 layer sizes are smaller.
915 * css3/filters/filter-change-repaint-composited-expected.png:
916 * css3/filters/filter-change-repaint-composited.html:
918 This test has been expanded with two more cases, including the original reproduction of
919 this bug. The test needs rebaselining on Chromium Linux and Win.
921 * platform/chromium-win/css3/filters/filter-change-repaint-composited-expected.png: Removed.
922 * platform/chromium/TestExpectations:
923 * platform/chromium/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
924 * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
925 * platform/chromium/css3/filters/composited-layer-bounds-after-sw-blur-animation-expected.txt: Added.
926 * platform/chromium/css3/filters/composited-layer-bounds-with-composited-blur-expected.txt: Added.
927 * platform/chromium/css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt: Added.
928 * platform/chromium/css3/filters/composited-layer-promotion-after-outset-overlap-change-using-composited-shadow-expected.txt: Added.
929 * platform/chromium/css3/filters/composited-layer-promotion-after-outset-overlap-change-using-sw-shadow-expected.txt: Added.
931 We need different expectations for Chromium for the new tests because layer bounds
932 include filter outsets on Chromium but not on Safari.
934 * platform/chromium/css3/filters/filter-change-repaint-composited-expected.png: Added.
935 * platform/qt/TestExpectations:
937 Note that we need baselines on Qt for the new and updated tests.
939 2013-04-02 Benjamin Poulain <benjamin@webkit.org>
941 Unreviewed, rolling out r147423.
943 The change r147402 was reverted by r147450.
944 The rebaseline introduced by r147423 needs to be reverted.
946 * platform/mac-wk2/http/tests/security/XFrameOptions: Removed.
947 * platform/mac-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Removed.
948 * platform/mac/http/tests/security/XFrameOptions: Removed.
949 * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Removed.
950 * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Removed.
951 * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Removed.
953 2013-04-02 Nate Chapin <japhet@chromium.org>
955 Unreviewed, chromium gardening.
957 * platform/chromium-linux/css3/filters/effect-reference-composite-expected.png: Removed.
958 * platform/chromium-linux/css3/filters/effect-reference-composite-expected.txt: Removed.
959 * platform/chromium-linux/css3/filters/effect-reference-composite-hw-expected.png: Removed.
960 * platform/chromium-linux/css3/filters/effect-reference-composite-hw-expected.txt: Removed.
961 * platform/chromium-mac/css3/filters/effect-reference-composite-expected.png: Added.
962 * platform/chromium-mac/css3/filters/effect-reference-composite-expected.txt: Added.
963 * platform/chromium-mac/css3/filters/effect-reference-composite-hw-expected.png: Added.
964 * platform/chromium-mac/css3/filters/effect-reference-composite-hw-expected.txt: Added.
965 * platform/chromium-win/css3/filters/effect-reference-composite-expected.png: Added.
966 * platform/chromium-win/css3/filters/effect-reference-composite-expected.txt: Added.
967 * platform/chromium-win/css3/filters/effect-reference-composite-hw-expected.png: Added.
968 * platform/chromium-win/css3/filters/effect-reference-composite-hw-expected.txt: Added.
969 * platform/chromium/TestExpectations:
971 2013-04-02 Christophe Dumez <ch.dumez@sisa.samsung.com>
973 fast/dom/HTMLImageElement/image-alt-text.html and fast/dom/HTMLInputElement/input-image-alt-text.html are failing
974 https://bugs.webkit.org/show_bug.cgi?id=94198
976 Reviewed by Darin Adler.
978 Rebaseline several test cases that have better result now and add those
979 tests to TestExpectations for other ports since they will need a
982 * platform/chromium/TestExpectations:
983 * platform/efl/fast/block/float/002-expected.png:
984 * platform/efl/fast/block/float/017-expected.png:
985 * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.png:
986 * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
987 * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
988 * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
989 * platform/efl/fast/encoding/utf-16-big-endian-expected.png:
990 * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
991 * platform/efl/fast/encoding/utf-16-little-endian-expected.png:
992 * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
993 * platform/efl/fast/flexbox/023-expected.png:
994 * platform/efl/fast/flexbox/024-expected.png:
995 * platform/efl/fast/forms/input-value-expected.png:
996 * platform/efl/fast/forms/input-value-expected.txt:
997 * platform/efl/fast/invalid/012-expected.png:
998 * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.png:
999 * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
1000 * platform/efl/fast/parser/comment-in-script-expected.png:
1001 * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
1002 * platform/efl/tables/mozilla/bugs/bug2997-expected.png:
1003 * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
1004 * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
1005 * platform/gtk/TestExpectations:
1006 * platform/mac/TestExpectations:
1007 * platform/qt/TestExpectations:
1008 * platform/win/TestExpectations:
1010 2013-04-02 Benjamin Poulain <bpoulain@apple.com>
1012 Rebaseline overflowHidden.html's test results after r147245.
1016 The patch r147245 (https://bugs.webkit.org/show_bug.cgi?id=106143) updated results for
1018 Reviewed by Tony Chang.
1019 Chromium, but not for the other platforms.
1021 The new results on Mac, EFL and Win match the common reference.
1023 * platform/efl/fast/table/overflowHidden-expected.txt: Removed.
1024 * platform/mac/fast/table/overflowHidden-expected.txt: Removed.
1025 * platform/win-7sp0/fast/table: Removed.
1026 * platform/win-7sp0/fast/table/overflowHidden-expected.txt: Removed.
1028 2013-04-02 Andrei Bucur <abucur@adobe.com>
1030 [CSS Regions] Remove font-smoothing from fast/regions/region-style-inline-background-color.html
1031 https://bugs.webkit.org/show_bug.cgi?id=113814
1033 Reviewed by James Robinson.
1035 The test uses font smoothing and makes the test fail on Chromium Mountain Lion. This happens
1036 because of how regions handle overflow and clipping. For now, disable the font smoothing in
1039 * fast/regions/region-style-inline-background-color-expected.html:
1040 * fast/regions/region-style-inline-background-color.html:
1042 2013-04-02 Philip Rogers <pdr@google.com>
1044 Rebaseline svg/as-image/image-respects-pageScaleFactor expectations
1046 Unreviewed rebaseline of test expectations.
1048 * platform/chromium-linux/svg/as-image/image-respects-pageScaleFactor-expected.png:
1049 * platform/chromium-mac-lion/svg/as-image/image-respects-pageScaleFactor-expected.png:
1050 * platform/chromium-mac-snowleopard/svg/as-image/image-respects-pageScaleFactor-expected.png:
1051 * platform/chromium-mac/svg/as-image/image-respects-pageScaleFactor-expected.png:
1052 * platform/chromium-win/svg/as-image/image-respects-pageScaleFactor-expected.png:
1053 * platform/chromium-win/svg/as-image/image-respects-pageScaleFactor-expected.txt:
1055 2013-04-02 Nate Chapin <japhet@chromium.org>
1057 Unreviewed, chromium expectations update.
1059 * platform/chromium/TestExpectations:
1061 2013-04-02 Beth Dakin <bdakin@apple.com>
1063 Viewport constrained elements should work properly with headers and footers
1064 https://bugs.webkit.org/show_bug.cgi?id=113743
1066 Reviewed by Simon Fraser.
1068 * platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer-expected.txt: Added.
1069 * platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer.html: Added.
1071 2013-04-02 Stephen White <senorblanco@chromium.org>
1073 [Skia] Enable GPU-accelerated Skia path for FEComposite filter.
1074 https://bugs.webkit.org/show_bug.cgi?id=113797
1076 Reviewed by Adrienne Walker.
1078 * css3/filters/effect-reference-composite-hw.html: Added.
1079 * css3/filters/effect-reference-composite.html: Added.
1080 * platform/chromium-linux/css3/filters/effect-reference-composite-expected.png: Added.
1081 * platform/chromium-linux/css3/filters/effect-reference-composite-expected.txt: Added.
1082 * platform/chromium-linux/css3/filters/effect-reference-composite-hw-expected.png: Added.
1083 * platform/chromium-linux/css3/filters/effect-reference-composite-hw-expected.txt: Added.
1085 2013-04-02 Andrey Kosyakov <caseq@chromium.org>
1087 Web Inspector: [Timeline] warning markers are not propagated to coalesced records
1088 https://bugs.webkit.org/show_bug.cgi?id=113789
1090 Reviewed by Pavel Feldman.
1092 * inspector/timeline/timeline-coalescing-expected.txt: Added.
1093 * inspector/timeline/timeline-coalescing.html: Added.
1095 2013-04-02 Yury Semikhatsky <yurys@chromium.org>
1097 Web Inspector: memory instrumentation for external strings is broken
1098 https://bugs.webkit.org/show_bug.cgi?id=113788
1100 Test that native memory snapshot contains information about extenral strings.
1102 Reviewed by Pavel Feldman.
1104 * inspector/profiler/memory-instrumentation-external-string-expected.txt: Added.
1105 * inspector/profiler/memory-instrumentation-external-string.html: Added.
1106 * platform/efl/TestExpectations:
1107 * platform/gtk/TestExpectations:
1108 * platform/mac/TestExpectations:
1109 * platform/qt/TestExpectations:
1110 * platform/win/TestExpectations:
1112 2013-04-02 Yury Semikhatsky <yurys@chromium.org>
1114 Web Inspector: memory instrumentation for external arrays is broken
1115 https://bugs.webkit.org/show_bug.cgi?id=113790
1117 Test that JS external resources size includes size of JS external arrays
1118 created in the inspected page.
1120 Reviewed by Pavel Feldman.
1122 * inspector/profiler/memory-instrumentation-external-array-expected.txt: Added.
1123 * inspector/profiler/memory-instrumentation-external-array.html: Added.
1124 * platform/efl/TestExpectations:
1125 * platform/gtk/TestExpectations:
1126 * platform/mac/TestExpectations:
1127 * platform/qt/TestExpectations:
1128 * platform/win/TestExpectations:
1130 2013-04-02 Bem Jones-Bey <bjonesbe@adobe.com>
1132 [css exclusions] overflow:hidden undoes shape-outside offsets
1133 https://bugs.webkit.org/show_bug.cgi?id=110349
1135 Reviewed by Julien Chaffraix.
1137 Add a test to make sure the float is properly positioned with
1140 * fast/exclusions/shape-outside-floats/shape-outside-floats-overflow-hidden-expected.html: Added.
1141 * fast/exclusions/shape-outside-floats/shape-outside-floats-overflow-hidden.html: Added.
1143 2013-04-02 Jochen Eisinger <jochen@chromium.org>
1145 Check whether popups are allowed before creating a new window
1146 https://bugs.webkit.org/show_bug.cgi?id=113782
1148 Reviewed by Adam Barth.
1150 * fast/loader/url-selected-user-gesture-expected.txt: Added.
1151 * fast/loader/url-selected-user-gesture.html: Added.
1153 2013-04-02 Jochen Eisinger <jochen@chromium.org>
1155 When computing the percentage of the logical height, use the logical top and bottom
1156 https://bugs.webkit.org/show_bug.cgi?id=113761
1158 Reviewed by Ojan Vafai.
1160 * fast/writing-mode/percentage-height-orthogonal-writing-modes-expected.txt:
1161 * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:
1163 2013-04-02 Nate Chapin <japhet@chromium.org>
1165 Unreviewed, rolling out r147402.
1166 http://trac.webkit.org/changeset/147402
1167 https://bugs.webkit.org/show_bug.cgi?id=112903
1169 * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
1170 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1171 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1172 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html:
1173 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1174 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html:
1175 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html:
1176 * http/tests/security/XFrameOptions/x-frame-options-deny.html:
1177 * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
1178 * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny.html:
1179 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
1180 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html:
1181 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
1182 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1183 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1184 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1185 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
1186 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
1188 2013-04-02 Julien Chaffraix <jchaffraix@webkit.org>
1190 webkit fails IETC grid-column-002
1191 https://bugs.webkit.org/show_bug.cgi?id=83907
1193 Unreviewed Mac test expectation fix.
1195 * platform/mac/TestExpectations:
1196 Removed grid-column-002.htm here too.
1198 2013-04-02 Nate Chapin <japhet@chromium.org>
1200 Unreviewed, chromium expectations update.
1202 * platform/chromium/TestExpectations: Mark svg/as-image/image-respects-pageScaleFactor.html as flaky.
1204 2013-04-02 Adam Klein <adamk@chromium.org>
1206 HTML parser should consistently inspect the namespace of elements on the stack of open elements
1207 https://bugs.webkit.org/show_bug.cgi?id=113723
1209 Reviewed by Adam Barth.
1211 * html5lib/generated/run-namespace-sensitivity-data-expected.txt: Added.
1212 * html5lib/generated/run-namespace-sensitivity-data.html: Added.
1213 * html5lib/generated/run-namespace-sensitivity-write-expected.txt: Added.
1214 * html5lib/generated/run-namespace-sensitivity-write.html: Added.
1215 * html5lib/resources/namespace-sensitivity.dat: Added.
1217 2013-04-02 Andrei Bucur <abucur@adobe.com>
1219 [Chromium] Unreviewed.
1221 Enable fast/regions/region-style-inline-background-color.html on Mountain Lion as it started to pass.
1223 * platform/chromium/TestExpectations:
1225 2013-04-02 Stephen White <senorblanco@chromium.org>
1227 [Chromium] Unreviewed gardening.
1229 New results for effect-reference-hw, due to slight pixel differences from http://src.chromium.org/viewvc/chrome?view=rev&revision=191067
1231 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
1232 * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
1233 * platform/chromium/TestExpectations:
1235 2013-04-02 David Vest <davve@opera.com>
1237 Hang when calling setCurrentTime on SVG with cyclic animation dependency chain
1238 https://bugs.webkit.org/show_bug.cgi?id=113485
1240 Reviewed by Stephen Chenney.
1242 * svg/animations/animation-dependency-hang-expected.txt: Added.
1243 * svg/animations/animation-dependency-hang.html: Added.
1245 2013-04-02 Julien Chaffraix <jchaffraix@webkit.org>
1247 webkit fails IETC grid-column-002
1248 https://bugs.webkit.org/show_bug.cgi?id=83907
1250 Reviewed by Ojan Vafai.
1252 * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
1253 * fast/css-grid-layout/grid-item-column-row-get-set.html:
1254 Extended our testing to cover setting grid-{start|end|before|after} to 0.
1256 * ietestcenter/css3/grid/grid-column-002.htm:
1257 * ietestcenter/css3/grid/testRunnerEnableGrid.js: Added.
1258 Needed to dynamically enable CSS Grid Layout for the test to pass. The file
1259 hosts the boiler-plate code which will be common to all tests.
1261 * platform/chromium/TestExpectations:
1262 * platform/efl/TestExpectations:
1263 * platform/gtk/TestExpectations:
1264 * platform/qt-mac/TestExpectations:
1265 * platform/qt/TestExpectations:
1266 Removed grid-column-002.htm from the test expectations.
1268 2013-04-02 Thiago Marcos P. Santos <thiago.santos@intel.com>
1270 [EFL] Unreviewed gardening.
1272 * platform/efl-wk2/TestExpectations:
1273 * platform/efl-wk2/fast/repaint/caret-with-transformation-expected.png: Added.
1274 * platform/efl-wk2/fast/repaint/caret-with-transformation-expected.txt: Added.
1275 * platform/efl-wk2/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
1276 * platform/efl-wk2/fast/repaint/moving-shadow-on-path-expected.txt: Removed.
1277 * platform/efl-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
1278 * platform/efl-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
1279 * platform/efl-wk2/svg/css/composite-shadow-example-expected.txt: Removed.
1280 * platform/efl-wk2/svg/css/composite-shadow-with-opacity-expected.txt: Removed.
1281 * platform/efl/TestExpectations:
1283 2013-04-02 Seokju Kwon <seokju.kwon@gmail.com>
1285 Web Inspector: Update test expectation for console-cross-origin-iframe-logging.html
1286 https://bugs.webkit.org/show_bug.cgi?id=113756
1288 Reviewed by Pavel Feldman.
1290 Simplified errors by not including the whole URL after r145692.
1292 * http/tests/inspector/console-cross-origin-iframe-logging-expected.txt:
1293 * platform/efl/TestExpectations:
1294 * platform/qt/TestExpectations:
1296 2013-04-02 Andrei Bucur <abucur@adobe.com>
1298 [CSS Regions] Nested auto-height regions don't layout correctly
1299 https://bugs.webkit.org/show_bug.cgi?id=111969
1301 Reviewed by David Hyatt.
1303 These tests cover various combinations of dependencies between flows and regions with
1304 or without auto-height.
1306 * fast/regions/autoheight-mixed-nested-complex-regions-expected.txt: Added.
1307 * fast/regions/autoheight-mixed-nested-complex-regions.html: Added.
1308 * fast/regions/autoheight-mixed-nested-regions-expected.txt: Added.
1309 * fast/regions/autoheight-mixed-nested-regions.html: Added.
1310 * fast/regions/autoheight-mixed-parallel-regions-expected.txt: Added.
1311 * fast/regions/autoheight-mixed-parallel-regions.html: Added.
1312 * fast/regions/autoheight-nested-regions-expected.txt: Added.
1313 * fast/regions/autoheight-nested-regions.html: Added.
1315 2013-04-02 Dmitry Zvorygin <zvorygin@chromium.org>
1317 Web Inspector: add tests for grouped messages filtration in console.
1318 https://bugs.webkit.org/show_bug.cgi?id=113766
1320 Added console groups to console filter test. Fixed minor bugs in other tests.
1322 Reviewed by Pavel Feldman.
1324 * inspector/console/console-filter-test-expected.txt:
1325 * inspector/console/console-filter-test.html:
1326 * inspector/console/console-preserve-log.html:
1327 * inspector/console/console-tests-expected.txt:
1328 * inspector/console/console-tests.html:
1330 2013-04-02 Mike West <mkwst@chromium.org>
1332 [Mac] Unreviewed gardening.
1333 https://bugs.webkit.org/show_bug.cgi?id=113775
1335 Tests need platform-specific rebaselines after r147402. :(
1337 * platform/mac-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
1338 * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
1339 * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Added.
1340 * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
1342 2012-03-29 Andrey Kosyakov <caseq@chromium.org>
1344 Web Inspector: display the number of dirty render objects in Layout timeline event
1345 https://bugs.webkit.org/show_bug.cgi?id=95331
1347 Reviewed by Pavel Feldman.
1349 * inspector/timeline/timeline-layout-expected.txt: rebaselined to include new properties;
1351 2013-04-02 Thiago Marcos P. Santos <thiago.santos@intel.com>
1353 [EFL] Unreviewed gardening.
1355 * platform/efl-wk2/TestExpectations:
1356 * platform/efl-wk2/compositing/contents-opaque/control-layer-expected.txt: Added.
1357 * platform/efl-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
1358 * platform/efl-wk2/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
1359 * platform/efl-wk2/compositing/rtl/rtl-overflow-scrolling-expected.png: Added.
1360 * platform/efl-wk2/compositing/rtl/rtl-overflow-scrolling-expected.txt: Added.
1361 * platform/efl-wk2/css3/flexbox/flexbox-baseline-expected.png: Added.
1362 * platform/efl-wk2/css3/flexbox/flexbox-baseline-expected.txt: Added.
1363 * platform/efl-wk2/editing/pasteboard/copy-paste-content-starting-and-ending-canvas-expected.txt: Added.
1364 * platform/efl-wk2/editing/pasteboard/pasting-into-p-should-not-nest-p-expected.txt: Added.
1365 * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt: Removed.
1366 * platform/efl-wk2/editing/spelling/spellcheck-paste-continuous-disabled-expected.txt: Added.
1367 * platform/efl-wk2/fast/dom/icon-url-property-expected.txt: Added.
1368 * platform/efl-wk2/fast/dynamic/002-expected.txt: Added.
1369 * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
1370 * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Added.
1371 * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Added.
1372 * platform/efl-wk2/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
1373 * platform/efl-wk2/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
1374 * platform/efl-wk2/fast/repaint/moving-shadow-on-container-expected.txt: Added.
1375 * platform/efl-wk2/fast/repaint/moving-shadow-on-path-expected.txt: Added.
1376 * platform/efl-wk2/fast/table/overflowHidden-expected.txt: Added.
1377 * platform/efl-wk2/fast/text/complex-text-opacity-expected.png: Added.
1378 * platform/efl-wk2/fast/text/complex-text-opacity-expected.txt: Added.
1379 * platform/efl-wk2/fast/text/international/bidi-layout-across-linebreak-expected.png: Added.
1380 * platform/efl-wk2/fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
1381 * platform/efl-wk2/fast/transforms/bounding-rect-zoom-expected.txt: Added.
1382 * platform/efl-wk2/http/tests/inspector/console-resource-errors-expected.txt: Added.
1383 * platform/efl-wk2/http/tests/security/xssAuditor/link-opens-new-window-expected.txt: Added.
1384 * platform/efl-wk2/inspector/styles/paste-property-expected.txt: Added.
1385 * platform/efl-wk2/svg/css/composite-shadow-example-expected.txt: Added.
1386 * platform/efl-wk2/svg/css/composite-shadow-with-opacity-expected.txt: Added.
1387 * platform/efl-wk2/tables/mozilla/bugs/bug73321-expected.txt: Added.
1388 * platform/efl-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.png: Added.
1389 * platform/efl-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Added.
1390 * platform/efl-wk2/transforms/2d/hindi-rotated-expected.png: Added.
1391 * platform/efl-wk2/transforms/2d/hindi-rotated-expected.txt: Added.
1393 2013-04-02 Zan Dobersek <zdobersek@igalia.com>
1395 Unreviewed GTK gardening.
1397 * platform/gtk/TestExpectations: Adding failure expectations for two Resource Timing layout tests
1398 that regressed with r147387.
1400 2013-04-02 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1402 [Qt] Unreviewed gardening. Skip failing tests after r147384 and r147388.
1404 * platform/qt/TestExpectations:
1405 * platform/qt/fast/table/overflowHidden-expected.txt: Rebaselining after 147374.
1407 2013-04-02 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1409 [Qt] Unreviewed gardening. Rebaselining after r147402.
1411 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
1412 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1413 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1414 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1415 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
1416 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
1417 * platform/qt/TestExpectations:
1418 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
1419 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1420 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1421 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1422 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
1423 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
1425 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
1427 [Chromium] Unreviewed gardening.
1429 rebaselined after r147390.
1431 TestExpectation was deleted wrongly. Let me revert it.
1433 * platform/chromium/TestExpectations:
1435 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
1437 [Chromium] Unreviewed gardening.
1439 rebaselined after r147390.
1441 * platform/chromium-linux-x86/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Removed.
1442 * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Removed.
1443 * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Removed.
1444 * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Removed.
1445 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Removed.
1446 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Removed.
1447 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Removed.
1448 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Removed.
1449 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Removed.
1450 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Removed.
1451 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Removed.
1452 * platform/chromium-linux-x86/tables/mozilla/bugs/bug625-expected.png: Removed.
1453 * platform/chromium-linux-x86/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Removed.
1454 * platform/chromium-linux-x86/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
1455 * platform/chromium-linux-x86/tables/mozilla/marvin/td_valign_bottom-expected.png: Removed.
1456 * platform/chromium-linux-x86/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
1457 * platform/chromium-linux-x86/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
1458 * platform/chromium-linux/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
1459 * platform/chromium-mac-lion/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
1460 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
1461 * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Removed.
1462 * platform/chromium-mac-snowleopard/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
1464 2013-04-02 Seokju Kwon <seokju.kwon@gmail.com>
1466 [QT] Cleanup after r139447 and r145374.
1467 https://bugs.webkit.org/show_bug.cgi?id=113671
1469 Unreviewed gardening.
1471 * platform/qt/TestExpectations:
1473 2013-04-02 Seokju Kwon <seokju.kwon@gmail.com>
1475 [Qt]REGRESSION?(r63191): http/tests/inspector/resource-har-conversion.html fails
1476 https://bugs.webkit.org/show_bug.cgi?id=42162
1478 Reviewed by Csaba Osztrogonác.
1480 Copy the results of http/tests/inspector/resource-har-conversion.html
1481 to the qt platform dir.
1483 * platform/qt/TestExpectations:
1484 * platform/qt/http/tests/inspector/resource-har-conversion-expected.txt: Added.
1486 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
1488 [Chromium] Unreviewed gardening.
1490 rebaselined after r147390.
1492 * platform/chromium-linux-x86/tables/mozilla/bugs/bug625-expected.png: Added.
1493 * platform/chromium-linux-x86/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
1494 * platform/chromium-linux-x86/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
1495 * platform/chromium-linux-x86/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
1496 * platform/chromium-linux-x86/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
1497 * platform/chromium-linux-x86/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
1498 * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png:
1499 * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
1500 * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
1501 * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png:
1502 * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png:
1503 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
1504 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
1505 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
1506 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.png:
1507 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.png:
1508 * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.png:
1509 * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.png:
1510 * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.png:
1511 * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.png:
1512 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
1513 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
1514 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
1515 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.png:
1516 * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png:
1517 * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png:
1518 * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png:
1519 * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png:
1520 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.png:
1521 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.png:
1522 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.png:
1523 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.png:
1524 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.png:
1525 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.png:
1526 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.png:
1527 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.png:
1528 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1529 * platform/chromium-mac-lion/tables/mozilla/bugs/bug1296-expected.png:
1530 * platform/chromium-mac-lion/tables/mozilla/bugs/bug1430-expected.png:
1531 * platform/chromium-mac-lion/tables/mozilla/bugs/bug15544-expected.png:
1532 * platform/chromium-mac-lion/tables/mozilla/bugs/bug625-expected.png:
1533 * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png:
1534 * platform/chromium-mac-lion/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
1535 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
1536 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
1537 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_middle-expected.png:
1538 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_top-expected.png:
1539 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_baseline-expected.png:
1540 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_bottom-expected.png:
1541 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_middle-expected.png:
1542 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_top-expected.png:
1543 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
1544 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
1545 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
1546 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_top-expected.png:
1547 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_baseline-expected.png:
1548 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_bottom-expected.png:
1549 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_middle-expected.png:
1550 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_top-expected.png:
1551 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_baseline-expected.png:
1552 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_bottom-expected.png:
1553 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_middle-expected.png:
1554 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_top-expected.png:
1555 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_baseline-expected.png:
1556 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_bottom-expected.png:
1557 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_middle-expected.png:
1558 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_top-expected.png:
1559 * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1560 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1296-expected.png:
1561 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png:
1562 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png:
1563 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-expected.png:
1564 * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png:
1565 * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
1566 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
1567 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
1568 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_middle-expected.png:
1569 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_top-expected.png:
1570 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_baseline-expected.png:
1571 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_bottom-expected.png:
1572 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_middle-expected.png:
1573 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_top-expected.png:
1574 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
1575 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
1576 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
1577 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_top-expected.png:
1578 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_baseline-expected.png:
1579 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_bottom-expected.png:
1580 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_middle-expected.png:
1581 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_top-expected.png:
1582 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_baseline-expected.png:
1583 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_bottom-expected.png:
1584 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_middle-expected.png:
1585 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_top-expected.png:
1586 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_baseline-expected.png:
1587 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_bottom-expected.png:
1588 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_middle-expected.png:
1589 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_top-expected.png:
1590 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1591 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
1592 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
1593 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png:
1594 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png:
1595 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png:
1596 * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
1597 * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
1598 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
1599 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
1600 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png:
1601 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png:
1602 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png:
1603 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png:
1604 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png:
1605 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png:
1606 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
1607 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
1608 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
1609 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png:
1610 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png:
1611 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png:
1612 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png:
1613 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png:
1614 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png:
1615 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png:
1616 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png:
1617 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png:
1618 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png:
1619 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png:
1620 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png:
1621 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png:
1622 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1623 * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png:
1624 * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png:
1625 * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png:
1626 * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png:
1627 * platform/chromium-win/tables/mozilla/bugs/bug97383-expected.png:
1628 * platform/chromium-win/tables/mozilla/core/bloomberg-expected.png:
1629 * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
1630 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
1631 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
1632 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.png:
1633 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.png:
1634 * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.png:
1635 * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.png:
1636 * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.png:
1637 * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.png:
1638 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
1639 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
1640 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
1641 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.png:
1642 * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png:
1643 * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png:
1644 * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png:
1645 * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png:
1646 * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.png:
1647 * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.png:
1648 * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.png:
1649 * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.png:
1650 * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.png:
1651 * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.png:
1652 * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.png:
1653 * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.png:
1654 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1655 * platform/chromium/TestExpectations:
1657 2013-04-02 Mike West <mkwst@chromium.org>
1659 X-Frame-Options: Blocked frames should not inherit their parent's SecurityOrigin.
1660 https://bugs.webkit.org/show_bug.cgi?id=112903
1662 Reviewed by Adam Barth.
1664 * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
1665 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1666 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1667 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html:
1668 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1669 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html:
1670 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html:
1671 * http/tests/security/XFrameOptions/x-frame-options-deny.html:
1672 * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
1673 * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny.html:
1674 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
1675 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html:
1676 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
1677 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1678 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1679 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1680 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
1681 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
1683 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
1685 [Chromium] Unreviewed gardening.
1687 rebaselined after r147390.
1689 * 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.
1690 * 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.
1691 * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Added.
1692 * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Added.
1693 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Added.
1694 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Added.
1695 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Added.
1696 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Added.
1697 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Added.
1698 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
1699 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
1700 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1701 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1702 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1703 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1704 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1705 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1706 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1707 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1708 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1709 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1710 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1711 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1712 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1713 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1714 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1715 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1716 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1717 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1718 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1719 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
1720 * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
1721 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1722 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
1723 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
1724 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
1725 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
1726 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
1727 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
1728 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
1729 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
1730 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
1731 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
1732 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
1733 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
1734 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
1735 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
1736 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
1737 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
1738 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
1739 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
1740 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
1741 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
1742 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
1743 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
1744 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1745 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1746 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1747 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1748 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1749 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1750 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1751 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1752 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1753 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1754 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1755 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1756 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1757 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1758 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1759 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1760 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1761 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1762 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1763 * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
1764 * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png:
1765 * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1766 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
1767 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
1768 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
1769 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
1770 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
1771 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
1772 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
1773 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
1774 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
1775 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
1776 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
1777 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
1778 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
1779 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
1780 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
1781 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
1782 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
1783 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
1784 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
1785 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
1786 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
1787 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
1788 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1789 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1790 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1791 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1792 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1793 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1794 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1795 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1796 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1797 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1798 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1799 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1800 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1801 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1802 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1803 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1804 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1805 * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Added.
1806 * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
1807 * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1808 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
1809 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
1810 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
1811 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
1812 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
1813 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
1814 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
1815 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
1816 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
1817 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
1818 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
1819 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
1820 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
1821 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
1822 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
1823 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
1824 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
1825 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
1826 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
1827 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
1828 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
1829 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
1830 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1831 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1832 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1833 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1834 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1835 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1836 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1837 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1838 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1839 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1840 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1841 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1842 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1843 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1844 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1845 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1846 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1847 * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1848 * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1849 * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
1850 * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png:
1851 * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
1852 * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1853 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
1854 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
1855 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
1856 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
1857 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
1858 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
1859 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
1860 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
1861 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
1862 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
1863 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
1864 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
1865 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
1866 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
1867 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
1868 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
1869 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
1870 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
1871 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
1872 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
1873 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
1874 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
1875 * platform/chromium-mac/svg/filters/feImage-preserveAspectRatio-all-expected.png:
1876 * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
1877 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1878 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1879 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1880 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1881 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1882 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1883 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1884 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1885 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1886 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1887 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1888 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1889 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1890 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1891 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1892 * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1893 * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1894 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1895 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1896 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
1897 * platform/chromium-win/svg/as-image/image-preserveAspectRatio-all-expected.png:
1898 * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
1899 * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1900 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
1901 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
1902 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
1903 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
1904 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
1905 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
1906 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
1907 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
1908 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
1909 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
1910 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
1911 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
1912 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
1913 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
1914 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
1915 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
1916 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
1917 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
1918 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
1919 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
1920 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
1921 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
1922 * platform/chromium-win/svg/filters/feImage-preserveAspectRatio-all-expected.png:
1923 * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
1925 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
1927 [Chromium] Unreviewed gardening.
1929 rebaselined after r147390.
1931 * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
1932 * 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.
1933 * 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.
1934 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
1935 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
1936 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
1937 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
1938 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1939 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1940 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1941 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1942 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1943 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1944 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1945 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1946 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1947 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1948 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1949 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1950 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1951 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1952 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1953 * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1954 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
1955 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
1956 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
1957 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
1958 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
1959 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
1960 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
1961 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
1962 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1963 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1964 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1965 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1966 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1967 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1968 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1969 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1970 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1971 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1972 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1973 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1974 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1975 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1976 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1977 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1978 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
1979 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
1980 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
1981 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
1982 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
1983 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
1984 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
1985 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
1986 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1987 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1988 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1989 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1990 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1991 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1992 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1993 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1994 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1995 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1996 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1997 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1998 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1999 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2000 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2001 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2002 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2003 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2004 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2005 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2006 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2007 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2008 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2009 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2010 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2011 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2012 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2013 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2014 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2015 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2016 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2017 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2018 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2019 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2020 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2021 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2022 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2023 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2024 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2025 * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2026 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2027 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2028 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2029 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2030 * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2031 * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2032 * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2033 * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2034 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2035 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2036 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2037 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2038 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2039 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2040 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2041 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2042 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2043 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2044 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2045 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2046 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2047 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2048 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2049 * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2050 * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2051 * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2052 * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2053 * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2055 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
2057 [Chromium] Unreviewed gardening.
2059 rebaselined after r147390.
2061 * platform/chromium-linux-x86/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
2062 * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Removed.
2063 * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Removed.
2064 * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Removed.
2065 * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Removed.
2066 * platform/chromium-linux-x86/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Added.
2067 * platform/chromium-linux/css2.1/20110323/replaced-min-max-001-expected.png:
2068 * platform/chromium-linux/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2069 * platform/chromium-linux/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2070 * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2071 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
2072 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2073 * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
2074 * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
2075 * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
2076 * platform/chromium-linux/fast/borders/scaled-border-image-expected.png:
2077 * platform/chromium-linux/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2078 * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2079 * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png:
2080 * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
2081 * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
2082 * platform/chromium-mac-lion/css2.1/20110323/replaced-min-max-001-expected.png:
2083 * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2084 * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2085 * platform/chromium-mac-lion/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2086 * platform/chromium-mac-lion/fast/borders/border-image-scale-transform-expected.png:
2087 * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
2088 * platform/chromium-mac-lion/fast/borders/scaled-border-image-expected.png:
2089 * platform/chromium-mac-lion/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2090 * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2091 * platform/chromium-mac-lion/fast/replaced/absolute-image-sizing-expected.png:
2092 * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2093 * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-min-max-001-expected.png:
2094 * platform/chromium-mac-snowleopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2095 * platform/chromium-mac-snowleopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2096 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2097 * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
2098 * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
2099 * platform/chromium-mac-snowleopard/fast/borders/scaled-border-image-expected.png:
2100 * platform/chromium-mac-snowleopard/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2101 * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2102 * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png:
2103 * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2104 * platform/chromium-mac/css2.1/20110323/replaced-min-max-001-expected.png:
2105 * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2106 * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2107 * platform/chromium-mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2108 * platform/chromium-mac/fast/backgrounds/size/backgroundSize02-expected.png:
2109 * platform/chromium-mac/fast/backgrounds/size/backgroundSize04-expected.png:
2110 * platform/chromium-mac/fast/backgrounds/size/backgroundSize06-expected.png:
2111 * platform/chromium-mac/fast/backgrounds/size/backgroundSize13-expected.png:
2112 * platform/chromium-mac/fast/backgrounds/size/backgroundSize14-expected.png:
2113 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
2114 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2115 * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
2116 * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
2117 * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
2118 * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
2119 * platform/chromium-mac/fast/borders/scaled-border-image-expected.png:
2120 * platform/chromium-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2121 * platform/chromium-mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2122 * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
2123 * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
2124 * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2125 * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png:
2126 * platform/chromium-win/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2127 * platform/chromium-win/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2128 * platform/chromium-win/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2129 * platform/chromium-win/fast/backgrounds/size/backgroundSize02-expected.png:
2130 * platform/chromium-win/fast/backgrounds/size/backgroundSize04-expected.png:
2131 * platform/chromium-win/fast/backgrounds/size/backgroundSize06-expected.png:
2132 * platform/chromium-win/fast/backgrounds/size/backgroundSize13-expected.png:
2133 * platform/chromium-win/fast/backgrounds/size/backgroundSize14-expected.png:
2134 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
2135 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2136 * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
2137 * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
2138 * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
2139 * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png:
2140 * platform/chromium-win/fast/borders/scaled-border-image-expected.png:
2141 * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2142 * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2143 * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png:
2144 * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
2145 * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
2147 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
2149 [Chromium] Unreviewed gardening.
2151 rebaselined after r147390.
2153 * platform/chromium-linux/css3/images/cross-fade-background-size-expected.png: Added.
2154 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2155 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2156 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2157 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2158 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2159 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2160 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2161 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2162 * platform/chromium-win/css3/images/cross-fade-background-size-expected.png: Renamed from LayoutTests/platform/chromium/css3/images/cross-fade-background-size-expected.png.
2164 2013-04-01 Zan Dobersek <zdobersek@igalia.com>
2166 Unreviewed GTK gardening.
2168 * platform/gtk/TestExpectations: Removing duplicated expectations to get rid of linting errors.
2170 2013-04-01 Zan Dobersek <zdobersek@igalia.com>
2172 Unreviewed GTK gardening.
2174 * platform/gtk/TestExpectations: Adding failure expectation for the svg/repaint/buffered-rendering-static-image.html
2175 layout test added in r147348, most likely due to disabled subpixel layout on the GTK port.
2176 * platform/gtk/fast/table/overflowHidden-expected.png: Updating after r147245.
2177 * platform/gtk/fast/table/overflowHidden-expected.txt: Ditto.
2179 2013-04-01 Chris Evans <cevans@google.com>
2181 Crash in Node::enclosingBlockFlowElement()
2182 https://bugs.webkit.org/show_bug.cgi?id=113712
2184 Reviewed by Abhishek Arya.
2186 * editing/execCommand/format-block-at-root-expected.txt: Added.
2187 * editing/execCommand/format-block-at-root.html: Added.
2189 2013-04-01 James Simonsen <simonjam@chromium.org>
2191 [Resource Timing] Expose timing information for iframes
2192 https://bugs.webkit.org/show_bug.cgi?id=103927
2194 Reviewed by Nate Chapin.
2196 * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_frame_initiator_type.html: Fix timeout.
2197 * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_iframe_self_navigation-expected.txt: Added.
2198 * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_iframe_self_navigation.html: Added.
2199 * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types-expected.txt: Remove bad line.
2200 * platform/chromium/TestExpectations: Unskip tests that relied on iframes.
2202 2013-04-01 Hans Muller <hmuller@adobe.com>
2204 [CSS Exclusions] shape-outside on floats fails to respect shape-margin's vertical extent
2205 https://bugs.webkit.org/show_bug.cgi?id=113600
2207 Reviewed by Dirk Schulze.
2209 Corrected the expected values in the ellipse-margin-left and ellipse-margin-right tests because the
2210 shape-outside float layout code now (correctly) takes into account the shape's margin boundary.
2212 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom-expected.html: Added.
2213 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom.html: Added.
2214 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-expected.txt:
2215 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
2216 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right-expected.txt:
2217 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
2219 2013-04-01 Adam Barth <abarth@webkit.org>
2221 Assertion failure !m_lastChunkBeforeScript in HTMLDocumentParser during inspector/debugger/pause-in-inline-script.html
2222 https://bugs.webkit.org/show_bug.cgi?id=112369
2224 Reviewed by Eric Seidel.
2226 Unskip test that is now passing.
2228 * platform/chromium/TestExpectations:
2230 2013-04-01 Michael Pruett <michael@68k.org>
2232 [JSC] IndexedDB: Exceptions not thrown for non-cloneable values
2233 https://bugs.webkit.org/show_bug.cgi?id=113689
2235 Reviewed by Kentaro Hara.
2237 * platform/gtk/TestExpectations:
2239 2013-04-01 Shinya Kawanaka <shinyak@chromium.org>
2241 Unreviewed, rolling out r147347.
2242 http://trac.webkit.org/changeset/147347
2244 broke Chromium Linux test
2245 The same reason as the previous rollout.
2247 * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
2248 * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Added.
2249 * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Added.
2250 * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Added.
2251 * platform/chromium-linux/css2.1/20110323/replaced-min-max-001-expected.png:
2252 * platform/chromium-linux/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2253 * platform/chromium-linux/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2254 * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2255 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
2256 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2257 * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
2258 * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
2259 * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
2260 * platform/chromium-linux/fast/borders/scaled-border-image-expected.png:
2261 * platform/chromium-linux/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2262 * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2263 * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png:
2264 * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
2265 * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Removed.
2266 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2267 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2268 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2269 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2270 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2271 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2272 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2273 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2274 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2275 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2276 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2277 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2278 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2279 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2280 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2281 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2282 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2283 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2284 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2285 * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2286 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2287 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2288 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2289 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2290 * platform/chromium-mac-lion/css2.1/20110323/replaced-min-max-001-expected.png:
2291 * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2292 * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2293 * platform/chromium-mac-lion/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2294 * platform/chromium-mac-lion/fast/borders/border-image-scale-transform-expected.png:
2295 * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
2296 * platform/chromium-mac-lion/fast/borders/scaled-border-image-expected.png:
2297 * platform/chromium-mac-lion/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2298 * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2299 * platform/chromium-mac-lion/fast/replaced/absolute-image-sizing-expected.png:
2300 * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2301 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2302 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2303 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2304 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2305 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2306 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2307 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2308 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2309 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2310 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2311 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2312 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2313 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2314 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2315 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2316 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2317 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2318 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2319 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2320 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2321 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2322 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2323 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2324 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2325 * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-min-max-001-expected.png:
2326 * platform/chromium-mac-snowleopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2327 * platform/chromium-mac-snowleopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2328 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2329 * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
2330 * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
2331 * platform/chromium-mac-snowleopard/fast/borders/scaled-border-image-expected.png:
2332 * platform/chromium-mac-snowleopard/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2333 * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2334 * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png:
2335 * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2336 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2337 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2338 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2339 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2340 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2341 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2342 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2343 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2344 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2345 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2346 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2347 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2348 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2349 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2350 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2351 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2352 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2353 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2354 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2355 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2356 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2357 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2358 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2359 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2360 * platform/chromium-mac/css2.1/20110323/replaced-min-max-001-expected.png:
2361 * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2362 * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2363 * platform/chromium-mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2364 * platform/chromium-mac/fast/backgrounds/size/backgroundSize02-expected.png:
2365 * platform/chromium-mac/fast/backgrounds/size/backgroundSize04-expected.png:
2366 * platform/chromium-mac/fast/backgrounds/size/backgroundSize06-expected.png:
2367 * platform/chromium-mac/fast/backgrounds/size/backgroundSize13-expected.png:
2368 * platform/chromium-mac/fast/backgrounds/size/backgroundSize14-expected.png:
2369 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
2370 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2371 * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
2372 * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
2373 * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
2374 * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
2375 * platform/chromium-mac/fast/borders/scaled-border-image-expected.png:
2376 * platform/chromium-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2377 * platform/chromium-mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2378 * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
2379 * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
2380 * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2381 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2382 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2383 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2384 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2385 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2386 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2387 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2388 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2389 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2390 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2391 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2392 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2393 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2394 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2395 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2396 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2397 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2398 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2399 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2400 * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2401 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2402 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2403 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2404 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2405 * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png:
2406 * platform/chromium-win/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2407 * platform/chromium-win/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2408 * platform/chromium-win/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2409 * platform/chromium-win/fast/backgrounds/size/backgroundSize02-expected.png:
2410 * platform/chromium-win/fast/backgrounds/size/backgroundSize04-expected.png:
2411 * platform/chromium-win/fast/backgrounds/size/backgroundSize06-expected.png:
2412 * platform/chromium-win/fast/backgrounds/size/backgroundSize13-expected.png:
2413 * platform/chromium-win/fast/backgrounds/size/backgroundSize14-expected.png:
2414 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
2415 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2416 * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
2417 * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
2418 * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
2419 * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png:
2420 * platform/chromium-win/fast/borders/scaled-border-image-expected.png:
2421 * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2422 * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2423 * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png:
2424 * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
2425 * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Removed.
2426 * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2427 * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2428 * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2429 * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2430 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2431 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2432 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2433 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2434 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2435 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2436 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2437 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2438 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2439 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2440 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2441 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2442 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2443 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2444 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2445 * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2446 * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2447 * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2448 * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2449 * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2450 * platform/chromium/TestExpectations:
2452 2013-04-01 Shinya Kawanaka <shinyak@chromium.org>
2454 Unreviewed, rolling out r147351.
2455 http://trac.webkit.org/changeset/147351
2457 broke Chromium Linux test
2458 The same reason as the previous rollout.
2460 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2461 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2462 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2463 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2464 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2465 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2466 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2467 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2468 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2469 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2470 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2471 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
2472 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
2473 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
2474 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
2475 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
2476 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
2477 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2478 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2479 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
2480 * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
2481 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2482 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2483 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2484 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2485 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2486 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2487 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2488 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2489 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2490 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2491 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2492 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2493 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2494 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
2495 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
2496 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
2497 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
2498 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
2499 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
2500 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
2501 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
2502 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
2503 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
2504 * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png:
2505 * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
2506 * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
2507 * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png:
2508 * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png:
2509 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2510 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2511 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2512 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2513 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.png:
2514 * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.png:
2515 * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.png:
2516 * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.png:
2517 * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.png:
2518 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2519 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2520 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2521 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2522 * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png:
2523 * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png:
2524 * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png:
2525 * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png:
2526 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2527 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2528 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.png:
2529 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.png:
2530 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2531 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2532 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.png:
2533 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.png:
2534 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2535 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2536 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2537 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2538 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2539 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2540 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2541 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2542 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2543 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2544 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2545 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2546 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
2547 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
2548 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
2549 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
2550 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
2551 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
2552 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2553 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2554 * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
2555 * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png:
2556 * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2557 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2558 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2559 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2560 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2561 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2562 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2563 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2564 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2565 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2566 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2567 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2568 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2569 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
2570 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
2571 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
2572 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
2573 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
2574 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
2575 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
2576 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
2577 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
2578 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
2579 * platform/chromium-mac-lion/tables/mozilla/bugs/bug1296-expected.png:
2580 * platform/chromium-mac-lion/tables/mozilla/bugs/bug1430-expected.png:
2581 * platform/chromium-mac-lion/tables/mozilla/bugs/bug15544-expected.png:
2582 * platform/chromium-mac-lion/tables/mozilla/bugs/bug625-expected.png:
2583 * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png:
2584 * platform/chromium-mac-lion/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2585 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2586 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2587 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2588 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_top-expected.png:
2589 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_baseline-expected.png:
2590 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_bottom-expected.png:
2591 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_middle-expected.png:
2592 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_top-expected.png:
2593 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2594 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2595 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2596 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2597 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_baseline-expected.png:
2598 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_bottom-expected.png:
2599 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_middle-expected.png:
2600 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_top-expected.png:
2601 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2602 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2603 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_middle-expected.png:
2604 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_top-expected.png:
2605 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2606 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2607 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_middle-expected.png:
2608 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_top-expected.png:
2609 * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2610 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2611 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2612 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2613 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2614 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2615 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2616 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2617 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2618 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2619 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2620 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2621 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
2622 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
2623 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
2624 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
2625 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
2626 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
2627 * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
2628 * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2629 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2630 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2631 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2632 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2633 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2634 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2635 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2636 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2637 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2638 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2639 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2640 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2641 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
2642 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
2643 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
2644 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
2645 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
2646 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
2647 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
2648 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
2649 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
2650 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
2651 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1296-expected.png:
2652 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png:
2653 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png:
2654 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-expected.png:
2655 * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png:
2656 * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2657 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2658 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2659 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2660 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_top-expected.png:
2661 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_baseline-expected.png:
2662 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_bottom-expected.png:
2663 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_middle-expected.png:
2664 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_top-expected.png:
2665 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2666 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2667 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2668 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2669 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_baseline-expected.png:
2670 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_bottom-expected.png:
2671 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_middle-expected.png:
2672 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_top-expected.png:
2673 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2674 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2675 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_middle-expected.png:
2676 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_top-expected.png:
2677 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2678 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2679 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_middle-expected.png:
2680 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_top-expected.png:
2681 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2682 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2683 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2684 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2685 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2686 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2687 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2688 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2689 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2690 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2691 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2692 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2693 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
2694 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
2695 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
2696 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
2697 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
2698 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
2699 * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2700 * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2701 * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
2702 * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png:
2703 * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
2704 * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2705 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2706 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2707 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2708 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2709 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2710 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2711 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2712 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2713 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2714 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2715 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2716 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2717 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
2718 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
2719 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
2720 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
2721 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
2722 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
2723 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
2724 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
2725 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
2726 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
2727 * platform/chromium-mac/svg/filters/feImage-preserveAspectRatio-all-expected.png:
2728 * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
2729 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
2730 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
2731 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png:
2732 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png:
2733 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png:
2734 * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
2735 * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2736 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2737 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2738 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2739 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png:
2740 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png:
2741 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png:
2742 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png:
2743 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png:
2744 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2745 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2746 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2747 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2748 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png:
2749 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png:
2750 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png:
2751 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png:
2752 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2753 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2754 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png:
2755 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png:
2756 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2757 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2758 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png:
2759 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png:
2760 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2761 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2762 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2763 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2764 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2765 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2766 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2767 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2768 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2769 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2770 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2771 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2772 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
2773 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
2774 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
2775 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
2776 * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.png:
2777 * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.png:
2778 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2779 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2780 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
2781 * platform/chromium-win/svg/as-image/image-preserveAspectRatio-all-expected.png:
2782 * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
2783 * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2784 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2785 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2786 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2787 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2788 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2789 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2790 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2791 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2792 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2793 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2794 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2795 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2796 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
2797 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
2798 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
2799 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
2800 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
2801 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
2802 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
2803 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
2804 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
2805 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
2806 * platform/chromium-win/svg/filters/feImage-preserveAspectRatio-all-expected.png:
2807 * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
2808 * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png:
2809 * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png:
2810 * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png:
2811 * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png:
2812 * platform/chromium-win/tables/mozilla/bugs/bug97383-expected.png:
2813 * platform/chromium-win/tables/mozilla/core/bloomberg-expected.png:
2814 * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2815 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2816 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2817 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2818 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.png:
2819 * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.png:
2820 * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.png:
2821 * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.png:
2822 * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.png:
2823 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2824 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2825 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2826 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2827 * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png:
2828 * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png:
2829 * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png:
2830 * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png:
2831 * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2832 * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2833 * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.png:
2834 * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.png:
2835 * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2836 * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2837 * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.png:
2838 * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.png:
2839 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2841 2013-04-01 Shinya Kawanaka <shinyak@chromium.org>
2843 Unreviewed, rolling out r147358.
2844 http://trac.webkit.org/changeset/147358
2846 broke Chromium Linux test
2847 In the flakiness dashboard, this rebaseline looks good, however actually it broke Chromium Linux Test bots.
2848 Maybe something bad is happening, but let me revert them again.
2850 * platform/chromium-linux/css3/images/cross-fade-background-size-expected.png: Removed.
2851 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2852 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2853 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2854 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2855 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2856 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2857 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2858 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2859 * platform/chromium/css3/images/cross-fade-background-size-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/images/cross-fade-background-size-expected.png.
2861 2013-04-01 Shinya Kawanaka <shinyak@chromium.org>
2863 [Chromium] Unreviewed gardening.
2865 * platform/chromium/TestExpectations:
2867 2013-04-01 Ojan Vafai <ojan@chromium.org>
2869 Test rebaselines after r147245.
2871 * fast/table/overflowHidden-expected.txt:
2872 * platform/chromium-mac/fast/table/overflowHidden-expected.txt: Removed.
2873 * platform/chromium/TestExpectations:
2874 * platform/efl/TestExpectations:
2875 * platform/gtk/TestExpectations:
2876 * platform/gtk/fast/table/overflowHidden-expected.txt: Copied from LayoutTests/fast/table/overflowHidden-expected.txt.
2877 * platform/mac/TestExpectations:
2878 * platform/qt/TestExpectations:
2879 * platform/win-7sp0/fast/table/overflowHidden-expected.txt: Renamed from LayoutTests/platform/win/fast/table/overflowHidden-expected.txt.
2881 2013-04-01 Mark Lam <mark.lam@apple.com>
2883 Bot greening failed test from http://trac.webkit.org/changeset/147317.
2884 The test should use testRunner, not layoutTestController.
2888 * fast/text/emphasis-height-crash.html:
2890 2013-04-01 Hayato Ito <hayato@chromium.org>
2892 [Shadow DOM] Change the order of event dispatching at AT_TARGET phase.
2893 https://bugs.webkit.org/show_bug.cgi?id=113676
2895 Reviewed by Dimitri Glazkov.
2897 * fast/dom/shadow/cppevent-in-shadow-expected.txt:
2898 * fast/dom/shadow/cppevent-input-in-shadow-expected.txt:
2899 * fast/dom/shadow/events-stopped-at-shadow-boundary-expected.txt:
2900 * fast/dom/shadow/gesture-tap-expected.txt:
2901 * fast/dom/shadow/shadow-boundary-events-expected.txt:
2902 * fast/dom/shadow/shadow-boundary-events.html:
2903 * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt:
2904 * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt:
2905 * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt:
2906 * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt:
2907 * fast/dom/shadow/shadow-root-blur-expected.txt:
2909 2013-04-01 Nate Chapin <japhet@chromium.org>
2911 Unreviewed, chromium expectations update after r147357.
2913 * platform/chromium/TestExpectations:
2915 2013-04-01 Roger Fong <roger_fong@apple.com>
2917 Unreviewed. AppleWin port gardening.
2919 * platform/win/TestExpectations:
2920 * platform/win/fast/table: Added.
2921 * platform/win/fast/table/overflowHidden-expected.txt: Added.
2923 2013-04-01 Nate Chapin <japhet@chromium.org>
2925 Unreviewed, chromium gardening.
2927 * platform/chromium-linux/css3/images/cross-fade-background-size-expected.png: Added.
2928 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2929 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2930 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2931 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2932 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2933 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2934 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2935 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2936 * platform/chromium-win/css3/images/cross-fade-background-size-expected.png: Added.
2937 * platform/chromium/css3/images/cross-fade-background-size-expected.png: Removed.
2939 2013-04-01 Timothy Hatcher <timothy@apple.com>
2941 Make 'this' evaluate to the correct object when paused in the Debugger.
2943 https://webkit.org/b/113607
2944 rdar://problem/13538351
2946 Reviewed by Joseph Pecoraro.
2948 * platform/mac/http/tests/inspector/console-resource-errors-expected.txt:
2950 2013-04-01 Victor Carbune <vcarbune@chromium.org>
2952 TextTrackCue Extension for WebVTT Regions
2953 https://bugs.webkit.org/show_bug.cgi?id=109821
2955 Reviewed by Eric Carlson.
2957 * media/track/captions-webvtt/header-regions.vtt: Updated to include cues with
2958 settings for which the "region:" setting should be ignored (for backwards compatibility
2959 regarding WebVTT rendering rules).
2960 * media/track/regions-webvtt/text-track-cue-region-attribute-expected.txt: Added.
2961 * media/track/regions-webvtt/text-track-cue-region-attribute.html: Added.
2963 2013-04-01 Nate Chapin <japhet@chromium.org>
2965 Unreviewed, chromium gardening.
2967 * platform/chromium-linux-x86/svg/dynamic-updates: Removed.
2968 * platform/chromium-linux-x86/tables/mozilla/marvin: Removed.
2969 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2970 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2971 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2972 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2973 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2974 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2975 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2976 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2977 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2978 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2979 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2980 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
2981 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
2982 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
2983 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
2984 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
2985 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
2986 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2987 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2988 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
2989 * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
2990 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2991 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2992 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2993 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2994 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2995 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2996 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2997 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2998 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2999 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
3000 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
3001 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
3002 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
3003 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
3004 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
3005 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
3006 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
3007 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
3008 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
3009 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
3010 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
3011 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
3012 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
3013 * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png:
3014 * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
3015 * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
3016 * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png:
3017 * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png:
3018 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
3019 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
3020 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
3021 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.png:
3022 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.png:
3023 * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.png:
3024 * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.png:
3025 * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.png:
3026 * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.png:
3027 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
3028 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
3029 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
3030 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.png:
3031 * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png:
3032 * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png:
3033 * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png:
3034 * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png:
3035 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.png:
3036 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.png:
3037 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.png:
3038 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.png:
3039 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.png:
3040 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.png:
3041 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.png:
3042 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.png:
3043 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
3044 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
3045 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
3046 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
3047 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
3048 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
3049 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
3050 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
3051 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
3052 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
3053 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
3054 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
3055 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
3056 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
3057 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
3058 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
3059 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
3060 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
3061 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
3062 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3063 * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
3064 * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png:
3065 * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3066 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
3067 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
3068 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
3069 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
3070 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
3071 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
3072 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
3073 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
3074 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
3075 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
3076 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
3077 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
3078 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
3079 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
3080 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
3081 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
3082 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
3083 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
3084 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
3085 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
3086 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
3087 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
3088 * platform/chromium-mac-lion/tables/mozilla/bugs/bug1296-expected.png:
3089 * platform/chromium-mac-lion/tables/mozilla/bugs/bug1430-expected.png:
3090 * platform/chromium-mac-lion/tables/mozilla/bugs/bug15544-expected.png:
3091 * platform/chromium-mac-lion/tables/mozilla/bugs/bug625-expected.png:
3092 * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png:
3093 * platform/chromium-mac-lion/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
3094 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
3095 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
3096 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_middle-expected.png:
3097 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_top-expected.png:
3098 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_baseline-expected.png:
3099 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_bottom-expected.png:
3100 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_middle-expected.png:
3101 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_top-expected.png:
3102 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
3103 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
3104 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
3105 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_top-expected.png:
3106 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_baseline-expected.png:
3107 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_bottom-expected.png:
3108 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_middle-expected.png:
3109 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_top-expected.png:
3110 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_baseline-expected.png:
3111 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_bottom-expected.png:
3112 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_middle-expected.png:
3113 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_top-expected.png:
3114 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_baseline-expected.png:
3115 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_bottom-expected.png:
3116 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_middle-expected.png:
3117 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_top-expected.png:
3118 * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
3119 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
3120 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
3121 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
3122 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
3123 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
3124 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
3125 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
3126 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
3127 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
3128 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
3129 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
3130 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
3131 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
3132 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
3133 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
3134 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
3135 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
3136 * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
3137 * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3138 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
3139 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
3140 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
3141 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
3142 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
3143 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
3144 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
3145 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
3146 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
3147 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
3148 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
3149 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
3150 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
3151 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
3152 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
3153 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
3154 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
3155 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
3156 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
3157 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
3158 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
3159 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
3160 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1296-expected.png:
3161 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png:
3162 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png:
3163 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-expected.png:
3164 * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png:
3165 * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
3166 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
3167 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
3168 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_middle-expected.png:
3169 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_top-expected.png:
3170 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_baseline-expected.png:
3171 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_bottom-expected.png:
3172 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_middle-expected.png:
3173 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_top-expected.png:
3174 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
3175 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
3176 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
3177 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_top-expected.png:
3178 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_baseline-expected.png:
3179 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_bottom-expected.png:
3180 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_middle-expected.png:
3181 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_top-expected.png:
3182 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_baseline-expected.png:
3183 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_bottom-expected.png:
3184 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_middle-expected.png:
3185 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_top-expected.png:
3186 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_baseline-expected.png:
3187 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_bottom-expected.png:
3188 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_middle-expected.png:
3189 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_top-expected.png:
3190 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
3191 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
3192 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
3193 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
3194 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
3195 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
3196 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
3197 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
3198 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
3199 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
3200 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
3201 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
3202 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
3203 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: