1 2008-03-02 Kevin Ollivier <kevino@theolliviers.com>
3 Reviewed by Dave Hyatt.
5 Gracefully handle a CSS rule containing an invalid value.
6 (Fixes http://bugs.webkit.org/show_bug.cgi?id=16898)
8 * fast/css/invalid-rule-value-expected.txt: Added.
9 * fast/css/invalid-rule-value.html: Added.
11 2008-03-01 Oliver Hunt <oliver@apple.com>
13 Reviewed by Sam Weinig.
15 Bug 16954: Support putImageData
17 Nice simple testcase for putImageData covering the exciting
18 little bits of behaviour present in the current spec.
20 * fast/canvas/canvas-putImageData-expected.txt: Added.
21 * fast/canvas/canvas-putImageData.html: Added.
23 2008-03-01 Sam Weinig <sam@webkit.org>
25 Reviewed by Darin Adler.
29 * fast/dom/Window/window-function-name-getter-precedence-expected.txt:
31 2008-03-01 Nikolas Zimmermann <zimmermann@kde.org>
35 Add new set of dynamic updates tests, this time for SVGForeignObjectElement.
37 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum: Added.
38 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
39 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum: Added.
40 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
41 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.checksum: Added.
42 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
43 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.checksum: Added.
44 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
45 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum: Added.
46 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
47 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum: Added.
48 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
49 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.checksum: Added.
50 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
51 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.checksum: Added.
52 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
53 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt: Added.
54 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html: Added.
55 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt: Added.
56 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html: Added.
57 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.txt: Added.
58 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html: Added.
59 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.txt: Added.
60 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html: Added.
61 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt: Added.
62 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html: Added.
63 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt: Added.
64 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html: Added.
65 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.txt: Added.
66 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html: Added.
67 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.txt: Added.
68 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html: Added.
69 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js: Added.
70 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js: Added.
71 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js: Added.
72 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js: Added.
73 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js: Added.
74 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js: Added.
75 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js: Added.
76 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js: Added.
77 * svg/dynamic-updates/resources/SVGTestCase.js: Add xhtml namespace 'xhtmlNS'.
79 2008-02-29 Dan Bernstein <mitz@apple.com>
81 Rubber-stamped by Sam Weinig.
83 - update test results following r30649
85 * svg/css/getComputedStyle-basic-expected.txt:
87 2008-02-29 Robert Blaut <webkit@blaut.biz>
89 Reviewed by Darin Adler.
91 - Tests for http://bugs.webkit.org/show_bug.cgi?id=17532
92 Webkit imports styles from <link> element which doesn't have rel=stylesheet defined
94 * fast/html/link-rel-stylesheet.html: Added.
95 * fast/media/mq-simple-query-02.html:
96 * fast/media/mq-width-absolute-02.html:
97 * platform/mac/fast/html/link-rel-stylesheet-expected.txt: Added.
99 2008-02-29 Alexey Proskuryakov <ap@webkit.org>
103 <rdar://problem/5766352> REGRESSION (r27151): XMLHttpRequest.abort() resets response status
105 * http/tests/xmlhttprequest/status-after-abort-expected.txt: Added.
106 * http/tests/xmlhttprequest/status-after-abort.html: Added.
108 2008-02-29 Dan Bernstein <mitz@apple.com>
110 Reviewed by Darin Adler.
112 - test for a bug where explicit embedding past the end of a line could
113 affect text that line
115 * fast/text/embed-at-end-of-pre-wrap-line.html: Added.
116 * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.checksum: Added.
117 * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added.
118 * platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt: Added.
120 2008-02-28 Justin Garcia <justin.garcia@apple.com>
122 Reviewed by Darin Adler.
124 <rdar://problem/4930986> REGRESSION: Paste As Quotation pastes black text instead of blue
126 Demonstrates the bug:
127 * editing/pasteboard/4930986-1-expected.txt: Added.
128 * editing/pasteboard/4930986-1.html: Added.
129 * editing/pasteboard/4930986-2-expected.txt: Added.
130 * editing/pasteboard/4930986-2.html: Added.
132 Demonstrates a problem with the first version of the patch:
133 * editing/pasteboard/4930986-3-expected.txt: Added.
134 * editing/pasteboard/4930986-3.html: Added.
136 Visual problem fixed. An anonymous renderer changed position, DOM remains unchanged:
137 * editing/execCommand/5144139-1.html:
138 * platform/mac/editing/execCommand/5144139-1-expected.checksum:
139 * platform/mac/editing/execCommand/5144139-1-expected.png:
140 * platform/mac/editing/execCommand/5144139-1-expected.txt:
142 Removed unnecessary style spans, visual result unchanged:
143 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum:
144 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.png:
145 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
146 * platform/mac/editing/style/font-family-with-space-expected.checksum:
147 * platform/mac/editing/style/font-family-with-space-expected.png:
148 * platform/mac/editing/style/font-family-with-space-expected.txt:
150 A style span isn't removed because at paste time because we don't anticipate
151 encountering styles on style spans that are non-inheritable, because we don't
152 create style spans like that at copy time. Turned this into a text only
153 test. Test remains visually unchanged:
154 * editing/pasteboard/5245519-expected.txt: Added.
155 * editing/pasteboard/5245519.html:
156 * platform/mac/editing/pasteboard/5245519-expected.checksum: Removed.
157 * platform/mac/editing/pasteboard/5245519-expected.png: Removed.
158 * platform/mac/editing/pasteboard/5245519-expected.txt: Removed.
160 Added an extra empty anonymous renderer, DOM and visual result remain unchanged:
161 * platform/mac/editing/execCommand/create-list-with-hr-expected.checksum:
162 * platform/mac/editing/execCommand/create-list-with-hr-expected.png:
163 * platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
164 * platform/mac/editing/pasteboard/paste-list-001-expected.checksum:
165 * platform/mac/editing/pasteboard/paste-list-001-expected.png:
166 * platform/mac/editing/pasteboard/paste-list-001-expected.txt:
167 * platform/mac/editing/pasteboard/paste-table-001-expected.checksum:
168 * platform/mac/editing/pasteboard/paste-table-001-expected.png:
169 * platform/mac/editing/pasteboard/paste-table-001-expected.txt:
170 * platform/mac/editing/pasteboard/paste-text-003-expected.checksum:
171 * platform/mac/editing/pasteboard/paste-text-003-expected.png:
172 * platform/mac/editing/pasteboard/paste-text-003-expected.txt:
174 Reflects changes to CSSComputedStyleDeclaration::getPropertyCSSValue:
175 * fast/css/computed-style-expected.txt:
176 * fast/css/computed-style-without-renderer-expected.txt:
178 We don't remove styles from style spans that are overridden by all of their
179 children, even though they are unnecessary. We've never done this, but now
180 that there can be two style spans at paste time we are more likely to have
181 a style span left over because of this problem. Mentioned this in the test
182 case and turned this into a text only test:
183 * editing/pasteboard/4840662.html:
184 * editing/pasteboard/4840662-expected.txt: Added.
185 * platform/mac/editing/pasteboard/4840662-expected.checksum: Removed.
186 * platform/mac/editing/pasteboard/4840662-expected.png: Removed.
187 * platform/mac/editing/pasteboard/4840662-expected.txt: Removed.
189 2008-02-27 Dan Bernstein <mitz@apple.com>
191 Reviewed by John Sullivan.
193 - test for <rdar://problem/5607547> Single letter surrounded by soft hyphens can disappear
195 * fast/text/soft-hyphen-2.html: Added.
196 * platform/mac/fast/text/soft-hyphen-2-expected.checksum: Added.
197 * platform/mac/fast/text/soft-hyphen-2-expected.png: Added.
198 * platform/mac/fast/text/soft-hyphen-2-expected.txt: Added.
200 2008-02-27 Brady Eidson <beidson@apple.com>
202 Updated resource used in the layout test I landed yesterday.
203 Due to a difference between Foundation on Tiger vs Leopard, the resource generated on
204 Leopard caused different results on Leopard and Tiger.
205 Regenerating the resource on Tiger, however, agrees with Leopard.
207 * webarchive/loading/resources/cache-expired-subresource.webarchive:
209 2008-02-27 Dan Bernstein <mitz@apple.com>
211 Reviewed by Darin Adler.
213 - test that centered text in right-to-left blocks spills over to the left
215 * fast/text/align-center-rtl-spill.html: Added.
216 * platform/mac/fast/text/align-center-rtl-spill-expected.checksum: Added.
217 * platform/mac/fast/text/align-center-rtl-spill-expected.png: Added.
218 * platform/mac/fast/text/align-center-rtl-spill-expected.txt: Added.
220 2008-02-27 Eric Seidel <eric@webkit.org>
222 Rubber-stamped by Adam.
224 Fix svn:eol-style on all LayoutTest results
227 find . -name "*-expected.txt" | xargs svn ps svn:eol-style native
229 2008-02-27 Sam Weinig <sam@webkit.org>
233 Updates tests for <rdar://problem/5768769>
235 * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
236 * http/tests/security/cross-frame-access-call-expected.txt:
237 * http/tests/security/cross-frame-access-call.html:
239 2008-02-27 Brady Eidson <beidson@apple.com>
241 Reviewed by Mark Rowe
243 Test for better fix for <rdar://problem/4930688> (see r19549) and
244 original fix for <rdar://problem/3947312> (and 14 dupes)
246 Crafting custom WebArchives for layout tests is a pain and something that should
247 be resolved if we decide to pursue a new format.
249 Using a custom php script to act as a stand in for an image resource, I set its
250 cache-control header to expire immediately. Without the fix for the above bugs,
251 the resource will be "expired" and an attempt to fetch it from the network will
252 go out and fail. This failure will manifest with different ResourceLoadDelegate
253 information, as well as different dimensions in the render tree - the missing
254 image icon versus the archived image.
256 With the fix in place, the response will be ignored and the image will be pulled
259 * webarchive/loading/cache-expired-subresource-expected.txt: Added.
260 * webarchive/loading/cache-expired-subresource.html: Added.
261 * webarchive/loading/resources/cache-expired-subresource.webarchive: Added.
263 2008-02-27 Kevin McCullough <kmccullough@apple.com>
265 Landing test that was forgotten in the original patch (r30087).
267 Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
268 HTML5: Client-side database queries should return values of type number
270 * storage/sql-data-types-expected.txt: Added.
271 * storage/sql-data-types.html: Added.
272 * storage/sql-data-types.js: Added.
274 2008-02-27 Julien Chaffraix <julien.chaffraix@gmail.com>
278 http://bugs.webkit.org/show_bug.cgi?id=17481
279 Several consecutive calls to XMLHttpRequest::open should dispatch only one readyState event
281 * http/tests/xmlhttprequest/xmlhttprequest-multiple-open-expected.txt: Added.
282 * http/tests/xmlhttprequest/xmlhttprequest-multiple-open.html: Added.
284 2008-02-26 Brady Eidson <beidson@apple.com>
286 Add a skipped storage test for now
288 * platform/win/Skipped: Added storage/multiple-transactions.html
290 2008-02-26 Dan Bernstein <mitz@apple.com>
292 Reviewed by Darin Adler.
294 - test for http://bugs.webkit.org/show_bug.cgi?id=17555
295 <rdar://problem/5766016> REGRESSION (r27351): Thumbnails positioned wrong on Getty Images results page
297 * fast/dynamic/subtree-table-cell-height.html: Added.
298 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.checksum: Added.
299 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.png: Added.
300 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
302 2008-02-26 Satoshi Nakagawa <artension@gmail.com>
304 Reviewed by Darin. Tweaked and landed by Alexey.
306 - test for http://bugs.webkit.org/show_bug.cgi?id=17411
308 * fast/text/line-breaks-after-ideographic-comma-or-full-stop.html: Added.
309 * fast/text/line-breaks-after-ideographic-comma-or-full-stop-expected.txt: Added
311 2008-02-25 Dan Bernstein <mitz@apple.com>
313 Reviewed by Sam Weinig.
315 - test for http://bugs.webkit.org/show_bug.cgi?id=17152
316 Paragraphs indented with :first-letter and text-align CSS render incorrectly
318 * fast/text/apply-start-width-after-skipped-text.html: Added.
319 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.checksum: Added.
320 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.png: Added.
321 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.txt: Added.
323 2008-02-25 Beth Dakin <bdakin@apple.com>
327 Test for <rdar://problem/5760530> REGRESSION: Assertion failure in
328 Document::removePendingSheet() from r30438
330 * http/tests/misc/missing-style-sheet-expected.txt: Added.
331 * http/tests/misc/missing-style-sheet.html: Added.
333 2008-02-25 Brady Eidson <beidson@apple.com>
335 Reviewed by T3h Mitz Pettel (Dan Bernstein)
337 Layout test for already fixed bug <rdar://problem/5729445>
339 * storage/multiple-transactions-expected.txt: Added.
340 * storage/multiple-transactions.html: Added.
342 2008-02-25 Darin Adler <darin@apple.com>
346 - test for http://bugs.webkit.org/show_bug.cgi?id=17186
347 Fragment navigation within a page permanently cancels meta refresh
349 * fast/loader/meta-refresh-anchor-click-expected.txt: Added.
350 * fast/loader/meta-refresh-anchor-click.html: Added.
351 * fast/loader/resources/meta-refresh-subframe.html: Added.
353 2008-02-25 Johnny Ding <johnnyding.webkit@gmail.com>
355 Reviewed by Darin Adler.
357 - bug http://bugs.webkit.org/show_bug.cgi?id=17444
358 Test for multiple nested scripts which are in a external script.
360 * fast/tokenizer/nested-multiple-scripts-expected.txt: Added.
361 * fast/tokenizer/nested-multiple-scripts.html: Added.
362 * fast/tokenizer/resources/external-script-1.js: Added.
363 * fast/tokenizer/resources/external-script-2.js: Added.
365 2008-02-24 Michael Knaup <michael.knaup@mac.com>
369 - test for http://bugs.webkit.org/show_bug.cgi?id=8749
371 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.checksum: Added.
372 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.png: Added.
373 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.txt: Added.
374 * platform/mac/fast/canvas/canvas-draw-xbm-image.html: Added.
375 * platform/mac/fast/canvas/resources: Added.
376 * platform/mac/fast/canvas/resources/smile.xbm: Added.
378 2008-02-24 Dan Bernstein <mitz@apple.com>
380 Reviewed by Darin Adler.
382 - test for http://bugs.webkit.org/show_bug.cgi?id=17471
383 REGRESSION (r30438): Crash in deleteLineBoxes in cursor-adjusting code browsing Acid3
385 * http/tests/misc/object-image-error-expected.txt: Added.
386 * http/tests/misc/object-image-error.html: Added.
387 * http/tests/misc/resources/404image.php: Added.
389 2008-02-24 Dan Bernstein <mitz@apple.com>
391 Rubber-stamped by Oliver Hunt.
393 - replace expected results in platform/mac-tiger and
394 platform/mac-leopard which were identical with a single copy in
397 2008-02-24 Dan Bernstein <mitz@apple.com>
399 Reviewed by Darin Adler.
401 - test float positioning when a float that does not fit on the line is
402 followed by a float that does
404 * fast/block/float/narrow-after-wide.html: Added.
405 * platform/mac/fast/block/float/narrow-after-wide-expected.checksum: Added.
406 * platform/mac/fast/block/float/narrow-after-wide-expected.png: Added.
407 * platform/mac/fast/block/float/narrow-after-wide-expected.txt: Added.
409 2008-02-24 Darin Adler <darin@apple.com>
413 - test for http://bugs.webkit.org/show_bug.cgi?id=16770
414 Acid3 expects :visited styled links to restyle on iframe load
416 * fast/history/resources/subframe.html: Added.
417 * fast/history/subframe-is-visited-expected.txt: Added.
418 * fast/history/subframe-is-visited.html: Added.
420 2008-02-23 Dan Bernstein <mitz@apple.com>
422 Reviewed by Dave Hyatt.
424 - test that non-autowrapping text clear floats
426 * fast/text/whitespace/nowrap-clear-float.html: Added.
427 * platform/mac-leopard/fast/text/whitespace: Added.
428 * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.checksum: Added.
429 * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.png: Added.
430 * platform/mac/fast/text/whitespace/nowrap-clear-float-expected.txt: Added.
432 2008-02-23 Dan Bernstein <mitz@apple.com>
434 - undo an accidental change to a test's expected results from r30431.
436 * fast/js/date-DST-time-cusps-expected.txt:
438 2008-02-23 Dan Bernstein <mitz@apple.com>
440 Rubber-stamped by Sam Weinig and Anders Carlsson.
442 - updated results for <rdar://problem/5714333> Add document.getSelection()
444 * fast/dom/Window/window-properties-expected.txt:
446 2008-02-22 Alexey Proskuryakov <ap@webkit.org>
450 A few tweaks to PCRE-based regex test suite.
452 * fast/regex/pcre-test-runner.js: Added support for global regexes. Emulate PCRE test runner
453 more precisely by trimming trailing whitespace from some lines.
455 * fast/regex/test1-expected.txt:
456 * fast/regex/test4-expected.txt:
457 * fast/regex/testinput1:
458 * fast/regex/testinput4:
459 * fast/regex/testoutput1:
460 * fast/regex/testoutput4:
463 2008-02-22 Dan Bernstein <mitz@apple.com>
465 - update Tiger expected results following r30431
467 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
468 * platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.txt:
469 * platform/mac-tiger/svg/custom/text-dom-01-f-expected.txt:
470 * platform/mac-tiger/svg/custom/text-hit-test-expected.txt:
471 * platform/mac-tiger/svg/text/text-align-01-b-expected.txt:
472 * platform/mac-tiger/svg/text/text-align-02-b-expected.txt:
473 * platform/mac-tiger/svg/text/text-align-03-b-expected.txt:
474 * platform/mac-tiger/svg/text/text-align-04-b-expected.txt:
475 * platform/mac-tiger/svg/text/text-align-05-b-expected.txt:
476 * platform/mac-tiger/svg/text/text-align-06-b-expected.txt:
477 * platform/mac-tiger/svg/text/text-altglyph-01-b-expected.txt:
478 * platform/mac-tiger/svg/text/text-deco-01-b-expected.txt:
479 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.txt:
480 * platform/mac-tiger/svg/text/text-fonts-02-t-expected.txt:
481 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
482 * platform/mac-tiger/svg/text/text-spacing-01-b-expected.txt:
483 * platform/mac-tiger/svg/text/text-text-01-b-expected.txt:
484 * platform/mac-tiger/svg/text/text-text-03-b-expected.txt:
485 * platform/mac-tiger/svg/text/text-text-04-t-expected.txt:
486 * platform/mac-tiger/svg/text/text-text-05-t-expected.txt:
487 * platform/mac-tiger/svg/text/text-text-06-t-expected.txt:
488 * platform/mac-tiger/svg/text/text-text-07-t-expected.txt:
489 * platform/mac-tiger/svg/text/text-text-08-b-expected.txt:
490 * platform/mac-tiger/svg/text/text-tref-01-b-expected.txt:
491 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.txt:
492 * platform/mac-tiger/svg/text/text-tselect-02-f-expected.txt:
493 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.txt:
494 * platform/mac-tiger/svg/text/text-ws-01-t-expected.txt:
495 * platform/mac-tiger/svg/text/text-ws-02-t-expected.txt:
497 2008-02-22 Justin Garcia <justin.garcia@apple.com>
501 <rdar://problem/5714333> Add document.getSelection()
503 * editing/selection/5714333-expected.txt: Added.
504 * editing/selection/5714333.html: Added.
506 2008-02-22 Oliver Hunt <oliver@apple.com>
510 Bug 17486: Support HTML5 Canvas.getImageData API
511 Support Canvas.getImageData and Canvas.createImageData
513 Test cases for ImageData behaviour and getImageData correctness
515 * fast/canvas/canvas-ImageData-behaviour-expected.txt: Added.
516 * fast/canvas/canvas-ImageData-behaviour.html: Added.
517 * fast/canvas/canvas-ImageData-behaviour.js: Added.
518 * fast/canvas/canvas-getImageData-expected.txt: Added.
519 * fast/canvas/canvas-getImageData.html: Added.
521 2008-02-22 Geoffrey Garen <ggaren@apple.com>
523 Reviewed by Sam Weinig.
525 Removing the test for KJS_MEM_LIMIT, since I removed KJS_MEM_LIMIT.
527 * fast/js/out-of-memory-expected.txt: Removed.
528 * fast/js/out-of-memory.html: Removed.
530 2008-02-22 Oliver Hunt <oliver@apple.com>
532 Reviewed by Alexey P.
534 <rdar://problem/5759327> REGRESSION: while(NaN) acts like while(true)
536 Add test cases for pre/post-increment of NaN
538 * fast/js/convert-nan-to-bool-expected.txt:
539 * fast/js/resources/convert-nan-to-bool.js:
541 2008-02-21 Sam Weinig <sam@webkit.org>
543 Reviewed by Anders Carlsson.
545 Update tests and results for <rdar://problem/5757946>
547 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
548 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
549 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
550 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
551 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
552 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
553 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
554 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
555 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
556 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
557 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
558 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
559 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
560 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
561 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
562 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
563 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
564 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
565 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
566 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
567 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
568 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
569 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
570 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
571 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
572 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
574 2008-02-21 Ada Chan <adachan@apple.com>
576 Test for <rdar://problem/5757873> Buffer overrun in DeprecatedCString::find() in WebCore
578 Reviewed by Dan Bernstein.
580 * fast/loader/charset-parse-expected.txt: Added.
581 * fast/loader/charset-parse.html: Added.
583 2008-02-21 Geoffrey Garen <ggaren@apple.com>
585 Reviewed by David Harrison.
587 Test for <rdar://problem/5756125> REGRESSION: A crash occurs at
588 WebCore::Frame::scriptProxy() when completing a search with Package Tracker widget
590 * fast/dom/script-element-without-frame-crash-expected.txt: Added.
591 * fast/dom/script-element-without-frame-crash.html: Added.
593 2008-02-20 Sam Weinig <sam@webkit.org>
595 Rubber-stamped by Dan Bernstein.
597 Gratuitous change to this test to use the instanceof operator
598 instead of the isPrototypeOf method.
600 * fast/tokenizer/doctype-search-reset.html:
602 2008-02-20 Dan Bernstein <mitz@apple.com>
604 Reviewed by Dave Hyatt.
606 - test for http://bugs.webkit.org/show_bug.cgi?id=17465
607 REGRESSION: <DIV> tokenized into Div if still searching for DOCTYPE
609 * fast/tokenizer/doctype-search-reset-expected.txt: Added.
610 * fast/tokenizer/doctype-search-reset.html: Added.
612 2008-02-20 Dan Bernstein <mitz@apple.com>
614 Reviewed by Dave Hyatt.
616 - test for http://bugs.webkit.org/show_bug.cgi?id=17464
617 REGRESSION: Crash in RenderBlock::findNextLineBreak reading r30444 commit email in GMail
619 * fast/text/wbr-in-pre-crash.html: Added.
620 * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.checksum: Added.
621 * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.png: Added.
622 * platform/mac/fast/text/wbr-in-pre-crash-expected.txt: Added.
624 2008-02-20 Michael Knaup <michael.knaup@mac.com>
628 - test for Bug 16753: date set methods with no args should result in NaN (Acid3 bug)
630 * fast/js/date-set-to-nan-expected.txt: Added.
631 * fast/js/date-set-to-nan.html: Added.
632 * fast/js/resources/date-set-to-nan.js: Added.
634 2008-02-20 Oliver Hunt <oliver@apple.com>
638 Test to ensure we do not crash on a zero sized canvas.
640 * fast/canvas/access-zero-sized-canvas-expected.txt: Added.
641 * fast/canvas/access-zero-sized-canvas.html: Added.
643 2008-02-20 Alexey Proskuryakov <ap@webkit.org>
647 http://bugs.webkit.org/show_bug.cgi?id=17106
648 <rdar://problem/5750722> Debug build ASSERTs on page load
650 * fast/encoding/GBK/close-gbk-converter-expected.txt: Added.
651 * fast/encoding/GBK/close-gbk-converter.html: Added.
653 2008-02-19 Beth Dakin <bdakin@apple.com>
657 Test for <rdar://problem/5729674> Seed: Crash in
658 RenderButton::setStyle at http://www.dinorpg.com
660 * fast/forms/input-first-letter.html: Added.
661 * platform/mac/fast/forms/input-first-letter-expected.checksum: Added.
662 * platform/mac/fast/forms/input-first-letter-expected.png: Added.
663 * platform/mac/fast/forms/input-first-letter-expected.txt: Added.
665 2008-02-19 Dan Bernstein <mitz@apple.com>
667 Reviewed by Darin Adler.
669 - test for <rdar://problem/5637569> CrashTracer: [REGRESSION] 620 crashes in Safari at com.apple.WebCore: WebCore::RenderBox::setStaticY + 15
671 * fast/text/wbr-styled.html: Added.
672 * platform/mac-leopard/fast/text/wbr-styled-expected.checksum: Added.
673 * platform/mac-leopard/fast/text/wbr-styled-expected.png: Added.
674 * platform/mac/fast/css-generated-content/wbr-with-before-content-expected.txt:
675 * platform/mac/fast/text/wbr-pre-expected.txt:
676 * platform/mac/fast/text/wbr-styled-expected.txt: Added.
678 2008-02-18 Dan Bernstein <mitz@apple.com>
680 Reviewed by Adam Roben in California.
682 - remove unnecessary and erroneous layoutTestController calls from a test
684 * fast/css/font-face-multiple-remote-sources.html:
685 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt:
687 2008-02-18 Brady Eidson <beidson@apple.com>
691 Fix for <rdar://5747529> - ObjC Exception can cause JSLock to never be released
693 * platform/mac-tiger/Skipped: Removed 2 hanging tests that now don't hang
694 * platform/mac/plugins/webScriptObject-exception-deadlock-expected.txt: Added.
695 * platform/mac/plugins/webScriptObject-exception-deadlock.html: Added.
697 2008-02-18 Darin Adler <darin@apple.com>
701 - generate new results for the one test that was altered by the
702 double -> float -> double trip taken by numeric values in the
705 This test appears under three different names in three different
706 parts of our test suite.
708 * platform/mac/css1/box_properties/acid_test-expected.checksum: Updated.
709 * platform/mac/css1/box_properties/acid_test-expected.png: Ditto.
710 * platform/mac/css1/box_properties/acid_test-expected.txt: Ditto.
711 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum: Ditto.
712 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Ditto.
713 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt: Ditto.
714 * platform/mac/fast/block/basic/011-expected.checksum: Ditto.
715 * platform/mac/fast/block/basic/011-expected.png: Ditto.
716 * platform/mac/fast/block/basic/011-expected.txt: Ditto.
718 2008-02-18 Dan Bernstein <mitz@apple.com>
720 - test for <rdar://problem/5736225> crash in svgFontAndFaceElementForFontData on digitalstrom.org/cms
722 * fast/css/font-face-multiple-remote-sources.html: Added.
723 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.checksum: Added.
724 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.png: Added.
725 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt: Added.
727 2008-02-17 Julien Chaffraix <julien.chaffraix@gmail.com>
729 Reviewed by Alexey Proskuryakov.
731 http://bugs.webkit.org/show_bug.cgi?id=16989
732 bug 16989 : Add send() flag checks in XmlHttpRequest
734 - Splitted xmlhttprequest-abort-readystate in 2 test cases (xmlhttprequest-abort-readystate-shouldDispatchEvent and xmlhttprequest-abort-readystate-shouldNotDispatchEvent)
736 - Added test case for the 2 send() flag checks in XmlHttpRequest::send and XmlHttpRequest::setRequestHeader
738 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt: Removed.
739 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
740 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
741 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
742 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
743 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Removed.
744 * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag-expected.txt: Added.
745 * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html: Added.
747 2008-02-17 Sam Weinig <sam@webkit.org>
749 Reviewed by Dan Bernstein.
751 Update test for http://bugs.webkit.org/show_bug.cgi?id=17365
752 document.createEvent("MessageEvent") throws NOT_SUPPORTED_ERR
754 * fast/events/event-instanceof-expected.txt:
755 * fast/events/resources/event-instanceof.js: Test MessageEvent as well.
757 2008-02-17 Dan Bernstein <mitz@apple.com>
759 Reviewed by Mark Rowe.
761 - disable the non-ASCII parts of a test case for the ASCII code path
762 because it is failing on the (Tiger) buildbots for an unrelated
765 * fast/text/fixed-pitch-control-characters.html:
766 * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum:
767 * platform/mac/fast/text/fixed-pitch-control-characters-expected.png:
768 * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt:
770 2008-02-17 Dan Bernstein <mitz@apple.com>
772 Reviewed by Darin Adler.
774 - test for http://bugs.webkit.org/show_bug.cgi?id=17033
775 <rdar://problem/5709315> REGRESSION: Really long <option> causes unnecessary page scroll bars to accommodate content
777 * fast/forms/control-clip-overflow.html: Added.
778 * platform/mac/fast/forms/control-clip-overflow-expected.checksum: Added.
779 * platform/mac/fast/forms/control-clip-overflow-expected.png: Added.
780 * platform/mac/fast/forms/control-clip-overflow-expected.txt: Added.
782 2008-02-16 Dan Bernstein <mitz@apple.com>
784 Reviewed by Sam Weinig.
786 - test fixed-pitch font measurement of control characters that render
789 * fast/text/fixed-pitch-control-characters.html: Added.
790 * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum: Added.
791 * platform/mac/fast/text/fixed-pitch-control-characters-expected.png: Added.
792 * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt: Added.
794 2008-02-16 Darin Adler <darin@apple.com>
796 - disable some failing tests; someone can re-enable after fixing the problems causing
797 them to fail or generating new expected results
799 http://bugs.webkit.org/show_bug.cgi?id=17391
801 * fast/frames/iframe-scroll-page-up-down.html: Removed.
802 * fast/frames/iframe-scroll-page-up-down.html-disabled: Copied from fast/frames/iframe-scroll-page-up-down.html.
804 http://bugs.webkit.org/show_bug.cgi?id=17392
806 * svg/batik/text/textBiDi.svg: Removed.
807 * svg/batik/text/textBiDi.svg-disabled: Copied from svg/batik/text/textBiDi.svg.
809 http://bugs.webkit.org/show_bug.cgi?id=17393
811 * svg/custom/use-on-symbol-inside-pattern.svg: Removed.
812 * svg/custom/use-on-symbol-inside-pattern.svg-disabled: Copied from svg/custom/use-on-symbol-inside-pattern.svg.
814 2008-02-15 Dan Bernstein <mitz@apple.com>
816 Rubber-stamped by Oliver Hunt.
818 - skip a test for a Leopard-only NSHTTPURLResponse bug workaround
820 * platform/mac-tiger/Skipped:
822 2008-02-15 Brady Eidson <beidson@apple.com>
824 Added 2 skipped tests
826 * platform/mac-tiger/Skipped:
828 2008-02-15 Brady Eidson <beidson@apple.com>
832 Fix for <rdar://problem/5727175> and <rdar://problem/5740495> - Database threads and callback scripts can run after
833 a page has closed or loaded a new document
835 * storage/close-during-stress-test-expected.txt: Update results - this test contained output from a javascript callback
836 that never should have taken place
838 2008-02-15 Adele Peterson <adele@apple.com>
842 Updated test for <rdar://problem/5745072> REGRESSION (r29348): Shift + Tab does not change indent level on Google Docs
844 * editing/inserting/typing-tab-designmode-expected.txt:
845 * editing/inserting/typing-tab-designmode.html:
847 2008-02-15 Geoffrey Garen <ggaren@apple.com>
849 Reviewed by Anders Carlsson.
851 Fixed <rdar://problem/5725429> REGRESSION (r27898): Greenfield online
852 surveys no longer work due to XMLHttpRequest exceptions
854 Updated layout tests to expect an exception not to be thrown.
856 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html:
857 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html:
858 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
859 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
861 2008-02-15 Justin Garcia <justin.garcia@apple.com>
863 Reviewed by Dan Bernstein.
865 <rdar://problem/5738768> REGRESSION (r30062): Crash in InlineTextBox::isLineBreak() when Undoing a replace
868 * editing/selection/inconsistent-in-removeChildNode.html: Removed.
869 * editing/selection/inconsistent-in-removeChildNode.html-disabled: Added.
872 * editing/undo/5738768-expected.txt: Added.
873 * editing/undo/5738768.html: Added.
875 During a shouldChangeSelection call, the old selection is no longer null because
876 nodeWillBeRemoved doesn't blow it away:
877 * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
878 * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
879 * platform/mac/editing/style/remove-underline-in-bold-expected.txt:
881 During a shouldChangeSelection call, the old selection is now null because
882 nodeWillBeRemoved blows it away:
883 * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
885 More instances of <rdar://problem/5729315>, where, during a shouldChangeSelection
886 call content that held the old selection is still around but it wouldn't make sense
887 to leave the selection there, so we shouldn't call shouldChangeSelection at all:
888 * platform/mac/editing/style/remove-underline-expected.txt:
889 * platform/mac/editing/style/unbold-in-bold-expected.txt:
891 Similar changes, but ones where I've also updated pixel results for old, unrelated fixes:
892 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt:
893 * platform/mac/editing/deleting/delete-leading-ws-001-expected.checksum:
894 * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
895 * platform/mac/editing/deleting/delete-line-011-expected.checksum:
896 * platform/mac/editing/deleting/delete-line-011-expected.txt:
897 * platform/mac/editing/execCommand/paste-1-expected.checksum:
898 * platform/mac/editing/execCommand/paste-1-expected.txt:
899 * platform/mac/editing/execCommand/paste-2-expected.checksum:
900 * platform/mac/editing/execCommand/paste-2-expected.txt:
901 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.checksum:
902 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
903 * platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
904 * platform/mac/editing/pasteboard/paste-text-012-expected.checksum:
905 * platform/mac/editing/selection/4960116-expected.checksum:
907 2008-02-15 Dan Bernstein <mitz@apple.com>
909 Reviewed by Alexey Proskuryakov.
911 - test for http://bugs.webkit.org/show_bug.cgi?id=17360
912 <rdar://problem/5743131> REGRESSION: mp4 file downloaded from server is downloaded as html
914 * http/tests/loading/resources/.htaccess: Added.
915 * http/tests/loading/resources/binaryData.m4a: Added.
916 * http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added.
917 * http/tests/loading/text-content-type-with-binary-extension.html: Added.
919 2008-02-15 Samuel Weinig <sam@webkit.org>
921 Reviewed and rubber-stamped by Oliver Hunt.
923 Add leopard specific results for stroke-width-click.svg to work around
926 * platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Added.
928 2008-02-14 Oliver Hunt <oliver@apple.com>
932 Make assign-to-window-status testcase to be more thorough
934 * fast/dom/assign-to-window-status-expected.txt:
935 * fast/dom/assign-to-window-status.html:
937 2008-02-14 Darin Adler <darin@apple.com>
939 - update this test further, so that it succeeds
941 * fast/dom/assign-to-window-status-expected.txt: Updated.
942 * fast/dom/assign-to-window-status.html: Updated.
944 2008-02-14 Oliver Hunt <oliver@apple.com>
946 Reviewed by Geoff G and Weinig.
948 Add test cases for assigning to window.status, modify existing tests that relied on old
949 replaceable status property behaviour.
951 * fast/dom/HTMLScriptElement/script-load-events.html:
952 * fast/dom/Window/get-set-properties.html:
953 * fast/dom/assign-to-window-status-expected.txt: Added.
954 * fast/dom/assign-to-window-status.html: Added.
956 2008-02-14 Geoffrey Garen <ggaren@apple.com>
958 Reviewed by Sam Weinig.
960 Layout test for <rdar://problem/5737835> nee http://bugs.webkit.org/show_bug.cgi?id=17329
961 Crash in JSGlobalObject::popActivation when inserting hyperlink in Wordpress (17329)
963 * fast/dom/javascript-url-crash-function.html: Added.
964 * fast/dom/javascript-url-crash-function-expected.txt: Added.
965 * fast/dom/resources/javascript-url-crash-function-iframe.html: Added.
967 2008-02-14 Nikolas Zimmermann <zimmermann@kde.org>
971 Add dynamic update tests for SVGEllipseElement.
973 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum: Added.
974 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
975 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum: Added.
976 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
977 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum: Added.
978 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
979 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum: Added.
980 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
981 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum: Added.
982 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
983 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum: Added.
984 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
985 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum: Added.
986 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
987 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum: Added.
988 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
989 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt: Added.
990 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html: Added.
991 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt: Added.
992 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html: Added.
993 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt: Added.
994 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html: Added.
995 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt: Added.
996 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html: Added.
997 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt: Added.
998 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html: Added.
999 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt: Added.
1000 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html: Added.
1001 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt: Added.
1002 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html: Added.
1003 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt: Added.
1004 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html: Added.
1005 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js: Added.
1006 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js: Added.
1007 * svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js: Added.
1008 * svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js: Added.
1009 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js: Added.
1010 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js: Added.
1011 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js: Added.
1012 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js: Added.
1014 2008-02-13 Justin Garcia <justin.garcia@apple.com>
1016 Reviewed by Oliver Hunt.
1018 * platform/mac/editing/deleting/table-cells-expected.checksum: Fixed. Before, a space was
1019 incorrectly removed by a delete (this isn't a smart delete).
1020 * platform/mac/editing/deleting/table-cells-expected.png:
1021 * platform/mac/editing/deleting/table-cells-expected.txt:
1022 * platform/mac/editing/pasteboard/input-field-1-expected.checksum: Fixed. Before a space
1023 was incorrectly added by paste (this isn't a smart paste).
1024 * platform/mac/editing/pasteboard/input-field-1-expected.png:
1025 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
1027 2008-02-13 Justin Garcia <justin.garcia@apple.com>
1029 Reviewed by Adam Roben.
1031 <rdar://problem/5729680> REGRESSION (r27873): Removing the last character of a word in Mail or Safari also removes the following space
1033 * editing/deleting/5729680-expected.txt: Added.
1034 * editing/deleting/5729680.html: Added.
1036 2008-02-13 Nikolas Zimmermann <zimmermann@kde.org>
1040 Make svg/dynamic-updates/* tests deterministic. s/setTimeout('executTest()', 0)/executeTest/ -- as discussed with Adam.
1042 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
1043 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
1044 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
1045 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
1046 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
1047 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
1048 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
1049 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
1050 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
1051 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
1052 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
1053 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
1054 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum:
1055 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
1056 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum:
1057 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
1058 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
1059 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
1060 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
1061 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
1062 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
1063 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
1064 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt:
1065 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt:
1066 * svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
1067 * svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
1068 * svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
1069 * svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
1070 * svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
1071 * svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
1072 * svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
1073 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
1074 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
1075 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
1076 * svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
1077 * svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
1079 2008-02-13 Brady Eidson <beidson@apple.com>
1081 Reviewed by Darin Adler
1083 Added layout tests to cover
1084 http://trac.webkit.org/projects/webkit/changeset/29983
1086 http://trac.webkit.org/projects/webkit/changeset/30184
1088 * platform/gtk/Skipped:
1089 * platform/qt/Skipped:
1090 * platform/win/Skipped:
1091 * storage/quota-tracking-expected.txt: Added.
1092 * storage/quota-tracking.html: Added.
1093 * storage/success-callback-expected.txt: Added.
1094 * storage/success-callback.html: Added.
1096 2008-02-13 Darin Adler <darin@apple.com>
1098 * platform/mac/svg/hixie/perf/001-expected.txt: Removed.
1099 * platform/mac/svg/hixie/perf/002-expected.txt: Removed.
1101 2008-02-13 Alexey Proskuryakov <ap@webkit.org>
1105 <rdar://problem/5740042> Database termination issues
1107 * storage/close-during-stress-test-expected.txt: Added.
1108 * storage/close-during-stress-test.html: Added.
1109 * storage/resources: Added.
1110 * storage/resources/stress-frame.html: Added.
1112 2008-02-13 Darin Adler <darin@apple.com>
1114 - check in results for these tests
1116 No idea if these are right or not; just what was generated on my computer.
1117 If someone has a better version, feel free to replace these results with correct ones.
1119 * platform/mac/svg/hixie/perf/001-expected.txt: Added.
1120 * platform/mac/svg/hixie/perf/002-expected.txt: Added.
1122 2008-02-13 Oliver Hunt <oliver@apple.com>
1124 Reviewed by Alexey P.
1126 Tests for <rdar://problem/5737003> REGRESSION (r27747): can't browse pictures on fastcupid.com
1128 Ensure that the basic arithmetic operands can correctly handle the NaN -> boolean conversion
1130 * fast/js/convert-nan-to-bool.html: Added.
1131 * fast/js/convert-nan-to-bool-expected.txt: Added.
1132 * fast/js/resources/convert-nan-to-bool.js: Added.
1134 2008-02-12 Dan Bernstein <mitz@apple.com>
1136 Rubber-stamped by Adam Roben.
1138 - make fast/css/css3-nth-child pass
1140 * fast/css/css3-nth-child.html: Removed spaces that were making the
1141 :nth-child selector fail to parse because of <rdar://problem/5733761>.
1142 * platform/mac-leopard/fast/css/css3-nth-child-expected.checksum: Added.
1143 * platform/mac-leopard/fast/css/css3-nth-child-expected.png: Added.
1145 2008-02-12 Adam Roben <aroben@apple.com>
1147 Add a test for Bug 17328: REGRESSION (r30147): Inspector is unstyled
1150 <http://bugs.webkit.org/show_bug.cgi?id=17328>
1155 * fast/loader/local-css-allowed-in-strict-mode-expected.txt: Added.
1156 * fast/loader/local-css-allowed-in-strict-mode.html: Added.
1157 * fast/loader/resources/stylesheet.css: Added.
1159 2008-02-12 Nikolas Zimmermann <zimmermann@kde.org>
1161 Not reviewed, adding missing layout test results (that have been r+ already, but not commited)
1163 * platform/mac-leopard/svg/dynamic-updates: Added.
1164 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Added.
1165 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
1166 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Added.
1167 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
1168 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Added.
1169 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
1170 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Added.
1171 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
1172 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Added.
1173 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
1174 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Added.
1175 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
1176 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Added.
1177 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
1178 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Added.
1179 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
1180 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Added.
1181 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
1182 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Added.
1183 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
1184 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Added.
1185 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
1186 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Added.
1187 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
1188 * platform/mac-leopard/svg/hixie/perf/001-expected.checksum: Added.
1189 * platform/mac-leopard/svg/hixie/perf/001-expected.png: Added.
1190 * platform/mac-leopard/svg/hixie/perf/001-expected.txt: Added.
1191 * platform/mac-leopard/svg/hixie/perf/002-expected.checksum: Added.
1192 * platform/mac-leopard/svg/hixie/perf/002-expected.png: Added.
1193 * platform/mac-leopard/svg/hixie/perf/002-expected.txt: Added.
1195 2008-02-11 Dan Bernstein <mitz@apple.com>
1197 Reviewed by Dave Hyatt.
1199 - test for http://bugs.webkit.org/show_bug.cgi?id=17320
1200 <rdar://problem/5736953> :last-child does not set the "uses sibling rules" flag
1202 * fast/css/last-child-style-sharing.html: Added.
1203 * platform/mac/fast/css/last-child-style-sharing-expected.checksum: Added.
1204 * platform/mac/fast/css/last-child-style-sharing-expected.png: Added.
1205 * platform/mac/fast/css/last-child-style-sharing-expected.txt: Added.
1207 2008-02-11 Sam Weinig <sam@webkit.org>
1209 Reviewed by Darin Adler.
1212 <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
1213 <rdar://problem/5735443> Crash when setting the Window objects prototype to a custom Object and then calling a method on it
1215 * fast/dom/Window/resources/WindowProperties.js: Added.
1216 * fast/dom/Window/window-custom-prototype-crash-expected.txt: Added.
1217 * fast/dom/Window/window-custom-prototype-crash.html: Added.
1218 * fast/dom/Window/window-function-frame-getter-precedence-expected.txt: Added.
1219 * fast/dom/Window/window-function-frame-getter-precedence.html: Added.
1220 * fast/dom/Window/window-function-name-getter-precedence-expected.txt:
1221 * fast/dom/Window/window-function-name-getter-precedence.html:
1222 * http/tests/security/cross-frame-access-custom-expected.txt:
1223 * http/tests/security/cross-frame-access-custom.html:
1224 * http/tests/security/cross-frame-access-get-override-expected.txt: Added.
1225 * http/tests/security/cross-frame-access-get-override.html: Added.
1226 * http/tests/security/cross-frame-access-history-get-override-expected.txt:
1227 * http/tests/security/cross-frame-access-history-get-override.html:
1228 * http/tests/security/cross-frame-access-history-put-expected.txt:
1229 * http/tests/security/cross-frame-access-history-put.html:
1230 * http/tests/security/cross-frame-access-location-expected.txt: Removed.
1231 * http/tests/security/cross-frame-access-location-get-expected.txt: Added.
1232 * http/tests/security/cross-frame-access-location-get-override-expected.txt: Added.
1233 * http/tests/security/cross-frame-access-location-get-override.html: Added.
1234 * http/tests/security/cross-frame-access-location-get.html: Copied from http/tests/security/cross-frame-access-location.html.
1235 * http/tests/security/cross-frame-access-location-put-expected.txt: Added.
1236 * http/tests/security/cross-frame-access-location-put.html: Added.
1237 * http/tests/security/cross-frame-access-location.html: Removed.
1238 * http/tests/security/resources/cross-frame-iframe-for-get-override-test.html: Added.
1239 * http/tests/security/resources/cross-frame-iframe-for-get-test.html:
1240 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
1241 * http/tests/security/resources/cross-frame-iframe-for-location-get-override-test.html: Added.
1242 * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html: Added.
1243 * http/tests/security/resources/cross-frame-iframe-for-location-put-test.html: Added.
1245 2008-02-10 Dan Bernstein <mitz@apple.com>
1247 Reviewed by Sam Weinig and Anders Carlsson.
1249 - change a test to simply use 'font-family' instead of unnecessary
1252 * fast/text/atsui-spacing-features.html:
1253 * platform/mac/fast/text/atsui-spacing-features-expected.checksum:
1254 * platform/mac/fast/text/atsui-spacing-features-expected.png:
1255 * platform/mac/fast/text/atsui-spacing-features-expected.txt:
1257 2008-02-10 Darin Adler <darin@apple.com>
1259 - fix a couple of directories that were using our JavaScript template/wrapper
1262 * fast/dom/SelectorAPI/resources/TEMPLATE.html: Fixed relative paths.
1263 * fast/events/event-instanceof.html: Regenerating this file revealed that the path
1264 to the stylesheet was wrong. Fixed by running the make-js-test-wrappers script.
1265 Didn't affect the text-only results, but the test looked wrong in the browser.
1266 * fast/events/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
1267 * traversal/resources/TEMPLATE.html: Fixed relative paths.
1269 2008-02-10 Andrew Wellington <proton@wiretapped.net>
1271 Reviewed and tweaked a bit by Darin.
1273 DOMRange.surroundContents throws wrong exception (Acid3 bug)
1274 http://bugs.webkit.org/show_bug.cgi?id=16749
1276 Throw BAD_BOUNDARYPOINTS_ERR if attempting to split a non-text node that
1277 has offsets in characters
1279 * fast/dom/Range/range-exceptions-expected.txt: Added.
1280 * fast/dom/Range/resources/range-exceptions.js: Added.
1282 2008-02-09 David Hyatt <hyatt@apple.com>
1284 Added test for bug 17254.
1288 * fast/css/negative-nth-child.html: Added.
1290 2008-02-08 Oliver Hunt <oliver@apple.com>
1294 Test cases for decompilation of variable declaration lists.
1296 * fast/js/function-toString-parentheses-expected.txt:
1297 * fast/js/resources/function-toString-parentheses.js:
1299 2008-02-08 Darin Adler <darin@apple.com>
1301 - test for http://bugs.webkit.org/show_bug.cgi?id=17247
1302 Labelled continue/break can fail in some cases
1304 * fast/js/continue-break-multiple-labels-expected.txt: Added.
1305 * fast/js/continue-break-multiple-labels.html: Added.
1307 2008-02-08 Darin Adler <darin@apple.com>
1311 - test for http://bugs.webkit.org/show_bug.cgi?id=15003
1312 Function.prototype.constructor should not be DontDelete/ReadOnly (Acid3 bug)
1314 * fast/js/constructor-attributes-expected.txt: Added.
1315 * fast/js/constructor-attributes.html: Added.
1316 * fast/js/resources/constructor-attributes.js: Added.
1318 2008-02-08 Anders Carlsson <andersca@apple.com>
1322 <rdar://problem/5650446>
1323 http://bugs.webkit.org/show_bug.cgi?id=16102
1324 Crash in FrameLoader::stopLoadingSubframes() on IMDB page
1326 * http/tests/navigation/changing-frame-hierarchy-in-onload-expected.txt: Added.
1327 * http/tests/navigation/changing-frame-hierarchy-in-onload.html: Added.
1329 2008-02-08 Sam Weinig <sam@webkit.org>
1333 Test for <rdar://problem/5732491>
1334 http://bugs.webkit.org/show_bug.cgi?id=17213
1335 The querySelectorAll method on an element node does not search only the element's descendants
1337 * fast/dom/SelectorAPI/elementRoot-expected.txt: Added.
1338 * fast/dom/SelectorAPI/elementRoot.html: Added.
1339 * fast/dom/SelectorAPI/resources: Added.
1340 * fast/dom/SelectorAPI/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
1341 * fast/dom/SelectorAPI/resources/elementRoot.js: Added.
1343 2008-02-08 Darin Adler <darin@apple.com>
1347 - test for http://bugs.webkit.org/show_bug.cgi?id=4714
1348 NodeIterator does not handle exceptions from the filter function (affects Acid3)
1350 - grabbed NodeIterator and TreeWalker tests from Hixie's site and KHTML
1352 * traversal/exception-forwarding-expected.txt: Added.
1353 * traversal/exception-forwarding.html: Added.
1354 * traversal/resources: Added.
1355 * traversal/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
1356 * traversal/resources/exception-forwarding.js: Added.
1358 * traversal/node-iterator-001-expected.txt: Updated to reflect correct results.
1359 The old results reflected a bug in our NodeIterator.
1360 * traversal/node-iterator-001.html: Ditto.
1362 * traversal/node-iterator-006.html: Changed test so there's no whitespace node after
1363 the <span> elements inside the test root element (a <div>). The old test results were
1364 incorrect; the new NodeIterator implementation correctly returned the whitespace node
1367 * traversal/node-iterator-006a.html: Copied from traversal/node-iterator-006.html.
1368 Preserve the original test, which now has a strange result. But the result is correct,
1369 so it's worth keeping around.
1370 * traversal/node-iterator-006a-expected.txt: Added.
1372 * fast/dom/TreeWalker/TreeWalker-currentNode-expected.txt: Regenerated.
1373 * fast/dom/TreeWalker/resources/TreeWalker-currentNode.js: Updated test to expect results
1374 that match the DOM specification.
1376 * traversal/hixie-node-iterator/001-expected.txt: Added.
1377 * traversal/hixie-node-iterator/001.xml: Added.
1378 * traversal/hixie-node-iterator/002-expected.txt: Added.
1379 * traversal/hixie-node-iterator/002.xml: Added.
1380 * traversal/hixie-node-iterator/003-expected.txt: Added.
1381 * traversal/hixie-node-iterator/003.xml: Added.
1382 * traversal/hixie-node-iterator/004-expected.txt: Added.
1383 * traversal/hixie-node-iterator/004.xml: Added.
1384 * traversal/hixie-node-iterator/005-expected.txt: Added.
1385 * traversal/hixie-node-iterator/005.xml: Added.
1386 * traversal/hixie-node-iterator/006-expected.txt: Added.
1387 * traversal/hixie-node-iterator/006.xml: Added.
1388 * traversal/hixie-node-iterator/007-expected.txt: Added.
1389 * traversal/hixie-node-iterator/007.xml: Added.
1390 * traversal/hixie-node-iterator/008-expected.txt: Added.
1391 * traversal/hixie-node-iterator/008.xml: Added.
1392 * traversal/hixie-node-iterator/009-expected.txt: Added.
1393 * traversal/hixie-node-iterator/009.xml: Added.
1394 * traversal/hixie-node-iterator/010-expected.txt: Added.
1395 * traversal/hixie-node-iterator/010.xml: Added.
1396 * traversal/hixie-node-iterator/origin.txt: Added.
1398 * traversal/tree-walker-filter-1-expected.txt: Added.
1399 * traversal/tree-walker-filter-1.html: Added.
1401 2008-02-08 Eric Seidel <eric@webkit.org>
1405 Add support for Text.wholeText and Text.replaceWholeText from DOM Level 3 Core.
1406 http://bugs.webkit.org/show_bug.cgi?id=17125
1408 Test to make sure EntityReference nodes are always treated as read-only.
1410 Added fast/dom/Text/replaceWholeText.html to catch a case the W3C missed.
1412 All of these tests now pass.
1414 * dom/xhtml/level3/core/textreplacewholetext01-expected.txt:
1415 * dom/xhtml/level3/core/textreplacewholetext02-expected.txt:
1416 * dom/xhtml/level3/core/textreplacewholetext03-expected.txt:
1417 * dom/xhtml/level3/core/textreplacewholetext04-expected.txt:
1418 * dom/xhtml/level3/core/textreplacewholetext05-expected.txt:
1419 * dom/xhtml/level3/core/textreplacewholetext06-expected.txt:
1420 * dom/xhtml/level3/core/textreplacewholetext07-expected.txt:
1421 * dom/xhtml/level3/core/textwholetext01-expected.txt:
1422 * dom/xhtml/level3/core/textwholetext02-expected.txt:
1423 * dom/xhtml/level3/core/textwholetext03-expected.txt:
1424 * fast/dom/EntityReference/readonly-exceptions-expected.txt: Added.
1425 * fast/dom/EntityReference/readonly-exceptions.html: Added.
1426 * fast/dom/EntityReference/resources/TEMPLATE.html: Added.
1427 * fast/dom/EntityReference/resources/readonly-exceptions.js: Added.
1428 * fast/dom/Text/replaceWholeText-expected.txt: Added.
1429 * fast/dom/Text/replaceWholeText.html: Added.
1430 * fast/dom/Text/resources/TEMPLATE.html: Added.
1431 * fast/dom/Text/resources/replaceWholeText.js: Added.
1432 * fast/dom/Window/window-properties-expected.txt: updated to reflect addition of replaceWholeText
1434 2008-02-06 Kimmo Kinnunen <kimmok@iki.fi>
1436 Reviewed by Tim Hatcher.
1438 Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
1439 HTML5: Client-side database queries should return values of type number
1441 * storage/sql-data-types-expected.txt: Added.
1442 * storage/sql-data-types.html: Added.
1443 * storage/sql-data-types.js: Added.
1445 2008-02-07 Dan Bernstein <mitz@apple.com>
1447 Reviewed by Dave Hyatt.
1449 - test for <rdar://problem/5729411> REGRESSION (r29834): Float contained in relative-positioned block is painted twice
1451 * fast/block/float/relative-painted-twice.html: Added.
1452 * platform/mac-leopard/fast/block/float/relative-painted-twice-expected.checksum: Added.
1453 * platform/mac-leopard/fast/block/float/relative-painted-twice-expected.png: Added.
1454 * platform/mac/fast/block/float/relative-painted-twice-expected.txt: Added.
1456 2008-02-07 Dan Bernstein <mitz@apple.com>
1458 Reviewed by Darin Adler.
1460 - test for http://bugs.webkit.org/show_bug.cgi?id=17194
1461 Changing text to bold changes font family
1463 * platform/mac/fast/text/family-for-font-matched-by-name-expected.checksum: Added.
1464 * platform/mac/fast/text/family-for-font-matched-by-name-expected.png: Added.
1465 * platform/mac/fast/text/family-for-font-matched-by-name-expected.txt: Added.
1466 * platform/mac/fast/text/family-for-font-matched-by-name.html: Added.
1468 2008-02-07 Beth Dakin <bdakin@apple.com>
1470 Test written by Geoff, reviewed by me.
1472 Test for <rdar://problem/5697882> Traffic or Street View button on
1473 Google Maps is sometimes not positioned correctly (17000)
1475 * fast/dom/simultaneouslyRegsiteredTimerFireOrder-expected.txt: Added.
1476 * fast/dom/simultaneouslyRegsiteredTimerFireOrder.html: Added.
1478 2008-02-07 Nikolas Zimmermann <zimmermann@kde.org>
1480 Rubber stamped by Eric.
1482 Move existing SVG baseline from platform/mac/ to platform/mac-tiger/ (I generated all of them using Tiger).
1483 Regenerated new SVG baseline in platform/mac-leopard. platform/mac/svg is doesn't contain any test results anymore.
1485 In a later step it should be investigated, which layout test results can be shared between Leopard & Tiger.
1486 Those results should be moved to platform/mac/svg then.
1488 * platform/mac-leopard/Skipped: Remove tests that don't fail anymore.
1489 * platform/mac-leopard/svg/W3C-SVG-1.1: Added.
1490 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: Added.
1491 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
1492 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
1493 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: Added.
1494 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
1495 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
1496 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: Added.
1497 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
1498 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
1499 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: Added.
1500 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
1501 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
1502 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: Added.
1503 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
1504 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
1505 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: Added.
1506 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
1507 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
1508 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: Added.
1509 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
1510 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
1511 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum: Added.
1512 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
1513 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
1514 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum: Added.
1515 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
1516 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
1517 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: Added.
1518 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
1519 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
1520 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum: Added.
1521 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
1522 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
1523 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum: Added.
1524 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
1525 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
1526 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum: Added.
1527 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
1528 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
1529 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum: Added.
1530 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
1531 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
1532 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum: Added.
1533 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
1534 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
1535 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum: Added.
1536 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
1537 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
1538 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum: Added.
1539 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
1540 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
1541 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum: Added.
1542 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
1543 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
1544 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum: Added.
1545 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
1546 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
1547 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum: Added.
1548 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
1549 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
1550 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: Added.
1551 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
1552 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
1553 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum: Added.
1554 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
1555 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
1556 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum: Added.
1557 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
1558 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
1559 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum: Added.
1560 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
1561 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
1562 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: Added.
1563 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
1564 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
1565 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum: Added.
1566 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
1567 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
1568 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum: Added.
1569 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
1570 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
1571 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum: Added.
1572 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
1573 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
1574 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: Added.
1575 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
1576 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
1577 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum: Added.
1578 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
1579 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
1580 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum: Added.
1581 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
1582 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
1583 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum: Added.
1584 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
1585 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
1586 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum: Added.
1587 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
1588 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
1589 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Added.
1590 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
1591 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
1592 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Added.
1593 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
1594 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
1595 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Added.
1596 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
1597 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
1598 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Added.
1599 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
1600 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
1601 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum: Added.
1602 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
1603 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
1604 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum: Added.
1605 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
1606 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
1607 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Added.
1608 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
1609 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
1610 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum: Added.
1611 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
1612 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
1613 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Added.
1614 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
1615 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
1616 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Added.
1617 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
1618 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
1619 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: Added.
1620 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
1621 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
1622 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Added.
1623 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
1624 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
1625 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum: Added.
1626 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
1627 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
1628 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Added.
1629 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
1630 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
1631 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Added.
1632 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
1633 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
1634 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Added.
1635 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
1636 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
1637 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Added.
1638 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
1639 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
1640 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Added.
1641 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
1642 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
1643 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Added.
1644 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
1645 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
1646 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Added.
1647 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
1648 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
1649 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Added.
1650 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
1651 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
1652 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: Added.
1653 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
1654 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
1655 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Added.
1656 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
1657 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
1658 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum: Added.
1659 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
1660 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
1661 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Added.
1662 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
1663 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
1664 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Added.
1665 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
1666 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
1667 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum: Added.
1668 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
1669 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
1670 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum: Added.
1671 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
1672 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
1673 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: Added.
1674 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
1675 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
1676 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum: Added.
1677 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
1678 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
1679 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum: Added.
1680 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
1681 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
1682 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum: Added.
1683 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
1684 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
1685 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum: Added.
1686 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
1687 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
1688 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum: Added.
1689 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
1690 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
1691 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum: Added.
1692 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
1693 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
1694 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum: Added.
1695 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
1696 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
1697 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum: Added.
1698 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
1699 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
1700 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum: Added.
1701 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
1702 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
1703 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum: Added.
1704 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
1705 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
1706 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: Added.
1707 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
1708 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
1709 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: Added.
1710 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
1711 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
1712 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: Added.
1713 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
1714 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
1715 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum: Added.
1716 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
1717 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
1718 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: Added.
1719 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
1720 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
1721 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Added.
1722 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
1723 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
1724 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Added.
1725 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
1726 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
1727 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: Added.
1728 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
1729 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
1730 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Added.
1731 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
1732 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
1733 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Added.
1734 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
1735 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
1736 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Added.
1737 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
1738 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
1739 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Added.
1740 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
1741 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added.
1742 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Added.
1743 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
1744 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
1745 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: Added.
1746 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
1747 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
1748 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: Added.
1749 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
1750 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
1751 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum: Added.
1752 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
1753 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
1754 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: Added.
1755 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
1756 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
1757 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Added.
1758 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
1759 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
1760 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: Added.
1761 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
1762 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
1763 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: Added.
1764 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
1765 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
1766 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: Added.
1767 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
1768 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
1769 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Added.
1770 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
1771 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
1772 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum: Added.
1773 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
1774 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
1775 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: Added.
1776 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
1777 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
1778 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: Added.
1779 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
1780 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
1781 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: Added.
1782 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
1783 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
1784 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: Added.
1785 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
1786 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
1787 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: Added.
1788 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
1789 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
1790 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: Added.
1791 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
1792 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
1793 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Added.
1794 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
1795 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
1796 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Added.
1797 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
1798 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
1799 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Added.
1800 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
1801 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
1802 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Added.
1803 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
1804 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
1805 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum: Added.
1806 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
1807 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
1808 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum: Added.
1809 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
1810 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
1811 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Added.
1812 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
1813 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
1814 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum: Added.
1815 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
1816 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
1817 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum: Added.
1818 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
1819 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
1820 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum: Added.
1821 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
1822 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
1823 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum: Added.
1824 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
1825 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
1826 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum: Added.
1827 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
1828 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
1829 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum: Added.
1830 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
1831 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
1832 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: Added.
1833 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
1834 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
1835 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Added.
1836 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
1837 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
1838 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Added.
1839 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
1840 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
1841 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Added.
1842 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
1843 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
1844 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum: Added.
1845 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
1846 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
1847 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Added.
1848 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
1849 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
1850 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum: Added.
1851 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
1852 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
1853 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: Added.
1854 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
1855 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
1856 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: Added.
1857 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
1858 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
1859 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: Added.
1860 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
1861 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
1862 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum: Added.
1863 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
1864 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
1865 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: Added.
1866 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
1867 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
1868 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum: Added.
1869 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
1870 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
1871 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum: Added.
1872 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
1873 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
1874 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: Added.
1875 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
1876 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
1877 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum: Added.
1878 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
1879 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
1880 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: Added.
1881 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
1882 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
1883 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum: Added.
1884 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
1885 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
1886 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: Added.
1887 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
1888 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
1889 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum: Added.
1890 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
1891 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
1892 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum: Added.
1893 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
1894 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
1895 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum: Added.
1896 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
1897 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
1898 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum: Added.
1899 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
1900 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
1901 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum: Added.
1902 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
1903 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
1904 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum: Added.
1905 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
1906 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
1907 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: Added.
1908 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
1909 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
1910 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: Added.
1911 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
1912 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
1913 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: Added.
1914 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
1915 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
1916 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum: Added.
1917 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
1918 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
1919 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum: Added.
1920 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
1921 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
1922 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum: Added.
1923 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
1924 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
1925 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum: Added.
1926 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
1927 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
1928 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum: Added.
1929 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
1930 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
1931 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum: Added.
1932 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
1933 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
1934 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum: Added.
1935 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
1936 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
1937 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: Added.
1938 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
1939 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
1940 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: Added.
1941 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
1942 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
1943 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: Added.
1944 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
1945 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
1946 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: Added.
1947 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
1948 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
1949 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: Added.
1950 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
1951 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
1952 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Added.
1953 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
1954 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
1955 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum: Added.
1956 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
1957 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
1958 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum: Added.
1959 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
1960 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
1961 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum: Added.
1962 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
1963 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
1964 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum: Added.
1965 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
1966 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
1967 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum: Added.
1968 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
1969 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
1970 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum: Added.
1971 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
1972 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
1973 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum: Added.
1974 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
1975 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
1976 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum: Added.
1977 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
1978 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
1979 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum: Added.
1980 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
1981 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
1982 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum: Added.
1983 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
1984 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
1985 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum: Added.
1986 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
1987 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
1988 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: Added.
1989 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
1990 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
1991 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: Added.
1992 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
1993 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
1994 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: Added.
1995 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
1996 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
1997 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum: Added.
1998 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
1999 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
2000 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum: Added.
2001 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
2002 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
2003 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: Added.
2004 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
2005 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
2006 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum: Added.
2007 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
2008 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
2009 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: Added.
2010 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
2011 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
2012 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: Added.
2013 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
2014 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
2015 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum: Added.
2016 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
2017 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
2018 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: Added.
2019 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
2020 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
2021 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Added.
2022 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
2023 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
2024 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum: Added.
2025 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
2026 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
2027 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum: Added.
2028 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
2029 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
2030 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: Added.
2031 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
2032 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
2033 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum: Added.
2034 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Added.
2035 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
2036 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum: Added.
2037 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
2038 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
2039 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum: Added.
2040 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
2041 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
2042 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum: Added.
2043 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
2044 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
2045 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum: Added.
2046 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
2047 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
2048 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum: Added.
2049 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
2050 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
2051 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: Added.
2052 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
2053 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
2054 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: Added.
2055 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
2056 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
2057 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum: Added.
2058 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
2059 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
2060 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum: Added.
2061 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
2062 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
2063 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum: Added.
2064 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
2065 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
2066 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum: Added.
2067 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
2068 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
2069 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum: Added.
2070 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Added.
2071 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
2072 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum: Added.
2073 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
2074 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
2075 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum: Added.
2076 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
2077 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
2078 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum: Added.
2079 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
2080 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
2081 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum: Added.
2082 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
2083 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
2084 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum: Added.
2085 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
2086 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
2087 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum: Added.
2088 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Added.
2089 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
2090 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum: Added.
2091 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
2092 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
2093 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum: Added.
2094 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
2095 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
2096 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum: Added.
2097 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
2098 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
2099 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum: Added.
2100 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
2101 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
2102 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum: Added.
2103 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Added.
2104 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
2105 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum: Added.
2106 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
2107 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
2108 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum: Added.
2109 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
2110 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
2111 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum: Added.
2112 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
2113 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
2114 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum: Added.
2115 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
2116 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
2117 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum: Added.
2118 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
2119 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
2120 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum: Added.
2121 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Added.
2122 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
2123 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum: Added.
2124 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
2125 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
2126 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum: Added.
2127 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
2128 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
2129 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.checksum: Added.
2130 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Added.
2131 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Added.
2132 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: Added.
2133 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
2134 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
2135 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum: Added.
2136 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
2137 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
2138 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum: Added.
2139 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
2140 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
2141 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum: Added.
2142 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
2143 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
2144 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum: Added.
2145 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
2146 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
2147 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum: Added.
2148 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
2149 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
2150 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum: Added.
2151 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
2152 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
2153 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum: Added.
2154 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
2155 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
2156 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum: Added.
2157 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
2158 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
2159 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: Added.
2160 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
2161 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Added.
2162 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum: Added.
2163 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
2164 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
2165 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum: Added.
2166 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
2167 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
2168 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum: Added.
2169 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
2170 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
2171 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum: Added.
2172 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
2173 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
2174 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum: Added.
2175 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
2176 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
2177 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum: Added.
2178 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
2179 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
2180 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum: Added.
2181 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
2182 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
2183 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Added.
2184 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
2185 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
2186 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum: Added.
2187 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
2188 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Added.
2189 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: Added.
2190 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
2191 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
2192 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum: Added.
2193 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
2194 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
2195 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum: Added.
2196 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
2197 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
2198 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum: Added.
2199 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
2200 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
2201 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum: Added.
2202 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
2203 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
2204 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum: Added.
2205 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
2206 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
2207 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum: Added.
2208 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
2209 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
2210 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum: Added.
2211 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
2212 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
2213 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum: Added.
2214 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
2215 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
2216 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum: Added.
2217 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
2218 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
2219 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum: Added.
2220 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
2221 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
2222 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum: Added.
2223 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
2224 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
2225 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum: Added.
2226 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
2227 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
2228 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum: Added.
2229 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
2230 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
2231 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum: Added.
2232 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
2233 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
2234 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum: Added.
2235 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
2236 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
2237 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: Added.
2238 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
2239 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
2240 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum: Added.
2241 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
2242 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
2243 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum: Added.
2244 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
2245 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
2246 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum: Added.
2247 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Added.
2248 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
2249 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum: Added.
2250 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
2251 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Added.
2252 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Added.
2253 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
2254 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
2255 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: Added.
2256 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
2257 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
2258 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum: Added.
2259 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
2260 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
2261 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Added.
2262 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
2263 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
2264 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: Added.
2265 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
2266 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
2267 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum: Added.
2268 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
2269 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
2270 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: Added.
2271 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
2272 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
2273 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum: Added.
2274 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
2275 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
2276 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum: Added.
2277 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
2278 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
2279 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum: Added.
2280 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
2281 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
2282 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum: Added.
2283 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
2284 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
2285 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum: Added.
2286 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
2287 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
2288 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: Added.
2289 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
2290 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
2291 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum: Added.
2292 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
2293 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
2294 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum: Added.
2295 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
2296 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
2297 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum: Added.
2298 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
2299 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
2300 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: Added.
2301 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
2302 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
2303 * platform/mac-leopard/svg/batik/filters: Added.
2304 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.checksum: Added.
2305 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.png: Added.
2306 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.txt: Added.
2307 * platform/mac-leopard/svg/batik/masking: Added.
2308 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.checksum: Added.
2309 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.png: Added.
2310 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt: Added.
2311 * platform/mac-leopard/svg/batik/paints: Added.
2312 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.checksum: Added.
2313 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.png: Added.
2314 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.txt: Added.
2315 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Added.
2316 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
2317 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
2318 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.checksum: Added.
2319 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.png: Added.
2320 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.txt: Added.
2321 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.checksum: Added.
2322 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.png: Added.
2323 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.txt: Added.
2324 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.checksum: Added.
2325 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.png: Added.
2326 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.txt: Added.
2327 * platform/mac-leopard/svg/batik/text/textAnchor-expected.checksum: Added.
2328 * platform/mac-leopard/svg/batik/text/textAnchor-expected.png: Added.
2329 * platform/mac-leopard/svg/batik/text/textAnchor-expected.txt: Added.
2330 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.checksum: Added.
2331 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.png: Added.
2332 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.txt: Added.
2333 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.checksum: Added.
2334 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.png: Added.
2335 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.txt: Added.
2336 * platform/mac-leopard/svg/batik/text/textBiDi-expected.checksum: Added.
2337 * platform/mac-leopard/svg/batik/text/textBiDi-expected.png: Added.
2338 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.checksum: Added.
2339 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.png: Added.
2340 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.txt: Added.
2341 * platform/mac-leopard/svg/batik/text/textEffect-expected.checksum: Added.
2342 * platform/mac-leopard/svg/batik/text/textEffect-expected.png: Added.
2343 * platform/mac-leopard/svg/batik/text/textEffect-expected.txt: Added.
2344 * platform/mac-leopard/svg/batik/text/textEffect2-expected.checksum: Added.
2345 * platform/mac-leopard/svg/batik/text/textEffect2-expected.png: Added.
2346 * platform/mac-leopard/svg/batik/text/textEffect2-expected.txt: Added.
2347 * platform/mac-leopard/svg/batik/text/textEffect3-expected.checksum: Added.
2348 * platform/mac-leopard/svg/batik/text/textEffect3-expected.png: Added.
2349 * platform/mac-leopard/svg/batik/text/textEffect3-expected.txt: Added.
2350 * platform/mac-leopard/svg/batik/text/textFeatures-expected.checksum: Added.
2351 * platform/mac-leopard/svg/batik/text/textFeatures-expected.png: Added.
2352 * platform/mac-leopard/svg/batik/text/textFeatures-expected.txt: Added.
2353 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Added.
2354 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
2355 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
2356 * platform/mac-leopard/svg/batik/text/textLayout-expected.checksum: Added.
2357 * platform/mac-leopard/svg/batik/text/textLayout-expected.png: Added.
2358 * platform/mac-leopard/svg/batik/text/textLayout-expected.txt: Added.
2359 * platform/mac-leopard/svg/batik/text/textLayout2-expected.checksum: Added.
2360 * platform/mac-leopard/svg/batik/text/textLayout2-expected.png: Added.
2361 * platform/mac-leopard/svg/batik/text/textLayout2-expected.txt: Added.
2362 * platform/mac-leopard/svg/batik/text/textLength-expected.checksum: Added.
2363 * platform/mac-leopard/svg/batik/text/textLength-expected.png: Added.
2364 * platform/mac-leopard/svg/batik/text/textLength-expected.txt: Added.
2365 * platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum: Added.
2366 * platform/mac-leopard/svg/batik/text/textOnPath-expected.png: Added.
2367 * platform/mac-leopard/svg/batik/text/textOnPath-expected.txt: Added.
2368 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.checksum: Added.
2369 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.png: Added.
2370 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.txt: Added.
2371 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.checksum: Added.
2372 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.png: Added.
2373 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.txt: Added.
2374 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.checksum: Added.
2375 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.png: Added.
2376 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.txt: Added.
2377 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.checksum: Added.
2378 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.png: Added.
2379 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.txt: Added.
2380 * platform/mac-leopard/svg/batik/text/textPosition-expected.checksum: Added.
2381 * platform/mac-leopard/svg/batik/text/textPosition-expected.png: Added.
2382 * platform/mac-leopard/svg/batik/text/textPosition-expected.txt: Added.
2383 * platform/mac-leopard/svg/batik/text/textPosition2-expected.checksum: Added.
2384 * platform/mac-leopard/svg/batik/text/textPosition2-expected.png: Added.
2385 * platform/mac-leopard/svg/batik/text/textPosition2-expected.txt: Added.
2386 * platform/mac-leopard/svg/batik/text/textProperties-expected.checksum: Added.
2387 * platform/mac-leopard/svg/batik/text/textProperties-expected.png: Added.
2388 * platform/mac-leopard/svg/batik/text/textProperties-expected.txt: Added.
2389 * platform/mac-leopard/svg/batik/text/textProperties2-expected.checksum: Added.
2390 * platform/mac-leopard/svg/batik/text/textProperties2-expected.png: Added.
2391 * platform/mac-leopard/svg/batik/text/textProperties2-expected.txt: Added.
2392 * platform/mac-leopard/svg/batik/text/textStyles-expected.checksum: Added.
2393 * platform/mac-leopard/svg/batik/text/textStyles-expected.png: Added.
2394 * platform/mac-leopard/svg/batik/text/textStyles-expected.txt: Added.
2395 * platform/mac-leopard/svg/batik/text/verticalText-expected.checksum: Added.
2396 * platform/mac-leopard/svg/batik/text/verticalText-expected.png: Added.
2397 * platform/mac-leopard/svg/batik/text/verticalText-expected.txt: Added.
2398 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.checksum: Added.
2399 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: Added.
2400 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.txt: Added.
2401 * platform/mac-leopard/svg/batik/text/xmlSpace-expected.checksum: Added.
2402 * platform/mac-leopard/svg/batik/text/xmlSpace-expected.png: Added.
2403 * platform/mac-leopard/svg/batik/text/xmlSpace-expected.txt: Added.
2404 * platform/mac-leopard/svg/carto.net: Added.
2405 * platform/mac-leopard/svg/carto.net/button-expected.checksum: Added.
2406 * platform/mac-leopard/svg/carto.net/button-expected.png: Added.
2407 * platform/mac-leopard/svg/carto.net/button-expected.txt: Added.
2408 * platform/mac-leopard/svg/carto.net/colourpicker-expected.checksum: Added.
2409 * platform/mac-leopard/svg/carto.net/colourpicker-expected.png: Added.
2410 * platform/mac-leopard/svg/carto.net/colourpicker-expected.txt: Added.
2411 * platform/mac-leopard/svg/carto.net/combobox-expected.checksum: Added.
2412 * platform/mac-leopard/svg/carto.net/combobox-expected.png: Added.
2413 * platform/mac-leopard/svg/carto.net/combobox-expected.txt: Added.
2414 * platform/mac-leopard/svg/carto.net/frameless-svg-parse-error-expected.checksum: Added.
2415 * platform/mac-leopard/svg/carto.net/frameless-svg-parse-error-expected.png: Added.
2416 * platform/mac-leopard/svg/carto.net/scrollbar-expected.checksum: Added.
2417 * platform/mac-leopard/svg/carto.net/scrollbar-expected.png: Added.
2418 * platform/mac-leopard/svg/carto.net/scrollbar-expected.txt: Added.
2419 * platform/mac-leopard/svg/carto.net/selectionlist-expected.checksum: Added.
2420 * platform/mac-leopard/svg/carto.net/selectionlist-expected.png: Added.
2421 * platform/mac-leopard/svg/carto.net/selectionlist-expected.txt: Added.
2422 * platform/mac-leopard/svg/carto.net/slider-expected.checksum: Added.
2423 * platform/mac-leopard/svg/carto.net/slider-expected.png: Added.
2424 * platform/mac-leopard/svg/carto.net/slider-expected.txt: Added.
2425 * platform/mac-leopard/svg/carto.net/tabgroup-expected.checksum: Added.
2426 * platform/mac-leopard/svg/carto.net/tabgroup-expected.png: Added.
2427 * platform/mac-leopard/svg/carto.net/tabgroup-expected.txt: Added.
2428 * platform/mac-leopard/svg/carto.net/textbox-expected.checksum: Added.
2429 * platform/mac-leopard/svg/carto.net/textbox-expected.png: Added.
2430 * platform/mac-leopard/svg/carto.net/textbox-expected.txt: Added.
2431 * platform/mac-leopard/svg/carto.net/window-expected.checksum: Added.
2432 * platform/mac-leopard/svg/carto.net/window-expected.png: Added.
2433 * platform/mac-leopard/svg/carto.net/window-expected.txt: Added.
2434 * platform/mac-leopard/svg/css: Added.
2435 * platform/mac-leopard/svg/css/css-box-min-width-expected.checksum: Added.
2436 * platform/mac-leopard/svg/css/css-box-min-width-expected.png: Added.
2437 * platform/mac-leopard/svg/css/css-box-min-width-expected.txt: Added.
2438 * platform/mac-leopard/svg/css/getComputedStyle-basic-expected.checksum: Added.
2439 * platform/mac-leopard/svg/css/getComputedStyle-basic-expected.png: Added.
2440 * platform/mac-leopard/svg/css/glyph-orientation-rounding-test-expected.checksum: Added.
2441 * platform/mac-leopard/svg/css/glyph-orientation-rounding-test-expected.png: Added.
2442 * platform/mac-leopard/svg/custom/SVGException-expected.checksum: Added.
2443 * platform/mac-leopard/svg/custom/SVGException-expected.png: Added.
2444 * platform/mac-leopard/svg/custom/SVGMatrix-interface-expected.checksum: Added.
2445 * platform/mac-leopard/svg/custom/SVGMatrix-interface-expected.png: Added.
2446 * platform/mac-leopard/svg/custom/SVGMatrix-interface-expected.txt: Added.
2447 * platform/mac-leopard/svg/custom/SVGNumber-interface-expected.checksum: Added.
2448 * platform/mac-leopard/svg/custom/SVGNumber-interface-expected.png: Added.
2449 * platform/mac-leopard/svg/custom/SVGNumber-interface-expected.txt: Added.
2450 * platform/mac-leopard/svg/custom/SVGPoint-interface-expected.checksum: Added.
2451 * platform/mac-leopard/svg/custom/SVGPoint-interface-expected.png: Added.
2452 * platform/mac-leopard/svg/custom/SVGPoint-interface-expected.txt: Added.
2453 * platform/mac-leopard/svg/custom/SVGPoint-matrixTransform-expected.checksum: Added.
2454 * platform/mac-leopard/svg/custom/SVGPoint-matrixTransform-expected.png: Added.
2455 * platform/mac-leopard/svg/custom/SVGPoint-matrixTransform-expected.txt: Added.
2456 * platform/mac-leopard/svg/custom/SVGRect-interface-expected.checksum: Added.
2457 * platform/mac-leopard/svg/custom/SVGRect-interface-expected.png: Added.
2458 * platform/mac-leopard/svg/custom/SVGRect-interface-expected.txt: Added.
2459 * platform/mac-leopard/svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Added.
2460 * platform/mac-leopard/svg/custom/absolute-sized-svg-in-xhtml-expected.png: Added.
2461 * platform/mac-leopard/svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Added.
2462 * platform/mac-leopard/svg/custom/alignment-baseline-modes-expected.checksum: Added.
2463 * platform/mac-leopard/svg/custom/alignment-baseline-modes-expected.png: Added.
2464 * platform/mac-leopard/svg/custom/alignment-baseline-modes-expected.txt: Added.
2465 * platform/mac-leopard/svg/custom/attribute-namespace-check-expected.checksum: Added.
2466 * platform/mac-leopard/svg/custom/attribute-namespace-check-expected.png: Added.
2467 * platform/mac-leopard/svg/custom/attribute-namespace-check-expected.txt: Added.
2468 * platform/mac-leopard/svg/custom/baseval-animval-equality-expected.checksum: Added.
2469 * platform/mac-leopard/svg/custom/baseval-animval-equality-expected.png: Added.
2470 * platform/mac-leopard/svg/custom/baseval-animval-equality-expected.txt: Added.
2471 * platform/mac-leopard/svg/custom/circular-marker-reference-1-expected.checksum: Added.
2472 * platform/mac-leopard/svg/custom/circular-marker-reference-1-expected.png: Added.
2473 * platform/mac-leopard/svg/custom/circular-marker-reference-1-expected.txt: Added.
2474 * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.checksum: Added.
2475 * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.png: Added.
2476 * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.txt: Added.
2477 * platform/mac-leopard/svg/custom/circular-marker-reference-3-expected.checksum: Added.
2478 * platform/mac-leopard/svg/custom/circular-marker-reference-3-expected.png: Added.
2479 * platform/mac-leopard/svg/custom/circular-marker-reference-3-expected.txt: Added.
2480 * platform/mac-leopard/svg/custom/circular-marker-reference-4-expected.checksum: Added.
2481 * platform/mac-leopard/svg/custom/circular-marker-reference-4-expected.png: Added.
2482 * platform/mac-leopard/svg/custom/circular-marker-reference-4-expected.txt: Added.
2483 * platform/mac-leopard/svg/custom/class-selector-expected.checksum: Added.
2484 * platform/mac-leopard/svg/custom/class-selector-expected.png: Added.
2485 * platform/mac-leopard/svg/custom/class-selector-expected.txt: Added.
2486 * platform/mac-leopard/svg/custom/clip-path-child-changes-expected.checksum: Added.
2487 * platform/mac-leopard/svg/custom/clip-path-child-changes-expected.png: Added.
2488 * platform/mac-leopard/svg/custom/clip-path-child-changes-expected.txt: Added.
2489 * platform/mac-leopard/svg/custom/clip-path-href-changes-expected.checksum: Added.
2490 * platform/mac-leopard/svg/custom/clip-path-href-changes-expected.png: Added.
2491 * platform/mac-leopard/svg/custom/clip-path-href-changes-expected.txt: Added.
2492 * platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.checksum: Added.
2493 * platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.png: Added.
2494 * platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.txt: Added.
2495 * platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.checksum: Added.
2496 * platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.png: Added.
2497 * platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.txt: Added.
2498 * platform/mac-leopard/svg/custom/clip-path-units-changes-expected.checksum: Added.
2499 * platform/mac-leopard/svg/custom/clip-path-units-changes-expected.png: Added.
2500 * platform/mac-leopard/svg/custom/clip-path-units-changes-expected.txt: Added.
2501 * platform/mac-leopard/svg/custom/clip-path-with-transform-expected.checksum: Added.
2502 * platform/mac-leopard/svg/custom/clip-path-with-transform-expected.png: Added.
2503 * platform/mac-leopard/svg/custom/clip-path-with-transform-expected.txt: Added.
2504 * platform/mac-leopard/svg/custom/conditional-processing-outside-switch-expected.checksum: Added.
2505 * platform/mac-leopard/svg/custom/conditional-processing-outside-switch-expected.png: Added.
2506 * platform/mac-leopard/svg/custom/conditional-processing-outside-switch-expected.txt: Added.
2507 * platform/mac-leopard/svg/custom/container-opacity-clip-viewBox-expected.checksum: Added.
2508 * platform/mac-leopard/svg/custom/container-opacity-clip-viewBox-expected.png: Added.
2509 * platform/mac-leopard/svg/custom/container-opacity-clip-viewBox-expected.txt: Added.
2510 * platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.checksum: Added.
2511 * platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.png: Added.
2512 * platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.txt: Added.
2513 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.checksum: Added.
2514 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.png: Added.
2515 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.txt: Added.
2516 * platform/mac-leopard/svg/custom/create-metadata-element-expected.checksum: Added.
2517 * platform/mac-leopard/svg/custom/create-metadata-element-expected.png: Added.
2518 * platform/mac-leopard/svg/custom/create-metadata-element-expected.txt: Added.
2519 * platform/mac-leopard/svg/custom/createelement-expected.checksum: Added.
2520 * platform/mac-leopard/svg/custom/createelement-expected.png: Added.
2521 * platform/mac-leopard/svg/custom/createelement-expected.txt: Added.
2522 * platform/mac-leopard/svg/custom/css-pixels-dpi-expected.checksum: Added.
2523 * platform/mac-leopard/svg/custom/css-pixels-dpi-expected.png: Added.
2524 * platform/mac-leopard/svg/custom/css-pixels-dpi-expected.txt: Added.
2525 * platform/mac-leopard/svg/custom/dasharrayOrigin-expected.checksum: Added.
2526 * platform/mac-leopard/svg/custom/dasharrayOrigin-expected.png: Added.
2527 * platform/mac-leopard/svg/custom/dasharrayOrigin-expected.txt: Added.
2528 * platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.checksum: Added.
2529 * platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.png: Added.
2530 * platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.txt: Added.
2531 * platform/mac-leopard/svg/custom/display-none-expected.checksum: Added.
2532 * platform/mac-leopard/svg/custom/display-none-expected.png: Added.
2533 * platform/mac-leopard/svg/custom/display-none-expected.txt: Added.
2534 * platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
2535 * platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.png: Added.
2536 * platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.txt: Added.
2537 * platform/mac-leopard/svg/custom/dominant-baseline-modes-expected.checksum: Added.
2538 * platform/mac-leopard/svg/custom/dominant-baseline-modes-expected.png: Added.
2539 * platform/mac-leopard/svg/custom/dominant-baseline-modes-expected.txt: Added.
2540 * platform/mac-leopard/svg/custom/dynamic-empty-path-expected.checksum: Added.
2541 * platform/mac-leopard/svg/custom/dynamic-empty-path-expected.png: Added.
2542 * platform/mac-leopard/svg/custom/dynamic-empty-path-expected.txt: Added.
2543 * platform/mac-leopard/svg/custom/dynamic-svg-document-creation-expected.checksum: Added.
2544 * platform/mac-leopard/svg/custom/dynamic-svg-document-creation-expected.png: Added.
2545 * platform/mac-leopard/svg/custom/dynamic-svg-document-creation-expected.txt: Added.
2546 * platform/mac-leopard/svg/custom/dynamic-viewBox-expected.checksum: Added.
2547 * platform/mac-leopard/svg/custom/dynamic-viewBox-expected.png: Added.
2548 * platform/mac-leopard/svg/custom/dynamic-viewBox-expected.txt: Added.
2549 * platform/mac-leopard/svg/custom/embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
2550 * platform/mac-leopard/svg/custom/embedded-svg-disallowed-in-dashboard-expected.png: Added.
2551 * platform/mac-leopard/svg/custom/empty-clip-path-expected.checksum: Added.
2552 * platform/mac-leopard/svg/custom/empty-clip-path-expected.png: Added.
2553 * platform/mac-leopard/svg/custom/empty-clip-path-expected.txt: Added.
2554 * platform/mac-leopard/svg/custom/empty-merge-expected.checksum: Added.
2555 * platform/mac-leopard/svg/custom/empty-merge-expected.png: Added.
2556 * platform/mac-leopard/svg/custom/empty-merge-expected.txt: Added.
2557 * platform/mac-leopard/svg/custom/evt-onload-expected.checksum: Added.
2558 * platform/mac-leopard/svg/custom/evt-onload-expected.png: Added.
2559 * platform/mac-leopard/svg/custom/evt-onload-expected.txt: Added.
2560 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.checksum: Added.
2561 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
2562 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
2563 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
2564 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
2565 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
2566 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.checksum: Added.
2567 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.png: Added.
2568 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
2569 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.checksum: Added.
2570 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.png: Added.
2571 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.txt: Added.
2572 * platform/mac-leopard/svg/custom/feDisplacementMap-01-expected.checksum: Added.
2573 * platform/mac-leopard/svg/custom/feDisplacementMap-01-expected.png: Added.
2574 * platform/mac-leopard/svg/custom/feDisplacementMap-01-expected.txt: Added.
2575 * platform/mac-leopard/svg/custom/fill-SVGPaint-interface-expected.checksum: Added.
2576 * platform/mac-leopard/svg/custom/fill-SVGPaint-interface-expected.png: Added.
2577 * platform/mac-leopard/svg/custom/fill-SVGPaint-interface-expected.txt: Added.
2578 * platform/mac-leopard/svg/custom/fill-fallback-expected.checksum: Added.
2579 * platform/mac-leopard/svg/custom/fill-fallback-expected.png: Added.
2580 * platform/mac-leopard/svg/custom/fill-fallback-expected.txt: Added.
2581 * platform/mac-leopard/svg/custom/fill-update-expected.checksum: Added.
2582 * platform/mac-leopard/svg/custom/fill-update-expected.png: Added.
2583 * platform/mac-leopard/svg/custom/fill-update-expected.txt: Added.
2584 * platform/mac-leopard/svg/custom/filter-source-alpha-expected.checksum: Added.
2585 * platform/mac-leopard/svg/custom/filter-source-alpha-expected.png: Added.
2586 * platform/mac-leopard/svg/custom/filter-source-alpha-expected.txt: Added.
2587 * platform/mac-leopard/svg/custom/focus-ring-expected.checksum: Added.
2588 * platform/mac-leopard/svg/custom/focus-ring-expected.png: Added.
2589 * platform/mac-leopard/svg/custom/focus-ring-expected.txt: Added.
2590 * platform/mac-leopard/svg/custom/font-face-cascade-order-expected.checksum: Added.
2591 * platform/mac-leopard/svg/custom/font-face-cascade-order-expected.png: Added.
2592 * platform/mac-leopard/svg/custom/font-face-cascade-order-expected.txt: Added.
2593 * platform/mac-leopard/svg/custom/font-face-simple-expected.checksum: Added.
2594 * platform/mac-leopard/svg/custom/font-face-simple-expected.png: Added.
2595 * platform/mac-leopard/svg/custom/font-face-simple-expected.txt: Added.
2596 * platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.checksum: Added.
2597 * platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.png: Added.
2598 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum: Added.
2599 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.png: Added.
2600 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.txt: Added.
2601 * platform/mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.checksum: Added.
2602 * platform/mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
2603 * platform/mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.txt: Added.
2604 * platform/mac-leopard/svg/custom/fractional-rects-expected.checksum: Added.
2605 * platform/mac-leopard/svg/custom/fractional-rects-expected.png: Added.
2606 * platform/mac-leopard/svg/custom/fractional-rects-expected.txt: Added.
2607 * platform/mac-leopard/svg/custom/frame-getSVGDocument-expected.checksum: Added.
2608 * platform/mac-leopard/svg/custom/frame-getSVGDocument-expected.png: Added.
2609 * platform/mac-leopard/svg/custom/getBBox-js-expected.checksum: Added.
2610 * platform/mac-leopard/svg/custom/getBBox-js-expected.png: Added.
2611 * platform/mac-leopard/svg/custom/getPresentationAttribute-expected.checksum: Added.
2612 * platform/mac-leopard/svg/custom/getPresentationAttribute-expected.png: Added.
2613 * platform/mac-leopard/svg/custom/getPresentationAttribute-expected.txt: Added.
2614 * platform/mac-leopard/svg/custom/getTransformToElement-expected.checksum: Added.
2615 * platform/mac-leopard/svg/custom/getTransformToElement-expected.png: Added.
2616 * platform/mac-leopard/svg/custom/getTransformToElement-expected.txt: Added.
2617 * platform/mac-leopard/svg/custom/getscreenctm-in-mixed-content-expected.checksum: Added.
2618 * platform/mac-leopard/svg/custom/getscreenctm-in-mixed-content-expected.png: Added.
2619 * platform/mac-leopard/svg/custom/getscreenctm-in-mixed-content-expected.txt: Added.
2620 * platform/mac-leopard/svg/custom/getsvgdocument-expected.checksum: Added.
2621 * platform/mac-leopard/svg/custom/getsvgdocument-expected.png: Added.
2622 * platform/mac-leopard/svg/custom/getsvgdocument-expected.txt: Added.
2623 * platform/mac-leopard/svg/custom/glyph-selection-lang-attribute-expected.checksum: Added.
2624 * platform/mac-leopard/svg/custom/glyph-selection-lang-attribute-expected.png: Added.
2625 * platform/mac-leopard/svg/custom/glyph-selection-lang-attribute-expected.txt: Added.
2626 * platform/mac-leopard/svg/custom/gradient-add-stops-expected.checksum: Added.
2627 * platform/mac-leopard/svg/custom/gradient-add-stops-expected.png: Added.
2628 * platform/mac-leopard/svg/custom/gradient-add-stops-expected.txt: Added.
2629 * platform/mac-leopard/svg/custom/gradient-attr-update-expected.checksum: Added.
2630 * platform/mac-leopard/svg/custom/gradient-attr-update-expected.png: Added.
2631 * platform/mac-leopard/svg/custom/gradient-attr-update-expected.txt: Added.
2632 * platform/mac-leopard/svg/custom/gradient-cycle-detection-expected.checksum: Added.
2633 * platform/mac-leopard/svg/custom/gradient-cycle-detection-expected.png: Added.
2634 * platform/mac-leopard/svg/custom/gradient-cycle-detection-expected.txt: Added.
2635 * platform/mac-leopard/svg/custom/gradient-deep-referencing-expected.checksum: Added.
2636 * platform/mac-leopard/svg/custom/gradient-deep-referencing-expected.png: Added.
2637 * platform/mac-leopard/svg/custom/gradient-deep-referencing-expected.txt: Added.
2638 * platform/mac-leopard/svg/custom/gradient-rotated-bbox-expected.checksum: Added.
2639 * platform/mac-leopard/svg/custom/gradient-rotated-bbox-expected.png: Added.
2640 * platform/mac-leopard/svg/custom/gradient-rotated-bbox-expected.txt: Added.
2641 * platform/mac-leopard/svg/custom/gradient-stop-corner-cases-expected.checksum: Added.
2642 * platform/mac-leopard/svg/custom/gradient-stop-corner-cases-expected.png: Added.
2643 * platform/mac-leopard/svg/custom/gradient-stop-corner-cases-expected.txt: Added.
2644 * platform/mac-leopard/svg/custom/gradient-stop-style-change-expected.checksum: Added.
2645 * platform/mac-leopard/svg/custom/gradient-stop-style-change-expected.png: Added.
2646 * platform/mac-leopard/svg/custom/gradient-stop-style-change-expected.txt: Added.
2647 * platform/mac-leopard/svg/custom/gradient-stroke-width-expected.checksum: Added.
2648 * platform/mac-leopard/svg/custom/gradient-stroke-width-expected.png: Added.
2649 * platform/mac-leopard/svg/custom/gradient-stroke-width-expected.txt: Added.
2650 * platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.checksum: Added.
2651 * platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.png: Added.
2652 * platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.txt: Added.
2653 * platform/mac-leopard/svg/custom/group-opacity-expected.checksum: Added.
2654 * platform/mac-leopard/svg/custom/group-opacity-expected.png: Added.
2655 * platform/mac-leopard/svg/custom/group-opacity-expected.txt: Added.
2656 * platform/mac-leopard/svg/custom/hit-test-path-expected.checksum: Added.
2657 * platform/mac-leopard/svg/custom/hit-test-path-expected.png: Added.
2658 * platform/mac-leopard/svg/custom/hit-test-path-expected.txt: Added.
2659 * platform/mac-leopard/svg/custom/hit-test-path-stroke-expected.checksum: Added.
2660 * platform/mac-leopard/svg/custom/hit-test-path-stroke-expected.png: Added.
2661 * platform/mac-leopard/svg/custom/hit-test-path-stroke-expected.txt: Added.
2662 * platform/mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.checksum: Added.
2663 * platform/mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.png: Added.
2664 * platform/mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.txt: Added.
2665 * platform/mac-leopard/svg/custom/hit-test-with-br-expected.checksum: Added.
2666 * platform/mac-leopard/svg/custom/hit-test-with-br-expected.png: Added.
2667 * platform/mac-leopard/svg/custom/hit-test-with-br-expected.txt: Added.
2668 * platform/mac-leopard/svg/custom/hover-default-fill-expected.checksum: Added.
2669 * platform/mac-leopard/svg/custom/hover-default-fill-expected.png: Added.
2670 * platform/mac-leopard/svg/custom/hover-default-fill-expected.txt: Added.
2671 * platform/mac-leopard/svg/custom/image-clipped-hit-expected.checksum: Added.
2672 * platform/mac-leopard/svg/custom/image-clipped-hit-expected.png: Added.
2673 * platform/mac-leopard/svg/custom/image-clipped-hit-expected.txt: Added.
2674 * platform/mac-leopard/svg/custom/image-parent-translation-expected.checksum: Added.
2675 * platform/mac-leopard/svg/custom/image-parent-translation-expected.png: Added.
2676 * platform/mac-leopard/svg/custom/image-parent-translation-expected.txt: Added.
2677 * platform/mac-leopard/svg/custom/image-small-width-height-expected.checksum: Added.
2678 * platform/mac-leopard/svg/custom/image-small-width-height-expected.png: Added.
2679 * platform/mac-leopard/svg/custom/image-small-width-height-expected.txt: Added.
2680 * platform/mac-leopard/svg/custom/image-with-aspect-ratio-stretch-expected.checksum: Added.
2681 * platform/mac-leopard/svg/custom/image-with-aspect-ratio-stretch-expected.png: Added.
2682 * platform/mac-leopard/svg/custom/image-with-aspect-ratio-stretch-expected.txt: Added.
2683 * platform/mac-leopard/svg/custom/image-with-prefix-in-webarchive-expected.checksum: Added.
2684 * platform/mac-leopard/svg/custom/image-with-prefix-in-webarchive-expected.png: Added.
2685 * platform/mac-leopard/svg/custom/image-with-transform-clip-filter-expected.checksum: Added.
2686 * platform/mac-leopard/svg/custom/image-with-transform-clip-filter-expected.png: Added.
2687 * platform/mac-leopard/svg/custom/image-with-transform-clip-filter-expected.txt: Added.
2688 * platform/mac-leopard/svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
2689 * platform/mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png: Added.
2690 * platform/mac-leopard/svg/custom/inline-svg-in-xhtml-expected.txt: Added.
2691 * platform/mac-leopard/svg/custom/inner-percent-expected.checksum: Added.
2692 * platform/mac-leopard/svg/custom/inner-percent-expected.png: Added.
2693 * platform/mac-leopard/svg/custom/inner-percent-expected.txt: Added.
2694 * platform/mac-leopard/svg/custom/inner-svg-hit-test-expected.checksum: Added.
2695 * platform/mac-leopard/svg/custom/inner-svg-hit-test-expected.png: Added.
2696 * platform/mac-leopard/svg/custom/inner-svg-hit-test-expected.txt: Added.
2697 * platform/mac-leopard/svg/custom/invalid-css-expected.checksum: Added.
2698 * platform/mac-leopard/svg/custom/invalid-css-expected.png: Added.
2699 * platform/mac-leopard/svg/custom/invalid-css-expected.txt: Added.
2700 * platform/mac-leopard/svg/custom/invalid-fill-expected.checksum: Added.
2701 * platform/mac-leopard/svg/custom/invalid-fill-expected.png: Added.
2702 * platform/mac-leopard/svg/custom/invalid-fill-expected.txt: Added.
2703 * platform/mac-leopard/svg/custom/invalid-fill-hex-expected.checksum: Added.
2704 * platform/mac-leopard/svg/custom/invalid-fill-hex-expected.png: Added.
2705 * platform/mac-leopard/svg/custom/invalid-fill-hex-expected.txt: Added.
2706 * platform/mac-leopard/svg/custom/invalid-lengthlist-expected.checksum: Added.
2707 * platform/mac-leopard/svg/custom/invalid-lengthlist-expected.png: Added.
2708 * platform/mac-leopard/svg/custom/invalid-lengthlist-expected.txt: Added.
2709 * platform/mac-leopard/svg/custom/invalid-transforms-expected.checksum: Added.
2710 * platform/mac-leopard/svg/custom/invalid-transforms-expected.png: Added.
2711 * platform/mac-leopard/svg/custom/invalid-transforms-expected.txt: Added.
2712 * platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.checksum: Added.
2713 * platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.png: Added.
2714 * platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.txt: Added.
2715 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: Added.
2716 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
2717 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
2718 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.checksum: Added.
2719 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.png: Added.
2720 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.txt: Added.
2721 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Added.
2722 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png: Added.
2723 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
2724 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.checksum: Added.
2725 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.png: Added.
2726 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
2727 * platform/mac-leopard/svg/custom/js-late-marker-and-object-creation-expected.checksum: Added.
2728 * platform/mac-leopard/svg/custom/js-late-marker-and-object-creation-expected.png: Added.
2729 * platform/mac-leopard/svg/custom/js-late-marker-and-object-creation-expected.txt: Added.
2730 * platform/mac-leopard/svg/custom/js-late-marker-creation-expected.checksum: Added.
2731 * platform/mac-leopard/svg/custom/js-late-marker-creation-expected.png: Added.
2732 * platform/mac-leopard/svg/custom/js-late-marker-creation-expected.txt: Added.
2733 * platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.checksum: Added.
2734 * platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.png: Added.
2735 * platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.txt: Added.
2736 * platform/mac-leopard/svg/custom/js-late-mask-creation-expected.checksum: Added.
2737 * platform/mac-leopard/svg/custom/js-late-mask-creation-expected.png: Added.
2738 * platform/mac-leopard/svg/custom/js-late-mask-creation-expected.txt: Added.
2739 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Added.
2740 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
2741 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
2742 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.checksum: Added.
2743 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.png: Added.
2744 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
2745 * platform/mac-leopard/svg/custom/js-svg-constructors-expected.checksum: Added.
2746 * platform/mac-leopard/svg/custom/js-svg-constructors-expected.png: Added.
2747 * platform/mac-leopard/svg/custom/js-update-bounce-expected.checksum: Added.
2748 * platform/mac-leopard/svg/custom/js-update-bounce-expected.png: Added.
2749 * platform/mac-leopard/svg/custom/js-update-bounce-expected.txt: Added.
2750 * platform/mac-leopard/svg/custom/js-update-container-expected.checksum: Added.
2751 * platform/mac-leopard/svg/custom/js-update-container-expected.png: Added.
2752 * platform/mac-leopard/svg/custom/js-update-container-expected.txt: Added.
2753 * platform/mac-leopard/svg/custom/js-update-container2-expected.checksum: Added.
2754 * platform/mac-leopard/svg/custom/js-update-container2-expected.png: Added.
2755 * platform/mac-leopard/svg/custom/js-update-container2-expected.txt: Added.
2756 * platform/mac-leopard/svg/custom/js-update-gradient-expected.checksum: Added.
2757 * platform/mac-leopard/svg/custom/js-update-gradient-expected.png: Added.
2758 * platform/mac-leopard/svg/custom/js-update-gradient-expected.txt: Added.
2759 * platform/mac-leopard/svg/custom/js-update-image-expected.checksum: Added.
2760 * platform/mac-leopard/svg/custom/js-update-image-expected.png: Added.
2761 * platform/mac-leopard/svg/custom/js-update-image-expected.txt: Added.
2762 * platform/mac-leopard/svg/custom/js-update-path-changes-expected.checksum: Added.
2763 * platform/mac-leopard/svg/custom/js-update-path-changes-expected.png: Added.
2764 * platform/mac-leopard/svg/custom/js-update-path-changes-expected.txt: Added.
2765 * platform/mac-leopard/svg/custom/js-update-path-removal-expected.checksum: Added.
2766 * platform/mac-leopard/svg/custom/js-update-path-removal-expected.png: Added.
2767 * platform/mac-leopard/svg/custom/js-update-path-removal-expected.txt: Added.
2768 * platform/mac-leopard/svg/custom/js-update-pattern-child-expected.checksum: Added.
2769 * platform/mac-leopard/svg/custom/js-update-pattern-child-expected.png: Added.
2770 * platform/mac-leopard/svg/custom/js-update-pattern-child-expected.txt: Added.
2771 * platform/mac-leopard/svg/custom/js-update-pattern-expected.checksum: Added.
2772 * platform/mac-leopard/svg/custom/js-update-pattern-expected.png: Added.
2773 * platform/mac-leopard/svg/custom/js-update-pattern-expected.txt: Added.
2774 * platform/mac-leopard/svg/custom/js-update-polygon-changes-expected.checksum: Added.
2775 * platform/mac-leopard/svg/custom/js-update-polygon-changes-expected.png: Added.
2776 * platform/mac-leopard/svg/custom/js-update-polygon-changes-expected.txt: Added.
2777 * platform/mac-leopard/svg/custom/js-update-polygon-removal-expected.checksum: Added.
2778 * platform/mac-leopard/svg/custom/js-update-polygon-removal-expected.png: Added.
2779 * platform/mac-leopard/svg/custom/js-update-polygon-removal-expected.txt: Added.
2780 * platform/mac-leopard/svg/custom/js-update-stop-expected.checksum: Added.
2781 * platform/mac-leopard/svg/custom/js-update-stop-expected.png: Added.
2782 * platform/mac-leopard/svg/custom/js-update-stop-expected.txt: Added.
2783 * platform/mac-leopard/svg/custom/js-update-style-expected.checksum: Added.
2784 * platform/mac-leopard/svg/custom/js-update-style-expected.png: Added.
2785 * platform/mac-leopard/svg/custom/js-update-style-expected.txt: Added.
2786 * platform/mac-leopard/svg/custom/js-update-transform-addition-expected.checksum: Added.
2787 * platform/mac-leopard/svg/custom/js-update-transform-addition-expected.png: Added.
2788 * platform/mac-leopard/svg/custom/js-update-transform-addition-expected.txt: Added.
2789 * platform/mac-leopard/svg/custom/js-update-transform-changes-expected.checksum: Added.
2790 * platform/mac-leopard/svg/custom/js-update-transform-changes-expected.png: Added.
2791 * platform/mac-leopard/svg/custom/js-update-transform-changes-expected.txt: Added.
2792 * platform/mac-leopard/svg/custom/junk-data-expected.checksum: Added.
2793 * platform/mac-leopard/svg/custom/junk-data-expected.png: Added.
2794 * platform/mac-leopard/svg/custom/junk-data-expected.txt: Added.
2795 * platform/mac-leopard/svg/custom/large-bounding-box-percents-expected.checksum: Added.
2796 * platform/mac-leopard/svg/custom/large-bounding-box-percents-expected.png: Added.
2797 * platform/mac-leopard/svg/custom/large-bounding-box-percents-expected.txt: Added.
2798 * platform/mac-leopard/svg/custom/linking-a-03-b-all-expected.checksum: Added.
2799 * platform/mac-leopard/svg/custom/linking-a-03-b-all-expected.png: Added.
2800 * platform/mac-leopard/svg/custom/linking-a-03-b-all-expected.txt: Added.
2801 * platform/mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum: Added.
2802 * platform/mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png: Added.
2803 * platform/mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Added.
2804 * platform/mac-leopard/svg/custom/linking-a-03-b-transform-expected.checksum: Added.
2805 * platform/mac-leopard/svg/custom/linking-a-03-b-transform-expected.png: Added.
2806 * platform/mac-leopard/svg/custom/linking-a-03-b-transform-expected.txt: Added.
2807 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-expected.checksum: Added.
2808 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-expected.png: Added.
2809 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
2810 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum: Added.
2811 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-transform-expected.png: Added.
2812 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
2813 * platform/mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.checksum: Added.
2814 * platform/mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.png: Added.
2815 * platform/mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.txt: Added.
2816 * platform/mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.checksum: Added.
2817 * platform/mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png: Added.
2818 * platform/mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Added.
2819 * platform/mac-leopard/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
2820 * platform/mac-leopard/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.png: Added.
2821 * platform/mac-leopard/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.checksum: Added.
2822 * platform/mac-leopard/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.png: Added.
2823 * platform/mac-leopard/svg/custom/marker-changes-expected.checksum: Added.
2824 * platform/mac-leopard/svg/custom/marker-changes-expected.png: Added.
2825 * platform/mac-leopard/svg/custom/marker-changes-expected.txt: Added.
2826 * platform/mac-leopard/svg/custom/marker-child-changes-expected.checksum: Added.
2827 * platform/mac-leopard/svg/custom/marker-child-changes-expected.png: Added.
2828 * platform/mac-leopard/svg/custom/marker-child-changes-expected.txt: Added.
2829 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.checksum: Added.
2830 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.png: Added.
2831 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.txt: Added.
2832 * platform/mac-leopard/svg/custom/marker-overflow-clip-expected.checksum: Added.
2833 * platform/mac-leopard/svg/custom/marker-overflow-clip-expected.png: Added.
2834 * platform/mac-leopard/svg/custom/marker-overflow-clip-expected.txt: Added.
2835 * platform/mac-leopard/svg/custom/marker-viewBox-changes-expected.checksum: Added.
2836 * platform/mac-leopard/svg/custom/marker-viewBox-changes-expected.png: Added.
2837 * platform/mac-leopard/svg/custom/marker-viewBox-changes-expected.txt: Added.
2838 * platform/mac-leopard/svg/custom/mask-changes-expected.checksum: Added.
2839 * platform/mac-leopard/svg/custom/mask-changes-expected.png: Added.
2840 * platform/mac-leopard/svg/custom/mask-changes-expected.txt: Added.
2841 * platform/mac-leopard/svg/custom/mask-child-changes-expected.checksum: Added.
2842 * platform/mac-leopard/svg/custom/mask-child-changes-expected.png: Added.
2843 * platform/mac-leopard/svg/custom/mask-child-changes-expected.txt: Added.
2844 * platform/mac-leopard/svg/custom/mask-excessive-malloc-expected.checksum: Added.
2845 * platform/mac-leopard/svg/custom/mask-excessive-malloc-expected.png: Added.
2846 * platform/mac-leopard/svg/custom/mask-excessive-malloc-expected.txt: Added.
2847 * platform/mac-leopard/svg/custom/mask-inside-defs-expected.checksum: Added.
2848 * platform/mac-leopard/svg/custom/mask-inside-defs-expected.png: Added.
2849 * platform/mac-leopard/svg/custom/mask-inside-defs-expected.txt: Added.
2850 * platform/mac-leopard/svg/custom/missing-xlink-expected.checksum: Added.
2851 * platform/mac-leopard/svg/custom/missing-xlink-expected.png: Added.
2852 * platform/mac-leopard/svg/custom/missing-xlink-expected.txt: Added.
2853 * platform/mac-leopard/svg/custom/multiple-title-elements-expected.checksum: Added.
2854 * platform/mac-leopard/svg/custom/multiple-title-elements-expected.png: Added.
2855 * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.checksum: Added.
2856 * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.png: Added.
2857 * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.txt: Added.
2858 * platform/mac-leopard/svg/custom/non-opaque-filters-expected.checksum: Added.
2859 * platform/mac-leopard/svg/custom/non-opaque-filters-expected.png: Added.
2860 * platform/mac-leopard/svg/custom/non-opaque-filters-expected.txt: Added.
2861 * platform/mac-leopard/svg/custom/path-bad-data-expected.checksum: Added.
2862 * platform/mac-leopard/svg/custom/path-bad-data-expected.png: Added.
2863 * platform/mac-leopard/svg/custom/path-bad-data-expected.txt: Added.
2864 * platform/mac-leopard/svg/custom/path-getTotalLength-expected.checksum: Added.
2865 * platform/mac-leopard/svg/custom/path-getTotalLength-expected.png: Added.
2866 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.checksum: Added.
2867 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.png: Added.
2868 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.txt: Added.
2869 * platform/mac-leopard/svg/custom/path-update-expected.checksum: Added.
2870 * platform/mac-leopard/svg/custom/path-update-expected.png: Added.
2871 * platform/mac-leopard/svg/custom/path-update-expected.txt: Added.
2872 * platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.checksum: Added.
2873 * platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.png: Added.
2874 * platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.txt: Added.
2875 * platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.checksum: Added.
2876 * platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.png: Added.
2877 * platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.txt: Added.
2878 * platform/mac-leopard/svg/custom/pattern-in-defs-expected.checksum: Added.
2879 * platform/mac-leopard/svg/custom/pattern-in-defs-expected.png: Added.
2880 * platform/mac-leopard/svg/custom/pattern-in-defs-expected.txt: Added.
2881 * platform/mac-leopard/svg/custom/pattern-rotate-expected.checksum: Added.
2882 * platform/mac-leopard/svg/custom/pattern-rotate-expected.png: Added.
2883 * platform/mac-leopard/svg/custom/pattern-rotate-expected.txt: Added.
2884 * platform/mac-leopard/svg/custom/pattern-y-offset-expected.checksum: Added.
2885 * platform/mac-leopard/svg/custom/pattern-y-offset-expected.png: Added.
2886 * platform/mac-leopard/svg/custom/pattern-y-offset-expected.txt: Added.
2887 * platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.checksum: Added.
2888 * platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.png: Added.
2889 * platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.txt: Added.
2890 * platform/mac-leopard/svg/custom/percentage-rect-expected.checksum: Added.
2891 * platform/mac-leopard/svg/custom/percentage-rect-expected.png: Added.
2892 * platform/mac-leopard/svg/custom/percentage-rect-expected.txt: Added.
2893 * platform/mac-leopard/svg/custom/percentage-rect2-expected.checksum: Added.
2894 * platform/mac-leopard/svg/custom/percentage-rect2-expected.png: Added.
2895 * platform/mac-leopard/svg/custom/percentage-rect2-expected.txt: Added.
2896 * platform/mac-leopard/svg/custom/pointer-events-image-expected.checksum: Added.
2897 * platform/mac-leopard/svg/custom/pointer-events-image-expected.png: Added.
2898 * platform/mac-leopard/svg/custom/pointer-events-image-expected.txt: Added.
2899 * platform/mac-leopard/svg/custom/pointer-events-path-expected.checksum: Added.
2900 * platform/mac-leopard/svg/custom/pointer-events-path-expected.png: Added.
2901 * platform/mac-leopard/svg/custom/pointer-events-path-expected.txt: Added.
2902 * platform/mac-leopard/svg/custom/pointer-events-text-expected.checksum: Added.
2903 * platform/mac-leopard/svg/custom/pointer-events-text-expected.png: Added.
2904 * platform/mac-leopard/svg/custom/pointer-events-text-expected.txt: Added.
2905 * platform/mac-leopard/svg/custom/poly-identify-expected.checksum: Added.
2906 * platform/mac-leopard/svg/custom/poly-identify-expected.png: Added.
2907 * platform/mac-leopard/svg/custom/poly-identify-expected.txt: Added.
2908 * platform/mac-leopard/svg/custom/polyline-hittest-expected.checksum: Added.
2909 * platform/mac-leopard/svg/custom/polyline-hittest-expected.png: Added.
2910 * platform/mac-leopard/svg/custom/polyline-hittest-expected.txt: Added.
2911 * platform/mac-leopard/svg/custom/polyline-invalid-points-expected.checksum: Added.
2912 * platform/mac-leopard/svg/custom/polyline-invalid-points-expected.png: Added.
2913 * platform/mac-leopard/svg/custom/polyline-invalid-points-expected.txt: Added.
2914 * platform/mac-leopard/svg/custom/polyline-setattribute-points-null-expected.checksum: Added.
2915 * platform/mac-leopard/svg/custom/polyline-setattribute-points-null-expected.png: Added.
2916 * platform/mac-leopard/svg/custom/polyline-setattribute-points-null-expected.txt: Added.
2917 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.checksum: Added.
2918 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.png: Added.
2919 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Added.
2920 * platform/mac-leopard/svg/custom/prevent-default-expected.checksum: Added.
2921 * platform/mac-leopard/svg/custom/prevent-default-expected.png: Added.
2922 * platform/mac-leopard/svg/custom/prevent-default-expected.txt: Added.
2923 * platform/mac-leopard/svg/custom/recursive-clippath-expected.checksum: Added.
2924 * platform/mac-leopard/svg/custom/recursive-clippath-expected.png: Added.
2925 * platform/mac-leopard/svg/custom/recursive-clippath-expected.txt: Added.
2926 * platform/mac-leopard/svg/custom/repaint-on-image-bounds-change-expected.checksum: Added.
2927 * platform/mac-leopard/svg/custom/repaint-on-image-bounds-change-expected.png: Added.
2928 * platform/mac-leopard/svg/custom/repaint-on-image-bounds-change-expected.txt: Added.
2929 * platform/mac-leopard/svg/custom/resource-client-removal-expected.checksum: Added.
2930 * platform/mac-leopard/svg/custom/resource-client-removal-expected.png: Added.
2931 * platform/mac-leopard/svg/custom/resource-client-removal-expected.txt: Added.
2932 * platform/mac-leopard/svg/custom/rgbcolor-syntax-expected.checksum: Added.
2933 * platform/mac-leopard/svg/custom/rgbcolor-syntax-expected.png: Added.
2934 * platform/mac-leopard/svg/custom/rgbcolor-syntax-expected.txt: Added.
2935 * platform/mac-leopard/svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Added.
2936 * platform/mac-leopard/svg/custom/root-container-opacity-clip-viewBox-expected.png: Added.
2937 * platform/mac-leopard/svg/custom/root-container-opacity-clip-viewBox-expected.txt: Added.
2938 * platform/mac-leopard/svg/custom/rootelement-expected.checksum: Added.
2939 * platform/mac-leopard/svg/custom/rootelement-expected.png: Added.
2940 * platform/mac-leopard/svg/custom/rootelement-expected.txt: Added.
2941 * platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.checksum: Added.
2942 * platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.png: Added.
2943 * platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.txt: Added.
2944 * platform/mac-leopard/svg/custom/rounded-rects-expected.checksum: Added.
2945 * platform/mac-leopard/svg/custom/rounded-rects-expected.png: Added.
2946 * platform/mac-leopard/svg/custom/rounded-rects-expected.txt: Added.
2947 * platform/mac-leopard/svg/custom/scroll-hit-test-expected.checksum: Added.
2948 * platform/mac-leopard/svg/custom/scroll-hit-test-expected.png: Added.
2949 * platform/mac-leopard/svg/custom/scroll-hit-test-expected.txt: Added.
2950 * platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Added.
2951 * platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
2952 * platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
2953 * platform/mac-leopard/svg/custom/second-inline-text-expected.checksum: Added.
2954 * platform/mac-leopard/svg/custom/second-inline-text-expected.png: Added.
2955 * platform/mac-leopard/svg/custom/second-inline-text-expected.txt: Added.
2956 * platform/mac-leopard/svg/custom/shape-rendering-expected.checksum: Added.
2957 * platform/mac-leopard/svg/custom/shape-rendering-expected.png: Added.
2958 * platform/mac-leopard/svg/custom/shape-rendering-expected.txt: Added.
2959 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.checksum: Added.
2960 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.png: Added.
2961 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
2962 * platform/mac-leopard/svg/custom/sheet-title-expected.checksum: Added.
2963 * platform/mac-leopard/svg/custom/sheet-title-expected.png: Added.
2964 * platform/mac-leopard/svg/custom/sheet-title-expected.txt: Added.
2965 * platform/mac-leopard/svg/custom/simpleCDF-expected.checksum: Added.
2966 * platform/mac-leopard/svg/custom/simpleCDF-expected.png: Added.
2967 * platform/mac-leopard/svg/custom/simpleCDF-expected.txt: Added.
2968 * platform/mac-leopard/svg/custom/stroke-fallback-expected.checksum: Added.
2969 * platform/mac-leopard/svg/custom/stroke-fallback-expected.png: Added.
2970 * platform/mac-leopard/svg/custom/stroke-fallback-expected.txt: Added.
2971 * platform/mac-leopard/svg/custom/stroke-width-click-expected.checksum: Added.
2972 * platform/mac-leopard/svg/custom/stroke-width-click-expected.png: Added.
2973 * platform/mac-leopard/svg/custom/stroked-pattern-expected.checksum: Added.
2974 * platform/mac-leopard/svg/custom/stroked-pattern-expected.png: Added.
2975 * platform/mac-leopard/svg/custom/stroked-pattern-expected.txt: Added.
2976 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.checksum: Added.
2977 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.png: Added.
2978 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.txt: Added.
2979 * platform/mac-leopard/svg/custom/style-attribute-font-size-expected.checksum: Added.
2980 * platform/mac-leopard/svg/custom/style-attribute-font-size-expected.png: Added.
2981 * platform/mac-leopard/svg/custom/style-attribute-font-size-expected.txt: Added.
2982 * platform/mac-leopard/svg/custom/svg-absolute-children-expected.checksum: Added.
2983 * platform/mac-leopard/svg/custom/svg-absolute-children-expected.png: Added.
2984 * platform/mac-leopard/svg/custom/svg-absolute-children-expected.txt: Added.
2985 * platform/mac-leopard/svg/custom/svg-disallowed-in-dashboard-object-expected.checksum: Added.
2986 * platform/mac-leopard/svg/custom/svg-disallowed-in-dashboard-object-expected.png: Added.
2987 * platform/mac-leopard/svg/custom/svg-features-expected.checksum: Added.
2988 * platform/mac-leopard/svg/custom/svg-features-expected.png: Added.
2989 * platform/mac-leopard/svg/custom/svg-float-border-padding-expected.checksum: Added.
2990 * platform/mac-leopard/svg/custom/svg-float-border-padding-expected.png: Added.
2991 * platform/mac-leopard/svg/custom/svg-float-border-padding-expected.txt: Added.
2992 * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: Added.
2993 * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.png: Added.
2994 * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.txt: Added.
2995 * platform/mac-leopard/svg/custom/svg-overflow-types-expected.checksum: Added.
2996 * platform/mac-leopard/svg/custom/svg-overflow-types-expected.png: Added.
2997 * platform/mac-leopard/svg/custom/svg-overflow-types-expected.txt: Added.
2998 * platform/mac-leopard/svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
2999 * platform/mac-leopard/svg/custom/svgpolyparser-extra-space-expected.png: Added.
3000 * platform/mac-leopard/svg/custom/svgpolyparser-extra-space-expected.txt: Added.
3001 * platform/mac-leopard/svg/custom/svgsvgelement-ctm-expected.checksum: Added.
3002 * platform/mac-leopard/svg/custom/svgsvgelement-ctm-expected.png: Added.
3003 * platform/mac-leopard/svg/custom/text-clip-expected.checksum: Added.
3004 * platform/mac-leopard/svg/custom/text-clip-expected.png: Added.
3005 * platform/mac-leopard/svg/custom/text-clip-expected.txt: Added.
3006 * platform/mac-leopard/svg/custom/text-ctm-expected.checksum: Added.
3007 * platform/mac-leopard/svg/custom/text-ctm-expected.png: Added.
3008 * platform/mac-leopard/svg/custom/text-ctm-expected.txt: Added.
3009 * platform/mac-leopard/svg/custom/text-decoration-visibility-expected.checksum: Added.
3010 * platform/mac-leopard/svg/custom/text-decoration-visibility-expected.png: Added.
3011 * platform/mac-leopard/svg/custom/text-decoration-visibility-expected.txt: Added.
3012 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.checksum: Added.
3013 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.png: Added.
3014 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.txt: Added.
3015 * platform/mac-leopard/svg/custom/text-filter-expected.checksum: Added.
3016 * platform/mac-leopard/svg/custom/text-filter-expected.png: Added.
3017 * platform/mac-leopard/svg/custom/text-filter-expected.txt: Added.
3018 * platform/mac-leopard/svg/custom/text-gradient-no-content-expected.checksum: Added.
3019 * platform/mac-leopard/svg/custom/text-gradient-no-content-expected.png: Added.
3020 * platform/mac-leopard/svg/custom/text-gradient-no-content-expected.txt: Added.
3021 * platform/mac-leopard/svg/custom/text-hit-test-expected.checksum: Added.
3022 * platform/mac-leopard/svg/custom/text-hit-test-expected.png: Added.
3023 * platform/mac-leopard/svg/custom/text-hit-test-expected.txt: Added.
3024 * platform/mac-leopard/svg/custom/text-image-opacity-expected.checksum: Added.
3025 * platform/mac-leopard/svg/custom/text-image-opacity-expected.png: Added.
3026 * platform/mac-leopard/svg/custom/text-image-opacity-expected.txt: Added.
3027 * platform/mac-leopard/svg/custom/text-letter-spacing-expected.checksum: Added.
3028 * platform/mac-leopard/svg/custom/text-letter-spacing-expected.png: Added.
3029 * platform/mac-leopard/svg/custom/text-letter-spacing-expected.txt: Added.
3030 * platform/mac-leopard/svg/custom/text-repaint-including-stroke-expected.checksum: Added.
3031 * platform/mac-leopard/svg/custom/text-repaint-including-stroke-expected.png: Added.
3032 * platform/mac-leopard/svg/custom/text-repaint-including-stroke-expected.txt: Added.
3033 * platform/mac-leopard/svg/custom/text-whitespace-handling-expected.checksum: Added.
3034 * platform/mac-leopard/svg/custom/text-whitespace-handling-expected.png: Added.
3035 * platform/mac-leopard/svg/custom/text-whitespace-handling-expected.txt: Added.
3036 * platform/mac-leopard/svg/custom/text-x-dx-lists-expected.checksum: Added.
3037 * platform/mac-leopard/svg/custom/text-x-dx-lists-expected.png: Added.
3038 * platform/mac-leopard/svg/custom/text-x-dx-lists-expected.txt: Added.
3039 * platform/mac-leopard/svg/custom/text-x-override-in-tspan-child-expected.checksum: Added.
3040 * platform/mac-leopard/svg/custom/text-x-override-in-tspan-child-expected.png: Added.
3041 * platform/mac-leopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
3042 * platform/mac-leopard/svg/custom/textPath-assert-expected.checksum: Added.
3043 * platform/mac-leopard/svg/custom/textPath-assert-expected.png: Added.
3044 * platform/mac-leopard/svg/custom/transform-ignore-after-invalid-expected.checksum: Added.
3045 * platform/mac-leopard/svg/custom/transform-ignore-after-invalid-expected.png: Added.
3046 * platform/mac-leopard/svg/custom/transform-ignore-after-invalid-expected.txt: Added.
3047 * platform/mac-leopard/svg/custom/transform-invalid-expected.checksum: Added.
3048 * platform/mac-leopard/svg/custom/transform-invalid-expected.png: Added.
3049 * platform/mac-leopard/svg/custom/transform-invalid-expected.txt: Added.
3050 * platform/mac-leopard/svg/custom/transform-removeAttributeNS-expected.checksum: Added.
3051 * platform/mac-leopard/svg/custom/transform-removeAttributeNS-expected.png: Added.
3052 * platform/mac-leopard/svg/custom/transform-removeAttributeNS-expected.txt: Added.
3053 * platform/mac-leopard/svg/custom/transform-scale-parse-expected.checksum: Added.
3054 * platform/mac-leopard/svg/custom/transform-scale-parse-expected.png: Added.
3055 * platform/mac-leopard/svg/custom/transform-scale-parse-expected.txt: Added.
3056 * platform/mac-leopard/svg/custom/transform-with-ending-space-expected.checksum: Added.
3057 * platform/mac-leopard/svg/custom/transform-with-ending-space-expected.png: Added.
3058 * platform/mac-leopard/svg/custom/transform-with-ending-space-expected.txt: Added.
3059 * platform/mac-leopard/svg/custom/tref-update-expected.checksum: Added.
3060 * platform/mac-leopard/svg/custom/tref-update-expected.png: Added.
3061 * platform/mac-leopard/svg/custom/tref-update-expected.txt: Added.
3062 * platform/mac-leopard/svg/custom/use-clipped-hit-expected.checksum: Added.
3063 * platform/mac-leopard/svg/custom/use-clipped-hit-expected.png: Added.
3064 * platform/mac-leopard/svg/custom/use-clipped-hit-expected.txt: Added.
3065 * platform/mac-leopard/svg/custom/use-css-events-expected.checksum: Added.
3066 * platform/mac-leopard/svg/custom/use-css-events-expected.png: Added.
3067 * platform/mac-leopard/svg/custom/use-css-events-expected.txt: Added.
3068 * platform/mac-leopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
3069 * platform/mac-leopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
3070 * platform/mac-leopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
3071 * platform/mac-leopard/svg/custom/use-detach-expected.checksum: Added.
3072 * platform/mac-leopard/svg/custom/use-detach-expected.png: Added.
3073 * platform/mac-leopard/svg/custom/use-detach-expected.txt: Added.
3074 * platform/mac-leopard/svg/custom/use-dynamic-append-expected.checksum: Added.
3075 * platform/mac-leopard/svg/custom/use-dynamic-append-expected.png: Added.
3076 * platform/mac-leopard/svg/custom/use-dynamic-append-expected.txt: Added.
3077 * platform/mac-leopard/svg/custom/use-elementInstance-event-target-expected.checksum: Added.
3078 * platform/mac-leopard/svg/custom/use-elementInstance-event-target-expected.png: Added.
3079 * platform/mac-leopard/svg/custom/use-elementInstance-event-target-expected.txt: Added.
3080 * platform/mac-leopard/svg/custom/use-elementInstance-methods-expected.checksum: Added.
3081 * platform/mac-leopard/svg/custom/use-elementInstance-methods-expected.png: Added.
3082 * platform/mac-leopard/svg/custom/use-elementInstance-methods-expected.txt: Added.
3083 * platform/mac-leopard/svg/custom/use-empty-reference-expected.checksum: Added.
3084 * platform/mac-leopard/svg/custom/use-empty-reference-expected.png: Added.
3085 * platform/mac-leopard/svg/custom/use-empty-reference-expected.txt: Added.
3086 * platform/mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.checksum: Added.
3087 * platform/mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.png: Added.
3088 * platform/mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.txt: Added.
3089 * platform/mac-leopard/svg/custom/use-event-handler-on-use-element-expected.checksum: Added.
3090 * platform/mac-leopard/svg/custom/use-event-handler-on-use-element-expected.png: Added.
3091 * platform/mac-leopard/svg/custom/use-event-handler-on-use-element-expected.txt: Added.
3092 * platform/mac-leopard/svg/custom/use-events-crash-expected.checksum: Added.
3093 * platform/mac-leopard/svg/custom/use-events-crash-expected.png: Added.
3094 * platform/mac-leopard/svg/custom/use-events-crash-expected.txt: Added.
3095 * platform/mac-leopard/svg/custom/use-forward-refs-expected.checksum: Added.
3096 * platform/mac-leopard/svg/custom/use-forward-refs-expected.png: Added.
3097 * platform/mac-leopard/svg/custom/use-forward-refs-expected.txt: Added.
3098 * platform/mac-leopard/svg/custom/use-infinite-recursion-expected.checksum: Added.
3099 * platform/mac-leopard/svg/custom/use-infinite-recursion-expected.png: Added.
3100 * platform/mac-leopard/svg/custom/use-infinite-recursion-expected.txt: Added.
3101 * platform/mac-leopard/svg/custom/use-instanceRoot-modifications-expected.checksum: Added.
3102 * platform/mac-leopard/svg/custom/use-instanceRoot-modifications-expected.png: Added.
3103 * platform/mac-leopard/svg/custom/use-instanceRoot-modifications-expected.txt: Added.
3104 * platform/mac-leopard/svg/custom/use-modify-container-in-target-expected.checksum: Added.
3105 * platform/mac-leopard/svg/custom/use-modify-container-in-target-expected.png: Added.
3106 * platform/mac-leopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
3107 * platform/mac-leopard/svg/custom/use-modify-target-container-expected.checksum: Added.
3108 * platform/mac-leopard/svg/custom/use-modify-target-container-expected.png: Added.
3109 * platform/mac-leopard/svg/custom/use-modify-target-container-expected.txt: Added.
3110 * platform/mac-leopard/svg/custom/use-modify-target-symbol-expected.checksum: Added.
3111 * platform/mac-leopard/svg/custom/use-modify-target-symbol-expected.png: Added.
3112 * platform/mac-leopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
3113 * platform/mac-leopard/svg/custom/use-nested-transform-expected.checksum: Added.
3114 * platform/mac-leopard/svg/custom/use-nested-transform-expected.png: Added.
3115 * platform/mac-leopard/svg/custom/use-nested-transform-expected.txt: Added.
3116 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Added.
3117 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Added.
3118 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Added.
3119 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Added.
3120 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Added.
3121 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Added.
3122 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Added.
3123 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Added.
3124 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Added.
3125 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Added.
3126 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.png: Added.
3127 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Added.
3128 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Added.
3129 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Added.
3130 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Added.
3131 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Added.
3132 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Added.
3133 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Added.
3134 * platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Added.
3135 * platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Added.
3136 * platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Added.
3137 * platform/mac-leopard/svg/custom/use-on-g-containing-symbol-expected.checksum: Added.
3138 * platform/mac-leopard/svg/custom/use-on-g-containing-symbol-expected.png: Added.
3139 * platform/mac-leopard/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
3140 * platform/mac-leopard/svg/custom/use-on-g-containing-use-expected.checksum: Added.
3141 * platform/mac-leopard/svg/custom/use-on-g-containing-use-expected.png: Added.
3142 * platform/mac-leopard/svg/custom/use-on-g-containing-use-expected.txt: Added.
3143 * platform/mac-leopard/svg/custom/use-on-g-expected.checksum: Added.
3144 * platform/mac-leopard/svg/custom/use-on-g-expected.png: Added.
3145 * platform/mac-leopard/svg/custom/use-on-g-expected.txt: Added.
3146 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Added.
3147 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.png: Added.
3148 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.txt: Added.
3149 * platform/mac-leopard/svg/custom/use-on-rect-expected.checksum: Added.
3150 * platform/mac-leopard/svg/custom/use-on-rect-expected.png: Added.
3151 * platform/mac-leopard/svg/custom/use-on-rect-expected.txt: Added.
3152 * platform/mac-leopard/svg/custom/use-on-symbol-expected.checksum: Added.
3153 * platform/mac-leopard/svg/custom/use-on-symbol-expected.png: Added.
3154 * platform/mac-leopard/svg/custom/use-on-symbol-expected.txt: Added.
3155 * platform/mac-leopard/svg/custom/use-on-symbol-inside-pattern-expected.checksum: Added.
3156 * platform/mac-leopard/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
3157 * platform/mac-leopard/svg/custom/use-on-symbol-inside-pattern-expected.txt: Added.
3158 * platform/mac-leopard/svg/custom/use-on-text-expected.checksum: Added.
3159 * platform/mac-leopard/svg/custom/use-on-text-expected.png: Added.
3160 * platform/mac-leopard/svg/custom/use-on-text-expected.txt: Added.
3161 * platform/mac-leopard/svg/custom/use-on-use-expected.checksum: Added.
3162 * platform/mac-leopard/svg/custom/use-on-use-expected.png: Added.
3163 * platform/mac-leopard/svg/custom/use-on-use-expected.txt: Added.
3164 * platform/mac-leopard/svg/custom/use-property-changes-through-dom-expected.checksum: Added.
3165 * platform/mac-leopard/svg/custom/use-property-changes-through-dom-expected.png: Added.
3166 * platform/mac-leopard/svg/custom/use-property-changes-through-dom-expected.txt: Added.
3167 * platform/mac-leopard/svg/custom/use-property-changes-through-svg-dom-expected.checksum: Added.
3168 * platform/mac-leopard/svg/custom/use-property-changes-through-svg-dom-expected.png: Added.
3169 * platform/mac-leopard/svg/custom/use-property-changes-through-svg-dom-expected.txt: Added.
3170 * platform/mac-leopard/svg/custom/use-recalcStyle-crash-expected.checksum: Added.
3171 * platform/mac-leopard/svg/custom/use-recalcStyle-crash-expected.png: Added.
3172 * platform/mac-leopard/svg/custom/use-recalcStyle-crash-expected.txt: Added.
3173 * platform/mac-leopard/svg/custom/use-recursion-1-expected.checksum: Added.
3174 * platform/mac-leopard/svg/custom/use-recursion-1-expected.png: Added.
3175 * platform/mac-leopard/svg/custom/use-recursion-1-expected.txt: Added.
3176 * platform/mac-leopard/svg/custom/use-recursion-2-expected.checksum: Added.
3177 * platform/mac-leopard/svg/custom/use-recursion-2-expected.png: Added.
3178 * platform/mac-leopard/svg/custom/use-recursion-2-expected.txt: Added.
3179 * platform/mac-leopard/svg/custom/use-recursion-3-expected.checksum: Added.
3180 * platform/mac-leopard/svg/custom/use-recursion-3-expected.png: Added.
3181 * platform/mac-leopard/svg/custom/use-recursion-3-expected.txt: Added.
3182 * platform/mac-leopard/svg/custom/use-recursion-4-expected.checksum: Added.
3183 * platform/mac-leopard/svg/custom/use-recursion-4-expected.png: Added.
3184 * platform/mac-leopard/svg/custom/use-recursion-4-expected.txt: Added.
3185 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Added.
3186 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.png: Added.
3187 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
3188 * platform/mac-leopard/svg/custom/use-symbol-overflow-expected.checksum: Added.
3189 * platform/mac-leopard/svg/custom/use-symbol-overflow-expected.png: Added.
3190 * platform/mac-leopard/svg/custom/use-symbol-overflow-expected.txt: Added.
3191 * platform/mac-leopard/svg/custom/use-transform-expected.checksum: Added.
3192 * platform/mac-leopard/svg/custom/use-transform-expected.png: Added.
3193 * platform/mac-leopard/svg/custom/use-transform-expected.txt: Added.
3194 * platform/mac-leopard/svg/custom/viewBox-hit-expected.checksum: Added.
3195 * platform/mac-leopard/svg/custom/viewBox-hit-expected.png: Added.
3196 * platform/mac-leopard/svg/custom/viewBox-hit-expected.txt: Added.
3197 * platform/mac-leopard/svg/custom/viewbox-syntax-expected.checksum: Added.
3198 * platform/mac-leopard/svg/custom/viewbox-syntax-expected.png: Added.
3199 * platform/mac-leopard/svg/custom/viewbox-syntax-expected.txt: Added.
3200 * platform/mac-leopard/svg/custom/viewport-clip-expected.checksum: Added.
3201 * platform/mac-leopard/svg/custom/viewport-clip-expected.png: Added.
3202 * platform/mac-leopard/svg/custom/viewport-clip-expected.txt: Added.
3203 * platform/mac-leopard/svg/custom/viewport-em-expected.checksum: Added.
3204 * platform/mac-leopard/svg/custom/viewport-em-expected.png: Added.
3205 * platform/mac-leopard/svg/custom/viewport-em-expected.txt: Added.
3206 * platform/mac-leopard/svg/custom/viewport-no-width-height-expected.checksum: Added.
3207 * platform/mac-leopard/svg/custom/viewport-no-width-height-expected.png: Added.
3208 * platform/mac-leopard/svg/custom/viewport-no-width-height-expected.txt: Added.
3209 * platform/mac-leopard/svg/custom/viewport-update-expected.checksum: Added.
3210 * platform/mac-leopard/svg/custom/viewport-update-expected.png: Added.
3211 * platform/mac-leopard/svg/custom/viewport-update-expected.txt: Added.
3212 * platform/mac-leopard/svg/custom/viewport-update2-expected.checksum: Added.
3213 * platform/mac-leopard/svg/custom/viewport-update2-expected.png: Added.
3214 * platform/mac-leopard/svg/custom/viewport-update2-expected.txt: Added.
3215 * platform/mac-leopard/svg/custom/visibility-override-clip-expected.checksum: Added.
3216 * platform/mac-leopard/svg/custom/visibility-override-clip-expected.png: Added.
3217 * platform/mac-leopard/svg/custom/visibility-override-clip-expected.txt: Added.
3218 * platform/mac-leopard/svg/custom/visibility-override-expected.checksum: Added.
3219 * platform/mac-leopard/svg/custom/visibility-override-expected.png: Added.
3220 * platform/mac-leopard/svg/custom/visibility-override-expected.txt: Added.
3221 * platform/mac-leopard/svg/custom/visibility-override-filter-expected.checksum: Added.
3222 * platform/mac-leopard/svg/custom/visibility-override-filter-expected.png: Added.
3223 * platform/mac-leopard/svg/custom/visibility-override-filter-expected.txt: Added.
3224 * platform/mac-leopard/svg/custom/visibility-override-mask-expected.checksum: Added.
3225 * platform/mac-leopard/svg/custom/visibility-override-mask-expected.png: Added.
3226 * platform/mac-leopard/svg/custom/visibility-override-mask-expected.txt: Added.
3227 * platform/mac-leopard/svg/custom/width-full-percentage-expected.checksum: Added.
3228 * platform/mac-leopard/svg/custom/width-full-percentage-expected.png: Added.
3229 * platform/mac-leopard/svg/custom/width-full-percentage-expected.txt: Added.
3230 * platform/mac-leopard/svg/custom/xhtml-no-svg-renderer-expected.checksum: Added.
3231 * platform/mac-leopard/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
3232 * platform/mac-leopard/svg/custom/xhtml-no-svg-renderer-expected.txt: Added.
3233 * platform/mac-leopard/svg/custom/xml-stylesheet-expected.checksum: Added.
3234 * platform/mac-leopard/svg/custom/xml-stylesheet-expected.png: Added.
3235 * platform/mac-leopard/svg/custom/xml-stylesheet-expected.txt: Added.
3236 * platform/mac-leopard/svg/dom: Added.
3237 * platform/mac-leopard/svg/dom/animated-tearoff-equality-expected.checksum: Added.
3238 * platform/mac-leopard/svg/dom/animated-tearoff-equality-expected.png: Added.
3239 * platform/mac-leopard/svg/dom/animated-tearoff-lifespan-expected.checksum: Added.
3240 * platform/mac-leopard/svg/dom/animated-tearoff-lifespan-expected.png: Added.
3241 * platform/mac-leopard/svg/dom/font-face-elements-expected.checksum: Added.
3242 * platform/mac-leopard/svg/dom/font-face-elements-expected.png: Added.
3243 * platform/mac-leopard/svg/dom/length-list-parser-expected.checksum: Added.
3244 * platform/mac-leopard/svg/dom/length-list-parser-expected.png: Added.
3245 * platform/mac-leopard/svg/dom/path-parser-expected.checksum: Added.
3246 * platform/mac-leopard/svg/dom/path-parser-expected.png: Added.
3247 * platform/mac-leopard/svg/dom/points-parser-expected.checksum: Added.
3248 * platform/mac-leopard/svg/dom/points-parser-expected.png: Added.
3249 * platform/mac-leopard/svg/dom/preserve-aspect-ratio-parser-expected.checksum: Added.
3250 * platform/mac-leopard/svg/dom/preserve-aspect-ratio-parser-expected.png: Added.
3251 * platform/mac-leopard/svg/dom/rgb-color-parser-expected.checksum: Added.
3252 * platform/mac-leopard/svg/dom/rgb-color-parser-expected.png: Added.
3253 * platform/mac-leopard/svg/dom/string-list-parser-expected.checksum: Added.
3254 * platform/mac-leopard/svg/dom/string-list-parser-expected.png: Added.
3255 * platform/mac-leopard/svg/dom/svg-element-attribute-js-null-expected.checksum: Added.
3256 * platform/mac-leopard/svg/dom/svg-element-attribute-js-null-expected.png: Added.
3257 * platform/mac-leopard/svg/dom/transform-parser-expected.checksum: Added.
3258 * platform/mac-leopard/svg/dom/transform-parser-expected.png: Added.
3259 * platform/mac-leopard/svg/hixie/cascade: Added.
3260 * platform/mac-leopard/svg/hixie/cascade/001-broken-expected.checksum: Added.
3261 * platform/mac-leopard/svg/hixie/cascade/001-broken-expected.png: Added.
3262 * platform/mac-leopard/svg/hixie/cascade/001-broken-expected.txt: Added.
3263 * platform/mac-leopard/svg/hixie/cascade/002-expected.checksum: Added.
3264 * platform/mac-leopard/svg/hixie/cascade/002-expected.png: Added.
3265 * platform/mac-leopard/svg/hixie/cascade/002-expected.txt: Added.
3266 * platform/mac-leopard/svg/hixie/data-types: Added.
3267 * platform/mac-leopard/svg/hixie/data-types/001-expected.checksum: Added.
3268 * platform/mac-leopard/svg/hixie/data-types/001-expected.png: Added.
3269 * platform/mac-leopard/svg/hixie/data-types/001-expected.txt: Added.
3270 * platform/mac-leopard/svg/hixie/data-types/002-expected.checksum: Added.
3271 * platform/mac-leopard/svg/hixie/data-types/002-expected.png: Added.
3272 * platform/mac-leopard/svg/hixie/data-types/002-expected.txt: Added.
3273 * platform/mac-leopard/svg/hixie/dynamic: Added.
3274 * platform/mac-leopard/svg/hixie/dynamic/001-expected.checksum: Added.
3275 * platform/mac-leopard/svg/hixie/dynamic/001-expected.png: Added.
3276 * platform/mac-leopard/svg/hixie/dynamic/002-expected.checksum: Added.
3277 * platform/mac-leopard/svg/hixie/dynamic/002-expected.png: Added.
3278 * platform/mac-leopard/svg/hixie/dynamic/002-expected.txt: Added.
3279 * platform/mac-leopard/svg/hixie/dynamic/003-expected.checksum: Added.
3280 * platform/mac-leopard/svg/hixie/dynamic/003-expected.png: Added.
3281 * platform/mac-leopard/svg/hixie/dynamic/003-expected.txt: Added.
3282 * platform/mac-leopard/svg/hixie/dynamic/004-expected.checksum: Added.
3283 * platform/mac-leopard/svg/hixie/dynamic/004-expected.png: Added.
3284 * platform/mac-leopard/svg/hixie/dynamic/004-expected.txt: Added.
3285 * platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum: Added.
3286 * platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png: Added.
3287 * platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.txt: Added.
3288 * platform/mac-leopard/svg/hixie/dynamic/006-expected.checksum: Added.
3289 * platform/mac-leopard/svg/hixie/dynamic/006-expected.png: Added.
3290 * platform/mac-leopard/svg/hixie/dynamic/006-expected.txt: Added.
3291 * platform/mac-leopard/svg/hixie/error: Added.
3292 * platform/mac-leopard/svg/hixie/error/001-expected.checksum: Added.
3293 * platform/mac-leopard/svg/hixie/error/001-expected.png: Added.
3294 * platform/mac-leopard/svg/hixie/error/001-expected.txt: Added.
3295 * platform/mac-leopard/svg/hixie/error/002-expected.checksum: Added.
3296 * platform/mac-leopard/svg/hixie/error/002-expected.png: Added.
3297 * platform/mac-leopard/svg/hixie/error/002-expected.txt: Added.
3298 * platform/mac-leopard/svg/hixie/error/003-expected.checksum: Added.
3299 * platform/mac-leopard/svg/hixie/error/003-expected.png: Added.
3300 * platform/mac-leopard/svg/hixie/error/003-expected.txt: Added.
3301 * platform/mac-leopard/svg/hixie/error/004-expected.checksum: Added.
3302 * platform/mac-leopard/svg/hixie/error/004-expected.png: Added.
3303 * platform/mac-leopard/svg/hixie/error/004-expected.txt: Added.
3304 * platform/mac-leopard/svg/hixie/error/005-expected.checksum: Added.
3305 * platform/mac-leopard/svg/hixie/error/005-expected.png: Added.
3306 * platform/mac-leopard/svg/hixie/error/005-expected.txt: Added.
3307 * platform/mac-leopard/svg/hixie/error/006-expected.checksum: Added.
3308 * platform/mac-leopard/svg/hixie/error/006-expected.png: Added.
3309 * platform/mac-leopard/svg/hixie/error/006-expected.txt: Added.
3310 * platform/mac-leopard/svg/hixie/error/007-expected.checksum: Added.
3311 * platform/mac-leopard/svg/hixie/error/007-expected.png: Added.
3312 * platform/mac-leopard/svg/hixie/error/007-expected.txt: Added.
3313 * platform/mac-leopard/svg/hixie/error/008-expected.checksum: Added.
3314 * platform/mac-leopard/svg/hixie/error/008-expected.png: Added.
3315 * platform/mac-leopard/svg/hixie/error/008-expected.txt: Added.
3316 * platform/mac-leopard/svg/hixie/error/009-expected.checksum: Added.
3317 * platform/mac-leopard/svg/hixie/error/009-expected.png: Added.
3318 * platform/mac-leopard/svg/hixie/error/009-expected.txt: Added.
3319 * platform/mac-leopard/svg/hixie/error/010-expected.checksum: Added.
3320 * platform/mac-leopard/svg/hixie/error/010-expected.png: Added.
3321 * platform/mac-leopard/svg/hixie/error/010-expected.txt: Added.
3322 * platform/mac-leopard/svg/hixie/error/011-expected.checksum: Added.
3323 * platform/mac-leopard/svg/hixie/error/011-expected.png: Added.
3324 * platform/mac-leopard/svg/hixie/error/011-expected.txt: Added.
3325 * platform/mac-leopard/svg/hixie/error/012-expected.checksum: Added.
3326 * platform/mac-leopard/svg/hixie/error/012-expected.png: Added.
3327 * platform/mac-leopard/svg/hixie/error/012-expected.txt: Added.
3328 * platform/mac-leopard/svg/hixie/error/013-expected.checksum: Added.
3329 * platform/mac-leopard/svg/hixie/error/013-expected.png: Added.
3330 * platform/mac-leopard/svg/hixie/error/013-expected.txt: Added.
3331 * platform/mac-leopard/svg/hixie/error/014-expected.checksum: Added.
3332 * platform/mac-leopard/svg/hixie/error/014-expected.png: Added.
3333 * platform/mac-leopard/svg/hixie/error/014-expected.txt: Added.
3334 * platform/mac-leopard/svg/hixie/error/014-test-expected.checksum: Added.
3335 * platform/mac-leopard/svg/hixie/error/014-test-expected.png: Added.
3336 * platform/mac-leopard/svg/hixie/error/014-test-expected.txt: Added.
3337 * platform/mac-leopard/svg/hixie/error/015-expected.checksum: Added.
3338 * platform/mac-leopard/svg/hixie/error/015-expected.png: Added.
3339 * platform/mac-leopard/svg/hixie/error/015-expected.txt: Added.
3340 * platform/mac-leopard/svg/hixie/error/016-expected.checksum: Added.
3341 * platform/mac-leopard/svg/hixie/error/016-expected.png: Added.
3342 * platform/mac-leopard/svg/hixie/error/016-expected.txt: Added.
3343 * platform/mac-leopard/svg/hixie/error/017-expected.checksum: Added.
3344 * platform/mac-leopard/svg/hixie/error/017-expected.png: Added.
3345 * platform/mac-leopard/svg/hixie/error/017-expected.txt: Added.
3346 * platform/mac-leopard/svg/hixie/links: Added.
3347 * platform/mac-leopard/svg/hixie/links/001-expected.checksum: Added.
3348 * platform/mac-leopard/svg/hixie/links/001-expected.png: Added.
3349 * platform/mac-leopard/svg/hixie/links/001-expected.txt: Added.
3350 * platform/mac-leopard/svg/hixie/links/002-expected.checksum: Added.
3351 * platform/mac-leopard/svg/hixie/links/002-expected.png: Added.
3352 * platform/mac-leopard/svg/hixie/links/002-expected.txt: Added.
3353 * platform/mac-leopard/svg/hixie/links/003-broken-expected.checksum: Added.
3354 * platform/mac-leopard/svg/hixie/links/003-broken-expected.png: Added.
3355 * platform/mac-leopard/svg/hixie/links/003-broken-expected.txt: Added.
3356 * platform/mac-leopard/svg/hixie/mixed: Added.
3357 * platform/mac-leopard/svg/hixie/mixed/003-expected.checksum: Added.
3358 * platform/mac-leopard/svg/hixie/mixed/003-expected.png: Added.
3359 * platform/mac-leopard/svg/hixie/mixed/003-expected.txt: Added.
3360 * platform/mac-leopard/svg/hixie/mixed/004-expected.checksum: Added.
3361 * platform/mac-leopard/svg/hixie/mixed/004-expected.png: Added.
3362 * platform/mac-leopard/svg/hixie/mixed/004-expected.txt: Added.
3363 * platform/mac-leopard/svg/hixie/mixed/005-expected.checksum: Added.
3364 * platform/mac-leopard/svg/hixie/mixed/005-expected.png: Added.
3365 * platform/mac-leopard/svg/hixie/mixed/005-expected.txt: Added.
3366 * platform/mac-leopard/svg/hixie/mixed/006-expected.checksum: Added.
3367 * platform/mac-leopard/svg/hixie/mixed/006-expected.png: Added.
3368 * platform/mac-leopard/svg/hixie/mixed/006-expected.txt: Added.
3369 * platform/mac-leopard/svg/hixie/mixed/007-expected.checksum: Added.
3370 * platform/mac-leopard/svg/hixie/mixed/007-expected.png: Added.
3371 * platform/mac-leopard/svg/hixie/mixed/007-expected.txt: Added.
3372 * platform/mac-leopard/svg/hixie/mixed/008-expected.checksum: Added.
3373 * platform/mac-leopard/svg/hixie/mixed/008-expected.png: Added.
3374 * platform/mac-leopard/svg/hixie/mixed/008-expected.txt: Added.
3375 * platform/mac-leopard/svg/hixie/mixed/009-expected.checksum: Added.
3376 * platform/mac-leopard/svg/hixie/mixed/009-expected.png: Added.
3377 * platform/mac-leopard/svg/hixie/mixed/009-expected.txt: Added.
3378 * platform/mac-leopard/svg/hixie/mixed/010-expected.checksum: Added.
3379 * platform/mac-leopard/svg/hixie/mixed/010-expected.png: Added.
3380 * platform/mac-leopard/svg/hixie/mixed/010-expected.txt: Added.
3381 * platform/mac-leopard/svg/hixie/mixed/011-expected.checksum: Added.
3382 * platform/mac-leopard/svg/hixie/mixed/011-expected.png: Added.
3383 * platform/mac-leopard/svg/hixie/mixed/011-expected.txt: Added.
3384 * platform/mac-leopard/svg/hixie/painting: Added.
3385 * platform/mac-leopard/svg/hixie/painting/001-expected.checksum: Added.
3386 * platform/mac-leopard/svg/hixie/painting/001-expected.png: Added.
3387 * platform/mac-leopard/svg/hixie/painting/001-expected.txt: Added.
3388 * platform/mac-leopard/svg/hixie/perf: Added.
3389 * platform/mac-leopard/svg/hixie/perf/003-expected.checksum: Added.
3390 * platform/mac-leopard/svg/hixie/perf/003-expected.png: Added.
3391 * platform/mac-leopard/svg/hixie/perf/003-expected.txt: Added.
3392 * platform/mac-leopard/svg/hixie/perf/004-expected.checksum: Added.
3393 * platform/mac-leopard/svg/hixie/perf/004-expected.png: Added.
3394 * platform/mac-leopard/svg/hixie/perf/004-expected.txt: Added.
3395 * platform/mac-leopard/svg/hixie/perf/005-expected.checksum: Added.
3396 * platform/mac-leopard/svg/hixie/perf/005-expected.png: Added.
3397 * platform/mac-leopard/svg/hixie/perf/005-expected.txt: Added.
3398 * platform/mac-leopard/svg/hixie/perf/006-expected.checksum: Added.
3399 * platform/mac-leopard/svg/hixie/perf/006-expected.png: Added.
3400 * platform/mac-leopard/svg/hixie/perf/006-expected.txt: Added.
3401 * platform/mac-leopard/svg/hixie/perf/007-expected.checksum: Added.
3402 * platform/mac-leopard/svg/hixie/perf/007-expected.png: Added.
3403 * platform/mac-leopard/svg/hixie/perf/007-expected.txt: Added.
3404 * platform/mac-leopard/svg/hixie/processing-model: Added.
3405 * platform/mac-leopard/svg/hixie/processing-model/003-expected.checksum: Added.
3406 * platform/mac-leopard/svg/hixie/processing-model/003-expected.png: Added.
3407 * platform/mac-leopard/svg/hixie/processing-model/003-expected.txt: Added.
3408 * platform/mac-leopard/svg/hixie/processing-model/004-expected.checksum: Added.
3409 * platform/mac-leopard/svg/hixie/processing-model/004-expected.png: Added.
3410 * platform/mac-leopard/svg/hixie/processing-model/004-expected.txt: Added.
3411 * platform/mac-leopard/svg/hixie/processing-model/005-expected.checksum: Added.
3412 * platform/mac-leopard/svg/hixie/processing-model/005-expected.png: Added.
3413 * platform/mac-leopard/svg/hixie/processing-model/005-expected.txt: Added.
3414 * platform/mac-leopard/svg/hixie/rendering-model: Added.
3415 * platform/mac-leopard/svg/hixie/rendering-model/001-expected.checksum: Added.
3416 * platform/mac-leopard/svg/hixie/rendering-model/001-expected.png: Added.
3417 * platform/mac-leopard/svg/hixie/rendering-model/001-expected.txt: Added.
3418 * platform/mac-leopard/svg/hixie/rendering-model/002-expected.checksum: Added.
3419 * platform/mac-leopard/svg/hixie/rendering-model/002-expected.png: Added.
3420 * platform/mac-leopard/svg/hixie/rendering-model/002-expected.txt: Added.
3421 * platform/mac-leopard/svg/hixie/rendering-model/003-expected.checksum: Added.
3422 * platform/mac-leopard/svg/hixie/rendering-model/003-expected.png: Added.
3423 * platform/mac-leopard/svg/hixie/rendering-model/003-expected.txt: Added.
3424 * platform/mac-leopard/svg/hixie/rendering-model/003a-expected.checksum: Added.
3425 * platform/mac-leopard/svg/hixie/rendering-model/003a-expected.png: Added.
3426 * platform/mac-leopard/svg/hixie/rendering-model/003a-expected.txt: Added.
3427 * platform/mac-leopard/svg/hixie/rendering-model/004-expected.checksum: Added.
3428 * platform/mac-leopard/svg/hixie/rendering-model/004-expected.png: Added.
3429 * platform/mac-leopard/svg/hixie/rendering-model/004-expected.txt: Added.
3430 * platform/mac-leopard/svg/hixie/shapes: Added.
3431 * platform/mac-leopard/svg/hixie/shapes/path: Added.
3432 * platform/mac-leopard/svg/hixie/shapes/path/001-expected.checksum: Added.
3433 * platform/mac-leopard/svg/hixie/shapes/path/001-expected.png: Added.
3434 * platform/mac-leopard/svg/hixie/shapes/path/001-expected.txt: Added.
3435 * platform/mac-leopard/svg/hixie/text/001-broken-expected.checksum: Added.
3436 * platform/mac-leopard/svg/hixie/text/001-broken-expected.png: Added.
3437 * platform/mac-leopard/svg/hixie/text/001-broken-expected.txt: Added.
3438 * platform/mac-leopard/svg/hixie/text/002-expected.checksum: Added.
3439 * platform/mac-leopard/svg/hixie/text/002-expected.png: Added.
3440 * platform/mac-leopard/svg/hixie/text/002-expected.txt: Added.
3441 * platform/mac-leopard/svg/hixie/text/003-expected.checksum: Added.
3442 * platform/mac-leopard/svg/hixie/text/003-expected.png: Added.
3443 * platform/mac-leopard/svg/hixie/text/003a-expected.checksum: Added.
3444 * platform/mac-leopard/svg/hixie/text/003a-expected.png: Added.
3445 * platform/mac-leopard/svg/hixie/text/003b-expected.checksum: Added.
3446 * platform/mac-leopard/svg/hixie/text/003b-expected.png: Added.
3447 * platform/mac-leopard/svg/hixie/text/003b-expected.txt: Added.
3448 * platform/mac-leopard/svg/hixie/transform: Added.
3449 * platform/mac-leopard/svg/hixie/transform/001-expected.checksum: Added.
3450 * platform/mac-leopard/svg/hixie/transform/001-expected.png: Added.
3451 * platform/mac-leopard/svg/hixie/transform/001-expected.txt: Added.
3452 * platform/mac-leopard/svg/hixie/use: Added.
3453 * platform/mac-leopard/svg/hixie/use/001-expected.checksum: Added.
3454 * platform/mac-leopard/svg/hixie/use/001-expected.png: Added.
3455 * platform/mac-leopard/svg/hixie/use/001-expected.txt: Added.
3456 * platform/mac-leopard/svg/hixie/use/002-expected.checksum: Added.
3457 * platform/mac-leopard/svg/hixie/use/002-expected.png: Added.
3458 * platform/mac-leopard/svg/hixie/use/002-expected.txt: Added.
3459 * platform/mac-leopard/svg/hixie/use/002-test-expected.checksum: Added.
3460 * platform/mac-leopard/svg/hixie/use/002-test-expected.png: Added.
3461 * platform/mac-leopard/svg/hixie/use/002-test-expected.txt: Added.
3462 * platform/mac-leopard/svg/hixie/viewbox/001-expected.checksum: Added.
3463 * platform/mac-leopard/svg/hixie/viewbox/001-expected.png: Added.
3464 * platform/mac-leopard/svg/hixie/viewbox/001-expected.txt: Added.
3465 * platform/mac-leopard/svg/hixie/viewbox/002-expected.checksum: Added.
3466 * platform/mac-leopard/svg/hixie/viewbox/002-expected.png: Added.
3467 * platform/mac-leopard/svg/hixie/viewbox/002-expected.txt: Added.
3468 * platform/mac-leopard/svg/hixie/viewbox/003-expected.checksum: Added.
3469 * platform/mac-leopard/svg/hixie/viewbox/003-expected.png: Added.
3470 * platform/mac-leopard/svg/hixie/viewbox/003-expected.txt: Added.
3471 * platform/mac-leopard/svg/hixie/viewbox/004-expected.checksum: Added.
3472 * platform/mac-leopard/svg/hixie/viewbox/004-expected.png: Added.
3473 * platform/mac-leopard/svg/hixie/viewbox/004-expected.txt: Added.
3474 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: Added.
3475 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
3476 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum: Added.
3477 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
3478 * platform/mac-leopard/svg/text/text-align-01-b-expected.checksum: Added.
3479 * platform/mac-leopard/svg/text/text-align-01-b-expected.png: Added.
3480 * platform/mac-leopard/svg/text/text-align-01-b-expected.txt: Added.
3481 * platform/mac-leopard/svg/text/text-align-02-b-expected.checksum: Added.
3482 * platform/mac-leopard/svg/text/text-align-02-b-expected.png: Added.
3483 * platform/mac-leopard/svg/text/text-align-02-b-expected.txt: Added.
3484 * platform/mac-leopard/svg/text/text-align-03-b-expected.checksum: Added.
3485 * platform/mac-leopard/svg/text/text-align-03-b-expected.png: Added.
3486 * platform/mac-leopard/svg/text/text-align-03-b-expected.txt: Added.
3487 * platform/mac-leopard/svg/text/text-align-04-b-expected.checksum: Added.
3488 * platform/mac-leopard/svg/text/text-align-04-b-expected.png: Added.
3489 * platform/mac-leopard/svg/text/text-align-04-b-expected.txt: Added.
3490 * platform/mac-leopard/svg/text/text-align-05-b-expected.checksum: Added.
3491 * platform/mac-leopard/svg/text/text-align-05-b-expected.png: Added.
3492 * platform/mac-leopard/svg/text/text-align-05-b-expected.txt: Added.
3493 * platform/mac-leopard/svg/text/text-align-06-b-expected.checksum: Added.
3494 * platform/mac-leopard/svg/text/text-align-06-b-expected.png: Added.
3495 * platform/mac-leopard/svg/text/text-align-06-b-expected.txt: Added.
3496 * platform/mac-leopard/svg/text/text-altglyph-01-b-expected.checksum: Added.
3497 * platform/mac-leopard/svg/text/text-altglyph-01-b-expected.png: Added.
3498 * platform/mac-leopard/svg/text/text-altglyph-01-b-expected.txt: Added.
3499 * platform/mac-leopard/svg/text/text-deco-01-b-expected.checksum: Added.
3500 * platform/mac-leopard/svg/text/text-deco-01-b-expected.png: Added.
3501 * platform/mac-leopard/svg/text/text-deco-01-b-expected.txt: Added.
3502 * platform/mac-leopard/svg/text/text-fonts-01-t-expected.checksum: Added.
3503 * platform/mac-leopard/svg/text/text-fonts-01-t-expected.png: Added.
3504 * platform/mac-leopard/svg/text/text-fonts-01-t-expected.txt: Added.
3505 * platform/mac-leopard/svg/text/text-fonts-02-t-expected.checksum: Added.
3506 * platform/mac-leopard/svg/text/text-fonts-02-t-expected.png: Added.
3507 * platform/mac-leopard/svg/text/text-fonts-02-t-expected.txt: Added.
3508 * platform/mac-leopard/svg/text/text-intro-05-t-expected.checksum: Added.
3509 * platform/mac-leopard/svg/text/text-intro-05-t-expected.png: Added.
3510 * platform/mac-leopard/svg/text/text-intro-05-t-expected.txt: Added.
3511 * platform/mac-leopard/svg/text/text-path-01-b-expected.checksum: Added.
3512 * platform/mac-leopard/svg/text/text-path-01-b-expected.png: Added.
3513 * platform/mac-leopard/svg/text/text-property-with-display-none-expected.checksum: Added.
3514 * platform/mac-leopard/svg/text/text-property-with-display-none-expected.png: Added.
3515 * platform/mac-leopard/svg/text/text-spacing-01-b-expected.checksum: Added.
3516 * platform/mac-leopard/svg/text/text-spacing-01-b-expected.png: Added.
3517 * platform/mac-leopard/svg/text/text-spacing-01-b-expected.txt: Added.
3518 * platform/mac-leopard/svg/text/text-text-01-b-expected.checksum: Added.
3519 * platform/mac-leopard/svg/text/text-text-01-b-expected.png: Added.
3520 * platform/mac-leopard/svg/text/text-text-01-b-expected.txt: Added.
3521 * platform/mac-leopard/svg/text/text-text-03-b-expected.checksum: Added.
3522 * platform/mac-leopard/svg/text/text-text-03-b-expected.png: Added.
3523 * platform/mac-leopard/svg/text/text-text-03-b-expected.txt: Added.
3524 * platform/mac-leopard/svg/text/text-text-04-t-expected.checksum: Added.
3525 * platform/mac-leopard/svg/text/text-text-04-t-expected.png: Added.
3526 * platform/mac-leopard/svg/text/text-text-04-t-expected.txt: Added.
3527 * platform/mac-leopard/svg/text/text-text-05-t-expected.checksum: Added.
3528 * platform/mac-leopard/svg/text/text-text-05-t-expected.png: Added.
3529 * platform/mac-leopard/svg/text/text-text-05-t-expected.txt: Added.
3530 * platform/mac-leopard/svg/text/text-text-06-t-expected.checksum: Added.
3531 * platform/mac-leopard/svg/text/text-text-06-t-expected.png: Added.
3532 * platform/mac-leopard/svg/text/text-text-06-t-expected.txt: Added.
3533 * platform/mac-leopard/svg/text/text-text-07-t-expected.checksum: Added.
3534 * platform/mac-leopard/svg/text/text-text-07-t-expected.png: Added.
3535 * platform/mac-leopard/svg/text/text-text-07-t-expected.txt: Added.
3536 * platform/mac-leopard/svg/text/text-text-08-b-expected.checksum: Added.
3537 * platform/mac-leopard/svg/text/text-text-08-b-expected.png: Added.
3538 * platform/mac-leopard/svg/text/text-text-08-b-expected.txt: Added.
3539 * platform/mac-leopard/svg/text/text-tref-01-b-expected.checksum: Added.
3540 * platform/mac-leopard/svg/text/text-tref-01-b-expected.png: Added.
3541 * platform/mac-leopard/svg/text/text-tref-01-b-expected.txt: Added.
3542 * platform/mac-leopard/svg/text/text-tselect-01-b-expected.checksum: Added.
3543 * platform/mac-leopard/svg/text/text-tselect-01-b-expected.png: Added.
3544 * platform/mac-leopard/svg/text/text-tselect-01-b-expected.txt: Added.
3545 * platform/mac-leopard/svg/text/text-tselect-02-f-expected.checksum: Added.
3546 * platform/mac-leopard/svg/text/text-tselect-02-f-expected.png: Added.
3547 * platform/mac-leopard/svg/text/text-tselect-02-f-expected.txt: Added.
3548 * platform/mac-leopard/svg/text/text-tspan-01-b-expected.checksum: Added.
3549 * platform/mac-leopard/svg/text/text-tspan-01-b-expected.png: Added.
3550 * platform/mac-leopard/svg/text/text-tspan-01-b-expected.txt: Added.
3551 * platform/mac-leopard/svg/text/text-ws-01-t-expected.checksum: Added.
3552 * platform/mac-leopard/svg/text/text-ws-01-t-expected.png: Added.
3553 * platform/mac-leopard/svg/text/text-ws-01-t-expected.txt: Added.
3554 * platform/mac-leopard/svg/text/text-ws-02-t-expected.checksum: Added.
3555 * platform/mac-leopard/svg/text/text-ws-02-t-expected.png: Added.
3556 * platform/mac-leopard/svg/text/text-ws-02-t-expected.txt: Added.
3557 * platform/mac-leopard/svg/text/textPathBoundsBug-expected.checksum: Added.
3558 * platform/mac-leopard/svg/text/textPathBoundsBug-expected.png: Added.
3559 * platform/mac-leopard/svg/text/textPathBoundsBug-expected.txt: Added.
3560 * platform/mac-leopard/svg/webarchive: Added.
3561 * platform/mac-leopard/svg/webarchive/svg-cursor-subresources-expected.checksum: Added.
3562 * platform/mac-leopard/svg/webarchive/svg-cursor-subresources-expected.png: Added.
3563 * platform/mac-leopard/svg/webarchive/svg-feimage-subresources-expected.checksum: Added.
3564 * platform/mac-leopard/svg/webarchive/svg-feimage-subresources-expected.png: Added.
3565 * platform/mac-leopard/svg/webarchive/svg-script-subresouces-expected.checksum: Added.
3566 * platform/mac-leopard/svg/webarchive/svg-script-subresouces-expected.png: Added.
3567 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum.
3568 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png.
3569 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt.
3570 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum.
3571 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png.
3572 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt.
3573 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum.
3574 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png.
3575 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt.
3576 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum.
3577 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png.
3578 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt.
3579 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum.
3580 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png.
3581 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt.
3582 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum.
3583 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png.
3584 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt.
3585 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum.
3586 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png.
3587 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt.
3588 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum.
3589 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png.
3590 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt.
3591 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum.
3592 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png.
3593 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt.
3594 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum.
3595 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png.
3596 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt.
3597 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum.
3598 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png.
3599 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt.
3600 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum.
3601 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png.
3602 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt.
3603 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum.
3604 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png.
3605 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt.
3606 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum.
3607 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png.
3608 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt.
3609 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum.
3610 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png.
3611 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt.
3612 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum.
3613 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png.
3614 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt.
3615 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum.
3616 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png.
3617 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt.
3618 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum.
3619 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png.
3620 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt.
3621 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum.
3622 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png.
3623 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt.
3624 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum.
3625 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png.
3626 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt.
3627 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum.
3628 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png.
3629 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt.
3630 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum.
3631 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png.
3632 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt.
3633 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum.
3634 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png.
3635 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt.
3636 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum.
3637 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png.
3638 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt.
3639 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum.
3640 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png.
3641 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt.
3642 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum.
3643 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png.
3644 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt.
3645 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum.
3646 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png.
3647 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt.
3648 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum.
3649 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png.
3650 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Copied fr