1 2011-12-29 Alexis Menard <alexis.menard@openbossa.org>
3 getComputedStyle for padding is not implemented.
4 https://bugs.webkit.org/show_bug.cgi?id=75352
6 Reviewed by Andreas Kling.
8 Add test to cover that we return correct values.
10 * fast/css/getComputedStyle/getComputedStyle-padding-shorthand-expected.txt: Added.
11 * fast/css/getComputedStyle/getComputedStyle-padding-shorthand.html: Added.
13 2011-12-29 Dale Curtis <dalecurtis@chromium.org>
15 [GTK] media/video-scales-in-media-document.html fails
16 https://bugs.webkit.org/show_bug.cgi?id=75079
18 Moves the test into platform/chromium/media and removes the Skipped
21 Reviewed by Eric Carlson.
23 * platform/chromium/media/video-scales-in-media-document-expected.txt: Renamed from LayoutTests/media/video-scales-in-media-document-expected.txt.
24 * platform/chromium/media/video-scales-in-media-document.html: Renamed from LayoutTests/media/video-scales-in-media-document.html.
25 * platform/gtk/Skipped:
27 2011-12-29 Pavel Podivilov <podivilov@chromium.org>
29 Web Inspector: support sourceMappingURL magic comment.
30 https://bugs.webkit.org/show_bug.cgi?id=75356
32 Reviewed by Pavel Feldman.
34 * http/tests/inspector/compiler-source-mapping-debug.html:
35 * http/tests/inspector/resources/compiled.js:
37 2011-12-23 Alexander Pavlov <apavlov@chromium.org>
39 Web Inspector: Implement CSS selector profiler
40 https://bugs.webkit.org/show_bug.cgi?id=74004
42 Reviewed by Pavel Feldman.
44 * inspector/profiler/detailed-heapshots-test.js:
45 (initialize_DetailedHeapshotTest):
46 * inspector/profiler/profiler-test.js:
47 (initialize_ProfilerTest.InspectorTest.startProfilerTest.startTest):
48 (initialize_ProfilerTest.InspectorTest.startProfilerTest):
50 2011-12-29 Sheriff Bot <webkit.review.bot@gmail.com>
52 Unreviewed, rolling out r103798.
53 http://trac.webkit.org/changeset/103798
54 https://bugs.webkit.org/show_bug.cgi?id=75353
56 some small scrollbar differences are making the tests fail on
57 several platforms (Requested by jchaffraix on #webkit).
59 * fast/layers/scroll-with-transform-composited-layer-expected.html: Removed.
60 * fast/layers/scroll-with-transform-composited-layer.html: Removed.
61 * fast/layers/scroll-with-transform-layer-expected.html: Removed.
62 * fast/layers/scroll-with-transform-layer.html: Removed.
64 2011-12-29 Julien Chaffraix <jchaffraix@webkit.org>
66 REGRESSION (r93614): Safari Reader doesn't repaint correctly when scrolling
67 https://bugs.webkit.org/show_bug.cgi?id=67100
69 Reviewed by Dan Bernstein.
71 Added 2 ref tests for scrolling inside a transformed layers (either composited
74 * fast/layers/scroll-with-transform-composited-layer-expected.html: Added.
75 * fast/layers/scroll-with-transform-composited-layer.html: Added.
76 * fast/layers/scroll-with-transform-layer-expected.html: Added.
77 * fast/layers/scroll-with-transform-layer.html: Added.
79 2011-12-28 Pavel Podivilov <podivilov@chromium.org>
81 Web Inspector: add "enable source maps" checkbox setting.
82 https://bugs.webkit.org/show_bug.cgi?id=75311
84 Reviewed by Pavel Feldman.
86 * http/tests/inspector/compiler-source-mapping-debug-expected.txt:
87 * http/tests/inspector/compiler-source-mapping-debug.html:
88 * inspector/debugger/raw-source-code.html:
90 2011-12-28 Alexis Menard <alexis.menard@openbossa.org>
92 getComputedStyle for border-color is not implemented.
93 https://bugs.webkit.org/show_bug.cgi?id=75324
95 Reviewed by Andreas Kling.
97 Add test to cover that we return correct values.
99 * fast/css/getComputedStyle/getComputedStyle-border-color-shorthand-expected.txt: Added.
100 * fast/css/getComputedStyle/getComputedStyle-border-color-shorthand.html: Added.
102 2011-12-28 Robert Hogan <robert@webkit.org>
104 [Qt] fails fast/inline/nested-text-descendants.html
105 https://bugs.webkit.org/show_bug.cgi?id=75321
107 Unreviewed, skip reference test fast/inline/nested-text-descendants.html
108 on Qt for now. It is the only platform that fails it.
110 * platform/qt/Skipped:
112 2011-12-28 Adam Barth <abarth@webkit.org>
114 <math><option><option></html><option></option> used to crash the parser
115 https://bugs.webkit.org/show_bug.cgi?id=75317
117 Reviewed by Eric Seidel.
119 Add a test so that this case continues to not crash.
121 * fast/parser/math-options-crash-expected.txt: Added.
122 * fast/parser/math-options-crash.html: Added.
124 2011-12-28 Alexis Menard <alexis.menard@openbossa.org>
126 getComputedStyle for border-style is not implemented.
127 https://bugs.webkit.org/show_bug.cgi?id=75312
129 Reviewed by Andreas Kling.
131 Add test to cover that we return correct values.
133 * fast/css/getComputedStyle/getComputedStyle-border-style-shorthand-expected.txt: Added.
134 * fast/css/getComputedStyle/getComputedStyle-border-style-shorthand.html: Added.
136 2011-12-28 Alexis Menard <alexis.menard@openbossa.org>
138 getComputedStyle for border-bottom, border-top, border-left, border-right is not implemented.
139 https://bugs.webkit.org/show_bug.cgi?id=74743
141 Reviewed by Tony Chang.
143 Add test to cover that we return correct values.
145 * fast/css/getComputedStyle/getComputedStyle-border-shorthand-expected.txt: Added.
146 * fast/css/getComputedStyle/getComputedStyle-border-shorthand.html: Added.
148 2011-12-28 Robert Hogan <robert@webkit.org>
150 Inline flow not learning height of all text descendants
151 https://bugs.webkit.org/show_bug.cgi?id=75305
153 Reviewed by Dan Bernstein.
155 * fast/inline/nested-text-descendants-expected.html: Added.
156 * fast/inline/nested-text-descendants.html: Added.
158 2011-12-28 Sheriff Bot <webkit.review.bot@gmail.com>
160 Unreviewed, rolling out r103620.
161 http://trac.webkit.org/changeset/103620
162 https://bugs.webkit.org/show_bug.cgi?id=75316
164 Causes many crashes (Requested by abarth on #webkit).
166 * platform/chromium/fast/events/intercept-postmessage-expected.txt: Removed.
167 * platform/chromium/fast/events/intercept-postmessage.html: Removed.
169 2011-12-28 Alexander Pavlov <apavlov@chromium.org>
171 [V8][Chromium] 'randomString' in document.body.style always returns true
172 https://bugs.webkit.org/show_bug.cgi?id=75313
174 Reviewed by Adam Barth.
176 * fast/css/style-enumerate-properties-expected.txt:
177 * fast/css/style-enumerate-properties.html:
179 2011-12-28 Alexander Pavlov <apavlov@chromium.org>
181 Web Inspector: Introduce a Profiler launcher view similar to that in the Audits panel
182 https://bugs.webkit.org/show_bug.cgi?id=75228
184 Reviewed by Pavel Feldman.
186 * inspector/profiler/profiler-test.js:
187 (initialize_ProfilerTest):
189 2011-12-28 Hans Wennborg <hans@chromium.org>
191 IndexedDB: IDBKeyRange constructor should throw when lower > upper
192 https://bugs.webkit.org/show_bug.cgi?id=74705
194 Reviewed by Tony Chang.
196 Update tests to check that the IDBKeyRange constructor throws when
197 trying to specify illegal key ranges, and update tests that were
200 * storage/indexeddb/index-cursor-expected.txt:
201 * storage/indexeddb/index-cursor.html:
202 * storage/indexeddb/keyrange-expected.txt:
203 * storage/indexeddb/keyrange.html:
204 * storage/indexeddb/objectstore-cursor-expected.txt:
205 * storage/indexeddb/objectstore-cursor.html:
207 2011-12-28 Alexander Pavlov <apavlov@chromium.org>
209 Web Inspector: [protocol] empty enum constant should be replaced with identifier
210 https://bugs.webkit.org/show_bug.cgi?id=75273
212 Reviewed by Yury Semikhatsky.
214 * inspector/styles/get-set-stylesheet-text-expected.txt:
215 * inspector/styles/styles-new-API-expected.txt:
216 * inspector/styles/styles-source-offsets.html:
218 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
220 Add pass/crash expectation for svg/W3C-SVG-1.1/animate-elem-52-t.svg
221 on Chromium Mac and Linux debug bots per the WebKit bug 74788.
223 * platform/chromium/test_expectations.txt:
225 2011-12-27 Dominic Cooney <dominicc@chromium.org>
227 Remove initWebKitAnimationEvent method
228 https://bugs.webkit.org/show_bug.cgi?id=71698
230 Reviewed by Ojan Vafai.
232 * fast/events/init-events-expected.txt:
233 * fast/events/script-tests/init-events.js:
235 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
237 Chromium rebaselines for http://crbug.com/9768. It's hard to make sense of these failures at this point
238 but actual results appear to be correct.
240 * platform/chromium-linux/fast/forms/select-initial-position-expected.png:
241 * platform/chromium-linux/fast/forms/select-initial-position-expected.txt: Added.
242 * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.png:
243 * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.txt:
244 * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.png:
245 * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.txt: Removed.
246 * platform/chromium-win-xp/fast/text/international/001-expected.png: Added.
247 * platform/chromium-win-xp/fast/text/international/002-expected.png: Added.
248 * platform/chromium-win-xp/fast/text/international/wrap-CJK-001-expected.png: Added.
249 * platform/chromium-win/fast/forms/select-initial-position-expected.png:
250 * platform/chromium-win/fast/forms/select-initial-position-expected.txt:
251 * platform/chromium-win/fast/forms/select-visual-hebrew-expected.png:
252 * platform/chromium-win/fast/forms/select-visual-hebrew-expected.txt:
253 * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.png:
254 * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt:
255 * platform/chromium-win/fast/text/cg-fallback-bolding-expected.png:
256 * platform/chromium-win/fast/text/cg-fallback-bolding-expected.txt:
257 * platform/chromium-win/fast/text/international/001-expected.png:
258 * platform/chromium-win/fast/text/international/001-expected.txt:
259 * platform/chromium-win/fast/text/international/002-expected.png:
260 * platform/chromium-win/fast/text/international/002-expected.txt:
261 * platform/chromium-win/fast/text/international/wrap-CJK-001-expected.png:
262 * platform/chromium-win/fast/text/international/wrap-CJK-001-expected.txt:
263 * platform/chromium/test_expectations.txt:
265 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
267 Chromium Linux rebaseline. The difference is negligible for the purpose of this test.
269 * platform/chromium-linux/fast/forms/textarea-width-expected.png:
270 * platform/chromium-linux/fast/forms/textarea-width-expected.txt: Added.
271 * platform/chromium/test_expectations.txt:
273 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
275 Chromium Linux rebsaeline for http://crbug.com/10430. Glyphs look correct.
277 * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
278 * platform/chromium-linux/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
279 * platform/chromium-win-vista/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
280 * platform/chromium-win-vista/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
281 * platform/chromium-win-xp/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
282 * platform/chromium-win-xp/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
283 * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
284 * platform/chromium-win/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
285 * platform/chromium/test_expectations.txt:
287 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
289 Chromium rebaseline after Skia revision 105271.
290 fast/css/shadow-multiple.html appears to have regressed; the failure is tracked by http://crbug.com/105271.
292 * platform/chromium-win-xp/fast/multicol: Removed.
293 * platform/chromium-win-xp/fast/multicol/shadow-breaking-expected.png: Removed.
294 * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
295 * platform/chromium/test_expectations.txt:
297 2011-12-27 Dominic Cooney <dominicc@chromium.org>
299 Remove initWebKitTransitionEvent method
300 https://bugs.webkit.org/show_bug.cgi?id=71701
302 Reviewed by Ojan Vafai.
304 Now that WebKitTransitionEvent has a constructor, we don't need
307 * fast/events/init-events-expected.txt:
308 * fast/events/script-tests/init-events.js:
310 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
312 Chromium Linux CPU rebaseline after r103723.
314 * platform/chromium-gpu-linux/media/video-layer-crash-expected.png:
315 * platform/chromium-gpu-linux/media/video-transformed-expected.png:
316 * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png:
317 * platform/chromium-gpu-win/media/video-transformed-expected.txt: Removed.
318 * platform/chromium/test_expectations.txt:
320 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
322 Chromium rebaseline after r98596 part 6.
324 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-clipped-expected.png: Added.
325 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-clipped-nonzero-expected.png: Added.
326 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-objectBoundingBox-expected.png: Added.
327 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-clipped-use-expected.png: Added.
328 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-g-and-child-expected.png: Added.
329 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-g-expected.png: Added.
330 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-svg-and-child-expected.png: Added.
331 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-on-svg-expected.png: Added.
332 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-transform-2-expected.png: Added.
333 * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-use-as-child-expected.png: Added.
334 * platform/chromium-cg-mac/svg/clip-path/clip-path-clipped-expected.png: Removed.
335 * platform/chromium-cg-mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed.
336 * platform/chromium-cg-mac/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed.
337 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed.
338 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed.
339 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-g-expected.png: Removed.
340 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed.
341 * platform/chromium-cg-mac/svg/clip-path/clip-path-on-svg-expected.png: Removed.
342 * platform/chromium-cg-mac/svg/clip-path/clip-path-transform-2-expected.png: Removed.
343 * platform/chromium-cg-mac/svg/clip-path/clip-path-use-as-child-expected.png: Removed.
344 * platform/chromium-linux/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png:
345 * platform/chromium-linux/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png:
346 * platform/chromium-linux/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
347 * platform/chromium-linux/svg/clip-path/clip-path-clipped-expected.png:
348 * platform/chromium-linux/svg/clip-path/clip-path-clipped-nonzero-expected.png:
349 * platform/chromium-linux/svg/clip-path/clip-path-objectBoundingBox-expected.png:
350 * platform/chromium-linux/svg/clip-path/clip-path-on-clipped-use-expected.png:
351 * platform/chromium-linux/svg/clip-path/clip-path-on-g-and-child-expected.png:
352 * platform/chromium-linux/svg/clip-path/clip-path-on-g-expected.png:
353 * platform/chromium-linux/svg/clip-path/clip-path-on-svg-and-child-expected.png:
354 * platform/chromium-linux/svg/clip-path/clip-path-on-svg-expected.png:
355 * platform/chromium-linux/svg/clip-path/clip-path-transform-2-expected.png:
356 * platform/chromium-linux/svg/clip-path/clip-path-use-as-child-expected.png:
357 * platform/chromium-linux/svg/clip-path/clip-path-userSpaceOnUse-expected.png:
358 * platform/chromium-linux/svg/clip-path/clip-path-with-text-clipped-expected.png:
359 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Removed.
360 * platform/chromium-mac-snowleopard/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png:
361 * platform/chromium-mac-snowleopard/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png:
362 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Added.
363 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-clipped-expected.png: Added.
364 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-clipped-nonzero-expected.png: Added.
365 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-objectBoundingBox-expected.png: Added.
366 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-clipped-use-expected.png: Added.
367 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-g-and-child-expected.png: Added.
368 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-g-expected.png: Added.
369 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-svg-and-child-expected.png: Added.
370 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-on-svg-expected.png: Added.
371 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-transform-2-expected.png: Added.
372 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-use-as-child-expected.png: Added.
373 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Added.
374 * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-with-text-clipped-expected.png: Added.
375 * platform/chromium-mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Removed.
376 * platform/chromium-mac/svg/clip-path/clip-path-clipped-expected.png: Removed.
377 * platform/chromium-mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: Removed.
378 * platform/chromium-mac/svg/clip-path/clip-path-objectBoundingBox-expected.png: Removed.
379 * platform/chromium-mac/svg/clip-path/clip-path-on-clipped-use-expected.png: Removed.
380 * platform/chromium-mac/svg/clip-path/clip-path-on-g-and-child-expected.png: Removed.
381 * platform/chromium-mac/svg/clip-path/clip-path-on-g-expected.png: Removed.
382 * platform/chromium-mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: Removed.
383 * platform/chromium-mac/svg/clip-path/clip-path-on-svg-expected.png: Removed.
384 * platform/chromium-mac/svg/clip-path/clip-path-transform-2-expected.png: Removed.
385 * platform/chromium-mac/svg/clip-path/clip-path-use-as-child-expected.png: Removed.
386 * platform/chromium-mac/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Removed.
387 * platform/chromium-mac/svg/clip-path/clip-path-with-text-clipped-expected.png: Removed.
388 * platform/chromium-win-xp/svg/clip-path: Removed.
389 * platform/chromium-win/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png:
390 * platform/chromium-win/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png:
391 * platform/chromium-win/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png:
392 * platform/chromium-win/svg/clip-path/clip-path-clipped-expected.png:
393 * platform/chromium-win/svg/clip-path/clip-path-clipped-nonzero-expected.png:
394 * platform/chromium-win/svg/clip-path/clip-path-objectBoundingBox-expected.png:
395 * platform/chromium-win/svg/clip-path/clip-path-on-clipped-use-expected.png:
396 * platform/chromium-win/svg/clip-path/clip-path-on-g-and-child-expected.png:
397 * platform/chromium-win/svg/clip-path/clip-path-on-g-expected.png:
398 * platform/chromium-win/svg/clip-path/clip-path-on-svg-and-child-expected.png:
399 * platform/chromium-win/svg/clip-path/clip-path-on-svg-expected.png:
400 * platform/chromium-win/svg/clip-path/clip-path-transform-2-expected.png:
401 * platform/chromium-win/svg/clip-path/clip-path-use-as-child-expected.png:
402 * platform/chromium-win/svg/clip-path/clip-path-userSpaceOnUse-expected.png:
403 * platform/chromium-win/svg/clip-path/clip-path-with-text-clipped-expected.png:
404 * platform/chromium/test_expectations.txt:
405 * platform/gtk/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Removed.
406 * platform/gtk/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Removed.
407 * platform/gtk/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Removed.
408 * platform/gtk/svg/clip-path/clip-path-clipped-expected.txt: Removed.
409 * platform/gtk/svg/clip-path/clip-path-clipped-nonzero-expected.txt: Removed.
410 * platform/gtk/svg/clip-path/clip-path-objectBoundingBox-expected.txt: Removed.
411 * platform/gtk/svg/clip-path/clip-path-on-clipped-use-expected.txt: Removed.
412 * platform/gtk/svg/clip-path/clip-path-on-g-and-child-expected.txt: Removed.
413 * platform/gtk/svg/clip-path/clip-path-on-g-expected.txt: Removed.
414 * platform/gtk/svg/clip-path/clip-path-on-svg-and-child-expected.txt: Removed.
415 * platform/gtk/svg/clip-path/clip-path-on-svg-expected.txt: Removed.
416 * platform/gtk/svg/clip-path/clip-path-transform-2-expected.txt: Removed.
417 * platform/gtk/svg/clip-path/clip-path-use-as-child-expected.txt: Removed.
418 * platform/gtk/svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Removed.
419 * platform/mac/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Removed.
420 * platform/mac/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Removed.
421 * platform/mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Removed.
422 * platform/mac/svg/clip-path/clip-path-clipped-expected.txt: Removed.
423 * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.txt: Removed.
424 * platform/mac/svg/clip-path/clip-path-objectBoundingBox-expected.txt: Removed.
425 * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.txt: Removed.
426 * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.txt: Removed.
427 * platform/mac/svg/clip-path/clip-path-on-g-expected.txt: Removed.
428 * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.txt: Removed.
429 * platform/mac/svg/clip-path/clip-path-on-svg-expected.txt: Removed.
430 * platform/mac/svg/clip-path/clip-path-transform-2-expected.txt: Removed.
431 * platform/mac/svg/clip-path/clip-path-use-as-child-expected.txt: Removed.
432 * platform/mac/svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Removed.
433 * platform/qt/svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Removed.
434 * platform/qt/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Removed.
435 * platform/qt/svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Removed.
436 * platform/qt/svg/clip-path/clip-path-clipped-expected.txt: Removed.
437 * platform/qt/svg/clip-path/clip-path-clipped-nonzero-expected.txt: Removed.
438 * platform/qt/svg/clip-path/clip-path-objectBoundingBox-expected.txt: Removed.
439 * platform/qt/svg/clip-path/clip-path-on-clipped-use-expected.txt: Removed.
440 * platform/qt/svg/clip-path/clip-path-on-g-and-child-expected.txt: Removed.
441 * platform/qt/svg/clip-path/clip-path-on-g-expected.txt: Removed.
442 * platform/qt/svg/clip-path/clip-path-on-svg-and-child-expected.txt: Removed.
443 * platform/qt/svg/clip-path/clip-path-on-svg-expected.txt: Removed.
444 * platform/qt/svg/clip-path/clip-path-transform-2-expected.txt: Removed.
445 * platform/qt/svg/clip-path/clip-path-use-as-child-expected.txt: Removed.
446 * platform/qt/svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Removed.
447 * svg/clip-path/clip-in-mask-objectBoundingBox-expected.txt: Added.
448 * svg/clip-path/clip-in-mask-userSpaceOnUse-expected.txt: Added.
449 * svg/clip-path/clip-path-clipped-evenodd-twice-expected.txt: Added.
450 * svg/clip-path/clip-path-clipped-expected.txt: Added.
451 * svg/clip-path/clip-path-clipped-nonzero-expected.txt: Added.
452 * svg/clip-path/clip-path-objectBoundingBox-expected.txt: Added.
453 * svg/clip-path/clip-path-on-clipped-use-expected.txt: Added.
454 * svg/clip-path/clip-path-on-g-and-child-expected.txt: Added.
455 * svg/clip-path/clip-path-on-g-expected.txt: Added.
456 * svg/clip-path/clip-path-on-svg-and-child-expected.txt: Added.
457 * svg/clip-path/clip-path-on-svg-expected.txt: Added.
458 * svg/clip-path/clip-path-transform-2-expected.txt: Added.
459 * svg/clip-path/clip-path-use-as-child-expected.txt: Added.
460 * svg/clip-path/clip-path-userSpaceOnUse-expected.txt: Added.
462 2011-12-27 Tony Chang <tony@chromium.org>
464 [chromium] Unreviewed. According to the flakiness dashboard,
465 fast/forms/input-text-paste-maxlength.html,
466 fast/filesystem/filesystem-reference.html,
467 fast/filesystem/filesystem-uri-origin.html, and
468 fast/canvas/canvas-putImageData.html are no longer flaky.
470 * platform/chromium/test_expectations.txt:
472 2011-12-27 Tony Chang <tony@chromium.org>
474 [chromium] Unreviewed, clean up some obsolete expecatations.
476 * platform/chromium/test_expectations.txt:
477 svg/dom/SVGRectElement/rect-modify-rx.svg is passing according to the flakiness dashboard
478 and storage/close-during-stress-test.html is flaky in non-debug (very rare, less than 1% of the time).
480 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
482 Chromium rebaseline after r98596 part 5.
484 * platform/chromium-cg-mac-snowleopard/fast/transforms: Added.
485 * platform/chromium-cg-mac-snowleopard/fast/transforms/shadows-expected.png: Added.
486 * platform/chromium-cg-mac-snowleopard/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
487 * platform/chromium-cg-mac-snowleopard/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
488 * platform/chromium-cg-mac-snowleopard/svg/custom/use-on-clip-path-with-transformation-expected.png: Added.
489 * platform/chromium-cg-mac/fast/transforms/shadows-expected.png: Removed.
490 * platform/chromium-cg-mac/fast/writing-mode/border-styles-vertical-lr-expected.png: Removed.
491 * platform/chromium-cg-mac/fast/writing-mode/border-styles-vertical-rl-expected.png: Removed.
492 * platform/chromium-cg-mac/svg/custom/use-on-clip-path-with-transformation-expected.png: Removed.
493 * platform/chromium-linux-x86/fast/transforms: Removed.
494 * platform/chromium-linux-x86/fullscreen: Removed.
495 * platform/chromium-linux/fast/repaint/shadow-multiple-vertical-expected.png:
496 * platform/chromium-linux/fast/transforms/shadows-expected.png:
497 * platform/chromium-linux/fast/writing-mode/border-styles-vertical-lr-expected.png:
498 * platform/chromium-linux/fast/writing-mode/border-styles-vertical-rl-expected.png:
499 * platform/chromium-linux/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
500 * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-lr-expected.png:
501 * platform/chromium-linux/fast/writing-mode/box-shadow-vertical-rl-expected.png:
502 * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
503 * platform/chromium-linux/svg/custom/resource-invalidate-on-target-update-expected.png:
504 * platform/chromium-mac-leopard/fast/repaint/shadow-multiple-vertical-expected.png:
505 * platform/chromium-mac-leopard/fast/transforms/shadows-expected.png: Added.
506 * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png:
507 * platform/chromium-mac-snowleopard/fast/transforms: Added.
508 * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.png: Added.
509 * platform/chromium-mac-snowleopard/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
510 * platform/chromium-mac-snowleopard/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
511 * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
512 * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-lr-expected.png:
513 * platform/chromium-mac-snowleopard/fast/writing-mode/box-shadow-vertical-rl-expected.png:
514 * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
515 * platform/chromium-mac-snowleopard/svg/custom/resource-invalidate-on-target-update-expected.png:
516 * platform/chromium-mac-snowleopard/svg/custom/use-on-clip-path-with-transformation-expected.png: Added.
517 * platform/chromium-mac/fast/transforms/shadows-expected.png: Removed.
518 * platform/chromium-mac/fast/writing-mode/border-styles-vertical-lr-expected.png: Removed.
519 * platform/chromium-mac/fast/writing-mode/border-styles-vertical-rl-expected.png: Removed.
520 * platform/chromium-mac/svg/custom/use-on-clip-path-with-transformation-expected.png: Removed.
521 * platform/chromium-win-vista/fullscreen: Removed.
522 * platform/chromium-win-xp/fast/transforms: Removed.
523 * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png:
524 * platform/chromium-win/fast/transforms/shadows-expected.png:
525 * platform/chromium-win/fast/writing-mode/border-styles-vertical-lr-expected.png:
526 * platform/chromium-win/fast/writing-mode/border-styles-vertical-rl-expected.png:
527 * platform/chromium-win/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
528 * platform/chromium-win/fast/writing-mode/box-shadow-vertical-lr-expected.png:
529 * platform/chromium-win/fast/writing-mode/box-shadow-vertical-rl-expected.png:
530 * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
531 * platform/chromium-win/svg/custom/resource-invalidate-on-target-update-expected.png:
532 * platform/chromium-win/svg/custom/use-on-clip-path-with-transformation-expected.png:
533 * platform/chromium/test_expectations.txt:
534 * platform/gtk/svg/custom/resource-invalidate-on-target-update-expected.txt: Removed.
535 * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.txt: Removed.
536 * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt: Removed.
537 * platform/qt/svg/custom/use-on-clip-path-with-transformation-expected.txt: Removed.
538 * svg/custom/resource-invalidate-on-target-update-expected.txt: Added.
539 * svg/custom/use-on-clip-path-with-transformation-expected.txt: Added.
541 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
543 Chromium rebaseline after r98596 part 4.
545 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/border-radius-big-expected.png: Added.
546 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
547 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/spread-expected.png: Added.
548 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/spread-multiple-inset-expected.png: Added.
549 * platform/chromium-cg-mac-snowleopard/fast/box-shadow/spread-multiple-normal-expected.png: Added.
550 * platform/chromium-cg-mac-snowleopard/fast/clip: Added.
551 * platform/chromium-cg-mac-snowleopard/fast/clip/overflow-border-radius-clip-expected.png: Added.
552 * platform/chromium-cg-mac-snowleopard/fast/css/nested-rounded-corners-expected.png: Added.
553 * platform/chromium-cg-mac/fast/box-shadow/border-radius-big-expected.png: Removed.
554 * platform/chromium-cg-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Removed.
555 * platform/chromium-cg-mac/fast/box-shadow/spread-expected.png: Removed.
556 * platform/chromium-cg-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
557 * platform/chromium-cg-mac/fast/box-shadow/spread-multiple-normal-expected.png: Removed.
558 * platform/chromium-cg-mac/fast/clip/overflow-border-radius-clip-expected.png: Removed.
559 * platform/chromium-cg-mac/fast/css/nested-rounded-corners-expected.png: Removed.
560 * platform/chromium-cg-mac/fast/forms/validation-message-appearance-expected.txt: Removed.
561 * platform/chromium-linux-x86/fast/box-shadow: Removed.
562 * platform/chromium-linux-x86/fast/css/box-shadow-and-border-radius-expected.png:
563 * platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
564 * platform/chromium-linux/fast/box-shadow/inset-box-shadows-expected.png:
565 * platform/chromium-linux/fast/box-shadow/inset-expected.png:
566 * platform/chromium-linux/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
567 * platform/chromium-linux/fast/box-shadow/spread-expected.png:
568 * platform/chromium-linux/fast/box-shadow/spread-multiple-inset-expected.png:
569 * platform/chromium-linux/fast/box-shadow/spread-multiple-normal-expected.png:
570 * platform/chromium-linux/fast/clip/overflow-border-radius-clip-expected.png:
571 * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
572 * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png:
573 * platform/chromium-linux/fast/css/text-input-with-webkit-border-radius-expected.png:
574 * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
575 * platform/chromium-mac-leopard/fast/box-shadow/basic-shadows-expected.png:
576 * platform/chromium-mac-leopard/fast/box-shadow/spread-multiple-inset-expected.png:
577 * platform/chromium-mac-leopard/fast/clip/overflow-border-radius-clip-expected.png:
578 * platform/chromium-mac-leopard/fast/css/box-shadow-and-border-radius-expected.png: Added.
579 * platform/chromium-mac-leopard/fast/css/text-input-with-webkit-border-radius-expected.png: Added.
580 * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png: Added.
581 * platform/chromium-mac-snowleopard/fast/box-shadow/basic-shadows-expected.png: Added.
582 * platform/chromium-mac-snowleopard/fast/box-shadow/border-radius-big-expected.png: Added.
583 * platform/chromium-mac-snowleopard/fast/box-shadow/inset-box-shadows-expected.png: Added.
584 * platform/chromium-mac-snowleopard/fast/box-shadow/inset-expected.png: Added.
585 * platform/chromium-mac-snowleopard/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Added.
586 * platform/chromium-mac-snowleopard/fast/box-shadow/spread-expected.png: Added.
587 * platform/chromium-mac-snowleopard/fast/box-shadow/spread-multiple-inset-expected.png: Added.
588 * platform/chromium-mac-snowleopard/fast/box-shadow/spread-multiple-normal-expected.png: Added.
589 * platform/chromium-mac-snowleopard/fast/clip: Added.
590 * platform/chromium-mac-snowleopard/fast/clip/overflow-border-radius-clip-expected.png: Added.
591 * platform/chromium-mac-snowleopard/fast/css/box-shadow-and-border-radius-expected.png: Added.
592 * platform/chromium-mac-snowleopard/fast/css/nested-rounded-corners-expected.png: Added.
593 * platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.png: Added.
594 * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
595 * platform/chromium-mac/fast/box-shadow/border-radius-big-expected.png: Removed.
596 * platform/chromium-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png: Removed.
597 * platform/chromium-mac/fast/box-shadow/spread-expected.png: Removed.
598 * platform/chromium-mac/fast/box-shadow/spread-multiple-inset-expected.png: Removed.
599 * platform/chromium-mac/fast/box-shadow/spread-multiple-normal-expected.png: Removed.
600 * platform/chromium-mac/fast/clip/overflow-border-radius-clip-expected.png: Removed.
601 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png: Removed.
602 * platform/chromium-mac/fast/css/text-input-with-webkit-border-radius-expected.png: Removed.
603 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt: Removed.
604 * platform/chromium-win-vista/fast/css/box-shadow-and-border-radius-expected.png:
605 * platform/chromium-win-xp/fast/css/box-shadow-and-border-radius-expected.png:
606 * platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
607 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
608 * platform/chromium-win/fast/box-shadow/inset-box-shadows-expected.png:
609 * platform/chromium-win/fast/box-shadow/inset-expected.png:
610 * platform/chromium-win/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
611 * platform/chromium-win/fast/box-shadow/spread-expected.png:
612 * platform/chromium-win/fast/box-shadow/spread-multiple-inset-expected.png:
613 * platform/chromium-win/fast/box-shadow/spread-multiple-normal-expected.png:
614 * platform/chromium-win/fast/clip/overflow-border-radius-clip-expected.png:
615 * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
616 * platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
617 * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.png:
618 * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
619 * platform/chromium/fast/forms/validation-message-appearance-expected.txt: Added.
620 * platform/chromium/test_expectations.txt:
622 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
624 Chromium rebaseline after r98596 part 3.
626 * fast/borders/borderRadiusGroove01-expected.txt: Removed.
627 * fast/borders/borderRadiusGroove02-expected.txt: Removed.
628 * fast/borders/borderRadiusInset01-expected.txt: Removed.
629 * fast/borders/borderRadiusOutset01-expected.txt: Removed.
630 * fast/borders/borderRadiusRidge01-expected.txt: Removed.
631 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-groove-01-expected.png: Added.
632 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-groove-02-expected.png: Added.
633 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-groove-03-expected.png: Added.
634 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-inset-outset-expected.png: Added.
635 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png: Added.
636 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-wide-border-01-expected.png: Added.
637 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-wide-border-02-expected.png: Added.
638 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-wide-border-03-expected.png: Added.
639 * platform/chromium-cg-mac-snowleopard/fast/borders/border-radius-wide-border-04-expected.png: Added.
640 * platform/chromium-cg-mac-snowleopard/fast/borders/border-styles-split-expected.png: Added.
641 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusGroove01-expected.png: Added.
642 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusGroove02-expected.png: Added.
643 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusInset01-expected.png: Added.
644 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusOutset01-expected.png: Added.
645 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusRidge01-expected.png: Added.
646 * platform/chromium-cg-mac-snowleopard/fast/borders/different-color-borders-expected.png: Added.
647 * platform/chromium-cg-mac-snowleopard/fast/borders/fieldsetBorderRadius-expected.png: Added.
648 * platform/chromium-cg-mac-snowleopard/fast/borders/mixed-border-styles-radius2-expected.png: Added.
649 * platform/chromium-cg-mac/fast/borders/border-radius-groove-01-expected.png: Removed.
650 * platform/chromium-cg-mac/fast/borders/border-radius-groove-02-expected.png: Removed.
651 * platform/chromium-cg-mac/fast/borders/border-radius-groove-03-expected.png: Removed.
652 * platform/chromium-cg-mac/fast/borders/border-radius-inset-outset-expected.png: Removed.
653 * platform/chromium-cg-mac/fast/borders/border-radius-split-inline-expected.png: Removed.
654 * platform/chromium-cg-mac/fast/borders/border-radius-wide-border-01-expected.png: Removed.
655 * platform/chromium-cg-mac/fast/borders/border-radius-wide-border-02-expected.png: Removed.
656 * platform/chromium-cg-mac/fast/borders/border-radius-wide-border-03-expected.png: Removed.
657 * platform/chromium-cg-mac/fast/borders/border-radius-wide-border-04-expected.png: Removed.
658 * platform/chromium-cg-mac/fast/borders/border-styles-split-expected.png: Removed.
659 * platform/chromium-cg-mac/fast/borders/borderRadiusGroove01-expected.png: Removed.
660 * platform/chromium-cg-mac/fast/borders/borderRadiusGroove02-expected.png: Removed.
661 * platform/chromium-cg-mac/fast/borders/borderRadiusInset01-expected.png: Removed.
662 * platform/chromium-cg-mac/fast/borders/borderRadiusOutset01-expected.png: Removed.
663 * platform/chromium-cg-mac/fast/borders/borderRadiusRidge01-expected.png: Removed.
664 * platform/chromium-cg-mac/fast/borders/different-color-borders-expected.png: Removed.
665 * platform/chromium-cg-mac/fast/borders/fieldsetBorderRadius-expected.png: Removed.
666 * platform/chromium-cg-mac/fast/borders/mixed-border-styles-radius2-expected.png: Removed.
667 * platform/chromium-linux/fast/borders/border-radius-groove-01-expected.png:
668 * platform/chromium-linux/fast/borders/border-radius-groove-02-expected.png:
669 * platform/chromium-linux/fast/borders/border-radius-groove-03-expected.png:
670 * platform/chromium-linux/fast/borders/border-radius-inset-outset-expected.png:
671 * platform/chromium-linux/fast/borders/border-radius-split-inline-expected.png:
672 * platform/chromium-linux/fast/borders/border-radius-wide-border-01-expected.png:
673 * platform/chromium-linux/fast/borders/border-radius-wide-border-02-expected.png:
674 * platform/chromium-linux/fast/borders/border-radius-wide-border-03-expected.png:
675 * platform/chromium-linux/fast/borders/border-radius-wide-border-04-expected.png:
676 * platform/chromium-linux/fast/borders/border-styles-split-expected.png:
677 * platform/chromium-linux/fast/borders/borderRadiusGroove01-expected.png:
678 * platform/chromium-linux/fast/borders/borderRadiusGroove02-expected.png:
679 * platform/chromium-linux/fast/borders/borderRadiusInset01-expected.png:
680 * platform/chromium-linux/fast/borders/borderRadiusOutset01-expected.png:
681 * platform/chromium-linux/fast/borders/borderRadiusRidge01-expected.png:
682 * platform/chromium-linux/fast/borders/different-color-borders-expected.png:
683 * platform/chromium-linux/fast/borders/fieldsetBorderRadius-expected.png:
684 * platform/chromium-linux/fast/borders/mixed-border-styles-radius-expected.png:
685 * platform/chromium-linux/fast/borders/mixed-border-styles-radius2-expected.png:
686 * platform/chromium-mac-leopard/fast/borders/border-radius-split-inline-expected.png: Added.
687 * platform/chromium-mac-leopard/fast/borders/different-color-borders-expected.png:
688 * platform/chromium-mac-snowleopard/fast/borders/border-radius-groove-01-expected.png: Added.
689 * platform/chromium-mac-snowleopard/fast/borders/border-radius-groove-02-expected.png: Added.
690 * platform/chromium-mac-snowleopard/fast/borders/border-radius-groove-03-expected.png: Added.
691 * platform/chromium-mac-snowleopard/fast/borders/border-radius-inset-outset-expected.png: Added.
692 * platform/chromium-mac-snowleopard/fast/borders/border-radius-split-inline-expected.png: Added.
693 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-01-expected.png: Added.
694 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-02-expected.png: Added.
695 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-03-expected.png: Added.
696 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-04-expected.png: Added.
697 * platform/chromium-mac-snowleopard/fast/borders/border-styles-split-expected.png: Added.
698 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusGroove01-expected.png: Added.
699 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusGroove02-expected.png: Added.
700 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusInset01-expected.png: Added.
701 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusOutset01-expected.png: Added.
702 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusRidge01-expected.png: Added.
703 * platform/chromium-mac-snowleopard/fast/borders/different-color-borders-expected.png: Added.
704 * platform/chromium-mac-snowleopard/fast/borders/fieldsetBorderRadius-expected.png: Added.
705 * platform/chromium-mac-snowleopard/fast/borders/mixed-border-styles-radius-expected.png:
706 * platform/chromium-mac-snowleopard/fast/borders/mixed-border-styles-radius2-expected.png: Added.
707 * platform/chromium-mac/fast/borders/border-radius-groove-01-expected.png: Removed.
708 * platform/chromium-mac/fast/borders/border-radius-groove-02-expected.png: Removed.
709 * platform/chromium-mac/fast/borders/border-radius-groove-03-expected.png: Removed.
710 * platform/chromium-mac/fast/borders/border-radius-inset-outset-expected.png: Removed.
711 * platform/chromium-mac/fast/borders/border-radius-split-inline-expected.png: Removed.
712 * platform/chromium-mac/fast/borders/border-radius-wide-border-01-expected.png: Removed.
713 * platform/chromium-mac/fast/borders/border-radius-wide-border-02-expected.png: Removed.
714 * platform/chromium-mac/fast/borders/border-radius-wide-border-03-expected.png: Removed.
715 * platform/chromium-mac/fast/borders/border-radius-wide-border-04-expected.png: Removed.
716 * platform/chromium-mac/fast/borders/border-styles-split-expected.png: Removed.
717 * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.png: Removed.
718 * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png: Removed.
719 * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png: Removed.
720 * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.png: Removed.
721 * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.png: Removed.
722 * platform/chromium-mac/fast/borders/different-color-borders-expected.png: Removed.
723 * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.png: Removed.
724 * platform/chromium-mac/fast/borders/mixed-border-styles-radius2-expected.png: Removed.
725 * platform/chromium-win/fast/borders/border-radius-groove-01-expected.png:
726 * platform/chromium-win/fast/borders/border-radius-groove-02-expected.png:
727 * platform/chromium-win/fast/borders/border-radius-groove-03-expected.png:
728 * platform/chromium-win/fast/borders/border-radius-inset-outset-expected.png:
729 * platform/chromium-win/fast/borders/border-radius-split-inline-expected.png:
730 * platform/chromium-win/fast/borders/border-radius-wide-border-01-expected.png:
731 * platform/chromium-win/fast/borders/border-radius-wide-border-02-expected.png:
732 * platform/chromium-win/fast/borders/border-radius-wide-border-03-expected.png:
733 * platform/chromium-win/fast/borders/border-radius-wide-border-04-expected.png:
734 * platform/chromium-win/fast/borders/border-styles-split-expected.png:
735 * platform/chromium-win/fast/borders/borderRadiusGroove01-expected.png:
736 * platform/chromium-win/fast/borders/borderRadiusGroove02-expected.png:
737 * platform/chromium-win/fast/borders/borderRadiusInset01-expected.png:
738 * platform/chromium-win/fast/borders/borderRadiusOutset01-expected.png:
739 * platform/chromium-win/fast/borders/borderRadiusRidge01-expected.png:
740 * platform/chromium-win/fast/borders/different-color-borders-expected.png:
741 * platform/chromium-win/fast/borders/fieldsetBorderRadius-expected.png:
742 * platform/chromium-win/fast/borders/mixed-border-styles-radius-expected.png:
743 * platform/chromium-win/fast/borders/mixed-border-styles-radius2-expected.png:
744 * platform/chromium/test_expectations.txt:
746 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
748 Add an expected result meant to be added in r103723.
750 * platform/chromium/compositing/scaling: Added.
751 * platform/chromium/compositing/scaling/tiled-layer-recursion-expected.png: Added.
753 2011-12-27 Gavin Barraclough <barraclough@apple.com>
755 https://bugs.webkit.org/show_bug.cgi?id=75260
756 Null name for host function can result in dereference of uninitialize memory
758 Reviewed by Filip Pizlo.
760 Added a test for String applies to the ThrowTypeError function object -
761 if this does not crash, it passes!
763 * fast/js/basic-strict-mode-expected.txt:
764 * fast/js/script-tests/basic-strict-mode.js:
766 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
768 Chromium rebaseline after r98596 part 2.
770 * fast/borders/borderRadiusDotted02-expected.txt: Added.
771 * fast/borders/borderRadiusDotted03-expected.txt: Added.
772 * fast/borders/borderRadiusDouble01-expected.txt: Removed.
773 * fast/borders/borderRadiusDouble02-expected.txt: Removed.
774 * fast/borders/borderRadiusDouble03-expected.txt: Removed.
775 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted01-expected.png: Added.
776 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted02-expected.png: Added.
777 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted03-expected.png: Added.
778 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted04-expected.png: Added.
779 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted05-expected.png: Added.
780 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDotted06-expected.png: Added.
781 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble01-expected.png: Added.
782 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble02-expected.png: Added.
783 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble03-expected.png: Added.
784 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble04-expected.png: Added.
785 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble05-expected.png: Added.
786 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble06-expected.png: Added.
787 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble07-expected.png: Added.
788 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble08-expected.png: Added.
789 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDouble09-expected.png: Added.
790 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted01-expected.png: Removed.
791 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted02-expected.png: Removed.
792 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted03-expected.png: Removed.
793 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted04-expected.png: Removed.
794 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted05-expected.png: Removed.
795 * platform/chromium-cg-mac/fast/borders/borderRadiusDotted06-expected.png: Removed.
796 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble01-expected.png: Removed.
797 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble02-expected.png: Removed.
798 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble03-expected.png: Removed.
799 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble04-expected.png: Removed.
800 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble05-expected.png: Removed.
801 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble06-expected.png: Removed.
802 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble07-expected.png: Removed.
803 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble08-expected.png: Removed.
804 * platform/chromium-cg-mac/fast/borders/borderRadiusDouble09-expected.png: Removed.
805 * platform/chromium-linux/fast/borders/borderRadiusDotted01-expected.png:
806 * platform/chromium-linux/fast/borders/borderRadiusDotted02-expected.png:
807 * platform/chromium-linux/fast/borders/borderRadiusDotted03-expected.png:
808 * platform/chromium-linux/fast/borders/borderRadiusDotted04-expected.png:
809 * platform/chromium-linux/fast/borders/borderRadiusDotted05-expected.png:
810 * platform/chromium-linux/fast/borders/borderRadiusDotted06-expected.png:
811 * platform/chromium-linux/fast/borders/borderRadiusDouble01-expected.png:
812 * platform/chromium-linux/fast/borders/borderRadiusDouble02-expected.png:
813 * platform/chromium-linux/fast/borders/borderRadiusDouble03-expected.png:
814 * platform/chromium-linux/fast/borders/borderRadiusDouble04-expected.png:
815 * platform/chromium-linux/fast/borders/borderRadiusDouble05-expected.png:
816 * platform/chromium-linux/fast/borders/borderRadiusDouble06-expected.png:
817 * platform/chromium-linux/fast/borders/borderRadiusDouble07-expected.png:
818 * platform/chromium-linux/fast/borders/borderRadiusDouble08-expected.png:
819 * platform/chromium-linux/fast/borders/borderRadiusDouble09-expected.png:
820 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted01-expected.png: Added.
821 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted02-expected.png: Added.
822 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted03-expected.png: Added.
823 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted04-expected.png: Added.
824 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted05-expected.png: Added.
825 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDotted06-expected.png: Added.
826 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble01-expected.png: Added.
827 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble02-expected.png: Added.
828 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble03-expected.png: Added.
829 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble04-expected.png: Added.
830 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble05-expected.png: Added.
831 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble06-expected.png: Added.
832 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble07-expected.png: Added.
833 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble08-expected.png: Added.
834 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDouble09-expected.png: Added.
835 * platform/chromium-mac/fast/borders/borderRadiusDotted01-expected.png: Removed.
836 * platform/chromium-mac/fast/borders/borderRadiusDotted02-expected.png: Removed.
837 * platform/chromium-mac/fast/borders/borderRadiusDotted03-expected.png: Removed.
838 * platform/chromium-mac/fast/borders/borderRadiusDotted04-expected.png: Removed.
839 * platform/chromium-mac/fast/borders/borderRadiusDotted05-expected.png: Removed.
840 * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.png: Removed.
841 * platform/chromium-mac/fast/borders/borderRadiusDouble01-expected.png: Removed.
842 * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.png: Removed.
843 * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png: Removed.
844 * platform/chromium-mac/fast/borders/borderRadiusDouble04-expected.png: Removed.
845 * platform/chromium-mac/fast/borders/borderRadiusDouble05-expected.png: Removed.
846 * platform/chromium-mac/fast/borders/borderRadiusDouble06-expected.png: Removed.
847 * platform/chromium-mac/fast/borders/borderRadiusDouble07-expected.png: Removed.
848 * platform/chromium-mac/fast/borders/borderRadiusDouble08-expected.png: Removed.
849 * platform/chromium-mac/fast/borders/borderRadiusDouble09-expected.png: Removed.
850 * platform/chromium-win/fast/borders/borderRadiusDotted01-expected.png:
851 * platform/chromium-win/fast/borders/borderRadiusDotted02-expected.png:
852 * platform/chromium-win/fast/borders/borderRadiusDotted03-expected.png:
853 * platform/chromium-win/fast/borders/borderRadiusDotted04-expected.png:
854 * platform/chromium-win/fast/borders/borderRadiusDotted05-expected.png:
855 * platform/chromium-win/fast/borders/borderRadiusDotted06-expected.png:
856 * platform/chromium-win/fast/borders/borderRadiusDouble01-expected.png:
857 * platform/chromium-win/fast/borders/borderRadiusDouble02-expected.png:
858 * platform/chromium-win/fast/borders/borderRadiusDouble03-expected.png:
859 * platform/chromium-win/fast/borders/borderRadiusDouble04-expected.png:
860 * platform/chromium-win/fast/borders/borderRadiusDouble05-expected.png:
861 * platform/chromium-win/fast/borders/borderRadiusDouble06-expected.png:
862 * platform/chromium-win/fast/borders/borderRadiusDouble07-expected.png:
863 * platform/chromium-win/fast/borders/borderRadiusDouble08-expected.png:
864 * platform/chromium-win/fast/borders/borderRadiusDouble09-expected.png:
865 * platform/chromium/test_expectations.txt:
866 * platform/qt/fast/borders/borderRadiusDotted02-expected.txt: Removed.
867 * platform/qt/fast/borders/borderRadiusDotted03-expected.txt: Removed.
869 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
871 Chromium rebaseline after r98596 part 1.
873 * fast/borders/border-radius-complex-inner-expected.txt: Added.
874 * fast/borders/borderRadiusArcs01-expected.txt: Removed.
875 * fast/borders/borderRadiusDashed01-expected.txt: Added.
876 * platform/chromium-cg-mac-snowleopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
877 * platform/chromium-cg-mac-snowleopard/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
878 * platform/chromium-cg-mac-snowleopard/fast/backgrounds/gradient-background-leakage-expected.png: Added.
879 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Added.
880 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusArcs01-expected.png: Added.
881 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed01-expected.png: Added.
882 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed02-expected.png: Added.
883 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed03-expected.png: Added.
884 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed04-expected.png: Added.
885 * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed05-expected.png: Added.
886 * platform/chromium-cg-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Removed.
887 * platform/chromium-cg-mac/fast/backgrounds/border-radius-split-background-image-expected.png: Removed.
888 * platform/chromium-cg-mac/fast/backgrounds/gradient-background-leakage-expected.png: Removed.
889 * platform/chromium-cg-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Removed.
890 * platform/chromium-cg-mac/fast/borders/borderRadiusArcs01-expected.png: Removed.
891 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed01-expected.png: Removed.
892 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed02-expected.png: Removed.
893 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed03-expected.png: Removed.
894 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed04-expected.png: Removed.
895 * platform/chromium-cg-mac/fast/borders/borderRadiusDashed05-expected.png: Removed.
896 * platform/chromium-linux-x86/fast/backgrounds: Removed.
897 * platform/chromium-linux-x86/fast/borders: Removed.
898 * platform/chromium-linux/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
899 * platform/chromium-linux/fast/backgrounds/border-radius-split-background-image-expected.png:
900 * platform/chromium-linux/fast/borders/border-radius-complex-inner-expected.png:
901 * platform/chromium-linux/fast/borders/border-radius-different-width-001-expected.png:
902 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
903 * platform/chromium-linux/fast/borders/borderRadiusArcs01-expected.png:
904 * platform/chromium-linux/fast/borders/borderRadiusDashed01-expected.png:
905 * platform/chromium-linux/fast/borders/borderRadiusDashed02-expected.png:
906 * platform/chromium-linux/fast/borders/borderRadiusDashed03-expected.png:
907 * platform/chromium-linux/fast/borders/borderRadiusDashed04-expected.png:
908 * platform/chromium-linux/fast/borders/borderRadiusDashed05-expected.png:
909 * platform/chromium-linux/svg/batik/text/textLength-expected.png: Added.
910 * platform/chromium-linux/svg/batik/text/textLength-expected.txt: Removed.
911 * platform/chromium-mac-leopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
912 * platform/chromium-mac-leopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
913 * platform/chromium-mac-snowleopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
914 * platform/chromium-mac-snowleopard/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
915 * platform/chromium-mac-snowleopard/fast/backgrounds/gradient-background-leakage-expected.png: Added.
916 * platform/chromium-mac-snowleopard/fast/borders/border-radius-complex-inner-expected.png:
917 * platform/chromium-mac-snowleopard/fast/borders/border-radius-different-width-001-expected.png:
918 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Added.
919 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusArcs01-expected.png: Added.
920 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed01-expected.png: Added.
921 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed02-expected.png: Added.
922 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed03-expected.png: Added.
923 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed04-expected.png: Added.
924 * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed05-expected.png: Added.
925 * platform/chromium-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Removed.
926 * platform/chromium-mac/fast/backgrounds/border-radius-split-background-image-expected.png: Removed.
927 * platform/chromium-mac/fast/backgrounds/gradient-background-leakage-expected.png: Removed.
928 * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png: Removed.
929 * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png: Removed.
930 * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.png: Removed.
931 * platform/chromium-mac/fast/borders/borderRadiusDashed02-expected.png: Removed.
932 * platform/chromium-mac/fast/borders/borderRadiusDashed03-expected.png: Removed.
933 * platform/chromium-mac/fast/borders/borderRadiusDashed04-expected.png: Removed.
934 * platform/chromium-mac/fast/borders/borderRadiusDashed05-expected.png: Removed.
935 * platform/chromium-win-vista/fast/borders: Removed.
936 * platform/chromium-win-xp/fast/borders: Removed.
937 * platform/chromium-win/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
938 * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.png:
939 * platform/chromium-win/fast/backgrounds/gradient-background-leakage-expected.png:
940 * platform/chromium-win/fast/borders/border-radius-complex-inner-expected.png:
941 * platform/chromium-win/fast/borders/border-radius-different-width-001-expected.png:
942 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
943 * platform/chromium-win/fast/borders/borderRadiusArcs01-expected.png:
944 * platform/chromium-win/fast/borders/borderRadiusDashed01-expected.png:
945 * platform/chromium-win/fast/borders/borderRadiusDashed02-expected.png:
946 * platform/chromium-win/fast/borders/borderRadiusDashed03-expected.png:
947 * platform/chromium-win/fast/borders/borderRadiusDashed04-expected.png:
948 * platform/chromium-win/fast/borders/borderRadiusDashed05-expected.png:
949 * platform/chromium/test_expectations.txt:
950 * platform/gtk/fast/borders/border-radius-complex-inner-expected.txt: Removed.
951 * platform/mac/fast/borders/border-radius-complex-inner-expected.txt: Removed.
952 * platform/qt/fast/borders/border-radius-complex-inner-expected.txt: Removed.
953 * platform/qt/fast/borders/borderRadiusDashed01-expected.txt: Removed.
955 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
957 [Chromium] media/video-layer-crash.html media/video-transformed.html media/video-zoom-controls.html are failing on linux and win gpu.
958 https://bugs.webkit.org/show_bug.cgi?id=73905
960 Unreviewed rebaseline.
962 Also rebaselined compositing/color-matching/image-color-matching.html, compositing/geometry/vertical-scroll-composited.html
963 and compositing/scaling/tiled-layer-recursion.html.
965 * platform/chromium-cg-mac-leopard/compositing/color-matching/image-color-matching-expected.png:
966 * platform/chromium-cg-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png:
967 * platform/chromium-gpu-cg-mac/media/video-transformed-expected.png:
968 * platform/chromium-gpu-mac/media/video-transformed-expected.png:
969 * platform/chromium-gpu-win/media/video-layer-crash-expected.txt: Removed.
970 * platform/chromium-gpu-win/media/video-transformed-expected.png:
971 * platform/chromium-gpu-win/media/video-transformed-expected.txt: Added.
972 * platform/chromium-linux/compositing/color-matching/image-color-matching-expected.png:
973 * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
974 * platform/chromium-linux/compositing/scaling/tiled-layer-recursion-expected.png:
975 * platform/chromium-mac-leopard/compositing/color-matching/image-color-matching-expected.png:
976 * platform/chromium-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png:
977 * platform/chromium-win/compositing/color-matching/image-color-matching-expected.png:
978 * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
979 * platform/chromium-win/compositing/scaling/tiled-layer-recursion-expected.png:
980 * platform/chromium/compositing/geometry/vertical-scroll-composited-expected.png: Replaced.
981 * platform/chromium/compositing/scaling: Removed.
982 * platform/chromium/compositing/scaling/tiled-layer-recursion-expected.png: Removed.
983 * platform/chromium/test_expectations.txt:
985 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
987 bidi-override-in-anonymous-block.html is failing
988 https://bugs.webkit.org/show_bug.cgi?id=74688
990 Chromium rebaseline after r103719.
992 * platform/chromium-cg-mac/fast/css/bidi-override-in-anonymous-block-expected.png: Removed.
993 * platform/chromium-mac/fast/css/bidi-override-in-anonymous-block-expected.png: Removed.
994 * platform/chromium-win/fast/css/bidi-override-in-anonymous-block-expected.txt:
995 * platform/chromium/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
996 * platform/chromium/fast/css/bidi-override-in-anonymous-block-expected.txt: Added.
997 * platform/chromium/test_expectations.txt:
999 2011-12-27 Adam Barth <abarth@webkit.org>
1001 bidi-override-in-anonymous-block.html is failing
1002 https://bugs.webkit.org/show_bug.cgi?id=74688
1006 This test just needs an updated expectation. The case that changed is
1007 the last (in the HTML) Ruby case. That tests an <rt> element nested
1008 inside an <rb> element. Previously, the <rt> element closed the <rb>
1009 element, but the HTML5 spec changed the parser so that the <rt> does
1010 not close the <rb>. I don't fully understand the issues, but the
1011 discussion on the mailing list makes it sound like this is the better
1014 In any case, the change in parsing behavior changed how we render this
1015 test case. The bidi aspect are still functioning correctly.
1017 * platform/chromium/test_expectations.txt:
1018 * platform/mac/fast/css/bidi-override-in-anonymous-block-expected.txt:
1019 * platform/mac/test_expectations.txt:
1021 2011-12-27 Ryosuke Niwa <rniwa@webkit.org>
1023 Chromium rebaseline after r103251.
1025 Also remove failing expectations from tables/mozilla/bugs/bug9024.html on Snow Leopard
1026 and svg/clip-path/clip-path-text-and-stroke.svg on all but Leopard.
1028 * platform/chromium-cg-mac-leopard/css2.1/20110323/border-conflict-style-079-expected.png:
1029 * platform/chromium-cg-mac-leopard/css2.1/20110323/floating-replaced-height-008-expected.png:
1030 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Added.
1031 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
1032 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Added.
1033 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Added.
1034 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Added.
1035 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
1036 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Added.
1037 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Added.
1038 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Added.
1039 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Added.
1040 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
1041 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
1042 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added.
1043 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
1044 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added.
1045 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added.
1046 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added.
1047 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
1048 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
1049 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
1050 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
1051 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
1052 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
1053 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
1054 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
1055 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
1056 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Added.
1057 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Added.
1058 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
1059 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
1060 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Added.
1061 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
1062 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Added.
1063 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Added.
1064 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Added.
1065 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Added.
1066 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Added.
1067 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
1068 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
1069 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Added.
1070 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
1071 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Added.
1072 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Added.
1073 * platform/chromium-cg-mac-leopard/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Added.
1074 * platform/chromium-cg-mac-leopard/fast/borders/border-antialiasing-expected.png:
1075 * platform/chromium-cg-mac-snowleopard/css2.1/20110323/border-conflict-style-079-expected.png:
1076 * platform/chromium-cg-mac-snowleopard/css2.1/20110323/floating-replaced-height-008-expected.png:
1077 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
1078 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
1079 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
1080 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
1081 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
1082 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
1083 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
1084 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
1085 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
1086 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
1087 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
1088 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
1089 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
1090 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
1091 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
1092 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
1093 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
1094 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
1095 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
1096 * platform/chromium-cg-mac-snowleopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
1097 * platform/chromium-cg-mac-snowleopard/fast/borders/border-antialiasing-expected.png: Added.
1098 * platform/chromium-mac-leopard/css2.1/20110323/border-conflict-style-079-expected.png:
1099 * platform/chromium-mac-leopard/css2.1/20110323/floating-replaced-height-008-expected.png:
1100 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
1101 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
1102 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
1103 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
1104 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
1105 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
1106 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
1107 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
1108 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
1109 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
1110 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
1111 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
1112 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
1113 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
1114 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
1115 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
1116 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
1117 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
1118 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
1119 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
1120 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
1121 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
1122 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
1123 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
1124 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
1125 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
1126 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
1127 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
1128 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
1129 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
1130 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
1131 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
1132 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
1133 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
1134 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
1135 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
1136 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
1137 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
1138 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
1139 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
1140 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
1141 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
1142 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
1143 * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
1144 * platform/chromium-mac-leopard/fast/borders/border-antialiasing-expected.png:
1145 * platform/chromium-mac-snowleopard/css2.1/20110323/border-conflict-style-079-expected.png:
1146 * platform/chromium-mac-snowleopard/css2.1/20110323/floating-replaced-height-008-expected.png:
1147 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Added.
1148 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Added.
1149 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Added.
1150 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added.
1151 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added.
1152 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Added.
1153 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Added.
1154 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Added.
1155 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Added.
1156 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Added.
1157 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Added.
1158 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Added.
1159 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Added.
1160 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Added.
1161 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Added.
1162 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Added.
1163 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Added.
1164 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Added.
1165 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Added.
1166 * platform/chromium-mac-snowleopard/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Added.
1167 * platform/chromium-mac-snowleopard/fast/borders/border-antialiasing-expected.png: Added.
1168 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-06-d-expected.png: Removed.
1169 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-16-d-expected.png: Removed.
1170 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-53-d-expected.png: Removed.
1171 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Removed.
1172 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Removed.
1173 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-61-d-expected.png: Removed.
1174 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-62-d-expected.png: Removed.
1175 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-63-d-expected.png: Removed.
1176 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-64-d-expected.png: Removed.
1177 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-65-d-expected.png: Removed.
1178 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-66-d-expected.png: Removed.
1179 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-67-d-expected.png: Removed.
1180 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-68-d-expected.png: Removed.
1181 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-69-d-expected.png: Removed.
1182 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-73-d-expected.png: Removed.
1183 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-74-d-expected.png: Removed.
1184 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-76-d-expected.png: Removed.
1185 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-83-d-expected.png: Removed.
1186 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-84-d-expected.png: Removed.
1187 * platform/chromium-mac/css2.1/t170602-bdr-conflct-w-86-d-expected.png: Removed.
1188 * platform/chromium-mac/fast/borders/border-antialiasing-expected.png: Removed.
1189 * platform/chromium-win-xp/css2.1/20110323: Removed.
1190 * platform/chromium-win/css2.1/20110323/border-conflict-style-079-expected.png:
1191 * platform/chromium-win/css2.1/20110323/floating-replaced-height-008-expected.png:
1192 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
1193 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
1194 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
1195 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
1196 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
1197 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
1198 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
1199 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
1200 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
1201 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
1202 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
1203 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
1204 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
1205 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
1206 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
1207 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
1208 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
1209 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
1210 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
1211 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
1212 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
1213 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
1214 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
1215 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
1216 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
1217 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
1218 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
1219 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
1220 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
1221 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
1222 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
1223 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
1224 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
1225 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
1226 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
1227 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
1228 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
1229 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
1230 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
1231 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
1232 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
1233 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
1234 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
1235 * platform/chromium-win/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
1236 * platform/chromium/css2.1/t170602-bdr-conflct-w-05-d-expected.png: Added.
1237 * platform/chromium/css2.1/t170602-bdr-conflct-w-07-d-expected.png: Added.
1238 * platform/chromium/css2.1/t170602-bdr-conflct-w-08-d-expected.png: Added.
1239 * platform/chromium/css2.1/t170602-bdr-conflct-w-15-d-expected.png: Added.
1240 * platform/chromium/css2.1/t170602-bdr-conflct-w-17-d-expected.png: Added.
1241 * platform/chromium/css2.1/t170602-bdr-conflct-w-18-d-expected.png: Added.
1242 * platform/chromium/css2.1/t170602-bdr-conflct-w-51-d-expected.png: Added.
1243 * platform/chromium/css2.1/t170602-bdr-conflct-w-52-d-expected.png: Added.
1244 * platform/chromium/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added.
1245 * platform/chromium/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added.
1246 * platform/chromium/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added.
1247 * platform/chromium/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added.
1248 * platform/chromium/css2.1/t170602-bdr-conflct-w-71-d-expected.png: Added.
1249 * platform/chromium/css2.1/t170602-bdr-conflct-w-72-d-expected.png: Added.
1250 * platform/chromium/css2.1/t170602-bdr-conflct-w-75-d-expected.png: Added.
1251 * platform/chromium/css2.1/t170602-bdr-conflct-w-77-d-expected.png: Added.
1252 * platform/chromium/css2.1/t170602-bdr-conflct-w-78-d-expected.png: Added.
1253 * platform/chromium/css2.1/t170602-bdr-conflct-w-79-d-expected.png: Added.
1254 * platform/chromium/css2.1/t170602-bdr-conflct-w-81-d-expected.png: Added.
1255 * platform/chromium/css2.1/t170602-bdr-conflct-w-82-d-expected.png: Added.
1256 * platform/chromium/css2.1/t170602-bdr-conflct-w-85-d-expected.png: Added.
1257 * platform/chromium/css2.1/t170602-bdr-conflct-w-87-d-expected.png: Added.
1258 * platform/chromium/css2.1/t170602-bdr-conflct-w-88-d-expected.png: Added.
1259 * platform/chromium/css2.1/t170602-bdr-conflct-w-89-d-expected.png: Added.
1260 * platform/chromium/test_expectations.txt:
1262 2011-12-27 Yury Semikhatsky <yurys@chromium.org>
1264 Web Inspector: inspector/dom-statistics.html test fails on Chromium
1265 https://bugs.webkit.org/show_bug.cgi?id=75258
1267 Disable inspector/dom-statistics.html for now until we finalize MemoryAgent functionality.
1269 Reviewed by Pavel Feldman.
1271 * inspector/dom-statistics.html-disabled: Renamed from LayoutTests/inspector/dom-statistics.html.
1273 2011-12-27 Pavel Feldman <pfeldman@google.com>
1275 Web Inspector: add more annotations on SDK classes.
1276 https://bugs.webkit.org/show_bug.cgi?id=75247
1278 Reviewed by Yury Semikhatsky.
1280 * inspector/runtime/runtime-setPropertyValue-expected.txt:
1281 * inspector/runtime/runtime-setPropertyValue.html:
1283 2011-12-27 Yury Semikhatsky <yurys@chromium.org>
1285 Web Inspector: report per document JS event listener count
1286 https://bugs.webkit.org/show_bug.cgi?id=74298
1288 Added a test for basic functionality of MemoryAgent.
1290 Reviewed by Pavel Feldman.
1292 * inspector/dom-statistics-expected.txt: Added.
1293 * inspector/dom-statistics.html: Added.
1294 * platform/chromium/inspector/dom-statistics-expected.txt: Added.
1296 2011-12-27 Csaba Osztrogonác <ossy@webkit.org>
1298 [Qt] Unreviewed Xmas gardening after r103617, add additional console message:
1299 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>
1301 * platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Added.
1303 2011-12-27 Sam White <samuel.white@rochester.edu>
1305 WK2: AX: platform/mac/accessibility/search-predicate.html is failing
1306 https://bugs.webkit.org/show_bug.cgi?id=75039
1308 Reviewed by Chris Fleizach.
1310 This test is failing in WK2 because WK2 isn't correctly reporting
1311 visited links as visited. This issue has been reported before as
1312 bug https://bugs.webkit.org/show_bug.cgi?id=58334.
1314 I think the most appropriate first action is to add this test to
1315 platform/wk2/Skipped under the existing bug and note the addition
1316 in the existing bugs comments.
1318 WebKitTestRunner has several known bugs
1320 * platform/wk2/Skipped:
1322 2011-12-26 Gavin Barraclough <barraclough@apple.com>
1324 https://bugs.webkit.org/show_bug.cgi?id=75231
1325 Fail to throw in strict mode on assign to read only static properties
1327 Reviewed by Filip Pizlo.
1329 Added test cases / updated now-passing results.
1331 * fast/js/mozilla/strict/15.10.7-expected.txt:
1332 * fast/js/script-tests/strict-readonly-statics.js: Added.
1333 (testWindowUndefined):
1334 (testNumberMAX_VALUE):
1335 * fast/js/strict-readonly-statics-expected.txt: Added.
1336 * fast/js/strict-readonly-statics.html: Added.
1338 2011-12-26 Ryosuke Niwa <rniwa@webkit.org>
1340 Update Chromium test expectations.
1342 * platform/chromium/test_expectations.txt:
1344 2011-12-26 Hajime Morrita <morrita@chromium.org>
1346 Unreviewed mac/test_expectations.txt update.
1347 - bidi-override-in-anonymous-block.html
1349 * platform/mac/test_expectations.txt:
1351 2011-12-26 Hajime Morrita <morrita@chromium.org>
1353 Unreviewed mac/test_expectations.txt update.
1355 * platform/mac/test_expectations.txt:
1357 2011-12-26 Darin Adler <darin@apple.com>
1359 Check in expected failures for a couple of tests.
1361 * platform/mac/media/video-colorspace-yuv420-expected.txt: Added.
1362 * platform/mac/media/video-colorspace-yuv422-expected.txt: Added.
1364 2011-12-26 Vsevolod Vlasov <vsevik@chromium.org>
1366 Web Inspector: Extract FileSelector from ScriptsPanel.
1367 https://bugs.webkit.org/show_bug.cgi?id=75173
1369 Reviewed by Pavel Feldman.
1371 * http/tests/inspector/debugger-test.js:
1372 (initialize_DebuggerTest):
1373 * inspector/debugger/scripts-panel.html:
1374 * inspector/debugger/scripts-sorting.html:
1375 * inspector/debugger/source-frame-count.html:
1377 2011-12-24 Jarred Nicholls <jarred@sencha.com>
1379 Allow XMLHttpRequest responseType to be set at any state up to and including HEADERS_RECEIVED
1380 https://bugs.webkit.org/show_bug.cgi?id=75190
1382 Reviewed by Alexey Proskuryakov.
1384 * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-expected.txt: Added.
1385 * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request-expected.txt: Added.
1386 * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open-sync-request.html: Added.
1387 Validate that calls to open() for synchronous HTTP(S) requests from the window context will
1388 properly fail when responseType has been previously set to a non-default value.
1389 * fast/xmlhttprequest/xmlhttprequest-responsetype-before-open.html: Added.
1390 Validate that XMLHttpRequest.responseType can be set prior to a call to open().
1391 * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received-expected.txt: Added.
1392 * fast/xmlhttprequest/xmlhttprequest-responsetype-set-at-headers-received.html: Added.
1393 Validate that XMLHttpRequest.responseType can be set at the HEADERS_RECEIVED state, but
1394 no state later than that.
1396 2011-12-24 Jarred Nicholls <jarred@sencha.com>
1398 Allow XMLHttpRequest withCredentials to be set prior to a call to open()
1399 https://bugs.webkit.org/show_bug.cgi?id=75194
1401 Reviewed by Alexey Proskuryakov.
1403 * fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open-expected.txt: Added.
1404 * fast/xmlhttprequest/xmlhttprequest-withcredentials-before-open.html: Added.
1405 Validate that XMLHttpRequest.withCredentials can be set prior to a call to open().
1407 2011-12-24 Ryosuke Niwa <rniwa@webkit.org>
1409 Chromium CG Mac rebaseline after r103651.
1411 * platform/chromium-cg-mac-snowleopard/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
1412 * platform/chromium/test_expectations.txt:
1414 2011-12-24 Jarred Nicholls <jarred@sencha.com>
1416 Unreviewed test result gardening.
1418 * platform/chromium/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Removed.
1419 Identical to the expected result shared by all ports.
1421 2011-12-24 Ryosuke Niwa <rniwa@webkit.org>
1423 Another rebaseline for font-weight-bold-for-b-and-strong.html.
1424 Also revert a part of r103645.
1426 * platform/chromium-linux-x86/fast/html: Removed.
1427 * platform/chromium-linux/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1428 * platform/chromium/fast/html: Removed.
1429 * platform/chromium/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Removed.
1430 * platform/chromium/test_expectations.txt:
1432 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
1434 Add image test expectation for fast/images/ycbcr-with-cmyk-color-profile.html on Chromium.
1435 The test started failing since r103651.
1437 * platform/chromium/test_expectations.txt:
1439 2011-12-23 Alice Boxhall <aboxhall@chromium.org>
1441 Fix crash when adding paragraph in contenteditable with role=textbox.
1442 https://bugs.webkit.org/show_bug.cgi?id=75159
1444 Reviewed by Ryosuke Niwa.
1446 * accessibility/textbox-role-on-contenteditable-crash-expected.txt: Added.
1447 * accessibility/textbox-role-on-contenteditable-crash.html: Added.
1449 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
1451 Mac rebaseline after r103468.
1453 * platform/mac/fast/html/font-weight-bold-for-b-and-strong-expected.png:
1454 * platform/mac/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
1456 2011-12-23 Noel Gordon <noel.gordon@gmail.com>
1458 [chromium] JPEG image with CMYK ICC color profile renders color-inverted and squashed
1459 https://bugs.webkit.org/show_bug.cgi?id=74400
1461 Reviewed by Adam Barth.
1463 * fast/images/resources/ycbcr-with-cmyk-color-profile.jpg: Added.
1464 * fast/images/resources/ycbcr-with-no-color-profile.jpg: Added.
1465 * fast/images/ycbcr-with-cmyk-color-profile-expected.txt: Added.
1466 * fast/images/ycbcr-with-cmyk-color-profile.html: Added.
1467 * platform/mac/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
1469 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
1471 Skip 10 CanPlayType W3C audio / video tests imported in r103470.
1472 The failure is tracked by the bug 75184.
1474 * platform/mac/Skipped:
1476 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
1478 Chromium rebaseline for font-weight-bold-for-b-and-strong.html.
1480 Also remove crash expectations for the bug 74788 since these tests are no longer asserting.
1482 * fast/html/font-weight-bold-for-b-and-strong-expected.txt: Removed.
1483 * platform/chromium-cg-mac-leopard/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1484 * platform/chromium-cg-mac-snowleopard/fast/html: Added.
1485 * platform/chromium-cg-mac-snowleopard/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1486 * platform/chromium-mac-leopard/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1487 * platform/chromium-mac-snowleopard/fast/html: Added.
1488 * platform/chromium-mac-snowleopard/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1489 * platform/chromium-win-vista/fast/html: Removed.
1490 * platform/chromium-win/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
1491 * platform/chromium-win/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
1492 * platform/chromium/fast/html: Added.
1493 * platform/chromium/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
1494 * platform/chromium/test_expectations.txt:
1495 * platform/mac/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
1497 2011-12-23 Ryosuke Niwa <rniwa@webkit.org>
1499 Mac rebaselines after r102471 and r102968.
1501 * fast/dom/constructed-objects-prototypes-expected.txt:
1502 * platform/mac/fast/dom/Window/window-properties-expected.txt:
1503 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
1504 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
1506 2011-12-23 Filip Pizlo <fpizlo@apple.com>
1508 DFG loads from signed 8-bit and 16-bit typed arrays are broken
1509 https://bugs.webkit.org/show_bug.cgi?id=75163
1511 Reviewed by Geoffrey Garen.
1513 Fixed some minor goofs in the previously comitted typed array tests, and added
1514 new ones to cover this bug.
1516 * fast/js/dfg-int16array-expected.txt: Added.
1517 * fast/js/dfg-int16array.html: Added.
1518 * fast/js/dfg-int8array-expected.txt: Added.
1519 * fast/js/dfg-int8array.html: Added.
1520 * fast/js/script-tests/dfg-float32array.js:
1521 (getters.getter1.a):
1523 (setters.setter1.a):
1525 * fast/js/script-tests/dfg-int16array.js: Added.
1534 (getters.getter1.a):
1536 (setters.setter1.a):
1539 * fast/js/script-tests/dfg-int32array.js:
1540 (getters.getter1.a):
1542 (setters.setter1.a):
1544 * fast/js/script-tests/dfg-int8array.js: Added.
1553 (getters.getter1.a):
1555 (setters.setter1.a):
1559 2011-12-23 Filip Pizlo <fpizlo@apple.com>
1561 DFG does double-to-int conversion incorrectly when storing into int typed arrays
1562 https://bugs.webkit.org/show_bug.cgi?id=75164
1563 <rdar://problem/10557547>
1565 Reviewed by Geoffrey Garen.
1567 * fast/js/dfg-int32array-overflow-values-expected.txt: Added.
1568 * fast/js/dfg-int32array-overflow-values.html: Added.
1569 * fast/js/dfg-uint32array-overflow-values-expected.txt: Added.
1570 * fast/js/dfg-uint32array-overflow-values.html: Added.
1571 * fast/js/script-tests/dfg-int32array-overflow-values.js: Added.
1580 (getters.getter1.a):
1582 (setters.setter1.a):
1585 * fast/js/script-tests/dfg-uint32array-overflow-values.js: Added.
1594 (getters.getter1.a):
1596 (setters.setter1.a):
1600 2011-12-23 Rakesh KN <rakesh.kn@motorola.com>
1602 [Mac] fast/events/autoscroll-should-not-stop-on-keypress.html fails
1603 https://bugs.webkit.org/show_bug.cgi?id=74538
1605 Reviewed by Alexey Proskuryakov.
1607 * fast/events/autoscroll-should-not-stop-on-keypress-expected.txt:
1608 * fast/events/autoscroll-should-not-stop-on-keypress.html:
1609 Modified test to use iframe for testing autoscroll.
1610 * platform/mac/Skipped:
1611 Removed this test entry.
1613 2011-12-23 Simon Fraser <simon.fraser@apple.com>
1615 Update the test result (whitespace difference).
1617 * css3/filters/custom-filter-property-parsing-invalid-expected.txt:
1619 2011-12-23 Simon Fraser <simon.fraser@apple.com>
1621 Blur filter doesn't invalidate enough
1622 https://bugs.webkit.org/show_bug.cgi?id=74891
1624 Reviewed by Darin Adler.
1626 Repaint test for the effects of a blur filter.
1628 * css3/filters/filter-repaint-expected.txt: Added.
1629 * css3/filters/filter-repaint-expected.png: Added.
1630 * css3/filters/filter-repaint.html: Added.
1632 2011-12-23 Simon Fraser <simon.fraser@apple.com>
1634 Filters should apply to inline elements
1635 https://bugs.webkit.org/show_bug.cgi?id=75152
1637 Reviewed by Darin Adler.
1639 Test for filter on an inline.
1641 * css3/filters/filtered-inline-expected.png: Added.
1642 * css3/filters/filtered-inline-expected.txt: Added.
1643 * css3/filters/filtered-inline.html: Added.
1645 2011-12-23 Jarred Nicholls <jarred@sencha.com>
1647 Synchronous XHR in window context should not support new XHR responseTypes for HTTP(S) requests
1648 https://bugs.webkit.org/show_bug.cgi?id=72154
1650 New tests that validate synchronous HTTP(S) XHR requests from the window context
1651 cannot use responseType, while other protocols continue to work.
1653 Reviewed by Alexey Proskuryakov.
1655 * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request-expected.txt: Added.
1656 * fast/xmlhttprequest/xmlhttprequest-responsetype-sync-request.html: Added.
1658 2011-12-23 Ilya Tikhonovsky <loislo@chromium.org>
1660 Unreviewed rebaseline.
1662 * platform/chromium-gpu/media/video-colorspace-yuv420-expected.png: Renamed from LayoutTests/platform/chromium-gpu-mac/media/video-colorspace-yuv420-expected.png.
1663 * platform/chromium-gpu/media/video-colorspace-yuv422-expected.png: Renamed from LayoutTests/platform/chromium-gpu-mac/media/video-colorspace-yuv422-expected.png.
1664 * platform/chromium/test_expectations.txt:
1666 2011-12-23 Alexander Pavlov <apavlov@chromium.org>
1668 Web Inspector: Implement a worker for parsing out JavaScript function data
1669 https://bugs.webkit.org/show_bug.cgi?id=75166
1671 Reviewed by Pavel Feldman.
1673 * inspector/debugger/script-extract-outline-expected.txt: Added.
1674 * inspector/debugger/script-extract-outline.html: Added.
1675 * inspector/debugger/script-formatter.html:
1677 2011-12-23 Ilya Tikhonovsky <loislo@chromium.org>
1679 Unreviewed, rolling out r103624.
1680 http://trac.webkit.org/changeset/103624
1681 https://bugs.webkit.org/show_bug.cgi?id=68916
1683 Broke Snow Leopard builders
1685 * fast/filesystem/flags-passing-expected.txt:
1686 * fast/filesystem/script-tests/flags-passing.js:
1689 (runObjectTestWithExclusive):
1691 2011-12-23 Eric Uhrhane <ericu@chromium.org>
1693 [fileapi] WebKitFlags should not be constructable per Directories & System spec
1694 https://bugs.webkit.org/show_bug.cgi?id=68916
1696 Reviewed by Eric Seidel.
1698 Remove a test that constructed the object; add one that tests error-handling for non-object parameters while I'm in there.
1699 * fast/filesystem/flags-passing-expected.txt:
1700 * fast/filesystem/script-tests/flags-passing.js:
1702 2011-12-23 Noel Gordon <noel.gordon@gmail.com>
1704 [chromium] MAC: should pass CSS3 elliptical gradient tests
1705 https://bugs.webkit.org/show_bug.cgi?id=56736
1707 Reviewed by Stephen White.
1709 Skia on mac draws ellipsoids on OSX 10.5 and 10.6 making these tests pass. Rebaseline
1710 the results, restrict the test failures to the Chromium CG port (CPU-CG).
1712 * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients-expected.png: Added.
1713 * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients2-expected.png: Added.
1714 * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients3-expected.png: Added.
1715 * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
1716 * platform/chromium/test_expectations.txt:
1718 2011-12-23 Csaba Osztrogonác <ossy@webkit.org>
1720 [Qt] fast/canvas/canvas-largedraws.html crashes with newer Qt5
1721 https://bugs.webkit.org/show_bug.cgi?id=75167
1723 * platform/qt-5.0/Skipped: Skip the crashing test to paint the bots green.
1725 2011-12-23 Tom Sepez <tsepez@chromium.org>
1727 XSLT-created HTML documents do not inherit content-security-policy from originally loaded XML.
1728 https://bugs.webkit.org/show_bug.cgi?id=75043
1730 Reviewed by Adam Barth.
1732 * http/tests/security/contentSecurityPolicy/resources/transform-to-img.xsl: Added.
1733 * http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Added.
1734 * http/tests/security/contentSecurityPolicy/xsl-img-blocked.php: Added.
1736 2011-12-23 Ilya Tikhonovsky <loislo@chromium.org>
1738 Unreviewed upstream expectations.
1740 * platform/chromium/test_expectations.txt:
1741 BUGRNIWA GPU-CG : media/video-colorspace-yuv420.html = IMAGE
1742 BUGRNIWA GPU-CG : media/video-colorspace-yuv422.html = IMAGE
1744 2011-12-23 Adam Klein <adamk@chromium.org>
1746 Minimize callsites and duplication of before/after advice for attribute mutations
1747 https://bugs.webkit.org/show_bug.cgi?id=75054
1749 Reviewed by Ryosuke Niwa.
1751 * inspector/debugger/dom-breakpoints.html: Add tests for breakpoints
1752 due to mutation of Attr nodes/NamedNodeLists.
1753 * platform/chromium/inspector/debugger/dom-breakpoints-expected.txt:
1755 2011-12-23 Pierre Rossi <pierre.rossi@gmail.com>
1757 [Qt] REGRESSION(r103467): It broke fast/images/animated-gif-restored-from-bfcache.html
1758 https://bugs.webkit.org/show_bug.cgi?id=75087
1760 Unskipping the offending test.
1762 Reviewed by Darin Adler.
1764 * platform/qt/Skipped:
1766 2011-12-22 Matt Falkenhagen <falken@chromium.org>
1768 Map 'lang' and xml:lang attributes to '-webkit-locale' CSS property for use with font fallback and text-transform
1769 https://bugs.webkit.org/show_bug.cgi?id=67586
1771 Original patch by Jungshik Shin <jshin@chromium.org>
1773 Reviewed by Darin Adler.
1775 * fast/text/lang-mapped-to-webkit-locale-expected.txt: Added.
1776 * fast/text/lang-mapped-to-webkit-locale.xhtml: Added.
1777 * fast/text/xml-lang-ignored-in-html-expected.txt: Added.
1778 * fast/text/xml-lang-ignored-in-html.html: Added.
1780 2011-12-22 Ilya Tikhonovsky <loislo@chromium.org>
1782 Unreviewed. Update chromium test expectations.
1784 * platform/chromium/test_expectations.txt:
1785 removed: BUGCR99500 WIN : svg/custom/simple-text-double-shadow.svg = IMAGE
1786 removed: BUGCR99500 WIN : svg/css/group-with-shadow.svg = IMAGE
1787 removed: BUGCR99500 WIN : compositing/shadows/shadow-drawing.html = IMAGE
1789 2011-12-22 Ilya Tikhonovsky <loislo@chromium.org>
1791 Unreviewed. Update chromium test expectations.
1793 * platform/chromium/test_expectations.txt:
1794 BUGWK75161 GPU : media/video-poster-blocked-by-willsendrequest.html = PASS TEXT
1795 BUGWK75161 CPU : media/video-poster-blocked-by-willsendrequest.html = TEXT
1797 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
1799 Chromium rebaselines after r103595 and r103477.
1801 * platform/chromium-cg-mac-leopard/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
1802 * platform/chromium-cg-mac-snowleopard/compositing/overflow: Added.
1803 * platform/chromium-cg-mac-snowleopard/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
1804 * platform/chromium-gpu-linux/media/video-colorspace-yuv420-expected.png: Added.
1805 * platform/chromium-gpu-linux/media/video-colorspace-yuv422-expected.png: Added.
1806 * platform/chromium-gpu-mac/media/video-colorspace-yuv420-expected.png: Added.
1807 * platform/chromium-gpu-mac/media/video-colorspace-yuv422-expected.png: Added.
1808 * platform/chromium-gpu-win/media/video-colorspace-yuv420-expected.png: Added.
1809 * platform/chromium-gpu-win/media/video-colorspace-yuv422-expected.png: Added.
1810 * platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
1811 * platform/chromium-mac-leopard/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
1812 * platform/chromium-mac-snowleopard/compositing/overflow: Added.
1813 * platform/chromium-mac-snowleopard/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
1814 * platform/chromium-win/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
1815 * platform/chromium-win/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
1816 * platform/chromium/test_expectations.txt:
1818 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
1820 Chromium CG Mac rebaseline for SVG tests.
1822 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
1823 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
1824 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
1825 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
1826 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
1827 * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
1828 * platform/chromium-cg-mac-leopard/svg/batik/text/textOnPath2-expected.png: Added.
1829 * platform/chromium-cg-mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: Added.
1830 * platform/chromium-cg-mac-leopard/svg/carto.net/slider-expected.png: Added.
1831 * platform/chromium-cg-mac-leopard/svg/css/composite-shadow-text-expected.png: Added.
1832 * platform/chromium-cg-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
1833 * platform/chromium-cg-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
1834 * platform/chromium-cg-mac-leopard/svg/hixie/perf/007-expected.png: Added.
1836 2011-12-22 Chris Marrin <cmarrin@apple.com>
1838 Crash and incorrect behavior when switching between hardware and software CSS filters
1839 https://bugs.webkit.org/show_bug.cgi?id=75130
1841 Reviewed by Simon Fraser.
1843 * css3/filters/crash-hw-sw-switch-expected.txt: Added.
1844 * css3/filters/crash-hw-sw-switch.html: Added.
1846 2011-12-22 Jon Lee <jonlee@apple.com>
1848 Needs baseline for r103593.
1850 * platform/chromium/test_expectations.txt:
1852 2011-12-22 Filip Pizlo <fpizlo@apple.com>
1854 DFG CFA sometimes generates an incorrect proof that a node is known to be a typed array
1855 https://bugs.webkit.org/show_bug.cgi?id=75150
1856 <rdar://problem/10621900>
1858 Reviewed by Gavin Barraclough.
1860 * fast/js/dfg-float32array-expected.txt: Added.
1861 * fast/js/dfg-float32array.html: Added.
1862 * fast/js/dfg-int32array-expected.txt: Added.
1863 * fast/js/dfg-int32array.html: Added.
1864 * fast/js/script-tests/dfg-float32array.js: Added.
1873 (getters.getter1.a):
1875 (setters.setter1.a):
1878 * fast/js/script-tests/dfg-int32array.js: Added.
1887 (getters.getter1.a):
1889 (setters.setter1.a):
1893 2011-12-22 Jon Lee <jonlee@apple.com>
1895 Radio buttons cut in download movie sheet
1896 https://bugs.webkit.org/show_bug.cgi?id=75128
1897 <rdar://problem/9399450>
1899 Reviewed by Dan Bernstein.
1901 New test to ensure that visual overflow rect for form elements is expanded if the
1902 block size is too small.
1904 * compositing/overflow/theme-affects-visual-overflow.html: Added.
1905 * platform/chromium/test_expectations.txt: Needs baseline.
1906 * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
1907 * platform/mac/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
1909 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
1911 Chromium test expectation updates.
1913 * platform/chromium/test_expectations.txt:
1915 2011-12-22 Filip Pizlo <fpizlo@apple.com>
1917 DFG JIT does exactly the wrong thing when doing strict equality on two known cells
1918 https://bugs.webkit.org/show_bug.cgi?id=75138
1919 <rdar://problem/10621526>
1921 Reviewed by Oliver Hunt.
1923 * fast/js/dfg-string-stricteq-expected.txt: Added.
1924 * fast/js/dfg-string-stricteq.html: Added.
1925 * fast/js/script-tests/dfg-string-stricteq.js: Added.
1929 2011-12-22 Simon Fraser <simon.fraser@apple.com>
1931 Animating some CSS filter values is wrong
1932 https://bugs.webkit.org/show_bug.cgi?id=75122
1934 Reviewed by Chris Marrin.
1936 Add a new test that exercises the "from none" code path.
1938 Fix filter-animation.html, which used too-loose tolerance values
1939 that resulted in some tests always passing.
1941 * css3/filters/filter-animation-from-none-expected.txt: Added.
1942 * css3/filters/filter-animation-from-none.html: Copied from LayoutTests/css3/filters/filter-animation.html.
1943 * css3/filters/filter-animation.html:
1945 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
1947 Fix Chromium test expectation.
1949 * platform/chromium/test_expectations.txt:
1951 2011-12-22 Chris Fleizach <cfleizach@apple.com>
1953 AX: WebKit should ignore ARIA role=presentation on focusable elements
1954 https://bugs.webkit.org/show_bug.cgi?id=75101
1956 Reviewed by Darin Adler.
1958 * accessibility/presentational-elements-with-focus-expected.txt: Added.
1959 * accessibility/presentational-elements-with-focus.html: Added.
1961 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
1963 Chromium Mac Leopard rebaseline; it's a clear progression. New result resembles the cross-platform result:
1964 http://trac.webkit.org/browser/trunk/LayoutTests/fast/repaint/text-emphasis-h-expected.png?rev=103570
1966 Snow Leopard result is still pathologically wrong.
1968 * platform/chromium-mac-leopard/fast/repaint/text-emphasis-h-expected.png:
1969 * platform/chromium-mac-snowleopard/fast/repaint/text-emphasis-h-expected.png: Added.
1970 * platform/chromium-mac/fast/repaint/text-emphasis-h-expected.png: Removed.
1971 * platform/chromium/test_expectations.txt:
1973 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
1975 Fix Chromium test expectation.
1977 * platform/chromium/test_expectations.txt:
1979 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
1981 Chromium test expectation update.
1983 * platform/chromium/test_expectations.txt:
1985 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
1987 Add TIMEOUT PASS expectation to use-same-database-in-page-and-workers.html on Chromium.
1988 The failure is tracked by the bug 75111.
1990 * platform/chromium/test_expectations.txt:
1992 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
1994 Add failing expectation for fast/filesystem/op-restricted-chars.html on Chromium Windows.
1995 The failure is tracked by the bug 75110.
1997 * platform/chromium/test_expectations.txt:
1999 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2001 Chromium SVG rebaselines. Also optimize results for those tests.
2003 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
2004 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
2005 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
2006 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
2007 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
2008 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
2009 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
2010 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
2011 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
2012 * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
2013 * platform/chromium-cg-mac-snowleopard/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
2014 * platform/chromium-cg-mac-snowleopard/svg/batik/text/textOnPath2-expected.png: Added.
2015 * platform/chromium-cg-mac-snowleopard/svg/batik/text/verticalTextOnPath-expected.png: Added.
2016 * platform/chromium-cg-mac-snowleopard/svg/carto.net/slider-expected.png: Added.
2017 * platform/chromium-cg-mac-snowleopard/svg/css/composite-shadow-text-expected.png: Added.
2018 * platform/chromium-cg-mac-snowleopard/svg/custom/fill-opacity-update-expected.png: Added.
2019 * platform/chromium-cg-mac-snowleopard/svg/custom/invalid-css-expected.png: Added.
2020 * platform/chromium-cg-mac-snowleopard/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
2021 * platform/chromium-cg-mac-snowleopard/svg/custom/js-late-clipPath-creation-expected.png: Added.
2022 * platform/chromium-cg-mac-snowleopard/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Added.
2023 * platform/chromium-cg-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
2024 * platform/chromium-cg-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
2025 * platform/chromium-cg-mac-snowleopard/svg/hixie/perf/007-expected.png: Added.
2026 * platform/chromium-cg-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
2027 * platform/chromium-cg-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
2028 * platform/chromium-cg-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
2029 * platform/chromium-cg-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added.
2030 * platform/chromium-cg-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png: Added.
2031 * platform/chromium-linux/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Removed.
2032 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
2033 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
2034 * platform/chromium-mac-snowleopard/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
2035 * platform/chromium-mac-snowleopard/svg/css/composite-shadow-text-expected.png: Added.
2036 * platform/chromium-mac-snowleopard/svg/custom/fill-opacity-update-expected.png: Added.
2037 * platform/chromium-mac-snowleopard/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Added.
2038 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
2039 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
2040 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Removed.
2041 * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Removed.
2042 * platform/chromium-mac/svg/as-object/object-box-sizing-no-width-height-expected.png: Removed.
2043 * platform/chromium-mac/svg/batik/text/verticalTextOnPath-expected.png: Removed.
2044 * platform/chromium-mac/svg/css/composite-shadow-text-expected.png: Removed.
2045 * platform/chromium-mac/svg/custom/fill-opacity-update-expected.png: Removed.
2046 * platform/chromium-mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Removed.
2047 * platform/chromium-mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
2048 * platform/chromium-mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Removed.
2049 * platform/chromium-win-xp/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Removed.
2050 * platform/gtk/svg/custom/fill-opacity-update-expected.txt: Removed.
2051 * platform/gtk/svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Removed.
2052 * platform/mac/svg/custom/fill-opacity-update-expected.txt: Removed.
2053 * platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Removed.
2054 * platform/qt/svg/custom/fill-opacity-update-expected.txt: Removed.
2055 * platform/qt/svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Removed.
2056 * svg/custom/fill-opacity-update-expected.txt: Added.
2057 * svg/custom/nested-pattern-boundingBoxModeContent-expected.txt: Added.
2059 2011-12-22 Brent Fulgham <bfulgham@webkit.org>
2061 [WinCairo] Update Skipped file to match Apple's port, and to
2062 turn off some failing tests.
2064 * platform/wincairo/Skipped: Update to match Apple's port.
2066 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2068 Chromium rebaseline after r103539.
2070 * platform/chromium-cg-mac-snowleopard/svg/filters/filter-refresh-expected.png: Added.
2072 2011-12-22 Adam Barth <abarth@webkit.org>
2074 This test doesn't time out anymore now that I've sharded it into
2077 * platform/chromium/test_expectations.txt:
2079 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2081 Chromium rebaseline after r103419. Also add the failing expectation to
2082 media/track/track-cue-rendering.html since the cue color is incorrect.
2083 The failure is tracked by the bug 75098.
2085 * platform/chromium/compositing/iframes/scrolling-iframe-expected.txt: Replaced.
2086 * platform/chromium/test_expectations.txt:
2088 2011-12-22 Vsevolod Vlasov <vsevik@chromium.org>
2090 Web Inspector: TabbedPane should support closeable tabs, hiding tabs into drop down menu.
2091 https://bugs.webkit.org/show_bug.cgi?id=75085
2093 Reviewed by Pavel Feldman.
2095 * inspector/tabbed-pane-tabs-to-show-expected.txt: Added.
2096 * inspector/tabbed-pane-tabs-to-show.html: Added.
2098 2011-12-22 Ryosuke Niwa <rniwa@webkit.org>
2100 Chromium rebaseline after r103477.
2102 * platform/chromium-cg-mac-leopard/media/video-colorspace-yuv420-expected.png: Added.
2103 * platform/chromium-cg-mac-leopard/media/video-colorspace-yuv422-expected.png: Added.
2104 * platform/chromium-linux-x86/media: Removed.
2105 * platform/chromium-mac-leopard/media/video-colorspace-yuv420-expected.png: Added.
2106 * platform/chromium-mac-leopard/media/video-colorspace-yuv422-expected.png: Added.
2107 * platform/chromium-win-xp/media: Removed.
2108 * platform/chromium-win/media/video-colorspace-yuv420-expected.png: Added.
2109 * platform/chromium-win/media/video-colorspace-yuv420-expected.txt: Added.
2110 * platform/chromium-win/media/video-colorspace-yuv422-expected.png: Added.
2111 * platform/chromium-win/media/video-colorspace-yuv422-expected.txt: Added.
2112 * platform/chromium/media/video-colorspace-yuv420-expected.png: Added.
2113 * platform/chromium/media/video-colorspace-yuv420-expected.txt: Added.
2114 * platform/chromium/media/video-colorspace-yuv422-expected.png: Added.
2115 * platform/chromium/media/video-colorspace-yuv422-expected.txt: Added.
2117 2011-12-22 Chris Fleizach <cfleizach@apple.com>
2119 AX: attributed strings do not include AXHeading information when a link is contained within the heading
2120 https://bugs.webkit.org/show_bug.cgi?id=75059
2122 Reviewed by Darin Adler.
2124 * platform/mac/accessibility/heading-and-link-attributed-string-expected.txt: Added.
2125 * platform/mac/accessibility/heading-and-link-attributed-string.html: Added.
2127 2011-12-22 Chris Fleizach <cfleizach@apple.com>
2129 AX: Title attribute should not be used in AXTitle
2130 https://bugs.webkit.org/show_bug.cgi?id=75027
2132 Reviewed by Darin Adler.
2134 * accessibility/aria-option-role.html:
2135 Test was using the title attribute as a means of conveying AXTitle, which is wrong.
2136 * accessibility/radio-button-title-label-expected.txt:
2137 * accessibility/radio-button-title-label.html:
2138 Updated to refine the logic surrounding when radio buttons expose a title ui element and when they do not.
2139 * platform/mac/accessibility/aria-option-role-expected.txt:
2140 * platform/mac/accessibility/title-attribute-not-used-as-axtitle-expected.txt: Added.
2141 * platform/mac/accessibility/title-attribute-not-used-as-axtitle.html: Added.
2142 New test to verify that the title attribute is not exposed through AXTitle.
2144 2011-12-22 Chris Fleizach <cfleizach@apple.com>
2146 AX: aria-describedby should not be part of AXDescription (should be a part of AXHelp)
2147 https://bugs.webkit.org/show_bug.cgi?id=75052
2149 Reviewed by Darin Adler.
2151 * accessibility/aria-describedby-on-input.html:
2152 * platform/mac/accessibility/aria-describedby-on-input-expected.txt:
2153 * LayoutTests/platform/gtk/Skipped
2154 Skip aria-describedby-on-input.html on GTK until helpText() can be implemented in DRT.
2156 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
2158 Unreviewed gardening.
2160 * platform/qt-5.0/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
2161 * platform/qt-5.0/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
2162 * platform/wk2/Skipped: Skip failing tests because of missing layoutTestController.setAlwaysAcceptCookies(false).
2164 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
2166 [Qt] REGRESSION(r103467): It broke fast/images/animated-gif-restored-from-bfcache.html
2167 https://bugs.webkit.org/show_bug.cgi?id=75087
2169 Unreviewed gardening.
2171 * platform/qt/Skipped: Skip the failing test to paint the bot green.
2173 2011-12-22 Pavel Podivilov <podivilov@chromium.org>
2175 Web Inspector: add "install source map" to JS source frame context menu.
2176 https://bugs.webkit.org/show_bug.cgi?id=74181
2178 Reviewed by Pavel Feldman.
2180 * http/tests/inspector/compiler-source-mapping-debug.html:
2181 * http/tests/inspector/compiler-source-mapping.html:
2182 * inspector/debugger/scripts-panel.html:
2183 * inspector/debugger/scripts-sorting.html:
2184 * inspector/debugger/ui-source-code.html:
2186 2011-12-22 Branimir Lambov <blambov@google.com>
2188 SVG: "filter" race condition may prevent SVG elements from being re-drawn
2189 https://bugs.webkit.org/show_bug.cgi?id=53088
2191 Reviewed by Nikolas Zimmermann.
2193 Added code to explicitly invalidate data cached by filters applied to
2194 an invalidated object or one of its parents.
2196 * platform/mac/svg/filters/filter-refresh-expected.png: Added.
2197 * platform/mac/svg/filters/filter-refresh-expected.txt: Added.
2198 * svg/filters/filter-refresh.svg: Added.
2200 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
2202 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/.
2203 Two SVGFETurbulence tests are failing on both Lion & SL, and one svg/text failure is SL only.
2205 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
2206 * platform/mac-snowleopard/svg/as-background-image: Added.
2207 * platform/mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added.
2208 * platform/mac-snowleopard/svg/as-background-image/svg-as-background-1-expected.png: Added.
2209 * platform/mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png: Added.
2210 * platform/mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png: Added.
2211 * platform/mac-snowleopard/svg/as-background-image/svg-background-partial-redraw-expected.png: Added.
2212 * platform/mac-snowleopard/svg/as-border-image: Added.
2213 * platform/mac-snowleopard/svg/as-border-image/svg-as-border-image-2-expected.png: Added.
2214 * platform/mac-snowleopard/svg/as-image: Added.
2215 * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png: Added.
2216 * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
2217 * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
2218 * platform/mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
2219 * platform/mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png: Added.
2220 * platform/mac-snowleopard/svg/as-object: Added.
2221 * platform/mac-snowleopard/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
2222 * platform/mac-snowleopard/svg/as-object/embedded-svg-size-changes-expected.png: Added.
2223 * platform/mac-snowleopard/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
2224 * platform/mac-snowleopard/svg/batik/text/textFeatures-expected.png: Added.
2225 * platform/mac-snowleopard/svg/batik/text/textLayout-expected.png: Added.
2226 * platform/mac-snowleopard/svg/batik/text/textLayout2-expected.png: Added.
2227 * platform/mac-snowleopard/svg/batik/text/textLength-expected.png: Added.
2228 * platform/mac-snowleopard/svg/batik/text/textOnPath-expected.png: Added.
2229 * platform/mac-snowleopard/svg/batik/text/textOnPath3-expected.png: Added.
2230 * platform/mac-snowleopard/svg/custom/simple-text-double-shadow-expected.png: Added.
2231 * platform/mac-snowleopard/svg/custom/simpleCDF-expected.png: Added.
2232 * platform/mac-snowleopard/svg/custom/stroke-fallback-expected.png: Added.
2233 * platform/mac-snowleopard/svg/custom/stroke-width-large-expected.png: Added.
2234 * platform/mac-snowleopard/svg/custom/stroked-pattern-expected.png: Added.
2235 * platform/mac-snowleopard/svg/custom/style-attribute-font-size-expected.png: Added.
2236 * platform/mac-snowleopard/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added.
2237 * platform/mac-snowleopard/svg/custom/svg-float-border-padding-expected.png: Added.
2238 * platform/mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png: Added.
2239 * platform/mac-snowleopard/svg/custom/svg-fonts-without-missing-glyph-expected.png: Added.
2240 * platform/mac-snowleopard/svg/custom/svg-fonts-word-spacing-expected.png: Added.
2241 * platform/mac-snowleopard/svg/custom/svg-overflow-types-expected.png: Added.
2242 * platform/mac-snowleopard/svg/custom/text-decoration-visibility-expected.png: Added.
2243 * platform/mac-snowleopard/svg/custom/text-dom-01-f-expected.png: Added.
2244 * platform/mac-snowleopard/svg/custom/text-image-opacity-expected.png: Added.
2245 * platform/mac-snowleopard/svg/custom/text-linking-expected.png: Added.
2246 * platform/mac-snowleopard/svg/custom/text-xy-updates-expected.png: Added.
2247 * platform/mac-snowleopard/svg/custom/use-clipped-hit-expected.png: Added.
2248 * platform/mac-snowleopard/svg/custom/use-css-events-expected.png: Added.
2249 * platform/mac-snowleopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
2250 * platform/mac-snowleopard/svg/custom/use-dynamic-append-expected.png: Added.
2251 * platform/mac-snowleopard/svg/custom/use-elementInstance-event-target-expected.png: Added.
2252 * platform/mac-snowleopard/svg/custom/use-elementInstance-methods-expected.png: Added.
2253 * platform/mac-snowleopard/svg/custom/use-event-handler-on-referenced-element-expected.png: Added.
2254 * platform/mac-snowleopard/svg/custom/use-event-handler-on-use-element-expected.png: Added.
2255 * platform/mac-snowleopard/svg/custom/use-events-crash-expected.png: Added.
2256 * platform/mac-snowleopard/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
2257 * platform/mac-snowleopard/svg/custom/use-property-changes-through-dom-expected.png: Added.
2258 * platform/mac-snowleopard/svg/custom/use-property-changes-through-svg-dom-expected.png: Added.
2259 * platform/mac-snowleopard/svg/custom/viewport-em-expected.png: Added.
2260 * platform/mac-snowleopard/svg/dom/SVGLengthList-getItem-expected.png: Added.
2261 * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
2262 * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
2263 * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
2264 * platform/mac-snowleopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
2265 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
2266 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
2267 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
2268 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
2269 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
2270 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
2271 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
2272 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
2273 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
2274 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
2275 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
2276 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
2277 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
2278 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
2279 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
2280 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
2281 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
2282 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
2283 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
2284 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
2285 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
2286 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
2287 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
2288 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
2289 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
2290 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
2291 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
2292 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
2293 * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
2294 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
2295 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
2296 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
2297 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
2298 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
2299 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
2300 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
2301 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
2302 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
2303 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
2304 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
2305 * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
2306 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
2307 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
2308 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.
2309 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
2310 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
2311 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
2312 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
2313 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
2314 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
2315 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
2316 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
2317 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
2318 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
2319 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
2320 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
2321 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
2322 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
2323 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
2324 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
2325 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
2326 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
2327 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
2328 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
2329 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
2330 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
2331 * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
2332 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
2333 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added.
2334 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
2335 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
2336 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
2337 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
2338 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added.
2339 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
2340 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
2341 * platform/mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
2342 * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added.
2343 * platform/mac-snowleopard/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added.
2344 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
2345 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
2346 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added.
2347 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
2348 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
2349 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
2350 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
2351 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added.
2352 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
2353 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
2354 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
2355 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added.
2356 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
2357 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
2358 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
2359 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
2360 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
2361 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
2362 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
2363 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
2364 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
2365 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
2366 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
2367 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
2368 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
2369 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
2370 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
2371 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
2372 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
2373 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
2374 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
2375 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
2376 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
2377 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
2378 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
2379 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
2380 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
2381 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
2382 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
2383 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.
2384 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Added.
2385 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Added.
2386 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Added.
2387 * platform/mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Added.
2388 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Added.
2389 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Added.
2390 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Added.
2391 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Added.
2392 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Added.
2393 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Added.
2394 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Added.
2395 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Added.
2396 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Added.
2397 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Added.
2398 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Added.
2399 * platform/mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Added.
2400 * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Added.
2401 * platform/mac-snowleopard/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Added.
2402 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Added.
2403 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Added.
2404 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Added.
2405 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Added.
2406 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Added.
2407 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Added.
2408 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Added.
2409 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Added.
2410 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Added.
2411 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Added.
2412 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Added.
2413 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Added.
2414 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Added.
2415 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Added.
2416 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Added.
2417 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Added.
2418 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Added.
2419 * platform/mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Added.
2420 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Added.
2421 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Added.
2422 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Added.
2423 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Added.
2424 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Added.
2425 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Added.
2426 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Added.
2427 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Added.
2428 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Added.
2429 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Added.
2430 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Added.
2431 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
2432 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Added.
2433 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Added.
2434 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Added.
2435 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Added.
2436 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Added.
2437 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Added.
2438 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Added.
2439 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Added.
2440 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Added.
2441 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added.
2442 * platform/mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Added.
2443 * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Added.
2444 * platform/mac-snowleopard/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Added.
2445 * platform/mac-snowleopard/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Added.
2446 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added.
2447 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added.
2448 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Added.
2449 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added.
2450 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Added.
2451 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Added.
2452 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added.
2453 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added.
2454 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added.
2455 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added.
2456 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Added.
2457 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Added.
2458 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Added.
2459 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Added.
2460 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added.
2461 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added.
2462 * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Added.
2463 * platform/mac-snowleopard/svg/hixie/viewbox/001-expected.png:
2464 * platform/mac-snowleopard/svg/hixie/viewbox/002-expected.png:
2465 * platform/mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio: Added.
2466 * platform/mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
2467 * platform/mac-snowleopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
2469 2011-12-22 Philippe Normand <pnormand@igalia.com>
2471 Unreviewed, GTK baselines for fast/html/font-weight-bold-for-b-and-strong.html
2473 * platform/gtk/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
2475 2011-12-22 Alexandru Chiculita <achicu@adobe.com>
2477 [CSS Shaders] Follow up bug to fix issues mentioned in comment 23 from bug 73317
2478 https://bugs.webkit.org/show_bug.cgi?id=74840
2480 The new shaders syntax counts the lines and the columns, not just the
2481 additional lines and columns, so the minimum accepted is now 1 by 1.
2482 The default mesh size is also 1 by 1, so I've updated the tests and
2483 incremented the mesh sizes by 1.
2485 Reviewed by Nikolas Zimmermann.
2487 * css3/filters/custom-filter-property-computed-style-expected.txt:
2488 * css3/filters/custom-filter-property-parsing-invalid-expected.txt:
2489 * css3/filters/effect-custom.html:
2490 * css3/filters/resources/color-offset.fs:
2491 * css3/filters/resources/vertex-explode-detached.vs:
2492 * css3/filters/resources/vertex-offset.vs:
2493 Added some comments in the shaders.
2494 * css3/filters/script-tests/custom-filter-property-computed-style.js:
2495 Updated the expected default mesh size to be 1 1.
2496 * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
2497 Added some invalid mesh sizes.
2499 2011-12-12 Pavel Podivilov <podivilov@chromium.org>
2501 Web Inspector: fix source map url resolving.
2502 https://bugs.webkit.org/show_bug.cgi?id=74305
2504 Reviewed by Pavel Feldman.
2506 * http/tests/inspector/compiler-source-mapping-expected.txt:
2507 * http/tests/inspector/compiler-source-mapping.html:
2509 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
2511 XSLT-created HTML documents do not inherit first party for cookies from originally loaded XML.
2512 https://bugs.webkit.org/show_bug.cgi?id=74757
2514 [Qt] Unreviewed gardening after 103511, add additional console message:
2515 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>
2517 * platform/qt/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.png: Added.
2518 * platform/qt/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.txt: Added.
2519 * platform/qt/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.png: Added.
2520 * platform/qt/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.txt: Added.
2522 2011-12-09 Pavel Podivilov <podivilov@chromium.org>
2524 Web Inspector: auto detect source map url.
2525 https://bugs.webkit.org/show_bug.cgi?id=74088
2527 Reviewed by Pavel Feldman.
2529 * inspector/debugger/raw-source-code.html:
2531 2011-12-22 Philippe Normand <pnormand@igalia.com>
2533 Unreviewed, unskip html5lib/runner.html now passing fine on GTK!
2535 * platform/gtk/Skipped:
2537 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
2539 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.
2540 A follow-up patch, will add the missing SL results, so that both pass with tolerance 0.
2542 * platform/mac-snowleopard/svg/filters/feTile-expected.png: Copied from LayoutTests/platform/mac/svg/filters/feTile-expected.png.
2543 * 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.
2544 * 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.
2545 * 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.
2546 * platform/mac-snowleopard/svg/foreignObject/text-tref-02-b-expected.png: Copied from LayoutTests/platform/mac/svg/foreignObject/text-tref-02-b-expected.png.
2547 * platform/mac-snowleopard/svg/hixie/data-types/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/data-types/002-expected.png.
2548 * platform/mac-snowleopard/svg/hixie/error/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/error/002-expected.png.
2549 * platform/mac-snowleopard/svg/hixie/error/013-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/error/013-expected.png.
2550 * platform/mac-snowleopard/svg/hixie/intrinsic/001-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/intrinsic/001-expected.png.
2551 * platform/mac-snowleopard/svg/hixie/intrinsic/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/intrinsic/002-expected.png.
2552 * platform/mac-snowleopard/svg/hixie/intrinsic/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/intrinsic/003-expected.png.
2553 * platform/mac-snowleopard/svg/hixie/mixed/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/003-expected.png.
2554 * platform/mac-snowleopard/svg/hixie/mixed/006-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/006-expected.png.
2555 * platform/mac-snowleopard/svg/hixie/mixed/007-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/007-expected.png.
2556 * platform/mac-snowleopard/svg/hixie/mixed/008-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/008-expected.png.
2557 * platform/mac-snowleopard/svg/hixie/mixed/009-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/009-expected.png.
2558 * platform/mac-snowleopard/svg/hixie/mixed/010-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/010-expected.png.
2559 * platform/mac-snowleopard/svg/hixie/mixed/011-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/mixed/011-expected.png.
2560 * platform/mac-snowleopard/svg/hixie/perf/001-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/perf/001-expected.png.
2561 * platform/mac-snowleopard/svg/hixie/perf/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/perf/002-expected.png.
2562 * platform/mac-snowleopard/svg/hixie/perf/007-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/perf/007-expected.png.
2563 * platform/mac-snowleopard/svg/hixie/processing-model/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/processing-model/003-expected.png.
2564 * platform/mac-snowleopard/svg/hixie/processing-model/004-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/processing-model/004-expected.png.
2565 * platform/mac-snowleopard/svg/hixie/rendering-model/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/rendering-model/003-expected.png.
2566 * platform/mac-snowleopard/svg/hixie/rendering-model/004-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/rendering-model/004-expected.png.
2567 * platform/mac-snowleopard/svg/hixie/text/003-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/text/003-expected.png.
2568 * platform/mac-snowleopard/svg/hixie/viewbox/001-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png.
2569 * platform/mac-snowleopard/svg/hixie/viewbox/002-expected.png: Copied from LayoutTests/platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png.
2570 * platform/mac-snowleopard/svg/repaint/filter-repaint-expected.png: Copied from LayoutTests/platform/mac/svg/repaint/filter-repaint-expected.png.
2571 * platform/mac-snowleopard/svg/text/bidi-text-query-expected.png: Copied from LayoutTests/platform/mac/svg/text/bidi-text-query-expected.png.
2572 * 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.
2573 * platform/mac-snowleopard/svg/text/foreignObject-text-clipping-bug-expected.png: Copied from LayoutTests/platform/mac/svg/text/foreignObject-text-clipping-bug-expected.png.
2574 * 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.
2575 * 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.
2576 * 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.
2577 * 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.
2578 * 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.
2579 * 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.
2580 * 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.
2581 * 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.
2582 * 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.
2583 * 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.
2584 * 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.
2585 * 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.
2586 * 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.
2587 * 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.
2588 * 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.
2589 * 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.
2590 * 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.
2591 * platform/mac-snowleopard/svg/text/select-x-list-1-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-1-expected.png.
2592 * platform/mac-snowleopard/svg/text/select-x-list-2-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-2-expected.png.
2593 * platform/mac-snowleopard/svg/text/select-x-list-3-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-3-expected.png.
2594 * platform/mac-snowleopard/svg/text/select-x-list-4-expected.png: Copied from LayoutTests/platform/mac/svg/text/select-x-list-4-expected.png.
2595 * 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.
2596 * 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.
2597 * 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.
2598 * 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.
2599 * platform/mac-snowleopard/svg/text/selection-styles-expected.png: Copied from LayoutTests/platform/mac/svg/text/selection-styles-expected.png.
2600 * platform/mac-snowleopard/svg/text/small-fonts-2-expected.png: Copied from LayoutTests/platform/mac/svg/text/small-fonts-2-expected.png.
2601 * platform/mac-snowleopard/svg/text/text-align-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-01-b-expected.png.
2602 * platform/mac-snowleopard/svg/text/text-align-02-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-02-b-expected.png.
2603 * platform/mac-snowleopard/svg/text/text-align-03-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-03-b-expected.png.
2604 * platform/mac-snowleopard/svg/text/text-align-04-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-04-b-expected.png.
2605 * platform/mac-snowleopard/svg/text/text-align-05-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-05-b-expected.png.
2606 * platform/mac-snowleopard/svg/text/text-align-06-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-align-06-b-expected.png.
2607 * platform/mac-snowleopard/svg/text/text-altglyph-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-altglyph-01-b-expected.png.
2608 * platform/mac-snowleopard/svg/text/text-deco-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-deco-01-b-expected.png.
2609 * platform/mac-snowleopard/svg/text/text-fonts-01-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-fonts-01-t-expected.png.
2610 * platform/mac-snowleopard/svg/text/text-overflow-ellipsis-svgfont-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.png.
2611 * platform/mac-snowleopard/svg/text/text-path-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-path-01-b-expected.png.
2612 * platform/mac-snowleopard/svg/text/text-repaint-rects-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-repaint-rects-expected.png.
2613 * platform/mac-snowleopard/svg/text/text-spacing-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-spacing-01-b-expected.png.
2614 * platform/mac-snowleopard/svg/text/text-text-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-01-b-expected.png.
2615 * platform/mac-snowleopard/svg/text/text-text-03-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-03-b-expected.png.
2616 * platform/mac-snowleopard/svg/text/text-text-04-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-04-t-expected.png.
2617 * platform/mac-snowleopard/svg/text/text-text-05-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-05-t-expected.png.
2618 * platform/mac-snowleopard/svg/text/text-text-06-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-06-t-expected.png.
2619 * platform/mac-snowleopard/svg/text/text-text-07-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-07-t-expected.png.
2620 * platform/mac-snowleopard/svg/text/text-text-08-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-text-08-b-expected.png.
2621 * platform/mac-snowleopard/svg/text/text-tselect-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-tselect-01-b-expected.png.
2622 * platform/mac-snowleopard/svg/text/text-tspan-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-tspan-01-b-expected.png.
2623 * platform/mac-snowleopard/svg/text/text-ws-01-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-ws-01-t-expected.png.
2624 * platform/mac-snowleopard/svg/text/text-ws-02-t-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-ws-02-t-expected.png.
2625 * platform/mac-snowleopard/svg/text/textPathBoundsBug-expected.png: Copied from LayoutTests/platform/mac/svg/text/textPathBoundsBug-expected.png.
2626 * 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.
2627 * 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.
2628 * 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.
2629 * platform/mac-snowleopard/svg/webarchive/svg-cursor-subresources-expected.png: Copied from LayoutTests/platform/mac/svg/webarchive/svg-cursor-subresources-expected.png.
2630 * platform/mac-snowleopard/svg/wicd/test-rightsizing-a-expected.png: Copied from LayoutTests/platform/mac/svg/wicd/test-rightsizing-a-expected.png.
2631 * platform/mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png: Copied from LayoutTests/platform/mac/svg/wicd/test-scalable-background-image2-expected.png.
2632 * 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.
2633 * 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.
2634 * 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.
2635 * 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.
2636 * 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.
2637 * 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.
2638 * 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.
2639 * platform/mac/svg/filters/feTile-expected.png:
2640 * platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png:
2641 * platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.png:
2642 * platform/mac/svg/foreignObject/svg-document-in-html-document-expected.png:
2643 * platform/mac/svg/foreignObject/text-tref-02-b-expected.png:
2644 * platform/mac/svg/hixie/data-types/002-expected.png:
2645 * platform/mac/svg/hixie/error/002-expected.png:
2646 * platform/mac/svg/hixie/error/013-expected.png:
2647 * platform/mac/svg/hixie/intrinsic/001-expected.png:
2648 * platform/mac/svg/hixie/intrinsic/002-expected.png:
2649 * platform/mac/svg/hixie/intrinsic/003-expected.png:
2650 * platform/mac/svg/hixie/mixed/003-expected.png:
2651 * platform/mac/svg/hixie/mixed/006-expected.png:
2652 * platform/mac/svg/hixie/mixed/007-expected.png:
2653 * platform/mac/svg/hixie/mixed/008-expected.png:
2654 * platform/mac/svg/hixie/mixed/009-expected.png:
2655 * platform/mac/svg/hixie/mixed/010-expected.png:
2656 * platform/mac/svg/hixie/mixed/011-expected.png:
2657 * platform/mac/svg/hixie/perf/001-expected.png:
2658 * platform/mac/svg/hixie/perf/002-expected.png:
2659 * platform/mac/svg/hixie/perf/007-expected.png:
2660 * platform/mac/svg/hixie/processing-model/003-expected.png:
2661 * platform/mac/svg/hixie/processing-model/004-expected.png:
2662 * platform/mac/svg/hixie/rendering-model/003-expected.png:
2663 * platform/mac/svg/hixie/rendering-model/004-expected.png:
2664 * platform/mac/svg/hixie/text/003-expected.png:
2665 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
2666 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
2667 * platform/mac/svg/repaint/filter-repaint-expected.png:
2668 * platform/mac/svg/text/bidi-text-query-expected.png:
2669 * platform/mac/svg/text/font-size-below-point-five-2-expected.png:
2670 * platform/mac/svg/text/foreignObject-text-clipping-bug-expected.png:
2671 * platform/mac/svg/text/scaling-font-with-geometric-precision-expected.png:
2672 * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png:
2673 * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png:
2674 * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png:
2675 * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png:
2676 * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png:
2677 * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png:
2678 * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png:
2679 * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png:
2680 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
2681 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
2682 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
2683 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
2684 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
2685 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
2686 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
2687 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
2688 * platform/mac/svg/text/select-x-list-1-expected.png:
2689 * platform/mac/svg/text/select-x-list-2-expected.png:
2690 * platform/mac/svg/text/select-x-list-3-expected.png:
2691 * platform/mac/svg/text/select-x-list-4-expected.png:
2692 * platform/mac/svg/text/select-x-list-with-tspans-1-expected.png:
2693 * platform/mac/svg/text/select-x-list-with-tspans-2-expected.png:
2694 * platform/mac/svg/text/select-x-list-with-tspans-3-expected.png:
2695 * platform/mac/svg/text/select-x-list-with-tspans-4-expected.png:
2696 * platform/mac/svg/text/selection-styles-expected.png:
2697 * platform/mac/svg/text/small-fonts-2-expected.png:
2698 * platform/mac/svg/text/text-align-01-b-expected.png:
2699 * platform/mac/svg/text/text-align-02-b-expected.png:
2700 * platform/mac/svg/text/text-align-03-b-expected.png:
2701 * platform/mac/svg/text/text-align-04-b-expected.png:
2702 * platform/mac/svg/text/text-align-05-b-expected.png:
2703 * platform/mac/svg/text/text-align-06-b-expected.png:
2704 * platform/mac/svg/text/text-altglyph-01-b-expected.png:
2705 * platform/mac/svg/text/text-deco-01-b-expected.png:
2706 * platform/mac/svg/text/text-fonts-01-t-expected.png:
2707 * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.png:
2708 * platform/mac/svg/text/text-path-01-b-expected.png:
2709 * platform/mac/svg/text/text-repaint-rects-expected.png:
2710 * platform/mac/svg/text/text-spacing-01-b-expected.png:
2711 * platform/mac/svg/text/text-text-01-b-expected.png:
2712 * platform/mac/svg/text/text-text-03-b-expected.png:
2713 * platform/mac/svg/text/text-text-04-t-expected.png:
2714 * platform/mac/svg/text/text-text-05-t-expected.png:
2715 * platform/mac/svg/text/text-text-06-t-expected.png:
2716 * platform/mac/svg/text/text-text-07-t-expected.png:
2717 * platform/mac/svg/text/text-text-08-b-expected.png:
2718 * platform/mac/svg/text/text-tselect-01-b-expected.png:
2719 * platform/mac/svg/text/text-tspan-01-b-expected.png:
2720 * platform/mac/svg/text/text-ws-01-t-expected.png:
2721 * platform/mac/svg/text/text-ws-02-t-expected.png:
2722 * platform/mac/svg/text/textPathBoundsBug-expected.png:
2723 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
2724 * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
2725 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
2726 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
2727 * platform/mac/svg/wicd/test-rightsizing-a-expected.png:
2728 * platform/mac/svg/wicd/test-scalable-background-image1-expected.png:
2729 * platform/mac/svg/wicd/test-scalable-background-image2-expected.png:
2730 * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
2731 * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
2732 * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
2733 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
2734 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
2735 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
2736 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
2737 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
2739 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
2741 [Qt] Unreviewed gardening after r103468. Add platform specific expected files.
2743 * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.png: Added.
2744 * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Added.
2746 2011-12-22 Philippe Normand <pnormand@igalia.com>
2748 Unreviewed, skipping some new media failing tests on GTK.
2750 * platform/gtk/Skipped:
2752 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
2754 [Qt][GTK] The html5lib/runner.html test is start to fail after r102626
2755 https://bugs.webkit.org/show_bug.cgi?id=74411
2757 * platform/qt/Skipped: Unskip now passing test - html5lib/runner.html.
2759 2011-12-22 Csaba Osztrogonác <ossy@webkit.org>
2761 Implement the JavaScriptCore bindings for eventListenerHandlerLocation
2762 https://bugs.webkit.org/show_bug.cgi?id=74313
2764 Unreviewed trivial fix.
2766 * inspector/elements/event-listener-sidebar-expected.txt: Updated after r103488.
2768 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
2770 Not reviewed. Accidently added several files, where directories should have been created.
2772 * platform/mac-snowleopard/svg/as-background-image: Removed.
2773 * platform/mac-snowleopard/svg/as-border-image: Removed.
2774 * platform/mac-snowleopard/svg/as-image: Removed.
2775 * platform/mac-snowleopard/svg/as-object: Removed.
2777 2011-12-22 Nikolas Zimmermann <nzimmermann@rim.com>
2779 Not reviewed. Next chunk of Lion SVG baselines.
2781 * platform/mac-snowleopard/svg/dom/SVGPathSegList-cloning-expected.png: Copied from LayoutTests/platform/mac/svg/dom/SVGPathSegList-cloning-expected.png.
2782 * platform/mac-snowleopard/svg/dom/SVGPathSegList-segment-modification-expected.png: Copied from LayoutTests/platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.png.
2783 * platform/mac-snowleopard/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Copied from LayoutTests/platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png.
2784 * platform/mac-snowleopard/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Copied from LayoutTests/platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png.
2785 * platform/mac-snowleopard/svg/dom/css-transforms-expected.png: Copied from LayoutTests/platform/mac/svg/dom/css-transforms-expected.png.
2786 * 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.
2787 * 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.
2788 * 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.
2789 * 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.
2790 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png.
2791 * 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.
2792 * 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.
2793 * 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.
2794 * platform/mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png.
2795 * platform/mac-snowleopard/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png.
2796 * 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.
2797 * 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.
2798 * 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.
2799 * 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.
2800 * 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.
2801 * 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.
2802 * 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.
2803 * 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.
2804 * 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.
2805 * 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.
2806 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png.
2807 * 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.
2808 * 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.
2809 * 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.
2810 * 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.
2811 * platform/mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Copied from LayoutTests/platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png.
2812 * 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.
2813 * 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.
2814 * 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.
2815 * 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.
2816 * 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.
2817 * 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.
2818 * 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.
2819 * 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.
2820 * 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.
2821 * 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.
2822 * 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.
2823 * 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.
2824 * 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.
2825 * 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.
2826 * 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.
2827 * 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.
2828 * 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.
2829 * 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.
2830 * 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.
2831 * 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.
2832 * 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.
2833 * 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.
2834 * 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.
2835 * 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.
2836 * 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.
2837 * 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.
2838 * 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.
2839 * 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.
2840 * 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.
2841 * 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.
2842 * 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.
2843 * 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.
2844 * 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.
2845 * 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.
2846 * 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.
2847 * 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.
2848 * 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.
2849 * 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.
2850 * 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.
2851 * 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.
2852 * 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.
2853 * 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.
2854 * 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.
2855 * 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.
2856 * 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.
2857 * 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.
2858 * 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.
2859 * 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.
2860 * 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.
2861 * 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.
2862 * 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.
2863 * 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.
2864 * 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.
2865 * 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.
2866 * 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.
2867 * 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.
2868 * 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.
2869 * 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.
2870 * 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.
2871 * 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.
2872 * 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.
2873 * 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.
2874 * 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.
2875 * 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.
2876 * 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.
2877 * 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.
2878 * 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.
2879 * 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.
2880 * 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.
2881 * 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.
2882 * 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.
2883 * 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.
2884 * 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.
2885 * 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.
2886 * 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.
2887 * 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.
2888 * 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.
2889 * 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.
2890 * 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.
2891 * 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.
2892 * 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.
2893 * 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.
2894 * 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.
2895 * 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.
2896 * 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.
2897 * 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.
2898 * 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.
2899 * 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.
2900 * 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.
2901 * 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.
2902 * 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.
2903 * 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.
2904 * 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.
2905 * 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.
2906 * 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.
2907 * 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.
2908 * 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.
2909 * 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.
2910 * 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.
2911 * 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.
2912 * 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.
2913 * 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.
2914 * 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.
2915 * 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.
2916 * 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.
2917 * 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.
2918 * 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.
2919 * 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.
2920 * 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.
2921 * 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.
2922 * 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.
2923 * 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.
2924 * platform/mac/svg/dom/SVGLengthList-getItem-expected.png:
2925 * platform/mac/svg/dom/SVGPathSegList-cloning-expected.png:
2926 * platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.png:
2927 * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png:
2928 * platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
2929 * platform/mac/svg/dom/css-transforms-expected.png:
2930 * platform/mac/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
2931 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
2932 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
2933 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
2934 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png:
2935 * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
2936 * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
2937 * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
2938 * platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
2939 * platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
2940 * platform/mac/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
2941 * platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
2942 * platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
2943 * platform/mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
2944 * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
2945 * platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
2946 * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
2947 * platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
2948 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
2949 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
2950 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png:
2951 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
2952 * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
2953 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
2954 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
2955 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png:
2956 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
2957 * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
2958 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png:
2959 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png:
2960 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png:
2961 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png:
2962 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png:
2963 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
2964 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png:
2965 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png:
2966 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png:
2967 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png:
2968 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png:
2969 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png:
2970 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
2971 * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
2972 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png:
2973 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png:
2974 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png:
2975 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png:
2976 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png:
2977 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png:
2978 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png:
2979 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png:
2980 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png:
2981 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png:
2982 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png:
2983 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png:
2984 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png:
2985 * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png:
2986 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png:
2987 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png:
2988 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png:
2989 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png:
2990 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png:
2991 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png:
2992 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png:
2993 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
2994 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png:
2995 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png:
2996 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png:
2997 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png:
2998 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png:
2999 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png:
3000 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png:
3001 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png:
3002 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png:
3003 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
3004 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png:
3005 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png:
3006 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png:
3007 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png:
3008 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png:
3009 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png:
3010 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png:
3011 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
3012 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png:
3013 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png:
3014 * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png:
3015 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
3016 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
3017 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
3018 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
3019 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
3020 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
3021 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
3022 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
3023 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
3024 * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
3025 * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png:
3026 * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png:
3027 * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png:
3028 * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png:
3029 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png:
3030 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png:
3031 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png:
3032 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png:
3033 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png:
3034 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png:
3035 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png:
3036 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png:
3037 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png:
3038 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png:
3039 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png:
3040 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png:
3041 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png:
3042 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png:
3043 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png:
3044 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png:
3045 * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png:
3046 * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
3047 * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
3048 * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
3049 * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
3050 * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png:
3051 * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png:
3052 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png:
3053 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png:
3054 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png:
3055 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png:
3056 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png:
3057 * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png:
3058 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png:
3059 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png:
3060 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png:
3061 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png:
3062 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png:
3063 * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png:
3064 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png:
3065 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png:
3066 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png:
3067 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png:
3068 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png:
3069 * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png:
3070 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
3071 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
3072 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
3073 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
3074 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
3075 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
3076 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png:
3077 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
3078 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
3079 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
3080 * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
3081 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png:
3082 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png:
3083 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png:
3084 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png:
3085 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png:
3086 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png:
3087 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png:
3088 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png:
3089 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png:
3090 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png:
3091 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png:
3092 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png:
3093 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png:
3094 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png:
3095 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png:
3096 * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png:
3097 * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png:
3098 * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png:
3099 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png:
3100 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png:
3101 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png:
3102 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png:
3103 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png:
3104 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png:
3105 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png:
3106 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png:
3107 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png:
3108 * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png:
3109 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png:
3110 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png:
3111 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png:
3112 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png:
3113 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png:
3114 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png:
3115 * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png:
3116 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png:
3117 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png:
3118 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png:
3119 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png:
3120 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png:
3121 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png:
3122 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png:
3123 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png:
3124 * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png:
3125 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png:
3126 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png:
3127 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png:
3128 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png:
3129 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png:
3130 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png:
3131 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png:
3132 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png:
3133 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png:
3134 * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png:
3135 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
3136 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png:
3137 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
3138 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
3139 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
3140 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
3141 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png:
3142 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
3143 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
3144 * platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
3145 * platform/mac/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png:
3146 * platform/mac/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png:
3147 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
3148 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
3149 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png:
3150 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
3151 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
3152 * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
3153 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
3154 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
3155 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
3156 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
3157 * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
3158 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
3159 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
3160 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
3161 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
3162 * platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
3163 * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
3164 * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
3165 * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
3166 * platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
3167 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
3168 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
3169 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
3170 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
3171 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
3172 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
3173 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
3174 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
3175 * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
3176 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
3177 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
3178 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
3179 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
3180 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
3181 * platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
3182 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
3183 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
3184 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
3185 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
3186 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
3187 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
3188 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
3189 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
3190 * platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
3191 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
3192 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
3193 * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: