1 2008-03-23 Oliver Hunt <oliver@apple.com>
5 Test to ensure key events don't propagate up the frame tree.
7 * fast/events/key-events-in-frame-expected.txt: Added.
8 * fast/events/key-events-in-frame.html: Added.
10 2008-03-22 Eric Seidel <eric@webkit.org>
12 Update a (passing) result I missed in my last checkin. No review.
14 * dom/xhtml/level3/core/documentgetdoctype01-expected.txt:
16 2008-03-22 Eric Seidel <eric@webkit.org>
20 Unify handling of NAMESPACE_ERR and fix Acid3 test 25
21 http://bugs.webkit.org/show_bug.cgi?id=16693
23 * fast/dom/DOMImplementation/createDocumentType-err-expected.txt: Added.
24 * fast/dom/DOMImplementation/createDocumentType-err.html: Copied from LayoutTests/fast/dom/DOMException/EventException.html.
25 * fast/dom/DOMImplementation/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Document/resources/TEMPLATE.html.
26 * fast/dom/DOMImplementation/resources/createDocumentType-err.js: Added.
27 * fast/dom/Document/createAttributeNS-namespace-err-expected.txt:
28 * fast/dom/Document/createElementNS-namespace-err-expected.txt:
30 2008-03-22 Eric Seidel <eric@webkit.org>
34 Fix createElementNS to throw exceptions for invalid qualified names
35 Fixes Acid3 sub-test 23
36 http://bugs.webkit.org/show_bug.cgi?id=16833
38 * dom/xhtml/level3/core/documentsetstricterrorchecking02-expected.txt:
39 * fast/dom/Document/createAttributeNS-namespace-err-expected.txt: Added.
40 * fast/dom/Document/createAttributeNS-namespace-err.html: Copied from LayoutTests/fast/dom/Element/dimension-properties-unrendered.html.
41 * fast/dom/Document/createElementNS-namespace-err-expected.txt: Added.
42 * fast/dom/Document/createElementNS-namespace-err.html: Copied from LayoutTests/fast/dom/EntityReference/readonly-exceptions.html.
43 * fast/dom/Document/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Element/resources/TEMPLATE.html.
44 * fast/dom/Document/resources/createAttributeNS-namespace-err.js: Added.
45 * fast/dom/Document/resources/createElementNS-namespace-err.js: Added.
47 2008-03-21 Cameron Zwarich <cwzwarich@uwaterloo.ca>
49 Reviewed by Oliver Hunt.
51 Test for <http://bugs.webkit.org/show_bug.cgi?id=13693>
52 Bug 13693: REGRESSION (r13615): Acid2 Test Eyes render improperly after a page refresh
54 * http/tests/navigation/fallback-anchor-reload-expected.txt: Added.
55 * http/tests/navigation/fallback-anchor-reload.html: Added.
57 2008-03-21 Dan Bernstein <mitz@apple.com>
59 Reviewed by Oliver Hunt.
61 - test for http://bugs.webkit.org/show_bug.cgi?id=17988
62 REGRESSION (r31114-31132): Crash in InlineBox::isDirty() opening chowhound.com
64 * fast/css-generated-content/empty-content-with-float-crash-expected.txt: Added.
65 * fast/css-generated-content/empty-content-with-float-crash.html: Added.
67 2008-03-21 Oliver Hunt <oliver@apple.com>
69 Reviewed by Geoff Garen.
71 Ensure we correctly report optimised variables as being
74 * fast/js/propertyIsEnumerable-expected.txt:
75 * fast/js/resources/propertyIsEnumerable.js:
77 2008-03-21 Sam Weinig <sam@webkit.org>
79 Reviewed by Oliver Hunt.
81 Enable tests for <rdar://problem/5788451>
82 toDataURL not implemented for Windows (need mapping of MIME type to UTI)
84 * platform/win/Skipped:
85 * platform/win/fast/canvas: Added.
86 * platform/win/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
88 2008-03-21 Dan Bernstein <mitz@apple.com>
90 Reviewed by Adele Peterson.
92 - test for http://bugs.webkit.org/show_bug.cgi?id=17966
93 REGRESSION (r31114-r31132): Clearing via br behaves unpredictably
95 * fast/block/float/br-with-clear.html: Added.
96 * platform/mac/fast/block/float/br-with-clear-expected.checksum: Added.
97 * platform/mac/fast/block/float/br-with-clear-expected.png: Added.
98 * platform/mac/fast/block/float/br-with-clear-expected.txt: Added.
100 2008-03-21 Dan Bernstein <mitz@apple.com>
102 - update results for the 'zoom' property added in
103 <http://trac.webkit.org/projects/webkit/changeset/31155>
105 * fast/css/computed-style-expected.txt:
106 * fast/css/computed-style-without-renderer-expected.txt:
107 * svg/css/getComputedStyle-basic-expected.txt:
109 2008-03-20 Dan Bernstein <mitz@apple.com>
111 Reviewed by Anders Carlsson.
113 - test for an assertion failure due to a line being marked dirty during
114 computeVerticalPositionsForLine() due to temporary box destruction
116 * fast/inline/clean-after-removing-temp-boxes-expected.txt: Added.
117 * fast/inline/clean-after-removing-temp-boxes.html: Added.
119 2008-03-20 Mark Rowe <mrowe@apple.com>
121 Rubber-stamped by Sam Weinig.
123 Tweak NodeList tests to ensure that they force a GC outside of DRT.
125 * fast/dom/NodeList/5725058-crash-scenario-1.html:
126 * fast/dom/NodeList/5725058-crash-scenario-2.html:
128 2008-03-20 Aaron Golden <aegolden@gmail.com>
130 Reviewed by Darin and David Kilzer.
132 - test for <http://bugs.webkit.org/show_bug.cgi?id=15263>, which caused certain marquees to not display.
134 * fast/html/marquee-scroll.html: Added.
135 * platform/mac/fast/html/marquee-scroll-expected.checksum: Added.
136 * platform/mac/fast/html/marquee-scroll-expected.png: Added.
137 * platform/mac/fast/html/marquee-scroll-expected.txt: Added.
139 2008-03-19 Justin Garcia <justin.garcia@apple.com>
143 <rdar://problem/5780697> Copying content with CSS property values that are percentages can cause fidelity issues
145 * editing/pasteboard/5780697-2-expected.txt: Added.
146 * editing/pasteboard/5780697-2.html: Added.
148 2008-03-19 Oliver Hunt <oliver@apple.com>
152 Test case for Canvas.arc with zero-length radius needed to
153 be updated for current html5 spec.
155 * fast/canvas/canvas-with-incorrect-args-expected.txt:
156 * fast/canvas/canvas-with-incorrect-args.html:
158 2008-03-19 Justin Garcia <justin.garcia@apple.com>
162 <rdar://problem/5794920> Acid3: Assertion failure in VisiblePosition::previous when clicking on results (17004)
164 * editing/pasteboard/4989774.html: Updated to wait for the images to load before trying to copy it.
165 * editing/selection/5794920-1-expected.txt: Added.
166 * editing/selection/5794920-1.html: Added.
168 2008-03-19 Dan Bernstein <mitz@apple.com>
170 Reviewed by Sam Weinig.
172 - test for assertion failure in RenderBlock::determineStartPosition() at http://www.wired.com/techbiz/it/magazine/16-04/bz_apple
174 * fast/repaint/line-flow-with-floats-10.html: Added.
175 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.checksum: Added.
176 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.png: Added.
177 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt: Added.
179 2008-03-19 Dan Bernstein <mitz@apple.com>
181 Reviewed by John Sullivan.
183 - test for <rdar://problem/5805070> CrashTracer: [USER] 33 crashes in Safari at com.apple.WebCore: WebCore::FrameView::layout + 431
185 * fast/dynamic/subtree-parent-static-y.html: Added.
186 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.checksum: Added.
187 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.png: Added.
188 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt: Added.
190 2008-03-19 Mark Rowe <mrowe@apple.com>
192 Reviewed by Oliver Hunt.
194 Test for http://bugs.webkit.org/show_bug.cgi?id=17939
195 Bug 17939: Crash decompiling "const a = 1, b;"
197 * fast/js/function-toString-parentheses-expected.txt:
198 * fast/js/resources/function-toString-parentheses.js:
200 2008-03-18 Oliver Hunt <oliver@apple.com>
202 Reviewed by Mark Rowe.
204 Bug 17929: Incorrect decompilation with |const|, comma
205 http://bugs.webkit.org/show_bug.cgi?id=17929
207 Test cases for converting const nodes to string.
209 * fast/js/resources/function-toString-parentheses.js:
211 2008-03-18 Mark Rowe <mrowe@apple.com>
213 Reviewed by Oliver Hunt.
215 Tests for http://bugs.webkit.org/show_bug.cgi?id=17925 and http://bugs.webkit.org/show_bug.cgi?id=17927.
216 - Bug 17925: Crash in KJS::JSObject::put after setting this.__proto__
217 - Bug 17927: Hang after attempting to create circular __proto__
219 * fast/js/cyclic-proto-expected.txt: Added.
220 * fast/js/cyclic-proto.html: Copied from LayoutTests/fast/js/assign.html.
221 * fast/js/non-object-proto-expected.txt: Added.
222 * fast/js/non-object-proto.html: Copied from LayoutTests/fast/js/rehash-assign.html.
223 * fast/js/resources/cyclic-proto.js: Added.
224 * fast/js/resources/non-object-proto.js: Added.
226 2008-03-18 Sam Weinig <sam@webkit.org>
228 Reviewed by Anders Carlsson.
230 Tests for http://bugs.webkit.org/show_bug.cgi?id=17057
231 REGRESSION: Frequent random crashes in WebCore::JSNodeList::indexGetter
232 <rdar://problem/5725058>
234 * fast/dom/NodeList/5725058-crash-scenario-1-expected.txt: Added.
235 * fast/dom/NodeList/5725058-crash-scenario-1.html: Added.
236 * fast/dom/NodeList/5725058-crash-scenario-2-expected.txt: Added.
237 * fast/dom/NodeList/5725058-crash-scenario-2.html: Added.
238 * fast/dom/NodeList/5725058-crash-scenario-3-expected.txt: Added.
239 * fast/dom/NodeList/5725058-crash-scenario-3.html: Added.
241 2008-03-18 Sam Weinig <sam@webkit.org>
243 Reviewed by Darin Adler.
245 Make domListEnumeration.html test not depend on the order of property enumeration
246 by sorting the result array.
248 * fast/dom/domListEnumeration-expected.txt:
249 * fast/dom/resources/domListEnumeration.js:
251 2008-03-18 Dan Bernstein <mitz@apple.com>
253 Reviewed by Adele Peterson.
255 - test for <rdar://problem/5805127> REGRESSION (r31116): Assertion failure (floatIndex < floats.size()) in RenderBlock::determineStartPosition() at digg.com
257 * fast/dynamic/floating-to-positioned.html: Added.
258 * platform/mac/fast/dynamic/floating-to-positioned-expected.checksum: Added.
259 * platform/mac/fast/dynamic/floating-to-positioned-expected.png: Added.
260 * platform/mac/fast/dynamic/floating-to-positioned-expected.txt: Added.
262 2008-03-17 Dan Bernstein <mitz@apple.com>
264 Reviewed by Dave Hyatt.
266 - test incremental relayout of blocks that contain floats
268 * fast/repaint/line-flow-with-floats-1.html: Added.
269 * fast/repaint/line-flow-with-floats-2.html: Added.
270 * fast/repaint/line-flow-with-floats-3.html: Added.
271 * fast/repaint/line-flow-with-floats-4.html: Added.
272 * fast/repaint/line-flow-with-floats-5.html: Added.
273 * fast/repaint/line-flow-with-floats-6.html: Added.
274 * fast/repaint/line-flow-with-floats-7.html: Added.
275 * fast/repaint/line-flow-with-floats-8.html: Added.
276 * fast/repaint/line-flow-with-floats-9.html: Added.
277 * fast/repaint/resources/line-flow-with-floats.html: Added.
278 * fast/repaint/resources/line-flow-with-floats.js: Added.
279 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.checksum: Added.
280 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.png: Added.
281 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt: Added.
282 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.checksum: Added.
283 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.png: Added.
284 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt: Added.
285 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.checksum: Added.
286 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.png: Added.
287 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt: Added.
288 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.checksum: Added.
289 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.png: Added.
290 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt: Added.
291 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.checksum: Added.
292 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.png: Added.
293 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt: Added.
294 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.checksum: Added.
295 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.png: Added.
296 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt: Added.
297 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.checksum: Added.
298 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.png: Added.
299 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt: Added.
300 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.checksum: Added.
301 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.png: Added.
302 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt: Added.
303 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.checksum: Added.
304 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.png: Added.
305 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt: Added.
307 2008-03-17 Eric Seidel <eric@webkit.org>
311 Add test case to test NPN_IntFromIdentifier
313 * plugins/netscape-identifier-conversion-expected.txt: Added.
314 * plugins/netscape-identifier-conversion.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html.
315 * plugins/resources/TEMPLATE.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html.
316 * plugins/resources/netscape-identifier-conversion.js: Added.
318 2008-03-17 Sam Weinig <sam@webkit.org>
320 Reviewed by Dan Bernstein.
322 Add HTMLCollection constructor to the Window object. (Omission noticed by Harri Porten)
324 * fast/dom/Window/window-properties-expected.txt:
326 2008-03-17 Robert Blaut <webkit@blaut.biz>
330 Fix for bug http://bugs.webkit.org/show_bug.cgi?id=17696
331 Set default margin-bottom for form element in quirk mode
332 and be compatible with Gecko.
334 * fast/css/margin-bottom-form-element-quirk.html: Added.
335 * fast/css/margin-bottom-form-element-strict.html: Added.
336 * fast/frames/viewsource-empty-attribute-value-expected.txt:
337 * platform/mac/fast/block/margin-collapse/103-expected.checksum:
338 * platform/mac/fast/block/margin-collapse/103-expected.png:
339 * platform/mac/fast/block/margin-collapse/103-expected.txt:
340 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.checksum: Added.
341 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.png: Added.
342 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.txt: Added.
343 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.checksum: Added.
344 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.png: Added.
345 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.txt: Added.
346 * platform/mac/tables/mozilla/bugs/bug44505-expected.checksum:
347 * platform/mac/tables/mozilla/bugs/bug44505-expected.png:
348 * platform/mac/tables/mozilla/bugs/bug44505-expected.txt:
349 * platform/mac/tables/mozilla/bugs/bug51727-expected.checksum:
350 * platform/mac/tables/mozilla/bugs/bug51727-expected.png:
351 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
352 * platform/mac/tables/mozilla/bugs/bug52505-expected.checksum:
353 * platform/mac/tables/mozilla/bugs/bug52505-expected.png:
354 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
355 * platform/mac/tables/mozilla/bugs/bug52506-expected.checksum:
356 * platform/mac/tables/mozilla/bugs/bug52506-expected.png:
357 * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
358 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum:
359 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.png:
360 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt:
361 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum:
362 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
363 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
364 * platform/qt/fast/block/margin-collapse/103-expected.txt: Removed.
365 * platform/qt/tables/mozilla/bugs/bug44505-expected.txt: Removed.
366 * platform/qt/tables/mozilla/bugs/bug51727-expected.txt: Removed.
367 * platform/qt/tables/mozilla/bugs/bug52505-expected.txt: Removed.
368 * platform/qt/tables/mozilla/bugs/bug52506-expected.txt: Removed.
369 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt: Removed.
370 * platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Removed.
372 2008-03-17 Yuzhu Shen <yuzhu.shen@gmail.com>
376 Bug: http://bugs.webkit.org/show_bug.cgi?id=17760
377 Test whether <img> tries to load image with empty src attribute.
379 * fast/images/load-img-with-empty-src-expected.txt: Added.
380 * fast/images/load-img-with-empty-src.html: Added.
381 * fast/images/resources/test-load.jpg: Added.
383 2008-03-17 Adam Roben <aroben@apple.com>
385 Test for Bug 17876: REGRESSION (r31060): Attempting to visit Ofcom page causes crash
387 <http://bugs.webkit.org/show_bug.cgi?id=17876>
391 * fast/dom/remove-named-attribute-crash-expected.txt: Added.
392 * fast/dom/remove-named-attribute-crash.html: Added.
394 2008-03-16 Maciej Stachowiak <mjs@apple.com>
398 - test for "Acid3 expects different exceptions for surroundContents calls involving comment nodes (affects Acid3 test 11)"
399 http://bugs.webkit.org/show_bug.cgi?id=17509
401 * fast/dom/Range/acid3-surround-contents-expected.txt: Added.
402 * fast/dom/Range/acid3-surround-contents.html: Added.
404 2008-03-16 Marvin Decker <marv.decker@gmail.com>
408 Fix bug 15119, unencodable characters in URLs should be entity-escaped.
410 * http/tests/uri/escaped-entity-expected.txt: Added.
411 * http/tests/uri/escaped-entity.html: Added.
413 2008-03-16 Darin Adler <darin@apple.com>
415 Reviewed by Mark Rowe.
417 - test for bug fixes in http://bugs.webkit.org/show_bug.cgi?id=17881
418 a little cleanup for HTMLTextAreaElement
420 * fast/forms/textarea-default-value-leading-newline-expected.txt: Added.
421 * fast/forms/textarea-default-value-leading-newline.html: Copied from fast/forms/textarea-crlf.html.
423 * fast/forms/textarea-hard-linewrap-expected.txt: Updated.
424 * fast/forms/textarea-hard-linewrap.html: Cleaned up a bit.
426 * fast/forms/textarea-linewrap-dynamic-expected.txt: Added.
427 * fast/forms/textarea-linewrap-dynamic.html: Copied from fast/forms/textarea-hard-linewrap.html.
429 2008-03-16 Antti Koivisto <antti@apple.com>
433 Test for http://bugs.webkit.org/show_bug.cgi?id=17862
434 REGRESSION (r31038): Reproducible crash under DocLoader::checkForReload() at marware.com
436 * http/tests/misc/resources/uncacheable-script.cgi: Added.
437 * http/tests/misc/uncacheable-script-repeated-expected.txt: Added.
438 * http/tests/misc/uncacheable-script-repeated.html: Added.
440 2008-03-16 Yuzhu Shen <yuzhu.shen@gmail.com>
444 Bug: http://bugs.webkit.org/show_bug.cgi?id=17714
445 Test whether clicking <img href="#"> goes to top of the page.
447 * fast/html/empty-fragment-id-goto-top-expected.txt: Added.
448 * fast/html/empty-fragment-id-goto-top.html: Added.
450 2008-03-16 Darin Adler <darin@apple.com>
454 - test for http://bugs.webkit.org/show_bug.cgi?id=14941
455 <rdar://problem/5404093> textarea value from JavaScript includes extra newline
457 * fast/forms/textarea-paste-newline.html: Updated test to expect correct behavior instead
458 of expecting the bug.
460 * fast/forms/textarea-trailing-newline-expected.txt: Added.
461 * fast/forms/textarea-trailing-newline.html: Added.
463 2008-03-15 Darin Adler <darin@apple.com>
467 - test changes for http://bugs.webkit.org/show_bug.cgi?id=11997
468 Ranges are not fixed after mutation (affects Acid3 test 13)
470 * fast/dom/Range/mutation-expected.txt: Added.
471 * fast/dom/Range/mutation.html: Added.
472 * fast/dom/Range/resources/mutation.js: Added.
474 * editing/execCommand/4920742-2-expected.txt: Updated.
475 * editing/execCommand/4920742-2.html: Updated this test. It was testing for a crash in a
476 case that's no longer possible -- you can't make a range where one endpoint is in the
477 document and the other is not.
479 * platform/mac/editing/execCommand/4920488-expected.txt: Removed WRONG_DOCUMENT_ERR.
480 The fact that a test was getting this exception was a bug, similar to the case above.
481 * platform/qt/editing/execCommand/4920488-expected.txt: Ditto.
483 2008-03-15 Julien Chaffraix <julien.chaffraix@gmail.com>
487 [CURL] Crash below ResourceHandleManager::setupPOST when job->request().httpBody() is NULL
488 http://bugs.webkit.org/show_bug.cgi?id=16906
490 * http/tests/xmlhttprequest/xmlhttprequest-post-crash-expected.txt: Added.
491 * http/tests/xmlhttprequest/xmlhttprequest-post-crash.html: Added.
493 2008-03-14 Anders Carlsson <andersca@apple.com>
497 <rdar://problem/5794989>
498 https://bugs.webkit.org/show_bug.cgi?id=17792
499 REGRESSION (Safari 3.0.4-3.1): Ordering tickets from Sweden's biggest train operator doesn't work
503 * fast/dom/Window/window-open-self-from-other-frame-expected.txt: Added.
504 * fast/dom/Window/window-open-self-from-other-frame.html: Added.
506 2008-03-14 Dan Bernstein <mitz@apple.com>
508 Reviewed by Darin Adler.
510 - test for http://bugs.webkit.org/show_bug.cgi?id=17834
511 REGRESSION: floated first-letter does not work when included in table
513 * fast/css/first-letter-float.html: Added.
514 * platform/mac-leopard/fast/css/first-letter-float-expected.checksum: Added.
515 * platform/mac-leopard/fast/css/first-letter-float-expected.png: Added.
516 * platform/mac/fast/css/first-letter-float-expected.txt: Added.
518 2008-03-13 Antti Koivisto <antti@apple.com>
522 Update test results for the preload patch. Load order for some resources changed,
523 this does not affect the substance of these tests.
525 * platform/mac-leopard/security/block-test-expected.txt:
526 * security/block-test-expected.txt:
527 * webarchive/loading/cache-expired-subresource-expected.txt:
529 2008-03-13 Dan Bernstein <mitz@apple.com>
531 Reviewed by Dave Hyatt.
533 - test for http://bugs.webkit.org/show_bug.cgi?id=17819
534 Border-collapse: collapse later cell wins on PC, earlier cell on Mac
536 * fast/table/border-collapsing/equal-precedence-resolution.html: Added.
537 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.checksum: Added.
538 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.png: Added.
539 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Added.
541 2008-03-12 Justin Garcia <justin.garcia@apple.com>
545 <rdar://problem/5770834> Crash at InsertTextCommand::prepareForTextInsertion() doing RemoveFormat in a certain list
547 * editing/execCommand/5770834-1-expected.txt: Added.
548 * editing/execCommand/5770834-1.html: Added.
550 2008-03-11 Alexey Proskuryakov <ap@webkit.org>
554 <rdar://problem/5640615> REGRESSION (Safari 2-3): Changing subframe encoding rules broke
557 * fast/encoding/frame-default-enc-expected.txt:
558 * fast/encoding/frame-default-enc.html:
559 Reversed success and failure.
561 * http/tests/misc/frame-default-enc-different-domain-expected.txt: Added.
562 * http/tests/misc/frame-default-enc-different-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html.
563 * http/tests/misc/frame-default-enc-same-domain-expected.txt: Added.
564 * http/tests/misc/frame-default-enc-same-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html.
565 * http/tests/misc/resources/frame-default-enc-frame.html: Copied from LayoutTests/fast/encoding/resources/frame-default-enc-frame.html.
567 2008-03-10 Sam Weinig <sam@webkit.org>
569 Reviewed by Beth Dakin.
571 Update test to catch the SECURITY_ERR thrown by
572 CanvasRenderingContext2D::getImageData() and
573 HTMLCanvasElement::toDataURL() on a tainted canvas
575 * http/tests/security/canvas-remote-read-remote-image-expected.txt:
576 * http/tests/security/canvas-remote-read-remote-image.html:
578 2008-03-10 Justin Garcia <justin.garcia@apple.com>
582 <rdar://problem/5779984> REGRESSION (r30391): GMail: Safari won't display the Edit Link dialog
584 * editing/pasteboard/5780697-2-expected.txt: Added.
585 * editing/pasteboard/5780697-2.html: Added.
586 * editing/selection/5779984-1-expected.txt: Added.
587 * editing/selection/5779984-1.html: Added.
589 2008-03-10 Sam Weinig <sam@webkit.org>
591 Reviewed by Beth Dakin.
593 Add Tiger specific results for toDataURL-supportedTypes.html as the image
594 encoders have slightly changed between releases.
596 * platform/mac-tiger/fast/canvas: Added.
597 * platform/mac-tiger/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
599 2008-03-02 Julien Chaffraix <julien.chaffraix@gmail.com>
601 Reviewed and landed by Darin.
603 bug 12182 : XMLHttpRequest should raise SECURITY_ERR for same-origin policy violations
605 * http/tests/xmlhttprequest/exceptions-expected.txt: Updated results
607 2008-03-10 Johnny Ding <johnnyding.webkit@gmail.com>
609 Reviewed, tweaked and landed by Alexey.
611 Bug http://bugs.webkit.org/show_bug.cgi?id=17732
612 Test case for testing script decoding after setting its src attribute
614 * fast/dom/HTMLScriptElement/resources/script-decoding-error-after-setting-src.js: Added.
615 * fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src-expected.txt: Added.
616 * fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src.html: Added.
618 2008-03-07 Simon Hausmann <hausmann@webkit.org>
624 Added a testcase for http://bugs.webkit.org/show_bug.cgi?id=16815
626 * fast/js/navigator-plugins-crash-expected.txt: Added.
627 * fast/js/navigator-plugins-crash.html: Added.
629 2008-03-08 Oliver Hunt <oliver@apple.com>
633 Test case for Bug 16516: canvas image patterns stop working with some transformations
635 * fast/canvas/canvas-pattern-behaviour.js:
637 2008-03-08 Oliver Hunt <oliver@apple.com>
641 Bug 17728: Canvas.createPattern with null repeat argument throws an exception
643 Test cases for various way of constructing a pattern
645 * fast/canvas/canvas-pattern-behaviour-expected.txt: Added.
646 * fast/canvas/canvas-pattern-behaviour.html: Added.
647 * fast/canvas/canvas-pattern-behaviour.js: Added.
649 2008-03-08 Darin Adler <darin@apple.com>
651 * platform/win/Skipped: Fixed some typos (stray "s" characters).
653 2008-03-07 Stephanie Lewis <slewis@apple.com>
657 Add toDataURL tests to skipped list
659 * platform/win/Skipped:
661 2008-03-07 Alexey Proskuryakov <ap@webkit.org>
665 REGRESSION: Korean decoding doesn't support extended EUC-KR.
667 * fast/encoding/char-decoding-expected.txt:
668 * fast/encoding/char-decoding.html:
669 Added cases for Korean.
671 2008-03-07 Oliver Hunt <oliver@apple.com>
673 Reviewed by Mark Rowe.
675 Test case for Bug 16610: <canvas> restore() removes path segments created before it
677 * fast/canvas/canvas-save-restore-with-path-expected.txt: Added.
678 * fast/canvas/canvas-save-restore-with-path.html: Added.
679 * fast/canvas/canvas-save-restore-with-path.js: Added.
681 2008-03-07 Samuel Weinig <sam@webkit.org>
683 Reviewed by Oliver Hunt.
685 Tests for http://bugs.webkit.org/show_bug.cgi?id=16673
686 <canvas> lacks toDataURL()
688 * fast/canvas/toDataURL-noData-expected.txt: Added.
689 * fast/canvas/toDataURL-noData.html: Added.
690 * fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
691 * fast/canvas/toDataURL-supportedTypes.html: Added.
693 2008-03-07 Stephanie Lewis <slewis@apple.com>
695 update Windows Skipped List
697 * platform/win/Skipped:
699 2008-03-07 Adele Peterson <adele@apple.com>
701 Adding fast/dom/HTMLDocument/hasFocus.html to the skipped list, while I investigate the failure.
703 * platform/win/Skipped:
705 2008-03-06 Geoffrey Garen <ggaren@apple.com>
707 Reviewed by Darin Adler.
709 Tests for <rdar://problem/5689093> Stricter (ES4) eval semantics
711 * fast/js/eval-cross-window-expected.txt: Added.
712 * fast/js/eval-cross-window.html: Added.
713 * fast/js/eval-keyword-vs-function-expected.txt: Added.
714 * fast/js/eval-keyword-vs-function.html: Added.
715 * fast/js/eval-overriding-expected.txt: Added.
716 * fast/js/eval-overriding.html: Added.
718 Tests to make sure not to regress security:
720 * http/tests/security/resources/xss-eval2.html: Added.
721 * http/tests/security/resources/xss-eval3.html: Added.
722 * http/tests/security/xss-eval-expected.txt: Added.
723 * http/tests/security/xss-eval.html: Added.
725 I removed these tests because we no longer match the behavior they
726 expected, and the new tests are more comprehensive:
728 * fast/js/window-eval-context-expected.txt: Removed.
729 * fast/js/window-eval-context.html: Removed.
730 * fast/js/window-eval-tearoff-expected.txt: Removed.
731 * fast/js/window-eval-tearoff.html: Removed.
733 2008-03-06 Oliver Hunt <oliver@apple.com>
737 Test security restrictions for retrieving the content of tainted canvases
739 * http/tests/security/canvas-remote-read-remote-image-expected.txt: Added.
740 * http/tests/security/canvas-remote-read-remote-image.html: Added.
742 2008-03-06 Adele Peterson <adele@apple.com>
746 Tests for <rdar://problem/5785892> Implement activeElement attribute for HTMLDocument (HTML5)
747 and <rdar://problem/5785895> Implement hasFocus() for HTMLDocument (HTML5)
749 * fast/dom/HTMLDocument/activeElement-expected.txt: Added.
750 * fast/dom/HTMLDocument/activeElement.html: Added.
751 * fast/dom/HTMLDocument/hasFocus-expected.txt: Added.
752 * fast/dom/HTMLDocument/hasFocus.html: Added.
753 * fast/dom/HTMLDocument/resources/hasFocus-iframe.html: Added.
755 2008-03-06 Dan Bernstein <mitz@apple.com>
757 Reviewed by Darin Adler.
759 - test and updated results for <rdar://problem/5741981> 154008 WebKit: Some asian language font glyphs are not shown (in Mail and Entourage)
761 * fast/text/soft-hyphen-3.html: Added.
762 * platform/mac/fast/text/basic/014-expected.txt:
763 * platform/mac/fast/text/soft-hyphen-3-expected.checksum: Added.
764 * platform/mac/fast/text/soft-hyphen-3-expected.png: Added.
765 * platform/mac/fast/text/soft-hyphen-3-expected.txt: Added.
767 2008-03-06 Alexey Proskuryakov <ap@webkit.org>
771 <rdar://problem/5687269> Need to create a Collator abstraction for WebCore and JavaScriptCore
773 Added a test to verify that collation is indeed locale-sensitive, and not just UCA.
775 * fast/xsl/sort-locale-expected.txt: Added.
776 * fast/xsl/sort-locale.xml: Added.
777 * fast/xsl/sort-locale.xsl: Added.
779 2008-03-06 Dan Bernstein <mitz@apple.com>
783 - add test for r30823 (background-position: inherit)
785 * fast/css/background-position-inherit-expected.txt: Added.
786 * fast/css/background-position-inherit.html: Added.
788 2008-03-05 Justin Garcia <justin.garcia@apple.com>
792 <rdar://problem/5780697> Copying content with CSS property values that are percentages can cause fidelity issues
794 * editing/pasteboard/5780697-1-expected.txt: Added.
795 * editing/pasteboard/5780697-1.html: Added.
797 2008-03-05 Brady Eidson <beidson@apple.com>
799 Reviewed by Alexey + Mark Rowe
801 Fix for <rdar://problem/5778247> - Reproducible crash on storage/execute-sql-args.html
803 This test takes its best shot at handling two databases on a single database thread at once,
804 then having one of those databases go away completely (garbage collection and everything)
806 * storage/multiple-databases-garbage-collection-expected.txt: Added.
807 * storage/multiple-databases-garbage-collection.html: Added.
809 2008-03-04 Maciej Stachowiak <mjs@apple.com>
811 Reviewed by Sam and Oliver.
813 - test for http://bugs.webkit.org/show_bug.cgi?id=16289
814 - test for Acid3 tests 26 and 27 (not exactly the same issue but related)
816 * fast/dom/gc-11-expected.txt: Added. Test case from bug 16289.
817 * fast/dom/gc-11.html: Added.
818 * fast/dom/gc-acid3.html: Added. DOM garbage collection part of Acid3.
819 * fast/dom/gc-acid3-expected.txt: Added.
820 * fast/dom/gc-6-expected.txt: Updated results. The old assumptions of this test
821 were in conflict with the requirements of Acid3.
823 2008-03-04 Dan Bernstein <mitz@apple.com>
825 - test for http://bugs.webkit.org/show_bug.cgi?id=17676
826 <rdar://problem/5781091> REGRESSION (r30240-r30267): href attribute values with non-ASCII characters in the host part do not work
828 * fast/encoding/url-host-name-non-ascii-expected.txt: Added.
829 * fast/encoding/url-host-name-non-ascii.html: Added.
831 2008-03-04 Nikolas Zimmermann <zimmermann@kde.org>
835 Fix svg/dynamic-updates time-dependancy problem. Remove unneeded setTimeout() call.
837 * svg/custom/acid3-test-77.html: Remove uneeded variables 'svgns' / 'xlinkns'
838 * svg/dynamic-updates/resources/SVGTestCase.js:
840 2008-03-04 Nikolas Zimmermann <zimmermann@kde.org>
842 Reviewed by Eric & David.
844 Add new layout test for Acid3 - test 77.
845 Update result for svg/custom/text-dom-01-f.svg.
847 * platform/mac-leopard/svg/custom/acid3-test-77-expected.checksum: Added.
848 * platform/mac-leopard/svg/custom/acid3-test-77-expected.png: Added.
849 * platform/mac-leopard/svg/custom/getSubStringLength-expected.checksum: Added.
850 * platform/mac-leopard/svg/custom/getSubStringLength-expected.png: Added.
851 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.checksum:
852 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.png:
853 * svg/custom/acid3-test-77-expected.txt: Added.
854 * svg/custom/acid3-test-77.html: Added.
855 * svg/custom/getSubStringLength-expected.txt: Added.
856 * svg/custom/getSubStringLength.html: Added.
857 * svg/custom/resources/Acid3Font-loader.svg: Added.
858 * svg/custom/resources/Acid3Font.svg: Added.
859 * svg/custom/resources/getSubStringLength.js: Added.
861 2008-03-04 Sam Weinig <sam@webkit.org>
863 Reviewed by Darin Adler.
865 Update results for fixed class names.
867 * fast/dom/Window/window-properties-expected.txt:
868 * fast/dom/xmlhttprequest-get-expected.txt:
869 * http/tests/xmlhttprequest/event-target-expected.txt:
871 2008-03-04 Dan Bernstein <mitz@apple.com>
873 Reviewed by Oliver Hunt and Geoffrey Garen.
875 - extended test to cover http://bugs.webkit.org/show_bug.cgi?id=17667
876 <rdar://problem/5779658> REGRESSION (r30587): Document::implicitClose() not called when done loading page (Image does not get scaled to fit)
878 * http/tests/misc/missing-style-sheet-expected.txt:
879 * http/tests/misc/missing-style-sheet.html:
881 2008-03-04 Adele Peterson <adele@apple.com>
885 Test for <rdar://problem/5779718> focus() does not work for anchor elements with no content
887 * fast/events/anchor-empty-focus-expected.txt: Added.
888 * fast/events/anchor-empty-focus.html: Added.
890 2008-03-04 Dan Bernstein <mitz@apple.com>
892 - test for <rdar://problem/5622336> Burmese text does not render on http://www.myanmarbible.com/bible/Judson/html/index.html
894 * platform/win/fast/text/uniscribe-missing-glyph-expected.txt: Added.
895 * platform/win/fast/text/uniscribe-missing-glyph.html: Added.
897 2008-03-04 Alexey Proskuryakov <ap@webkit.org>
899 Suggested by Darin, rubber-stamped by Mark.
901 http://bugs.webkit.org/show_bug.cgi?id=17569
902 REGRESSION (r30571): Buzzword.com doesn't load
904 Rolling out r30571, as determining what is wrong with it proved tricky.
906 * fast/loader/meta-refresh-anchor-click-expected.txt: Removed.
907 * fast/loader/meta-refresh-anchor-click.html: Removed.
908 * fast/loader/resources/meta-refresh-subframe.html: Removed.
910 2008-03-03 Sam Weinig <sam@webkit.org>
912 Reviewed by Mark Rowe.
916 * fast/dom/Window/window-properties-expected.txt:
918 2008-03-03 Dan Bernstein <mitz@apple.com>
920 Reviewed by Darin Adler.
922 - test that :first-letter applies to the first letter in normal flow,
923 skipping floats and positioned objects
925 * fast/css/first-letter-skip-out-of-flow.html: Added.
926 * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.checksum: Added.
927 * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.png: Added.
928 * platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt: Added.
930 2008-03-03 Mark Rowe <mrowe@apple.com>
932 Reviewed by Dan Bernstein.
934 Test for http://bugs.webkit.org/show_bug.cgi?id=17313
935 Bug 17313: querySelectorAll() causing crashes when called via dojo.query() wrapper
937 * fast/dom/SelectorAPI/bug-17313-expected.txt: Added.
938 * fast/dom/SelectorAPI/bug-17313.html: Added.
940 2008-03-03 David D. Kilzer <ddkilzer@webkit.org>
942 Dynamically inserting CSS rule with @media query fails with DOM Exception 12
943 <http://bugs.webkit.org/show_bug.cgi?id=15986>
947 * fast/css/insertRule-font-face.html: Added.
948 * fast/css/insertRule-media.html: Added.
949 * fast/css/resources/insertRule-font-face.js: Added.
950 * fast/css/resources/insertRule-media.js: Added.
952 2008-03-03 Oliver Hunt <oliver@apple.com>
954 Reviewed by Mark Rowe.
956 Add check to make sure we return all the data in a row.
958 * fast/canvas/canvas-getImageData-expected.txt:
959 * fast/canvas/canvas-getImageData.html:
961 2008-03-03 Oliver Hunt <oliver@apple.com>
963 Reviewed by Mark Rowe.
965 Test case for incorrect assertions
967 * fast/canvas/canvas-putImageData.js:
969 2008-03-02 Kevin Ollivier <kevino@theolliviers.com>
971 Reviewed by Dave Hyatt.
973 Gracefully handle a CSS rule containing an invalid value.
974 (Fixes http://bugs.webkit.org/show_bug.cgi?id=16898)
976 * fast/css/invalid-rule-value-expected.txt: Added.
977 * fast/css/invalid-rule-value.html: Added.
979 2008-03-01 Oliver Hunt <oliver@apple.com>
981 Reviewed by Sam Weinig.
983 Bug 16954: Support putImageData
985 Nice simple testcase for putImageData covering the exciting
986 little bits of behaviour present in the current spec.
988 * fast/canvas/canvas-putImageData-expected.txt: Added.
989 * fast/canvas/canvas-putImageData.html: Added.
991 2008-03-01 Sam Weinig <sam@webkit.org>
993 Reviewed by Darin Adler.
997 * fast/dom/Window/window-function-name-getter-precedence-expected.txt:
999 2008-03-01 Nikolas Zimmermann <zimmermann@kde.org>
1003 Add new set of dynamic updates tests, this time for SVGForeignObjectElement.
1005 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum: Added.
1006 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
1007 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum: Added.
1008 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
1009 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.checksum: Added.
1010 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
1011 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.checksum: Added.
1012 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
1013 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum: Added.
1014 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
1015 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum: Added.
1016 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
1017 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.checksum: Added.
1018 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
1019 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.checksum: Added.
1020 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
1021 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt: Added.
1022 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html: Added.
1023 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt: Added.
1024 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html: Added.
1025 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.txt: Added.
1026 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html: Added.
1027 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.txt: Added.
1028 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html: Added.
1029 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt: Added.
1030 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html: Added.
1031 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt: Added.
1032 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html: Added.
1033 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.txt: Added.
1034 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html: Added.
1035 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.txt: Added.
1036 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html: Added.
1037 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js: Added.
1038 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js: Added.
1039 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js: Added.
1040 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js: Added.
1041 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js: Added.
1042 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js: Added.
1043 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js: Added.
1044 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js: Added.
1045 * svg/dynamic-updates/resources/SVGTestCase.js: Add xhtml namespace 'xhtmlNS'.
1047 2008-02-29 Dan Bernstein <mitz@apple.com>
1049 Rubber-stamped by Sam Weinig.
1051 - update test results following r30649
1053 * svg/css/getComputedStyle-basic-expected.txt:
1055 2008-02-29 Robert Blaut <webkit@blaut.biz>
1057 Reviewed by Darin Adler.
1059 - Tests for http://bugs.webkit.org/show_bug.cgi?id=17532
1060 Webkit imports styles from <link> element which doesn't have rel=stylesheet defined
1062 * fast/html/link-rel-stylesheet.html: Added.
1063 * fast/media/mq-simple-query-02.html:
1064 * fast/media/mq-width-absolute-02.html:
1065 * platform/mac/fast/html/link-rel-stylesheet-expected.txt: Added.
1067 2008-02-29 Alexey Proskuryakov <ap@webkit.org>
1071 <rdar://problem/5766352> REGRESSION (r27151): XMLHttpRequest.abort() resets response status
1073 * http/tests/xmlhttprequest/status-after-abort-expected.txt: Added.
1074 * http/tests/xmlhttprequest/status-after-abort.html: Added.
1076 2008-02-29 Dan Bernstein <mitz@apple.com>
1078 Reviewed by Darin Adler.
1080 - test for a bug where explicit embedding past the end of a line could
1081 affect text that line
1083 * fast/text/embed-at-end-of-pre-wrap-line.html: Added.
1084 * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.checksum: Added.
1085 * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added.
1086 * platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt: Added.
1088 2008-02-28 Justin Garcia <justin.garcia@apple.com>
1090 Reviewed by Darin Adler.
1092 <rdar://problem/4930986> REGRESSION: Paste As Quotation pastes black text instead of blue
1094 Demonstrates the bug:
1095 * editing/pasteboard/4930986-1-expected.txt: Added.
1096 * editing/pasteboard/4930986-1.html: Added.
1097 * editing/pasteboard/4930986-2-expected.txt: Added.
1098 * editing/pasteboard/4930986-2.html: Added.
1100 Demonstrates a problem with the first version of the patch:
1101 * editing/pasteboard/4930986-3-expected.txt: Added.
1102 * editing/pasteboard/4930986-3.html: Added.
1104 Visual problem fixed. An anonymous renderer changed position, DOM remains unchanged:
1105 * editing/execCommand/5144139-1.html:
1106 * platform/mac/editing/execCommand/5144139-1-expected.checksum:
1107 * platform/mac/editing/execCommand/5144139-1-expected.png:
1108 * platform/mac/editing/execCommand/5144139-1-expected.txt:
1110 Removed unnecessary style spans, visual result unchanged:
1111 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum:
1112 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.png:
1113 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
1114 * platform/mac/editing/style/font-family-with-space-expected.checksum:
1115 * platform/mac/editing/style/font-family-with-space-expected.png:
1116 * platform/mac/editing/style/font-family-with-space-expected.txt:
1118 A style span isn't removed because at paste time because we don't anticipate
1119 encountering styles on style spans that are non-inheritable, because we don't
1120 create style spans like that at copy time. Turned this into a text only
1121 test. Test remains visually unchanged:
1122 * editing/pasteboard/5245519-expected.txt: Added.
1123 * editing/pasteboard/5245519.html:
1124 * platform/mac/editing/pasteboard/5245519-expected.checksum: Removed.
1125 * platform/mac/editing/pasteboard/5245519-expected.png: Removed.
1126 * platform/mac/editing/pasteboard/5245519-expected.txt: Removed.
1128 Added an extra empty anonymous renderer, DOM and visual result remain unchanged:
1129 * platform/mac/editing/execCommand/create-list-with-hr-expected.checksum:
1130 * platform/mac/editing/execCommand/create-list-with-hr-expected.png:
1131 * platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
1132 * platform/mac/editing/pasteboard/paste-list-001-expected.checksum:
1133 * platform/mac/editing/pasteboard/paste-list-001-expected.png:
1134 * platform/mac/editing/pasteboard/paste-list-001-expected.txt:
1135 * platform/mac/editing/pasteboard/paste-table-001-expected.checksum:
1136 * platform/mac/editing/pasteboard/paste-table-001-expected.png:
1137 * platform/mac/editing/pasteboard/paste-table-001-expected.txt:
1138 * platform/mac/editing/pasteboard/paste-text-003-expected.checksum:
1139 * platform/mac/editing/pasteboard/paste-text-003-expected.png:
1140 * platform/mac/editing/pasteboard/paste-text-003-expected.txt:
1142 Reflects changes to CSSComputedStyleDeclaration::getPropertyCSSValue:
1143 * fast/css/computed-style-expected.txt:
1144 * fast/css/computed-style-without-renderer-expected.txt:
1146 We don't remove styles from style spans that are overridden by all of their
1147 children, even though they are unnecessary. We've never done this, but now
1148 that there can be two style spans at paste time we are more likely to have
1149 a style span left over because of this problem. Mentioned this in the test
1150 case and turned this into a text only test:
1151 * editing/pasteboard/4840662.html:
1152 * editing/pasteboard/4840662-expected.txt: Added.
1153 * platform/mac/editing/pasteboard/4840662-expected.checksum: Removed.
1154 * platform/mac/editing/pasteboard/4840662-expected.png: Removed.
1155 * platform/mac/editing/pasteboard/4840662-expected.txt: Removed.
1157 2008-02-27 Dan Bernstein <mitz@apple.com>
1159 Reviewed by John Sullivan.
1161 - test for <rdar://problem/5607547> Single letter surrounded by soft hyphens can disappear
1163 * fast/text/soft-hyphen-2.html: Added.
1164 * platform/mac/fast/text/soft-hyphen-2-expected.checksum: Added.
1165 * platform/mac/fast/text/soft-hyphen-2-expected.png: Added.
1166 * platform/mac/fast/text/soft-hyphen-2-expected.txt: Added.
1168 2008-02-27 Brady Eidson <beidson@apple.com>
1170 Updated resource used in the layout test I landed yesterday.
1171 Due to a difference between Foundation on Tiger vs Leopard, the resource generated on
1172 Leopard caused different results on Leopard and Tiger.
1173 Regenerating the resource on Tiger, however, agrees with Leopard.
1175 * webarchive/loading/resources/cache-expired-subresource.webarchive:
1177 2008-02-27 Dan Bernstein <mitz@apple.com>
1179 Reviewed by Darin Adler.
1181 - test that centered text in right-to-left blocks spills over to the left
1183 * fast/text/align-center-rtl-spill.html: Added.
1184 * platform/mac/fast/text/align-center-rtl-spill-expected.checksum: Added.
1185 * platform/mac/fast/text/align-center-rtl-spill-expected.png: Added.
1186 * platform/mac/fast/text/align-center-rtl-spill-expected.txt: Added.
1188 2008-02-27 Eric Seidel <eric@webkit.org>
1190 Rubber-stamped by Adam.
1192 Fix svn:eol-style on all LayoutTest results
1195 find . -name "*-expected.txt" | xargs svn ps svn:eol-style native
1197 2008-02-27 Sam Weinig <sam@webkit.org>
1201 Updates tests for <rdar://problem/5768769>
1203 * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
1204 * http/tests/security/cross-frame-access-call-expected.txt:
1205 * http/tests/security/cross-frame-access-call.html:
1207 2008-02-27 Brady Eidson <beidson@apple.com>
1209 Reviewed by Mark Rowe
1211 Test for better fix for <rdar://problem/4930688> (see r19549) and
1212 original fix for <rdar://problem/3947312> (and 14 dupes)
1214 Crafting custom WebArchives for layout tests is a pain and something that should
1215 be resolved if we decide to pursue a new format.
1217 Using a custom php script to act as a stand in for an image resource, I set its
1218 cache-control header to expire immediately. Without the fix for the above bugs,
1219 the resource will be "expired" and an attempt to fetch it from the network will
1220 go out and fail. This failure will manifest with different ResourceLoadDelegate
1221 information, as well as different dimensions in the render tree - the missing
1222 image icon versus the archived image.
1224 With the fix in place, the response will be ignored and the image will be pulled
1225 from the WebArchive.
1227 * webarchive/loading/cache-expired-subresource-expected.txt: Added.
1228 * webarchive/loading/cache-expired-subresource.html: Added.
1229 * webarchive/loading/resources/cache-expired-subresource.webarchive: Added.
1231 2008-02-27 Kevin McCullough <kmccullough@apple.com>
1233 Landing test that was forgotten in the original patch (r30087).
1235 Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
1236 HTML5: Client-side database queries should return values of type number
1238 * storage/sql-data-types-expected.txt: Added.
1239 * storage/sql-data-types.html: Added.
1240 * storage/sql-data-types.js: Added.
1242 2008-02-27 Julien Chaffraix <julien.chaffraix@gmail.com>
1246 http://bugs.webkit.org/show_bug.cgi?id=17481
1247 Several consecutive calls to XMLHttpRequest::open should dispatch only one readyState event
1249 * http/tests/xmlhttprequest/xmlhttprequest-multiple-open-expected.txt: Added.
1250 * http/tests/xmlhttprequest/xmlhttprequest-multiple-open.html: Added.
1252 2008-02-26 Brady Eidson <beidson@apple.com>
1254 Add a skipped storage test for now
1256 * platform/win/Skipped: Added storage/multiple-transactions.html
1258 2008-02-26 Dan Bernstein <mitz@apple.com>
1260 Reviewed by Darin Adler.
1262 - test for http://bugs.webkit.org/show_bug.cgi?id=17555
1263 <rdar://problem/5766016> REGRESSION (r27351): Thumbnails positioned wrong on Getty Images results page
1265 * fast/dynamic/subtree-table-cell-height.html: Added.
1266 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.checksum: Added.
1267 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.png: Added.
1268 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
1270 2008-02-26 Satoshi Nakagawa <artension@gmail.com>
1272 Reviewed by Darin. Tweaked and landed by Alexey.
1274 - test for http://bugs.webkit.org/show_bug.cgi?id=17411
1276 * fast/text/line-breaks-after-ideographic-comma-or-full-stop.html: Added.
1277 * fast/text/line-breaks-after-ideographic-comma-or-full-stop-expected.txt: Added
1279 2008-02-25 Dan Bernstein <mitz@apple.com>
1281 Reviewed by Sam Weinig.
1283 - test for http://bugs.webkit.org/show_bug.cgi?id=17152
1284 Paragraphs indented with :first-letter and text-align CSS render incorrectly
1286 * fast/text/apply-start-width-after-skipped-text.html: Added.
1287 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.checksum: Added.
1288 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.png: Added.
1289 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.txt: Added.
1291 2008-02-25 Beth Dakin <bdakin@apple.com>
1295 Test for <rdar://problem/5760530> REGRESSION: Assertion failure in
1296 Document::removePendingSheet() from r30438
1298 * http/tests/misc/missing-style-sheet-expected.txt: Added.
1299 * http/tests/misc/missing-style-sheet.html: Added.
1301 2008-02-25 Brady Eidson <beidson@apple.com>
1303 Reviewed by T3h Mitz Pettel (Dan Bernstein)
1305 Layout test for already fixed bug <rdar://problem/5729445>
1307 * storage/multiple-transactions-expected.txt: Added.
1308 * storage/multiple-transactions.html: Added.
1310 2008-02-25 Darin Adler <darin@apple.com>
1314 - test for http://bugs.webkit.org/show_bug.cgi?id=17186
1315 Fragment navigation within a page permanently cancels meta refresh
1317 * fast/loader/meta-refresh-anchor-click-expected.txt: Added.
1318 * fast/loader/meta-refresh-anchor-click.html: Added.
1319 * fast/loader/resources/meta-refresh-subframe.html: Added.
1321 2008-02-25 Johnny Ding <johnnyding.webkit@gmail.com>
1323 Reviewed by Darin Adler.
1325 - bug http://bugs.webkit.org/show_bug.cgi?id=17444
1326 Test for multiple nested scripts which are in a external script.
1328 * fast/tokenizer/nested-multiple-scripts-expected.txt: Added.
1329 * fast/tokenizer/nested-multiple-scripts.html: Added.
1330 * fast/tokenizer/resources/external-script-1.js: Added.
1331 * fast/tokenizer/resources/external-script-2.js: Added.
1333 2008-02-24 Michael Knaup <michael.knaup@mac.com>
1337 - test for http://bugs.webkit.org/show_bug.cgi?id=8749
1339 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.checksum: Added.
1340 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.png: Added.
1341 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.txt: Added.
1342 * platform/mac/fast/canvas/canvas-draw-xbm-image.html: Added.
1343 * platform/mac/fast/canvas/resources: Added.
1344 * platform/mac/fast/canvas/resources/smile.xbm: Added.
1346 2008-02-24 Dan Bernstein <mitz@apple.com>
1348 Reviewed by Darin Adler.
1350 - test for http://bugs.webkit.org/show_bug.cgi?id=17471
1351 REGRESSION (r30438): Crash in deleteLineBoxes in cursor-adjusting code browsing Acid3
1353 * http/tests/misc/object-image-error-expected.txt: Added.
1354 * http/tests/misc/object-image-error.html: Added.
1355 * http/tests/misc/resources/404image.php: Added.
1357 2008-02-24 Dan Bernstein <mitz@apple.com>
1359 Rubber-stamped by Oliver Hunt.
1361 - replace expected results in platform/mac-tiger and
1362 platform/mac-leopard which were identical with a single copy in
1365 2008-02-24 Dan Bernstein <mitz@apple.com>
1367 Reviewed by Darin Adler.
1369 - test float positioning when a float that does not fit on the line is
1370 followed by a float that does
1372 * fast/block/float/narrow-after-wide.html: Added.
1373 * platform/mac/fast/block/float/narrow-after-wide-expected.checksum: Added.
1374 * platform/mac/fast/block/float/narrow-after-wide-expected.png: Added.
1375 * platform/mac/fast/block/float/narrow-after-wide-expected.txt: Added.
1377 2008-02-24 Darin Adler <darin@apple.com>
1381 - test for http://bugs.webkit.org/show_bug.cgi?id=16770
1382 Acid3 expects :visited styled links to restyle on iframe load
1384 * fast/history/resources/subframe.html: Added.
1385 * fast/history/subframe-is-visited-expected.txt: Added.
1386 * fast/history/subframe-is-visited.html: Added.
1388 2008-02-23 Dan Bernstein <mitz@apple.com>
1390 Reviewed by Dave Hyatt.
1392 - test that non-autowrapping text clear floats
1394 * fast/text/whitespace/nowrap-clear-float.html: Added.
1395 * platform/mac-leopard/fast/text/whitespace: Added.
1396 * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.checksum: Added.
1397 * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.png: Added.
1398 * platform/mac/fast/text/whitespace/nowrap-clear-float-expected.txt: Added.
1400 2008-02-23 Dan Bernstein <mitz@apple.com>
1402 - undo an accidental change to a test's expected results from r30431.
1404 * fast/js/date-DST-time-cusps-expected.txt:
1406 2008-02-23 Dan Bernstein <mitz@apple.com>
1408 Rubber-stamped by Sam Weinig and Anders Carlsson.
1410 - updated results for <rdar://problem/5714333> Add document.getSelection()
1412 * fast/dom/Window/window-properties-expected.txt:
1414 2008-02-22 Alexey Proskuryakov <ap@webkit.org>
1418 A few tweaks to PCRE-based regex test suite.
1420 * fast/regex/pcre-test-runner.js: Added support for global regexes. Emulate PCRE test runner
1421 more precisely by trimming trailing whitespace from some lines.
1423 * fast/regex/test1-expected.txt:
1424 * fast/regex/test4-expected.txt:
1425 * fast/regex/testinput1:
1426 * fast/regex/testinput4:
1427 * fast/regex/testoutput1:
1428 * fast/regex/testoutput4:
1429 Updated to PCRE 7.6.
1431 2008-02-22 Dan Bernstein <mitz@apple.com>
1433 - update Tiger expected results following r30431
1435 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1436 * platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.txt:
1437 * platform/mac-tiger/svg/custom/text-dom-01-f-expected.txt:
1438 * platform/mac-tiger/svg/custom/text-hit-test-expected.txt:
1439 * platform/mac-tiger/svg/text/text-align-01-b-expected.txt:
1440 * platform/mac-tiger/svg/text/text-align-02-b-expected.txt:
1441 * platform/mac-tiger/svg/text/text-align-03-b-expected.txt:
1442 * platform/mac-tiger/svg/text/text-align-04-b-expected.txt:
1443 * platform/mac-tiger/svg/text/text-align-05-b-expected.txt:
1444 * platform/mac-tiger/svg/text/text-align-06-b-expected.txt:
1445 * platform/mac-tiger/svg/text/text-altglyph-01-b-expected.txt:
1446 * platform/mac-tiger/svg/text/text-deco-01-b-expected.txt:
1447 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.txt:
1448 * platform/mac-tiger/svg/text/text-fonts-02-t-expected.txt:
1449 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
1450 * platform/mac-tiger/svg/text/text-spacing-01-b-expected.txt:
1451 * platform/mac-tiger/svg/text/text-text-01-b-expected.txt:
1452 * platform/mac-tiger/svg/text/text-text-03-b-expected.txt:
1453 * platform/mac-tiger/svg/text/text-text-04-t-expected.txt:
1454 * platform/mac-tiger/svg/text/text-text-05-t-expected.txt:
1455 * platform/mac-tiger/svg/text/text-text-06-t-expected.txt:
1456 * platform/mac-tiger/svg/text/text-text-07-t-expected.txt:
1457 * platform/mac-tiger/svg/text/text-text-08-b-expected.txt:
1458 * platform/mac-tiger/svg/text/text-tref-01-b-expected.txt:
1459 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.txt:
1460 * platform/mac-tiger/svg/text/text-tselect-02-f-expected.txt:
1461 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.txt:
1462 * platform/mac-tiger/svg/text/text-ws-01-t-expected.txt:
1463 * platform/mac-tiger/svg/text/text-ws-02-t-expected.txt:
1465 2008-02-22 Justin Garcia <justin.garcia@apple.com>
1469 <rdar://problem/5714333> Add document.getSelection()
1471 * editing/selection/5714333-expected.txt: Added.
1472 * editing/selection/5714333.html: Added.
1474 2008-02-22 Oliver Hunt <oliver@apple.com>
1478 Bug 17486: Support HTML5 Canvas.getImageData API
1479 Support Canvas.getImageData and Canvas.createImageData
1481 Test cases for ImageData behaviour and getImageData correctness
1483 * fast/canvas/canvas-ImageData-behaviour-expected.txt: Added.
1484 * fast/canvas/canvas-ImageData-behaviour.html: Added.
1485 * fast/canvas/canvas-ImageData-behaviour.js: Added.
1486 * fast/canvas/canvas-getImageData-expected.txt: Added.
1487 * fast/canvas/canvas-getImageData.html: Added.
1489 2008-02-22 Geoffrey Garen <ggaren@apple.com>
1491 Reviewed by Sam Weinig.
1493 Removing the test for KJS_MEM_LIMIT, since I removed KJS_MEM_LIMIT.
1495 * fast/js/out-of-memory-expected.txt: Removed.
1496 * fast/js/out-of-memory.html: Removed.
1498 2008-02-22 Oliver Hunt <oliver@apple.com>
1500 Reviewed by Alexey P.
1502 <rdar://problem/5759327> REGRESSION: while(NaN) acts like while(true)
1504 Add test cases for pre/post-increment of NaN
1506 * fast/js/convert-nan-to-bool-expected.txt:
1507 * fast/js/resources/convert-nan-to-bool.js:
1509 2008-02-21 Sam Weinig <sam@webkit.org>
1511 Reviewed by Anders Carlsson.
1513 Update tests and results for <rdar://problem/5757946>
1515 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
1516 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
1517 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
1518 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
1519 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
1520 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
1521 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
1522 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
1523 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
1524 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
1525 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
1526 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
1527 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
1528 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
1529 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
1530 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
1531 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
1532 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
1533 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
1534 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
1535 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
1536 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
1537 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
1538 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
1539 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
1540 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
1542 2008-02-21 Ada Chan <adachan@apple.com>
1544 Test for <rdar://problem/5757873> Buffer overrun in DeprecatedCString::find() in WebCore
1546 Reviewed by Dan Bernstein.
1548 * fast/loader/charset-parse-expected.txt: Added.
1549 * fast/loader/charset-parse.html: Added.
1551 2008-02-21 Geoffrey Garen <ggaren@apple.com>
1553 Reviewed by David Harrison.
1555 Test for <rdar://problem/5756125> REGRESSION: A crash occurs at
1556 WebCore::Frame::scriptProxy() when completing a search with Package Tracker widget
1558 * fast/dom/script-element-without-frame-crash-expected.txt: Added.
1559 * fast/dom/script-element-without-frame-crash.html: Added.
1561 2008-02-20 Sam Weinig <sam@webkit.org>
1563 Rubber-stamped by Dan Bernstein.
1565 Gratuitous change to this test to use the instanceof operator
1566 instead of the isPrototypeOf method.
1568 * fast/tokenizer/doctype-search-reset.html:
1570 2008-02-20 Dan Bernstein <mitz@apple.com>
1572 Reviewed by Dave Hyatt.
1574 - test for http://bugs.webkit.org/show_bug.cgi?id=17465
1575 REGRESSION: <DIV> tokenized into Div if still searching for DOCTYPE
1577 * fast/tokenizer/doctype-search-reset-expected.txt: Added.
1578 * fast/tokenizer/doctype-search-reset.html: Added.
1580 2008-02-20 Dan Bernstein <mitz@apple.com>
1582 Reviewed by Dave Hyatt.
1584 - test for http://bugs.webkit.org/show_bug.cgi?id=17464
1585 REGRESSION: Crash in RenderBlock::findNextLineBreak reading r30444 commit email in GMail
1587 * fast/text/wbr-in-pre-crash.html: Added.
1588 * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.checksum: Added.
1589 * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.png: Added.
1590 * platform/mac/fast/text/wbr-in-pre-crash-expected.txt: Added.
1592 2008-02-20 Michael Knaup <michael.knaup@mac.com>
1596 - test for Bug 16753: date set methods with no args should result in NaN (Acid3 bug)
1598 * fast/js/date-set-to-nan-expected.txt: Added.
1599 * fast/js/date-set-to-nan.html: Added.
1600 * fast/js/resources/date-set-to-nan.js: Added.
1602 2008-02-20 Oliver Hunt <oliver@apple.com>
1606 Test to ensure we do not crash on a zero sized canvas.
1608 * fast/canvas/access-zero-sized-canvas-expected.txt: Added.
1609 * fast/canvas/access-zero-sized-canvas.html: Added.
1611 2008-02-20 Alexey Proskuryakov <ap@webkit.org>
1615 http://bugs.webkit.org/show_bug.cgi?id=17106
1616 <rdar://problem/5750722> Debug build ASSERTs on page load
1618 * fast/encoding/GBK/close-gbk-converter-expected.txt: Added.
1619 * fast/encoding/GBK/close-gbk-converter.html: Added.
1621 2008-02-19 Beth Dakin <bdakin@apple.com>
1625 Test for <rdar://problem/5729674> Seed: Crash in
1626 RenderButton::setStyle at http://www.dinorpg.com
1628 * fast/forms/input-first-letter.html: Added.
1629 * platform/mac/fast/forms/input-first-letter-expected.checksum: Added.
1630 * platform/mac/fast/forms/input-first-letter-expected.png: Added.
1631 * platform/mac/fast/forms/input-first-letter-expected.txt: Added.
1633 2008-02-19 Dan Bernstein <mitz@apple.com>
1635 Reviewed by Darin Adler.
1637 - test for <rdar://problem/5637569> CrashTracer: [REGRESSION] 620 crashes in Safari at com.apple.WebCore: WebCore::RenderBox::setStaticY + 15
1639 * fast/text/wbr-styled.html: Added.
1640 * platform/mac-leopard/fast/text/wbr-styled-expected.checksum: Added.
1641 * platform/mac-leopard/fast/text/wbr-styled-expected.png: Added.
1642 * platform/mac/fast/css-generated-content/wbr-with-before-content-expected.txt:
1643 * platform/mac/fast/text/wbr-pre-expected.txt:
1644 * platform/mac/fast/text/wbr-styled-expected.txt: Added.
1646 2008-02-18 Dan Bernstein <mitz@apple.com>
1648 Reviewed by Adam Roben in California.
1650 - remove unnecessary and erroneous layoutTestController calls from a test
1652 * fast/css/font-face-multiple-remote-sources.html:
1653 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt:
1655 2008-02-18 Brady Eidson <beidson@apple.com>
1659 Fix for <rdar://5747529> - ObjC Exception can cause JSLock to never be released
1661 * platform/mac-tiger/Skipped: Removed 2 hanging tests that now don't hang
1662 * platform/mac/plugins/webScriptObject-exception-deadlock-expected.txt: Added.
1663 * platform/mac/plugins/webScriptObject-exception-deadlock.html: Added.
1665 2008-02-18 Darin Adler <darin@apple.com>
1669 - generate new results for the one test that was altered by the
1670 double -> float -> double trip taken by numeric values in the
1673 This test appears under three different names in three different
1674 parts of our test suite.
1676 * platform/mac/css1/box_properties/acid_test-expected.checksum: Updated.
1677 * platform/mac/css1/box_properties/acid_test-expected.png: Ditto.
1678 * platform/mac/css1/box_properties/acid_test-expected.txt: Ditto.
1679 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum: Ditto.
1680 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Ditto.
1681 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt: Ditto.
1682 * platform/mac/fast/block/basic/011-expected.checksum: Ditto.
1683 * platform/mac/fast/block/basic/011-expected.png: Ditto.
1684 * platform/mac/fast/block/basic/011-expected.txt: Ditto.
1686 2008-02-18 Dan Bernstein <mitz@apple.com>
1688 - test for <rdar://problem/5736225> crash in svgFontAndFaceElementForFontData on digitalstrom.org/cms
1690 * fast/css/font-face-multiple-remote-sources.html: Added.
1691 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.checksum: Added.
1692 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.png: Added.
1693 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt: Added.
1695 2008-02-17 Julien Chaffraix <julien.chaffraix@gmail.com>
1697 Reviewed by Alexey Proskuryakov.
1699 http://bugs.webkit.org/show_bug.cgi?id=16989
1700 bug 16989 : Add send() flag checks in XmlHttpRequest
1702 - Splitted xmlhttprequest-abort-readystate in 2 test cases (xmlhttprequest-abort-readystate-shouldDispatchEvent and xmlhttprequest-abort-readystate-shouldNotDispatchEvent)
1704 - Added test case for the 2 send() flag checks in XmlHttpRequest::send and XmlHttpRequest::setRequestHeader
1706 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt: Removed.
1707 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
1708 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
1709 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
1710 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
1711 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Removed.
1712 * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag-expected.txt: Added.
1713 * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html: Added.
1715 2008-02-17 Sam Weinig <sam@webkit.org>
1717 Reviewed by Dan Bernstein.
1719 Update test for http://bugs.webkit.org/show_bug.cgi?id=17365
1720 document.createEvent("MessageEvent") throws NOT_SUPPORTED_ERR
1722 * fast/events/event-instanceof-expected.txt:
1723 * fast/events/resources/event-instanceof.js: Test MessageEvent as well.
1725 2008-02-17 Dan Bernstein <mitz@apple.com>
1727 Reviewed by Mark Rowe.
1729 - disable the non-ASCII parts of a test case for the ASCII code path
1730 because it is failing on the (Tiger) buildbots for an unrelated
1733 * fast/text/fixed-pitch-control-characters.html:
1734 * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum:
1735 * platform/mac/fast/text/fixed-pitch-control-characters-expected.png:
1736 * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt:
1738 2008-02-17 Dan Bernstein <mitz@apple.com>
1740 Reviewed by Darin Adler.
1742 - test for http://bugs.webkit.org/show_bug.cgi?id=17033
1743 <rdar://problem/5709315> REGRESSION: Really long <option> causes unnecessary page scroll bars to accommodate content
1745 * fast/forms/control-clip-overflow.html: Added.
1746 * platform/mac/fast/forms/control-clip-overflow-expected.checksum: Added.
1747 * platform/mac/fast/forms/control-clip-overflow-expected.png: Added.
1748 * platform/mac/fast/forms/control-clip-overflow-expected.txt: Added.
1750 2008-02-16 Dan Bernstein <mitz@apple.com>
1752 Reviewed by Sam Weinig.
1754 - test fixed-pitch font measurement of control characters that render
1757 * fast/text/fixed-pitch-control-characters.html: Added.
1758 * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum: Added.
1759 * platform/mac/fast/text/fixed-pitch-control-characters-expected.png: Added.
1760 * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt: Added.
1762 2008-02-16 Darin Adler <darin@apple.com>
1764 - disable some failing tests; someone can re-enable after fixing the problems causing
1765 them to fail or generating new expected results
1767 http://bugs.webkit.org/show_bug.cgi?id=17391
1769 * fast/frames/iframe-scroll-page-up-down.html: Removed.
1770 * fast/frames/iframe-scroll-page-up-down.html-disabled: Copied from fast/frames/iframe-scroll-page-up-down.html.
1772 http://bugs.webkit.org/show_bug.cgi?id=17392
1774 * svg/batik/text/textBiDi.svg: Removed.
1775 * svg/batik/text/textBiDi.svg-disabled: Copied from svg/batik/text/textBiDi.svg.
1777 http://bugs.webkit.org/show_bug.cgi?id=17393
1779 * svg/custom/use-on-symbol-inside-pattern.svg: Removed.
1780 * svg/custom/use-on-symbol-inside-pattern.svg-disabled: Copied from svg/custom/use-on-symbol-inside-pattern.svg.
1782 2008-02-15 Dan Bernstein <mitz@apple.com>
1784 Rubber-stamped by Oliver Hunt.
1786 - skip a test for a Leopard-only NSHTTPURLResponse bug workaround
1788 * platform/mac-tiger/Skipped:
1790 2008-02-15 Brady Eidson <beidson@apple.com>
1792 Added 2 skipped tests
1794 * platform/mac-tiger/Skipped:
1796 2008-02-15 Brady Eidson <beidson@apple.com>
1800 Fix for <rdar://problem/5727175> and <rdar://problem/5740495> - Database threads and callback scripts can run after
1801 a page has closed or loaded a new document
1803 * storage/close-during-stress-test-expected.txt: Update results - this test contained output from a javascript callback
1804 that never should have taken place
1806 2008-02-15 Adele Peterson <adele@apple.com>
1810 Updated test for <rdar://problem/5745072> REGRESSION (r29348): Shift + Tab does not change indent level on Google Docs
1812 * editing/inserting/typing-tab-designmode-expected.txt:
1813 * editing/inserting/typing-tab-designmode.html:
1815 2008-02-15 Geoffrey Garen <ggaren@apple.com>
1817 Reviewed by Anders Carlsson.
1819 Fixed <rdar://problem/5725429> REGRESSION (r27898): Greenfield online
1820 surveys no longer work due to XMLHttpRequest exceptions
1822 Updated layout tests to expect an exception not to be thrown.
1824 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html:
1825 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html:
1826 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
1827 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
1829 2008-02-15 Justin Garcia <justin.garcia@apple.com>
1831 Reviewed by Dan Bernstein.
1833 <rdar://problem/5738768> REGRESSION (r30062): Crash in InlineTextBox::isLineBreak() when Undoing a replace
1836 * editing/selection/inconsistent-in-removeChildNode.html: Removed.
1837 * editing/selection/inconsistent-in-removeChildNode.html-disabled: Added.
1840 * editing/undo/5738768-expected.txt: Added.
1841 * editing/undo/5738768.html: Added.
1843 During a shouldChangeSelection call, the old selection is no longer null because
1844 nodeWillBeRemoved doesn't blow it away:
1845 * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
1846 * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
1847 * platform/mac/editing/style/remove-underline-in-bold-expected.txt:
1849 During a shouldChangeSelection call, the old selection is now null because
1850 nodeWillBeRemoved blows it away:
1851 * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
1853 More instances of <rdar://problem/5729315>, where, during a shouldChangeSelection
1854 call content that held the old selection is still around but it wouldn't make sense
1855 to leave the selection there, so we shouldn't call shouldChangeSelection at all:
1856 * platform/mac/editing/style/remove-underline-expected.txt:
1857 * platform/mac/editing/style/unbold-in-bold-expected.txt:
1859 Similar changes, but ones where I've also updated pixel results for old, unrelated fixes:
1860 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt:
1861 * platform/mac/editing/deleting/delete-leading-ws-001-expected.checksum:
1862 * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
1863 * platform/mac/editing/deleting/delete-line-011-expected.checksum:
1864 * platform/mac/editing/deleting/delete-line-011-expected.txt:
1865 * platform/mac/editing/execCommand/paste-1-expected.checksum:
1866 * platform/mac/editing/execCommand/paste-1-expected.txt:
1867 * platform/mac/editing/execCommand/paste-2-expected.checksum:
1868 * platform/mac/editing/execCommand/paste-2-expected.txt:
1869 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.checksum:
1870 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
1871 * platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
1872 * platform/mac/editing/pasteboard/paste-text-012-expected.checksum:
1873 * platform/mac/editing/selection/4960116-expected.checksum:
1875 2008-02-15 Dan Bernstein <mitz@apple.com>
1877 Reviewed by Alexey Proskuryakov.
1879 - test for http://bugs.webkit.org/show_bug.cgi?id=17360
1880 <rdar://problem/5743131> REGRESSION: mp4 file downloaded from server is downloaded as html
1882 * http/tests/loading/resources/.htaccess: Added.
1883 * http/tests/loading/resources/binaryData.m4a: Added.
1884 * http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added.
1885 * http/tests/loading/text-content-type-with-binary-extension.html: Added.
1887 2008-02-15 Samuel Weinig <sam@webkit.org>
1889 Reviewed and rubber-stamped by Oliver Hunt.
1891 Add leopard specific results for stroke-width-click.svg to work around
1894 * platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Added.
1896 2008-02-14 Oliver Hunt <oliver@apple.com>
1900 Make assign-to-window-status testcase to be more thorough
1902 * fast/dom/assign-to-window-status-expected.txt:
1903 * fast/dom/assign-to-window-status.html:
1905 2008-02-14 Darin Adler <darin@apple.com>
1907 - update this test further, so that it succeeds
1909 * fast/dom/assign-to-window-status-expected.txt: Updated.
1910 * fast/dom/assign-to-window-status.html: Updated.
1912 2008-02-14 Oliver Hunt <oliver@apple.com>
1914 Reviewed by Geoff G and Weinig.
1916 Add test cases for assigning to window.status, modify existing tests that relied on old
1917 replaceable status property behaviour.
1919 * fast/dom/HTMLScriptElement/script-load-events.html:
1920 * fast/dom/Window/get-set-properties.html:
1921 * fast/dom/assign-to-window-status-expected.txt: Added.
1922 * fast/dom/assign-to-window-status.html: Added.
1924 2008-02-14 Geoffrey Garen <ggaren@apple.com>
1926 Reviewed by Sam Weinig.
1928 Layout test for <rdar://problem/5737835> nee http://bugs.webkit.org/show_bug.cgi?id=17329
1929 Crash in JSGlobalObject::popActivation when inserting hyperlink in Wordpress (17329)
1931 * fast/dom/javascript-url-crash-function.html: Added.
1932 * fast/dom/javascript-url-crash-function-expected.txt: Added.
1933 * fast/dom/resources/javascript-url-crash-function-iframe.html: Added.
1935 2008-02-14 Nikolas Zimmermann <zimmermann@kde.org>
1939 Add dynamic update tests for SVGEllipseElement.
1941 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum: Added.
1942 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
1943 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum: Added.
1944 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
1945 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum: Added.
1946 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
1947 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum: Added.
1948 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
1949 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum: Added.
1950 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
1951 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum: Added.
1952 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
1953 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum: Added.
1954 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
1955 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum: Added.
1956 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
1957 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt: Added.
1958 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html: Added.
1959 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt: Added.
1960 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html: Added.
1961 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt: Added.
1962 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html: Added.
1963 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt: Added.
1964 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html: Added.
1965 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt: Added.
1966 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html: Added.
1967 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt: Added.
1968 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html: Added.
1969 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt: Added.
1970 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html: Added.
1971 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt: Added.
1972 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html: Added.
1973 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js: Added.
1974 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js: Added.
1975 * svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js: Added.
1976 * svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js: Added.
1977 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js: Added.
1978 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js: Added.
1979 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js: Added.
1980 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js: Added.
1982 2008-02-13 Justin Garcia <justin.garcia@apple.com>
1984 Reviewed by Oliver Hunt.
1986 * platform/mac/editing/deleting/table-cells-expected.checksum: Fixed. Before, a space was
1987 incorrectly removed by a delete (this isn't a smart delete).
1988 * platform/mac/editing/deleting/table-cells-expected.png:
1989 * platform/mac/editing/deleting/table-cells-expected.txt:
1990 * platform/mac/editing/pasteboard/input-field-1-expected.checksum: Fixed. Before a space
1991 was incorrectly added by paste (this isn't a smart paste).
1992 * platform/mac/editing/pasteboard/input-field-1-expected.png:
1993 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
1995 2008-02-13 Justin Garcia <justin.garcia@apple.com>
1997 Reviewed by Adam Roben.
1999 <rdar://problem/5729680> REGRESSION (r27873): Removing the last character of a word in Mail or Safari also removes the following space
2001 * editing/deleting/5729680-expected.txt: Added.
2002 * editing/deleting/5729680.html: Added.
2004 2008-02-13 Nikolas Zimmermann <zimmermann@kde.org>
2008 Make svg/dynamic-updates/* tests deterministic. s/setTimeout('executTest()', 0)/executeTest/ -- as discussed with Adam.
2010 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
2011 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
2012 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
2013 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
2014 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
2015 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
2016 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
2017 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
2018 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
2019 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
2020 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
2021 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
2022 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum:
2023 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
2024 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum:
2025 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
2026 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
2027 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
2028 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
2029 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
2030 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
2031 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
2032 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt:
2033 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt:
2034 * svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
2035 * svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
2036 * svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
2037 * svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
2038 * svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
2039 * svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
2040 * svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
2041 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
2042 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
2043 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
2044 * svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
2045 * svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
2047 2008-02-13 Brady Eidson <beidson@apple.com>
2049 Reviewed by Darin Adler
2051 Added layout tests to cover
2052 http://trac.webkit.org/projects/webkit/changeset/29983
2054 http://trac.webkit.org/projects/webkit/changeset/30184
2056 * platform/gtk/Skipped:
2057 * platform/qt/Skipped:
2058 * platform/win/Skipped:
2059 * storage/quota-tracking-expected.txt: Added.
2060 * storage/quota-tracking.html: Added.
2061 * storage/success-callback-expected.txt: Added.
2062 * storage/success-callback.html: Added.
2064 2008-02-13 Darin Adler <darin@apple.com>
2066 * platform/mac/svg/hixie/perf/001-expected.txt: Removed.
2067 * platform/mac/svg/hixie/perf/002-expected.txt: Removed.
2069 2008-02-13 Alexey Proskuryakov <ap@webkit.org>
2073 <rdar://problem/5740042> Database termination issues
2075 * storage/close-during-stress-test-expected.txt: Added.
2076 * storage/close-during-stress-test.html: Added.
2077 * storage/resources: Added.
2078 * storage/resources/stress-frame.html: Added.
2080 2008-02-13 Darin Adler <darin@apple.com>
2082 - check in results for these tests
2084 No idea if these are right or not; just what was generated on my computer.
2085 If someone has a better version, feel free to replace these results with correct ones.
2087 * platform/mac/svg/hixie/perf/001-expected.txt: Added.
2088 * platform/mac/svg/hixie/perf/002-expected.txt: Added.
2090 2008-02-13 Oliver Hunt <oliver@apple.com>
2092 Reviewed by Alexey P.
2094 Tests for <rdar://problem/5737003> REGRESSION (r27747): can't browse pictures on fastcupid.com
2096 Ensure that the basic arithmetic operands can correctly handle the NaN -> boolean conversion
2098 * fast/js/convert-nan-to-bool.html: Added.
2099 * fast/js/convert-nan-to-bool-expected.txt: Added.
2100 * fast/js/resources/convert-nan-to-bool.js: Added.
2102 2008-02-12 Dan Bernstein <mitz@apple.com>
2104 Rubber-stamped by Adam Roben.
2106 - make fast/css/css3-nth-child pass
2108 * fast/css/css3-nth-child.html: Removed spaces that were making the
2109 :nth-child selector fail to parse because of <rdar://problem/5733761>.
2110 * platform/mac-leopard/fast/css/css3-nth-child-expected.checksum: Added.
2111 * platform/mac-leopard/fast/css/css3-nth-child-expected.png: Added.
2113 2008-02-12 Adam Roben <aroben@apple.com>
2115 Add a test for Bug 17328: REGRESSION (r30147): Inspector is unstyled
2118 <http://bugs.webkit.org/show_bug.cgi?id=17328>
2123 * fast/loader/local-css-allowed-in-strict-mode-expected.txt: Added.
2124 * fast/loader/local-css-allowed-in-strict-mode.html: Added.
2125 * fast/loader/resources/stylesheet.css: Added.
2127 2008-02-12 Nikolas Zimmermann <zimmermann@kde.org>
2129 Not reviewed, adding missing layout test results (that have been r+ already, but not commited)
2131 * platform/mac-leopard/svg/dynamic-updates: Added.
2132 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Added.
2133 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
2134 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Added.
2135 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
2136 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Added.
2137 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
2138 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Added.
2139 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
2140 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Added.
2141 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
2142 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Added.
2143 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
2144 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Added.
2145 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
2146 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Added.
2147 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
2148 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Added.
2149 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
2150 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Added.
2151 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
2152 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Added.
2153 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
2154 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Added.
2155 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
2156 * platform/mac-leopard/svg/hixie/perf/001-expected.checksum: Added.
2157 * platform/mac-leopard/svg/hixie/perf/001-expected.png: Added.
2158 * platform/mac-leopard/svg/hixie/perf/001-expected.txt: Added.
2159 * platform/mac-leopard/svg/hixie/perf/002-expected.checksum: Added.
2160 * platform/mac-leopard/svg/hixie/perf/002-expected.png: Added.
2161 * platform/mac-leopard/svg/hixie/perf/002-expected.txt: Added.
2163 2008-02-11 Dan Bernstein <mitz@apple.com>
2165 Reviewed by Dave Hyatt.
2167 - test for http://bugs.webkit.org/show_bug.cgi?id=17320
2168 <rdar://problem/5736953> :last-child does not set the "uses sibling rules" flag
2170 * fast/css/last-child-style-sharing.html: Added.
2171 * platform/mac/fast/css/last-child-style-sharing-expected.checksum: Added.
2172 * platform/mac/fast/css/last-child-style-sharing-expected.png: Added.
2173 * platform/mac/fast/css/last-child-style-sharing-expected.txt: Added.
2175 2008-02-11 Sam Weinig <sam@webkit.org>
2177 Reviewed by Darin Adler.
2180 <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
2181 <rdar://problem/5735443> Crash when setting the Window objects prototype to a custom Object and then calling a method on it
2183 * fast/dom/Window/resources/WindowProperties.js: Added.
2184 * fast/dom/Window/window-custom-prototype-crash-expected.txt: Added.
2185 * fast/dom/Window/window-custom-prototype-crash.html: Added.
2186 * fast/dom/Window/window-function-frame-getter-precedence-expected.txt: Added.
2187 * fast/dom/Window/window-function-frame-getter-precedence.html: Added.
2188 * fast/dom/Window/window-function-name-getter-precedence-expected.txt:
2189 * fast/dom/Window/window-function-name-getter-precedence.html:
2190 * http/tests/security/cross-frame-access-custom-expected.txt:
2191 * http/tests/security/cross-frame-access-custom.html:
2192 * http/tests/security/cross-frame-access-get-override-expected.txt: Added.
2193 * http/tests/security/cross-frame-access-get-override.html: Added.
2194 * http/tests/security/cross-frame-access-history-get-override-expected.txt:
2195 * http/tests/security/cross-frame-access-history-get-override.html:
2196 * http/tests/security/cross-frame-access-history-put-expected.txt:
2197 * http/tests/security/cross-frame-access-history-put.html:
2198 * http/tests/security/cross-frame-access-location-expected.txt: Removed.
2199 * http/tests/security/cross-frame-access-location-get-expected.txt: Added.
2200 * http/tests/security/cross-frame-access-location-get-override-expected.txt: Added.
2201 * http/tests/security/cross-frame-access-location-get-override.html: Added.
2202 * http/tests/security/cross-frame-access-location-get.html: Copied from http/tests/security/cross-frame-access-location.html.
2203 * http/tests/security/cross-frame-access-location-put-expected.txt: Added.
2204 * http/tests/security/cross-frame-access-location-put.html: Added.
2205 * http/tests/security/cross-frame-access-location.html: Removed.
2206 * http/tests/security/resources/cross-frame-iframe-for-get-override-test.html: Added.
2207 * http/tests/security/resources/cross-frame-iframe-for-get-test.html:
2208 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
2209 * http/tests/security/resources/cross-frame-iframe-for-location-get-override-test.html: Added.
2210 * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html: Added.
2211 * http/tests/security/resources/cross-frame-iframe-for-location-put-test.html: Added.
2213 2008-02-10 Dan Bernstein <mitz@apple.com>
2215 Reviewed by Sam Weinig and Anders Carlsson.
2217 - change a test to simply use 'font-family' instead of unnecessary
2220 * fast/text/atsui-spacing-features.html:
2221 * platform/mac/fast/text/atsui-spacing-features-expected.checksum:
2222 * platform/mac/fast/text/atsui-spacing-features-expected.png:
2223 * platform/mac/fast/text/atsui-spacing-features-expected.txt:
2225 2008-02-10 Darin Adler <darin@apple.com>
2227 - fix a couple of directories that were using our JavaScript template/wrapper
2230 * fast/dom/SelectorAPI/resources/TEMPLATE.html: Fixed relative paths.
2231 * fast/events/event-instanceof.html: Regenerating this file revealed that the path
2232 to the stylesheet was wrong. Fixed by running the make-js-test-wrappers script.
2233 Didn't affect the text-only results, but the test looked wrong in the browser.
2234 * fast/events/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
2235 * traversal/resources/TEMPLATE.html: Fixed relative paths.
2237 2008-02-10 Andrew Wellington <proton@wiretapped.net>
2239 Reviewed and tweaked a bit by Darin.
2241 DOMRange.surroundContents throws wrong exception (Acid3 bug)
2242 http://bugs.webkit.org/show_bug.cgi?id=16749
2244 Throw BAD_BOUNDARYPOINTS_ERR if attempting to split a non-text node that
2245 has offsets in characters
2247 * fast/dom/Range/range-exceptions-expected.txt: Added.
2248 * fast/dom/Range/resources/range-exceptions.js: Added.
2250 2008-02-09 David Hyatt <hyatt@apple.com>
2252 Added test for bug 17254.
2256 * fast/css/negative-nth-child.html: Added.
2258 2008-02-08 Oliver Hunt <oliver@apple.com>
2262 Test cases for decompilation of variable declaration lists.
2264 * fast/js/function-toString-parentheses-expected.txt:
2265 * fast/js/resources/function-toString-parentheses.js:
2267 2008-02-08 Darin Adler <darin@apple.com>
2269 - test for http://bugs.webkit.org/show_bug.cgi?id=17247
2270 Labelled continue/break can fail in some cases
2272 * fast/js/continue-break-multiple-labels-expected.txt: Added.
2273 * fast/js/continue-break-multiple-labels.html: Added.
2275 2008-02-08 Darin Adler <darin@apple.com>
2279 - test for http://bugs.webkit.org/show_bug.cgi?id=15003
2280 Function.prototype.constructor should not be DontDelete/ReadOnly (Acid3 bug)
2282 * fast/js/constructor-attributes-expected.txt: Added.
2283 * fast/js/constructor-attributes.html: Added.
2284 * fast/js/resources/constructor-attributes.js: Added.
2286 2008-02-08 Anders Carlsson <andersca@apple.com>
2290 <rdar://problem/5650446>
2291 http://bugs.webkit.org/show_bug.cgi?id=16102
2292 Crash in FrameLoader::stopLoadingSubframes() on IMDB page
2294 * http/tests/navigation/changing-frame-hierarchy-in-onload-expected.txt: Added.
2295 * http/tests/navigation/changing-frame-hierarchy-in-onload.html: Added.
2297 2008-02-08 Sam Weinig <sam@webkit.org>
2301 Test for <rdar://problem/5732491>
2302 http://bugs.webkit.org/show_bug.cgi?id=17213
2303 The querySelectorAll method on an element node does not search only the element's descendants
2305 * fast/dom/SelectorAPI/elementRoot-expected.txt: Added.
2306 * fast/dom/SelectorAPI/elementRoot.html: Added.
2307 * fast/dom/SelectorAPI/resources: Added.
2308 * fast/dom/SelectorAPI/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
2309 * fast/dom/SelectorAPI/resources/elementRoot.js: Added.
2311 2008-02-08 Darin Adler <darin@apple.com>
2315 - test for http://bugs.webkit.org/show_bug.cgi?id=4714
2316 NodeIterator does not handle exceptions from the filter function (affects Acid3)
2318 - grabbed NodeIterator and TreeWalker tests from Hixie's site and KHTML
2320 * traversal/exception-forwarding-expected.txt: Added.
2321 * traversal/exception-forwarding.html: Added.
2322 * traversal/resources: Added.
2323 * traversal/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
2324 * traversal/resources/exception-forwarding.js: Added.
2326 * traversal/node-iterator-001-expected.txt: Updated to reflect correct results.
2327 The old results reflected a bug in our NodeIterator.
2328 * traversal/node-iterator-001.html: Ditto.
2330 * traversal/node-iterator-006.html: Changed test so there's no whitespace node after
2331 the <span> elements inside the test root element (a <div>). The old test results were
2332 incorrect; the new NodeIterator implementation correctly returned the whitespace node
2335 * traversal/node-iterator-006a.html: Copied from traversal/node-iterator-006.html.
2336 Preserve the original test, which now has a strange result. But the result is correct,
2337 so it's worth keeping around.
2338 * traversal/node-iterator-006a-expected.txt: Added.
2340 * fast/dom/TreeWalker/TreeWalker-currentNode-expected.txt: Regenerated.
2341 * fast/dom/TreeWalker/resources/TreeWalker-currentNode.js: Updated test to expect results
2342 that match the DOM specification.
2344 * traversal/hixie-node-iterator/001-expected.txt: Added.
2345 * traversal/hixie-node-iterator/001.xml: Added.
2346 * traversal/hixie-node-iterator/002-expected.txt: Added.
2347 * traversal/hixie-node-iterator/002.xml: Added.
2348 * traversal/hixie-node-iterator/003-expected.txt: Added.
2349 * traversal/hixie-node-iterator/003.xml: Added.
2350 * traversal/hixie-node-iterator/004-expected.txt: Added.
2351 * traversal/hixie-node-iterator/004.xml: Added.
2352 * traversal/hixie-node-iterator/005-expected.txt: Added.
2353 * traversal/hixie-node-iterator/005.xml: Added.
2354 * traversal/hixie-node-iterator/006-expected.txt: Added.
2355 * traversal/hixie-node-iterator/006.xml: Added.
2356 * traversal/hixie-node-iterator/007-expected.txt: Added.
2357 * traversal/hixie-node-iterator/007.xml: Added.
2358 * traversal/hixie-node-iterator/008-expected.txt: Added.
2359 * traversal/hixie-node-iterator/008.xml: Added.
2360 * traversal/hixie-node-iterator/009-expected.txt: Added.
2361 * traversal/hixie-node-iterator/009.xml: Added.
2362 * traversal/hixie-node-iterator/010-expected.txt: Added.
2363 * traversal/hixie-node-iterator/010.xml: Added.
2364 * traversal/hixie-node-iterator/origin.txt: Added.
2366 * traversal/tree-walker-filter-1-expected.txt: Added.
2367 * traversal/tree-walker-filter-1.html: Added.
2369 2008-02-08 Eric Seidel <eric@webkit.org>
2373 Add support for Text.wholeText and Text.replaceWholeText from DOM Level 3 Core.
2374 http://bugs.webkit.org/show_bug.cgi?id=17125
2376 Test to make sure EntityReference nodes are always treated as read-only.
2378 Added fast/dom/Text/replaceWholeText.html to catch a case the W3C missed.
2380 All of these tests now pass.
2382 * dom/xhtml/level3/core/textreplacewholetext01-expected.txt:
2383 * dom/xhtml/level3/core/textreplacewholetext02-expected.txt:
2384 * dom/xhtml/level3/core/textreplacewholetext03-expected.txt:
2385 * dom/xhtml/level3/core/textreplacewholetext04-expected.txt:
2386 * dom/xhtml/level3/core/textreplacewholetext05-expected.txt:
2387 * dom/xhtml/level3/core/textreplacewholetext06-expected.txt:
2388 * dom/xhtml/level3/core/textreplacewholetext07-expected.txt:
2389 * dom/xhtml/level3/core/textwholetext01-expected.txt:
2390 * dom/xhtml/level3/core/textwholetext02-expected.txt:
2391 * dom/xhtml/level3/core/textwholetext03-expected.txt:
2392 * fast/dom/EntityReference/readonly-exceptions-expected.txt: Added.
2393 * fast/dom/EntityReference/readonly-exceptions.html: Added.
2394 * fast/dom/EntityReference/resources/TEMPLATE.html: Added.
2395 * fast/dom/EntityReference/resources/readonly-exceptions.js: Added.
2396 * fast/dom/Text/replaceWholeText-expected.txt: Added.
2397 * fast/dom/Text/replaceWholeText.html: Added.
2398 * fast/dom/Text/resources/TEMPLATE.html: Added.
2399 * fast/dom/Text/resources/replaceWholeText.js: Added.
2400 * fast/dom/Window/window-properties-expected.txt: updated to reflect addition of replaceWholeText
2402 2008-02-06 Kimmo Kinnunen <kimmok@iki.fi>
2404 Reviewed by Tim Hatcher.
2406 Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
2407 HTML5: Client-side database queries should return values of type number
2409 * storage/sql-data-types-expected.txt: Added.
2410 * storage/sql-data-types.html: Added.
2411 * storage/sql-data-types.js: Added.
2413 2008-02-07 Dan Bernstein <mitz@apple.com>
2415 Reviewed by Dave Hyatt.
2417 - test for <rdar://problem/5729411> REGRESSION (r29834): Float contained in relative-positioned block is painted twice
2419 * fast/block/float/relative-painted-twice.html: Added.
2420 * platform/mac-leopard/fast/block/float/relative-painted-twice-expected.checksum: Added.
2421 * platform/mac-leopard/fast/block/float/relative-painted-twice-expected.png: Added.
2422 * platform/mac/fast/block/float/relative-painted-twice-expected.txt: Added.
2424 2008-02-07 Dan Bernstein <mitz@apple.com>
2426 Reviewed by Darin Adler.
2428 - test for http://bugs.webkit.org/show_bug.cgi?id=17194
2429 Changing text to bold changes font family
2431 * platform/mac/fast/text/family-for-font-matched-by-name-expected.checksum: Added.
2432 * platform/mac/fast/text/family-for-font-matched-by-name-expected.png: Added.
2433 * platform/mac/fast/text/family-for-font-matched-by-name-expected.txt: Added.
2434 * platform/mac/fast/text/family-for-font-matched-by-name.html: Added.
2436 2008-02-07 Beth Dakin <bdakin@apple.com>
2438 Test written by Geoff, reviewed by me.
2440 Test for <rdar://problem/5697882> Traffic or Street View button on
2441 Google Maps is sometimes not positioned correctly (17000)
2443 * fast/dom/simultaneouslyRegsiteredTimerFireOrder-expected.txt: Added.
2444 * fast/dom/simultaneouslyRegsiteredTimerFireOrder.html: Added.
2446 2008-02-07 Nikolas Zimmermann <zimmermann@kde.org>
2448 Rubber stamped by Eric.
2450 Move existing SVG baseline from platform/mac/ to platform/mac-tiger/ (I generated all of them using Tiger).
2451 Regenerated new SVG baseline in platform/mac-leopard. platform/mac/svg is doesn't contain any test results anymore.
2453 In a later step it should be investigated, which layout test results can be shared between Leopard & Tiger.
2454 Those results should be moved to platform/mac/svg then.
2456 * platform/mac-leopard/Skipped: Remove tests that don't fail anymore.
2457 * platform/mac-leopard/svg/W3C-SVG-1.1: Added.
2458 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: Added.
2459 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
2460 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
2461 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: Added.
2462 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
2463 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
2464 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: Added.
2465 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
2466 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
2467 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: Added.
2468 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
2469 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
2470 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: Added.
2471 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
2472 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
2473 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: Added.
2474 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
2475 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
2476 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: Added.
2477 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
2478 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
2479 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum: Added.
2480 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
2481 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
2482 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum: Added.
2483 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
2484 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
2485 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: Added.
2486 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
2487 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
2488 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum: Added.
2489 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
2490 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
2491 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum: Added.
2492 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
2493 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
2494 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum: Added.
2495 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
2496 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
2497 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum: Added.
2498 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
2499 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
2500 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum: Added.
2501 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
2502 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
2503 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum: Added.
2504 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
2505 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
2506 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum: Added.
2507 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
2508 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
2509 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum: Added.
2510 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
2511 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
2512 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum: Added.
2513 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
2514 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
2515 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum: Added.
2516 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
2517 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
2518 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: Added.
2519 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
2520 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
2521 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum: Added.
2522 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
2523 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
2524 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum: Added.
2525 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
2526 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
2527 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum: Added.
2528 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
2529 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
2530 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: Added.
2531 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
2532 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
2533 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum: Added.
2534 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
2535 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
2536 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum: Added.
2537 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
2538 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
2539 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum: Added.
2540 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
2541 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
2542 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: Added.
2543 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
2544 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
2545 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum: Added.
2546 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
2547 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
2548 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum: Added.
2549 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
2550 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
2551 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum: Added.
2552 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
2553 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
2554 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum: Added.
2555 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
2556 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
2557 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Added.
2558 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
2559 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
2560 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Added.
2561 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
2562 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
2563 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Added.
2564 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
2565 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
2566 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Added.
2567 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
2568 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
2569 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum: Added.
2570 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
2571 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
2572 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum: Added.
2573 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
2574 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
2575 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Added.
2576 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
2577 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
2578 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum: Added.
2579 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
2580 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
2581 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Added.
2582 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
2583 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
2584 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Added.
2585 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
2586 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
2587 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: Added.
2588 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
2589 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
2590 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Added.
2591 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
2592 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
2593 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum: Added.
2594 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
2595 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
2596 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Added.
2597 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
2598 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
2599 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Added.
2600 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
2601 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
2602 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Added.
2603 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
2604 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
2605 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Added.
2606 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
2607 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
2608 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Added.
2609 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
2610 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
2611 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Added.
2612 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
2613 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
2614 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Added.
2615 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
2616 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
2617 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Added.
2618 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
2619 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
2620 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: Added.
2621 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
2622 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
2623 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Added.
2624 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
2625 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
2626 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum: Added.
2627 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
2628 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
2629 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Added.
2630 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
2631 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
2632 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Added.
2633 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
2634 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
2635 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum: Added.
2636 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
2637 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
2638 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum: Added.
2639 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
2640 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
2641 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: Added.
2642 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
2643 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
2644 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum: Added.
2645 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
2646 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
2647 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum: Added.
2648 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
2649 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
2650 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum: Added.
2651 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
2652 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
2653 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum: Added.
2654 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
2655 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
2656 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum: Added.
2657 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
2658 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
2659 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum: Added.
2660 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
2661 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
2662 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum: Added.
2663 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
2664 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
2665 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum: Added.
2666 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
2667 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
2668 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum: Added.
2669 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
2670 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
2671 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum: Added.
2672 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
2673 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
2674 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: Added.
2675 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
2676 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
2677 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: Added.
2678 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
2679 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
2680 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: Added.
2681 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
2682 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
2683 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum: Added.
2684 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
2685 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
2686 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: Added.
2687 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
2688 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
2689 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Added.
2690 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
2691 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
2692 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Added.
2693 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
2694 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
2695 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: Added.
2696 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
2697 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
2698 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Added.
2699 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
2700 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
2701 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Added.
2702 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
2703 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
2704 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Added.
2705 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
2706 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
2707 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Added.
2708 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
2709 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added.
2710 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Added.
2711 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
2712 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
2713 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: Added.
2714 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
2715 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
2716 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: Added.
2717 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
2718 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
2719 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum: Added.
2720 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
2721 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
2722 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: Added.
2723 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
2724 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
2725 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Added.
2726 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
2727 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
2728 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: Added.
2729 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
2730 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
2731 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: Added.
2732 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
2733 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
2734 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: Added.
2735 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
2736 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
2737 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Added.
2738 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
2739 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
2740 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum: Added.
2741 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
2742 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
2743 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: Added.
2744 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
2745 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
2746 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: Added.
2747 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
2748 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
2749 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: Added.
2750 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
2751 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
2752 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: Added.
2753 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
2754 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
2755 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: Added.
2756 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
2757 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
2758 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: Added.
2759 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
2760 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
2761 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Added.
2762 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
2763 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
2764 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Added.
2765 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
2766 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
2767 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Added.
2768 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
2769 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
2770 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Added.
2771 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
2772 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
2773 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum: Added.
2774 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
2775 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
2776 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum: Added.
2777 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
2778 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
2779 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Added.
2780 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
2781 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
2782 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum: Added.
2783 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
2784 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
2785 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum: Added.
2786 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
2787 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
2788 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum: Added.
2789 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
2790 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
2791 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum: Added.
2792 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
2793 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
2794 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum: Added.
2795 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
2796 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
2797 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum: Added.
2798 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
2799 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
2800 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: Added.
2801 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
2802 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
2803 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Added.
2804 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
2805 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
2806 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Added.
2807 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
2808 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
2809 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Added.
2810 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
2811 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
2812 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum: Added.
2813 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
2814 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
2815 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Added.
2816 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
2817 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
2818 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum: Added.
2819 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
2820 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
2821 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: Added.
2822 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
2823 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
2824 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: Added.
2825 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
2826 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
2827 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: Added.
2828 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
2829 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
2830 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum: Added.
2831 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
2832 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
2833 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: Added.
2834 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
2835 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
2836 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum: Added.
2837 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
2838 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
2839 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum: Added.
2840 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
2841 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
2842 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: Added.
2843 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
2844 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
2845 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum: Added.
2846 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
2847 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
2848 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: Added.
2849 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
2850 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
2851 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum: Added.
2852 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
2853 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
2854 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: Added.
2855 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
2856 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
2857 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum: Added.
2858 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
2859 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
2860 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum: Added.
2861 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
2862 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
2863 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum: Added.
2864 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
2865 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
2866 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum: Added.
2867 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
2868 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
2869 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum: Added.
2870 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
2871 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
2872 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum: Added.
2873 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
2874 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
2875 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: Added.
2876 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
2877 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
2878 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: Added.
2879 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
2880 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
2881 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: Added.
2882 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
2883 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
2884 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum: Added.
2885 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
2886 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
2887 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum: Added.
2888 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
2889 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
2890 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum: Added.
2891 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
2892 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
2893 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum: Added.
2894 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
2895 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
2896 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum: Added.
2897 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
2898 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
2899 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum: Added.
2900 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
2901 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
2902 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum: Added.
2903 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
2904 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
2905 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: Added.
2906 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
2907 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
2908 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: Added.
2909 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
2910 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
2911 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: Added.
2912 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
2913 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
2914 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: Added.
2915 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
2916 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
2917 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: Added.
2918 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
2919 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
2920 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Added.
2921 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
2922 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
2923 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum: Added.
2924 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
2925 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
2926 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum: Added.
2927 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
2928 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
2929 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum: Added.
2930 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
2931 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
2932 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum: Added.
2933 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
2934 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
2935 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum: Added.
2936 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
2937 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
2938 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum: Added.
2939 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
2940 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
2941 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum: Added.
2942 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
2943 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
2944 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum: Added.
2945 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
2946 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
2947 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum: Added.
2948 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
2949 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
2950 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum: Added.
2951 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
2952 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
2953 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum: Added.
2954 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
2955 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
2956 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: Added.
2957 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
2958 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
2959 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: Added.
2960 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
2961 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
2962 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: Added.
2963 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
2964 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
2965 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum: Added.
2966 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
2967 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
2968 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum: Added.
2969 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
2970 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
2971 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: Added.
2972 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
2973 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
2974 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum: Added.
2975 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
2976 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
2977 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: Added.
2978 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
2979 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
2980 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: Added.
2981 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
2982 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
2983 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum: Added.
2984 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
2985 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
2986 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: Added.
2987 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
2988 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
2989 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Added.
2990 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
2991 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
2992 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum: Added.
2993 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
2994 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
2995 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum: Added.
2996 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
2997 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
2998 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: Added.
2999 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
3000 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
3001 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum: Added.
3002 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Added.
3003 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
3004 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum: Added.
3005 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
3006 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
3007 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum: Added.
3008 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
3009 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
3010 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum: Added.
3011 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
3012 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
3013 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum: Added.
3014 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
3015 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
3016 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum: Added.
3017 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
3018 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
3019 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: Added.
3020 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
3021 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
3022 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: Added.
3023 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
3024 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
3025 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum: Added.
3026 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
3027 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
3028 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum: Added.
3029 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
3030 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
3031 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum: Added.
3032 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
3033 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
3034 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum: Added.
3035 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
3036 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
3037 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum: Added.
3038 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Added.
3039 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
3040 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum: Added.
3041 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
3042 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
3043 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum: Added.
3044 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
3045 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
3046 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum: Added.
3047 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
3048 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
3049 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum: Added.
3050 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
3051 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
3052 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum: Added.
3053 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
3054 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
3055 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum: Added.
3056 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Added.
3057 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
3058 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum: Added.
3059 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
3060 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
3061 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum: Added.
3062 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
3063 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
3064 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum: Added.
3065 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
3066 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
3067 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum: Added.
3068 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
3069 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
3070 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum: Added.
3071 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Added.
3072 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
3073 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum: Added.
3074 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
3075 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
3076 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum: Added.
3077 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
3078 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
3079 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum: Added.
3080 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
3081 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
3082 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum: Added.
3083 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
3084 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
3085 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum: Added.
3086 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
3087 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
3088 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum: Added.
3089 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Added.
3090 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
3091 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum: Added.
3092 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
3093 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
3094 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum: Added.
3095 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
3096 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
3097 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.checksum: Added.
3098 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Added.
3099 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Added.
3100 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: Added.
3101 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
3102 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
3103 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum: Added.
3104 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
3105 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
3106 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum: Added.
3107 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
3108 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
3109 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum: Added.
3110 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
3111 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
3112 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum: Added.
3113 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
3114 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
3115 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum: Added.
3116 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
3117 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
3118 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum: Added.
3119 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
3120 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
3121 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum: Added.
3122 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
3123 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
3124 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum: Added.
3125 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
3126 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
3127 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: Added.
3128 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
3129 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Added.
3130 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum: Added.
3131 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
3132 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
3133 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum: Added.
3134 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
3135 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
3136 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum: Added.
3137 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
3138 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
3139 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum: Added.
3140 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
3141 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
3142 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum: Added.
3143 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
3144 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
3145 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum: Added.
3146 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
3147 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
3148 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum: Added.
3149 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
3150 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
3151 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Added.
3152 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
3153 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
3154 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum: Added.
3155 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
3156 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Added.
3157 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: Added.
3158 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
3159 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
3160 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum: Added.
3161 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
3162 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
3163 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum: Added.
3164 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
3165 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
3166 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum: Added.
3167 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
3168 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
3169 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum: Added.
3170 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
3171 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
3172 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum: Added.
3173 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
3174 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
3175 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum: Added.
3176 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
3177 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
3178 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum: Added.
3179 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
3180 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
3181 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum: Added.
3182 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
3183 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
3184 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum: Added.
3185 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
3186 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
3187 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum: Added.
3188 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
3189 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
3190 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum: Added.
3191 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
3192 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
3193 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum: Added.
3194 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
3195 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
3196 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum: Added.
3197 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
3198 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
3199 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum: Added.
3200 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
3201 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
3202 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum: Added.
3203 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
3204 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
3205 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: Added.
3206 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
3207 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
3208 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum: Added.
3209 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
3210 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
3211 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum: Added.
3212 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
3213 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
3214 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum: Added.
3215 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Added.
3216 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
3217 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum: Added.
3218 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
3219 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Added.
3220 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Added.
3221 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
3222 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
3223 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: Added.
3224 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
3225 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
3226 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum: Added.
3227 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
3228 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
3229 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Added.
3230 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
3231 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
3232 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: Added.
3233 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
3234 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
3235 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum: Added.
3236 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
3237 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
3238 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: Added.
3239 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
3240 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
3241 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum: Added.
3242 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
3243 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
3244 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum: Added.
3245 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
3246 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
3247 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum: Added.
3248 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
3249 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
3250 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum: Added.
3251 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
3252 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
3253 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum: Added.
3254 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
3255 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
3256 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: Added.
3257 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
3258 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
3259 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum: Added.
3260 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
3261 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
3262 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum: Added.
3263 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
3264 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
3265 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum: Added.
3266 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
3267 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
3268 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: Added.
3269 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
3270 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
3271 * platform/mac-leopard/svg/batik/filters: Added.
3272 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.checksum: Added.
3273 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.png: Added.
3274 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.txt: Added.
3275 * platform/mac-leopard/svg/batik/masking: Added.
3276 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.checksum: Added.
3277 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.png: Added.
3278 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt: Added.
3279 * platform/mac-leopard/svg/batik/paints: Added.
3280 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.checksum: Added.
3281 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.png: Added.
3282 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.txt: Added.
3283 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Added.
3284 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
3285 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
3286 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.checksum: Added.
3287 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.png: Added.
3288 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.txt: Added.
3289 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.checksum: Added.
3290 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.png: Added.
3291 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.txt: Added.
3292 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.checksum: Added.
3293 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.png: Added.
3294 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.txt: Added.
3295 * platform/mac-leopard/svg/batik/text/textAnchor-expected.checksum: Added.
3296 * platform/mac-leopard/svg/batik/text/textAnchor-expected.png: Added.
3297 * platform/mac-leopard/svg/batik/text/textAnchor-expected.txt: Added.
3298 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.checksum: Added.
3299 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.png: Added.
3300 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.txt: Added.
3301 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.checksum: Added.
3302 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.png: Added.
3303 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.txt: Added.
3304 * platform/mac-leopard/svg/batik/text/textBiDi-expected.checksum: Added.
3305 * platform/mac-leopard/svg/batik/text/textBiDi-expected.png: Added.
3306 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.checksum: Added.
3307 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.png: Added.
3308 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.txt: Added.
3309 * platform/mac-leopard/svg/batik/text/textEffect-expected.checksum: Added.
3310 * platform/mac-leopard/svg/batik/text/textEffect-expected.png: Added.
3311 * platform/mac-leopard/svg/batik/text/textEffect-expected.txt: Added.
3312 * platform/mac-leopard/svg/batik/text/textEffect2-expected.checksum: Added.
3313 * platform/mac-leopard/svg/batik/text/textEffect2-expected.png: Added.
3314 * platform/mac-leopard/svg/batik/text/textEffect2-expected.txt: Added.
3315 * platform/mac-leopard/svg/batik/text/textEffect3-expected.checksum: Added.
3316 * platform/mac-leopard/svg/batik/text/textEffect3-expected.png: Added.
3317 * platform/mac-leopard/svg/batik/text/textEffect3-expected.txt: Added.
3318 * platform/mac-leopard/svg/batik/text/textFeatures-expected.checksum: Added.
3319 * platform/mac-leopard/svg/batik/text/textFeatures-expected.png: Added.
3320 * platform/mac-leopard/svg/batik/text/textFeatures-expected.txt: Added.
3321 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Added.
3322 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
3323 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
3324 * platform/mac-leopard/svg/batik/text/textLayout-expected.checksum: Added.
3325 * platform/mac-leopard/svg/batik/text/textLayout-expected.png: Added.
3326 * platform/mac-leopard/svg/batik/text/textLayout-expected.txt: Added.
3327 * platform/mac-leopard/svg/batik/text/textLayout2-expected.checksum: Added.
3328 * platform/mac-leopard/svg/batik/text/textLayout2-expected.png: Added.
3329 * platform/mac-leopard/svg/batik/text/textLayout2-expected.txt: Added.
3330 * platform/mac-leopard/svg/batik/text/textLength-expected.checksum: Added.
3331 * platform/mac-leopard/svg/batik/text/textLength-expected.png: Added.
3332 * platform/mac-leopard/svg/batik/text/textLength-expected.txt: Added.
3333 * platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum: Added.
3334 * platform/mac-leopard/svg/batik/text/textOnPath-expected.png: Added.
3335 * platform/mac-leopard/svg/batik/text/textOnPath-expected.txt: Added.
3336 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.checksum: Added.
3337 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.png: Added.
3338 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.txt: Added.
3339 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.checksum: Added.
3340 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.png: Added.
3341 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.txt: Added.
3342 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.checksum: Added.
3343 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.png: Added.
3344 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.txt: Added.
3345 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.checksum: Added.
3346 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.png: Added.
3347 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.txt: Added.
3348 * platform/mac-leopard/svg/batik/text/textPosition-expected.checksum: Added.
3349 * platform/mac-leopard/svg/batik/text/textPosition-expected.png: Added.
3350 * platform/mac-leopard/svg/batik/text/textPosition-expected.txt: Added.
3351 * platform/mac-leopard/svg/batik/text/textPosition2-expected.checksum: Added.
3352 * platform/mac-leopard/svg/batik/text/textPosition2-expected.png: Added.
3353 * platform/mac-leopard/svg/batik/text/textPosition2-expected.txt: Added.
3354 * platform/mac-leopard/svg/batik/text/textProperties-expected.checksum: Added.
3355 * platform/mac-leopard/svg/batik/text/textProperties-expected.png: Added.
3356 * platform/mac-leopard/svg/batik/text/textProperties-expected.txt: Added.
3357 * platform/mac-leopard/svg/batik/text/textProperties2-expected.checksum: Added.
3358 * platform/mac-leopard/svg/batik/text/textProperties2-expected.png: Added.
3359 * platform/mac-leopard/svg/batik/text/textProperties2-expected.txt: Added.
3360 * platform/mac-leopard/svg/batik/text/text