1 2008-03-21 Cameron Zwarich <cwzwarich@uwaterloo.ca>
3 Reviewed by Oliver Hunt.
5 Test for <http://bugs.webkit.org/show_bug.cgi?id=13693>
6 Bug 13693: REGRESSION (r13615): Acid2 Test Eyes render improperly after a page refresh
8 * http/tests/navigation/fallback-anchor-reload-expected.txt: Added.
9 * http/tests/navigation/fallback-anchor-reload.html: Added.
11 2008-03-21 Dan Bernstein <mitz@apple.com>
13 Reviewed by Oliver Hunt.
15 - test for http://bugs.webkit.org/show_bug.cgi?id=17988
16 REGRESSION (r31114-31132): Crash in InlineBox::isDirty() opening chowhound.com
18 * fast/css-generated-content/empty-content-with-float-crash-expected.txt: Added.
19 * fast/css-generated-content/empty-content-with-float-crash.html: Added.
21 2008-03-21 Oliver Hunt <oliver@apple.com>
23 Reviewed by Geoff Garen.
25 Ensure we correctly report optimised variables as being
28 * fast/js/propertyIsEnumerable-expected.txt:
29 * fast/js/resources/propertyIsEnumerable.js:
31 2008-03-21 Sam Weinig <sam@webkit.org>
33 Reviewed by Oliver Hunt.
35 Enable tests for <rdar://problem/5788451>
36 toDataURL not implemented for Windows (need mapping of MIME type to UTI)
38 * platform/win/Skipped:
39 * platform/win/fast/canvas: Added.
40 * platform/win/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
42 2008-03-21 Dan Bernstein <mitz@apple.com>
44 Reviewed by Adele Peterson.
46 - test for http://bugs.webkit.org/show_bug.cgi?id=17966
47 REGRESSION (r31114-r31132): Clearing via br behaves unpredictably
49 * fast/block/float/br-with-clear.html: Added.
50 * platform/mac/fast/block/float/br-with-clear-expected.checksum: Added.
51 * platform/mac/fast/block/float/br-with-clear-expected.png: Added.
52 * platform/mac/fast/block/float/br-with-clear-expected.txt: Added.
54 2008-03-21 Dan Bernstein <mitz@apple.com>
56 - update results for the 'zoom' property added in
57 <http://trac.webkit.org/projects/webkit/changeset/31155>
59 * fast/css/computed-style-expected.txt:
60 * fast/css/computed-style-without-renderer-expected.txt:
61 * svg/css/getComputedStyle-basic-expected.txt:
63 2008-03-20 Dan Bernstein <mitz@apple.com>
65 Reviewed by Anders Carlsson.
67 - test for an assertion failure due to a line being marked dirty during
68 computeVerticalPositionsForLine() due to temporary box destruction
70 * fast/inline/clean-after-removing-temp-boxes-expected.txt: Added.
71 * fast/inline/clean-after-removing-temp-boxes.html: Added.
73 2008-03-20 Mark Rowe <mrowe@apple.com>
75 Rubber-stamped by Sam Weinig.
77 Tweak NodeList tests to ensure that they force a GC outside of DRT.
79 * fast/dom/NodeList/5725058-crash-scenario-1.html:
80 * fast/dom/NodeList/5725058-crash-scenario-2.html:
82 2008-03-20 Aaron Golden <aegolden@gmail.com>
84 Reviewed by Darin and David Kilzer.
86 - test for <http://bugs.webkit.org/show_bug.cgi?id=15263>, which caused certain marquees to not display.
88 * fast/html/marquee-scroll.html: Added.
89 * platform/mac/fast/html/marquee-scroll-expected.checksum: Added.
90 * platform/mac/fast/html/marquee-scroll-expected.png: Added.
91 * platform/mac/fast/html/marquee-scroll-expected.txt: Added.
93 2008-03-19 Justin Garcia <justin.garcia@apple.com>
97 <rdar://problem/5780697> Copying content with CSS property values that are percentages can cause fidelity issues
99 * editing/pasteboard/5780697-2-expected.txt: Added.
100 * editing/pasteboard/5780697-2.html: Added.
102 2008-03-19 Oliver Hunt <oliver@apple.com>
106 Test case for Canvas.arc with zero-length radius needed to
107 be updated for current html5 spec.
109 * fast/canvas/canvas-with-incorrect-args-expected.txt:
110 * fast/canvas/canvas-with-incorrect-args.html:
112 2008-03-19 Justin Garcia <justin.garcia@apple.com>
116 <rdar://problem/5794920> Acid3: Assertion failure in VisiblePosition::previous when clicking on results (17004)
118 * editing/pasteboard/4989774.html: Updated to wait for the images to load before trying to copy it.
119 * editing/selection/5794920-1-expected.txt: Added.
120 * editing/selection/5794920-1.html: Added.
122 2008-03-19 Dan Bernstein <mitz@apple.com>
124 Reviewed by Sam Weinig.
126 - test for assertion failure in RenderBlock::determineStartPosition() at http://www.wired.com/techbiz/it/magazine/16-04/bz_apple
128 * fast/repaint/line-flow-with-floats-10.html: Added.
129 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.checksum: Added.
130 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.png: Added.
131 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt: Added.
133 2008-03-19 Dan Bernstein <mitz@apple.com>
135 Reviewed by John Sullivan.
137 - test for <rdar://problem/5805070> CrashTracer: [USER] 33 crashes in Safari at com.apple.WebCore: WebCore::FrameView::layout + 431
139 * fast/dynamic/subtree-parent-static-y.html: Added.
140 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.checksum: Added.
141 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.png: Added.
142 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt: Added.
144 2008-03-19 Mark Rowe <mrowe@apple.com>
146 Reviewed by Oliver Hunt.
148 Test for http://bugs.webkit.org/show_bug.cgi?id=17939
149 Bug 17939: Crash decompiling "const a = 1, b;"
151 * fast/js/function-toString-parentheses-expected.txt:
152 * fast/js/resources/function-toString-parentheses.js:
154 2008-03-18 Oliver Hunt <oliver@apple.com>
156 Reviewed by Mark Rowe.
158 Bug 17929: Incorrect decompilation with |const|, comma
159 http://bugs.webkit.org/show_bug.cgi?id=17929
161 Test cases for converting const nodes to string.
163 * fast/js/resources/function-toString-parentheses.js:
165 2008-03-18 Mark Rowe <mrowe@apple.com>
167 Reviewed by Oliver Hunt.
169 Tests for http://bugs.webkit.org/show_bug.cgi?id=17925 and http://bugs.webkit.org/show_bug.cgi?id=17927.
170 - Bug 17925: Crash in KJS::JSObject::put after setting this.__proto__
171 - Bug 17927: Hang after attempting to create circular __proto__
173 * fast/js/cyclic-proto-expected.txt: Added.
174 * fast/js/cyclic-proto.html: Copied from LayoutTests/fast/js/assign.html.
175 * fast/js/non-object-proto-expected.txt: Added.
176 * fast/js/non-object-proto.html: Copied from LayoutTests/fast/js/rehash-assign.html.
177 * fast/js/resources/cyclic-proto.js: Added.
178 * fast/js/resources/non-object-proto.js: Added.
180 2008-03-18 Sam Weinig <sam@webkit.org>
182 Reviewed by Anders Carlsson.
184 Tests for http://bugs.webkit.org/show_bug.cgi?id=17057
185 REGRESSION: Frequent random crashes in WebCore::JSNodeList::indexGetter
186 <rdar://problem/5725058>
188 * fast/dom/NodeList/5725058-crash-scenario-1-expected.txt: Added.
189 * fast/dom/NodeList/5725058-crash-scenario-1.html: Added.
190 * fast/dom/NodeList/5725058-crash-scenario-2-expected.txt: Added.
191 * fast/dom/NodeList/5725058-crash-scenario-2.html: Added.
192 * fast/dom/NodeList/5725058-crash-scenario-3-expected.txt: Added.
193 * fast/dom/NodeList/5725058-crash-scenario-3.html: Added.
195 2008-03-18 Sam Weinig <sam@webkit.org>
197 Reviewed by Darin Adler.
199 Make domListEnumeration.html test not depend on the order of property enumeration
200 by sorting the result array.
202 * fast/dom/domListEnumeration-expected.txt:
203 * fast/dom/resources/domListEnumeration.js:
205 2008-03-18 Dan Bernstein <mitz@apple.com>
207 Reviewed by Adele Peterson.
209 - test for <rdar://problem/5805127> REGRESSION (r31116): Assertion failure (floatIndex < floats.size()) in RenderBlock::determineStartPosition() at digg.com
211 * fast/dynamic/floating-to-positioned.html: Added.
212 * platform/mac/fast/dynamic/floating-to-positioned-expected.checksum: Added.
213 * platform/mac/fast/dynamic/floating-to-positioned-expected.png: Added.
214 * platform/mac/fast/dynamic/floating-to-positioned-expected.txt: Added.
216 2008-03-17 Dan Bernstein <mitz@apple.com>
218 Reviewed by Dave Hyatt.
220 - test incremental relayout of blocks that contain floats
222 * fast/repaint/line-flow-with-floats-1.html: Added.
223 * fast/repaint/line-flow-with-floats-2.html: Added.
224 * fast/repaint/line-flow-with-floats-3.html: Added.
225 * fast/repaint/line-flow-with-floats-4.html: Added.
226 * fast/repaint/line-flow-with-floats-5.html: Added.
227 * fast/repaint/line-flow-with-floats-6.html: Added.
228 * fast/repaint/line-flow-with-floats-7.html: Added.
229 * fast/repaint/line-flow-with-floats-8.html: Added.
230 * fast/repaint/line-flow-with-floats-9.html: Added.
231 * fast/repaint/resources/line-flow-with-floats.html: Added.
232 * fast/repaint/resources/line-flow-with-floats.js: Added.
233 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.checksum: Added.
234 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.png: Added.
235 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt: Added.
236 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.checksum: Added.
237 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.png: Added.
238 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt: Added.
239 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.checksum: Added.
240 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.png: Added.
241 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt: Added.
242 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.checksum: Added.
243 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.png: Added.
244 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt: Added.
245 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.checksum: Added.
246 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.png: Added.
247 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt: Added.
248 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.checksum: Added.
249 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.png: Added.
250 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt: Added.
251 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.checksum: Added.
252 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.png: Added.
253 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt: Added.
254 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.checksum: Added.
255 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.png: Added.
256 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt: Added.
257 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.checksum: Added.
258 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.png: Added.
259 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt: Added.
261 2008-03-17 Eric Seidel <eric@webkit.org>
265 Add test case to test NPN_IntFromIdentifier
267 * plugins/netscape-identifier-conversion-expected.txt: Added.
268 * plugins/netscape-identifier-conversion.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html.
269 * plugins/resources/TEMPLATE.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html.
270 * plugins/resources/netscape-identifier-conversion.js: Added.
272 2008-03-17 Sam Weinig <sam@webkit.org>
274 Reviewed by Dan Bernstein.
276 Add HTMLCollection constructor to the Window object. (Omission noticed by Harri Porten)
278 * fast/dom/Window/window-properties-expected.txt:
280 2008-03-17 Robert Blaut <webkit@blaut.biz>
284 Fix for bug http://bugs.webkit.org/show_bug.cgi?id=17696
285 Set default margin-bottom for form element in quirk mode
286 and be compatible with Gecko.
288 * fast/css/margin-bottom-form-element-quirk.html: Added.
289 * fast/css/margin-bottom-form-element-strict.html: Added.
290 * fast/frames/viewsource-empty-attribute-value-expected.txt:
291 * platform/mac/fast/block/margin-collapse/103-expected.checksum:
292 * platform/mac/fast/block/margin-collapse/103-expected.png:
293 * platform/mac/fast/block/margin-collapse/103-expected.txt:
294 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.checksum: Added.
295 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.png: Added.
296 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.txt: Added.
297 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.checksum: Added.
298 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.png: Added.
299 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.txt: Added.
300 * platform/mac/tables/mozilla/bugs/bug44505-expected.checksum:
301 * platform/mac/tables/mozilla/bugs/bug44505-expected.png:
302 * platform/mac/tables/mozilla/bugs/bug44505-expected.txt:
303 * platform/mac/tables/mozilla/bugs/bug51727-expected.checksum:
304 * platform/mac/tables/mozilla/bugs/bug51727-expected.png:
305 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
306 * platform/mac/tables/mozilla/bugs/bug52505-expected.checksum:
307 * platform/mac/tables/mozilla/bugs/bug52505-expected.png:
308 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
309 * platform/mac/tables/mozilla/bugs/bug52506-expected.checksum:
310 * platform/mac/tables/mozilla/bugs/bug52506-expected.png:
311 * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
312 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum:
313 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.png:
314 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt:
315 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum:
316 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
317 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
318 * platform/qt/fast/block/margin-collapse/103-expected.txt: Removed.
319 * platform/qt/tables/mozilla/bugs/bug44505-expected.txt: Removed.
320 * platform/qt/tables/mozilla/bugs/bug51727-expected.txt: Removed.
321 * platform/qt/tables/mozilla/bugs/bug52505-expected.txt: Removed.
322 * platform/qt/tables/mozilla/bugs/bug52506-expected.txt: Removed.
323 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt: Removed.
324 * platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Removed.
326 2008-03-17 Yuzhu Shen <yuzhu.shen@gmail.com>
330 Bug: http://bugs.webkit.org/show_bug.cgi?id=17760
331 Test whether <img> tries to load image with empty src attribute.
333 * fast/images/load-img-with-empty-src-expected.txt: Added.
334 * fast/images/load-img-with-empty-src.html: Added.
335 * fast/images/resources/test-load.jpg: Added.
337 2008-03-17 Adam Roben <aroben@apple.com>
339 Test for Bug 17876: REGRESSION (r31060): Attempting to visit Ofcom page causes crash
341 <http://bugs.webkit.org/show_bug.cgi?id=17876>
345 * fast/dom/remove-named-attribute-crash-expected.txt: Added.
346 * fast/dom/remove-named-attribute-crash.html: Added.
348 2008-03-16 Maciej Stachowiak <mjs@apple.com>
352 - test for "Acid3 expects different exceptions for surroundContents calls involving comment nodes (affects Acid3 test 11)"
353 http://bugs.webkit.org/show_bug.cgi?id=17509
355 * fast/dom/Range/acid3-surround-contents-expected.txt: Added.
356 * fast/dom/Range/acid3-surround-contents.html: Added.
358 2008-03-16 Marvin Decker <marv.decker@gmail.com>
362 Fix bug 15119, unencodable characters in URLs should be entity-escaped.
364 * http/tests/uri/escaped-entity-expected.txt: Added.
365 * http/tests/uri/escaped-entity.html: Added.
367 2008-03-16 Darin Adler <darin@apple.com>
369 Reviewed by Mark Rowe.
371 - test for bug fixes in http://bugs.webkit.org/show_bug.cgi?id=17881
372 a little cleanup for HTMLTextAreaElement
374 * fast/forms/textarea-default-value-leading-newline-expected.txt: Added.
375 * fast/forms/textarea-default-value-leading-newline.html: Copied from fast/forms/textarea-crlf.html.
377 * fast/forms/textarea-hard-linewrap-expected.txt: Updated.
378 * fast/forms/textarea-hard-linewrap.html: Cleaned up a bit.
380 * fast/forms/textarea-linewrap-dynamic-expected.txt: Added.
381 * fast/forms/textarea-linewrap-dynamic.html: Copied from fast/forms/textarea-hard-linewrap.html.
383 2008-03-16 Antti Koivisto <antti@apple.com>
387 Test for http://bugs.webkit.org/show_bug.cgi?id=17862
388 REGRESSION (r31038): Reproducible crash under DocLoader::checkForReload() at marware.com
390 * http/tests/misc/resources/uncacheable-script.cgi: Added.
391 * http/tests/misc/uncacheable-script-repeated-expected.txt: Added.
392 * http/tests/misc/uncacheable-script-repeated.html: Added.
394 2008-03-16 Yuzhu Shen <yuzhu.shen@gmail.com>
398 Bug: http://bugs.webkit.org/show_bug.cgi?id=17714
399 Test whether clicking <img href="#"> goes to top of the page.
401 * fast/html/empty-fragment-id-goto-top-expected.txt: Added.
402 * fast/html/empty-fragment-id-goto-top.html: Added.
404 2008-03-16 Darin Adler <darin@apple.com>
408 - test for http://bugs.webkit.org/show_bug.cgi?id=14941
409 <rdar://problem/5404093> textarea value from JavaScript includes extra newline
411 * fast/forms/textarea-paste-newline.html: Updated test to expect correct behavior instead
412 of expecting the bug.
414 * fast/forms/textarea-trailing-newline-expected.txt: Added.
415 * fast/forms/textarea-trailing-newline.html: Added.
417 2008-03-15 Darin Adler <darin@apple.com>
421 - test changes for http://bugs.webkit.org/show_bug.cgi?id=11997
422 Ranges are not fixed after mutation (affects Acid3 test 13)
424 * fast/dom/Range/mutation-expected.txt: Added.
425 * fast/dom/Range/mutation.html: Added.
426 * fast/dom/Range/resources/mutation.js: Added.
428 * editing/execCommand/4920742-2-expected.txt: Updated.
429 * editing/execCommand/4920742-2.html: Updated this test. It was testing for a crash in a
430 case that's no longer possible -- you can't make a range where one endpoint is in the
431 document and the other is not.
433 * platform/mac/editing/execCommand/4920488-expected.txt: Removed WRONG_DOCUMENT_ERR.
434 The fact that a test was getting this exception was a bug, similar to the case above.
435 * platform/qt/editing/execCommand/4920488-expected.txt: Ditto.
437 2008-03-15 Julien Chaffraix <julien.chaffraix@gmail.com>
441 [CURL] Crash below ResourceHandleManager::setupPOST when job->request().httpBody() is NULL
442 http://bugs.webkit.org/show_bug.cgi?id=16906
444 * http/tests/xmlhttprequest/xmlhttprequest-post-crash-expected.txt: Added.
445 * http/tests/xmlhttprequest/xmlhttprequest-post-crash.html: Added.
447 2008-03-14 Anders Carlsson <andersca@apple.com>
451 <rdar://problem/5794989>
452 https://bugs.webkit.org/show_bug.cgi?id=17792
453 REGRESSION (Safari 3.0.4-3.1): Ordering tickets from Sweden's biggest train operator doesn't work
457 * fast/dom/Window/window-open-self-from-other-frame-expected.txt: Added.
458 * fast/dom/Window/window-open-self-from-other-frame.html: Added.
460 2008-03-14 Dan Bernstein <mitz@apple.com>
462 Reviewed by Darin Adler.
464 - test for http://bugs.webkit.org/show_bug.cgi?id=17834
465 REGRESSION: floated first-letter does not work when included in table
467 * fast/css/first-letter-float.html: Added.
468 * platform/mac-leopard/fast/css/first-letter-float-expected.checksum: Added.
469 * platform/mac-leopard/fast/css/first-letter-float-expected.png: Added.
470 * platform/mac/fast/css/first-letter-float-expected.txt: Added.
472 2008-03-13 Antti Koivisto <antti@apple.com>
476 Update test results for the preload patch. Load order for some resources changed,
477 this does not affect the substance of these tests.
479 * platform/mac-leopard/security/block-test-expected.txt:
480 * security/block-test-expected.txt:
481 * webarchive/loading/cache-expired-subresource-expected.txt:
483 2008-03-13 Dan Bernstein <mitz@apple.com>
485 Reviewed by Dave Hyatt.
487 - test for http://bugs.webkit.org/show_bug.cgi?id=17819
488 Border-collapse: collapse later cell wins on PC, earlier cell on Mac
490 * fast/table/border-collapsing/equal-precedence-resolution.html: Added.
491 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.checksum: Added.
492 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.png: Added.
493 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Added.
495 2008-03-12 Justin Garcia <justin.garcia@apple.com>
499 <rdar://problem/5770834> Crash at InsertTextCommand::prepareForTextInsertion() doing RemoveFormat in a certain list
501 * editing/execCommand/5770834-1-expected.txt: Added.
502 * editing/execCommand/5770834-1.html: Added.
504 2008-03-11 Alexey Proskuryakov <ap@webkit.org>
508 <rdar://problem/5640615> REGRESSION (Safari 2-3): Changing subframe encoding rules broke
511 * fast/encoding/frame-default-enc-expected.txt:
512 * fast/encoding/frame-default-enc.html:
513 Reversed success and failure.
515 * http/tests/misc/frame-default-enc-different-domain-expected.txt: Added.
516 * http/tests/misc/frame-default-enc-different-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html.
517 * http/tests/misc/frame-default-enc-same-domain-expected.txt: Added.
518 * http/tests/misc/frame-default-enc-same-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html.
519 * http/tests/misc/resources/frame-default-enc-frame.html: Copied from LayoutTests/fast/encoding/resources/frame-default-enc-frame.html.
521 2008-03-10 Sam Weinig <sam@webkit.org>
523 Reviewed by Beth Dakin.
525 Update test to catch the SECURITY_ERR thrown by
526 CanvasRenderingContext2D::getImageData() and
527 HTMLCanvasElement::toDataURL() on a tainted canvas
529 * http/tests/security/canvas-remote-read-remote-image-expected.txt:
530 * http/tests/security/canvas-remote-read-remote-image.html:
532 2008-03-10 Justin Garcia <justin.garcia@apple.com>
536 <rdar://problem/5779984> REGRESSION (r30391): GMail: Safari won't display the Edit Link dialog
538 * editing/pasteboard/5780697-2-expected.txt: Added.
539 * editing/pasteboard/5780697-2.html: Added.
540 * editing/selection/5779984-1-expected.txt: Added.
541 * editing/selection/5779984-1.html: Added.
543 2008-03-10 Sam Weinig <sam@webkit.org>
545 Reviewed by Beth Dakin.
547 Add Tiger specific results for toDataURL-supportedTypes.html as the image
548 encoders have slightly changed between releases.
550 * platform/mac-tiger/fast/canvas: Added.
551 * platform/mac-tiger/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
553 2008-03-02 Julien Chaffraix <julien.chaffraix@gmail.com>
555 Reviewed and landed by Darin.
557 bug 12182 : XMLHttpRequest should raise SECURITY_ERR for same-origin policy violations
559 * http/tests/xmlhttprequest/exceptions-expected.txt: Updated results
561 2008-03-10 Johnny Ding <johnnyding.webkit@gmail.com>
563 Reviewed, tweaked and landed by Alexey.
565 Bug http://bugs.webkit.org/show_bug.cgi?id=17732
566 Test case for testing script decoding after setting its src attribute
568 * fast/dom/HTMLScriptElement/resources/script-decoding-error-after-setting-src.js: Added.
569 * fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src-expected.txt: Added.
570 * fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src.html: Added.
572 2008-03-07 Simon Hausmann <hausmann@webkit.org>
578 Added a testcase for http://bugs.webkit.org/show_bug.cgi?id=16815
580 * fast/js/navigator-plugins-crash-expected.txt: Added.
581 * fast/js/navigator-plugins-crash.html: Added.
583 2008-03-08 Oliver Hunt <oliver@apple.com>
587 Test case for Bug 16516: canvas image patterns stop working with some transformations
589 * fast/canvas/canvas-pattern-behaviour.js:
591 2008-03-08 Oliver Hunt <oliver@apple.com>
595 Bug 17728: Canvas.createPattern with null repeat argument throws an exception
597 Test cases for various way of constructing a pattern
599 * fast/canvas/canvas-pattern-behaviour-expected.txt: Added.
600 * fast/canvas/canvas-pattern-behaviour.html: Added.
601 * fast/canvas/canvas-pattern-behaviour.js: Added.
603 2008-03-08 Darin Adler <darin@apple.com>
605 * platform/win/Skipped: Fixed some typos (stray "s" characters).
607 2008-03-07 Stephanie Lewis <slewis@apple.com>
611 Add toDataURL tests to skipped list
613 * platform/win/Skipped:
615 2008-03-07 Alexey Proskuryakov <ap@webkit.org>
619 REGRESSION: Korean decoding doesn't support extended EUC-KR.
621 * fast/encoding/char-decoding-expected.txt:
622 * fast/encoding/char-decoding.html:
623 Added cases for Korean.
625 2008-03-07 Oliver Hunt <oliver@apple.com>
627 Reviewed by Mark Rowe.
629 Test case for Bug 16610: <canvas> restore() removes path segments created before it
631 * fast/canvas/canvas-save-restore-with-path-expected.txt: Added.
632 * fast/canvas/canvas-save-restore-with-path.html: Added.
633 * fast/canvas/canvas-save-restore-with-path.js: Added.
635 2008-03-07 Samuel Weinig <sam@webkit.org>
637 Reviewed by Oliver Hunt.
639 Tests for http://bugs.webkit.org/show_bug.cgi?id=16673
640 <canvas> lacks toDataURL()
642 * fast/canvas/toDataURL-noData-expected.txt: Added.
643 * fast/canvas/toDataURL-noData.html: Added.
644 * fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
645 * fast/canvas/toDataURL-supportedTypes.html: Added.
647 2008-03-07 Stephanie Lewis <slewis@apple.com>
649 update Windows Skipped List
651 * platform/win/Skipped:
653 2008-03-07 Adele Peterson <adele@apple.com>
655 Adding fast/dom/HTMLDocument/hasFocus.html to the skipped list, while I investigate the failure.
657 * platform/win/Skipped:
659 2008-03-06 Geoffrey Garen <ggaren@apple.com>
661 Reviewed by Darin Adler.
663 Tests for <rdar://problem/5689093> Stricter (ES4) eval semantics
665 * fast/js/eval-cross-window-expected.txt: Added.
666 * fast/js/eval-cross-window.html: Added.
667 * fast/js/eval-keyword-vs-function-expected.txt: Added.
668 * fast/js/eval-keyword-vs-function.html: Added.
669 * fast/js/eval-overriding-expected.txt: Added.
670 * fast/js/eval-overriding.html: Added.
672 Tests to make sure not to regress security:
674 * http/tests/security/resources/xss-eval2.html: Added.
675 * http/tests/security/resources/xss-eval3.html: Added.
676 * http/tests/security/xss-eval-expected.txt: Added.
677 * http/tests/security/xss-eval.html: Added.
679 I removed these tests because we no longer match the behavior they
680 expected, and the new tests are more comprehensive:
682 * fast/js/window-eval-context-expected.txt: Removed.
683 * fast/js/window-eval-context.html: Removed.
684 * fast/js/window-eval-tearoff-expected.txt: Removed.
685 * fast/js/window-eval-tearoff.html: Removed.
687 2008-03-06 Oliver Hunt <oliver@apple.com>
691 Test security restrictions for retrieving the content of tainted canvases
693 * http/tests/security/canvas-remote-read-remote-image-expected.txt: Added.
694 * http/tests/security/canvas-remote-read-remote-image.html: Added.
696 2008-03-06 Adele Peterson <adele@apple.com>
700 Tests for <rdar://problem/5785892> Implement activeElement attribute for HTMLDocument (HTML5)
701 and <rdar://problem/5785895> Implement hasFocus() for HTMLDocument (HTML5)
703 * fast/dom/HTMLDocument/activeElement-expected.txt: Added.
704 * fast/dom/HTMLDocument/activeElement.html: Added.
705 * fast/dom/HTMLDocument/hasFocus-expected.txt: Added.
706 * fast/dom/HTMLDocument/hasFocus.html: Added.
707 * fast/dom/HTMLDocument/resources/hasFocus-iframe.html: Added.
709 2008-03-06 Dan Bernstein <mitz@apple.com>
711 Reviewed by Darin Adler.
713 - test and updated results for <rdar://problem/5741981> 154008 WebKit: Some asian language font glyphs are not shown (in Mail and Entourage)
715 * fast/text/soft-hyphen-3.html: Added.
716 * platform/mac/fast/text/basic/014-expected.txt:
717 * platform/mac/fast/text/soft-hyphen-3-expected.checksum: Added.
718 * platform/mac/fast/text/soft-hyphen-3-expected.png: Added.
719 * platform/mac/fast/text/soft-hyphen-3-expected.txt: Added.
721 2008-03-06 Alexey Proskuryakov <ap@webkit.org>
725 <rdar://problem/5687269> Need to create a Collator abstraction for WebCore and JavaScriptCore
727 Added a test to verify that collation is indeed locale-sensitive, and not just UCA.
729 * fast/xsl/sort-locale-expected.txt: Added.
730 * fast/xsl/sort-locale.xml: Added.
731 * fast/xsl/sort-locale.xsl: Added.
733 2008-03-06 Dan Bernstein <mitz@apple.com>
737 - add test for r30823 (background-position: inherit)
739 * fast/css/background-position-inherit-expected.txt: Added.
740 * fast/css/background-position-inherit.html: Added.
742 2008-03-05 Justin Garcia <justin.garcia@apple.com>
746 <rdar://problem/5780697> Copying content with CSS property values that are percentages can cause fidelity issues
748 * editing/pasteboard/5780697-1-expected.txt: Added.
749 * editing/pasteboard/5780697-1.html: Added.
751 2008-03-05 Brady Eidson <beidson@apple.com>
753 Reviewed by Alexey + Mark Rowe
755 Fix for <rdar://problem/5778247> - Reproducible crash on storage/execute-sql-args.html
757 This test takes its best shot at handling two databases on a single database thread at once,
758 then having one of those databases go away completely (garbage collection and everything)
760 * storage/multiple-databases-garbage-collection-expected.txt: Added.
761 * storage/multiple-databases-garbage-collection.html: Added.
763 2008-03-04 Maciej Stachowiak <mjs@apple.com>
765 Reviewed by Sam and Oliver.
767 - test for http://bugs.webkit.org/show_bug.cgi?id=16289
768 - test for Acid3 tests 26 and 27 (not exactly the same issue but related)
770 * fast/dom/gc-11-expected.txt: Added. Test case from bug 16289.
771 * fast/dom/gc-11.html: Added.
772 * fast/dom/gc-acid3.html: Added. DOM garbage collection part of Acid3.
773 * fast/dom/gc-acid3-expected.txt: Added.
774 * fast/dom/gc-6-expected.txt: Updated results. The old assumptions of this test
775 were in conflict with the requirements of Acid3.
777 2008-03-04 Dan Bernstein <mitz@apple.com>
779 - test for http://bugs.webkit.org/show_bug.cgi?id=17676
780 <rdar://problem/5781091> REGRESSION (r30240-r30267): href attribute values with non-ASCII characters in the host part do not work
782 * fast/encoding/url-host-name-non-ascii-expected.txt: Added.
783 * fast/encoding/url-host-name-non-ascii.html: Added.
785 2008-03-04 Nikolas Zimmermann <zimmermann@kde.org>
789 Fix svg/dynamic-updates time-dependancy problem. Remove unneeded setTimeout() call.
791 * svg/custom/acid3-test-77.html: Remove uneeded variables 'svgns' / 'xlinkns'
792 * svg/dynamic-updates/resources/SVGTestCase.js:
794 2008-03-04 Nikolas Zimmermann <zimmermann@kde.org>
796 Reviewed by Eric & David.
798 Add new layout test for Acid3 - test 77.
799 Update result for svg/custom/text-dom-01-f.svg.
801 * platform/mac-leopard/svg/custom/acid3-test-77-expected.checksum: Added.
802 * platform/mac-leopard/svg/custom/acid3-test-77-expected.png: Added.
803 * platform/mac-leopard/svg/custom/getSubStringLength-expected.checksum: Added.
804 * platform/mac-leopard/svg/custom/getSubStringLength-expected.png: Added.
805 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.checksum:
806 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.png:
807 * svg/custom/acid3-test-77-expected.txt: Added.
808 * svg/custom/acid3-test-77.html: Added.
809 * svg/custom/getSubStringLength-expected.txt: Added.
810 * svg/custom/getSubStringLength.html: Added.
811 * svg/custom/resources/Acid3Font-loader.svg: Added.
812 * svg/custom/resources/Acid3Font.svg: Added.
813 * svg/custom/resources/getSubStringLength.js: Added.
815 2008-03-04 Sam Weinig <sam@webkit.org>
817 Reviewed by Darin Adler.
819 Update results for fixed class names.
821 * fast/dom/Window/window-properties-expected.txt:
822 * fast/dom/xmlhttprequest-get-expected.txt:
823 * http/tests/xmlhttprequest/event-target-expected.txt:
825 2008-03-04 Dan Bernstein <mitz@apple.com>
827 Reviewed by Oliver Hunt and Geoffrey Garen.
829 - extended test to cover http://bugs.webkit.org/show_bug.cgi?id=17667
830 <rdar://problem/5779658> REGRESSION (r30587): Document::implicitClose() not called when done loading page (Image does not get scaled to fit)
832 * http/tests/misc/missing-style-sheet-expected.txt:
833 * http/tests/misc/missing-style-sheet.html:
835 2008-03-04 Adele Peterson <adele@apple.com>
839 Test for <rdar://problem/5779718> focus() does not work for anchor elements with no content
841 * fast/events/anchor-empty-focus-expected.txt: Added.
842 * fast/events/anchor-empty-focus.html: Added.
844 2008-03-04 Dan Bernstein <mitz@apple.com>
846 - test for <rdar://problem/5622336> Burmese text does not render on http://www.myanmarbible.com/bible/Judson/html/index.html
848 * platform/win/fast/text/uniscribe-missing-glyph-expected.txt: Added.
849 * platform/win/fast/text/uniscribe-missing-glyph.html: Added.
851 2008-03-04 Alexey Proskuryakov <ap@webkit.org>
853 Suggested by Darin, rubber-stamped by Mark.
855 http://bugs.webkit.org/show_bug.cgi?id=17569
856 REGRESSION (r30571): Buzzword.com doesn't load
858 Rolling out r30571, as determining what is wrong with it proved tricky.
860 * fast/loader/meta-refresh-anchor-click-expected.txt: Removed.
861 * fast/loader/meta-refresh-anchor-click.html: Removed.
862 * fast/loader/resources/meta-refresh-subframe.html: Removed.
864 2008-03-03 Sam Weinig <sam@webkit.org>
866 Reviewed by Mark Rowe.
870 * fast/dom/Window/window-properties-expected.txt:
872 2008-03-03 Dan Bernstein <mitz@apple.com>
874 Reviewed by Darin Adler.
876 - test that :first-letter applies to the first letter in normal flow,
877 skipping floats and positioned objects
879 * fast/css/first-letter-skip-out-of-flow.html: Added.
880 * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.checksum: Added.
881 * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.png: Added.
882 * platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt: Added.
884 2008-03-03 Mark Rowe <mrowe@apple.com>
886 Reviewed by Dan Bernstein.
888 Test for http://bugs.webkit.org/show_bug.cgi?id=17313
889 Bug 17313: querySelectorAll() causing crashes when called via dojo.query() wrapper
891 * fast/dom/SelectorAPI/bug-17313-expected.txt: Added.
892 * fast/dom/SelectorAPI/bug-17313.html: Added.
894 2008-03-03 David D. Kilzer <ddkilzer@webkit.org>
896 Dynamically inserting CSS rule with @media query fails with DOM Exception 12
897 <http://bugs.webkit.org/show_bug.cgi?id=15986>
901 * fast/css/insertRule-font-face.html: Added.
902 * fast/css/insertRule-media.html: Added.
903 * fast/css/resources/insertRule-font-face.js: Added.
904 * fast/css/resources/insertRule-media.js: Added.
906 2008-03-03 Oliver Hunt <oliver@apple.com>
908 Reviewed by Mark Rowe.
910 Add check to make sure we return all the data in a row.
912 * fast/canvas/canvas-getImageData-expected.txt:
913 * fast/canvas/canvas-getImageData.html:
915 2008-03-03 Oliver Hunt <oliver@apple.com>
917 Reviewed by Mark Rowe.
919 Test case for incorrect assertions
921 * fast/canvas/canvas-putImageData.js:
923 2008-03-02 Kevin Ollivier <kevino@theolliviers.com>
925 Reviewed by Dave Hyatt.
927 Gracefully handle a CSS rule containing an invalid value.
928 (Fixes http://bugs.webkit.org/show_bug.cgi?id=16898)
930 * fast/css/invalid-rule-value-expected.txt: Added.
931 * fast/css/invalid-rule-value.html: Added.
933 2008-03-01 Oliver Hunt <oliver@apple.com>
935 Reviewed by Sam Weinig.
937 Bug 16954: Support putImageData
939 Nice simple testcase for putImageData covering the exciting
940 little bits of behaviour present in the current spec.
942 * fast/canvas/canvas-putImageData-expected.txt: Added.
943 * fast/canvas/canvas-putImageData.html: Added.
945 2008-03-01 Sam Weinig <sam@webkit.org>
947 Reviewed by Darin Adler.
951 * fast/dom/Window/window-function-name-getter-precedence-expected.txt:
953 2008-03-01 Nikolas Zimmermann <zimmermann@kde.org>
957 Add new set of dynamic updates tests, this time for SVGForeignObjectElement.
959 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum: Added.
960 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
961 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum: Added.
962 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
963 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.checksum: Added.
964 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
965 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.checksum: Added.
966 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
967 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum: Added.
968 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
969 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum: Added.
970 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
971 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.checksum: Added.
972 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
973 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.checksum: Added.
974 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
975 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt: Added.
976 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html: Added.
977 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt: Added.
978 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html: Added.
979 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.txt: Added.
980 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html: Added.
981 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.txt: Added.
982 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html: Added.
983 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt: Added.
984 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html: Added.
985 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt: Added.
986 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html: Added.
987 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.txt: Added.
988 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html: Added.
989 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.txt: Added.
990 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html: Added.
991 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js: Added.
992 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js: Added.
993 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js: Added.
994 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js: Added.
995 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js: Added.
996 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js: Added.
997 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js: Added.
998 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js: Added.
999 * svg/dynamic-updates/resources/SVGTestCase.js: Add xhtml namespace 'xhtmlNS'.
1001 2008-02-29 Dan Bernstein <mitz@apple.com>
1003 Rubber-stamped by Sam Weinig.
1005 - update test results following r30649
1007 * svg/css/getComputedStyle-basic-expected.txt:
1009 2008-02-29 Robert Blaut <webkit@blaut.biz>
1011 Reviewed by Darin Adler.
1013 - Tests for http://bugs.webkit.org/show_bug.cgi?id=17532
1014 Webkit imports styles from <link> element which doesn't have rel=stylesheet defined
1016 * fast/html/link-rel-stylesheet.html: Added.
1017 * fast/media/mq-simple-query-02.html:
1018 * fast/media/mq-width-absolute-02.html:
1019 * platform/mac/fast/html/link-rel-stylesheet-expected.txt: Added.
1021 2008-02-29 Alexey Proskuryakov <ap@webkit.org>
1025 <rdar://problem/5766352> REGRESSION (r27151): XMLHttpRequest.abort() resets response status
1027 * http/tests/xmlhttprequest/status-after-abort-expected.txt: Added.
1028 * http/tests/xmlhttprequest/status-after-abort.html: Added.
1030 2008-02-29 Dan Bernstein <mitz@apple.com>
1032 Reviewed by Darin Adler.
1034 - test for a bug where explicit embedding past the end of a line could
1035 affect text that line
1037 * fast/text/embed-at-end-of-pre-wrap-line.html: Added.
1038 * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.checksum: Added.
1039 * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added.
1040 * platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt: Added.
1042 2008-02-28 Justin Garcia <justin.garcia@apple.com>
1044 Reviewed by Darin Adler.
1046 <rdar://problem/4930986> REGRESSION: Paste As Quotation pastes black text instead of blue
1048 Demonstrates the bug:
1049 * editing/pasteboard/4930986-1-expected.txt: Added.
1050 * editing/pasteboard/4930986-1.html: Added.
1051 * editing/pasteboard/4930986-2-expected.txt: Added.
1052 * editing/pasteboard/4930986-2.html: Added.
1054 Demonstrates a problem with the first version of the patch:
1055 * editing/pasteboard/4930986-3-expected.txt: Added.
1056 * editing/pasteboard/4930986-3.html: Added.
1058 Visual problem fixed. An anonymous renderer changed position, DOM remains unchanged:
1059 * editing/execCommand/5144139-1.html:
1060 * platform/mac/editing/execCommand/5144139-1-expected.checksum:
1061 * platform/mac/editing/execCommand/5144139-1-expected.png:
1062 * platform/mac/editing/execCommand/5144139-1-expected.txt:
1064 Removed unnecessary style spans, visual result unchanged:
1065 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum:
1066 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.png:
1067 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
1068 * platform/mac/editing/style/font-family-with-space-expected.checksum:
1069 * platform/mac/editing/style/font-family-with-space-expected.png:
1070 * platform/mac/editing/style/font-family-with-space-expected.txt:
1072 A style span isn't removed because at paste time because we don't anticipate
1073 encountering styles on style spans that are non-inheritable, because we don't
1074 create style spans like that at copy time. Turned this into a text only
1075 test. Test remains visually unchanged:
1076 * editing/pasteboard/5245519-expected.txt: Added.
1077 * editing/pasteboard/5245519.html:
1078 * platform/mac/editing/pasteboard/5245519-expected.checksum: Removed.
1079 * platform/mac/editing/pasteboard/5245519-expected.png: Removed.
1080 * platform/mac/editing/pasteboard/5245519-expected.txt: Removed.
1082 Added an extra empty anonymous renderer, DOM and visual result remain unchanged:
1083 * platform/mac/editing/execCommand/create-list-with-hr-expected.checksum:
1084 * platform/mac/editing/execCommand/create-list-with-hr-expected.png:
1085 * platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
1086 * platform/mac/editing/pasteboard/paste-list-001-expected.checksum:
1087 * platform/mac/editing/pasteboard/paste-list-001-expected.png:
1088 * platform/mac/editing/pasteboard/paste-list-001-expected.txt:
1089 * platform/mac/editing/pasteboard/paste-table-001-expected.checksum:
1090 * platform/mac/editing/pasteboard/paste-table-001-expected.png:
1091 * platform/mac/editing/pasteboard/paste-table-001-expected.txt:
1092 * platform/mac/editing/pasteboard/paste-text-003-expected.checksum:
1093 * platform/mac/editing/pasteboard/paste-text-003-expected.png:
1094 * platform/mac/editing/pasteboard/paste-text-003-expected.txt:
1096 Reflects changes to CSSComputedStyleDeclaration::getPropertyCSSValue:
1097 * fast/css/computed-style-expected.txt:
1098 * fast/css/computed-style-without-renderer-expected.txt:
1100 We don't remove styles from style spans that are overridden by all of their
1101 children, even though they are unnecessary. We've never done this, but now
1102 that there can be two style spans at paste time we are more likely to have
1103 a style span left over because of this problem. Mentioned this in the test
1104 case and turned this into a text only test:
1105 * editing/pasteboard/4840662.html:
1106 * editing/pasteboard/4840662-expected.txt: Added.
1107 * platform/mac/editing/pasteboard/4840662-expected.checksum: Removed.
1108 * platform/mac/editing/pasteboard/4840662-expected.png: Removed.
1109 * platform/mac/editing/pasteboard/4840662-expected.txt: Removed.
1111 2008-02-27 Dan Bernstein <mitz@apple.com>
1113 Reviewed by John Sullivan.
1115 - test for <rdar://problem/5607547> Single letter surrounded by soft hyphens can disappear
1117 * fast/text/soft-hyphen-2.html: Added.
1118 * platform/mac/fast/text/soft-hyphen-2-expected.checksum: Added.
1119 * platform/mac/fast/text/soft-hyphen-2-expected.png: Added.
1120 * platform/mac/fast/text/soft-hyphen-2-expected.txt: Added.
1122 2008-02-27 Brady Eidson <beidson@apple.com>
1124 Updated resource used in the layout test I landed yesterday.
1125 Due to a difference between Foundation on Tiger vs Leopard, the resource generated on
1126 Leopard caused different results on Leopard and Tiger.
1127 Regenerating the resource on Tiger, however, agrees with Leopard.
1129 * webarchive/loading/resources/cache-expired-subresource.webarchive:
1131 2008-02-27 Dan Bernstein <mitz@apple.com>
1133 Reviewed by Darin Adler.
1135 - test that centered text in right-to-left blocks spills over to the left
1137 * fast/text/align-center-rtl-spill.html: Added.
1138 * platform/mac/fast/text/align-center-rtl-spill-expected.checksum: Added.
1139 * platform/mac/fast/text/align-center-rtl-spill-expected.png: Added.
1140 * platform/mac/fast/text/align-center-rtl-spill-expected.txt: Added.
1142 2008-02-27 Eric Seidel <eric@webkit.org>
1144 Rubber-stamped by Adam.
1146 Fix svn:eol-style on all LayoutTest results
1149 find . -name "*-expected.txt" | xargs svn ps svn:eol-style native
1151 2008-02-27 Sam Weinig <sam@webkit.org>
1155 Updates tests for <rdar://problem/5768769>
1157 * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
1158 * http/tests/security/cross-frame-access-call-expected.txt:
1159 * http/tests/security/cross-frame-access-call.html:
1161 2008-02-27 Brady Eidson <beidson@apple.com>
1163 Reviewed by Mark Rowe
1165 Test for better fix for <rdar://problem/4930688> (see r19549) and
1166 original fix for <rdar://problem/3947312> (and 14 dupes)
1168 Crafting custom WebArchives for layout tests is a pain and something that should
1169 be resolved if we decide to pursue a new format.
1171 Using a custom php script to act as a stand in for an image resource, I set its
1172 cache-control header to expire immediately. Without the fix for the above bugs,
1173 the resource will be "expired" and an attempt to fetch it from the network will
1174 go out and fail. This failure will manifest with different ResourceLoadDelegate
1175 information, as well as different dimensions in the render tree - the missing
1176 image icon versus the archived image.
1178 With the fix in place, the response will be ignored and the image will be pulled
1179 from the WebArchive.
1181 * webarchive/loading/cache-expired-subresource-expected.txt: Added.
1182 * webarchive/loading/cache-expired-subresource.html: Added.
1183 * webarchive/loading/resources/cache-expired-subresource.webarchive: Added.
1185 2008-02-27 Kevin McCullough <kmccullough@apple.com>
1187 Landing test that was forgotten in the original patch (r30087).
1189 Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
1190 HTML5: Client-side database queries should return values of type number
1192 * storage/sql-data-types-expected.txt: Added.
1193 * storage/sql-data-types.html: Added.
1194 * storage/sql-data-types.js: Added.
1196 2008-02-27 Julien Chaffraix <julien.chaffraix@gmail.com>
1200 http://bugs.webkit.org/show_bug.cgi?id=17481
1201 Several consecutive calls to XMLHttpRequest::open should dispatch only one readyState event
1203 * http/tests/xmlhttprequest/xmlhttprequest-multiple-open-expected.txt: Added.
1204 * http/tests/xmlhttprequest/xmlhttprequest-multiple-open.html: Added.
1206 2008-02-26 Brady Eidson <beidson@apple.com>
1208 Add a skipped storage test for now
1210 * platform/win/Skipped: Added storage/multiple-transactions.html
1212 2008-02-26 Dan Bernstein <mitz@apple.com>
1214 Reviewed by Darin Adler.
1216 - test for http://bugs.webkit.org/show_bug.cgi?id=17555
1217 <rdar://problem/5766016> REGRESSION (r27351): Thumbnails positioned wrong on Getty Images results page
1219 * fast/dynamic/subtree-table-cell-height.html: Added.
1220 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.checksum: Added.
1221 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.png: Added.
1222 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
1224 2008-02-26 Satoshi Nakagawa <artension@gmail.com>
1226 Reviewed by Darin. Tweaked and landed by Alexey.
1228 - test for http://bugs.webkit.org/show_bug.cgi?id=17411
1230 * fast/text/line-breaks-after-ideographic-comma-or-full-stop.html: Added.
1231 * fast/text/line-breaks-after-ideographic-comma-or-full-stop-expected.txt: Added
1233 2008-02-25 Dan Bernstein <mitz@apple.com>
1235 Reviewed by Sam Weinig.
1237 - test for http://bugs.webkit.org/show_bug.cgi?id=17152
1238 Paragraphs indented with :first-letter and text-align CSS render incorrectly
1240 * fast/text/apply-start-width-after-skipped-text.html: Added.
1241 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.checksum: Added.
1242 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.png: Added.
1243 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.txt: Added.
1245 2008-02-25 Beth Dakin <bdakin@apple.com>
1249 Test for <rdar://problem/5760530> REGRESSION: Assertion failure in
1250 Document::removePendingSheet() from r30438
1252 * http/tests/misc/missing-style-sheet-expected.txt: Added.
1253 * http/tests/misc/missing-style-sheet.html: Added.
1255 2008-02-25 Brady Eidson <beidson@apple.com>
1257 Reviewed by T3h Mitz Pettel (Dan Bernstein)
1259 Layout test for already fixed bug <rdar://problem/5729445>
1261 * storage/multiple-transactions-expected.txt: Added.
1262 * storage/multiple-transactions.html: Added.
1264 2008-02-25 Darin Adler <darin@apple.com>
1268 - test for http://bugs.webkit.org/show_bug.cgi?id=17186
1269 Fragment navigation within a page permanently cancels meta refresh
1271 * fast/loader/meta-refresh-anchor-click-expected.txt: Added.
1272 * fast/loader/meta-refresh-anchor-click.html: Added.
1273 * fast/loader/resources/meta-refresh-subframe.html: Added.
1275 2008-02-25 Johnny Ding <johnnyding.webkit@gmail.com>
1277 Reviewed by Darin Adler.
1279 - bug http://bugs.webkit.org/show_bug.cgi?id=17444
1280 Test for multiple nested scripts which are in a external script.
1282 * fast/tokenizer/nested-multiple-scripts-expected.txt: Added.
1283 * fast/tokenizer/nested-multiple-scripts.html: Added.
1284 * fast/tokenizer/resources/external-script-1.js: Added.
1285 * fast/tokenizer/resources/external-script-2.js: Added.
1287 2008-02-24 Michael Knaup <michael.knaup@mac.com>
1291 - test for http://bugs.webkit.org/show_bug.cgi?id=8749
1293 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.checksum: Added.
1294 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.png: Added.
1295 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.txt: Added.
1296 * platform/mac/fast/canvas/canvas-draw-xbm-image.html: Added.
1297 * platform/mac/fast/canvas/resources: Added.
1298 * platform/mac/fast/canvas/resources/smile.xbm: Added.
1300 2008-02-24 Dan Bernstein <mitz@apple.com>
1302 Reviewed by Darin Adler.
1304 - test for http://bugs.webkit.org/show_bug.cgi?id=17471
1305 REGRESSION (r30438): Crash in deleteLineBoxes in cursor-adjusting code browsing Acid3
1307 * http/tests/misc/object-image-error-expected.txt: Added.
1308 * http/tests/misc/object-image-error.html: Added.
1309 * http/tests/misc/resources/404image.php: Added.
1311 2008-02-24 Dan Bernstein <mitz@apple.com>
1313 Rubber-stamped by Oliver Hunt.
1315 - replace expected results in platform/mac-tiger and
1316 platform/mac-leopard which were identical with a single copy in
1319 2008-02-24 Dan Bernstein <mitz@apple.com>
1321 Reviewed by Darin Adler.
1323 - test float positioning when a float that does not fit on the line is
1324 followed by a float that does
1326 * fast/block/float/narrow-after-wide.html: Added.
1327 * platform/mac/fast/block/float/narrow-after-wide-expected.checksum: Added.
1328 * platform/mac/fast/block/float/narrow-after-wide-expected.png: Added.
1329 * platform/mac/fast/block/float/narrow-after-wide-expected.txt: Added.
1331 2008-02-24 Darin Adler <darin@apple.com>
1335 - test for http://bugs.webkit.org/show_bug.cgi?id=16770
1336 Acid3 expects :visited styled links to restyle on iframe load
1338 * fast/history/resources/subframe.html: Added.
1339 * fast/history/subframe-is-visited-expected.txt: Added.
1340 * fast/history/subframe-is-visited.html: Added.
1342 2008-02-23 Dan Bernstein <mitz@apple.com>
1344 Reviewed by Dave Hyatt.
1346 - test that non-autowrapping text clear floats
1348 * fast/text/whitespace/nowrap-clear-float.html: Added.
1349 * platform/mac-leopard/fast/text/whitespace: Added.
1350 * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.checksum: Added.
1351 * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.png: Added.
1352 * platform/mac/fast/text/whitespace/nowrap-clear-float-expected.txt: Added.
1354 2008-02-23 Dan Bernstein <mitz@apple.com>
1356 - undo an accidental change to a test's expected results from r30431.
1358 * fast/js/date-DST-time-cusps-expected.txt:
1360 2008-02-23 Dan Bernstein <mitz@apple.com>
1362 Rubber-stamped by Sam Weinig and Anders Carlsson.
1364 - updated results for <rdar://problem/5714333> Add document.getSelection()
1366 * fast/dom/Window/window-properties-expected.txt:
1368 2008-02-22 Alexey Proskuryakov <ap@webkit.org>
1372 A few tweaks to PCRE-based regex test suite.
1374 * fast/regex/pcre-test-runner.js: Added support for global regexes. Emulate PCRE test runner
1375 more precisely by trimming trailing whitespace from some lines.
1377 * fast/regex/test1-expected.txt:
1378 * fast/regex/test4-expected.txt:
1379 * fast/regex/testinput1:
1380 * fast/regex/testinput4:
1381 * fast/regex/testoutput1:
1382 * fast/regex/testoutput4:
1383 Updated to PCRE 7.6.
1385 2008-02-22 Dan Bernstein <mitz@apple.com>
1387 - update Tiger expected results following r30431
1389 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1390 * platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.txt:
1391 * platform/mac-tiger/svg/custom/text-dom-01-f-expected.txt:
1392 * platform/mac-tiger/svg/custom/text-hit-test-expected.txt:
1393 * platform/mac-tiger/svg/text/text-align-01-b-expected.txt:
1394 * platform/mac-tiger/svg/text/text-align-02-b-expected.txt:
1395 * platform/mac-tiger/svg/text/text-align-03-b-expected.txt:
1396 * platform/mac-tiger/svg/text/text-align-04-b-expected.txt:
1397 * platform/mac-tiger/svg/text/text-align-05-b-expected.txt:
1398 * platform/mac-tiger/svg/text/text-align-06-b-expected.txt:
1399 * platform/mac-tiger/svg/text/text-altglyph-01-b-expected.txt:
1400 * platform/mac-tiger/svg/text/text-deco-01-b-expected.txt:
1401 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.txt:
1402 * platform/mac-tiger/svg/text/text-fonts-02-t-expected.txt:
1403 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
1404 * platform/mac-tiger/svg/text/text-spacing-01-b-expected.txt:
1405 * platform/mac-tiger/svg/text/text-text-01-b-expected.txt:
1406 * platform/mac-tiger/svg/text/text-text-03-b-expected.txt:
1407 * platform/mac-tiger/svg/text/text-text-04-t-expected.txt:
1408 * platform/mac-tiger/svg/text/text-text-05-t-expected.txt:
1409 * platform/mac-tiger/svg/text/text-text-06-t-expected.txt:
1410 * platform/mac-tiger/svg/text/text-text-07-t-expected.txt:
1411 * platform/mac-tiger/svg/text/text-text-08-b-expected.txt:
1412 * platform/mac-tiger/svg/text/text-tref-01-b-expected.txt:
1413 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.txt:
1414 * platform/mac-tiger/svg/text/text-tselect-02-f-expected.txt:
1415 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.txt:
1416 * platform/mac-tiger/svg/text/text-ws-01-t-expected.txt:
1417 * platform/mac-tiger/svg/text/text-ws-02-t-expected.txt:
1419 2008-02-22 Justin Garcia <justin.garcia@apple.com>
1423 <rdar://problem/5714333> Add document.getSelection()
1425 * editing/selection/5714333-expected.txt: Added.
1426 * editing/selection/5714333.html: Added.
1428 2008-02-22 Oliver Hunt <oliver@apple.com>
1432 Bug 17486: Support HTML5 Canvas.getImageData API
1433 Support Canvas.getImageData and Canvas.createImageData
1435 Test cases for ImageData behaviour and getImageData correctness
1437 * fast/canvas/canvas-ImageData-behaviour-expected.txt: Added.
1438 * fast/canvas/canvas-ImageData-behaviour.html: Added.
1439 * fast/canvas/canvas-ImageData-behaviour.js: Added.
1440 * fast/canvas/canvas-getImageData-expected.txt: Added.
1441 * fast/canvas/canvas-getImageData.html: Added.
1443 2008-02-22 Geoffrey Garen <ggaren@apple.com>
1445 Reviewed by Sam Weinig.
1447 Removing the test for KJS_MEM_LIMIT, since I removed KJS_MEM_LIMIT.
1449 * fast/js/out-of-memory-expected.txt: Removed.
1450 * fast/js/out-of-memory.html: Removed.
1452 2008-02-22 Oliver Hunt <oliver@apple.com>
1454 Reviewed by Alexey P.
1456 <rdar://problem/5759327> REGRESSION: while(NaN) acts like while(true)
1458 Add test cases for pre/post-increment of NaN
1460 * fast/js/convert-nan-to-bool-expected.txt:
1461 * fast/js/resources/convert-nan-to-bool.js:
1463 2008-02-21 Sam Weinig <sam@webkit.org>
1465 Reviewed by Anders Carlsson.
1467 Update tests and results for <rdar://problem/5757946>
1469 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
1470 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
1471 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
1472 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
1473 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
1474 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
1475 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
1476 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
1477 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
1478 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
1479 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
1480 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
1481 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
1482 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
1483 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
1484 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
1485 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
1486 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
1487 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
1488 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
1489 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
1490 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
1491 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
1492 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
1493 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
1494 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
1496 2008-02-21 Ada Chan <adachan@apple.com>
1498 Test for <rdar://problem/5757873> Buffer overrun in DeprecatedCString::find() in WebCore
1500 Reviewed by Dan Bernstein.
1502 * fast/loader/charset-parse-expected.txt: Added.
1503 * fast/loader/charset-parse.html: Added.
1505 2008-02-21 Geoffrey Garen <ggaren@apple.com>
1507 Reviewed by David Harrison.
1509 Test for <rdar://problem/5756125> REGRESSION: A crash occurs at
1510 WebCore::Frame::scriptProxy() when completing a search with Package Tracker widget
1512 * fast/dom/script-element-without-frame-crash-expected.txt: Added.
1513 * fast/dom/script-element-without-frame-crash.html: Added.
1515 2008-02-20 Sam Weinig <sam@webkit.org>
1517 Rubber-stamped by Dan Bernstein.
1519 Gratuitous change to this test to use the instanceof operator
1520 instead of the isPrototypeOf method.
1522 * fast/tokenizer/doctype-search-reset.html:
1524 2008-02-20 Dan Bernstein <mitz@apple.com>
1526 Reviewed by Dave Hyatt.
1528 - test for http://bugs.webkit.org/show_bug.cgi?id=17465
1529 REGRESSION: <DIV> tokenized into Div if still searching for DOCTYPE
1531 * fast/tokenizer/doctype-search-reset-expected.txt: Added.
1532 * fast/tokenizer/doctype-search-reset.html: Added.
1534 2008-02-20 Dan Bernstein <mitz@apple.com>
1536 Reviewed by Dave Hyatt.
1538 - test for http://bugs.webkit.org/show_bug.cgi?id=17464
1539 REGRESSION: Crash in RenderBlock::findNextLineBreak reading r30444 commit email in GMail
1541 * fast/text/wbr-in-pre-crash.html: Added.
1542 * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.checksum: Added.
1543 * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.png: Added.
1544 * platform/mac/fast/text/wbr-in-pre-crash-expected.txt: Added.
1546 2008-02-20 Michael Knaup <michael.knaup@mac.com>
1550 - test for Bug 16753: date set methods with no args should result in NaN (Acid3 bug)
1552 * fast/js/date-set-to-nan-expected.txt: Added.
1553 * fast/js/date-set-to-nan.html: Added.
1554 * fast/js/resources/date-set-to-nan.js: Added.
1556 2008-02-20 Oliver Hunt <oliver@apple.com>
1560 Test to ensure we do not crash on a zero sized canvas.
1562 * fast/canvas/access-zero-sized-canvas-expected.txt: Added.
1563 * fast/canvas/access-zero-sized-canvas.html: Added.
1565 2008-02-20 Alexey Proskuryakov <ap@webkit.org>
1569 http://bugs.webkit.org/show_bug.cgi?id=17106
1570 <rdar://problem/5750722> Debug build ASSERTs on page load
1572 * fast/encoding/GBK/close-gbk-converter-expected.txt: Added.
1573 * fast/encoding/GBK/close-gbk-converter.html: Added.
1575 2008-02-19 Beth Dakin <bdakin@apple.com>
1579 Test for <rdar://problem/5729674> Seed: Crash in
1580 RenderButton::setStyle at http://www.dinorpg.com
1582 * fast/forms/input-first-letter.html: Added.
1583 * platform/mac/fast/forms/input-first-letter-expected.checksum: Added.
1584 * platform/mac/fast/forms/input-first-letter-expected.png: Added.
1585 * platform/mac/fast/forms/input-first-letter-expected.txt: Added.
1587 2008-02-19 Dan Bernstein <mitz@apple.com>
1589 Reviewed by Darin Adler.
1591 - test for <rdar://problem/5637569> CrashTracer: [REGRESSION] 620 crashes in Safari at com.apple.WebCore: WebCore::RenderBox::setStaticY + 15
1593 * fast/text/wbr-styled.html: Added.
1594 * platform/mac-leopard/fast/text/wbr-styled-expected.checksum: Added.
1595 * platform/mac-leopard/fast/text/wbr-styled-expected.png: Added.
1596 * platform/mac/fast/css-generated-content/wbr-with-before-content-expected.txt:
1597 * platform/mac/fast/text/wbr-pre-expected.txt:
1598 * platform/mac/fast/text/wbr-styled-expected.txt: Added.
1600 2008-02-18 Dan Bernstein <mitz@apple.com>
1602 Reviewed by Adam Roben in California.
1604 - remove unnecessary and erroneous layoutTestController calls from a test
1606 * fast/css/font-face-multiple-remote-sources.html:
1607 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt:
1609 2008-02-18 Brady Eidson <beidson@apple.com>
1613 Fix for <rdar://5747529> - ObjC Exception can cause JSLock to never be released
1615 * platform/mac-tiger/Skipped: Removed 2 hanging tests that now don't hang
1616 * platform/mac/plugins/webScriptObject-exception-deadlock-expected.txt: Added.
1617 * platform/mac/plugins/webScriptObject-exception-deadlock.html: Added.
1619 2008-02-18 Darin Adler <darin@apple.com>
1623 - generate new results for the one test that was altered by the
1624 double -> float -> double trip taken by numeric values in the
1627 This test appears under three different names in three different
1628 parts of our test suite.
1630 * platform/mac/css1/box_properties/acid_test-expected.checksum: Updated.
1631 * platform/mac/css1/box_properties/acid_test-expected.png: Ditto.
1632 * platform/mac/css1/box_properties/acid_test-expected.txt: Ditto.
1633 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum: Ditto.
1634 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Ditto.
1635 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt: Ditto.
1636 * platform/mac/fast/block/basic/011-expected.checksum: Ditto.
1637 * platform/mac/fast/block/basic/011-expected.png: Ditto.
1638 * platform/mac/fast/block/basic/011-expected.txt: Ditto.
1640 2008-02-18 Dan Bernstein <mitz@apple.com>
1642 - test for <rdar://problem/5736225> crash in svgFontAndFaceElementForFontData on digitalstrom.org/cms
1644 * fast/css/font-face-multiple-remote-sources.html: Added.
1645 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.checksum: Added.
1646 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.png: Added.
1647 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt: Added.
1649 2008-02-17 Julien Chaffraix <julien.chaffraix@gmail.com>
1651 Reviewed by Alexey Proskuryakov.
1653 http://bugs.webkit.org/show_bug.cgi?id=16989
1654 bug 16989 : Add send() flag checks in XmlHttpRequest
1656 - Splitted xmlhttprequest-abort-readystate in 2 test cases (xmlhttprequest-abort-readystate-shouldDispatchEvent and xmlhttprequest-abort-readystate-shouldNotDispatchEvent)
1658 - Added test case for the 2 send() flag checks in XmlHttpRequest::send and XmlHttpRequest::setRequestHeader
1660 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt: Removed.
1661 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
1662 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
1663 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
1664 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
1665 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Removed.
1666 * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag-expected.txt: Added.
1667 * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html: Added.
1669 2008-02-17 Sam Weinig <sam@webkit.org>
1671 Reviewed by Dan Bernstein.
1673 Update test for http://bugs.webkit.org/show_bug.cgi?id=17365
1674 document.createEvent("MessageEvent") throws NOT_SUPPORTED_ERR
1676 * fast/events/event-instanceof-expected.txt:
1677 * fast/events/resources/event-instanceof.js: Test MessageEvent as well.
1679 2008-02-17 Dan Bernstein <mitz@apple.com>
1681 Reviewed by Mark Rowe.
1683 - disable the non-ASCII parts of a test case for the ASCII code path
1684 because it is failing on the (Tiger) buildbots for an unrelated
1687 * fast/text/fixed-pitch-control-characters.html:
1688 * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum:
1689 * platform/mac/fast/text/fixed-pitch-control-characters-expected.png:
1690 * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt:
1692 2008-02-17 Dan Bernstein <mitz@apple.com>
1694 Reviewed by Darin Adler.
1696 - test for http://bugs.webkit.org/show_bug.cgi?id=17033
1697 <rdar://problem/5709315> REGRESSION: Really long <option> causes unnecessary page scroll bars to accommodate content
1699 * fast/forms/control-clip-overflow.html: Added.
1700 * platform/mac/fast/forms/control-clip-overflow-expected.checksum: Added.
1701 * platform/mac/fast/forms/control-clip-overflow-expected.png: Added.
1702 * platform/mac/fast/forms/control-clip-overflow-expected.txt: Added.
1704 2008-02-16 Dan Bernstein <mitz@apple.com>
1706 Reviewed by Sam Weinig.
1708 - test fixed-pitch font measurement of control characters that render
1711 * fast/text/fixed-pitch-control-characters.html: Added.
1712 * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum: Added.
1713 * platform/mac/fast/text/fixed-pitch-control-characters-expected.png: Added.
1714 * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt: Added.
1716 2008-02-16 Darin Adler <darin@apple.com>
1718 - disable some failing tests; someone can re-enable after fixing the problems causing
1719 them to fail or generating new expected results
1721 http://bugs.webkit.org/show_bug.cgi?id=17391
1723 * fast/frames/iframe-scroll-page-up-down.html: Removed.
1724 * fast/frames/iframe-scroll-page-up-down.html-disabled: Copied from fast/frames/iframe-scroll-page-up-down.html.
1726 http://bugs.webkit.org/show_bug.cgi?id=17392
1728 * svg/batik/text/textBiDi.svg: Removed.
1729 * svg/batik/text/textBiDi.svg-disabled: Copied from svg/batik/text/textBiDi.svg.
1731 http://bugs.webkit.org/show_bug.cgi?id=17393
1733 * svg/custom/use-on-symbol-inside-pattern.svg: Removed.
1734 * svg/custom/use-on-symbol-inside-pattern.svg-disabled: Copied from svg/custom/use-on-symbol-inside-pattern.svg.
1736 2008-02-15 Dan Bernstein <mitz@apple.com>
1738 Rubber-stamped by Oliver Hunt.
1740 - skip a test for a Leopard-only NSHTTPURLResponse bug workaround
1742 * platform/mac-tiger/Skipped:
1744 2008-02-15 Brady Eidson <beidson@apple.com>
1746 Added 2 skipped tests
1748 * platform/mac-tiger/Skipped:
1750 2008-02-15 Brady Eidson <beidson@apple.com>
1754 Fix for <rdar://problem/5727175> and <rdar://problem/5740495> - Database threads and callback scripts can run after
1755 a page has closed or loaded a new document
1757 * storage/close-during-stress-test-expected.txt: Update results - this test contained output from a javascript callback
1758 that never should have taken place
1760 2008-02-15 Adele Peterson <adele@apple.com>
1764 Updated test for <rdar://problem/5745072> REGRESSION (r29348): Shift + Tab does not change indent level on Google Docs
1766 * editing/inserting/typing-tab-designmode-expected.txt:
1767 * editing/inserting/typing-tab-designmode.html:
1769 2008-02-15 Geoffrey Garen <ggaren@apple.com>
1771 Reviewed by Anders Carlsson.
1773 Fixed <rdar://problem/5725429> REGRESSION (r27898): Greenfield online
1774 surveys no longer work due to XMLHttpRequest exceptions
1776 Updated layout tests to expect an exception not to be thrown.
1778 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html:
1779 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html:
1780 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
1781 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
1783 2008-02-15 Justin Garcia <justin.garcia@apple.com>
1785 Reviewed by Dan Bernstein.
1787 <rdar://problem/5738768> REGRESSION (r30062): Crash in InlineTextBox::isLineBreak() when Undoing a replace
1790 * editing/selection/inconsistent-in-removeChildNode.html: Removed.
1791 * editing/selection/inconsistent-in-removeChildNode.html-disabled: Added.
1794 * editing/undo/5738768-expected.txt: Added.
1795 * editing/undo/5738768.html: Added.
1797 During a shouldChangeSelection call, the old selection is no longer null because
1798 nodeWillBeRemoved doesn't blow it away:
1799 * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
1800 * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
1801 * platform/mac/editing/style/remove-underline-in-bold-expected.txt:
1803 During a shouldChangeSelection call, the old selection is now null because
1804 nodeWillBeRemoved blows it away:
1805 * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
1807 More instances of <rdar://problem/5729315>, where, during a shouldChangeSelection
1808 call content that held the old selection is still around but it wouldn't make sense
1809 to leave the selection there, so we shouldn't call shouldChangeSelection at all:
1810 * platform/mac/editing/style/remove-underline-expected.txt:
1811 * platform/mac/editing/style/unbold-in-bold-expected.txt:
1813 Similar changes, but ones where I've also updated pixel results for old, unrelated fixes:
1814 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt:
1815 * platform/mac/editing/deleting/delete-leading-ws-001-expected.checksum:
1816 * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
1817 * platform/mac/editing/deleting/delete-line-011-expected.checksum:
1818 * platform/mac/editing/deleting/delete-line-011-expected.txt:
1819 * platform/mac/editing/execCommand/paste-1-expected.checksum:
1820 * platform/mac/editing/execCommand/paste-1-expected.txt:
1821 * platform/mac/editing/execCommand/paste-2-expected.checksum:
1822 * platform/mac/editing/execCommand/paste-2-expected.txt:
1823 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.checksum:
1824 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
1825 * platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
1826 * platform/mac/editing/pasteboard/paste-text-012-expected.checksum:
1827 * platform/mac/editing/selection/4960116-expected.checksum:
1829 2008-02-15 Dan Bernstein <mitz@apple.com>
1831 Reviewed by Alexey Proskuryakov.
1833 - test for http://bugs.webkit.org/show_bug.cgi?id=17360
1834 <rdar://problem/5743131> REGRESSION: mp4 file downloaded from server is downloaded as html
1836 * http/tests/loading/resources/.htaccess: Added.
1837 * http/tests/loading/resources/binaryData.m4a: Added.
1838 * http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added.
1839 * http/tests/loading/text-content-type-with-binary-extension.html: Added.
1841 2008-02-15 Samuel Weinig <sam@webkit.org>
1843 Reviewed and rubber-stamped by Oliver Hunt.
1845 Add leopard specific results for stroke-width-click.svg to work around
1848 * platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Added.
1850 2008-02-14 Oliver Hunt <oliver@apple.com>
1854 Make assign-to-window-status testcase to be more thorough
1856 * fast/dom/assign-to-window-status-expected.txt:
1857 * fast/dom/assign-to-window-status.html:
1859 2008-02-14 Darin Adler <darin@apple.com>
1861 - update this test further, so that it succeeds
1863 * fast/dom/assign-to-window-status-expected.txt: Updated.
1864 * fast/dom/assign-to-window-status.html: Updated.
1866 2008-02-14 Oliver Hunt <oliver@apple.com>
1868 Reviewed by Geoff G and Weinig.
1870 Add test cases for assigning to window.status, modify existing tests that relied on old
1871 replaceable status property behaviour.
1873 * fast/dom/HTMLScriptElement/script-load-events.html:
1874 * fast/dom/Window/get-set-properties.html:
1875 * fast/dom/assign-to-window-status-expected.txt: Added.
1876 * fast/dom/assign-to-window-status.html: Added.
1878 2008-02-14 Geoffrey Garen <ggaren@apple.com>
1880 Reviewed by Sam Weinig.
1882 Layout test for <rdar://problem/5737835> nee http://bugs.webkit.org/show_bug.cgi?id=17329
1883 Crash in JSGlobalObject::popActivation when inserting hyperlink in Wordpress (17329)
1885 * fast/dom/javascript-url-crash-function.html: Added.
1886 * fast/dom/javascript-url-crash-function-expected.txt: Added.
1887 * fast/dom/resources/javascript-url-crash-function-iframe.html: Added.
1889 2008-02-14 Nikolas Zimmermann <zimmermann@kde.org>
1893 Add dynamic update tests for SVGEllipseElement.
1895 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum: Added.
1896 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
1897 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum: Added.
1898 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
1899 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum: Added.
1900 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
1901 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum: Added.
1902 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
1903 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum: Added.
1904 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
1905 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum: Added.
1906 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
1907 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum: Added.
1908 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
1909 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum: Added.
1910 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
1911 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt: Added.
1912 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html: Added.
1913 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt: Added.
1914 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html: Added.
1915 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt: Added.
1916 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html: Added.
1917 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt: Added.
1918 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html: Added.
1919 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt: Added.
1920 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html: Added.
1921 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt: Added.
1922 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html: Added.
1923 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt: Added.
1924 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html: Added.
1925 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt: Added.
1926 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html: Added.
1927 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js: Added.
1928 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js: Added.
1929 * svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js: Added.
1930 * svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js: Added.
1931 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js: Added.
1932 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js: Added.
1933 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js: Added.
1934 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js: Added.
1936 2008-02-13 Justin Garcia <justin.garcia@apple.com>
1938 Reviewed by Oliver Hunt.
1940 * platform/mac/editing/deleting/table-cells-expected.checksum: Fixed. Before, a space was
1941 incorrectly removed by a delete (this isn't a smart delete).
1942 * platform/mac/editing/deleting/table-cells-expected.png:
1943 * platform/mac/editing/deleting/table-cells-expected.txt:
1944 * platform/mac/editing/pasteboard/input-field-1-expected.checksum: Fixed. Before a space
1945 was incorrectly added by paste (this isn't a smart paste).
1946 * platform/mac/editing/pasteboard/input-field-1-expected.png:
1947 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
1949 2008-02-13 Justin Garcia <justin.garcia@apple.com>
1951 Reviewed by Adam Roben.
1953 <rdar://problem/5729680> REGRESSION (r27873): Removing the last character of a word in Mail or Safari also removes the following space
1955 * editing/deleting/5729680-expected.txt: Added.
1956 * editing/deleting/5729680.html: Added.
1958 2008-02-13 Nikolas Zimmermann <zimmermann@kde.org>
1962 Make svg/dynamic-updates/* tests deterministic. s/setTimeout('executTest()', 0)/executeTest/ -- as discussed with Adam.
1964 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
1965 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
1966 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
1967 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
1968 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
1969 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
1970 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
1971 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
1972 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
1973 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
1974 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
1975 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
1976 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum:
1977 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
1978 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum:
1979 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
1980 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
1981 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
1982 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
1983 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
1984 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
1985 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
1986 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt:
1987 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt:
1988 * svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
1989 * svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
1990 * svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
1991 * svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
1992 * svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
1993 * svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
1994 * svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
1995 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
1996 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
1997 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
1998 * svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
1999 * svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
2001 2008-02-13 Brady Eidson <beidson@apple.com>
2003 Reviewed by Darin Adler
2005 Added layout tests to cover
2006 http://trac.webkit.org/projects/webkit/changeset/29983
2008 http://trac.webkit.org/projects/webkit/changeset/30184
2010 * platform/gtk/Skipped:
2011 * platform/qt/Skipped:
2012 * platform/win/Skipped:
2013 * storage/quota-tracking-expected.txt: Added.
2014 * storage/quota-tracking.html: Added.
2015 * storage/success-callback-expected.txt: Added.
2016 * storage/success-callback.html: Added.
2018 2008-02-13 Darin Adler <darin@apple.com>
2020 * platform/mac/svg/hixie/perf/001-expected.txt: Removed.
2021 * platform/mac/svg/hixie/perf/002-expected.txt: Removed.
2023 2008-02-13 Alexey Proskuryakov <ap@webkit.org>
2027 <rdar://problem/5740042> Database termination issues
2029 * storage/close-during-stress-test-expected.txt: Added.
2030 * storage/close-during-stress-test.html: Added.
2031 * storage/resources: Added.
2032 * storage/resources/stress-frame.html: Added.
2034 2008-02-13 Darin Adler <darin@apple.com>
2036 - check in results for these tests
2038 No idea if these are right or not; just what was generated on my computer.
2039 If someone has a better version, feel free to replace these results with correct ones.
2041 * platform/mac/svg/hixie/perf/001-expected.txt: Added.
2042 * platform/mac/svg/hixie/perf/002-expected.txt: Added.
2044 2008-02-13 Oliver Hunt <oliver@apple.com>
2046 Reviewed by Alexey P.
2048 Tests for <rdar://problem/5737003> REGRESSION (r27747): can't browse pictures on fastcupid.com
2050 Ensure that the basic arithmetic operands can correctly handle the NaN -> boolean conversion
2052 * fast/js/convert-nan-to-bool.html: Added.
2053 * fast/js/convert-nan-to-bool-expected.txt: Added.
2054 * fast/js/resources/convert-nan-to-bool.js: Added.
2056 2008-02-12 Dan Bernstein <mitz@apple.com>
2058 Rubber-stamped by Adam Roben.
2060 - make fast/css/css3-nth-child pass
2062 * fast/css/css3-nth-child.html: Removed spaces that were making the
2063 :nth-child selector fail to parse because of <rdar://problem/5733761>.
2064 * platform/mac-leopard/fast/css/css3-nth-child-expected.checksum: Added.
2065 * platform/mac-leopard/fast/css/css3-nth-child-expected.png: Added.
2067 2008-02-12 Adam Roben <aroben@apple.com>
2069 Add a test for Bug 17328: REGRESSION (r30147): Inspector is unstyled
2072 <http://bugs.webkit.org/show_bug.cgi?id=17328>
2077 * fast/loader/local-css-allowed-in-strict-mode-expected.txt: Added.
2078 * fast/loader/local-css-allowed-in-strict-mode.html: Added.
2079 * fast/loader/resources/stylesheet.css: Added.
2081 2008-02-12 Nikolas Zimmermann <zimmermann@kde.org>
2083 Not reviewed, adding missing layout test results (that have been r+ already, but not commited)
2085 * platform/mac-leopard/svg/dynamic-updates: Added.
2086 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Added.
2087 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
2088 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Added.
2089 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
2090 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Added.
2091 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
2092 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Added.
2093 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
2094 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Added.
2095 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
2096 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Added.
2097 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
2098 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Added.
2099 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
2100 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Added.
2101 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
2102 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Added.
2103 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
2104 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Added.
2105 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
2106 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Added.
2107 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
2108 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Added.
2109 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
2110 * platform/mac-leopard/svg/hixie/perf/001-expected.checksum: Added.
2111 * platform/mac-leopard/svg/hixie/perf/001-expected.png: Added.
2112 * platform/mac-leopard/svg/hixie/perf/001-expected.txt: Added.
2113 * platform/mac-leopard/svg/hixie/perf/002-expected.checksum: Added.
2114 * platform/mac-leopard/svg/hixie/perf/002-expected.png: Added.
2115 * platform/mac-leopard/svg/hixie/perf/002-expected.txt: Added.
2117 2008-02-11 Dan Bernstein <mitz@apple.com>
2119 Reviewed by Dave Hyatt.
2121 - test for http://bugs.webkit.org/show_bug.cgi?id=17320
2122 <rdar://problem/5736953> :last-child does not set the "uses sibling rules" flag
2124 * fast/css/last-child-style-sharing.html: Added.
2125 * platform/mac/fast/css/last-child-style-sharing-expected.checksum: Added.
2126 * platform/mac/fast/css/last-child-style-sharing-expected.png: Added.
2127 * platform/mac/fast/css/last-child-style-sharing-expected.txt: Added.
2129 2008-02-11 Sam Weinig <sam@webkit.org>
2131 Reviewed by Darin Adler.
2134 <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
2135 <rdar://problem/5735443> Crash when setting the Window objects prototype to a custom Object and then calling a method on it
2137 * fast/dom/Window/resources/WindowProperties.js: Added.
2138 * fast/dom/Window/window-custom-prototype-crash-expected.txt: Added.
2139 * fast/dom/Window/window-custom-prototype-crash.html: Added.
2140 * fast/dom/Window/window-function-frame-getter-precedence-expected.txt: Added.
2141 * fast/dom/Window/window-function-frame-getter-precedence.html: Added.
2142 * fast/dom/Window/window-function-name-getter-precedence-expected.txt:
2143 * fast/dom/Window/window-function-name-getter-precedence.html:
2144 * http/tests/security/cross-frame-access-custom-expected.txt:
2145 * http/tests/security/cross-frame-access-custom.html:
2146 * http/tests/security/cross-frame-access-get-override-expected.txt: Added.
2147 * http/tests/security/cross-frame-access-get-override.html: Added.
2148 * http/tests/security/cross-frame-access-history-get-override-expected.txt:
2149 * http/tests/security/cross-frame-access-history-get-override.html:
2150 * http/tests/security/cross-frame-access-history-put-expected.txt:
2151 * http/tests/security/cross-frame-access-history-put.html:
2152 * http/tests/security/cross-frame-access-location-expected.txt: Removed.
2153 * http/tests/security/cross-frame-access-location-get-expected.txt: Added.
2154 * http/tests/security/cross-frame-access-location-get-override-expected.txt: Added.
2155 * http/tests/security/cross-frame-access-location-get-override.html: Added.
2156 * http/tests/security/cross-frame-access-location-get.html: Copied from http/tests/security/cross-frame-access-location.html.
2157 * http/tests/security/cross-frame-access-location-put-expected.txt: Added.
2158 * http/tests/security/cross-frame-access-location-put.html: Added.
2159 * http/tests/security/cross-frame-access-location.html: Removed.
2160 * http/tests/security/resources/cross-frame-iframe-for-get-override-test.html: Added.
2161 * http/tests/security/resources/cross-frame-iframe-for-get-test.html:
2162 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
2163 * http/tests/security/resources/cross-frame-iframe-for-location-get-override-test.html: Added.
2164 * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html: Added.
2165 * http/tests/security/resources/cross-frame-iframe-for-location-put-test.html: Added.
2167 2008-02-10 Dan Bernstein <mitz@apple.com>
2169 Reviewed by Sam Weinig and Anders Carlsson.
2171 - change a test to simply use 'font-family' instead of unnecessary
2174 * fast/text/atsui-spacing-features.html:
2175 * platform/mac/fast/text/atsui-spacing-features-expected.checksum:
2176 * platform/mac/fast/text/atsui-spacing-features-expected.png:
2177 * platform/mac/fast/text/atsui-spacing-features-expected.txt:
2179 2008-02-10 Darin Adler <darin@apple.com>
2181 - fix a couple of directories that were using our JavaScript template/wrapper
2184 * fast/dom/SelectorAPI/resources/TEMPLATE.html: Fixed relative paths.
2185 * fast/events/event-instanceof.html: Regenerating this file revealed that the path
2186 to the stylesheet was wrong. Fixed by running the make-js-test-wrappers script.
2187 Didn't affect the text-only results, but the test looked wrong in the browser.
2188 * fast/events/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
2189 * traversal/resources/TEMPLATE.html: Fixed relative paths.
2191 2008-02-10 Andrew Wellington <proton@wiretapped.net>
2193 Reviewed and tweaked a bit by Darin.
2195 DOMRange.surroundContents throws wrong exception (Acid3 bug)
2196 http://bugs.webkit.org/show_bug.cgi?id=16749
2198 Throw BAD_BOUNDARYPOINTS_ERR if attempting to split a non-text node that
2199 has offsets in characters
2201 * fast/dom/Range/range-exceptions-expected.txt: Added.
2202 * fast/dom/Range/resources/range-exceptions.js: Added.
2204 2008-02-09 David Hyatt <hyatt@apple.com>
2206 Added test for bug 17254.
2210 * fast/css/negative-nth-child.html: Added.
2212 2008-02-08 Oliver Hunt <oliver@apple.com>
2216 Test cases for decompilation of variable declaration lists.
2218 * fast/js/function-toString-parentheses-expected.txt:
2219 * fast/js/resources/function-toString-parentheses.js:
2221 2008-02-08 Darin Adler <darin@apple.com>
2223 - test for http://bugs.webkit.org/show_bug.cgi?id=17247
2224 Labelled continue/break can fail in some cases
2226 * fast/js/continue-break-multiple-labels-expected.txt: Added.
2227 * fast/js/continue-break-multiple-labels.html: Added.
2229 2008-02-08 Darin Adler <darin@apple.com>
2233 - test for http://bugs.webkit.org/show_bug.cgi?id=15003
2234 Function.prototype.constructor should not be DontDelete/ReadOnly (Acid3 bug)
2236 * fast/js/constructor-attributes-expected.txt: Added.
2237 * fast/js/constructor-attributes.html: Added.
2238 * fast/js/resources/constructor-attributes.js: Added.
2240 2008-02-08 Anders Carlsson <andersca@apple.com>
2244 <rdar://problem/5650446>
2245 http://bugs.webkit.org/show_bug.cgi?id=16102
2246 Crash in FrameLoader::stopLoadingSubframes() on IMDB page
2248 * http/tests/navigation/changing-frame-hierarchy-in-onload-expected.txt: Added.
2249 * http/tests/navigation/changing-frame-hierarchy-in-onload.html: Added.
2251 2008-02-08 Sam Weinig <sam@webkit.org>
2255 Test for <rdar://problem/5732491>
2256 http://bugs.webkit.org/show_bug.cgi?id=17213
2257 The querySelectorAll method on an element node does not search only the element's descendants
2259 * fast/dom/SelectorAPI/elementRoot-expected.txt: Added.
2260 * fast/dom/SelectorAPI/elementRoot.html: Added.
2261 * fast/dom/SelectorAPI/resources: Added.
2262 * fast/dom/SelectorAPI/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
2263 * fast/dom/SelectorAPI/resources/elementRoot.js: Added.
2265 2008-02-08 Darin Adler <darin@apple.com>
2269 - test for http://bugs.webkit.org/show_bug.cgi?id=4714
2270 NodeIterator does not handle exceptions from the filter function (affects Acid3)
2272 - grabbed NodeIterator and TreeWalker tests from Hixie's site and KHTML
2274 * traversal/exception-forwarding-expected.txt: Added.
2275 * traversal/exception-forwarding.html: Added.
2276 * traversal/resources: Added.
2277 * traversal/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
2278 * traversal/resources/exception-forwarding.js: Added.
2280 * traversal/node-iterator-001-expected.txt: Updated to reflect correct results.
2281 The old results reflected a bug in our NodeIterator.
2282 * traversal/node-iterator-001.html: Ditto.
2284 * traversal/node-iterator-006.html: Changed test so there's no whitespace node after
2285 the <span> elements inside the test root element (a <div>). The old test results were
2286 incorrect; the new NodeIterator implementation correctly returned the whitespace node
2289 * traversal/node-iterator-006a.html: Copied from traversal/node-iterator-006.html.
2290 Preserve the original test, which now has a strange result. But the result is correct,
2291 so it's worth keeping around.
2292 * traversal/node-iterator-006a-expected.txt: Added.
2294 * fast/dom/TreeWalker/TreeWalker-currentNode-expected.txt: Regenerated.
2295 * fast/dom/TreeWalker/resources/TreeWalker-currentNode.js: Updated test to expect results
2296 that match the DOM specification.
2298 * traversal/hixie-node-iterator/001-expected.txt: Added.
2299 * traversal/hixie-node-iterator/001.xml: Added.
2300 * traversal/hixie-node-iterator/002-expected.txt: Added.
2301 * traversal/hixie-node-iterator/002.xml: Added.
2302 * traversal/hixie-node-iterator/003-expected.txt: Added.
2303 * traversal/hixie-node-iterator/003.xml: Added.
2304 * traversal/hixie-node-iterator/004-expected.txt: Added.
2305 * traversal/hixie-node-iterator/004.xml: Added.
2306 * traversal/hixie-node-iterator/005-expected.txt: Added.
2307 * traversal/hixie-node-iterator/005.xml: Added.
2308 * traversal/hixie-node-iterator/006-expected.txt: Added.
2309 * traversal/hixie-node-iterator/006.xml: Added.
2310 * traversal/hixie-node-iterator/007-expected.txt: Added.
2311 * traversal/hixie-node-iterator/007.xml: Added.
2312 * traversal/hixie-node-iterator/008-expected.txt: Added.
2313 * traversal/hixie-node-iterator/008.xml: Added.
2314 * traversal/hixie-node-iterator/009-expected.txt: Added.
2315 * traversal/hixie-node-iterator/009.xml: Added.
2316 * traversal/hixie-node-iterator/010-expected.txt: Added.
2317 * traversal/hixie-node-iterator/010.xml: Added.
2318 * traversal/hixie-node-iterator/origin.txt: Added.
2320 * traversal/tree-walker-filter-1-expected.txt: Added.
2321 * traversal/tree-walker-filter-1.html: Added.
2323 2008-02-08 Eric Seidel <eric@webkit.org>
2327 Add support for Text.wholeText and Text.replaceWholeText from DOM Level 3 Core.
2328 http://bugs.webkit.org/show_bug.cgi?id=17125
2330 Test to make sure EntityReference nodes are always treated as read-only.
2332 Added fast/dom/Text/replaceWholeText.html to catch a case the W3C missed.
2334 All of these tests now pass.
2336 * dom/xhtml/level3/core/textreplacewholetext01-expected.txt:
2337 * dom/xhtml/level3/core/textreplacewholetext02-expected.txt:
2338 * dom/xhtml/level3/core/textreplacewholetext03-expected.txt:
2339 * dom/xhtml/level3/core/textreplacewholetext04-expected.txt:
2340 * dom/xhtml/level3/core/textreplacewholetext05-expected.txt:
2341 * dom/xhtml/level3/core/textreplacewholetext06-expected.txt:
2342 * dom/xhtml/level3/core/textreplacewholetext07-expected.txt:
2343 * dom/xhtml/level3/core/textwholetext01-expected.txt:
2344 * dom/xhtml/level3/core/textwholetext02-expected.txt:
2345 * dom/xhtml/level3/core/textwholetext03-expected.txt:
2346 * fast/dom/EntityReference/readonly-exceptions-expected.txt: Added.
2347 * fast/dom/EntityReference/readonly-exceptions.html: Added.
2348 * fast/dom/EntityReference/resources/TEMPLATE.html: Added.
2349 * fast/dom/EntityReference/resources/readonly-exceptions.js: Added.
2350 * fast/dom/Text/replaceWholeText-expected.txt: Added.
2351 * fast/dom/Text/replaceWholeText.html: Added.
2352 * fast/dom/Text/resources/TEMPLATE.html: Added.
2353 * fast/dom/Text/resources/replaceWholeText.js: Added.
2354 * fast/dom/Window/window-properties-expected.txt: updated to reflect addition of replaceWholeText
2356 2008-02-06 Kimmo Kinnunen <kimmok@iki.fi>
2358 Reviewed by Tim Hatcher.
2360 Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
2361 HTML5: Client-side database queries should return values of type number
2363 * storage/sql-data-types-expected.txt: Added.
2364 * storage/sql-data-types.html: Added.
2365 * storage/sql-data-types.js: Added.
2367 2008-02-07 Dan Bernstein <mitz@apple.com>
2369 Reviewed by Dave Hyatt.
2371 - test for <rdar://problem/5729411> REGRESSION (r29834): Float contained in relative-positioned block is painted twice
2373 * fast/block/float/relative-painted-twice.html: Added.
2374 * platform/mac-leopard/fast/block/float/relative-painted-twice-expected.checksum: Added.
2375 * platform/mac-leopard/fast/block/float/relative-painted-twice-expected.png: Added.
2376 * platform/mac/fast/block/float/relative-painted-twice-expected.txt: Added.
2378 2008-02-07 Dan Bernstein <mitz@apple.com>
2380 Reviewed by Darin Adler.
2382 - test for http://bugs.webkit.org/show_bug.cgi?id=17194
2383 Changing text to bold changes font family
2385 * platform/mac/fast/text/family-for-font-matched-by-name-expected.checksum: Added.
2386 * platform/mac/fast/text/family-for-font-matched-by-name-expected.png: Added.
2387 * platform/mac/fast/text/family-for-font-matched-by-name-expected.txt: Added.
2388 * platform/mac/fast/text/family-for-font-matched-by-name.html: Added.
2390 2008-02-07 Beth Dakin <bdakin@apple.com>
2392 Test written by Geoff, reviewed by me.
2394 Test for <rdar://problem/5697882> Traffic or Street View button on
2395 Google Maps is sometimes not positioned correctly (17000)
2397 * fast/dom/simultaneouslyRegsiteredTimerFireOrder-expected.txt: Added.
2398 * fast/dom/simultaneouslyRegsiteredTimerFireOrder.html: Added.
2400 2008-02-07 Nikolas Zimmermann <zimmermann@kde.org>
2402 Rubber stamped by Eric.
2404 Move existing SVG baseline from platform/mac/ to platform/mac-tiger/ (I generated all of them using Tiger).
2405 Regenerated new SVG baseline in platform/mac-leopard. platform/mac/svg is doesn't contain any test results anymore.
2407 In a later step it should be investigated, which layout test results can be shared between Leopard & Tiger.
2408 Those results should be moved to platform/mac/svg then.
2410 * platform/mac-leopard/Skipped: Remove tests that don't fail anymore.
2411 * platform/mac-leopard/svg/W3C-SVG-1.1: Added.
2412 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: Added.
2413 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
2414 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
2415 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: Added.
2416 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
2417 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
2418 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: Added.
2419 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
2420 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
2421 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: Added.
2422 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
2423 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
2424 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: Added.
2425 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
2426 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
2427 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: Added.
2428 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
2429 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
2430 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: Added.
2431 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
2432 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
2433 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum: Added.
2434 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
2435 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
2436 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum: Added.
2437 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
2438 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
2439 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: Added.
2440 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
2441 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
2442 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum: Added.
2443 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
2444 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
2445 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum: Added.
2446 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
2447 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
2448 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum: Added.
2449 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
2450 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
2451 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum: Added.
2452 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
2453 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
2454 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum: Added.
2455 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
2456 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
2457 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum: Added.
2458 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
2459 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
2460 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum: Added.
2461 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
2462 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
2463 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum: Added.
2464 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
2465 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
2466 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum: Added.
2467 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
2468 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
2469 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum: Added.
2470 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
2471 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
2472 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: Added.
2473 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
2474 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
2475 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum: Added.
2476 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
2477 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
2478 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum: Added.
2479 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
2480 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
2481 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum: Added.
2482 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
2483 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
2484 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: Added.
2485 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
2486 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
2487 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum: Added.
2488 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
2489 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
2490 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum: Added.
2491 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
2492 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
2493 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum: Added.
2494 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
2495 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
2496 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: Added.
2497 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
2498 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
2499 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum: Added.
2500 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
2501 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
2502 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum: Added.
2503 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
2504 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
2505 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum: Added.
2506 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
2507 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
2508 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum: Added.
2509 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
2510 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
2511 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Added.
2512 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
2513 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
2514 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Added.
2515 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
2516 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
2517 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Added.
2518 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
2519 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
2520 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Added.
2521 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
2522 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
2523 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum: Added.
2524 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
2525 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
2526 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum: Added.
2527 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
2528 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
2529 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Added.
2530 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
2531 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
2532 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum: Added.
2533 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
2534 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
2535 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Added.
2536 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
2537 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
2538 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Added.
2539 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
2540 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
2541 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: Added.
2542 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
2543 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
2544 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Added.
2545 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
2546 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
2547 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum: Added.
2548 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
2549 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
2550 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Added.
2551 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
2552 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
2553 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Added.
2554 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
2555 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
2556 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Added.
2557 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
2558 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
2559 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Added.
2560 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
2561 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
2562 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Added.
2563 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
2564 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
2565 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Added.
2566 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
2567 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
2568 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Added.
2569 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
2570 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
2571 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Added.
2572 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
2573 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
2574 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: Added.
2575 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
2576 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
2577 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Added.
2578 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
2579 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
2580 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum: Added.
2581 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
2582 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
2583 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Added.
2584 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
2585 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
2586 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Added.
2587 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
2588 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
2589 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum: Added.
2590 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
2591 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
2592 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum: Added.
2593 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
2594 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
2595 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: Added.
2596 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
2597 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
2598 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum: Added.
2599 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
2600 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
2601 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum: Added.
2602 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
2603 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
2604 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum: Added.
2605 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
2606 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
2607 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum: Added.
2608 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
2609 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
2610 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum: Added.
2611 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
2612 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
2613 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum: Added.
2614 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
2615 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
2616 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum: Added.
2617 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
2618 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
2619 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum: Added.
2620 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
2621 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
2622 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum: Added.
2623 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
2624 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
2625 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum: Added.
2626 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
2627 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
2628 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: Added.
2629 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
2630 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
2631 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: Added.
2632 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
2633 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
2634 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: Added.
2635 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
2636 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
2637 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum: Added.
2638 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
2639 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
2640 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: Added.
2641 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
2642 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
2643 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Added.
2644 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
2645 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
2646 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Added.
2647 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
2648 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
2649 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: Added.
2650 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
2651 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
2652 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Added.
2653 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
2654 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
2655 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Added.
2656 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
2657 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
2658 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Added.
2659 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
2660 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
2661 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Added.
2662 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
2663 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added.
2664 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Added.
2665 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
2666 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
2667 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: Added.
2668 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
2669 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
2670 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: Added.
2671 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
2672 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
2673 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum: Added.
2674 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
2675 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
2676 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: Added.
2677 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
2678 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
2679 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Added.
2680 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
2681 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
2682 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: Added.
2683 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
2684 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
2685 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: Added.
2686 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
2687 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
2688 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: Added.
2689 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
2690 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
2691 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Added.
2692 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
2693 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
2694 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum: Added.
2695 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
2696 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
2697 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: Added.
2698 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
2699 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
2700 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: Added.
2701 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
2702 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
2703 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: Added.
2704 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
2705 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
2706 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: Added.
2707 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
2708 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
2709 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: Added.
2710 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
2711 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
2712 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: Added.
2713 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
2714 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
2715 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Added.
2716 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
2717 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
2718 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Added.
2719 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
2720 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
2721 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Added.
2722 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
2723 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
2724 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Added.
2725 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
2726 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
2727 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum: Added.
2728 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
2729 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
2730 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum: Added.
2731 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
2732 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
2733 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Added.
2734 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
2735 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
2736 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum: Added.
2737 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
2738 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
2739 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum: Added.
2740 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
2741 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
2742 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum: Added.
2743 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
2744 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
2745 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum: Added.
2746 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
2747 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
2748 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum: Added.
2749 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
2750 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
2751 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum: Added.
2752 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
2753 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
2754 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: Added.
2755 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
2756 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
2757 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Added.
2758 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
2759 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
2760 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Added.
2761 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
2762 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
2763 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Added.
2764 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
2765 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
2766 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum: Added.
2767 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
2768 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
2769 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Added.
2770 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
2771 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
2772 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum: Added.
2773 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
2774 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
2775 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: Added.
2776 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
2777 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
2778 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: Added.
2779 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
2780 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
2781 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: Added.
2782 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
2783 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
2784 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum: Added.
2785 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
2786 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
2787 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: Added.
2788 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
2789 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
2790 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum: Added.
2791 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
2792 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
2793 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum: Added.
2794 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
2795 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
2796 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: Added.
2797 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
2798 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
2799 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum: Added.
2800 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
2801 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
2802 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: Added.
2803 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
2804 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
2805 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum: Added.
2806 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
2807 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
2808 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: Added.
2809 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
2810 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
2811 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum: Added.
2812 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
2813 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
2814 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum: Added.
2815 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
2816 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
2817 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum: Added.
2818 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
2819 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
2820 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum: Added.
2821 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
2822 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
2823 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum: Added.
2824 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
2825 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
2826 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum: Added.
2827 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
2828 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
2829 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: Added.
2830 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
2831 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
2832 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: Added.
2833 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
2834 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
2835 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: Added.
2836 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
2837 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
2838 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum: Added.
2839 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
2840 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
2841 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum: Added.
2842 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
2843 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
2844 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum: Added.
2845 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
2846 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
2847 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum: Added.
2848 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
2849 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
2850 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum: Added.
2851 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
2852 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
2853 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum: Added.
2854 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
2855 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
2856 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum: Added.
2857 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
2858 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
2859 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: Added.
2860 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
2861 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
2862 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: Added.
2863 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
2864 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
2865 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: Added.
2866 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
2867 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
2868 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: Added.
2869 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
2870 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
2871 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: Added.
2872 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
2873 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
2874 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Added.
2875 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
2876 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
2877 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum: Added.
2878 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
2879 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
2880 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum: Added.
2881 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
2882 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
2883 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum: Added.
2884 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
2885 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
2886 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum: Added.
2887 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
2888 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
2889 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum: Added.
2890 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
2891 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
2892 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum: Added.
2893 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
2894 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
2895 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum: Added.
2896 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
2897 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
2898 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum: Added.
2899 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
2900 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
2901 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum: Added.
2902 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
2903 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
2904 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum: Added.
2905 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
2906 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
2907 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum: Added.
2908 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
2909 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
2910 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: Added.
2911 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
2912 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
2913 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: Added.
2914 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
2915 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
2916 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: Added.
2917 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
2918 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
2919 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum: Added.
2920 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
2921 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
2922 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum: Added.
2923 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
2924 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
2925 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: Added.
2926 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
2927 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
2928 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum: Added.
2929 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
2930 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
2931 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: Added.
2932 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
2933 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
2934 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: Added.
2935 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
2936 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
2937 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum: Added.
2938 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
2939 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
2940 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: Added.
2941 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
2942 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
2943 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Added.
2944 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
2945 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
2946 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum: Added.
2947 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
2948 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
2949 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum: Added.
2950 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
2951 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
2952 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: Added.
2953 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
2954 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
2955 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum: Added.
2956 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Added.
2957 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
2958 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum: Added.
2959 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
2960 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
2961 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum: Added.
2962 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
2963 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
2964 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum: Added.
2965 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
2966 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
2967 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum: Added.
2968 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
2969 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
2970 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum: Added.
2971 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
2972 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
2973 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: Added.
2974 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
2975 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
2976 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: Added.
2977 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
2978 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
2979 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum: Added.
2980 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
2981 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
2982 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum: Added.
2983 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
2984 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
2985 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum: Added.
2986 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
2987 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
2988 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum: Added.
2989 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
2990 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
2991 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum: Added.
2992 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Added.
2993 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
2994 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum: Added.
2995 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
2996 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
2997 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum: Added.
2998 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
2999 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
3000 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum: Added.
3001 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
3002 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
3003 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum: Added.
3004 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
3005 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
3006 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum: Added.
3007 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
3008 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
3009 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum: Added.
3010 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Added.
3011 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
3012 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum: Added.
3013 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
3014 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
3015 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum: Added.
3016 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
3017 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
3018 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum: Added.
3019 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
3020 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
3021 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum: Added.
3022 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
3023 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
3024 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum: Added.
3025 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Added.
3026 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
3027 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum: Added.
3028 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
3029 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
3030 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum: Added.
3031 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
3032 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
3033 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum: Added.
3034 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
3035 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
3036 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum: Added.
3037 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
3038 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
3039 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum: Added.
3040 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
3041 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
3042 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum: Added.
3043 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Added.
3044 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
3045 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum: Added.
3046 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
3047 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
3048 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum: Added.
3049 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
3050 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
3051 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.checksum: Added.
3052 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Added.
3053 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Added.
3054 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: Added.
3055 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
3056 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
3057 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum: Added.
3058 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
3059 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
3060 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum: Added.
3061 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
3062 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
3063 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum: Added.
3064 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
3065 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
3066 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum: Added.
3067 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
3068 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
3069 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum: Added.
3070 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
3071 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
3072 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum: Added.
3073 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
3074 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
3075 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum: Added.
3076 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
3077 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
3078 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum: Added.
3079 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
3080 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
3081 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: Added.
3082 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
3083 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Added.
3084 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum: Added.
3085 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
3086 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
3087 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum: Added.
3088 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
3089 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
3090 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum: Added.
3091 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
3092 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
3093 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum: Added.
3094 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
3095 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
3096 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum: Added.
3097 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
3098 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
3099 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum: Added.
3100 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
3101 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
3102 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum: Added.
3103 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
3104 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
3105 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Added.
3106 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
3107 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
3108 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum: Added.
3109 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
3110 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Added.
3111 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: Added.
3112 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
3113 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
3114 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum: Added.
3115 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
3116 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
3117 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum: Added.
3118 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
3119 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
3120 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum: Added.
3121 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
3122 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
3123 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum: Added.
3124 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
3125 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
3126 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum: Added.
3127 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
3128 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
3129 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum: Added.
3130 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
3131 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
3132 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum: Added.
3133 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
3134 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
3135 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum: Added.
3136 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
3137 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
3138 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum: Added.
3139 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
3140 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
3141 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum: Added.
3142 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
3143 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
3144 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum: Added.
3145 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
3146 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
3147 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum: Added.
3148 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
3149 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
3150 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum: Added.
3151 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
3152 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
3153 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum: Added.
3154 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
3155 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
3156 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum: Added.
3157 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
3158 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
3159 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: Added.
3160 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
3161 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
3162 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum: Added.
3163 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
3164 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
3165 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum: Added.
3166 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
3167 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
3168 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum: Added.
3169 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Added.
3170 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
3171 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum: Added.
3172 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
3173 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Added.
3174 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Added.
3175 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
3176 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
3177 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: Added.
3178 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
3179 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
3180 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum: Added.
3181 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
3182 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
3183 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Added.
3184 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
3185 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
3186 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: Added.
3187 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
3188 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
3189 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum: Added.
3190 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
3191 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
3192 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: Added.
3193 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
3194 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
3195 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum: Added.
3196 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
3197 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
3198 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum: Added.
3199 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
3200 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
3201 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum: Added.
3202 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
3203 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
3204 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum: Added.
3205 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
3206 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
3207 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum: Added.
3208 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
3209 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
3210 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: Added.
3211 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
3212 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
3213 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum: Added.
3214 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
3215 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
3216 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum: Added.
3217 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
3218 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
3219 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum: Added.
3220 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
3221 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
3222 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: Added.
3223 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
3224 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
3225 * platform/mac-leopard/svg/batik/filters: Added.
3226 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.checksum: Added.
3227 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.png: Added.
3228 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.txt: Added.
3229 * platform/mac-leopard/svg/batik/masking: Added.
3230 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.checksum: Added.
3231 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.png: Added.
3232 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt: Added.
3233 * platform/mac-leopard/svg/batik/paints: Added.
3234 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.checksum: Added.
3235 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.png: Added.
3236 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.txt: Added.
3237 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Added.
3238 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
3239 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
3240 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.checksum: Added.
3241 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.png: Added.
3242 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.txt: Added.
3243 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.checksum: Added.
3244 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.png: Added.
3245 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.txt: Added.
3246 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.checksum: Added.
3247 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.png: Added.
3248 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.txt: Added.
3249 * platform/mac-leopard/svg/batik/text/textAnchor-expected.checksum: Added.
3250 * platform/mac-leopard/svg/batik/text/textAnchor-expected.png: Added.
3251 * platform/mac-leopard/svg/batik/text/textAnchor-expected.txt: Added.
3252 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.checksum: Added.
3253 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.png: Added.
3254 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.txt: Added.
3255 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.checksum: Added.
3256 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.png: Added.
3257 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.txt: Added.
3258 * platform/mac-leopard/svg/batik/text/textBiDi-expected.checksum: Added.
3259 * platform/mac-leopard/svg/batik/text/textBiDi-expected.png: Added.
3260 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.checksum: Added.
3261 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.png: Added.
3262 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.txt: Added.
3263 * platform/mac-leopard/svg/batik/text/textEffect-expected.checksum: Added.
3264 * platform/mac-leopard/svg/batik/text/textEffect-expected.png: Added.
3265 * platform/mac-leopard/svg/batik/text/textEffect-expected.txt: Added.
3266 * platform/mac-leopard/svg/batik/text/textEffect2-expected.checksum: Added.
3267 * platform/mac-leopard/svg/batik/text/textEffect2-expected.png: Added.
3268 * platform/mac-leopard/svg/batik/text/textEffect2-expected.txt: Added.
3269 * platform/mac-leopard/svg/batik/text/textEffect3-expected.checksum: Added.
3270 * platform/mac-leopard/svg/batik/text/textEffect3-expected.png: Added.
3271 * platform/mac-leopard/svg/batik/text/textEffect3-expected.txt: Added.
3272 * platform/mac-leopard/svg/batik/text/textFeatures-expected.checksum: Added.
3273 * platform/mac-leopard/svg/batik/text/textFeatures-expected.png: Added.
3274 * platform/mac-leopard/svg/batik/text/textFeatures-expected.txt: Added.
3275 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Added.
3276 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
3277 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
3278 * platform/mac-leopard/svg/batik/text/textLayout-expected.checksum: Added.
3279 * platform/mac-leopard/svg/batik/text/textLayout-expected.png: Added.
3280 * platform/mac-leopard/svg/batik/text/textLayout-expected.txt: Added.
3281 * platform/mac-leopard/svg/batik/text/textLayout2-expected.checksum: Added.
3282 * platform/mac-leopard/svg/batik/text/textLayout2-expected.png: Added.
3283 * platform/mac-leopard/svg/batik/text/textLayout2-expected.txt: Added.
3284 * platform/mac-leopard/svg/batik/text/textLength-expected.checksum: Added.
3285 * platform/mac-leopard/svg/batik/text/textLength-expected.png: Added.
3286 * platform/mac-leopard/svg/batik/text/textLength-expected.txt: Added.
3287 * platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum: Added.
3288 * platform/mac-leopard/svg/batik/text/textOnPath-expected.png: Added.
3289 * platform/mac-leopard/svg/batik/text/textOnPath-expected.txt: Added.
3290 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.checksum: Added.
3291 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.png: Added.
3292 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.txt: Added.
3293 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.checksum: Added.
3294 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.png: Added.
3295 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.txt: Added.
3296 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.checksum: Added.
3297 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.png: Added.
3298 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.txt: Added.
3299 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.checksum: Added.
3300 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.png: Added.
3301 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.txt: Added.
3302 * platform/mac-leopard/svg/batik/text/textPosition-expected.checksum: Added.
3303 * platform/mac-leopard/svg/batik/text/textPosition-expected.png: Added.
3304 * platform/mac-leopard/svg/batik/text/textPosition-expected.txt: Added.
3305 * platform/mac-leopard/svg/batik/text/textPosition2-expected.checksum: Added.
3306 * platform/mac-leopard/svg/batik/text/textPosition2-expected.png: Added.
3307 * platform/mac-leopard/svg/batik/text/textPosition2-expected.txt: Added.
3308 * platform/mac-leopard/svg/batik/text/textProperties-expected.checksum: Added.
3309 * platform/mac-leopard/svg/batik/text/textProperties-expected.png: Added.
3310 * platform/mac-leopard/svg/batik/text/textProperties-expected.txt: Added.
3311 * platform/mac-leopard/svg/batik/text/textProperties2-expected.checksum: Added.
3312 * platform/mac-leopard/svg/batik/text/textProperties2-expected.png: Added.
3313 * platform/mac-leopard/svg/batik/text/textProperties2-expected.txt: Added.
3314 * platform/mac-leopard/svg/batik/text/textStyles-expected.checksum: Added.
3315 * platform/mac-leopard/svg/batik/text/textStyles-expected.png: Added.
3316 * platform/mac-leopard/svg/batik/text/textStyles-expected.txt: Added.
3317 * platform/mac-leopard/svg/batik/text/verticalText-expected.checksum: Added.
3318 * platform/mac-leopard/svg/batik/text/verticalText-expected.png: Added.
3319 * platform/mac-leopard/svg/batik/text/verticalText-expected.txt: Added.
3320 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.checksum: Added.
3321 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: Added.
3322 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.txt: Added.
3323 * platform/mac-leopard/svg/batik/text/xmlSpace-expected.checksum: Added.
3324 * platform/mac-leopard/svg/batik/text/xmlSpace-expected.png: Added.
3325 * platform/mac-leopard/svg/batik/text/xmlSpace-expected.txt: Added.
3326 * platform/mac-leopard/svg/carto.net: Added.
3327 * platform/mac-leopard/svg/carto.net/button-expected.checksum: Added.
3328 * platform/mac-leopard/svg/carto.net/button-expected.png: Added.
3329 * platform/mac-leopard/svg/carto.net/button-expected.txt: Added.
3330 * platform/mac-leopard/svg/carto.net/colourpicker-expected.checksum: Added.
3331 * platform/mac-leopard/svg/carto.net/colourpicker-expected.png: Added.
3332 * platform/mac-leopard/svg/carto.net/colourpicker-expected.txt: Added.
3333 * platform/mac-leopard/svg/carto.net/combobox-expected.checksum: Added.
3334 * platform/mac-leopard/svg/carto.net/combobox-expected.png: Added.
3335 * platform/mac-leopard/svg/carto.net/combobox-expected.txt: Added.
3336 * platform/mac-leopard/svg/carto.net/frameless-svg-parse-error-expected.checksum: Added.
3337 * platform/mac-leopard/svg/carto.net/frameless-svg-parse-error-expected.png: Added.
3338 * platform/mac-leopard/svg/carto.net/scrollbar-expected.checksum: Added.
3339 * platform/mac-leopard/svg/carto.net/scrollbar-expected.png: Added.
3340 * platform/mac-leopard/svg/carto.net/scrollbar-expected.txt: Added.
3341 * platform/mac-leopard/svg/carto.net/selectionlist-expected.checksum: Added.
3342 * platform/mac-leopard/svg/carto.net/selectionlist-expected.png: Added.
3343 * platform/mac-leopard/svg/carto.net/selectionlist-expected.txt: Added.
3344 * platform/mac-leopard/svg/carto.net/slider-expected.checksum: Added.
3345 * platform/mac-leopard/svg/carto.net/slider-expected.png: Added.
3346 * platform/mac-leopard/svg/carto.net/slider-expected.txt: Added.
3347 * platform/mac-leopard/svg/carto.net/tabgroup-expected.checksum: Added.
3348 * platform/mac-leopard/svg/carto.net/tabgroup-expected.png: Added.
3349 * platform/mac-leopard/svg/carto.net/tabgroup-expected.txt: Added.
3350 * platform/mac-leopard/svg/carto.net/textbox-expected.checksum: Added.
3351 * platform/mac-leopard/svg/carto.net/textbox-expected.png: Added.
3352 * platform/mac-leopard/svg/carto.net/textbox-expected.txt: Added.
3353 * platform/mac-leopard/svg/carto.net/window-expected.checksum: Added.
3354 * platform/mac-leopard/svg/carto.net/window-expected.png: