1 2012-01-01 Robert Hogan <robert@webkit.org>
3 Update to expectations from r103875
5 Unreviewed, expectations update.
7 Remove the reference result for border-collapse-offset-002.htm since
8 it does not work on two platforms. Fix the chromium expectations file
9 for Mac and Win builds.
11 * css2.1/20110323/border-collapse-offset-002-expected.html: Removed.
12 * platform/chromium/test_expectations.txt:
13 * platform/gtk/test_expectations.txt:
14 * platform/mac/test_expectations.txt:
16 2012-01-01 Robert Hogan <robert@webkit.org>
18 Update test expectations after r103875
22 Skip tests on Apple Win that need to be rebaselined as the bot is not using
24 Rendering of ahem font seems to differ between ports so mark new tests added
25 om r103875 for rebaselining.
26 I missed fast/table/frame-and-rules.html as requiring rebaseline as it was
27 already marked as failing in Chromium Linux.
28 Mac and GTK render the reference result for border-collapse-offset-002.htm
29 differently from other ports, so mark it as requiring rebaseline for those
32 * platform/chromium/test_expectations.txt:
33 * platform/gtk/test_expectations.txt:
34 * platform/mac/test_expectations.txt:
35 * platform/qt/test_expectations.txt:
36 * platform/win/Skipped:
38 2011-12-20 Robert Hogan <robert@webkit.org>
40 CSS 2.1 failure: border-collapse-offset-002.htm fails
41 https://bugs.webkit.org/show_bug.cgi?id=71705
43 Reviewed by Julien Chaffraix.
45 Table captions now use the width of the table rather than the width of the table minus
46 the borders. This allows captions to center accurately but unfortunately a lot of mozilla
47 table tests need to be rebaselined as many of them use captions for explaining the purpose
48 of individual test files!
50 Add border-collapse-offset-002.htm which now renders correctly.
52 * css2.1/20110323/border-collapse-offset-002-expected.html: Added.
53 * css2.1/20110323/border-collapse-offset-002.htm: Added.
54 * fast/css/caption-width-absolute-position-expected.png: Added.
55 * fast/css/caption-width-absolute-position-expected.txt: Added.
56 * fast/css/caption-width-absolute-position-offset-top-expected.png: Added.
57 * fast/css/caption-width-absolute-position-offset-top-expected.txt: Added.
58 * fast/css/caption-width-absolute-position-offset-top.htm: Added.
59 * fast/css/caption-width-absolute-position.htm: Added.
60 * fast/css/caption-width-fixed-position-expected.png: Added.
61 * fast/css/caption-width-fixed-position-expected.txt: Added.
62 * fast/css/caption-width-fixed-position-offset-top-expected.png: Added.
63 * fast/css/caption-width-fixed-position-offset-top-expected.txt: Added.
64 * fast/css/caption-width-fixed-position-offset-top.htm: Added.
65 * fast/css/caption-width-fixed-position.htm: Added.
66 * fast/css/caption-width-relative-position-expected.png: Added.
67 * fast/css/caption-width-relative-position-expected.txt: Added.
68 * fast/css/caption-width-relative-position-offset-top-expected.png: Added.
69 * fast/css/caption-width-relative-position-offset-top-expected.txt: Added.
70 * fast/css/caption-width-relative-position-offset-top.htm: Added.
71 * fast/css/caption-width-relative-position.htm: Added.
72 * platform/chromium/test_expectations.txt: Suppress affected table tests until rebaselined.
73 * platform/gtk/test_expectations.txt: ditto
74 * platform/mac/test_expectations.txt: ditto
75 * platform/qt/test_expectations.txt: ditto
76 * platform/win/test_expectations.txt: ditto
78 2012-01-01 Andreas Kling <awesomekling@apple.com>
80 Make HTMLCollections play nice after their base node is gone.
81 <http://webkit.org/b/75410>
83 Reviewed by Anders Carlsson.
85 * fast/dom/htmlcollection-zombies-expected.txt: Added.
86 * fast/dom/htmlcollection-zombies.html: Added.
88 2011-12-31 Dan Bernstein <mitz@apple.com>
90 REGRESSION (WebKit2): Cursor, hover states not updated when page scrolls under stationary mouse pointer
91 https://bugs.webkit.org/show_bug.cgi?id=75405
93 Reviewed by Anders Carlsson.
95 * fast/events/frame-scroll-fake-mouse-move-expected.txt: Added.
96 * fast/events/frame-scroll-fake-mouse-move.html: Copied from
97 LayoutTests/fast/events/overflow-scroll-fake-mouse-move.html and adapted to page scrolling.
99 2011-12-30 Andreas Kling <awesomekling@apple.com>
101 Cache and reuse the HTMLTableElement.rows collection.
102 <http://webkit.org/b/75398>
104 Reviewed by Anders Carlsson.
106 - Update gc-9.html to document the new lifetime characteristics of HTMLTableElement.rows.
107 - Add a test to verify that HTMLTableElement.rows returns the same object when called repeatedly.
109 * fast/dom/gc-9-expected.txt:
110 * fast/dom/gc-9.html:
111 * fast/dom/table-rows-collection-idempotence-expected.txt: Added.
112 * fast/dom/table-rows-collection-idempotence.html: Added.
114 2011-12-30 Andreas Kling <awesomekling@apple.com>
116 Cache and reuse the HTMLSelectElement.options collection.
117 <http://webkit.org/b/75399>
119 Reviewed by Anders Carlsson.
121 - Update gc-9.html to document the new lifetime characteristics of HTMLSelectElement.options.
122 - Add a test to verify that HTMLSelectElement.options returns the same object when called repeatedly.
124 * fast/dom/gc-9-expected.txt:
125 * fast/dom/gc-9.html:
126 * fast/dom/select-options-collection-idempotence-expected.txt: Added.
127 * fast/dom/select-options-collection-idempotence.html: Added.
129 2011-12-30 Robert Hogan <robert@webkit.org>
131 [Qt] fast/css/absolute-inline-alignment.html fails
132 https://bugs.webkit.org/show_bug.cgi?id=75400
134 Unreviewed, skipping 2 new tests on Qt after r103851.
136 * platform/qt/Skipped:
138 2011-12-30 Eric Carlson <eric.carlson@apple.com>
140 [chromium] media/track/track-cue-rendering.html fails
141 https://bugs.webkit.org/show_bug.cgi?id=75098
143 Reviewed by Dan Bernstein.
145 * media/media-controls.js:
146 (textTrackDisplayElement): Don't assume there is only one shadow DOM element used to
148 * media/track/track-cue-nothing-to-render-expected.txt: Updated.
149 * media/track/track-cue-nothing-to-render.html: Fix the test so it checks the track
150 container and cue text pseudo element properties separately.
151 * media/track/track-cue-rendering-expected.txt: Updated for textTrackDisplayElement change.
152 * media/track/track-cue-rendering.html: Ditto.
154 2011-12-30 Robert Hogan <robert@webkit.org>
156 REGRESSION (r94492): Text is shifted to the right in some buttons in the Mac App Store
157 https://bugs.webkit.org/show_bug.cgi?id=74723
159 Reviewed by Dan Bernstein.
161 * fast/css/absolute-inline-alignment-2-expected.html: Added.
162 * fast/css/absolute-inline-alignment-2.html: Added.
163 * fast/css/absolute-inline-alignment-expected.html: Added.
164 * fast/css/absolute-inline-alignment.html: Added.
166 2011-12-30 Dale Curtis <dalecurtis@chromium.org>
168 media/video-scales-in-media-document.html is Chromium specific
169 https://bugs.webkit.org/show_bug.cgi?id=75079
171 Moves the test into platform/chromium/media and removes the Skipped
174 Reviewed by Eric Carlson.
176 * platform/chromium/media/video-scales-in-media-document-expected.txt: Renamed from LayoutTests/media/video-scales-in-media-document-expected.txt.
177 * platform/chromium/media/video-scales-in-media-document.html: Renamed from LayoutTests/media/video-scales-in-media-document.html.
178 * platform/gtk/Skipped:
180 2011-12-30 Andreas Kling <awesomekling@apple.com>
182 Cache and reuse the HTMLFormElement.elements collection.
183 <http://webkit.org/b/75375>
185 Reviewed by Anders Carlsson.
187 - Update gc-9.html to document the new lifetime characteristics of HTMLFormElement.elements.
188 - Add a test to verify that HTMLFormElement.elements returns the same object when called repeatedly.
190 * fast/dom/form-elements-collection-idempotence-expected.txt: Added.
191 * fast/dom/form-elements-collection-idempotence.html: Added.
192 * fast/dom/gc-9-expected.txt:
193 * fast/dom/gc-9.html:
195 2011-12-30 Andreas Kling <awesomekling@apple.com>
197 WebKitCSSKeyframeRule.style.parentRule should point to the keyframe rule.
198 <http://webkit.org/b/75336>
200 Reviewed by Antti Koivisto.
202 * fast/css/css-keyframe-style-parentRule-expected.txt: Added.
203 * fast/css/css-keyframe-style-parentRule.html: Added.
205 2011-12-30 Mikhail Naganov <mnaganov@chromium.org>
207 [Chromium] Unreviewed test expectations change for nested-reflection tests.
209 * platform/chromium/test_expectations.txt:
211 2011-12-29 Tony Chang <tony@chromium.org>
213 [chromium] Unreviewed, add a bug number to a failing test.
215 * platform/chromium/test_expectations.txt:
217 2011-12-29 Andrew Wilson <atwilson@chromium.org>
219 Unreviewed chromium expectation changes to skip array-splice.html.
221 * platform/chromium/test_expectations.txt:
223 2011-12-29 David Barton <dbarton@mathscribe.com>
225 mfenced skips the first separator if the separators attribute contains multiple separators
226 https://bugs.webkit.org/show_bug.cgi?id=57697
228 Reviewed by Dan Bernstein.
230 * mathml/presentation/fenced-mi.xhtml:
231 - Added 2 test cases.
232 * platform/mac/mathml/presentation/fenced-mi-expected.png:
233 * platform/mac/mathml/presentation/fenced-mi-expected.txt:
235 2011-12-29 Gavin Barraclough <barraclough@apple.com>
237 https://bugs.webkit.org/show_bug.cgi?id=75140
239 Reviewed by Oliver Hunt.
243 * fast/js/script-tests/array-splice.js:
245 2011-12-29 Tony Chang <tony@chromium.org>
247 [chromium] Unreviewed, unskip http/tests/plugins/geturlnotify-from-npp-destroystream.html
248 since it passes on my Mac Chromium build. Move plugins/inner-html-display-none-expected.txt
249 from chromium-win to chromium-- it's a V8 specific result.
251 * platform/chromium/plugins/inner-html-display-none-expected.txt: Renamed from LayoutTests/platform/chromium-win/plugins/inner-html-display-none-expected.txt.
252 * platform/chromium/test_expectations.txt:
254 2011-12-29 Sheriff Bot <webkit.review.bot@gmail.com>
256 Unreviewed, rolling out r103808.
257 http://trac.webkit.org/changeset/103808
258 https://bugs.webkit.org/show_bug.cgi?id=75370
260 Tests failed on Chrome Canary bots. (Requested by atwilson on
263 * media/video-scales-in-media-document-expected.txt: Renamed from LayoutTests/platform/chromium/media/video-scales-in-media-document-expected.txt.
264 * media/video-scales-in-media-document.html: Renamed from LayoutTests/platform/chromium/media/video-scales-in-media-document.html.
265 * platform/gtk/Skipped:
267 2011-12-29 Tony Chang <tony@chromium.org>
269 [chromium] Unreviewed, rebaseline new flexbox repaint tests on chromium mac
270 and remove http/tests/plugins/geturlnotify-from-npp-destroystream.html
271 from test_expectations.txt since it's passing on Win/Linux.
273 * platform/chromium-cg-mac-leopard/css3/flexbox/repaint-expected.png: Added.
274 * platform/chromium-cg-mac-leopard/css3/flexbox/repaint-rtl-column-expected.png: Added.
275 * platform/chromium-cg-mac-snowleopard/css3/flexbox/repaint-expected.png: Added.
276 * platform/chromium-cg-mac-snowleopard/css3/flexbox/repaint-rtl-column-expected.png: Added.
277 * platform/chromium-mac-leopard/css3/flexbox/repaint-expected.png: Added.
278 * platform/chromium-mac-leopard/css3/flexbox/repaint-rtl-column-expected.png: Added.
279 * platform/chromium-mac-snowleopard/css3/flexbox/repaint-expected.png: Added.
280 * platform/chromium-mac-snowleopard/css3/flexbox/repaint-rtl-column-expected.png: Added.
281 * platform/chromium/test_expectations.txt:
283 2011-12-29 Tony Chang <tony@chromium.org>
285 [chromium] Unreviewed, add a png baseline for
286 mouse-click-plugin-clears-selection on chromium-win and re-add 2 flaky svg tests.
288 * platform/chromium-cg-mac/plugins/mouse-click-plugin-clears-selection-expected.txt: Removed.
289 * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.png: Removed.
290 * platform/chromium-mac/plugins/mouse-click-plugin-clears-selection-expected.txt: Removed.
291 * platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.png: Renamed from LayoutTests/platform/chromium-win-vista/plugins/mouse-click-plugin-clears-selection-expected.png.
292 * platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.txt: Renamed from LayoutTests/platform/chromium/plugins/mouse-click-plugin-clears-selection-expected.txt.
293 * platform/chromium/plugins/mouse-click-plugin-clears-selection-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/plugins/mouse-click-plugin-clears-selection-expected.png.
294 * platform/chromium/test_expectations.txt:
296 2011-12-29 Daniel Bates <dbates@webkit.org>
298 animation-drt-api-multiple-keyframes.html cannot possibly fail
299 https://bugs.webkit.org/show_bug.cgi?id=73112
301 Reviewed by Simon Fraser.
303 Output a FAIL message when we fail to pause the animation. This matches the
304 failure mode before <https://trac.webkit.org/changeset/84873> (bug #59389).
306 Additionally, fixes an issue where we paused at a time after cessation of the
307 animation following <https://trac.webkit.org/changeset/84873>. Instead, we
308 should pause at a time before cessation of the animation.
310 * animations/animation-drt-api-multiple-keyframes.html:
312 2011-12-29 Vsevolod Vlasov <vsevik@chromium.org>
314 Web Inspector: Scripts navigator should trim long file names and show full url in tooltip.
315 https://bugs.webkit.org/show_bug.cgi?id=75343
317 Reviewed by Pavel Feldman.
319 * http/tests/inspector/debugger-test.js:
320 (initialize_DebuggerTest):
321 * inspector/debugger/scripts-panel-expected.txt:
322 * inspector/debugger/ui-source-code-display-name-expected.txt: Added.
323 * inspector/debugger/ui-source-code-display-name.html: Added.
325 2011-12-29 Alexis Menard <alexis.menard@openbossa.org>
327 getComputedStyle for margin is not implemented.
328 https://bugs.webkit.org/show_bug.cgi?id=75358
330 Reviewed by Andreas Kling.
332 Add test to cover that we return correct values.
334 * fast/css/getComputedStyle/getComputedStyle-margin-shorthand-expected.txt: Added.
335 * fast/css/getComputedStyle/getComputedStyle-margin-shorthand.html: Added.
337 2011-12-29 Alexis Menard <alexis.menard@openbossa.org>
339 getComputedStyle for padding is not implemented.
340 https://bugs.webkit.org/show_bug.cgi?id=75352
342 Reviewed by Andreas Kling.
344 Add test to cover that we return correct values.
346 * fast/css/getComputedStyle/getComputedStyle-padding-shorthand-expected.txt: Added.
347 * fast/css/getComputedStyle/getComputedStyle-padding-shorthand.html: Added.
349 2011-12-29 Dale Curtis <dalecurtis@chromium.org>
351 [GTK] media/video-scales-in-media-document.html fails
352 https://bugs.webkit.org/show_bug.cgi?id=75079
354 Moves the test into platform/chromium/media and removes the Skipped
357 Reviewed by Eric Carlson.
359 * platform/chromium/media/video-scales-in-media-document-expected.txt: Renamed from LayoutTests/media/video-scales-in-media-document-expected.txt.
360 * platform/chromium/media/video-scales-in-media-document.html: Renamed from LayoutTests/media/video-scales-in-media-document.html.
361 * platform/gtk/Skipped:
363 2011-12-29 Pavel Podivilov <podivilov@chromium.org>
365 Web Inspector: support sourceMappingURL magic comment.
366 https://bugs.webkit.org/show_bug.cgi?id=75356
368 Reviewed by Pavel Feldman.
370 * http/tests/inspector/compiler-source-mapping-debug.html:
371 * http/tests/inspector/resources/compiled.js:
373 2011-12-23 Alexander Pavlov <apavlov@chromium.org>
375 Web Inspector: Implement CSS selector profiler
376 https://bugs.webkit.org/show_bug.cgi?id=74004
378 Reviewed by Pavel Feldman.
380 * inspector/profiler/detailed-heapshots-test.js:
381 (initialize_DetailedHeapshotTest):
382 * inspector/profiler/profiler-test.js:
383 (initialize_ProfilerTest.InspectorTest.startProfilerTest.startTest):
384 (initialize_ProfilerTest.InspectorTest.startProfilerTest):
386 2011-12-29 Sheriff Bot <webkit.review.bot@gmail.com>
388 Unreviewed, rolling out r103798.
389 http://trac.webkit.org/changeset/103798
390 https://bugs.webkit.org/show_bug.cgi?id=75353
392 some small scrollbar differences are making the tests fail on
393 several platforms (Requested by jchaffraix on #webkit).
395 * fast/layers/scroll-with-transform-composited-layer-expected.html: Removed.
396 * fast/layers/scroll-with-transform-composited-layer.html: Removed.
397 * fast/layers/scroll-with-transform-layer-expected.html: Removed.
398 * fast/layers/scroll-with-transform-layer.html: Removed.
400 2011-12-29 Julien Chaffraix <jchaffraix@webkit.org>
402 REGRESSION (r93614): Safari Reader doesn't repaint correctly when scrolling
403 https://bugs.webkit.org/show_bug.cgi?id=67100
405 Reviewed by Dan Bernstein.
407 Added 2 ref tests for scrolling inside a transformed layers (either composited
410 * fast/layers/scroll-with-transform-composited-layer-expected.html: Added.
411 * fast/layers/scroll-with-transform-composited-layer.html: Added.
412 * fast/layers/scroll-with-transform-layer-expected.html: Added.
413 * fast/layers/scroll-with-transform-layer.html: Added.
415 2011-12-28 Pavel Podivilov <podivilov@chromium.org>
417 Web Inspector: add "enable source maps" checkbox setting.
418 https://bugs.webkit.org/show_bug.cgi?id=75311
420 Reviewed by Pavel Feldman.
422 * http/tests/inspector/compiler-source-mapping-debug-expected.txt:
423 * http/tests/inspector/compiler-source-mapping-debug.html:
424 * inspector/debugger/raw-source-code.html:
426 2011-12-28 Alexis Menard <alexis.menard@openbossa.org>
428 getComputedStyle for border-color is not implemented.
429 https://bugs.webkit.org/show_bug.cgi?id=75324
431 Reviewed by Andreas Kling.
433 Add test to cover that we return correct values.
435 * fast/css/getComputedStyle/getComputedStyle-border-color-shorthand-expected.txt: Added.
436 * fast/css/getComputedStyle/getComputedStyle-border-color-shorthand.html: Added.
438 2011-12-28 Robert Hogan <robert@webkit.org>
440 [Qt] fails fast/inline/nested-text-descendants.html
441 https://bugs.webkit.org/show_bug.cgi?id=75321
443 Unreviewed, skip reference test fast/inline/nested-text-descendants.html
444 on Qt for now. It is the only platform that fails it.
446 * platform/qt/Skipped:
448 2011-12-28 Adam Barth <abarth@webkit.org>
450 <math><option><option></html><option></option> used to crash the parser
451 https://bugs.webkit.org/show_bug.cgi?id=75317
453 Reviewed by Eric Seidel.
455 Add a test so that this case continues to not crash.
457 * fast/parser/math-options-crash-expected.txt: Added.
458 * fast/parser/math-options-crash.html: Added.
460 2011-12-28 Alexis Menard <alexis.menard@openbossa.org>
462 getComputedStyle for border-style is not implemented.
463 https://bugs.webkit.org/show_bug.cgi?id=75312
465 Reviewed by Andreas Kling.
467 Add test to cover that we return correct values.
469 * fast/css/getComputedStyle/getComputedStyle-border-style-shorthand-expected.txt: Added.
470 * fast/css/getComputedStyle/getComputedStyle-border-style-shorthand.html: Added.
472 2011-12-28 Alexis Menard <alexis.menard@openbossa.org>
474 getComputedStyle for border-bottom, border-top, border-left, border-right is not implemented.
475 https://bugs.webkit.org/show_bug.cgi?id=74743
477 Reviewed by Tony Chang.
479 Add test to cover that we return correct values.
481 * fast/css/getComputedStyle/getComputedStyle-border-shorthand-expected.txt: Added.
482 * fast/css/getComputedStyle/getComputedStyle-border-shorthand.html: Added.
484 2011-12-28 Robert Hogan <robert@webkit.org>
486 Inline flow not learning height of all text descendants
487 https://bugs.webkit.org/show_bug.cgi?id=75305
489 Reviewed by Dan Bernstein.
491 * fast/inline/nested-text-descendants-expected.html: Added.
492 * fast/inline/nested-text-descendants.html: Added.
494 2011-12-28 Sheriff Bot <webkit.review.bot@gmail.com>
496 Unreviewed, rolling out r103620.
497 http://trac.webkit.org/changeset/103620
498 https://bugs.webkit.org/show_bug.cgi?id=75316
500 Causes many crashes (Requested by abarth on #webkit).
502 * platform/chromium/fast/events/intercept-postmessage-expected.txt: Removed.
503 * platform/chromium/fast/events/intercept-postmessage.html: Removed.
505 2011-12-28 Alexander Pavlov <apavlov@chromium.org>
507 [V8][Chromium] 'randomString' in document.body.style always returns true
508 https://bugs.webkit.org/show_bug.cgi?id=75313
510 Reviewed by Adam Barth.
512 * fast/css/style-enumerate-properties-expected.txt:
513 * fast/css/style-enumerate-properties.html:
515 2011-12-28 Alexander Pavlov <apavlov@chromium.org>
517 Web Inspector: Introduce a Profiler launcher view similar to that in the Audits panel
518 https://bugs.webkit.org/show_bug.cgi?id=75228
520 Reviewed by Pavel Feldman.
522 * inspector/profiler/profiler-test.js:
523 (initialize_ProfilerTest):
525 2011-12-28 Hans Wennborg <hans@chromium.org>
527 IndexedDB: IDBKeyRange constructor should throw when lower > upper
528 https://bugs.webkit.org/show_bug.cgi?id=74705
530 Reviewed by Tony Chang.
532 Update tests to check that the IDBKeyRange constructor throws when
533 trying to specify illegal key ranges, and update tests that were
536 * storage/indexeddb/index-cursor-expected.txt:
537 * storage/indexeddb/index-cursor.html:
538 * storage/indexeddb/keyrange-expected.txt:
539 * storage/indexeddb/keyrange.html:
540 * storage/indexeddb/objectstore-cursor-expected.txt:
541 * storage/indexeddb/objectstore-cursor.html:
543 2011-12-28 Alexander Pavlov <apavlov@chromium.org>
545 Web Inspector: [protocol] empty enum constant should be replaced with identifier
546 https://bugs.webkit.org/show_bug.cgi?id=75273
548 Reviewed by Yury Semikhatsky.
550 * inspector/styles/get-set-stylesheet-text-expected.txt:
551 * inspector/styles/styles-new-API-expected.txt:
552 * inspector/styles/styles-source-offsets.html:
554 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
556 Add pass/crash expectation for svg/W3C-SVG-1.1/animate-elem-52-t.svg
557 on Chromium Mac and Linux debug bots per the WebKit bug 74788.
559 * platform/chromium/test_expectations.txt:
561 2011-12-27 Dominic Cooney <dominicc@chromium.org>
563 Remove initWebKitAnimationEvent method
564 https://bugs.webkit.org/show_bug.cgi?id=71698
566 Reviewed by Ojan Vafai.
568 * fast/events/init-events-expected.txt:
569 * fast/events/script-tests/init-events.js:
571 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
573 Chromium rebaselines for http://crbug.com/9768. It's hard to make sense of these failures at this point
574 but actual results appear to be correct.
576 * platform/chromium-linux/fast/forms/select-initial-position-expected.png:
577 * platform/chromium-linux/fast/forms/select-initial-position-expected.txt: Added.
578 * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.png:
579 * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.txt:
580 * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.png:
581 * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.txt: Removed.
582 * platform/chromium-win-xp/fast/text/international/001-expected.png: Added.
583 * platform/chromium-win-xp/fast/text/international/002-expected.png: Added.
584 * platform/chromium-win-xp/fast/text/international/wrap-CJK-001-expected.png: Added.
585 * platform/chromium-win/fast/forms/select-initial-position-expected.png:
586 * platform/chromium-win/fast/forms/select-initial-position-expected.txt:
587 * platform/chromium-win/fast/forms/select-visual-hebrew-expected.png:
588 * platform/chromium-win/fast/forms/select-visual-hebrew-expected.txt:
589 * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.png:
590 * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt:
591 * platform/chromium-win/fast/text/cg-fallback-bolding-expected.png:
592 * platform/chromium-win/fast/text/cg-fallback-bolding-expected.txt:
593 * platform/chromium-win/fast/text/international/001-expected.png:
594 * platform/chromium-win/fast/text/international/001-expected.txt:
595 * platform/chromium-win/fast/text/international/002-expected.png:
596 * platform/chromium-win/fast/text/international/002-expected.txt:
597 * platform/chromium-win/fast/text/international/wrap-CJK-001-expected.png:
598 * platform/chromium-win/fast/text/international/wrap-CJK-001-expected.txt:
599 * platform/chromium/test_expectations.txt:
601 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
603 Chromium Linux rebaseline. The difference is negligible for the purpose of this test.
605 * platform/chromium-linux/fast/forms/textarea-width-expected.png:
606 * platform/chromium-linux/fast/forms/textarea-width-expected.txt: Added.
607 * platform/chromium/test_expectations.txt:
609 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
611 Chromium Linux rebsaeline for http://crbug.com/10430. Glyphs look correct.
613 * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
614 * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
615 * platform/chromium-win-vista/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
616 * platform/chromium-win-vista/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
617 * platform/chromium-win-xp/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
618 * platform/chromium-win-xp/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
619 * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
620 * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
621 * platform/chromium/test_expectations.txt:
623 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
625 Chromium rebaseline after Skia revision 105271.
626 fast/css/shadow-multiple.html appears to have regressed; the failure is tracked by http://crbug.com/105271.
628 * platform/chromium-win-xp/fast/multicol: Removed.
629 * platform/chromium-win-xp/fast/multicol/shadow-breaking-expected.png: Removed.
630 * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
631 * platform/chromium/test_expectations.txt:
633 2011-12-27 Dominic Cooney <dominicc@chromium.org>
635 Remove initWebKitTransitionEvent method
636 https://bugs.webkit.org/show_bug.cgi?id=71701
638 Reviewed by Ojan Vafai.
640 Now that WebKitTransitionEvent has a constructor, we don't need
643 * fast/events/init-events-expected.txt:
644 * fast/events/script-tests/init-events.js:
646 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
648 Chromium Linux CPU rebaseline after r103723.
650 * platform/chromium-gpu-linux/media/video-layer-crash-expected.png:
651 * platform/chromium-gpu-linux/media/video-transformed-expected.png:
652 * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png:
653 * platform/chromium-gpu-win/media/video-transformed-expected.txt: Removed.
654 * platform/chromium/test_expectations.txt:
656 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
658 Chromium rebaseline after r98596 part 6.
660 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-clipped-expected.png: Added.
661 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-clipped-nonzero-expected.png: Added.
662 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-objectBoundingBox-expected.png: Added.
663 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-clipped-use-expected.png: Added.
664 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-g-and-child-expected.png: Added.
665 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-g-expected.png: Added.
666 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-svg-and-child-expected.png: Added.
667 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-svg-expected.png: Added.
668 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-transform-2-expected.png: Added.
669 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-use-as-child-expected.png: Added.
670 * platform/chromium-cg-mac/svg/clip-path/clip-path-clipped-expected.png: Removed.
671 * platform/chromium-cg-mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed.
672 * platform/chromium-cg-mac/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed.
673 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed.
674 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed.
675 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-g-expected.png: Removed.
676 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed.
677 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-svg-expected.png: Removed.
678 * platform/chromium-cg-mac/svg/clip-path/clip-path-transform-2-expected.png: Removed.
679 * platform/chromium-cg-mac/svg/clip-path/clip-path-use-as-child-expected.png: Removed.
680 * platform/chromium-linux/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png:
681 * platform/chromium-linux/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png:
682 * platform/chromium-linux/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
683 * platform/chromium-linux/svg/clip-path/clip-path-clipped-expected.png:
684 * platform/chromium-linux/svg/clip-path/clip-path-clipped-nonzero-expected.png:
685 * platform/chromium-linux/svg/clip-path/clip-path-objectBoundingBox-expected.png:
686 * platform/chromium-linux/svg/clip-path/clip-path-on-clipped-use-expected.png:
687 * platform/chromium-linux/svg/clip-path/clip-path-on-g-and-child-expected.png:
688 * platform/chromium-linux/svg/clip-path/clip-path-on-g-expected.png:
689 * platform/chromium-linux/svg/clip-path/clip-path-on-svg-and-child-expected.png:
690 * platform/chromium-linux/svg/clip-path/clip-path-on-svg-expected.png:
691 * platform/chromium-linux/svg/clip-path/clip-path-transform-2-expected.png:
692 * platform/chromium-linux/svg/clip-path/clip-path-use-as-child-expected.png:
693 * platform/chromium-linux/svg/clip-path/clip-path-userSpaceOnUse-expected.png:
694 * platform/chromium-linux/svg/clip-path/clip-path-with-text-clipped-expected.png:
695 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Removed.
696 * platform/chromium-mac-snowleopard/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png:
697 * platform/chromium-mac-snowleopard/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png:
698 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Added.
699 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-clipped-expected.png: Added.
700 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-clipped-nonzero-expected.png: Added.
701 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-objectBoundingBox-expected.png: Added.
702 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-clipped-use-expected.png: Added.
703 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-g-and-child-expected.png: Added.
704 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-g-expected.png: Added.
705 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-svg-and-child-expected.png: Added.
706 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-svg-expected.png: Added.
707 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-transform-2-expected.png: Added.
708 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-use-as-child-expected.png: Added.
709 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Added.
710 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-with-text-clipped-expected.png: Added.
711 * platform/chromium-mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed.
712 * platform/chromium-mac/svg/clip-path/clip-path-clipped-expected.png: Removed.
713 * platform/chromium-mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed.
714 * platform/chromium-mac/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed.
715 * platform/chromium-mac/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed.
716 * platform/chromium-mac/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed.
717 * platform/chromium-mac/svg/clip-path/clip-path-on-g-expected.png: Removed.
718 * platform/chromium-mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed.
719 * platform/chromium-mac/svg/clip-path/clip-path-on-svg-expected.png: Removed.
720 * platform/chromium-mac/svg/clip-path/clip-path-transform-2-expected.png: Removed.
721 * platform/chromium-mac/svg/clip-path/clip-path-use-as-child-expected.png: Removed.
722 * platform/chromium-mac/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Removed.
723 * platform/chromium-mac/svg/clip-path/clip-path-with-text-clipped-expected.png: Removed.
724 * platform/chromium-win-xp/svg/clip-path: Removed.
725 * platform/chromium-win/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png:
726 * platform/chromium-win/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png:
727 * platform/chromium-win/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
728 * platform/chromium-win/svg/clip-path/clip-path-clipped-expected.png:
729 * platform/chromium-win/svg/clip-path/clip-path-clipped-nonzero-expected.png:
730 * platform/chromium-win/svg/clip-path/clip-path-objectBoundingBox-expected.png:
731 * platform/chromium-win/svg/clip-path/clip-path-on-clipped-use-expected.png:
732 * platform/chromium-win/svg/clip-path/clip-path-on-g-and-child-expected.png:
733 * platform/chromium-win/svg/clip-path/clip-path-on-g-expected.png:
734 * platform/chromium-win/svg/clip-path/clip-path-on-svg-and-child-expected.png:
735 * platform/chromium-win/svg/clip-path/clip-path-on-svg-expected.png:
736 * platform/chromium-win/svg/clip-path/clip-path-transform-2-expected.png:
737 * platform/chromium-win/svg/clip-path/clip-path-use-as-child-expected.png:
738 * platform/chromium-win/svg/clip-path/clip-path-userSpaceOnUse-expected.png:
739 * platform/chromium-win/svg/clip-path/clip-path-with-text-clipped-expected.png:
740 * platform/chromium/test_expectations.txt:
741 * platform/gtk/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Removed.
742 * platform/gtk/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Removed.
743 * platform/gtk/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Removed.
744 * platform/gtk/svg/clip-path/clip-path-clipped-expected.txt: Removed.
745 * platform/gtk/svg/clip-path/clip-path-clipped-nonzero-expected.txt: Removed.
746 * platform/gtk/svg/clip-path/clip-path-objectBoundingBox-expected.txt: Removed.
747 * platform/gtk/svg/clip-path/clip-path-on-clipped-use-expected.txt: Removed.
748 * platform/gtk/svg/clip-path/clip-path-on-g-and-child-expected.txt: Removed.
749 * platform/gtk/svg/clip-path/clip-path-on-g-expected.txt: Removed.
750 * platform/gtk/svg/clip-path/clip-path-on-svg-and-child-expected.txt: Removed.
751 * platform/gtk/svg/clip-path/clip-path-on-svg-expected.txt: Removed.
752 * platform/gtk/svg/clip-path/clip-path-transform-2-expected.txt: Removed.
753 * platform/gtk/svg/clip-path/clip-path-use-as-child-expected.txt: Removed.
754 * platform/gtk/svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Removed.
755 * platform/mac/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Removed.
756 * platform/mac/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Removed.
757 * platform/mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Removed.
758 * platform/mac/svg/clip-path/clip-path-clipped-expected.txt: Removed.
759 * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.txt: Removed.
760 * platform/mac/svg/clip-path/clip-path-objectBoundingBox-expected.txt: Removed.
761 * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.txt: Removed.
762 * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.txt: Removed.
763 * platform/mac/svg/clip-path/clip-path-on-g-expected.txt: Removed.
764 * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.txt: Removed.
765 * platform/mac/svg/clip-path/clip-path-on-svg-expected.txt: Removed.
766 * platform/mac/svg/clip-path/clip-path-transform-2-expected.txt: Removed.
767 * platform/mac/svg/clip-path/clip-path-use-as-child-expected.txt: Removed.
768 * platform/mac/svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Removed.
769 * platform/qt/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Removed.
770 * platform/qt/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Removed.
771 * platform/qt/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Removed.
772 * platform/qt/svg/clip-path/clip-path-clipped-expected.txt: Removed.
773 * platform/qt/svg/clip-path/clip-path-clipped-nonzero-expected.txt: Removed.
774 * platform/qt/svg/clip-path/clip-path-objectBoundingBox-expected.txt: Removed.
775 * platform/qt/svg/clip-path/clip-path-on-clipped-use-expected.txt: Removed.
776 * platform/qt/svg/clip-path/clip-path-on-g-and-child-expected.txt: Removed.
777 * platform/qt/svg/clip-path/clip-path-on-g-expected.txt: Removed.
778 * platform/qt/svg/clip-path/clip-path-on-svg-and-child-expected.txt: Removed.
779 * platform/qt/svg/clip-path/clip-path-on-svg-expected.txt: Removed.
780 * platform/qt/svg/clip-path/clip-path-transform-2-expected.txt: Removed.
781 * platform/qt/svg/clip-path/clip-path-use-as-child-expected.txt: Removed.
782 * platform/qt/svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Removed.
783 * svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Added.
784 * svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Added.
785 * svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Added.
786 * svg/clip-path/clip-path-clipped-expected.txt: Added.
787 * svg/clip-path/clip-path-clipped-nonzero-expected.txt: Added.
788 * svg/clip-path/clip-path-objectBoundingBox-expected.txt: Added.
789 * svg/clip-path/clip-path-on-clipped-use-expected.txt: Added.
790 * svg/clip-path/clip-path-on-g-and-child-expected.txt: Added.
791 * svg/clip-path/clip-path-on-g-expected.txt: Added.
792 * svg/clip-path/clip-path-on-svg-and-child-expected.txt: Added.
793 * svg/clip-path/clip-path-on-svg-expected.txt: Added.
794 * svg/clip-path/clip-path-transform-2-expected.txt: Added.
795 * svg/clip-path/clip-path-use-as-child-expected.txt: Added.
796 * svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Added.
798 2011-12-27 Tony Chang <tony@chromium.org>
800 [chromium] Unreviewed. According to the flakiness dashboard,
801 fast/forms/input-text-paste-maxlength.html,
802 fast/filesystem/filesystem-reference.html,
803 fast/filesystem/filesystem-uri-origin.html, and
804 fast/canvas/canvas-putImageData.html are no longer flaky.
806 * platform/chromium/test_expectations.txt:
808 2011-12-27 Tony Chang <tony@chromium.org>
810 [chromium] Unreviewed, clean up some obsolete expecatations.
812 * platform/chromium/test_expectations.txt:
813 svg/dom/SVGRectElement/rect-modify-rx.svg is passing according to the flakiness dashboard
814 and storage/close-during-stress-test.html is flaky in non-debug (very rare, less than 1% of the time).
816 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
818 Chromium rebaseline after r98596 part 5.
820 * platform/chromium-cg-mac-snowleopard/fast/transforms: Added.
821 * platform/chromium-cg-mac-snowleopard/fast/transforms/shadows-expected.png: Added.
822 * platform/chromium-cg-mac-snowleopard/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
823 * platform/chromium-cg-mac-snowleopard/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
824 * platform/chromium-cg-mac-snowleopard/svg/custom/use-on-clip-path-with-transformation-expected.png: Added.
825 * platform/chromium-cg-mac/fast/transforms/shadows-expected.png: Removed.
826 * platform/chromium-cg-mac/fast/writing-mode/border-styles-vertical-lr-expected.png: Removed.
827 * platform/chromium-cg-mac/fast/writing-mode/border-styles-vertical-rl-expected.png: Removed.
828 * platform/chromium-cg-mac/svg/custom/use-on-clip-path-with-transformation-expected.png: Removed.
829 * platform/chromium-linux-x86/fast/transforms: Removed.
830 * platform/chromium-linux-x86/fullscreen: Removed.
831 * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
832 * platform/chromium-linux/fast/transforms/shadows-expected.png:
833 * platform/chromium-linux/fast/writing-mode/border-styles-vertical-lr-expected.png:
834 * platform/chromium-linux/fast/writing-mode/border-styles-vertical-rl-expected.png:
835 * platform/chromium-linux/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
836 * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-lr-expected.png:
837 * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-rl-expected.png:
838 * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
839 * platform/chromium-linux/svg/custom/resource-invalidate-on-target-update-expected.png:
840 * platform/chromium-mac-leopard/fast/repaint/shadow-multiple-vertical-expected.png:
841 * platform/chromium-mac-leopard/fast/transforms/shadows-expected.png: Added.
842 * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png:
843 * platform/chromium-mac-snowleopard/fast/transforms: Added.
844 * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.png: Added.
845 * platform/chromium-mac-snowleopard/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
846 * platform/chromium-mac-snowleopard/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
847 * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
848 * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-lr-expected.png:
849 * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-rl-expected.png:
850 * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
851 * platform/chromium-mac-snowleopard/svg/custom/resource-invalidate-on-target-update-expected.png:
852 * platform/chromium-mac-snowleopard/svg/custom/use-on-clip-path-with-transformation-expected.png: Added.
853 * platform/chromium-mac/fast/transforms/shadows-expected.png: Removed.
854 * platform/chromium-mac/fast/writing-mode/border-styles-vertical-lr-expected.png: Removed.
855 * platform/chromium-mac/fast/writing-mode/border-styles-vertical-rl-expected.png: Removed.
856 * platform/chromium-mac/svg/custom/use-on-clip-path-with-transformation-expected.png: Removed.
857 * platform/chromium-win-vista/fullscreen: Removed.
858 * platform/chromium-win-xp/fast/transforms: Removed.
859 * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
860 * platform/chromium-win/fast/transforms/shadows-expected.png:
861 * platform/chromium-win/fast/writing-mode/border-styles-vertical-lr-expected.png:
862 * platform/chromium-win/fast/writing-mode/border-styles-vertical-rl-expected.png:
863 * platform/chromium-win/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
864 * platform/chromium-win/fast/writing-mode/box-shadow-vertical-lr-expected.png:
865 * platform/chromium-win/fast/writing-mode/box-shadow-vertical-rl-expected.png:
866 * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
867 * platform/chromium-win/svg/custom/resource-invalidate-on-target-update-expected.png:
868 * platform/chromium-win/svg/custom/use-on-clip-path-with-transformation-expected.png:
869 * platform/chromium/test_expectations.txt:
870 * platform/gtk/svg/custom/resource-invalidate-on-target-update-expected.txt: Removed.
871 * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.txt: Removed.
872 * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt: Removed.
873 * platform/qt/svg/custom/use-on-clip-path-with-transformation-expected.txt: Removed.
874 * svg/custom/resource-invalidate-on-target-update-expected.txt: Added.
875 * svg/custom/use-on-clip-path-with-transformation-expected.txt: Added.
877 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
879 Chromium rebaseline after r98596 part 4.
881 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/border-radius-big-expected.png: Added.
882 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
883 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/spread-expected.png: Added.
884 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/spread-multiple-inset-expected.png: Added.
885 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/spread-multiple-normal-expected.png: Added.
886 * platform/chromium-cg-mac-snowleopard/fast/clip: Added.
887 * platform/chromium-cg-mac-snowleopard/fast/clip/overflow-border-radius-clip-expected.png: Added.
888 * platform/chromium-cg-mac-snowleopard/fast/css/nested-rounded-corners-expected.png: Added.
889 * platform/chromium-cg-mac/fast/box-shadow/border-radius-big-expected.png: Removed.
890 * platform/chromium-cg-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Removed.
891 * platform/chromium-cg-mac/fast/box-shadow/spread-expected.png: Removed.
892 * platform/chromium-cg-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
893 * platform/chromium-cg-mac/fast/box-shadow/spread-multiple-normal-expected.png: Removed.
894 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-clip-expected.png: Removed.
895 * platform/chromium-cg-mac/fast/css/nested-rounded-corners-expected.png: Removed.
896 * platform/chromium-cg-mac/fast/forms/validation-message-appearance-expected.txt: Removed.
897 * platform/chromium-linux-x86/fast/box-shadow: Removed.
898 * platform/chromium-linux-x86/fast/css/box-shadow-and-border-radius-expected.png:
899 * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
900 * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
901 * platform/chromium-linux/fast/box-shadow/inset-expected.png:
902 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
903 * platform/chromium-linux/fast/box-shadow/spread-expected.png:
904 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png:
905 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
906 * platform/chromium-linux/fast/clip/overflow-border-radius-clip-expected.png:
907 * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
908 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
909 * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
910 * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
911 * platform/chromium-mac-leopard/fast/box-shadow/basic-shadows-expected.png:
912 * platform/chromium-mac-leopard/fast/box-shadow/spread-multiple-inset-expected.png:
913 * platform/chromium-mac-leopard/fast/clip/overflow-border-radius-clip-expected.png:
914 * platform/chromium-mac-leopard/fast/css/box-shadow-and-border-radius-expected.png: Added.
915 * platform/chromium-mac-leopard/fast/css/text-input-with-webkit-border-radius-expected.png: Added.
916 * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png: Added.
917 * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png: Added.
918 * platform/chromium-mac-snowleopard/fast/box-shadow/border-radius-big-expected.png: Added.
919 * platform/chromium-mac-snowleopard/fast/box-shadow/inset-box-shadows-expected.png: Added.
920 * platform/chromium-mac-snowleopard/fast/box-shadow/inset-expected.png: Added.
921 * platform/chromium-mac-snowleopard/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
922 * platform/chromium-mac-snowleopard/fast/box-shadow/spread-expected.png: Added.
923 * platform/chromium-mac-snowleopard/fast/box-shadow/spread-multiple-inset-expected.png: Added.
924 * platform/chromium-mac-snowleopard/fast/box-shadow/spread-multiple-normal-expected.png: Added.
925 * platform/chromium-mac-snowleopard/fast/clip: Added.
926 * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-clip-expected.png: Added.
927 * platform/chromium-mac-snowleopard/fast/css/box-shadow-and-border-radius-expected.png: Added.
928 * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png: Added.
929 * platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.png: Added.
930 * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
931 * platform/chromium-mac/fast/box-shadow/border-radius-big-expected.png: Removed.
932 * platform/chromium-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Removed.
933 * platform/chromium-mac/fast/box-shadow/spread-expected.png: Removed.
934 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
935 * platform/chromium-mac/fast/box-shadow/spread-multiple-normal-expected.png: Removed.
936 * platform/chromium-mac/fast/clip/overflow-border-radius-clip-expected.png: Removed.
937 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png: Removed.
938 * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png: Removed.
939 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt: Removed.
940 * platform/chromium-win-vista/fast/css/box-shadow-and-border-radius-expected.png:
941 * platform/chromium-win-xp/fast/css/box-shadow-and-border-radius-expected.png:
942 * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
943 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
944 * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
945 * platform/chromium-win/fast/box-shadow/inset-expected.png:
946 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
947 * platform/chromium-win/fast/box-shadow/spread-expected.png:
948 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png:
949 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
950 * platform/chromium-win/fast/clip/overflow-border-radius-clip-expected.png:
951 * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
952 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
953 * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.png:
954 * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
955 * platform/chromium/fast/forms/validation-message-appearance-expected.txt: Added.
956 * platform/chromium/test_expectations.txt:
958 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
960 Chromium rebaseline after r98596 part 3.
962 * fast/borders/borderRadiusGroove01-expected.txt: Removed.
963 * fast/borders/borderRadiusGroove02-expected.txt: Removed.
964 * fast/borders/borderRadiusInset01-expected.txt: Removed.
965 * fast/borders/borderRadiusOutset01-expected.txt: Removed.
966 * fast/borders/borderRadiusRidge01-expected.txt: Removed.
967 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-groove-01-expected.png: Added.
968 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-groove-02-expected.png: Added.
969 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-groove-03-expected.png: Added.
970 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-inset-outset-expected.png: Added.
971 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png: Added.
972 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-wide-border-01-expected.png: Added.
973 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-wide-border-02-expected.png: Added.
974 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-wide-border-03-expected.png: Added.
975 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-wide-border-04-expected.png: Added.
976 * platform/chromium-cg-mac-snowleopard/fast/borders/border-styles-split-expected.png: Added.
977 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusGroove01-expected.png: Added.
978 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusGroove02-expected.png: Added.
979 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusInset01-expected.png: Added.
980 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusOutset01-expected.png: Added.
981 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusRidge01-expected.png: Added.
982 * platform/chromium-cg-mac-snowleopard/fast/borders/different-color-borders-expected.png: Added.
983 * platform/chromium-cg-mac-snowleopard/fast/borders/fieldsetBorderRadius-expected.png: Added.
984 * platform/chromium-cg-mac-snowleopard/fast/borders/mixed-border-styles-radius2-expected.png: Added.
985 * platform/chromium-cg-mac/fast/borders/border-radius-groove-01-expected.png: Removed.
986 * platform/chromium-cg-mac/fast/borders/border-radius-groove-02-expected.png: Removed.
987 * platform/chromium-cg-mac/fast/borders/border-radius-groove-03-expected.png: Removed.
988 * platform/chromium-cg-mac/fast/borders/border-radius-inset-outset-expected.png: Removed.
989 * platform/chromium-cg-mac/fast/borders/border-radius-split-inline-expected.png: Removed.
990 * platform/chromium-cg-mac/fast/borders/border-radius-wide-border-01-expected.png: Removed.
991 * platform/chromium-cg-mac/fast/borders/border-radius-wide-border-02-expected.png: Removed.
992 * platform/chromium-cg-mac/fast/borders/border-radius-wide-border-03-expected.png: Removed.
993 * platform/chromium-cg-mac/fast/borders/border-radius-wide-border-04-expected.png: Removed.
994 * platform/chromium-cg-mac/fast/borders/border-styles-split-expected.png: Removed.
995 * platform/chromium-cg-mac/fast/borders/borderRadiusGroove01-expected.png: Removed.
996 * platform/chromium-cg-mac/fast/borders/borderRadiusGroove02-expected.png: Removed.
997 * platform/chromium-cg-mac/fast/borders/borderRadiusInset01-expected.png: Removed.
998 * platform/chromium-cg-mac/fast/borders/borderRadiusOutset01-expected.png: Removed.
999 * platform/chromium-cg-mac/fast/borders/borderRadiusRidge01-expected.png: Removed.
1000 * platform/chromium-cg-mac/fast/borders/different-color-borders-expected.png: Removed.
1001 * platform/chromium-cg-mac/fast/borders/fieldsetBorderRadius-expected.png: Removed.
1002 * platform/chromium-cg-mac/fast/borders/mixed-border-styles-radius2-expected.png: Removed.
1003 * platform/chromium-linux/fast/borders/border-radius-groove-01-expected.png:
1004 * platform/chromium-linux/fast/borders/border-radius-groove-02-expected.png:
1005 * platform/chromium-linux/fast/borders/border-radius-groove-03-expected.png:
1006 * platform/chromium-linux/fast/borders/border-radius-inset-outset-expected.png:
1007 * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
1008 * platform/chromium-linux/fast/borders/border-radius-wide-border-01-expected.png:
1009 * platform/chromium-linux/fast/borders/border-radius-wide-border-02-expected.png:
1010 * platform/chromium-linux/fast/borders/border-radius-wide-border-03-expected.png:
1011 * platform/chromium-linux/fast/borders/border-radius-wide-border-04-expected.png:
1012 * platform/chromium-linux/fast/borders/border-styles-split-expected.png:
1013 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
1014 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
1015 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
1016 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
1017 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
1018 * platform/chromium-linux/fast/borders/different-color-borders-expected.png:
1019 * platform/chromium-linux/fast/borders/fieldsetBorderRadius-expected.png:
1020 * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
1021 * platform/chromium-linux/fast/borders/mixed-border-styles-radius2-expected.png:
1022 * platform/chromium-mac-leopard/fast/borders/border-radius-split-inline-expected.png: Added.
1023 * platform/chromium-mac-leopard/fast/borders/different-color-borders-expected.png:
1024 * platform/chromium-mac-snowleopard/fast/borders/border-radius-groove-01-expected.png: Added.
1025 * platform/chromium-mac-snowleopard/fast/borders/border-radius-groove-02-expected.png: Added.
1026 * platform/chromium-mac-snowleopard/fast/borders/border-radius-groove-03-expected.png: Added.
1027 * platform/chromium-mac-snowleopard/fast/borders/border-radius-inset-outset-expected.png: Added.
1028 * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png: Added.
1029 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-01-expected.png: Added.
1030 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-02-expected.png: Added.
1031 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-03-expected.png: Added.
1032 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-04-expected.png: Added.
1033 * platform/chromium-mac-snowleopard/fast/borders/border-styles-split-expected.png: Added.
1034 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusGroove01-expected.png: Added.
1035 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusGroove02-expected.png: Added.
1036 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusInset01-expected.png: Added.
1037 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusOutset01-expected.png: Added.
1038 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusRidge01-expected.png: Added.
1039 * platform/chromium-mac-snowleopard/fast/borders/different-color-borders-expected.png: Added.
1040 * platform/chromium-mac-snowleopard/fast/borders/fieldsetBorderRadius-expected.png: Added.
1041 * platform/chromium-mac-snowleopard/fast/borders/mixed-border-styles-radius-expected.png:
1042 * platform/chromium-mac-snowleopard/fast/borders/mixed-border-styles-radius2-expected.png: Added.
1043 * platform/chromium-mac/fast/borders/border-radius-groove-01-expected.png: Removed.
1044 * platform/chromium-mac/fast/borders/border-radius-groove-02-expected.png: Removed.
1045 * platform/chromium-mac/fast/borders/border-radius-groove-03-expected.png: Removed.
1046 * platform/chromium-mac/fast/borders/border-radius-inset-outset-expected.png: Removed.
1047 * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png: Removed.
1048 * platform/chromium-mac/fast/borders/border-radius-wide-border-01-expected.png: Removed.
1049 * platform/chromium-mac/fast/borders/border-radius-wide-border-02-expected.png: Removed.
1050 * platform/chromium-mac/fast/borders/border-radius-wide-border-03-expected.png: Removed.
1051 * platform/chromium-mac/fast/borders/border-radius-wide-border-04-expected.png: Removed.
1052 * platform/chromium-mac/fast/borders/border-styles-split-expected.png: Removed.
1053 * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.png: Removed.
1054 * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png: Removed.
1055 * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png: Removed.
1056 * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.png: Removed.
1057 * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.png: Removed.
1058 * platform/chromium-mac/fast/borders/different-color-borders-expected.png: Removed.
1059 * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.png: Removed.
1060 * platform/chromium-mac/fast/borders/mixed-border-styles-radius2-expected.png: Removed.
1061 * platform/chromium-win/fast/borders/border-radius-groove-01-expected.png:
1062 * platform/chromium-win/fast/borders/border-radius-groove-02-expected.png:
1063 * platform/chromium-win/fast/borders/border-radius-groove-03-expected.png:
1064 * platform/chromium-win/fast/borders/border-radius-inset-outset-expected.png:
1065 * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
1066 * platform/chromium-win/fast/borders/border-radius-wide-border-01-expected.png:
1067 * platform/chromium-win/fast/borders/border-radius-wide-border-02-expected.png:
1068 * platform/chromium-win/fast/borders/border-radius-wide-border-03-expected.png:
1069 * platform/chromium-win/fast/borders/border-radius-wide-border-04-expected.png:
1070 * platform/chromium-win/fast/borders/border-styles-split-expected.png:
1071 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
1072 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
1073 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
1074 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
1075 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
1076 * platform/chromium-win/fast/borders/different-color-borders-expected.png:
1077 * platform/chromium-win/fast/borders/fieldsetBorderRadius-expected.png:
1078 * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
1079 * platform/chromium-win/fast/borders/mixed-border-styles-radius2-expected.png:
1080 * platform/chromium/test_expectations.txt:
1082 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
1084 Add an expected result meant to be added in r103723.
1086 * platform/chromium/compositing/scaling: Added.
1087 * platform/chromium/compositing/scaling/tiled-layer-recursion-expected.png: Added.
1089 2011-12-27 Gavin Barraclough <barraclough@apple.com>
1091 https://bugs.webkit.org/show_bug.cgi?id=75260
1092 Null name for host function can result in dereference of uninitialize memory
1094 Reviewed by Filip Pizlo.
1096 Added a test for String applies to the ThrowTypeError function object -
1097 if this does not crash, it passes!
1099 * fast/js/basic-strict-mode-expected.txt:
1100 * fast/js/script-tests/basic-strict-mode.js:
1102 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
1104 Chromium rebaseline after r98596 part 2.
1106 * fast/borders/borderRadiusDotted02-expected.txt: Added.
1107 * fast/borders/borderRadiusDotted03-expected.txt: Added.
1108 * fast/borders/borderRadiusDouble01-expected.txt: Removed.
1109 * fast/borders/borderRadiusDouble02-expected.txt: Removed.
1110 * fast/borders/borderRadiusDouble03-expected.txt: Removed.
1111 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted01-expected.png: Added.
1112 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted02-expected.png: Added.
1113 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted03-expected.png: Added.
1114 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted04-expected.png: Added.
1115 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted05-expected.png: Added.
1116 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted06-expected.png: Added.
1117 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble01-expected.png: Added.
1118 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble02-expected.png: Added.
1119 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble03-expected.png: Added.
1120 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble04-expected.png: Added.
1121 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble05-expected.png: Added.
1122 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble06-expected.png: Added.
1123 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble07-expected.png: Added.
1124 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble08-expected.png: Added.
1125 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble09-expected.png: Added.
1126 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted01-expected.png: Removed.
1127 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted02-expected.png: Removed.
1128 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted03-expected.png: Removed.
1129 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted04-expected.png: Removed.
1130 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted05-expected.png: Removed.
1131 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted06-expected.png: Removed.
1132 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble01-expected.png: Removed.
1133 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble02-expected.png: Removed.
1134 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble03-expected.png: Removed.
1135 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble04-expected.png: Removed.
1136 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble05-expected.png: Removed.
1137 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble06-expected.png: Removed.
1138 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble07-expected.png: Removed.
1139 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble08-expected.png: Removed.
1140 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble09-expected.png: Removed.
1141 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
1142 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
1143 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
1144 * platform/chromium-linux/fast/borders/borderRadiusDotted04-expected.png:
1145 * platform/chromium-linux/fast/borders/borderRadiusDotted05-expected.png:
1146 * platform/chromium-linux/fast/borders/borderRadiusDotted06-expected.png:
1147 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
1148 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
1149 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
1150 * platform/chromium-linux/fast/borders/borderRadiusDouble04-expected.png:
1151 * platform/chromium-linux/fast/borders/borderRadiusDouble05-expected.png:
1152 * platform/chromium-linux/fast/borders/borderRadiusDouble06-expected.png:
1153 * platform/chromium-linux/fast/borders/borderRadiusDouble07-expected.png:
1154 * platform/chromium-linux/fast/borders/borderRadiusDouble08-expected.png:
1155 * platform/chromium-linux/fast/borders/borderRadiusDouble09-expected.png:
1156 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted01-expected.png: Added.
1157 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted02-expected.png: Added.
1158 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted03-expected.png: Added.
1159 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted04-expected.png: Added.
1160 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted05-expected.png: Added.
1161 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted06-expected.png: Added.
1162 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble01-expected.png: Added.
1163 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble02-expected.png: Added.
1164 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble03-expected.png: Added.
1165 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble04-expected.png: Added.
1166 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble05-expected.png: Added.
1167 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble06-expected.png: Added.
1168 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble07-expected.png: Added.
1169 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble08-expected.png: Added.
1170 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble09-expected.png: Added.
1171 * platform/chromium-mac/fast/borders/borderRadiusDotted01-expected.png: Removed.
1172 * platform/chromium-mac/fast/borders/borderRadiusDotted02-expected.png: Removed.
1173 * platform/chromium-mac/fast/borders/borderRadiusDotted03-expected.png: Removed.
1174 * platform/chromium-mac/fast/borders/borderRadiusDotted04-expected.png: Removed.
1175 * platform/chromium-mac/fast/borders/borderRadiusDotted05-expected.png: Removed.
1176 * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.png: Removed.
1177 * platform/chromium-mac/fast/borders/borderRadiusDouble01-expected.png: Removed.
1178 * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.png: Removed.
1179 * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png: Removed.
1180 * platform/chromium-mac/fast/borders/borderRadiusDouble04-expected.png: Removed.
1181 * platform/chromium-mac/fast/borders/borderRadiusDouble05-expected.png: Removed.
1182 * platform/chromium-mac/fast/borders/borderRadiusDouble06-expected.png: Removed.
1183 * platform/chromium-mac/fast/borders/borderRadiusDouble07-expected.png: Removed.
1184 * platform/chromium-mac/fast/borders/borderRadiusDouble08-expected.png: Removed.
1185 * platform/chromium-mac/fast/borders/borderRadiusDouble09-expected.png: Removed.
1186 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
1187 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
1188 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
1189 * platform/chromium-win/fast/borders/borderRadiusDotted04-expected.png:
1190 * platform/chromium-win/fast/borders/borderRadiusDotted05-expected.png:
1191 * platform/chromium-win/fast/borders/borderRadiusDotted06-expected.png:
1192 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
1193 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
1194 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
1195 * platform/chromium-win/fast/borders/borderRadiusDouble04-expected.png:
1196 * platform/chromium-win/fast/borders/borderRadiusDouble05-expected.png:
1197 * platform/chromium-win/fast/borders/borderRadiusDouble06-expected.png:
1198 * platform/chromium-win/fast/borders/borderRadiusDouble07-expected.png:
1199 * platform/chromium-win/fast/borders/borderRadiusDouble08-expected.png:
1200 * platform/chromium-win/fast/borders/borderRadiusDouble09-expected.png:
1201 * platform/chromium/test_expectations.txt:
1202 * platform/qt/fast/borders/borderRadiusDotted02-expected.txt: Removed.
1203 * platform/qt/fast/borders/borderRadiusDotted03-expected.txt: Removed.
1205 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
1207 Chromium rebaseline after r98596 part 1.
1209 * fast/borders/border-radius-complex-inner-expected.txt: Added.
1210 * fast/borders/borderRadiusArcs01-expected.txt: Removed.
1211 * fast/borders/borderRadiusDashed01-expected.txt: Added.
1212 * platform/chromium-cg-mac-snowleopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
1213 * platform/chromium-cg-mac-snowleopard/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
1214 * platform/chromium-cg-mac-snowleopard/fast/backgrounds/gradient-background-leakage-expected.png: Added.
1215 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Added.
1216 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusArcs01-expected.png: Added.
1217 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed01-expected.png: Added.
1218 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed02-expected.png: Added.
1219 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed03-expected.png: Added.
1220 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed04-expected.png: Added.
1221 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed05-expected.png: Added.
1222 * platform/chromium-cg-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Removed.
1223 * platform/chromium-cg-mac/fast/backgrounds/border-radius-split-background-image-expected.png: Removed.
1224 * platform/chromium-cg-mac/fast/backgrounds/gradient-background-leakage-expected.png: Removed.
1225 * platform/chromium-cg-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Removed.
1226 * platform/chromium-cg-mac/fast/borders/borderRadiusArcs01-expected.png: Removed.
1227 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed01-expected.png: Removed.
1228 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed02-expected.png: Removed.
1229 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed03-expected.png: Removed.
1230 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed04-expected.png: Removed.
1231 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed05-expected.png: Removed.
1232 * platform/chromium-linux-x86/fast/backgrounds: Removed.
1233 * platform/chromium-linux-x86/fast/borders: Removed.
1234 * platform/chromium-linux/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
1235 * platform/chromium-linux/fast/backgrounds/border-radius-split-background-image-expected.png:
1236 * platform/chromium-linux/fast/borders/border-radius-complex-inner-expected.png:
1237 * platform/chromium-linux/fast/borders/border-radius-different-width-001-expected.png:
1238 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1239 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
1240 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.png:
1241 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
1242 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
1243 * platform/chromium-linux/fast/borders/borderRadiusDashed04-expected.png:
1244 * platform/chromium-linux/fast/borders/borderRadiusDashed05-expected.png:
1245 * platform/chromium-linux/svg/batik/text/textLength-expected.png: Added.
1246 * platform/chromium-linux/svg/batik/text/textLength-expected.txt: Removed.
1247 * platform/chromium-mac-leopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
1248 * platform/chromium-mac-leopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1249 * platform/chromium-mac-snowleopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
1250 * platform/chromium-mac-snowleopard/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
1251 * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-expected.png: Added.
1252 * platform/chromium-mac-snowleopard/fast/borders/border-radius-complex-inner-expected.png:
1253 * platform/chromium-mac-snowleopard/fast/borders/border-radius-different-width-001-expected.png:
1254 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Added.
1255 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusArcs01-expected.png: Added.
1256 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed01-expected.png: Added.
1257 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed02-expected.png: Added.
1258 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed03-expected.png: Added.
1259 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed04-expected.png: Added.
1260 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed05-expected.png: Added.
1261 * platform/chromium-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Removed.
1262 * platform/chromium-mac/fast/backgrounds/border-radius-split-background-image-expected.png: Removed.
1263 * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png: Removed.
1264 * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Removed.
1265 * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png: Removed.
1266 * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.png: Removed.
1267 * platform/chromium-mac/fast/borders/borderRadiusDashed02-expected.png: Removed.
1268 * platform/chromium-mac/fast/borders/borderRadiusDashed03-expected.png: Removed.
1269 * platform/chromium-mac/fast/borders/borderRadiusDashed04-expected.png: Removed.
1270 * platform/chromium-mac/fast/borders/borderRadiusDashed05-expected.png: Removed.
1271 * platform/chromium-win-vista/fast/borders: Removed.
1272 * platform/chromium-win-xp/fast/borders: Removed.
1273 * platform/chromium-win/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
1274 * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.png:
1275 * platform/chromium-win/fast/backgrounds/gradient-background-leakage-expected.png:
1276 * platform/chromium-win/fast/borders/border-radius-complex-inner-expected.png:
1277 * platform/chromium-win/fast/borders/border-radius-different-width-001-expected.png:
1278 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
1279 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
1280 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.png:
1281 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
1282 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
1283 * platform/chromium-win/fast/borders/borderRadiusDashed04-expected.png:
1284 * platform/chromium-win/fast/borders/borderRadiusDashed05-expected.png:
1285 * platform/chromium/test_expectations.txt:
1286 * platform/gtk/fast/borders/border-radius-complex-inner-expected.txt: Removed.
1287 * platform/mac/fast/borders/border-radius-complex-inner-expected.txt: Removed.
1288 * platform/qt/fast/borders/border-radius-complex-inner-expected.txt: Removed.
1289 * platform/qt/fast/borders/borderRadiusDashed01-expected.txt: Removed.
1291 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
1293 [Chromium] media/video-layer-crash.html media/video-transformed.html media/video-zoom-controls.html are failing on linux and win gpu.
1294 https://bugs.webkit.org/show_bug.cgi?id=73905
1296 Unreviewed rebaseline.
1298 Also rebaselined compositing/color-matching/image-color-matching.html, compositing/geometry/vertical-scroll-composited.html
1299 and compositing/scaling/tiled-layer-recursion.html.
1301 * platform/chromium-cg-mac-leopard/compositing/color-matching/image-color-matching-expected.png:
1302 * platform/chromium-cg-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png:
1303 * platform/chromium-gpu-cg-mac/media/video-transformed-expected.png:
1304 * platform/chromium-gpu-mac/media/video-transformed-expected.png:
1305 * platform/chromium-gpu-win/media/video-layer-crash-expected.txt: Removed.
1306 * platform/chromium-gpu-win/media/video-transformed-expected.png:
1307 * platform/chromium-gpu-win/media/video-transformed-expected.txt: Added.
1308 * platform/chromium-linux/compositing/color-matching/image-color-matching-expected.png:
1309 * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
1310 * platform/chromium-linux/compositing/scaling/tiled-layer-recursion-expected.png:
1311 * platform/chromium-mac-leopard/compositing/color-matching/image-color-matching-expected.png:
1312 * platform/chromium-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png:
1313 * platform/chromium-win/compositing/color-matching/image-color-matching-expected.png:
1314 * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
1315 * platform/chromium-win/compositing/scaling/tiled-layer-recursion-expected.png:
1316 * platform/chromium/compositing/geometry/vertical-scroll-composited-expected.png: Replaced.
1317 * platform/chromium/compositing/scaling: Removed.
1318 * platform/chromium/compositing/scaling/tiled-layer-recursion-expected.png: Removed.
1319 * platform/chromium/test_expectations.txt:
1321 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
1323 bidi-override-in-anonymous-block.html is failing
1324 https://bugs.webkit.org/show_bug.cgi?id=74688
1326 Chromium rebaseline after r103719.
1328 * platform/chromium-cg-mac/fast/css/bidi-override-in-anonymous-block-expected.png: Removed.
1329 * platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.png: Removed.
1330 * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt:
1331 * platform/chromium/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
1332 * platform/chromium/fast/css/bidi-override-in-anonymous-block-expected.txt: Added.
1333 * platform/chromium/test_expectations.txt:
1335 2011-12-27 Adam Barth <abarth@webkit.org>
1337 bidi-override-in-anonymous-block.html is failing
1338 https://bugs.webkit.org/show_bug.cgi?id=74688
1342 This test just needs an updated expectation. The case that changed is
1343 the last (in the HTML) Ruby case. That tests an <rt> element nested
1344 inside an <rb> element. Previously, the <rt> element closed the <rb>
1345 element, but the HTML5 spec changed the parser so that the <rt> does
1346 not close the <rb>. I don't fully understand the issues, but the
1347 discussion on the mailing list makes it sound like this is the better
1350 In any case, the change in parsing behavior changed how we render this
1351 test case. The bidi aspect are still functioning correctly.
1353 * platform/chromium/test_expectations.txt:
1354 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
1355 * platform/mac/test_expectations.txt:
1357 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
1359 Chromium rebaseline after r103251.
1361 Also remove failing expectations from tables/mozilla/bugs/bug9024.html on Snow Leopard
1362 and svg/clip-path/clip-path-text-and-stroke.svg on all but Leopard.
1364 * platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-style-079-expected.png:
1365 * platform/chromium-cg-mac-leopard/css2.1/20110323/floating-replaced-height-008-expected.png:
1366 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Added.
1367 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
1368 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Added.
1369 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Added.
1370 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Added.
1371 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
1372 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Added.
1373 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Added.
1374 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Added.
1375 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Added.
1376 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
1377 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
1378 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added.
1379 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
1380 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added.
1381 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added.
1382 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added.
1383 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
1384 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
1385 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
1386 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
1387 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
1388 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
1389 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
1390 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
1391 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
1392 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Added.
1393 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Added.
1394 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
1395 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
1396 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Added.
1397 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
1398 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Added.
1399 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Added.
1400 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Added.
1401 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Added.
1402 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Added.
1403 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
1404 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
1405 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Added.
1406 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
1407 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Added.
1408 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Added.
1409 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Added.
1410 * platform/chromium-cg-mac-leopard/fast/borders/border-antialiasing-expected.png:
1411 * platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-conflict-style-079-expected.png:
1412 * platform/chromium-cg-mac-snowleopard/css2.1/20110323/floating-replaced-height-008-expected.png:
1413 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
1414 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
1415 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
1416 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
1417 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
1418 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
1419 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
1420 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
1421 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
1422 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
1423 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
1424 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
1425 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
1426 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
1427 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
1428 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
1429 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
1430 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
1431 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
1432 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
1433 * platform/chromium-cg-mac-snowleopard/fast/borders/border-antialiasing-expected.png: Added.
1434 * platform/chromium-mac-leopard/css2.1/20110323/border-conflict-style-079-expected.png:
1435 * platform/chromium-mac-leopard/css2.1/20110323/floating-replaced-height-008-expected.png:
1436 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
1437 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
1438 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
1439 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
1440 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
1441 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
1442 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
1443 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
1444 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
1445 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
1446 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
1447 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
1448 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
1449 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
1450 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
1451 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
1452 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
1453 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
1454 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
1455 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
1456 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
1457 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
1458 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
1459 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
1460 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
1461 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
1462 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
1463 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
1464 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
1465 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
1466 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
1467 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
1468 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
1469 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
1470 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
1471 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
1472 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
1473 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
1474 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
1475 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
1476 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
1477 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
1478 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
1479 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
1480 * platform/chromium-mac-leopard/fast/borders/border-antialiasing-expected.png:
1481 * platform/chromium-mac-snowleopard/css2.1/20110323/border-conflict-style-079-expected.png:
1482 * platform/chromium-mac-snowleopard/css2.1/20110323/floating-replaced-height-008-expected.png:
1483 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
1484 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
1485 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
1486 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
1487 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
1488 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
1489 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
1490 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
1491 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
1492 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
1493 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
1494 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
1495 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
1496 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
1497 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
1498 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
1499 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
1500 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
1501 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
1502 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
1503 * platform/chromium-mac-snowleopard/fast/borders/border-antialiasing-expected.png: Added.
1504 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Removed.
1505 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Removed.
1506 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Removed.
1507 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Removed.
1508 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Removed.
1509 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Removed.
1510 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Removed.
1511 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Removed.
1512 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Removed.
1513 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Removed.
1514 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Removed.
1515 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Removed.
1516 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Removed.
1517 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Removed.
1518 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Removed.
1519 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Removed.
1520 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Removed.
1521 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Removed.
1522 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Removed.
1523 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Removed.
1524 * platform/chromium-mac/fast/borders/border-antialiasing-expected.png: Removed.
1525 * platform/chromium-win-xp/css2.1/20110323: Removed.
1526 * platform/chromium-win/css2.1/20110323/border-conflict-style-079-expected.png:
1527 * platform/chromium-win/css2.1/20110323/floating-replaced-height-008-expected.png:
1528 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
1529 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
1530 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
1531 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
1532 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
1533 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
1534 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
1535 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
1536 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
1537 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
1538 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
1539 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
1540 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
1541 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
1542 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
1543 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
1544 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
1545 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
1546 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
1547 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
1548 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
1549 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
1550 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
1551 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
1552 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
1553 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
1554 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
1555 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
1556 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
1557 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
1558 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
1559 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
1560 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
1561 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
1562 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
1563 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
1564 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
1565 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
1566 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
1567 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
1568 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
1569 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
1570 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
1571 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
1572 * platform/chromium/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Added.
1573 * platform/chromium/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Added.
1574 * platform/chromium/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Added.
1575 * platform/chromium/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Added.
1576 * platform/chromium/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Added.
1577 * platform/chromium/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Added.
1578 * platform/chromium/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Added.
1579 * platform/chromium/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Added.
1580 * platform/chromium/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added.
1581 * platform/chromium/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added.
1582 * platform/chromium/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added.
1583 * platform/chromium/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added.
1584 * platform/chromium/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Added.
1585 * platform/chromium/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Added.
1586 * platform/chromium/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Added.
1587 * platform/chromium/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Added.
1588 * platform/chromium/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Added.
1589 * platform/chromium/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Added.
1590 * platform/chromium/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Added.
1591 * platform/chromium/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Added.
1592 * platform/chromium/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Added.
1593 * platform/chromium/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Added.
1594 * platform/chromium/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Added.
1595 * platform/chromium/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Added.
1596 * platform/chromium/test_expectations.txt:
1598 2011-12-27 Yury Semikhatsky <yurys@chromium.org>
1600 Web Inspector: inspector/dom-statistics.html test fails on Chromium
1601 https://bugs.webkit.org/show_bug.cgi?id=75258
1603 Disable inspector/dom-statistics.html for now until we finalize MemoryAgent functionality.
1605 Reviewed by Pavel Feldman.
1607 * inspector/dom-statistics.html-disabled: Renamed from LayoutTests/inspector/dom-statistics.html.
1609 2011-12-27 Pavel Feldman <pfeldman@google.com>
1611 Web Inspector: add more annotations on SDK classes.
1612 https://bugs.webkit.org/show_bug.cgi?id=75247
1614 Reviewed by Yury Semikhatsky.
1616 * inspector/runtime/runtime-setPropertyValue-expected.txt:
1617 * inspector/runtime/runtime-setPropertyValue.html:
1619 2011-12-27 Yury Semikhatsky <yurys@chromium.org>
1621 Web Inspector: report per document JS event listener count
1622 https://bugs.webkit.org/show_bug.cgi?id=74298
1624 Added a test for basic functionality of MemoryAgent.
1626 Reviewed by Pavel Feldman.
1628 * inspector/dom-statistics-expected.txt: Added.
1629 * inspector/dom-statistics.html: Added.
1630 * platform/chromium/inspector/dom-statistics-expected.txt: Added.
1632 2011-12-27 Csaba Osztrogonác <ossy@webkit.org>
1634 [Qt] Unreviewed Xmas gardening after r103617, add additional console message:
1635 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>
1637 * platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Added.
1639 2011-12-27 Sam White <samuel.white@rochester.edu>
1641 WK2: AX: platform/mac/accessibility/search-predicate.html is failing
1642 https://bugs.webkit.org/show_bug.cgi?id=75039
1644 Reviewed by Chris Fleizach.
1646 This test is failing in WK2 because WK2 isn't correctly reporting
1647 visited links as visited. This issue has been reported before as
1648 bug https://bugs.webkit.org/show_bug.cgi?id=58334.
1650 I think the most appropriate first action is to add this test to
1651 platform/wk2/Skipped under the existing bug and note the addition
1652 in the existing bugs comments.
1654 WebKitTestRunner has several known bugs
1656 * platform/wk2/Skipped:
1658 2011-12-26 Gavin Barraclough <barraclough@apple.com>
1660 https://bugs.webkit.org/show_bug.cgi?id=75231
1661 Fail to throw in strict mode on assign to read only static properties
1663 Reviewed by Filip Pizlo.
1665 Added test cases / updated now-passing results.
1667 * fast/js/mozilla/strict/15.10.7-expected.txt:
1668 * fast/js/script-tests/strict-readonly-statics.js: Added.
1669 (testWindowUndefined):
1670 (testNumberMAX_VALUE):
1671 * fast/js/strict-readonly-statics-expected.txt: Added.
1672 * fast/js/strict-readonly-statics.html: Added.
1674 2011-12-26 Ryosuke Niwa <rniwa@webkit.org>
1676 Update Chromium test expectations.
1678 * platform/chromium/test_expectations.txt:
1680 2011-12-26 Hajime Morrita <morrita@chromium.org>
1682 Unreviewed mac/test_expectations.txt update.
1683 - bidi-override-in-anonymous-block.html
1685 * platform/mac/test_expectations.txt:
1687 2011-12-26 Hajime Morrita <morrita@chromium.org>
1689 Unreviewed mac/test_expectations.txt update.
1691 * platform/mac/test_expectations.txt:
1693 2011-12-26 Darin Adler <darin@apple.com>
1695 Check in expected failures for a couple of tests.
1697 * platform/mac/media/video-colorspace-yuv420-expected.txt: Added.
1698 * platform/mac/media/video-colorspace-yuv422-expected.txt: Added.
1700 2011-12-26 Vsevolod Vlasov <vsevik@chromium.org>
1702 Web Inspector: Extract FileSelector from ScriptsPanel.
1703 https://bugs.webkit.org/show_bug.cgi?id=75173
1705 Reviewed by Pavel Feldman.
1707 * http/tests/inspector/debugger-test.js:
1708 (initialize_DebuggerTest):
1709 * inspector/debugger/scripts-panel.html:
1710 * inspector/debugger/scripts-sorting.html:
1711 * inspector/debugger/source-frame-count.html:
1713 2011-12-24 Jarred Nicholls <jarred@sencha.com>
1715 Allow XMLHttpRequest responseType to be set at any state up to and including HEADERS_RECEIVED
1716 https://bugs.webkit.org/show_bug.cgi?id=75190
1718 Reviewed by Alexey Proskuryakov.
1720 * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-expected.txt: Added.
1721 * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt: Added.
1722 * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request.html: Added.
1723 Validate that calls to open() for synchronous HTTP(S) requests from the window context will
1724 properly fail when responseType has been previously set to a non-default value.
1725 * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open.html: Added.
1726 Validate that XMLHttpRequest.responseType can be set prior to a call to open().
1727 * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt: Added.
1728 * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received.html: Added.
1729 Validate that XMLHttpRequest.responseType can be set at the HEADERS_RECEIVED state, but
1730 no state later than that.
1732 2011-12-24 Jarred Nicholls <jarred@sencha.com>
1734 Allow XMLHttpRequest withCredentials to be set prior to a call to open()
1735 https://bugs.webkit.org/show_bug.cgi?id=75194
1737 Reviewed by Alexey Proskuryakov.
1739 * fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open-expected.txt: Added.
1740 * fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open.html: Added.
1741 Validate that XMLHttpRequest.withCredentials can be set prior to a call to open().
1743 2011-12-24 Ryosuke Niwa <rniwa@webkit.org>
1745 Chromium CG Mac rebaseline after r103651.
1747 * platform/chromium-cg-mac-snowleopard/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
1748 * platform/chromium/test_expectations.txt:
1750 2011-12-24 Jarred Nicholls <jarred@sencha.com>
1752 Unreviewed test result gardening.
1754 * platform/chromium/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Removed.
1755 Identical to the expected result shared by all ports.
1757 2011-12-24 Ryosuke Niwa <rniwa@webkit.org>
1759 Another rebaseline for font-weight-bold-for-b-and-strong.html.
1760 Also revert a part of r103645.
1762 * platform/chromium-linux-x86/fast/html: Removed.
1763 * platform/chromium-linux/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1764 * platform/chromium/fast/html: Removed.
1765 * platform/chromium/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Removed.
1766 * platform/chromium/test_expectations.txt:
1768 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
1770 Add image test expectation for fast/images/ycbcr-with-cmyk-color-profile.html on Chromium.
1771 The test started failing since r103651.
1773 * platform/chromium/test_expectations.txt:
1775 2011-12-23 Alice Boxhall <aboxhall@chromium.org>
1777 Fix crash when adding paragraph in contenteditable with role=textbox.
1778 https://bugs.webkit.org/show_bug.cgi?id=75159
1780 Reviewed by Ryosuke Niwa.
1782 * accessibility/textbox-role-on-contenteditable-crash-expected.txt: Added.
1783 * accessibility/textbox-role-on-contenteditable-crash.html: Added.
1785 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
1787 Mac rebaseline after r103468.
1789 * platform/mac/fast/html/font-weight-bold-for-b-and-strong-expected.png:
1790 * platform/mac/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
1792 2011-12-23 Noel Gordon <noel.gordon@gmail.com>
1794 [chromium] JPEG image with CMYK ICC color profile renders color-inverted and squashed
1795 https://bugs.webkit.org/show_bug.cgi?id=74400
1797 Reviewed by Adam Barth.
1799 * fast/images/resources/ycbcr-with-cmyk-color-profile.jpg: Added.
1800 * fast/images/resources/ycbcr-with-no-color-profile.jpg: Added.
1801 * fast/images/ycbcr-with-cmyk-color-profile-expected.txt: Added.
1802 * fast/images/ycbcr-with-cmyk-color-profile.html: Added.
1803 * platform/mac/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
1805 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
1807 Skip 10 CanPlayType W3C audio / video tests imported in r103470.
1808 The failure is tracked by the bug 75184.
1810 * platform/mac/Skipped:
1812 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
1814 Chromium rebaseline for font-weight-bold-for-b-and-strong.html.
1816 Also remove crash expectations for the bug 74788 since these tests are no longer asserting.
1818 * fast/html/font-weight-bold-for-b-and-strong-expected.txt: Removed.
1819 * platform/chromium-cg-mac-leopard/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1820 * platform/chromium-cg-mac-snowleopard/fast/html: Added.
1821 * platform/chromium-cg-mac-snowleopard/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1822 * platform/chromium-mac-leopard/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1823 * platform/chromium-mac-snowleopard/fast/html: Added.
1824 * platform/chromium-mac-snowleopard/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1825 * platform/chromium-win-vista/fast/html: Removed.
1826 * platform/chromium-win/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1827 * platform/chromium-win/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
1828 * platform/chromium/fast/html: Added.
1829 * platform/chromium/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
1830 * platform/chromium/test_expectations.txt:
1831 * platform/mac/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
1833 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
1835 Mac rebaselines after r102471 and r102968.
1837 * fast/dom/constructed-objects-prototypes-expected.txt:
1838 * platform/mac/fast/dom/Window/window-properties-expected.txt:
1839 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
1840 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
1842 2011-12-23 Filip Pizlo <fpizlo@apple.com>
1844 DFG loads from signed 8-bit and 16-bit typed arrays are broken
1845 https://bugs.webkit.org/show_bug.cgi?id=75163
1847 Reviewed by Geoffrey Garen.
1849 Fixed some minor goofs in the previously comitted typed array tests, and added
1850 new ones to cover this bug.
1852 * fast/js/dfg-int16array-expected.txt: Added.
1853 * fast/js/dfg-int16array.html: Added.
1854 * fast/js/dfg-int8array-expected.txt: Added.
1855 * fast/js/dfg-int8array.html: Added.
1856 * fast/js/script-tests/dfg-float32array.js:
1857 (getters.getter1.a):
1859 (setters.setter1.a):
1861 * fast/js/script-tests/dfg-int16array.js: Added.
1870 (getters.getter1.a):
1872 (setters.setter1.a):
1875 * fast/js/script-tests/dfg-int32array.js:
1876 (getters.getter1.a):
1878 (setters.setter1.a):
1880 * fast/js/script-tests/dfg-int8array.js: Added.
1889 (getters.getter1.a):
1891 (setters.setter1.a):
1895 2011-12-23 Filip Pizlo <fpizlo@apple.com>
1897 DFG does double-to-int conversion incorrectly when storing into int typed arrays
1898 https://bugs.webkit.org/show_bug.cgi?id=75164
1899 <rdar://problem/10557547>
1901 Reviewed by Geoffrey Garen.
1903 * fast/js/dfg-int32array-overflow-values-expected.txt: Added.
1904 * fast/js/dfg-int32array-overflow-values.html: Added.
1905 * fast/js/dfg-uint32array-overflow-values-expected.txt: Added.
1906 * fast/js/dfg-uint32array-overflow-values.html: Added.
1907 * fast/js/script-tests/dfg-int32array-overflow-values.js: Added.
1916 (getters.getter1.a):
1918 (setters.setter1.a):
1921 * fast/js/script-tests/dfg-uint32array-overflow-values.js: Added.
1930 (getters.getter1.a):
1932 (setters.setter1.a):
1936 2011-12-23 Rakesh KN <rakesh.kn@motorola.com>
1938 [Mac] fast/events/autoscroll-should-not-stop-on-keypress.html fails
1939 https://bugs.webkit.org/show_bug.cgi?id=74538
1941 Reviewed by Alexey Proskuryakov.
1943 * fast/events/autoscroll-should-not-stop-on-keypress-expected.txt:
1944 * fast/events/autoscroll-should-not-stop-on-keypress.html:
1945 Modified test to use iframe for testing autoscroll.
1946 * platform/mac/Skipped:
1947 Removed this test entry.
1949 2011-12-23 Simon Fraser <simon.fraser@apple.com>
1951 Update the test result (whitespace difference).
1953 * css3/filters/custom-filter-property-parsing-invalid-expected.txt:
1955 2011-12-23 Simon Fraser <simon.fraser@apple.com>
1957 Blur filter doesn't invalidate enough
1958 https://bugs.webkit.org/show_bug.cgi?id=74891
1960 Reviewed by Darin Adler.
1962 Repaint test for the effects of a blur filter.
1964 * css3/filters/filter-repaint-expected.txt: Added.
1965 * css3/filters/filter-repaint-expected.png: Added.
1966 * css3/filters/filter-repaint.html: Added.
1968 2011-12-23 Simon Fraser <simon.fraser@apple.com>
1970 Filters should apply to inline elements
1971 https://bugs.webkit.org/show_bug.cgi?id=75152
1973 Reviewed by Darin Adler.
1975 Test for filter on an inline.
1977 * css3/filters/filtered-inline-expected.png: Added.
1978 * css3/filters/filtered-inline-expected.txt: Added.
1979 * css3/filters/filtered-inline.html: Added.
1981 2011-12-23 Jarred Nicholls <jarred@sencha.com>
1983 Synchronous XHR in window context should not support new XHR responseTypes for HTTP(S) requests
1984 https://bugs.webkit.org/show_bug.cgi?id=72154
1986 New tests that validate synchronous HTTP(S) XHR requests from the window context
1987 cannot use responseType, while other protocols continue to work.
1989 Reviewed by Alexey Proskuryakov.
1991 * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt: Added.
1992 * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request.html: Added.
1994 2011-12-23 Ilya Tikhonovsky <loislo@chromium.org>
1996 Unreviewed rebaseline.
1998 * platform/chromium-gpu/media/video-colorspace-yuv420-expected.png: Renamed from LayoutTests/platform/chromium-gpu-mac/media/video-colorspace-yuv420-expected.png.
1999 * platform/chromium-gpu/media/video-colorspace-yuv422-expected.png: Renamed from LayoutTests/platform/chromium-gpu-mac/media/video-colorspace-yuv422-expected.png.
2000 * platform/chromium/test_expectations.txt:
2002 2011-12-23 Alexander Pavlov <apavlov@chromium.org>
2004 Web Inspector: Implement a worker for parsing out JavaScript function data
2005 https://bugs.webkit.org/show_bug.cgi?id=75166
2007 Reviewed by Pavel Feldman.
2009 * inspector/debugger/script-extract-outline-expected.txt: Added.
2010 * inspector/debugger/script-extract-outline.html: Added.
2011 * inspector/debugger/script-formatter.html:
2013 2011-12-23 Ilya Tikhonovsky <loislo@chromium.org>
2015 Unreviewed, rolling out r103624.
2016 http://trac.webkit.org/changeset/103624
2017 https://bugs.webkit.org/show_bug.cgi?id=68916
2019 Broke Snow Leopard builders
2021 * fast/filesystem/flags-passing-expected.txt:
2022 * fast/filesystem/script-tests/flags-passing.js:
2025 (runObjectTestWithExclusive):
2027 2011-12-23 Eric Uhrhane <ericu@chromium.org>
2029 [fileapi] WebKitFlags should not be constructable per Directories & System spec
2030 https://bugs.webkit.org/show_bug.cgi?id=68916
2032 Reviewed by Eric Seidel.
2034 Remove a test that constructed the object; add one that tests error-handling for non-object parameters while I'm in there.
2035 * fast/filesystem/flags-passing-expected.txt:
2036 * fast/filesystem/script-tests/flags-passing.js:
2038 2011-12-23 Noel Gordon <noel.gordon@gmail.com>
2040 [chromium] MAC: should pass CSS3 elliptical gradient tests
2041 https://bugs.webkit.org/show_bug.cgi?id=56736
2043 Reviewed by Stephen White.
2045 Skia on mac draws ellipsoids on OSX 10.5 and 10.6 making these tests pass. Rebaseline
2046 the results, restrict the test failures to the Chromium CG port (CPU-CG).
2048 * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients-expected.png: Added.
2049 * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients2-expected.png: Added.
2050 * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients3-expected.png: Added.
2051 * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
2052 * platform/chromium/test_expectations.txt:
2054 2011-12-23 Csaba Osztrogonác <ossy@webkit.org>
2056 [Qt] fast/canvas/canvas-largedraws.html crashes with newer Qt5
2057 https://bugs.webkit.org/show_bug.cgi?id=75167
2059 * platform/qt-5.0/Skipped: Skip the crashing test to paint the bots green.
2061 2011-12-23 Tom Sepez <tsepez@chromium.org>
2063 XSLT-created HTML documents do not inherit content-security-policy from originally loaded XML.
2064 https://bugs.webkit.org/show_bug.cgi?id=75043
2066 Reviewed by Adam Barth.
2068 * http/tests/security/contentSecurityPolicy/resources/transform-to-img.xsl: Added.
2069 * http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Added.
2070 * http/tests/security/contentSecurityPolicy/xsl-img-blocked.php: Added.
2072 2011-12-23 Ilya Tikhonovsky <loislo@chromium.org>
2074 Unreviewed upstream expectations.
2076 * platform/chromium/test_expectations.txt:
2077 BUGRNIWA GPU-CG : media/video-colorspace-yuv420.html = IMAGE
2078 BUGRNIWA GPU-CG : media/video-colorspace-yuv422.html = IMAGE
2080 2011-12-23 Adam Klein <adamk@chromium.org>
2082 Minimize callsites and duplication of before/after advice for attribute mutations
2083 https://bugs.webkit.org/show_bug.cgi?id=75054
2085 Reviewed by Ryosuke Niwa.
2087 * inspector/debugger/dom-breakpoints.html: Add tests for breakpoints
2088 due to mutation of Attr nodes/NamedNodeLists.
2089 * platform/chromium/inspector/debugger/dom-breakpoints-expected.txt:
2091 2011-12-23 Pierre Rossi <pierre.rossi@gmail.com>
2093 [Qt] REGRESSION(r103467): It broke fast/images/animated-gif-restored-from-bfcache.html
2094 https://bugs.webkit.org/show_bug.cgi?id=75087
2096 Unskipping the offending test.
2098 Reviewed by Darin Adler.
2100 * platform/qt/Skipped:
2102 2011-12-22 Matt Falkenhagen <falken@chromium.org>
2104 Map 'lang' and xml:lang attributes to '-webkit-locale' CSS property for use with font fallback and text-transform
2105 https://bugs.webkit.org/show_bug.cgi?id=67586
2107 Original patch by Jungshik Shin <jshin@chromium.org>
2109 Reviewed by Darin Adler.
2111 * fast/text/lang-mapped-to-webkit-locale-expected.txt: Added.
2112 * fast/text/lang-mapped-to-webkit-locale.xhtml: Added.
2113 * fast/text/xml-lang-ignored-in-html-expected.txt: Added.
2114 * fast/text/xml-lang-ignored-in-html.html: Added.
2116 2011-12-22 Ilya Tikhonovsky <loislo@chromium.org>
2118 Unreviewed. Update chromium test expectations.
2120 * platform/chromium/test_expectations.txt:
2121 removed: BUGCR99500 WIN : svg/custom/simple-text-double-shadow.svg = IMAGE
2122 removed: BUGCR99500 WIN : svg/css/group-with-shadow.svg = IMAGE
2123 removed: BUGCR99500 WIN : compositing/shadows/shadow-drawing.html = IMAGE
2125 2011-12-22 Ilya Tikhonovsky <loislo@chromium.org>
2127 Unreviewed. Update chromium test expectations.
2129 * platform/chromium/test_expectations.txt:
2130 BUGWK75161 GPU : media/video-poster-blocked-by-willsendrequest.html = PASS TEXT
2131 BUGWK75161 CPU : media/video-poster-blocked-by-willsendrequest.html = TEXT
2133 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2135 Chromium rebaselines after r103595 and r103477.
2137 * platform/chromium-cg-mac-leopard/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
2138 * platform/chromium-cg-mac-snowleopard/compositing/overflow: Added.
2139 * platform/chromium-cg-mac-snowleopard/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
2140 * platform/chromium-gpu-linux/media/video-colorspace-yuv420-expected.png: Added.
2141 * platform/chromium-gpu-linux/media/video-colorspace-yuv422-expected.png: Added.
2142 * platform/chromium-gpu-mac/media/video-colorspace-yuv420-expected.png: Added.
2143 * platform/chromium-gpu-mac/media/video-colorspace-yuv422-expected.png: Added.
2144 * platform/chromium-gpu-win/media/video-colorspace-yuv420-expected.png: Added.
2145 * platform/chromium-gpu-win/media/video-colorspace-yuv422-expected.png: Added.
2146 * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
2147 * platform/chromium-mac-leopard/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
2148 * platform/chromium-mac-snowleopard/compositing/overflow: Added.
2149 * platform/chromium-mac-snowleopard/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
2150 * platform/chromium-win/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
2151 * platform/chromium-win/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
2152 * platform/chromium/test_expectations.txt:
2154 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2156 Chromium CG Mac rebaseline for SVG tests.
2158 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
2159 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
2160 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
2161 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
2162 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
2163 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
2164 * platform/chromium-cg-mac-leopard/svg/batik/text/textOnPath2-expected.png: Added.
2165 * platform/chromium-cg-mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: Added.
2166 * platform/chromium-cg-mac-leopard/svg/carto.net/slider-expected.png: Added.
2167 * platform/chromium-cg-mac-leopard/svg/css/composite-shadow-text-expected.png: Added.
2168 * platform/chromium-cg-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
2169 * platform/chromium-cg-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
2170 * platform/chromium-cg-mac-leopard/svg/hixie/perf/007-expected.png: Added.
2172 2011-12-22 Chris Marrin <cmarrin@apple.com>
2174 Crash and incorrect behavior when switching between hardware and software CSS filters
2175 https://bugs.webkit.org/show_bug.cgi?id=75130
2177 Reviewed by Simon Fraser.
2179 * css3/filters/crash-hw-sw-switch-expected.txt: Added.
2180 * css3/filters/crash-hw-sw-switch.html: Added.
2182 2011-12-22 Jon Lee <jonlee@apple.com>
2184 Needs baseline for r103593.
2186 * platform/chromium/test_expectations.txt:
2188 2011-12-22 Filip Pizlo <fpizlo@apple.com>
2190 DFG CFA sometimes generates an incorrect proof that a node is known to be a typed array
2191 https://bugs.webkit.org/show_bug.cgi?id=75150
2192 <rdar://problem/10621900>
2194 Reviewed by Gavin Barraclough.
2196 * fast/js/dfg-float32array-expected.txt: Added.
2197 * fast/js/dfg-float32array.html: Added.
2198 * fast/js/dfg-int32array-expected.txt: Added.
2199 * fast/js/dfg-int32array.html: Added.
2200 * fast/js/script-tests/dfg-float32array.js: Added.
2209 (getters.getter1.a):
2211 (setters.setter1.a):
2214 * fast/js/script-tests/dfg-int32array.js: Added.
2223 (getters.getter1.a):
2225 (setters.setter1.a):
2229 2011-12-22 Jon Lee <jonlee@apple.com>
2231 Radio buttons cut in download movie sheet
2232 https://bugs.webkit.org/show_bug.cgi?id=75128
2233 <rdar://problem/9399450>
2235 Reviewed by Dan Bernstein.
2237 New test to ensure that visual overflow rect for form elements is expanded if the
2238 block size is too small.
2240 * compositing/overflow/theme-affects-visual-overflow.html: Added.
2241 * platform/chromium/test_expectations.txt: Needs baseline.
2242 * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
2243 * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
2245 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2247 Chromium test expectation updates.
2249 * platform/chromium/test_expectations.txt:
2251 2011-12-22 Filip Pizlo <fpizlo@apple.com>
2253 DFG JIT does exactly the wrong thing when doing strict equality on two known cells
2254 https://bugs.webkit.org/show_bug.cgi?id=75138
2255 <rdar://problem/10621526>
2257 Reviewed by Oliver Hunt.
2259 * fast/js/dfg-string-stricteq-expected.txt: Added.
2260 * fast/js/dfg-string-stricteq.html: Added.
2261 * fast/js/script-tests/dfg-string-stricteq.js: Added.
2265 2011-12-22 Simon Fraser <simon.fraser@apple.com>
2267 Animating some CSS filter values is wrong
2268 https://bugs.webkit.org/show_bug.cgi?id=75122
2270 Reviewed by Chris Marrin.
2272 Add a new test that exercises the "from none" code path.
2274 Fix filter-animation.html, which used too-loose tolerance values
2275 that resulted in some tests always passing.
2277 * css3/filters/filter-animation-from-none-expected.txt: Added.
2278 * css3/filters/filter-animation-from-none.html: Copied from LayoutTests/css3/filters/filter-animation.html.
2279 * css3/filters/filter-animation.html:
2281 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2283 Fix Chromium test expectation.
2285 * platform/chromium/test_expectations.txt:
2287 2011-12-22 Chris Fleizach <cfleizach@apple.com>
2289 AX: WebKit should ignore ARIA role=presentation on focusable elements
2290 https://bugs.webkit.org/show_bug.cgi?id=75101
2292 Reviewed by Darin Adler.
2294 * accessibility/presentational-elements-with-focus-expected.txt: Added.
2295 * accessibility/presentational-elements-with-focus.html: Added.
2297 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2299 Chromium Mac Leopard rebaseline; it's a clear progression. New result resembles the cross-platform result:
2300 http://trac.webkit.org/browser/trunk/LayoutTests/fast/repaint/text-emphasis-h-expected.png?rev=103570
2302 Snow Leopard result is still pathologically wrong.
2304 * platform/chromium-mac-leopard/fast/repaint/text-emphasis-h-expected.png:
2305 * platform/chromium-mac-snowleopard/fast/repaint/text-emphasis-h-expected.png: Added.
2306 * platform/chromium-mac/fast/repaint/text-emphasis-h-expected.png: Removed.
2307 * platform/chromium/test_expectations.txt:
2309 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2311 Fix Chromium test expectation.
2313 * platform/chromium/test_expectations.txt:
2315 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2317 Chromium test expectation update.
2319 * platform/chromium/test_expectations.txt:
2321 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2323 Add TIMEOUT PASS expectation to use-same-database-in-page-and-workers.html on Chromium.
2324 The failure is tracked by the bug 75111.
2326 * platform/chromium/test_expectations.txt:
2328 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2330 Add failing expectation for fast/filesystem/op-restricted-chars.html on Chromium Windows.
2331 The failure is tracked by the bug 75110.
2333 * platform/chromium/test_expectations.txt:
2335 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2337 Chromium SVG rebaselines. Also optimize results for those tests.
2339 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
2340 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
2341 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
2342 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
2343 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
2344 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
2345 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
2346 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
2347 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
2348 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
2349 * platform/chromium-cg-mac-snowleopard/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
2350 * platform/chromium-cg-mac-snowleopard/svg/batik/text/textOnPath2-expected.png: Added.
2351 * platform/chromium-cg-mac-snowleopard/svg/batik/text/verticalTextOnPath-expected.png: Added.
2352 * platform/chromium-cg-mac-snowleopard/svg/carto.net/slider-expected.png: Added.
2353 * platform/chromium-cg-mac-snowleopard/svg/css/composite-shadow-text-expected.png: Added.
2354 * platform/chromium-cg-mac-snowleopard/svg/custom/fill-opacity-update-expected.png: Added.
2355 * platform/chromium-cg-mac-snowleopard/svg/custom/invalid-css-expected.png: Added.
2356 * platform/chromium-cg-mac-snowleopard/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
2357 * platform/chromium-cg-mac-snowleopard/svg/custom/js-late-clipPath-creation-expected.png: Added.
2358 * platform/chromium-cg-mac-snowleopard/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Added.
2359 * platform/chromium-cg-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
2360 * platform/chromium-cg-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
2361 * platform/chromium-cg-mac-snowleopard/svg/hixie/perf/007-expected.png: Added.
2362 * platform/chromium-cg-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
2363 * platform/chromium-cg-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
2364 * platform/chromium-cg-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
2365 * platform/chromium-cg-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added.
2366 * platform/chromium-cg-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png: Added.
2367 * platform/chromium-linux/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Removed.
2368 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
2369 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
2370 * platform/chromium-mac-snowleopard/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
2371 * platform/chromium-mac-snowleopard/svg/css/composite-shadow-text-expected.png: Added.
2372 * platform/chromium-mac-snowleopard/svg/custom/fill-opacity-update-expected.png: Added.
2373 * platform/chromium-mac-snowleopard/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Added.
2374 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
2375 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
2376 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Removed.
2377 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Removed.
2378 * platform/chromium-mac/svg/as-object/object-box-sizing-no-width-height-expected.png: Removed.
2379 * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png: Removed.
2380 * platform/chromium-mac/svg/css/composite-shadow-text-expected.png: Removed.
2381 * platform/chromium-mac/svg/custom/fill-opacity-update-expected.png: Removed.
2382 * platform/chromium-mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Removed.
2383 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
2384 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
2385 * platform/chromium-win-xp/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Removed.
2386 * platform/gtk/svg/custom/fill-opacity-update-expected.txt: Removed.
2387 * platform/gtk/svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Removed.
2388 * platform/mac/svg/custom/fill-opacity-update-expected.txt: Removed.
2389 * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Removed.
2390 * platform/qt/svg/custom/fill-opacity-update-expected.txt: Removed.
2391 * platform/qt/svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Removed.
2392 * svg/custom/fill-opacity-update-expected.txt: Added.
2393 * svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Added.
2395 2011-12-22 Brent Fulgham <bfulgham@webkit.org>
2397 [WinCairo] Update Skipped file to match Apple's port, and to
2398 turn off some failing tests.
2400 * platform/wincairo/Skipped: Update to match Apple's port.
2402 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2404 Chromium rebaseline after r103539.
2406 * platform/chromium-cg-mac-snowleopard/svg/filters/filter-refresh-expected.png: Added.
2408 2011-12-22 Adam Barth <abarth@webkit.org>
2410 This test doesn't time out anymore now that I've sharded it into
2413 * platform/chromium/test_expectations.txt:
2415 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2417 Chromium rebaseline after r103419. Also add the failing expectation to
2418 media/track/track-cue-rendering.html since the cue color is incorrect.
2419 The failure is tracked by the bug 75098.
2421 * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt: Replaced.
2422 * platform/chromium/test_expectations.txt:
2424 2011-12-22 Vsevolod Vlasov <vsevik@chromium.org>
2426 Web Inspector: TabbedPane should support closeable tabs, hiding tabs into drop down menu.
2427 https://bugs.webkit.org/show_bug.cgi?id=75085
2429 Reviewed by Pavel Feldman.
2431 * inspector/tabbed-pane-tabs-to-show-expected.txt: Added.
2432 * inspector/tabbed-pane-tabs-to-show.html: Added.
2434 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2436 Chromium rebaseline after r103477.
2438 * platform/chromium-cg-mac-leopard/media/video-colorspace-yuv420-expected.png: Added.
2439 * platform/chromium-cg-mac-leopard/media/video-colorspace-yuv422-expected.png: Added.
2440 * platform/chromium-linux-x86/media: Removed.
2441 * platform/chromium-mac-leopard/media/video-colorspace-yuv420-expected.png: Added.
2442 * platform/chromium-mac-leopard/media/video-colorspace-yuv422-expected.png: Added.
2443 * platform/chromium-win-xp/media: Removed.
2444 * platform/chromium-win/media/video-colorspace-yuv420-expected.png: Added.
2445 * platform/chromium-win/media/video-colorspace-yuv420-expected.txt: Added.
2446 * platform/chromium-win/media/video-colorspace-yuv422-expected.png: Added.
2447 * platform/chromium-win/media/video-colorspace-yuv422-expected.txt: Added.
2448 * platform/chromium/media/video-colorspace-yuv420-expected.png: Added.
2449 * platform/chromium/media/video-colorspace-yuv420-expected.txt: Added.
2450 * platform/chromium/media/video-colorspace-yuv422-expected.png: Added.
2451 * platform/chromium/media/video-colorspace-yuv422-expected.txt: Added.
2453 2011-12-22 Chris Fleizach <cfleizach@apple.com>
2455 AX: attributed strings do not include AXHeading information when a link is contained within the heading
2456 https://bugs.webkit.org/show_bug.cgi?id=75059
2458 Reviewed by Darin Adler.
2460 * platform/mac/accessibility/heading-and-link-attributed-string-expected.txt: Added.
2461 * platform/mac/accessibility/heading-and-link-attributed-string.html: Added.
2463 2011-12-22 Chris Fleizach <cfleizach@apple.com>
2465 AX: Title attribute should not be used in AXTitle
2466 https://bugs.webkit.org/show_bug.cgi?id=75027
2468 Reviewed by Darin Adler.
2470 * accessibility/aria-option-role.html:
2471 Test was using the title attribute as a means of conveying AXTitle, which is wrong.
2472 * accessibility/radio-button-title-label-expected.txt:
2473 * accessibility/radio-button-title-label.html:
2474 Updated to refine the logic surrounding when radio buttons expose a title ui element and when they do not.
2475 * platform/mac/accessibility/aria-option-role-expected.txt:
2476 * platform/mac/accessibility/title-attribute-not-used-as-axtitle-expected.txt: Added.
2477 * platform/mac/accessibility/title-attribute-not-used-as-axtitle.html: Added.
2478 New test to verify that the title attribute is not exposed through AXTitle.
2480 2011-12-22 Chris Fleizach <cfleizach@apple.com>
2482 AX: aria-describedby should not be part of AXDescription (should be a part of AXHelp)
2483 https://bugs.webkit.org/show_bug.cgi?id=75052
2485 Reviewed by Darin Adler.
2487 * accessibility/aria-describedby-on-input.html:
2488 * platform/mac/accessibility/aria-describedby-on-input-expected.txt:
2489 * LayoutTests/platform/gtk/Skipped
2490 Skip aria-describedby-on-input.html on GTK until helpText() can be implemented in DRT.
2492 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
2494 Unreviewed gardening.
2496 * platform/qt-5.0/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
2497 * platform/qt-5.0/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
2498 * platform/wk2/Skipped: Skip failing tests because of missing layoutTestController.setAlwaysAcceptCookies(false).
2500 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
2502 [Qt] REGRESSION(r103467): It broke fast/images/animated-gif-restored-from-bfcache.html
2503 https://bugs.webkit.org/show_bug.cgi?id=75087
2505 Unreviewed gardening.
2507 * platform/qt/Skipped: Skip the failing test to paint the bot green.
2509 2011-12-22 Pavel Podivilov <podivilov@chromium.org>
2511 Web Inspector: add "install source map" to JS source frame context menu.
2512 https://bugs.webkit.org/show_bug.cgi?id=74181
2514 Reviewed by Pavel Feldman.
2516 * http/tests/inspector/compiler-source-mapping-debug.html:
2517 * http/tests/inspector/compiler-source-mapping.html:
2518 * inspector/debugger/scripts-panel.html:
2519 * inspector/debugger/scripts-sorting.html:
2520 * inspector/debugger/ui-source-code.html:
2522 2011-12-22 Branimir Lambov <blambov@google.com>
2524 SVG: "filter" race condition may prevent SVG elements from being re-drawn
2525 https://bugs.webkit.org/show_bug.cgi?id=53088
2527 Reviewed by Nikolas Zimmermann.
2529 Added code to explicitly invalidate data cached by filters applied to
2530 an invalidated object or one of its parents.
2532 * platform/mac/svg/filters/filter-refresh-expected.png: Added.
2533 * platform/mac/svg/filters/filter-refresh-expected.txt: Added.
2534 * svg/filters/filter-refresh.svg: Added.
2536 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
2538 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/.
2539 Two SVGFETurbulence tests are failing on both Lion & SL, and one svg/text failure is SL only.
2541 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
2542 * platform/mac-snowleopard/svg/as-background-image: Added.
2543 * platform/mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added.
2544 * platform/mac-snowleopard/svg/as-background-image/svg-as-background-1-expected.png: Added.
2545 * platform/mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png: Added.
2546 * platform/mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png: Added.
2547 * platform/mac-snowleopard/svg/as-background-image/svg-background-partial-redraw-expected.png: Added.
2548 * platform/mac-snowleopard/svg/as-border-image: Added.
2549 * platform/mac-snowleopard/svg/as-border-image/svg-as-border-image-2-expected.png: Added.
2550 * platform/mac-snowleopard/svg/as-image: Added.
2551 * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png: Added.
2552 * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
2553 * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
2554 * platform/mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
2555 * platform/mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png: Added.
2556 * platform/mac-snowleopard/svg/as-object: Added.
2557 * platform/mac-snowleopard/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
2558 * platform/mac-snowleopard/svg/as-object/embedded-svg-size-changes-expected.png: Added.
2559 * platform/mac-snowleopard/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
2560 * platform/mac-snowleopard/svg/batik/text/textFeatures-expected.png: Added.
2561 * platform/mac-snowleopard/svg/batik/text/textLayout-expected.png: Added.
2562 * platform/mac-snowleopard/svg/batik/text/textLayout2-expected.png: Added.
2563 * platform/mac-snowleopard/svg/batik/text/textLength-expected.png: Added.
2564 * platform/mac-snowleopard/svg/batik/text/textOnPath-expected.png: Added.
2565 * platform/mac-snowleopard/svg/batik/text/textOnPath3-expected.png: Added.
2566 * platform/mac-snowleopard/svg/custom/simple-text-double-shadow-expected.png: Added.
2567 * platform/mac-snowleopard/svg/custom/simpleCDF-expected.png: Added.
2568 * platform/mac-snowleopard/svg/custom/stroke-fallback-expected.png: Added.
2569 * platform/mac-snowleopard/svg/custom/stroke-width-large-expected.png: Added.
2570 * platform/mac-snowleopard/svg/custom/stroked-pattern-expected.png: Added.
2571 * platform/mac-snowleopard/svg/custom/style-attribute-font-size-expected.png: Added.
2572 * platform/mac-snowleopard/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added.
2573 * platform/mac-snowleopard/svg/custom/svg-float-border-padding-expected.png: Added.
2574 * platform/mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png: Added.
2575 * platform/mac-snowleopard/svg/custom/svg-fonts-without-missing-glyph-expected.png: Added.
2576 * platform/mac-snowleopard/svg/custom/svg-fonts-word-spacing-expected.png: Added.
2577 * platform/mac-snowleopard/svg/custom/svg-overflow-types-expected.png: Added.
2578 * platform/mac-snowleopard/svg/custom/text-decoration-visibility-expected.png: Added.
2579 * platform/mac-snowleopard/svg/custom/text-dom-01-f-expected.png: Added.
2580 * platform/mac-snowleopard/svg/custom/text-image-opacity-expected.png: Added.
2581 * platform/mac-snowleopard/svg/custom/text-linking-expected.png: Added.
2582 * platform/mac-snowleopard/svg/custom/text-xy-updates-expected.png: Added.
2583 * platform/mac-snowleopard/svg/custom/use-clipped-hit-expected.png: Added.
2584 * platform/mac-snowleopard/svg/custom/use-css-events-expected.png: Added.
2585 * platform/mac-snowleopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
2586 * platform/mac-snowleopard/svg/custom/use-dynamic-append-expected.png: Added.
2587 * platform/mac-snowleopard/svg/custom/use-elementInstance-event-target-expected.png: Added.
2588 * platform/mac-snowleopard/svg/custom/use-elementInstance-methods-expected.png: Added.
2589 * platform/mac-snowleopard/svg/custom/use-event-handler-on-referenced-element-expected.png: Added.
2590 * platform/mac-snowleopard/svg/custom/use-event-handler-on-use-element-expected.png: Added.
2591 * platform/mac-snowleopard/svg/custom/use-events-crash-expected.png: Added.
2592 * platform/mac-snowleopard/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
2593 * platform/mac-snowleopard/svg/custom/use-property-changes-through-dom-expected.png: Added.
2594 * platform/mac-snowleopard/svg/custom/use-property-changes-through-svg-dom-expected.png: Added.
2595 * platform/mac-snowleopard/svg/custom/viewport-em-expected.png: Added.
2596 * platform/mac-snowleopard/svg/dom/SVGLengthList-getItem-expected.png: Added.
2597 * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
2598 * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
2599 * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
2600 * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
2601 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
2602 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
2603 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
2604 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
2605 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
2606 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
2607 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
2608 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
2609 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
2610 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
2611 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
2612 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
2613 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
2614 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
2615 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
2616 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
2617 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
2618 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
2619 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
2620 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
2621 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
2622 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
2623 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
2624 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
2625 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
2626 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
2627 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
2628 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
2629 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
2630 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
2631 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
2632 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
2633 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
2634 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
2635 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
2636 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
2637 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
2638 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
2639 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
2640 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
2641 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
2642 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
2643 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
2644 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
2645 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
2646 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
2647 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
2648 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
2649 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
2650 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
2651 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
2652 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
2653 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
2654 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
2655 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
2656 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
2657 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
2658 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
2659 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
2660 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
2661 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
2662 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
2663 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
2664 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
2665 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
2666 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
2667 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
2668 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
2669 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added.
2670 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
2671 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
2672 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
2673 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
2674 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added.
2675 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
2676 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
2677 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
2678 * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added.
2679 * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added.
2680 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
2681 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
2682 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added.
2683 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
2684 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
2685 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
2686 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
2687 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added.
2688 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
2689 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
2690 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
2691 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added.
2692 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
2693 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
2694 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
2695 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
2696 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
2697 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
2698 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
2699 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
2700 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
2701 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
2702 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
2703 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
2704 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
2705 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
2706 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
2707 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
2708 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
2709 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
2710 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
2711 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
2712 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
2713 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
2714 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
2715 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
2716 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
2717 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
2718 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
2719 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.
2720 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Added.
2721 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Added.
2722 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Added.
2723 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Added.
2724 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Added.
2725 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Added.
2726 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Added.
2727 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Added.
2728 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Added.
2729 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Added.
2730 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Added.
2731 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Added.
2732 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Added.
2733 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Added.
2734 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Added.
2735 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Added.
2736 * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Added.
2737 * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Added.
2738 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Added.
2739 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Added.
2740 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Added.
2741 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Added.
2742 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Added.
2743 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Added.
2744 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Added.
2745 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Added.
2746 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Added.
2747 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Added.
2748 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Added.
2749 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Added.
2750 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Added.
2751 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Added.
2752 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Added.
2753 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Added.
2754 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Added.
2755 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Added.
2756 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Added.
2757 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Added.
2758 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Added.
2759 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Added.
2760 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Added.
2761 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Added.
2762 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Added.
2763 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Added.
2764 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Added.
2765 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Added.
2766 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Added.
2767 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
2768 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Added.
2769 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Added.
2770 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Added.
2771 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Added.
2772 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Added.
2773 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Added.
2774 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Added.
2775 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Added.
2776 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Added.
2777 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added.
2778 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Added.
2779 * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Added.
2780 * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Added.
2781 * platform/mac-snowleopard/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Added.
2782 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added.
2783 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added.
2784 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Added.
2785 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added.
2786 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Added.
2787 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Added.
2788 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added.
2789 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added.
2790 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added.
2791 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added.
2792 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Added.
2793 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Added.
2794 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Added.
2795 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Added.
2796 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added.
2797 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added.
2798 * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Added.
2799 * platform/mac-snowleopard/svg/hixie/viewbox/001-expected.png:
2800 * platform/mac-snowleopard/svg/hixie/viewbox/002-expected.png:
2801 * platform/mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio: Added.
2802 * platform/mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
2803 * platform/mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
2805 2011-12-22 Philippe Normand <pnormand@igalia.com>
2807 Unreviewed, GTK baselines for fast/html/font-weight-bold-for-b-and-strong.html
2809 * platform/gtk/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
2811 2011-12-22 Alexandru Chiculita <achicu@adobe.com>
2813 [CSS Shaders] Follow up bug to fix issues mentioned in comment 23 from bug 73317
2814 https://bugs.webkit.org/show_bug.cgi?id=74840
2816 The new shaders syntax counts the lines and the columns, not just the
2817 additional lines and columns, so the minimum accepted is now 1 by 1.
2818 The default mesh size is also 1 by 1, so I've updated the tests and
2819 incremented the mesh sizes by 1.
2821 Reviewed by Nikolas Zimmermann.
2823 * css3/filters/custom-filter-property-computed-style-expected.txt:
2824 * css3/filters/custom-filter-property-parsing-invalid-expected.txt:
2825 * css3/filters/effect-custom.html:
2826 * css3/filters/resources/color-offset.fs:
2827 * css3/filters/resources/vertex-explode-detached.vs:
2828 * css3/filters/resources/vertex-offset.vs:
2829 Added some comments in the shaders.
2830 * css3/filters/script-tests/custom-filter-property-computed-style.js:
2831 Updated the expected default mesh size to be 1 1.
2832 * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
2833 Added some invalid mesh sizes.
2835 2011-12-12 Pavel Podivilov <podivilov@chromium.org>
2837 Web Inspector: fix source map url resolving.
2838 https://bugs.webkit.org/show_bug.cgi?id=74305
2840 Reviewed by Pavel Feldman.
2842 * http/tests/inspector/compiler-source-mapping-expected.txt:
2843 * http/tests/inspector/compiler-source-mapping.html:
2845 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
2847 XSLT-created HTML documents do not inherit first party for cookies from originally loaded XML.
2848 https://bugs.webkit.org/show_bug.cgi?id=74757
2850 [Qt] Unreviewed gardening after 103511, add additional console message:
2851 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>
2853 * platform/qt/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.png: Added.
2854 * platform/qt/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.txt: Added.
2855 * platform/qt/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.png: Added.
2856 * platform/qt/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.txt: Added.
2858 2011-12-09 Pavel Podivilov <podivilov@chromium.org>
2860 Web Inspector: auto detect source map url.
2861 https://bugs.webkit.org/show_bug.cgi?id=74088
2863 Reviewed by Pavel Feldman.
2865 * inspector/debugger/raw-source-code.html:
2867 2011-12-22 Philippe Normand <pnormand@igalia.com>
2869 Unreviewed, unskip html5lib/runner.html now passing fine on GTK!
2871 * platform/gtk/Skipped:
2873 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
2875 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.
2876 A follow-up patch, will add the missing SL results, so that both pass with tolerance 0.
2878 * platform/mac-snowleopard/svg/filters/feTile-expected.png: Copied from LayoutTests/platform/mac/svg/filters/feTile-expected.png.
2879 * 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.
2880 * 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.
2881 * 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.
2882 * platform/mac-snowleopard/svg/foreignObject/text-tref-02-b-expected.png: Copied from LayoutTests/platform/mac/svg/foreignObject/text-tref-02-b-expected.png.
2883 * platform/mac-snowleopard/svg/hixie/data-types/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/data-types/002-expected.png.
2884 * platform/mac-snowleopard/svg/hixie/error/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/error/002-expected.png.
2885 * platform/mac-snowleopard/svg/hixie/error/013-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/error/013-expected.png.
2886 * platform/mac-snowleopard/svg/hixie/intrinsic/001-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/intrinsic/001-expected.png.
2887 * platform/mac-snowleopard/svg/hixie/intrinsic/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/intrinsic/002-expected.png.
2888 * platform/mac-snowleopard/svg/hixie/intrinsic/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/intrinsic/003-expected.png.
2889 * platform/mac-snowleopard/svg/hixie/mixed/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png.
2890 * platform/mac-snowleopard/svg/hixie/mixed/006-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/006-expected.png.
2891 * platform/mac-snowleopard/svg/hixie/mixed/007-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/007-expected.png.
2892 * platform/mac-snowleopard/svg/hixie/mixed/008-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/008-expected.png.
2893 * platform/mac-snowleopard/svg/hixie/mixed/009-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/009-expected.png.
2894 * platform/mac-snowleopard/svg/hixie/mixed/010-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/010-expected.png.
2895 * platform/mac-snowleopard/svg/hixie/mixed/011-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/011-expected.png.
2896 * platform/mac-snowleopard/svg/hixie/perf/001-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/perf/001-expected.png.
2897 * platform/mac-snowleopard/svg/hixie/perf/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/perf/002-expected.png.
2898 * platform/mac-snowleopard/svg/hixie/perf/007-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/perf/007-expected.png.
2899 * platform/mac-snowleopard/svg/hixie/processing-model/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/processing-model/003-expected.png.
2900 * platform/mac-snowleopard/svg/hixie/processing-model/004-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/processing-model/004-expected.png.
2901 * platform/mac-snowleopard/svg/hixie/rendering-model/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/rendering-model/003-expected.png.
2902 * platform/mac-snowleopard/svg/hixie/rendering-model/004-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/rendering-model/004-expected.png.
2903 * platform/mac-snowleopard/svg/hixie/text/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/text/003-expected.png.
2904 * platform/mac-snowleopard/svg/hixie/viewbox/001-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png.
2905 * platform/mac-snowleopard/svg/hixie/viewbox/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png.
2906 * platform/mac-snowleopard/svg/repaint/filter-repaint-expected.png: Copied from LayoutTests/platform/mac/svg/repaint/filter-repaint-expected.png.
2907 * platform/mac-snowleopard/svg/text/bidi-text-query-expected.png: Copied from LayoutTests/platform/mac/svg/text/bidi-text-query-expected.png.
2908 * 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.
2909 * platform/mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png: Copied from LayoutTests/platform/mac/svg/text/foreignObject-text-clipping-bug-expected.png.
2910 * 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.
2911 * 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.
2912 * 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.
2913 * 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.
2914 * 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.
2915 * 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.
2916 * 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.
2917 * 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.
2918 * 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.
2919 * 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.
2920 * 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.
2921 * 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.
2922 * 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.
2923 * 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.
2924 * 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.
2925 * 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.
2926 * 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.
2927 * platform/mac-snowleopard/svg/text/select-x-list-1-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-1-expected.png.
2928 * platform/mac-snowleopard/svg/text/select-x-list-2-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-2-expected.png.
2929 * platform/mac-snowleopard/svg/text/select-x-list-3-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-3-expected.png.
2930 * platform/mac-snowleopard/svg/text/select-x-list-4-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-4-expected.png.
2931 * 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.
2932 * 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.
2933 * 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.
2934 * 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.
2935 * platform/mac-snowleopard/svg/text/selection-styles-expected.png: Copied from LayoutTests/platform/mac/svg/text/selection-styles-expected.png.
2936 * platform/mac-snowleopard/svg/text/small-fonts-2-expected.png: Copied from LayoutTests/platform/mac/svg/text/small-fonts-2-expected.png.
2937 * platform/mac-snowleopard/svg/text/text-align-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-01-b-expected.png.
2938 * platform/mac-snowleopard/svg/text/text-align-02-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-02-b-expected.png.
2939 * platform/mac-snowleopard/svg/text/text-align-03-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-03-b-expected.png.
2940 * platform/mac-snowleopard/svg/text/text-align-04-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-04-b-expected.png.
2941 * platform/mac-snowleopard/svg/text/text-align-05-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-05-b-expected.png.
2942 * platform/mac-snowleopard/svg/text/text-align-06-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-06-b-expected.png.
2943 * platform/mac-snowleopard/svg/text/text-altglyph-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-altglyph-01-b-expected.png.
2944 * platform/mac-snowleopard/svg/text/text-deco-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-deco-01-b-expected.png.
2945 * platform/mac-snowleopard/svg/text/text-fonts-01-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-fonts-01-t-expected.png.
2946 * platform/mac-snowleopard/svg/text/text-overflow-ellipsis-svgfont-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.png.
2947 * platform/mac-snowleopard/svg/text/text-path-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-path-01-b-expected.png.
2948 * platform/mac-snowleopard/svg/text/text-repaint-rects-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-repaint-rects-expected.png.
2949 * platform/mac-snowleopard/svg/text/text-spacing-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-spacing-01-b-expected.png.
2950 * platform/mac-snowleopard/svg/text/text-text-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-01-b-expected.png.
2951 * platform/mac-snowleopard/svg/text/text-text-03-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-03-b-expected.png.
2952 * platform/mac-snowleopard/svg/text/text-text-04-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-04-t-expected.png.
2953 * platform/mac-snowleopard/svg/text/text-text-05-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-05-t-expected.png.
2954 * platform/mac-snowleopard/svg/text/text-text-06-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-06-t-expected.png.
2955 * platform/mac-snowleopard/svg/text/text-text-07-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-07-t-expected.png.
2956 * platform/mac-snowleopard/svg/text/text-text-08-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-08-b-expected.png.
2957 * platform/mac-snowleopard/svg/text/text-tselect-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-tselect-01-b-expected.png.
2958 * platform/mac-snowleopard/svg/text/text-tspan-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-tspan-01-b-expected.png.
2959 * platform/mac-snowleopard/svg/text/text-ws-01-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-ws-01-t-expected.png.
2960 * platform/mac-snowleopard/svg/text/text-ws-02-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-ws-02-t-expected.png.
2961 * platform/mac-snowleopard/svg/text/textPathBoundsBug-expected.png: Copied from LayoutTests/platform/mac/svg/text/textPathBoundsBug-expected.png.
2962 * 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.
2963 * 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.
2964 * 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.
2965 * platform/mac-snowleopard/svg/webarchive/svg-cursor-subresources-expected.png: Copied from LayoutTests/platform/mac/svg/webarchive/svg-cursor-subresources-expected.png.
2966 * platform/mac-snowleopard/svg/wicd/test-rightsizing-a-expected.png: Copied from LayoutTests/platform/mac/svg/wicd/test-rightsizing-a-expected.png.
2967 * platform/mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png: Copied from LayoutTests/platform/mac/svg/wicd/test-scalable-background-image2-expected.png.
2968 * 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.
2969 * 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.
2970 * 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.
2971 * 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.
2972 * 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.
2973 * 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.
2974 * 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.
2975 * platform/mac/svg/filters/feTile-expected.png:
2976 * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png:
2977 * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.png:
2978 * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.png:
2979 * platform/mac/svg/foreignObject/text-tref-02-b-expected.png:
2980 * platform/mac/svg/hixie/data-types/002-expected.png:
2981 * platform/mac/svg/hixie/error/002-expected.png:
2982 * platform/mac/svg/hixie/error/013-expected.png:
2983 * platform/mac/svg/hixie/intrinsic/001-expected.png:
2984 * platform/mac/svg/hixie/intrinsic/002-expected.png:
2985 * platform/mac/svg/hixie/intrinsic/003-expected.png:
2986 * platform/mac/svg/hixie/mixed/003-expected.png:
2987 * platform/mac/svg/hixie/mixed/006-expected.png:
2988 * platform/mac/svg/hixie/mixed/007-expected.png:
2989 * platform/mac/svg/hixie/mixed/008-expected.png:
2990 * platform/mac/svg/hixie/mixed/009-expected.png:
2991 * platform/mac/svg/hixie/mixed/010-expected.png:
2992 * platform/mac/svg/hixie/mixed/011-expected.png:
2993 * platform/mac/svg/hixie/perf/001-expected.png:
2994 * platform/mac/svg/hixie/perf/002-expected.png:
2995 * platform/mac/svg/hixie/perf/007-expected.png:
2996 * platform/mac/svg/hixie/processing-model/003-expected.png:
2997 * platform/mac/svg/hixie/processing-model/004-expected.png:
2998 * platform/mac/svg/hixie/rendering-model/003-expected.png:
2999 * platform/mac/svg/hixie/rendering-model/004-expected.png:
3000 * platform/mac/svg/hixie/text/003-expected.png:
3001 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
3002 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
3003 * platform/mac/svg/repaint/filter-repaint-expected.png:
3004 * platform/mac/svg/text/bidi-text-query-expected.png:
3005 * platform/mac/svg/text/font-size-below-point-five-2-expected.png:
3006 * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.png:
3007 * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.png:
3008 * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png:
3009 * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png:
3010 * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png:
3011 * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png:
3012 * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png:
3013 * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png:
3014 * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png:
3015 * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png:
3016 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
3017 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
3018 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
3019 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
3020 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
3021 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
3022 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
3023 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
3024 * platform/mac/svg/text/select-x-list-1-expected.png:
3025 * platform/mac/svg/text/select-x-list-2-expected.png:
3026 * platform/mac/svg/text/select-x-list-3-expected.png:
3027 * platform/mac/svg/text/select-x-list-4-expected.png:
3028 * platform/mac/svg/text/select-x-list-with-tspans-1-expected.png:
3029 * platform/mac/svg/text/select-x-list-with-tspans-2-expected.png:
3030 * platform/mac/svg/text/select-x-list-with-tspans-3-expected.png:
3031 * platform/mac/svg/text/select-x-list-with-tspans-4-expected.png:
3032 * platform/mac/svg/text/selection-styles-expected.png:
3033 * platform/mac/svg/text/small-fonts-2-expected.png:
3034 * platform/mac/svg/text/text-align-01-b-expected.png:
3035 * platform/mac/svg/text/text-align-02-b-expected.png:
3036 * platform/mac/svg/text/text-align-03-b-expected.png:
3037 * platform/mac/svg/text/text-align-04-b-expected.png:
3038 * platform/mac/svg/text/text-align-05-b-expected.png:
3039 * platform/mac/svg/text/text-align-06-b-expected.png:
3040 * platform/mac/svg/text/text-altglyph-01-b-expected.png:
3041 * platform/mac/svg/text/text-deco-01-b-expected.png:
3042 * platform/mac/svg/text/text-fonts-01-t-expected.png:
3043 * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.png:
3044 * platform/mac/svg/text/text-path-01-b-expected.png:
3045 * platform/mac/svg/text/text-repaint-rects-expected.png:
3046 * platform/mac/svg/text/text-spacing-01-b-expected.png:
3047 * platform/mac/svg/text/text-text-01-b-expected.png:
3048 * platform/mac/svg/text/text-text-03-b-expected.png:
3049 * platform/mac/svg/text/text-text-04-t-expected.png:
3050 * platform/mac/svg/text/text-text-05-t-expected.png:
3051 * platform/mac/svg/text/text-text-06-t-expected.png:
3052 * platform/mac/svg/text/text-text-07-t-expected.png:
3053 * platform/mac/svg/text/text-text-08-b-expected.png:
3054 * platform/mac/svg/text/text-tselect-01-b-expected.png:
3055 * platform/mac/svg/text/text-tspan-01-b-expected.png:
3056 * platform/mac/svg/text/text-ws-01-t-expected.png:
3057 * platform/mac/svg/text/text-ws-02-t-expected.png:
3058 * platform/mac/svg/text/textPathBoundsBug-expected.png:
3059 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
3060 * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
3061 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
3062 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
3063 * platform/mac/svg/wicd/test-rightsizing-a-expected.png:
3064 * platform/mac/svg/wicd/test-scalable-background-image1-expected.png:
3065 * platform/mac/svg/wicd/test-scalable-background-image2-expected.png:
3066 * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
3067 * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
3068 * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
3069 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
3070 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
3071 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
3072 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
3073 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
3075 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
3077 [Qt] Unreviewed gardening after r103468. Add platform specific expected files.
3079 * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
3080 * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
3082 2011-12-22 Philippe Normand <pnormand@igalia.com>
3084 Unreviewed, skipping some new media failing tests on GTK.
3086 * platform/gtk/Skipped:
3088 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
3090 [Qt][GTK] The html5lib/runner.html test is start to fail after r102626
3091 https://bugs.webkit.org/show_bug.cgi?id=74411
3093 * platform/qt/Skipped: Unskip now passing test - html5lib/runner.html.
3095 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
3097 Implement the JavaScriptCore bindings for eventListenerHandlerLocation
3098 https://bugs.webkit.org/show_bug.cgi?id=74313
3100 Unreviewed trivial fix.
3102 * inspector/elements/event-listener-sidebar-expected.txt: Updated after r103488.
3104 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
3106 Not reviewed. Accidently added several files, where directories should have been created.
3108 * platform/mac-snowleopard/svg/as-background-image: Removed.
3109 * platform/mac-snowleopard/svg/as-border-image: Removed.
3110 * platform/mac-snowleopard/svg/as-image: Removed.
3111 * platform/mac-snowleopard/svg/as-object: Removed.
3113 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
3115 Not reviewed. Next chunk of Lion SVG baselines.
3117 * platform/mac-snowleopard/svg/dom/SVGPathSegList-cloning-expected.png: Copied from LayoutTests/platform/mac/svg/dom/SVGPathSegList-cloning-expected.png.
3118 * platform/mac-snowleopard/svg/dom/SVGPathSegList-segment-modification-expected.png: Copied from LayoutTests/platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.png.
3119 * platform/mac-snowleopard/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Copied from LayoutTests/platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png.
3120 * platform/mac-snowleopard/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Copied from LayoutTests/platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png.
3121 * platform/mac-snowleopard/svg/dom/css-transforms-expected.png: Copied from LayoutTests/platform/mac/svg/dom/css-transforms-expected.png.
3122 * 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.
3123 * 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.
3124 * 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.
3125 * 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.
3126 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png.
3127 * 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.
3128 * 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.
3129 * 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.
3130 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png.
3131 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png.
3132 * 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.
3133 * 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.
3134 * 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.
3135 * 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.
3136 * 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.
3137 * 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.
3138 * 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.
3139 * 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.
3140 * 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.
3141 * 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.
3142 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png.
3143 * 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.
3144 * 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.
3145 * 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.
3146 * 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.
3147 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png.
3148 * 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.
3149 * 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.
3150 * 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.
3151 * 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.
3152 * 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.
3153 * 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.
3154 * 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.
3155 * 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.
3156 * 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.
3157 * 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.
3158 * 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.
3159 * 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.
3160 * 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.
3161 * 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.
3162 * 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.
3163 * 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.
3164 * 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.
3165 * 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.
3166 * 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.
3167 * 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.
3168 * 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.
3169 * 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.
3170 * 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.
3171 * 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.
3172 * 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.
3173 * 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.
3174 * 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.
3175 * 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.
3176 * 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.
3177 * 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.
3178 * 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.
3179 * 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.
3180 * 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.
3181 * 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.
3182 * 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.
3183 * 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.
3184 * 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.
3185 * 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.
3186 * 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.
3187 * 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.
3188 * 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.
3189 * 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.
3190 * 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.
3191 * 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.
3192 * 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.
3193 * 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.
3194 * 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.
3195 * 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.
3196 * 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.
3197 * 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.
3198 * 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.
3199 * 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.
3200 * 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.
3201 * 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.
3202 * 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.
3203 * 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.
3204 * 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.
3205 * 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.
3206 * 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.
3207 * 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.
3208 * 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.
3209 * 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.
3210 * 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.
3211 * 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.
3212 * 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.
3213 * 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.
3214 * 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.
3215 * 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.
3216 * 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.
3217 * 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.
3218 * 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.
3219 * 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.
3220 * 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.
3221 * 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.
3222 * 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.
3223 * 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.
3224 * 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.
3225 * 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.
3226 * 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.
3227 * 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.
3228 * 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.
3229 * 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.
3230 * 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.
3231 * 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.
3232 * 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.
3233 * 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.
3234 * 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.
3235 * 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.
3236 * 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.
3237 * 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.
3238 * 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.
3239 * 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.
3240 * 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.
3241 * 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.
3242 * 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.
3243 * 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.
3244 * 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.
3245 * 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.
3246 * 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.
3247 * 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.
3248 * 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.
3249 * 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.
3250 * 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.
3251 * 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.
3252 * 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.
3253 * 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.
3254 * 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.
3255 * 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.
3256 * 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.
3257 * 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.
3258 * 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.
3259 * 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.
3260 * platform/mac/svg/dom/SVGLengthList-getItem-expected.png:
3261 * platform/mac/svg/dom/SVGPathSegList-cloning-expected.png:
3262 * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.png:
3263 * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png:
3264 * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
3265 * platform/mac/svg/dom/css-transforms-expected.png:
3266 * platform/mac/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
3267 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
3268 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
3269 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
3270 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
3271 * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
3272 * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
3273 * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
3274 * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
3275 * platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
3276 * platform/mac/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
3277 * platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
3278 * platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
3279 * platform/mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
3280 * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
3281 * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
3282 * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
3283 * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
3284 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
3285 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
3286 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
3287 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
3288 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
3289 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
3290 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
3291 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
3292 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
3293 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
3294 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
3295 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
3296 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
3297 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
3298 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
3299 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
3300 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
3301 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
3302 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
3303 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
3304 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
3305 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
3306 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
3307 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
3308 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
3309 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
3310 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
3311 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
3312 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
3313 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
3314 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
3315 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
3316 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
3317 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
3318 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
3319 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
3320 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
3321 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
3322 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
3323 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
3324 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
3325 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
3326 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
3327 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
3328 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
3329 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
3330 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
3331 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
3332 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
3333 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
3334 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
3335 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
3336 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
3337 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
3338 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
3339 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
3340 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
3341 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
3342 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
3343 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
3344 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
3345 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
3346 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
3347 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
3348 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
3349 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
3350 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
3351 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
3352 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
3353 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
3354 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
3355 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
3356 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
3357 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
3358 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
3359 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
3360 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
3361 * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
3362 * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
3363 * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
3364 * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
3365 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
3366 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
3367 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
3368 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
3369 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
3370 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
3371 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
3372 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
3373 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
3374 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
3375 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
3376 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
3377 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
3378 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
3379 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
3380 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
3381 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
3382 * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
3383 * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
3384 * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
3385 * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
3386 * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
3387 * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
3388 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
3389 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
3390 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
3391 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
3392 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
3393 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
3394 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
3395 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
3396 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
3397 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
3398 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
3399 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
3400 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
3401 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
3402 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
3403 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
3404 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
3405 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
3406 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
3407 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
3408 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
3409 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
3410 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
3411 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
3412 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
3413 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
3414 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
3415 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
3416 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
3417 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
3418 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
3419 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
3420 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
3421 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
3422 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
3423 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
3424 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
3425 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
3426 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
3427 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
3428 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
3429 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
3430 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
3431 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
3432 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
3433 * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
3434 * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
3435 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
3436 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
3437 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
3438 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
3439 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
3440 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
3441 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
3442 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
3443 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
3444 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
3445 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
3446 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
3447 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
3448 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
3449 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
3450 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
3451 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
3452 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
3453 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
3454 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
3455 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
3456 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
3457 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
3458 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
3459 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
3460 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
3461 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
3462 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
3463 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
3464 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
3465 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
3466 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
3467 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
3468 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
3469 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
3470 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
3471 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
3472 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
3473 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
3474 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
3475 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
3476 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
3477 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
3478 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
3479 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
3480 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
3481 * platform/mac/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
3482 * platform/mac/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
3483 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
3484 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
3485 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
3486 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
3487 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
3488 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
3489 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
3490 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
3491 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
3492 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
3493 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
3494 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
3495 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
3496 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
3497 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
3498 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
3499 * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
3500 * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
3501 * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
3502 * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
3503 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
3504 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
3505 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
3506 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
3507 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
3508 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
3509 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
3510 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
3511 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
3512 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
3513 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
3514 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
3515 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
3516 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
3517 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
3518 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
3519 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
3520 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
3521 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
3522 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
3523 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
3524 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
3525 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
3526 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
3527 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
3528 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
3529 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
3530 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
3531 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
3532 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
3533 * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
3534 * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
3535 * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
3536 * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
3537 * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
3538 * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
3539 * platform/mac/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png:
3540 * platform/mac/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png:
3541 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
3542 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
3543 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
3544 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
3545 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
3546 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
3547 * platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
3548 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
3549 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
3550 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
3551 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
3552 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
3553 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
3554 * platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
3555 * platform/mac/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png:
3556 * platform/mac/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png:
3557 * platform/mac/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png:
3558 * platform/mac/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png:
3559 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
3560 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
3561 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
3562 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
3563 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
3564 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
3565 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
3566 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
3567 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
3568 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
3569 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
3570 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
3571 * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
3572 * platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
3573 * platform/mac/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png:
3574 * platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
3575 * platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
3576 * platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
3577 * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
3578 * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png:
3579 * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
3580 * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
3581 * platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
3582 * platform/mac/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png:
3583 * platform/mac/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png:
3584 * platform/mac/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png:
3585 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png:
3586 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png:
3587 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png:
3588 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png:
3589 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
3590 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png:
3591 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png:
3592 * platform/mac/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png:
3593 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png:
3594 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png:
3595 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png:
3596 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png:
3597 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
3598 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png:
3599 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png:
3600 * platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png:
3601 * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
3603 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
3605 Not reviewed. Next chunk of Lion SVG baselines.
3607 * platform/mac-snowleopard/svg/carto.net/button-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/button-expected.png.
3608 * platform/mac-snowleopard/svg/carto.net/colourpicker-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/colourpicker-expected.png.
3609 * platform/mac-snowleopard/svg/carto.net/combobox-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/combobox-expected.png.
3610 * platform/mac-snowleopard/svg/carto.net/scrollbar-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/scrollbar-expected.png.
3611 * platform/mac-snowleopard/svg/carto.net/slider-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/slider-expected.png.
3612 * platform/mac-snowleopard/svg/carto.net/textbox-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/textbox-expected.png.
3613 * platform/mac-snowleopard/svg/carto.net/window-expected.png: Copied from LayoutTests/platform/mac/svg/carto.net/window-expected.png.
3614 * platform/mac-snowleopard/svg/clip-path/clip-path-pixelation-expected.png: Copied from LayoutTests/platform/mac/svg/clip-path/clip-path-pixelation-expected.png.
3615 * 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.
3616 * 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.
3617 * 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.
3618 * platform/mac-snowleopard/svg/css/arrow-with-shadow-expected.png: Copied from LayoutTests/platform/mac/svg/css/arrow-with-shadow-expected.png.
3619 * platform/mac-snowleopard/svg/css/composite-shadow-text-expected.png: Copied from LayoutTests/platform/mac/svg/css/composite-shadow-text-expected.png.
3620 * platform/mac-snowleopard/svg/css/css-box-min-width-expected.png: Copied from LayoutTests/platform/mac/svg/css/css-box-min-width-expected.png.
3621 * platform/mac-snowleopard/svg/css/group-with-shadow-expected.png: Copied from LayoutTests/platform/mac/svg/css/group-with-shadow-expected.png.
3622 * platform/mac-snowleopard/svg/css/shadow-changes-expected.png: Copied from LayoutTests/platform/mac/svg/css/shadow-changes-expected.png.
3623 * platform/mac-snowleopard/svg/css/shadow-with-large-radius-expected.png: Copied from LayoutTests/platform/mac/svg/css/shadow-with-large-radius-expected.png.
3624 * platform/mac-snowleopard/svg/css/shadow-with-negative-offset-expected.png: Copied from LayoutTests/platform/mac/svg/css/shadow-with-negative-offset-expected.png.
3625 * platform/mac-snowleopard/svg/css/text-gradient-shadow-expected.png: Copied from LayoutTests/platform/mac/svg/css/text-gradient-shadow-expected.png.
3626 * platform/mac-snowleopard/svg/css/text-shadow-multiple-expected.png: Copied from LayoutTests/platform/mac/svg/css/text-shadow-multiple-expected.png.
3627 * platform/mac-snowleopard/svg/custom/SVGMatrix-interface-expected.png: Copied from LayoutTests/platform/mac/svg/custom/SVGMatrix-interface-expected.png.
3628 * 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.
3629 * 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.
3630 * platform/mac-snowleopard/svg/custom/baseval-animval-equality-expected.png: Copied from LayoutTests/platform/mac/svg/custom/baseval-animval-equality-expected.png.
3631 * platform/mac-snowleopard/svg/custom/bug45331-expected.png: Copied from LayoutTests/platform/mac/svg/custom/bug45331-expected.png.
3632 * platform/mac-snowleopard/svg/custom/circle-move-invalidation-expected.png: Copied from LayoutTests/platform/mac/svg/custom/circle-move-invalidation-expected.png.
3633 * platform/mac-snowleopard/svg/custom/clip-path-referencing-use-expected.png: Copied from LayoutTests/platform/mac/svg/custom/clip-path-referencing-use-expected.png.
3634 * platform/mac-snowleopard/svg/custom/clip-path-referencing-use2-expected.png: Copied from LayoutTests/platform/mac/svg/custom/clip-path-referencing-use2-expected.png.
3635 * 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.
3636 * platform/mac-snowleopard/svg/custom/container-opacity-clip-viewBox-expected.png: Copied from LayoutTests/platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png.
3637 * platform/mac-snowleopard/svg/custom/coords-relative-units-transforms-expected.png: Copied from LayoutTests/platform/mac/svg/custom/coords-relative-units-transforms-expected.png.
3638 * platform/mac-snowleopard/svg/custom/createImageElement2-expected.png: Copied from LayoutTests/platform/mac/svg/custom/createImageElement2-expected.png.
3639 * platform/mac-snowleopard/svg/custom/dominant-baseline-hanging-expected.png: Copied from LayoutTests/platform/mac/svg/custom/dominant-baseline-hanging-expected.png.
3640 * platform/mac-snowleopard/svg/custom/embedding-external-svgs-expected.png: Copied from LayoutTests/platform/mac/svg/custom/embedding-external-svgs-expected.png.
3641 * platform/mac-snowleopard/svg/custom/empty-clip-path-expected.png: Copied from LayoutTests/platform/mac/svg/custom/empty-clip-path-expected.png.
3642 * platform/mac-snowleopard/svg/custom/external-paintserver-reference-expected.png: Renamed from LayoutTests/svg/custom/external-paintserver-reference-expected.png.
3643 * platform/mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png: Copied