1 2013-01-17 Stephen Chenney <schenney@chromium.org>
3 [Chromium] Final rebaselines after Skia flags changed
4 https://bugs.webkit.org/show_bug.cgi?id=106833
5 https://bugs.webkit.org/show_bug.cgi?id=99138
7 Unreviewed test expectations update
9 * platform/chromium-linux/fast/borders/outline-alpha-inline-expected.png: Added.
10 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
11 * platform/chromium/TestExpectations:
13 2013-01-17 Andrey Lushnikov <lushnikov@chromium.org>
15 Web Inspector: fix DefaultTextEditor's broken backspace
16 https://bugs.webkit.org/show_bug.cgi?id=107130
18 Reviewed by Pavel Feldman.
20 Fix test expected results to correspond to changes.
22 * inspector/editor/text-editor-highlight-regexp-expected.txt:
24 2013-01-17 Zan Dobersek <zdobersek@igalia.com>
26 Unreviewed GTK gardening.
28 Adjust and move expectations for tests in svg/ and tables/ as
29 necessary to cover current testing situation for both WebKit1 and WebKit2.
31 * platform/gtk-wk1/TestExpectations:
32 * platform/gtk-wk2/TestExpectations:
33 * platform/gtk/TestExpectations:
35 2013-01-16 Vsevolod Vlasov <vsevik@chromium.org>
37 Web Inspector: Introduce FileSystemWorkspaceProvider to allow showing files from file system in workspace.
38 https://bugs.webkit.org/show_bug.cgi?id=107021
40 Reviewed by Pavel Feldman.
42 * inspector/file-mapping-expected.txt:
44 2013-01-17 Zan Dobersek <zdobersek@igalia.com>
46 Unreviewed GTK gardening.
48 Removing 4 crash expectations that are obsolete.
50 * platform/gtk/TestExpectations:
52 2013-01-17 Grzegorz Czajkowski <g.czajkowski@samsung.com>
54 Unreviewed EFL gardening.
56 Allow to run spellcheck-input-search-crash.html for WK2-EFL.
57 This test passes after r135595.
58 It's skipped by global platform/wk2/TestExpectations.
60 * platform/efl-wk2/TestExpectations:
62 2013-01-16 Grzegorz Czajkowski <g.czajkowski@samsung.com>
64 [EFL][GTK] checkSpellingOfString treats the multiple words as spelled correctly
65 https://bugs.webkit.org/show_bug.cgi?id=106662
67 Reviewed by Antonio Gomes.
69 * platform/efl-wk2/TestExpectations:
70 Allow running spelling-backspace-between-lines.html for WebKit2-EFL as it's
71 skipped by platform/wk2/TestExpectations.
73 * platform/gtk/TestExpectations:
74 Unskipping spelling-backspace-between-lines.html for WebKit-GTK+.
76 2013-01-17 Chris Fleizach <cfleizach@apple.com>
78 WebSpeech: implement voices list
79 https://bugs.webkit.org/show_bug.cgi?id=107014
81 Reviewed by Adam Barth.
83 * platform/mac/TestExpectations:
84 * platform/mac/fast/speechsynthesis: Added.
85 * platform/mac/fast/speechsynthesis/speech-synthesis-voices-expected.txt: Added.
86 * platform/mac/fast/speechsynthesis/speech-synthesis-voices.html: Added.
88 2013-01-16 Hajime Morrita <morrita@google.com>
90 NoEventDispatchAssertion in ContainerNode::removeChildren is too strict
91 https://bugs.webkit.org/show_bug.cgi?id=106985
93 Reviewed by Ryosuke Niwa.
95 * svg/custom/use-mutation-crash-expected.txt: Added.
96 * svg/custom/use-mutation-crash.xhtml: Added.
98 2013-01-16 MORITA Hajime <morrita@google.com>
100 Attr.ownerDocument should change if its parent's owner did
101 https://bugs.webkit.org/show_bug.cgi?id=97644
103 Reviewed by Darin Adler.
105 * fast/dom/Attr/parent-adopt-node-expected.txt: Added.
106 * fast/dom/Attr/parent-adopt-node.html: Added.
108 2013-01-16 Victor Carbune <vcarbune@chromium.org>
110 Cues not rendered when they should be
111 https://bugs.webkit.org/show_bug.cgi?id=106943
113 Reviewed by Eric Carlson.
115 * media/track/track-cue-rendering-mode-changed-expected.txt: Added.
116 * media/track/track-cue-rendering-mode-changed.html: Added.
117 * media/video-controls-captions-expected.txt: Updated.
119 2013-01-16 Sheriff Bot <webkit.review.bot@gmail.com>
121 Unreviewed, rolling out r139853.
122 http://trac.webkit.org/changeset/139853
123 https://bugs.webkit.org/show_bug.cgi?id=107049
125 Broke the ChromeOS ppapi_unittests (Requested by leviw on
128 * inspector-protocol/page/frameScheduledNavigation-expected.txt: Removed.
129 * inspector-protocol/page/frameScheduledNavigation.html: Removed.
130 * inspector-protocol/page/frameStartedLoading-expected.txt: Removed.
131 * inspector-protocol/page/frameStartedLoading.html: Removed.
133 2013-01-16 Florin Malita <fmalita@chromium.org>
135 [Chromium] Unreviewed gardening.
137 Adding results for platform/chromium/compositing/rounded-corners.html.
139 * platform/chromium-mac/platform/chromium/compositing/rounded-corners-expected.png: Added.
140 * platform/chromium-win/platform/chromium/compositing/rounded-corners-expected.png: Added.
141 * platform/chromium/TestExpectations:
142 * platform/chromium/platform/chromium/compositing/rounded-corners-expected.txt: Renamed from LayoutTests/platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt.
144 2013-01-16 Arnaud Renevier <a.renevier@sisa.samsung.com>
146 inconsistency in drawImage with target rect negative dimensions.
147 https://bugs.webkit.org/show_bug.cgi?id=100026
149 Reviewed by Dean Jackson.
151 Add a drawImage check for a destination rectangle with -1px
152 width/height. When drawing to (1, 1, -1, -1) rectangle, first
153 (top-left) pixel should have been and been the only one drawn into.
155 * fast/canvas/drawImage-with-negative-source-destination-expected.txt:
156 * fast/canvas/drawImage-with-negative-source-destination.js:
158 2013-01-16 W. James MacLean <wjmaclean@chromium.org>
160 LinkHighlight should use touch adjustment to match active state on GestureTapDown.
161 https://bugs.webkit.org/show_bug.cgi?id=107032
163 Reviewed by Adam Barth.
165 * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-multi-line.html:
167 2013-01-16 Levi Weintraub <leviw@chromium.org>
169 Unreviewed gardening. Marking several tests as crashing on Debug builds following
172 * platform/chromium/TestExpectations:
174 2013-01-16 Levi Weintraub <leviw@chromium.org>
176 Unreveiwed gardening. Updating expectations following r139865.
178 * platform/chromium-linux/fast/forms/time/time-appearance-basic-expected.png:
179 * platform/chromium-mac-lion/fast/forms/time/time-appearance-basic-expected.png:
180 * platform/chromium-mac-snowleopard/fast/forms/time/time-appearance-basic-expected.png:
181 * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png:
182 * platform/chromium-win/fast/forms/time/time-appearance-basic-expected.png:
183 * platform/chromium/TestExpectations:
185 2013-01-16 Andrey Adaikin <aandrey@chromium.org>
187 Web Inspector: array grouping does not work for float number keys
188 https://bugs.webkit.org/show_bug.cgi?id=106998
190 Reviewed by Pavel Feldman.
192 * inspector/console/console-big-array-expected.txt:
193 * inspector/console/console-big-array.html:
195 2013-01-16 Andrey Kosyakov <caseq@chromium.org>
197 Web Inspector: cookies with empty value are parsed incorrectly
198 https://bugs.webkit.org/show_bug.cgi?id=107012
200 Reviewed by Pavel Feldman.
202 * inspector/cookie-parser-expected.txt:
203 * inspector/cookie-parser.html:
205 2013-01-16 Andrey Lushnikov <lushnikov@chromium.org>
207 Web Inspector: create helper InspectorTest method to dump editor HTML
208 https://bugs.webkit.org/show_bug.cgi?id=107007
210 Reviewed by Pavel Feldman.
212 Add helper method to dump textEditor HTML.
214 * inspector/editor/editor-test.js:
215 (initialize_EditorTests.InspectorTest.dumpEditorHTML): Added.
216 * inspector/editor/text-editor-highlight-regexp.html:
218 2013-01-16 Andrey Kosyakov <caseq@chromium.org>
220 Web Inspector: [Extensions API] remove inspectedWindow.onReset event
221 https://bugs.webkit.org/show_bug.cgi?id=107009
223 Reviewed by Vsevolod Vlasov.
225 * inspector/extensions/extensions-api-expected.txt: removed webInspector.onReset.
227 2013-01-16 Andrey Lushnikov <lushnikov@chromium.org>
229 Web Inspector: fix text-editor-highlight-regexp test
230 https://bugs.webkit.org/show_bug.cgi?id=107006
232 Reviewed by Vsevolod Vlasov.
234 Fixing test expectations: no more height style.
236 * inspector/editor/text-editor-highlight-regexp-expected.txt:
238 2013-01-16 Zan Dobersek <zdobersek@igalia.com>
240 Unreviewed GTK gardening.
242 Updating or removing a few stale expectations.
243 Adding two failure expectations for MicroData tests that are
244 failing after r139673.
246 * platform/gtk/TestExpectations:
248 2013-01-16 Dominik Röttsches <dominik.rottsches@intel.com>
250 [EFL] Unreviewed gardening.
252 Marking compositing/layer-creation/overlap-animation-container as failure
253 after it started failing in r139794, might just need a rebaseline but first let's have
254 someone familiar with AC look at it.
256 * platform/efl/TestExpectations:
258 2013-01-16 Pablo Flouret <pablof@motorola.com>
260 Implement CSSSupportsRule
261 https://bugs.webkit.org/show_bug.cgi?id=104822
263 Reviewed by Allan Sandfeld Jensen.
265 * css3/supports-cssom-expected.txt: Added.
266 * css3/supports-cssom.html: Added.
267 * css3/supports-expected.txt:
268 * css3/supports.html:
270 * platform/chromium/TestExpectations:
271 * platform/efl/TestExpectations:
272 * platform/gtk/TestExpectations:
273 * platform/mac/TestExpectations:
274 * platform/qt/TestExpectations:
275 * platform/win/TestExpectations:
276 * platform/wincairo/TestExpectations:
277 * platform/wk2/TestExpectations:
279 2013-01-16 Kent Tamura <tkent@chromium.org>
281 INPUT_MULTIPLE_FIELDS_UI: Unable to edit a time field with step=86400, and confusing appearance
282 https://bugs.webkit.org/show_bug.cgi?id=106983
284 Reviewed by Kentaro Hara.
286 Note: We don't add tests for input[type=datetime] now because the WHATWG
287 specification might be changed.
289 * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield-expected.txt: Added.
290 * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html: Added.
292 * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield-expected.txt:
293 * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
294 Update test cases for new behavior. We should not make hour fields
295 read-only for input[type=time].
296 * platform/chromium-mac/fast/forms/time/time-appearance-basic-expected.png: Ditto.
297 * platform/chromium/TestExpectations: Add time-appearance-basic.html.
299 2013-01-16 Nandor Huszka <hnandor@inf.u-szeged.hu>
301 [Qt] Unreviewed gardening.
303 * platform/qt-5.0-wk1/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added. Rebaseline after r139798.
304 * platform/qt-5.0-wk1/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added. Rebaseline after r139798.
305 * platform/qt/compositing/layer-creation/overlap-animation-container-expected.txt: Added. Rebaseline after r139794.
306 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Rebaseline after r139798.
307 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Rebaseline after r139798.
309 2013-01-16 Dominik Röttsches <dominik.rottsches@intel.com>
311 [EFL] Unreviewed gardening.
313 Removed fast/events/drag-and-drop-autoscroll from Test expectations after rollout in r139503.
314 ScrollingCoordinator tests moved to TestExpectations after r139686.
315 Border size rendering change in r139798 requires a rebaseline for
316 svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm &
317 http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
318 but they fail to generate pixel results - see bug 106992.
319 PropertyCollection tests skipped for now after r139756
321 * platform/efl/TestExpectations:
323 2013-01-15 Vsevolod Vlasov <vsevik@chromium.org>
325 Web Inspector: Introduce file mapping allowing to map network loaded scripts and stylesheets to file system files.
326 https://bugs.webkit.org/show_bug.cgi?id=106795
328 Reviewed by Pavel Feldman.
330 * inspector/file-mapping-expected.txt: Added.
331 * inspector/file-mapping.html: Added.
333 2013-01-15 Vsevolod Vlasov <vsevik@chromium.org>
335 Web Inspector: Introduce UISourceCode.originURL().
336 https://bugs.webkit.org/show_bug.cgi?id=106909
338 Reviewed by Pavel Feldman.
340 * http/tests/inspector/compiler-script-mapping.html:
341 * http/tests/inspector/debugger-test.js:
342 (initialize_DebuggerTest):
343 * http/tests/inspector/network/network-request-revision-content.html:
344 * http/tests/inspector/workspace-test.js:
345 * inspector/debugger/breakpoint-manager.html:
346 * inspector/debugger/dynamic-script-tag.html:
347 * inspector/debugger/linkifier.html:
348 * inspector/debugger/live-edit-breakpoints.html:
349 * inspector/debugger/script-snippet-model.html:
350 * inspector/debugger/scripts-file-selector.html:
351 * inspector/debugger/scripts-panel.html:
352 * inspector/debugger/scripts-sorting.html:
353 * inspector/debugger/source-frame-count.html:
354 * inspector/debugger/source-url-comment.html:
355 * inspector/debugger/ui-source-code-display-name.html:
356 * inspector/debugger/ui-source-code.html:
357 * inspector/styles/styles-history.html:
358 * inspector/uisourcecode-revisions.html:
360 2013-01-16 Csaba Osztrogonác <ossy@webkit.org>
362 REGRESSION(r139835): fast/js/integer-division-neg2tothe32-by-neg1.html is failing
363 https://bugs.webkit.org/show_bug.cgi?id=106991
365 Unreviewed gardening, updated expected file.
367 * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt:
368 * platform/chromium/fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Removed.
370 2013-01-16 Zan Dobersek <zdobersek@igalia.com>
372 Unreviewed GTK gardening.
374 Adding a failure expectation for fast/js/integer-division-neg2tothe32-by-neg1.html.
375 The test started failing after r139835.
377 * platform/gtk/TestExpectations:
379 2013-01-16 Ken Kania <kkania@chromium.org>
381 [Inspector] Add events for tracking page loads and scheduled navigations.
382 https://bugs.webkit.org/show_bug.cgi?id=104168
384 Reviewed by Pavel Feldman.
386 These events are needed for clients who need to be aware of when a page is
387 navigating or about to navigate. Some clients may wish to prevent interaction
388 with the page during this time. Two of the new events track loading start and
389 stop, as measured by the ProgressTracker. The other two events track when a
390 page has a new scheduled navigation and when it no longer has a scheduled
391 navigation. These latter two events won't allow the client to determine if
392 a load is going to happen in all circumstances, but is sufficient for many cases.
394 * inspector-protocol/page/frameScheduledNavigation-expected.txt: Added.
395 * inspector-protocol/page/frameScheduledNavigation.html: Added.
396 * inspector-protocol/page/frameStartedLoading-expected.txt: Added.
397 * inspector-protocol/page/frameStartedLoading.html: Added.
399 2013-01-16 Zan Dobersek <zdobersek@igalia.com>
401 Unreviewed GTK gardening.
403 Rebaselining after r139798.
405 * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
406 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
408 2013-01-16 Dominic Cooney <dominicc@chromium.org>
410 [Chromium] Unreviewed gardening.
412 Rebaseline this test on Linux after r139798:
414 http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
416 * platform/chromium-linux/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
418 2013-01-16 Tommy Widenflycht <tommyw@google.com>
420 MediaStream API: Update MediaStreamTrack::readyState to match specification
421 https://bugs.webkit.org/show_bug.cgi?id=106781
423 Reviewed by Kentaro Hara.
425 * fast/mediastream/MediaStreamTrack-expected.txt:
426 * fast/mediastream/MediaStreamTrack.html:
428 2013-01-16 Andrey Adaikin <aandrey@chromium.org>
430 Web Inspector: array grouping does not work for big and negative number keys
431 https://bugs.webkit.org/show_bug.cgi?id=106891
433 Reviewed by Pavel Feldman.
435 * inspector/console/console-big-array-expected.txt:
436 * inspector/console/console-big-array.html:
438 2013-01-16 Dominic Cooney <dominicc@chromium.org>
440 [Chromium] Unreviewed gardening.
442 Rebaseline this test after r139835:
444 fast/js/integer-division-neg2tothe32-by-neg1.html
446 * platform/chromium/fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Added.
448 2013-01-16 Zan Dobersek <zdobersek@igalia.com>
450 Unreviewed gardening.
452 Adjusting failure expectations for fast/harness/sample-fail-mismatch-reftest.html
453 on all ports. The expectation for the test is now marked as a WontFix image failure.
455 r139786 reintroduced the possibility of running tests marked as WontFix if there is
456 another expectation (like Failure, ImageOnlyFailure) listed for the test.
458 This specific test tests that the harness correctly behaves in a case of a mismatch
459 reftest that matches with its baseline (i.e. that an image failure is reported). As
460 such every port should run it to ensure correct behavior of the ImageDiff tool in combination
463 * platform/chromium/TestExpectations:
464 * platform/efl/TestExpectations:
465 * platform/gtk/TestExpectations:
466 * platform/mac/TestExpectations:
467 * platform/qt/TestExpectations:
468 * platform/win/TestExpectations:
469 * platform/wincairo/TestExpectations:
471 2013-01-16 Dominic Cooney <dominicc@chromium.org>
473 [Chromium] Unreviewed gardening.
475 Baseline (and rebaseline on Linux) these tests introduced in
478 fast/gradients/unprefixed-color-stop-units.html
479 fast/gradients/unprefixed-color-stops.html
480 fast/gradients/unprefixed-generated-gradients.html
481 fast/gradients/unprefixed-gradient-parsing.html
482 fast/gradients/unprefixed-linear-angle-gradients.html
483 fast/gradients/unprefixed-linear-right-angle-gradients.html
484 fast/gradients/unprefixed-list-item-gradient.html
485 fast/gradients/unprefixed-radial-gradients.html
486 fast/gradients/unprefixed-radial-gradients2.html
487 fast/gradients/unprefixed-radial-gradients3.html
488 fast/gradients/unprefixed-repeating-end-fill.html
489 fast/gradients/unprefixed-repeating-linear-gradient.html
490 fast/gradients/unprefixed-repeating-radial-gradients.html
491 fast/gradients/unprefixed-zero-range-repeating-gradient-hang.html
493 * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png:
494 * platform/chromium-linux/fast/gradients/unprefixed-color-stops-expected.png: Removed.
495 * platform/chromium-linux/fast/gradients/unprefixed-generated-gradients-expected.png: Removed.
496 * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png:
497 * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png:
498 * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png:
499 * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png:
500 * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients3-expected.png: Removed.
501 * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png:
502 * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png:
503 * platform/chromium-linux/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Removed.
504 * platform/chromium-mac-lion/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
505 * platform/chromium-mac-snowleopard/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
506 * platform/chromium-mac/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
507 * platform/chromium-mac/fast/gradients/unprefixed-color-stops-expected.png: Added.
508 * platform/chromium-mac/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
509 * platform/chromium-mac/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
510 * platform/chromium-mac/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
511 * platform/chromium-mac/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
512 * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
513 * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
514 * platform/chromium-mac/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
515 * platform/chromium-mac/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
516 * platform/chromium-mac/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
517 * platform/chromium-mac/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
518 * platform/chromium-mac/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
519 * platform/chromium-win/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
520 * platform/chromium-win/fast/gradients/unprefixed-color-stops-expected.png: Added.
521 * platform/chromium-win/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
522 * platform/chromium-win/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
523 * platform/chromium-win/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
524 * platform/chromium-win/fast/gradients/unprefixed-list-item-gradient-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/gradients/unprefixed-list-item-gradient-expected.png.
525 * platform/chromium-win/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
526 * platform/chromium-win/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
527 * platform/chromium-win/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
528 * platform/chromium-win/fast/gradients/unprefixed-repeating-end-fill-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/gradients/unprefixed-repeating-end-fill-expected.png.
529 * platform/chromium-win/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
530 * platform/chromium-win/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
531 * platform/chromium-win/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
533 2013-01-16 Andrey Lushnikov <lushnikov@chromium.org>
535 Web Inspector: highlight regexp API for DefaultTextEditor
536 https://bugs.webkit.org/show_bug.cgi?id=106801
538 Reviewed by Pavel Feldman.
540 New layout test to verify DefaultTextEditor highlight regexp API.
542 * inspector/editor/text-editor-highlight-regexp-expected.txt: Added.
543 * inspector/editor/text-editor-highlight-regexp.html: Added.
545 2013-01-15 Tab Atkins <jackalmage@gmail.com>
547 Update CSS3 gradient support to the latest spec version
548 https://bugs.webkit.org/show_bug.cgi?id=67166
550 Reviewed by Dean Jackson.
552 * fast/gradients/unprefixed-color-stop-units-expected.txt: Added.
553 * fast/gradients/unprefixed-color-stop-units.html: Added.
554 * fast/gradients/unprefixed-color-stops-expected.txt: Added.
555 * fast/gradients/unprefixed-color-stops.html: Added.
556 * fast/gradients/unprefixed-generated-gradients-expected.txt: Added.
557 * fast/gradients/unprefixed-generated-gradients.html: Added.
558 * fast/gradients/unprefixed-gradient-parsing-expected.txt: Added.
559 * fast/gradients/unprefixed-gradient-parsing.html: Added.
560 * fast/gradients/unprefixed-linear-angle-gradients-expected.txt: Added.
561 * fast/gradients/unprefixed-linear-angle-gradients.html: Added.
562 * fast/gradients/unprefixed-linear-right-angle-gradients-expected.txt: Added.
563 * fast/gradients/unprefixed-linear-right-angle-gradients.html: Added.
564 * fast/gradients/unprefixed-list-item-gradient-expected.txt: Added.
565 * fast/gradients/unprefixed-list-item-gradient.html: Added.
566 * fast/gradients/unprefixed-radial-gradients-expected.txt: Added.
567 * fast/gradients/unprefixed-radial-gradients.html: Added.
568 * fast/gradients/unprefixed-radial-gradients2-expected.txt: Added.
569 * fast/gradients/unprefixed-radial-gradients2.html: Added.
570 * fast/gradients/unprefixed-radial-gradients3-expected.txt: Added.
571 * fast/gradients/unprefixed-radial-gradients3.html: Added.
572 * fast/gradients/unprefixed-repeating-end-fill-expected.txt: Added.
573 * fast/gradients/unprefixed-repeating-end-fill.html: Added.
574 * fast/gradients/unprefixed-repeating-linear-gradient-expected.txt: Added.
575 * fast/gradients/unprefixed-repeating-linear-gradient.html: Added.
576 * fast/gradients/unprefixed-repeating-radial-gradients-expected.txt: Added.
577 * fast/gradients/unprefixed-repeating-radial-gradients.html: Added.
578 * fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.txt: Added.
579 * fast/gradients/unprefixed-zero-range-repeating-gradient-hang.html: Added.
580 * platform/chromium-linux/fast/gradients/unprefixed-color-stop-units-expected.png: Added.
581 * platform/chromium-linux/fast/gradients/unprefixed-color-stops-expected.png: Added.
582 * platform/chromium-linux/fast/gradients/unprefixed-generated-gradients-expected.png: Added.
583 * platform/chromium-linux/fast/gradients/unprefixed-linear-angle-gradients-expected.png: Added.
584 * platform/chromium-linux/fast/gradients/unprefixed-linear-right-angle-gradients-expected.png: Added.
585 * platform/chromium-linux/fast/gradients/unprefixed-list-item-gradient-expected.png: Added.
586 * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients-expected.png: Added.
587 * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients2-expected.png: Added.
588 * platform/chromium-linux/fast/gradients/unprefixed-radial-gradients3-expected.png: Added.
589 * platform/chromium-linux/fast/gradients/unprefixed-repeating-end-fill-expected.png: Added.
590 * platform/chromium-linux/fast/gradients/unprefixed-repeating-linear-gradient-expected.png: Added.
591 * platform/chromium-linux/fast/gradients/unprefixed-repeating-radial-gradients-expected.png: Added.
592 * platform/chromium-linux/fast/gradients/unprefixed-zero-range-repeating-gradient-hang-expected.png: Added.
594 2013-01-15 Michael Saboff <msaboff@apple.com>
596 DFG X86: division in the used-as-int case doesn't correctly check for -2^31/-1
597 https://bugs.webkit.org/show_bug.cgi?id=106978
599 Reviewed by Filip Pizlo.
601 Added a new DFG check for -2^31 / -1 when we expect and integer result.
603 * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt:
604 * fast/js/script-tests/integer-division-neg2tothe32-by-neg1.js:
607 2013-01-15 Dominic Cooney <dominicc@chromium.org>
609 [Chromium] Unreviewed gardening.
611 Rebaseline this test on Win after r139798:
613 http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm
615 * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
616 * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
617 * platform/chromium/TestExpectations:
619 2013-01-15 Dominic Cooney <dominicc@chromium.org>
621 [Chromium] Unreviewed gardening.
623 Rebaseline this test after r139798:
625 svg/zoom/page/zoom-replaced-intrinsic-ratio-001.html
627 * platform/chromium-mac-lion/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
628 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
629 * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
630 * platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
631 * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
632 * platform/chromium/TestExpectations:
633 * platform/chromium/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Generalize LayoutTests/platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt.
635 2013-01-15 Dominic Cooney <dominicc@chromium.org>
637 [Chromium] Unreviewed gardening.
639 Add expectations for this test:
641 scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
643 On the Chromium Mac Debug bot it is drawn with system scrollbars;
644 see <https://bugs.webkit.org/show_bug.cgi?id=106858>
646 * platform/chromium/TestExpectations:
648 2013-01-15 Charles Wei <charles.wei@torchmobile.com.cn>
650 Fullscreen element should not share styles with it's siblings.
651 https://bugs.webkit.org/show_bug.cgi?id=106888
653 Reviewed by George Staikos.
655 * fullscreen/full-screen-no-style-sharing-expected.txt: Added.
656 * fullscreen/full-screen-no-style-sharing.html: Added.
658 2013-01-15 Dominic Cooney <dominicc@chromium.org>
660 [Chromium] Unreviewed gardening.
662 Rebaselining this test on Windows:
664 svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
666 The Chromium XP and Win7 bots' results look consistent and the
667 spurious grey areas are already being tracked by bug 80517.
669 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
670 * platform/chromium/TestExpectations:
672 2013-01-15 Dominic Cooney <dominicc@chromium.org>
674 [Chromium] Unreviewed gardening.
676 Add expectations for this test:
678 inspector/extensions/extensions-reload.html
680 This is flakily slow on the Chromium Win7 Release bot.
682 * platform/chromium/TestExpectations:
684 2013-01-15 Emil A Eklund <eae@chromium.org>
686 Unreviewed mac rebaseline for r139798.
688 * http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
689 * platform/mac-wk2/svg/zoom/page: Removed.
690 * platform/mac/TestExpectations:
691 * platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Removed.
692 * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
694 2013-01-15 Emil A Eklund <eae@chromium.org>
696 [Sub pixel layout] RTL cells with padding wraps
697 https://bugs.webkit.org/show_bug.cgi?id=106843
699 Reviewed by Levi Weintraub.
701 Add test for rtl tables with padding.
703 * fast/sub-pixel/input-caret-on-subpixel-bound-expected.html:
704 * fast/sub-pixel/table-rtl-padding-expected.html: Added.
705 * fast/sub-pixel/table-rtl-padding.html: Added.
707 2013-01-15 Dominic Mazzoni <dmazzoni@google.com>
709 Use-after-free in AXObjectCache::notificationPostTimerFired
710 https://bugs.webkit.org/show_bug.cgi?id=106106
712 Reviewed by Ryosuke Niwa.
714 Test that demonstrates the crash when a Node with an
715 AccessibilityObject changes its document and then isn't removed from
716 the AXObjectCache when it's deleted.
718 * accessibility/crash-adopt-node-from-new-document-expected.txt: Added.
719 * accessibility/crash-adopt-node-from-new-document.html: Added.
721 2013-01-15 Arnaud Renevier <a.renevier@sisa.samsung.com>
723 Add Canvas blend modes to Cairo
724 https://bugs.webkit.org/show_bug.cgi?id=105074
726 Reviewed by Martin Robinson.
728 Unskip fast/canvas/canvas-blend-image.html and
729 fast/canvas/canvas-blend-solid.html
731 Add platform specific expected files because currently, expected
732 results are not correct.
734 * platform/gtk/TestExpectations:
735 * platform/gtk/fast/canvas/canvas-blend-image-expected.txt: Added.
736 * platform/gtk/fast/canvas/canvas-blend-solid-expected.txt: Added.
738 2013-01-15 Dima Gorbik <dgorbik@apple.com>
740 Implement matching by the voice attribute for WebVTT ::cue pseudo element
741 https://bugs.webkit.org/show_bug.cgi?id=106762
743 Reviewed by Eric Carlson.
745 * media/track/captions-webvtt/styling.vtt:
746 * media/track/track-css-matching-expected.txt:
747 * media/track/track-css-matching.html:
749 2013-01-15 Levi Weintraub <leviw@chromium.org>
751 Unreviewed, rolling out r139790.
752 http://trac.webkit.org/changeset/139790
753 https://bugs.webkit.org/show_bug.cgi?id=106948
755 The patch is failing its own test.
757 * fast/dom/MutationObserver/parser-mutations-expected.txt: Removed.
758 * fast/dom/MutationObserver/parser-mutations.html: Removed.
760 2013-01-15 Emil A Eklund <eae@chromium.org>
762 REGRESSION (r121599): incorrect border scaling when zoomed
763 https://bugs.webkit.org/show_bug.cgi?id=106944
765 Reviewed by Levi Weintraub.
767 Add test for zoomed em border and restore expectations for
768 zoom-replaced-intrinsic-ratio-001 to the pre r121599 state.
770 * fast/sub-pixel/zoomed-em-border-expected.html: Added.
771 * fast/sub-pixel/zoomed-em-border.html: Added.
772 * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
773 * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
775 2013-01-15 Alexandru Chiculita <achicu@adobe.com>
777 [Compositor] Do not disable overlap testing for layers in front of 3D transformed layers
778 https://bugs.webkit.org/show_bug.cgi?id=106721
780 Reviewed by Simon Fraser.
782 Added two more tests for the case when 3D layers covered by a 2D layer in front. One is using flat style and the
783 other is using the preserve-3d mode.
785 Also, updated a couple of existing test results as some of the composited layers are not needed anymore.
787 * compositing/geometry/ancestor-overflow-change-expected.txt:
788 * compositing/geometry/clip-expected.txt:
789 * compositing/geometry/clip-inside-expected.txt:
790 * compositing/geometry/foreground-layer-expected.txt:
791 * compositing/layer-creation/overlap-animation-clipping-expected.txt:
792 * compositing/layer-creation/overlap-animation-container-expected.txt:
793 * compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
794 * compositing/layer-creation/overlap-transformed-3d.html: Added.
795 * compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
796 * compositing/layer-creation/overlap-transformed-preserved-3d.html: Added.
797 * compositing/layer-creation/overlap-transforms-expected.txt:
798 * compositing/overflow/clip-descendents-expected.txt:
799 * css3/filters/filtered-compositing-descendant-expected.txt:
800 * platform/chromium-win/compositing/geometry/ancestor-overflow-change-expected.txt: Removed. There should be no difference now.
801 * platform/chromium-win/css3/filters/filtered-compositing-descendant-expected.txt: Removed. There should be no difference now.
802 * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.txt:
803 * platform/chromium/compositing/geometry/clip-expected.txt:
804 * platform/chromium/compositing/geometry/clip-inside-expected.txt:
805 * platform/chromium/compositing/geometry/foreground-layer-expected.txt:
806 * platform/chromium/compositing/layer-creation/overlap-animation-clipping-expected.txt:
807 * platform/chromium/compositing/layer-creation/overlap-animation-container-expected.txt:
808 * platform/chromium/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
809 * platform/chromium/compositing/layer-creation/overlap-transforms-expected.txt:
810 * platform/chromium/compositing/overflow/clip-descendents-expected.txt:
811 * platform/chromium/css3/filters/filtered-compositing-descendant-expected.txt:
813 2013-01-15 Joshua Bell <jsbell@chromium.org>
815 IndexedDB: Fix tests which depend upon V8 event listener behavior
816 https://bugs.webkit.org/show_bug.cgi?id=106731
818 Ensure consistent use of callback(evt) { preamble(evt); ... } pattern, which addresses
819 running in JSC and in V8 under Workers. Also add worker test wrappers.
821 Reviewed by Tony Chang.
823 * storage/indexeddb/cursor-advance-expected.txt:
824 * storage/indexeddb/cursor-advance-workers-expected.txt: Added.
825 * storage/indexeddb/cursor-advance-workers.html: Added.
826 * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-expected.txt:
827 * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers-expected.txt: Added.
828 * storage/indexeddb/deletedatabase-delayed-by-open-and-versionchange-workers.html: Added.
829 * storage/indexeddb/resources/cursor-advance.js:
831 (testPrefetchInRange.prefetch):
832 (testPrefetchInRange):
833 (testPrefetchOutOfRange.prefetch):
834 (testPrefetchOutOfRange):
835 (testBadAdvance.advanceBadly):
837 (testEdges.request.onsuccess):
839 (testDelete.deleteSecond):
841 * storage/indexeddb/resources/deletedatabase-delayed-by-open-and-versionchange.js:
844 2013-01-15 Elliott Sprehn <esprehn@gmail.com>
846 HTML parser should queue MutationRecords for its operations
847 https://bugs.webkit.org/show_bug.cgi?id=89351
849 Reviewed by Eric Seidel.
851 Add tests for parser generated mutations.
853 XXX: This needs a bunch more tests observing the adoption
854 agency algorithm to catch parserInsertBefore and parserRemoveChild
857 * fast/dom/MutationObserver/parser-mutations-expected.txt: Added.
858 * fast/dom/MutationObserver/parser-mutations.html: Added.
860 2013-01-15 Ojan Vafai <ojan@chromium.org>
862 Unreviewed, rolling out r139782.
863 http://trac.webkit.org/changeset/139782
864 https://bugs.webkit.org/show_bug.cgi?id=106939
866 * fast/lists/marker-preferred-margins-expected.txt: Added.
867 * fast/lists/marker-preferred-margins.html: Added.
868 Adding a new test to cover the case that broke.
870 2013-01-15 Elliott Sprehn <esprehn@chromium.org>
872 Heap-use-after-free in WebCore::RenderObject::willBeRemovedFromTree
873 https://bugs.webkit.org/show_bug.cgi?id=106384
875 Reviewed by Abhishek Arya.
877 Add a test for <ruby> and generated content causing asserts and
880 * fast/css-generated-content/bug-106384-expected.txt: Added.
881 * fast/css-generated-content/bug-106384.html: Added.
883 2013-01-15 Zan Dobersek <zdobersek@igalia.com>
885 Unreviewed GTK gardening.
887 Rebaselining after r139767 and r139768.
889 * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt:
890 * platform/gtk/fast/media/w3c/test_media_queries-expected.txt:
892 2013-01-15 James Simonsen <simonjam@chromium.org>
894 [User Timing] INVALID_ACCESS_ERR should be thrown if measuring from a 0 Nav Timing value
895 https://bugs.webkit.org/show_bug.cgi?id=106935
897 Reviewed by Tony Gentilcore.
899 * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception-expected.txt:
900 * http/tests/w3c/webperf/submission/Intel/user-timing/test_user_timing_measure_exception.html:
902 2013-01-13 Dirk Schulze <dschulze@adobe.com>
904 [CSS Filters] brightness() function doesn't work as specified
905 https://bugs.webkit.org/show_bug.cgi?id=106674
907 Negative brightness values are possible but are meaningless. Modify the tests
908 to mainly use positive amounts for brightness tests.
910 Reviewed by Dean Jackson.
912 * css3/filters/effect-brightness-clamping-hw.html:
913 * css3/filters/effect-brightness-hw.html:
914 * css3/filters/effect-combined-hw.html:
915 * css3/filters/effect-combined.html:
916 * css3/filters/multiple-filters-invalidation.html:
917 * css3/filters/null-effect-check.html:
918 * css3/filters/script-tests/filter-property-parsing-invalid.js:
919 * css3/filters/script-tests/filter-property-parsing.js:
921 2013-01-15 Zan Dobersek <zandobersek@gmail.com>
923 [GTK] Enable Performance Timeline, Resource Timing, Navigation Timing features
924 https://bugs.webkit.org/show_bug.cgi?id=106197
926 Reviewed by Martin Robinson.
928 Unskip related tests, add a few expectations for still-failing tests.
930 * platform/gtk/TestExpectations:
932 2013-01-15 Zan Dobersek <zandobersek@gmail.com>
934 [GTK] Enable CSS Image Resolution feature
935 https://bugs.webkit.org/show_bug.cgi?id=99038
937 Reviewed by Gustavo Noronha Silva.
939 Remove the failure expectation for the fast/css/image-resolution directory,
940 the single layout test inside it now passes.
942 * platform/gtk/TestExpectations:
944 2013-01-15 Zan Dobersek <zdobersek@igalia.com>
946 Unreviewed GTK gardening.
948 Remove a few failure expectations for tests that now pass.
950 * platform/gtk/TestExpectations:
952 2013-01-15 Alexis Menard <alexis@webkit.org>
954 Unprefixed transitionend event doesn't seem to be implemented, which breaks many sites
955 https://bugs.webkit.org/show_bug.cgi?id=105647
957 Reviewed by Julien Chaffraix.
959 Cover that event delivery is correct : we received unprefixed events.
961 * transitions/transition-end-event-helpers.js:
962 (recordTransitionEndEvent):
963 * transitions/transition-end-event-unprefixed-01-expected.txt: Added.
964 * transitions/transition-end-event-unprefixed-01.html: Added.
965 * transitions/transition-end-event-unprefixed-02-expected.txt: Added.
966 * transitions/transition-end-event-unprefixed-02.html: Added.
968 2013-01-15 Zan Dobersek <zdobersek@igalia.com>
970 Unreviewed GTK gardening.
972 Adding failure/crash/missing expectations for accessibility tests after
973 r139444, r139534 and r139663.
974 Adding platform-specific baselines for two scrolling coordinator tests that are
975 required after r139686.
977 * platform/gtk/TestExpectations:
978 * platform/gtk/scrollingcoordinator: Added.
979 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
980 * platform/gtk/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
982 2013-01-15 Arko Saha <arko@motorola.com>
984 Microdata: propertiesCollection[name] should return undefined if item doesn't have a property named 'name'
985 https://bugs.webkit.org/show_bug.cgi?id=106849
987 Reviewed by Kentaro Hara.
989 * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name-expected.txt: Added.
990 * fast/dom/MicroData/properties-collection-namedgetter-with-invalid-name.html: Added.
992 2013-01-15 Emil A Eklund <eae@chromium.org>
994 https://bugs.webkit.org/show_bug.cgi?id=106855
995 https://bugs.webkit.org/show_bug.cgi?id=106855
997 Reviewed by Levi Weintraub.
999 Speed up zoomed-offset-size.html test and remove SLOW modifier
1000 from TestExpectations.
1002 * fast/images/zoomed-offset-size-expected.txt:
1003 * fast/images/zoomed-offset-size.html:
1004 * platform/chromium/TestExpectations:
1006 2013-01-15 Levi Weintraub <leviw@chromium.org>
1008 Unreviewed gardening. Marking the deferred version of
1009 fast/images/zoomed-offset-size.html as slow.
1011 * platform/chromium/TestExpectations:
1013 2013-01-15 Florin Malita <fmalita@chromium.org>
1015 [Chromium] Incorrect opaque region tracking for PlatformContextSkia::drawRRect
1016 https://bugs.webkit.org/show_bug.cgi?id=106898
1018 Reviewed by Stephen White.
1020 * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.png: Added.
1021 * platform/chromium-linux/platform/chromium/compositing/rounded-corners-expected.txt: Added.
1022 * platform/chromium/TestExpectations:
1023 * platform/chromium/compositing/rounded-corners.html: Added.
1025 2013-01-15 Vsevolod Vlasov <vsevik@chromium.org>
1027 Unreviewed failing test skip.
1028 https://bugs.webkit.org/show_bug.cgi?id=106883
1030 * platform/efl/TestExpectations:
1032 2013-01-15 Elliott Sprehn <esprehn@gmail.com>
1034 display:inline's hover behavior is not applied to ::before and ::after pseudo elements
1035 https://bugs.webkit.org/show_bug.cgi?id=91723
1037 Reviewed by Eric Seidel.
1039 Add a test that hovering generated content inside an inline element causes
1040 the element to become hovered.
1042 * fast/css-generated-content/hover-inline-expected.txt: Added.
1043 * fast/css-generated-content/hover-inline.html: Added.
1045 2013-01-15 Dima Gorbik <dgorbik@apple.com>
1047 [Chromium] media/track/track-css-cue-lifetime.html Win7 dbg times out since r139562
1048 https://bugs.webkit.org/show_bug.cgi?id=106853
1050 Reviewed by Eric Carlson.
1052 The amount of seeks may be reduced significantly since they may be slow.
1054 * media/track/track-css-cue-lifetime-expected.txt:
1055 * media/track/track-css-cue-lifetime.html:
1057 2013-01-15 Tommy Widenflycht <tommyw@google.com>
1059 MediaStream API: Fixing crashing bug in MediaStream
1060 https://bugs.webkit.org/show_bug.cgi?id=106886
1062 Reviewed by Eric Seidel.
1064 Removing obsolete exception.
1066 * platform/chromium/TestExpectations:
1068 2013-01-15 Szilard Ledan <szledan@inf.u-szeged.hu>
1072 Skip failing tests after r139609.
1073 https://bugs.webkit.org/show_bug.cgi?id=104909
1075 Skip failing inspector/editor/text-editor-formatter.html test.
1076 https://bugs.webkit.org/show_bug.cgi?id=106883
1078 Reviewed by Csaba Osztrogonác.
1080 * platform/qt/TestExpectations:
1081 * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added after r139686.
1082 * platform/qt/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added after r139686.
1083 * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added after r139686.
1084 * platform/qt/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added after r139686.
1086 2013-01-15 Andrey Adaikin <aandrey@chromium.org>
1088 Web Inspector: [Canvas] introduce CallArgument type into the protocol
1089 https://bugs.webkit.org/show_bug.cgi?id=106640
1091 Reviewed by Yury Semikhatsky.
1093 Replaced hacky stub with actual Cache implementation.
1095 * inspector/profiler/webgl/webgl-profiler-get-error.html:
1097 2013-01-14 Dominic Cooney <dominicc@chromium.org>
1099 [Chromium] Unreviewed gardening.
1101 Add XP image expectations for this test; see
1102 <https://bugs.webkit.org/show_bug.cgi?id=106875>:
1104 svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource.html
1106 * platform/chromium/TestExpectations:
1108 2013-01-14 Dominic Cooney <dominicc@chromium.org>
1110 [Chromium] Unreviewed gardening.
1112 Add Lion Debug crash expectations for this test; see
1113 <https://bugs.webkit.org/show_bug.cgi?id=106869>:
1115 fast/mediastream/RTCPeerConnection-events.html
1117 * platform/chromium/TestExpectations:
1119 2013-01-14 Dima Gorbik <dgorbik@apple.com>
1121 Implement ID selector matching for the WebVTT ::cue pseudo element
1122 https://bugs.webkit.org/show_bug.cgi?id=105481
1124 Reviewed by Eric Carlson.
1126 * media/track/captions-webvtt/styling.vtt:
1127 * media/track/track-css-matching-expected.txt:
1128 * media/track/track-css-matching.html:
1130 2013-01-14 Dominic Cooney <dominicc@chromium.org>
1132 [Chromium] Unreviewed gardening.
1134 Update test expectations for these tests:
1136 fast/images/zoomed-offset-size.html
1137 media/track/track-css-cue-lifetime.html
1138 svg/custom/foreign-object-skew.svg
1139 svg/custom/foreign-object-skew.svg
1141 * platform/chromium/TestExpectations:
1143 2013-01-14 Dominic Cooney <dominicc@chromium.org>
1145 [Chromium] Unreviewed gardening.
1147 Rebaseline these tests:
1149 scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html
1150 scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.html
1152 after r139686. Note in TestExpectations image failure for
1153 non-fast-scrollable-region-transformed-iframe.html on SnowLeopard
1154 Debug; see <https://bugs.webkit.org/show_bug.cgi?id=106858>
1156 * platform/chromium-mac-lion/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
1157 * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
1158 * platform/chromium/TestExpectations:
1160 2013-01-14 Rafael Weinstein <rafaelw@chromium.org>
1162 fast/dom/HTMLTemplateElement/inertContents.html is flaky on Debug Chromium bots
1163 https://bugs.webkit.org/show_bug.cgi?id=106810
1165 Reviewed by Levi Weintraub.
1167 This patch reverts the test for inertContents back to a non-flaky version which did not
1168 attempt to assert that images are prevented from loaded.
1170 * fast/dom/HTMLTemplateElement/inertContents-expected.txt:
1171 * fast/dom/HTMLTemplateElement/inertContents.html:
1172 * platform/chromium/TestExpectations:
1173 * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Removed.
1175 2013-01-14 Levi Weintraub <leviw@chromium.org>
1177 Unreviewed gardening. Adding mac expectatons after r139686.
1179 * platform/chromium-mac/scrollingcoordinator: Added.
1180 * platform/chromium-mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
1182 2013-01-14 Levi Weintraub <leviw@chromium.org>
1184 Speculatively rolling out r139618. Appears to be causing sporadic crashes on Debug bots.
1186 * fast/mediastream/MediaStreamTrack-expected.txt:
1187 * fast/mediastream/MediaStreamTrack.html:
1189 2013-01-14 Dima Gorbik <dgorbik@apple.com>
1191 Implement element type selectors for the WebVTT ::cue pseudo class
1192 https://bugs.webkit.org/show_bug.cgi?id=105480
1194 Reviewed by Antti Koivisto.
1196 * media/track/captions-webvtt/styling.vtt:
1197 * media/track/track-css-matching-expected.txt:
1198 * media/track/track-css-matching.html:
1199 * media/track/track-webvtt-tc026-voice.html: voice elements should be spans according to specs.
1201 2013-01-14 Xianzhu Wang <wangxianzhu@chromium.org>
1203 Sometimes RenderLayer::updateNeedsCompositedScrolling is not called
1204 https://bugs.webkit.org/show_bug.cgi?id=106271
1206 Reviewed by Simon Fraser.
1208 * compositing/overflow/dynamic-composited-scrolling-status-expected.txt: Added.
1209 * compositing/overflow/dynamic-composited-scrolling-status.html: Added.
1211 2013-01-11 Filip Pizlo <fpizlo@apple.com>
1213 Python implementation reports "MemoryError" instead of doing things
1214 https://bugs.webkit.org/show_bug.cgi?id=106690
1216 Reviewed by Oliver Hunt.
1218 * fast/js/dfg-cfa-merge-with-dead-use-at-tail-expected.txt: Added.
1219 * fast/js/dfg-cfa-merge-with-dead-use-at-tail.html: Added.
1220 * fast/js/jsc-test-list:
1221 * fast/js/script-tests/dfg-cfa-merge-with-dead-use-at-tail.js: Added.
1224 2013-01-14 Tien-Ren Chen <trchen@chromium.org>
1226 Correct FrameView::scrollableAreaBoundingBox() calculation in the presence of transforms
1227 https://bugs.webkit.org/show_bug.cgi?id=105075
1229 Reviewed by Simon Fraser.
1231 As mentioned by the FIXME comment, we need to ask the renderer for the
1232 absolute bounding box of a frame for correct transformation.
1233 This fixes the bug that iframe cannot be scrolled properly when it is
1236 * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
1237 * platform/mac/scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
1238 * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
1239 * platform/mac/scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
1240 * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.png: Added.
1241 * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe-expected.txt: Added.
1242 * scrollingcoordinator/non-fast-scrollable-region-scaled-iframe.html: Added.
1243 * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.png: Added.
1244 * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe-expected.txt: Added.
1245 * scrollingcoordinator/non-fast-scrollable-region-transformed-iframe.html: Added.
1246 * scrollingcoordinator/resources/non-fast-scrollable-region-testing.js: Added.
1247 (runNonFastScrollableRegionTest):
1249 2013-01-14 Levi Weintraub <leviw@chromium.org>
1251 Unreviewed gardening. Fixing Mac results for fast/repaint/overhanging-float-detach-repaint.html.
1253 * platform/chromium-mac-lion/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
1254 * platform/chromium-mac-snowleopard/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
1255 * platform/chromium-mac/fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
1257 2013-01-14 Nate Chapin <japhet@chromium.org>
1259 Enable reuse of cached main resources
1260 https://bugs.webkit.org/show_bug.cgi?id=105667.
1262 Reviewed by Antti Koivisto.
1264 * http/tests/cache/cached-main-resource-expected.txt: Added.
1265 * http/tests/cache/cached-main-resource.html: Added.
1266 * http/tests/cache/resources/cacheable-iframe.php: Added.
1267 * http/tests/inspector/resource-har-pages-expected.txt:
1268 * http/tests/loading/redirect-methods-expected.txt:
1269 * http/tests/misc/favicon-loads-with-images-disabled-expected.txt:
1270 * http/tests/misc/link-rel-icon-beforeload-expected.txt:
1272 2013-01-14 Levi Weintraub <leviw@chromium.org>
1274 Unreviewed gardening. Marking fast/image/zoomed-offset-size.html as slow on debug.
1276 * platform/chromium/TestExpectations:
1278 2013-01-14 Levi Weintraub <leviw@chromium.org>
1280 Unreviewed gardening. Marking fast/borders/outline-alpha-inline.html as failing image results.
1281 Likely Stephen Schenney's skia changes are to blame.
1283 * platform/chromium/TestExpectations:
1285 2013-01-14 Huang Dongsung <luxtella@company100.net>
1287 [TexMap] Use a premuliplied color in TextureMapperGL.
1288 https://bugs.webkit.org/show_bug.cgi?id=105786
1290 Reviewed by Noam Rosenthal.
1292 Created new tests for composited background colors with fractional
1293 number opacity. This test is similar to background-color-alpha.html
1295 * compositing/background-color/background-color-alpha-with-opacity-expected.html: Added.
1296 * compositing/background-color/background-color-alpha-with-opacity.html: Added.
1298 2013-01-14 Arko Saha <arko@motorola.com>
1300 Microdata: REGRESSION(r138725): Causes crash in chromium port
1301 https://bugs.webkit.org/show_bug.cgi?id=106828
1303 Reviewed by Ryosuke Niwa.
1305 * fast/dom/MicroData/propertiescollection-crash-expected.txt: Added.
1306 * fast/dom/MicroData/propertiescollection-crash.html: Added.
1308 2013-01-14 Stephen Chenney <schenney@chromium.org>
1310 [Chromium] Rebaseline after Skia changes
1312 Unreviewed expectatiosn update for two remaining tests.
1314 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
1315 * platform/chromium-win/fast/borders/outline-alpha-inline-expected.png: Added.
1316 * platform/chromium/fast/borders/outline-alpha-inline-expected.png: Removed.
1318 2013-01-14 Tien-Ren Chen <trchen@chromium.org>
1320 Positioned children of an overflow:visible container should ignore scroll offset when updating layer position
1321 https://bugs.webkit.org/show_bug.cgi?id=106814
1323 This patch fixes a bug in RenderLayer::updateLayerPosition that
1324 scrollLeft / scrollTop of a block should only be effective when the
1325 block has overflow clipping. The bug results in rendering artifacts
1326 and triggers a RenderGeometryMap assertion falure.
1328 Fixes http://crbug.com/167985
1330 Reviewed by Simon Fraser.
1332 * fast/overflow/overflow-visible-should-ignore-scroll-expected.html: Added.
1333 * fast/overflow/overflow-visible-should-ignore-scroll.html: Added.
1335 2013-01-14 Emil A Eklund <eae@chromium.org>
1337 Unreviewed chromium mac rebaseline for r139659.
1339 * platform/chromium-mac/platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt:
1341 2013-01-14 Julien Chaffraix <jchaffraix@webkit.org>
1343 REGRESSION (r132591): Underpainting @ uofmchildrenshospital.org
1344 https://bugs.webkit.org/show_bug.cgi?id=105861
1346 Reviewed by David Hyatt.
1348 * fast/repaint/overhanging-float-detach-repaint-expected.png: Added.
1349 * fast/repaint/overhanging-float-detach-repaint-expected.txt: Added.
1350 * fast/repaint/overhanging-float-detach-repaint.html: Added.
1352 2013-01-14 Dominic Mazzoni <dmazzoni@google.com>
1354 AX: Need to implement ColorWellRole
1355 https://bugs.webkit.org/show_bug.cgi?id=106756
1357 Reviewed by Chris Fleizach.
1359 Adds a test of accessibility attributes for input type=color.
1361 * accessibility/color-well.html: Added.
1362 * platform/chromium/accessibility/color-well-expected.txt: Added.
1363 * platform/mac/accessibility/color-well-expected.txt: Added.
1365 2013-01-14 Stephen Chenney <schenney@chromium.org>
1367 Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia
1369 Unreviewed expectations clean-up.
1371 These files apparently need new baselines after the dashing optimization was removed.
1372 It's a little odd, so maybe the expectations for that bug were hiding these failures.
1373 Finally, hindi-spacing may be a flakey test.
1375 * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Removed.
1376 * platform/chromium-linux/fast/borders/border-image-01-expected.png: Added.
1377 * platform/chromium-linux/fast/borders/border-image-longhand-expected.png: Added.
1378 * platform/chromium-linux/fast/borders/border-image-repeat-expected.png: Added.
1379 * platform/chromium-linux/fast/borders/border-image-scrambled-expected.png: Added.
1380 * platform/chromium-linux/fast/borders/border-image-slices-expected.png: Added.
1381 * platform/chromium-linux/fast/borders/border-image-source-expected.png: Added.
1382 * platform/chromium-linux/fast/css/continuationCrash-expected.png:
1383 * platform/chromium-linux/fast/text/international/hindi-spacing-expected.png:
1384 * platform/chromium-win-xp/fast/borders/border-image-01-expected.png: Removed.
1385 * platform/chromium-win-xp/fast/borders/border-image-longhand-expected.png: Removed.
1386 * platform/chromium-win-xp/fast/borders/border-image-repeat-expected.png: Removed.
1387 * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Removed.
1388 * platform/chromium-win-xp/fast/borders/border-image-slices-expected.png: Removed.
1389 * platform/chromium-win-xp/fast/borders/border-image-source-expected.png: Removed.
1391 2013-01-11 Emil A Eklund <eae@chromium.org>
1393 offsetWidth/height incorrect for images when zoomed
1394 https://bugs.webkit.org/show_bug.cgi?id=106624
1396 Reviewed by Levi Weintraub.
1398 Add test for offsetWidth/Height for zoomed image.
1400 * fast/images/zoomed-offset-size-expected.txt: Added.
1401 * fast/images/zoomed-offset-size.html: Added.
1403 2013-01-14 Dominic Mazzoni <dmazzoni@google.com>
1405 Chromium: Error in AccessibilityUIElement::intValueGetterCallback
1406 https://bugs.webkit.org/show_bug.cgi?id=106682
1408 Reviewed by Chris Fleizach.
1410 Unskip accessibility/heading-level.html now that the bug is fixed.
1412 * platform/chromium/TestExpectations:
1414 2013-01-14 Stephen Chenney <schenney@chromium.org>
1416 [Chromium] More test expectations for Skia changes
1418 Unreviewed test expectations update.
1420 SVG failures of W3C tests. This should be the last.
1422 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1423 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
1424 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
1425 * platform/chromium-linux/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
1426 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
1427 * platform/chromium-linux/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
1428 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1429 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1430 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1431 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1432 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1433 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1434 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1435 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1436 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1437 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1438 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1439 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1440 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1441 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1442 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1443 * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1444 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
1445 * platform/chromium-linux/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
1446 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
1447 * platform/chromium-linux/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
1448 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1449 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1450 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1451 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1452 * platform/chromium-linux/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1453 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1454 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1455 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1456 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1457 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1458 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1459 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1460 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1461 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1462 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1463 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1464 * platform/chromium-linux/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1465 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
1466 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
1467 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
1468 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
1469 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
1470 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1471 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1472 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1473 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1474 * platform/chromium-linux/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
1475 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1476 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1477 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1478 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1479 * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
1480 * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1481 * platform/chromium-linux/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1482 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1483 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1484 * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1485 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
1486 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
1487 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
1488 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1489 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1490 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1491 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1492 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1493 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1494 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1495 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1496 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1497 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1498 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1499 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1500 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1501 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1502 * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
1503 * platform/chromium-linux/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
1504 * platform/chromium-linux/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
1505 * platform/chromium-linux/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1506 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1507 * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
1508 * platform/chromium-linux/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
1509 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
1510 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
1511 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
1512 * platform/chromium-mac-lion/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
1513 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1514 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1515 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1516 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1517 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1518 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1519 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1520 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1521 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1522 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1523 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1524 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1525 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1526 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1527 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1528 * platform/chromium-mac-lion/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1529 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
1530 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
1531 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
1532 * platform/chromium-mac-lion/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
1533 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1534 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1535 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1536 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1537 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1538 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1539 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1540 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1541 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1542 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1543 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1544 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1545 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1546 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1547 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1548 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1549 * platform/chromium-mac-lion/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1550 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
1551 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
1552 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
1553 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1554 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1555 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1556 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1557 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
1558 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1559 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1560 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1561 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1562 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
1563 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1564 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1565 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1566 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1567 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1568 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
1569 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
1570 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
1571 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1572 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1573 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1574 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1575 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1576 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1577 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1578 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1579 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1580 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1581 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1582 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1583 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1584 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1585 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
1586 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
1587 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
1588 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1589 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1590 * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
1591 * platform/chromium-mac-lion/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
1592 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
1593 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
1594 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
1595 * platform/chromium-mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
1596 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1597 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1598 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1599 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1600 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1601 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1602 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1603 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1604 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1605 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1606 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1607 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1608 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1609 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1610 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1611 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1612 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
1613 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
1614 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
1615 * platform/chromium-mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
1616 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1617 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1618 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1619 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1620 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1621 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1622 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1623 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1624 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1625 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1626 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1627 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1628 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1629 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1630 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1631 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1632 * platform/chromium-mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1633 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1634 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1635 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1636 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1637 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1638 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1639 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1640 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1641 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1642 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
1643 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1644 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1645 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1646 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1647 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1648 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1649 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1650 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1651 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
1652 * platform/chromium-mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
1653 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
1654 * platform/chromium-mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
1655 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1656 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1657 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1658 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1659 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1660 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1661 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1662 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1663 * platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1664 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1665 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1666 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1667 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1668 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1669 * platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1670 * platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1671 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
1672 * platform/chromium-mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
1673 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
1674 * platform/chromium-mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
1675 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
1676 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
1677 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
1678 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
1679 * platform/chromium-mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
1680 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
1681 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
1682 * platform/chromium-mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
1683 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
1684 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
1685 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
1686 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
1687 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
1688 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
1689 * platform/chromium-mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
1690 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
1691 * platform/chromium-mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
1692 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
1693 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
1694 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
1695 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
1696 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
1697 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1698 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1699 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1700 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1701 * platform/chromium-mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
1702 * platform/chromium-mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1703 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1704 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1705 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1706 * platform/chromium-mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
1707 * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1708 * platform/chromium-mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1709 * platform/chromium-mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1710 * platform/chromium-mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1711 * platform/chromium-mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1712 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
1713 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
1714 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
1715 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1716 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1717 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1718 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1719 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1720 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1721 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1722 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1723 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1724 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1725 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1726 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1727 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1728 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1729 * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
1730 * platform/chromium-mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
1731 * platform/chromium-mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
1732 * platform/chromium-mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1733 * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1734 * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
1735 * platform/chromium-mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
1736 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1737 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1738 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1739 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1740 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1741 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1742 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1743 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1744 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1745 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1746 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1747 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1748 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1749 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1750 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1751 * platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1752 * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1753 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
1754 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
1755 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
1756 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
1757 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
1758 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
1759 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
1760 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
1761 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
1762 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
1763 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
1764 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
1765 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
1766 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
1767 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
1768 * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
1769 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
1770 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
1771 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
1772 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
1773 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
1774 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1775 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1776 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1777 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1778 * platform/chromium-win/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
1779 * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1780 * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1781 * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1782 * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1783 * platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
1784 * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1785 * platform/chromium-win/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1786 * platform/chromium-win/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1787 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1788 * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1789 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
1790 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
1791 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
1792 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
1793 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1794 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1795 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1796 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1797 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1798 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1799 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1800 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1801 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1802 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1803 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1804 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1805 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1806 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1807 * platform/chromium-win/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
1808 * platform/chromium-win/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
1809 * platform/chromium-win/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
1810 * platform/chromium-win/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1811 * platform/chromium-win/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1812 * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
1813 * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
1815 2013-01-14 Stephen Chenney <schenney@chromium.org>
1817 [Chromium] More test expectations for Skia changes
1819 Unreviewed test expectations update.
1821 SVG failures all but W3C tests.
1823 * platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Removed.
1824 * platform/chromium-linux/svg/as-background-image/svg-as-background-6-expected.png:
1825 * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png:
1826 * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png:
1827 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
1828 * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png:
1829 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
1830 * platform/chromium-linux/svg/batik/text/textDecoration-expected.png:
1831 * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
1832 * platform/chromium-linux/svg/batik/text/textEffect2-expected.png:
1833 * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
1834 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
1835 * platform/chromium-linux/svg/batik/text/textProperties-expected.png:
1836 * platform/chromium-linux/svg/batik/text/textStyles-expected.png:
1837 * platform/chromium-linux/svg/css/circle-in-mask-with-shadow-expected.png:
1838 * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
1839 * platform/chromium-linux/svg/css/mask-with-shadow-expected.png:
1840 * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png:
1841 * platform/chromium-linux/svg/css/text-shadow-multiple-expected.png:
1842 * platform/chromium-linux/svg/custom/absolute-sized-content-with-resources-expected.png:
1843 * platform/chromium-linux/svg/custom/circular-marker-reference-2-expected.png:
1844 * platform/chromium-linux/svg/custom/clone-element-with-animated-svg-properties-expected.png:
1845 * platform/chromium-linux/svg/custom/dasharrayOrigin-expected.png:
1846 * platform/chromium-linux/svg/custom/dominant-baseline-hanging-expected.png:
1847 * platform/chromium-linux/svg/custom/fill-fallback-expected.png:
1848 * platform/chromium-linux/svg/custom/focus-ring-expected.png:
1849 * platform/chromium-linux/svg/custom/foreign-object-skew-expected.png:
1850 * platform/chromium-linux/svg/custom/gradient-cycle-detection-expected.png:
1851 * platform/chromium-linux/svg/custom/gradient-deep-referencing-expected.png:
1852 * platform/chromium-linux/svg/custom/gradient-rotated-bbox-expected.png:
1853 * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
1854 * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
1855 * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.png:
1856 * platform/chromium-linux/svg/custom/invalid-css-expected.png:
1857 * platform/chromium-linux/svg/custom/invalid-uri-stroke-expected.png:
1858 * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
1859 * platform/chromium-linux/svg/custom/js-update-bounce-expected.png:
1860 * platform/chromium-linux/svg/custom/js-update-stop-linked-gradient-expected.png:
1861 * platform/chromium-linux/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
1862 * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.png:
1863 * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-expected.png:
1864 * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
1865 * platform/chromium-linux/svg/custom/linking-a-03-b-viewTarget-expected.png:
1866 * platform/chromium-linux/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
1867 * platform/chromium-linux/svg/custom/non-circular-marker-reference-expected.png:
1868 * platform/chromium-linux/svg/custom/non-scaling-stroke-expected.png: Added.
1869 * platform/chromium-linux/svg/custom/radialGradient-focal-radius-expected.png: Added.
1870 * platform/chromium-linux/svg/custom/recursive-gradient-expected.png:
1871 * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png:
1872 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
1873 * platform/chromium-linux/svg/custom/stroke-fallback-expected.png:
1874 * platform/chromium-linux/svg/custom/stroke-opacity-update-expected.png:
1875 * platform/chromium-linux/svg/custom/stroked-pattern-expected.png:
1876 * platform/chromium-linux/svg/custom/text-repaint-including-stroke-expected.png:
1877 * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png:
1878 * platform/chromium-linux/svg/custom/use-detach-expected.png:
1879 * platform/chromium-linux/svg/custom/use-on-text-expected.png:
1880 * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png:
1881 * platform/chromium-mac-lion/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1882 * platform/chromium-mac-lion/svg/as-background-image/svg-as-background-6-expected.png:
1883 * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-expected.png:
1884 * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
1885 * platform/chromium-mac-lion/svg/as-image/animated-svg-as-image-same-image-expected.png:
1886 * platform/chromium-mac-lion/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
1887 * platform/chromium-mac-lion/svg/batik/masking/maskRegions-expected.png:
1888 * platform/chromium-mac-lion/svg/batik/paints/gradientLimit-expected.png:
1889 * platform/chromium-mac-lion/svg/batik/paints/patternRegions-expected.png:
1890 * platform/chromium-mac-lion/svg/batik/paints/patternRegions-positioned-objects-expected.png:
1891 * platform/chromium-mac-lion/svg/batik/text/smallFonts-expected.png:
1892 * platform/chromium-mac-lion/svg/batik/text/textDecoration-expected.png:
1893 * platform/chromium-mac-lion/svg/batik/text/textEffect-expected.png:
1894 * platform/chromium-mac-lion/svg/batik/text/textEffect2-expected.png:
1895 * platform/chromium-mac-lion/svg/batik/text/textEffect3-expected.png:
1896 * platform/chromium-mac-lion/svg/batik/text/textFeatures-expected.png:
1897 * platform/chromium-mac-lion/svg/batik/text/textProperties-expected.png:
1898 * platform/chromium-mac-lion/svg/batik/text/textStyles-expected.png:
1899 * platform/chromium-mac-lion/svg/carto.net/combobox-expected.png:
1900 * platform/chromium-mac-lion/svg/carto.net/selectionlist-expected.png: Added.
1901 * platform/chromium-mac-lion/svg/css/group-with-shadow-expected.png:
1902 * platform/chromium-mac-lion/svg/css/text-gradient-shadow-expected.png:
1903 * platform/chromium-mac-lion/svg/css/text-shadow-multiple-expected.png:
1904 * platform/chromium-mac-lion/svg/custom/absolute-sized-content-with-resources-expected.png:
1905 * platform/chromium-mac-lion/svg/custom/clone-element-with-animated-svg-properties-expected.png:
1906 * platform/chromium-mac-lion/svg/custom/dominant-baseline-hanging-expected.png:
1907 * platform/chromium-mac-lion/svg/custom/fill-fallback-expected.png:
1908 * platform/chromium-mac-lion/svg/custom/focus-ring-expected.png:
1909 * platform/chromium-mac-lion/svg/custom/gradient-cycle-detection-expected.png:
1910 * platform/chromium-mac-lion/svg/custom/gradient-deep-referencing-expected.png:
1911 * platform/chromium-mac-lion/svg/custom/image-small-width-height-expected.png:
1912 * platform/chromium-mac-lion/svg/custom/inline-svg-in-xhtml-expected.png:
1913 * platform/chromium-mac-lion/svg/custom/invalid-css-expected.png:
1914 * platform/chromium-mac-lion/svg/custom/invalid-uri-stroke-expected.png:
1915 * platform/chromium-mac-lion/svg/custom/js-late-gradient-and-object-creation-expected.png:
1916 * platform/chromium-mac-lion/svg/custom/js-update-stop-linked-gradient-expected.png:
1917 * platform/chromium-mac-lion/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
1918 * platform/chromium-mac-lion/svg/custom/linking-a-03-b-transform-expected.png:
1919 * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-expected.png:
1920 * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
1921 * platform/chromium-mac-lion/svg/custom/linking-a-03-b-viewTarget-expected.png:
1922 * platform/chromium-mac-lion/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
1923 * platform/chromium-mac-lion/svg/custom/recursive-gradient-expected.png:
1924 * platform/chromium-mac-lion/svg/custom/relative-sized-content-with-resources-expected.png:
1925 * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
1926 * platform/chromium-mac-lion/svg/custom/stroke-fallback-expected.png:
1927 * platform/chromium-mac-lion/svg/custom/stroked-pattern-expected.png:
1928 * platform/chromium-mac-lion/svg/custom/text-repaint-including-stroke-expected.png:
1929 * platform/chromium-mac-lion/svg/custom/text-rotated-gradient-expected.png:
1930 * platform/chromium-mac-lion/svg/custom/use-detach-expected.png:
1931 * platform/chromium-mac-lion/svg/custom/use-on-text-expected.png:
1932 * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1933 * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
1934 * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png:
1935 * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
1936 * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png:
1937 * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
1938 * platform/chromium-mac-snowleopard/svg/batik/masking/maskRegions-expected.png:
1939 * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png:
1940 * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-expected.png:
1941 * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-positioned-objects-expected.png:
1942 * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
1943 * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
1944 * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png:
1945 * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png:
1946 * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png:
1947 * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
1948 * platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.png:
1949 * platform/chromium-mac-snowleopard/svg/batik/text/textStyles-expected.png:
1950 * platform/chromium-mac-snowleopard/svg/carto.net/combobox-expected.png:
1951 * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.png:
1952 * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
1953 * platform/chromium-mac-snowleopard/svg/custom/absolute-sized-content-with-resources-expected.png:
1954 * platform/chromium-mac-snowleopard/svg/custom/clone-element-with-animated-svg-properties-expected.png:
1955 * platform/chromium-mac-snowleopard/svg/custom/dominant-baseline-hanging-expected.png:
1956 * platform/chromium-mac-snowleopard/svg/custom/fill-fallback-expected.png:
1957 * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
1958 * platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
1959 * platform/chromium-mac-snowleopard/svg/custom/gradient-cycle-detection-expected.png:
1960 * platform/chromium-mac-snowleopard/svg/custom/gradient-deep-referencing-expected.png:
1961 * platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
1962 * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
1963 * platform/chromium-mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png:
1964 * platform/chromium-mac-snowleopard/svg/custom/js-update-stop-linked-gradient-expected.png:
1965 * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
1966 * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewTarget-expected.png:
1967 * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
1968 * platform/chromium-mac-snowleopard/svg/custom/recursive-gradient-expected.png:
1969 * platform/chromium-mac-snowleopard/svg/custom/relative-sized-content-with-resources-expected.png:
1970 * platform/chromium-mac-snowleopard/svg/custom/stroke-fallback-expected.png:
1971 * platform/chromium-mac-snowleopard/svg/custom/stroked-pattern-expected.png:
1972 * platform/chromium-mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
1973 * platform/chromium-mac/svg/as-background-image/background-image-tiled-expected.png:
1974 * platform/chromium-mac/svg/as-background-image/svg-as-background-2-expected.png:
1975 * platform/chromium-mac/svg/as-background-image/svg-as-background-6-expected.png:
1976 * platform/chromium-mac/svg/as-image/animated-svg-as-image-expected.png:
1977 * platform/chromium-mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
1978 * platform/chromium-mac/svg/as-image/animated-svg-as-image-same-image-expected.png:
1979 * platform/chromium-mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
1980 * platform/chromium-mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
1981 * platform/chromium-mac/svg/batik/masking/maskRegions-expected.png:
1982 * platform/chromium-mac/svg/batik/paints/gradientLimit-expected.png:
1983 * platform/chromium-mac/svg/batik/paints/patternRegions-expected.png:
1984 * platform/chromium-mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
1985 * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
1986 * platform/chromium-mac/svg/batik/text/textDecoration-expected.png:
1987 * platform/chromium-mac/svg/batik/text/textEffect-expected.png:
1988 * platform/chromium-mac/svg/batik/text/textEffect2-expected.png:
1989 * platform/chromium-mac/svg/batik/text/textEffect3-expected.png:
1990 * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
1991 * platform/chromium-mac/svg/batik/text/textProperties-expected.png:
1992 * platform/chromium-mac/svg/batik/text/textStyles-expected.png:
1993 * platform/chromium-mac/svg/carto.net/combobox-expected.png:
1994 * platform/chromium-mac/svg/carto.net/selectionlist-expected.png:
1995 * platform/chromium-mac/svg/css/circle-in-mask-with-shadow-expected.png:
1996 * platform/chromium-mac/svg/css/group-with-shadow-expected.png:
1997 * platform/chromium-mac/svg/css/mask-with-shadow-expected.png:
1998 * platform/chromium-mac/svg/css/text-gradient-shadow-expected.png:
1999 * platform/chromium-mac/svg/css/text-shadow-multiple-expected.png:
2000 * platform/chromium-mac/svg/custom/absolute-sized-content-with-resources-expected.png:
2001 * platform/chromium-mac/svg/custom/circular-marker-reference-2-expected.png:
2002 * platform/chromium-mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
2003 * platform/chromium-mac/svg/custom/dasharrayOrigin-expected.png:
2004 * platform/chromium-mac/svg/custom/deep-dynamic-updates-expected.png:
2005 * platform/chromium-mac/svg/custom/dominant-baseline-hanging-expected.png:
2006 * platform/chromium-mac/svg/custom/fill-fallback-expected.png:
2007 * platform/chromium-mac/svg/custom/focus-ring-expected.png:
2008 * platform/chromium-mac/svg/custom/gradient-add-stops-expected.png:
2009 * platform/chromium-mac/svg/custom/gradient-cycle-detection-expected.png:
2010 * platform/chromium-mac/svg/custom/gradient-deep-referencing-expected.png:
2011 * platform/chromium-mac/svg/custom/gradient-rotated-bbox-expected.png:
2012 * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png:
2013 * platform/chromium-mac/svg/custom/gradient-stop-style-change-expected.png:
2014 * platform/chromium-mac/svg/custom/gradient-stroke-width-expected.png:
2015 * platform/chromium-mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
2016 * platform/chromium-mac/svg/custom/group-opacity-expected.png:
2017 * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
2018 * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
2019 * platform/chromium-mac/svg/custom/invalid-css-expected.png:
2020 * platform/chromium-mac/svg/custom/invalid-uri-stroke-expected.png:
2021 * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
2022 * platform/chromium-mac/svg/custom/js-update-bounce-expected.png:
2023 * platform/chromium-mac/svg/custom/js-update-gradient-expected.png:
2024 * platform/chromium-mac/svg/custom/js-update-stop-expected.png:
2025 * platform/chromium-mac/svg/custom/js-update-stop-linked-gradient-expected.png:
2026 * platform/chromium-mac/svg/custom/large-bounding-box-percents-expected.png:
2027 * platform/chromium-mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
2028 * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
2029 * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-expected.png:
2030 * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
2031 * platform/chromium-mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
2032 * platform/chromium-mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
2033 * platform/chromium-mac/svg/custom/non-circular-marker-reference-expected.png:
2034 * platform/chromium-mac/svg/custom/non-scaling-stroke-expected.png:
2035 * platform/chromium-mac/svg/custom/radialGradient-focal-radius-expected.png:
2036 * platform/chromium-mac/svg/custom/recursive-gradient-expected.png:
2037 * platform/chromium-mac/svg/custom/relative-sized-content-with-resources-expected.png:
2038 * platform/chromium-mac/svg/custom/resource-client-removal-expected.png:
2039 * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
2040 * platform/chromium-mac/svg/custom/stroke-fallback-expected.png:
2041 * platform/chromium-mac/svg/custom/stroke-opacity-update-expected.png:
2042 * platform/chromium-mac/svg/custom/stroked-pattern-expected.png:
2043 * platform/chromium-mac/svg/custom/text-repaint-including-stroke-expected.png:
2044 * platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png:
2045 * platform/chromium-mac/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
2046 * platform/chromium-mac/svg/custom/uri-reference-handling-expected.png: Added.
2047 * platform/chromium-mac/svg/custom/use-detach-expected.png:
2048 * platform/chromium-mac/svg/custom/use-on-text-expected.png:
2049 * platform/chromium-mac/svg/custom/use-setAttribute-crash-expected.png:
2050 * platform/chromium-mac/svg/custom/xlink-custom-namespace-expected.png: Added.
2051 * platform/chromium-win-xp/svg/as-background-image/svg-as-background-1-expected.png: Added.
2052 * platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png:
2053 * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png:
2054 * platform/chromium-win-xp/svg/custom/image-small-width-height-expected.png: Removed.
2055 * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png:
2056 * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
2057 * platform/chromium-win/svg/as-background-image/background-image-tiled-expected.png:
2058 * platform/chromium-win/svg/as-background-image/svg-as-background-1-expected.png:
2059 * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
2060 * platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
2061 * platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
2062 * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png:
2063 * platform/chromium-win/svg/as-image/animated-svg-as-image-same-image-expected.png:
2064 * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
2065 * platform/chromium-win/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png:
2066 * platform/chromium-win/svg/batik/masking/maskRegions-expected.png:
2067 * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
2068 * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
2069 * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png:
2070 * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
2071 * platform/chromium-win/svg/batik/text/textEffect-expected.png:
2072 * platform/chromium-win/svg/batik/text/textEffect2-expected.png:
2073 * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
2074 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
2075 * platform/chromium-win/svg/batik/text/textProperties-expected.png:
2076 * platform/chromium-win/svg/batik/text/textStyles-expected.png:
2077 * platform/chromium-win/svg/carto.net/combobox-expected.png:
2078 * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
2079 * platform/chromium-win/svg/css/circle-in-mask-with-shadow-expected.png:
2080 * platform/chromium-win/svg/css/group-with-shadow-expected.png:
2081 * platform/chromium-win/svg/css/mask-with-shadow-expected.png:
2082 * platform/chromium-win/svg/css/text-gradient-shadow-expected.png:
2083 * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
2084 * platform/chromium-win/svg/custom/absolute-sized-content-with-resources-expected.png:
2085 * platform/chromium-win/svg/custom/circular-marker-reference-2-expected.png:
2086 * platform/chromium-win/svg/custom/clone-element-with-animated-svg-properties-expected.png:
2087 * platform/chromium-win/svg/custom/dasharrayOrigin-expected.png:
2088 * platform/chromium-win/svg/custom/deep-dynamic-updates-expected.png:
2089 * platform/chromium-win/svg/custom/dominant-baseline-hanging-expected.png:
2090 * platform/chromium-win/svg/custom/fill-fallback-expected.png:
2091 * platform/chromium-win/svg/custom/focus-ring-expected.png:
2092 * platform/chromium-win/svg/custom/gradient-add-stops-expected.png: Added.
2093 * platform/chromium-win/svg/custom/gradient-cycle-detection-expected.png:
2094 * platform/chromium-win/svg/custom/gradient-deep-referencing-expected.png:
2095 * platform/chromium-win/svg/custom/gradient-rotated-bbox-expected.png:
2096 * platform/chromium-win/svg/custom/gradient-stop-corner-cases-expected.png:
2097 * platform/chromium-win/svg/custom/gradient-stop-style-change-expected.png: Added.
2098 * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
2099 * platform/chromium-win/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
2100 * platform/chromium-win/svg/custom/group-opacity-expected.png:
2101 * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
2102 * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
2103 * platform/chromium-win/svg/custom/invalid-css-expected.png:
2104 * platform/chromium-win/svg/custom/invalid-uri-stroke-expected.png:
2105 * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
2106 * platform/chromium-win/svg/custom/js-update-bounce-expected.png:
2107 * platform/chromium-win/svg/custom/js-update-gradient-expected.png:
2108 * platform/chromium-win/svg/custom/js-update-stop-expected.png:
2109 * platform/chromium-win/svg/custom/js-update-stop-linked-gradient-expected.png:
2110 * platform/chromium-win/svg/custom/large-bounding-box-percents-expected.png:
2111 * platform/chromium-win/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
2112 * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
2113 * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-expected.png:
2114 * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
2115 * platform/chromium-win/svg/custom/linking-a-03-b-viewTarget-expected.png:
2116 * platform/chromium-win/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
2117 * platform/chromium-win/svg/custom/non-circular-marker-reference-expected.png:
2118 * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
2119 * platform/chromium-win/svg/custom/radialGradient-focal-radius-expected.png:
2120 * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
2121 * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png:
2122 * platform/chromium-win/svg/custom/resource-client-removal-expected.png: Added.
2123 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
2124 * platform/chromium-win/svg/custom/stroke-fallback-expected.png:
2125 * platform/chromium-win/svg/custom/stroke-opacity-update-expected.png:
2126 * platform/chromium-win/svg/custom/stroked-pattern-expected.png:
2127 * platform/chromium-win/svg/custom/text-repaint-including-stroke-expected.png:
2128 * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
2129 * platform/chromium-win/svg/custom/transformed-pattern-clamp-svg-root-expected.png:
2130 * platform/chromium-win/svg/custom/uri-reference-handling-expected.png: Added.
2131 * platform/chromium-win/svg/custom/use-detach-expected.png:
2132 * platform/chromium-win/svg/custom/use-on-text-expected.png:
2133 * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png:
2134 * platform/chromium-win/svg/custom/xlink-custom-namespace-expected.png: Added.
2135 * platform/chromium/TestExpectations:
2136 * platform/chromium/svg/custom/gradient-add-stops-expected.png: Removed.
2137 * platform/chromium/svg/custom/gradient-stop-style-change-expected.png: Removed.
2138 * platform/chromium/svg/custom/resource-client-removal-expected.png: Removed.
2139 * platform/chromium/svg/custom/uri-reference-handling-expected.png: Removed.
2140 * platform/chromium/svg/custom/xlink-custom-namespace-expected.png: Removed.
2141 * platform/efl/svg/custom/gradient-deep-referencing-expected.png: Removed.
2142 * platform/gtk/svg/custom/gradient-deep-referencing-expected.png: Removed.
2143 * svg/custom/gradient-deep-referencing-expected.png: Added.
2145 2013-01-14 Stephen Chenney <schenney@chromium.org>
2147 [Chromium] More test expectations for Skia changes
2149 Unreviewed test expectations update.
2151 SVG failures in directories after dynamic-updates now fixed.
2153 * platform/chromium-linux-x86/svg/dynamic-updates: Removed.
2154 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2155 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2156 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2157 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2158 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
2159 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
2160 * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
2161 * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
2162 * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
2163 * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
2164 * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
2165 * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
2166 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
2167 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
2168 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
2169 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
2170 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
2171 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
2172 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
2173 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
2174 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
2175 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
2176 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
2177 * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
2178 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
2179 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
2180 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
2181 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
2182 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
2183 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
2184 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
2185 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
2186 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
2187 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
2188 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
2189 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
2190 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
2191 * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
2192 * platform/chromium-linux/svg/filters/feDropShadow-expected.png:
2193 * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png:
2194 * platform/chromium-linux/svg/hixie/error/017-expected.png:
2195 * platform/chromium-linux/svg/hixie/perf/005-expected.png:
2196 * platform/chromium-linux/svg/hixie/perf/006-expected.png:
2197 * platform/chromium-linux/svg/text/selection-background-color-expected.png:
2198 * platform/chromium-linux/svg/text/selection-styles-expected.png:
2199 * platform/chromium-linux/svg/text/small-fonts-3-expected.png:
2200 * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
2201 * platform/chromium-linux/svg/text/text-text-08-b-expected.png:
2202 * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
2203 * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
2204 * platform/chromium-linux/svg/wicd/rightsizing-grid-expected.png:
2205 * platform/chromium-linux/svg/wicd/sizing-flakiness-expected.png:
2206 * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
2207 * platform/chromium-linux/svg/wicd/test-scalable-background-image2-expected.png:
2208 * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
2209 * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2210 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
2211 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2212 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2213 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2214 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2215 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
2216 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
2217 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
2218 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
2219 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
2220 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
2221 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
2222 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
2223 * platform/chromium-mac-lion/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
2224 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
2225 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
2226 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
2227 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
2228 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
2229 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
2230 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
2231 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
2232 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
2233 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
2234 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
2235 * platform/chromium-mac-lion/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
2236 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
2237 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
2238 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
2239 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
2240 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
2241 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
2242 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
2243 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
2244 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
2245 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
2246 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
2247 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
2248 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
2249 * platform/chromium-mac-lion/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
2250 * platform/chromium-mac-lion/svg/hixie/error/017-expected.png:
2251 * platform/chromium-mac-lion/svg/hixie/perf/005-expected.png:
2252 * platform/chromium-mac-lion/svg/hixie/perf/006-expected.png:
2253 * platform/chromium-mac-lion/svg/hixie/perf/007-expected.png:
2254 * platform/chromium-mac-lion/svg/text/selection-background-color-expected.png:
2255 * platform/chromium-mac-lion/svg/text/selection-styles-expected.png:
2256 * platform/chromium-mac-lion/svg/text/small-fonts-3-expected.png:
2257 * platform/chromium-mac-lion/svg/text/text-deco-01-b-expected.png:
2258 * platform/chromium-mac-lion/svg/text/text-text-08-b-expected.png:
2259 * platform/chromium-mac-lion/svg/transforms/animated-path-inside-transformed-html-expected.png:
2260 * platform/chromium-mac-lion/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
2261 * platform/chromium-mac-lion/svg/wicd/rightsizing-grid-expected.png:
2262 * platform/chromium-mac-lion/svg/wicd/sizing-flakiness-expected.png:
2263 * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image1-expected.png:
2264 * platform/chromium-mac-lion/svg/wicd/test-scalable-background-image2-expected.png:
2265 * platform/chromium-mac-lion/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2266 * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
2267 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2268 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2269 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2270 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2271 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
2272 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
2273 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
2274 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
2275 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
2276 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
2277 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
2278 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
2279 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
2280 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
2281 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
2282 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
2283 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
2284 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
2285 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
2286 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
2287 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
2288 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
2289 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
2290 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
2291 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
2292 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
2293 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
2294 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
2295 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
2296 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
2297 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
2298 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
2299 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
2300 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
2301 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
2302 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
2303 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
2304 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
2305 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
2306 * platform/chromium-mac-snowleopard/svg/text/text-deco-01-b-expected.png:
2307 * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.png:
2308 * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
2309 * platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
2310 * platform/chromium-mac-snowleopard/svg/wicd/rightsizing-grid-expected.png:
2311 * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
2312 * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
2313 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2314 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
2315 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2316 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2317 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2318 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2319 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
2320 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
2321 * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
2322 * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
2323 * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
2324 * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
2325 * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
2326 * platform/chromium-mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
2327 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
2328 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
2329 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
2330 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
2331 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
2332 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
2333 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
2334 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
2335 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
2336 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
2337 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
2338 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
2339 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
2340 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
2341 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
2342 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
2343 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
2344 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
2345 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
2346 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
2347 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
2348 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
2349 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
2350 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
2351 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
2352 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
2353 * platform/chromium-mac/svg/filters/feColorMatrix-saturate-expected.png:
2354 * platform/chromium-mac/svg/filters/feDropShadow-expected.png:
2355 * platform/chromium-mac/svg/filters/feImage-late-indirect-update-expected.png:
2356 * platform/chromium-mac/svg/filters/feTile-expected.png:
2357 * platform/chromium-mac/svg/hixie/error/017-expected.png:
2358 * platform/chromium-mac/svg/hixie/perf/005-expected.png:
2359 * platform/chromium-mac/svg/hixie/perf/006-expected.png:
2360 * platform/chromium-mac/svg/hixie/perf/007-expected.png:
2361 * platform/chromium-mac/svg/repaint/inner-svg-change-viewBox-expected.png:
2362 * platform/chromium-mac/svg/text/selection-background-color-expected.png:
2363 * platform/chromium-mac/svg/text/selection-styles-expected.png:
2364 * platform/chromium-mac/svg/text/small-fonts-3-expected.png:
2365 * platform/chromium-mac/svg/text/text-deco-01-b-expected.png:
2366 * platform/chromium-mac/svg/text/text-text-08-b-expected.png:
2367 * platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
2368 * platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
2369 * platform/chromium-mac/svg/wicd/rightsizing-grid-expected.png:
2370 * platform/chromium-mac/svg/wicd/sizing-flakiness-expected.png:
2371 * platform/chromium-mac/svg/wicd/test-scalable-background-image1-expected.png:
2372 * platform/chromium-mac/svg/wicd/test-scalable-background-image2-expected.png:
2373 * platform/chromium-mac/svg/zoom/page/zoom-background-image-tiled-expected.png:
2374 * platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
2375 * platform/chromium-mac/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2376 * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
2377 * platform/chromium-win-xp/svg/dynamic-updates: Removed.
2378 * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2379 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
2380 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
2381 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
2382 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
2383 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
2384 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
2385 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
2386 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
2387 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
2388 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
2389 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
2390 * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
2391 * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
2392 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
2393 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
2394 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
2395 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
2396 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
2397 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
2398 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
2399 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
2400 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
2401 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
2402 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
2403 * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
2404 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
2405 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
2406 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
2407 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
2408 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
2409 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
2410 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
2411 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
2412 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
2413 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
2414 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
2415 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
2416 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
2417 * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
2418 * platform/chromium-win/svg/filters/feColorMatrix-saturate-expected.png:
2419 * platform/chromium-win/svg/filters/feDropShadow-expected.png:
2420 * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png:
2421 * platform/chromium-win/svg/filters/feTile-expected.png:
2422 * platform/chromium-win/svg/hixie/error/017-expected.png:
2423 * platform/chromium-win/svg/hixie/perf/005-expected.png:
2424 * platform/chromium-win/svg/hixie/perf/006-expected.png:
2425 * platform/chromium-win/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
2426 * platform/chromium-win/svg/text/selection-background-color-expected.png:
2427 * platform/chromium-win/svg/text/selection-styles-expected.png:
2428 * platform/chromium-win/svg/text/small-fonts-3-expected.png:
2429 * platform/chromium-win/svg/text/text-deco-01-b-expected.png:
2430 * platform/chromium-win/svg/text/text-text-08-b-expected.png:
2431 * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
2432 * platform/chromium-win/svg/wicd/rightsizing-grid-expected.png:
2433 * platform/chromium-win/svg/wicd/sizing-flakiness-expected.png:
2434 * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
2435 * platform/chromium-win/svg/wicd/test-scalable-background-image2-expected.png:
2436 * platform/chromium-win/svg/zoom/page/zoom-background-image-tiled-expected.png:
2437 * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
2438 * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
2439 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
2440 * platform/chromium/TestExpectations:
2441 * platform/chromium/svg/repaint/inner-svg-change-viewBox-expected.png: Removed.
2443 2013-01-14 Levi Weintraub <leviw@chromium.org>
2445 Unreviewed gardening. Removing entry for editing/spelling/spellcheck-sequencenum.html
2446 in Chromium test expectations. Tony fixed the issue in r139636.
2448 * platform/chromium/TestExpectations:
2450 2013-01-14 Tony Chang <tony@chromium.org>
2452 Layout Test editing/spelling/spellcheck-sequencenum.html is flaky on Debug Win Chromium Bot
2453 https://bugs.webkit.org/show_bug.cgi?id=106806
2455 Reviewed by Levi Weintraub.
2457 This test manually calls waitUntilDone and uses js-test-pre.js/js-test-post.js. This confuses
2458 the timing of the "PASS successfullyParsed is true" output. Fix this by using the helper
2459 functions in js-test-pre.js for waitUntilDone/notifyDone.
2461 * editing/spelling/spellcheck-sequencenum-expected.txt:
2462 * editing/spelling/spellcheck-sequencenum.html:
2463 * platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Removed.
2465 2013-01-14 Levi Weintraub <leviw@chromium.org>
2467 Unreviewed gardening. Marking fast/dom/HTMLTemplateElement/inertContents.html
2468 as flaky on Chromium Debug bots.
2470 * platform/chromium/TestExpectations:
2472 2013-01-14 Michael Pruett <michael@68k.org>
2474 IndexedDB: Fix test for error message in storage/indexeddb/transaction-complete-workers.html
2475 https://bugs.webkit.org/show_bug.cgi?id=106805
2477 Reviewed by Tony Chang.
2479 V8 prepends "Uncaught " to uncaught exceptions, while JSC does not.
2480 Either form of the error message should be acceptable.
2482 * storage/indexeddb/transaction-complete-workers.html:
2484 2013-01-14 Levi Weintraub <leviw@chromium.org>
2486 Unreviewed gardening. Marking editing/spelling/spellcheck-sequencenum.html
2487 as flaky on Chromium Win Debug bots.
2489 * platform/chromium/TestExpectations:
2491 2013-01-14 Stephen Chenney <schenney@chromium.org>
2493 Re-enabling the SK_DISABLE_DASHING_OPTIMIZATION flag for Skia
2495 Unreviewed expectations clean-up.
2497 Removing the expectations associated with the flag.
2499 * platform/chromium/TestExpectations:
2501 2013-01-14 Tommy Widenflycht <tommyw@google.com>
2503 MediaStream API: Update MediaStreamTrack::readyState to match specification
2504 https://bugs.webkit.org/show_bug.cgi?id=106781
2506 Reviewed by Adam Barth.
2508 * fast/mediastream/MediaStreamTrack-expected.txt:
2509 * fast/mediastream/MediaStreamTrack.html:
2511 2013-01-14 Andrey Lushnikov <lushnikov@chromium.org>
2513 Web Inspector: add text editor formatter test
2514 https://bugs.webkit.org/show_bug.cgi?id=106705
2516 Reviewed by Pavel Feldman.
2518 Adds a test checking text editor formatting.
2519 The test creates a new text editor and fills it in with some
2520 code by the means of simulated key and textInput events.
2522 * inspector/editor/text-editor-formatter-expected.txt: Added.
2523 * inspector/editor/text-editor-formatter.html: Added.
2525 2013-01-14 Vsevolod Vlasov <vsevik@chromium.org>
2527 Web Inspector: Audit Tool's False Positive on Set-Cookie header
2528 https://bugs.webkit.org/show_bug.cgi?id=106794
2530 Reviewed by Pavel Feldman.
2532 * http/tests/inspector/audits/resources/abe.png: Renamed from LayoutTests/inspector/audits/resources/abe.png.
2533 * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive-expected.txt: Added.
2534 * http/tests/inspector/audits/set-cookie-header-audit-no-false-positive.html: Added.
2536 2013-01-14 Tommy Widenflycht <tommyw@google.com>
2538 MediaStream API: Update the track accessors on MediaStream to match the latest specification
2539 https://bugs.webkit.org/show_bug.cgi?id=106660
2541 Reviewed by Adam Barth.
2543 Updating and expanding tests for the new getAudioTracks()/getVideoTracks().
2545 * fast/mediastream/MediaStreamConstructor-expected.txt:
2546 * fast/mediastream/MediaStreamConstructor.html:
2547 * fast/mediastream/MediaStreamTrack.html:
2548 * fast/mediastream/MediaStreamTrackList-expected.txt:
2549 * fast/mediastream/MediaStreamTrackList.html:
2550 * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
2551 * fast/mediastream/RTCPeerConnection-statsSelector.html:
2552 * fast/mediastream/getusermedia-expected.txt:
2553 * fast/mediastream/getusermedia.html:
2554 * webaudio/mediastreamaudiosourcenode-expected.txt:
2555 * webaudio/mediastreamaudiosourcenode.html:
2557 2013-01-14 Alexander Pavlov <apavlov@chromium.org>
2559 Web Inspector: [Styles] Color names parsed inside "background-image" values
2560 https://bugs.webkit.org/show_bug.cgi?id=106770
2562 Reviewed by Pavel Feldman.
2564 * inspector/styles/url-color-swatch-expected.txt: Added.
2565 * inspector/styles/url-color-swatch.html: Added.
2567 2013-01-14 Andrey Lushnikov <lushnikov@chromium.org>
2569 Web Inspector: InspectorTest.createTestEditor should not set any text in editor
2570 https://bugs.webkit.org/show_bug.cgi?id=106772
2572 Reviewed by Pavel Feldman.
2574 Add InspectorTest.fillEditorWithText helper method and remove this
2575 functionality from InspectorTest.createTestEditor method.
2577 * inspector/editor/editor-test.js:
2578 (initialize_EditorTests.InspectorTest.createTestEditor): Removed functionality for setting editor text.
2579 (initialize_EditorTests.InspectorTest.fillEditorWithText): Added.
2580 * inspector/editor/text-editor-remove-chunks-from-dom.html:
2581 * inspector/editor/text-editor-selection.html:
2582 * inspector/editor/text-editor-type-over-decoration.html:
2584 2013-01-14 Csaba Osztrogonác <ossy@webkit.org>
2586 [Qt] Unreviewed gardening, skip a new asserting test to paint the bots green.
2588 * platform/qt/TestExpectations:
2590 2013-01-14 Tommy Widenflycht <tommyw@google.com>
2592 MediaStream API: Change MediaStream::readyState to an boolean attribute called ended.
2593 https://bugs.webkit.org/show_bug.cgi?id=106568
2595 Reviewed by Adam Barth.
2597 * fast/mediastream/LocalMediaStream-onended-expected.txt:
2598 * fast/mediastream/LocalMediaStream-onended.html:
2600 2013-01-14 Andrei Bucur <abucur@adobe.com>
2602 Crash caused by incomplete cleanup of regions information for anonymous block
2603 https://bugs.webkit.org/show_bug.cgi?id=106191
2605 Reviewed by Abhishek Arya.
2607 * fast/regions/remove-leftover-anon-block-crash-expected.txt: Added.
2608 * fast/regions/remove-leftover-anon-block-crash.html: Added.
2610 2013-01-14 Pablo Flouret <pablof@motorola.com>
2612 Allow nesting of at-rules
2613 https://bugs.webkit.org/show_bug.cgi?id=106696
2615 Reviewed by Allan Sandfeld Jensen.
2617 * fast/css/nested-at-rules-expected.txt: Added.
2618 * fast/css/nested-at-rules.html: Added.
2620 2013-01-13 Noel Gordon <noel.gordon@gmail.com>
2622 [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg everywhere
2624 Unreviewed w/end gardening.
2626 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
2627 * platform/chromium-mac-lion/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
2628 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
2629 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
2630 * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
2631 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2632 * platform/chromium/TestExpectations:
2634 2013-01-13 Christophe Dumez <christophe.dumez@intel.com>
2636 Unreviewed EFL gardening.
2638 Mark accessibility/render-counter-text.html as flaky
2639 on EFL port since it sometimes crashes.
2641 * platform/efl/TestExpectations:
2643 2013-01-13 Levi Weintraub <leviw@chromium.org>
2645 Unreviewed gardening. Marking media/track/track-css-cue-lifetime.html as a flaky timeout on Debug
2648 * platform/chromium/TestExpectations:
2650 2013-01-13 Noel Gordon <noel.gordon@gmail.com>
2652 [chromium] Optimize svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux and win
2654 Unreviewed w/end gardening.
2656 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
2657 * 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.
2658 * 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.
2659 * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
2660 * 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.
2661 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2663 2013-01-13 Levi Weintraub <leviw@chromium.org>
2665 Unreviewed gardening. Rolling out 139537. It broke platforms not using sub-
2668 * fast/images/zoomed-offset-size.html: Removed.
2669 * fast/images/zoomed-offset-size-expected.txt: Removed.
2670 * platform/efl/TestExpectations:
2671 * platform/qt/TestExpectations
2673 2013-01-13 Noel Gordon <noel.gordon@gmail.com>
2675 [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on linux
2677 Unreviewed w/end gardening.
2679 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
2680 * platform/chromium/TestExpectations:
2682 2013-01-13 Noel Gordon <noel.gordon@gmail.com>
2684 [chromium] Rebaseline svg/W3C-SVG-1.1/animate-elem-80-t.svg on win
2686 Unreviewed w/end gardening.
2688 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
2689 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2691 2013-01-13 Christophe Dumez <christophe.dumez@intel.com>
2693 Unreviewed EFL gardening.
2695 Mark accessibility/heading-level.html as failing on EFL port.
2696 This test was added in r139534.
2698 * platform/efl-wk2/TestExpectations:
2700 2013-01-13 Christophe Dumez <christophe.dumez@intel.com>
2702 Unreviewed EFL gardening.
2704 Add platform-specific baseline for fast/dom/HTMLTemplateElement/inertContents.html.
2705 Our port and WKTR do not display the failing URL if it is null.
2707 * platform/efl/fast/dom/HTMLTemplateElement/inertContents-expected.txt: Added.
2709 2013-01-13 Christophe Dumez <christophe.dumez@intel.com>
2711 Unreviewed EFL gardening.
2713 Mark inspector/debugger/debugger-script-preprocessor.html as
2714 flakey on EFL port since it gives a different output for
2715 every run. This test was added in r139405.
2717 * platform/efl/TestExpectations:
2719 2013-01-13 Christophe Dumez <christophe.dumez@intel.com>
2721 Unreviewed EFL gardening.
2723 Mark media/video-controls-captions.html as failing on EFL port
2724 due to additional checks added in r139547.
2726 * platform/efl/TestExpectations:
2728 2013-01-13 Dima Gorbik <dgorbik@apple.com>
2730 Styling disappears from the cue that's being styled by ::cue pseudo element
2731 https://bugs.webkit.org/show_bug.cgi?id=106723
2733 Reviewed by Antti Koivisto.
2735 * media/track/captions-webvtt/styling-lifetime.vtt: Added.
2736 * media/track/track-css-cue-lifetime-expected.txt: Added.
2737 * media/track/track-css-cue-lifetime.html: Added.
2739 2013-01-13 Csaba Osztrogonác <ossy@webkit.org>
2741 Unreviewed gardening, skip new failing tests to paint the bots green.
2743 * platform/qt/TestExpectations:
2745 2013-01-12 Levi Weintraub <leviw@chromium.org>
2747 Unreviewed gardening. Marking fast/images/zoomed-offset-size.html as slow on Debug Chromium bots.
2749 * platform/chromium/TestExpectations:
2751 2013-01-12 Robert Hogan <robert@webkit.org>
2753 Available height should respect min and max height
2754 https://bugs.webkit.org/show_bug.cgi?id=106479
2756 Reviewed by Ojan Vafai.
2758 * fast/block/percent-top-respects-max-height-expected.txt: Added.
2759 * fast/block/percent-top-respects-max-height.html: Added.
2760 * fast/block/percent-top-respects-min-height-expected.txt: Added.
2761 * fast/block/percent-top-respects-min-height.html: Added.
2763 2013-01-12 Victor Carbune <victor@rosedu.org>
2765 CC Button doesn't always show up
2766 https://bugs.webkit.org/show_bug.cgi?id=106653
2768 Reviewed by Eric Carlson.
2770 * media/video-controls-captions-expected.txt: Updated.
2771 * media/video-controls-captions.html: Added extra checks that fail
2772 without the code changes.
2774 2013-01-11 Noel Gordon <noel.gordon@gmail.com>
2776 [chromium] Update platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling.html on win
2778 Unreviewed w/end gardening.
2780 * platform/chromium-win/platform/chromium/virtual/softwarecompositing/geometry/video-fixed-scrolling-expected.png:
2782 2013-01-11 Noel Gordon <noel.gordon@gmail.com>
2784 [chromium] fast/repaint/4776765.html passes on the chromium bots
2785 https://bugs.webkit.org/show_bug.cgi?id=103955
2787 Unreviewed w/end gardening.
2789 * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Removed.
2790 * platform/chromium-win-xp/fast/repaint/4776765-expected.png: Removed.
2791 * platform/chromium/TestExpectations:
2793 2013-01-11 Noel Gordon <noel.gordon@gmail.com>
2795 [chromium] fast/repaint/4774354.html passes on the chromium bots
2796 https://bugs.webkit.org/show_bug.cgi?id=103955
2798 Unreviewed w/end gardening.
2800 * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Removed.
2801 * platform/chromium-win-xp/fast/repaint/4774354-expected.png: Removed.
2802 * platform/chromium/TestExpectations:
2804 2013-01-11 Emil A Eklund <eae@chromium.org>
2806 offsetWidth/height incorrect for images when zoomed
2807 https://bugs.webkit.org/show_bug.cgi?id=106624
2809 Reviewed by Levi Weintraub.
2811 Add test for offsetWidth/Height for zoomed image.
2813 * fast/images/zoomed-offset-size-expected.txt: Added.
2814 * fast/images/zoomed-offset-size.html: Added.
2816 2013-01-11 Ojan Vafai <ojan@chromium.org>
2818 Fixed width overrides intrinsic min-width/max-width for text inputs and listboxes
2819 https://bugs.webkit.org/show_bug.cgi?id=106675
2821 Reviewed by Emil A Eklund.
2823 * fast/forms/file/intrinsic-min-width-overrides-width-expected.html:
2824 * fast/forms/file/intrinsic-min-width-overrides-width.html:
2825 * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
2826 * fast/forms/select/listbox-intrinsic-min-width-applies-with-fixed-width.html: Added.
2828 2013-01-10 Ojan Vafai <ojan@chromium.org>
2830 Setting width overrides intrinsic min-width/max-width on flexboxes and their subclasses
2831 https://bugs.webkit.org/show_bug.cgi?id=106617
2833 Reviewed by Tony Chang.
2835 * css3/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
2836 * css3/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
2837 * fast/flexbox/intrinsic-min-width-applies-with-fixed-width-expected.txt: Added.
2838 * fast/flexbox/intrinsic-min-width-applies-with-fixed-width.html: Added.
2839 * fast/forms/select/intrinsic-min-width-applies-with-fixed-width-expected.html: Added.
2840 * fast/forms/select/intrinsic-min-width-applies-with-fixed-width.html: Added.
2842 2013-01-11 James Craig <james@cookiecrook.com>
2844 Need new accessibility layout test to verify levels of headings
2845 https://bugs.webkit.org/show_bug.cgi?id=106243
2847 Reviewed by Chris Fleizach.
2849 New layout test to verify accessibility API heading levels on implicit h1-h6 and explicit @aria-level.
2851 * accessibility/heading-level-expected.txt: Added.
2852 * accessibility/heading-level.html: Added.
2853 * platform/chromium/TestExpectations: Skip for Chromium due to webkit.org/b/106682
2855 2013-01-11 Filip Pizlo <fpizlo@apple.com>
2857 Phantom(GetLocal) should be treated as relevant to OSR
2858 https://bugs.webkit.org/show_bug.cgi?id=106715
2860 Reviewed by Mark Hahnenberg.
2862 * fast/js/dfg-phantom-get-local-expected.txt: Added.
2863 * fast/js/dfg-phantom-get-local.html: Added.
2864 * fast/js/jsc-test-list:
2865 * fast/js/script-tests/dfg-phantom-get-local.js: Added.
2868 2013-01-11 Levi Weintraub <leviw@chromium.org>
2870 Unreviewed gardening. Marking platform/chromium/virtual/gpu/fast/canvas/getPutImageDataPairTest.html
2871 as slow on all Chromium platforms.
2874 * platform/chromium/TestExpectations:
2876 2013-01-11 Stephen Chenney <schenney@chromium.org>
2878 [Chromium] Fixing the linux layout tests
2880 Unreviewed test expectations update.
2882 Some tests were apparently not rebaselined for linux.
2884 * platform/chromium/TestExpectations:
2886 2013-01-11 Stephen Chenney <schenney@chromium.org>
2888 [Chromium] Fixing the 10.8 layout tests
2890 Unreviewed test expectations update.
2892 * platform/chromium/TestExpectations:
2894 2013-01-11 James Simonsen <simonjam@chromium.org>
2896 [Resource Timing] XMLHttpRequests should have initiator type 'xmlhttprequest'
2897 https://bugs.webkit.org/show_bug.cgi?id=106409
2899 Reviewed by Nate Chapin.
2901 * http/tests/w3c/webperf/resources/all_resource_types.htm:
2902 * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types-expected.txt:
2903 * http/tests/w3c/webperf/submission/resource-timing/html/test_resource_initiator_types.html:
2905 2013-01-11 Stephen Chenney <schenney@chromium.org>
2907 [Chromium] More test expectations for Skia changes
2909 Unreviewed test expectations update.
2911 All but the SVG failures.
2913 * platform/chromium-linux-x86/fullscreen: Added.
2914 * platform/chromium-linux-x86/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
2915 * platform/chromium-linux-x86/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
2916 * platform/chromium-linux-x86/fullscreen/full-screen-zIndex-after-expected.png: Added.
2917 * platform/chromium-linux-x86/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
2918 * platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Added.
2919 * platform/chromium-linux-x86/media: Added.
2920 * platform/chromium-linux-x86/media/audio-controls-rendering-expected.png: Added.
2921 * platform/chromium-linux-x86/media/audio-repaint-expected.png: Added.
2922 * platform/chromium-linux-x86/media/controls-after-reload-expected.png: Added.
2923 * platform/chromium-linux-x86/media/controls-strict-expected.png: Added.
2924 * platform/chromium-linux-x86/media/controls-styling-expected.png: Added.
2925 * platform/chromium-linux-x86/media/controls-styling-strict-expected.png: Added.
2926 * platform/chromium-linux-x86/media/controls-without-preload-expected.png: Added.
2927 * platform/chromium-linux-x86/media/media-document-audio-repaint-expected.png: Added.
2928 * platform/chromium-linux-x86/media/video-controls-rendering-expected.png: Added.
2929 * platform/chromium-linux-x86/media/video-display-toggle-expected.png: Added.
2930 * platform/chromium-linux-x86/media/video-playing-and-pause-expected.png: Added.
2931 * platform/chromium-linux-x86/media/video-zoom-controls-expected.png: Added.
2932 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
2933 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png: Added.
2934 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
2935 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png: Added.
2936 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png: Added.
2937 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png: Added.
2938 * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png: Added.
2939 * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
2940 * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Added.
2941 * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Added.
2942 * platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
2943 * platform/chromium-linux-x86/platform/chromium/fast/text: Added.
2944 * platform/chromium-linux-x86/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
2945 * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
2946 * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
2947 * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi: Added.
2948 * platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
2949 * platform/chromium-linux/fullscreen/full-screen-iframe-zIndex-expected.png:
2950 * platform/chromium-linux/fullscreen/full-screen-remove-ancestor-after-expected.png:
2951 * platform/chromium-linux/fullscreen/full-screen-zIndex-after-expected.png:
2952 * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2953 * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png:
2954 * platform/chromium-linux/media/audio-controls-rendering-expected.png:
2955 * platform/chromium-linux/media/audio-repaint-expected.png:
2956 * platform/chromium-linux/media/controls-after-reload-expected.png:
2957 * platform/chromium-linux/media/controls-strict-expected.png:
2958 * platform/chromium-linux/media/controls-styling-expected.png:
2959 * platform/chromium-linux/media/controls-styling-strict-expected.png:
2960 * platform/chromium-linux/media/controls-without-preload-expected.png:
2961 * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
2962 * platform/chromium-linux/media/video-controls-rendering-expected.png:
2963 * platform/chromium-linux/media/video-display-toggle-expected.png:
2964 * platform/chromium-linux/media/video-playing-and-pause-expected.png:
2965 * platform/chromium-linux/media/video-zoom-controls-expected.png:
2966 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
2967 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-ru-expected.png:
2968 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
2969 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-expected.png:
2970 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/month-picker-appearance-step-expected.png:
2971 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-expected.png:
2972 * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/week-picker-appearance-step-expected.png:
2973 * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
2974 * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png:
2975 * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png:
2976 * platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png:
2977 * platform/chromium-linux/platform/chromium/fast/text/text-stroke-with-border-expected.png:
2978 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
2979 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
2980 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
2981 * platform/chromium-mac-lion/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2982 * platform/chromium-mac-lion/media/audio-controls-rendering-expected.png:
2983 * platform/chromium-mac-lion/media/audio-repaint-expected.png:
2984 * platform/chromium-mac-lion/media/controls-after-reload-expected.png:
2985 * platform/chromium-mac-lion/media/controls-strict-expected.png:
2986 * platform/chromium-mac-lion/media/controls-styling-expected.png:
2987 * platform/chromium-mac-lion/media/controls-styling-strict-expected.png:
2988 * platform/chromium-mac-lion/media/controls-without-preload-expected.png:
2989 * platform/chromium-mac-lion/media/media-document-audio-repaint-expected.png:
2990 * platform/chromium-mac-lion/media/video-controls-rendering-expected.png:
2991 * platform/chromium-mac-lion/media/video-display-toggle-expected.png:
2992 * platform/chromium-mac-lion/media/video-playing-and-pause-expected.png:
2993 * platform/chromium-mac-lion/media/video-zoom-controls-expected.png:
2994 * platform/chromium-mac-lion/platform/chromium/fast/text/text-stroke-with-border-expected.png:
2995 * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
2996 * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
2997 * platform/chromium-mac-lion/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
2998 * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2999 * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
3000 * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
3001 * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
3002 * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
3003 * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
3004 * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png:
3005 * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
3006 * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
3007 * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
3008 * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
3009 * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
3010 * platform/chromium-mac-snowleopard/media/video-zoom-controls-expected.png: Added.
3011 * platform/chromium-mac-snowleopard/platform/chromium/fast/text/text-stroke-with-border-expected.png:
3012 * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
3013 * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
3014 * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
3015 * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
3016 * platform/chromium-mac/media/audio-controls-rendering-expected.png:
3017 * platform/chromium-mac/media/audio-repaint-expected.png:
3018 * platform/chromium-mac/media/controls-after-reload-expected.png:
3019 * platform/chromium-mac/media/controls-strict-expected.png:
3020 * platform/chromium-mac/media/controls-styling-expected.png:
3021 * platform/chromium-mac/media/controls-styling-strict-expected.png:
3022 * platform/chromium-mac/media/controls-without-preload-expected.png:
3023 * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
3024 * platform/chromium-mac/media/video-controls-rendering-expected.png:
3025 * platform/chromium-mac/media/video-display-toggle-expected.png:
3026 * platform/chromium-mac/media/video-playing-and-pause-expected.png:
3027 * platform/chromium-mac/media/video-zoom-controls-expected.png:
3028 * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png:
3029 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
3030 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
3031 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png:
3032 * platform/chromium-win-xp/http/tests/media: Added.
3033 * platform/chromium-win-xp/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
3034 * platform/chromium-win-xp/media/audio-controls-rendering-expected.png: Added.
3035 * platform/chromium-win-xp/media/audio-repaint-expected.png: Added.
3036 * platform/chromium-win-xp/media/controls-after-reload-expected.png: Added.
3037 * platform/chromium-win-xp/media/controls-strict-expected.png: Added.
3038 * platform/chromium-win-xp/media/controls-styling-expected.png: Added.
3039 * platform/chromium-win-xp/media/controls-styling-strict-expected.png: Added.
3040 * platform/chromium-win-xp/media/controls-without-preload-expected.png: Added.
3041 * platform/chromium-win-xp/media/media-document-audio-repaint-expected.png: Added.
3042 * platform/chromium-win-xp/media/video-controls-rendering-expected.png: Added.
3043 * platform/chromium-win-xp/media/video-display-toggle-expected.png: Added.
3044 * platform/chromium-win-xp/media/video-playing-and-pause-expected.png: Added.
3045 * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Added.
3046 * platform/chromium-win-xp/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
3047 * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png: Added.
3048 * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
3049 * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi: Added.
3050 * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
3051 * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
3052 * platform/chromium-win/media/audio-controls-rendering-expected.png:
3053 * platform/chromium-win/media/audio-repaint-expected.png:
3054 * platform/chromium-win/media/controls-after-reload-expected.png:
3055 * platform/chromium-win/media/controls-strict-expected.png:
3056 * platform/chromium-win/media/controls-styling-expected.png:
3057 * platform/chromium-win/media/controls-styling-strict-expected.png:
3058 * platform/chromium-win/media/controls-without-preload-expected.png:
3059 * platform/chromium-win/media/media-document-audio-repaint-expected.png:
3060 * platform/chromium-win/media/video-controls-rendering-expected.png:
3061 * platform/chromium-win/media/video-display-toggle-expected.png:
3062 * platform/chromium-win/media/video-playing-and-pause-expected.png:
3063 * platform/chromium-win/media/video-zoom-controls-expected.png:
3064 * platform/chromium-win/platform/chromium/fast/text/text-stroke-with-border-expected.png:
3065 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
3066 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
3067 * platform/chromium-win/platform/chromium/virtual/gpu/fast/hidpi/focus-rings-expected.png: Added.
3068 * platform/chromium/TestExpectations:
3070 2013-01-11 Stephen Chenney <schenney@chromium.org>
3072 [Chromium] More test expectations for Skia changes
3074 Unreviewed test expectations update.
3076 New results for fast tests.
3078 * platform/chromium-linux-x86/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
3079 * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-2-expected.png: Added.
3080 * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-expected.png: Added.
3081 * platform/chromium-linux-x86/fast/backgrounds/gradient-background-leakage-hidpi-expected.png: Added.
3082 * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-expected.png: Added.
3083 * platform/chromium-linux-x86/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added.
3084 * platform/chromium-linux-x86/fast/block/basic: Added.
3085 * platform/chromium-linux-x86/fast/block/basic/011-expected.png: Added.
3086 * platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Added.
3087 * platform/chromium-linux-x86/fast/block/margin-collapse: Added.
3088 * platform/chromium-linux-x86/fast/block/margin-collapse/103-expected.png: Added.
3089 * platform/chromium-linux-x86/fast/block/positioning/inline-block-relposition-expected.png: Added.
3090 * platform/chromium-linux-x86/fast/borders/border-image-massive-scale-expected.png: Added.
3091 * platform/chromium-linux-x86/fast/borders/border-image-outset-expected.png: Added.
3092 * platform/chromium-linux-x86/fast/borders/border-image-outset-in-shorthand-expected.png: Added.
3093 * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-expected.png: Added.
3094 * platform/chromium-linux-x86/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
3095 * platform/chromium-linux-x86/fast/borders/border-image-scaled-gradient-expected.png:
3096 * platform/chromium-linux-x86/fast/borders/border-image-slice-constrained-expected.png:
3097 * platform/chromium-linux-x86/fast/borders/border-image-trumps-radius-expected.png: Added.
3098 * platform/chromium-linux-x86/fast/canvas/arc360-expected.png: Added.
3099 * platform/chromium-linux-x86/fast/canvas/canvas-incremental-repaint-expected.png: Added.
3100 * platform/chromium-linux-x86/fast/canvas/canvas-text-alignment-expected.png: Added.
3101 * platform/chromium-linux-x86/fast/canvas/fillrect_gradient-expected.png: Added.
3102 * platform/chromium-linux-x86/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
3103 * platform/chromium-linux-x86/fast/css/linear-gradient-currentcolor-expected.png: Added.
3104 * platform/chromium-linux-x86/fast/css/margin-top-bottom-dynamic-expected.png: Added.
3105 * platform/chromium-linux-x86/fast/css/non-standard-checkbox-size-expected.png: Added.
3106 * platform/chromium-linux-x86/fast/css/rtl-ordering-expected.png: Added.
3107 * platform/chromium-linux-x86/fast/css/shadow-multiple-expected.png: Added.
3108 * platform/chromium-linux-x86/fast/css/square-button-appearance-expected.png: Added.
3109 * platform/chromium-linux-x86/fast/css/text-transform-select-expected.png: Added.
3110 * platform/chromium-linux-x86/fast/css/transformed-mask-expected.png: Added.
3111 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
3112 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
3113 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png: Added.
3114 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
3115 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
3116 * platform/chromium-linux-x86/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
3117 * platform/chromium-linux-x86/fast/dom/HTMLTableColElement: Added.
3118 * platform/chromium-linux-x86/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Added.
3119 * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement: Added.
3120 * platform/chromium-linux-x86/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
3121 * platform/chromium-linux-x86/fast/forms/001-expected.png: Added.
3122 * platform/chromium-linux-x86/fast/forms/003-expected.png: Added.
3123 * platform/chromium-linux-x86/fast/forms/004-expected.png: Added.
3124 * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label01-expected.png: Added.
3125 * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label02-expected.png: Added.
3126 * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label03-expected.png: Added.
3127 * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label04-expected.png: Added.
3128 * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label06-expected.png: Added.
3129 * platform/chromium-linux-x86/fast/forms/HTMLOptionElement_label07-expected.png: Added.
3130 * platform/chromium-linux-x86/fast/forms/basic-buttons-expected.png: Added.
3131 * platform/chromium-linux-x86/fast/forms/basic-inputs-expected.png: Added.
3132 * platform/chromium-linux-x86/fast/forms/basic-selects-expected.png: Added.
3133 * platform/chromium-linux-x86/fast/forms/blankbuttons-expected.png: Added.
3134 * platform/chromium-linux-x86/fast/forms/box-shadow-override-expected.png: Added.
3135 * platform/chromium-linux-x86/fast/forms/button-align-expected.png: Added.
3136 * platform/chromium-linux-x86/fast/forms/button-cannot-be-nested-expected.png: Added.
3137 * platform/chromium-linux-x86/fast/forms/button-generated-content-expected.png: Added.
3138 * platform/chromium-linux-x86/fast/forms/button-inner-block-reuse-expected.png: Added.
3139 * platform/chromium-linux-x86/fast/forms/button-positioned-expected.png: Added.
3140 * platform/chromium-linux-x86/fast/forms/button-sizes-expected.png: Added.
3141 * platform/chromium-linux-x86/fast/forms/button-style-color-expected.png: Added.
3142 * platform/chromium-linux-x86/fast/forms/button-table-styles-expected.png: Added.
3143 * platform/chromium-linux-x86/fast/forms/button-text-transform-expected.png: Added.
3144 * platform/chromium-linux-x86/fast/forms/button-white-space-expected.png: Added.
3145 * platform/chromium-linux-x86/fast/forms/control-clip-overflow-expected.png: Added.
3146 * platform/chromium-linux-x86/fast/forms/control-restrict-line-height-expected.png: Added.
3147 * platform/chromium-linux-x86/fast/forms/disabled-select-change-index-expected.png: Added.
3148 * platform/chromium-linux-x86/fast/forms/file: Added.
3149 * platform/chromium-linux-x86/fast/forms/file/file-input-direction-expected.png: Added.
3150 * platform/chromium-linux-x86/fast/forms/file/file-input-disabled-expected.png: Added.
3151 * platform/chromium-linux-x86/fast/forms/file/file-input-pressed-state-expected.png: Added.
3152 * platform/chromium-linux-x86/fast/forms/file/input-file-re-render-expected.png: Added.
3153 * platform/chromium-linux-x86/fast/forms/form-element-geometry-expected.png: Added.
3154 * platform/chromium-linux-x86/fast/forms/formmove-expected.png: Added.
3155 * platform/chromium-linux-x86/fast/forms/formmove2-expected.png: Added.
3156 * platform/chromium-linux-x86/fast/forms/formmove3-expected.png: Added.
3157 * platform/chromium-linux-x86/fast/forms/select: Added.
3158 * platform/chromium-linux-x86/fast/forms/select-size-expected.png: Added.
3159 * platform/chromium-linux-x86/fast/forms/select-style-expected.png: Added.
3160 * platform/chromium-linux-x86/fast/forms/select-visual-hebrew-expected.png: Added.
3161 * platform/chromium-linux-x86/fast/forms/select-writing-direction-natural-expected.png: Added.
3162 * platform/chromium-linux-x86/fast/forms/select/optgroup-rendering-expected.png: Added.
3163 * platform/chromium-linux-x86/fast/forms/selectlist-minsize-expected.png: Added.
3164 * platform/chromium-linux-x86/fast/forms/stuff-on-my-optgroup-expected.png: Added.
3165 * platform/chromium-linux-x86/fast/gradients/background-clipped-expected.png: Added.
3166 * platform/chromium-linux-x86/fast/gradients/border-image-gradient-expected.png: Added.
3167 * platform/chromium-linux-x86/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
3168 * platform/chromium-linux-x86/fast/gradients/css3-color-stop-units-expected.png: Added.
3169 * platform/chromium-linux-x86/fast/gradients/css3-color-stops-expected.png: Added.
3170 * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients-expected.png: Added.
3171 * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients2-expected.png: Added.
3172 * platform/chromium-linux-x86/fast/gradients/css3-radial-gradients3-expected.png: Added.
3173 * platform/chromium-linux-x86/fast/gradients/css3-repeating-end-fill-expected.png: Added.
3174 * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
3175 * platform/chromium-linux-x86/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
3176 * platform/chromium-linux-x86/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
3177 * platform/chromium-linux-x86/fast/gradients/generated-gradients-expected.png:
3178 * platform/chromium-linux-x86/fast/gradients/gradient-after-transparent-border-expected.png: Added.
3179 * platform/chromium-linux-x86/fast/gradients/radial-centered-expected.png: Added.
3180 * platform/chromium-linux-x86/fast/gradients/simple-gradients-expected.png:
3181 * platform/chromium-linux-x86/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
3182 * platform/chromium-linux-x86/fast/hidpi: Added.
3183 * platform/chromium-linux-x86/fast/hidpi/focus-rings-expected.png: Added.
3184 * platform/chromium-linux-x86/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
3185 * platform/chromium-linux-x86/fast/html: Added.
3186 * platform/chromium-linux-x86/fast/html/details-replace-summary-child-expected.png: Added.
3187 * platform/chromium-linux-x86/fast/html/details-replace-text-expected.png: Added.
3188 * platform/chromium-linux-x86/fast/html/keygen-expected.png: Added.
3189 * platform/chromium-linux-x86/fast/invalid: Added.
3190 * platform/chromium-linux-x86/fast/invalid/014-expected.png: Added.
3191 * platform/chromium-linux-x86/fast/parser/bad-xml-slash-expected.png: Added.
3192 * platform/chromium-linux-x86/fast/parser/document-write-option-expected.png: Added.
3193 * platform/chromium-linux-x86/fast/reflections: Added.
3194 * platform/chromium-linux-x86/fast/reflections/reflection-masks-expected.png: Added.
3195 * platform/chromium-linux-x86/fast/repaint/4774354-expected.png: Added.
3196 * platform/chromium-linux-x86/fast/repaint/4776765-expected.png: Added.
3197 * platform/chromium-linux-x86/fast/repaint/background-generated-expected.png: Added.
3198 * platform/chromium-linux-x86/fast/replaced/replaced-breaking-expected.png: Added.
3199 * platform/chromium-linux-x86/fast/replaced/replaced-breaking-mixture-expected.png: Added.
3200 * platform/chromium-linux-x86/fast/replaced/three-selects-break-expected.png: Added.
3201 * platform/chromium-linux-x86/fast/replaced/width100percent-button-expected.png: Added.
3202 * platform/chromium-linux-x86/fast/replaced/width100percent-menulist-expected.png: Added.
3203 * platform/chromium-linux-x86/fast/replaced/width100percent-radio-expected.png: Added.
3204 * platform/chromium-linux-x86/fast/selectors/064-expected.png: Added.
3205 * platform/chromium-linux-x86/fast/table: Added.
3206 * platform/chromium-linux-x86/fast/table/append-cells2-expected.png: Added.
3207 * platform/chromium-linux-x86/fast/table/remove-td-display-none-expected.png: Added.
3208 * platform/chromium-linux-x86/fast/text/international/bidi-menulist-expected.png: Added.
3209 * platform/chromium-linux-x86/fast/text/international/hindi-spacing-expected.png: Added.
3210 * platform/chromium-linux-x86/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added.
3211 * platform/chromium-linux-x86/fast/text/stroking-decorations-expected.png: Added.
3212 * platform/chromium-linux-x86/fast/text/stroking-expected.png: Added.
3213 * platform/chromium-linux-x86/fast/text/textIteratorNilRenderer-expected.png: Added.
3214 * platform/chromium-linux-x86/fast/text/whitespace: Added.
3215 * platform/chromium-linux-x86/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Added.
3216 * platform/chromium-linux/fast/backgrounds/body-generated-image-propagated-to-root-expected.png:
3217 * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-2-expected.png:
3218 * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-expected.png:
3219 * platform/chromium-linux/fast/backgrounds/gradient-background-leakage-hidpi-expected.png:
3220 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png:
3221 * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-zoomed-expected.png:
3222 * platform/chromium-linux/fast/block/basic/011-expected.png:
3223 * platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
3224 * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
3225 * platform/chromium-linux/fast/block/positioning/inline-block-relposition-expected.png:
3226 * platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png:
3227 * platform/chromium-linux/fast/borders/border-image-outset-expected.png:
3228 * platform/chromium-linux/fast/borders/border-image-outset-in-shorthand-expected.png:
3229 * platform/chromium-linux/fast/borders/border-image-outset-split-inline-expected.png: Added.
3230 * platform/chromium-linux/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png: Added.
3231 * platform/chromium-linux/fast/borders/border-image-scaled-gradient-expected.png:
3232 * platform/chromium-linux/fast/borders/border-image-slice-constrained-expected.png:
3233 * platform/chromium-linux/fast/borders/border-image-trumps-radius-expected.png: Added.
3234 * platform/chromium-linux/fast/canvas/arc360-expected.png:
3235 * platform/chromium-linux/fast/canvas/canvas-incremental-repaint-expected.png:
3236 * platform/chromium-linux/fast/canvas/canvas-text-alignment-expected.png:
3237 * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.png:
3238 * platform/chromium-linux/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
3239 * platform/chromium-linux/fast/css/linear-gradient-currentcolor-expected.png: Added.
3240 * platform/chromium-linux/fast/css/margin-top-bottom-dynamic-expected.png:
3241 * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
3242 * platform/chromium-linux/fast/css/rtl-ordering-expected.png:
3243 * platform/chromium-linux/fast/css/shadow-multiple-expected.png:
3244 * platform/chromium-linux/fast/css/square-button-appearance-expected.png:
3245 * platform/chromium-linux/fast/css/text-transform-select-expected.png:
3246 * platform/chromium-linux/fast/css/transformed-mask-expected.png:
3247 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
3248 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
3249 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
3250 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
3251 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Added.
3252 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
3253 * platform/chromium-linux/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
3254 * platform/chromium-linux/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
3255 * platform/chromium-linux/fast/forms/001-expected.png:
3256 * platform/chromium-linux/fast/forms/003-expected.png:
3257 * platform/chromium-linux/fast/forms/004-expected.png:
3258 * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png:
3259 * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png:
3260 * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png:
3261 * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png:
3262 * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png:
3263 * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png:
3264 * platform/chromium-linux/fast/forms/basic-buttons-expected.png:
3265 * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
3266 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
3267 * platform/chromium-linux/fast/forms/blankbuttons-expected.png:
3268 * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
3269 * platform/chromium-linux/fast/forms/button-align-expected.png:
3270 * platform/chromium-linux/fast/forms/button-cannot-be-nested-expected.png:
3271 * platform/chromium-linux/fast/forms/button-generated-content-expected.png:
3272 * platform/chromium-linux/fast/forms/button-inner-block-reuse-expected.png:
3273 * platform/chromium-linux/fast/forms/button-positioned-expected.png:
3274 * platform/chromium-linux/fast/forms/button-sizes-expected.png:
3275 * platform/chromium-linux/fast/forms/button-style-color-expected.png:
3276 * platform/chromium-linux/fast/forms/button-table-styles-expected.png:
3277 * platform/chromium-linux/fast/forms/button-text-transform-expected.png:
3278 * platform/chromium-linux/fast/forms/button-white-space-expected.png:
3279 * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png:
3280 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png:
3281 * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png:
3282 * platform/chromium-linux/fast/forms/file/file-input-direction-expected.png:
3283 * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png:
3284 * platform/chromium-linux/fast/forms/file/file-input-pressed-state-expected.png:
3285 * platform/chromium-linux/fast/forms/file/input-file-re-render-expected.png:
3286 * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
3287 * platform/chromium-linux/fast/forms/formmove-expected.png:
3288 * platform/chromium-linux/fast/forms/formmove2-expected.png:
3289 * platform/chromium-linux/fast/forms/formmove3-expected.png:
3290 * platform/chromium-linux/fast/forms/select-size-expected.png:
3291 * platform/chromium-linux/fast/forms/select-style-expected.png:
3292 * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.png:
3293 * platform/chromium-linux/fast/forms/select-writing-direction-natural-expected.png:
3294 * platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png:
3295 * platform/chromium-linux/fast/forms/selectlist-minsize-expected.png:
3296 * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png:
3297 * platform/chromium-linux/fast/gradients/background-clipped-expected.png:
3298 * platform/chromium-linux/fast/gradients/border-image-gradient-expected.png: Added.
3299 * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
3300 * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.png:
3301 * platform/chromium-linux/fast/gradients/css3-color-stops-expected.png: Added.
3302 * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png:
3303 * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png:
3304 * platform/chromium-linux/fast/gradients/css3-radial-gradients3-expected.png: Added.
3305 * platform/chromium-linux/fast/gradients/css3-repeating-end-fill-expected.png: Added.
3306 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png:
3307 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
3308 * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png:
3309 * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
3310 * platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
3311 * platform/chromium-linux/fast/gradients/radial-centered-expected.png:
3312 * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
3313 * platform/chromium-linux/fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
3314 * platform/chromium-linux/fast/hidpi/focus-rings-expected.png: Added.
3315 * platform/chromium-linux/fast/hidpi/gradient-with-scaled-ancestor-expected.png:
3316 * platform/chromium-linux/fast/html/details-replace-summary-child-expected.png:
3317 * platform/chromium-linux/fast/html/details-replace-text-expected.png:
3318 * platform/chromium-linux/fast/html/keygen-expected.png:
3319 * platform/chromium-linux/fast/invalid/014-expected.png:
3320 * platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
3321 * platform/chromium-linux/fast/parser/document-write-option-expected.png:
3322 * platform/chromium-linux/fast/reflections/reflection-masks-expected.png: Added.
3323 * platform/chromium-linux/fast/repaint/4774354-expected.png:
3324 * platform/chromium-linux/fast/repaint/4776765-expected.png: