1 2013-04-05 Aivo Paas <aivopaas@gmail.com>
3 Updating mouse cursor on style changes without emitting fake mousemove event
4 https://bugs.webkit.org/show_bug.cgi?id=101857
5 Changing CSS cursor should work no matter is mouse button is pressed or not
6 https://bugs.webkit.org/show_bug.cgi?id=53341
8 Reviewed by Allan Sandfeld Jensen.
10 Added tests for changing cursor on mousemove, mousedown, mouseup and mousemove
11 while mouse button being held down. Also added test to verify that a mousemove
12 event is not fired for changing cursor when mouse is not moving.
14 * fast/events/mouse-cursor-change-expected.txt: Added.
15 * fast/events/mouse-cursor-change.html: Added.
16 * fast/events/mouse-cursor-no-mousemove-expected.txt: Added.
17 * fast/events/mouse-cursor-no-mousemove.html: Added.
18 * platform/mac/TestExpectations:
20 2013-04-05 Zan Dobersek <zdobersek@igalia.com>
22 Unreviewed GTK gardening.
24 * platform/gtk/TestExpectations: Removing a couple of expectations for tests that are now passing.
26 2013-04-05 Krzysztof Czech <k.czech@samsung.com>
28 [EFL] New baseline for accessibility/aria-option-role.html
29 https://bugs.webkit.org/show_bug.cgi?id=114006
31 Unreviewed, EFL gardening.
33 * platform/efl-wk1/TestExpectations:
34 * platform/efl-wk2/TestExpectations:
35 * platform/efl/accessibility/aria-option-role-expected.txt: Added.
37 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
39 Change class_as_selector-expected.html to be a ref-test
40 https://bugs.webkit.org/show_bug.cgi?id=113970
42 Reviewed by Geoffrey Garen.
44 The test checks style can be applied to text with a CSS class.
45 The reference is done by applying a style attribute directly
48 * css1/basic/class_as_selector-expected.html: Added.
49 * platform/efl/css1/basic/class_as_selector-expected.png: Removed.
50 * platform/efl/css1/basic/class_as_selector-expected.txt: Removed.
51 * platform/gtk/css1/basic/class_as_selector-expected.txt: Removed.
52 * platform/mac/css1/basic/class_as_selector-expected.png: Removed.
53 * platform/mac/css1/basic/class_as_selector-expected.txt: Removed.
54 * platform/qt/css1/basic/class_as_selector-expected.png: Removed.
55 * platform/qt/css1/basic/class_as_selector-expected.txt: Removed.
57 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
59 Unskip 3 backface-visibility tests on OS X
61 * platform/mac/TestExpectations:
62 The 3 pixel tests pass on WebKit1 and WebKit2.
64 2013-04-04 Simon Fraser <simon.fraser@apple.com>
66 Page content missing when flipping from an empty layer to a tiled layer
67 https://bugs.webkit.org/show_bug.cgi?id=113977
68 <rdar://problem/13444219>
70 Reviewed by Tim Horton.
72 Ref test that adds visible content to a larger layer.
74 * compositing/tiling/empty-to-tiled-expected.html: Added.
75 * compositing/tiling/empty-to-tiled.html: Added.
77 2013-04-04 Eric Carlson <eric.carlson@apple.com>
79 Unreviewed, fix a test and some results missed in r147675
81 * media/media-captions-expected.txt:
82 * media/video-controls-captions-trackmenu-localized.html:
83 * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
85 2013-04-04 Dave Michael <dmichael@chromium.org>
87 Make fast/events/tabindex-focus-blur-all.html disallow Java so the test runs the same regardless of platform/port
88 https://bugs.webkit.org/show_bug.cgi?id=113950
90 Reviewed by Jer Noble.
92 This hopefully fixes the test failure seen on Apple Mountain Lion WK2:
93 http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK2%20(Tests)/r147640%20(7636)/results.html
94 that was introduced in https://bugs.webkit.org/show_bug.cgi?id=32292
96 * 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.
98 2013-04-04 Eric Carlson <eric.carlson@apple.com>
100 [Mac] add "automatic" text track menu item
101 https://bugs.webkit.org/show_bug.cgi?id=113822
103 Reviewed by Jer Noble.
105 * media/media-captions.html: Opportunistic fix - don't look at state until we get the 'canplaythrough'
106 event because the media engine state may not have been processed until that time.
107 * media/track/track-cue-container-rendering-position.html: Don't assume that a cue has been
108 rendered immediately when the 'canplaythrough' event comes through.
109 * media/track/track-cue-rendering-mode-changed.html: Ditto.
110 * media/track/track-in-band-expected.txt: Don't check if cues have loaded, it doesn't matter
112 * media/track/track-in-band.html: Ditto.
113 * media/track/track-user-preferences-expected.txt: Changed name of utility function from
114 menuIndexForLanguage to indexOfMenuItemBeginningWith.
115 * media/track/track-user-preferences.html: Move menuIndexForLanguage to trackmenu-test.js and
116 change name to indexOfMenuItemBeginningWith. Clarify the message logged when a track loads
118 * media/trackmenu-test.js: Move some functions here from track-user-preferences.html
120 (indexOfMenuItemBeginningWith):
121 (selectCaptionMenuItem):
122 * media/video-controls-captions-trackmenu-sorted.html: Update for new menu item.
123 * media/video-controls-captions-trackmenu.html: Ditto.
124 * platform/mac/media/video-controls-captions-trackmenu-expected.txt: Ditto.
125 * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: Ditto.
127 2013-04-04 Glenn Adams <glenn@skynav.com>
129 [EFL] Unreviewed gardening. Rebaseline after r147588. Remove overridden pixel results.
131 * platform/efl/fast/text/international/003-expected.png: Removed.
132 * platform/efl/fast/text/international/text-combine-image-test-expected.png: Removed.
133 * platform/efl/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Removed.
135 2013-04-04 Glenn Adams <glenn@skynav.com>
137 [EFL] Unreviewed gardening. Rebaseline after r147588. Update pixel expectations.
139 * platform/efl-wk1/fast/text/international/003-expected.png: Added.
140 * platform/efl-wk1/fast/text/international/text-combine-image-test-expected.png: Added.
141 * platform/efl-wk1/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
142 * platform/efl-wk2/fast/text/international/003-expected.png: Added.
143 * platform/efl-wk2/fast/text/international/text-combine-image-test-expected.png: Added.
144 * platform/efl-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
146 2013-04-04 Oliver Hunt <oliver@apple.com>
148 Exception stack unwinding doesn't handle inline callframes correctly
149 https://bugs.webkit.org/show_bug.cgi?id=113952
151 Reviewed by Geoffrey Garen.
155 * fast/js/js-correct-exception-handler-expected.txt: Added.
156 * fast/js/js-correct-exception-handler.html: Added.
157 * fast/js/script-tests/js-correct-exception-handler.js: Added.
163 2013-04-04 Glenn Adams <glenn@skynav.com>
165 [EFL] Unreviewed gardening. Rebaseline after r147588.
167 * platform/efl-wk1/fast/text/international: Added.
168 * platform/efl-wk1/fast/text/international/003-expected.txt: Added.
169 * platform/efl-wk1/fast/text/international/text-combine-image-test-expected.txt: Added.
170 * platform/efl-wk1/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
171 * platform/efl-wk2/fast/text/international/003-expected.txt: Added.
172 * platform/efl-wk2/fast/text/international/text-combine-image-test-expected.txt: Added.
173 * platform/efl-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
174 * platform/efl/fast/text/international/003-expected.txt: Removed.
175 * platform/efl/fast/text/international/text-combine-image-test-expected.txt: Removed.
176 * platform/efl/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Removed.
178 2013-04-04 Sheriff Bot <webkit.review.bot@gmail.com>
180 Unreviewed, rolling out r147662.
181 http://trac.webkit.org/changeset/147662
182 https://bugs.webkit.org/show_bug.cgi?id=113955
184 The change r147662 breaks fast/regions/fixed-pos-elem-in-
185 region.html (Requested by benjaminp on #webkit).
187 * fast/inline/inline-with-empty-inline-children-expected.txt:
188 * fast/inline/inline-with-empty-inline-children.html:
190 2013-04-04 Roger Fong <roger_fong@apple.com>
192 Unreviewed. AppleWin port gardening.
194 * platform/win/TestExpectations:
196 2013-04-04 Roger Fong <roger_fong@apple.com>
198 Unreviewed. AppleWin port gardening.
200 * platform/win/TestExpectations:
201 * platform/win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
203 2013-04-04 Robert Hogan <robert@webkit.org>
205 REGRESSION(r142152): Text wraps in menu
206 https://bugs.webkit.org/show_bug.cgi?id=113706
208 Reviewed by David Hyatt.
210 * fast/inline/inline-with-empty-inline-children-expected.txt:
211 * fast/inline/inline-with-empty-inline-children.html:
213 2013-04-04 Chris Fleizach <cfleizach@apple.com>
215 AX:File upload button has wrong label
216 https://bugs.webkit.org/show_bug.cgi?id=113924
218 Reviewed by David Kilzer.
220 * platform/iphone-simulator/accessibility/file-upload-button-expected.txt: Added.
221 * platform/iphone-simulator/accessibility/file-upload-button.html: Added.
223 2013-04-04 Emil A Eklund <eae@chromium.org>
225 Change RenderFrameSet::computeEdgeInfo to use m-rows/m_cols directly
226 https://bugs.webkit.org/show_bug.cgi?id=113825
228 Reviewed by Eric Seidel.
230 Add test for accessing an invalid frame.
232 * fast/frames/invalid-frameset-compute-edge-expected.html: Added.
233 * fast/frames/invalid-frameset-compute-edge.html: Added.
235 2013-04-04 Christophe Dumez <ch.dumez@sisa.samsung.com>
237 [Cairo] Fix canvas drawing of SVG-based patterns and remove NativeImageCairo
238 https://bugs.webkit.org/show_bug.cgi?id=113929
240 Reviewed by Martin Robinson.
242 Add EFL / GTK pixels results for svg/canvas/canvas-pattern-svg.html now that
243 the test passes for cairo-based ports.
245 * platform/efl/svg/canvas/canvas-pattern-svg-expected.png: Added.
246 * platform/gtk/svg/canvas/canvas-pattern-svg-expected.png: Added.
248 2013-04-04 Xidorn Quan <quanxunzhen@gmail.com>
250 REGRESSION (r145870): Can't get insertion point to appear in some input and textareas on wordpress
251 https://bugs.webkit.org/show_bug.cgi?id=113591
253 Reviewed by Simon Fraser.
255 * fast/borders/border-radius-child-expected.txt: Added.
256 * fast/borders/border-radius-child.html: Added.
258 2013-04-04 Christophe Dumez <ch.dumez@sisa.samsung.com>
260 Regression(r142765) Broke Custom SVG cursors and SVG canvas drawing for Chromium
261 https://bugs.webkit.org/show_bug.cgi?id=113420
263 Reviewed by Stephen White.
265 Add layout test to check that drawing canvas patterns containing SVG images works.
267 * platform/chromium-linux/svg/canvas/canvas-pattern-svg-expected.png: Added.
268 * svg/canvas/canvas-pattern-svg-expected.txt: Added.
269 * svg/canvas/canvas-pattern-svg.html: Added.
271 2013-04-04 Seokju Kwon <seokju.kwon@gmail.com>
273 [SOUP] inspector/timeline/timeline-receive-response-event.html fails
274 https://bugs.webkit.org/show_bug.cgi?id=113860
276 Reviewed by Xan Lopez.
278 Copy the results of inspector/timeline/timeline-receive-response-event.html
279 to the efl and gtk platform dir.
280 Because test files are bigger than buffer size of ResourceHandleSoup.
282 * platform/efl/TestExpectations:
283 * platform/efl/inspector/timeline/timeline-receive-response-event-expected.txt: Added.
284 * platform/gtk/TestExpectations:
285 * platform/gtk/inspector/timeline/timeline-receive-response-event-expected.txt: Added.
287 2013-04-04 Jochen Eisinger <jochen@chromium.org>
289 [EFL][Qt] The layout test fast/loader/url-selected-user-gesture.html is failing.
290 https://bugs.webkit.org/show_bug.cgi?id=113930
292 Reviewed by Antti Koivisto.
294 * fast/loader/url-selected-user-gesture.html:
296 2013-04-04 Seokju Kwon <seokju.kwon@gmail.com>
298 [Qt] WebSocket errors should be logged to console
299 https://bugs.webkit.org/show_bug.cgi?id=113842
301 Reviewed by Jocelyn Turcotte.
303 * platform/qt/TestExpectations:
304 * platform/qt/http/tests/inspector/console-websocket-error-expected.txt: Added.
306 2013-04-04 Ádám Kallai <kadam@inf.u-szeged.hu>
308 [Qt] Unreviewed gardening.
310 * platform/qt/TestExpectations: Skipped some failing tests.
311 * platform/qt/fast/borders/rtl-border-04-expected.png: Updated after r147588.
312 * platform/qt/fast/borders/rtl-border-04-expected.txt: Updated after r147588.
314 2013-04-04 Glenn Adams <glenn@skynav.com>
316 [Mac] Unreviewed gardening. Rebaseline after r147588.
318 * platform/mac-lion/fast/text/international/text-combine-image-test-expected.png:
319 * platform/mac-lion/fast/text/international/text-combine-image-test-expected.txt:
320 * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
321 * platform/mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
322 * platform/mac-wk2/fast/text: Added.
323 * platform/mac-wk2/fast/text/international: Added.
324 * platform/mac-wk2/fast/text/international/003-expected.png: Added.
325 * platform/mac-wk2/fast/text/international/text-combine-image-test-expected.png: Added.
326 * platform/mac-wk2/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Added.
327 * platform/mac/fast/text/international/003-expected.png:
328 * platform/mac/fast/text/international/003-expected.txt:
329 * platform/mac/fast/text/international/text-combine-image-test-expected.png: Added.
330 * platform/mac/fast/text/international/text-combine-image-test-expected.txt:
331 * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
332 * platform/mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
334 2013-04-03 Gyuyoung Kim <gyuyoung.kim@samsung.com>
336 [EFL] Add a decoration image to search input field
337 https://bugs.webkit.org/show_bug.cgi?id=113552
339 Reviewed by Laszlo Gombos.
341 Rebaseline related to input search field.
343 * platform/efl/fast/css/input-search-padding-expected.png:
344 * platform/efl/fast/css/input-search-padding-expected.txt:
345 * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.png:
346 * platform/efl/fast/css/text-input-with-webkit-border-radius-expected.txt:
347 * platform/efl/fast/css/text-overflow-input-expected.png:
348 * platform/efl/fast/css/text-overflow-input-expected.txt:
349 * platform/efl/fast/forms/box-shadow-override-expected.png:
350 * platform/efl/fast/forms/box-shadow-override-expected.txt:
351 * platform/efl/fast/forms/control-restrict-line-height-expected.png:
352 * platform/efl/fast/forms/control-restrict-line-height-expected.txt:
353 * platform/efl/fast/forms/input-appearance-height-expected.png:
354 * platform/efl/fast/forms/input-appearance-height-expected.txt:
355 * platform/efl/fast/forms/placeholder-position-expected.png:
356 * platform/efl/fast/forms/placeholder-position-expected.txt:
357 * platform/efl/fast/forms/placeholder-pseudo-style-expected.png:
358 * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
359 * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png:
360 * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.txt:
361 * platform/efl/fast/forms/searchfield-heights-expected.png:
362 * platform/efl/fast/forms/searchfield-heights-expected.txt:
363 * platform/efl/fast/repaint/search-field-cancel-expected.png:
364 * platform/efl/fast/repaint/search-field-cancel-expected.txt:
365 * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
366 * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
368 2013-04-03 Gyuyoung Kim <gyuyoung.kim@samsung.com>
370 Unreviewed gardening. Below tests aren't related to bug 87619. It just needs to do rebaseline.
372 * platform/efl/TestExpectations:
373 * platform/efl/fast/forms/number/number-appearance-rtl-expected.png:
374 * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt:
375 * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
376 * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt:
377 * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
378 * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.txt:
380 2013-04-03 Kent Tamura <tkent@chromium.org>
382 Input value/placeholder is not redrawn when the input height grows
383 https://bugs.webkit.org/show_bug.cgi?id=113845
385 Reviewed by Ojan Vafai.
387 * fast/forms/text/text-height-grow-expected.html: Added.
388 * fast/forms/text/text-height-grow.html: Added.
390 2013-04-03 Glenn Adams <glenn@skynav.com>
392 [GTK] Unreviewed gardening. Rebaseline after r147588.
394 * platform/gtk-wk1/fast/writing-mode: Added.
395 * platform/gtk-wk1/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Added.
397 2013-04-03 Glenn Adams <glenn@skynav.com>
399 [Chromium] Unreviewed gardening. Rebaseline after r147588.
401 * platform/chromium-mac-lion/fast/text/international/003-expected.png:
402 * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.png:
403 * platform/chromium-mac-lion/fast/text/international/text-combine-image-test-expected.txt:
404 * platform/chromium-mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
405 * platform/chromium-mac-lion/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
406 * platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.png: Removed.
407 * platform/chromium-mac-snowleopard/fast/text/international/text-combine-image-test-expected.txt: Removed.
408 * platform/chromium-mac-snowleopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
409 * platform/chromium-mac/fast/text/international/003-expected.png:
410 * platform/chromium-mac/fast/text/international/003-expected.txt: Added.
411 * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png:
412 * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.txt:
413 * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
414 * platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
415 * platform/chromium-win/fast/text/international/003-expected.png:
416 * platform/chromium-win/fast/text/international/003-expected.txt:
417 * platform/chromium-win/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
418 * platform/chromium/TestExpectations:
419 * platform/chromium/fast/text/international/003-expected.txt: Removed.
421 2013-04-03 Roger Fong <roger_fong@apple.com>
423 Unreviewed. AppleWin port gardening.
425 * platform/win/TestExpectations:
426 * platform/win/fast/lists/inlineBoxWrapperNullCheck-expected.txt: Added.
428 2013-04-03 Dave Michael <dmichael@chromium.org>
430 Unable to focus on embedded plugins such as Flash via javascript focus()
431 https://bugs.webkit.org/show_bug.cgi?id=32292
433 Reviewed by Ryosuke Niwa.
435 Add/update testing to ensure embed, object, and applet tags now support
436 focus except when plugin content did not load.
438 * fast/events/resources/tabindex-focus-blur-all-frame1.html: Change embed and object
439 elements to reference an invalid plugin, to be consistent with applet. These
440 element types are not focusable when there is valid plugin content.
441 * fast/events/resources/tabindex-focus-blur-all-frame2.html: Same as above.
442 * fast/events/resources/tabindex-focus-blur-all-iframe1.html: Same as above.
443 * fast/events/resources/tabindex-focus-blur-all-iframe2.html: Same as above.
444 * java/focus-expected.txt: Added.
445 * java/focus.html: Added.
446 * plugins/focus-expected.txt: Added.
447 * plugins/focus.html: Added.
449 2013-04-03 Glenn Adams <glenn@skynav.com>
451 Element boundaries prevent Japanese line break opportunities
452 https://bugs.webkit.org/show_bug.cgi?id=105692
454 Reviewed by Darin Adler.
456 * fast/text/line-break-between-text-nodes-cjk-expected.html: Added.
457 * fast/text/line-break-between-text-nodes-cjk.html: Added.
458 * fast/text/line-break-between-text-nodes-latin1-expected.html: Added.
459 * fast/text/line-break-between-text-nodes-latin1.html: Added.
460 * platform/chromium-linux/fast/text/international/003-expected.png: Rebaselined.
461 * platform/chromium-linux/fast/text/international/003-expected.txt: Rebaselined.
462 * platform/chromium-linux/fast/text/international/text-combine-image-test-expected.png: Rebaselined.
463 * platform/chromium-linux/fast/text/international/text-combine-image-test-expected.txt: Added (previously missing).
464 * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.png: Rebaselined.
465 * platform/chromium-linux/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Rebaselined.
467 2013-04-03 Mark Hahnenberg <mhahnenberg@apple.com>
469 get_by_pname can become confused when iterating over objects with static properties
470 https://bugs.webkit.org/show_bug.cgi?id=113831
472 Reviewed by Jer Noble.
474 Improving the test results to make it more obvious why something failed. Also removed
475 absolute paths from the test.
477 * fast/js/dom-static-property-for-in-iteration-expected.txt:
478 * fast/js/dom-static-property-for-in-iteration.html:
480 2013-04-03 David Vest <davve@opera.com>
482 ASSERTION FAILED: resultAnimationElement->m_animatedType
483 https://bugs.webkit.org/show_bug.cgi?id=93528
485 Reviewed by Philip Rogers.
487 * svg/animations/animation-dependency-crash-expected.txt: Added.
488 * svg/animations/animation-dependency-crash.html: Added.
490 2013-04-03 Max Vujovic <mvujovic@adobe.com>
492 Compositing tests failing after http://trac.webkit.org/changeset/147502
493 https://bugs.webkit.org/show_bug.cgi?id=113838
495 Reviewed by Dean Jackson.
497 Add (contentsOpaque 1) to the DRT text output in some expectations files due to bug 70634
498 "Mark GraphicsLayers as opaque when possible" [1]. The expectations in the guilty changeset
499 weren't updated after bug 70634 landed.
501 [1]: https://bugs.webkit.org/show_bug.cgi?id=70634
503 * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
504 * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
505 * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
506 * platform/mac/TestExpectations:
508 2013-04-02 Mark Hahnenberg <mhahnenberg@apple.com>
510 get_by_pname can become confused when iterating over objects with static properties
511 https://bugs.webkit.org/show_bug.cgi?id=113831
513 Reviewed by Geoffrey Garen.
515 get_by_pname doesn't take static properties into account when using a JSPropertyNameIterator to directly
516 access an object's backing store. One way to fix this is to not cache any properties when iterating over
517 objects with static properties. This patch fixes the bug that was originally reported on swisscom.ch.
519 * fast/js/dom-static-property-for-in-iteration-expected.txt: Added.
520 * fast/js/dom-static-property-for-in-iteration.html: Added.
522 2013-04-03 Felipe Zimmerle <felipe@zimmerle.org>
524 CSP blocks inline style when cloning a node
525 https://bugs.webkit.org/show_bug.cgi?id=112270
527 Reviewed by Adam Barth.
529 * http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt: Added.
530 * http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects.html: Added.
532 2013-04-03 Ádám Kallai <kadam@inf.u-szeged.hu>
534 [Qt] Unreviewed gardening. Updated platform specific expected files after r147492.
536 * platform/qt/TestExpectations:
537 * platform/qt/fast/dom/HTMLImageElement/image-alt-text-expected.png:
538 * platform/qt/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
539 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
540 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
541 * platform/qt/fast/encoding/utf-16-big-endian-expected.png:
542 * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
543 * platform/qt/fast/encoding/utf-16-little-endian-expected.png:
544 * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
545 * platform/qt/fast/forms/input-value-expected.png: Added.
546 * platform/qt/fast/forms/input-value-expected.txt:
547 * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.png:
548 * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
549 * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
550 * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
552 2013-04-03 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
554 Should close select popup when the element loses focus
555 https://bugs.webkit.org/show_bug.cgi?id=113220
557 Reviewed by Kent Tamura.
559 * fast/forms/select/popup-closes-on-blur-expected.txt: Added.
560 * fast/forms/select/popup-closes-on-blur.html: Added.
561 * platform/mac/TestExpectations:
562 * platform/win/TestExpectations:
564 2013-04-03 Antoine Quint <graouts@apple.com>
566 Web Inspector: crash in WebCore::InspectorLayerTreeAgent::buildObjectForLayer if a layer is created for an anonymous RenderObject (:first-letter)
567 https://bugs.webkit.org/show_bug.cgi?id=113768
569 Reviewed by Timothy Hatcher.
571 * inspector-protocol/layers/layers-anonymous-expected.txt: Added.
572 * inspector-protocol/layers/layers-anonymous.html: Added.
573 New test for layers created for CSS anonymous boxes or blocks.
575 * inspector-protocol/layers/layers-generated-content.html:
576 Update test to use the "pseudoElement" property instead of "pseudoClass"
577 which was the previous, less accurate name.
579 2013-04-03 Zoltan Arvai <zarvai@inf.u-szeged.hu>
581 [Qt] Unreviewed gardening. Rebaselining after r147530.
583 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
584 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
585 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
586 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
587 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
588 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
589 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
590 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
591 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
592 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
593 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
594 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
596 2013-04-03 Krzysztof Czech <k.czech@samsung.com>
598 [EFL] accessibility/ignore-spacer-elements.html is failing
599 https://bugs.webkit.org/show_bug.cgi?id=112001
601 Reviewed by Gyuyoung Kim.
603 Fixed failing test. The reason of failure is different expectation of childrenCount.
605 * accessibility/ignore-spacer-elements.html:
606 * platform/efl-wk1/TestExpectations:
607 * platform/efl-wk2/TestExpectations:
609 2013-04-03 Takashi Sakamoto <tasak@google.com>
611 With borders of differing alpha, the corners become squared off
612 https://bugs.webkit.org/show_bug.cgi?id=113744
614 Reviewed by Simon Fraser.
616 * fast/borders/border-left-right-same-bottom-different-color-expected.txt: Added.
617 * fast/borders/border-left-right-same-bottom-different-color.html: Added.
618 * platform/chromium-linux/fast/borders/border-left-right-same-bottom-different-color-expected.png: Added.
620 2013-04-03 Ádám Kallai <kadam@inf.u-szeged.hu>
622 [Qt] Unreviewed gardening. Updated platform specific expected files.
624 * platform/qt/TestExpectations: Skipped failing reftest.
625 * platform/qt/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added after r147502.
626 * platform/qt/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added after r147502.
627 * platform/qt/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added after r147502.
628 * platform/qt/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added after r147502.
630 2013-04-03 Mike West <mkwst@chromium.org>
632 X-Frame-Options: Blocked frames should not inherit their parent's SecurityOrigin.
633 https://bugs.webkit.org/show_bug.cgi?id=112903
635 Reviewed by Adam Barth.
637 * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
638 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
639 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
640 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html:
641 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
642 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html:
643 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html:
644 * http/tests/security/XFrameOptions/x-frame-options-deny.html:
645 * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
646 * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny.html:
647 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
648 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html:
649 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
650 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
651 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
652 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
653 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
654 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
656 2013-04-03 Sheriff Bot <webkit.review.bot@gmail.com>
658 Unreviewed, rolling out r147409.
659 http://trac.webkit.org/changeset/147409
660 https://bugs.webkit.org/show_bug.cgi?id=113856
662 The baselines should be reverted after r147450. (Requested by
665 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
666 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
667 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
668 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
669 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
670 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
671 * platform/qt/TestExpectations:
672 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
673 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
674 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
675 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
676 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
677 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
679 2013-04-03 Christophe Dumez <ch.dumez@sisa.samsung.com>
681 Unreviewed. Rebaseline several tests for Chromium that have better output after
684 * platform/chromium-linux/editing/selection/select-missing-image-expected.png:
685 * platform/chromium-linux/fast/block/float/002-expected.png:
686 * platform/chromium-linux/fast/block/float/017-expected.png:
687 * platform/chromium-linux/fast/dom/HTMLImageElement/image-alt-text-expected.png:
688 * platform/chromium-linux/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
689 * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.png:
690 * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.png:
691 * platform/chromium-linux/fast/flexbox/023-expected.png:
692 * platform/chromium-linux/fast/flexbox/024-expected.png:
693 * platform/chromium-linux/fast/forms/input-value-expected.png:
694 * platform/chromium-linux/fast/forms/input-value-expected.txt:
695 * platform/chromium-linux/fast/invalid/012-expected.png:
696 * platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.png:
697 * platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
698 * platform/chromium-mac-lion/editing/selection/select-missing-image-expected.png:
699 * platform/chromium-mac-lion/fast/block/float/002-expected.png:
700 * platform/chromium-mac-lion/fast/block/float/017-expected.png:
701 * platform/chromium-mac-lion/fast/dom/HTMLImageElement/image-alt-text-expected.png:
702 * platform/chromium-mac-lion/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
703 * platform/chromium-mac-lion/fast/encoding/utf-16-big-endian-expected.png:
704 * platform/chromium-mac-lion/fast/encoding/utf-16-little-endian-expected.png:
705 * platform/chromium-mac-lion/fast/flexbox/023-expected.png:
706 * platform/chromium-mac-lion/fast/flexbox/024-expected.png:
707 * platform/chromium-mac-lion/fast/forms/005-expected.png:
708 * platform/chromium-mac-lion/fast/forms/input-value-expected.png:
709 * platform/chromium-mac-lion/fast/invalid/012-expected.png:
710 * platform/chromium-mac-lion/fast/parser/comment-in-script-expected.png:
711 * platform/chromium-mac-lion/tables/mozilla/bugs/bug2997-expected.png:
712 * platform/chromium-mac-lion/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
713 * platform/chromium-mac-snowleopard/fast/block/float/002-expected.png:
714 * platform/chromium-mac-snowleopard/fast/block/float/017-expected.png:
715 * platform/chromium-mac-snowleopard/fast/dom/HTMLImageElement/image-alt-text-expected.png:
716 * platform/chromium-mac-snowleopard/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
717 * platform/chromium-mac-snowleopard/fast/encoding/utf-16-big-endian-expected.png:
718 * platform/chromium-mac-snowleopard/fast/encoding/utf-16-little-endian-expected.png:
719 * platform/chromium-mac-snowleopard/fast/flexbox/023-expected.png:
720 * platform/chromium-mac-snowleopard/fast/flexbox/024-expected.png:
721 * platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
722 * platform/chromium-mac-snowleopard/fast/invalid/012-expected.png:
723 * platform/chromium-mac-snowleopard/fast/parser/comment-in-script-expected.png:
724 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2997-expected.png:
725 * platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
726 * platform/chromium-mac/editing/selection/select-missing-image-expected.png:
727 * platform/chromium-mac/fast/block/float/002-expected.png:
728 * platform/chromium-mac/fast/block/float/017-expected.png:
729 * platform/chromium-mac/fast/dom/HTMLImageElement/image-alt-text-expected.png:
730 * platform/chromium-mac/fast/dom/HTMLImageElement/image-alt-text-expected.txt: Renamed from LayoutTests/platform/chromium/fast/dom/HTMLImageElement/image-alt-text-expected.txt.
731 * platform/chromium-mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
732 * 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.
733 * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.png:
734 * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.txt:
735 * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.png:
736 * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.txt:
737 * platform/chromium-mac/fast/flexbox/023-expected.png:
738 * platform/chromium-mac/fast/flexbox/024-expected.png:
739 * platform/chromium-mac/fast/forms/005-expected.png:
740 * platform/chromium-mac/fast/forms/input-value-expected.png:
741 * platform/chromium-mac/fast/forms/input-value-expected.txt:
742 * platform/chromium-mac/fast/invalid/012-expected.png:
743 * platform/chromium-mac/fast/parser/comment-in-script-expected.png:
744 * platform/chromium-mac/tables/mozilla/bugs/bug2997-expected.png:
745 * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
746 * platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt: Renamed from LayoutTests/platform/chromium/tables/mozilla/collapsing_borders/bug41262-3-expected.txt.
747 * platform/chromium-win/editing/selection/select-missing-image-expected.png:
748 * platform/chromium-win/fast/block/float/002-expected.png:
749 * platform/chromium-win/fast/block/float/017-expected.png:
750 * platform/chromium-win/fast/dom/HTMLImageElement/image-alt-text-expected.png:
751 * platform/chromium-win/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
752 * platform/chromium-win/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
753 * platform/chromium-win/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
754 * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.png:
755 * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.txt:
756 * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.png:
757 * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.txt:
758 * platform/chromium-win/fast/flexbox/023-expected.png:
759 * platform/chromium-win/fast/flexbox/024-expected.png:
760 * platform/chromium-win/fast/forms/input-value-expected.png:
761 * platform/chromium-win/fast/forms/input-value-expected.txt:
762 * platform/chromium-win/fast/invalid/012-expected.png:
763 * platform/chromium-win/fast/parser/comment-in-script-expected.png:
764 * platform/chromium-win/tables/mozilla/bugs/bug2997-expected.png:
765 * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
766 * platform/chromium-win/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
767 * platform/chromium/TestExpectations:
769 2013-04-03 Christophe Dumez <ch.dumez@sisa.samsung.com>
771 Unreviewed, rebaseline several tests cases for GTK that have better results
774 * platform/gtk/TestExpectations:
775 * platform/gtk/fast/dom/HTMLImageElement/image-alt-text-expected.png:
776 * platform/gtk/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
777 * platform/gtk/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
778 * platform/gtk/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
779 * platform/gtk/fast/encoding/utf-16-big-endian-expected.png:
780 * platform/gtk/fast/encoding/utf-16-big-endian-expected.txt:
781 * platform/gtk/fast/encoding/utf-16-little-endian-expected.png:
782 * platform/gtk/fast/encoding/utf-16-little-endian-expected.txt:
783 * platform/gtk/fast/forms/input-value-expected.png:
784 * platform/gtk/fast/forms/input-value-expected.txt:
785 * platform/gtk/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
786 * platform/gtk/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
788 2013-04-02 Jaehun Lim <ljaehun.lim@samsung.com>
790 Update expectations for fast/css3-text/css3-text-indent/text-indent-each-line.html
791 https://bugs.webkit.org/show_bug.cgi?id=113848
793 Mark as [ Failure ImageOnlyFailure ] for fast/css3-text/css3-text-indent/.
795 Unreviewed gardening.
797 * platform/mac/TestExpectations:
798 * platform/qt-mac/TestExpectations:
799 * platform/qt/TestExpectations:
800 * platform/win/TestExpectations:
801 * platform/wincairo/TestExpectations:
803 2013-04-02 James Craig <james@cookiecrook.com>
805 AXRoleDescripton for DL is "list"; should be "description list"
806 https://bugs.webkit.org/show_bug.cgi?id=111665
808 Reviewed by Chris Fleizach.
810 Updating expectation strings for DL role description.
812 * platform/mac/accessibility/lists-expected.txt:
813 * platform/mac/accessibility/role-subrole-roledescription-expected.txt:
814 * platform/mac/accessibility/role-subrole-roledescription.html:
816 2013-04-02 Jer Noble <jer.noble@apple.com>
818 Unreviewed gardening; rebaseline mac expected results after r147470.
820 * platform/mac/css3/filters/effect-reference-composite-expected.png: Added.
821 * platform/mac/css3/filters/effect-reference-composite-expected.txt: Added.
822 * platform/mac/css3/filters/effect-reference-composite-hw-expected.png: Added.
823 * platform/mac/css3/filters/effect-reference-composite-hw-expected.txt: Added.
825 2013-04-02 Seokju Kwon <seokju.kwon@gmail.com>
827 [EFL] Unskip and update inspector tests
828 https://bugs.webkit.org/show_bug.cgi?id=113840
830 Unreviewed gardening.
832 * platform/efl/TestExpectations:
833 * platform/efl/http/tests/inspector/console-websocket-error-expected.txt: Added.
835 2013-04-02 Benjamin Poulain <bpoulain@apple.com>
837 Unskip filter-fallback-to-software.html on Mac WK2 Release
839 * platform/mac-wk2/TestExpectations:
840 The test seems to pass in Release. Let's see how the bots feel about that.
842 2013-04-02 Jaehun Lim <ljaehun.lim@samsung.com>
844 [css3-text] Rendering -webkit-each-line value for text-indent from css3-text
845 https://bugs.webkit.org/show_bug.cgi?id=113259
847 CSS3 TEXT introduces new value, "each-line" for text-indent.
848 Indentation affects the first line of the block container as well as each line
849 after a forced line break, but does not affect lines after a soft wrap break.
851 Reviewed by Levi Weintraub.
853 * fast/css3-text/css3-text-indent/text-indent-each-line-expected.html: Added.
854 * fast/css3-text/css3-text-indent/text-indent-each-line.html: Added.
855 * platform/win/TestExpectations:
856 * platform/wincairo/TestExpectations:
858 2013-04-02 Dean Jackson <dino@apple.com>
860 Compositing tests failing after http://trac.webkit.org/changeset/147502
861 https://bugs.webkit.org/show_bug.cgi?id=113838
863 Temporarily marking as failing.
865 * platform/mac/TestExpectations:
867 2013-04-02 Emil A Eklund <eae@chromium.org>
869 Padding applied twice for empty generated RenderInlines
870 https://bugs.webkit.org/show_bug.cgi?id=113800
872 Reviewed by Levi Weintraub.
874 Add test for empty generated content with padding.
876 * fast/css-generated-content/margin-empty-content-expected.html: Added.
877 * fast/css-generated-content/margin-empty-content.html: Added.
879 2013-04-02 Levi Weintraub <leviw@chromium.org>
881 InlineIterator needs to be updated when RenderCombineText shrinks at a line break
882 https://bugs.webkit.org/show_bug.cgi?id=113732
884 Reviewed by Emil A Eklund.
886 * fast/text/international/combine-at-line-break-crash-expected.txt: Added.
887 * fast/text/international/combine-at-line-break-crash.html: Added.
889 2013-04-02 Jochen Eisinger <jochen@chromium.org>
891 Use cross-port testRunner methods in fast/loader/url-selected-user-gesture.html
892 https://bugs.webkit.org/show_bug.cgi?id=113827
894 Reviewed by Benjamin Poulain.
896 * fast/loader/url-selected-user-gesture-expected.txt:
897 * fast/loader/url-selected-user-gesture.html:
899 2013-04-02 Max Vujovic <mvujovic@adobe.com>
901 [CSS Filters] Filter outsets clipped on composited layers when filter is applied after first layout
902 https://bugs.webkit.org/show_bug.cgi?id=109098
904 Reviewed by Dean Jackson.
906 * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt:
907 * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt:
908 * compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt:
909 * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt:
911 The above tests needed rebaselining because we're now using smaller layers on Safari.
912 We aren't inflating layers for filter outsets since CoreAnimation does it for us
915 * css3/filters/composited-layer-bounds-after-sw-blur-animation-expected.txt: Added.
916 * css3/filters/composited-layer-bounds-after-sw-blur-animation.html: Added.
917 * css3/filters/composited-layer-bounds-with-composited-blur-expected.txt: Added.
918 * css3/filters/composited-layer-bounds-with-composited-blur.html: Added.
919 * css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt: Added.
920 * css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change.html: Added.
921 * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-composited-shadow-expected.txt: Added.
922 * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-composited-shadow.html: Added.
923 * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-sw-shadow-expected.txt: Added.
924 * css3/filters/composited-layer-promotion-after-outset-overlap-change-using-sw-shadow.html: Added.
926 The above tests are all new. They mostly test edge cases with filter render mode
927 changes, filter outset changes, and composited layer promotion due to overlap.
929 Before this patch, composited-layer-bounds-after-sw-blur-animation.html breaks
930 visibly on Safari WebKit nightly. The blur filter in the test appears clipped before
931 this patch. The other tests render the same before and after this patch, but now their
932 layer sizes are smaller.
934 * css3/filters/filter-change-repaint-composited-expected.png:
935 * css3/filters/filter-change-repaint-composited.html:
937 This test has been expanded with two more cases, including the original reproduction of
938 this bug. The test needs rebaselining on Chromium Linux and Win.
940 * platform/chromium-win/css3/filters/filter-change-repaint-composited-expected.png: Removed.
941 * platform/chromium/TestExpectations:
942 * platform/chromium/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
943 * platform/chromium/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
944 * platform/chromium/css3/filters/composited-layer-bounds-after-sw-blur-animation-expected.txt: Added.
945 * platform/chromium/css3/filters/composited-layer-bounds-with-composited-blur-expected.txt: Added.
946 * platform/chromium/css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt: Added.
947 * platform/chromium/css3/filters/composited-layer-promotion-after-outset-overlap-change-using-composited-shadow-expected.txt: Added.
948 * platform/chromium/css3/filters/composited-layer-promotion-after-outset-overlap-change-using-sw-shadow-expected.txt: Added.
950 We need different expectations for Chromium for the new tests because layer bounds
951 include filter outsets on Chromium but not on Safari.
953 * platform/chromium/css3/filters/filter-change-repaint-composited-expected.png: Added.
954 * platform/qt/TestExpectations:
956 Note that we need baselines on Qt for the new and updated tests.
958 2013-04-02 Benjamin Poulain <benjamin@webkit.org>
960 Unreviewed, rolling out r147423.
962 The change r147402 was reverted by r147450.
963 The rebaseline introduced by r147423 needs to be reverted.
965 * platform/mac-wk2/http/tests/security/XFrameOptions: Removed.
966 * platform/mac-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Removed.
967 * platform/mac/http/tests/security/XFrameOptions: Removed.
968 * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Removed.
969 * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Removed.
970 * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Removed.
972 2013-04-02 Nate Chapin <japhet@chromium.org>
974 Unreviewed, chromium gardening.
976 * platform/chromium-linux/css3/filters/effect-reference-composite-expected.png: Removed.
977 * platform/chromium-linux/css3/filters/effect-reference-composite-expected.txt: Removed.
978 * platform/chromium-linux/css3/filters/effect-reference-composite-hw-expected.png: Removed.
979 * platform/chromium-linux/css3/filters/effect-reference-composite-hw-expected.txt: Removed.
980 * platform/chromium-mac/css3/filters/effect-reference-composite-expected.png: Added.
981 * platform/chromium-mac/css3/filters/effect-reference-composite-expected.txt: Added.
982 * platform/chromium-mac/css3/filters/effect-reference-composite-hw-expected.png: Added.
983 * platform/chromium-mac/css3/filters/effect-reference-composite-hw-expected.txt: Added.
984 * platform/chromium-win/css3/filters/effect-reference-composite-expected.png: Added.
985 * platform/chromium-win/css3/filters/effect-reference-composite-expected.txt: Added.
986 * platform/chromium-win/css3/filters/effect-reference-composite-hw-expected.png: Added.
987 * platform/chromium-win/css3/filters/effect-reference-composite-hw-expected.txt: Added.
988 * platform/chromium/TestExpectations:
990 2013-04-02 Christophe Dumez <ch.dumez@sisa.samsung.com>
992 fast/dom/HTMLImageElement/image-alt-text.html and fast/dom/HTMLInputElement/input-image-alt-text.html are failing
993 https://bugs.webkit.org/show_bug.cgi?id=94198
995 Reviewed by Darin Adler.
997 Rebaseline several test cases that have better result now and add those
998 tests to TestExpectations for other ports since they will need a
1001 * platform/chromium/TestExpectations:
1002 * platform/efl/fast/block/float/002-expected.png:
1003 * platform/efl/fast/block/float/017-expected.png:
1004 * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.png:
1005 * platform/efl/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
1006 * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
1007 * platform/efl/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
1008 * platform/efl/fast/encoding/utf-16-big-endian-expected.png:
1009 * platform/efl/fast/encoding/utf-16-big-endian-expected.txt:
1010 * platform/efl/fast/encoding/utf-16-little-endian-expected.png:
1011 * platform/efl/fast/encoding/utf-16-little-endian-expected.txt:
1012 * platform/efl/fast/flexbox/023-expected.png:
1013 * platform/efl/fast/flexbox/024-expected.png:
1014 * platform/efl/fast/forms/input-value-expected.png:
1015 * platform/efl/fast/forms/input-value-expected.txt:
1016 * platform/efl/fast/invalid/012-expected.png:
1017 * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.png:
1018 * platform/efl/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
1019 * platform/efl/fast/parser/comment-in-script-expected.png:
1020 * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
1021 * platform/efl/tables/mozilla/bugs/bug2997-expected.png:
1022 * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
1023 * platform/efl/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
1024 * platform/gtk/TestExpectations:
1025 * platform/mac/TestExpectations:
1026 * platform/qt/TestExpectations:
1027 * platform/win/TestExpectations:
1029 2013-04-02 Benjamin Poulain <bpoulain@apple.com>
1031 Rebaseline overflowHidden.html's test results after r147245.
1035 The patch r147245 (https://bugs.webkit.org/show_bug.cgi?id=106143) updated results for
1037 Reviewed by Tony Chang.
1038 Chromium, but not for the other platforms.
1040 The new results on Mac, EFL and Win match the common reference.
1042 * platform/efl/fast/table/overflowHidden-expected.txt: Removed.
1043 * platform/mac/fast/table/overflowHidden-expected.txt: Removed.
1044 * platform/win-7sp0/fast/table: Removed.
1045 * platform/win-7sp0/fast/table/overflowHidden-expected.txt: Removed.
1047 2013-04-02 Andrei Bucur <abucur@adobe.com>
1049 [CSS Regions] Remove font-smoothing from fast/regions/region-style-inline-background-color.html
1050 https://bugs.webkit.org/show_bug.cgi?id=113814
1052 Reviewed by James Robinson.
1054 The test uses font smoothing and makes the test fail on Chromium Mountain Lion. This happens
1055 because of how regions handle overflow and clipping. For now, disable the font smoothing in
1058 * fast/regions/region-style-inline-background-color-expected.html:
1059 * fast/regions/region-style-inline-background-color.html:
1061 2013-04-02 Philip Rogers <pdr@google.com>
1063 Rebaseline svg/as-image/image-respects-pageScaleFactor expectations
1065 Unreviewed rebaseline of test expectations.
1067 * platform/chromium-linux/svg/as-image/image-respects-pageScaleFactor-expected.png:
1068 * platform/chromium-mac-lion/svg/as-image/image-respects-pageScaleFactor-expected.png:
1069 * platform/chromium-mac-snowleopard/svg/as-image/image-respects-pageScaleFactor-expected.png:
1070 * platform/chromium-mac/svg/as-image/image-respects-pageScaleFactor-expected.png:
1071 * platform/chromium-win/svg/as-image/image-respects-pageScaleFactor-expected.png:
1072 * platform/chromium-win/svg/as-image/image-respects-pageScaleFactor-expected.txt:
1074 2013-04-02 Nate Chapin <japhet@chromium.org>
1076 Unreviewed, chromium expectations update.
1078 * platform/chromium/TestExpectations:
1080 2013-04-02 Beth Dakin <bdakin@apple.com>
1082 Viewport constrained elements should work properly with headers and footers
1083 https://bugs.webkit.org/show_bug.cgi?id=113743
1085 Reviewed by Simon Fraser.
1087 * platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer-expected.txt: Added.
1088 * platform/mac-wk2/tiled-drawing/fixed/four-bars-with-header-and-footer.html: Added.
1090 2013-04-02 Stephen White <senorblanco@chromium.org>
1092 [Skia] Enable GPU-accelerated Skia path for FEComposite filter.
1093 https://bugs.webkit.org/show_bug.cgi?id=113797
1095 Reviewed by Adrienne Walker.
1097 * css3/filters/effect-reference-composite-hw.html: Added.
1098 * css3/filters/effect-reference-composite.html: Added.
1099 * platform/chromium-linux/css3/filters/effect-reference-composite-expected.png: Added.
1100 * platform/chromium-linux/css3/filters/effect-reference-composite-expected.txt: Added.
1101 * platform/chromium-linux/css3/filters/effect-reference-composite-hw-expected.png: Added.
1102 * platform/chromium-linux/css3/filters/effect-reference-composite-hw-expected.txt: Added.
1104 2013-04-02 Andrey Kosyakov <caseq@chromium.org>
1106 Web Inspector: [Timeline] warning markers are not propagated to coalesced records
1107 https://bugs.webkit.org/show_bug.cgi?id=113789
1109 Reviewed by Pavel Feldman.
1111 * inspector/timeline/timeline-coalescing-expected.txt: Added.
1112 * inspector/timeline/timeline-coalescing.html: Added.
1114 2013-04-02 Yury Semikhatsky <yurys@chromium.org>
1116 Web Inspector: memory instrumentation for external strings is broken
1117 https://bugs.webkit.org/show_bug.cgi?id=113788
1119 Test that native memory snapshot contains information about extenral strings.
1121 Reviewed by Pavel Feldman.
1123 * inspector/profiler/memory-instrumentation-external-string-expected.txt: Added.
1124 * inspector/profiler/memory-instrumentation-external-string.html: Added.
1125 * platform/efl/TestExpectations:
1126 * platform/gtk/TestExpectations:
1127 * platform/mac/TestExpectations:
1128 * platform/qt/TestExpectations:
1129 * platform/win/TestExpectations:
1131 2013-04-02 Yury Semikhatsky <yurys@chromium.org>
1133 Web Inspector: memory instrumentation for external arrays is broken
1134 https://bugs.webkit.org/show_bug.cgi?id=113790
1136 Test that JS external resources size includes size of JS external arrays
1137 created in the inspected page.
1139 Reviewed by Pavel Feldman.
1141 * inspector/profiler/memory-instrumentation-external-array-expected.txt: Added.
1142 * inspector/profiler/memory-instrumentation-external-array.html: Added.
1143 * platform/efl/TestExpectations:
1144 * platform/gtk/TestExpectations:
1145 * platform/mac/TestExpectations:
1146 * platform/qt/TestExpectations:
1147 * platform/win/TestExpectations:
1149 2013-04-02 Bem Jones-Bey <bjonesbe@adobe.com>
1151 [css exclusions] overflow:hidden undoes shape-outside offsets
1152 https://bugs.webkit.org/show_bug.cgi?id=110349
1154 Reviewed by Julien Chaffraix.
1156 Add a test to make sure the float is properly positioned with
1159 * fast/exclusions/shape-outside-floats/shape-outside-floats-overflow-hidden-expected.html: Added.
1160 * fast/exclusions/shape-outside-floats/shape-outside-floats-overflow-hidden.html: Added.
1162 2013-04-02 Jochen Eisinger <jochen@chromium.org>
1164 Check whether popups are allowed before creating a new window
1165 https://bugs.webkit.org/show_bug.cgi?id=113782
1167 Reviewed by Adam Barth.
1169 * fast/loader/url-selected-user-gesture-expected.txt: Added.
1170 * fast/loader/url-selected-user-gesture.html: Added.
1172 2013-04-02 Jochen Eisinger <jochen@chromium.org>
1174 When computing the percentage of the logical height, use the logical top and bottom
1175 https://bugs.webkit.org/show_bug.cgi?id=113761
1177 Reviewed by Ojan Vafai.
1179 * fast/writing-mode/percentage-height-orthogonal-writing-modes-expected.txt:
1180 * fast/writing-mode/percentage-height-orthogonal-writing-modes.html:
1182 2013-04-02 Nate Chapin <japhet@chromium.org>
1184 Unreviewed, rolling out r147402.
1185 http://trac.webkit.org/changeset/147402
1186 https://bugs.webkit.org/show_bug.cgi?id=112903
1188 * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
1189 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1190 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1191 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html:
1192 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1193 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html:
1194 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html:
1195 * http/tests/security/XFrameOptions/x-frame-options-deny.html:
1196 * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
1197 * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny.html:
1198 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
1199 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html:
1200 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
1201 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1202 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1203 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1204 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
1205 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
1207 2013-04-02 Julien Chaffraix <jchaffraix@webkit.org>
1209 webkit fails IETC grid-column-002
1210 https://bugs.webkit.org/show_bug.cgi?id=83907
1212 Unreviewed Mac test expectation fix.
1214 * platform/mac/TestExpectations:
1215 Removed grid-column-002.htm here too.
1217 2013-04-02 Nate Chapin <japhet@chromium.org>
1219 Unreviewed, chromium expectations update.
1221 * platform/chromium/TestExpectations: Mark svg/as-image/image-respects-pageScaleFactor.html as flaky.
1223 2013-04-02 Adam Klein <adamk@chromium.org>
1225 HTML parser should consistently inspect the namespace of elements on the stack of open elements
1226 https://bugs.webkit.org/show_bug.cgi?id=113723
1228 Reviewed by Adam Barth.
1230 * html5lib/generated/run-namespace-sensitivity-data-expected.txt: Added.
1231 * html5lib/generated/run-namespace-sensitivity-data.html: Added.
1232 * html5lib/generated/run-namespace-sensitivity-write-expected.txt: Added.
1233 * html5lib/generated/run-namespace-sensitivity-write.html: Added.
1234 * html5lib/resources/namespace-sensitivity.dat: Added.
1236 2013-04-02 Andrei Bucur <abucur@adobe.com>
1238 [Chromium] Unreviewed.
1240 Enable fast/regions/region-style-inline-background-color.html on Mountain Lion as it started to pass.
1242 * platform/chromium/TestExpectations:
1244 2013-04-02 Stephen White <senorblanco@chromium.org>
1246 [Chromium] Unreviewed gardening.
1248 New results for effect-reference-hw, due to slight pixel differences from http://src.chromium.org/viewvc/chrome?view=rev&revision=191067
1250 * platform/chromium-mac/css3/filters/effect-reference-hw-expected.png:
1251 * platform/chromium-win/css3/filters/effect-reference-hw-expected.png:
1252 * platform/chromium/TestExpectations:
1254 2013-04-02 David Vest <davve@opera.com>
1256 Hang when calling setCurrentTime on SVG with cyclic animation dependency chain
1257 https://bugs.webkit.org/show_bug.cgi?id=113485
1259 Reviewed by Stephen Chenney.
1261 * svg/animations/animation-dependency-hang-expected.txt: Added.
1262 * svg/animations/animation-dependency-hang.html: Added.
1264 2013-04-02 Julien Chaffraix <jchaffraix@webkit.org>
1266 webkit fails IETC grid-column-002
1267 https://bugs.webkit.org/show_bug.cgi?id=83907
1269 Reviewed by Ojan Vafai.
1271 * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt:
1272 * fast/css-grid-layout/grid-item-column-row-get-set.html:
1273 Extended our testing to cover setting grid-{start|end|before|after} to 0.
1275 * ietestcenter/css3/grid/grid-column-002.htm:
1276 * ietestcenter/css3/grid/testRunnerEnableGrid.js: Added.
1277 Needed to dynamically enable CSS Grid Layout for the test to pass. The file
1278 hosts the boiler-plate code which will be common to all tests.
1280 * platform/chromium/TestExpectations:
1281 * platform/efl/TestExpectations:
1282 * platform/gtk/TestExpectations:
1283 * platform/qt-mac/TestExpectations:
1284 * platform/qt/TestExpectations:
1285 Removed grid-column-002.htm from the test expectations.
1287 2013-04-02 Thiago Marcos P. Santos <thiago.santos@intel.com>
1289 [EFL] Unreviewed gardening.
1291 * platform/efl-wk2/TestExpectations:
1292 * platform/efl-wk2/fast/repaint/caret-with-transformation-expected.png: Added.
1293 * platform/efl-wk2/fast/repaint/caret-with-transformation-expected.txt: Added.
1294 * platform/efl-wk2/fast/repaint/moving-shadow-on-container-expected.txt: Removed.
1295 * platform/efl-wk2/fast/repaint/moving-shadow-on-path-expected.txt: Removed.
1296 * platform/efl-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
1297 * platform/efl-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
1298 * platform/efl-wk2/svg/css/composite-shadow-example-expected.txt: Removed.
1299 * platform/efl-wk2/svg/css/composite-shadow-with-opacity-expected.txt: Removed.
1300 * platform/efl/TestExpectations:
1302 2013-04-02 Seokju Kwon <seokju.kwon@gmail.com>
1304 Web Inspector: Update test expectation for console-cross-origin-iframe-logging.html
1305 https://bugs.webkit.org/show_bug.cgi?id=113756
1307 Reviewed by Pavel Feldman.
1309 Simplified errors by not including the whole URL after r145692.
1311 * http/tests/inspector/console-cross-origin-iframe-logging-expected.txt:
1312 * platform/efl/TestExpectations:
1313 * platform/qt/TestExpectations:
1315 2013-04-02 Andrei Bucur <abucur@adobe.com>
1317 [CSS Regions] Nested auto-height regions don't layout correctly
1318 https://bugs.webkit.org/show_bug.cgi?id=111969
1320 Reviewed by David Hyatt.
1322 These tests cover various combinations of dependencies between flows and regions with
1323 or without auto-height.
1325 * fast/regions/autoheight-mixed-nested-complex-regions-expected.txt: Added.
1326 * fast/regions/autoheight-mixed-nested-complex-regions.html: Added.
1327 * fast/regions/autoheight-mixed-nested-regions-expected.txt: Added.
1328 * fast/regions/autoheight-mixed-nested-regions.html: Added.
1329 * fast/regions/autoheight-mixed-parallel-regions-expected.txt: Added.
1330 * fast/regions/autoheight-mixed-parallel-regions.html: Added.
1331 * fast/regions/autoheight-nested-regions-expected.txt: Added.
1332 * fast/regions/autoheight-nested-regions.html: Added.
1334 2013-04-02 Dmitry Zvorygin <zvorygin@chromium.org>
1336 Web Inspector: add tests for grouped messages filtration in console.
1337 https://bugs.webkit.org/show_bug.cgi?id=113766
1339 Added console groups to console filter test. Fixed minor bugs in other tests.
1341 Reviewed by Pavel Feldman.
1343 * inspector/console/console-filter-test-expected.txt:
1344 * inspector/console/console-filter-test.html:
1345 * inspector/console/console-preserve-log.html:
1346 * inspector/console/console-tests-expected.txt:
1347 * inspector/console/console-tests.html:
1349 2013-04-02 Mike West <mkwst@chromium.org>
1351 [Mac] Unreviewed gardening.
1352 https://bugs.webkit.org/show_bug.cgi?id=113775
1354 Tests need platform-specific rebaselines after r147402. :(
1356 * platform/mac-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
1357 * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Added.
1358 * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt: Added.
1359 * platform/mac/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Added.
1361 2012-03-29 Andrey Kosyakov <caseq@chromium.org>
1363 Web Inspector: display the number of dirty render objects in Layout timeline event
1364 https://bugs.webkit.org/show_bug.cgi?id=95331
1366 Reviewed by Pavel Feldman.
1368 * inspector/timeline/timeline-layout-expected.txt: rebaselined to include new properties;
1370 2013-04-02 Thiago Marcos P. Santos <thiago.santos@intel.com>
1372 [EFL] Unreviewed gardening.
1374 * platform/efl-wk2/TestExpectations:
1375 * platform/efl-wk2/compositing/contents-opaque/control-layer-expected.txt: Added.
1376 * platform/efl-wk2/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt: Added.
1377 * platform/efl-wk2/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
1378 * platform/efl-wk2/compositing/rtl/rtl-overflow-scrolling-expected.png: Added.
1379 * platform/efl-wk2/compositing/rtl/rtl-overflow-scrolling-expected.txt: Added.
1380 * platform/efl-wk2/css3/flexbox/flexbox-baseline-expected.png: Added.
1381 * platform/efl-wk2/css3/flexbox/flexbox-baseline-expected.txt: Added.
1382 * platform/efl-wk2/editing/pasteboard/copy-paste-content-starting-and-ending-canvas-expected.txt: Added.
1383 * platform/efl-wk2/editing/pasteboard/pasting-into-p-should-not-nest-p-expected.txt: Added.
1384 * platform/efl-wk2/editing/selection/move-by-character-6-expected.txt: Removed.
1385 * platform/efl-wk2/editing/spelling/spellcheck-paste-continuous-disabled-expected.txt: Added.
1386 * platform/efl-wk2/fast/dom/icon-url-property-expected.txt: Added.
1387 * platform/efl-wk2/fast/dynamic/002-expected.txt: Added.
1388 * platform/efl-wk2/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt: Added.
1389 * platform/efl-wk2/fast/media/mq-resolution-expected.txt: Added.
1390 * platform/efl-wk2/fast/media/w3c/test_media_queries-expected.txt: Added.
1391 * platform/efl-wk2/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
1392 * platform/efl-wk2/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Added.
1393 * platform/efl-wk2/fast/repaint/moving-shadow-on-container-expected.txt: Added.
1394 * platform/efl-wk2/fast/repaint/moving-shadow-on-path-expected.txt: Added.
1395 * platform/efl-wk2/fast/table/overflowHidden-expected.txt: Added.
1396 * platform/efl-wk2/fast/text/complex-text-opacity-expected.png: Added.
1397 * platform/efl-wk2/fast/text/complex-text-opacity-expected.txt: Added.
1398 * platform/efl-wk2/fast/text/international/bidi-layout-across-linebreak-expected.png: Added.
1399 * platform/efl-wk2/fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
1400 * platform/efl-wk2/fast/transforms/bounding-rect-zoom-expected.txt: Added.
1401 * platform/efl-wk2/http/tests/inspector/console-resource-errors-expected.txt: Added.
1402 * platform/efl-wk2/http/tests/security/xssAuditor/link-opens-new-window-expected.txt: Added.
1403 * platform/efl-wk2/inspector/styles/paste-property-expected.txt: Added.
1404 * platform/efl-wk2/svg/css/composite-shadow-example-expected.txt: Added.
1405 * platform/efl-wk2/svg/css/composite-shadow-with-opacity-expected.txt: Added.
1406 * platform/efl-wk2/tables/mozilla/bugs/bug73321-expected.txt: Added.
1407 * platform/efl-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.png: Added.
1408 * platform/efl-wk2/tables/mozilla_expected_failures/bugs/bug89315-expected.txt: Added.
1409 * platform/efl-wk2/transforms/2d/hindi-rotated-expected.png: Added.
1410 * platform/efl-wk2/transforms/2d/hindi-rotated-expected.txt: Added.
1412 2013-04-02 Zan Dobersek <zdobersek@igalia.com>
1414 Unreviewed GTK gardening.
1416 * platform/gtk/TestExpectations: Adding failure expectations for two Resource Timing layout tests
1417 that regressed with r147387.
1419 2013-04-02 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1421 [Qt] Unreviewed gardening. Skip failing tests after r147384 and r147388.
1423 * platform/qt/TestExpectations:
1424 * platform/qt/fast/table/overflowHidden-expected.txt: Rebaselining after 147374.
1426 2013-04-02 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1428 [Qt] Unreviewed gardening. Rebaselining after r147402.
1430 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
1431 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1432 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1433 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1434 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
1435 * platform/qt-5.0-wk2/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
1436 * platform/qt/TestExpectations:
1437 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
1438 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1439 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1440 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1441 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
1442 * platform/qt/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
1444 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
1446 [Chromium] Unreviewed gardening.
1448 rebaselined after r147390.
1450 TestExpectation was deleted wrongly. Let me revert it.
1452 * platform/chromium/TestExpectations:
1454 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
1456 [Chromium] Unreviewed gardening.
1458 rebaselined after r147390.
1460 * platform/chromium-linux-x86/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Removed.
1461 * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Removed.
1462 * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Removed.
1463 * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Removed.
1464 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Removed.
1465 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Removed.
1466 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Removed.
1467 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Removed.
1468 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Removed.
1469 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Removed.
1470 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Removed.
1471 * platform/chromium-linux-x86/tables/mozilla/bugs/bug625-expected.png: Removed.
1472 * platform/chromium-linux-x86/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Removed.
1473 * platform/chromium-linux-x86/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
1474 * platform/chromium-linux-x86/tables/mozilla/marvin/td_valign_bottom-expected.png: Removed.
1475 * platform/chromium-linux-x86/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
1476 * platform/chromium-linux-x86/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
1477 * platform/chromium-linux/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
1478 * platform/chromium-mac-lion/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
1479 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
1480 * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Removed.
1481 * platform/chromium-mac-snowleopard/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
1483 2013-04-02 Seokju Kwon <seokju.kwon@gmail.com>
1485 [QT] Cleanup after r139447 and r145374.
1486 https://bugs.webkit.org/show_bug.cgi?id=113671
1488 Unreviewed gardening.
1490 * platform/qt/TestExpectations:
1492 2013-04-02 Seokju Kwon <seokju.kwon@gmail.com>
1494 [Qt]REGRESSION?(r63191): http/tests/inspector/resource-har-conversion.html fails
1495 https://bugs.webkit.org/show_bug.cgi?id=42162
1497 Reviewed by Csaba Osztrogonác.
1499 Copy the results of http/tests/inspector/resource-har-conversion.html
1500 to the qt platform dir.
1502 * platform/qt/TestExpectations:
1503 * platform/qt/http/tests/inspector/resource-har-conversion-expected.txt: Added.
1505 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
1507 [Chromium] Unreviewed gardening.
1509 rebaselined after r147390.
1511 * platform/chromium-linux-x86/tables/mozilla/bugs/bug625-expected.png: Added.
1512 * platform/chromium-linux-x86/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
1513 * platform/chromium-linux-x86/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
1514 * platform/chromium-linux-x86/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
1515 * platform/chromium-linux-x86/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
1516 * platform/chromium-linux-x86/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
1517 * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png:
1518 * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
1519 * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
1520 * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png:
1521 * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png:
1522 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
1523 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
1524 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
1525 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.png:
1526 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.png:
1527 * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.png:
1528 * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.png:
1529 * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.png:
1530 * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.png:
1531 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
1532 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
1533 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
1534 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.png:
1535 * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png:
1536 * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png:
1537 * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png:
1538 * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png:
1539 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.png:
1540 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.png:
1541 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.png:
1542 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.png:
1543 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.png:
1544 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.png:
1545 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.png:
1546 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.png:
1547 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1548 * platform/chromium-mac-lion/tables/mozilla/bugs/bug1296-expected.png:
1549 * platform/chromium-mac-lion/tables/mozilla/bugs/bug1430-expected.png:
1550 * platform/chromium-mac-lion/tables/mozilla/bugs/bug15544-expected.png:
1551 * platform/chromium-mac-lion/tables/mozilla/bugs/bug625-expected.png:
1552 * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png:
1553 * platform/chromium-mac-lion/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
1554 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
1555 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
1556 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_middle-expected.png:
1557 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_top-expected.png:
1558 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_baseline-expected.png:
1559 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_bottom-expected.png:
1560 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_middle-expected.png:
1561 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_top-expected.png:
1562 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
1563 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
1564 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
1565 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_top-expected.png:
1566 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_baseline-expected.png:
1567 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_bottom-expected.png:
1568 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_middle-expected.png:
1569 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_top-expected.png:
1570 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_baseline-expected.png:
1571 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_bottom-expected.png:
1572 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_middle-expected.png:
1573 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_top-expected.png:
1574 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_baseline-expected.png:
1575 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_bottom-expected.png:
1576 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_middle-expected.png:
1577 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_top-expected.png:
1578 * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1579 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1296-expected.png:
1580 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png:
1581 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png:
1582 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-expected.png:
1583 * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png:
1584 * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
1585 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
1586 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
1587 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_middle-expected.png:
1588 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_top-expected.png:
1589 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_baseline-expected.png:
1590 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_bottom-expected.png:
1591 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_middle-expected.png:
1592 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_top-expected.png:
1593 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
1594 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
1595 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
1596 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_top-expected.png:
1597 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_baseline-expected.png:
1598 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_bottom-expected.png:
1599 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_middle-expected.png:
1600 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_top-expected.png:
1601 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_baseline-expected.png:
1602 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_bottom-expected.png:
1603 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_middle-expected.png:
1604 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_top-expected.png:
1605 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_baseline-expected.png:
1606 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_bottom-expected.png:
1607 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_middle-expected.png:
1608 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_top-expected.png:
1609 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1610 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
1611 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
1612 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png:
1613 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png:
1614 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png:
1615 * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
1616 * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
1617 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
1618 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
1619 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png:
1620 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png:
1621 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png:
1622 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png:
1623 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png:
1624 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png:
1625 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
1626 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
1627 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
1628 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png:
1629 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png:
1630 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png:
1631 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png:
1632 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png:
1633 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png:
1634 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png:
1635 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png:
1636 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png:
1637 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png:
1638 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png:
1639 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png:
1640 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png:
1641 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1642 * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png:
1643 * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png:
1644 * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png:
1645 * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png:
1646 * platform/chromium-win/tables/mozilla/bugs/bug97383-expected.png:
1647 * platform/chromium-win/tables/mozilla/core/bloomberg-expected.png:
1648 * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
1649 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
1650 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
1651 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.png:
1652 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.png:
1653 * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.png:
1654 * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.png:
1655 * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.png:
1656 * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.png:
1657 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
1658 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
1659 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
1660 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.png:
1661 * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png:
1662 * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png:
1663 * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png:
1664 * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png:
1665 * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.png:
1666 * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.png:
1667 * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.png:
1668 * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.png:
1669 * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.png:
1670 * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.png:
1671 * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.png:
1672 * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.png:
1673 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1674 * platform/chromium/TestExpectations:
1676 2013-04-02 Mike West <mkwst@chromium.org>
1678 X-Frame-Options: Blocked frames should not inherit their parent's SecurityOrigin.
1679 https://bugs.webkit.org/show_bug.cgi?id=112903
1681 Reviewed by Adam Barth.
1683 * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
1684 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1685 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1686 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html:
1687 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1688 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html:
1689 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html:
1690 * http/tests/security/XFrameOptions/x-frame-options-deny.html:
1691 * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
1692 * http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny.html:
1693 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
1694 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny.html:
1695 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
1696 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
1697 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
1698 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
1699 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-multiple-headers-sameorigin-deny-expected.txt:
1700 * platform/chromium/http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
1702 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
1704 [Chromium] Unreviewed gardening.
1706 rebaselined after r147390.
1708 * 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.
1709 * 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.
1710 * platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Added.
1711 * platform/chromium-linux-x86/svg/custom/clip-mask-negative-scale-expected.png: Added.
1712 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Added.
1713 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Added.
1714 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Added.
1715 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Added.
1716 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Added.
1717 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
1718 * platform/chromium-linux-x86/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
1719 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1720 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1721 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1722 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1723 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1724 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1725 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1726 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1727 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1728 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1729 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1730 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1731 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1732 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1733 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1734 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1735 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1736 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1737 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1738 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
1739 * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
1740 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1741 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
1742 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
1743 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
1744 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
1745 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
1746 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
1747 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
1748 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
1749 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
1750 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
1751 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
1752 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
1753 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
1754 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
1755 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
1756 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
1757 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
1758 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
1759 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
1760 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
1761 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
1762 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
1763 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1764 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1765 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1766 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1767 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1768 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1769 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1770 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1771 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1772 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1773 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1774 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1775 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1776 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1777 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1778 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1779 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1780 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1781 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1782 * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
1783 * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png:
1784 * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1785 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
1786 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
1787 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
1788 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
1789 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
1790 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
1791 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
1792 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
1793 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
1794 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
1795 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
1796 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
1797 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
1798 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
1799 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
1800 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
1801 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
1802 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
1803 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
1804 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
1805 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
1806 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
1807 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1808 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1809 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1810 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1811 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1812 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1813 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1814 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1815 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1816 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1817 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1818 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1819 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1820 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1821 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1822 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1823 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1824 * platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Added.
1825 * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
1826 * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1827 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
1828 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
1829 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
1830 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
1831 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
1832 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
1833 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
1834 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
1835 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
1836 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
1837 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
1838 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
1839 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
1840 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
1841 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
1842 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
1843 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
1844 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
1845 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
1846 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
1847 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
1848 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
1849 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1850 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1851 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1852 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1853 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1854 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1855 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1856 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1857 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1858 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1859 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1860 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1861 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1862 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1863 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1864 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1865 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1866 * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1867 * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1868 * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
1869 * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png:
1870 * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
1871 * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1872 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
1873 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
1874 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
1875 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
1876 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
1877 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
1878 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
1879 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
1880 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
1881 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
1882 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
1883 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
1884 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
1885 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
1886 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
1887 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
1888 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
1889 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
1890 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
1891 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
1892 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
1893 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
1894 * platform/chromium-mac/svg/filters/feImage-preserveAspectRatio-all-expected.png:
1895 * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
1896 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1897 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1898 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1899 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1900 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1901 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1902 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1903 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1904 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1905 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1906 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1907 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1908 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1909 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1910 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1911 * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1912 * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1913 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1914 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1915 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
1916 * platform/chromium-win/svg/as-image/image-preserveAspectRatio-all-expected.png:
1917 * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
1918 * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1919 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
1920 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
1921 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
1922 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
1923 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
1924 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
1925 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
1926 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
1927 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
1928 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
1929 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
1930 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
1931 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
1932 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
1933 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
1934 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
1935 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
1936 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
1937 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
1938 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
1939 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
1940 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
1941 * platform/chromium-win/svg/filters/feImage-preserveAspectRatio-all-expected.png:
1942 * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
1944 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
1946 [Chromium] Unreviewed gardening.
1948 rebaselined after r147390.
1950 * platform/chromium-linux-x86/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
1951 * 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.
1952 * 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.
1953 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
1954 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
1955 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
1956 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
1957 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1958 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1959 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1960 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1961 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1962 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1963 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1964 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1965 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1966 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1967 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1968 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1969 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1970 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1971 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1972 * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1973 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
1974 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
1975 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
1976 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
1977 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
1978 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
1979 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
1980 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
1981 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1982 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1983 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1984 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1985 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1986 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1987 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1988 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1989 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1990 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1991 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1992 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1993 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1994 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1995 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1996 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1997 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
1998 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
1999 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2000 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2001 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2002 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2003 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2004 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2005 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2006 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2007 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2008 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2009 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2010 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2011 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2012 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2013 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2014 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2015 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2016 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2017 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2018 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2019 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2020 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2021 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2022 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2023 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2024 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2025 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2026 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2027 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2028 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2029 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2030 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2031 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2032 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2033 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2034 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2035 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2036 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2037 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2038 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2039 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2040 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2041 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2042 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2043 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2044 * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2045 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2046 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2047 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2048 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2049 * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2050 * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2051 * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2052 * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2053 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2054 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2055 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2056 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2057 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2058 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2059 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2060 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2061 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2062 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2063 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2064 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2065 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2066 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2067 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2068 * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2069 * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2070 * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2071 * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2072 * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2074 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
2076 [Chromium] Unreviewed gardening.
2078 rebaselined after r147390.
2080 * platform/chromium-linux-x86/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added.
2081 * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Removed.
2082 * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Removed.
2083 * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Removed.
2084 * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Removed.
2085 * platform/chromium-linux-x86/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png: Added.
2086 * platform/chromium-linux/css2.1/20110323/replaced-min-max-001-expected.png:
2087 * platform/chromium-linux/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2088 * platform/chromium-linux/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2089 * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2090 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
2091 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2092 * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
2093 * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
2094 * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
2095 * platform/chromium-linux/fast/borders/scaled-border-image-expected.png:
2096 * platform/chromium-linux/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2097 * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2098 * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png:
2099 * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
2100 * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
2101 * platform/chromium-mac-lion/css2.1/20110323/replaced-min-max-001-expected.png:
2102 * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2103 * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2104 * platform/chromium-mac-lion/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2105 * platform/chromium-mac-lion/fast/borders/border-image-scale-transform-expected.png:
2106 * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
2107 * platform/chromium-mac-lion/fast/borders/scaled-border-image-expected.png:
2108 * platform/chromium-mac-lion/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2109 * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2110 * platform/chromium-mac-lion/fast/replaced/absolute-image-sizing-expected.png:
2111 * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2112 * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-min-max-001-expected.png:
2113 * platform/chromium-mac-snowleopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2114 * platform/chromium-mac-snowleopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2115 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2116 * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
2117 * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
2118 * platform/chromium-mac-snowleopard/fast/borders/scaled-border-image-expected.png:
2119 * platform/chromium-mac-snowleopard/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2120 * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2121 * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png:
2122 * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2123 * platform/chromium-mac/css2.1/20110323/replaced-min-max-001-expected.png:
2124 * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2125 * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2126 * platform/chromium-mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2127 * platform/chromium-mac/fast/backgrounds/size/backgroundSize02-expected.png:
2128 * platform/chromium-mac/fast/backgrounds/size/backgroundSize04-expected.png:
2129 * platform/chromium-mac/fast/backgrounds/size/backgroundSize06-expected.png:
2130 * platform/chromium-mac/fast/backgrounds/size/backgroundSize13-expected.png:
2131 * platform/chromium-mac/fast/backgrounds/size/backgroundSize14-expected.png:
2132 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
2133 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2134 * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
2135 * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
2136 * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
2137 * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
2138 * platform/chromium-mac/fast/borders/scaled-border-image-expected.png:
2139 * platform/chromium-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2140 * platform/chromium-mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2141 * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
2142 * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
2143 * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2144 * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png:
2145 * platform/chromium-win/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2146 * platform/chromium-win/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2147 * platform/chromium-win/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2148 * platform/chromium-win/fast/backgrounds/size/backgroundSize02-expected.png:
2149 * platform/chromium-win/fast/backgrounds/size/backgroundSize04-expected.png:
2150 * platform/chromium-win/fast/backgrounds/size/backgroundSize06-expected.png:
2151 * platform/chromium-win/fast/backgrounds/size/backgroundSize13-expected.png:
2152 * platform/chromium-win/fast/backgrounds/size/backgroundSize14-expected.png:
2153 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
2154 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2155 * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
2156 * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
2157 * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
2158 * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png:
2159 * platform/chromium-win/fast/borders/scaled-border-image-expected.png:
2160 * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2161 * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2162 * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png:
2163 * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
2164 * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
2166 2013-04-02 Shinya Kawanaka <shinyak@chromium.org>
2168 [Chromium] Unreviewed gardening.
2170 rebaselined after r147390.
2172 * platform/chromium-linux/css3/images/cross-fade-background-size-expected.png: Added.
2173 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2174 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2175 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2176 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2177 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2178 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2179 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2180 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2181 * platform/chromium-win/css3/images/cross-fade-background-size-expected.png: Renamed from LayoutTests/platform/chromium/css3/images/cross-fade-background-size-expected.png.
2183 2013-04-01 Zan Dobersek <zdobersek@igalia.com>
2185 Unreviewed GTK gardening.
2187 * platform/gtk/TestExpectations: Removing duplicated expectations to get rid of linting errors.
2189 2013-04-01 Zan Dobersek <zdobersek@igalia.com>
2191 Unreviewed GTK gardening.
2193 * platform/gtk/TestExpectations: Adding failure expectation for the svg/repaint/buffered-rendering-static-image.html
2194 layout test added in r147348, most likely due to disabled subpixel layout on the GTK port.
2195 * platform/gtk/fast/table/overflowHidden-expected.png: Updating after r147245.
2196 * platform/gtk/fast/table/overflowHidden-expected.txt: Ditto.
2198 2013-04-01 Chris Evans <cevans@google.com>
2200 Crash in Node::enclosingBlockFlowElement()
2201 https://bugs.webkit.org/show_bug.cgi?id=113712
2203 Reviewed by Abhishek Arya.
2205 * editing/execCommand/format-block-at-root-expected.txt: Added.
2206 * editing/execCommand/format-block-at-root.html: Added.
2208 2013-04-01 James Simonsen <simonjam@chromium.org>
2210 [Resource Timing] Expose timing information for iframes
2211 https://bugs.webkit.org/show_bug.cgi?id=103927
2213 Reviewed by Nate Chapin.
2215 * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_frame_initiator_type.html: Fix timeout.
2216 * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_iframe_self_navigation-expected.txt: Added.
2217 * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_iframe_self_navigation.html: Added.
2218 * http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types-expected.txt: Remove bad line.
2219 * platform/chromium/TestExpectations: Unskip tests that relied on iframes.
2221 2013-04-01 Hans Muller <hmuller@adobe.com>
2223 [CSS Exclusions] shape-outside on floats fails to respect shape-margin's vertical extent
2224 https://bugs.webkit.org/show_bug.cgi?id=113600
2226 Reviewed by Dirk Schulze.
2228 Corrected the expected values in the ellipse-margin-left and ellipse-margin-right tests because the
2229 shape-outside float layout code now (correctly) takes into account the shape's margin boundary.
2231 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom-expected.html: Added.
2232 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-bottom.html: Added.
2233 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-expected.txt:
2234 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
2235 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right-expected.txt:
2236 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
2238 2013-04-01 Adam Barth <abarth@webkit.org>
2240 Assertion failure !m_lastChunkBeforeScript in HTMLDocumentParser during inspector/debugger/pause-in-inline-script.html
2241 https://bugs.webkit.org/show_bug.cgi?id=112369
2243 Reviewed by Eric Seidel.
2245 Unskip test that is now passing.
2247 * platform/chromium/TestExpectations:
2249 2013-04-01 Michael Pruett <michael@68k.org>
2251 [JSC] IndexedDB: Exceptions not thrown for non-cloneable values
2252 https://bugs.webkit.org/show_bug.cgi?id=113689
2254 Reviewed by Kentaro Hara.
2256 * platform/gtk/TestExpectations:
2258 2013-04-01 Shinya Kawanaka <shinyak@chromium.org>
2260 Unreviewed, rolling out r147347.
2261 http://trac.webkit.org/changeset/147347
2263 broke Chromium Linux test
2264 The same reason as the previous rollout.
2266 * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Added.
2267 * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Added.
2268 * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Added.
2269 * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Added.
2270 * platform/chromium-linux/css2.1/20110323/replaced-min-max-001-expected.png:
2271 * platform/chromium-linux/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2272 * platform/chromium-linux/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2273 * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2274 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
2275 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2276 * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed.
2277 * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
2278 * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
2279 * platform/chromium-linux/fast/borders/scaled-border-image-expected.png:
2280 * platform/chromium-linux/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2281 * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2282 * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png:
2283 * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
2284 * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Removed.
2285 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2286 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2287 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2288 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2289 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2290 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2291 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2292 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2293 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2294 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2295 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2296 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2297 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2298 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2299 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2300 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2301 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2302 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2303 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2304 * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2305 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2306 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2307 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2308 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2309 * platform/chromium-mac-lion/css2.1/20110323/replaced-min-max-001-expected.png:
2310 * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2311 * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2312 * platform/chromium-mac-lion/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2313 * platform/chromium-mac-lion/fast/borders/border-image-scale-transform-expected.png:
2314 * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
2315 * platform/chromium-mac-lion/fast/borders/scaled-border-image-expected.png:
2316 * platform/chromium-mac-lion/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2317 * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2318 * platform/chromium-mac-lion/fast/replaced/absolute-image-sizing-expected.png:
2319 * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2320 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2321 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2322 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2323 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2324 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2325 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2326 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2327 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2328 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2329 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2330 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2331 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2332 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2333 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2334 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2335 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2336 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2337 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2338 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2339 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2340 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2341 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2342 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2343 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2344 * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-min-max-001-expected.png:
2345 * platform/chromium-mac-snowleopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2346 * platform/chromium-mac-snowleopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2347 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2348 * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
2349 * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
2350 * platform/chromium-mac-snowleopard/fast/borders/scaled-border-image-expected.png:
2351 * platform/chromium-mac-snowleopard/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2352 * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2353 * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png:
2354 * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2355 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2356 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2357 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2358 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2359 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2360 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2361 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2362 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2363 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2364 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2365 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2366 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2367 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2368 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2369 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2370 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2371 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2372 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2373 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2374 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2375 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2376 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2377 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2378 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2379 * platform/chromium-mac/css2.1/20110323/replaced-min-max-001-expected.png:
2380 * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2381 * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2382 * platform/chromium-mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2383 * platform/chromium-mac/fast/backgrounds/size/backgroundSize02-expected.png:
2384 * platform/chromium-mac/fast/backgrounds/size/backgroundSize04-expected.png:
2385 * platform/chromium-mac/fast/backgrounds/size/backgroundSize06-expected.png:
2386 * platform/chromium-mac/fast/backgrounds/size/backgroundSize13-expected.png:
2387 * platform/chromium-mac/fast/backgrounds/size/backgroundSize14-expected.png:
2388 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
2389 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2390 * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
2391 * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
2392 * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
2393 * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
2394 * platform/chromium-mac/fast/borders/scaled-border-image-expected.png:
2395 * platform/chromium-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2396 * platform/chromium-mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2397 * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
2398 * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
2399 * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2400 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2401 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2402 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2403 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2404 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2405 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2406 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2407 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2408 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2409 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2410 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2411 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2412 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2413 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2414 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2415 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2416 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2417 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2418 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2419 * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2420 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2421 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2422 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2423 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2424 * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png:
2425 * platform/chromium-win/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
2426 * platform/chromium-win/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
2427 * platform/chromium-win/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
2428 * platform/chromium-win/fast/backgrounds/size/backgroundSize02-expected.png:
2429 * platform/chromium-win/fast/backgrounds/size/backgroundSize04-expected.png:
2430 * platform/chromium-win/fast/backgrounds/size/backgroundSize06-expected.png:
2431 * platform/chromium-win/fast/backgrounds/size/backgroundSize13-expected.png:
2432 * platform/chromium-win/fast/backgrounds/size/backgroundSize14-expected.png:
2433 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
2434 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2435 * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
2436 * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
2437 * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
2438 * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png:
2439 * platform/chromium-win/fast/borders/scaled-border-image-expected.png:
2440 * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
2441 * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
2442 * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png:
2443 * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
2444 * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Removed.
2445 * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2446 * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2447 * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2448 * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2449 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2450 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2451 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2452 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2453 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2454 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2455 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2456 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2457 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2458 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2459 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2460 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2461 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2462 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2463 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2464 * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2465 * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2466 * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2467 * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2468 * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2469 * platform/chromium/TestExpectations:
2471 2013-04-01 Shinya Kawanaka <shinyak@chromium.org>
2473 Unreviewed, rolling out r147351.
2474 http://trac.webkit.org/changeset/147351
2476 broke Chromium Linux test
2477 The same reason as the previous rollout.
2479 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2480 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2481 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2482 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2483 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2484 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2485 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2486 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2487 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2488 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2489 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2490 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
2491 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
2492 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
2493 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
2494 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
2495 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
2496 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2497 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2498 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
2499 * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
2500 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2501 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2502 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2503 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2504 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2505 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2506 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2507 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2508 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2509 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2510 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2511 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2512 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2513 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
2514 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
2515 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
2516 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
2517 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
2518 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
2519 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
2520 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
2521 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
2522 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
2523 * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png:
2524 * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
2525 * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
2526 * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png:
2527 * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png:
2528 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2529 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2530 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2531 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2532 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.png:
2533 * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.png:
2534 * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.png:
2535 * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.png:
2536 * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.png:
2537 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2538 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2539 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2540 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2541 * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png:
2542 * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png:
2543 * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png:
2544 * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png:
2545 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2546 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2547 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.png:
2548 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.png:
2549 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2550 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2551 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.png:
2552 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.png:
2553 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2554 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2555 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2556 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2557 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2558 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2559 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2560 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2561 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2562 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2563 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2564 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2565 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
2566 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
2567 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
2568 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
2569 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
2570 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
2571 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2572 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2573 * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
2574 * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png:
2575 * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2576 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2577 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2578 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2579 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2580 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2581 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2582 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2583 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2584 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2585 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2586 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2587 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2588 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
2589 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
2590 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
2591 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
2592 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
2593 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
2594 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
2595 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
2596 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
2597 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
2598 * platform/chromium-mac-lion/tables/mozilla/bugs/bug1296-expected.png:
2599 * platform/chromium-mac-lion/tables/mozilla/bugs/bug1430-expected.png:
2600 * platform/chromium-mac-lion/tables/mozilla/bugs/bug15544-expected.png:
2601 * platform/chromium-mac-lion/tables/mozilla/bugs/bug625-expected.png:
2602 * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png:
2603 * platform/chromium-mac-lion/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2604 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2605 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2606 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2607 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_top-expected.png:
2608 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_baseline-expected.png:
2609 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_bottom-expected.png:
2610 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_middle-expected.png:
2611 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_top-expected.png:
2612 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2613 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2614 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2615 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2616 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_baseline-expected.png:
2617 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_bottom-expected.png:
2618 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_middle-expected.png:
2619 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_top-expected.png:
2620 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2621 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2622 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_middle-expected.png:
2623 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_top-expected.png:
2624 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2625 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2626 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_middle-expected.png:
2627 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_top-expected.png:
2628 * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2629 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2630 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2631 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2632 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2633 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2634 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2635 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2636 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2637 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2638 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2639 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2640 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
2641 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
2642 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
2643 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
2644 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
2645 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
2646 * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
2647 * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2648 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2649 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2650 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2651 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2652 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2653 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2654 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2655 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2656 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2657 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2658 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2659 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2660 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
2661 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
2662 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
2663 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
2664 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
2665 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
2666 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
2667 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
2668 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
2669 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
2670 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1296-expected.png:
2671 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png:
2672 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png:
2673 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-expected.png:
2674 * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png:
2675 * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2676 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2677 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2678 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2679 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_top-expected.png:
2680 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_baseline-expected.png:
2681 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_bottom-expected.png:
2682 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_middle-expected.png:
2683 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_top-expected.png:
2684 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2685 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2686 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2687 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2688 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_baseline-expected.png:
2689 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_bottom-expected.png:
2690 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_middle-expected.png:
2691 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_top-expected.png:
2692 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2693 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2694 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_middle-expected.png:
2695 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_top-expected.png:
2696 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2697 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2698 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_middle-expected.png:
2699 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_top-expected.png:
2700 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2701 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2702 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2703 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2704 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2705 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2706 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2707 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2708 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2709 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2710 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2711 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2712 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
2713 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
2714 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
2715 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
2716 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
2717 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
2718 * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2719 * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2720 * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
2721 * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png:
2722 * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
2723 * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2724 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2725 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2726 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2727 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2728 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2729 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2730 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2731 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2732 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2733 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2734 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2735 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2736 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
2737 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
2738 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
2739 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
2740 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
2741 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
2742 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
2743 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
2744 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
2745 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
2746 * platform/chromium-mac/svg/filters/feImage-preserveAspectRatio-all-expected.png:
2747 * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
2748 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
2749 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
2750 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png:
2751 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png:
2752 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png:
2753 * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
2754 * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2755 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2756 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2757 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2758 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png:
2759 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png:
2760 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png:
2761 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png:
2762 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png:
2763 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2764 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2765 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2766 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2767 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png:
2768 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png:
2769 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png:
2770 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png:
2771 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2772 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2773 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png:
2774 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png:
2775 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2776 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2777 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png:
2778 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png:
2779 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2780 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2781 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2782 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2783 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2784 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2785 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2786 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2787 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2788 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2789 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2790 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2791 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
2792 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
2793 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
2794 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
2795 * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.png:
2796 * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.png:
2797 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2798 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2799 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
2800 * platform/chromium-win/svg/as-image/image-preserveAspectRatio-all-expected.png:
2801 * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
2802 * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2803 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2804 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2805 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2806 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2807 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2808 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2809 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2810 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2811 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2812 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2813 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2814 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2815 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
2816 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
2817 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
2818 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
2819 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
2820 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
2821 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
2822 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
2823 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
2824 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
2825 * platform/chromium-win/svg/filters/feImage-preserveAspectRatio-all-expected.png:
2826 * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
2827 * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png:
2828 * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png:
2829 * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png:
2830 * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png:
2831 * platform/chromium-win/tables/mozilla/bugs/bug97383-expected.png:
2832 * platform/chromium-win/tables/mozilla/core/bloomberg-expected.png:
2833 * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2834 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2835 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2836 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2837 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.png:
2838 * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.png:
2839 * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.png:
2840 * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.png:
2841 * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.png:
2842 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2843 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2844 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2845 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2846 * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png:
2847 * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png:
2848 * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png:
2849 * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png:
2850 * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2851 * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2852 * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.png:
2853 * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.png:
2854 * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2855 * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2856 * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.png:
2857 * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.png:
2858 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2860 2013-04-01 Shinya Kawanaka <shinyak@chromium.org>
2862 Unreviewed, rolling out r147358.
2863 http://trac.webkit.org/changeset/147358
2865 broke Chromium Linux test
2866 In the flakiness dashboard, this rebaseline looks good, however actually it broke Chromium Linux Test bots.
2867 Maybe something bad is happening, but let me revert them again.
2869 * platform/chromium-linux/css3/images/cross-fade-background-size-expected.png: Removed.
2870 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2871 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2872 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2873 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2874 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2875 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2876 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2877 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2878 * platform/chromium/css3/images/cross-fade-background-size-expected.png: Renamed from LayoutTests/platform/chromium-win/css3/images/cross-fade-background-size-expected.png.
2880 2013-04-01 Shinya Kawanaka <shinyak@chromium.org>
2882 [Chromium] Unreviewed gardening.
2884 * platform/chromium/TestExpectations:
2886 2013-04-01 Ojan Vafai <ojan@chromium.org>
2888 Test rebaselines after r147245.
2890 * fast/table/overflowHidden-expected.txt:
2891 * platform/chromium-mac/fast/table/overflowHidden-expected.txt: Removed.
2892 * platform/chromium/TestExpectations:
2893 * platform/efl/TestExpectations:
2894 * platform/gtk/TestExpectations:
2895 * platform/gtk/fast/table/overflowHidden-expected.txt: Copied from LayoutTests/fast/table/overflowHidden-expected.txt.
2896 * platform/mac/TestExpectations:
2897 * platform/qt/TestExpectations:
2898 * platform/win-7sp0/fast/table/overflowHidden-expected.txt: Renamed from LayoutTests/platform/win/fast/table/overflowHidden-expected.txt.
2900 2013-04-01 Mark Lam <mark.lam@apple.com>
2902 Bot greening failed test from http://trac.webkit.org/changeset/147317.
2903 The test should use testRunner, not layoutTestController.
2907 * fast/text/emphasis-height-crash.html:
2909 2013-04-01 Hayato Ito <hayato@chromium.org>
2911 [Shadow DOM] Change the order of event dispatching at AT_TARGET phase.
2912 https://bugs.webkit.org/show_bug.cgi?id=113676
2914 Reviewed by Dimitri Glazkov.
2916 * fast/dom/shadow/cppevent-in-shadow-expected.txt:
2917 * fast/dom/shadow/cppevent-input-in-shadow-expected.txt:
2918 * fast/dom/shadow/events-stopped-at-shadow-boundary-expected.txt:
2919 * fast/dom/shadow/gesture-tap-expected.txt:
2920 * fast/dom/shadow/shadow-boundary-events-expected.txt:
2921 * fast/dom/shadow/shadow-boundary-events.html:
2922 * fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt:
2923 * fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes-expected.txt:
2924 * fast/dom/shadow/shadow-dom-event-dispatching-non-distributed-nodes-expected.txt:
2925 * fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-expected.txt:
2926 * fast/dom/shadow/shadow-root-blur-expected.txt:
2928 2013-04-01 Nate Chapin <japhet@chromium.org>
2930 Unreviewed, chromium expectations update after r147357.
2932 * platform/chromium/TestExpectations:
2934 2013-04-01 Roger Fong <roger_fong@apple.com>
2936 Unreviewed. AppleWin port gardening.
2938 * platform/win/TestExpectations:
2939 * platform/win/fast/table: Added.
2940 * platform/win/fast/table/overflowHidden-expected.txt: Added.
2942 2013-04-01 Nate Chapin <japhet@chromium.org>
2944 Unreviewed, chromium gardening.
2946 * platform/chromium-linux/css3/images/cross-fade-background-size-expected.png: Added.
2947 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2948 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2949 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2950 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2951 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2952 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2953 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2954 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2955 * platform/chromium-win/css3/images/cross-fade-background-size-expected.png: Added.
2956 * platform/chromium/css3/images/cross-fade-background-size-expected.png: Removed.
2958 2013-04-01 Timothy Hatcher <timothy@apple.com>
2960 Make 'this' evaluate to the correct object when paused in the Debugger.
2962 https://webkit.org/b/113607
2963 rdar://problem/13538351
2965 Reviewed by Joseph Pecoraro.
2967 * platform/mac/http/tests/inspector/console-resource-errors-expected.txt:
2969 2013-04-01 Victor Carbune <vcarbune@chromium.org>
2971 TextTrackCue Extension for WebVTT Regions
2972 https://bugs.webkit.org/show_bug.cgi?id=109821
2974 Reviewed by Eric Carlson.
2976 * media/track/captions-webvtt/header-regions.vtt: Updated to include cues with
2977 settings for which the "region:" setting should be ignored (for backwards compatibility
2978 regarding WebVTT rendering rules).
2979 * media/track/regions-webvtt/text-track-cue-region-attribute-expected.txt: Added.
2980 * media/track/regions-webvtt/text-track-cue-region-attribute.html: Added.
2982 2013-04-01 Nate Chapin <japhet@chromium.org>
2984 Unreviewed, chromium gardening.
2986 * platform/chromium-linux-x86/svg/dynamic-updates: Removed.
2987 * platform/chromium-linux-x86/tables/mozilla/marvin: Removed.
2988 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2989 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2990 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2991 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2992 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2993 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2994 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2995 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2996 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2997 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2998 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2999 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
3000 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
3001 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
3002 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
3003 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
3004 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
3005 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
3006 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3007 * platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
3008 * platform/chromium-linux/svg/custom/clip-mask-negative-scale-expected.png:
3009 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3010 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
3011 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
3012 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
3013 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
3014 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
3015 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
3016 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
3017 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
3018 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
3019 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
3020 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
3021 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
3022 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
3023 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
3024 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
3025 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
3026 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
3027 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
3028 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
3029 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
3030 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
3031 * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
3032 * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png:
3033 * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
3034 * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
3035 * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png:
3036 * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png:
3037 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
3038 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
3039 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
3040 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.png:
3041 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.png:
3042 * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.png:
3043 * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.png:
3044 * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.png:
3045 * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.png:
3046 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
3047 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
3048 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
3049 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.png:
3050 * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png:
3051 * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png:
3052 * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png:
3053 * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png:
3054 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.png:
3055 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.png:
3056 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.png:
3057 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.png:
3058 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.png:
3059 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.png:
3060 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.png:
3061 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.png:
3062 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
3063 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
3064 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
3065 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
3066 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
3067 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
3068 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
3069 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
3070 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
3071 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
3072 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
3073 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
3074 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
3075 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
3076 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
3077 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
3078 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
3079 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
3080 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
3081 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3082 * platform/chromium-mac-lion/svg/as-border-image/svg-as-border-image-expected.png:
3083 * platform/chromium-mac-lion/svg/custom/clip-mask-negative-scale-expected.png:
3084 * platform/chromium-mac-lion/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3085 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
3086 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
3087 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
3088 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
3089 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
3090 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
3091 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
3092 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
3093 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
3094 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
3095 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
3096 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
3097 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
3098 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
3099 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
3100 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
3101 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
3102 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
3103 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
3104 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
3105 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
3106 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
3107 * platform/chromium-mac-lion/tables/mozilla/bugs/bug1296-expected.png:
3108 * platform/chromium-mac-lion/tables/mozilla/bugs/bug1430-expected.png:
3109 * platform/chromium-mac-lion/tables/mozilla/bugs/bug15544-expected.png:
3110 * platform/chromium-mac-lion/tables/mozilla/bugs/bug625-expected.png:
3111 * platform/chromium-mac-lion/tables/mozilla/core/bloomberg-expected.png:
3112 * platform/chromium-mac-lion/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
3113 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
3114 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
3115 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_middle-expected.png:
3116 * platform/chromium-mac-lion/tables/mozilla/marvin/tbody_valign_top-expected.png:
3117 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_baseline-expected.png:
3118 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_bottom-expected.png:
3119 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_middle-expected.png:
3120 * platform/chromium-mac-lion/tables/mozilla/marvin/td_valign_top-expected.png:
3121 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
3122 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
3123 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
3124 * platform/chromium-mac-lion/tables/mozilla/marvin/tfoot_valign_top-expected.png:
3125 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_baseline-expected.png:
3126 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_bottom-expected.png:
3127 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_middle-expected.png:
3128 * platform/chromium-mac-lion/tables/mozilla/marvin/th_valign_top-expected.png:
3129 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_baseline-expected.png:
3130 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_bottom-expected.png:
3131 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_middle-expected.png:
3132 * platform/chromium-mac-lion/tables/mozilla/marvin/thead_valign_top-expected.png:
3133 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_baseline-expected.png:
3134 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_bottom-expected.png:
3135 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_middle-expected.png:
3136 * platform/chromium-mac-lion/tables/mozilla/marvin/tr_valign_top-expected.png:
3137 * platform/chromium-mac-lion/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
3138 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
3139 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
3140 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
3141 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
3142 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
3143 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
3144 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
3145 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
3146 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
3147 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
3148 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
3149 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
3150 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
3151 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
3152 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
3153 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
3154 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
3155 * platform/chromium-mac-snowleopard/svg/custom/clip-mask-negative-scale-expected.png:
3156 * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3157 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
3158 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
3159 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
3160 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
3161 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
3162 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
3163 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
3164 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
3165 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
3166 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
3167 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
3168 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
3169 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
3170 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
3171 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
3172 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
3173 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
3174 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
3175 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
3176 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
3177 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
3178 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
3179 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1296-expected.png:
3180 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png:
3181 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png:
3182 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-expected.png:
3183 * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png:
3184 * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
3185 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
3186 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
3187 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_middle-expected.png:
3188 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_top-expected.png:
3189 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_baseline-expected.png:
3190 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_bottom-expected.png:
3191 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_middle-expected.png:
3192 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_top-expected.png:
3193 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
3194 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
3195 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
3196 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_top-expected.png:
3197 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_baseline-expected.png:
3198 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_bottom-expected.png:
3199 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_middle-expected.png:
3200 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_top-expected.png:
3201 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_baseline-expected.png:
3202 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_bottom-expected.png:
3203 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_middle-expected.png:
3204 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_top-expected.png:
3205 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_baseline-expected.png:
3206 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_bottom-expected.png:
3207 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_middle-expected.png:
3208 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_top-expected.png:
3209 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
3210 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
3211 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
3212 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
3213 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
3214 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
3215 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
3216 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
3217 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
3218 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
3219 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
3220 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
3221 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
3222 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
3223 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
3224 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
3225 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
3226 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
3227 * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
3228 * platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3229 * platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
3230 * platform/chromium-mac/svg/as-image/image-preserveAspectRatio-all-expected.png:
3231 * platform/chromium-mac/svg/custom/clip-mask-negative-scale-expected.png:
3232 * platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3233 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
3234 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
3235 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
3236 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
3237 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
3238 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
3239 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
3240 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
3241 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
3242 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
3243 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
3244 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
3245 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
3246 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
3247 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
3248 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
3249 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
3250 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
3251 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
3252 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
3253 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
3254 * platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
3255 * platform/chromium-mac/svg/filters/feImage-preserveAspectRatio-all-expected.png:
3256 * platform/chromium-mac/svg/filters/feImage-preserveAspectratio-expected.png:
3257 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
3258 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
3259 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png:
3260 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png:
3261 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png:
3262 * platform/chromium-mac/tables/mozilla/core/bloomberg-expected.png:
3263 * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
3264 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
3265 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
3266 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png:
3267 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png:
3268 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png:
3269 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png:
3270 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png:
3271 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png:
3272 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
3273 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
3274 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
3275 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png:
3276 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png:
3277 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png:
3278 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png:
3279 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png:
3280 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png:
3281 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png:
3282 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png:
3283 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png:
3284 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png:
3285 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png:
3286 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png:
3287 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png:
3288 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
3289 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
3290 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
3291 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
3292 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
3293 * platform/chromium-win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
3294 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
3295 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
3296 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
3297 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
3298 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
3299 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
3300 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
3301 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
3302 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
3303 * platform/chromium-win/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
3304 * platform/chromium-win/svg/W3C-I18N/tspan-direction-ltr-expected.png:
3305 * platform/chromium-win/svg/W3C-I18N/tspan-direction-rtl-expected.png:
3306 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
3307 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3308 * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
3309 * platform/chromium-win/svg/as-image/image-preserveAspectRatio-all-expected.png:
3310 * platform/chromium-win/svg/custom/clip-mask-negative-scale-expected.png:
3311 * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3312 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
3313 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
3314 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
3315 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
3316 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
3317 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
3318 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
3319 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
3320 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
3321 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
3322 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
3323 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
3324 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
3325 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
3326 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
3327 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
3328 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
3329 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
3330 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
3331 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
3332 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
3333 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
3334 * platform/chromium-win/svg/filters/feImage-preserveAspectRatio-all-expected.png:
3335 * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png:
3336 * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png:
3337 * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png:
3338 * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png:
3339 * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png:
3340 * platform/chromium-win/tables/mozilla/bugs/bug97383-expected.png:
3341 * platform/chromium-win/tables/mozilla/core/bloomberg-expected.png:
3342 * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
3343 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
3344 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
3345 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.png:
3346 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.png:
3347 * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.png:
3348 * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.png:
3349 * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.png:
3350 * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.png:
3351 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
3352 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
3353 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
3354 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.png:
3355 * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png:
3356 * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png:
3357 * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png:
3358 * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png:
3359 * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.png:
3360 * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.png:
3361 * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.png:
3362 * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.png:
3363 * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.png:
3364 * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.png:
3365 * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.png:
3366 * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.png:
3367 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
3369 2013-04-01 Philip Rogers <pdr@google.com>
3371 [SVG2] Add support for the buffered-rendering hint
3372 https://bugs.webkit.org/show_bug.cgi?id=104207
3374 Reviewed by Stephen Chenney.
3376 * svg/css/buffered-rendering-expected.txt: Added.
3377 * svg/css/buffered-rendering.html: Added.
3378 * svg/repaint/buffered-rendering-dynamic-image-expected.html: Added.
3379 * svg/repaint/buffered-rendering-dynamic-image.html: Added.
3380 * svg/repaint/buffered-rendering-static-image-expected.html: Added.
3381 * svg/repaint/buffered-rendering-static-image.html: Added.
3383 2013-04-01 Nate Chapin <japhet@chromium.org>
3385 Unreviewed, chromium gardening.
3387 * platform/chromium-linux-x86/fast/backgrounds/repeat: Removed.
3388 * platform/chromium-linux-x86/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png: Removed.
3389 * platform/chromium-linux-x86/fast/borders/border-image-scale-transform-expected.png: Removed.
3390 * platform/chromium-linux-x86/fast/borders/border-image-scaled-expected.png: Removed.
3391 * platform/chromium-linux-x86/fast/borders/scaled-border-image-expected.png: Removed.
3392 * platform/chromium-linux/css2.1/20110323/replaced-min-max-001-expected.png:
3393 * platform/chromium-linux/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
3394 * platform/chromium-linux/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
3395 * platform/chromium-linux/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
3396 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
3397 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
3398 * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
3399 * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
3400 * platform/chromium-linux/fast/borders/border-image-scaled-expected.png:
3401 * platform/chromium-linux/fast/borders/scaled-border-image-expected.png:
3402 * platform/chromium-linux/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
3403 * platform/chromium-linux/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
3404 * platform/chromium-linux/fast/replaced/absolute-image-sizing-expected.png:
3405 * platform/chromium-linux/fast/writing-mode/block-level-images-expected.png:
3406 * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
3407 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
3408 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
3409 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
3410 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
3411 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
3412 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
3413 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
3414 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
3415 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
3416 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
3417 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
3418 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
3419 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
3420 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
3421 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
3422 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
3423 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
3424 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
3425 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
3426 * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
3427 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
3428 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
3429 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
3430 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
3431 * platform/chromium-mac-lion/css2.1/20110323/replaced-min-max-001-expected.png:
3432 * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
3433 * platform/chromium-mac-lion/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
3434 * platform/chromium-mac-lion/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
3435 * platform/chromium-mac-lion/fast/borders/border-image-scale-transform-expected.png:
3436 * platform/chromium-mac-lion/fast/borders/border-image-scaled-expected.png:
3437 * platform/chromium-mac-lion/fast/borders/scaled-border-image-expected.png:
3438 * platform/chromium-mac-lion/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
3439 * platform/chromium-mac-lion/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
3440 * platform/chromium-mac-lion/fast/replaced/absolute-image-sizing-expected.png:
3441 * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
3442 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
3443 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
3444 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
3445 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
3446 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
3447 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
3448 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
3449 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
3450 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
3451 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
3452 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
3453 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
3454 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
3455 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
3456 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
3457 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
3458 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
3459 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
3460 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
3461 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
3462 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
3463 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
3464 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
3465 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
3466 * platform/chromium-mac-snowleopard/css2.1/20110323/replaced-min-max-001-expected.png:
3467 * platform/chromium-mac-snowleopard/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
3468 * platform/chromium-mac-snowleopard/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
3469 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
3470 * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
3471 * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-expected.png:
3472 * platform/chromium-mac-snowleopard/fast/borders/scaled-border-image-expected.png:
3473 * platform/chromium-mac-snowleopard/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
3474 * platform/chromium-mac-snowleopard/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
3475 * platform/chromium-mac-snowleopard/fast/replaced/absolute-image-sizing-expected.png:
3476 * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
3477 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
3478 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
3479 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
3480 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
3481 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
3482 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
3483 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
3484 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
3485 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
3486 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
3487 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
3488 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
3489 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
3490 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
3491 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
3492 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
3493 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
3494 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
3495 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
3496 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
3497 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
3498 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
3499 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
3500 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
3501 * platform/chromium-mac/css2.1/20110323/replaced-min-max-001-expected.png:
3502 * platform/chromium-mac/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
3503 * platform/chromium-mac/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
3504 * platform/chromium-mac/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
3505 * platform/chromium-mac/fast/backgrounds/size/backgroundSize02-expected.png:
3506 * platform/chromium-mac/fast/backgrounds/size/backgroundSize04-expected.png:
3507 * platform/chromium-mac/fast/backgrounds/size/backgroundSize06-expected.png:
3508 * platform/chromium-mac/fast/backgrounds/size/backgroundSize13-expected.png:
3509 * platform/chromium-mac/fast/backgrounds/size/backgroundSize14-expected.png:
3510 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
3511 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
3512 * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
3513 * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
3514 * platform/chromium-mac/fast/borders/border-image-scaled-expected.png:
3515 * platform/chromium-mac/fast/borders/border-image-side-reduction-expected.png:
3516 * platform/chromium-mac/fast/borders/scaled-border-image-expected.png:
3517 * platform/chromium-mac/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
3518 * platform/chromium-mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
3519 * platform/chromium-mac/fast/replaced/absolute-image-sizing-expected.png:
3520 * platform/chromium-mac/fast/writing-mode/block-level-images-expected.png:
3521 * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
3522 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
3523 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
3524 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
3525 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
3526 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
3527 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
3528 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
3529 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
3530 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
3531 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
3532 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
3533 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
3534 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
3535 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
3536 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
3537 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
3538 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
3539 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
3540 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
3541 * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
3542 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
3543 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
3544 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
3545 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
3546 * platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png:
3547 * platform/chromium-win/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
3548 * platform/chromium-win/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
3549 * platform/chromium-win/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
3550 * platform/chromium-win/fast/backgrounds/size/backgroundSize02-expected.png:
3551 * platform/chromium-win/fast/backgrounds/size/backgroundSize04-expected.png:
3552 * platform/chromium-win/fast/backgrounds/size/backgroundSize06-expected.png:
3553 * platform/chromium-win/fast/backgrounds/size/backgroundSize13-expected.png:
3554 * platform/chromium-win/fast/backgrounds/size/backgroundSize14-expected.png:
3555 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
3556 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
3557 * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
3558 * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
3559 * platform/chromium-win/fast/borders/border-image-scaled-expected.png:
3560 * platform/chromium-win/fast/borders/border-image-side-reduction-expected.png:
3561 * platform/chromium-win/fast/borders/scaled-border-image-expected.png:
3562 * platform/chromium-win/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
3563 * platform/chromium-win/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
3564 * platform/chromium-win/fast/replaced/absolute-image-sizing-expected.png:
3565 * platform/chromium-win/fast/writing-mode/block-level-images-expected.png:
3566 * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Added.
3567 * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
3568 * platform/chromium-win/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
3569 * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
3570 * platform/chromium-win/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
3571 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
3572 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
3573 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
3574 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
3575 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
3576 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
3577 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
3578 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
3579 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
3580 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
3581 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
3582 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
3583 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
3584 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
3585 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
3586 * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
3587 * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
3588 * platform/chromium-win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
3589 * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
3590 * platform/chromium-win/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
3591 * platform/chromium/TestExpectations:
3593 2013-04-01 Mike West <mkwst@chromium.org>
3595 CSP 1.1: Remove 'type' parameter from CSPDirectiveList::checkSourceAndReportViolation.
3596 https://bugs.webkit.org/show_bug.cgi?id=113502
3598 Reviewed by Adam Barth.
3600 * http/tests/security/contentSecurityPolicy/frame-src-blocked-expected.txt:
3601 * http/tests/security/contentSecurityPolicy/frame-src-redirect-blocked-expected.txt:
3602 * http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
3603 * http/tests/security/contentSecurityPolicy/media-src-track-block-expected.txt:
3604 * http/tests/security/contentSecurityPolicy/object-src-no-url-blocked-expected.txt:
3605 * http/tests/security/contentSecurityPolicy/object-src-none-blocked-expected.txt:
3606 * http/tests/security/contentSecurityPolicy/object-src-url-blocked-expected.txt:
3607 * http/tests/security/contentSecurityPolicy/style-blocked-expected.txt:
3608 * media/csp-blocks-video-expected.txt:
3609 * platform/chromium/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
3610 * platform/chromium/media/csp-blocks-video-expected.txt:
3612 2013-04-01 James Craig <james@cookiecrook.com>
3614 AX: "video element controller" is an overly verbose default description for the playback controls; how about just "playback"
3615 https://bugs.webkit.org/show_bug.cgi?id=113549
3617 Reviewed by Chris Fleizach.
3619 Updating the video/audio element's default accessibility labels to be less verbose.
3621 * platform/gtk/accessibility/media-controls-panel-title-expected.txt:
3622 * platform/gtk/accessibility/media-controls-panel-title.html:
3623 * platform/gtk/accessibility/media-element-expected.txt:
3624 * platform/mac/accessibility/media-element-expected.txt:
3626 2013-04-01 Victor Carbune <vcarbune@chromium.org>
3628 Parsing WebVTT Region Header Metadata
3629 https://bugs.webkit.org/show_bug.cgi?id=109818
3631 Reviewed by Eric Carlson.
3633 * media/track/captions-webvtt/header-regions.vtt: Added.
3634 * media/track/regions-webvtt/text-track-region-parser-expected.txt: Added.
3635 * media/track/regions-webvtt/text-track-region-parser.html: Added.
3637 2013-04-01 Andrey Lushnikov <lushnikov@chromium.org>
3639 Web Inspector: [DTE] Convertion between text and coordinates
3640 https://bugs.webkit.org/show_bug.cgi?id=113389
3642 Reviewed by Pavel Feldman.
3644 Test to verify added functionality.
3646 * inspector/editor/text-editor-char-to-coordinates-expected.txt: Added.
3647 * inspector/editor/text-editor-char-to-coordinates.html: Added.
3649 2013-04-01 Shinya Kawanaka <shinyak@chromium.org>
3651 [Chromium] Unreviewed gardening.
3653 * platform/chromium/TestExpectations:
3655 2013-04-01 Zan Dobersek <zdobersek@igalia.com>
3657 Unreviewed GTK gardening.
3659 * platform/gtk/TestExpectations: Adding failure expectations for tests added in r147249 and r147250 that fail
3660 due to disabled subpixel layout. Adding failure expectations for tests that regressed with r147241.
3661 * platform/gtk/fast/events/event-attribute-expected.txt: Added the required baseline after r147205.
3663 2013-04-01 Koji Ishii <kojiishi@gmail.com>
3665 ASSERTION FAILED: m_purgePreventCount when clicking text with emphasis marks
3666 https://bugs.webkit.org/show_bug.cgi?id=85266
3668 Reviewed by Darin Adler.
3670 Font::glyphDataAndPageForCharacter may call FontCache::getFontDataForCharacters
3671 if system fallback occurs, which may return SimpleFontData with DoNotRetain,
3672 so callers must prevent possible font cache purging.
3674 * fast/text/emphasis-height-crash-expected.txt: Added.
3675 * fast/text/emphasis-height-crash.html: Added.
3677 2013-04-01 Seokju Kwon <seokju.kwon@gmail.com>
3679 [GTK] Remove resource-har-conversion.html from TestExpectation
3680 https://bugs.webkit.org/show_bug.cgi?id=113677
3682 Unreviewed gardening.
3684 * platform/gtk/TestExpectations: Rebaseline after r147219.
3686 2013-04-01 Shinya Kawanaka <shinyak@chromium.org>
3688 Unreviewed, rolling out r147298.
3689 http://trac.webkit.org/changeset/147298
3691 broke lots of layout tests
3693 * platform/chromium-linux-x86/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Removed.