1 2008-03-03 Oliver Hunt <oliver@apple.com>
5 Test case for incorrect assertions
7 * fast/canvas/canvas-putImageData.js:
9 2008-03-02 Kevin Ollivier <kevino@theolliviers.com>
11 Reviewed by Dave Hyatt.
13 Gracefully handle a CSS rule containing an invalid value.
14 (Fixes http://bugs.webkit.org/show_bug.cgi?id=16898)
16 * fast/css/invalid-rule-value-expected.txt: Added.
17 * fast/css/invalid-rule-value.html: Added.
19 2008-03-01 Oliver Hunt <oliver@apple.com>
21 Reviewed by Sam Weinig.
23 Bug 16954: Support putImageData
25 Nice simple testcase for putImageData covering the exciting
26 little bits of behaviour present in the current spec.
28 * fast/canvas/canvas-putImageData-expected.txt: Added.
29 * fast/canvas/canvas-putImageData.html: Added.
31 2008-03-01 Sam Weinig <sam@webkit.org>
33 Reviewed by Darin Adler.
37 * fast/dom/Window/window-function-name-getter-precedence-expected.txt:
39 2008-03-01 Nikolas Zimmermann <zimmermann@kde.org>
43 Add new set of dynamic updates tests, this time for SVGForeignObjectElement.
45 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum: Added.
46 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
47 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum: Added.
48 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
49 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.checksum: Added.
50 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
51 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.checksum: Added.
52 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
53 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum: Added.
54 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
55 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum: Added.
56 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
57 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.checksum: Added.
58 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
59 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.checksum: Added.
60 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
61 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt: Added.
62 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html: Added.
63 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt: Added.
64 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html: Added.
65 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.txt: Added.
66 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html: Added.
67 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.txt: Added.
68 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html: Added.
69 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt: Added.
70 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html: Added.
71 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt: Added.
72 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html: Added.
73 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.txt: Added.
74 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html: Added.
75 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.txt: Added.
76 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html: Added.
77 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js: Added.
78 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js: Added.
79 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js: Added.
80 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js: Added.
81 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js: Added.
82 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js: Added.
83 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js: Added.
84 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js: Added.
85 * svg/dynamic-updates/resources/SVGTestCase.js: Add xhtml namespace 'xhtmlNS'.
87 2008-02-29 Dan Bernstein <mitz@apple.com>
89 Rubber-stamped by Sam Weinig.
91 - update test results following r30649
93 * svg/css/getComputedStyle-basic-expected.txt:
95 2008-02-29 Robert Blaut <webkit@blaut.biz>
97 Reviewed by Darin Adler.
99 - Tests for http://bugs.webkit.org/show_bug.cgi?id=17532
100 Webkit imports styles from <link> element which doesn't have rel=stylesheet defined
102 * fast/html/link-rel-stylesheet.html: Added.
103 * fast/media/mq-simple-query-02.html:
104 * fast/media/mq-width-absolute-02.html:
105 * platform/mac/fast/html/link-rel-stylesheet-expected.txt: Added.
107 2008-02-29 Alexey Proskuryakov <ap@webkit.org>
111 <rdar://problem/5766352> REGRESSION (r27151): XMLHttpRequest.abort() resets response status
113 * http/tests/xmlhttprequest/status-after-abort-expected.txt: Added.
114 * http/tests/xmlhttprequest/status-after-abort.html: Added.
116 2008-02-29 Dan Bernstein <mitz@apple.com>
118 Reviewed by Darin Adler.
120 - test for a bug where explicit embedding past the end of a line could
121 affect text that line
123 * fast/text/embed-at-end-of-pre-wrap-line.html: Added.
124 * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.checksum: Added.
125 * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added.
126 * platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt: Added.
128 2008-02-28 Justin Garcia <justin.garcia@apple.com>
130 Reviewed by Darin Adler.
132 <rdar://problem/4930986> REGRESSION: Paste As Quotation pastes black text instead of blue
134 Demonstrates the bug:
135 * editing/pasteboard/4930986-1-expected.txt: Added.
136 * editing/pasteboard/4930986-1.html: Added.
137 * editing/pasteboard/4930986-2-expected.txt: Added.
138 * editing/pasteboard/4930986-2.html: Added.
140 Demonstrates a problem with the first version of the patch:
141 * editing/pasteboard/4930986-3-expected.txt: Added.
142 * editing/pasteboard/4930986-3.html: Added.
144 Visual problem fixed. An anonymous renderer changed position, DOM remains unchanged:
145 * editing/execCommand/5144139-1.html:
146 * platform/mac/editing/execCommand/5144139-1-expected.checksum:
147 * platform/mac/editing/execCommand/5144139-1-expected.png:
148 * platform/mac/editing/execCommand/5144139-1-expected.txt:
150 Removed unnecessary style spans, visual result unchanged:
151 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum:
152 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.png:
153 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
154 * platform/mac/editing/style/font-family-with-space-expected.checksum:
155 * platform/mac/editing/style/font-family-with-space-expected.png:
156 * platform/mac/editing/style/font-family-with-space-expected.txt:
158 A style span isn't removed because at paste time because we don't anticipate
159 encountering styles on style spans that are non-inheritable, because we don't
160 create style spans like that at copy time. Turned this into a text only
161 test. Test remains visually unchanged:
162 * editing/pasteboard/5245519-expected.txt: Added.
163 * editing/pasteboard/5245519.html:
164 * platform/mac/editing/pasteboard/5245519-expected.checksum: Removed.
165 * platform/mac/editing/pasteboard/5245519-expected.png: Removed.
166 * platform/mac/editing/pasteboard/5245519-expected.txt: Removed.
168 Added an extra empty anonymous renderer, DOM and visual result remain unchanged:
169 * platform/mac/editing/execCommand/create-list-with-hr-expected.checksum:
170 * platform/mac/editing/execCommand/create-list-with-hr-expected.png:
171 * platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
172 * platform/mac/editing/pasteboard/paste-list-001-expected.checksum:
173 * platform/mac/editing/pasteboard/paste-list-001-expected.png:
174 * platform/mac/editing/pasteboard/paste-list-001-expected.txt:
175 * platform/mac/editing/pasteboard/paste-table-001-expected.checksum:
176 * platform/mac/editing/pasteboard/paste-table-001-expected.png:
177 * platform/mac/editing/pasteboard/paste-table-001-expected.txt:
178 * platform/mac/editing/pasteboard/paste-text-003-expected.checksum:
179 * platform/mac/editing/pasteboard/paste-text-003-expected.png:
180 * platform/mac/editing/pasteboard/paste-text-003-expected.txt:
182 Reflects changes to CSSComputedStyleDeclaration::getPropertyCSSValue:
183 * fast/css/computed-style-expected.txt:
184 * fast/css/computed-style-without-renderer-expected.txt:
186 We don't remove styles from style spans that are overridden by all of their
187 children, even though they are unnecessary. We've never done this, but now
188 that there can be two style spans at paste time we are more likely to have
189 a style span left over because of this problem. Mentioned this in the test
190 case and turned this into a text only test:
191 * editing/pasteboard/4840662.html:
192 * editing/pasteboard/4840662-expected.txt: Added.
193 * platform/mac/editing/pasteboard/4840662-expected.checksum: Removed.
194 * platform/mac/editing/pasteboard/4840662-expected.png: Removed.
195 * platform/mac/editing/pasteboard/4840662-expected.txt: Removed.
197 2008-02-27 Dan Bernstein <mitz@apple.com>
199 Reviewed by John Sullivan.
201 - test for <rdar://problem/5607547> Single letter surrounded by soft hyphens can disappear
203 * fast/text/soft-hyphen-2.html: Added.
204 * platform/mac/fast/text/soft-hyphen-2-expected.checksum: Added.
205 * platform/mac/fast/text/soft-hyphen-2-expected.png: Added.
206 * platform/mac/fast/text/soft-hyphen-2-expected.txt: Added.
208 2008-02-27 Brady Eidson <beidson@apple.com>
210 Updated resource used in the layout test I landed yesterday.
211 Due to a difference between Foundation on Tiger vs Leopard, the resource generated on
212 Leopard caused different results on Leopard and Tiger.
213 Regenerating the resource on Tiger, however, agrees with Leopard.
215 * webarchive/loading/resources/cache-expired-subresource.webarchive:
217 2008-02-27 Dan Bernstein <mitz@apple.com>
219 Reviewed by Darin Adler.
221 - test that centered text in right-to-left blocks spills over to the left
223 * fast/text/align-center-rtl-spill.html: Added.
224 * platform/mac/fast/text/align-center-rtl-spill-expected.checksum: Added.
225 * platform/mac/fast/text/align-center-rtl-spill-expected.png: Added.
226 * platform/mac/fast/text/align-center-rtl-spill-expected.txt: Added.
228 2008-02-27 Eric Seidel <eric@webkit.org>
230 Rubber-stamped by Adam.
232 Fix svn:eol-style on all LayoutTest results
235 find . -name "*-expected.txt" | xargs svn ps svn:eol-style native
237 2008-02-27 Sam Weinig <sam@webkit.org>
241 Updates tests for <rdar://problem/5768769>
243 * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
244 * http/tests/security/cross-frame-access-call-expected.txt:
245 * http/tests/security/cross-frame-access-call.html:
247 2008-02-27 Brady Eidson <beidson@apple.com>
249 Reviewed by Mark Rowe
251 Test for better fix for <rdar://problem/4930688> (see r19549) and
252 original fix for <rdar://problem/3947312> (and 14 dupes)
254 Crafting custom WebArchives for layout tests is a pain and something that should
255 be resolved if we decide to pursue a new format.
257 Using a custom php script to act as a stand in for an image resource, I set its
258 cache-control header to expire immediately. Without the fix for the above bugs,
259 the resource will be "expired" and an attempt to fetch it from the network will
260 go out and fail. This failure will manifest with different ResourceLoadDelegate
261 information, as well as different dimensions in the render tree - the missing
262 image icon versus the archived image.
264 With the fix in place, the response will be ignored and the image will be pulled
267 * webarchive/loading/cache-expired-subresource-expected.txt: Added.
268 * webarchive/loading/cache-expired-subresource.html: Added.
269 * webarchive/loading/resources/cache-expired-subresource.webarchive: Added.
271 2008-02-27 Kevin McCullough <kmccullough@apple.com>
273 Landing test that was forgotten in the original patch (r30087).
275 Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
276 HTML5: Client-side database queries should return values of type number
278 * storage/sql-data-types-expected.txt: Added.
279 * storage/sql-data-types.html: Added.
280 * storage/sql-data-types.js: Added.
282 2008-02-27 Julien Chaffraix <julien.chaffraix@gmail.com>
286 http://bugs.webkit.org/show_bug.cgi?id=17481
287 Several consecutive calls to XMLHttpRequest::open should dispatch only one readyState event
289 * http/tests/xmlhttprequest/xmlhttprequest-multiple-open-expected.txt: Added.
290 * http/tests/xmlhttprequest/xmlhttprequest-multiple-open.html: Added.
292 2008-02-26 Brady Eidson <beidson@apple.com>
294 Add a skipped storage test for now
296 * platform/win/Skipped: Added storage/multiple-transactions.html
298 2008-02-26 Dan Bernstein <mitz@apple.com>
300 Reviewed by Darin Adler.
302 - test for http://bugs.webkit.org/show_bug.cgi?id=17555
303 <rdar://problem/5766016> REGRESSION (r27351): Thumbnails positioned wrong on Getty Images results page
305 * fast/dynamic/subtree-table-cell-height.html: Added.
306 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.checksum: Added.
307 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.png: Added.
308 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
310 2008-02-26 Satoshi Nakagawa <artension@gmail.com>
312 Reviewed by Darin. Tweaked and landed by Alexey.
314 - test for http://bugs.webkit.org/show_bug.cgi?id=17411
316 * fast/text/line-breaks-after-ideographic-comma-or-full-stop.html: Added.
317 * fast/text/line-breaks-after-ideographic-comma-or-full-stop-expected.txt: Added
319 2008-02-25 Dan Bernstein <mitz@apple.com>
321 Reviewed by Sam Weinig.
323 - test for http://bugs.webkit.org/show_bug.cgi?id=17152
324 Paragraphs indented with :first-letter and text-align CSS render incorrectly
326 * fast/text/apply-start-width-after-skipped-text.html: Added.
327 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.checksum: Added.
328 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.png: Added.
329 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.txt: Added.
331 2008-02-25 Beth Dakin <bdakin@apple.com>
335 Test for <rdar://problem/5760530> REGRESSION: Assertion failure in
336 Document::removePendingSheet() from r30438
338 * http/tests/misc/missing-style-sheet-expected.txt: Added.
339 * http/tests/misc/missing-style-sheet.html: Added.
341 2008-02-25 Brady Eidson <beidson@apple.com>
343 Reviewed by T3h Mitz Pettel (Dan Bernstein)
345 Layout test for already fixed bug <rdar://problem/5729445>
347 * storage/multiple-transactions-expected.txt: Added.
348 * storage/multiple-transactions.html: Added.
350 2008-02-25 Darin Adler <darin@apple.com>
354 - test for http://bugs.webkit.org/show_bug.cgi?id=17186
355 Fragment navigation within a page permanently cancels meta refresh
357 * fast/loader/meta-refresh-anchor-click-expected.txt: Added.
358 * fast/loader/meta-refresh-anchor-click.html: Added.
359 * fast/loader/resources/meta-refresh-subframe.html: Added.
361 2008-02-25 Johnny Ding <johnnyding.webkit@gmail.com>
363 Reviewed by Darin Adler.
365 - bug http://bugs.webkit.org/show_bug.cgi?id=17444
366 Test for multiple nested scripts which are in a external script.
368 * fast/tokenizer/nested-multiple-scripts-expected.txt: Added.
369 * fast/tokenizer/nested-multiple-scripts.html: Added.
370 * fast/tokenizer/resources/external-script-1.js: Added.
371 * fast/tokenizer/resources/external-script-2.js: Added.
373 2008-02-24 Michael Knaup <michael.knaup@mac.com>
377 - test for http://bugs.webkit.org/show_bug.cgi?id=8749
379 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.checksum: Added.
380 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.png: Added.
381 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.txt: Added.
382 * platform/mac/fast/canvas/canvas-draw-xbm-image.html: Added.
383 * platform/mac/fast/canvas/resources: Added.
384 * platform/mac/fast/canvas/resources/smile.xbm: Added.
386 2008-02-24 Dan Bernstein <mitz@apple.com>
388 Reviewed by Darin Adler.
390 - test for http://bugs.webkit.org/show_bug.cgi?id=17471
391 REGRESSION (r30438): Crash in deleteLineBoxes in cursor-adjusting code browsing Acid3
393 * http/tests/misc/object-image-error-expected.txt: Added.
394 * http/tests/misc/object-image-error.html: Added.
395 * http/tests/misc/resources/404image.php: Added.
397 2008-02-24 Dan Bernstein <mitz@apple.com>
399 Rubber-stamped by Oliver Hunt.
401 - replace expected results in platform/mac-tiger and
402 platform/mac-leopard which were identical with a single copy in
405 2008-02-24 Dan Bernstein <mitz@apple.com>
407 Reviewed by Darin Adler.
409 - test float positioning when a float that does not fit on the line is
410 followed by a float that does
412 * fast/block/float/narrow-after-wide.html: Added.
413 * platform/mac/fast/block/float/narrow-after-wide-expected.checksum: Added.
414 * platform/mac/fast/block/float/narrow-after-wide-expected.png: Added.
415 * platform/mac/fast/block/float/narrow-after-wide-expected.txt: Added.
417 2008-02-24 Darin Adler <darin@apple.com>
421 - test for http://bugs.webkit.org/show_bug.cgi?id=16770
422 Acid3 expects :visited styled links to restyle on iframe load
424 * fast/history/resources/subframe.html: Added.
425 * fast/history/subframe-is-visited-expected.txt: Added.
426 * fast/history/subframe-is-visited.html: Added.
428 2008-02-23 Dan Bernstein <mitz@apple.com>
430 Reviewed by Dave Hyatt.
432 - test that non-autowrapping text clear floats
434 * fast/text/whitespace/nowrap-clear-float.html: Added.
435 * platform/mac-leopard/fast/text/whitespace: Added.
436 * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.checksum: Added.
437 * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.png: Added.
438 * platform/mac/fast/text/whitespace/nowrap-clear-float-expected.txt: Added.
440 2008-02-23 Dan Bernstein <mitz@apple.com>
442 - undo an accidental change to a test's expected results from r30431.
444 * fast/js/date-DST-time-cusps-expected.txt:
446 2008-02-23 Dan Bernstein <mitz@apple.com>
448 Rubber-stamped by Sam Weinig and Anders Carlsson.
450 - updated results for <rdar://problem/5714333> Add document.getSelection()
452 * fast/dom/Window/window-properties-expected.txt:
454 2008-02-22 Alexey Proskuryakov <ap@webkit.org>
458 A few tweaks to PCRE-based regex test suite.
460 * fast/regex/pcre-test-runner.js: Added support for global regexes. Emulate PCRE test runner
461 more precisely by trimming trailing whitespace from some lines.
463 * fast/regex/test1-expected.txt:
464 * fast/regex/test4-expected.txt:
465 * fast/regex/testinput1:
466 * fast/regex/testinput4:
467 * fast/regex/testoutput1:
468 * fast/regex/testoutput4:
471 2008-02-22 Dan Bernstein <mitz@apple.com>
473 - update Tiger expected results following r30431
475 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
476 * platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.txt:
477 * platform/mac-tiger/svg/custom/text-dom-01-f-expected.txt:
478 * platform/mac-tiger/svg/custom/text-hit-test-expected.txt:
479 * platform/mac-tiger/svg/text/text-align-01-b-expected.txt:
480 * platform/mac-tiger/svg/text/text-align-02-b-expected.txt:
481 * platform/mac-tiger/svg/text/text-align-03-b-expected.txt:
482 * platform/mac-tiger/svg/text/text-align-04-b-expected.txt:
483 * platform/mac-tiger/svg/text/text-align-05-b-expected.txt:
484 * platform/mac-tiger/svg/text/text-align-06-b-expected.txt:
485 * platform/mac-tiger/svg/text/text-altglyph-01-b-expected.txt:
486 * platform/mac-tiger/svg/text/text-deco-01-b-expected.txt:
487 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.txt:
488 * platform/mac-tiger/svg/text/text-fonts-02-t-expected.txt:
489 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
490 * platform/mac-tiger/svg/text/text-spacing-01-b-expected.txt:
491 * platform/mac-tiger/svg/text/text-text-01-b-expected.txt:
492 * platform/mac-tiger/svg/text/text-text-03-b-expected.txt:
493 * platform/mac-tiger/svg/text/text-text-04-t-expected.txt:
494 * platform/mac-tiger/svg/text/text-text-05-t-expected.txt:
495 * platform/mac-tiger/svg/text/text-text-06-t-expected.txt:
496 * platform/mac-tiger/svg/text/text-text-07-t-expected.txt:
497 * platform/mac-tiger/svg/text/text-text-08-b-expected.txt:
498 * platform/mac-tiger/svg/text/text-tref-01-b-expected.txt:
499 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.txt:
500 * platform/mac-tiger/svg/text/text-tselect-02-f-expected.txt:
501 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.txt:
502 * platform/mac-tiger/svg/text/text-ws-01-t-expected.txt:
503 * platform/mac-tiger/svg/text/text-ws-02-t-expected.txt:
505 2008-02-22 Justin Garcia <justin.garcia@apple.com>
509 <rdar://problem/5714333> Add document.getSelection()
511 * editing/selection/5714333-expected.txt: Added.
512 * editing/selection/5714333.html: Added.
514 2008-02-22 Oliver Hunt <oliver@apple.com>
518 Bug 17486: Support HTML5 Canvas.getImageData API
519 Support Canvas.getImageData and Canvas.createImageData
521 Test cases for ImageData behaviour and getImageData correctness
523 * fast/canvas/canvas-ImageData-behaviour-expected.txt: Added.
524 * fast/canvas/canvas-ImageData-behaviour.html: Added.
525 * fast/canvas/canvas-ImageData-behaviour.js: Added.
526 * fast/canvas/canvas-getImageData-expected.txt: Added.
527 * fast/canvas/canvas-getImageData.html: Added.
529 2008-02-22 Geoffrey Garen <ggaren@apple.com>
531 Reviewed by Sam Weinig.
533 Removing the test for KJS_MEM_LIMIT, since I removed KJS_MEM_LIMIT.
535 * fast/js/out-of-memory-expected.txt: Removed.
536 * fast/js/out-of-memory.html: Removed.
538 2008-02-22 Oliver Hunt <oliver@apple.com>
540 Reviewed by Alexey P.
542 <rdar://problem/5759327> REGRESSION: while(NaN) acts like while(true)
544 Add test cases for pre/post-increment of NaN
546 * fast/js/convert-nan-to-bool-expected.txt:
547 * fast/js/resources/convert-nan-to-bool.js:
549 2008-02-21 Sam Weinig <sam@webkit.org>
551 Reviewed by Anders Carlsson.
553 Update tests and results for <rdar://problem/5757946>
555 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
556 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
557 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
558 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
559 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
560 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
561 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
562 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
563 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
564 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
565 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
566 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
567 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
568 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
569 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
570 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
571 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
572 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
573 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
574 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
575 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
576 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
577 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
578 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
579 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
580 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
582 2008-02-21 Ada Chan <adachan@apple.com>
584 Test for <rdar://problem/5757873> Buffer overrun in DeprecatedCString::find() in WebCore
586 Reviewed by Dan Bernstein.
588 * fast/loader/charset-parse-expected.txt: Added.
589 * fast/loader/charset-parse.html: Added.
591 2008-02-21 Geoffrey Garen <ggaren@apple.com>
593 Reviewed by David Harrison.
595 Test for <rdar://problem/5756125> REGRESSION: A crash occurs at
596 WebCore::Frame::scriptProxy() when completing a search with Package Tracker widget
598 * fast/dom/script-element-without-frame-crash-expected.txt: Added.
599 * fast/dom/script-element-without-frame-crash.html: Added.
601 2008-02-20 Sam Weinig <sam@webkit.org>
603 Rubber-stamped by Dan Bernstein.
605 Gratuitous change to this test to use the instanceof operator
606 instead of the isPrototypeOf method.
608 * fast/tokenizer/doctype-search-reset.html:
610 2008-02-20 Dan Bernstein <mitz@apple.com>
612 Reviewed by Dave Hyatt.
614 - test for http://bugs.webkit.org/show_bug.cgi?id=17465
615 REGRESSION: <DIV> tokenized into Div if still searching for DOCTYPE
617 * fast/tokenizer/doctype-search-reset-expected.txt: Added.
618 * fast/tokenizer/doctype-search-reset.html: Added.
620 2008-02-20 Dan Bernstein <mitz@apple.com>
622 Reviewed by Dave Hyatt.
624 - test for http://bugs.webkit.org/show_bug.cgi?id=17464
625 REGRESSION: Crash in RenderBlock::findNextLineBreak reading r30444 commit email in GMail
627 * fast/text/wbr-in-pre-crash.html: Added.
628 * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.checksum: Added.
629 * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.png: Added.
630 * platform/mac/fast/text/wbr-in-pre-crash-expected.txt: Added.
632 2008-02-20 Michael Knaup <michael.knaup@mac.com>
636 - test for Bug 16753: date set methods with no args should result in NaN (Acid3 bug)
638 * fast/js/date-set-to-nan-expected.txt: Added.
639 * fast/js/date-set-to-nan.html: Added.
640 * fast/js/resources/date-set-to-nan.js: Added.
642 2008-02-20 Oliver Hunt <oliver@apple.com>
646 Test to ensure we do not crash on a zero sized canvas.
648 * fast/canvas/access-zero-sized-canvas-expected.txt: Added.
649 * fast/canvas/access-zero-sized-canvas.html: Added.
651 2008-02-20 Alexey Proskuryakov <ap@webkit.org>
655 http://bugs.webkit.org/show_bug.cgi?id=17106
656 <rdar://problem/5750722> Debug build ASSERTs on page load
658 * fast/encoding/GBK/close-gbk-converter-expected.txt: Added.
659 * fast/encoding/GBK/close-gbk-converter.html: Added.
661 2008-02-19 Beth Dakin <bdakin@apple.com>
665 Test for <rdar://problem/5729674> Seed: Crash in
666 RenderButton::setStyle at http://www.dinorpg.com
668 * fast/forms/input-first-letter.html: Added.
669 * platform/mac/fast/forms/input-first-letter-expected.checksum: Added.
670 * platform/mac/fast/forms/input-first-letter-expected.png: Added.
671 * platform/mac/fast/forms/input-first-letter-expected.txt: Added.
673 2008-02-19 Dan Bernstein <mitz@apple.com>
675 Reviewed by Darin Adler.
677 - test for <rdar://problem/5637569> CrashTracer: [REGRESSION] 620 crashes in Safari at com.apple.WebCore: WebCore::RenderBox::setStaticY + 15
679 * fast/text/wbr-styled.html: Added.
680 * platform/mac-leopard/fast/text/wbr-styled-expected.checksum: Added.
681 * platform/mac-leopard/fast/text/wbr-styled-expected.png: Added.
682 * platform/mac/fast/css-generated-content/wbr-with-before-content-expected.txt:
683 * platform/mac/fast/text/wbr-pre-expected.txt:
684 * platform/mac/fast/text/wbr-styled-expected.txt: Added.
686 2008-02-18 Dan Bernstein <mitz@apple.com>
688 Reviewed by Adam Roben in California.
690 - remove unnecessary and erroneous layoutTestController calls from a test
692 * fast/css/font-face-multiple-remote-sources.html:
693 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt:
695 2008-02-18 Brady Eidson <beidson@apple.com>
699 Fix for <rdar://5747529> - ObjC Exception can cause JSLock to never be released
701 * platform/mac-tiger/Skipped: Removed 2 hanging tests that now don't hang
702 * platform/mac/plugins/webScriptObject-exception-deadlock-expected.txt: Added.
703 * platform/mac/plugins/webScriptObject-exception-deadlock.html: Added.
705 2008-02-18 Darin Adler <darin@apple.com>
709 - generate new results for the one test that was altered by the
710 double -> float -> double trip taken by numeric values in the
713 This test appears under three different names in three different
714 parts of our test suite.
716 * platform/mac/css1/box_properties/acid_test-expected.checksum: Updated.
717 * platform/mac/css1/box_properties/acid_test-expected.png: Ditto.
718 * platform/mac/css1/box_properties/acid_test-expected.txt: Ditto.
719 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum: Ditto.
720 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Ditto.
721 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt: Ditto.
722 * platform/mac/fast/block/basic/011-expected.checksum: Ditto.
723 * platform/mac/fast/block/basic/011-expected.png: Ditto.
724 * platform/mac/fast/block/basic/011-expected.txt: Ditto.
726 2008-02-18 Dan Bernstein <mitz@apple.com>
728 - test for <rdar://problem/5736225> crash in svgFontAndFaceElementForFontData on digitalstrom.org/cms
730 * fast/css/font-face-multiple-remote-sources.html: Added.
731 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.checksum: Added.
732 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.png: Added.
733 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt: Added.
735 2008-02-17 Julien Chaffraix <julien.chaffraix@gmail.com>
737 Reviewed by Alexey Proskuryakov.
739 http://bugs.webkit.org/show_bug.cgi?id=16989
740 bug 16989 : Add send() flag checks in XmlHttpRequest
742 - Splitted xmlhttprequest-abort-readystate in 2 test cases (xmlhttprequest-abort-readystate-shouldDispatchEvent and xmlhttprequest-abort-readystate-shouldNotDispatchEvent)
744 - Added test case for the 2 send() flag checks in XmlHttpRequest::send and XmlHttpRequest::setRequestHeader
746 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt: Removed.
747 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
748 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
749 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
750 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
751 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Removed.
752 * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag-expected.txt: Added.
753 * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html: Added.
755 2008-02-17 Sam Weinig <sam@webkit.org>
757 Reviewed by Dan Bernstein.
759 Update test for http://bugs.webkit.org/show_bug.cgi?id=17365
760 document.createEvent("MessageEvent") throws NOT_SUPPORTED_ERR
762 * fast/events/event-instanceof-expected.txt:
763 * fast/events/resources/event-instanceof.js: Test MessageEvent as well.
765 2008-02-17 Dan Bernstein <mitz@apple.com>
767 Reviewed by Mark Rowe.
769 - disable the non-ASCII parts of a test case for the ASCII code path
770 because it is failing on the (Tiger) buildbots for an unrelated
773 * fast/text/fixed-pitch-control-characters.html:
774 * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum:
775 * platform/mac/fast/text/fixed-pitch-control-characters-expected.png:
776 * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt:
778 2008-02-17 Dan Bernstein <mitz@apple.com>
780 Reviewed by Darin Adler.
782 - test for http://bugs.webkit.org/show_bug.cgi?id=17033
783 <rdar://problem/5709315> REGRESSION: Really long <option> causes unnecessary page scroll bars to accommodate content
785 * fast/forms/control-clip-overflow.html: Added.
786 * platform/mac/fast/forms/control-clip-overflow-expected.checksum: Added.
787 * platform/mac/fast/forms/control-clip-overflow-expected.png: Added.
788 * platform/mac/fast/forms/control-clip-overflow-expected.txt: Added.
790 2008-02-16 Dan Bernstein <mitz@apple.com>
792 Reviewed by Sam Weinig.
794 - test fixed-pitch font measurement of control characters that render
797 * fast/text/fixed-pitch-control-characters.html: Added.
798 * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum: Added.
799 * platform/mac/fast/text/fixed-pitch-control-characters-expected.png: Added.
800 * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt: Added.
802 2008-02-16 Darin Adler <darin@apple.com>
804 - disable some failing tests; someone can re-enable after fixing the problems causing
805 them to fail or generating new expected results
807 http://bugs.webkit.org/show_bug.cgi?id=17391
809 * fast/frames/iframe-scroll-page-up-down.html: Removed.
810 * fast/frames/iframe-scroll-page-up-down.html-disabled: Copied from fast/frames/iframe-scroll-page-up-down.html.
812 http://bugs.webkit.org/show_bug.cgi?id=17392
814 * svg/batik/text/textBiDi.svg: Removed.
815 * svg/batik/text/textBiDi.svg-disabled: Copied from svg/batik/text/textBiDi.svg.
817 http://bugs.webkit.org/show_bug.cgi?id=17393
819 * svg/custom/use-on-symbol-inside-pattern.svg: Removed.
820 * svg/custom/use-on-symbol-inside-pattern.svg-disabled: Copied from svg/custom/use-on-symbol-inside-pattern.svg.
822 2008-02-15 Dan Bernstein <mitz@apple.com>
824 Rubber-stamped by Oliver Hunt.
826 - skip a test for a Leopard-only NSHTTPURLResponse bug workaround
828 * platform/mac-tiger/Skipped:
830 2008-02-15 Brady Eidson <beidson@apple.com>
832 Added 2 skipped tests
834 * platform/mac-tiger/Skipped:
836 2008-02-15 Brady Eidson <beidson@apple.com>
840 Fix for <rdar://problem/5727175> and <rdar://problem/5740495> - Database threads and callback scripts can run after
841 a page has closed or loaded a new document
843 * storage/close-during-stress-test-expected.txt: Update results - this test contained output from a javascript callback
844 that never should have taken place
846 2008-02-15 Adele Peterson <adele@apple.com>
850 Updated test for <rdar://problem/5745072> REGRESSION (r29348): Shift + Tab does not change indent level on Google Docs
852 * editing/inserting/typing-tab-designmode-expected.txt:
853 * editing/inserting/typing-tab-designmode.html:
855 2008-02-15 Geoffrey Garen <ggaren@apple.com>
857 Reviewed by Anders Carlsson.
859 Fixed <rdar://problem/5725429> REGRESSION (r27898): Greenfield online
860 surveys no longer work due to XMLHttpRequest exceptions
862 Updated layout tests to expect an exception not to be thrown.
864 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html:
865 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html:
866 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
867 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
869 2008-02-15 Justin Garcia <justin.garcia@apple.com>
871 Reviewed by Dan Bernstein.
873 <rdar://problem/5738768> REGRESSION (r30062): Crash in InlineTextBox::isLineBreak() when Undoing a replace
876 * editing/selection/inconsistent-in-removeChildNode.html: Removed.
877 * editing/selection/inconsistent-in-removeChildNode.html-disabled: Added.
880 * editing/undo/5738768-expected.txt: Added.
881 * editing/undo/5738768.html: Added.
883 During a shouldChangeSelection call, the old selection is no longer null because
884 nodeWillBeRemoved doesn't blow it away:
885 * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
886 * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
887 * platform/mac/editing/style/remove-underline-in-bold-expected.txt:
889 During a shouldChangeSelection call, the old selection is now null because
890 nodeWillBeRemoved blows it away:
891 * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
893 More instances of <rdar://problem/5729315>, where, during a shouldChangeSelection
894 call content that held the old selection is still around but it wouldn't make sense
895 to leave the selection there, so we shouldn't call shouldChangeSelection at all:
896 * platform/mac/editing/style/remove-underline-expected.txt:
897 * platform/mac/editing/style/unbold-in-bold-expected.txt:
899 Similar changes, but ones where I've also updated pixel results for old, unrelated fixes:
900 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt:
901 * platform/mac/editing/deleting/delete-leading-ws-001-expected.checksum:
902 * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
903 * platform/mac/editing/deleting/delete-line-011-expected.checksum:
904 * platform/mac/editing/deleting/delete-line-011-expected.txt:
905 * platform/mac/editing/execCommand/paste-1-expected.checksum:
906 * platform/mac/editing/execCommand/paste-1-expected.txt:
907 * platform/mac/editing/execCommand/paste-2-expected.checksum:
908 * platform/mac/editing/execCommand/paste-2-expected.txt:
909 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.checksum:
910 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
911 * platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
912 * platform/mac/editing/pasteboard/paste-text-012-expected.checksum:
913 * platform/mac/editing/selection/4960116-expected.checksum:
915 2008-02-15 Dan Bernstein <mitz@apple.com>
917 Reviewed by Alexey Proskuryakov.
919 - test for http://bugs.webkit.org/show_bug.cgi?id=17360
920 <rdar://problem/5743131> REGRESSION: mp4 file downloaded from server is downloaded as html
922 * http/tests/loading/resources/.htaccess: Added.
923 * http/tests/loading/resources/binaryData.m4a: Added.
924 * http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added.
925 * http/tests/loading/text-content-type-with-binary-extension.html: Added.
927 2008-02-15 Samuel Weinig <sam@webkit.org>
929 Reviewed and rubber-stamped by Oliver Hunt.
931 Add leopard specific results for stroke-width-click.svg to work around
934 * platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Added.
936 2008-02-14 Oliver Hunt <oliver@apple.com>
940 Make assign-to-window-status testcase to be more thorough
942 * fast/dom/assign-to-window-status-expected.txt:
943 * fast/dom/assign-to-window-status.html:
945 2008-02-14 Darin Adler <darin@apple.com>
947 - update this test further, so that it succeeds
949 * fast/dom/assign-to-window-status-expected.txt: Updated.
950 * fast/dom/assign-to-window-status.html: Updated.
952 2008-02-14 Oliver Hunt <oliver@apple.com>
954 Reviewed by Geoff G and Weinig.
956 Add test cases for assigning to window.status, modify existing tests that relied on old
957 replaceable status property behaviour.
959 * fast/dom/HTMLScriptElement/script-load-events.html:
960 * fast/dom/Window/get-set-properties.html:
961 * fast/dom/assign-to-window-status-expected.txt: Added.
962 * fast/dom/assign-to-window-status.html: Added.
964 2008-02-14 Geoffrey Garen <ggaren@apple.com>
966 Reviewed by Sam Weinig.
968 Layout test for <rdar://problem/5737835> nee http://bugs.webkit.org/show_bug.cgi?id=17329
969 Crash in JSGlobalObject::popActivation when inserting hyperlink in Wordpress (17329)
971 * fast/dom/javascript-url-crash-function.html: Added.
972 * fast/dom/javascript-url-crash-function-expected.txt: Added.
973 * fast/dom/resources/javascript-url-crash-function-iframe.html: Added.
975 2008-02-14 Nikolas Zimmermann <zimmermann@kde.org>
979 Add dynamic update tests for SVGEllipseElement.
981 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum: Added.
982 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
983 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum: Added.
984 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
985 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum: Added.
986 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
987 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum: Added.
988 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
989 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum: Added.
990 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
991 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum: Added.
992 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
993 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum: Added.
994 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
995 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum: Added.
996 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
997 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt: Added.
998 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html: Added.
999 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt: Added.
1000 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html: Added.
1001 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt: Added.
1002 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html: Added.
1003 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt: Added.
1004 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html: Added.
1005 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt: Added.
1006 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html: Added.
1007 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt: Added.
1008 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html: Added.
1009 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt: Added.
1010 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html: Added.
1011 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt: Added.
1012 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html: Added.
1013 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js: Added.
1014 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js: Added.
1015 * svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js: Added.
1016 * svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js: Added.
1017 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js: Added.
1018 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js: Added.
1019 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js: Added.
1020 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js: Added.
1022 2008-02-13 Justin Garcia <justin.garcia@apple.com>
1024 Reviewed by Oliver Hunt.
1026 * platform/mac/editing/deleting/table-cells-expected.checksum: Fixed. Before, a space was
1027 incorrectly removed by a delete (this isn't a smart delete).
1028 * platform/mac/editing/deleting/table-cells-expected.png:
1029 * platform/mac/editing/deleting/table-cells-expected.txt:
1030 * platform/mac/editing/pasteboard/input-field-1-expected.checksum: Fixed. Before a space
1031 was incorrectly added by paste (this isn't a smart paste).
1032 * platform/mac/editing/pasteboard/input-field-1-expected.png:
1033 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
1035 2008-02-13 Justin Garcia <justin.garcia@apple.com>
1037 Reviewed by Adam Roben.
1039 <rdar://problem/5729680> REGRESSION (r27873): Removing the last character of a word in Mail or Safari also removes the following space
1041 * editing/deleting/5729680-expected.txt: Added.
1042 * editing/deleting/5729680.html: Added.
1044 2008-02-13 Nikolas Zimmermann <zimmermann@kde.org>
1048 Make svg/dynamic-updates/* tests deterministic. s/setTimeout('executTest()', 0)/executeTest/ -- as discussed with Adam.
1050 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
1051 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
1052 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
1053 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
1054 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
1055 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
1056 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
1057 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
1058 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
1059 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
1060 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
1061 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
1062 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum:
1063 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
1064 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum:
1065 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
1066 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
1067 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
1068 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
1069 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
1070 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
1071 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
1072 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt:
1073 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt:
1074 * svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
1075 * svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
1076 * svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
1077 * svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
1078 * svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
1079 * svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
1080 * svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
1081 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
1082 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
1083 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
1084 * svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
1085 * svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
1087 2008-02-13 Brady Eidson <beidson@apple.com>
1089 Reviewed by Darin Adler
1091 Added layout tests to cover
1092 http://trac.webkit.org/projects/webkit/changeset/29983
1094 http://trac.webkit.org/projects/webkit/changeset/30184
1096 * platform/gtk/Skipped:
1097 * platform/qt/Skipped:
1098 * platform/win/Skipped:
1099 * storage/quota-tracking-expected.txt: Added.
1100 * storage/quota-tracking.html: Added.
1101 * storage/success-callback-expected.txt: Added.
1102 * storage/success-callback.html: Added.
1104 2008-02-13 Darin Adler <darin@apple.com>
1106 * platform/mac/svg/hixie/perf/001-expected.txt: Removed.
1107 * platform/mac/svg/hixie/perf/002-expected.txt: Removed.
1109 2008-02-13 Alexey Proskuryakov <ap@webkit.org>
1113 <rdar://problem/5740042> Database termination issues
1115 * storage/close-during-stress-test-expected.txt: Added.
1116 * storage/close-during-stress-test.html: Added.
1117 * storage/resources: Added.
1118 * storage/resources/stress-frame.html: Added.
1120 2008-02-13 Darin Adler <darin@apple.com>
1122 - check in results for these tests
1124 No idea if these are right or not; just what was generated on my computer.
1125 If someone has a better version, feel free to replace these results with correct ones.
1127 * platform/mac/svg/hixie/perf/001-expected.txt: Added.
1128 * platform/mac/svg/hixie/perf/002-expected.txt: Added.
1130 2008-02-13 Oliver Hunt <oliver@apple.com>
1132 Reviewed by Alexey P.
1134 Tests for <rdar://problem/5737003> REGRESSION (r27747): can't browse pictures on fastcupid.com
1136 Ensure that the basic arithmetic operands can correctly handle the NaN -> boolean conversion
1138 * fast/js/convert-nan-to-bool.html: Added.
1139 * fast/js/convert-nan-to-bool-expected.txt: Added.
1140 * fast/js/resources/convert-nan-to-bool.js: Added.
1142 2008-02-12 Dan Bernstein <mitz@apple.com>
1144 Rubber-stamped by Adam Roben.
1146 - make fast/css/css3-nth-child pass
1148 * fast/css/css3-nth-child.html: Removed spaces that were making the
1149 :nth-child selector fail to parse because of <rdar://problem/5733761>.
1150 * platform/mac-leopard/fast/css/css3-nth-child-expected.checksum: Added.
1151 * platform/mac-leopard/fast/css/css3-nth-child-expected.png: Added.
1153 2008-02-12 Adam Roben <aroben@apple.com>
1155 Add a test for Bug 17328: REGRESSION (r30147): Inspector is unstyled
1158 <http://bugs.webkit.org/show_bug.cgi?id=17328>
1163 * fast/loader/local-css-allowed-in-strict-mode-expected.txt: Added.
1164 * fast/loader/local-css-allowed-in-strict-mode.html: Added.
1165 * fast/loader/resources/stylesheet.css: Added.
1167 2008-02-12 Nikolas Zimmermann <zimmermann@kde.org>
1169 Not reviewed, adding missing layout test results (that have been r+ already, but not commited)
1171 * platform/mac-leopard/svg/dynamic-updates: Added.
1172 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Added.
1173 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
1174 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Added.
1175 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
1176 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Added.
1177 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
1178 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Added.
1179 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
1180 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Added.
1181 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
1182 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Added.
1183 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
1184 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Added.
1185 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
1186 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Added.
1187 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
1188 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Added.
1189 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
1190 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Added.
1191 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
1192 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Added.
1193 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
1194 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Added.
1195 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
1196 * platform/mac-leopard/svg/hixie/perf/001-expected.checksum: Added.
1197 * platform/mac-leopard/svg/hixie/perf/001-expected.png: Added.
1198 * platform/mac-leopard/svg/hixie/perf/001-expected.txt: Added.
1199 * platform/mac-leopard/svg/hixie/perf/002-expected.checksum: Added.
1200 * platform/mac-leopard/svg/hixie/perf/002-expected.png: Added.
1201 * platform/mac-leopard/svg/hixie/perf/002-expected.txt: Added.
1203 2008-02-11 Dan Bernstein <mitz@apple.com>
1205 Reviewed by Dave Hyatt.
1207 - test for http://bugs.webkit.org/show_bug.cgi?id=17320
1208 <rdar://problem/5736953> :last-child does not set the "uses sibling rules" flag
1210 * fast/css/last-child-style-sharing.html: Added.
1211 * platform/mac/fast/css/last-child-style-sharing-expected.checksum: Added.
1212 * platform/mac/fast/css/last-child-style-sharing-expected.png: Added.
1213 * platform/mac/fast/css/last-child-style-sharing-expected.txt: Added.
1215 2008-02-11 Sam Weinig <sam@webkit.org>
1217 Reviewed by Darin Adler.
1220 <rdar://problem/5735497> Match Firefox's cross-domain model more accurately by return the built-in version of functions even if they have been overridden
1221 <rdar://problem/5735443> Crash when setting the Window objects prototype to a custom Object and then calling a method on it
1223 * fast/dom/Window/resources/WindowProperties.js: Added.
1224 * fast/dom/Window/window-custom-prototype-crash-expected.txt: Added.
1225 * fast/dom/Window/window-custom-prototype-crash.html: Added.
1226 * fast/dom/Window/window-function-frame-getter-precedence-expected.txt: Added.
1227 * fast/dom/Window/window-function-frame-getter-precedence.html: Added.
1228 * fast/dom/Window/window-function-name-getter-precedence-expected.txt:
1229 * fast/dom/Window/window-function-name-getter-precedence.html:
1230 * http/tests/security/cross-frame-access-custom-expected.txt:
1231 * http/tests/security/cross-frame-access-custom.html:
1232 * http/tests/security/cross-frame-access-get-override-expected.txt: Added.
1233 * http/tests/security/cross-frame-access-get-override.html: Added.
1234 * http/tests/security/cross-frame-access-history-get-override-expected.txt:
1235 * http/tests/security/cross-frame-access-history-get-override.html:
1236 * http/tests/security/cross-frame-access-history-put-expected.txt:
1237 * http/tests/security/cross-frame-access-history-put.html:
1238 * http/tests/security/cross-frame-access-location-expected.txt: Removed.
1239 * http/tests/security/cross-frame-access-location-get-expected.txt: Added.
1240 * http/tests/security/cross-frame-access-location-get-override-expected.txt: Added.
1241 * http/tests/security/cross-frame-access-location-get-override.html: Added.
1242 * http/tests/security/cross-frame-access-location-get.html: Copied from http/tests/security/cross-frame-access-location.html.
1243 * http/tests/security/cross-frame-access-location-put-expected.txt: Added.
1244 * http/tests/security/cross-frame-access-location-put.html: Added.
1245 * http/tests/security/cross-frame-access-location.html: Removed.
1246 * http/tests/security/resources/cross-frame-iframe-for-get-override-test.html: Added.
1247 * http/tests/security/resources/cross-frame-iframe-for-get-test.html:
1248 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
1249 * http/tests/security/resources/cross-frame-iframe-for-location-get-override-test.html: Added.
1250 * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html: Added.
1251 * http/tests/security/resources/cross-frame-iframe-for-location-put-test.html: Added.
1253 2008-02-10 Dan Bernstein <mitz@apple.com>
1255 Reviewed by Sam Weinig and Anders Carlsson.
1257 - change a test to simply use 'font-family' instead of unnecessary
1260 * fast/text/atsui-spacing-features.html:
1261 * platform/mac/fast/text/atsui-spacing-features-expected.checksum:
1262 * platform/mac/fast/text/atsui-spacing-features-expected.png:
1263 * platform/mac/fast/text/atsui-spacing-features-expected.txt:
1265 2008-02-10 Darin Adler <darin@apple.com>
1267 - fix a couple of directories that were using our JavaScript template/wrapper
1270 * fast/dom/SelectorAPI/resources/TEMPLATE.html: Fixed relative paths.
1271 * fast/events/event-instanceof.html: Regenerating this file revealed that the path
1272 to the stylesheet was wrong. Fixed by running the make-js-test-wrappers script.
1273 Didn't affect the text-only results, but the test looked wrong in the browser.
1274 * fast/events/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
1275 * traversal/resources/TEMPLATE.html: Fixed relative paths.
1277 2008-02-10 Andrew Wellington <proton@wiretapped.net>
1279 Reviewed and tweaked a bit by Darin.
1281 DOMRange.surroundContents throws wrong exception (Acid3 bug)
1282 http://bugs.webkit.org/show_bug.cgi?id=16749
1284 Throw BAD_BOUNDARYPOINTS_ERR if attempting to split a non-text node that
1285 has offsets in characters
1287 * fast/dom/Range/range-exceptions-expected.txt: Added.
1288 * fast/dom/Range/resources/range-exceptions.js: Added.
1290 2008-02-09 David Hyatt <hyatt@apple.com>
1292 Added test for bug 17254.
1296 * fast/css/negative-nth-child.html: Added.
1298 2008-02-08 Oliver Hunt <oliver@apple.com>
1302 Test cases for decompilation of variable declaration lists.
1304 * fast/js/function-toString-parentheses-expected.txt:
1305 * fast/js/resources/function-toString-parentheses.js:
1307 2008-02-08 Darin Adler <darin@apple.com>
1309 - test for http://bugs.webkit.org/show_bug.cgi?id=17247
1310 Labelled continue/break can fail in some cases
1312 * fast/js/continue-break-multiple-labels-expected.txt: Added.
1313 * fast/js/continue-break-multiple-labels.html: Added.
1315 2008-02-08 Darin Adler <darin@apple.com>
1319 - test for http://bugs.webkit.org/show_bug.cgi?id=15003
1320 Function.prototype.constructor should not be DontDelete/ReadOnly (Acid3 bug)
1322 * fast/js/constructor-attributes-expected.txt: Added.
1323 * fast/js/constructor-attributes.html: Added.
1324 * fast/js/resources/constructor-attributes.js: Added.
1326 2008-02-08 Anders Carlsson <andersca@apple.com>
1330 <rdar://problem/5650446>
1331 http://bugs.webkit.org/show_bug.cgi?id=16102
1332 Crash in FrameLoader::stopLoadingSubframes() on IMDB page
1334 * http/tests/navigation/changing-frame-hierarchy-in-onload-expected.txt: Added.
1335 * http/tests/navigation/changing-frame-hierarchy-in-onload.html: Added.
1337 2008-02-08 Sam Weinig <sam@webkit.org>
1341 Test for <rdar://problem/5732491>
1342 http://bugs.webkit.org/show_bug.cgi?id=17213
1343 The querySelectorAll method on an element node does not search only the element's descendants
1345 * fast/dom/SelectorAPI/elementRoot-expected.txt: Added.
1346 * fast/dom/SelectorAPI/elementRoot.html: Added.
1347 * fast/dom/SelectorAPI/resources: Added.
1348 * fast/dom/SelectorAPI/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
1349 * fast/dom/SelectorAPI/resources/elementRoot.js: Added.
1351 2008-02-08 Darin Adler <darin@apple.com>
1355 - test for http://bugs.webkit.org/show_bug.cgi?id=4714
1356 NodeIterator does not handle exceptions from the filter function (affects Acid3)
1358 - grabbed NodeIterator and TreeWalker tests from Hixie's site and KHTML
1360 * traversal/exception-forwarding-expected.txt: Added.
1361 * traversal/exception-forwarding.html: Added.
1362 * traversal/resources: Added.
1363 * traversal/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
1364 * traversal/resources/exception-forwarding.js: Added.
1366 * traversal/node-iterator-001-expected.txt: Updated to reflect correct results.
1367 The old results reflected a bug in our NodeIterator.
1368 * traversal/node-iterator-001.html: Ditto.
1370 * traversal/node-iterator-006.html: Changed test so there's no whitespace node after
1371 the <span> elements inside the test root element (a <div>). The old test results were
1372 incorrect; the new NodeIterator implementation correctly returned the whitespace node
1375 * traversal/node-iterator-006a.html: Copied from traversal/node-iterator-006.html.
1376 Preserve the original test, which now has a strange result. But the result is correct,
1377 so it's worth keeping around.
1378 * traversal/node-iterator-006a-expected.txt: Added.
1380 * fast/dom/TreeWalker/TreeWalker-currentNode-expected.txt: Regenerated.
1381 * fast/dom/TreeWalker/resources/TreeWalker-currentNode.js: Updated test to expect results
1382 that match the DOM specification.
1384 * traversal/hixie-node-iterator/001-expected.txt: Added.
1385 * traversal/hixie-node-iterator/001.xml: Added.
1386 * traversal/hixie-node-iterator/002-expected.txt: Added.
1387 * traversal/hixie-node-iterator/002.xml: Added.
1388 * traversal/hixie-node-iterator/003-expected.txt: Added.
1389 * traversal/hixie-node-iterator/003.xml: Added.
1390 * traversal/hixie-node-iterator/004-expected.txt: Added.
1391 * traversal/hixie-node-iterator/004.xml: Added.
1392 * traversal/hixie-node-iterator/005-expected.txt: Added.
1393 * traversal/hixie-node-iterator/005.xml: Added.
1394 * traversal/hixie-node-iterator/006-expected.txt: Added.
1395 * traversal/hixie-node-iterator/006.xml: Added.
1396 * traversal/hixie-node-iterator/007-expected.txt: Added.
1397 * traversal/hixie-node-iterator/007.xml: Added.
1398 * traversal/hixie-node-iterator/008-expected.txt: Added.
1399 * traversal/hixie-node-iterator/008.xml: Added.
1400 * traversal/hixie-node-iterator/009-expected.txt: Added.
1401 * traversal/hixie-node-iterator/009.xml: Added.
1402 * traversal/hixie-node-iterator/010-expected.txt: Added.
1403 * traversal/hixie-node-iterator/010.xml: Added.
1404 * traversal/hixie-node-iterator/origin.txt: Added.
1406 * traversal/tree-walker-filter-1-expected.txt: Added.
1407 * traversal/tree-walker-filter-1.html: Added.
1409 2008-02-08 Eric Seidel <eric@webkit.org>
1413 Add support for Text.wholeText and Text.replaceWholeText from DOM Level 3 Core.
1414 http://bugs.webkit.org/show_bug.cgi?id=17125
1416 Test to make sure EntityReference nodes are always treated as read-only.
1418 Added fast/dom/Text/replaceWholeText.html to catch a case the W3C missed.
1420 All of these tests now pass.
1422 * dom/xhtml/level3/core/textreplacewholetext01-expected.txt:
1423 * dom/xhtml/level3/core/textreplacewholetext02-expected.txt:
1424 * dom/xhtml/level3/core/textreplacewholetext03-expected.txt:
1425 * dom/xhtml/level3/core/textreplacewholetext04-expected.txt:
1426 * dom/xhtml/level3/core/textreplacewholetext05-expected.txt:
1427 * dom/xhtml/level3/core/textreplacewholetext06-expected.txt:
1428 * dom/xhtml/level3/core/textreplacewholetext07-expected.txt:
1429 * dom/xhtml/level3/core/textwholetext01-expected.txt:
1430 * dom/xhtml/level3/core/textwholetext02-expected.txt:
1431 * dom/xhtml/level3/core/textwholetext03-expected.txt:
1432 * fast/dom/EntityReference/readonly-exceptions-expected.txt: Added.
1433 * fast/dom/EntityReference/readonly-exceptions.html: Added.
1434 * fast/dom/EntityReference/resources/TEMPLATE.html: Added.
1435 * fast/dom/EntityReference/resources/readonly-exceptions.js: Added.
1436 * fast/dom/Text/replaceWholeText-expected.txt: Added.
1437 * fast/dom/Text/replaceWholeText.html: Added.
1438 * fast/dom/Text/resources/TEMPLATE.html: Added.
1439 * fast/dom/Text/resources/replaceWholeText.js: Added.
1440 * fast/dom/Window/window-properties-expected.txt: updated to reflect addition of replaceWholeText
1442 2008-02-06 Kimmo Kinnunen <kimmok@iki.fi>
1444 Reviewed by Tim Hatcher.
1446 Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
1447 HTML5: Client-side database queries should return values of type number
1449 * storage/sql-data-types-expected.txt: Added.
1450 * storage/sql-data-types.html: Added.
1451 * storage/sql-data-types.js: Added.
1453 2008-02-07 Dan Bernstein <mitz@apple.com>
1455 Reviewed by Dave Hyatt.
1457 - test for <rdar://problem/5729411> REGRESSION (r29834): Float contained in relative-positioned block is painted twice
1459 * fast/block/float/relative-painted-twice.html: Added.
1460 * platform/mac-leopard/fast/block/float/relative-painted-twice-expected.checksum: Added.
1461 * platform/mac-leopard/fast/block/float/relative-painted-twice-expected.png: Added.
1462 * platform/mac/fast/block/float/relative-painted-twice-expected.txt: Added.
1464 2008-02-07 Dan Bernstein <mitz@apple.com>
1466 Reviewed by Darin Adler.
1468 - test for http://bugs.webkit.org/show_bug.cgi?id=17194
1469 Changing text to bold changes font family
1471 * platform/mac/fast/text/family-for-font-matched-by-name-expected.checksum: Added.
1472 * platform/mac/fast/text/family-for-font-matched-by-name-expected.png: Added.
1473 * platform/mac/fast/text/family-for-font-matched-by-name-expected.txt: Added.
1474 * platform/mac/fast/text/family-for-font-matched-by-name.html: Added.
1476 2008-02-07 Beth Dakin <bdakin@apple.com>
1478 Test written by Geoff, reviewed by me.
1480 Test for <rdar://problem/5697882> Traffic or Street View button on
1481 Google Maps is sometimes not positioned correctly (17000)
1483 * fast/dom/simultaneouslyRegsiteredTimerFireOrder-expected.txt: Added.
1484 * fast/dom/simultaneouslyRegsiteredTimerFireOrder.html: Added.
1486 2008-02-07 Nikolas Zimmermann <zimmermann@kde.org>
1488 Rubber stamped by Eric.
1490 Move existing SVG baseline from platform/mac/ to platform/mac-tiger/ (I generated all of them using Tiger).
1491 Regenerated new SVG baseline in platform/mac-leopard. platform/mac/svg is doesn't contain any test results anymore.
1493 In a later step it should be investigated, which layout test results can be shared between Leopard & Tiger.
1494 Those results should be moved to platform/mac/svg then.
1496 * platform/mac-leopard/Skipped: Remove tests that don't fail anymore.
1497 * platform/mac-leopard/svg/W3C-SVG-1.1: Added.
1498 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: Added.
1499 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
1500 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
1501 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: Added.
1502 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
1503 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
1504 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: Added.
1505 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
1506 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
1507 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: Added.
1508 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
1509 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
1510 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: Added.
1511 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
1512 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
1513 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: Added.
1514 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
1515 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
1516 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: Added.
1517 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
1518 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
1519 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum: Added.
1520 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
1521 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
1522 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum: Added.
1523 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
1524 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
1525 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: Added.
1526 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
1527 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
1528 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum: Added.
1529 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
1530 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
1531 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum: Added.
1532 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
1533 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
1534 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum: Added.
1535 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
1536 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
1537 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum: Added.
1538 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
1539 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
1540 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum: Added.
1541 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
1542 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
1543 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum: Added.
1544 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
1545 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
1546 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum: Added.
1547 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
1548 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
1549 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum: Added.
1550 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
1551 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
1552 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum: Added.
1553 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
1554 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
1555 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum: Added.
1556 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
1557 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
1558 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: Added.
1559 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
1560 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
1561 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum: Added.
1562 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
1563 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
1564 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum: Added.
1565 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
1566 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
1567 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum: Added.
1568 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
1569 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
1570 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: Added.
1571 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
1572 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
1573 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum: Added.
1574 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
1575 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
1576 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum: Added.
1577 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
1578 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
1579 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum: Added.
1580 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
1581 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
1582 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: Added.
1583 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
1584 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
1585 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum: Added.
1586 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
1587 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
1588 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum: Added.
1589 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
1590 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
1591 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum: Added.
1592 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
1593 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
1594 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum: Added.
1595 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
1596 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
1597 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Added.
1598 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
1599 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
1600 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Added.
1601 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
1602 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
1603 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Added.
1604 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
1605 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
1606 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Added.
1607 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
1608 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
1609 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum: Added.
1610 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
1611 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
1612 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum: Added.
1613 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
1614 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
1615 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Added.
1616 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
1617 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
1618 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum: Added.
1619 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
1620 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
1621 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Added.
1622 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
1623 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
1624 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Added.
1625 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
1626 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
1627 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: Added.
1628 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
1629 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
1630 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Added.
1631 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
1632 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
1633 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum: Added.
1634 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
1635 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
1636 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Added.
1637 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
1638 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
1639 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Added.
1640 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
1641 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
1642 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Added.
1643 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
1644 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
1645 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Added.
1646 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
1647 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
1648 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Added.
1649 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
1650 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
1651 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Added.
1652 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
1653 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
1654 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Added.
1655 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
1656 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
1657 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Added.
1658 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
1659 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
1660 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: Added.
1661 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
1662 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
1663 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Added.
1664 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
1665 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
1666 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum: Added.
1667 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
1668 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
1669 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Added.
1670 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
1671 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
1672 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Added.
1673 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
1674 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
1675 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum: Added.
1676 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
1677 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
1678 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum: Added.
1679 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
1680 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
1681 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: Added.
1682 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
1683 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
1684 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum: Added.
1685 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
1686 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
1687 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum: Added.
1688 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
1689 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
1690 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum: Added.
1691 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
1692 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
1693 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum: Added.
1694 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
1695 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
1696 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum: Added.
1697 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
1698 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
1699 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum: Added.
1700 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
1701 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
1702 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum: Added.
1703 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
1704 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
1705 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum: Added.
1706 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
1707 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
1708 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum: Added.
1709 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
1710 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
1711 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum: Added.
1712 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
1713 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
1714 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: Added.
1715 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
1716 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
1717 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: Added.
1718 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
1719 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
1720 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: Added.
1721 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
1722 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
1723 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum: Added.
1724 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
1725 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
1726 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: Added.
1727 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
1728 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
1729 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Added.
1730 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
1731 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
1732 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Added.
1733 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
1734 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
1735 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: Added.
1736 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
1737 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
1738 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Added.
1739 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
1740 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
1741 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Added.
1742 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
1743 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
1744 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Added.
1745 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
1746 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
1747 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Added.
1748 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
1749 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added.
1750 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Added.
1751 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
1752 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
1753 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: Added.
1754 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
1755 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
1756 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: Added.
1757 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
1758 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
1759 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum: Added.
1760 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
1761 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
1762 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: Added.
1763 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
1764 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
1765 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Added.
1766 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
1767 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
1768 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: Added.
1769 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
1770 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
1771 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: Added.
1772 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
1773 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
1774 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: Added.
1775 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
1776 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
1777 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Added.
1778 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
1779 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
1780 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum: Added.
1781 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
1782 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
1783 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: Added.
1784 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
1785 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
1786 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: Added.
1787 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
1788 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
1789 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: Added.
1790 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
1791 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
1792 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: Added.
1793 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
1794 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
1795 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: Added.
1796 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
1797 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
1798 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: Added.
1799 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
1800 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
1801 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Added.
1802 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
1803 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
1804 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Added.
1805 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
1806 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
1807 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Added.
1808 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
1809 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
1810 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Added.
1811 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
1812 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
1813 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum: Added.
1814 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
1815 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
1816 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum: Added.
1817 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
1818 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
1819 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Added.
1820 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
1821 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
1822 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum: Added.
1823 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
1824 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
1825 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum: Added.
1826 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
1827 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
1828 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum: Added.
1829 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
1830 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
1831 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum: Added.
1832 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
1833 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
1834 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum: Added.
1835 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
1836 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
1837 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum: Added.
1838 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
1839 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
1840 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: Added.
1841 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
1842 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
1843 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Added.
1844 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
1845 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
1846 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Added.
1847 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
1848 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
1849 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Added.
1850 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
1851 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
1852 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum: Added.
1853 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
1854 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
1855 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Added.
1856 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
1857 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
1858 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum: Added.
1859 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
1860 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
1861 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: Added.
1862 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
1863 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
1864 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: Added.
1865 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
1866 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
1867 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: Added.
1868 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
1869 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
1870 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum: Added.
1871 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
1872 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
1873 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: Added.
1874 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
1875 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
1876 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum: Added.
1877 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
1878 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
1879 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum: Added.
1880 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
1881 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
1882 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: Added.
1883 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
1884 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
1885 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum: Added.
1886 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
1887 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
1888 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: Added.
1889 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
1890 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
1891 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum: Added.
1892 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
1893 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
1894 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: Added.
1895 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
1896 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
1897 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum: Added.
1898 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
1899 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
1900 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum: Added.
1901 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
1902 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
1903 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum: Added.
1904 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
1905 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
1906 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum: Added.
1907 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
1908 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
1909 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum: Added.
1910 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
1911 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
1912 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum: Added.
1913 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
1914 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
1915 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: Added.
1916 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
1917 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
1918 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: Added.
1919 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
1920 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
1921 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: Added.
1922 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
1923 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
1924 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum: Added.
1925 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
1926 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
1927 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum: Added.
1928 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
1929 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
1930 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum: Added.
1931 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
1932 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
1933 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum: Added.
1934 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
1935 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
1936 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum: Added.
1937 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
1938 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
1939 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum: Added.
1940 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
1941 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
1942 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum: Added.
1943 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
1944 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
1945 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: Added.
1946 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
1947 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
1948 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: Added.
1949 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
1950 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
1951 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: Added.
1952 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
1953 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
1954 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: Added.
1955 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
1956 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
1957 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: Added.
1958 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
1959 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
1960 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Added.
1961 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
1962 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
1963 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum: Added.
1964 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
1965 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
1966 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum: Added.
1967 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
1968 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
1969 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum: Added.
1970 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
1971 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
1972 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum: Added.
1973 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
1974 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
1975 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum: Added.
1976 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
1977 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
1978 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum: Added.
1979 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
1980 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
1981 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum: Added.
1982 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
1983 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
1984 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum: Added.
1985 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
1986 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
1987 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum: Added.
1988 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
1989 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
1990 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum: Added.
1991 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
1992 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
1993 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum: Added.
1994 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
1995 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
1996 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: Added.
1997 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
1998 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
1999 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: Added.
2000 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
2001 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
2002 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: Added.
2003 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
2004 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
2005 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum: Added.
2006 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
2007 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
2008 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum: Added.
2009 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
2010 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
2011 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: Added.
2012 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
2013 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
2014 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum: Added.
2015 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
2016 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
2017 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: Added.
2018 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
2019 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
2020 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: Added.
2021 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
2022 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
2023 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum: Added.
2024 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
2025 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
2026 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: Added.
2027 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
2028 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
2029 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Added.
2030 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
2031 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
2032 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum: Added.
2033 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
2034 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
2035 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum: Added.
2036 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
2037 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
2038 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: Added.
2039 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
2040 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
2041 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum: Added.
2042 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Added.
2043 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
2044 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum: Added.
2045 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
2046 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
2047 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum: Added.
2048 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
2049 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
2050 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum: Added.
2051 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
2052 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
2053 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum: Added.
2054 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
2055 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
2056 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum: Added.
2057 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
2058 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
2059 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: Added.
2060 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
2061 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
2062 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: Added.
2063 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
2064 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
2065 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum: Added.
2066 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
2067 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
2068 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum: Added.
2069 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
2070 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
2071 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum: Added.
2072 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
2073 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
2074 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum: Added.
2075 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
2076 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
2077 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum: Added.
2078 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Added.
2079 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
2080 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum: Added.
2081 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
2082 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
2083 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum: Added.
2084 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
2085 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
2086 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum: Added.
2087 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
2088 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
2089 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum: Added.
2090 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
2091 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
2092 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum: Added.
2093 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
2094 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
2095 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum: Added.
2096 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Added.
2097 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
2098 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum: Added.
2099 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
2100 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
2101 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum: Added.
2102 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
2103 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
2104 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum: Added.
2105 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
2106 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
2107 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum: Added.
2108 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
2109 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
2110 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum: Added.
2111 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Added.
2112 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
2113 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum: Added.
2114 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
2115 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
2116 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum: Added.
2117 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
2118 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
2119 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum: Added.
2120 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
2121 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
2122 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum: Added.
2123 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
2124 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
2125 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum: Added.
2126 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
2127 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
2128 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum: Added.
2129 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Added.
2130 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
2131 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum: Added.
2132 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
2133 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
2134 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum: Added.
2135 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
2136 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
2137 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.checksum: Added.
2138 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Added.
2139 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Added.
2140 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: Added.
2141 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
2142 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
2143 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum: Added.
2144 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
2145 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
2146 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum: Added.
2147 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
2148 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
2149 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum: Added.
2150 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
2151 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
2152 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum: Added.
2153 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
2154 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
2155 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum: Added.
2156 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
2157 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
2158 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum: Added.
2159 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
2160 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
2161 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum: Added.
2162 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
2163 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
2164 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum: Added.
2165 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
2166 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
2167 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: Added.
2168 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
2169 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Added.
2170 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum: Added.
2171 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
2172 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
2173 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum: Added.
2174 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
2175 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
2176 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum: Added.
2177 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
2178 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
2179 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum: Added.
2180 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
2181 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
2182 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum: Added.
2183 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
2184 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
2185 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum: Added.
2186 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
2187 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
2188 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum: Added.
2189 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
2190 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
2191 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Added.
2192 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
2193 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
2194 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum: Added.
2195 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
2196 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Added.
2197 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: Added.
2198 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
2199 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
2200 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum: Added.
2201 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
2202 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
2203 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum: Added.
2204 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
2205 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
2206 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum: Added.
2207 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
2208 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
2209 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum: Added.
2210 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
2211 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
2212 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum: Added.
2213 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
2214 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
2215 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum: Added.
2216 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
2217 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
2218 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum: Added.
2219 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
2220 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
2221 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum: Added.
2222 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
2223 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
2224 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum: Added.
2225 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
2226 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
2227 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum: Added.
2228 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
2229 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
2230 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum: Added.
2231 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
2232 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
2233 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum: Added.
2234 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
2235 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
2236 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum: Added.
2237 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
2238 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
2239 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum: Added.
2240 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
2241 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
2242 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum: Added.
2243 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
2244 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
2245 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: Added.
2246 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
2247 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
2248 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum: Added.
2249 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
2250 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
2251 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum: Added.
2252 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
2253 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
2254 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum: Added.
2255 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Added.
2256 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
2257 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum: Added.
2258 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
2259 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Added.
2260 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Added.
2261 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
2262 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
2263 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: Added.
2264 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
2265 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
2266 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum: Added.
2267 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
2268 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
2269 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Added.
2270 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
2271 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
2272 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: Added.
2273 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
2274 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
2275 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum: Added.
2276 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
2277 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
2278 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: Added.
2279 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
2280 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
2281 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum: Added.
2282 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
2283 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
2284 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum: Added.
2285 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
2286 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
2287 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum: Added.
2288 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
2289 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
2290 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum: Added.
2291 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
2292 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
2293 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum: Added.
2294 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
2295 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
2296 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: Added.
2297 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
2298 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
2299 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum: Added.
2300 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
2301 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
2302 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum: Added.
2303 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
2304 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
2305 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum: Added.
2306 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
2307 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
2308 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: Added.
2309 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
2310 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
2311 * platform/mac-leopard/svg/batik/filters: Added.
2312 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.checksum: Added.
2313 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.png: Added.
2314 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.txt: Added.
2315 * platform/mac-leopard/svg/batik/masking: Added.
2316 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.checksum: Added.
2317 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.png: Added.
2318 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt: Added.
2319 * platform/mac-leopard/svg/batik/paints: Added.
2320 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.checksum: Added.
2321 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.png: Added.
2322 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.txt: Added.
2323 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Added.
2324 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
2325 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
2326 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.checksum: Added.
2327 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.png: Added.
2328 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.txt: Added.
2329 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.checksum: Added.
2330 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.png: Added.
2331 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.txt: Added.
2332 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.checksum: Added.
2333 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.png: Added.
2334 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.txt: Added.
2335 * platform/mac-leopard/svg/batik/text/textAnchor-expected.checksum: Added.
2336 * platform/mac-leopard/svg/batik/text/textAnchor-expected.png: Added.
2337 * platform/mac-leopard/svg/batik/text/textAnchor-expected.txt: Added.
2338 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.checksum: Added.
2339 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.png: Added.
2340 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.txt: Added.
2341 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.checksum: Added.
2342 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.png: Added.
2343 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.txt: Added.
2344 * platform/mac-leopard/svg/batik/text/textBiDi-expected.checksum: Added.
2345 * platform/mac-leopard/svg/batik/text/textBiDi-expected.png: Added.
2346 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.checksum: Added.
2347 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.png: Added.
2348 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.txt: Added.
2349 * platform/mac-leopard/svg/batik/text/textEffect-expected.checksum: Added.
2350 * platform/mac-leopard/svg/batik/text/textEffect-expected.png: Added.
2351 * platform/mac-leopard/svg/batik/text/textEffect-expected.txt: Added.
2352 * platform/mac-leopard/svg/batik/text/textEffect2-expected.checksum: Added.
2353 * platform/mac-leopard/svg/batik/text/textEffect2-expected.png: Added.
2354 * platform/mac-leopard/svg/batik/text/textEffect2-expected.txt: Added.
2355 * platform/mac-leopard/svg/batik/text/textEffect3-expected.checksum: Added.
2356 * platform/mac-leopard/svg/batik/text/textEffect3-expected.png: Added.
2357 * platform/mac-leopard/svg/batik/text/textEffect3-expected.txt: Added.
2358 * platform/mac-leopard/svg/batik/text/textFeatures-expected.checksum: Added.
2359 * platform/mac-leopard/svg/batik/text/textFeatures-expected.png: Added.
2360 * platform/mac-leopard/svg/batik/text/textFeatures-expected.txt: Added.
2361 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Added.
2362 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
2363 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
2364 * platform/mac-leopard/svg/batik/text/textLayout-expected.checksum: Added.
2365 * platform/mac-leopard/svg/batik/text/textLayout-expected.png: Added.
2366 * platform/mac-leopard/svg/batik/text/textLayout-expected.txt: Added.
2367 * platform/mac-leopard/svg/batik/text/textLayout2-expected.checksum: Added.
2368 * platform/mac-leopard/svg/batik/text/textLayout2-expected.png: Added.
2369 * platform/mac-leopard/svg/batik/text/textLayout2-expected.txt: Added.
2370 * platform/mac-leopard/svg/batik/text/textLength-expected.checksum: Added.
2371 * platform/mac-leopard/svg/batik/text/textLength-expected.png: Added.
2372 * platform/mac-leopard/svg/batik/text/textLength-expected.txt: Added.
2373 * platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum: Added.
2374 * platform/mac-leopard/svg/batik/text/textOnPath-expected.png: Added.
2375 * platform/mac-leopard/svg/batik/text/textOnPath-expected.txt: Added.
2376 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.checksum: Added.
2377 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.png: Added.
2378 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.txt: Added.
2379 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.checksum: Added.
2380 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.png: Added.
2381 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.txt: Added.
2382 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.checksum: Added.
2383 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.png: Added.
2384 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.txt: Added.
2385 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.checksum: Added.
2386 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.png: Added.
2387 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.txt: Added.
2388 * platform/mac-leopard/svg/batik/text/textPosition-expected.checksum: Added.
2389 * platform/mac-leopard/svg/batik/text/textPosition-expected.png: Added.
2390 * platform/mac-leopard/svg/batik/text/textPosition-expected.txt: Added.
2391 * platform/mac-leopard/svg/batik/text/textPosition2-expected.checksum: Added.
2392 * platform/mac-leopard/svg/batik/text/textPosition2-expected.png: Added.
2393 * platform/mac-leopard/svg/batik/text/textPosition2-expected.txt: Added.
2394 * platform/mac-leopard/svg/batik/text/textProperties-expected.checksum: Added.
2395 * platform/mac-leopard/svg/batik/text/textProperties-expected.png: Added.
2396 * platform/mac-leopard/svg/batik/text/textProperties-expected.txt: Added.
2397 * platform/mac-leopard/svg/batik/text/textProperties2-expected.checksum: Added.
2398 * platform/mac-leopard/svg/batik/text/textProperties2-expected.png: Added.
2399 * platform/mac-leopard/svg/batik/text/textProperties2-expected.txt: Added.
2400 * platform/mac-leopard/svg/batik/text/textStyles-expected.checksum: Added.
2401 * platform/mac-leopard/svg/batik/text/textStyles-expected.png: Added.
2402 * platform/mac-leopard/svg/batik/text/textStyles-expected.txt: Added.
2403 * platform/mac-leopard/svg/batik/text/verticalText-expected.checksum: Added.
2404 * platform/mac-leopard/svg/batik/text/verticalText-expected.png: Added.
2405 * platform/mac-leopard/svg/batik/text/verticalText-expected.txt: Added.
2406 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.checksum: Added.
2407 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: Added.
2408 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.txt: Added.
2409 * platform/mac-leopard/svg/batik/text/xmlSpace-expected.checksum: Added.
2410 * platform/mac-leopard/svg/batik/text/xmlSpace-expected.png: Added.
2411 * platform/mac-leopard/svg/batik/text/xmlSpace-expected.txt: Added.
2412 * platform/mac-leopard/svg/carto.net: Added.
2413 * platform/mac-leopard/svg/carto.net/button-expected.checksum: Added.
2414 * platform/mac-leopard/svg/carto.net/button-expected.png: Added.
2415 * platform/mac-leopard/svg/carto.net/button-expected.txt: Added.
2416 * platform/mac-leopard/svg/carto.net/colourpicker-expected.checksum: Added.
2417 * platform/mac-leopard/svg/carto.net/colourpicker-expected.png: Added.
2418 * platform/mac-leopard/svg/carto.net/colourpicker-expected.txt: Added.
2419 * platform/mac-leopard/svg/carto.net/combobox-expected.checksum: Added.
2420 * platform/mac-leopard/svg/carto.net/combobox-expected.png: Added.
2421 * platform/mac-leopard/svg/carto.net/combobox-expected.txt: Added.
2422 * platform/mac-leopard/svg/carto.net/frameless-svg-parse-error-expected.checksum: Added.
2423 * platform/mac-leopard/svg/carto.net/frameless-svg-parse-error-expected.png: Added.
2424 * platform/mac-leopard/svg/carto.net/scrollbar-expected.checksum: Added.
2425 * platform/mac-leopard/svg/carto.net/scrollbar-expected.png: Added.
2426 * platform/mac-leopard/svg/carto.net/scrollbar-expected.txt: Added.
2427 * platform/mac-leopard/svg/carto.net/selectionlist-expected.checksum: Added.
2428 * platform/mac-leopard/svg/carto.net/selectionlist-expected.png: Added.
2429 * platform/mac-leopard/svg/carto.net/selectionlist-expected.txt: Added.
2430 * platform/mac-leopard/svg/carto.net/slider-expected.checksum: Added.
2431 * platform/mac-leopard/svg/carto.net/slider-expected.png: Added.
2432 * platform/mac-leopard/svg/carto.net/slider-expected.txt: Added.
2433 * platform/mac-leopard/svg/carto.net/tabgroup-expected.checksum: Added.
2434 * platform/mac-leopard/svg/carto.net/tabgroup-expected.png: Added.
2435 * platform/mac-leopard/svg/carto.net/tabgroup-expected.txt: Added.
2436 * platform/mac-leopard/svg/carto.net/textbox-expected.checksum: Added.
2437 * platform/mac-leopard/svg/carto.net/textbox-expected.png: Added.
2438 * platform/mac-leopard/svg/carto.net/textbox-expected.txt: Added.
2439 * platform/mac-leopard/svg/carto.net/window-expected.checksum: Added.
2440 * platform/mac-leopard/svg/carto.net/window-expected.png: Added.
2441 * platform/mac-leopard/svg/carto.net/window-expected.txt: Added.
2442 * platform/mac-leopard/svg/css: Added.
2443 * platform/mac-leopard/svg/css/css-box-min-width-expected.checksum: Added.
2444 * platform/mac-leopard/svg/css/css-box-min-width-expected.png: Added.
2445 * platform/mac-leopard/svg/css/css-box-min-width-expected.txt: Added.
2446 * platform/mac-leopard/svg/css/getComputedStyle-basic-expected.checksum: Added.
2447 * platform/mac-leopard/svg/css/getComputedStyle-basic-expected.png: Added.
2448 * platform/mac-leopard/svg/css/glyph-orientation-rounding-test-expected.checksum: Added.
2449 * platform/mac-leopard/svg/css/glyph-orientation-rounding-test-expected.png: Added.
2450 * platform/mac-leopard/svg/custom/SVGException-expected.checksum: Added.
2451 * platform/mac-leopard/svg/custom/SVGException-expected.png: Added.
2452 * platform/mac-leopard/svg/custom/SVGMatrix-interface-expected.checksum: Added.
2453 * platform/mac-leopard/svg/custom/SVGMatrix-interface-expected.png: Added.
2454 * platform/mac-leopard/svg/custom/SVGMatrix-interface-expected.txt: Added.
2455 * platform/mac-leopard/svg/custom/SVGNumber-interface-expected.checksum: Added.
2456 * platform/mac-leopard/svg/custom/SVGNumber-interface-expected.png: Added.
2457 * platform/mac-leopard/svg/custom/SVGNumber-interface-expected.txt: Added.
2458 * platform/mac-leopard/svg/custom/SVGPoint-interface-expected.checksum: Added.
2459 * platform/mac-leopard/svg/custom/SVGPoint-interface-expected.png: Added.
2460 * platform/mac-leopard/svg/custom/SVGPoint-interface-expected.txt: Added.
2461 * platform/mac-leopard/svg/custom/SVGPoint-matrixTransform-expected.checksum: Added.
2462 * platform/mac-leopard/svg/custom/SVGPoint-matrixTransform-expected.png: Added.
2463 * platform/mac-leopard/svg/custom/SVGPoint-matrixTransform-expected.txt: Added.
2464 * platform/mac-leopard/svg/custom/SVGRect-interface-expected.checksum: Added.
2465 * platform/mac-leopard/svg/custom/SVGRect-interface-expected.png: Added.
2466 * platform/mac-leopard/svg/custom/SVGRect-interface-expected.txt: Added.
2467 * platform/mac-leopard/svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Added.
2468 * platform/mac-leopard/svg/custom/absolute-sized-svg-in-xhtml-expected.png: Added.
2469 * platform/mac-leopard/svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Added.
2470 * platform/mac-leopard/svg/custom/alignment-baseline-modes-expected.checksum: Added.
2471 * platform/mac-leopard/svg/custom/alignment-baseline-modes-expected.png: Added.
2472 * platform/mac-leopard/svg/custom/alignment-baseline-modes-expected.txt: Added.
2473 * platform/mac-leopard/svg/custom/attribute-namespace-check-expected.checksum: Added.
2474 * platform/mac-leopard/svg/custom/attribute-namespace-check-expected.png: Added.
2475 * platform/mac-leopard/svg/custom/attribute-namespace-check-expected.txt: Added.
2476 * platform/mac-leopard/svg/custom/baseval-animval-equality-expected.checksum: Added.
2477 * platform/mac-leopard/svg/custom/baseval-animval-equality-expected.png: Added.
2478 * platform/mac-leopard/svg/custom/baseval-animval-equality-expected.txt: Added.
2479 * platform/mac-leopard/svg/custom/circular-marker-reference-1-expected.checksum: Added.
2480 * platform/mac-leopard/svg/custom/circular-marker-reference-1-expected.png: Added.
2481 * platform/mac-leopard/svg/custom/circular-marker-reference-1-expected.txt: Added.
2482 * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.checksum: Added.
2483 * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.png: Added.
2484 * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.txt: Added.
2485 * platform/mac-leopard/svg/custom/circular-marker-reference-3-expected.checksum: Added.
2486 * platform/mac-leopard/svg/custom/circular-marker-reference-3-expected.png: Added.
2487 * platform/mac-leopard/svg/custom/circular-marker-reference-3-expected.txt: Added.
2488 * platform/mac-leopard/svg/custom/circular-marker-reference-4-expected.checksum: Added.
2489 * platform/mac-leopard/svg/custom/circular-marker-reference-4-expected.png: Added.
2490 * platform/mac-leopard/svg/custom/circular-marker-reference-4-expected.txt: Added.
2491 * platform/mac-leopard/svg/custom/class-selector-expected.checksum: Added.
2492 * platform/mac-leopard/svg/custom/class-selector-expected.png: Added.
2493 * platform/mac-leopard/svg/custom/class-selector-expected.txt: Added.
2494 * platform/mac-leopard/svg/custom/clip-path-child-changes-expected.checksum: Added.
2495 * platform/mac-leopard/svg/custom/clip-path-child-changes-expected.png: Added.
2496 * platform/mac-leopard/svg/custom/clip-path-child-changes-expected.txt: Added.
2497 * platform/mac-leopard/svg/custom/clip-path-href-changes-expected.checksum: Added.
2498 * platform/mac-leopard/svg/custom/clip-path-href-changes-expected.png: Added.
2499 * platform/mac-leopard/svg/custom/clip-path-href-changes-expected.txt: Added.
2500 * platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.checksum: Added.
2501 * platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.png: Added.
2502 * platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.txt: Added.
2503 * platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.checksum: Added.
2504 * platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.png: Added.
2505 * platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.txt: Added.
2506 * platform/mac-leopard/svg/custom/clip-path-units-changes-expected.checksum: Added.
2507 * platform/mac-leopard/svg/custom/clip-path-units-changes-expected.png: Added.
2508 * platform/mac-leopard/svg/custom/clip-path-units-changes-expected.txt: Added.
2509 * platform/mac-leopard/svg/custom/clip-path-with-transform-expected.checksum: Added.
2510 * platform/mac-leopard/svg/custom/clip-path-with-transform-expected.png: Added.
2511 * platform/mac-leopard/svg/custom/clip-path-with-transform-expected.txt: Added.
2512 * platform/mac-leopard/svg/custom/conditional-processing-outside-switch-expected.checksum: Added.
2513 * platform/mac-leopard/svg/custom/conditional-processing-outside-switch-expected.png: Added.
2514 * platform/mac-leopard/svg/custom/conditional-processing-outside-switch-expected.txt: Added.
2515 * platform/mac-leopard/svg/custom/container-opacity-clip-viewBox-expected.checksum: Added.
2516 * platform/mac-leopard/svg/custom/container-opacity-clip-viewBox-expected.png: Added.
2517 * platform/mac-leopard/svg/custom/container-opacity-clip-viewBox-expected.txt: Added.
2518 * platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.checksum: Added.
2519 * platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.png: Added.
2520 * platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.txt: Added.
2521 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.checksum: Added.
2522 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.png: Added.
2523 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.txt: Added.
2524 * platform/mac-leopard/svg/custom/create-metadata-element-expected.checksum: Added.
2525 * platform/mac-leopard/svg/custom/create-metadata-element-expected.png: Added.
2526 * platform/mac-leopard/svg/custom/create-metadata-element-expected.txt: Added.
2527 * platform/mac-leopard/svg/custom/createelement-expected.checksum: Added.
2528 * platform/mac-leopard/svg/custom/createelement-expected.png: Added.
2529 * platform/mac-leopard/svg/custom/createelement-expected.txt: Added.
2530 * platform/mac-leopard/svg/custom/css-pixels-dpi-expected.checksum: Added.
2531 * platform/mac-leopard/svg/custom/css-pixels-dpi-expected.png: Added.
2532 * platform/mac-leopard/svg/custom/css-pixels-dpi-expected.txt: Added.
2533 * platform/mac-leopard/svg/custom/dasharrayOrigin-expected.checksum: Added.
2534 * platform/mac-leopard/svg/custom/dasharrayOrigin-expected.png: Added.
2535 * platform/mac-leopard/svg/custom/dasharrayOrigin-expected.txt: Added.
2536 * platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.checksum: Added.
2537 * platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.png: Added.
2538 * platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.txt: Added.
2539 * platform/mac-leopard/svg/custom/display-none-expected.checksum: Added.
2540 * platform/mac-leopard/svg/custom/display-none-expected.png: Added.
2541 * platform/mac-leopard/svg/custom/display-none-expected.txt: Added.
2542 * platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
2543 * platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.png: Added.
2544 * platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.txt: Added.
2545 * platform/mac-leopard/svg/custom/dominant-baseline-modes-expected.checksum: Added.
2546 * platform/mac-leopard/svg/custom/dominant-baseline-modes-expected.png: Added.
2547 * platform/mac-leopard/svg/custom/dominant-baseline-modes-expected.txt: Added.
2548 * platform/mac-leopard/svg/custom/dynamic-empty-path-expected.checksum: Added.
2549 * platform/mac-leopard/svg/custom/dynamic-empty-path-expected.png: Added.
2550 * platform/mac-leopard/svg/custom/dynamic-empty-path-expected.txt: Added.
2551 * platform/mac-leopard/svg/custom/dynamic-svg-document-creation-expected.checksum: Added.
2552 * platform/mac-leopard/svg/custom/dynamic-svg-document-creation-expected.png: Added.
2553 * platform/mac-leopard/svg/custom/dynamic-svg-document-creation-expected.txt: Added.
2554 * platform/mac-leopard/svg/custom/dynamic-viewBox-expected.checksum: Added.
2555 * platform/mac-leopard/svg/custom/dynamic-viewBox-expected.png: Added.
2556 * platform/mac-leopard/svg/custom/dynamic-viewBox-expected.txt: Added.
2557 * platform/mac-leopard/svg/custom/embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
2558 * platform/mac-leopard/svg/custom/embedded-svg-disallowed-in-dashboard-expected.png: Added.
2559 * platform/mac-leopard/svg/custom/empty-clip-path-expected.checksum: Added.
2560 * platform/mac-leopard/svg/custom/empty-clip-path-expected.png: Added.
2561 * platform/mac-leopard/svg/custom/empty-clip-path-expected.txt: Added.
2562 * platform/mac-leopard/svg/custom/empty-merge-expected.checksum: Added.
2563 * platform/mac-leopard/svg/custom/empty-merge-expected.png: Added.
2564 * platform/mac-leopard/svg/custom/empty-merge-expected.txt: Added.
2565 * platform/mac-leopard/svg/custom/evt-onload-expected.checksum: Added.
2566 * platform/mac-leopard/svg/custom/evt-onload-expected.png: Added.
2567 * platform/mac-leopard/svg/custom/evt-onload-expected.txt: Added.
2568 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.checksum: Added.
2569 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
2570 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
2571 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
2572 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
2573 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
2574 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.checksum: Added.
2575 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.png: Added.
2576 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
2577 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.checksum: Added.
2578 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.png: Added.
2579 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.txt: Added.
2580 * platform/mac-leopard/svg/custom/feDisplacementMap-01-expected.checksum: Added.
2581 * platform/mac-leopard/svg/custom/feDisplacementMap-01-expected.png: Added.
2582 * platform/mac-leopard/svg/custom/feDisplacementMap-01-expected.txt: Added.
2583 * platform/mac-leopard/svg/custom/fill-SVGPaint-interface-expected.checksum: Added.
2584 * platform/mac-leopard/svg/custom/fill-SVGPaint-interface-expected.png: Added.
2585 * platform/mac-leopard/svg/custom/fill-SVGPaint-interface-expected.txt: Added.
2586 * platform/mac-leopard/svg/custom/fill-fallback-expected.checksum: Added.
2587 * platform/mac-leopard/svg/custom/fill-fallback-expected.png: Added.
2588 * platform/mac-leopard/svg/custom/fill-fallback-expected.txt: Added.
2589 * platform/mac-leopard/svg/custom/fill-update-expected.checksum: Added.
2590 * platform/mac-leopard/svg/custom/fill-update-expected.png: Added.
2591 * platform/mac-leopard/svg/custom/fill-update-expected.txt: Added.
2592 * platform/mac-leopard/svg/custom/filter-source-alpha-expected.checksum: Added.
2593 * platform/mac-leopard/svg/custom/filter-source-alpha-expected.png: Added.
2594 * platform/mac-leopard/svg/custom/filter-source-alpha-expected.txt: Added.
2595 * platform/mac-leopard/svg/custom/focus-ring-expected.checksum: Added.
2596 * platform/mac-leopard/svg/custom/focus-ring-expected.png: Added.
2597 * platform/mac-leopard/svg/custom/focus-ring-expected.txt: Added.
2598 * platform/mac-leopard/svg/custom/font-face-cascade-order-expected.checksum: Added.
2599 * platform/mac-leopard/svg/custom/font-face-cascade-order-expected.png: Added.
2600 * platform/mac-leopard/svg/custom/font-face-cascade-order-expected.txt: Added.
2601 * platform/mac-leopard/svg/custom/font-face-simple-expected.checksum: Added.
2602 * platform/mac-leopard/svg/custom/font-face-simple-expected.png: Added.
2603 * platform/mac-leopard/svg/custom/font-face-simple-expected.txt: Added.
2604 * platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.checksum: Added.
2605 * platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.png: Added.
2606 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum: Added.
2607 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.png: Added.
2608 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.txt: Added.
2609 * platform/mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.checksum: Added.
2610 * platform/mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
2611 * platform/mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.txt: Added.
2612 * platform/mac-leopard/svg/custom/fractional-rects-expected.checksum: Added.
2613 * platform/mac-leopard/svg/custom/fractional-rects-expected.png: Added.
2614 * platform/mac-leopard/svg/custom/fractional-rects-expected.txt: Added.
2615 * platform/mac-leopard/svg/custom/frame-getSVGDocument-expected.checksum: Added.
2616 * platform/mac-leopard/svg/custom/frame-getSVGDocument-expected.png: Added.
2617 * platform/mac-leopard/svg/custom/getBBox-js-expected.checksum: Added.
2618 * platform/mac-leopard/svg/custom/getBBox-js-expected.png: Added.
2619 * platform/mac-leopard/svg/custom/getPresentationAttribute-expected.checksum: Added.
2620 * platform/mac-leopard/svg/custom/getPresentationAttribute-expected.png: Added.
2621 * platform/mac-leopard/svg/custom/getPresentationAttribute-expected.txt: Added.
2622 * platform/mac-leopard/svg/custom/getTransformToElement-expected.checksum: Added.
2623 * platform/mac-leopard/svg/custom/getTransformToElement-expected.png: Added.
2624 * platform/mac-leopard/svg/custom/getTransformToElement-expected.txt: Added.
2625 * platform/mac-leopard/svg/custom/getscreenctm-in-mixed-content-expected.checksum: Added.
2626 * platform/mac-leopard/svg/custom/getscreenctm-in-mixed-content-expected.png: Added.
2627 * platform/mac-leopard/svg/custom/getscreenctm-in-mixed-content-expected.txt: Added.
2628 * platform/mac-leopard/svg/custom/getsvgdocument-expected.checksum: Added.
2629 * platform/mac-leopard/svg/custom/getsvgdocument-expected.png: Added.
2630 * platform/mac-leopard/svg/custom/getsvgdocument-expected.txt: Added.
2631 * platform/mac-leopard/svg/custom/glyph-selection-lang-attribute-expected.checksum: Added.
2632 * platform/mac-leopard/svg/custom/glyph-selection-lang-attribute-expected.png: Added.
2633 * platform/mac-leopard/svg/custom/glyph-selection-lang-attribute-expected.txt: Added.
2634 * platform/mac-leopard/svg/custom/gradient-add-stops-expected.checksum: Added.
2635 * platform/mac-leopard/svg/custom/gradient-add-stops-expected.png: Added.
2636 * platform/mac-leopard/svg/custom/gradient-add-stops-expected.txt: Added.
2637 * platform/mac-leopard/svg/custom/gradient-attr-update-expected.checksum: Added.
2638 * platform/mac-leopard/svg/custom/gradient-attr-update-expected.png: Added.
2639 * platform/mac-leopard/svg/custom/gradient-attr-update-expected.txt: Added.
2640 * platform/mac-leopard/svg/custom/gradient-cycle-detection-expected.checksum: Added.
2641 * platform/mac-leopard/svg/custom/gradient-cycle-detection-expected.png: Added.
2642 * platform/mac-leopard/svg/custom/gradient-cycle-detection-expected.txt: Added.
2643 * platform/mac-leopard/svg/custom/gradient-deep-referencing-expected.checksum: Added.
2644 * platform/mac-leopard/svg/custom/gradient-deep-referencing-expected.png: Added.
2645 * platform/mac-leopard/svg/custom/gradient-deep-referencing-expected.txt: Added.
2646 * platform/mac-leopard/svg/custom/gradient-rotated-bbox-expected.checksum: Added.
2647 * platform/mac-leopard/svg/custom/gradient-rotated-bbox-expected.png: Added.
2648 * platform/mac-leopard/svg/custom/gradient-rotated-bbox-expected.txt: Added.
2649 * platform/mac-leopard/svg/custom/gradient-stop-corner-cases-expected.checksum: Added.
2650 * platform/mac-leopard/svg/custom/gradient-stop-corner-cases-expected.png: Added.
2651 * platform/mac-leopard/svg/custom/gradient-stop-corner-cases-expected.txt: Added.
2652 * platform/mac-leopard/svg/custom/gradient-stop-style-change-expected.checksum: Added.
2653 * platform/mac-leopard/svg/custom/gradient-stop-style-change-expected.png: Added.
2654 * platform/mac-leopard/svg/custom/gradient-stop-style-change-expected.txt: Added.
2655 * platform/mac-leopard/svg/custom/gradient-stroke-width-expected.checksum: Added.
2656 * platform/mac-leopard/svg/custom/gradient-stroke-width-expected.png: Added.
2657 * platform/mac-leopard/svg/custom/gradient-stroke-width-expected.txt: Added.
2658 * platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.checksum: Added.
2659 * platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.png: Added.
2660 * platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.txt: Added.
2661 * platform/mac-leopard/svg/custom/group-opacity-expected.checksum: Added.
2662 * platform/mac-leopard/svg/custom/group-opacity-expected.png: Added.
2663 * platform/mac-leopard/svg/custom/group-opacity-expected.txt: Added.
2664 * platform/mac-leopard/svg/custom/hit-test-path-expected.checksum: Added.
2665 * platform/mac-leopard/svg/custom/hit-test-path-expected.png: Added.
2666 * platform/mac-leopard/svg/custom/hit-test-path-expected.txt: Added.
2667 * platform/mac-leopard/svg/custom/hit-test-path-stroke-expected.checksum: Added.
2668 * platform/mac-leopard/svg/custom/hit-test-path-stroke-expected.png: Added.
2669 * platform/mac-leopard/svg/custom/hit-test-path-stroke-expected.txt: Added.
2670 * platform/mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.checksum: Added.
2671 * platform/mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.png: Added.
2672 * platform/mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.txt: Added.
2673 * platform/mac-leopard/svg/custom/hit-test-with-br-expected.checksum: Added.
2674 * platform/mac-leopard/svg/custom/hit-test-with-br-expected.png: Added.
2675 * platform/mac-leopard/svg/custom/hit-test-with-br-expected.txt: Added.
2676 * platform/mac-leopard/svg/custom/hover-default-fill-expected.checksum: Added.
2677 * platform/mac-leopard/svg/custom/hover-default-fill-expected.png: Added.
2678 * platform/mac-leopard/svg/custom/hover-default-fill-expected.txt: Added.
2679 * platform/mac-leopard/svg/custom/image-clipped-hit-expected.checksum: Added.
2680 * platform/mac-leopard/svg/custom/image-clipped-hit-expected.png: Added.
2681 * platform/mac-leopard/svg/custom/image-clipped-hit-expected.txt: Added.
2682 * platform/mac-leopard/svg/custom/image-parent-translation-expected.checksum: Added.
2683 * platform/mac-leopard/svg/custom/image-parent-translation-expected.png: Added.
2684 * platform/mac-leopard/svg/custom/image-parent-translation-expected.txt: Added.
2685 * platform/mac-leopard/svg/custom/image-small-width-height-expected.checksum: Added.
2686 * platform/mac-leopard/svg/custom/image-small-width-height-expected.png: Added.
2687 * platform/mac-leopard/svg/custom/image-small-width-height-expected.txt: Added.
2688 * platform/mac-leopard/svg/custom/image-with-aspect-ratio-stretch-expected.checksum: Added.
2689 * platform/mac-leopard/svg/custom/image-with-aspect-ratio-stretch-expected.png: Added.
2690 * platform/mac-leopard/svg/custom/image-with-aspect-ratio-stretch-expected.txt: Added.
2691 * platform/mac-leopard/svg/custom/image-with-prefix-in-webarchive-expected.checksum: Added.
2692 * platform/mac-leopard/svg/custom/image-with-prefix-in-webarchive-expected.png: Added.
2693 * platform/mac-leopard/svg/custom/image-with-transform-clip-filter-expected.checksum: Added.
2694 * platform/mac-leopard/svg/custom/image-with-transform-clip-filter-expected.png: Added.
2695 * platform/mac-leopard/svg/custom/image-with-transform-clip-filter-expected.txt: Added.
2696 * platform/mac-leopard/svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
2697 * platform/mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png: Added.
2698 * platform/mac-leopard/svg/custom/inline-svg-in-xhtml-expected.txt: Added.
2699 * platform/mac-leopard/svg/custom/inner-percent-expected.checksum: Added.
2700 * platform/mac-leopard/svg/custom/inner-percent-expected.png: Added.
2701 * platform/mac-leopard/svg/custom/inner-percent-expected.txt: Added.
2702 * platform/mac-leopard/svg/custom/inner-svg-hit-test-expected.checksum: Added.
2703 * platform/mac-leopard/svg/custom/inner-svg-hit-test-expected.png: Added.
2704 * platform/mac-leopard/svg/custom/inner-svg-hit-test-expected.txt: Added.
2705 * platform/mac-leopard/svg/custom/invalid-css-expected.checksum: Added.
2706 * platform/mac-leopard/svg/custom/invalid-css-expected.png: Added.
2707 * platform/mac-leopard/svg/custom/invalid-css-expected.txt: Added.
2708 * platform/mac-leopard/svg/custom/invalid-fill-expected.checksum: Added.
2709 * platform/mac-leopard/svg/custom/invalid-fill-expected.png: Added.
2710 * platform/mac-leopard/svg/custom/invalid-fill-expected.txt: Added.
2711 * platform/mac-leopard/svg/custom/invalid-fill-hex-expected.checksum: Added.
2712 * platform/mac-leopard/svg/custom/invalid-fill-hex-expected.png: Added.
2713 * platform/mac-leopard/svg/custom/invalid-fill-hex-expected.txt: Added.
2714 * platform/mac-leopard/svg/custom/invalid-lengthlist-expected.checksum: Added.
2715 * platform/mac-leopard/svg/custom/invalid-lengthlist-expected.png: Added.
2716 * platform/mac-leopard/svg/custom/invalid-lengthlist-expected.txt: Added.
2717 * platform/mac-leopard/svg/custom/invalid-transforms-expected.checksum: Added.
2718 * platform/mac-leopard/svg/custom/invalid-transforms-expected.png: Added.
2719 * platform/mac-leopard/svg/custom/invalid-transforms-expected.txt: Added.
2720 * platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.checksum: Added.
2721 * platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.png: Added.
2722 * platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.txt: Added.
2723 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: Added.
2724 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
2725 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
2726 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.checksum: Added.
2727 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.png: Added.
2728 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.txt: Added.
2729 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Added.
2730 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png: Added.
2731 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
2732 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.checksum: Added.
2733 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.png: Added.
2734 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
2735 * platform/mac-leopard/svg/custom/js-late-marker-and-object-creation-expected.checksum: Added.
2736 * platform/mac-leopard/svg/custom/js-late-marker-and-object-creation-expected.png: Added.
2737 * platform/mac-leopard/svg/custom/js-late-marker-and-object-creation-expected.txt: Added.
2738 * platform/mac-leopard/svg/custom/js-late-marker-creation-expected.checksum: Added.
2739 * platform/mac-leopard/svg/custom/js-late-marker-creation-expected.png: Added.
2740 * platform/mac-leopard/svg/custom/js-late-marker-creation-expected.txt: Added.
2741 * platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.checksum: Added.
2742 * platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.png: Added.
2743 * platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.txt: Added.
2744 * platform/mac-leopard/svg/custom/js-late-mask-creation-expected.checksum: Added.
2745 * platform/mac-leopard/svg/custom/js-late-mask-creation-expected.png: Added.
2746 * platform/mac-leopard/svg/custom/js-late-mask-creation-expected.txt: Added.
2747 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Added.
2748 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
2749 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
2750 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.checksum: Added.
2751 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.png: Added.
2752 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
2753 * platform/mac-leopard/svg/custom/js-svg-constructors-expected.checksum: Added.
2754 * platform/mac-leopard/svg/custom/js-svg-constructors-expected.png: Added.
2755 * platform/mac-leopard/svg/custom/js-update-bounce-expected.checksum: Added.
2756 * platform/mac-leopard/svg/custom/js-update-bounce-expected.png: Added.
2757 * platform/mac-leopard/svg/custom/js-update-bounce-expected.txt: Added.
2758 * platform/mac-leopard/svg/custom/js-update-container-expected.checksum: Added.
2759 * platform/mac-leopard/svg/custom/js-update-container-expected.png: Added.
2760 * platform/mac-leopard/svg/custom/js-update-container-expected.txt: Added.
2761 * platform/mac-leopard/svg/custom/js-update-container2-expected.checksum: Added.
2762 * platform/mac-leopard/svg/custom/js-update-container2-expected.png: Added.
2763 * platform/mac-leopard/svg/custom/js-update-container2-expected.txt: Added.
2764 * platform/mac-leopard/svg/custom/js-update-gradient-expected.checksum: Added.
2765 * platform/mac-leopard/svg/custom/js-update-gradient-expected.png: Added.
2766 * platform/mac-leopard/svg/custom/js-update-gradient-expected.txt: Added.
2767 * platform/mac-leopard/svg/custom/js-update-image-expected.checksum: Added.
2768 * platform/mac-leopard/svg/custom/js-update-image-expected.png: Added.
2769 * platform/mac-leopard/svg/custom/js-update-image-expected.txt: Added.
2770 * platform/mac-leopard/svg/custom/js-update-path-changes-expected.checksum: Added.
2771 * platform/mac-leopard/svg/custom/js-update-path-changes-expected.png: Added.
2772 * platform/mac-leopard/svg/custom/js-update-path-changes-expected.txt: Added.
2773 * platform/mac-leopard/svg/custom/js-update-path-removal-expected.checksum: Added.
2774 * platform/mac-leopard/svg/custom/js-update-path-removal-expected.png: Added.
2775 * platform/mac-leopard/svg/custom/js-update-path-removal-expected.txt: Added.
2776 * platform/mac-leopard/svg/custom/js-update-pattern-child-expected.checksum: Added.
2777 * platform/mac-leopard/svg/custom/js-update-pattern-child-expected.png: Added.
2778 * platform/mac-leopard/svg/custom/js-update-pattern-child-expected.txt: Added.
2779 * platform/mac-leopard/svg/custom/js-update-pattern-expected.checksum: Added.
2780 * platform/mac-leopard/svg/custom/js-update-pattern-expected.png: Added.
2781 * platform/mac-leopard/svg/custom/js-update-pattern-expected.txt: Added.
2782 * platform/mac-leopard/svg/custom/js-update-polygon-changes-expected.checksum: Added.
2783 * platform/mac-leopard/svg/custom/js-update-polygon-changes-expected.png: Added.
2784 * platform/mac-leopard/svg/custom/js-update-polygon-changes-expected.txt: Added.
2785 * platform/mac-leopard/svg/custom/js-update-polygon-removal-expected.checksum: Added.
2786 * platform/mac-leopard/svg/custom/js-update-polygon-removal-expected.png: Added.
2787 * platform/mac-leopard/svg/custom/js-update-polygon-removal-expected.txt: Added.
2788 * platform/mac-leopard/svg/custom/js-update-stop-expected.checksum: Added.
2789 * platform/mac-leopard/svg/custom/js-update-stop-expected.png: Added.
2790 * platform/mac-leopard/svg/custom/js-update-stop-expected.txt: Added.
2791 * platform/mac-leopard/svg/custom/js-update-style-expected.checksum: Added.
2792 * platform/mac-leopard/svg/custom/js-update-style-expected.png: Added.
2793 * platform/mac-leopard/svg/custom/js-update-style-expected.txt: Added.
2794 * platform/mac-leopard/svg/custom/js-update-transform-addition-expected.checksum: Added.
2795 * platform/mac-leopard/svg/custom/js-update-transform-addition-expected.png: Added.
2796 * platform/mac-leopard/svg/custom/js-update-transform-addition-expected.txt: Added.
2797 * platform/mac-leopard/svg/custom/js-update-transform-changes-expected.checksum: Added.
2798 * platform/mac-leopard/svg/custom/js-update-transform-changes-expected.png: Added.
2799 * platform/mac-leopard/svg/custom/js-update-transform-changes-expected.txt: Added.
2800 * platform/mac-leopard/svg/custom/junk-data-expected.checksum: Added.
2801 * platform/mac-leopard/svg/custom/junk-data-expected.png: Added.
2802 * platform/mac-leopard/svg/custom/junk-data-expected.txt: Added.
2803 * platform/mac-leopard/svg/custom/large-bounding-box-percents-expected.checksum: Added.
2804 * platform/mac-leopard/svg/custom/large-bounding-box-percents-expected.png: Added.
2805 * platform/mac-leopard/svg/custom/large-bounding-box-percents-expected.txt: Added.
2806 * platform/mac-leopard/svg/custom/linking-a-03-b-all-expected.checksum: Added.
2807 * platform/mac-leopard/svg/custom/linking-a-03-b-all-expected.png: Added.
2808 * platform/mac-leopard/svg/custom/linking-a-03-b-all-expected.txt: Added.
2809 * platform/mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum: Added.
2810 * platform/mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png: Added.
2811 * platform/mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Added.
2812 * platform/mac-leopard/svg/custom/linking-a-03-b-transform-expected.checksum: Added.
2813 * platform/mac-leopard/svg/custom/linking-a-03-b-transform-expected.png: Added.
2814 * platform/mac-leopard/svg/custom/linking-a-03-b-transform-expected.txt: Added.
2815 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-expected.checksum: Added.
2816 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-expected.png: Added.
2817 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
2818 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum: Added.
2819 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-transform-expected.png: Added.
2820 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
2821 * platform/mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.checksum: Added.
2822 * platform/mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.png: Added.
2823 * platform/mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.txt: Added.
2824 * platform/mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.checksum: Added.
2825 * platform/mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png: Added.
2826 * platform/mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Added.
2827 * platform/mac-leopard/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
2828 * platform/mac-leopard/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.png: Added.
2829 * platform/mac-leopard/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.checksum: Added.
2830 * platform/mac-leopard/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.png: Added.
2831 * platform/mac-leopard/svg/custom/marker-changes-expected.checksum: Added.
2832 * platform/mac-leopard/svg/custom/marker-changes-expected.png: Added.
2833 * platform/mac-leopard/svg/custom/marker-changes-expected.txt: Added.
2834 * platform/mac-leopard/svg/custom/marker-child-changes-expected.checksum: Added.
2835 * platform/mac-leopard/svg/custom/marker-child-changes-expected.png: Added.
2836 * platform/mac-leopard/svg/custom/marker-child-changes-expected.txt: Added.
2837 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.checksum: Added.
2838 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.png: Added.
2839 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.txt: Added.
2840 * platform/mac-leopard/svg/custom/marker-overflow-clip-expected.checksum: Added.
2841 * platform/mac-leopard/svg/custom/marker-overflow-clip-expected.png: Added.
2842 * platform/mac-leopard/svg/custom/marker-overflow-clip-expected.txt: Added.
2843 * platform/mac-leopard/svg/custom/marker-viewBox-changes-expected.checksum: Added.
2844 * platform/mac-leopard/svg/custom/marker-viewBox-changes-expected.png: Added.
2845 * platform/mac-leopard/svg/custom/marker-viewBox-changes-expected.txt: Added.
2846 * platform/mac-leopard/svg/custom/mask-changes-expected.checksum: Added.
2847 * platform/mac-leopard/svg/custom/mask-changes-expected.png: Added.
2848 * platform/mac-leopard/svg/custom/mask-changes-expected.txt: Added.
2849 * platform/mac-leopard/svg/custom/mask-child-changes-expected.checksum: Added.
2850 * platform/mac-leopard/svg/custom/mask-child-changes-expected.png: Added.
2851 * platform/mac-leopard/svg/custom/mask-child-changes-expected.txt: Added.
2852 * platform/mac-leopard/svg/custom/mask-excessive-malloc-expected.checksum: Added.
2853 * platform/mac-leopard/svg/custom/mask-excessive-malloc-expected.png: Added.
2854 * platform/mac-leopard/svg/custom/mask-excessive-malloc-expected.txt: Added.
2855 * platform/mac-leopard/svg/custom/mask-inside-defs-expected.checksum: Added.
2856 * platform/mac-leopard/svg/custom/mask-inside-defs-expected.png: Added.
2857 * platform/mac-leopard/svg/custom/mask-inside-defs-expected.txt: Added.
2858 * platform/mac-leopard/svg/custom/missing-xlink-expected.checksum: Added.
2859 * platform/mac-leopard/svg/custom/missing-xlink-expected.png: Added.
2860 * platform/mac-leopard/svg/custom/missing-xlink-expected.txt: Added.
2861 * platform/mac-leopard/svg/custom/multiple-title-elements-expected.checksum: Added.
2862 * platform/mac-leopard/svg/custom/multiple-title-elements-expected.png: Added.
2863 * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.checksum: Added.
2864 * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.png: Added.
2865 * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.txt: Added.
2866 * platform/mac-leopard/svg/custom/non-opaque-filters-expected.checksum: Added.
2867 * platform/mac-leopard/svg/custom/non-opaque-filters-expected.png: Added.
2868 * platform/mac-leopard/svg/custom/non-opaque-filters-expected.txt: Added.
2869 * platform/mac-leopard/svg/custom/path-bad-data-expected.checksum: Added.
2870 * platform/mac-leopard/svg/custom/path-bad-data-expected.png: Added.
2871 * platform/mac-leopard/svg/custom/path-bad-data-expected.txt: Added.
2872 * platform/mac-leopard/svg/custom/path-getTotalLength-expected.checksum: Added.
2873 * platform/mac-leopard/svg/custom/path-getTotalLength-expected.png: Added.
2874 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.checksum: Added.
2875 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.png: Added.
2876 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.txt: Added.
2877 * platform/mac-leopard/svg/custom/path-update-expected.checksum: Added.
2878 * platform/mac-leopard/svg/custom/path-update-expected.png: Added.
2879 * platform/mac-leopard/svg/custom/path-update-expected.txt: Added.
2880 * platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.checksum: Added.
2881 * platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.png: Added.
2882 * platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.txt: Added.
2883 * platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.checksum: Added.
2884 * platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.png: Added.
2885 * platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.txt: Added.
2886 * platform/mac-leopard/svg/custom/pattern-in-defs-expected.checksum: Added.
2887 * platform/mac-leopard/svg/custom/pattern-in-defs-expected.png: Added.
2888 * platform/mac-leopard/svg/custom/pattern-in-defs-expected.txt: Added.
2889 * platform/mac-leopard/svg/custom/pattern-rotate-expected.checksum: Added.
2890 * platform/mac-leopard/svg/custom/pattern-rotate-expected.png: Added.
2891 * platform/mac-leopard/svg/custom/pattern-rotate-expected.txt: Added.
2892 * platform/mac-leopard/svg/custom/pattern-y-offset-expected.checksum: Added.
2893 * platform/mac-leopard/svg/custom/pattern-y-offset-expected.png: Added.
2894 * platform/mac-leopard/svg/custom/pattern-y-offset-expected.txt: Added.
2895 * platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.checksum: Added.
2896 * platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.png: Added.
2897 * platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.txt: Added.
2898 * platform/mac-leopard/svg/custom/percentage-rect-expected.checksum: Added.
2899 * platform/mac-leopard/svg/custom/percentage-rect-expected.png: Added.
2900 * platform/mac-leopard/svg/custom/percentage-rect-expected.txt: Added.
2901 * platform/mac-leopard/svg/custom/percentage-rect2-expected.checksum: Added.
2902 * platform/mac-leopard/svg/custom/percentage-rect2-expected.png: Added.
2903 * platform/mac-leopard/svg/custom/percentage-rect2-expected.txt: Added.
2904 * platform/mac-leopard/svg/custom/pointer-events-image-expected.checksum: Added.
2905 * platform/mac-leopard/svg/custom/pointer-events-image-expected.png: Added.
2906 * platform/mac-leopard/svg/custom/pointer-events-image-expected.txt: Added.
2907 * platform/mac-leopard/svg/custom/pointer-events-path-expected.checksum: Added.
2908 * platform/mac-leopard/svg/custom/pointer-events-path-expected.png: Added.
2909 * platform/mac-leopard/svg/custom/pointer-events-path-expected.txt: Added.
2910 * platform/mac-leopard/svg/custom/pointer-events-text-expected.checksum: Added.
2911 * platform/mac-leopard/svg/custom/pointer-events-text-expected.png: Added.
2912 * platform/mac-leopard/svg/custom/pointer-events-text-expected.txt: Added.
2913 * platform/mac-leopard/svg/custom/poly-identify-expected.checksum: Added.
2914 * platform/mac-leopard/svg/custom/poly-identify-expected.png: Added.
2915 * platform/mac-leopard/svg/custom/poly-identify-expected.txt: Added.
2916 * platform/mac-leopard/svg/custom/polyline-hittest-expected.checksum: Added.
2917 * platform/mac-leopard/svg/custom/polyline-hittest-expected.png: Added.
2918 * platform/mac-leopard/svg/custom/polyline-hittest-expected.txt: Added.
2919 * platform/mac-leopard/svg/custom/polyline-invalid-points-expected.checksum: Added.
2920 * platform/mac-leopard/svg/custom/polyline-invalid-points-expected.png: Added.
2921 * platform/mac-leopard/svg/custom/polyline-invalid-points-expected.txt: Added.
2922 * platform/mac-leopard/svg/custom/polyline-setattribute-points-null-expected.checksum: Added.
2923 * platform/mac-leopard/svg/custom/polyline-setattribute-points-null-expected.png: Added.
2924 * platform/mac-leopard/svg/custom/polyline-setattribute-points-null-expected.txt: Added.
2925 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.checksum: Added.
2926 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.png: Added.
2927 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Added.
2928 * platform/mac-leopard/svg/custom/prevent-default-expected.checksum: Added.
2929 * platform/mac-leopard/svg/custom/prevent-default-expected.png: Added.
2930 * platform/mac-leopard/svg/custom/prevent-default-expected.txt: Added.
2931 * platform/mac-leopard/svg/custom/recursive-clippath-expected.checksum: Added.
2932 * platform/mac-leopard/svg/custom/recursive-clippath-expected.png: Added.
2933 * platform/mac-leopard/svg/custom/recursive-clippath-expected.txt: Added.
2934 * platform/mac-leopard/svg/custom/repaint-on-image-bounds-change-expected.checksum: Added.
2935 * platform/mac-leopard/svg/custom/repaint-on-image-bounds-change-expected.png: Added.
2936 * platform/mac-leopard/svg/custom/repaint-on-image-bounds-change-expected.txt: Added.
2937 * platform/mac-leopard/svg/custom/resource-client-removal-expected.checksum: Added.
2938 * platform/mac-leopard/svg/custom/resource-client-removal-expected.png: Added.
2939 * platform/mac-leopard/svg/custom/resource-client-removal-expected.txt: Added.
2940 * platform/mac-leopard/svg/custom/rgbcolor-syntax-expected.checksum: Added.
2941 * platform/mac-leopard/svg/custom/rgbcolor-syntax-expected.png: Added.
2942 * platform/mac-leopard/svg/custom/rgbcolor-syntax-expected.txt: Added.
2943 * platform/mac-leopard/svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Added.
2944 * platform/mac-leopard/svg/custom/root-container-opacity-clip-viewBox-expected.png: Added.
2945 * platform/mac-leopard/svg/custom/root-container-opacity-clip-viewBox-expected.txt: Added.
2946 * platform/mac-leopard/svg/custom/rootelement-expected.checksum: Added.
2947 * platform/mac-leopard/svg/custom/rootelement-expected.png: Added.
2948 * platform/mac-leopard/svg/custom/rootelement-expected.txt: Added.
2949 * platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.checksum: Added.
2950 * platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.png: Added.
2951 * platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.txt: Added.
2952 * platform/mac-leopard/svg/custom/rounded-rects-expected.checksum: Added.
2953 * platform/mac-leopard/svg/custom/rounded-rects-expected.png: Added.
2954 * platform/mac-leopard/svg/custom/rounded-rects-expected.txt: Added.
2955 * platform/mac-leopard/svg/custom/scroll-hit-test-expected.checksum: Added.
2956 * platform/mac-leopard/svg/custom/scroll-hit-test-expected.png: Added.
2957 * platform/mac-leopard/svg/custom/scroll-hit-test-expected.txt: Added.
2958 * platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Added.
2959 * platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
2960 * platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
2961 * platform/mac-leopard/svg/custom/second-inline-text-expected.checksum: Added.
2962 * platform/mac-leopard/svg/custom/second-inline-text-expected.png: Added.
2963 * platform/mac-leopard/svg/custom/second-inline-text-expected.txt: Added.
2964 * platform/mac-leopard/svg/custom/shape-rendering-expected.checksum: Added.
2965 * platform/mac-leopard/svg/custom/shape-rendering-expected.png: Added.
2966 * platform/mac-leopard/svg/custom/shape-rendering-expected.txt: Added.
2967 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.checksum: Added.
2968 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.png: Added.
2969 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
2970 * platform/mac-leopard/svg/custom/sheet-title-expected.checksum: Added.
2971 * platform/mac-leopard/svg/custom/sheet-title-expected.png: Added.
2972 * platform/mac-leopard/svg/custom/sheet-title-expected.txt: Added.
2973 * platform/mac-leopard/svg/custom/simpleCDF-expected.checksum: Added.
2974 * platform/mac-leopard/svg/custom/simpleCDF-expected.png: Added.
2975 * platform/mac-leopard/svg/custom/simpleCDF-expected.txt: Added.
2976 * platform/mac-leopard/svg/custom/stroke-fallback-expected.checksum: Added.
2977 * platform/mac-leopard/svg/custom/stroke-fallback-expected.png: Added.
2978 * platform/mac-leopard/svg/custom/stroke-fallback-expected.txt: Added.
2979 * platform/mac-leopard/svg/custom/stroke-width-click-expected.checksum: Added.
2980 * platform/mac-leopard/svg/custom/stroke-width-click-expected.png: Added.
2981 * platform/mac-leopard/svg/custom/stroked-pattern-expected.checksum: Added.
2982 * platform/mac-leopard/svg/custom/stroked-pattern-expected.png: Added.
2983 * platform/mac-leopard/svg/custom/stroked-pattern-expected.txt: Added.
2984 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.checksum: Added.
2985 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.png: Added.
2986 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.txt: Added.
2987 * platform/mac-leopard/svg/custom/style-attribute-font-size-expected.checksum: Added.
2988 * platform/mac-leopard/svg/custom/style-attribute-font-size-expected.png: Added.
2989 * platform/mac-leopard/svg/custom/style-attribute-font-size-expected.txt: Added.
2990 * platform/mac-leopard/svg/custom/svg-absolute-children-expected.checksum: Added.
2991 * platform/mac-leopard/svg/custom/svg-absolute-children-expected.png: Added.
2992 * platform/mac-leopard/svg/custom/svg-absolute-children-expected.txt: Added.
2993 * platform/mac-leopard/svg/custom/svg-disallowed-in-dashboard-object-expected.checksum: Added.
2994 * platform/mac-leopard/svg/custom/svg-disallowed-in-dashboard-object-expected.png: Added.
2995 * platform/mac-leopard/svg/custom/svg-features-expected.checksum: Added.
2996 * platform/mac-leopard/svg/custom/svg-features-expected.png: Added.
2997 * platform/mac-leopard/svg/custom/svg-float-border-padding-expected.checksum: Added.
2998 * platform/mac-leopard/svg/custom/svg-float-border-padding-expected.png: Added.
2999 * platform/mac-leopard/svg/custom/svg-float-border-padding-expected.txt: Added.
3000 * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: Added.
3001 * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.png: Added.
3002 * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.txt: Added.
3003 * platform/mac-leopard/svg/custom/svg-overflow-types-expected.checksum: Added.
3004 * platform/mac-leopard/svg/custom/svg-overflow-types-expected.png: Added.
3005 * platform/mac-leopard/svg/custom/svg-overflow-types-expected.txt: Added.
3006 * platform/mac-leopard/svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
3007 * platform/mac-leopard/svg/custom/svgpolyparser-extra-space-expected.png: Added.
3008 * platform/mac-leopard/svg/custom/svgpolyparser-extra-space-expected.txt: Added.
3009 * platform/mac-leopard/svg/custom/svgsvgelement-ctm-expected.checksum: Added.
3010 * platform/mac-leopard/svg/custom/svgsvgelement-ctm-expected.png: Added.
3011 * platform/mac-leopard/svg/custom/text-clip-expected.checksum: Added.
3012 * platform/mac-leopard/svg/custom/text-clip-expected.png: Added.
3013 * platform/mac-leopard/svg/custom/text-clip-expected.txt: Added.
3014 * platform/mac-leopard/svg/custom/text-ctm-expected.checksum: Added.
3015 * platform/mac-leopard/svg/custom/text-ctm-expected.png: Added.
3016 * platform/mac-leopard/svg/custom/text-ctm-expected.txt: Added.
3017 * platform/mac-leopard/svg/custom/text-decoration-visibility-expected.checksum: Added.
3018 * platform/mac-leopard/svg/custom/text-decoration-visibility-expected.png: Added.
3019 * platform/mac-leopard/svg/custom/text-decoration-visibility-expected.txt: Added.
3020 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.checksum: Added.
3021 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.png: Added.
3022 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.txt: Added.
3023 * platform/mac-leopard/svg/custom/text-filter-expected.checksum: Added.
3024 * platform/mac-leopard/svg/custom/text-filter-expected.png: Added.
3025 * platform/mac-leopard/svg/custom/text-filter-expected.txt: Added.
3026 * platform/mac-leopard/svg/custom/text-gradient-no-content-expected.checksum: Added.
3027 * platform/mac-leopard/svg/custom/text-gradient-no-content-expected.png: Added.
3028 * platform/mac-leopard/svg/custom/text-gradient-no-content-expected.txt: Added.
3029 * platform/mac-leopard/svg/custom/text-hit-test-expected.checksum: Added.
3030 * platform/mac-leopard/svg/custom/text-hit-test-expected.png: Added.
3031 * platform/mac-leopard/svg/custom/text-hit-test-expected.txt: Added.
3032 * platform/mac-leopard/svg/custom/text-image-opacity-expected.checksum: Added.
3033 * platform/mac-leopard/svg/custom/text-image-opacity-expected.png: Added.
3034 * platform/mac-leopard/svg/custom/text-image-opacity-expected.txt: Added.
3035 * platform/mac-leopard/svg/custom/text-letter-spacing-expected.checksum: Added.
3036 * platform/mac-leopard/svg/custom/text-letter-spacing-expected.png: Added.
3037 * platform/mac-leopard/svg/custom/text-letter-spacing-expected.txt: Added.
3038 * platform/mac-leopard/svg/custom/text-repaint-including-stroke-expected.checksum: Added.
3039 * platform/mac-leopard/svg/custom/text-repaint-including-stroke-expected.png: Added.
3040 * platform/mac-leopard/svg/custom/text-repaint-including-stroke-expected.txt: Added.
3041 * platform/mac-leopard/svg/custom/text-whitespace-handling-expected.checksum: Added.
3042 * platform/mac-leopard/svg/custom/text-whitespace-handling-expected.png: Added.
3043 * platform/mac-leopard/svg/custom/text-whitespace-handling-expected.txt: Added.
3044 * platform/mac-leopard/svg/custom/text-x-dx-lists-expected.checksum: Added.
3045 * platform/mac-leopard/svg/custom/text-x-dx-lists-expected.png: Added.
3046 * platform/mac-leopard/svg/custom/text-x-dx-lists-expected.txt: Added.
3047 * platform/mac-leopard/svg/custom/text-x-override-in-tspan-child-expected.checksum: Added.
3048 * platform/mac-leopard/svg/custom/text-x-override-in-tspan-child-expected.png: Added.
3049 * platform/mac-leopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
3050 * platform/mac-leopard/svg/custom/textPath-assert-expected.checksum: Added.
3051 * platform/mac-leopard/svg/custom/textPath-assert-expected.png: Added.
3052 * platform/mac-leopard/svg/custom/transform-ignore-after-invalid-expected.checksum: Added.
3053 * platform/mac-leopard/svg/custom/transform-ignore-after-invalid-expected.png: Added.
3054 * platform/mac-leopard/svg/custom/transform-ignore-after-invalid-expected.txt: Added.
3055 * platform/mac-leopard/svg/custom/transform-invalid-expected.checksum: Added.
3056 * platform/mac-leopard/svg/custom/transform-invalid-expected.png: Added.
3057 * platform/mac-leopard/svg/custom/transform-invalid-expected.txt: Added.
3058 * platform/mac-leopard/svg/custom/transform-removeAttributeNS-expected.checksum: Added.
3059 * platform/mac-leopard/svg/custom/transform-removeAttributeNS-expected.png: Added.
3060 * platform/mac-leopard/svg/custom/transform-removeAttributeNS-expected.txt: Added.
3061 * platform/mac-leopard/svg/custom/transform-scale-parse-expected.checksum: Added.
3062 * platform/mac-leopard/svg/custom/transform-scale-parse-expected.png: Added.
3063 * platform/mac-leopard/svg/custom/transform-scale-parse-expected.txt: Added.
3064 * platform/mac-leopard/svg/custom/transform-with-ending-space-expected.checksum: Added.
3065 * platform/mac-leopard/svg/custom/transform-with-ending-space-expected.png: Added.
3066 * platform/mac-leopard/svg/custom/transform-with-ending-space-expected.txt: Added.
3067 * platform/mac-leopard/svg/custom/tref-update-expected.checksum: Added.
3068 * platform/mac-leopard/svg/custom/tref-update-expected.png: Added.
3069 * platform/mac-leopard/svg/custom/tref-update-expected.txt: Added.
3070 * platform/mac-leopard/svg/custom/use-clipped-hit-expected.checksum: Added.
3071 * platform/mac-leopard/svg/custom/use-clipped-hit-expected.png: Added.
3072 * platform/mac-leopard/svg/custom/use-clipped-hit-expected.txt: Added.
3073 * platform/mac-leopard/svg/custom/use-css-events-expected.checksum: Added.
3074 * platform/mac-leopard/svg/custom/use-css-events-expected.png: Added.
3075 * platform/mac-leopard/svg/custom/use-css-events-expected.txt: Added.
3076 * platform/mac-leopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
3077 * platform/mac-leopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
3078 * platform/mac-leopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
3079 * platform/mac-leopard/svg/custom/use-detach-expected.checksum: Added.
3080 * platform/mac-leopard/svg/custom/use-detach-expected.png: Added.
3081 * platform/mac-leopard/svg/custom/use-detach-expected.txt: Added.
3082 * platform/mac-leopard/svg/custom/use-dynamic-append-expected.checksum: Added.
3083 * platform/mac-leopard/svg/custom/use-dynamic-append-expected.png: Added.
3084 * platform/mac-leopard/svg/custom/use-dynamic-append-expected.txt: Added.
3085 * platform/mac-leopard/svg/custom/use-elementInstance-event-target-expected.checksum: Added.
3086 * platform/mac-leopard/svg/custom/use-elementInstance-event-target-expected.png: Added.
3087 * platform/mac-leopard/svg/custom/use-elementInstance-event-target-expected.txt: Added.
3088 * platform/mac-leopard/svg/custom/use-elementInstance-methods-expected.checksum: Added.
3089 * platform/mac-leopard/svg/custom/use-elementInstance-methods-expected.png: Added.
3090 * platform/mac-leopard/svg/custom/use-elementInstance-methods-expected.txt: Added.
3091 * platform/mac-leopard/svg/custom/use-empty-reference-expected.checksum: Added.
3092 * platform/mac-leopard/svg/custom/use-empty-reference-expected.png: Added.
3093 * platform/mac-leopard/svg/custom/use-empty-reference-expected.txt: Added.
3094 * platform/mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.checksum: Added.
3095 * platform/mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.png: Added.
3096 * platform/mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.txt: Added.
3097 * platform/mac-leopard/svg/custom/use-event-handler-on-use-element-expected.checksum: Added.
3098 * platform/mac-leopard/svg/custom/use-event-handler-on-use-element-expected.png: Added.
3099 * platform/mac-leopard/svg/custom/use-event-handler-on-use-element-expected.txt: Added.
3100 * platform/mac-leopard/svg/custom/use-events-crash-expected.checksum: Added.
3101 * platform/mac-leopard/svg/custom/use-events-crash-expected.png: Added.
3102 * platform/mac-leopard/svg/custom/use-events-crash-expected.txt: Added.
3103 * platform/mac-leopard/svg/custom/use-forward-refs-expected.checksum: Added.
3104 * platform/mac-leopard/svg/custom/use-forward-refs-expected.png: Added.
3105 * platform/mac-leopard/svg/custom/use-forward-refs-expected.txt: Added.
3106 * platform/mac-leopard/svg/custom/use-infinite-recursion-expected.checksum: Added.
3107 * platform/mac-leopard/svg/custom/use-infinite-recursion-expected.png: Added.
3108 * platform/mac-leopard/svg/custom/use-infinite-recursion-expected.txt: Added.
3109 * platform/mac-leopard/svg/custom/use-instanceRoot-modifications-expected.checksum: Added.
3110 * platform/mac-leopard/svg/custom/use-instanceRoot-modifications-expected.png: Added.
3111 * platform/mac-leopard/svg/custom/use-instanceRoot-modifications-expected.txt: Added.
3112 * platform/mac-leopard/svg/custom/use-modify-container-in-target-expected.checksum: Added.
3113 * platform/mac-leopard/svg/custom/use-modify-container-in-target-expected.png: Added.
3114 * platform/mac-leopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
3115 * platform/mac-leopard/svg/custom/use-modify-target-container-expected.checksum: Added.
3116 * platform/mac-leopard/svg/custom/use-modify-target-container-expected.png: Added.
3117 * platform/mac-leopard/svg/custom/use-modify-target-container-expected.txt: Added.
3118 * platform/mac-leopard/svg/custom/use-modify-target-symbol-expected.checksum: Added.
3119 * platform/mac-leopard/svg/custom/use-modify-target-symbol-expected.png: Added.
3120 * platform/mac-leopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
3121 * platform/mac-leopard/svg/custom/use-nested-transform-expected.checksum: Added.
3122 * platform/mac-leopard/svg/custom/use-nested-transform-expected.png: Added.
3123 * platform/mac-leopard/svg/custom/use-nested-transform-expected.txt: Added.
3124 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Added.
3125 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Added.
3126 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Added.
3127 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Added.
3128 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Added.
3129 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Added.
3130 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Added.
3131 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Added.
3132 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Added.
3133 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Added.
3134 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.png: Added.
3135 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Added.
3136 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Added.
3137 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Added.
3138 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Added.
3139 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Added.
3140 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Added.
3141 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Added.
3142 * platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Added.
3143 * platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Added.
3144 * platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Added.
3145 * platform/mac-leopard/svg/custom/use-on-g-containing-symbol-expected.checksum: Added.
3146 * platform/mac-leopard/svg/custom/use-on-g-containing-symbol-expected.png: Added.
3147 * platform/mac-leopard/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
3148 * platform/mac-leopard/svg/custom/use-on-g-containing-use-expected.checksum: Added.
3149 * platform/mac-leopard/svg/custom/use-on-g-containing-use-expected.png: Added.
3150 * platform/mac-leopard/svg/custom/use-on-g-containing-use-expected.txt: Added.
3151 * platform/mac-leopard/svg/custom/use-on-g-expected.checksum: Added.
3152 * platform/mac-leopard/svg/custom/use-on-g-expected.png: Added.
3153 * platform/mac-leopard/svg/custom/use-on-g-expected.txt: Added.
3154 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Added.
3155 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.png: Added.
3156 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.txt: Added.
3157 * platform/mac-leopard/svg/custom/use-on-rect-expected.checksum: Added.
3158 * platform/mac-leopard/svg/custom/use-on-rect-expected.png: Added.
3159 * platform/mac-leopard/svg/custom/use-on-rect-expected.txt: Added.
3160 * platform/mac-leopard/svg/custom/use-on-symbol-expected.checksum: Added.
3161 * platform/mac-leopard/svg/custom/use-on-symbol-expected.png: Added.
3162 * platform/mac-leopard/svg/custom/use-on-symbol-expected.txt: Added.
3163 * platform/mac-leopard/svg/custom/use-on-symbol-inside-pattern-expected.checksum: Added.
3164 * platform/mac-leopard/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
3165 * platform/mac-leopard/svg/custom/use-on-symbol-inside-pattern-expected.txt: Added.
3166 * platform/mac-leopard/svg/custom/use-on-text-expected.checksum: Added.
3167 * platform/mac-leopard/svg/custom/use-on-text-expected.png: Added.
3168 * platform/mac-leopard/svg/custom/use-on-text-expected.txt: Added.
3169 * platform/mac-leopard/svg/custom/use-on-use-expected.checksum: Added.
3170 * platform/mac-leopard/svg/custom/use-on-use-expected.png: Added.
3171 * platform/mac-leopard/svg/custom/use-on-use-expected.txt: Added.
3172 * platform/mac-leopard/svg/custom/use-property-changes-through-dom-expected.checksum: Added.
3173 * platform/mac-leopard/svg/custom/use-property-changes-through-dom-expected.png: Added.
3174 * platform/mac-leopard/svg/custom/use-property-changes-through-dom-expected.txt: Added.
3175 * platform/mac-leopard/svg/custom/use-property-changes-through-svg-dom-expected.checksum: Added.
3176 * platform/mac-leopard/svg/custom/use-property-changes-through-svg-dom-expected.png: Added.
3177 * platform/mac-leopard/svg/custom/use-property-changes-through-svg-dom-expected.txt: Added.
3178 * platform/mac-leopard/svg/custom/use-recalcStyle-crash-expected.checksum: Added.
3179 * platform/mac-leopard/svg/custom/use-recalcStyle-crash-expected.png: Added.
3180 * platform/mac-leopard/svg/custom/use-recalcStyle-crash-expected.txt: Added.
3181 * platform/mac-leopard/svg/custom/use-recursion-1-expected.checksum: Added.
3182 * platform/mac-leopard/svg/custom/use-recursion-1-expected.png: Added.
3183 * platform/mac-leopard/svg/custom/use-recursion-1-expected.txt: Added.
3184 * platform/mac-leopard/svg/custom/use-recursion-2-expected.checksum: Added.
3185 * platform/mac-leopard/svg/custom/use-recursion-2-expected.png: Added.
3186 * platform/mac-leopard/svg/custom/use-recursion-2-expected.txt: Added.
3187 * platform/mac-leopard/svg/custom/use-recursion-3-expected.checksum: Added.
3188 * platform/mac-leopard/svg/custom/use-recursion-3-expected.png: Added.
3189 * platform/mac-leopard/svg/custom/use-recursion-3-expected.txt: Added.
3190 * platform/mac-leopard/svg/custom/use-recursion-4-expected.checksum: Added.
3191 * platform/mac-leopard/svg/custom/use-recursion-4-expected.png: Added.
3192 * platform/mac-leopard/svg/custom/use-recursion-4-expected.txt: Added.
3193 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Added.
3194 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.png: Added.
3195 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
3196 * platform/mac-leopard/svg/custom/use-symbol-overflow-expected.checksum: Added.
3197 * platform/mac-leopard/svg/custom/use-symbol-overflow-expected.png: Added.
3198 * platform/mac-leopard/svg/custom/use-symbol-overflow-expected.txt: Added.