1 2013-01-15 Charles Wei <charles.wei@torchmobile.com.cn>
3 Fullscreen element should not share styles with it's siblings.
4 https://bugs.webkit.org/show_bug.cgi?id=106888
6 Reviewed by George Staikos.
8 * fullscreen/full-screen-no-style-sharing-expected.txt: Added.
9 * fullscreen/full-screen-no-style-sharing.html: Added.
11 2013-01-15 Dominic Cooney <dominicc@chromium.org>
13 [Chromium] Unreviewed gardening.
15 Rebaselining this test on Windows:
17 svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
19 The Chromium XP and Win7 bots' results look consistent and the
20 spurious grey areas are already being tracked by bug 80517.
22 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
23 * platform/chromium/TestExpectations:
25 2013-01-15 Dominic Cooney <dominicc@chromium.org>
27 [Chromium] Unreviewed gardening.
29 Add expectations for this test:
31 inspector/extensions/extensions-reload.html
33 This is flakily slow on the Chromium Win7 Release bot.
35 * platform/chromium/TestExpectations:
37 2013-01-15 Emil A Eklund <eae@chromium.org>
39 Unreviewed mac rebaseline for r139798.
41 * http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
42 * platform/mac-wk2/svg/zoom/page: Removed.
43 * platform/mac/TestExpectations:
44 * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Removed.
45 * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
47 2013-01-15 Emil A Eklund <eae@chromium.org>
49 [Sub pixel layout] RTL cells with padding wraps
50 https://bugs.webkit.org/show_bug.cgi?id=106843
52 Reviewed by Levi Weintraub.
54 Add test for rtl tables with padding.
56 * fast/sub-pixel/input-caret-on-subpixel-bound-expected.html:
57 * fast/sub-pixel/table-rtl-padding-expected.html: Added.
58 * fast/sub-pixel/table-rtl-padding.html: Added.
60 2013-01-15 Dominic Mazzoni <dmazzoni@google.com>
62 Use-after-free in AXObjectCache::notificationPostTimerFired
63 https://bugs.webkit.org/show_bug.cgi?id=106106
65 Reviewed by Ryosuke Niwa.
67 Test that demonstrates the crash when a Node with an
68 AccessibilityObject changes its document and then isn't removed from
69 the AXObjectCache when it's deleted.
71 * accessibility/crash-adopt-node-from-new-document-expected.txt: Added.
72 * accessibility/crash-adopt-node-from-new-document.html: Added.
74 2013-01-15 Arnaud Renevier <a.renevier@sisa.samsung.com>
76 Add Canvas blend modes to Cairo
77 https://bugs.webkit.org/show_bug.cgi?id=105074
79 Reviewed by Martin Robinson.
81 Unskip fast/canvas/canvas-blend-image.html and
82 fast/canvas/canvas-blend-solid.html
84 Add platform specific expected files because currently, expected
85 results are not correct.
87 * platform/gtk/TestExpectations:
88 * platform/gtk/fast/canvas/canvas-blend-image-expected.txt: Added.
89 * platform/gtk/fast/canvas/canvas-blend-solid-expected.txt: Added.
91 2013-01-15 Dima Gorbik <dgorbik@apple.com>
93 Implement matching by the voice attribute for WebVTT ::cue pseudo element
94 https://bugs.webkit.org/show_bug.cgi?id=106762
96 Reviewed by Eric Carlson.
98 * media/track/captions-webvtt/styling.vtt:
99 * media/track/track-css-matching-expected.txt:
100 * media/track/track-css-matching.html:
102 2013-01-15 Levi Weintraub <leviw@chromium.org>
104 Unreviewed, rolling out r139790.
105 http://trac.webkit.org/changeset/139790
106 https://bugs.webkit.org/show_bug.cgi?id=106948
108 The patch is failing its own test.
110 * fast/dom/MutationObserver/parser-mutations-expected.txt: Removed.
111 * fast/dom/MutationObserver/parser-mutations.html: Removed.
113 2013-01-15 Emil A Eklund <eae@chromium.org>
115 REGRESSION (r121599): incorrect border scaling when zoomed
116 https://bugs.webkit.org/show_bug.cgi?id=106944
118 Reviewed by Levi Weintraub.
120 Add test for zoomed em border and restore expectations for
121 zoom-replaced-intrinsic-ratio-001 to the pre r121599 state.
123 * fast/sub-pixel/zoomed-em-border-expected.html: Added.
124 * fast/sub-pixel/zoomed-em-border.html: Added.
125 * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
126 * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
128 2013-01-15 Alexandru Chiculita <achicu@adobe.com>
130 [Compositor] Do not disable overlap testing for layers in front of 3D transformed layers
131 https://bugs.webkit.org/show_bug.cgi?id=106721
133 Reviewed by Simon Fraser.
135 Added two more tests for the case when 3D layers covered by a 2D layer in front. One is using flat style and the
136 other is using the preserve-3d mode.
138 Also, updated a couple of existing test results as some of the composited layers are not needed anymore.
140 * compositing/geometry/ancestor-overflow-change-expected.txt:
141 * compositing/geometry/clip-expected.txt:
142 * compositing/geometry/clip-inside-expected.txt:
143 * compositing/geometry/foreground-layer-expected.txt:
144 * compositing/layer-creation/overlap-animation-clipping-expected.txt:
145 * compositing/layer-creation/overlap-animation-container-expected.txt:
146 * compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
147 * compositing/layer-creation/overlap-transformed-3d.html: Added.
148 * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
149 * compositing/layer-creation/overlap-transformed-preserved-3d.html: Added.
150 * compositing/layer-creation/overlap-transforms-expected.txt:
151 * compositing/overflow/clip-descendents-expected.txt:
152 * css3/filters/filtered-compositing-descendant-expected.txt:
153 * platform/chromium-win/compositing/geometry/ancestor-overflow-change-expected.txt: Removed. There should be no difference now.
154 * platform/chromium-win/css3/filters/filtered-compositing-descendant-expected.txt: Removed. There should be no difference now.
155 * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt:
156 * platform/chromium/compositing/geometry/clip-expected.txt:
157 * platform/chromium/compositing/geometry/clip-inside-expected.txt:
158 * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
159 * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
160 * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt:
161 * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
162 * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
163 * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
164 * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
166 2013-01-15 Joshua Bell <jsbell@chromium.org>
168 IndexedDB: Fix tests which depend upon V8 event listener behavior
169 https://bugs.webkit.org/show_bug.cgi?id=106731
171 Ensure consistent use of callback(evt) { preamble(evt); ... } pattern, which addresses
172 running in JSC and in V8 under Workers. Also add worker test wrappers.
174 Reviewed by Tony Chang.
176 * storage/indexeddb/cursor-advance-expected.txt:
177 * storage/indexeddb/cursor-advance-workers-expected.txt: Added.
178 * storage/indexeddb/cursor-advance-workers.html: Added.
179 * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
180 * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt: Added.
181 * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html: Added.
182 * storage/indexeddb/resources/cursor-advance.js:
184 (testPrefetchInRange.prefetch):
185 (testPrefetchInRange):
186 (testPrefetchOutOfRange.prefetch):
187 (testPrefetchOutOfRange):
188 (testBadAdvance.advanceBadly):
190 (testEdges.request.onsuccess):
192 (testDelete.deleteSecond):
194 * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
197 2013-01-15 Elliott Sprehn <esprehn@gmail.com>
199 HTML parser should queue MutationRecords for its operations
200 https://bugs.webkit.org/show_bug.cgi?id=89351
202 Reviewed by Eric Seidel.
204 Add tests for parser generated mutations.
206 XXX: This needs a bunch more tests observing the adoption
207 agency algorithm to catch parserInsertBefore and parserRemoveChild
210 * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
211 * fast/dom/MutationObserver/parser-mutations.html: Added.
213 2013-01-15 Ojan Vafai <ojan@chromium.org>
215 Unreviewed, rolling out r139782.
216 http://trac.webkit.org/changeset/139782
217 https://bugs.webkit.org/show_bug.cgi?id=106939
219 * fast/lists/marker-preferred-margins-expected.txt: Added.
220 * fast/lists/marker-preferred-margins.html: Added.
221 Adding a new test to cover the case that broke.
223 2013-01-15 Elliott Sprehn <esprehn@chromium.org>
225 Heap-use-after-free in WebCore::RenderObject::willBeRemovedFromTree
226 https://bugs.webkit.org/show_bug.cgi?id=106384
228 Reviewed by Abhishek Arya.
230 Add a test for <ruby> and generated content causing asserts and
233 * fast/css-generated-content/bug-106384-expected.txt: Added.
234 * fast/css-generated-content/bug-106384.html: Added.
236 2013-01-15 Zan Dobersek <zdobersek@igalia.com>
238 Unreviewed GTK gardening.
240 Rebaselining after r139767 and r139768.
242 * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
243 * platform/gtk/fast/media/w3c/test_media_queries-expected.txt:
245 2013-01-15 James Simonsen <simonjam@chromium.org>
247 [User Timing] INVALID_ACCESS_ERR should be thrown if measuring from a 0 Nav Timing value
248 https://bugs.webkit.org/show_bug.cgi?id=106935
250 Reviewed by Tony Gentilcore.
252 * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt:
253 * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception.html:
255 2013-01-13 Dirk Schulze <dschulze@adobe.com>
257 [CSS Filters] brightness() function doesn't work as specified
258 https://bugs.webkit.org/show_bug.cgi?id=106674
260 Negative brightness values are possible but are meaningless. Modify the tests
261 to mainly use positive amounts for brightness tests.
263 Reviewed by Dean Jackson.
265 * css3/filters/effect-brightness-clamping-hw.html:
266 * css3/filters/effect-brightness-hw.html:
267 * css3/filters/effect-combined-hw.html:
268 * css3/filters/effect-combined.html:
269 * css3/filters/multiple-filters-invalidation.html:
270 * css3/filters/null-effect-check.html:
271 * css3/filters/script-tests/filter-property-parsing-invalid.js:
272 * css3/filters/script-tests/filter-property-parsing.js:
274 2013-01-15 Zan Dobersek <zandobersek@gmail.com>
276 [GTK] Enable Performance Timeline, Resource Timing, Navigation Timing features
277 https://bugs.webkit.org/show_bug.cgi?id=106197
279 Reviewed by Martin Robinson.
281 Unskip related tests, add a few expectations for still-failing tests.
283 * platform/gtk/TestExpectations:
285 2013-01-15 Zan Dobersek <zandobersek@gmail.com>
287 [GTK] Enable CSS Image Resolution feature
288 https://bugs.webkit.org/show_bug.cgi?id=99038
290 Reviewed by Gustavo Noronha Silva.
292 Remove the failure expectation for the fast/css/image-resolution directory,
293 the single layout test inside it now passes.
295 * platform/gtk/TestExpectations:
297 2013-01-15 Zan Dobersek <zdobersek@igalia.com>
299 Unreviewed GTK gardening.
301 Remove a few failure expectations for tests that now pass.
303 * platform/gtk/TestExpectations:
305 2013-01-15 Alexis Menard <alexis@webkit.org>
307 Unprefixed transitionend event doesn't seem to be implemented, which breaks many sites
308 https://bugs.webkit.org/show_bug.cgi?id=105647
310 Reviewed by Julien Chaffraix.
312 Cover that event delivery is correct : we received unprefixed events.
314 * transitions/transition-end-event-helpers.js:
315 (recordTransitionEndEvent):
316 * transitions/transition-end-event-unprefixed-01-expected.txt: Added.
317 * transitions/transition-end-event-unprefixed-01.html: Added.
318 * transitions/transition-end-event-unprefixed-02-expected.txt: Added.
319 * transitions/transition-end-event-unprefixed-02.html: Added.
321 2013-01-15 Zan Dobersek <zdobersek@igalia.com>
323 Unreviewed GTK gardening.
325 Adding failure/crash/missing expectations for accessibility tests after
326 r139444, r139534 and r139663.
327 Adding platform-specific baselines for two scrolling coordinator tests that are
328 required after r139686.
330 * platform/gtk/TestExpectations:
331 * platform/gtk/scrollingcoordinator: Added.
332 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
333 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
335 2013-01-15 Arko Saha <arko@motorola.com>
337 Microdata: propertiesCollection[name] should return undefined if item doesn't have a property named 'name'
338 https://bugs.webkit.org/show_bug.cgi?id=106849
340 Reviewed by Kentaro Hara.
342 * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name-expected.txt: Added.
343 * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name.html: Added.
345 2013-01-15 Emil A Eklund <eae@chromium.org>
347 https://bugs.webkit.org/show_bug.cgi?id=106855
348 https://bugs.webkit.org/show_bug.cgi?id=106855
350 Reviewed by Levi Weintraub.
352 Speed up zoomed-offset-size.html test and remove SLOW modifier
353 from TestExpectations.
355 * fast/images/zoomed-offset-size-expected.txt:
356 * fast/images/zoomed-offset-size.html:
357 * platform/chromium/TestExpectations:
359 2013-01-15 Levi Weintraub <leviw@chromium.org>
361 Unreviewed gardening. Marking the deferred version of
362 fast/images/zoomed-offset-size.html as slow.
364 * platform/chromium/TestExpectations:
366 2013-01-15 Florin Malita <fmalita@chromium.org>
368 [Chromium] Incorrect opaque region tracking for PlatformContextSkia::drawRRect
369 https://bugs.webkit.org/show_bug.cgi?id=106898
371 Reviewed by Stephen White.
373 * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.png: Added.
374 * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt: Added.
375 * platform/chromium/TestExpectations:
376 * platform/chromium/compositing/rounded-corners.html: Added.
378 2013-01-15 Vsevolod Vlasov <vsevik@chromium.org>
380 Unreviewed failing test skip.
381 https://bugs.webkit.org/show_bug.cgi?id=106883
383 * platform/efl/TestExpectations:
385 2013-01-15 Elliott Sprehn <esprehn@gmail.com>
387 display:inline's hover behavior is not applied to ::before and ::after pseudo elements
388 https://bugs.webkit.org/show_bug.cgi?id=91723
390 Reviewed by Eric Seidel.
392 Add a test that hovering generated content inside an inline element causes
393 the element to become hovered.
395 * fast/css-generated-content/hover-inline-expected.txt: Added.
396 * fast/css-generated-content/hover-inline.html: Added.
398 2013-01-15 Dima Gorbik <dgorbik@apple.com>
400 [Chromium] media/track/track-css-cue-lifetime.html Win7 dbg times out since r139562
401 https://bugs.webkit.org/show_bug.cgi?id=106853
403 Reviewed by Eric Carlson.
405 The amount of seeks may be reduced significantly since they may be slow.
407 * media/track/track-css-cue-lifetime-expected.txt:
408 * media/track/track-css-cue-lifetime.html:
410 2013-01-15 Tommy Widenflycht <tommyw@google.com>
412 MediaStream API: Fixing crashing bug in MediaStream
413 https://bugs.webkit.org/show_bug.cgi?id=106886
415 Reviewed by Eric Seidel.
417 Removing obsolete exception.
419 * platform/chromium/TestExpectations:
421 2013-01-15 Szilard Ledan <szledan@inf.u-szeged.hu>
425 Skip failing tests after r139609.
426 https://bugs.webkit.org/show_bug.cgi?id=104909
428 Skip failing inspector/editor/text-editor-formatter.html test.
429 https://bugs.webkit.org/show_bug.cgi?id=106883
431 Reviewed by Csaba Osztrogonác.
433 * platform/qt/TestExpectations:
434 * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added after r139686.
435 * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added after r139686.
436 * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added after r139686.
437 * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added after r139686.
439 2013-01-15 Andrey Adaikin <aandrey@chromium.org>
441 Web Inspector: [Canvas] introduce CallArgument type into the protocol
442 https://bugs.webkit.org/show_bug.cgi?id=106640
444 Reviewed by Yury Semikhatsky.
446 Replaced hacky stub with actual Cache implementation.
448 * inspector/profiler/webgl/webgl-profiler-get-error.html:
450 2013-01-14 Dominic Cooney <dominicc@chromium.org>
452 [Chromium] Unreviewed gardening.
454 Add XP image expectations for this test; see
455 <https://bugs.webkit.org/show_bug.cgi?id=106875>:
457 svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
459 * platform/chromium/TestExpectations:
461 2013-01-14 Dominic Cooney <dominicc@chromium.org>
463 [Chromium] Unreviewed gardening.
465 Add Lion Debug crash expectations for this test; see
466 <https://bugs.webkit.org/show_bug.cgi?id=106869>:
468 fast/mediastream/RTCPeerConnection-events.html
470 * platform/chromium/TestExpectations:
472 2013-01-14 Dima Gorbik <dgorbik@apple.com>
474 Implement ID selector matching for the WebVTT ::cue pseudo element
475 https://bugs.webkit.org/show_bug.cgi?id=105481
477 Reviewed by Eric Carlson.
479 * media/track/captions-webvtt/styling.vtt:
480 * media/track/track-css-matching-expected.txt:
481 * media/track/track-css-matching.html:
483 2013-01-14 Dominic Cooney <dominicc@chromium.org>
485 [Chromium] Unreviewed gardening.
487 Update test expectations for these tests:
489 fast/images/zoomed-offset-size.html
490 media/track/track-css-cue-lifetime.html
491 svg/custom/foreign-object-skew.svg
492 svg/custom/foreign-object-skew.svg
494 * platform/chromium/TestExpectations:
496 2013-01-14 Dominic Cooney <dominicc@chromium.org>
498 [Chromium] Unreviewed gardening.
500 Rebaseline these tests:
502 scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
503 scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.html
505 after r139686. Note in TestExpectations image failure for
506 non-fast-scrollable-region-transformed-iframe.html on SnowLeopard
507 Debug; see <https://bugs.webkit.org/show_bug.cgi?id=106858>
509 * platform/chromium-mac-lion/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
510 * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
511 * platform/chromium/TestExpectations:
513 2013-01-14 Rafael Weinstein <rafaelw@chromium.org>
515 fast/dom/HTMLTemplateElement/inertContents.html is flaky on Debug Chromium bots
516 https://bugs.webkit.org/show_bug.cgi?id=106810
518 Reviewed by Levi Weintraub.
520 This patch reverts the test for inertContents back to a non-flaky version which did not
521 attempt to assert that images are prevented from loaded.
523 * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
524 * fast/dom/HTMLTemplateElement/inertContents.html:
525 * platform/chromium/TestExpectations:
526 * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Removed.
528 2013-01-14 Levi Weintraub <leviw@chromium.org>
530 Unreviewed gardening. Adding mac expectatons after r139686.
532 * platform/chromium-mac/scrollingcoordinator: Added.
533 * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
535 2013-01-14 Levi Weintraub <leviw@chromium.org>
537 Speculatively rolling out r139618. Appears to be causing sporadic crashes on Debug bots.
539 * fast/mediastream/MediaStreamTrack-expected.txt:
540 * fast/mediastream/MediaStreamTrack.html:
542 2013-01-14 Dima Gorbik <dgorbik@apple.com>
544 Implement element type selectors for the WebVTT ::cue pseudo class
545 https://bugs.webkit.org/show_bug.cgi?id=105480
547 Reviewed by Antti Koivisto.
549 * media/track/captions-webvtt/styling.vtt:
550 * media/track/track-css-matching-expected.txt:
551 * media/track/track-css-matching.html:
552 * media/track/track-webvtt-tc026-voice.html: voice elements should be spans according to specs.
554 2013-01-14 Xianzhu Wang <wangxianzhu@chromium.org>
556 Sometimes RenderLayer::updateNeedsCompositedScrolling is not called
557 https://bugs.webkit.org/show_bug.cgi?id=106271
559 Reviewed by Simon Fraser.
561 * compositing/overflow/dynamic-composited-scrolling-status-expected.txt: Added.
562 * compositing/overflow/dynamic-composited-scrolling-status.html: Added.
564 2013-01-11 Filip Pizlo <fpizlo@apple.com>
566 Python implementation reports "MemoryError" instead of doing things
567 https://bugs.webkit.org/show_bug.cgi?id=106690
569 Reviewed by Oliver Hunt.
571 * fast/js/dfg-cfa-merge-with-dead-use-at-tail-expected.txt: Added.
572 * fast/js/dfg-cfa-merge-with-dead-use-at-tail.html: Added.
573 * fast/js/jsc-test-list:
574 * fast/js/script-tests/dfg-cfa-merge-with-dead-use-at-tail.js: Added.
577 2013-01-14 Tien-Ren Chen <trchen@chromium.org>
579 Correct FrameView::scrollableAreaBoundingBox() calculation in the presence of transforms
580 https://bugs.webkit.org/show_bug.cgi?id=105075
582 Reviewed by Simon Fraser.
584 As mentioned by the FIXME comment, we need to ask the renderer for the
585 absolute bounding box of a frame for correct transformation.
586 This fixes the bug that iframe cannot be scrolled properly when it is
589 * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
590 * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
591 * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
592 * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
593 * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
594 * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
595 * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html: Added.
596 * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
597 * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
598 * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html: Added.
599 * scrollingcoordinator/resources/non-fast-scrollable-region-testing.js: Added.
600 (runNonFastScrollableRegionTest):
602 2013-01-14 Levi Weintraub <leviw@chromium.org>
604 Unreviewed gardening. Fixing Mac results for fast/repaint/overhanging-float-detach-repaint.html.
606 * platform/chromium-mac-lion/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
607 * platform/chromium-mac-snowleopard/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
608 * platform/chromium-mac/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
610 2013-01-14 Nate Chapin <japhet@chromium.org>
612 Enable reuse of cached main resources
613 https://bugs.webkit.org/show_bug.cgi?id=105667.
615 Reviewed by Antti Koivisto.
617 * http/tests/cache/cached-main-resource-expected.txt: Added.
618 * http/tests/cache/cached-main-resource.html: Added.
619 * http/tests/cache/resources/cacheable-iframe.php: Added.
620 * http/tests/inspector/resource-har-pages-expected.txt:
621 * http/tests/loading/redirect-methods-expected.txt:
622 * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
623 * http/tests/misc/link-rel-icon-beforeload-expected.txt:
625 2013-01-14 Levi Weintraub <leviw@chromium.org>
627 Unreviewed gardening. Marking fast/image/zoomed-offset-size.html as slow on debug.
629 * platform/chromium/TestExpectations:
631 2013-01-14 Levi Weintraub <leviw@chromium.org>
633 Unreviewed gardening. Marking fast/borders/outline-alpha-inline.html as failing image results.
634 Likely Stephen Schenney's skia changes are to blame.
636 * platform/chromium/TestExpectations:
638 2013-01-14 Huang Dongsung <luxtella@company100.net>
640 [TexMap] Use a premuliplied color in TextureMapperGL.
641 https://bugs.webkit.org/show_bug.cgi?id=105786
643 Reviewed by Noam Rosenthal.
645 Created new tests for composited background colors with fractional
646 number opacity. This test is similar to background-color-alpha.html
648 * compositing/background-color/background-color-alpha-with-opacity-expected.html: Added.
649 * compositing/background-color/background-color-alpha-with-opacity.html: Added.
651 2013-01-14 Arko Saha <arko@motorola.com>
653 Microdata: REGRESSION(r138725): Causes crash in chromium port
654 https://bugs.webkit.org/show_bug.cgi?id=106828
656 Reviewed by Ryosuke Niwa.
658 * fast/dom/MicroData/propertiescollection-crash-expected.txt: Added.
659 * fast/dom/MicroData/propertiescollection-crash.html: Added.
661 2013-01-14 Stephen Chenney <schenney@chromium.org>
663 [Chromium] Rebaseline after Skia changes
665 Unreviewed expectatiosn update for two remaining tests.
667 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
668 * platform/chromium-win/fast/borders/outline-alpha-inline-expected.png: Added.
669 * platform/chromium/fast/borders/outline-alpha-inline-expected.png: Removed.
671 2013-01-14 Tien-Ren Chen <trchen@chromium.org>
673 Positioned children of an overflow:visible container should ignore scroll offset when updating layer position
674 https://bugs.webkit.org/show_bug.cgi?id=106814
676 This patch fixes a bug in RenderLayer::updateLayerPosition that
677 scrollLeft / scrollTop of a block should only be effective when the
678 block has overflow clipping. The bug results in rendering artifacts
679 and triggers a RenderGeometryMap assertion falure.
681 Fixes http://crbug.com/167985
683 Reviewed by Simon Fraser.
685 * fast/overflow/overflow-visible-should-ignore-scroll-expected.html: Added.
686 * fast/overflow/overflow-visible-should-ignore-scroll.html: Added.
688 2013-01-14 Emil A Eklund <eae@chromium.org>
690 Unreviewed chromium mac rebaseline for r139659.
692 * platform/chromium-mac/platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt:
694 2013-01-14 Julien Chaffraix <jchaffraix@webkit.org>
696 REGRESSION (r132591): Underpainting @ uofmchildrenshospital.org
697 https://bugs.webkit.org/show_bug.cgi?id=105861
699 Reviewed by David Hyatt.
701 * fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
702 * fast/repaint/overhanging-float-detach-repaint-expected.txt: Added.
703 * fast/repaint/overhanging-float-detach-repaint.html: Added.
705 2013-01-14 Dominic Mazzoni <dmazzoni@google.com>
707 AX: Need to implement ColorWellRole
708 https://bugs.webkit.org/show_bug.cgi?id=106756
710 Reviewed by Chris Fleizach.
712 Adds a test of accessibility attributes for input type=color.
714 * accessibility/color-well.html: Added.
715 * platform/chromium/accessibility/color-well-expected.txt: Added.
716 * platform/mac/accessibility/color-well-expected.txt: Added.
718 2013-01-14 Stephen Chenney <schenney@chromium.org>
720 Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia
722 Unreviewed expectations clean-up.
724 These files apparently need new baselines after the dashing optimization was removed.
725 It's a little odd, so maybe the expectations for that bug were hiding these failures.
726 Finally, hindi-spacing may be a flakey test.
728 * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Removed.
729 * platform/chromium-linux/fast/borders/border-image-01-expected.png: Added.
730 * platform/chromium-linux/fast/borders/border-image-longhand-expected.png: Added.
731 * platform/chromium-linux/fast/borders/border-image-repeat-expected.png: Added.
732 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Added.
733 * platform/chromium-linux/fast/borders/border-image-slices-expected.png: Added.
734 * platform/chromium-linux/fast/borders/border-image-source-expected.png: Added.
735 * platform/chromium-linux/fast/css/continuationCrash-expected.png:
736 * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
737 * platform/chromium-win-xp/fast/borders/border-image-01-expected.png: Removed.
738 * platform/chromium-win-xp/fast/borders/border-image-longhand-expected.png: Removed.
739 * platform/chromium-win-xp/fast/borders/border-image-repeat-expected.png: Removed.
740 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Removed.
741 * platform/chromium-win-xp/fast/borders/border-image-slices-expected.png: Removed.
742 * platform/chromium-win-xp/fast/borders/border-image-source-expected.png: Removed.
744 2013-01-11 Emil A Eklund <eae@chromium.org>
746 offsetWidth/height incorrect for images when zoomed
747 https://bugs.webkit.org/show_bug.cgi?id=106624
749 Reviewed by Levi Weintraub.
751 Add test for offsetWidth/Height for zoomed image.
753 * fast/images/zoomed-offset-size-expected.txt: Added.
754 * fast/images/zoomed-offset-size.html: Added.
756 2013-01-14 Dominic Mazzoni <dmazzoni@google.com>
758 Chromium: Error in AccessibilityUIElement::intValueGetterCallback
759 https://bugs.webkit.org/show_bug.cgi?id=106682
761 Reviewed by Chris Fleizach.
763 Unskip accessibility/heading-level.html now that the bug is fixed.
765 * platform/chromium/TestExpectations:
767 2013-01-14 Stephen Chenney <schenney@chromium.org>
769 [Chromium] More test expectations for Skia changes
771 Unreviewed test expectations update.
773 SVG failures of W3C tests. This should be the last.
775 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
776 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
777 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
778 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
779 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
780 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
781 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
782 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
783 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
784 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
785 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
786 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
787 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
788 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
789 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
790 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
791 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
792 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
793 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
794 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
795 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
796 * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
797 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
798 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
799 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
800 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
801 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
802 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
803 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
804 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
805 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
806 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
807 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
808 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
809 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
810 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
811 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
812 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
813 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
814 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
815 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
816 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
817 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
818 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
819 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
820 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
821 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
822 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
823 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
824 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
825 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
826 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
827 * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
828 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
829 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
830 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
831 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
832 * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
833 * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
834 * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
835 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
836 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
837 * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
838 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
839 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
840 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
841 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
842 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
843 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
844 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
845 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
846 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
847 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
848 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
849 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
850 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
851 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
852 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
853 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
854 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
855 * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
856 * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
857 * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
858 * platform/chromium-linux/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
859 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
860 * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
861 * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
862 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
863 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
864 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
865 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
866 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
867 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
868 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
869 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
870 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
871 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
872 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
873 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
874 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
875 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
876 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
877 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
878 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
879 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
880 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
881 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
882 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
883 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
884 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
885 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
886 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
887 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
888 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
889 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
890 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
891 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
892 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
893 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
894 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
895 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
896 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
897 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
898 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
899 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
900 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
901 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
902 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
903 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
904 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
905 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
906 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
907 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
908 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
909 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
910 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
911 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
912 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
913 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
914 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
915 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
916 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
917 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
918 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
919 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
920 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
921 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
922 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
923 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
924 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
925 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
926 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
927 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
928 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
929 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
930 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
931 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
932 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
933 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
934 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
935 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
936 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
937 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
938 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
939 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
940 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
941 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
942 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
943 * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
944 * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
945 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
946 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
947 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
948 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
949 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
950 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
951 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
952 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
953 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
954 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
955 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
956 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
957 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
958 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
959 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
960 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
961 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
962 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
963 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
964 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
965 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
966 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
967 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
968 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
969 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
970 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
971 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
972 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
973 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
974 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
975 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
976 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
977 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
978 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
979 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
980 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
981 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
982 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
983 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
984 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
985 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
986 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
987 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
988 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
989 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
990 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
991 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
992 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
993 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
994 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
995 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
996 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
997 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
998 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
999 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1000 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1001 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1002 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1003 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1004 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
1005 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
1006 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
1007 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
1008 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1009 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1010 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1011 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1012 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1013 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1014 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1015 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1016 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1017 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1018 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1019 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1020 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1021 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1022 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1023 * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1024 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
1025 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
1026 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
1027 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
1028 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1029 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1030 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1031 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1032 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1033 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1034 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1035 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1036 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1037 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1038 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1039 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1040 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1041 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1042 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1043 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1044 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1045 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
1046 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
1047 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
1048 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
1049 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
1050 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1051 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1052 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1053 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1054 * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
1055 * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1056 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1057 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1058 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1059 * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
1060 * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1061 * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1062 * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1063 * platform/chromium-mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1064 * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1065 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
1066 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
1067 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
1068 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1069 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1070 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1071 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1072 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1073 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1074 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1075 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1076 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1077 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1078 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1079 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1080 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1081 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1082 * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
1083 * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
1084 * platform/chromium-mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
1085 * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1086 * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1087 * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
1088 * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
1089 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1090 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1091 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1092 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1093 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1094 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1095 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1096 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1097 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1098 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1099 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1100 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1101 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1102 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1103 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1104 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1105 * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1106 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1107 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1108 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1109 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1110 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1111 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1112 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1113 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1114 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1115 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1116 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1117 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1118 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1119 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1120 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1121 * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1122 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
1123 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
1124 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
1125 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
1126 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
1127 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1128 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1129 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1130 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1131 * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
1132 * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1133 * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1134 * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1135 * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1136 * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
1137 * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1138 * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1139 * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1140 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1141 * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1142 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
1143 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
1144 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
1145 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
1146 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1147 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1148 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1149 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1150 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1151 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1152 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1153 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1154 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1155 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1156 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1157 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1158 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1159 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1160 * platform/chromium-win/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
1161 * platform/chromium-win/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
1162 * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
1163 * platform/chromium-win/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1164 * platform/chromium-win/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1165 * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
1166 * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
1168 2013-01-14 Stephen Chenney <schenney@chromium.org>
1170 [Chromium] More test expectations for Skia changes
1172 Unreviewed test expectations update.
1174 SVG failures all but W3C tests.
1176 * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Removed.
1177 * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png:
1178 * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
1179 * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png:
1180 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
1181 * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png:
1182 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
1183 * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
1184 * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
1185 * platform/chromium-linux/svg/batik/text/textEffect2-expected.png:
1186 * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
1187 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
1188 * platform/chromium-linux/svg/batik/text/textProperties-expected.png:
1189 * platform/chromium-linux/svg/batik/text/textStyles-expected.png:
1190 * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
1191 * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
1192 * platform/chromium-linux/svg/css/mask-with-shadow-expected.png:
1193 * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
1194 * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
1195 * platform/chromium-linux/svg/custom/absolute-sized-content-with-resources-expected.png:
1196 * platform/chromium-linux/svg/custom/circular-marker-reference-2-expected.png:
1197 * platform/chromium-linux/svg/custom/clone-element-with-animated-svg-properties-expected.png:
1198 * platform/chromium-linux/svg/custom/dasharrayOrigin-expected.png:
1199 * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png:
1200 * platform/chromium-linux/svg/custom/fill-fallback-expected.png:
1201 * platform/chromium-linux/svg/custom/focus-ring-expected.png:
1202 * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
1203 * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png:
1204 * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.png:
1205 * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png:
1206 * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
1207 * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
1208 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
1209 * platform/chromium-linux/svg/custom/invalid-css-expected.png:
1210 * platform/chromium-linux/svg/custom/invalid-uri-stroke-expected.png:
1211 * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
1212 * platform/chromium-linux/svg/custom/js-update-bounce-expected.png:
1213 * platform/chromium-linux/svg/custom/js-update-stop-linked-gradient-expected.png:
1214 * platform/chromium-linux/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
1215 * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.png:
1216 * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-expected.png:
1217 * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
1218 * platform/chromium-linux/svg/custom/linking-a-03-b-viewTarget-expected.png:
1219 * platform/chromium-linux/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
1220 * platform/chromium-linux/svg/custom/non-circular-marker-reference-expected.png:
1221 * platform/chromium-linux/svg/custom/non-scaling-stroke-expected.png: Added.
1222 * platform/chromium-linux/svg/custom/radialGradient-focal-radius-expected.png: Added.
1223 * platform/chromium-linux/svg/custom/recursive-gradient-expected.png:
1224 * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png:
1225 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
1226 * platform/chromium-linux/svg/custom/stroke-fallback-expected.png:
1227 * platform/chromium-linux/svg/custom/stroke-opacity-update-expected.png:
1228 * platform/chromium-linux/svg/custom/stroked-pattern-expected.png:
1229 * platform/chromium-linux/svg/custom/text-repaint-including-stroke-expected.png:
1230 * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png:
1231 * platform/chromium-linux/svg/custom/use-detach-expected.png:
1232 * platform/chromium-linux/svg/custom/use-on-text-expected.png:
1233 * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png:
1234 * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1235 * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png:
1236 * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-expected.png:
1237 * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
1238 * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-same-image-expected.png:
1239 * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
1240 * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png:
1241 * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png:
1242 * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png:
1243 * platform/chromium-mac-lion/svg/batik/paints/patternRegions-positioned-objects-expected.png:
1244 * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
1245 * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
1246 * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
1247 * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png:
1248 * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
1249 * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
1250 * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png:
1251 * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png:
1252 * platform/chromium-mac-lion/svg/carto.net/combobox-expected.png:
1253 * platform/chromium-mac-lion/svg/carto.net/selectionlist-expected.png: Added.
1254 * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
1255 * platform/chromium-mac-lion/svg/css/text-gradient-shadow-expected.png:
1256 * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
1257 * platform/chromium-mac-lion/svg/custom/absolute-sized-content-with-resources-expected.png:
1258 * platform/chromium-mac-lion/svg/custom/clone-element-with-animated-svg-properties-expected.png:
1259 * platform/chromium-mac-lion/svg/custom/dominant-baseline-hanging-expected.png:
1260 * platform/chromium-mac-lion/svg/custom/fill-fallback-expected.png:
1261 * platform/chromium-mac-lion/svg/custom/focus-ring-expected.png:
1262 * platform/chromium-mac-lion/svg/custom/gradient-cycle-detection-expected.png:
1263 * platform/chromium-mac-lion/svg/custom/gradient-deep-referencing-expected.png:
1264 * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.png:
1265 * platform/chromium-mac-lion/svg/custom/inline-svg-in-xhtml-expected.png:
1266 * platform/chromium-mac-lion/svg/custom/invalid-css-expected.png:
1267 * platform/chromium-mac-lion/svg/custom/invalid-uri-stroke-expected.png:
1268 * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
1269 * platform/chromium-mac-lion/svg/custom/js-update-stop-linked-gradient-expected.png:
1270 * platform/chromium-mac-lion/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
1271 * platform/chromium-mac-lion/svg/custom/linking-a-03-b-transform-expected.png:
1272 * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-expected.png:
1273 * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
1274 * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewTarget-expected.png:
1275 * platform/chromium-mac-lion/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
1276 * platform/chromium-mac-lion/svg/custom/recursive-gradient-expected.png:
1277 * platform/chromium-mac-lion/svg/custom/relative-sized-content-with-resources-expected.png:
1278 * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
1279 * platform/chromium-mac-lion/svg/custom/stroke-fallback-expected.png:
1280 * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.png:
1281 * platform/chromium-mac-lion/svg/custom/text-repaint-including-stroke-expected.png:
1282 * platform/chromium-mac-lion/svg/custom/text-rotated-gradient-expected.png:
1283 * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
1284 * platform/chromium-mac-lion/svg/custom/use-on-text-expected.png:
1285 * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1286 * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
1287 * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png:
1288 * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
1289 * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png:
1290 * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
1291 * platform/chromium-mac-snowleopard/svg/batik/masking/maskRegions-expected.png:
1292 * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
1293 * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-expected.png:
1294 * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-positioned-objects-expected.png:
1295 * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
1296 * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
1297 * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
1298 * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png:
1299 * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
1300 * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
1301 * platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.png:
1302 * platform/chromium-mac-snowleopard/svg/batik/text/textStyles-expected.png:
1303 * platform/chromium-mac-snowleopard/svg/carto.net/combobox-expected.png:
1304 * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.png:
1305 * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
1306 * platform/chromium-mac-snowleopard/svg/custom/absolute-sized-content-with-resources-expected.png:
1307 * platform/chromium-mac-snowleopard/svg/custom/clone-element-with-animated-svg-properties-expected.png:
1308 * platform/chromium-mac-snowleopard/svg/custom/dominant-baseline-hanging-expected.png:
1309 * platform/chromium-mac-snowleopard/svg/custom/fill-fallback-expected.png:
1310 * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
1311 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
1312 * platform/chromium-mac-snowleopard/svg/custom/gradient-cycle-detection-expected.png:
1313 * platform/chromium-mac-snowleopard/svg/custom/gradient-deep-referencing-expected.png:
1314 * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
1315 * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
1316 * platform/chromium-mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png:
1317 * platform/chromium-mac-snowleopard/svg/custom/js-update-stop-linked-gradient-expected.png:
1318 * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
1319 * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewTarget-expected.png:
1320 * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
1321 * platform/chromium-mac-snowleopard/svg/custom/recursive-gradient-expected.png:
1322 * platform/chromium-mac-snowleopard/svg/custom/relative-sized-content-with-resources-expected.png:
1323 * platform/chromium-mac-snowleopard/svg/custom/stroke-fallback-expected.png:
1324 * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.png:
1325 * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1326 * platform/chromium-mac/svg/as-background-image/background-image-tiled-expected.png:
1327 * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png:
1328 * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png:
1329 * platform/chromium-mac/svg/as-image/animated-svg-as-image-expected.png:
1330 * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
1331 * platform/chromium-mac/svg/as-image/animated-svg-as-image-same-image-expected.png:
1332 * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
1333 * platform/chromium-mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
1334 * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
1335 * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
1336 * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png:
1337 * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
1338 * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
1339 * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
1340 * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
1341 * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
1342 * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
1343 * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
1344 * platform/chromium-mac/svg/batik/text/textProperties-expected.png:
1345 * platform/chromium-mac/svg/batik/text/textStyles-expected.png:
1346 * platform/chromium-mac/svg/carto.net/combobox-expected.png:
1347 * platform/chromium-mac/svg/carto.net/selectionlist-expected.png:
1348 * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
1349 * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
1350 * platform/chromium-mac/svg/css/mask-with-shadow-expected.png:
1351 * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png:
1352 * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
1353 * platform/chromium-mac/svg/custom/absolute-sized-content-with-resources-expected.png:
1354 * platform/chromium-mac/svg/custom/circular-marker-reference-2-expected.png:
1355 * platform/chromium-mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
1356 * platform/chromium-mac/svg/custom/dasharrayOrigin-expected.png:
1357 * platform/chromium-mac/svg/custom/deep-dynamic-updates-expected.png:
1358 * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.png:
1359 * platform/chromium-mac/svg/custom/fill-fallback-expected.png:
1360 * platform/chromium-mac/svg/custom/focus-ring-expected.png:
1361 * platform/chromium-mac/svg/custom/gradient-add-stops-expected.png:
1362 * platform/chromium-mac/svg/custom/gradient-cycle-detection-expected.png:
1363 * platform/chromium-mac/svg/custom/gradient-deep-referencing-expected.png:
1364 * platform/chromium-mac/svg/custom/gradient-rotated-bbox-expected.png:
1365 * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png:
1366 * platform/chromium-mac/svg/custom/gradient-stop-style-change-expected.png:
1367 * platform/chromium-mac/svg/custom/gradient-stroke-width-expected.png:
1368 * platform/chromium-mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
1369 * platform/chromium-mac/svg/custom/group-opacity-expected.png:
1370 * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
1371 * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
1372 * platform/chromium-mac/svg/custom/invalid-css-expected.png:
1373 * platform/chromium-mac/svg/custom/invalid-uri-stroke-expected.png:
1374 * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
1375 * platform/chromium-mac/svg/custom/js-update-bounce-expected.png:
1376 * platform/chromium-mac/svg/custom/js-update-gradient-expected.png:
1377 * platform/chromium-mac/svg/custom/js-update-stop-expected.png:
1378 * platform/chromium-mac/svg/custom/js-update-stop-linked-gradient-expected.png:
1379 * platform/chromium-mac/svg/custom/large-bounding-box-percents-expected.png:
1380 * platform/chromium-mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
1381 * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
1382 * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-expected.png:
1383 * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
1384 * platform/chromium-mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
1385 * platform/chromium-mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
1386 * platform/chromium-mac/svg/custom/non-circular-marker-reference-expected.png:
1387 * platform/chromium-mac/svg/custom/non-scaling-stroke-expected.png:
1388 * platform/chromium-mac/svg/custom/radialGradient-focal-radius-expected.png:
1389 * platform/chromium-mac/svg/custom/recursive-gradient-expected.png:
1390 * platform/chromium-mac/svg/custom/relative-sized-content-with-resources-expected.png:
1391 * platform/chromium-mac/svg/custom/resource-client-removal-expected.png:
1392 * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
1393 * platform/chromium-mac/svg/custom/stroke-fallback-expected.png:
1394 * platform/chromium-mac/svg/custom/stroke-opacity-update-expected.png:
1395 * platform/chromium-mac/svg/custom/stroked-pattern-expected.png:
1396 * platform/chromium-mac/svg/custom/text-repaint-including-stroke-expected.png:
1397 * platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png:
1398 * platform/chromium-mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
1399 * platform/chromium-mac/svg/custom/uri-reference-handling-expected.png: Added.
1400 * platform/chromium-mac/svg/custom/use-detach-expected.png:
1401 * platform/chromium-mac/svg/custom/use-on-text-expected.png:
1402 * platform/chromium-mac/svg/custom/use-setAttribute-crash-expected.png:
1403 * platform/chromium-mac/svg/custom/xlink-custom-namespace-expected.png: Added.
1404 * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Added.
1405 * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png:
1406 * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
1407 * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.png: Removed.
1408 * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
1409 * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1410 * platform/chromium-win/svg/as-background-image/background-image-tiled-expected.png:
1411 * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
1412 * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
1413 * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
1414 * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
1415 * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png:
1416 * platform/chromium-win/svg/as-image/animated-svg-as-image-same-image-expected.png:
1417 * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
1418 * platform/chromium-win/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
1419 * platform/chromium-win/svg/batik/masking/maskRegions-expected.png:
1420 * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
1421 * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
1422 * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png:
1423 * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
1424 * platform/chromium-win/svg/batik/text/textEffect-expected.png:
1425 * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
1426 * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
1427 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
1428 * platform/chromium-win/svg/batik/text/textProperties-expected.png:
1429 * platform/chromium-win/svg/batik/text/textStyles-expected.png:
1430 * platform/chromium-win/svg/carto.net/combobox-expected.png:
1431 * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
1432 * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
1433 * platform/chromium-win/svg/css/group-with-shadow-expected.png:
1434 * platform/chromium-win/svg/css/mask-with-shadow-expected.png:
1435 * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
1436 * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
1437 * platform/chromium-win/svg/custom/absolute-sized-content-with-resources-expected.png:
1438 * platform/chromium-win/svg/custom/circular-marker-reference-2-expected.png:
1439 * platform/chromium-win/svg/custom/clone-element-with-animated-svg-properties-expected.png:
1440 * platform/chromium-win/svg/custom/dasharrayOrigin-expected.png:
1441 * platform/chromium-win/svg/custom/deep-dynamic-updates-expected.png:
1442 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png:
1443 * platform/chromium-win/svg/custom/fill-fallback-expected.png:
1444 * platform/chromium-win/svg/custom/focus-ring-expected.png:
1445 * platform/chromium-win/svg/custom/gradient-add-stops-expected.png: Added.
1446 * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png:
1447 * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.png:
1448 * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png:
1449 * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.png:
1450 * platform/chromium-win/svg/custom/gradient-stop-style-change-expected.png: Added.
1451 * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
1452 * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
1453 * platform/chromium-win/svg/custom/group-opacity-expected.png:
1454 * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
1455 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
1456 * platform/chromium-win/svg/custom/invalid-css-expected.png:
1457 * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png:
1458 * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
1459 * platform/chromium-win/svg/custom/js-update-bounce-expected.png:
1460 * platform/chromium-win/svg/custom/js-update-gradient-expected.png:
1461 * platform/chromium-win/svg/custom/js-update-stop-expected.png:
1462 * platform/chromium-win/svg/custom/js-update-stop-linked-gradient-expected.png:
1463 * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.png:
1464 * platform/chromium-win/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
1465 * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
1466 * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-expected.png:
1467 * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
1468 * platform/chromium-win/svg/custom/linking-a-03-b-viewTarget-expected.png:
1469 * platform/chromium-win/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
1470 * platform/chromium-win/svg/custom/non-circular-marker-reference-expected.png:
1471 * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
1472 * platform/chromium-win/svg/custom/radialGradient-focal-radius-expected.png:
1473 * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
1474 * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png:
1475 * platform/chromium-win/svg/custom/resource-client-removal-expected.png: Added.
1476 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
1477 * platform/chromium-win/svg/custom/stroke-fallback-expected.png:
1478 * platform/chromium-win/svg/custom/stroke-opacity-update-expected.png:
1479 * platform/chromium-win/svg/custom/stroked-pattern-expected.png:
1480 * platform/chromium-win/svg/custom/text-repaint-including-stroke-expected.png:
1481 * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
1482 * platform/chromium-win/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
1483 * platform/chromium-win/svg/custom/uri-reference-handling-expected.png: Added.
1484 * platform/chromium-win/svg/custom/use-detach-expected.png:
1485 * platform/chromium-win/svg/custom/use-on-text-expected.png:
1486 * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png:
1487 * platform/chromium-win/svg/custom/xlink-custom-namespace-expected.png: Added.
1488 * platform/chromium/TestExpectations:
1489 * platform/chromium/svg/custom/gradient-add-stops-expected.png: Removed.
1490 * platform/chromium/svg/custom/gradient-stop-style-change-expected.png: Removed.
1491 * platform/chromium/svg/custom/resource-client-removal-expected.png: Removed.
1492 * platform/chromium/svg/custom/uri-reference-handling-expected.png: Removed.
1493 * platform/chromium/svg/custom/xlink-custom-namespace-expected.png: Removed.
1494 * platform/efl/svg/custom/gradient-deep-referencing-expected.png: Removed.
1495 * platform/gtk/svg/custom/gradient-deep-referencing-expected.png: Removed.
1496 * svg/custom/gradient-deep-referencing-expected.png: Added.
1498 2013-01-14 Stephen Chenney <schenney@chromium.org>
1500 [Chromium] More test expectations for Skia changes
1502 Unreviewed test expectations update.
1504 SVG failures in directories after dynamic-updates now fixed.
1506 * platform/chromium-linux-x86/svg/dynamic-updates: Removed.
1507 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
1508 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
1509 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
1510 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
1511 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
1512 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
1513 * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
1514 * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
1515 * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
1516 * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
1517 * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
1518 * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
1519 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
1520 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
1521 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
1522 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
1523 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
1524 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
1525 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
1526 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
1527 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
1528 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
1529 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
1530 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
1531 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
1532 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
1533 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
1534 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
1535 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
1536 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
1537 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
1538 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
1539 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
1540 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
1541 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
1542 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
1543 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
1544 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
1545 * platform/chromium-linux/svg/filters/feDropShadow-expected.png:
1546 * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png:
1547 * platform/chromium-linux/svg/hixie/error/017-expected.png:
1548 * platform/chromium-linux/svg/hixie/perf/005-expected.png:
1549 * platform/chromium-linux/svg/hixie/perf/006-expected.png:
1550 * platform/chromium-linux/svg/text/selection-background-color-expected.png:
1551 * platform/chromium-linux/svg/text/selection-styles-expected.png:
1552 * platform/chromium-linux/svg/text/small-fonts-3-expected.png:
1553 * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
1554 * platform/chromium-linux/svg/text/text-text-08-b-expected.png:
1555 * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
1556 * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
1557 * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png:
1558 * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.png:
1559 * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
1560 * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
1561 * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
1562 * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
1563 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
1564 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
1565 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
1566 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
1567 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
1568 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
1569 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
1570 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
1571 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
1572 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
1573 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
1574 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
1575 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
1576 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
1577 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
1578 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
1579 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
1580 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
1581 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
1582 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
1583 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
1584 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
1585 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
1586 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
1587 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
1588 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
1589 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
1590 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
1591 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
1592 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
1593 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
1594 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
1595 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
1596 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
1597 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
1598 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
1599 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
1600 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
1601 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
1602 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
1603 * platform/chromium-mac-lion/svg/hixie/error/017-expected.png:
1604 * platform/chromium-mac-lion/svg/hixie/perf/005-expected.png:
1605 * platform/chromium-mac-lion/svg/hixie/perf/006-expected.png:
1606 * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png:
1607 * platform/chromium-mac-lion/svg/text/selection-background-color-expected.png:
1608 * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
1609 * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.png:
1610 * platform/chromium-mac-lion/svg/text/text-deco-01-b-expected.png:
1611 * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.png:
1612 * platform/chromium-mac-lion/svg/transforms/animated-path-inside-transformed-html-expected.png:
1613 * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
1614 * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.png:
1615 * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.png:
1616 * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
1617 * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png:
1618 * platform/chromium-mac-lion/svg/zoom/page/zoom-mask-with-percentages-expected.png:
1619 * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
1620 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
1621 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
1622 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
1623 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
1624 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
1625 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
1626 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
1627 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
1628 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
1629 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
1630 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
1631 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
1632 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
1633 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
1634 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
1635 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
1636 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
1637 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
1638 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
1639 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
1640 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
1641 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
1642 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
1643 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
1644 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
1645 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
1646 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
1647 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
1648 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
1649 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
1650 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
1651 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
1652 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
1653 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
1654 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
1655 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
1656 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
1657 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
1658 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
1659 * platform/chromium-mac-snowleopard/svg/text/text-deco-01-b-expected.png:
1660 * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.png:
1661 * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
1662 * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
1663 * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.png:
1664 * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
1665 * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
1666 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
1667 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
1668 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
1669 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
1670 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
1671 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
1672 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
1673 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
1674 * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
1675 * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
1676 * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
1677 * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
1678 * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
1679 * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
1680 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
1681 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
1682 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
1683 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
1684 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
1685 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
1686 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
1687 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
1688 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
1689 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
1690 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
1691 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
1692 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
1693 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
1694 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
1695 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
1696 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
1697 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
1698 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
1699 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
1700 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
1701 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
1702 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
1703 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
1704 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
1705 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
1706 * platform/chromium-mac/svg/filters/feColorMatrix-saturate-expected.png:
1707 * platform/chromium-mac/svg/filters/feDropShadow-expected.png:
1708 * platform/chromium-mac/svg/filters/feImage-late-indirect-update-expected.png:
1709 * platform/chromium-mac/svg/filters/feTile-expected.png:
1710 * platform/chromium-mac/svg/hixie/error/017-expected.png:
1711 * platform/chromium-mac/svg/hixie/perf/005-expected.png:
1712 * platform/chromium-mac/svg/hixie/perf/006-expected.png:
1713 * platform/chromium-mac/svg/hixie/perf/007-expected.png:
1714 * platform/chromium-mac/svg/repaint/inner-svg-change-viewBox-expected.png:
1715 * platform/chromium-mac/svg/text/selection-background-color-expected.png:
1716 * platform/chromium-mac/svg/text/selection-styles-expected.png:
1717 * platform/chromium-mac/svg/text/small-fonts-3-expected.png:
1718 * platform/chromium-mac/svg/text/text-deco-01-b-expected.png:
1719 * platform/chromium-mac/svg/text/text-text-08-b-expected.png:
1720 * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
1721 * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
1722 * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.png:
1723 * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.png:
1724 * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
1725 * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
1726 * platform/chromium-mac/svg/zoom/page/zoom-background-image-tiled-expected.png:
1727 * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
1728 * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
1729 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
1730 * platform/chromium-win-xp/svg/dynamic-updates: Removed.
1731 * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
1732 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
1733 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
1734 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
1735 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
1736 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
1737 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
1738 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
1739 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
1740 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
1741 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
1742 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
1743 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
1744 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
1745 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
1746 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
1747 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
1748 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
1749 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
1750 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
1751 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
1752 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
1753 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
1754 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
1755 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
1756 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
1757 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
1758 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
1759 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
1760 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
1761 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
1762 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
1763 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
1764 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
1765 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
1766 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
1767 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
1768 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
1769 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
1770 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
1771 * platform/chromium-win/svg/filters/feColorMatrix-saturate-expected.png:
1772 * platform/chromium-win/svg/filters/feDropShadow-expected.png:
1773 * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png:
1774 * platform/chromium-win/svg/filters/feTile-expected.png:
1775 * platform/chromium-win/svg/hixie/error/017-expected.png:
1776 * platform/chromium-win/svg/hixie/perf/005-expected.png:
1777 * platform/chromium-win/svg/hixie/perf/006-expected.png:
1778 * platform/chromium-win/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
1779 * platform/chromium-win/svg/text/selection-background-color-expected.png:
1780 * platform/chromium-win/svg/text/selection-styles-expected.png:
1781 * platform/chromium-win/svg/text/small-fonts-3-expected.png:
1782 * platform/chromium-win/svg/text/text-deco-01-b-expected.png:
1783 * platform/chromium-win/svg/text/text-text-08-b-expected.png:
1784 * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
1785 * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png:
1786 * platform/chromium-win/svg/wicd/sizing-flakiness-expected.png:
1787 * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
1788 * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
1789 * platform/chromium-win/svg/zoom/page/zoom-background-image-tiled-expected.png:
1790 * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
1791 * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
1792 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
1793 * platform/chromium/TestExpectations:
1794 * platform/chromium/svg/repaint/inner-svg-change-viewBox-expected.png: Removed.
1796 2013-01-14 Levi Weintraub <leviw@chromium.org>
1798 Unreviewed gardening. Removing entry for editing/spelling/spellcheck-sequencenum.html
1799 in Chromium test expectations. Tony fixed the issue in r139636.
1801 * platform/chromium/TestExpectations:
1803 2013-01-14 Tony Chang <tony@chromium.org>
1805 Layout Test editing/spelling/spellcheck-sequencenum.html is flaky on Debug Win Chromium Bot
1806 https://bugs.webkit.org/show_bug.cgi?id=106806
1808 Reviewed by Levi Weintraub.
1810 This test manually calls waitUntilDone and uses js-test-pre.js/js-test-post.js. This confuses
1811 the timing of the "PASS successfullyParsed is true" output. Fix this by using the helper
1812 functions in js-test-pre.js for waitUntilDone/notifyDone.
1814 * editing/spelling/spellcheck-sequencenum-expected.txt:
1815 * editing/spelling/spellcheck-sequencenum.html:
1816 * platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Removed.
1818 2013-01-14 Levi Weintraub <leviw@chromium.org>
1820 Unreviewed gardening. Marking fast/dom/HTMLTemplateElement/inertContents.html
1821 as flaky on Chromium Debug bots.
1823 * platform/chromium/TestExpectations:
1825 2013-01-14 Michael Pruett <michael@68k.org>
1827 IndexedDB: Fix test for error message in storage/indexeddb/transaction-complete-workers.html
1828 https://bugs.webkit.org/show_bug.cgi?id=106805
1830 Reviewed by Tony Chang.
1832 V8 prepends "Uncaught " to uncaught exceptions, while JSC does not.
1833 Either form of the error message should be acceptable.
1835 * storage/indexeddb/transaction-complete-workers.html:
1837 2013-01-14 Levi Weintraub <leviw@chromium.org>
1839 Unreviewed gardening. Marking editing/spelling/spellcheck-sequencenum.html
1840 as flaky on Chromium Win Debug bots.
1842 * platform/chromium/TestExpectations:
1844 2013-01-14 Stephen Chenney <schenney@chromium.org>
1846 Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia
1848 Unreviewed expectations clean-up.
1850 Removing the expectations associated with the flag.
1852 * platform/chromium/TestExpectations:
1854 2013-01-14 Tommy Widenflycht <tommyw@google.com>
1856 MediaStream API: Update MediaStreamTrack::readyState to match specification
1857 https://bugs.webkit.org/show_bug.cgi?id=106781
1859 Reviewed by Adam Barth.
1861 * fast/mediastream/MediaStreamTrack-expected.txt:
1862 * fast/mediastream/MediaStreamTrack.html:
1864 2013-01-14 Andrey Lushnikov <lushnikov@chromium.org>
1866 Web Inspector: add text editor formatter test
1867 https://bugs.webkit.org/show_bug.cgi?id=106705
1869 Reviewed by Pavel Feldman.
1871 Adds a test checking text editor formatting.
1872 The test creates a new text editor and fills it in with some
1873 code by the means of simulated key and textInput events.
1875 * inspector/editor/text-editor-formatter-expected.txt: Added.
1876 * inspector/editor/text-editor-formatter.html: Added.
1878 2013-01-14 Vsevolod Vlasov <vsevik@chromium.org>
1880 Web Inspector: Audit Tool's False Positive on Set-Cookie header
1881 https://bugs.webkit.org/show_bug.cgi?id=106794
1883 Reviewed by Pavel Feldman.
1885 * http/tests/inspector/audits/resources/abe.png: Renamed from LayoutTests/inspector/audits/resources/abe.png.
1886 * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive-expected.txt: Added.
1887 * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive.html: Added.
1889 2013-01-14 Tommy Widenflycht <tommyw@google.com>
1891 MediaStream API: Update the track accessors on MediaStream to match the latest specification
1892 https://bugs.webkit.org/show_bug.cgi?id=106660
1894 Reviewed by Adam Barth.
1896 Updating and expanding tests for the new getAudioTracks()/getVideoTracks().
1898 * fast/mediastream/MediaStreamConstructor-expected.txt:
1899 * fast/mediastream/MediaStreamConstructor.html:
1900 * fast/mediastream/MediaStreamTrack.html:
1901 * fast/mediastream/MediaStreamTrackList-expected.txt:
1902 * fast/mediastream/MediaStreamTrackList.html:
1903 * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
1904 * fast/mediastream/RTCPeerConnection-statsSelector.html:
1905 * fast/mediastream/getusermedia-expected.txt:
1906 * fast/mediastream/getusermedia.html:
1907 * webaudio/mediastreamaudiosourcenode-expected.txt:
1908 * webaudio/mediastreamaudiosourcenode.html:
1910 2013-01-14 Alexander Pavlov <apavlov@chromium.org>
1912 Web Inspector: [Styles] Color names parsed inside "background-image" values
1913 https://bugs.webkit.org/show_bug.cgi?id=106770
1915 Reviewed by Pavel Feldman.
1917 * inspector/styles/url-color-swatch-expected.txt: Added.
1918 * inspector/styles/url-color-swatch.html: Added.
1920 2013-01-14 Andrey Lushnikov <lushnikov@chromium.org>
1922 Web Inspector: InspectorTest.createTestEditor should not set any text in editor
1923 https://bugs.webkit.org/show_bug.cgi?id=106772
1925 Reviewed by Pavel Feldman.
1927 Add InspectorTest.fillEditorWithText helper method and remove this
1928 functionality from InspectorTest.createTestEditor method.
1930 * inspector/editor/editor-test.js:
1931 (initialize_EditorTests.InspectorTest.createTestEditor): Removed functionality for setting editor text.
1932 (initialize_EditorTests.InspectorTest.fillEditorWithText): Added.
1933 * inspector/editor/text-editor-remove-chunks-from-dom.html:
1934 * inspector/editor/text-editor-selection.html:
1935 * inspector/editor/text-editor-type-over-decoration.html:
1937 2013-01-14 Csaba Osztrogonác <ossy@webkit.org>
1939 [Qt] Unreviewed gardening, skip a new asserting test to paint the bots green.
1941 * platform/qt/TestExpectations:
1943 2013-01-14 Tommy Widenflycht <tommyw@google.com>
1945 MediaStream API: Change MediaStream::readyState to an boolean attribute called ended.
1946 https://bugs.webkit.org/show_bug.cgi?id=106568
1948 Reviewed by Adam Barth.
1950 * fast/mediastream/LocalMediaStream-onended-expected.txt:
1951 * fast/mediastream/LocalMediaStream-onended.html:
1953 2013-01-14 Andrei Bucur <abucur@adobe.com>
1955 Crash caused by incomplete cleanup of regions information for anonymous block
1956 https://bugs.webkit.org/show_bug.cgi?id=106191
1958 Reviewed by Abhishek Arya.
1960 * fast/regions/remove-leftover-anon-block-crash-expected.txt: Added.
1961 * fast/regions/remove-leftover-anon-block-crash.html: Added.
1963 2013-01-14 Pablo Flouret <pablof@motorola.com>
1965 Allow nesting of at-rules
1966 https://bugs.webkit.org/show_bug.cgi?id=106696
1968 Reviewed by Allan Sandfeld Jensen.
1970 * fast/css/nested-at-rules-expected.txt: Added.
1971 * fast/css/nested-at-rules.html: Added.
1973 2013-01-13 Noel Gordon <noel.gordon@gmail.com>
1975 [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg everywhere
1977 Unreviewed w/end gardening.
1979 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
1980 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
1981 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
1982 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
1983 * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
1984 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
1985 * platform/chromium/TestExpectations:
1987 2013-01-13 Christophe Dumez <christophe.dumez@intel.com>
1989 Unreviewed EFL gardening.
1991 Mark accessibility/render-counter-text.html as flaky
1992 on EFL port since it sometimes crashes.
1994 * platform/efl/TestExpectations:
1996 2013-01-13 Levi Weintraub <leviw@chromium.org>
1998 Unreviewed gardening. Marking media/track/track-css-cue-lifetime.html as a flaky timeout on Debug
2001 * platform/chromium/TestExpectations:
2003 2013-01-13 Noel Gordon <noel.gordon@gmail.com>
2005 [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux and win
2007 Unreviewed w/end gardening.
2009 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
2010 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
2011 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
2012 * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
2013 * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
2014 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2016 2013-01-13 Levi Weintraub <leviw@chromium.org>
2018 Unreviewed gardening. Rolling out 139537. It broke platforms not using sub-
2021 * fast/images/zoomed-offset-size.html: Removed.
2022 * fast/images/zoomed-offset-size-expected.txt: Removed.
2023 * platform/efl/TestExpectations:
2024 * platform/qt/TestExpectations
2026 2013-01-13 Noel Gordon <noel.gordon@gmail.com>
2028 [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux
2030 Unreviewed w/end gardening.
2032 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
2033 * platform/chromium/TestExpectations:
2035 2013-01-13 Noel Gordon <noel.gordon@gmail.com>
2037 [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on win
2039 Unreviewed w/end gardening.
2041 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
2042 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2044 2013-01-13 Christophe Dumez <christophe.dumez@intel.com>
2046 Unreviewed EFL gardening.
2048 Mark accessibility/heading-level.html as failing on EFL port.
2049 This test was added in r139534.
2051 * platform/efl-wk2/TestExpectations:
2053 2013-01-13 Christophe Dumez <christophe.dumez@intel.com>
2055 Unreviewed EFL gardening.
2057 Add platform-specific baseline for fast/dom/HTMLTemplateElement/inertContents.html.
2058 Our port and WKTR do not display the failing URL if it is null.
2060 * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.
2062 2013-01-13 Christophe Dumez <christophe.dumez@intel.com>
2064 Unreviewed EFL gardening.
2066 Mark inspector/debugger/debugger-script-preprocessor.html as
2067 flakey on EFL port since it gives a different output for
2068 every run. This test was added in r139405.
2070 * platform/efl/TestExpectations:
2072 2013-01-13 Christophe Dumez <christophe.dumez@intel.com>
2074 Unreviewed EFL gardening.
2076 Mark media/video-controls-captions.html as failing on EFL port
2077 due to additional checks added in r139547.
2079 * platform/efl/TestExpectations:
2081 2013-01-13 Dima Gorbik <dgorbik@apple.com>
2083 Styling disappears from the cue that's being styled by ::cue pseudo element
2084 https://bugs.webkit.org/show_bug.cgi?id=106723
2086 Reviewed by Antti Koivisto.
2088 * media/track/captions-webvtt/styling-lifetime.vtt: Added.
2089 * media/track/track-css-cue-lifetime-expected.txt: Added.
2090 * media/track/track-css-cue-lifetime.html: Added.
2092 2013-01-13 Csaba Osztrogonác <ossy@webkit.org>
2094 Unreviewed gardening, skip new failing tests to paint the bots green.
2096 * platform/qt/TestExpectations:
2098 2013-01-12 Levi Weintraub <leviw@chromium.org>
2100 Unreviewed gardening. Marking fast/images/zoomed-offset-size.html as slow on Debug Chromium bots.
2102 * platform/chromium/TestExpectations:
2104 2013-01-12 Robert Hogan <robert@webkit.org>
2106 Available height should respect min and max height
2107 https://bugs.webkit.org/show_bug.cgi?id=106479
2109 Reviewed by Ojan Vafai.
2111 * fast/block/percent-top-respects-max-height-expected.txt: Added.
2112 * fast/block/percent-top-respects-max-height.html: Added.
2113 * fast/block/percent-top-respects-min-height-expected.txt: Added.
2114 * fast/block/percent-top-respects-min-height.html: Added.
2116 2013-01-12 Victor Carbune <victor@rosedu.org>
2118 CC Button doesn't always show up
2119 https://bugs.webkit.org/show_bug.cgi?id=106653
2121 Reviewed by Eric Carlson.
2123 * media/video-controls-captions-expected.txt: Updated.
2124 * media/video-controls-captions.html: Added extra checks that fail
2125 without the code changes.
2127 2013-01-11 Noel Gordon <noel.gordon@gmail.com>
2129 [chromium] Update platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling.html on win
2131 Unreviewed w/end gardening.
2133 * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png:
2135 2013-01-11 Noel Gordon <noel.gordon@gmail.com>
2137 [chromium] fast/repaint/4776765.html passes on the chromium bots
2138 https://bugs.webkit.org/show_bug.cgi?id=103955
2140 Unreviewed w/end gardening.
2142 * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Removed.
2143 * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Removed.
2144 * platform/chromium/TestExpectations:
2146 2013-01-11 Noel Gordon <noel.gordon@gmail.com>
2148 [chromium] fast/repaint/4774354.html passes on the chromium bots
2149 https://bugs.webkit.org/show_bug.cgi?id=103955
2151 Unreviewed w/end gardening.
2153 * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Removed.
2154 * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Removed.
2155 * platform/chromium/TestExpectations:
2157 2013-01-11 Emil A Eklund <eae@chromium.org>
2159 offsetWidth/height incorrect for images when zoomed
2160 https://bugs.webkit.org/show_bug.cgi?id=106624
2162 Reviewed by Levi Weintraub.
2164 Add test for offsetWidth/Height for zoomed image.
2166 * fast/images/zoomed-offset-size-expected.txt: Added.
2167 * fast/images/zoomed-offset-size.html: Added.
2169 2013-01-11 Ojan Vafai <ojan@chromium.org>
2171 Fixed width overrides intrinsic min-width/max-width for text inputs and listboxes
2172 https://bugs.webkit.org/show_bug.cgi?id=106675
2174 Reviewed by Emil A Eklund.
2176 * fast/forms/file/intrinsic-min-width-overrides-width-expected.html:
2177 * fast/forms/file/intrinsic-min-width-overrides-width.html:
2178 * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
2179 * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width.html: Added.
2181 2013-01-10 Ojan Vafai <ojan@chromium.org>
2183 Setting width overrides intrinsic min-width/max-width on flexboxes and their subclasses
2184 https://bugs.webkit.org/show_bug.cgi?id=106617
2186 Reviewed by Tony Chang.
2188 * css3/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
2189 * css3/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
2190 * fast/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
2191 * fast/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
2192 * fast/forms/select/intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
2193 * fast/forms/select/intrinsic-min-width-applies-with-fixed-width.html: Added.
2195 2013-01-11 James Craig <james@cookiecrook.com>
2197 Need new accessibility layout test to verify levels of headings
2198 https://bugs.webkit.org/show_bug.cgi?id=106243
2200 Reviewed by Chris Fleizach.
2202 New layout test to verify accessibility API heading levels on implicit h1-h6 and explicit @aria-level.
2204 * accessibility/heading-level-expected.txt: Added.
2205 * accessibility/heading-level.html: Added.
2206 * platform/chromium/TestExpectations: Skip for Chromium due to webkit.org/b/106682
2208 2013-01-11 Filip Pizlo <fpizlo@apple.com>
2210 Phantom(GetLocal) should be treated as relevant to OSR
2211 https://bugs.webkit.org/show_bug.cgi?id=106715
2213 Reviewed by Mark Hahnenberg.
2215 * fast/js/dfg-phantom-get-local-expected.txt: Added.
2216 * fast/js/dfg-phantom-get-local.html: Added.
2217 * fast/js/jsc-test-list:
2218 * fast/js/script-tests/dfg-phantom-get-local.js: Added.
2221 2013-01-11 Levi Weintraub <leviw@chromium.org>
2223 Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html
2224 as slow on all Chromium platforms.
2227 * platform/chromium/TestExpectations:
2229 2013-01-11 Stephen Chenney <schenney@chromium.org>
2231 [Chromium] Fixing the linux layout tests
2233 Unreviewed test expectations update.
2235 Some tests were apparently not rebaselined for linux.
2237 * platform/chromium/TestExpectations:
2239 2013-01-11 Stephen Chenney <schenney@chromium.org>
2241 [Chromium] Fixing the 10.8 layout tests
2243 Unreviewed test expectations update.
2245 * platform/chromium/TestExpectations:
2247 2013-01-11 James Simonsen <simonjam@chromium.org>
2249 [Resource Timing] XMLHttpRequests should have initiator type 'xmlhttprequest'
2250 https://bugs.webkit.org/show_bug.cgi?id=106409
2252 Reviewed by Nate Chapin.
2254 * http/tests/w3c/webperf/resources/all_resource_types.htm:
2255 * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt:
2256 * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html:
2258 2013-01-11 Stephen Chenney <schenney@chromium.org>
2260 [Chromium] More test expectations for Skia changes
2262 Unreviewed test expectations update.
2264 All but the SVG failures.
2266 * platform/chromium-linux-x86/fullscreen: Added.
2267 * platform/chromium-linux-x86/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
2268 * platform/chromium-linux-x86/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
2269 * platform/chromium-linux-x86/fullscreen/full-screen-zIndex-after-expected.png: Added.
2270 * platform/chromium-linux-x86/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
2271 * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Added.
2272 * platform/chromium-linux-x86/media: Added.
2273 * platform/chromium-linux-x86/media/audio-controls-rendering-expected.png: Added.
2274 * platform/chromium-linux-x86/media/audio-repaint-expected.png: Added.
2275 * platform/chromium-linux-x86/media/controls-after-reload-expected.png: Added.
2276 * platform/chromium-linux-x86/media/controls-strict-expected.png: Added.
2277 * platform/chromium-linux-x86/media/controls-styling-expected.png: Added.
2278 * platform/chromium-linux-x86/media/controls-styling-strict-expected.png: Added.
2279 * platform/chromium-linux-x86/media/controls-without-preload-expected.png: Added.
2280 * platform/chromium-linux-x86/media/media-document-audio-repaint-expected.png: Added.
2281 * platform/chromium-linux-x86/media/video-controls-rendering-expected.png: Added.
2282 * platform/chromium-linux-x86/media/video-display-toggle-expected.png: Added.
2283 * platform/chromium-linux-x86/media/video-playing-and-pause-expected.png: Added.
2284 * platform/chromium-linux-x86/media/video-zoom-controls-expected.png: Added.
2285 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
2286 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
2287 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
2288 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
2289 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
2290 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
2291 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
2292 * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
2293 * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Added.
2294 * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Added.
2295 * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
2296 * platform/chromium-linux-x86/platform/chromium/fast/text: Added.
2297 * platform/chromium-linux-x86/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
2298 * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
2299 * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
2300 * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi: Added.
2301 * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
2302 * platform/chromium-linux/fullscreen/full-screen-iframe-zIndex-expected.png:
2303 * platform/chromium-linux/fullscreen/full-screen-remove-ancestor-after-expected.png:
2304 * platform/chromium-linux/fullscreen/full-screen-zIndex-after-expected.png:
2305 * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2306 * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png:
2307 * platform/chromium-linux/media/audio-controls-rendering-expected.png:
2308 * platform/chromium-linux/media/audio-repaint-expected.png:
2309 * platform/chromium-linux/media/controls-after-reload-expected.png:
2310 * platform/chromium-linux/media/controls-strict-expected.png:
2311 * platform/chromium-linux/media/controls-styling-expected.png:
2312 * platform/chromium-linux/media/controls-styling-strict-expected.png:
2313 * platform/chromium-linux/media/controls-without-preload-expected.png:
2314 * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
2315 * platform/chromium-linux/media/video-controls-rendering-expected.png:
2316 * platform/chromium-linux/media/video-display-toggle-expected.png:
2317 * platform/chromium-linux/media/video-playing-and-pause-expected.png:
2318 * platform/chromium-linux/media/video-zoom-controls-expected.png:
2319 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
2320 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
2321 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
2322 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
2323 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
2324 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
2325 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
2326 * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
2327 * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
2328 * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
2329 * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
2330 * platform/chromium-linux/platform/chromium/fast/text/text-stroke-with-border-expected.png:
2331 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
2332 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
2333 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
2334 * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2335 * platform/chromium-mac-lion/media/audio-controls-rendering-expected.png:
2336 * platform/chromium-mac-lion/media/audio-repaint-expected.png:
2337 * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
2338 * platform/chromium-mac-lion/media/controls-strict-expected.png:
2339 * platform/chromium-mac-lion/media/controls-styling-expected.png:
2340 * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
2341 * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
2342 * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
2343 * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
2344 * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
2345 * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
2346 * platform/chromium-mac-lion/media/video-zoom-controls-expected.png:
2347 * platform/chromium-mac-lion/platform/chromium/fast/text/text-stroke-with-border-expected.png:
2348 * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
2349 * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
2350 * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
2351 * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2352 * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
2353 * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
2354 * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
2355 * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
2356 * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
2357 * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
2358 * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
2359 * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
2360 * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
2361 * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
2362 * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
2363 * platform/chromium-mac-snowleopard/media/video-zoom-controls-expected.png: Added.
2364 * platform/chromium-mac-snowleopard/platform/chromium/fast/text/text-stroke-with-border-expected.png:
2365 * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
2366 * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
2367 * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
2368 * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2369 * platform/chromium-mac/media/audio-controls-rendering-expected.png:
2370 * platform/chromium-mac/media/audio-repaint-expected.png:
2371 * platform/chromium-mac/media/controls-after-reload-expected.png:
2372 * platform/chromium-mac/media/controls-strict-expected.png:
2373 * platform/chromium-mac/media/controls-styling-expected.png:
2374 * platform/chromium-mac/media/controls-styling-strict-expected.png:
2375 * platform/chromium-mac/media/controls-without-preload-expected.png:
2376 * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
2377 * platform/chromium-mac/media/video-controls-rendering-expected.png:
2378 * platform/chromium-mac/media/video-display-toggle-expected.png:
2379 * platform/chromium-mac/media/video-playing-and-pause-expected.png:
2380 * platform/chromium-mac/media/video-zoom-controls-expected.png:
2381 * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
2382 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
2383 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
2384 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png:
2385 * platform/chromium-win-xp/http/tests/media: Added.
2386 * platform/chromium-win-xp/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
2387 * platform/chromium-win-xp/media/audio-controls-rendering-expected.png: Added.
2388 * platform/chromium-win-xp/media/audio-repaint-expected.png: Added.
2389 * platform/chromium-win-xp/media/controls-after-reload-expected.png: Added.
2390 * platform/chromium-win-xp/media/controls-strict-expected.png: Added.
2391 * platform/chromium-win-xp/media/controls-styling-expected.png: Added.
2392 * platform/chromium-win-xp/media/controls-styling-strict-expected.png: Added.
2393 * platform/chromium-win-xp/media/controls-without-preload-expected.png: Added.
2394 * platform/chromium-win-xp/media/media-document-audio-repaint-expected.png: Added.
2395 * platform/chromium-win-xp/media/video-controls-rendering-expected.png: Added.
2396 * platform/chromium-win-xp/media/video-display-toggle-expected.png: Added.
2397 * platform/chromium-win-xp/media/video-playing-and-pause-expected.png: Added.
2398 * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Added.
2399 * platform/chromium-win-xp/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
2400 * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
2401 * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
2402 * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi: Added.
2403 * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
2404 * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2405 * platform/chromium-win/media/audio-controls-rendering-expected.png:
2406 * platform/chromium-win/media/audio-repaint-expected.png:
2407 * platform/chromium-win/media/controls-after-reload-expected.png:
2408 * platform/chromium-win/media/controls-strict-expected.png:
2409 * platform/chromium-win/media/controls-styling-expected.png:
2410 * platform/chromium-win/media/controls-styling-strict-expected.png:
2411 * platform/chromium-win/media/controls-without-preload-expected.png:
2412 * platform/chromium-win/media/media-document-audio-repaint-expected.png:
2413 * platform/chromium-win/media/video-controls-rendering-expected.png:
2414 * platform/chromium-win/media/video-display-toggle-expected.png:
2415 * platform/chromium-win/media/video-playing-and-pause-expected.png:
2416 * platform/chromium-win/media/video-zoom-controls-expected.png:
2417 * platform/chromium-win/platform/chromium/fast/text/text-stroke-with-border-expected.png:
2418 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
2419 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
2420 * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
2421 * platform/chromium/TestExpectations:
2423 2013-01-11 Stephen Chenney <schenney@chromium.org>
2425 [Chromium] More test expectations for Skia changes
2427 Unreviewed test expectations update.
2429 New results for fast tests.
2431 * platform/chromium-linux-x86/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
2432 * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
2433 * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-expected.png: Added.
2434 * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
2435 * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Added.
2436 * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
2437 * platform/chromium-linux-x86/fast/block/basic: Added.
2438 * platform/chromium-linux-x86/fast/block/basic/011-expected.png: Added.
2439 * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Added.
2440 * platform/chromium-linux-x86/fast/block/margin-collapse: Added.
2441 * platform/chromium-linux-x86/fast/block/margin-collapse/103-expected.png: Added.
2442 * platform/chromium-linux-x86/fast/block/positioning/inline-block-relposition-expected.png: Added.
2443 * platform/chromium-linux-x86/fast/borders/border-image-massive-scale-expected.png: Added.
2444 * platform/chromium-linux-x86/fast/borders/border-image-outset-expected.png: Added.
2445 * platform/chromium-linux-x86/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
2446 * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-expected.png: Added.
2447 * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
2448 * platform/chromium-linux-x86/fast/borders/border-image-scaled-gradient-expected.png:
2449 * platform/chromium-linux-x86/fast/borders/border-image-slice-constrained-expected.png:
2450 * platform/chromium-linux-x86/fast/borders/border-image-trumps-radius-expected.png: Added.
2451 * platform/chromium-linux-x86/fast/canvas/arc360-expected.png: Added.
2452 * platform/chromium-linux-x86/fast/canvas/canvas-incremental-repaint-expected.png: Added.
2453 * platform/chromium-linux-x86/fast/canvas/canvas-text-alignment-expected.png: Added.
2454 * platform/chromium-linux-x86/fast/canvas/fillrect_gradient-expected.png: Added.
2455 * platform/chromium-linux-x86/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
2456 * platform/chromium-linux-x86/fast/css/linear-gradient-currentcolor-expected.png: Added.
2457 * platform/chromium-linux-x86/fast/css/margin-top-bottom-dynamic-expected.png: Added.
2458 * platform/chromium-linux-x86/fast/css/non-standard-checkbox-size-expected.png: Added.
2459 * platform/chromium-linux-x86/fast/css/rtl-ordering-expected.png: Added.
2460 * platform/chromium-linux-x86/fast/css/shadow-multiple-expected.png: Added.
2461 * platform/chromium-linux-x86/fast/css/square-button-appearance-expected.png: Added.
2462 * platform/chromium-linux-x86/fast/css/text-transform-select-expected.png: Added.
2463 * platform/chromium-linux-x86/fast/css/transformed-mask-expected.png: Added.
2464 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
2465 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
2466 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
2467 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
2468 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
2469 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
2470 * platform/chromium-linux-x86/fast/dom/HTMLTableColElement: Added.
2471 * platform/chromium-linux-x86/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
2472 * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement: Added.
2473 * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
2474 * platform/chromium-linux-x86/fast/forms/001-expected.png: Added.
2475 * platform/chromium-linux-x86/fast/forms/003-expected.png: Added.
2476 * platform/chromium-linux-x86/fast/forms/004-expected.png: Added.
2477 * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label01-expected.png: Added.
2478 * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label02-expected.png: Added.
2479 * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label03-expected.png: Added.
2480 * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label04-expected.png: Added.
2481 * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label06-expected.png: Added.
2482 * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label07-expected.png: Added.
2483 * platform/chromium-linux-x86/fast/forms/basic-buttons-expected.png: Added.
2484 * platform/chromium-linux-x86/fast/forms/basic-inputs-expected.png: Added.
2485 * platform/chromium-linux-x86/fast/forms/basic-selects-expected.png: Added.
2486 * platform/chromium-linux-x86/fast/forms/blankbuttons-expected.png: Added.
2487 * platform/chromium-linux-x86/fast/forms/box-shadow-override-expected.png: Added.
2488 * platform/chromium-linux-x86/fast/forms/button-align-expected.png: Added.
2489 * platform/chromium-linux-x86/fast/forms/button-cannot-be-nested-expected.png: Added.
2490 * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Added.
2491 * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Added.
2492 * platform/chromium-linux-x86/fast/forms/button-positioned-expected.png: Added.
2493 * platform/chromium-linux-x86/fast/forms/button-sizes-expected.png: Added.
2494 * platform/chromium-linux-x86/fast/forms/button-style-color-expected.png: Added.
2495 * platform/chromium-linux-x86/fast/forms/button-table-styles-expected.png: Added.
2496 * platform/chromium-linux-x86/fast/forms/button-text-transform-expected.png: Added.
2497 * platform/chromium-linux-x86/fast/forms/button-white-space-expected.png: Added.
2498 * platform/chromium-linux-x86/fast/forms/control-clip-overflow-expected.png: Added.
2499 * platform/chromium-linux-x86/fast/forms/control-restrict-line-height-expected.png: Added.
2500 * platform/chromium-linux-x86/fast/forms/disabled-select-change-index-expected.png: Added.
2501 * platform/chromium-linux-x86/fast/forms/file: Added.
2502 * platform/chromium-linux-x86/fast/forms/file/file-input-direction-expected.png: Added.
2503 * platform/chromium-linux-x86/fast/forms/file/file-input-disabled-expected.png: Added.
2504 * platform/chromium-linux-x86/fast/forms/file/file-input-pressed-state-expected.png: Added.
2505 * platform/chromium-linux-x86/fast/forms/file/input-file-re-render-expected.png: Added.
2506 * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.png: Added.
2507 * platform/chromium-linux-x86/fast/forms/formmove-expected.png: Added.
2508 * platform/chromium-linux-x86/fast/forms/formmove2-expected.png: Added.
2509 * platform/chromium-linux-x86/fast/forms/formmove3-expected.png: Added.
2510 * platform/chromium-linux-x86/fast/forms/select: Added.
2511 * platform/chromium-linux-x86/fast/forms/select-size-expected.png: Added.
2512 * platform/chromium-linux-x86/fast/forms/select-style-expected.png: Added.
2513 * platform/chromium-linux-x86/fast/forms/select-visual-hebrew-expected.png: Added.
2514 * platform/chromium-linux-x86/fast/forms/select-writing-direction-natural-expected.png: Added.
2515 * platform/chromium-linux-x86/fast/forms/select/optgroup-rendering-expected.png: Added.
2516 * platform/chromium-linux-x86/fast/forms/selectlist-minsize-expected.png: Added.
2517 * platform/chromium-linux-x86/fast/forms/stuff-on-my-optgroup-expected.png: Added.
2518 * platform/chromium-linux-x86/fast/gradients/background-clipped-expected.png: Added.
2519 * platform/chromium-linux-x86/fast/gradients/border-image-gradient-expected.png: Added.
2520 * platform/chromium-linux-x86/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
2521 * platform/chromium-linux-x86/fast/gradients/css3-color-stop-units-expected.png: Added.
2522 * platform/chromium-linux-x86/fast/gradients/css3-color-stops-expected.png: Added.
2523 * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients-expected.png: Added.
2524 * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients2-expected.png: Added.
2525 * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients3-expected.png: Added.
2526 * platform/chromium-linux-x86/fast/gradients/css3-repeating-end-fill-expected.png: Added.
2527 * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
2528 * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
2529 * platform/chromium-linux-x86/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
2530 * platform/chromium-linux-x86/fast/gradients/generated-gradients-expected.png:
2531 * platform/chromium-linux-x86/fast/gradients/gradient-after-transparent-border-expected.png: Added.
2532 * platform/chromium-linux-x86/fast/gradients/radial-centered-expected.png: Added.
2533 * platform/chromium-linux-x86/fast/gradients/simple-gradients-expected.png:
2534 * platform/chromium-linux-x86/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
2535 * platform/chromium-linux-x86/fast/hidpi: Added.
2536 * platform/chromium-linux-x86/fast/hidpi/focus-rings-expected.png: Added.
2537 * platform/chromium-linux-x86/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
2538 * platform/chromium-linux-x86/fast/html: Added.
2539 * platform/chromium-linux-x86/fast/html/details-replace-summary-child-expected.png: Added.
2540 * platform/chromium-linux-x86/fast/html/details-replace-text-expected.png: Added.
2541 * platform/chromium-linux-x86/fast/html/keygen-expected.png: Added.
2542 * platform/chromium-linux-x86/fast/invalid: Added.
2543 * platform/chromium-linux-x86/fast/invalid/014-expected.png: Added.
2544 * platform/chromium-linux-x86/fast/parser/bad-xml-slash-expected.png: Added.
2545 * platform/chromium-linux-x86/fast/parser/document-write-option-expected.png: Added.
2546 * platform/chromium-linux-x86/fast/reflections: Added.
2547 * platform/chromium-linux-x86/fast/reflections/reflection-masks-expected.png: Added.
2548 * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Added.
2549 * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Added.
2550 * platform/chromium-linux-x86/fast/repaint/background-generated-expected.png: Added.
2551 * platform/chromium-linux-x86/fast/replaced/replaced-breaking-expected.png: Added.
2552 * platform/chromium-linux-x86/fast/replaced/replaced-breaking-mixture-expected.png: Added.
2553 * platform/chromium-linux-x86/fast/replaced/three-selects-break-expected.png: Added.
2554 * platform/chromium-linux-x86/fast/replaced/width100percent-button-expected.png: Added.
2555 * platform/chromium-linux-x86/fast/replaced/width100percent-menulist-expected.png: Added.
2556 * platform/chromium-linux-x86/fast/replaced/width100percent-radio-expected.png: Added.
2557 * platform/chromium-linux-x86/fast/selectors/064-expected.png: Added.
2558 * platform/chromium-linux-x86/fast/table: Added.
2559 * platform/chromium-linux-x86/fast/table/append-cells2-expected.png: Added.
2560 * platform/chromium-linux-x86/fast/table/remove-td-display-none-expected.png: Added.
2561 * platform/chromium-linux-x86/fast/text/international/bidi-menulist-expected.png: Added.
2562 * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Added.
2563 * platform/chromium-linux-x86/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
2564 * platform/chromium-linux-x86/fast/text/stroking-decorations-expected.png: Added.
2565 * platform/chromium-linux-x86/fast/text/stroking-expected.png: Added.
2566 * platform/chromium-linux-x86/fast/text/textIteratorNilRenderer-expected.png: Added.
2567 * platform/chromium-linux-x86/fast/text/whitespace: Added.
2568 * platform/chromium-linux-x86/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added.
2569 * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
2570 * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png:
2571 * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
2572 * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
2573 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
2574 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2575 * platform/chromium-linux/fast/block/basic/011-expected.png:
2576 * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
2577 * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
2578 * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png:
2579 * platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png:
2580 * platform/chromium-linux/fast/borders/border-image-outset-expected.png:
2581 * platform/chromium-linux/fast/borders/border-image-outset-in-shorthand-expected.png:
2582 * platform/chromium-linux/fast/borders/border-image-outset-split-inline-expected.png: Added.
2583 * platform/chromium-linux/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
2584 * platform/chromium-linux/fast/borders/border-image-scaled-gradient-expected.png:
2585 * platform/chromium-linux/fast/borders/border-image-slice-constrained-expected.png:
2586 * platform/chromium-linux/fast/borders/border-image-trumps-radius-expected.png: Added.
2587 * platform/chromium-linux/fast/canvas/arc360-expected.png:
2588 * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
2589 * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png:
2590 * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.png:
2591 * platform/chromium-linux/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
2592 * platform/chromium-linux/fast/css/linear-gradient-currentcolor-expected.png: Added.
2593 * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png:
2594 * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
2595 * platform/chromium-linux/fast/css/rtl-ordering-expected.png:
2596 * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
2597 * platform/chromium-linux/fast/css/square-button-appearance-expected.png:
2598 * platform/chromium-linux/fast/css/text-transform-select-expected.png:
2599 * platform/chromium-linux/fast/css/transformed-mask-expected.png:
2600 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
2601 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
2602 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
2603 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
2604 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
2605 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
2606 * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
2607 * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
2608 * platform/chromium-linux/fast/forms/001-expected.png:
2609 * platform/chromium-linux/fast/forms/003-expected.png:
2610 * platform/chromium-linux/fast/forms/004-expected.png:
2611 * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png:
2612 * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png:
2613 * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png:
2614 * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png:
2615 * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png:
2616 * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png:
2617 * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
2618 * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
2619 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
2620 * platform/chromium-linux/fast/forms/blankbuttons-expected.png:
2621 * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
2622 * platform/chromium-linux/fast/forms/button-align-expected.png:
2623 * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png:
2624 * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
2625 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
2626 * platform/chromium-linux/fast/forms/button-positioned-expected.png:
2627 * platform/chromium-linux/fast/forms/button-sizes-expected.png:
2628 * platform/chromium-linux/fast/forms/button-style-color-expected.png:
2629 * platform/chromium-linux/fast/forms/button-table-styles-expected.png:
2630 * platform/chromium-linux/fast/forms/button-text-transform-expected.png:
2631 * platform/chromium-linux/fast/forms/button-white-space-expected.png:
2632 * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
2633 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
2634 * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
2635 * platform/chromium-linux/fast/forms/file/file-input-direction-expected.png:
2636 * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png:
2637 * platform/chromium-linux/fast/forms/file/file-input-pressed-state-expected.png:
2638 * platform/chromium-linux/fast/forms/file/input-file-re-render-expected.png:
2639 * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
2640 * platform/chromium-linux/fast/forms/formmove-expected.png:
2641 * platform/chromium-linux/fast/forms/formmove2-expected.png:
2642 * platform/chromium-linux/fast/forms/formmove3-expected.png:
2643 * platform/chromium-linux/fast/forms/select-size-expected.png:
2644 * platform/chromium-linux/fast/forms/select-style-expected.png:
2645 * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.png:
2646 * platform/chromium-linux/fast/forms/select-writing-direction-natural-expected.png:
2647 * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png:
2648 * platform/chromium-linux/fast/forms/selectlist-minsize-expected.png:
2649 * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png:
2650 * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
2651 * platform/chromium-linux/fast/gradients/border-image-gradient-expected.png: Added.
2652 * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
2653 * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.png:
2654 * platform/chromium-linux/fast/gradients/css3-color-stops-expected.png: Added.
2655 * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png:
2656 * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png:
2657 * platform/chromium-linux/fast/gradients/css3-radial-gradients3-expected.png: Added.
2658 * platform/chromium-linux/fast/gradients/css3-repeating-end-fill-expected.png: Added.
2659 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png:
2660 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
2661 * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png:
2662 * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
2663 * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
2664 * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
2665 * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
2666 * platform/chromium-linux/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
2667 * platform/chromium-linux/fast/hidpi/focus-rings-expected.png: Added.
2668 * platform/chromium-linux/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
2669 * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
2670 * platform/chromium-linux/fast/html/details-replace-text-expected.png:
2671 * platform/chromium-linux/fast/html/keygen-expected.png:
2672 * platform/chromium-linux/fast/invalid/014-expected.png:
2673 * platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
2674 * platform/chromium-linux/fast/parser/document-write-option-expected.png:
2675 * platform/chromium-linux/fast/reflections/reflection-masks-expected.png: Added.
2676 * platform/chromium-linux/fast/repaint/4774354-expected.png:
2677 * platform/chromium-linux/fast/repaint/4776765-expected.png:
2678 * platform/chromium-linux/fast/repaint/background-generated-expected.png: Added.
2679 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
2680 * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png:
2681 * platform/chromium-linux/fast/replaced/three-selects-break-expected.png:
2682 * platform/chromium-linux/fast/replaced/width100percent-button-expected.png:
2683 * platform/chromium-linux/fast/replaced/width100percent-menulist-expected.png:
2684 * platform/chromium-linux/fast/replaced/width100percent-radio-expected.png:
2685 * platform/chromium-linux/fast/selectors/064-expected.png:
2686 * platform/chromium-linux/fast/table/append-cells2-expected.png:
2687 * platform/chromium-linux/fast/table/remove-td-display-none-expected.png:
2688 * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png:
2689 * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
2690 * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
2691 * platform/chromium-linux/fast/text/stroking-decorations-expected.png:
2692 * platform/chromium-linux/fast/text/stroking-expected.png:
2693 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
2694 * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
2695 * platform/chromium-mac-lion/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
2696 * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
2697 * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-expected.png: Added.
2698 * platform/chromium-mac-lion/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
2699 * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-expected.png: Added.
2700 * platform/chromium-mac-lion/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
2701 * platform/chromium-mac-lion/fast/borders/border-image-massive-scale-expected.png:
2702 * platform/chromium-mac-lion/fast/borders/border-image-outset-expected.png: Added.
2703 * platform/chromium-mac-lion/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
2704 * platform/chromium-mac-lion/fast/borders/border-image-outset-split-inline-expected.png: Added.
2705 * platform/chromium-mac-lion/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
2706 * platform/chromium-mac-lion/fast/borders/border-image-scaled-gradient-expected.png: Added.
2707 * platform/chromium-mac-lion/fast/borders/border-image-slice-constrained-expected.png: Added.
2708 * platform/chromium-mac-lion/fast/borders/border-image-trumps-radius-expected.png: Added.
2709 * platform/chromium-mac-lion/fast/canvas/arc360-expected.png:
2710 * platform/chromium-mac-lion/fast/canvas/canvas-incremental-repaint-expected.png:
2711 * platform/chromium-mac-lion/fast/canvas/canvas-text-alignment-expected.png:
2712 * platform/chromium-mac-lion/fast/canvas/fillrect_gradient-expected.png:
2713 * platform/chromium-mac-lion/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
2714 * platform/chromium-mac-lion/fast/css/linear-gradient-currentcolor-expected.png: Added.
2715 * platform/chromium-mac-lion/fast/css/shadow-multiple-expected.png:
2716 * platform/chromium-mac-lion/fast/css/transformed-mask-expected.png:
2717 * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
2718 * platform/chromium-mac-lion/fast/dom/HTMLMeterElement/meter-styles-expected.png:
2719 * platform/chromium-mac-lion/fast/gradients/background-clipped-expected.png:
2720 * platform/chromium-mac-lion/fast/gradients/border-image-gradient-expected.png: Added.
2721 * platform/chromium-mac-lion/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
2722 * platform/chromium-mac-lion/fast/gradients/css3-color-stop-units-expected.png:
2723 * platform/chromium-mac-lion/fast/gradients/css3-color-stops-expected.png: Added.
2724 * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients-expected.png: Added.
2725 * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients2-expected.png: Added.
2726 * platform/chromium-mac-lion/fast/gradients/css3-radial-gradients3-expected.png: Added.
2727 * platform/chromium-mac-lion/fast/gradients/css3-repeating-end-fill-expected.png: Added.
2728 * platform/chromium-mac-lion/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
2729 * platform/chromium-mac-lion/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
2730 * platform/chromium-mac-lion/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
2731 * platform/chromium-mac-lion/fast/gradients/generated-gradients-expected.png:
2732 * platform/chromium-mac-lion/fast/gradients/gradient-after-transparent-border-expected.png:
2733 * platform/chromium-mac-lion/fast/gradients/radial-centered-expected.png:
2734 * platform/chromium-mac-lion/fast/gradients/simple-gradients-expected.png:
2735 * platform/chromium-mac-lion/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
2736 * platform/chromium-mac-lion/fast/hidpi/focus-rings-expected.png: Added.
2737 * platform/chromium-mac-lion/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
2738 * platform/chromium-mac-lion/fast/reflections/reflection-masks-expected.png: Added.
2739 * platform/chromium-mac-lion/fast/repaint/4774354-expected.png:
2740 * platform/chromium-mac-lion/fast/repaint/4776765-expected.png:
2741 * platform/chromium-mac-lion/fast/repaint/background-generated-expected.png: Added.
2742 * platform/chromium-mac-lion/fast/text/stroking-decorations-expected.png:
2743 * platform/chromium-mac-lion/fast/text/stroking-expected.png:
2744 * platform/chromium-mac-snowleopard/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
2745 * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
2746 * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-expected.png: Added.
2747 * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
2748 * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
2749 * platform/chromium-mac-snowleopard/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
2750 * platform/chromium-mac-snowleopard/fast/borders/border-image-massive-scale-expected.png:
2751 * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-expected.png: Added.
2752 * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
2753 * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-split-inline-expected.png: Added.
2754 * platform/chromium-mac-snowleopard/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
2755 * platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-gradient-expected.png:
2756 * platform/chromium-mac-snowleopard/fast/borders/border-image-slice-constrained-expected.png:
2757 * platform/chromium-mac-snowleopard/fast/borders/border-image-trumps-radius-expected.png: Added.
2758 * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.png:
2759 * platform/chromium-mac-snowleopard/fast/canvas/canvas-incremental-repaint-expected.png: Added.
2760 * platform/chromium-mac-snowleopard/fast/canvas/canvas-text-alignment-expected.png:
2761 * platform/chromium-mac-snowleopard/fast/canvas/fillrect_gradient-expected.png:
2762 * platform/chromium-mac-snowleopard/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
2763 * platform/chromium-mac-snowleopard/fast/css/linear-gradient-currentcolor-expected.png: Added.
2764 * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png:
2765 * platform/chromium-mac-snowleopard/fast/css/transformed-mask-expected.png:
2766 * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
2767 * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-styles-expected.png:
2768 * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png:
2769 * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-expected.png: Added.
2770 * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
2771 * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stop-units-expected.png:
2772 * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stops-expected.png: Added.
2773 * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients-expected.png: Added.
2774 * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients2-expected.png: Added.
2775 * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients3-expected.png: Added.
2776 * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-end-fill-expected.png: Added.
2777 * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
2778 * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
2779 * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
2780 * platform/chromium-mac-snowleopard/fast/gradients/generated-gradients-expected.png:
2781 * platform/chromium-mac-snowleopard/fast/gradients/gradient-after-transparent-border-expected.png:
2782 * platform/chromium-mac-snowleopard/fast/gradients/radial-centered-expected.png:
2783 * platform/chromium-mac-snowleopard/fast/gradients/simple-gradients-expected.png: Added.
2784 * platform/chromium-mac-snowleopard/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
2785 * platform/chromium-mac-snowleopard/fast/hidpi/focus-rings-expected.png: Added.
2786 * platform/chromium-mac-snowleopard/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
2787 * platform/chromium-mac-snowleopard/fast/reflections/reflection-masks-expected.png: Added.
2788 * platform/chromium-mac-snowleopard/fast/repaint/4774354-expected.png:
2789 * platform/chromium-mac-snowleopard/fast/repaint/4776765-expected.png:
2790 * platform/chromium-mac-snowleopard/fast/repaint/background-generated-expected.png: Added.
2791 * platform/chromium-mac-snowleopard/fast/text/stroking-decorations-expected.png: Added.
2792 * platform/chromium-mac-snowleopard/fast/text/stroking-expected.png: Added.
2793 * platform/chromium-mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
2794 * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-2-expected.png:
2795 * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png:
2796 * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
2797 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-expected.png:
2798 * platform/chromium-mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2799 * platform/chromium-mac/fast/borders/border-image-massive-scale-expected.png:
2800 * platform/chromium-mac/fast/borders/border-image-outset-expected.png:
2801 * platform/chromium-mac/fast/borders/border-image-outset-in-shorthand-expected.png:
2802 * platform/chromium-mac/fast/borders/border-image-outset-split-inline-expected.png: Added.
2803 * platform/chromium-mac/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
2804 * platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png:
2805 * platform/chromium-mac/fast/borders/border-image-slice-constrained-expected.png:
2806 * platform/chromium-mac/fast/borders/border-image-trumps-radius-expected.png: Added.
2807 * platform/chromium-mac/fast/canvas/arc360-expected.png:
2808 * platform/chromium-mac/fast/canvas/canvas-incremental-repaint-expected.png:
2809 * platform/chromium-mac/fast/canvas/canvas-text-alignment-expected.png:
2810 * platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png:
2811 * platform/chromium-mac/fast/canvas/gradient-add-second-start-end-stop-expected.png:
2812 * platform/chromium-mac/fast/css/linear-gradient-currentcolor-expected.png: Added.
2813 * platform/chromium-mac/fast/css/shadow-multiple-expected.png:
2814 * platform/chromium-mac/fast/css/transformed-mask-expected.png:
2815 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
2816 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.png:
2817 * platform/chromium-mac/fast/gradients/background-clipped-expected.png:
2818 * platform/chromium-mac/fast/gradients/border-image-gradient-expected.png:
2819 * platform/chromium-mac/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
2820 * platform/chromium-mac/fast/gradients/css3-color-stop-units-expected.png:
2821 * platform/chromium-mac/fast/gradients/css3-color-stops-expected.png:
2822 * platform/chromium-mac/fast/gradients/css3-radial-gradients-expected.png:
2823 * platform/chromium-mac/fast/gradients/css3-radial-gradients2-expected.png:
2824 * platform/chromium-mac/fast/gradients/css3-radial-gradients3-expected.png:
2825 * platform/chromium-mac/fast/gradients/css3-repeating-end-fill-expected.png: Added.
2826 * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png:
2827 * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients2-expected.png:
2828 * platform/chromium-mac/fast/gradients/css3-repeating-radial-gradients-expected.png:
2829 * platform/chromium-mac/fast/gradients/generated-gradients-expected.png:
2830 * platform/chromium-mac/fast/gradients/gradient-after-transparent-border-expected.png:
2831 * platform/chromium-mac/fast/gradients/radial-centered-expected.png:
2832 * platform/chromium-mac/fast/gradients/simple-gradients-expected.png:
2833 * platform/chromium-mac/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
2834 * platform/chromium-mac/fast/hidpi/focus-rings-expected.png:
2835 * platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
2836 * platform/chromium-mac/fast/reflections/reflection-masks-expected.png:
2837 * platform/chromium-mac/fast/repaint/4774354-expected.png:
2838 * platform/chromium-mac/fast/repaint/4776765-expected.png:
2839 * platform/chromium-mac/fast/repaint/background-generated-expected.png:
2840 * platform/chromium-mac/fast/text/stroking-decorations-expected.png:
2841 * platform/chromium-mac/fast/text/stroking-expected.png:
2842 * platform/chromium-win-xp/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
2843 * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
2844 * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-expected.png: Added.
2845 * platform/chromium-win-xp/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
2846 * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-expected.png: Added.
2847 * platform/chromium-win-xp/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
2848 * platform/chromium-win-xp/fast/borders/border-image-massive-scale-expected.png: Added.
2849 * platform/chromium-win-xp/fast/borders/border-image-outset-expected.png: Added.
2850 * platform/chromium-win-xp/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
2851 * platform/chromium-win-xp/fast/borders/border-image-outset-split-inline-expected.png: Added.
2852 * platform/chromium-win-xp/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
2853 * platform/chromium-win-xp/fast/borders/border-image-scaled-gradient-expected.png:
2854 * platform/chromium-win-xp/fast/borders/border-image-slice-constrained-expected.png:
2855 * platform/chromium-win-xp/fast/borders/border-image-trumps-radius-expected.png: Added.
2856 * platform/chromium-win-xp/fast/canvas/arc360-expected.png: Added.
2857 * platform/chromium-win-xp/fast/canvas/canvas-incremental-repaint-expected.png: Added.
2858 * platform/chromium-win-xp/fast/canvas/canvas-text-alignment-expected.png: Added.
2859 * platform/chromium-win-xp/fast/canvas/fillrect_gradient-expected.png: Added.
2860 * platform/chromium-win-xp/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
2861 * platform/chromium-win-xp/fast/css/linear-gradient-currentcolor-expected.png: Added.
2862 * platform/chromium-win-xp/fast/css/shadow-multiple-expected.png: Added.
2863 * platform/chromium-win-xp/fast/css/transformed-mask-expected.png: Added.
2864 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
2865 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
2866 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
2867 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
2868 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
2869 * platform/chromium-win-xp/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
2870 * platform/chromium-win-xp/fast/gradients/background-clipped-expected.png: Added.
2871 * platform/chromium-win-xp/fast/gradients/border-image-gradient-expected.png: Added.
2872 * platform/chromium-win-xp/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
2873 * platform/chromium-win-xp/fast/gradients/css3-color-stop-units-expected.png: Added.
2874 * platform/chromium-win-xp/fast/gradients/css3-color-stops-expected.png: Added.
2875 * platform/chromium-win-xp/fast/gradients/css3-radial-gradients-expected.png: Added.
2876 * platform/chromium-win-xp/fast/gradients/css3-radial-gradients2-expected.png: Added.
2877 * platform/chromium-win-xp/fast/gradients/css3-radial-gradients3-expected.png: Added.
2878 * platform/chromium-win-xp/fast/gradients/css3-repeating-end-fill-expected.png: Added.
2879 * platform/chromium-win-xp/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
2880 * platform/chromium-win-xp/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
2881 * platform/chromium-win-xp/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
2882 * platform/chromium-win-xp/fast/gradients/generated-gradients-expected.png: Added.
2883 * platform/chromium-win-xp/fast/gradients/gradient-after-transparent-border-expected.png: Added.
2884 * platform/chromium-win-xp/fast/gradients/radial-centered-expected.png: Added.
2885 * platform/chromium-win-xp/fast/gradients/simple-gradients-expected.png: Added.
2886 * platform/chromium-win-xp/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
2887 * platform/chromium-win-xp/fast/hidpi: Added.
2888 * platform/chromium-win-xp/fast/hidpi/focus-rings-expected.png: Added.
2889 * platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
2890 * platform/chromium-win-xp/fast/reflections: Added.
2891 * platform/chromium-win-xp/fast/reflections/reflection-masks-expected.png: Added.
2892 * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Added.
2893 * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Added.
2894 * platform/chromium-win-xp/fast/repaint/background-generated-expected.png: Added.
2895 * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
2896 * platform/chromium-win-xp/fast/text/stroking-expected.png:
2897 * platform/chromium-win/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
2898 * platform/chromium-win/fast/backgrounds/gradient-background-leakage-2-expected.png:
2899 * platform/chromium-win/fast/backgrounds/gradient-background-leakage-expected.png:
2900 * platform/chromium-win/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
2901 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png:
2902 * platform/chromium-win/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
2903 * platform/chromium-win/fast/borders/border-image-massive-scale-expected.png:
2904 * platform/chromium-win/fast/borders/border-image-outset-expected.png:
2905 * platform/chromium-win/fast/borders/border-image-outset-in-shorthand-expected.png:
2906 * platform/chromium-win/fast/borders/border-image-outset-split-inline-expected.png: Added.
2907 * platform/chromium-win/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
2908 * platform/chromium-win/fast/borders/border-image-scaled-gradient-expected.png:
2909 * platform/chromium-win/fast/borders/border-image-slice-constrained-expected.png:
2910 * platform/chromium-win/fast/borders/border-image-trumps-radius-expected.png: Added.
2911 * platform/chromium-win/fast/canvas/arc360-expected.png:
2912 * platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
2913 * platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png:
2914 * platform/chromium-win/fast/canvas/fillrect_gradient-expected.png:
2915 * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
2916 * platform/chromium-win/fast/css/linear-gradient-currentcolor-expected.png: Added.
2917 * platform/chromium-win/fast/css/shadow-multiple-expected.png:
2918 * platform/chromium-win/fast/css/transformed-mask-expected.png:
2919 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
2920 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
2921 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
2922 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png:
2923 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
2924 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
2925 * platform/chromium-win/fast/gradients/background-clipped-expected.png:
2926 * platform/chromium-win/fast/gradients/border-image-gradient-expected.png:
2927 * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
2928 * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.png:
2929 * platform/chromium-win/fast/gradients/css3-color-stops-expected.png:
2930 * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.png:
2931 * platform/chromium-win/fast/gradients/css3-radial-gradients2-expected.png:
2932 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png:
2933 * platform/chromium-win/fast/gradients/css3-repeating-end-fill-expected.png: Added.
2934 * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png:
2935 * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients2-expected.png:
2936 * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.png:
2937 * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
2938 * platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png:
2939 * platform/chromium-win/fast/gradients/radial-centered-expected.png:
2940 * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
2941 * platform/chromium-win/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
2942 * platform/chromium-win/fast/hidpi/focus-rings-expected.png:
2943 * platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
2944 * platform/chromium-win/fast/reflections/reflection-masks-expected.png:
2945 * platform/chromium-win/fast/repaint/4774354-expected.png:
2946 * platform/chromium-win/fast/repaint/4776765-expected.png:
2947 * platform/chromium-win/fast/repaint/background-generated-expected.png:
2948 * platform/chromium-win/fast/text/stroking-decorations-expected.png:
2949 * platform/chromium-win/fast/text/stroking-expected.png:
2950 * platform/chromium/TestExpectations:
2952 2013-01-11 James Simonsen <simonjam@chromium.org>
2954 Restore old semantics to webkitRequestAnimationFrame callbacks
2955 https://bugs.webkit.org/show_bug.cgi?id=106697
2957 Reviewed by James Robinson.
2959 * fast/animation/request-animation-frame-prefix-expected.txt: Added.
2960 * fast/animation/request-animation-frame-prefix.html: Added.
2961 * fast/animation/script-tests/request-animation-frame-prefix.js: Added.
2963 (window.webkitRequestAnimationFrame):
2965 2013-01-11 Kenneth Russell <kbr@google.com>
2967 [Chromium] Layout Test fast/canvas/webgl/context-release-upon-reload.html is a flaky timeout
2968 https://bugs.webkit.org/show_bug.cgi?id=106606
2970 Reviewed by Dimitri Glazkov.
2972 Reduced number of iterations of test, and marked as slow. Changed
2973 test's output and expectations so number of iterations can be
2974 adjusted without rebaselining.
2976 * fast/canvas/webgl/context-release-upon-reload-expected.txt:
2977 * fast/canvas/webgl/context-release-upon-reload.html:
2978 * platform/chromium/TestExpectations:
2980 2013-01-11 Sheriff Bot <webkit.review.bot@gmail.com>
2982 Unreviewed, rolling out r139044.
2983 http://trac.webkit.org/changeset/139044
2984 https://bugs.webkit.org/show_bug.cgi?id=106702
2986 Caused various scrolling anomolies on Mac with drag and drop
2987 (Requested by smfr on #webkit).
2989 * fast/events/drag-and-drop-autoscroll-expected.txt: Removed.
2990 * fast/events/drag-and-drop-autoscroll.html: Removed.
2992 2013-01-11 Rafael Weinstein <rafaelw@chromium.org>
2994 Prevent HTMLPreloadScanner from fetching resources inside <template>
2995 https://bugs.webkit.org/show_bug.cgi?id=106687
2997 Reviewed by Adam Barth.
2999 * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
3000 * fast/dom/HTMLTemplateElement/inertContents.html:
3002 2013-01-11 Stephen Chenney <schenney@chromium.org>
3004 [Chromium] More test expectations for Skia changes
3006 Unreviewed test expectations update.
3008 CSS and editing results for all outstanding platforms.
3010 * platform/chromium-linux-x86/css1/box_properties/acid_test-expected.png: Added.
3011 * platform/chromium-linux-x86/css2.1/t09-c5526c-display-00-e-expected.png: Added.
3012 * platform/chromium-linux-x86/css3/images: Added.
3013 * platform/chromium-linux-x86/css3/images/cross-fade-overflow-position-expected.png: Added.
3014 * platform/chromium-linux-x86/css3/selectors3/html: Added.
3015 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-161-expected.png: Added.
3016 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-19b-expected.png: Added.
3017 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-25-expected.png: Added.
3018 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-64-expected.png: Added.
3019 * platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-70-expected.png: Added.
3020 * platform/chromium-linux-x86/css3/selectors3/xhtml: Added.
3021 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-161-expected.png: Added.
3022 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-19b-expected.png: Added.
3023 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-25-expected.png: Added.
3024 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-64-expected.png: Added.
3025 * platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-70-expected.png: Added.
3026 * platform/chromium-linux-x86/css3/selectors3/xml: Added.
3027 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-161-expected.png: Added.
3028 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-19b-expected.png: Added.
3029 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-25-expected.png: Added.
3030 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-64-expected.png: Added.
3031 * platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-70-expected.png: Added.
3032 * platform/chromium-linux-x86/editing/pasteboard/4641033-expected.png: Added.
3033 * platform/chromium-linux-x86/editing/pasteboard/4944770-1-expected.png: Added.
3034 * platform/chromium-linux-x86/editing/pasteboard/4944770-2-expected.png: Added.
3035 * platform/chromium-linux-x86/editing/selection/3690703-2-expected.png: Added.
3036 * platform/chromium-linux-x86/editing/selection/3690703-expected.png: Added.
3037 * platform/chromium-linux-x86/editing/selection/3690719-expected.png: Added.
3038 * platform/chromium-linux-x86/editing/selection/4397952-expected.png: Added.
3039 * platform/chromium-linux-x86/editing/selection/5240265-expected.png: Added.
3040 * platform/chromium-linux-x86/editing/selection/caret-before-select-expected.png: Added.
3041 * platform/chromium-linux-x86/editing/selection/replaced-boundaries-3-expected.png: Added.
3042 * platform/chromium-linux-x86/editing/selection/select-box-expected.png: Added.
3043 * platform/chromium-linux-x86/editing/selection/select-element-paragraph-boundary-expected.png: Added.
3044 * platform/chromium-linux-x86/editing/selection/selection-button-text-expected.png: Added.
3045 * platform/chromium-linux-x86/editing/spelling: Added.
3046 * platform/chromium-linux-x86/editing/spelling/grammar-markers-hidpi-expected.png: Added.
3047 * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
3048 * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
3049 * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png:
3050 * platform/chromium-linux/css3/selectors3/html/css3-modsel-161-expected.png:
3051 * platform/chromium-linux/css3/selectors3/html/css3-modsel-19b-expected.png:
3052 * platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
3053 * platform/chromium-linux/css3/selectors3/html/css3-modsel-64-expected.png:
3054 * platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
3055 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-161-expected.png:
3056 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
3057 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
3058 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-64-expected.png:
3059 * platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
3060 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-161-expected.png:
3061 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-19b-expected.png:
3062 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
3063 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-64-expected.png:
3064 * platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
3065 * platform/chromium-linux/editing/pasteboard/4641033-expected.png:
3066 * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png:
3067 * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png:
3068 * platform/chromium-linux/editing/selection/3690703-2-expected.png:
3069 * platform/chromium-linux/editing/selection/3690703-expected.png:
3070 * platform/chromium-linux/editing/selection/3690719-expected.png:
3071 * platform/chromium-linux/editing/selection/4397952-expected.png:
3072 * platform/chromium-linux/editing/selection/5240265-expected.png:
3073 * platform/chromium-linux/editing/selection/caret-before-select-expected.png:
3074 * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png:
3075 * platform/chromium-linux/editing/selection/select-box-expected.png:
3076 * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png:
3077 * platform/chromium-linux/editing/selection/selection-button-text-expected.png:
3078 * platform/chromium-linux/editing/spelling/grammar-markers-hidpi-expected.png:
3079 * platform/chromium-mac-lion/css3/images: Added.
3080 * platform/chromium-mac-lion/css3/images/cross-fade-overflow-position-expected.png: Added.
3081 * platform/chromium-mac-lion/editing/pasteboard/4641033-expected.png:
3082 * platform/chromium-mac-lion/editing/pasteboard/4944770-1-expected.png:
3083 * platform/chromium-mac-lion/editing/pasteboard/4944770-2-expected.png:
3084 * platform/chromium-mac-lion/editing/selection/3690703-2-expected.png:
3085 * platform/chromium-mac-lion/editing/selection/3690703-expected.png:
3086 * platform/chromium-mac-lion/editing/selection/3690719-expected.png:
3087 * platform/chromium-mac-lion/editing/selection/4397952-expected.png:
3088 * platform/chromium-mac-lion/editing/selection/caret-before-select-expected.png:
3089 * platform/chromium-mac-lion/editing/selection/replaced-boundaries-3-expected.png:
3090 * platform/chromium-mac-lion/editing/selection/select-box-expected.png:
3091 * platform/chromium-mac-lion/editing/selection/select-element-paragraph-boundary-expected.png:
3092 * platform/chromium-mac-lion/editing/spelling/grammar-markers-hidpi-expected.png:
3093 * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png: Added.
3094 * platform/chromium-mac-snowleopard/editing/pasteboard/4641033-expected.png:
3095 * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-1-expected.png:
3096 * platform/chromium-mac-snowleopard/editing/pasteboard/4944770-2-expected.png:
3097 * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
3098 * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
3099 * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
3100 * platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
3101 * platform/chromium-mac-snowleopard/editing/selection/caret-before-select-expected.png:
3102 * platform/chromium-mac-snowleopard/editing/selection/replaced-boundaries-3-expected.png:
3103 * platform/chromium-mac-snowleopard/editing/selection/select-box-expected.png:
3104 * platform/chromium-mac-snowleopard/editing/selection/select-element-paragraph-boundary-expected.png:
3105 * platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-hidpi-expected.png: Added.
3106 * platform/chromium-mac/css3/images/cross-fade-overflow-position-expected.png:
3107 * platform/chromium-mac/editing/pasteboard/4641033-expected.png:
3108 * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png:
3109 * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png:
3110 * platform/chromium-mac/editing/selection/3690703-2-expected.png:
3111 * platform/chromium-mac/editing/selection/3690703-expected.png:
3112 * platform/chromium-mac/editing/selection/3690719-expected.png:
3113 * platform/chromium-mac/editing/selection/4397952-expected.png:
3114 * platform/chromium-mac/editing/selection/caret-before-select-expected.png:
3115 * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png:
3116 * platform/chromium-mac/editing/selection/select-box-expected.png:
3117 * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png:
3118 * platform/chromium-mac/editing/spelling/grammar-markers-hidpi-expected.png:
3119 * platform/chromium-win-xp/css3/images: Added.
3120 * platform/chromium-win-xp/css3/images/cross-fade-overflow-position-expected.png: Added.
3121 * platform/chromium-win-xp/editing/spelling: Added.
3122 * platform/chromium-win-xp/editing/spelling/grammar-markers-hidpi-expected.png: Added.
3123 * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
3124 * platform/chromium-win/editing/spelling/grammar-markers-hidpi-expected.png:
3125 * platform/chromium/TestExpectations:
3127 2013-01-11 Stephen Chenney <schenney@chromium.org>
3129 [Chromium] More test expectations for Skia changes
3131 Unreviewed test expectations update.
3133 Mac 10.6 and 10.7 results that are the last to be failing on those bots.
3135 * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
3136 * platform/chromium-mac-snowleopard/fast/text/fallback-traits-fixup-expected.png:
3137 * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi: Added.
3138 * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
3139 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
3141 2013-01-11 Stephen Chenney <schenney@chromium.org>
3143 [Chromium] More test expectations for Skia changes
3145 Unreviewed test expectations update.
3147 Mac 10.8 results that were not ready when the other mac results were updated.
3149 * platform/chromium-mac-lion/editing/selection/iframe-expected.png:
3150 * platform/chromium-mac-snowleopard/editing/selection/iframe-expected.png:
3151 * platform/chromium-mac/editing/deleting/4922367-expected.png:
3152 * platform/chromium-mac/editing/deleting/5099303-expected.png:
3153 * platform/chromium-mac/editing/deleting/5126166-expected.png:
3154 * platform/chromium-mac/editing/deleting/5144139-2-expected.png:
3155 * platform/chromium-mac/editing/deleting/5206311-1-expected.png:
3156 * platform/chromium-mac/editing/deleting/5272440-expected.png:
3157 * platform/chromium-mac/editing/deleting/5369009-expected.png:
3158 * platform/chromium-mac/editing/deleting/5433862-2-expected.png:
3159 * platform/chromium-mac/editing/deleting/5483370-expected.png:
3160 * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
3161 * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png:
3162 * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png:
3163 * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png:
3164 * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png:
3165 * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png:
3166 * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png:
3167 * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png:
3168 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
3169 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
3170 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
3171 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
3172 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
3173 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
3174 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
3175 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
3176 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
3177 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
3178 * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png:
3179 * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png:
3180 * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png:
3181 * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png:
3182 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png:
3183 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png:
3184 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png:
3185 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png:
3186 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png:
3187 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png:
3188 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png:
3189 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png:
3190 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png:
3191 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png:
3192 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png:
3193 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png:
3194 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png:
3195 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png:
3196 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png:
3197 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png:
3198 * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png:
3199 * platform/chromium-mac/editing/deleting/delete-br-001-expected.png:
3200 * platform/chromium-mac/editing/deleting/delete-br-002-expected.png:
3201 * platform/chromium-mac/editing/deleting/delete-br-003-expected.png:
3202 * platform/chromium-mac/editing/deleting/delete-br-004-expected.png:
3203 * platform/chromium-mac/editing/deleting/delete-br-005-expected.png:
3204 * platform/chromium-mac/editing/deleting/delete-br-006-expected.png:
3205 * platform/chromium-mac/editing/deleting/delete-br-007-expected.png:
3206 * platform/chromium-mac/editing/deleting/delete-br-013-expected.png:
3207 * platform/chromium-mac/editing/deleting/delete-character-001-expected.png:
3208 * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png:
3209 * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png:
3210 * platform/chromium-mac/editing/deleting/delete-hr-expected.png:
3211 * platform/chromium-mac/editing/deleting/delete-image-001-expected.png:
3212 * platform/chromium-mac/editing/deleting/delete-image-002-expected.png:
3213 * platform/chromium-mac/editing/deleting/delete-image-003-expected.png:
3214 * platform/chromium-mac/editing/deleting/delete-image-004-expected.png:
3215 * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png:
3216 * platform/chromium-mac/editing/deleting/delete-line-015-expected.png:
3217 * platform/chromium-mac/editing/deleting/delete-line-016-expected.png:
3218 * platform/chromium-mac/editing/deleting/delete-line-017-expected.png:
3219 * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png:
3220 * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png:
3221 * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png:
3222 * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png:
3223 * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png:
3224 * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png:
3225 * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png:
3226 * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png:
3227 * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png:
3228 * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
3229 * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png:
3230 * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
3231 * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
3232 * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
3233 * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png:
3234 * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png:
3235 * platform/chromium-mac/editing/deleting/list-item-1-expected.png:
3236 * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
3237 * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
3238 * platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
3239 * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
3240 * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png: