1 2011-12-24 Jarred Nicholls <jarred@sencha.com>
3 Allow XMLHttpRequest withCredentials to be set prior to a call to open()
4 https://bugs.webkit.org/show_bug.cgi?id=75194
6 Reviewed by Alexey Proskuryakov.
8 * fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open-expected.txt: Added.
9 * fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open.html: Added.
10 Validate that XMLHttpRequest.withCredentials can be set prior to a call to open().
12 2011-12-24 Ryosuke Niwa <rniwa@webkit.org>
14 Chromium CG Mac rebaseline after r103651.
16 * platform/chromium-cg-mac-snowleopard/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
17 * platform/chromium/test_expectations.txt:
19 2011-12-24 Jarred Nicholls <jarred@sencha.com>
21 Unreviewed test result gardening.
23 * platform/chromium/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Removed.
24 Identical to the expected result shared by all ports.
26 2011-12-24 Ryosuke Niwa <rniwa@webkit.org>
28 Another rebaseline for font-weight-bold-for-b-and-strong.html.
29 Also revert a part of r103645.
31 * platform/chromium-linux-x86/fast/html: Removed.
32 * platform/chromium-linux/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
33 * platform/chromium/fast/html: Removed.
34 * platform/chromium/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Removed.
35 * platform/chromium/test_expectations.txt:
37 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
39 Add image test expectation for fast/images/ycbcr-with-cmyk-color-profile.html on Chromium.
40 The test started failing since r103651.
42 * platform/chromium/test_expectations.txt:
44 2011-12-23 Alice Boxhall <aboxhall@chromium.org>
46 Fix crash when adding paragraph in contenteditable with role=textbox.
47 https://bugs.webkit.org/show_bug.cgi?id=75159
49 Reviewed by Ryosuke Niwa.
51 * accessibility/textbox-role-on-contenteditable-crash-expected.txt: Added.
52 * accessibility/textbox-role-on-contenteditable-crash.html: Added.
54 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
56 Mac rebaseline after r103468.
58 * platform/mac/fast/html/font-weight-bold-for-b-and-strong-expected.png:
59 * platform/mac/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
61 2011-12-23 Noel Gordon <noel.gordon@gmail.com>
63 [chromium] JPEG image with CMYK ICC color profile renders color-inverted and squashed
64 https://bugs.webkit.org/show_bug.cgi?id=74400
66 Reviewed by Adam Barth.
68 * fast/images/resources/ycbcr-with-cmyk-color-profile.jpg: Added.
69 * fast/images/resources/ycbcr-with-no-color-profile.jpg: Added.
70 * fast/images/ycbcr-with-cmyk-color-profile-expected.txt: Added.
71 * fast/images/ycbcr-with-cmyk-color-profile.html: Added.
72 * platform/mac/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
74 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
76 Skip 10 CanPlayType W3C audio / video tests imported in r103470.
77 The failure is tracked by the bug 75184.
79 * platform/mac/Skipped:
81 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
83 Chromium rebaseline for font-weight-bold-for-b-and-strong.html.
85 Also remove crash expectations for the bug 74788 since these tests are no longer asserting.
87 * fast/html/font-weight-bold-for-b-and-strong-expected.txt: Removed.
88 * platform/chromium-cg-mac-leopard/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
89 * platform/chromium-cg-mac-snowleopard/fast/html: Added.
90 * platform/chromium-cg-mac-snowleopard/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
91 * platform/chromium-mac-leopard/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
92 * platform/chromium-mac-snowleopard/fast/html: Added.
93 * platform/chromium-mac-snowleopard/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
94 * platform/chromium-win-vista/fast/html: Removed.
95 * platform/chromium-win/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
96 * platform/chromium-win/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
97 * platform/chromium/fast/html: Added.
98 * platform/chromium/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
99 * platform/chromium/test_expectations.txt:
100 * platform/mac/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
102 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
104 Mac rebaselines after r102471 and r102968.
106 * fast/dom/constructed-objects-prototypes-expected.txt:
107 * platform/mac/fast/dom/Window/window-properties-expected.txt:
108 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
109 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
111 2011-12-23 Filip Pizlo <fpizlo@apple.com>
113 DFG loads from signed 8-bit and 16-bit typed arrays are broken
114 https://bugs.webkit.org/show_bug.cgi?id=75163
116 Reviewed by Geoffrey Garen.
118 Fixed some minor goofs in the previously comitted typed array tests, and added
119 new ones to cover this bug.
121 * fast/js/dfg-int16array-expected.txt: Added.
122 * fast/js/dfg-int16array.html: Added.
123 * fast/js/dfg-int8array-expected.txt: Added.
124 * fast/js/dfg-int8array.html: Added.
125 * fast/js/script-tests/dfg-float32array.js:
130 * fast/js/script-tests/dfg-int16array.js: Added.
144 * fast/js/script-tests/dfg-int32array.js:
149 * fast/js/script-tests/dfg-int8array.js: Added.
164 2011-12-23 Filip Pizlo <fpizlo@apple.com>
166 DFG does double-to-int conversion incorrectly when storing into int typed arrays
167 https://bugs.webkit.org/show_bug.cgi?id=75164
168 <rdar://problem/10557547>
170 Reviewed by Geoffrey Garen.
172 * fast/js/dfg-int32array-overflow-values-expected.txt: Added.
173 * fast/js/dfg-int32array-overflow-values.html: Added.
174 * fast/js/dfg-uint32array-overflow-values-expected.txt: Added.
175 * fast/js/dfg-uint32array-overflow-values.html: Added.
176 * fast/js/script-tests/dfg-int32array-overflow-values.js: Added.
190 * fast/js/script-tests/dfg-uint32array-overflow-values.js: Added.
205 2011-12-23 Rakesh KN <rakesh.kn@motorola.com>
207 [Mac] fast/events/autoscroll-should-not-stop-on-keypress.html fails
208 https://bugs.webkit.org/show_bug.cgi?id=74538
210 Reviewed by Alexey Proskuryakov.
212 * fast/events/autoscroll-should-not-stop-on-keypress-expected.txt:
213 * fast/events/autoscroll-should-not-stop-on-keypress.html:
214 Modified test to use iframe for testing autoscroll.
215 * platform/mac/Skipped:
216 Removed this test entry.
218 2011-12-23 Simon Fraser <simon.fraser@apple.com>
220 Update the test result (whitespace difference).
222 * css3/filters/custom-filter-property-parsing-invalid-expected.txt:
224 2011-12-23 Simon Fraser <simon.fraser@apple.com>
226 Blur filter doesn't invalidate enough
227 https://bugs.webkit.org/show_bug.cgi?id=74891
229 Reviewed by Darin Adler.
231 Repaint test for the effects of a blur filter.
233 * css3/filters/filter-repaint-expected.txt: Added.
234 * css3/filters/filter-repaint-expected.png: Added.
235 * css3/filters/filter-repaint.html: Added.
237 2011-12-23 Simon Fraser <simon.fraser@apple.com>
239 Filters should apply to inline elements
240 https://bugs.webkit.org/show_bug.cgi?id=75152
242 Reviewed by Darin Adler.
244 Test for filter on an inline.
246 * css3/filters/filtered-inline-expected.png: Added.
247 * css3/filters/filtered-inline-expected.txt: Added.
248 * css3/filters/filtered-inline.html: Added.
250 2011-12-23 Jarred Nicholls <jarred@sencha.com>
252 Synchronous XHR in window context should not support new XHR responseTypes for HTTP(S) requests
253 https://bugs.webkit.org/show_bug.cgi?id=72154
255 New tests that validate synchronous HTTP(S) XHR requests from the window context
256 cannot use responseType, while other protocols continue to work.
258 Reviewed by Alexey Proskuryakov.
260 * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt: Added.
261 * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request.html: Added.
263 2011-12-23 Ilya Tikhonovsky <loislo@chromium.org>
265 Unreviewed rebaseline.
267 * platform/chromium-gpu/media/video-colorspace-yuv420-expected.png: Renamed from LayoutTests/platform/chromium-gpu-mac/media/video-colorspace-yuv420-expected.png.
268 * platform/chromium-gpu/media/video-colorspace-yuv422-expected.png: Renamed from LayoutTests/platform/chromium-gpu-mac/media/video-colorspace-yuv422-expected.png.
269 * platform/chromium/test_expectations.txt:
271 2011-12-23 Alexander Pavlov <apavlov@chromium.org>
273 Web Inspector: Implement a worker for parsing out JavaScript function data
274 https://bugs.webkit.org/show_bug.cgi?id=75166
276 Reviewed by Pavel Feldman.
278 * inspector/debugger/script-extract-outline-expected.txt: Added.
279 * inspector/debugger/script-extract-outline.html: Added.
280 * inspector/debugger/script-formatter.html:
282 2011-12-23 Ilya Tikhonovsky <loislo@chromium.org>
284 Unreviewed, rolling out r103624.
285 http://trac.webkit.org/changeset/103624
286 https://bugs.webkit.org/show_bug.cgi?id=68916
288 Broke Snow Leopard builders
290 * fast/filesystem/flags-passing-expected.txt:
291 * fast/filesystem/script-tests/flags-passing.js:
294 (runObjectTestWithExclusive):
296 2011-12-23 Eric Uhrhane <ericu@chromium.org>
298 [fileapi] WebKitFlags should not be constructable per Directories & System spec
299 https://bugs.webkit.org/show_bug.cgi?id=68916
301 Reviewed by Eric Seidel.
303 Remove a test that constructed the object; add one that tests error-handling for non-object parameters while I'm in there.
304 * fast/filesystem/flags-passing-expected.txt:
305 * fast/filesystem/script-tests/flags-passing.js:
307 2011-12-23 Noel Gordon <noel.gordon@gmail.com>
309 [chromium] MAC: should pass CSS3 elliptical gradient tests
310 https://bugs.webkit.org/show_bug.cgi?id=56736
312 Reviewed by Stephen White.
314 Skia on mac draws ellipsoids on OSX 10.5 and 10.6 making these tests pass. Rebaseline
315 the results, restrict the test failures to the Chromium CG port (CPU-CG).
317 * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients-expected.png: Added.
318 * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients2-expected.png: Added.
319 * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients3-expected.png: Added.
320 * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
321 * platform/chromium/test_expectations.txt:
323 2011-12-23 Csaba Osztrogonác <ossy@webkit.org>
325 [Qt] fast/canvas/canvas-largedraws.html crashes with newer Qt5
326 https://bugs.webkit.org/show_bug.cgi?id=75167
328 * platform/qt-5.0/Skipped: Skip the crashing test to paint the bots green.
330 2011-12-23 Tom Sepez <tsepez@chromium.org>
332 XSLT-created HTML documents do not inherit content-security-policy from originally loaded XML.
333 https://bugs.webkit.org/show_bug.cgi?id=75043
335 Reviewed by Adam Barth.
337 * http/tests/security/contentSecurityPolicy/resources/transform-to-img.xsl: Added.
338 * http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Added.
339 * http/tests/security/contentSecurityPolicy/xsl-img-blocked.php: Added.
341 2011-12-23 Ilya Tikhonovsky <loislo@chromium.org>
343 Unreviewed upstream expectations.
345 * platform/chromium/test_expectations.txt:
346 BUGRNIWA GPU-CG : media/video-colorspace-yuv420.html = IMAGE
347 BUGRNIWA GPU-CG : media/video-colorspace-yuv422.html = IMAGE
349 2011-12-23 Adam Klein <adamk@chromium.org>
351 Minimize callsites and duplication of before/after advice for attribute mutations
352 https://bugs.webkit.org/show_bug.cgi?id=75054
354 Reviewed by Ryosuke Niwa.
356 * inspector/debugger/dom-breakpoints.html: Add tests for breakpoints
357 due to mutation of Attr nodes/NamedNodeLists.
358 * platform/chromium/inspector/debugger/dom-breakpoints-expected.txt:
360 2011-12-23 Pierre Rossi <pierre.rossi@gmail.com>
362 [Qt] REGRESSION(r103467): It broke fast/images/animated-gif-restored-from-bfcache.html
363 https://bugs.webkit.org/show_bug.cgi?id=75087
365 Unskipping the offending test.
367 Reviewed by Darin Adler.
369 * platform/qt/Skipped:
371 2011-12-22 Matt Falkenhagen <falken@chromium.org>
373 Map 'lang' and xml:lang attributes to '-webkit-locale' CSS property for use with font fallback and text-transform
374 https://bugs.webkit.org/show_bug.cgi?id=67586
376 Original patch by Jungshik Shin <jshin@chromium.org>
378 Reviewed by Darin Adler.
380 * fast/text/lang-mapped-to-webkit-locale-expected.txt: Added.
381 * fast/text/lang-mapped-to-webkit-locale.xhtml: Added.
382 * fast/text/xml-lang-ignored-in-html-expected.txt: Added.
383 * fast/text/xml-lang-ignored-in-html.html: Added.
385 2011-12-22 Ilya Tikhonovsky <loislo@chromium.org>
387 Unreviewed. Update chromium test expectations.
389 * platform/chromium/test_expectations.txt:
390 removed: BUGCR99500 WIN : svg/custom/simple-text-double-shadow.svg = IMAGE
391 removed: BUGCR99500 WIN : svg/css/group-with-shadow.svg = IMAGE
392 removed: BUGCR99500 WIN : compositing/shadows/shadow-drawing.html = IMAGE
394 2011-12-22 Ilya Tikhonovsky <loislo@chromium.org>
396 Unreviewed. Update chromium test expectations.
398 * platform/chromium/test_expectations.txt:
399 BUGWK75161 GPU : media/video-poster-blocked-by-willsendrequest.html = PASS TEXT
400 BUGWK75161 CPU : media/video-poster-blocked-by-willsendrequest.html = TEXT
402 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
404 Chromium rebaselines after r103595 and r103477.
406 * platform/chromium-cg-mac-leopard/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
407 * platform/chromium-cg-mac-snowleopard/compositing/overflow: Added.
408 * platform/chromium-cg-mac-snowleopard/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
409 * platform/chromium-gpu-linux/media/video-colorspace-yuv420-expected.png: Added.
410 * platform/chromium-gpu-linux/media/video-colorspace-yuv422-expected.png: Added.
411 * platform/chromium-gpu-mac/media/video-colorspace-yuv420-expected.png: Added.
412 * platform/chromium-gpu-mac/media/video-colorspace-yuv422-expected.png: Added.
413 * platform/chromium-gpu-win/media/video-colorspace-yuv420-expected.png: Added.
414 * platform/chromium-gpu-win/media/video-colorspace-yuv422-expected.png: Added.
415 * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
416 * platform/chromium-mac-leopard/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
417 * platform/chromium-mac-snowleopard/compositing/overflow: Added.
418 * platform/chromium-mac-snowleopard/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
419 * platform/chromium-win/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
420 * platform/chromium-win/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
421 * platform/chromium/test_expectations.txt:
423 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
425 Chromium CG Mac rebaseline for SVG tests.
427 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
428 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
429 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
430 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
431 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
432 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
433 * platform/chromium-cg-mac-leopard/svg/batik/text/textOnPath2-expected.png: Added.
434 * platform/chromium-cg-mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: Added.
435 * platform/chromium-cg-mac-leopard/svg/carto.net/slider-expected.png: Added.
436 * platform/chromium-cg-mac-leopard/svg/css/composite-shadow-text-expected.png: Added.
437 * platform/chromium-cg-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
438 * platform/chromium-cg-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
439 * platform/chromium-cg-mac-leopard/svg/hixie/perf/007-expected.png: Added.
441 2011-12-22 Chris Marrin <cmarrin@apple.com>
443 Crash and incorrect behavior when switching between hardware and software CSS filters
444 https://bugs.webkit.org/show_bug.cgi?id=75130
446 Reviewed by Simon Fraser.
448 * css3/filters/crash-hw-sw-switch-expected.txt: Added.
449 * css3/filters/crash-hw-sw-switch.html: Added.
451 2011-12-22 Jon Lee <jonlee@apple.com>
453 Needs baseline for r103593.
455 * platform/chromium/test_expectations.txt:
457 2011-12-22 Filip Pizlo <fpizlo@apple.com>
459 DFG CFA sometimes generates an incorrect proof that a node is known to be a typed array
460 https://bugs.webkit.org/show_bug.cgi?id=75150
461 <rdar://problem/10621900>
463 Reviewed by Gavin Barraclough.
465 * fast/js/dfg-float32array-expected.txt: Added.
466 * fast/js/dfg-float32array.html: Added.
467 * fast/js/dfg-int32array-expected.txt: Added.
468 * fast/js/dfg-int32array.html: Added.
469 * fast/js/script-tests/dfg-float32array.js: Added.
483 * fast/js/script-tests/dfg-int32array.js: Added.
498 2011-12-22 Jon Lee <jonlee@apple.com>
500 Radio buttons cut in download movie sheet
501 https://bugs.webkit.org/show_bug.cgi?id=75128
502 <rdar://problem/9399450>
504 Reviewed by Dan Bernstein.
506 New test to ensure that visual overflow rect for form elements is expanded if the
507 block size is too small.
509 * compositing/overflow/theme-affects-visual-overflow.html: Added.
510 * platform/chromium/test_expectations.txt: Needs baseline.
511 * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
512 * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
514 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
516 Chromium test expectation updates.
518 * platform/chromium/test_expectations.txt:
520 2011-12-22 Filip Pizlo <fpizlo@apple.com>
522 DFG JIT does exactly the wrong thing when doing strict equality on two known cells
523 https://bugs.webkit.org/show_bug.cgi?id=75138
524 <rdar://problem/10621526>
526 Reviewed by Oliver Hunt.
528 * fast/js/dfg-string-stricteq-expected.txt: Added.
529 * fast/js/dfg-string-stricteq.html: Added.
530 * fast/js/script-tests/dfg-string-stricteq.js: Added.
534 2011-12-22 Simon Fraser <simon.fraser@apple.com>
536 Animating some CSS filter values is wrong
537 https://bugs.webkit.org/show_bug.cgi?id=75122
539 Reviewed by Chris Marrin.
541 Add a new test that exercises the "from none" code path.
543 Fix filter-animation.html, which used too-loose tolerance values
544 that resulted in some tests always passing.
546 * css3/filters/filter-animation-from-none-expected.txt: Added.
547 * css3/filters/filter-animation-from-none.html: Copied from LayoutTests/css3/filters/filter-animation.html.
548 * css3/filters/filter-animation.html:
550 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
552 Fix Chromium test expectation.
554 * platform/chromium/test_expectations.txt:
556 2011-12-22 Chris Fleizach <cfleizach@apple.com>
558 AX: WebKit should ignore ARIA role=presentation on focusable elements
559 https://bugs.webkit.org/show_bug.cgi?id=75101
561 Reviewed by Darin Adler.
563 * accessibility/presentational-elements-with-focus-expected.txt: Added.
564 * accessibility/presentational-elements-with-focus.html: Added.
566 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
568 Chromium Mac Leopard rebaseline; it's a clear progression. New result resembles the cross-platform result:
569 http://trac.webkit.org/browser/trunk/LayoutTests/fast/repaint/text-emphasis-h-expected.png?rev=103570
571 Snow Leopard result is still pathologically wrong.
573 * platform/chromium-mac-leopard/fast/repaint/text-emphasis-h-expected.png:
574 * platform/chromium-mac-snowleopard/fast/repaint/text-emphasis-h-expected.png: Added.
575 * platform/chromium-mac/fast/repaint/text-emphasis-h-expected.png: Removed.
576 * platform/chromium/test_expectations.txt:
578 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
580 Fix Chromium test expectation.
582 * platform/chromium/test_expectations.txt:
584 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
586 Chromium test expectation update.
588 * platform/chromium/test_expectations.txt:
590 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
592 Add TIMEOUT PASS expectation to use-same-database-in-page-and-workers.html on Chromium.
593 The failure is tracked by the bug 75111.
595 * platform/chromium/test_expectations.txt:
597 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
599 Add failing expectation for fast/filesystem/op-restricted-chars.html on Chromium Windows.
600 The failure is tracked by the bug 75110.
602 * platform/chromium/test_expectations.txt:
604 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
606 Chromium SVG rebaselines. Also optimize results for those tests.
608 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
609 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
610 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
611 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
612 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
613 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
614 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
615 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
616 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
617 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
618 * platform/chromium-cg-mac-snowleopard/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
619 * platform/chromium-cg-mac-snowleopard/svg/batik/text/textOnPath2-expected.png: Added.
620 * platform/chromium-cg-mac-snowleopard/svg/batik/text/verticalTextOnPath-expected.png: Added.
621 * platform/chromium-cg-mac-snowleopard/svg/carto.net/slider-expected.png: Added.
622 * platform/chromium-cg-mac-snowleopard/svg/css/composite-shadow-text-expected.png: Added.
623 * platform/chromium-cg-mac-snowleopard/svg/custom/fill-opacity-update-expected.png: Added.
624 * platform/chromium-cg-mac-snowleopard/svg/custom/invalid-css-expected.png: Added.
625 * platform/chromium-cg-mac-snowleopard/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
626 * platform/chromium-cg-mac-snowleopard/svg/custom/js-late-clipPath-creation-expected.png: Added.
627 * platform/chromium-cg-mac-snowleopard/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Added.
628 * platform/chromium-cg-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
629 * platform/chromium-cg-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
630 * platform/chromium-cg-mac-snowleopard/svg/hixie/perf/007-expected.png: Added.
631 * platform/chromium-cg-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
632 * platform/chromium-cg-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
633 * platform/chromium-cg-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
634 * platform/chromium-cg-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added.
635 * platform/chromium-cg-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png: Added.
636 * platform/chromium-linux/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Removed.
637 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
638 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
639 * platform/chromium-mac-snowleopard/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
640 * platform/chromium-mac-snowleopard/svg/css/composite-shadow-text-expected.png: Added.
641 * platform/chromium-mac-snowleopard/svg/custom/fill-opacity-update-expected.png: Added.
642 * platform/chromium-mac-snowleopard/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Added.
643 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
644 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
645 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Removed.
646 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Removed.
647 * platform/chromium-mac/svg/as-object/object-box-sizing-no-width-height-expected.png: Removed.
648 * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png: Removed.
649 * platform/chromium-mac/svg/css/composite-shadow-text-expected.png: Removed.
650 * platform/chromium-mac/svg/custom/fill-opacity-update-expected.png: Removed.
651 * platform/chromium-mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Removed.
652 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
653 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
654 * platform/chromium-win-xp/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Removed.
655 * platform/gtk/svg/custom/fill-opacity-update-expected.txt: Removed.
656 * platform/gtk/svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Removed.
657 * platform/mac/svg/custom/fill-opacity-update-expected.txt: Removed.
658 * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Removed.
659 * platform/qt/svg/custom/fill-opacity-update-expected.txt: Removed.
660 * platform/qt/svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Removed.
661 * svg/custom/fill-opacity-update-expected.txt: Added.
662 * svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Added.
664 2011-12-22 Brent Fulgham <bfulgham@webkit.org>
666 [WinCairo] Update Skipped file to match Apple's port, and to
667 turn off some failing tests.
669 * platform/wincairo/Skipped: Update to match Apple's port.
671 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
673 Chromium rebaseline after r103539.
675 * platform/chromium-cg-mac-snowleopard/svg/filters/filter-refresh-expected.png: Added.
677 2011-12-22 Adam Barth <abarth@webkit.org>
679 This test doesn't time out anymore now that I've sharded it into
682 * platform/chromium/test_expectations.txt:
684 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
686 Chromium rebaseline after r103419. Also add the failing expectation to
687 media/track/track-cue-rendering.html since the cue color is incorrect.
688 The failure is tracked by the bug 75098.
690 * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt: Replaced.
691 * platform/chromium/test_expectations.txt:
693 2011-12-22 Vsevolod Vlasov <vsevik@chromium.org>
695 Web Inspector: TabbedPane should support closeable tabs, hiding tabs into drop down menu.
696 https://bugs.webkit.org/show_bug.cgi?id=75085
698 Reviewed by Pavel Feldman.
700 * inspector/tabbed-pane-tabs-to-show-expected.txt: Added.
701 * inspector/tabbed-pane-tabs-to-show.html: Added.
703 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
705 Chromium rebaseline after r103477.
707 * platform/chromium-cg-mac-leopard/media/video-colorspace-yuv420-expected.png: Added.
708 * platform/chromium-cg-mac-leopard/media/video-colorspace-yuv422-expected.png: Added.
709 * platform/chromium-linux-x86/media: Removed.
710 * platform/chromium-mac-leopard/media/video-colorspace-yuv420-expected.png: Added.
711 * platform/chromium-mac-leopard/media/video-colorspace-yuv422-expected.png: Added.
712 * platform/chromium-win-xp/media: Removed.
713 * platform/chromium-win/media/video-colorspace-yuv420-expected.png: Added.
714 * platform/chromium-win/media/video-colorspace-yuv420-expected.txt: Added.
715 * platform/chromium-win/media/video-colorspace-yuv422-expected.png: Added.
716 * platform/chromium-win/media/video-colorspace-yuv422-expected.txt: Added.
717 * platform/chromium/media/video-colorspace-yuv420-expected.png: Added.
718 * platform/chromium/media/video-colorspace-yuv420-expected.txt: Added.
719 * platform/chromium/media/video-colorspace-yuv422-expected.png: Added.
720 * platform/chromium/media/video-colorspace-yuv422-expected.txt: Added.
722 2011-12-22 Chris Fleizach <cfleizach@apple.com>
724 AX: attributed strings do not include AXHeading information when a link is contained within the heading
725 https://bugs.webkit.org/show_bug.cgi?id=75059
727 Reviewed by Darin Adler.
729 * platform/mac/accessibility/heading-and-link-attributed-string-expected.txt: Added.
730 * platform/mac/accessibility/heading-and-link-attributed-string.html: Added.
732 2011-12-22 Chris Fleizach <cfleizach@apple.com>
734 AX: Title attribute should not be used in AXTitle
735 https://bugs.webkit.org/show_bug.cgi?id=75027
737 Reviewed by Darin Adler.
739 * accessibility/aria-option-role.html:
740 Test was using the title attribute as a means of conveying AXTitle, which is wrong.
741 * accessibility/radio-button-title-label-expected.txt:
742 * accessibility/radio-button-title-label.html:
743 Updated to refine the logic surrounding when radio buttons expose a title ui element and when they do not.
744 * platform/mac/accessibility/aria-option-role-expected.txt:
745 * platform/mac/accessibility/title-attribute-not-used-as-axtitle-expected.txt: Added.
746 * platform/mac/accessibility/title-attribute-not-used-as-axtitle.html: Added.
747 New test to verify that the title attribute is not exposed through AXTitle.
749 2011-12-22 Chris Fleizach <cfleizach@apple.com>
751 AX: aria-describedby should not be part of AXDescription (should be a part of AXHelp)
752 https://bugs.webkit.org/show_bug.cgi?id=75052
754 Reviewed by Darin Adler.
756 * accessibility/aria-describedby-on-input.html:
757 * platform/mac/accessibility/aria-describedby-on-input-expected.txt:
758 * LayoutTests/platform/gtk/Skipped
759 Skip aria-describedby-on-input.html on GTK until helpText() can be implemented in DRT.
761 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
763 Unreviewed gardening.
765 * platform/qt-5.0/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
766 * platform/qt-5.0/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
767 * platform/wk2/Skipped: Skip failing tests because of missing layoutTestController.setAlwaysAcceptCookies(false).
769 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
771 [Qt] REGRESSION(r103467): It broke fast/images/animated-gif-restored-from-bfcache.html
772 https://bugs.webkit.org/show_bug.cgi?id=75087
774 Unreviewed gardening.
776 * platform/qt/Skipped: Skip the failing test to paint the bot green.
778 2011-12-22 Pavel Podivilov <podivilov@chromium.org>
780 Web Inspector: add "install source map" to JS source frame context menu.
781 https://bugs.webkit.org/show_bug.cgi?id=74181
783 Reviewed by Pavel Feldman.
785 * http/tests/inspector/compiler-source-mapping-debug.html:
786 * http/tests/inspector/compiler-source-mapping.html:
787 * inspector/debugger/scripts-panel.html:
788 * inspector/debugger/scripts-sorting.html:
789 * inspector/debugger/ui-source-code.html:
791 2011-12-22 Branimir Lambov <blambov@google.com>
793 SVG: "filter" race condition may prevent SVG elements from being re-drawn
794 https://bugs.webkit.org/show_bug.cgi?id=53088
796 Reviewed by Nikolas Zimmermann.
798 Added code to explicitly invalidate data cached by filters applied to
799 an invalidated object or one of its parents.
801 * platform/mac/svg/filters/filter-refresh-expected.png: Added.
802 * platform/mac/svg/filters/filter-refresh-expected.txt: Added.
803 * svg/filters/filter-refresh.svg: Added.
805 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
807 Not reviewed. Add final set of SVG pixel test results for Snow Leopard. Now both Lion & SL pass most tests with --tolerance 0 in svg/.
808 Two SVGFETurbulence tests are failing on both Lion & SL, and one svg/text failure is SL only.
810 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
811 * platform/mac-snowleopard/svg/as-background-image: Added.
812 * platform/mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added.
813 * platform/mac-snowleopard/svg/as-background-image/svg-as-background-1-expected.png: Added.
814 * platform/mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png: Added.
815 * platform/mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png: Added.
816 * platform/mac-snowleopard/svg/as-background-image/svg-background-partial-redraw-expected.png: Added.
817 * platform/mac-snowleopard/svg/as-border-image: Added.
818 * platform/mac-snowleopard/svg/as-border-image/svg-as-border-image-2-expected.png: Added.
819 * platform/mac-snowleopard/svg/as-image: Added.
820 * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png: Added.
821 * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
822 * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
823 * platform/mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
824 * platform/mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png: Added.
825 * platform/mac-snowleopard/svg/as-object: Added.
826 * platform/mac-snowleopard/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
827 * platform/mac-snowleopard/svg/as-object/embedded-svg-size-changes-expected.png: Added.
828 * platform/mac-snowleopard/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
829 * platform/mac-snowleopard/svg/batik/text/textFeatures-expected.png: Added.
830 * platform/mac-snowleopard/svg/batik/text/textLayout-expected.png: Added.
831 * platform/mac-snowleopard/svg/batik/text/textLayout2-expected.png: Added.
832 * platform/mac-snowleopard/svg/batik/text/textLength-expected.png: Added.
833 * platform/mac-snowleopard/svg/batik/text/textOnPath-expected.png: Added.
834 * platform/mac-snowleopard/svg/batik/text/textOnPath3-expected.png: Added.
835 * platform/mac-snowleopard/svg/custom/simple-text-double-shadow-expected.png: Added.
836 * platform/mac-snowleopard/svg/custom/simpleCDF-expected.png: Added.
837 * platform/mac-snowleopard/svg/custom/stroke-fallback-expected.png: Added.
838 * platform/mac-snowleopard/svg/custom/stroke-width-large-expected.png: Added.
839 * platform/mac-snowleopard/svg/custom/stroked-pattern-expected.png: Added.
840 * platform/mac-snowleopard/svg/custom/style-attribute-font-size-expected.png: Added.
841 * platform/mac-snowleopard/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added.
842 * platform/mac-snowleopard/svg/custom/svg-float-border-padding-expected.png: Added.
843 * platform/mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png: Added.
844 * platform/mac-snowleopard/svg/custom/svg-fonts-without-missing-glyph-expected.png: Added.
845 * platform/mac-snowleopard/svg/custom/svg-fonts-word-spacing-expected.png: Added.
846 * platform/mac-snowleopard/svg/custom/svg-overflow-types-expected.png: Added.
847 * platform/mac-snowleopard/svg/custom/text-decoration-visibility-expected.png: Added.
848 * platform/mac-snowleopard/svg/custom/text-dom-01-f-expected.png: Added.
849 * platform/mac-snowleopard/svg/custom/text-image-opacity-expected.png: Added.
850 * platform/mac-snowleopard/svg/custom/text-linking-expected.png: Added.
851 * platform/mac-snowleopard/svg/custom/text-xy-updates-expected.png: Added.
852 * platform/mac-snowleopard/svg/custom/use-clipped-hit-expected.png: Added.
853 * platform/mac-snowleopard/svg/custom/use-css-events-expected.png: Added.
854 * platform/mac-snowleopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
855 * platform/mac-snowleopard/svg/custom/use-dynamic-append-expected.png: Added.
856 * platform/mac-snowleopard/svg/custom/use-elementInstance-event-target-expected.png: Added.
857 * platform/mac-snowleopard/svg/custom/use-elementInstance-methods-expected.png: Added.
858 * platform/mac-snowleopard/svg/custom/use-event-handler-on-referenced-element-expected.png: Added.
859 * platform/mac-snowleopard/svg/custom/use-event-handler-on-use-element-expected.png: Added.
860 * platform/mac-snowleopard/svg/custom/use-events-crash-expected.png: Added.
861 * platform/mac-snowleopard/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
862 * platform/mac-snowleopard/svg/custom/use-property-changes-through-dom-expected.png: Added.
863 * platform/mac-snowleopard/svg/custom/use-property-changes-through-svg-dom-expected.png: Added.
864 * platform/mac-snowleopard/svg/custom/viewport-em-expected.png: Added.
865 * platform/mac-snowleopard/svg/dom/SVGLengthList-getItem-expected.png: Added.
866 * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
867 * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
868 * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
869 * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
870 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
871 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
872 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
873 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
874 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
875 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
876 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
877 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
878 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
879 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
880 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
881 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
882 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
883 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
884 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
885 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
886 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
887 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
888 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
889 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
890 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
891 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
892 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
893 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
894 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
895 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
896 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
897 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
898 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
899 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
900 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
901 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
902 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
903 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
904 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
905 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
906 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
907 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
908 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
909 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
910 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
911 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
912 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
913 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
914 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
915 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
916 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
917 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
918 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
919 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
920 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
921 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
922 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
923 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
924 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
925 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
926 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
927 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
928 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
929 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
930 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
931 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
932 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
933 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
934 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
935 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
936 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
937 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
938 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added.
939 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
940 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
941 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
942 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
943 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added.
944 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
945 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
946 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
947 * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added.
948 * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added.
949 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
950 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
951 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added.
952 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
953 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
954 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
955 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
956 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added.
957 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
958 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
959 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
960 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added.
961 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
962 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
963 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
964 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
965 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
966 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
967 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
968 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
969 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
970 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
971 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
972 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
973 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
974 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
975 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
976 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
977 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
978 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
979 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
980 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
981 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
982 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
983 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
984 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
985 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
986 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
987 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
988 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.
989 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Added.
990 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Added.
991 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Added.
992 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Added.
993 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Added.
994 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Added.
995 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Added.
996 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Added.
997 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Added.
998 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Added.
999 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Added.
1000 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Added.
1001 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Added.
1002 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Added.
1003 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Added.
1004 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Added.
1005 * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Added.
1006 * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Added.
1007 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Added.
1008 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Added.
1009 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Added.
1010 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Added.
1011 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Added.
1012 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Added.
1013 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Added.
1014 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Added.
1015 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Added.
1016 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Added.
1017 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Added.
1018 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Added.
1019 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Added.
1020 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Added.
1021 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Added.
1022 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Added.
1023 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Added.
1024 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Added.
1025 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Added.
1026 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Added.
1027 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Added.
1028 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Added.
1029 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Added.
1030 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Added.
1031 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Added.
1032 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Added.
1033 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Added.
1034 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Added.
1035 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Added.
1036 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
1037 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Added.
1038 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Added.
1039 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Added.
1040 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Added.
1041 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Added.
1042 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Added.
1043 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Added.
1044 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Added.
1045 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Added.
1046 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added.
1047 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Added.
1048 * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Added.
1049 * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Added.
1050 * platform/mac-snowleopard/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Added.
1051 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added.
1052 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added.
1053 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Added.
1054 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added.
1055 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Added.
1056 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Added.
1057 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added.
1058 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added.
1059 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added.
1060 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added.
1061 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Added.
1062 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Added.
1063 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Added.
1064 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Added.
1065 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added.
1066 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added.
1067 * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Added.
1068 * platform/mac-snowleopard/svg/hixie/viewbox/001-expected.png:
1069 * platform/mac-snowleopard/svg/hixie/viewbox/002-expected.png:
1070 * platform/mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio: Added.
1071 * platform/mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
1072 * platform/mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
1074 2011-12-22 Philippe Normand <pnormand@igalia.com>
1076 Unreviewed, GTK baselines for fast/html/font-weight-bold-for-b-and-strong.html
1078 * platform/gtk/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
1080 2011-12-22 Alexandru Chiculita <achicu@adobe.com>
1082 [CSS Shaders] Follow up bug to fix issues mentioned in comment 23 from bug 73317
1083 https://bugs.webkit.org/show_bug.cgi?id=74840
1085 The new shaders syntax counts the lines and the columns, not just the
1086 additional lines and columns, so the minimum accepted is now 1 by 1.
1087 The default mesh size is also 1 by 1, so I've updated the tests and
1088 incremented the mesh sizes by 1.
1090 Reviewed by Nikolas Zimmermann.
1092 * css3/filters/custom-filter-property-computed-style-expected.txt:
1093 * css3/filters/custom-filter-property-parsing-invalid-expected.txt:
1094 * css3/filters/effect-custom.html:
1095 * css3/filters/resources/color-offset.fs:
1096 * css3/filters/resources/vertex-explode-detached.vs:
1097 * css3/filters/resources/vertex-offset.vs:
1098 Added some comments in the shaders.
1099 * css3/filters/script-tests/custom-filter-property-computed-style.js:
1100 Updated the expected default mesh size to be 1 1.
1101 * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
1102 Added some invalid mesh sizes.
1104 2011-12-12 Pavel Podivilov <podivilov@chromium.org>
1106 Web Inspector: fix source map url resolving.
1107 https://bugs.webkit.org/show_bug.cgi?id=74305
1109 Reviewed by Pavel Feldman.
1111 * http/tests/inspector/compiler-source-mapping-expected.txt:
1112 * http/tests/inspector/compiler-source-mapping.html:
1114 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
1116 XSLT-created HTML documents do not inherit first party for cookies from originally loaded XML.
1117 https://bugs.webkit.org/show_bug.cgi?id=74757
1119 [Qt] Unreviewed gardening after 103511, add additional console message:
1120 CONSOLE MESSAGE: line 2: <html xmlns='http://www.w3.org/1999/xhtml/'><body><p>Running an XSL-T 1.0 stylesheet with a 2.0 processor.</p></body></html>
1122 * platform/qt/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.png: Added.
1123 * platform/qt/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.txt: Added.
1124 * platform/qt/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.png: Added.
1125 * platform/qt/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.txt: Added.
1127 2011-12-09 Pavel Podivilov <podivilov@chromium.org>
1129 Web Inspector: auto detect source map url.
1130 https://bugs.webkit.org/show_bug.cgi?id=74088
1132 Reviewed by Pavel Feldman.
1134 * inspector/debugger/raw-source-code.html:
1136 2011-12-22 Philippe Normand <pnormand@igalia.com>
1138 Unreviewed, unskip html5lib/runner.html now passing fine on GTK!
1140 * platform/gtk/Skipped:
1142 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
1144 Not reviewed. Final set of Lion SVG baselines, now passes with --tolerance 0 -p svg with 2 expected failures on a vanilla iMac, w/o any additional software except XCode installed.
1145 A follow-up patch, will add the missing SL results, so that both pass with tolerance 0.
1147 * platform/mac-snowleopard/svg/filters/feTile-expected.png: Copied from LayoutTests/platform/mac/svg/filters/feTile-expected.png.
1148 * platform/mac-snowleopard/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Copied from LayoutTests/platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png.
1149 * platform/mac-snowleopard/svg/foreignObject/svg-document-as-direct-child-expected.png: Copied from LayoutTests/platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.png.
1150 * platform/mac-snowleopard/svg/foreignObject/svg-document-in-html-document-expected.png: Copied from LayoutTests/platform/mac/svg/foreignObject/svg-document-in-html-document-expected.png.
1151 * platform/mac-snowleopard/svg/foreignObject/text-tref-02-b-expected.png: Copied from LayoutTests/platform/mac/svg/foreignObject/text-tref-02-b-expected.png.
1152 * platform/mac-snowleopard/svg/hixie/data-types/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/data-types/002-expected.png.
1153 * platform/mac-snowleopard/svg/hixie/error/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/error/002-expected.png.
1154 * platform/mac-snowleopard/svg/hixie/error/013-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/error/013-expected.png.
1155 * platform/mac-snowleopard/svg/hixie/intrinsic/001-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/intrinsic/001-expected.png.
1156 * platform/mac-snowleopard/svg/hixie/intrinsic/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/intrinsic/002-expected.png.
1157 * platform/mac-snowleopard/svg/hixie/intrinsic/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/intrinsic/003-expected.png.
1158 * platform/mac-snowleopard/svg/hixie/mixed/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png.
1159 * platform/mac-snowleopard/svg/hixie/mixed/006-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/006-expected.png.
1160 * platform/mac-snowleopard/svg/hixie/mixed/007-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/007-expected.png.
1161 * platform/mac-snowleopard/svg/hixie/mixed/008-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/008-expected.png.
1162 * platform/mac-snowleopard/svg/hixie/mixed/009-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/009-expected.png.
1163 * platform/mac-snowleopard/svg/hixie/mixed/010-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/010-expected.png.
1164 * platform/mac-snowleopard/svg/hixie/mixed/011-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/011-expected.png.
1165 * platform/mac-snowleopard/svg/hixie/perf/001-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/perf/001-expected.png.
1166 * platform/mac-snowleopard/svg/hixie/perf/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/perf/002-expected.png.
1167 * platform/mac-snowleopard/svg/hixie/perf/007-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/perf/007-expected.png.
1168 * platform/mac-snowleopard/svg/hixie/processing-model/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/processing-model/003-expected.png.
1169 * platform/mac-snowleopard/svg/hixie/processing-model/004-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/processing-model/004-expected.png.
1170 * platform/mac-snowleopard/svg/hixie/rendering-model/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/rendering-model/003-expected.png.
1171 * platform/mac-snowleopard/svg/hixie/rendering-model/004-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/rendering-model/004-expected.png.
1172 * platform/mac-snowleopard/svg/hixie/text/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/text/003-expected.png.
1173 * platform/mac-snowleopard/svg/hixie/viewbox/001-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png.
1174 * platform/mac-snowleopard/svg/hixie/viewbox/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png.
1175 * platform/mac-snowleopard/svg/repaint/filter-repaint-expected.png: Copied from LayoutTests/platform/mac/svg/repaint/filter-repaint-expected.png.
1176 * platform/mac-snowleopard/svg/text/bidi-text-query-expected.png: Copied from LayoutTests/platform/mac/svg/text/bidi-text-query-expected.png.
1177 * platform/mac-snowleopard/svg/text/font-size-below-point-five-2-expected.png: Copied from LayoutTests/platform/mac/svg/text/font-size-below-point-five-2-expected.png.
1178 * platform/mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png: Copied from LayoutTests/platform/mac/svg/text/foreignObject-text-clipping-bug-expected.png.
1179 * platform/mac-snowleopard/svg/text/scaling-font-with-geometric-precision-expected.png: Copied from LayoutTests/platform/mac/svg/text/scaling-font-with-geometric-precision-expected.png.
1180 * platform/mac-snowleopard/svg/text/select-textLength-spacing-squeeze-1-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png.
1181 * platform/mac-snowleopard/svg/text/select-textLength-spacing-squeeze-2-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png.
1182 * platform/mac-snowleopard/svg/text/select-textLength-spacing-squeeze-3-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png.
1183 * platform/mac-snowleopard/svg/text/select-textLength-spacing-squeeze-4-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png.
1184 * platform/mac-snowleopard/svg/text/select-textLength-spacing-stretch-1-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png.
1185 * platform/mac-snowleopard/svg/text/select-textLength-spacing-stretch-2-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png.
1186 * platform/mac-snowleopard/svg/text/select-textLength-spacing-stretch-3-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png.
1187 * platform/mac-snowleopard/svg/text/select-textLength-spacing-stretch-4-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png.
1188 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png.
1189 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png.
1190 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png.
1191 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png.
1192 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png.
1193 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png.
1194 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png.
1195 * platform/mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png.
1196 * platform/mac-snowleopard/svg/text/select-x-list-1-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-1-expected.png.
1197 * platform/mac-snowleopard/svg/text/select-x-list-2-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-2-expected.png.
1198 * platform/mac-snowleopard/svg/text/select-x-list-3-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-3-expected.png.
1199 * platform/mac-snowleopard/svg/text/select-x-list-4-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-4-expected.png.
1200 * platform/mac-snowleopard/svg/text/select-x-list-with-tspans-1-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-with-tspans-1-expected.png.
1201 * platform/mac-snowleopard/svg/text/select-x-list-with-tspans-2-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-with-tspans-2-expected.png.
1202 * platform/mac-snowleopard/svg/text/select-x-list-with-tspans-3-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-with-tspans-3-expected.png.
1203 * platform/mac-snowleopard/svg/text/select-x-list-with-tspans-4-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-with-tspans-4-expected.png.
1204 * platform/mac-snowleopard/svg/text/selection-styles-expected.png: Copied from LayoutTests/platform/mac/svg/text/selection-styles-expected.png.
1205 * platform/mac-snowleopard/svg/text/small-fonts-2-expected.png: Copied from LayoutTests/platform/mac/svg/text/small-fonts-2-expected.png.
1206 * platform/mac-snowleopard/svg/text/text-align-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-01-b-expected.png.
1207 * platform/mac-snowleopard/svg/text/text-align-02-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-02-b-expected.png.
1208 * platform/mac-snowleopard/svg/text/text-align-03-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-03-b-expected.png.
1209 * platform/mac-snowleopard/svg/text/text-align-04-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-04-b-expected.png.
1210 * platform/mac-snowleopard/svg/text/text-align-05-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-05-b-expected.png.
1211 * platform/mac-snowleopard/svg/text/text-align-06-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-06-b-expected.png.
1212 * platform/mac-snowleopard/svg/text/text-altglyph-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-altglyph-01-b-expected.png.
1213 * platform/mac-snowleopard/svg/text/text-deco-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-deco-01-b-expected.png.
1214 * platform/mac-snowleopard/svg/text/text-fonts-01-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-fonts-01-t-expected.png.
1215 * platform/mac-snowleopard/svg/text/text-overflow-ellipsis-svgfont-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.png.
1216 * platform/mac-snowleopard/svg/text/text-path-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-path-01-b-expected.png.
1217 * platform/mac-snowleopard/svg/text/text-repaint-rects-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-repaint-rects-expected.png.
1218 * platform/mac-snowleopard/svg/text/text-spacing-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-spacing-01-b-expected.png.
1219 * platform/mac-snowleopard/svg/text/text-text-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-01-b-expected.png.
1220 * platform/mac-snowleopard/svg/text/text-text-03-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-03-b-expected.png.
1221 * platform/mac-snowleopard/svg/text/text-text-04-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-04-t-expected.png.
1222 * platform/mac-snowleopard/svg/text/text-text-05-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-05-t-expected.png.
1223 * platform/mac-snowleopard/svg/text/text-text-06-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-06-t-expected.png.
1224 * platform/mac-snowleopard/svg/text/text-text-07-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-07-t-expected.png.
1225 * platform/mac-snowleopard/svg/text/text-text-08-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-08-b-expected.png.
1226 * platform/mac-snowleopard/svg/text/text-tselect-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-tselect-01-b-expected.png.
1227 * platform/mac-snowleopard/svg/text/text-tspan-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-tspan-01-b-expected.png.
1228 * platform/mac-snowleopard/svg/text/text-ws-01-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-ws-01-t-expected.png.
1229 * platform/mac-snowleopard/svg/text/text-ws-02-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-ws-02-t-expected.png.
1230 * platform/mac-snowleopard/svg/text/textPathBoundsBug-expected.png: Copied from LayoutTests/platform/mac/svg/text/textPathBoundsBug-expected.png.
1231 * platform/mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png: Copied from LayoutTests/platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png.
1232 * platform/mac-snowleopard/svg/transforms/text-with-mask-with-svg-transform-expected.png: Copied from LayoutTests/platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png.
1233 * platform/mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Copied from LayoutTests/platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png.
1234 * platform/mac-snowleopard/svg/webarchive/svg-cursor-subresources-expected.png: Copied from LayoutTests/platform/mac/svg/webarchive/svg-cursor-subresources-expected.png.
1235 * platform/mac-snowleopard/svg/wicd/test-rightsizing-a-expected.png: Copied from LayoutTests/platform/mac/svg/wicd/test-rightsizing-a-expected.png.
1236 * platform/mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png: Copied from LayoutTests/platform/mac/svg/wicd/test-scalable-background-image2-expected.png.
1237 * platform/mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png.
1238 * platform/mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png.
1239 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png.
1240 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png.
1241 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png.
1242 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png.
1243 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Copied from LayoutTests/platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png.
1244 * platform/mac/svg/filters/feTile-expected.png:
1245 * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png:
1246 * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.png:
1247 * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.png:
1248 * platform/mac/svg/foreignObject/text-tref-02-b-expected.png:
1249 * platform/mac/svg/hixie/data-types/002-expected.png:
1250 * platform/mac/svg/hixie/error/002-expected.png:
1251 * platform/mac/svg/hixie/error/013-expected.png:
1252 * platform/mac/svg/hixie/intrinsic/001-expected.png:
1253 * platform/mac/svg/hixie/intrinsic/002-expected.png:
1254 * platform/mac/svg/hixie/intrinsic/003-expected.png:
1255 * platform/mac/svg/hixie/mixed/003-expected.png:
1256 * platform/mac/svg/hixie/mixed/006-expected.png:
1257 * platform/mac/svg/hixie/mixed/007-expected.png:
1258 * platform/mac/svg/hixie/mixed/008-expected.png:
1259 * platform/mac/svg/hixie/mixed/009-expected.png:
1260 * platform/mac/svg/hixie/mixed/010-expected.png:
1261 * platform/mac/svg/hixie/mixed/011-expected.png:
1262 * platform/mac/svg/hixie/perf/001-expected.png:
1263 * platform/mac/svg/hixie/perf/002-expected.png:
1264 * platform/mac/svg/hixie/perf/007-expected.png:
1265 * platform/mac/svg/hixie/processing-model/003-expected.png:
1266 * platform/mac/svg/hixie/processing-model/004-expected.png:
1267 * platform/mac/svg/hixie/rendering-model/003-expected.png:
1268 * platform/mac/svg/hixie/rendering-model/004-expected.png:
1269 * platform/mac/svg/hixie/text/003-expected.png:
1270 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
1271 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
1272 * platform/mac/svg/repaint/filter-repaint-expected.png:
1273 * platform/mac/svg/text/bidi-text-query-expected.png:
1274 * platform/mac/svg/text/font-size-below-point-five-2-expected.png:
1275 * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.png:
1276 * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.png:
1277 * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png:
1278 * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png:
1279 * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png:
1280 * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png:
1281 * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png:
1282 * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png:
1283 * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png:
1284 * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png:
1285 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
1286 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
1287 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
1288 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
1289 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
1290 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
1291 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
1292 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
1293 * platform/mac/svg/text/select-x-list-1-expected.png:
1294 * platform/mac/svg/text/select-x-list-2-expected.png:
1295 * platform/mac/svg/text/select-x-list-3-expected.png:
1296 * platform/mac/svg/text/select-x-list-4-expected.png:
1297 * platform/mac/svg/text/select-x-list-with-tspans-1-expected.png:
1298 * platform/mac/svg/text/select-x-list-with-tspans-2-expected.png:
1299 * platform/mac/svg/text/select-x-list-with-tspans-3-expected.png:
1300 * platform/mac/svg/text/select-x-list-with-tspans-4-expected.png:
1301 * platform/mac/svg/text/selection-styles-expected.png:
1302 * platform/mac/svg/text/small-fonts-2-expected.png:
1303 * platform/mac/svg/text/text-align-01-b-expected.png:
1304 * platform/mac/svg/text/text-align-02-b-expected.png:
1305 * platform/mac/svg/text/text-align-03-b-expected.png:
1306 * platform/mac/svg/text/text-align-04-b-expected.png:
1307 * platform/mac/svg/text/text-align-05-b-expected.png:
1308 * platform/mac/svg/text/text-align-06-b-expected.png:
1309 * platform/mac/svg/text/text-altglyph-01-b-expected.png:
1310 * platform/mac/svg/text/text-deco-01-b-expected.png:
1311 * platform/mac/svg/text/text-fonts-01-t-expected.png:
1312 * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.png:
1313 * platform/mac/svg/text/text-path-01-b-expected.png:
1314 * platform/mac/svg/text/text-repaint-rects-expected.png:
1315 * platform/mac/svg/text/text-spacing-01-b-expected.png:
1316 * platform/mac/svg/text/text-text-01-b-expected.png:
1317 * platform/mac/svg/text/text-text-03-b-expected.png:
1318 * platform/mac/svg/text/text-text-04-t-expected.png:
1319 * platform/mac/svg/text/text-text-05-t-expected.png:
1320 * platform/mac/svg/text/text-text-06-t-expected.png:
1321 * platform/mac/svg/text/text-text-07-t-expected.png:
1322 * platform/mac/svg/text/text-text-08-b-expected.png:
1323 * platform/mac/svg/text/text-tselect-01-b-expected.png:
1324 * platform/mac/svg/text/text-tspan-01-b-expected.png:
1325 * platform/mac/svg/text/text-ws-01-t-expected.png:
1326 * platform/mac/svg/text/text-ws-02-t-expected.png:
1327 * platform/mac/svg/text/textPathBoundsBug-expected.png:
1328 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
1329 * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
1330 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
1331 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
1332 * platform/mac/svg/wicd/test-rightsizing-a-expected.png:
1333 * platform/mac/svg/wicd/test-scalable-background-image1-expected.png:
1334 * platform/mac/svg/wicd/test-scalable-background-image2-expected.png:
1335 * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
1336 * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
1337 * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
1338 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
1339 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
1340 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
1341 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
1342 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
1344 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
1346 [Qt] Unreviewed gardening after r103468. Add platform specific expected files.
1348 * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1349 * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
1351 2011-12-22 Philippe Normand <pnormand@igalia.com>
1353 Unreviewed, skipping some new media failing tests on GTK.
1355 * platform/gtk/Skipped:
1357 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
1359 [Qt][GTK] The html5lib/runner.html test is start to fail after r102626
1360 https://bugs.webkit.org/show_bug.cgi?id=74411
1362 * platform/qt/Skipped: Unskip now passing test - html5lib/runner.html.
1364 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
1366 Implement the JavaScriptCore bindings for eventListenerHandlerLocation
1367 https://bugs.webkit.org/show_bug.cgi?id=74313
1369 Unreviewed trivial fix.
1371 * inspector/elements/event-listener-sidebar-expected.txt: Updated after r103488.
1373 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
1375 Not reviewed. Accidently added several files, where directories should have been created.
1377 * platform/mac-snowleopard/svg/as-background-image: Removed.
1378 * platform/mac-snowleopard/svg/as-border-image: Removed.
1379 * platform/mac-snowleopard/svg/as-image: Removed.
1380 * platform/mac-snowleopard/svg/as-object: Removed.
1382 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
1384 Not reviewed. Next chunk of Lion SVG baselines.
1386 * platform/mac-snowleopard/svg/dom/SVGPathSegList-cloning-expected.png: Copied from LayoutTests/platform/mac/svg/dom/SVGPathSegList-cloning-expected.png.
1387 * platform/mac-snowleopard/svg/dom/SVGPathSegList-segment-modification-expected.png: Copied from LayoutTests/platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.png.
1388 * platform/mac-snowleopard/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Copied from LayoutTests/platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png.
1389 * platform/mac-snowleopard/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Copied from LayoutTests/platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png.
1390 * platform/mac-snowleopard/svg/dom/css-transforms-expected.png: Copied from LayoutTests/platform/mac/svg/dom/css-transforms-expected.png.
1391 * platform/mac-snowleopard/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png.
1392 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png.
1393 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png.
1394 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png.
1395 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png.
1396 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png.
1397 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png.
1398 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png.
1399 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png.
1400 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png.
1401 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png.
1402 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png.
1403 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png.
1404 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png.
1405 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png.
1406 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png.
1407 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png.
1408 * platform/mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png.
1409 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png.
1410 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png.
1411 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png.
1412 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png.
1413 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png.
1414 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png.
1415 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png.
1416 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png.
1417 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png.
1418 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png.
1419 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png.
1420 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png.
1421 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png.
1422 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png.
1423 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png.
1424 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png.
1425 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png.
1426 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png.
1427 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png.
1428 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png.
1429 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png.
1430 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png.
1431 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png.
1432 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png.
1433 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png.
1434 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png.
1435 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png.
1436 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png.
1437 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png.
1438 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png.
1439 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png.
1440 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png.
1441 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png.
1442 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png.
1443 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png.
1444 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png.
1445 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png.
1446 * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png.
1447 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png.
1448 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png.
1449 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png.
1450 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png.
1451 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png.
1452 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png.
1453 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png.
1454 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png.
1455 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png.
1456 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png.
1457 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png.
1458 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png.
1459 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png.
1460 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png.
1461 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png.
1462 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png.
1463 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png.
1464 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png.
1465 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png.
1466 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png.
1467 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png.
1468 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png.
1469 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png.
1470 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png.
1471 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png.
1472 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png.
1473 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png.
1474 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png.
1475 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png.
1476 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png.
1477 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png.
1478 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png.
1479 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png.
1480 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png.
1481 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png.
1482 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png.
1483 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png.
1484 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png.
1485 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png.
1486 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png.
1487 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png.
1488 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png.
1489 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png.
1490 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png.
1491 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png.
1492 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png.
1493 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png.
1494 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png.
1495 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png.
1496 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png.
1497 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png.
1498 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png.
1499 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png.
1500 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png.
1501 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png.
1502 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png.
1503 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png.
1504 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png.
1505 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png.
1506 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png.
1507 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png.
1508 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png.
1509 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png.
1510 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png.
1511 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png.
1512 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png.
1513 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png.
1514 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png.
1515 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png.
1516 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png.
1517 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png.
1518 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png.
1519 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png.
1520 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png.
1521 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png.
1522 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png.
1523 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png.
1524 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png.
1525 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png.
1526 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png.
1527 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png.
1528 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png.
1529 * platform/mac/svg/dom/SVGLengthList-getItem-expected.png:
1530 * platform/mac/svg/dom/SVGPathSegList-cloning-expected.png:
1531 * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.png:
1532 * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png:
1533 * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
1534 * platform/mac/svg/dom/css-transforms-expected.png:
1535 * platform/mac/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
1536 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
1537 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
1538 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
1539 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
1540 * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
1541 * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
1542 * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
1543 * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
1544 * platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
1545 * platform/mac/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
1546 * platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
1547 * platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
1548 * platform/mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
1549 * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
1550 * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
1551 * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
1552 * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
1553 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
1554 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
1555 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
1556 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
1557 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
1558 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
1559 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
1560 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
1561 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
1562 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
1563 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
1564 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
1565 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
1566 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
1567 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
1568 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
1569 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
1570 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
1571 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
1572 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
1573 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
1574 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
1575 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
1576 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
1577 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
1578 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
1579 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
1580 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
1581 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
1582 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
1583 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
1584 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
1585 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
1586 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
1587 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
1588 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
1589 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
1590 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
1591 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
1592 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
1593 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
1594 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
1595 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
1596 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
1597 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
1598 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
1599 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
1600 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
1601 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
1602 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
1603 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
1604 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
1605 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
1606 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
1607 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
1608 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
1609 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
1610 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
1611 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
1612 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
1613 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
1614 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
1615 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
1616 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
1617 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
1618 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
1619 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
1620 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
1621 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
1622 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
1623 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
1624 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
1625 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
1626 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
1627 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
1628 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
1629 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
1630 * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
1631 * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
1632 * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
1633 * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
1634 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
1635 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
1636 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
1637 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
1638 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
1639 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
1640 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
1641 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
1642 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
1643 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
1644 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
1645 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
1646 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
1647 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
1648 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
1649 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
1650 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
1651 * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
1652 * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
1653 * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
1654 * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
1655 * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
1656 * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
1657 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
1658 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
1659 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
1660 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
1661 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
1662 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
1663 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
1664 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
1665 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
1666 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
1667 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
1668 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
1669 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
1670 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
1671 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
1672 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
1673 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
1674 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
1675 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
1676 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
1677 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
1678 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
1679 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
1680 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
1681 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
1682 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
1683 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
1684 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
1685 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
1686 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
1687 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
1688 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
1689 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
1690 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
1691 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
1692 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
1693 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
1694 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
1695 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
1696 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
1697 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
1698 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
1699 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
1700 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
1701 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
1702 * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
1703 * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
1704 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
1705 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
1706 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
1707 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
1708 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
1709 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
1710 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
1711 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
1712 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
1713 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
1714 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
1715 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
1716 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
1717 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
1718 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
1719 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
1720 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
1721 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
1722 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
1723 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
1724 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
1725 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
1726 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
1727 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
1728 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
1729 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
1730 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
1731 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
1732 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
1733 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
1734 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
1735 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
1736 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
1737 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
1738 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
1739 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
1740 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
1741 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
1742 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
1743 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
1744 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
1745 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
1746 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
1747 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
1748 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
1749 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
1750 * platform/mac/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
1751 * platform/mac/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
1752 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
1753 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
1754 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
1755 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
1756 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
1757 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
1758 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
1759 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
1760 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
1761 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
1762 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
1763 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
1764 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
1765 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
1766 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
1767 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
1768 * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
1769 * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
1770 * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
1771 * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
1772 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
1773 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
1774 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
1775 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
1776 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
1777 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
1778 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
1779 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
1780 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
1781 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
1782 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
1783 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
1784 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
1785 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
1786 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
1787 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
1788 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
1789 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
1790 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
1791 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
1792 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
1793 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
1794 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
1795 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
1796 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
1797 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
1798 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
1799 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
1800 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
1801 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
1802 * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
1803 * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
1804 * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
1805 * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
1806 * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
1807 * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
1808 * platform/mac/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
1809 * platform/mac/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
1810 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
1811 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
1812 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
1813 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
1814 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
1815 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
1816 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
1817 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
1818 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
1819 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
1820 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
1821 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
1822 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
1823 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
1824 * platform/mac/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
1825 * platform/mac/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
1826 * platform/mac/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
1827 * platform/mac/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
1828 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
1829 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
1830 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
1831 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
1832 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
1833 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
1834 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
1835 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
1836 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
1837 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
1838 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
1839 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
1840 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
1841 * platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
1842 * platform/mac/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
1843 * platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
1844 * platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
1845 * platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
1846 * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
1847 * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
1848 * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
1849 * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
1850 * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
1851 * platform/mac/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
1852 * platform/mac/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
1853 * platform/mac/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
1854 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
1855 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
1856 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
1857 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
1858 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
1859 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
1860 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
1861 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
1862 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
1863 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
1864 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
1865 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
1866 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
1867 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
1868 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
1869 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
1870 * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
1872 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
1874 Not reviewed. Next chunk of Lion SVG baselines.
1876 * platform/mac-snowleopard/svg/carto.net/button-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/button-expected.png.
1877 * platform/mac-snowleopard/svg/carto.net/colourpicker-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/colourpicker-expected.png.
1878 * platform/mac-snowleopard/svg/carto.net/combobox-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/combobox-expected.png.
1879 * platform/mac-snowleopard/svg/carto.net/scrollbar-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/scrollbar-expected.png.
1880 * platform/mac-snowleopard/svg/carto.net/slider-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/slider-expected.png.
1881 * platform/mac-snowleopard/svg/carto.net/textbox-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/textbox-expected.png.
1882 * platform/mac-snowleopard/svg/carto.net/window-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/window-expected.png.
1883 * platform/mac-snowleopard/svg/clip-path/clip-path-pixelation-expected.png: Copied from LayoutTests/platform/mac/svg/clip-path/clip-path-pixelation-expected.png.
1884 * platform/mac-snowleopard/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Copied from LayoutTests/platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png.
1885 * platform/mac-snowleopard/svg/clip-path/deep-nested-clip-in-mask-expected.png: Copied from LayoutTests/platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.png.
1886 * platform/mac-snowleopard/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Copied from LayoutTests/platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png.
1887 * platform/mac-snowleopard/svg/css/arrow-with-shadow-expected.png: Copied from LayoutTests/platform/mac/svg/css/arrow-with-shadow-expected.png.
1888 * platform/mac-snowleopard/svg/css/composite-shadow-text-expected.png: Copied from LayoutTests/platform/mac/svg/css/composite-shadow-text-expected.png.
1889 * platform/mac-snowleopard/svg/css/css-box-min-width-expected.png: Copied from LayoutTests/platform/mac/svg/css/css-box-min-width-expected.png.
1890 * platform/mac-snowleopard/svg/css/group-with-shadow-expected.png: Copied from LayoutTests/platform/mac/svg/css/group-with-shadow-expected.png.
1891 * platform/mac-snowleopard/svg/css/shadow-changes-expected.png: Copied from LayoutTests/platform/mac/svg/css/shadow-changes-expected.png.
1892 * platform/mac-snowleopard/svg/css/shadow-with-large-radius-expected.png: Copied from LayoutTests/platform/mac/svg/css/shadow-with-large-radius-expected.png.
1893 * platform/mac-snowleopard/svg/css/shadow-with-negative-offset-expected.png: Copied from LayoutTests/platform/mac/svg/css/shadow-with-negative-offset-expected.png.
1894 * platform/mac-snowleopard/svg/css/text-gradient-shadow-expected.png: Copied from LayoutTests/platform/mac/svg/css/text-gradient-shadow-expected.png.
1895 * platform/mac-snowleopard/svg/css/text-shadow-multiple-expected.png: Copied from LayoutTests/platform/mac/svg/css/text-shadow-multiple-expected.png.
1896 * platform/mac-snowleopard/svg/custom/SVGMatrix-interface-expected.png: Copied from LayoutTests/platform/mac/svg/custom/SVGMatrix-interface-expected.png.
1897 * platform/mac-snowleopard/svg/custom/absolute-sized-content-with-resources-expected.png: Copied from LayoutTests/platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png.
1898 * platform/mac-snowleopard/svg/custom/absolute-sized-svg-in-xhtml-expected.png: Copied from LayoutTests/platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png.
1899 * platform/mac-snowleopard/svg/custom/baseval-animval-equality-expected.png: Copied from LayoutTests/platform/mac/svg/custom/baseval-animval-equality-expected.png.
1900 * platform/mac-snowleopard/svg/custom/bug45331-expected.png: Copied from LayoutTests/platform/mac/svg/custom/bug45331-expected.png.
1901 * platform/mac-snowleopard/svg/custom/circle-move-invalidation-expected.png: Copied from LayoutTests/platform/mac/svg/custom/circle-move-invalidation-expected.png.
1902 * platform/mac-snowleopard/svg/custom/clip-path-referencing-use-expected.png: Copied from LayoutTests/platform/mac/svg/custom/clip-path-referencing-use-expected.png.
1903 * platform/mac-snowleopard/svg/custom/clip-path-referencing-use2-expected.png: Copied from LayoutTests/platform/mac/svg/custom/clip-path-referencing-use2-expected.png.
1904 * platform/mac-snowleopard/svg/custom/clone-element-with-animated-svg-properties-expected.png: Copied from LayoutTests/platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.png.
1905 * platform/mac-snowleopard/svg/custom/container-opacity-clip-viewBox-expected.png: Copied from LayoutTests/platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png.
1906 * platform/mac-snowleopard/svg/custom/coords-relative-units-transforms-expected.png: Copied from LayoutTests/platform/mac/svg/custom/coords-relative-units-transforms-expected.png.
1907 * platform/mac-snowleopard/svg/custom/createImageElement2-expected.png: Copied from LayoutTests/platform/mac/svg/custom/createImageElement2-expected.png.
1908 * platform/mac-snowleopard/svg/custom/dominant-baseline-hanging-expected.png: Copied from LayoutTests/platform/mac/svg/custom/dominant-baseline-hanging-expected.png.
1909 * platform/mac-snowleopard/svg/custom/embedding-external-svgs-expected.png: Copied from LayoutTests/platform/mac/svg/custom/embedding-external-svgs-expected.png.
1910 * platform/mac-snowleopard/svg/custom/empty-clip-path-expected.png: Copied from LayoutTests/platform/mac/svg/custom/empty-clip-path-expected.png.
1911 * platform/mac-snowleopard/svg/custom/external-paintserver-reference-expected.png: Renamed from LayoutTests/svg/custom/external-paintserver-reference-expected.png.
1912 * platform/mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png: Copied from LayoutTests/platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png.
1913 * platform/mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png: Copied from LayoutTests/platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png.
1914 * platform/mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png: Copied from LayoutTests/platform/mac/svg/custom/feComponentTransfer-Linear-expected.png.
1915 * platform/mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png: Copied from LayoutTests/platform/mac/svg/custom/feComponentTransfer-Table-expected.png.
1916 * platform/mac-snowleopard/svg/custom/fill-SVGPaint-interface-expected.png: Copied from LayoutTests/platform/mac/svg/custom/fill-SVGPaint-interface-expected.png.
1917 * platform/mac-snowleopard/svg/custom/fill-fallback-expected.png: Copied from LayoutTests/platform/mac/svg/custom/fill-fallback-expected.png.
1918 * platform/mac-snowleopard/svg/custom/focus-ring-expected.png: Copied from LayoutTests/platform/mac/svg/custom/focus-ring-expected.png.
1919 * platform/mac-snowleopard/svg/custom/font-face-cascade-order-expected.png: Copied from LayoutTests/platform/mac/svg/custom/font-face-cascade-order-expected.png.
1920 * platform/mac-snowleopard/svg/custom/font-face-simple-expected.png: Copied from LayoutTests/platform/mac/svg/custom/font-face-simple-expected.png.
1921 * platform/mac-snowleopard/svg/custom/foreign-object-skew-expected.png: Copied from LayoutTests/platform/mac/svg/custom/foreign-object-skew-expected.png.
1922 * platform/mac-snowleopard/svg/custom/foreignObject-crash-on-hover-expected.png: Copied from LayoutTests/platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png.
1923 * platform/mac-snowleopard/svg/custom/getPresentationAttribute-expected.png: Copied from LayoutTests/platform/mac/svg/custom/getPresentationAttribute-expected.png.
1924 * platform/mac-snowleopard/svg/custom/getTransformToElement-expected.png: Copied from LayoutTests/platform/mac/svg/custom/getTransformToElement-expected.png.
1925 * platform/mac-snowleopard/svg/custom/getscreenctm-in-mixed-content-expected.png: Copied from LayoutTests/platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png.
1926 * platform/mac-snowleopard/svg/custom/getsvgdocument-expected.png: Copied from LayoutTests/platform/mac/svg/custom/getsvgdocument-expected.png.
1927 * platform/mac-snowleopard/svg/custom/glyph-selection-lang-attribute-expected.png: Copied from LayoutTests/platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png.
1928 * platform/mac-snowleopard/svg/custom/gradient-cycle-detection-expected.png: Copied from LayoutTests/platform/mac/svg/custom/gradient-cycle-detection-expected.png.
1929 * platform/mac-snowleopard/svg/custom/gradient-deep-referencing-expected.png: Copied from LayoutTests/platform/mac/svg/custom/gradient-deep-referencing-expected.png.
1930 * platform/mac-snowleopard/svg/custom/gradient-stroke-width-expected.png: Copied from LayoutTests/platform/mac/svg/custom/gradient-stroke-width-expected.png.
1931 * platform/mac-snowleopard/svg/custom/gradient-with-1d-boundingbox-expected.png: Copied from LayoutTests/platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.png.
1932 * platform/mac-snowleopard/svg/custom/group-opacity-expected.png: Copied from LayoutTests/platform/mac/svg/custom/group-opacity-expected.png.
1933 * platform/mac-snowleopard/svg/custom/hit-test-path-expected.png: Copied from LayoutTests/platform/mac/svg/custom/hit-test-path-expected.png.
1934 * platform/mac-snowleopard/svg/custom/hit-test-path-stroke-expected.png: Copied from LayoutTests/platform/mac/svg/custom/hit-test-path-stroke-expected.png.
1935 * platform/mac-snowleopard/svg/custom/hit-test-unclosed-subpaths-expected.png: Copied from LayoutTests/platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png.
1936 * platform/mac-snowleopard/svg/custom/hit-test-with-br-expected.png: Copied from LayoutTests/platform/mac/svg/custom/hit-test-with-br-expected.png.
1937 * platform/mac-snowleopard/svg/custom/image-parent-translation-expected.png: Copied from LayoutTests/platform/mac/svg/custom/image-parent-translation-expected.png.
1938 * platform/mac-snowleopard/svg/custom/image-rescale-clip-expected.png: Copied from LayoutTests/platform/mac/svg/custom/image-rescale-clip-expected.png.
1939 * platform/mac-snowleopard/svg/custom/image-rescale-scroll-expected.png: Copied from LayoutTests/platform/mac/svg/custom/image-rescale-scroll-expected.png.
1940 * platform/mac-snowleopard/svg/custom/image-small-width-height-expected.png: Copied from LayoutTests/platform/mac/svg/custom/image-small-width-height-expected.png.
1941 * platform/mac-snowleopard/svg/custom/image-with-transform-clip-filter-expected.png: Copied from LayoutTests/platform/mac/svg/custom/image-with-transform-clip-filter-expected.png.
1942 * platform/mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: Copied from LayoutTests/platform/mac/svg/custom/inline-svg-in-xhtml-expected.png.
1943 * platform/mac-snowleopard/svg/custom/invalid-fill-expected.png: Copied from LayoutTests/platform/mac/svg/custom/invalid-fill-expected.png.
1944 * platform/mac-snowleopard/svg/custom/invalid-fill-hex-expected.png: Copied from LayoutTests/platform/mac/svg/custom/invalid-fill-hex-expected.png.
1945 * platform/mac-snowleopard/svg/custom/invalid-lengthlist-expected.png: Copied from LayoutTests/platform/mac/svg/custom/invalid-lengthlist-expected.png.
1946 * platform/mac-snowleopard/svg/custom/invalid-stroke-hex-expected.png: Copied from LayoutTests/platform/mac/svg/custom/invalid-stroke-hex-expected.png.
1947 * platform/mac-snowleopard/svg/custom/invalid-uri-stroke-expected.png: Copied from LayoutTests/platform/mac/svg/custom/invalid-uri-stroke-expected.png.
1948 * platform/mac-snowleopard/svg/custom/js-update-stop-linked-gradient-expected.png: Copied from LayoutTests/platform/mac/svg/custom/js-update-stop-linked-gradient-expected.png.
1949 * platform/mac-snowleopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png: Copied from LayoutTests/platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png.
1950 * platform/mac-snowleopard/svg/custom/linking-a-03-b-viewTarget-expected.png: Copied from LayoutTests/platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png.
1951 * platform/mac-snowleopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png: Copied from LayoutTests/platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png.
1952 * platform/mac-snowleopard/svg/custom/linking-base-external-reference-expected.png: Renamed from LayoutTests/svg/custom/linking-base-external-reference-expected.png.
1953 * platform/mac-snowleopard/svg/custom/marker-overflow-clip-expected.png: Copied from LayoutTests/platform/mac/svg/custom/marker-overflow-clip-expected.png.
1954 * platform/mac-snowleopard/svg/custom/mask-invalidation-expected.png: Copied from LayoutTests/platform/mac/svg/custom/mask-invalidation-expected.png.
1955 * platform/mac-snowleopard/svg/custom/mouse-move-on-svg-container-expected.png: Copied from LayoutTests/platform/mac/svg/custom/mouse-move-on-svg-container-expected.png.
1956 * platform/mac-snowleopard/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Copied from LayoutTests/platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png.
1957 * platform/mac-snowleopard/svg/custom/mouse-move-on-svg-root-expected.png: Copied from LayoutTests/platform/mac/svg/custom/mouse-move-on-svg-root-expected.png.
1958 * platform/mac-snowleopard/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Copied from LayoutTests/platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png.
1959 * platform/mac-snowleopard/svg/custom/no-inherited-dashed-stroke-expected.png: Copied from LayoutTests/platform/mac/svg/custom/no-inherited-dashed-stroke-expected.png.
1960 * platform/mac-snowleopard/svg/custom/non-opaque-filters-expected.png: Copied from LayoutTests/platform/mac/svg/custom/non-opaque-filters-expected.png.
1961 * platform/mac-snowleopard/svg/custom/non-scaling-stroke-expected.png: Copied from LayoutTests/platform/mac/svg/custom/non-scaling-stroke-expected.png.
1962 * platform/mac-snowleopard/svg/custom/object-sizing-expected.png: Copied from LayoutTests/platform/mac/svg/custom/object-sizing-expected.png.
1963 * platform/mac-snowleopard/svg/custom/path-textPath-simulation-expected.png: Copied from LayoutTests/platform/mac/svg/custom/path-textPath-simulation-expected.png.
1964 * platform/mac-snowleopard/svg/custom/pattern-cycle-detection-expected.png: Copied from LayoutTests/platform/mac/svg/custom/pattern-cycle-detection-expected.png.
1965 * platform/mac-snowleopard/svg/custom/pattern-deep-referencing-expected.png: Copied from LayoutTests/platform/mac/svg/custom/pattern-deep-referencing-expected.png.
1966 * platform/mac-snowleopard/svg/custom/pattern-incorrect-tiling-expected.png: Copied from LayoutTests/platform/mac/svg/custom/pattern-incorrect-tiling-expected.png.
1967 * platform/mac-snowleopard/svg/custom/pattern-rotate-expected.png: Copied from LayoutTests/platform/mac/svg/custom/pattern-rotate-expected.png.
1968 * platform/mac-snowleopard/svg/custom/pattern-rotate-gaps-expected.png: Copied from LayoutTests/platform/mac/svg/custom/pattern-rotate-gaps-expected.png.
1969 * platform/mac-snowleopard/svg/custom/percentage-of-html-parent-expected.png: Copied from LayoutTests/platform/mac/svg/custom/percentage-of-html-parent-expected.png.
1970 * platform/mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png: Copied from LayoutTests/platform/mac/svg/custom/pointer-events-image-css-transform-expected.png.
1971 * platform/mac-snowleopard/svg/custom/pointer-events-image-expected.png: Copied from LayoutTests/platform/mac/svg/custom/pointer-events-image-expected.png.
1972 * platform/mac-snowleopard/svg/custom/pointer-events-path-expected.png: Copied from LayoutTests/platform/mac/svg/custom/pointer-events-path-expected.png.
1973 * platform/mac-snowleopard/svg/custom/pointer-events-text-css-transform-expected.png: Copied from LayoutTests/platform/mac/svg/custom/pointer-events-text-css-transform-expected.png.
1974 * platform/mac-snowleopard/svg/custom/pointer-events-text-expected.png: Copied from LayoutTests/platform/mac/svg/custom/pointer-events-text-expected.png.
1975 * platform/mac-snowleopard/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Copied from LayoutTests/platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png.
1976 * platform/mac-snowleopard/svg/custom/recursive-clippath-expected.png: Copied from LayoutTests/platform/mac/svg/custom/recursive-clippath-expected.png.
1977 * platform/mac-snowleopard/svg/custom/recursive-filter-expected.png: Copied from LayoutTests/platform/mac/svg/custom/recursive-filter-expected.png.
1978 * platform/mac-snowleopard/svg/custom/recursive-gradient-expected.png: Copied from LayoutTests/platform/mac/svg/custom/recursive-gradient-expected.png.
1979 * platform/mac-snowleopard/svg/custom/recursive-mask-expected.png: Copied from LayoutTests/platform/mac/svg/custom/recursive-mask-expected.png.
1980 * platform/mac-snowleopard/svg/custom/recursive-pattern-expected.png: Copied from LayoutTests/platform/mac/svg/custom/recursive-pattern-expected.png.
1981 * platform/mac-snowleopard/svg/custom/relative-sized-content-expected.png: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-content-expected.png.
1982 * platform/mac-snowleopard/svg/custom/relative-sized-content-with-resources-expected.png: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-content-with-resources-expected.png.
1983 * platform/mac-snowleopard/svg/custom/relative-sized-deep-shadow-tree-content-expected.png: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.png.
1984 * platform/mac-snowleopard/svg/custom/relative-sized-inner-svg-expected.png: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-inner-svg-expected.png.
1985 * platform/mac-snowleopard/svg/custom/relative-sized-shadow-tree-content-expected.png: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.png.
1986 * platform/mac-snowleopard/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png.
1987 * platform/mac-snowleopard/svg/custom/relative-sized-use-on-symbol-expected.png: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-use-on-symbol-expected.png.
1988 * platform/mac-snowleopard/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png.
1989 * platform/mac-snowleopard/svg/custom/rootmost-svg-xy-attrs-expected.png: Copied from LayoutTests/platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png.
1990 * platform/mac-snowleopard/svg/custom/second-inline-text-expected.png: Copied from LayoutTests/platform/mac/svg/custom/second-inline-text-expected.png.
1991 * platform/mac-snowleopard/svg/custom/shape-rendering-expected.png: Copied from LayoutTests/platform/mac/svg/custom/shape-rendering-expected.png.
1992 * platform/mac-snowleopard/svg/custom/shapes-supporting-markers-expected.png: Copied from LayoutTests/platform/mac/svg/custom/shapes-supporting-markers-expected.png.
1993 * platform/mac/svg/carto.net/button-expected.png:
1994 * platform/mac/svg/carto.net/colourpicker-expected.png:
1995 * platform/mac/svg/carto.net/combobox-expected.png:
1996 * platform/mac/svg/carto.net/scrollbar-expected.png:
1997 * platform/mac/svg/carto.net/selectionlist-expected.png:
1998 * platform/mac/svg/carto.net/slider-expected.png:
1999 * platform/mac/svg/carto.net/textbox-expected.png:
2000 * platform/mac/svg/carto.net/window-expected.png:
2001 * platform/mac/svg/clip-path/clip-path-pixelation-expected.png:
2002 * platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png:
2003 * platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.png:
2004 * platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png:
2005 * platform/mac/svg/css/arrow-with-shadow-expected.png:
2006 * platform/mac/svg/css/composite-shadow-text-expected.png:
2007 * platform/mac/svg/css/css-box-min-width-expected.png:
2008 * platform/mac/svg/css/group-with-shadow-expected.png:
2009 * platform/mac/svg/css/shadow-changes-expected.png:
2010 * platform/mac/svg/css/shadow-with-large-radius-expected.png:
2011 * platform/mac/svg/css/shadow-with-negative-offset-expected.png:
2012 * platform/mac/svg/css/text-gradient-shadow-expected.png:
2013 * platform/mac/svg/css/text-shadow-multiple-expected.png:
2014 * platform/mac/svg/custom/SVGMatrix-interface-expected.png:
2015 * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png:
2016 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png:
2017 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
2018 * platform/mac/svg/custom/bug45331-expected.png:
2019 * platform/mac/svg/custom/circle-move-invalidation-expected.png:
2020 * platform/mac/svg/custom/clip-path-referencing-use-expected.png:
2021 * platform/mac/svg/custom/clip-path-referencing-use2-expected.png:
2022 * platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.png:
2023 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png:
2024 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
2025 * platform/mac/svg/custom/createImageElement2-expected.png:
2026 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
2027 * platform/mac/svg/custom/embedding-external-svgs-expected.png:
2028 * platform/mac/svg/custom/empty-clip-path-expected.png:
2029 * platform/mac/svg/custom/external-paintserver-reference-expected.png:
2030 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
2031 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
2032 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
2033 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
2034 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.png:
2035 * platform/mac/svg/custom/fill-fallback-expected.png:
2036 * platform/mac/svg/custom/focus-ring-expected.png:
2037 * platform/mac/svg/custom/font-face-cascade-order-expected.png:
2038 * platform/mac/svg/custom/font-face-simple-expected.png:
2039 * platform/mac/svg/custom/foreign-object-skew-expected.png:
2040 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png:
2041 * platform/mac/svg/custom/getPresentationAttribute-expected.png:
2042 * platform/mac/svg/custom/getTransformToElement-expected.png:
2043 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
2044 * platform/mac/svg/custom/getsvgdocument-expected.png:
2045 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png:
2046 * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
2047 * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
2048 * platform/mac/svg/custom/gradient-stroke-width-expected.png:
2049 * platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.png:
2050 * platform/mac/svg/custom/group-opacity-expected.png:
2051 * platform/mac/svg/custom/hit-test-path-expected.png:
2052 * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
2053 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
2054 * platform/mac/svg/custom/hit-test-with-br-expected.png:
2055 * platform/mac/svg/custom/image-parent-translation-expected.png:
2056 * platform/mac/svg/custom/image-rescale-clip-expected.png:
2057 * platform/mac/svg/custom/image-rescale-scroll-expected.png:
2058 * platform/mac/svg/custom/image-small-width-height-expected.png:
2059 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
2060 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
2061 * platform/mac/svg/custom/invalid-fill-expected.png:
2062 * platform/mac/svg/custom/invalid-fill-hex-expected.png:
2063 * platform/mac/svg/custom/invalid-lengthlist-expected.png:
2064 * platform/mac/svg/custom/invalid-stroke-hex-expected.png:
2065 * platform/mac/svg/custom/invalid-uri-stroke-expected.png:
2066 * platform/mac/svg/custom/js-update-stop-linked-gradient-expected.png:
2067 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
2068 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
2069 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
2070 * platform/mac/svg/custom/linking-base-external-reference-expected.png:
2071 * platform/mac/svg/custom/marker-overflow-clip-expected.png:
2072 * platform/mac/svg/custom/mask-invalidation-expected.png:
2073 * platform/mac/svg/custom/mouse-move-on-svg-container-expected.png:
2074 * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
2075 * platform/mac/svg/custom/mouse-move-on-svg-root-expected.png:
2076 * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
2077 * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.png:
2078 * platform/mac/svg/custom/non-opaque-filters-expected.png:
2079 * platform/mac/svg/custom/non-scaling-stroke-expected.png:
2080 * platform/mac/svg/custom/object-sizing-expected.png:
2081 * platform/mac/svg/custom/path-textPath-simulation-expected.png:
2082 * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
2083 * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
2084 * platform/mac/svg/custom/pattern-incorrect-tiling-expected.png:
2085 * platform/mac/svg/custom/pattern-rotate-expected.png:
2086 * platform/mac/svg/custom/pattern-rotate-gaps-expected.png:
2087 * platform/mac/svg/custom/percentage-of-html-parent-expected.png:
2088 * platform/mac/svg/custom/pointer-events-image-css-transform-expected.png:
2089 * platform/mac/svg/custom/pointer-events-image-expected.png:
2090 * platform/mac/svg/custom/pointer-events-path-expected.png:
2091 * platform/mac/svg/custom/pointer-events-text-css-transform-expected.png:
2092 * platform/mac/svg/custom/pointer-events-text-expected.png:
2093 * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
2094 * platform/mac/svg/custom/recursive-clippath-expected.png:
2095 * platform/mac/svg/custom/recursive-filter-expected.png:
2096 * platform/mac/svg/custom/recursive-gradient-expected.png:
2097 * platform/mac/svg/custom/recursive-mask-expected.png:
2098 * platform/mac/svg/custom/recursive-pattern-expected.png:
2099 * platform/mac/svg/custom/relative-sized-content-expected.png:
2100 * platform/mac/svg/custom/relative-sized-content-with-resources-expected.png:
2101 * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
2102 * platform/mac/svg/custom/relative-sized-inner-svg-expected.png:
2103 * platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.png:
2104 * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
2105 * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.png:
2106 * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
2107 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
2108 * platform/mac/svg/custom/second-inline-text-expected.png:
2109 * platform/mac/svg/custom/shape-rendering-expected.png:
2110 * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
2111 * platform/mac/svg/custom/simple-text-double-shadow-expected.png:
2112 * platform/mac/svg/custom/simpleCDF-expected.png:
2113 * platform/mac/svg/custom/stroke-fallback-expected.png:
2114 * platform/mac/svg/custom/stroke-width-large-expected.png:
2115 * platform/mac/svg/custom/stroked-pattern-expected.png:
2116 * platform/mac/svg/custom/style-attribute-font-size-expected.png:
2117 * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.png:
2118 * platform/mac/svg/custom/svg-float-border-padding-expected.png:
2119 * platform/mac/svg/custom/svg-fonts-in-html-expected.png:
2120 * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.png:
2121 * platform/mac/svg/custom/svg-fonts-word-spacing-expected.png:
2122 * platform/mac/svg/custom/svg-overflow-types-expected.png:
2123 * platform/mac/svg/custom/text-decoration-visibility-expected.png:
2124 * platform/mac/svg/custom/text-dom-01-f-expected.png:
2125 * platform/mac/svg/custom/text-image-opacity-expected.png:
2126 * platform/mac/svg/custom/text-linking-expected.png:
2127 * platform/mac/svg/custom/text-xy-updates-expected.png:
2128 * platform/mac/svg/custom/use-clipped-hit-expected.png:
2129 * platform/mac/svg/custom/use-css-events-expected.png:
2130 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
2131 * platform/mac/svg/custom/use-dynamic-append-expected.png:
2132 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
2133 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
2134 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
2135 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
2136 * platform/mac/svg/custom/use-events-crash-expected.png:
2137 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
2138 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
2139 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
2140 * platform/mac/svg/custom/viewport-em-expected.png:
2142 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
2144 Not reviewed. Next chunk of Lion SVG baselines.
2146 * platform/mac-snowleopard/svg/batik/filters/feTile-expected.png: Copied from LayoutTests/platform/mac/svg/batik/filters/feTile-expected.png.
2147 * platform/mac-snowleopard/svg/batik/filters/filterRegions-expected.png: Copied from LayoutTests/platform/mac/svg/batik/filters/filterRegions-expected.png.
2148 * platform/mac-snowleopard/svg/batik/masking/maskRegions-expected.png: Copied from LayoutTests/platform/mac/svg/batik/masking/maskRegions-expected.png.
2149 * platform/mac-snowleopard/svg/batik/paints/gradientLimit-expected.png: Copied from LayoutTests/platform/mac/svg/batik/paints/gradientLimit-expected.png.
2150 * platform/mac-snowleopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Copied from LayoutTests/platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png.
2151 * platform/mac-snowleopard/svg/batik/paints/patternRegionA-expected.png: Copied from LayoutTests/platform/mac/svg/batik/paints/patternRegionA-expected.png.
2152 * platform/mac-snowleopard/svg/batik/paints/patternRegions-expected.png: Copied from LayoutTests/platform/mac/svg/batik/paints/patternRegions-expected.png.
2153 * platform/mac-snowleopard/svg/batik/paints/patternRegions-positioned-objects-expected.png: Copied from LayoutTests/platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.png.
2154 * platform/mac-snowleopard/svg/batik/text/longTextOnPath-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/longTextOnPath-expected.png.
2155 * platform/mac-snowleopard/svg/batik/text/smallFonts-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/smallFonts-expected.png.
2156 * platform/mac-snowleopard/svg/batik/text/textAnchor-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textAnchor-expected.png.
2157 * platform/mac-snowleopard/svg/batik/text/textAnchor2-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textAnchor2-expected.png.
2158 * platform/mac-snowleopard/svg/batik/text/textAnchor3-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textAnchor3-expected.png.
2159 * platform/mac-snowleopard/svg/batik/text/textDecoration-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textDecoration-expected.png.
2160 * platform/mac-snowleopard/svg/batik/text/textDecoration2-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textDecoration2-expected.png.
2161 * platform/mac-snowleopard/svg/batik/text/textEffect-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textEffect-expected.png.
2162 * platform/mac-snowleopard/svg/batik/text/textEffect2-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textEffect2-expected.png.
2163 * platform/mac-snowleopard/svg/batik/text/textEffect3-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textEffect3-expected.png.
2164 * platform/mac-snowleopard/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png.
2165 * platform/mac-snowleopard/svg/batik/text/textOnPath2-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textOnPath2-expected.png.
2166 * platform/mac-snowleopard/svg/batik/text/textOnPathSpaces-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textOnPathSpaces-expected.png.
2167 * platform/mac-snowleopard/svg/batik/text/textPCDATA-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textPCDATA-expected.png.
2168 * platform/mac-snowleopard/svg/batik/text/textPosition-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textPosition-expected.png.
2169 * platform/mac-snowleopard/svg/batik/text/textPosition2-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textPosition2-expected.png.
2170 * platform/mac-snowleopard/svg/batik/text/textProperties-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textProperties-expected.png.
2171 * platform/mac-snowleopard/svg/batik/text/textProperties2-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textProperties2-expected.png.
2172 * platform/mac-snowleopard/svg/batik/text/textStyles-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textStyles-expected.png.
2173 * platform/mac-snowleopard/svg/batik/text/verticalText-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/verticalText-expected.png.
2174 * platform/mac-snowleopard/svg/batik/text/verticalTextOnPath-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/verticalTextOnPath-expected.png.
2175 * platform/mac-snowleopard/svg/batik/text/xmlSpace-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/xmlSpace-expected.png.
2176 * platform/mac/svg/batik/filters/feTile-expected.png:
2177 * platform/mac/svg/batik/filters/filterRegions-expected.png:
2178 * platform/mac/svg/batik/masking/maskRegions-expected.png:
2179 * platform/mac/svg/batik/paints/gradientLimit-expected.png:
2180 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
2181 * platform/mac/svg/batik/paints/patternRegionA-expected.png:
2182 * platform/mac/svg/batik/paints/patternRegions-expected.png:
2183 * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.png:
2184 * platform/mac/svg/batik/text/longTextOnPath-expected.png:
2185 * platform/mac/svg/batik/text/smallFonts-expected.png:
2186 * platform/mac/svg/batik/text/textAnchor-expected.png:
2187 * platform/mac/svg/batik/text/textAnchor2-expected.png:
2188 * platform/mac/svg/batik/text/textAnchor3-expected.png:
2189 * platform/mac/svg/batik/text/textDecoration-expected.png:
2190 * platform/mac/svg/batik/text/textDecoration2-expected.png:
2191 * platform/mac/svg/batik/text/textEffect-expected.png:
2192 * platform/mac/svg/batik/text/textEffect2-expected.png:
2193 * platform/mac/svg/batik/text/textEffect3-expected.png:
2194 * platform/mac/svg/batik/text/textFeatures-expected.png:
2195 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
2196 * platform/mac/svg/batik/text/textLayout-expected.png:
2197 * platform/mac/svg/batik/text/textLayout2-expected.png:
2198 * platform/mac/svg/batik/text/textLength-expected.png:
2199 * platform/mac/svg/batik/text/textOnPath-expected.png:
2200 * platform/mac/svg/batik/text/textOnPath2-expected.png:
2201 * platform/mac/svg/batik/text/textOnPath3-expected.png:
2202 * platform/mac/svg/batik/text/textOnPathSpaces-expected.png:
2203 * platform/mac/svg/batik/text/textPCDATA-expected.png:
2204 * platform/mac/svg/batik/text/textPosition-expected.png:
2205 * platform/mac/svg/batik/text/textPosition2-expected.png:
2206 * platform/mac/svg/batik/text/textProperties-expected.png:
2207 * platform/mac/svg/batik/text/textProperties2-expected.png:
2208 * platform/mac/svg/batik/text/textStyles-expected.png:
2209 * platform/mac/svg/batik/text/verticalText-expected.png:
2210 * platform/mac/svg/batik/text/verticalTextOnPath-expected.png:
2211 * platform/mac/svg/batik/text/xmlSpace-expected.png:
2213 2011-12-22 Florin Malita <fmalita@google.com>
2215 Rebaseline svg/text/foreignObject-repaint.xml results
2216 https://bugs.webkit.org/show_bug.cgi?id=75060
2218 Reviewed by Eric Seidel.
2220 * platform/chromium-win/svg/text/foreignObject-repaint-expected.txt: Rebaselined.
2221 * platform/gtk/svg/text/foreignObject-repaint-expected.txt: Rebaselined.
2222 * platform/mac/svg/text/foreignObject-repaint-expected.txt: Rebaselined.
2223 * platform/qt/svg/text/foreignObject-repaint-expected.txt: Rebaselined.
2225 2011-12-22 Eric Uhrhane <ericu@chromium.org>
2227 [filesystem] Remove old filesystem naming restrictions
2228 https://bugs.webkit.org/show_bug.cgi?id=62813
2230 Reviewed by David Levin.
2232 Replace strict restrictions with minimal safety [no files named "." or
2233 "..", no use of '\\' or '\0' in paths, no use of '/' in file names].
2234 Update various tests to ensure that lots of old banned names/paths are
2235 now legal, but make sure the remaining restrictions are respected.
2236 * fast/filesystem/op-get-entry-expected.txt:
2237 * fast/filesystem/op-restricted-chars-expected.txt:
2238 * fast/filesystem/op-restricted-names-expected.txt:
2239 * fast/filesystem/op-restricted-unicode-expected.txt:
2240 * fast/filesystem/resources/op-get-entry.js:
2242 * fast/filesystem/resources/op-restricted-chars.js:
2245 * fast/filesystem/resources/op-restricted-names.js:
2248 * fast/filesystem/resources/op-restricted-unicode.js:
2251 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
2253 Not reviewed. Next chunk of Lion SVG baselines.
2255 * platform/mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png.
2256 * platform/mac-snowleopard/svg/as-background-image: Copied from LayoutTests/platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png.
2257 * platform/mac-snowleopard/svg/as-border-image: Copied from LayoutTests/platform/mac/svg/as-border-image/svg-as-border-image-2-expected.png.
2258 * platform/mac-snowleopard/svg/as-image: Copied from LayoutTests/platform/mac/svg/as-image/animated-svg-as-image-expected.png.
2259 * platform/mac-snowleopard/svg/as-object: Copied from LayoutTests/platform/mac/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png.
2260 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
2261 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
2262 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
2263 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
2264 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
2265 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
2266 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
2267 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
2268 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
2269 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
2270 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
2271 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
2272 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
2273 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
2274 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
2275 * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
2276 * platform/mac/svg/as-background-image/svg-as-background-1-expected.png:
2277 * platform/mac/svg/as-background-image/svg-as-background-5-expected.png:
2278 * platform/mac/svg/as-background-image/svg-as-background-6-expected.png:
2279 * platform/mac/svg/as-background-image/svg-background-partial-redraw-expected.png:
2280 * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.png:
2281 * platform/mac/svg/as-image/animated-svg-as-image-expected.png:
2282 * platform/mac/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
2283 * platform/mac/svg/as-image/animated-svg-as-image-same-image-expected.png:
2284 * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
2285 * platform/mac/svg/as-image/svg-image-change-content-size-expected.png:
2286 * platform/mac/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
2287 * platform/mac/svg/as-object/embedded-svg-size-changes-expected.png:
2288 * platform/mac/svg/as-object/nested-embedded-svg-size-changes-expected.png:
2290 2011-12-22 Tom Sepez <tsepez@chromium.org>
2292 XSLT-created HTML documents do not inherit first party for cookies from originally loaded XML.
2293 https://bugs.webkit.org/show_bug.cgi?id=74757
2295 Reviewed by Alexey Proskuryakov.
2297 * http/tests/security/cookies/first-party-cookie-allow-xslt-expected.txt: Added.
2298 * http/tests/security/cookies/first-party-cookie-allow-xslt.xml: Added.
2299 * http/tests/security/cookies/resources/first-party-cookie-allow.xsl: Added.
2300 * http/tests/security/cookies/resources/third-party-cookie-blocking.xsl: Added.
2301 * http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.txt: Added.
2302 * http/tests/security/cookies/third-party-cookie-blocking-xslt.xml: Added.
2304 2011-12-22 Stephen Chenney <schenney@chromium.org>
2306 [Chromium] Expected test failures after Skia is rolled to 2918
2307 https://bugs.webkit.org/show_bug.cgi?id=75019
2309 Unreviewed chromium expectations update
2311 * platform/chromium/test_expectations.txt:
2313 2011-12-22 Shadi Khalek <shadi@chromium.org>
2315 Media element loads blocked by a resource load delegate or beforeload handler do not generate an error event
2316 https://bugs.webkit.org/show_bug.cgi?id=63558
2318 Reviewed by Eric Carlson.
2320 * media/media-blocked-by-beforeload.html:
2322 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
2324 Not reviewed. Begin distributing a full Lion SVG pixel test baseline using my new iMac.
2325 I regenerated all results yesterday that showed marginal differences on my SL 64bit MacBook,
2326 and now move them to mac-snowleopard if needed, as mac/ should contain Lion results now.
2328 This is the first patch of a set, it'll take some time until its done.
2330 * platform/mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png.
2331 * platform/mac-snowleopard/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png.
2332 * platform/mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png.
2333 * platform/mac-snowleopard/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png.
2334 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png.
2335 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png.
2336 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png.
2337 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png.
2338 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png.
2339 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png.
2340 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png.
2341 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png.
2342 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png.
2343 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png.
2344 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png.
2345 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png.
2346 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png.
2347 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png.
2348 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png.
2349 * platform/mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.png.
2350 * platform/mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png.
2351 * platform/mac-snowleopard/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png.
2352 * platform/mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png.
2353 * platform/mac-snowleopard/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png.
2354 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png.
2355 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png.
2356 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png.
2357 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png.
2358 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png.
2359 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png.
2360 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png.
2361 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png.
2362 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png.
2363 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png.
2364 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png.
2365 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png.
2366 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png.
2367 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png.
2368 * platform/mac-snowleopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png.
2369 * platform/mac-snowleopard/svg/W3C-I18N/tspan-direction-ltr-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.png.
2370 * platform/mac-snowleopard/svg/W3C-I18N/tspan-direction-rtl-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.png.
2371 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png.
2372 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png.
2373 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png.
2374 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png.
2375 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png.
2376 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png.
2377 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png.
2378 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png.
2379 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png.
2380 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png.
2381 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png.
2382 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png.
2383 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png.
2384 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png.
2385 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png.
2386 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png.
2387 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png.
2388 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png.
2389 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png.
2390 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png.
2391 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png.
2392 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png.
2393 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png.
2394 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png.
2395 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png.
2396 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png.
2397 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png.
2398 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png.
2399 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png.
2400 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png.
2401 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png.
2402 * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png:
2403 * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png:
2404 * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png:
2405 * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png:
2406 * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2407 * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2408 * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2409 * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2410 * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2411 * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2412 * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2413 * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2414 * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2415 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2416 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2417 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2418 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2419 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2420 * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2421 * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2422 * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png:
2423 * platform/mac/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2424 * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png:
2425 * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png:
2426 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png:
2427 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png:
2428 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2429 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2430 * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png:
2431 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2432 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2433 * platform/mac/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.png:
2434 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.png:
2435 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.png:
2436 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.png:
2437 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.png:
2438 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.png:
2439 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.png:
2440 * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png:
2441 * platform/mac/svg/W3C-I18N/tspan-direction-ltr-expected.png:
2442 * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.png:
2443 * platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png:
2444 * platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt:
2445 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
2446 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
2447 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
2448 * platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
2449 * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
2450 * platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png:
2451 * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
2452 * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
2453 * platform/mac/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png:
2454 * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png:
2455 * platform/mac/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png:
2456 * platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png:
2457 * platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
2458 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
2459 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
2460 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
2461 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
2462 * platform/mac/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png:
2463 * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png:
2464 * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png:
2465 * platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png:
2466 * platform/mac/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png:
2467 * platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png:
2468 * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png:
2469 * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Added.
2470 * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added.
2471 * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png:
2472 * platform/mac/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png:
2473 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
2474 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
2475 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
2476 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
2477 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added.
2478 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
2479 * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
2481 2011-12-22 Taiju TSUIKI <tzik@chromium.org>
2483 LayoutTests/http/tests/security/filesystem-iframe-from-remote failed silently.
2484 https://bugs.webkit.org/show_bug.cgi?id=67023
2486 http/tests/security/filesystem-iframe-from-remote has failed silently
2487 since requestFileSystem() was prefixed as webkitRequestFileSystem().
2488 It should use prefixed version of filesystem request, and should fail
2489 explicitly if FileSystem is unavailable.
2491 Reviewed by Eric Seidel.
2493 * fast/dom/script-tests/prototype-inheritance.js:
2494 * http/tests/security/filesystem-iframe-from-remote-expected.txt:
2495 * http/tests/security/resources/create-filesystem-file.html:
2497 2011-12-22 João Paulo Rechi Vita <jprvita@openbossa.org>
2499 [Qt] [Gardening] Move WK1 tests to the right skip list.
2500 https://bugs.webkit.org/show_bug.cgi?id=74960
2502 These tests pass with Qt-5.0 but fail with Qt-4.8.
2504 Reviewed by Kenneth Rohde Christiansen.
2506 * platform/qt-wk1/Skipped:
2507 * platform/qt/Skipped:
2509 2011-12-22 Hans Muller <hmuller@adobe.com>
2511 Onloadend event is not supported in XMLHttpRequest
2512 https://bugs.webkit.org/show_bug.cgi?id=40952
2514 Reviewed by Julien Chaffraix.
2516 Added support for the loadend ProgresEvent to XMLHttpRequest and XMLHttpRequestUpload.
2517 The new tests verify that a loadend progress event is dispatched after a load, abort,
2518 or error progress event for both synchronous and asynchronous requests.
2520 * http/tests/xmlhttprequest/onloadend-event-after-abort-expected.txt: Added.
2521 * http/tests/xmlhttprequest/onloadend-event-after-abort.html: Added.
2522 * http/tests/xmlhttprequest/onloadend-event-after-error-expected.txt: Added.
2523 * http/tests/xmlhttprequest/onloadend-event-after-error.html: Added.
2524 * http/tests/xmlhttprequest/onloadend-event-after-load-expected.txt: Added.
2525 * http/tests/xmlhttprequest/onloadend-event-after-load.html: Added.
2526 * http/tests/xmlhttprequest/onloadend-event-after-sync-requests-expected.txt: Added.
2527 * http/tests/xmlhttprequest/onloadend-event-after-sync-requests.html: Added.
2528 * http/tests/xmlhttprequest/upload-onloadend-event-after-abort-expected.txt: Added.
2529 * http/tests/xmlhttprequest/upload-onloadend-event-after-abort.html: Added.
2530 * http/tests/xmlhttprequest/upload-onloadend-event-after-load-expected.txt: Added.
2531 * http/tests/xmlhttprequest/upload-onloadend-event-after-load.html: Added.
2532 * http/tests/xmlhttprequest/upload-onloadend-event-after-sync-requests-expected.txt: Added.
2533 * http/tests/xmlhttprequest/upload-onloadend-event-after-sync-requests.html: Added.
2534 * http/tests/xmlhttprequest/xmlhttprequest-sync-no-progress-events-expected.txt:
2536 2011-12-22 Mark Pilgrim <pilgrim@chromium.org>
2538 [FileSystem API] Entry.getMetadata successCallback is required
2539 https://bugs.webkit.org/show_bug.cgi?id=69638
2541 Reviewed by Eric Seidel.
2543 * fast/filesystem/resources/simple-required-arguments-getmetadata.js: Added.
2546 * fast/filesystem/simple-required-arguments-getmetadata-expected.txt: Added.
2547 * fast/filesystem/simple-required-arguments-getmetadata.html: Added.
2549 2011-12-21 Adam Barth <abarth@webkit.org>
2551 Shard html5lib/runner.html into many separate tests
2552 https://bugs.webkit.org/show_bug.cgi?id=74968
2554 Reviewed by Eric Seidel.
2556 runner.html is something of an uber test that runs many, many sub
2557 tests. It's slow and times out in some configurations. This patch
2558 breaks it up into a number of different subtests, along the same lines
2559 that the upstream html5lib test suite is sharded.
2561 * html5lib/resources/runner.js: Added.
2563 (run.xhr.onreadystatechange):
2565 (test.else.overview.onclick):
2567 (run_test.else.iframe.onload):
2569 (process_result.get if):
2571 * html5lib/run-test1-expected.txt: Added.
2572 * html5lib/run-test1.html: Added.
2573 * html5lib/run-test10-expected.txt: Added.
2574 * html5lib/run-test10.html: Added.
2575 * html5lib/run-test11-expected.txt: Added.
2576 * html5lib/run-test11.html: Added.
2577 * html5lib/run-test12-expected.txt: Added.
2578 * html5lib/run-test12.html: Added.
2579 * html5lib/run-test14-expected.txt: Added.
2580 * html5lib/run-test14.html: Added.
2581 * html5lib/run-test15-expected.txt: Added.
2582 * html5lib/run-test15.html: Added.
2583 * html5lib/run-test16-expected.txt: Added.
2584 * html5lib/run-test16.html: Added.
2585 * html5lib/run-test17-expected.txt: Added.
2586 * html5lib/run-test17.html: Added.
2587 * html5lib/run-test18-expected.txt: Added.
2588 * html5lib/run-test18.html: Added.
2589 * html5lib/run-test19-expected.txt: Added.
2590 * html5lib/run-test19.html: Added.
2591 * html5lib/run-test2-expected.txt: Added.
2592 * html5lib/run-test2.html: Added.
2593 * html5lib/run-test20-expected.txt: Added.
2594 * html5lib/run-test20.html: Added.
2595 * html5lib/run-test21-expected.txt: Added.
2596 * html5lib/run-test21.html: Added.
2597 * html5lib/run-test22-expected.txt: Added.
2598 * html5lib/run-test22.html: Added.
2599 * html5lib/run-test23-expected.txt: Added.
2600 * html5lib/run-test23.html: Added.
2601 * html5lib/run-test24-expected.txt: Added.
2602 * html5lib/run-test24.html: Added.
2603 * html5lib/run-test25-expected.txt: Added.
2604 * html5lib/run-test25.html: Added.
2605 * html5lib/run-test26-expected.txt: Added.
2606 * html5lib/run-test26.html: Added.
2607 * html5lib/run-test3-expected.txt: Added.
2608 * html5lib/run-test3.html: Added.
2609 * html5lib/run-test4-expected.txt: Added.
2610 * html5lib/run-test4.html: Added.
2611 * html5lib/run-test5-expected.txt: Added.
2612 * html5lib/run-test5.html: Added.
2613 * html5lib/run-test6-expected.txt: Added.
2614 * html5lib/run-test6.html: Added.
2615 * html5lib/run-test7-expected.txt: Added.
2616 * html5lib/run-test7.html: Added.
2617 * html5lib/run-test8-expected.txt: Added.
2618 * html5lib/run-test8.html: Added.
2619 * html5lib/run-test9-expected.txt: Added.
2620 * html5lib/run-test9.html: Added.
2621 * html5lib/runner-expected.txt:
2622 * html5lib/runner.html:
2623 * platform/chromium/html5lib/runner-expected.txt: Removed.
2625 2011-12-21 Yosifumi Inoue <yosin@chromium.org>
2627 [Forms] Selection change by type-ahead doesn't fire 'change' event
2628 https://bugs.webkit.org/show_bug.cgi?id=74590
2630 Reviewed by Kent Tamura.
2632 * fast/events/onchange-select-popup-expected.txt: Change for onchange event by type ahead.
2633 * fast/forms/select/menulist-type-ahead-find-expected.txt: Added.
2634 * fast/forms/select/menulist-type-ahead-find.html: Added.
2635 * platform/chromium/test_expectations.txt: Enable fast/forms/{select-double-onchange,select-script-onchange}.html for Chrome/Linux.
2637 2011-12-21 Ami Fischman <fischman@chromium.org>
2639 [Chromium] Layout Test media/media-element-play-after-eos.html is flaky
2640 De-flakify the test by adding listeners before playback starts, so that
2641 events are guaranteed to be received (as opposed to playback finishing
2642 before listeners are even registered on overloaded machines).
2643 https://bugs.webkit.org/show_bug.cgi?id=71543
2645 Reviewed by Eric Seidel.
2647 * media/media-element-play-after-eos.html:
2648 * platform/chromium/test_expectations.txt:
2650 2011-12-21 Dale Curtis <dalecurtis@chromium.org>
2652 [chromium] Scale audio, video tags in MediaDocument to fit in window.
2653 https://bugs.webkit.org/show_bug.cgi?id=73948
2655 Added new layout test to verify audio, video tags scale to fit
2656 undersized containers.
2658 Reviewed by Eric Seidel.
2660 * media/video-scales-in-media-document-expected.txt: Added.
2661 * media/video-scales-in-media-document.html: Added.
2663 2011-12-21 Eric Carlson <eric.carlson@apple.com>
2665 Fix text track cue font size and colors
2666 https://bugs.webkit.org/show_bug.cgi?id=75051
2668 Reviewed by Darin Adler.
2670 * media/track/track-cue-rendering-expected.txt:
2671 * media/track/track-cue-rendering.html:
2673 2011-12-21 Filip Pizlo <fpizlo@apple.com>
2675 Unreviewed, updating expectations file for fast/js/global-constructors.
2677 * platform/mac/fast/js/global-constructors-expected.txt:
2679 2011-12-21 Filip Pizlo <fpizlo@apple.com>
2681 DFG ConvertThis optimizations do not honor the distinction between the global object and the global this object
2682 https://bugs.webkit.org/show_bug.cgi?id=75058
2683 <rdar://problem/10616612>
2685 Reviewed by Oliver Hunt.
2687 * fast/js/dfg-convert-this-dom-window-expected.txt: Added.
2688 * fast/js/dfg-convert-this-dom-window.html: Added.
2689 * fast/js/script-tests/dfg-convert-this-dom-window.js: Added.
2692 (myFunctionWithCall):
2693 (myFunctionWithCall.call):
2695 2011-12-21 Shadi Khalek <shadi@chromium.org>
2697 Video format yuv422p doesn't show properly.
2698 https://bugs.webkit.org/show_bug.cgi?id=69113
2700 Reviewed by Eric Seidel.
2702 * media/video-colorspace-yuv420.html: Added.
2703 * media/video-colorspace-yuv422.html: Added.
2705 2011-12-21 Simon Fraser <simon.fraser@apple.com>
2707 Clean up RenderLayer code that applies filters and transforms
2708 https://bugs.webkit.org/show_bug.cgi?id=75032
2710 Reviewed by James Robinson.
2712 New tests for nested filters, and filtering an element
2713 whose content is larger than its layer size.
2715 * css3/filters/filter-region-expected.png: Added.
2716 * css3/filters/filter-region-expected.txt: Added.
2717 * css3/filters/filter-region.html: Added.
2718 * css3/filters/nested-filter-expected.png:
2719 * css3/filters/nested-filters-expected.png: Added.
2720 * css3/filters/nested-filters-expected.txt: Added.
2721 * css3/filters/nested-filters.html: Added.
2723 2011-12-21 Adrienne Walker <enne@google.com>
2725 [chromium] fast/html/font-weight-bold-for-b-and-strong.html needs baselines
2726 https://bugs.webkit.org/show_bug.cgi?id=75055
2728 Unreviewed gardening.
2730 * platform/chromium/test_expectations.txt:
2732 2011-12-21 Per-Erik Brodin <per-erik.brodin@ericsson.com>
2734 Discard event data not followed by an empty line before eof when parsing an event-stream
2735 https://bugs.webkit.org/show_bug.cgi?id=68833
2737 Reviewed by Alexey Proskuryakov.
2739 * http/tests/eventsource/eventsource-eof-expected.txt: Added.
2740 * http/tests/eventsource/eventsource-eof.html: Added.
2741 * http/tests/eventsource/eventsource-reconnect-expected.txt: Updated.
2742 * http/tests/eventsource/eventsource-reconnect.html: Added lastEventId check.
2743 * http/tests/eventsource/resources/es-eof.php: Added.
2744 * http/tests/eventsource/resources/reconnect.php: Added data to be discarded.
2745 * http/tests/eventsource/resources/response-content-type-charset.php: Added empty line before eof.
2746 * http/tests/eventsource/resources/simple-event-stream.asis: Added empty line before eof.
2748 2011-12-21 Scott Franklin <scottfr@google.com>
2750 Reviewed by Eric Carlson.
2752 Update LayoutTests/media/broken-video to test for correct error codes
2753 https://bugs.webkit.org/show_bug.cgi?id=61573
2755 * media/broken-video-expected.txt:
2756 * media/broken-video.html:
2758 2011-12-21 Mark Pilgrim <pilgrim@chromium.org>
2760 Reviewed by Eric Seidel.
2762 Port W3C audio and video tests
2763 https://bugs.webkit.org/show_bug.cgi?id=61541
2766 * media/W3C/audio: Added.
2767 * media/W3C/audio/canPlayType: Added.
2768 * media/W3C/audio/canPlayType/canPlayType_application_octet_stream-expected.txt: Added.
2769 * media/W3C/audio/canPlayType/canPlayType_application_octet_stream.html: Added.
2770 * media/W3C/audio/canPlayType/canPlayType_application_octet_stream_with_codecs_1-expected.txt: Added.
2771 * media/W3C/audio/canPlayType/canPlayType_application_octet_stream_with_codecs_1.html: Added.
2772 * media/W3C/audio/canPlayType/canPlayType_application_octet_stream_with_codecs_2-expected.txt: Added.
2773 * media/W3C/audio/canPlayType/canPlayType_application_octet_stream_with_codecs_2.html: Added.
2774 * media/W3C/audio/canPlayType/canPlayType_bogus_type-expected.txt: Added.
2775 * media/W3C/audio/canPlayType/canPlayType_bogus_type.html: Added.
2776 * media/W3C/audio/canPlayType/canPlayType_method_exists-expected.txt: Added.
2777 * media/W3C/audio/canPlayType/canPlayType_method_exists.html: Added.
2778 * media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_1-expected.txt: Added.
2779 * media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_1.html: Added.
2780 * media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added.
2781 * media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2.html: Added.
2782 * media/W3C/audio/currentSrc: Added.
2783 * media/W3C/audio/currentSrc/currentSrc_empty_if_no_src-expected.txt: Added.
2784 * media/W3C/audio/currentSrc/currentSrc_empty_if_no_src.html: Added.
2785 * media/W3C/audio/currentSrc/currentSrc_nonempty_after_adding_source_child-expected.txt: Added.
2786 * media/W3C/audio/currentSrc/currentSrc_nonempty_after_adding_source_child.html: Added.
2787 * media/W3C/audio/currentSrc/currentSrc_nonempty_after_setting_src-expected.txt: Added.
2788 * media/W3C/audio/currentSrc/currentSrc_nonempty_after_setting_src.html: Added.
2789 * media/W3C/audio/currentSrc/currentSrc_property_exists-expected.txt: Added.
2790 * media/W3C/audio/currentSrc/currentSrc_property_exists.html: Added.
2791 * media/W3C/audio/error: Added.
2792 * media/W3C/audio/error/error_null-expected.txt: Added.
2793 * media/W3C/audio/error/error_null.html: Added.
2794 * media/W3C/audio/error/error_onerror_called_on_bogus_source-expected.txt: Added.
2795 * media/W3C/audio/error/error_onerror_called_on_bogus_source.html: Added.
2796 * media/W3C/audio/error/error_property_exists-expected.txt: Added.
2797 * media/W3C/audio/error/error_property_exists.html: Added.
2798 * media/W3C/audio/events: Added.
2799 * media/W3C/audio/events/event_canplay-expected.txt: Added.
2800 * media/W3C/audio/events/event_canplay.html: Added.
2801 * media/W3C/audio/events/event_canplay_manual-expected.txt: Added.
2802 * media/W3C/audio/events/event_canplay_manual.html: Added.
2803 * media/W3C/audio/events/event_canplaythrough-expected.txt: Added.
2804 * media/W3C/audio/events/event_canplaythrough.html: Added.
2805 * media/W3C/audio/events/event_canplaythrough_manual-expected.txt: Added.
2806 * media/W3C/audio/events/event_canplaythrough_manual.html: Added.
2807 * media/W3C/audio/events/event_loadeddata-expected.txt: Added.
2808 * media/W3C/audio/events/event_loadeddata.html: Added.
2809 * media/W3C/audio/events/event_loadeddata_manual-expected.txt: Added.
2810 * media/W3C/audio/events/event_loadeddata_manual.html: Added.
2811 * media/W3C/audio/events/event_loadedmetadata-expected.txt: Added.
2812 * media/W3C/audio/events/event_loadedmetadata.html: Added.
2813 * media/W3C/audio/events/event_loadedmetadata_manual-expected.txt: Added.
2814 * media/W3C/audio/events/event_loadedmetadata_manual.html: Added.
2815 * media/W3C/audio/events/event_loadstart-expected.txt: Added.
2816 * media/W3C/audio/events/event_loadstart.html: Added.
2817 * media/W3C/audio/events/event_loadstart_manual-expected.txt: Added.
2818 * media/W3C/audio/events/event_loadstart_manual.html: Added.
2819 * media/W3C/audio/events/event_order_canplay_canplaythrough-expected.txt: Added.
2820 * media/W3C/audio/events/event_order_canplay_canplaythrough.html: Added.
2821 * media/W3C/audio/events/event_order_canplay_playing-expected.txt: Added.
2822 * media/W3C/audio/events/event_order_canplay_playing.html: Added.
2823 * media/W3C/audio/events/event_order_loadedmetadata_loadeddata-expected.txt: Added.
2824 * media/W3C/audio/events/event_order_loadedmetadata_loadeddata.html: Added.
2825 * media/W3C/audio/events/event_order_loadstart_progress-expected.txt: Added.
2826 * media/W3C/audio/events/event_order_loadstart_progress.html: Added.
2827 * media/W3C/audio/events/event_pause_manual-expected.txt: Added.
2828 * media/W3C/audio/events/event_pause_manual.html: Added.
2829 * media/W3C/audio/events/event_play-expected.txt: Added.
2830 * media/W3C/audio/events/event_play.html: Added.
2831 * media/W3C/audio/events/event_play_manual-expected.txt: Added.
2832 * media/W3C/audio/events/event_play_manual.html: Added.
2833 * media/W3C/audio/events/event_playing-expected.txt: Added.
2834 * media/W3C/audio/events/event_playing.html: Added.
2835 * media/W3C/audio/events/event_playing_manual-expected.txt: Added.
2836 * media/W3C/audio/events/event_playing_manual.html: Added.
2837 * media/W3C/audio/events/event_progress-expected.txt: Added.
2838 * media/W3C/audio/events/event_progress.html: Added.
2839 * media/W3C/audio/events/event_progress_manual-expected.txt: Added.
2840 * media/W3C/audio/events/event_progress_manual.html: Added.
2841 * media/W3C/audio/events/event_timeupdate-expected.txt: Added.
2842 * media/W3C/audio/events/event_timeupdate.html: Added.
2843 * media/W3C/audio/events/event_timeupdate_manual-expected.txt: Added.
2844 * media/W3C/audio/events/event_timeupdate_manual.html: Added.
2845 * media/W3C/audio/networkState: Added.
2846 * media/W3C/audio/networkState/networkState_during_loadstart-expected.txt: Added.
2847 * media/W3C/audio/networkState/networkState_during_loadstart.html: Added.
2848 * media/W3C/audio/networkState/networkState_initial-expected.txt: Added.
2849 * media/W3C/audio/networkState/networkState_initial.html: Added.
2850 * media/W3C/audio/networkState/networkState_property_exists-expected.txt: Added.
2851 * media/W3C/audio/networkState/networkState_property_exists.html: Added.
2852 * media/W3C/audio/paused: Added.
2853 * media/W3C/audio/paused/paused_false_during_play-expected.txt: Added.
2854 * media/W3C/audio/paused/paused_false_during_play.html: Added.
2855 * media/W3C/audio/paused/paused_true_during_pause-expected.txt: Added.
2856 * media/W3C/audio/paused/paused_true_during_pause.html: Added.
2857 * media/W3C/audio/preload: Added.
2858 * media/W3C/audio/preload/preload_property_exists-expected.txt: Added.
2859 * media/W3C/audio/preload/preload_property_exists.html: Added.
2860 * media/W3C/audio/preload/preload_reflects_auto_value-expected.txt: Added.
2861 * media/W3C/audio/preload/preload_reflects_auto_value.html: Added.
2862 * media/W3C/audio/preload/preload_reflects_bogus_value-expected.txt: Added.
2863 * media/W3C/audio/preload/preload_reflects_bogus_value.html: Added.
2864 * media/W3C/audio/preload/preload_reflects_empty-expected.txt: Added.
2865 * media/W3C/audio/preload/preload_reflects_empty.html: Added.
2866 * media/W3C/audio/preload/preload_reflects_metadata-expected.txt: Added.
2867 * media/W3C/audio/preload/preload_reflects_metadata.html: Added.
2868 * media/W3C/audio/preload/preload_reflects_no_value-expected.txt: Added.
2869 * media/W3C/audio/preload/preload_reflects_no_value.html: Added.
2870 * media/W3C/audio/preload/preload_reflects_none-expected.txt: Added.
2871 * media/W3C/audio/preload/preload_reflects_none.html: Added.
2872 * media/W3C/audio/preload/preload_reflects_none_autoplay-expected.txt: Added.
2873 * media/W3C/audio/preload/preload_reflects_none_autoplay.html: Added.
2874 * media/W3C/audio/readyState: Added.
2875 * media/W3C/audio/readyState/readyState_during_canplay-expected.txt: Added.
2876 * media/W3C/audio/readyState/readyState_during_canplay.html: Added.
2877 * media/W3C/audio/readyState/readyState_during_canplaythrough-expected.txt: Added.
2878 * media/W3C/audio/readyState/readyState_during_canplaythrough.html: Added.
2879 * media/W3C/audio/readyState/readyState_during_loadeddata-expected.txt: Added.
2880 * media/W3C/audio/readyState/readyState_during_loadeddata.html: Added.
2881 * media/W3C/audio/readyState/readyState_during_loadedmetadata-expected.txt: Added.
2882 * media/W3C/audio/readyState/readyState_during_loadedmetadata.html: Added.
2883 * media/W3C/audio/readyState/readyState_during_playing-expected.txt: Added.
2884 * media/W3C/audio/readyState/readyState_during_playing.html: Added.
2885 * media/W3C/audio/readyState/readyState_initial-expected.txt: Added.
2886 * media/W3C/audio/readyState/readyState_initial.html: Added.
2887 * media/W3C/audio/readyState/readyState_property_exists-expected.txt: Added.
2888 * media/W3C/audio/readyState/readyState_property_exists.html: Added.
2889 * media/W3C/audio/src: Added.
2890 * media/W3C/audio/src/src_reflects_attribute_not_source_elements-expected.txt: Added.
2891 * media/W3C/audio/src/src_reflects_attribute_not_source_elements.html: Added.
2892 * media/W3C/audio/src/src_reflects_no_value-expected.txt: Added.
2893 * media/W3C/audio/src/src_reflects_no_value.html: Added.
2894 * media/W3C/audio/src/src_removal_does_not_trigger_loadstart-expected.txt: Added.
2895 * media/W3C/audio/src/src_removal_does_not_trigger_loadstart.html: Added.
2896 * media/W3C/video: Added.
2897 * media/W3C/video/canPlayType: Added.
2898 * media/W3C/video/canPlayType/canPlayType_application_octet_stream-expected.txt: Added.
2899 * media/W3C/video/canPlayType/canPlayType_application_octet_stream.html: Added.
2900 * media/W3C/video/canPlayType/canPlayType_application_octet_stream_with_codecs_1-expected.txt: Added.
2901 * media/W3C/video/canPlayType/canPlayType_application_octet_stream_with_codecs_1.html: Added.
2902 * media/W3C/video/canPlayType/canPlayType_application_octet_stream_with_codecs_2-expected.txt: Added.
2903 * media/W3C/video/canPlayType/canPlayType_application_octet_stream_with_codecs_2.html: Added.
2904 * media/W3C/video/canPlayType/canPlayType_application_octet_stream_with_codecs_3-expected.txt: Added.
2905 * media/W3C/video/canPlayType/canPlayType_application_octet_stream_with_codecs_3.html: Added.
2906 * media/W3C/video/canPlayType/canPlayType_bogus_type-expected.txt: Added.
2907 * media/W3C/video/canPlayType/canPlayType_bogus_type.html: Added.
2908 * media/W3C/video/canPlayType/canPlayType_codecs_order_1-expected.txt: Added.
2909 * media/W3C/video/canPlayType/canPlayType_codecs_order_1.html: Added.
2910 * media/W3C/video/canPlayType/canPlayType_codecs_order_2-expected.txt: Added.
2911 * media/W3C/video/canPlayType/canPlayType_codecs_order_2.html: Added.
2912 * media/W3C/video/canPlayType/canPlayType_codecs_order_3-expected.txt: Added.
2913 * media/W3C/video/canPlayType/canPlayType_codecs_order_3.html: Added.
2914 * media/W3C/video/canPlayType/canPlayType_method_exists-expected.txt: Added.
2915 * media/W3C/video/canPlayType/canPlayType_method_exists.html: Added.
2916 * media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_1-expected.txt: Added.
2917 * media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_1.html: Added.
2918 * media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added.
2919 * media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_2.html: Added.
2920 * media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3-expected.txt: Added.
2921 * media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3.html: Added.
2922 * media/W3C/video/canPlayType/canPlayType_two_implies_one_1-expected.txt: Added.
2923 * media/W3C/video/canPlayType/canPlayType_two_implies_one_1.html: Added.
2924 * media/W3C/video/canPlayType/canPlayType_two_implies_one_2-expected.txt: Added.
2925 * media/W3C/video/canPlayType/canPlayType_two_implies_one_2.html: Added.
2926 * media/W3C/video/canPlayType/canPlayType_two_implies_one_3-expected.txt: Added.
2927 * media/W3C/video/canPlayType/canPlayType_two_implies_one_3.html: Added.
2928 * media/W3C/video/canPlayType/canPlayType_two_implies_one_4-expected.txt: Added.
2929 * media/W3C/video/canPlayType/canPlayType_two_implies_one_4.html: Added.
2930 * media/W3C/video/canPlayType/canPlayType_two_implies_one_5-expected.txt: Added.
2931 * media/W3C/video/canPlayType/canPlayType_two_implies_one_5.html: Added.
2932 * media/W3C/video/canPlayType/canPlayType_two_implies_one_6-expected.txt: Added.
2933 * media/W3C/video/canPlayType/canPlayType_two_implies_one_6.html: Added.
2934 * media/W3C/video/currentSrc: Added.
2935 * media/W3C/video/currentSrc/currentSrc_empty_if_no_src-expected.txt: Added.
2936 * media/W3C/video/currentSrc/currentSrc_empty_if_no_src.html: Added.
2937 * media/W3C/video/currentSrc/currentSrc_nonempty_after_adding_source_child-expected.txt: Added.
2938 * media/W3C/video/currentSrc/currentSrc_nonempty_after_adding_source_child.html: Added.
2939 * media/W3C/video/currentSrc/currentSrc_nonempty_after_setting_src-expected.txt: Added.
2940 * media/W3C/video/currentSrc/currentSrc_nonempty_after_setting_src.html: Added.
2941 * media/W3C/video/currentSrc/currentSrc_property_exists-expected.txt: Added.
2942 * media/W3C/video/currentSrc/currentSrc_property_exists.html: Added.
2943 * media/W3C/video/error: Added.
2944 * media/W3C/video/error/error_null-expected.txt: Added.
2945 * media/W3C/video/error/error_null.html: Added.
2946 * media/W3C/video/error/error_onerror_called_on_bogus_source-expected.txt: Added.
2947 * media/W3C/video/error/error_onerror_called_on_bogus_source.html: Added.
2948 * media/W3C/video/error/error_property_exists-expected.txt: Added.
2949 * media/W3C/video/error/error_property_exists.html: Added.
2950 * media/W3C/video/events: Added.
2951 * media/W3C/video/events/event_canplay-expected.txt: Added.
2952 * media/W3C/video/events/event_canplay.html: Added.
2953 * media/W3C/video/events/event_canplay_manual-expected.txt: Added.
2954 * media/W3C/video/events/event_canplay_manual.html: Added.
2955 * media/W3C/video/events/event_canplaythrough-expected.txt: Added.
2956 * media/W3C/video/events/event_canplaythrough.html: Added.
2957 * media/W3C/video/events/event_canplaythrough_manual-expected.txt: Added.
2958 * media/W3C/video/events/event_canplaythrough_manual.html: Added.
2959 * media/W3C/video/events/event_loadeddata-expected.txt: Added.
2960 * media/W3C/video/events/event_loadeddata.html: Added.
2961 * media/W3C/video/events/event_loadeddata_manual-expected.txt: Added.
2962 * media/W3C/video/events/event_loadeddata_manual.html: Added.
2963 * media/W3C/video/events/event_loadedmetadata-expected.txt: Added.
2964 * media/W3C/video/events/event_loadedmetadata.html: Added.
2965 * media/W3C/video/events/event_loadedmetadata_manual-expected.txt: Added.
2966 * media/W3C/video/events/event_loadedmetadata_manual.html: Added.
2967 * media/W3C/video/events/event_loadstart-expected.txt: Added.
2968 * media/W3C/video/events/event_loadstart.html: Added.
2969 * media/W3C/video/events/event_loadstart_manual-expected.txt: Added.
2970 * media/W3C/video/events/event_loadstart_manual.html: Added.
2971 * media/W3C/video/events/event_order_canplay_canplaythrough-expected.txt: Added.
2972 * media/W3C/video/events/event_order_canplay_canplaythrough.html: Added.
2973 * media/W3C/video/events/event_order_canplay_playing-expected.txt: Added.
2974 * media/W3C/video/events/event_order_canplay_playing.html: Added.
2975 * media/W3C/video/events/event_order_loadedmetadata_loadeddata-expected.txt: Added.
2976 * media/W3C/video/events/event_order_loadedmetadata_loadeddata.html: Added.
2977 * media/W3C/video/events/event_order_loadstart_progress-expected.txt: Added.
2978 * media/W3C/video/events/event_order_loadstart_progress.html: Added.
2979 * media/W3C/video/events/event_pause_manual-expected.txt: Added.
2980 * media/W3C/video/events/event_pause_manual.html: Added.
2981 * media/W3C/video/events/event_play-expected.txt: Added.
2982 * media/W3C/video/events/event_play.html: Added.
2983 * media/W3C/video/events/event_play_manual-expected.txt: Added.
2984 * media/W3C/video/events/event_play_manual.html: Added.
2985 * media/W3C/video/events/event_playing-expected.txt: Added.
2986 * media/W3C/video/events/event_playing.html: Added.
2987 * media/W3C/video/events/event_playing_manual-expected.txt: Added.
2988 * media/W3C/video/events/event_playing_manual.html: Added.
2989 * media/W3C/video/events/event_progress-expected.txt: Added.
2990 * media/W3C/video/events/event_progress.html: Added.
2991 * media/W3C/video/events/event_progress_manual-expected.txt: Added.
2992 * media/W3C/video/events/event_progress_manual.html: Added.
2993 * media/W3C/video/events/event_timeupdate-expected.txt: Added.
2994 * media/W3C/video/events/event_timeupdate.html: Added.
2995 * media/W3C/video/events/event_timeupdate_manual-expected.txt: Added.
2996 * media/W3C/video/events/event_timeupdate_manual.html: Added.
2997 * media/W3C/video/networkState: Added.
2998 * media/W3C/video/networkState/networkState_during_loadstart-expected.txt: Added.
2999 * media/W3C/video/networkState/networkState_during_loadstart.html: Added.
3000 * media/W3C/video/networkState/networkState_during_progress-expected.txt: Added.
3001 * media/W3C/video/networkState/networkState_during_progress.html: Added.
3002 * media/W3C/video/networkState/networkState_initial-expected.txt: Added.
3003 * media/W3C/video/networkState/networkState_initial.html: Added.
3004 * media/W3C/video/networkState/networkState_property_exists-expected.txt: Added.
3005 * media/W3C/video/networkState/networkState_property_exists.html: Added.
3006 * media/W3C/video/paused: Added.
3007 * media/W3C/video/paused/paused_false_during_play-expected.txt: Added.
3008 * media/W3C/video/paused/paused_false_during_play.html: Added.
3009 * media/W3C/video/paused/paused_true_during_pause-expected.txt: Added.
3010 * media/W3C/video/paused/paused_true_during_pause.html: Added.
3011 * media/W3C/video/preload: Added.
3012 * media/W3C/video/preload/preload_property_exists-expected.txt: Added.
3013 * media/W3C/video/preload/preload_property_exists.html: Added.
3014 * media/W3C/video/preload/preload_reflects_auto_value-expected.txt: Added.
3015 * media/W3C/video/preload/preload_reflects_auto_value.html: Added.
3016 * media/W3C/video/preload/preload_reflects_bogus_value-expected.txt: Added.
3017 * media/W3C/video/preload/preload_reflects_bogus_value.html: Added.
3018 * media/W3C/video/preload/preload_reflects_empty-expected.txt: Added.
3019 * media/W3C/video/preload/preload_reflects_empty.html: Added.
3020 * media/W3C/video/preload/preload_reflects_metadata-expected.txt: Added.
3021 * media/W3C/video/preload/preload_reflects_metadata.html: Added.
3022 * media/W3C/video/preload/preload_reflects_no_value-expected.txt: Added.
3023 * media/W3C/video/preload/preload_reflects_no_value.html: Added.
3024 * media/W3C/video/preload/preload_reflects_none-expected.txt: Added.
3025 * media/W3C/video/preload/preload_reflects_none.html: Added.
3026 * media/W3C/video/preload/preload_reflects_none_autoplay-expected.txt: Added.
3027 * media/W3C/video/preload/preload_reflects_none_autoplay.html: Added.
3028 * media/W3C/video/readyState: Added.
3029 * media/W3C/video/readyState/readyState_during_canplay-expected.txt: Added.
3030 * media/W3C/video/readyState/readyState_during_canplay.html: Added.
3031 * media/W3C/video/readyState/readyState_during_canplaythrough-expected.txt: Added.
3032 * media/W3C/video/readyState/readyState_during_canplaythrough.html: Added.
3033 * media/W3C/video/readyState/readyState_during_loadeddata-expected.txt: Added.
3034 * media/W3C/video/readyState/readyState_during_loadeddata.html: Added.
3035 * media/W3C/video/readyState/readyState_during_loadedmetadata-expected.txt: Added.
3036 * media/W3C/video/readyState/readyState_during_loadedmetadata.html: Added.
3037 * media/W3C/video/readyState/readyState_during_playing-expected.txt: Added.
3038 * media/W3C/video/readyState/readyState_during_playing.html: Added.
3039 * media/W3C/video/readyState/readyState_initial-expected.txt: Added.
3040 * media/W3C/video/readyState/readyState_initial.html: Added.
3041 * media/W3C/video/readyState/readyState_property_exists-expected.txt: Added.
3042 * media/W3C/video/readyState/readyState_property_exists.html: Added.
3043 * media/W3C/video/src: Added.
3044 * media/W3C/video/src/src_reflects_attribute_not_source_elements-expected.txt: Added.
3045 * media/W3C/video/src/src_reflects_attribute_not_source_elements.html: Added.
3046 * media/W3C/video/src/src_reflects_no_value-expected.txt: Added.
3047 * media/W3C/video/src/src_reflects_no_value.html: Added.
3048 * media/W3C/video/src/src_removal_does_not_trigger_loadstart-expected.txt: Added.
3049 * media/W3C/video/src/src_removal_does_not_trigger_loadstart.html: Added.
3050 * media/W3C/w3cwrapper.js: Added.
3055 (async_test.t.step):
3056 (async_test.t.done):
3062 2011-12-21 Wyatt Carss <wcarss@chromium.org>
3064 Reviewed by Ryosuke Niwa.
3066 strong and b should be font-weight: bold, not bolder