blob: 67e4a4c2628b69d4510bb7b91927d87d0d5231f1 [file] [log] [blame]
mrowe@apple.com4ec50d02008-08-11 05:07:42 +000012008-08-10 Dan Bernstein <mitz@apple.com>
2
3 Reviewed by Darin Adler.
4
5 - test for <rdar://problem/6074587> REGRESSION (34722): Unable to view AT&T wireless bill - window title contains markup, window is empty
6
7 * fast/tokenizer/ampersand-in-special-tag-expected.txt: Added.
8 * fast/tokenizer/ampersand-in-special-tag.html: Added.
9
102008-08-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
11
12 Reviewed by Oliver.
13
14 Test for bug 20330: JSCore crash loading any filehurricane media page
15 <https://bugs.webkit.org/show_bug.cgi?id=20330>
16
17 * fast/js/resources/unexpected-constant-crash.js: Added.
18 * fast/js/unexpected-constant-crash-expected.txt: Added.
19 * fast/js/unexpected-constant-crash.html: Added.
20
212008-08-08 Maxime Britto <britto@apple.com>
22
23 Reviewed by Adele.
24 https://bugs.webkit.org/show_bug.cgi?id=20270
25 This test is automatic and can also be run manually.
26
27 * fast/events/scroll-to-anchor-in-overflow-hidden-expected.txt: Added.
28 * fast/events/scroll-to-anchor-in-overflow-hidden.html: Added.
29
302008-08-05 David D. Kilzer <ddkilzer@apple.com>
31
32 Bug 20038: REGRESSION (r35151): Can't post comments on flickr.com
33
34 <https://bugs.webkit.org/show_bug.cgi?id=20038>
35 <rdar://problem/6092270>
36
37 Reviewed by Eric Seidel.
38
39 * fast/forms/submit-to-url-fragment-expected.txt: Added.
40 * fast/forms/submit-to-url-fragment.html: Added.
41
422008-07-02 David Kilzer <ddkilzer@apple.com>
43
44 Images using QT plugin do not display correctly
45
46 <https://bugs.webkit.org/show_bug.cgi?id=9214>
47 <rdar://problem/5683413>
48
49 Reviewed by Darin.
50
51 Test images rendered by both embed and object elements.
52
53 * fast/images/embed-image.html: Added.
54 * fast/images/object-image.html: Added.
55 * platform/mac/fast/images/embed-image-expected.checksum: Added.
56 * platform/mac/fast/images/embed-image-expected.png: Added.
57 * platform/mac/fast/images/embed-image-expected.txt: Added.
58 * platform/mac/fast/images/object-image-expected.checksum: Added.
59 * platform/mac/fast/images/object-image-expected.png: Added.
60 * platform/mac/fast/images/object-image-expected.txt: Added.
61
622008-08-06 chris fleizach <cfleizach@apple.com>
63
64 Reviewed by Beth Dakin
65
66 Fix AX layout test for multi-platform
67
68 * accessibility/bounds-for-range-expected.txt:
69
702008-08-06 Cameron Zwarich <cwzwarich@uwaterloo.ca>
71
72 Reviewed by Maciej.
73
74 Add tests for bug 20286: Load constants all at once instead of using op_load
75 <https://bugs.webkit.org/show_bug.cgi?id=20286>
76
77 Add a test for the edge cases of the new constant counting in the
78 parser, and change the limit in the deep recursion test to account for
79 the slightly larger stack frames.
80
81 * fast/js/constant-count-expected.txt: Added.
82 * fast/js/constant-count.html: Added.
83 * fast/js/deep-recursion-test.html:
84 * fast/js/resources/constant-count.js: Added.
85
862008-08-05 Cameron Zwarich <cwzwarich@uwaterloo.ca>
87
88 Reviewed by Darin.
89
90 Test for bug 20293: Crash in JavaScript codegen for eval("const a;")
91 <https://bugs.webkit.org/show_bug.cgi?id=20293>
92
93 * fast/js/const-expected.txt:
94 * fast/js/resources/const.js:
95
962008-08-05 Cameron Zwarich <cwzwarich@uwaterloo.ca>
97
98 Reviewed by Oliver.
99
100 Add tests for optimizations of the modulo operator in JavaScript.
101
102 * fast/js/mod-crash-expected.txt: Added.
103 * fast/js/mod-crash.html: Added.
104 * fast/js/resources/mod-crash.js: Added.
105
1062008-08-04 Bernhard Krüpl <kruepl@dbai.tuwien.ac.at>
107
108 Reviewed by Dave Hyatt.
109
110 Fix for https://bugs.webkit.org/show_bug.cgi?id=19094
111 Tests for offsetTop of table cells updated so that they don't include borderExtraTop
112
113 * fast/dom/Element/offsetTop-table-cell-expected.txt:
114 * fast/dom/Element/offsetTop-table-cell.html:
115
1162008-08-04 Sam Weinig <sam@webkit.org>
117
118 Rubber-stamped by Dan Bernstein.
119
120 Fix typo in Skipped lists.
121
122 * platform/mac-tiger/Skipped:
123 * platform/win/Skipped:
124
1252008-08-04 Dean Jackson <dino@apple.com>
126
127 Reviewed by Dave Hyatt
128
129 Update expected computed style results for the following bug
130 Improve AnimationController
131 https://bugs.webkit.org/show_bug.cgi?id=19938
132
133 * fast/css/computed-style-expected.txt:
134 * fast/css/computed-style-without-renderer-expected.txt:
135 * svg/css/getComputedStyle-basic-expected.txt:
136
1372008-08-04 Sam Weinig <sam@webkit.org>
138
139 Reviewed by Dan Bernstein.
140
141 Update skipped lists for renamed tests.
142
143 * platform/mac-tiger/Skipped:
144 * platform/win/Skipped:
145
1462008-08-04 Sam Weinig <sam@webkit.org>
147
148 Reviewed by Dan Bernstein.
149
150 Tests for the Access-control for Cross Site requests
151 preflight cache.
152
153 * ChangeLog:
154 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-expected.txt: Added.
155 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header-expected.txt: Added.
156 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html: Added.
157 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method-expected.txt: Added.
158 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html: Added.
159 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout-expected.txt: Added.
160 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html: Added.
161 * http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html: Added.
162 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php: Added.
163 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php: Added.
164 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php: Added.
165 * http/tests/xmlhttprequest/resources/portabilityLayer.php: Added.
166 * http/tests/xmlhttprequest/resources/reset-temp-file.php: Added.
167
1682008-08-03 David D. Kilzer <ddkilzer@apple.com>
169
170 Future-proof fast/cookies/local-file-can-set-cookies.html
171
172 Reviewed by Anders Carlsson.
173
174 * fast/cookies/local-file-can-set-cookies.html: Set cookie
175 expiration date 60 seconds into the future instead of a
176 hard-coded date.
177
1782008-07-31 Oliver Hunt <oliver@apple.com>
179
180 Reviewed by Cameron Zwarich.
181
182 Add tests to cover behaviour of "this" when calling named function
183 expressions and functions thrown as exceptions.
184
185 * fast/js/resources/static-scope-object.js: Added.
186 * fast/js/static-scope-object-expected.txt: Added.
187 * fast/js/static-scope-object.html: Added.
188
1892008-07-31 David Kilzer <ddkilzer@apple.com>
190
191 Updated test results for DumpRenderTree fix in r35497
192
193 * svg/custom/image-with-prefix-in-webarchive-expected.webarchive:
194 Contents of the main resource are now displayed instead of encoded
195 data.
196 * svg/webarchive/svg-cursor-subresources-expected.webarchive: Ditto.
197 * svg/webarchive/svg-feimage-subresources-expected.webarchive: Ditto.
198 * svg/webarchive/svg-script-subresouces-expected.webarchive: Ditto.
199 Also updated MIME types for JavaScript source now that we don't
200 mangle application/x-javascript into text/javascript.
201
2022008-07-31 David D. Kilzer <ddkilzer@webkit.org>
203
204 Fix layout test results for webarchive/test-xml-stylesheet.xml
205
206 Reviewed by Darin.
207
208 * platform/mac/webarchive/test-xml-stylesheet-expected.txt:
209 Removed unused test results.
210
211 * webarchive/test-duplicate-resources-expected.webarchive: Updated
212 results now that we don't mangle application/x-javascript into
213 text/javascript.
214 * webarchive/test-script-src-expected.webarchive: Ditto.
215
216 * webarchive/test-xml-stylesheet-expected.webarchive: Updated
217 results now that we handle application/xml correctly.
218
2192008-07-31 chris fleizach <cfleizach@apple.com>
220
221 Reviewed by Alice Liu
222
223 <rdar://problem/3563671> VO doesn't highlight characters when interacting when static text in web areas
224
225 * accessibility/bounds-for-range-expected.txt: Added.
226 * accessibility/bounds-for-range.html: Added.
227
2282008-07-29 Sam Weinig <sam@webkit.org>
229
230 Reviewed by Darin Adler.
231
232 Update Cross-site XMLHttpRequests using Access control to
233 the latest spec. (Editor's Draft 8 July 2008)
234
235 - Update syntax in tests a remove tests for removed features.
236
237 * http/tests/xmlhttprequest/access-control-basic-allow-async.html:
238 * http/tests/xmlhttprequest/access-control-basic-blacklist-request-headers-expected.txt: Removed.
239 * http/tests/xmlhttprequest/access-control-basic-blacklist-request-headers.html: Removed.
240 * http/tests/xmlhttprequest/access-control-basic-exclude.html: Removed.
241 * http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-not-get-allow-async-expected.txt.
242 * http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async.html: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-not-get-allow-async.html.
243 * http/tests/xmlhttprequest/access-control-basic-non-simple-allow-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-not-get-allow-expected.txt.
244 * http/tests/xmlhttprequest/access-control-basic-non-simple-allow.html: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-not-get-allow.html.
245 * http/tests/xmlhttprequest/access-control-basic-not-get-allow-async-expected.txt: Removed.
246 * http/tests/xmlhttprequest/access-control-basic-not-get-allow-async.html: Removed.
247 * http/tests/xmlhttprequest/access-control-basic-not-get-allow-expected.txt: Removed.
248 * http/tests/xmlhttprequest/access-control-basic-not-get-allow.html: Removed.
249 * http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
250 * http/tests/xmlhttprequest/resources/access-control-basic-allow-print-headers.cgi:
251 * http/tests/xmlhttprequest/resources/access-control-basic-allow-star.cgi:
252 * http/tests/xmlhttprequest/resources/access-control-basic-allow.cgi:
253 * http/tests/xmlhttprequest/resources/access-control-basic-exclude.cgi: Removed.
254 * http/tests/xmlhttprequest/resources/access-control-basic-get-fail-non-simple.cgi:
255 * http/tests/xmlhttprequest/resources/access-control-basic-non-get-allow.cgi:
256 * http/tests/xmlhttprequest/resources/access-control-basic-whitelist-response-headers.cgi:
257
2582008-07-29 Sam Weinig <sam@webkit.org>
259
260 Reviewed by Anders Carlsson.
261
262 <rdar://problem/6084585> Investigate upload progress events
263
264 * fast/dom/Window/window-properties-expected.txt:
265 * http/tests/xmlhttprequest/upload-onload-event-expected.txt: Added.
266 * http/tests/xmlhttprequest/upload-onload-event.html: Added.
267 * http/tests/xmlhttprequest/upload-onloadstart-event-expected.txt: Added.
268 * http/tests/xmlhttprequest/upload-onloadstart-event.html: Added.
269 * http/tests/xmlhttprequest/upload-onprogress-event-expected.txt: Added.
270 * http/tests/xmlhttprequest/upload-onprogress-event.html: Added.
271 * http/tests/xmlhttprequest/upload-progress-events-expected.txt: Added.
272 * http/tests/xmlhttprequest/upload-progress-events.html: Added.
273 * platform/win/Skipped: Skip new tests on windows where the feature is not
274 implemented yet.
275
2762008-07-29 Maxime Britto <britto@apple.com>
277
278 Reviewed by adele.
279 This test verifies that the autoscroll works within textfields.
280
281 * fast/events/autoscroll-in-textfield-expected.txt: Added.
282 * fast/events/autoscroll-in-textfield.html: Added.
283
2842008-07-29 Dan Bernstein <mitz@apple.com>
285
286 Rubber-stamped by Mark Rowe.
287
288 - update results for console.group and console.groupEnd
289
290 * fast/dom/Window/window-properties-expected.txt:
291
2922008-07-29 Adele Peterson <adele@apple.com>
293
294 Reviewed by Sammy Weinig.
295
296 Test for <rdar://problem/6103024>
297 When a QT movie is loaded directly in the browser, I can't pause it by single-clicking on the video
298
299 * media/video-click-dlbclick-standalone-expected.txt: Added.
300 * media/video-click-dlbclick-standalone.html: Added.
301
3022008-07-29 Dan Bernstein <mitz@apple.com>
303
304 Reviewed by Dave Hyatt.
305
306 - test, updated test and results for <rdar://problem/6059648> Some content not visible when the window is short at courtneyalbright.com
307
308 * fast/overflow/float-in-relpositioned.html: Added.
309 * fast/repaint/containing-block-position-change.html: Changed to avoid
310 a full repaint due to a scroll bar appearing.
311 * platform/mac/fast/clip/015-expected.txt:
312 * platform/mac/fast/overflow/float-in-relpositioned-expected.checksum: Added.
313 * platform/mac/fast/overflow/float-in-relpositioned-expected.png: Added.
314 * platform/mac/fast/overflow/float-in-relpositioned-expected.txt: Added.
315 * platform/mac/fast/repaint/clipped-relative-expected.txt:
316
3172008-07-29 Dan Bernstein <mitz@apple.com>
318
319 Reviewed by Dave Hyatt.
320
321 - repaint test for <rdar://problem/6048566> Repaint original element's position, not its offset position
322
323 * fast/repaint/layout-state-relative.html: Added.
324 * platform/mac/fast/repaint/layout-state-relative-expected.checksum: Added.
325 * platform/mac/fast/repaint/layout-state-relative-expected.png: Added.
326 * platform/mac/fast/repaint/layout-state-relative-expected.txt: Added.
327
3282008-07-29 David Hyatt <hyatt@apple.com>
329
330 Add a layout test for using multiple variable declaration blocks in a single style rule.
331
332 * fast/css/variables/alternate-syntax/multiple-blocks-test.html: Added.
333 * fast/css/variables/multiple-blocks-test.html: Added.
334 * platform/mac/fast/css/variables/multiple-blocks-test-expected.checksum: Added.
335 * platform/mac/fast/css/variables/multiple-blocks-test-expected.png: Added.
336 * platform/mac/fast/css/variables/multiple-blocks-test-expected.txt: Added.
337
3382008-07-28 Brady Eidson <beidson@apple.com>
339
340 Reviewed by Sam Weinig
341
342 <rdar://problem/6093281> - autocomplete="off" should work when going back
343
344 * security/autocomplete-cleared-on-back-expected.txt: Added.
345 * security/autocomplete-cleared-on-back.html: Added.
346 * security/resources: Added.
347 * security/resources/autocomplete-cleared-on-back2.html: Added.
348
3492008-07-28 Anders Carlsson <andersca@apple.com>
350
351 Reviewed by Sam.
352
353 <rdar://problem/6098335>
354 https://bugs.webkit.org/show_bug.cgi?id=20150
355
356 Add tests.
357
358 * http/tests/xmlhttprequest/resources/forbidden.txt: Added.
359 * http/tests/xmlhttprequest/resources/redirect.php: Added.
360 * http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt: Added.
361 * http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect.html: Added.
362
3632008-07-27 Sam Weinig <sam@webkit.org>
364
365 Reviewed by Oliver Hunt.
366
367 Tests for https://bugs.webkit.org/show_bug.cgi?id=20176
368 querySelectorAll id optimization no longer working
369
370 * fast/dom/SelectorAPI/caseID-almost-strict-expected.txt: Added.
371 * fast/dom/SelectorAPI/caseID-almost-strict.html: Added.
372 * fast/dom/SelectorAPI/caseID-expected.txt: Added.
373 * fast/dom/SelectorAPI/caseID-strict-expected.txt: Added.
374 * fast/dom/SelectorAPI/caseID-strict.html: Added.
375 * fast/dom/SelectorAPI/caseID.html: Added.
376
3772008-07-27 Anatoli Papirovski <apapirovski@mac.com>
378
379 Reviewed by Dave Hyatt.
380
381 Updated layout CSS2.1 test suite tests related to css parsing:
382 https://bugs.webkit.org/show_bug.cgi?id=14346
383
384 * platform/mac/css2.1/t040105-import-01-b-expected.checksum:
385 * platform/mac/css2.1/t040105-import-01-b-expected.png:
386 * platform/mac/css2.1/t040105-import-01-b-expected.txt:
387 * platform/mac/css2.1/t0402-syntax-05-f-expected.checksum:
388 * platform/mac/css2.1/t0402-syntax-05-f-expected.png:
389 * platform/mac/css2.1/t0402-syntax-05-f-expected.txt:
390 * platform/mac/css2.1/t0402-syntax-06-f-expected.checksum:
391 * platform/mac/css2.1/t0402-syntax-06-f-expected.png:
392 * platform/mac/css2.1/t0402-syntax-06-f-expected.txt:
393
3942008-07-26 Mark Rowe <mrowe@apple.com>
395
396 Update some layout test results.
397
398 * fast/dom/Window/window-properties-expected.txt:
399 * fast/dom/domListEnumeration-expected.txt:
400
4012008-07-26 Dan Bernstein <mitz@apple.com>
402
403 Rubber-stamped by Sam Weinig.
404
405 - update test and expected results for attributes added to
406 HTMLFormElement and HTMLSelectElement.
407
408 * fast/dom/domListEnumeration-expected.txt:
409 * fast/dom/resources/domListEnumeration.js:
410
4112008-07-26 Michelangelo De Simone <m.des@mac.com>
412
413 Reviewed by Adele Petersen.
414
415 Test suite for the willValidate form controls attribute.
416
417 * fast/forms/willvalidate-000-expected.txt: Added.
418 * fast/forms/willvalidate-000.html: Added.
419 * fast/forms/willvalidate-001-expected.txt: Added.
420 * fast/forms/willvalidate-001.html: Added.
421 * fast/forms/willvalidate-002-expected.txt: Added.
422 * fast/forms/willvalidate-002.html: Added.
423 * fast/forms/willvalidate-003-expected.txt: Added.
424 * fast/forms/willvalidate-003.html: Added.
425 * fast/forms/willvalidate-004-expected.txt: Added.
426 * fast/forms/willvalidate-004.html: Added.
427 * fast/forms/willvalidate-005-expected.txt: Added.
428 * fast/forms/willvalidate-005.html: Added.
429 * fast/forms/willvalidate-006-expected.txt: Added.
430 * fast/forms/willvalidate-006.html: Added.
431 * fast/forms/willvalidate-007-expected.txt: Added.
432 * fast/forms/willvalidate-007.html: Added.
433 * fast/forms/willvalidate-008-expected.txt: Added.
434 * fast/forms/willvalidate-008.html: Added.
435 * fast/forms/willvalidate-009-expected.txt: Added.
436 * fast/forms/willvalidate-009.html: Added.
437
4382008-07-26 Dan Bernstein <mitz@apple.com>
439
440 Rubber-stamped by Mark Rowe.
441
442 * platform/win/Skipped: Added fast/text/international/bidi-AN-after-empty-run.html
443 (<rdar://problem/5075790>) and svg/custom/stroke-width-click.svg
444 (<rdar://problem/5539822>).
445 * platform/win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
446 Updated results for the new way path data is dumped after
447 <http://trac.webkit.org/changeset/34117>.
448
4492008-07-26 Sam Weinig <sam@webkit.org>
450
451 Reviewed by Dan Bernstein.
452
453 Fix https://bugs.webkit.org/show_bug.cgi?id=20122
454 <rdar://problem/6089522>
455 REGRESSION (r35075-r35110): Cannot enlarge images at Apple Store product page
456
457 - Additionally, fix some errors introduced in old tests.
458
459 * fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt: Added.
460 * fast/dom/SelectorAPI/dumpNodeList-almost-strict.html: Added.
461 * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
462 * fast/dom/SelectorAPI/dumpNodeList.html:
463 * fast/dom/SelectorAPI/id-fastpath-almost-strict-expected.txt: Added.
464 * fast/dom/SelectorAPI/id-fastpath-almost-strict.html: Added.
465 * fast/dom/SelectorAPI/id-fastpath-strict-expected.txt: Added.
466 * fast/dom/SelectorAPI/id-fastpath-strict.html: Added.
467 * fast/dom/SelectorAPI/resources/id-fastpath-almost-strict.js: Added.
468 * fast/dom/SelectorAPI/resources/id-fastpath-strict.js: Added.
469 * fast/dom/SelectorAPI/resources/id-fastpath.js:
470
4712008-07-26 Dan Bernstein <mitz@apple.com>
472
473 - move Leopard-only expected failure results back to mac-leopard; these
474 are covered by <rdar://problem/5539818> and <rdar://problem/5539820>.
475
476 * platform/mac-leopard/http: Added.
477 * platform/mac-leopard/http/tests: Added.
478 * platform/mac-leopard/http/tests/security: Copied from platform/mac/http/tests/security.
479 * platform/mac-leopard/security: Copied from platform/mac/security.
480 * platform/mac/http/tests/security: Removed.
481 * platform/mac/http/tests/security/dataURL: Removed.
482 * platform/mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Removed.
483 * platform/mac/security: Removed.
484 * platform/mac/security/block-test-expected.txt: Removed.
485
4862008-07-26 Dan Bernstein <mitz@apple.com>
487
488 Reviewed by Oliver Hunt.
489
490 - clean up expected layout test results
491
492 * fast/encoding/idn-security-expected.txt: Replaced with LayoutTests/platform/mac/fast/encoding/idn-security-expected.txt,
493 which is the version of the results for platforms that have "newer ICU".
494 * platform/mac-leopard/Skipped: Added svg/custom/stroke-width-click.svg.
495 * platform/mac-tiger/fast/encoding: Added.
496 * platform/mac-tiger/fast/encoding/idn-security-expected.txt: Copied from LayoutTests/fast/encoding/idn-security-expected.txt,
497 as Tiger still needs the "older ICU" version of the results.
498 * platform/mac/fast/encoding/idn-security-expected.txt: Removed.
499 * platform/mac/svg/custom/stroke-width-click-expected.checksum: Removed
500 pixel results for a text-only test.
501 * platform/mac/svg/custom/stroke-width-click-expected.png: Ditto.
502 * platform/mac/svg/custom/stroke-width-click-expected.txt: Removed
503 platform-specific results for a text-only test.
504
5052008-07-26 Dan Bernstein <mitz@apple.com>
506
507 Rubber-stamped by Nikolas Zimmermann.
508
509 - move platform-independent results back to the generic location
510
511 * platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Removed.
512 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Copied from LayoutTests/platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.txt.
513
5142008-07-25 Oliver Hunt <oliver@apple.com>
515
516 Reviewed by Cameron Zwarich.
517
518 Layout test covering assignment to read only properties
519 across scope boundaries.
520
521 * fast/js/const-expected.txt:
522 * fast/js/resources/const.js:
523
5242008-07-25 Dan Bernstein <mitz@apple.com>
525
526 Rubber-stamped by Sam Weinig.
527
528 - moved expected results from platform/mac-leopard to platform/mac.
529 Where the mac baseline differed from the Leopard results, moved the
530 results from mac to mac-tiger.
531
5322008-07-25 Brady Eidson <beidson@apple.com>
533
534 Reviewed by Sam
535
536 Test for autocomplete attribute cleanup
537
538 * platform/win/Skipped:
539 * security/set-form-autocomplete-attribute-expected.txt: Added.
540 * security/set-form-autocomplete-attribute.html: Added.
541
5422008-07-25 Anders Carlsson <andersca@apple.com>
543
544 Reviewed by Mitz.
545
546 Make the willCacheResponse test more robust.
547
548 * http/tests/misc/resources/willCacheResponse-success.html: Added.
549 * http/tests/misc/willCacheResponse-delegate-callback-expected.txt:
550 * http/tests/misc/willCacheResponse-delegate-callback.html:
551
5522008-07-25 Dan Bernstein <mitz@apple.com>
553
554 Reviewed by Anders Carlsson.
555
556 * http/tests/misc/acid3.html: Updated test 77 from acidtests.org. Added
557 alert()ing the log when the score is less than 100.
558
5592008-07-25 Dan Bernstein <mitz@apple.com>
560
561 Rubber-stamped by Brady Eidson.
562
563 - add missing pixel results and move the render tree results under the platform directory
564
565 * platform/mac/svg/dom/SVGRectElement: Added.
566 * platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.checksum: Added.
567 * platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
568 * platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Added.
569 * platform/mac/webarchive: Added.
570 * platform/mac/webarchive/loading: Added.
571 * platform/mac/webarchive/loading/cache-expired-subresource-expected.checksum: Added.
572 * platform/mac/webarchive/loading/cache-expired-subresource-expected.png: Added.
573 * platform/mac/webarchive/loading/cache-expired-subresource-expected.txt: Added.
574 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Removed.
575 * webarchive/loading/cache-expired-subresource-expected.txt: Removed.
576
5772008-07-25 chris fleizach <cfleizach@apple.com>
578
579 Reviewed by Beth Dakin
580
581 <rdar://problem/6084806> AX: REGRESSION: returned line number from TextArea is incorrect
582
583 * accessibility/textarea-insertion-point-line-number-expected.txt: Added.
584 * accessibility/textarea-insertion-point-line-number.html: Added.
585 * accessibility/textarea-line-for-index-expected.txt: Added.
586 * accessibility/textarea-line-for-index.html: Added.
587
5882008-07-25 Jacob Refstrup <jacob.refstrup@hp.com>
589
590 Reviewed by mitz.
591
592 - added test case for float being added in trailing whitespace
593 of an already full line (with pre-wrap or after-white-space set).
594 <rdar://problem/5805741> https://bugs.webkit.org/show_bug.cgi?id=17906
595
596 * fast/block/float/editable-text-overlapping-float.html: Added.
597 * platform/mac/fast/block/float/editable-text-overlapping-float-expected.checksum: Added.
598 * platform/mac/fast/block/float/editable-text-overlapping-float-expected.png: Added.
599 * platform/mac/fast/block/float/editable-text-overlapping-float-expected.txt: Added.
600 * platform/qt/fast/block/float/editable-text-overlapping-float-expected.txt: Added.
601
6022008-07-24 David Hyatt <hyatt@apple.com>
603
604 Add support for an alternate proposed syntax for CSS variables. This alternate syntax will allow
605 testers on www-style to try out both versions of the syntax (to help make a decision regarding
606 which one should be used).
607
608 Reviewed by Dan
609
610 * fast/css/variables/alternate-syntax: Added.
611 * fast/css/variables/alternate-syntax/color-hex-test.html: Added.
612 * fast/css/variables/alternate-syntax/colors-test.html: Added.
613 * fast/css/variables/alternate-syntax/font-test.html: Added.
614 * fast/css/variables/alternate-syntax/image-test.html: Added.
615 * fast/css/variables/alternate-syntax/import-test.html: Added.
616 * fast/css/variables/alternate-syntax/inline-style-test.html: Added.
617 * fast/css/variables/alternate-syntax/invalid-variable-test.html: Added.
618 * fast/css/variables/alternate-syntax/margin-test.html: Added.
619 * fast/css/variables/alternate-syntax/misplaced-import-test.html: Added.
620 * fast/css/variables/alternate-syntax/misplaced-variables-test.html: Added.
621 * fast/css/variables/alternate-syntax/multiple-term-test.html: Added.
622 * fast/css/variables/alternate-syntax/override-test.html: Added.
623 * fast/css/variables/alternate-syntax/print-test.html: Added.
624 * fast/css/variables/alternate-syntax/remove-variable-test.html: Added.
625 * fast/css/variables/alternate-syntax/resources: Added.
626 * fast/css/variables/alternate-syntax/resources/bad.css: Added.
627 * fast/css/variables/alternate-syntax/resources/good.css: Added.
628 * fast/css/variables/alternate-syntax/resources/listmark.gif: Added.
629 * fast/css/variables/alternate-syntax/set-variable-test.html: Added.
630 * fast/css/variables/alternate-syntax/shorthand-test.html: Added.
631 * fast/css/variables/alternate-syntax/variable-iteration-test.html: Added.
632
6332008-07-24 Oliver Hunt <oliver@apple.com>
634
635 Reviewed by Alexey Proskuryakov.
636
637 Test cases for regex starting with /=
638
639 * fast/js/regexp-divequal-expected.txt: Added.
640 * fast/js/regexp-divequal.html: Added.
641 * fast/js/resources/regexp-divequal.js: Added.
642
6432008-07-23 Julien Chaffraix <jchaffraix@webkit.org>
644
645 Reviewed by Eric.
646
647 Test for bug 19588: CRASH doing open() on destroyed window
648 https://bugs.webkit.org/show_bug.cgi?id=19588
649
650 Test case from Eric Roman.
651
652 * fast/frames/crash-removed-iframe-expected.txt: Added.
653 * fast/frames/crash-removed-iframe.html: Added.
654
6552008-07-23 Dan Bernstein <mitz@apple.com>
656
657 Reviewed by Alexey Proskuryakov.
658
659 - updated test to cover serializing variable values which are colors in
660 hex notation
661
662 * fast/css/variables/color-hex-test.html:
663
6642008-07-23 Beth Dakin <bdakin@apple.com>
665
666 Reviewed by Dan Bernstein.
667
668 Tests for <rdar://problem/5997215> display: table-row-group
669 for :before content causes a crash
670
671 * fast/css-generated-content/table-row-group-to-inline.html: Added.
672 * fast/css-generated-content/table-row-group-with-before.html: Added.
673 * fast/css-generated-content/table-row-with-before.html: Added.
674 * fast/css-generated-content/table-with-before.html: Added.
675 * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.checksum: Added.
676 * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Added.
677 * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt: Added.
678 * platform/mac/fast/css-generated-content/table-row-group-with-before-expected.checksum: Added.
679 * platform/mac/fast/css-generated-content/table-row-group-with-before-expected.png: Added.
680 * platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt: Added.
681 * platform/mac/fast/css-generated-content/table-row-with-before-expected.checksum: Added.
682 * platform/mac/fast/css-generated-content/table-row-with-before-expected.png: Added.
683 * platform/mac/fast/css-generated-content/table-row-with-before-expected.txt: Added.
684 * platform/mac/fast/css-generated-content/table-with-before-expected.checksum: Added.
685 * platform/mac/fast/css-generated-content/table-with-before-expected.png: Added.
686 * platform/mac/fast/css-generated-content/table-with-before-expected.txt: Added.
687
6882008-07-23 Oliver Hunt <oliver@apple.com>
689
690 Reviewed by Geoff Garen.
691
692 Test cases to cover the behaviour of switch statements, to make sure our
693 fast switch paths have not broken things.
694
695 * fast/js/resources/switch-behaviour.js: Added.
696 * fast/js/switch-behaviour-expected.txt: Added.
697 * fast/js/switch-behaviour.html: Added.
698
6992008-07-23 Dean Jackson <dino@apple.com>
700
701 Reviewed by Dan Bernstein.
702
703 Update computed style test for transform to reflect that
704 we return "none" rather than identity matrix.
705
706 * svg/css/getComputedStyle-basic-expected.txt:
707
7082008-07-23 Sam Weinig <sam@webkit.org>
709
710 Reviewed by Dan Bernstein.
711
712 Remove tiger specific result for toDataURL-supportedTypes.html as it should have the
713 same results on all platforms.
714
715 * platform/mac-tiger/fast/canvas: Removed.
716 * platform/mac-tiger/fast/canvas/toDataURL-supportedTypes-expected.txt: Removed.
717
7182008-07-22 Sam Weinig <sam@webkit.org>
719
720 Reviewed by Mark Rowe.
721
722 <rdar://problem/5788451> toDataURL not implemented for Windows (need mapping of MIME type to UTI)
723 Add additional support for JPEG and GIF for toDataURL encoding canvases.
724
725 - Turn on and simplify toDataURL-supportedTypes.html to only test for support of mimeTypes and not
726 fail due to differences in image encoders.
727
728 * fast/canvas/toDataURL-supportedTypes-expected.txt:
729 * fast/canvas/toDataURL-supportedTypes.html: Copied from fast/canvas/toDataURL-supportedTypes.html-disabled.
730 * fast/canvas/toDataURL-supportedTypes.html-disabled: Removed.
731
7322008-07-22 Chris Fleizach <cfleizach@apple.com>
733
734 Reviewed by Dave Hyatt
735
736 <rdar://problem/6004877> internal anchors on this page are not showing up in the AXLinkedUIElements
737
738 * accessibility/internal-link-anchors2-expected.txt: Added.
739 * accessibility/internal-link-anchors2.html: Added.
740
7412008-07-22 Alexey Proskuryakov <ap@webkit.org>
742
743 Reviewed by Adam Roben.
744
745 <rdar://problem/5955602> WebKit should support charset name x-windows-949
746
747 * fast/encoding/char-decoding.html:
748 * fast/encoding/char-decoding-expected.txt:
749 Added a test for this name.
750
7512008-07-21 Alexey Proskuryakov <ap@webkit.org>
752
753 Reviewed by Dan Bernstein.
754
755 https://bugs.webkit.org/show_bug.cgi?id=20117
756 setBaseAndExtent fails to reverse the current selection
757
758 * editing/selection/setBaseAndExtent-revert-selection-expected.txt: Added.
759 * editing/selection/setBaseAndExtent-revert-selection.html: Added.
760
7612008-07-21 Anders Carlsson <andersca@apple.com>
762
763 Reviewed by Geoff.
764
765 <rdar://problem/5820667>
766 CrashTracer: [USER] 3759 crashes in Safari at FrameLoader::activeDocumentLoader const + 6 while canceling plug-in load
767
768 * http/tests/plugins/geturlnotify-from-npp-destroystream-expected.txt: Added.
769 * http/tests/plugins/geturlnotify-from-npp-destroystream.html: Added.
770
7712008-07-21 Rob Buis <buis@kde.org>
772
773 Reviewed by Mitz.
774
775 Testcase for:
776 https://bugs.webkit.org/show_bug.cgi?id=19966
777 CSS variables crash when using hex notation for colors
778
779 * fast/css/variables/color-hex-test-expected.txt: Added.
780 * fast/css/variables/color-hex-test.html: Added.
781
7822008-07-20 Oliver Hunt <oliver@apple.com>
783
784 RS=Dan Bernstein.
785
786 Whoops, forgot to commit expected output for this test.
787
788 * fast/js/exception-expression-offset-expected.txt: Added.
789
7902008-07-20 Nikolas Zimmermann <zimmermann@kde.org>
791
792 Reviewed by Oliver.
793
794 Fixes: https://bugs.webkit.org/show_bug.cgi?id=12171
795
796 Remove manual SVG property <-> XML attribute synchronization in SVGPolyElement.
797 Added svg/custom/poly-points-attribute-changes.svg (testcase from Rob)
798
799 * platform/mac-leopard/svg/custom/poly-points-attribute-changes-expected.checksum: Added.
800 * platform/mac-leopard/svg/custom/poly-points-attribute-changes-expected.png: Added.
801 * svg/custom/poly-points-attribute-changes-expected.txt: Added.
802 * svg/custom/poly-points-attribute-changes.svg: Added.
803
8042008-07-20 Oliver Hunt <oliver@apple.com>
805
806 Reviewed by Mark Rowe.
807
808 Add layout test to check correctly handling of exceptions in callback by WebCore.
809 Update existing test results for higher fidelity output.
810
811 * fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
812 * fast/js/exceptions-thrown-in-callbacks-expected.txt: Added.
813 * fast/js/exceptions-thrown-in-callbacks.html: Added.
814 * fast/xpath/nsresolver-exception-expected.txt:
815 * fast/xsl/transform-xhr-doc-expected.txt:
816 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
817 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
818 * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
819 * platform/mac/fast/dynamic/015-expected.txt:
820 * platform/mac/fast/events/updateLayoutForHitTest-expected.txt:
821 * platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
822 * platform/mac/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
823 * platform/mac/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
824 * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
825 * platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
826 * storage/transaction_callback_exception_crash-expected.txt:
827
8282008-07-19 Oliver Hunt <oliver@apple.com>
829
830 Reviewed by Cameron Zwarich.
831
832 Update a few tests i filed to correct in the last patch, and add tests for
833 assignment error position.
834
835 * fast/css/font-face-descriptor-multiple-values-parsing-expected.txt:
836 * fast/js/resources/exception-expression-offset.js:
837 * http/tests/security/cross-frame-access-call-expected.txt:
838 * http/tests/security/cross-frame-access-call.html:
839 * platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
840
8412008-07-18 Oliver Hunt <oliver@apple.com>
842
843 Reviewed by Cameron Zwarich.
844
845 Update layout tests for new exception text, and add additional test covering the
846 expression ranges provided.
847
848 * fast/css/resources/font-face-descriptor-multiple-values-parsing.js:
849 * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
850 * fast/forms/select-namedItem-expected.txt:
851 * fast/js/exception-expression-offset.html: Added.
852 * fast/js/resources/exception-expression-offset.js: Added.
853 New test covering the offset positions given for exceptions
854 * fast/xsl/transform-xhr-doc-expected.txt:
855 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
856 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
857 * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
858 * http/tests/security/cross-frame-access-call.html:
859 * platform/mac/fast/events/updateLayoutForHitTest-expected.txt:
860 * platform/mac/svg/custom/createelement-expected.txt:
861 * platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt:
862 * platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
863
8642008-07-18 Adele Peterson & Maxime Britto <britto@apple.com>
865
866 Reviewed by Adele.
867
868 Test for <rdar://problem/6049803> Autoscroll triggered on no scrolling iframes
869
870 * ChangeLog:
871 * fast/events/autoscroll-with-non-scrollable-parent-expected.txt: Added.
872 * fast/events/autoscroll-with-non-scrollable-parent.html: Added.
873 * fast/events/resources/big-page-with-input.html: Added.
874
8752008-07-18 Simon Fraser <simon.fraser@apple.com>
876
877 Reviewed by Dave Hyatt
878
879 getComputedStyle() for -webkit-transform should return
880 'none' for elements with no renderer, or those with no
881 transform.
882
883 https://bugs.webkit.org/show_bug.cgi?id=20008
884
885 * fast/css/computed-style-expected.txt:
886 * fast/css/computed-style-without-renderer-expected.txt:
887
8882008-07-18 Alexey Proskuryakov <ap@webkit.org>
889
890 Update expected results for a recently added test to what is seen when running the
891 full test suite.
892
893 * fast/forms/form-and-frame-interaction-retains-values-expected.txt:
894
8952008-07-17 Geoffrey Garen <ggaren@apple.com>
896
897 Reviewed by David Kilzer.
898
899 Test for https://bugs.webkit.org/show_bug.cgi?id=20067
900 Support function.name (Firefox extension)
901
902 * fast/js/function-name-expected.txt: Added.
903 * fast/js/function-name.html: Added.
904 * fast/js/resources/function-name.js: Added.
905
9062008-07-17 Geoffrey Garen <ggaren@apple.com>
907
908 Reviewed by Oliver Hunt.
909
910 Test for <rdar://problem/6081636> Functions calls use more temporary
911 registers than necessary
912
913 * fast/js/function-call-register-allocation.html: Added.
914 * fast/js/function-call-register-allocation-expected.txt: Added.
915 * fast/js/resources/function-call-register-allocation.js: Added.
916
9172008-07-17 Jacob Refstrup <jacob.refstrup@hp.com>
918
919 Reviewed by rwlbuis@gmail.com
920
921 - added test case that tests that '@mediall' gets safely skipped
922
923 * ChangeLog:
924 * css2.1/atrule_longest_match-expected.txt: Added.
925 * css2.1/atrule_longest_match.html: Added.
926
9272008-07-16 Simon Fraser <simon.fraser@apple.com>
928
929 Reviewed by Hyatt.
930
931 Testcases for opacity transition.
932 https://bugs.webkit.org/show_bug.cgi?id=20047
933
934 * transitions/opacity-transition-zindex-expected.txt: Added.
935 * transitions/opacity-transition-zindex.html: Added.
936
9372008-07-16 Nikolas Zimmermann <zimmermann@kde.org>
938
939 Rubber stamped by Eric.
940 Update pixel test results for two tests that have been changed.
941
942 * platform/mac-leopard/svg/custom/acid3-test-77-expected.checksum:
943 * platform/mac-leopard/svg/custom/acid3-test-77-expected.png:
944 * platform/mac-leopard/svg/custom/getSubStringLength-expected.checksum:
945 * platform/mac-leopard/svg/custom/getSubStringLength-expected.png:
946
9472008-07-16 Nikolas Zimmermann <zimmermann@kde.org>
948
949 Reviewed by Anders Carlsson.
950
951 Add missing layout test results.
952
953 * platform/mac-leopard/svg/custom/selectSubString-expected.checksum: Added.
954 * platform/mac-leopard/svg/custom/selectSubString-expected.png: Added.
955
9562008-07-15 Sam Weinig <sam@webkit.org>
957
958 Reviewed by Anders Carlsson.
959
960 Update for refactored accessibility testing code.
961
962 * accessibility/aria-describedby-on-input.html:
963 * accessibility/aria-labelledby-on-input.html:
964 * accessibility/aria-range-value.html:
965 * accessibility/aria-range.html:
966 * accessibility/aria-roles.html:
967 * accessibility/aria-slider.html:
968 * accessibility/aria-spinbutton.html:
969 * accessibility/document-attributes.html:
970 * accessibility/image-map1.html:
971 * accessibility/image-map2.html:
972 * accessibility/internal-link-anchors.html:
973 * accessibility/radio-button-checkbox-size.html:
974 * accessibility/radio-button-group-members.html:
975
9762008-07-15 Kevin McCullough <kmccullough@apple.com>
977
978 Reviewed by Dan.
979
980 <rdar://problem/5620273> REGRESSION: Apparent caching between form
981 submits twice (on Maconomy) (18401)
982
983 * fast/forms/form-and-frame-interaction-retains-values-expected.txt: Added.
984 * fast/forms/form-and-frame-interaction-retains-values.html: Added.
985 * fast/forms/resources/form-and-frame-interaction-retains-values-main.html: Added.
986 * fast/forms/resources/form-and-frame-interaction-retains-values-submit.html: Added.
987
9882008-07-15 Dan Bernstein <mitz@apple.com>
989
990 Rubber-stamped by Sam Weinig.
991
992 - update results for the addition of the compareDocumentPosition-related constants
993
994 * fast/dom/domListEnumeration-expected.txt:
995
9962008-07-15 Dan Bernstein <mitz@apple.com>
997
998 Reviewed by Dave Hyatt.
999
1000 - test for https://bugs.webkit.org/show_bug.cgi?id=19525
1001 <rdar://problem/5961768> -webkit-box-reflect in hyperlink causes webkit to crash
1002
1003 * fast/reflections/inline-crash.html: Added.
1004 * platform/mac/fast/reflections/inline-crash-expected.checksum: Added.
1005 * platform/mac/fast/reflections/inline-crash-expected.png: Added.
1006 * platform/mac/fast/reflections/inline-crash-expected.txt: Added.
1007
10082008-07-15 Adele Peterson <adele@apple.com>
1009
1010 Updating results for my fix to <rdar://problem/5784890>.
1011
1012 * http/tests/misc/xhtml-expected.txt:
1013
10142008-07-15 Dan Bernstein <mitz@apple.com>
1015
1016 Rubber-stamped by Anders Carlsson.
1017
1018 - updated results for https://bugs.webkit.org/show_bug.cgi?id=18088
1019 <rdar://problem/6036232> white-space:nowrap; float:left; causing the misalignment issue
1020
1021 * platform/mac/tables/mozilla/bugs/bug26553-expected.checksum:
1022 * platform/mac/tables/mozilla/bugs/bug26553-expected.png:
1023 * platform/mac/tables/mozilla/bugs/bug26553-expected.txt:
1024 * platform/mac/tables/mozilla/bugs/bug57828-2-expected.checksum:
1025 * platform/mac/tables/mozilla/bugs/bug57828-2-expected.png:
1026 * platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt:
1027
10282008-07-14 chris fleizach <cfleizach@apple.com>
1029
1030 Reviewed by Beth Dakin
1031 Tests for the accessibility of image maps (two variations)
1032
1033 * accessibility/image-map1-expected.txt: Added.
1034 * accessibility/image-map1.html: Added.
1035 * accessibility/image-map2-expected.txt: Added.
1036 * accessibility/image-map2.html: Added.
1037
10382008-07-14 Anders Carlsson <andersca@apple.com>
1039
1040 Reviewed by Geoff.
1041
1042 <rdar://problem/6073974>
1043 https://bugs.webkit.org/show_bug.cgi?id=18106
1044 The "onscroll" event bubbles, which is inconsistent with Firefox and IE
1045
1046 Add test.
1047
1048 * fast/events/scroll-event-does-not-bubble-expected.txt: Added.
1049 * fast/events/scroll-event-does-not-bubble.html: Added.
1050
10512008-07-14 Sam Weinig <sam@webkit.org>
1052
1053 Reviewed by Adele Peterson.
1054
1055 Test for <rdar://problem/5769819>
1056
1057 * http/tests/security/cross-frame-access-object-prototype-expected.txt: Added.
1058 * http/tests/security/cross-frame-access-object-prototype.html: Added.
1059 * http/tests/security/resources/cross-frame-iframe-for-object-prototype-test.html: Added.
1060
10612008-07-12 Sam Weinig <sam@webkit.org>
1062
1063 Rubber-stamped by Oliver Hunt.
1064
1065 Update version of Selectors API test from http://ejohn.org/apps/selectortest/
1066 and fix the spelling of the authors name.
1067
1068 * fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt: Copied from fast/dom/SelectorAPI/ressig-SelectorsAPI-test-expected.txt.
1069 * fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml: Copied from fast/dom/SelectorAPI/ressig-SelectorsAPI-test.xhtml.
1070 * fast/dom/SelectorAPI/ressig-SelectorsAPI-test-expected.txt: Removed.
1071 * fast/dom/SelectorAPI/ressig-SelectorsAPI-test.xhtml: Removed.
1072
10732008-07-12 Dan Bernstein <mitz@apple.com>
1074
1075 Reviewed by Oliver Hunt.
1076
1077 - test for https://bugs.webkit.org/show_bug.cgi?id=18088
1078 <rdar://problem/6036232> white-space:nowrap; float:left; causing the misalignment issue
1079
1080 * fast/block/basic/min-pref-width-nowrap-floats.html: Added.
1081 * platform/mac/fast/block/basic/min-pref-width-nowrap-floats-expected.checksum: Added.
1082 * platform/mac/fast/block/basic/min-pref-width-nowrap-floats-expected.png: Added.
1083 * platform/mac/fast/block/basic/min-pref-width-nowrap-floats-expected.txt: Added.
1084
10852008-07-11 Sam Weinig <sam@webkit.org>
1086
1087 Reviewed by Mark Rowe.
1088
1089 Update getSubStringLength and selectSubString methods exception throwing conditions
1090 based on SVG working group errata.
1091
1092 * svg/custom/acid3-test-77-expected.txt:
1093 * svg/custom/acid3-test-77.html:
1094 * svg/custom/getSubStringLength-expected.txt:
1095 * svg/custom/resources/getSubStringLength.js:
1096 * svg/custom/resources/selectSubString.js: Added.
1097 * svg/custom/selectSubString-expected.txt: Added.
1098 * svg/custom/selectSubString.html: Added.
1099
11002008-07-11 Sam Weinig <sam@webkit.org>
1101
1102 Reviewed by Mark Rowe.
1103
1104 We can only use the Id fast path for querySelector and querySelectorAll
1105 if the selector is purely an Id selector.
1106
1107 * fast/dom/SelectorAPI/id-fastpath-expected.txt: Added.
1108 * fast/dom/SelectorAPI/id-fastpath.html: Added.
1109 * fast/dom/SelectorAPI/resources/id-fastpath.js: Added.
1110 * fast/dom/SelectorAPI/ressig-SelectorsAPI-test-expected.txt:
1111
11122008-07-11 Simon Fraser <simon.fraser@apple.com>
1113
1114 Reviewed by Dave Hyatt
1115
1116 Test for <https://bugs.webkit.org/show_bug.cgi?id=18885>
1117 (requires visual inspection or pixel test).
1118
1119 * fast/transforms/transform-positioned-ancestor.html: Added.
1120 * platform/mac/fast/transforms/transform-positioned-ancestor-expected.txt: Added.
1121
11222008-07-11 Eric Seidel <eric@webkit.org>
1123
1124 Reviewed by Anders.
1125
1126 Skip the printing tests since they fail between machines.
1127 https://bugs.webkit.org/show_bug.cgi?id=20011
1128
1129 * platform/mac/Skipped:
1130
11312008-07-11 Sam Weinig <sam@webkit.org>
1132
1133 Rubber-stamped by Oliver Hunt.
1134
1135 Import Selectors API test from http://ejohn.org/apps/selectortest/.
1136
1137 * fast/dom/SelectorAPI/ressig-SelectorsAPI-test-expected.txt: Added.
1138 * fast/dom/SelectorAPI/ressig-SelectorsAPI-test.xhtml: Added.
1139
11402008-07-11 Eric Seidel <eric@webkit.org>
1141
1142 Reviewed by cpst.
1143
1144 Update results to match the buildbot (even though this now fails on my machine)
1145 I think the failure for me is possibly leopard vs. tiger or git vs. svn.
1146
1147 * webarchive/test-xml-stylesheet-expected.webarchive:
1148
11492008-07-11 Dean Jackson <dino@apple.com>
1150
1151 Updated test results for
1152 https://bugs.webkit.org/show_bug.cgi?id=19864
1153
1154 * css3/transform-computed-style-001-expected.txt:
1155 * fast/css/computed-style-expected.txt:
1156 * fast/css/computed-style-without-renderer-expected.txt:
1157 * svg/css/getComputedStyle-basic-expected.txt:
1158
11592008-07-10 Sam Weinig <sam@webkit.org>
1160
1161 Reviewed by Oliver Hunt.
1162
1163 Add support for NSResolver to resolve namespaces for querySelector
1164 and querySelectorAll.
1165
1166 * fast/dom/SelectorAPI/NSResolver-basic-expected.txt: Added.
1167 * fast/dom/SelectorAPI/NSResolver-basic.xhtml: Added.
1168 * fast/dom/SelectorAPI/NSResolver-exceptions-expected.txt: Added.
1169 * fast/dom/SelectorAPI/NSResolver-exceptions.xhtml: Added.
1170 * fast/dom/SelectorAPI/not-supported-NSResolver-expected.txt: Removed.
1171 * fast/dom/SelectorAPI/not-supported-NSResolver.html: Removed.
1172 * fast/dom/SelectorAPI/resources/NSResolver-exceptions.js: Added.
1173
11742008-07-10 Dean Jackson <dino@apple.com>
1175
1176 Reviewed by hyatt.
1177
1178 Testing the computed style of -webkit-transform
1179 https://bugs.webkit.org/show_bug.cgi?id=19864
1180
1181 * css3/transform-computed-style-001-expected.txt: Added.
1182 * css3/transform-computed-style-001.html: Added.
1183
11842008-07-10 Sam Weinig <sam@webkit.org>
1185
1186 Reviewed by Dave Hyatt and Darin Adler,
1187
1188 Add support for calling querySelector and querySelectorAll on DocumentFragments
1189
1190 - Add test for nodes not in the document tree.
1191
1192 * fast/dom/SelectorAPI/detached-element-expected.txt: Added.
1193 * fast/dom/SelectorAPI/detached-element.html: Added.
1194 * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
1195 * fast/dom/SelectorAPI/dumpNodeList.html:
1196 * fast/dom/SelectorAPI/not-supported-NSResolver-expected.txt:
1197 * fast/dom/SelectorAPI/not-supported-NSResolver.html:
1198 * fast/dom/SelectorAPI/resources/detached-element.js: Added.
1199 * fast/dom/Window/window-properties-expected.txt:
1200
12012008-07-10 Simon Fraser <simon.fraser@apple.com>
1202
1203 Reviewed by Dave Hyatt
1204
1205 Test for <https://bugs.webkit.org/show_bug.cgi?id=18886>
1206 RenderLayer::shouldBeOverflowOnly() should look for transforms
1207
1208 * fast/transforms/transform-overflow.html: Added.
1209 * platform/mac/fast/transforms/transform-overflow-expected.txt: Added.
1210
12112008-07-09 Brady Eidson <beidson@apple.com>
1212
1213 Reviewed by Darin
1214
1215 Test for <rdar://problem/5823684>
1216
1217 * fast/loader/frame-creation-removal-expected.txt: Added.
1218 * fast/loader/frame-creation-removal.html: Added.
1219 * fast/loader/resources/frame-creation-removal-iframe.html: Added.
1220
12212008-07-09 Eric Seidel <eric@webkit.org>
1222
1223 Reviewed by Mark Rowe.
1224
1225 Print <div> backgrounds when printing from DRT.
1226
1227 * printing/media-queries-print-expected.pdf:
1228
12292008-07-09 Eric Seidel <eric@webkit.org>
1230
1231 Reviewed by aroben.
1232
1233 * platform/mac/printing: Added.
1234 * platform/mac/printing/media-queries-print-expected.txt: Added.
1235 * platform/qt/Skipped: skip printing and webarchives
1236 * platform/win/Skipped: skip printing tests
1237 * printing: Added.
1238 * printing/media-queries-print.html: Added.
1239
12402008-07-09 Eric Seidel <eric@webkit.org>
1241
1242 Reviewed by weinig.
1243
1244 Add Content-Type support to DumpRenderTree and run-webkit-tests
1245 and move expected.txt files to expected.webarchive
1246
1247 https://bugs.webkit.org/show_bug.cgi?id=15565
1248
1249 * svg/custom/image-with-prefix-in-webarchive-expected.webarchive: Renamed from LayoutTests/svg/custom/image-with-prefix-in-webarchive-expected.txt.
1250 * svg/webarchive/svg-cursor-subresources-expected.webarchive: Renamed from LayoutTests/svg/webarchive/svg-cursor-subresources-expected.txt.
1251 * svg/webarchive/svg-feimage-subresources-expected.webarchive: Renamed from LayoutTests/svg/webarchive/svg-feimage-subresources-expected.txt.
1252 * svg/webarchive/svg-script-subresouces-expected.webarchive: Renamed from LayoutTests/svg/webarchive/svg-script-subresouces-expected.txt.
1253 * webarchive/archive-empty-frame-dom-expected.webarchive: Renamed from LayoutTests/webarchive/archive-empty-frame-dom-expected.txt.
1254 * webarchive/archive-empty-frame-source-expected.webarchive: Renamed from LayoutTests/webarchive/archive-empty-frame-source-expected.txt.
1255 * webarchive/archive-with-unencoded-url-expected.webarchive: Renamed from LayoutTests/webarchive/archive-with-unencoded-url-expected.txt.
1256 * webarchive/doctype-expected.webarchive: Renamed from LayoutTests/webarchive/doctype-expected.txt.
1257 * webarchive/test-body-background-expected.webarchive: Renamed from LayoutTests/webarchive/test-body-background-expected.txt.
1258 * webarchive/test-css-import-expected.webarchive: Renamed from LayoutTests/webarchive/test-css-import-expected.txt.
1259 * webarchive/test-duplicate-resources-expected.webarchive: Renamed from LayoutTests/webarchive/test-duplicate-resources-expected.txt.
1260 * webarchive/test-frameset-expected.webarchive: Renamed from LayoutTests/webarchive/test-frameset-expected.txt.
1261 * webarchive/test-img-src-expected.webarchive: Renamed from LayoutTests/webarchive/test-img-src-expected.txt.
1262 * webarchive/test-input-src-expected.webarchive: Renamed from LayoutTests/webarchive/test-input-src-expected.txt.
1263 * webarchive/test-link-href-expected.webarchive: Renamed from LayoutTests/webarchive/test-link-href-expected.txt.
1264 * webarchive/test-object-data-expected.webarchive: Renamed from LayoutTests/webarchive/test-object-data-expected.txt.
1265 * webarchive/test-script-src-expected.webarchive: Renamed from LayoutTests/webarchive/test-script-src-expected.txt.
1266 * webarchive/test-table-background-expected.webarchive: Renamed from LayoutTests/webarchive/test-table-background-expected.txt.
1267 * webarchive/test-td-background-expected.webarchive: Renamed from LayoutTests/webarchive/test-td-background-expected.txt.
1268 * webarchive/test-xml-stylesheet-expected.txt: Removed.
1269 * webarchive/test-xml-stylesheet-expected.webarchive: Copied from LayoutTests/platform/mac-leopard/webarchive/test-xml-stylesheet-expected.txt.
1270
12712008-07-09 Rob Buis <buis@kde.org>
1272
1273 Reviewed by Eric.
1274
1275 Changed tests for:
1276 https://bugs.webkit.org/show_bug.cgi?id=15431
1277 SVGRenderStyle should store pre-modified resource URIs
1278
1279 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1280 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1281 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1282 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1283 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1284 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1285 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
1286 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1287 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1288 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1289 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1290 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1291 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1292 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1293 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
1294 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
1295 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
1296 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
1297 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
1298 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1299 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
1300 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
1301 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
1302 * platform/mac/svg/batik/text/textEffect2-expected.txt:
1303 * platform/mac/svg/batik/text/textProperties-expected.txt:
1304 * platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
1305 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
1306 * platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
1307 * platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
1308 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
1309 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
1310 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
1311 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
1312 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
1313 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
1314 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
1315 * platform/mac/svg/custom/empty-clip-path-expected.txt:
1316 * platform/mac/svg/custom/empty-merge-expected.txt:
1317 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
1318 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
1319 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
1320 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
1321 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
1322 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
1323 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
1324 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
1325 * platform/mac/svg/custom/marker-changes-expected.txt:
1326 * platform/mac/svg/custom/marker-child-changes-expected.txt:
1327 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
1328 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
1329 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
1330 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
1331 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
1332 * platform/mac/svg/custom/recursive-clippath-expected.txt:
1333 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
1334 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
1335 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
1336
13372008-07-08 Simon Fraser <simon.fraser@apple.com>
1338
1339 Reviewed by Darin.
1340
1341 Dean forgot to add this file needed for the tests.
1342
1343 * traversal/resources/node-iterator-009-data.xml: Added.
1344
13452008-07-07 Sam Weinig <sam@webkit.org>
1346
1347 Reviewed by Anders Carlsson.
1348
1349 Fix for https://bugs.webkit.org/show_bug.cgi?id=19928
1350 Use of CSS3 Namespaces syntax in Selectors API should throw an exception
1351
1352 * fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt: Added.
1353 * fast/dom/SelectorAPI/not-supported-namespace-in-selector.html: Added.
1354
13552008-07-07 Simon Fraser <simon.fraser@apple.com>
1356
1357 Reviewed by Darin.
1358
1359 Tests for https://bugs.webkit.org/show_bug.cgi?id=19933
1360 nodeIterator with filter fails on documents not in a frame
1361
1362 * traversal/node-iterator-009-expected.txt: Added.
1363 * traversal/node-iterator-009.html: Added.
1364 * traversal/tree-walker-006-expected.txt: Added.
1365 * traversal/tree-walker-006.html: Added.
1366
13672008-07-07 Adele Peterson <adele@apple.com>
1368
1369 Reviewed by Dan Bernstein.
1370
1371 Test for https://bugs.webkit.org/show_bug.cgi?id=19924
1372 <rdar://problem/6057160> Disabled file input element updates its displayed file info when a file is dropped from the Finder.
1373
1374 * fast/forms/dragging-to-disabled-file-input-expected.txt: Added.
1375 * fast/forms/dragging-to-disabled-file-input.html: Added.
1376
13772008-07-07 Adele Peterson <adele@apple.com>
1378
1379 Reviewed by Beth.
1380
1381 Test for <rdar://problem/5860507> <AUDIO> playback noticeably more quiet than QuickTime
1382
1383 * media/video-volume-expected.txt:
1384 * media/video-volume.html:
1385
13862008-07-07 Beth Dakin <bdakin@apple.com>
1387
1388 Reviewed by Anders.
1389
1390 New test that uses the ability to query int value, min value, and
1391 max value in the accessibility tests.
1392
1393 * accessibility/aria-range-value-expected.txt: Added.
1394 * accessibility/aria-range-value.html: Added.
1395
13962008-07-07 Michelangelo De Simone <m.des@mac.com>
1397
1398 Reviewed by Adele.
1399
1400 Test suite for :read-only and :read-write pseudoclasses, imported from
1401 Opera.
1402
1403 * fast/css/readonly-pseudoclass-opera-001-expected.txt: Added.
1404 * fast/css/readonly-pseudoclass-opera-001.html: Added.
1405 * fast/css/readonly-pseudoclass-opera-002-expected.txt: Added.
1406 * fast/css/readonly-pseudoclass-opera-002.html: Added.
1407 * fast/css/readonly-pseudoclass-opera-003-expected.txt: Added.
1408 * fast/css/readonly-pseudoclass-opera-003.html: Added.
1409 * fast/css/readonly-pseudoclass-opera-004-expected.txt: Added.
1410 * fast/css/readonly-pseudoclass-opera-004.html: Added.
1411 * fast/css/readonly-pseudoclass-opera-005-expected.txt: Added.
1412 * fast/css/readonly-pseudoclass-opera-005.html: Added.
1413
14142008-07-07 Sam Weinig <sam@webkit.org>
1415
1416 Reviewed by Geoffrey Garen.
1417
1418 Fix for https://bugs.webkit.org/show_bug.cgi?id=19928
1419 querySelectorAll should throw an exception if a NSResolver is passed in.
1420
1421 * fast/dom/SelectorAPI/not-supported-NSResolver-expected.txt: Added.
1422 * fast/dom/SelectorAPI/not-supported-NSResolver.html: Added.
1423
14242008-07-07 Brady Eidson <beidson@apple.com>
1425
1426 Reviewed by Mitz and Geoff
1427
1428 Test the fix for https://bugs.webkit.org/show_bug.cgi?id=18951 and <rdar://problem/5921760>
1429
1430 * fast/loader/empty-ref-versus-no-ref-expected.txt: Added.
1431 * fast/loader/empty-ref-versus-no-ref.html: Added.
1432
14332008-07-07 Nikolas Zimmermann <zimmermann@kde.org>
1434
1435 Reviewed by Antti.
1436
1437 Fixes: http://bugs.webkit.org/show_bug.cgi?id=17779 (SVG 1.1 Errata demands "SVG JavaScript Liveness" support)
1438
1439 Revised version of the patch, not using pointer-to-member function callbacks anymore - after discussion with Adam Roben.
1440
1441 Add new layout test covering SVG <-> XML synchronication (svg/custom/svg-xml-dom-sync.html).
1442 Rename one hixie test that got fixed: 005-broken.xml -> 005.xml
1443
1444 * platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.checksum: Added.
1445 * platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.png: Added.
1446 * platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum: Removed.
1447 * platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png: Removed.
1448 * platform/mac-leopard/svg/hixie/dynamic/005-expected.checksum: Copied from platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum.
1449 * platform/mac-leopard/svg/hixie/dynamic/005-expected.png: Copied from platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png.
1450 * platform/mac/svg/hixie/dynamic/005-broken-expected.txt: Removed.
1451 * platform/mac/svg/hixie/dynamic/005-expected.txt: Copied from platform/mac/svg/hixie/dynamic/005-broken-expected.txt.
1452 * svg/custom/resources/svg-xml-dom-sync.js: Added.
1453 * svg/custom/svg-xml-dom-sync-expected.txt: Added.
1454 * svg/custom/svg-xml-dom-sync.html: Added.
1455 * svg/hixie/dynamic/005-broken.xml: Removed.
1456 * svg/hixie/dynamic/005.xml: Copied from svg/hixie/dynamic/005-broken.xml. Regenerated results.
1457
14582008-07-06 Sam Weinig <sam@webkit.org>
1459
1460 Reviewed by Dan Bernstein.
1461
1462 Rename "Access-Contol-Origin" to "Origin" to match the latest
1463 Access Control for Cross-Site Request draft. (Editor's Draft 25 May 2008)
1464
1465 * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url-expected.txt:
1466 * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-expected.txt:
1467 * http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
1468
14692008-07-04 David D. Kilzer <ddkilzer@webkit.org>
1470
1471 Bug 15290: REGRESSION (r14184-r14216): Duplicate DOCTYPE definitions when saving files as webarchives
1472
1473 <https://bugs.webkit.org/show_bug.cgi?id=15290>
1474 <rdar://problem/5509173>
1475
1476 Reviewed by Dan Bernstein.
1477
1478 * webarchive/archive-empty-frame-dom-expected.txt: Updated test
1479 results now that we don't emit two <!DOCTYPE> tags.
1480 * webarchive/doctype-expected.txt: Added.
1481 * webarchive/doctype.html: Added.
1482
14832008-07-03 Dan Bernstein <mitz@apple.com>
1484
1485 Reviewed by John Sullivan.
1486
1487 - test for <rdar://problem/6020930> Bidi Problem When Resizing Window
1488
1489 * fast/text/international/bidi-AN-after-empty-run.html: Added.
1490 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum: Added.
1491 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Added.
1492 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt: Added.
1493
14942008-07-02 Jon Honeycutt <jhoneycutt@apple.com>
1495
1496 Test for <rdar://5983747> Safari crashes trying to load the SilverLight plugin
1497
1498 Reviewed by Anders.
1499
1500 * plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream-expected.txt: Added.
1501 * plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html: Added.
1502
15032008-07-03 Alexey Proskuryakov <ap@webkit.org>
1504
1505 Reviewed by Darin.
1506
1507 https://bugs.webkit.org/show_bug.cgi?id=19884
1508 Locating a store at www.366.ru doesn't work
1509
1510 * fast/forms/submit-with-base-expected.txt: Added.
1511 * fast/forms/submit-with-base.html: Added.
1512
15132008-07-03 Geoffrey Garen <ggaren@apple.com>
1514
1515 Reviewed by Mark Rowe.
1516
1517 Updated this test result to match our new, smaller recursion limit.
1518 With the new limit, an exception is thrown on entry to the document.write
1519 script, which is why you see an exception logged to the console, instead
1520 of caught inside the script.
1521
1522 * fast/js/global-recursion-on-full-stack-expected.txt:
1523
15242008-07-02 Geoffrey Garen <ggaren@apple.com>
1525
1526 Reviewed by Mark Rowe.
1527
1528 Updated this test to match our lower recursion limit, and to signal
1529 failure as failure.
1530
1531 * fast/js/deep-recursion-test.html:
1532
15332008-07-02 Oliver Hunt <oliver@apple.com>
1534
1535 RS=Mark Rowe.
1536
1537 Reduce test runtime to avoid timeout on slow hardware with debug builds.
1538
1539 * fast/canvas/canvas-longlived-context.js:
1540
15412008-07-02 Brady Eidson <beidson@apple.com>
1542
1543 Reviewed by Mitz Pettel and John Sullivan
1544
1545 Fix for <rdar://problem/5549871> - Crash when calling [WebView stopLoading:] or [WebFrame stopLoading]
1546 inside of the frame load delegate method -webView:didStartProvisionalLoadForFrame:.
1547
1548 * fast/loader/stop-provisional-loads-expected.txt: Added.
1549 * fast/loader/stop-provisional-loads.html: Added.
1550
15512008-07-02 Beth Dakin <bdakin@apple.com>
1552
1553 Reviewed by Darin.
1554
1555 Tests for <rdar://problem/6015523> Implement ARIA ranges/sliders
1556 and
1557 <rdar://problem/5934355> Need to implement ARIA role="spinbutton"
1558
1559 * accessibility/aria-range-expected.txt: Added.
1560 * accessibility/aria-range.html: Added.
1561 * accessibility/aria-slider-expected.txt: Added.
1562 * accessibility/aria-slider.html: Added.
1563 * accessibility/aria-spinbutton-expected.txt: Added.
1564 * accessibility/aria-spinbutton.html: Added.
1565
1566 This test used to have a section for slider. It was a mistake for
1567 that to be checked in since slider was not implemented until not.
1568 * accessibility/aria-roles-expected.txt:
1569 * accessibility/aria-roles.html:
1570
15712008-07-02 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1572
1573 Reviewed by Darin.
1574
1575 Bug 19776: Number.toExponential() is incorrect for numbers between 0.1 and 1
1576 <https://bugs.webkit.org/show_bug.cgi?id=19776>
1577
1578 * fast/js/number-toExponential-expected.txt:
1579 * fast/js/resources/number-toExponential.js:
1580
15812008-07-02 Mark Rowe <mrowe@apple.com>
1582
1583 Rubber-stamped by Oliver Hunt.
1584
1585 Fix https://bugs.webkit.org/show_bug.cgi?id=19850
1586 Bug 19850: REGRESSION (r34887): SVGEllipseElement-dom-cx-attr.html and SVGEllipseElement-svgdom-cx-prop.html are failing
1587
1588 Update the coordinates used when clicking to initiate the test so that the test does not fail on Tiger.
1589
1590 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js:
1591 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js:
1592
15932008-07-02 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1594
1595 Reviewed by Oliver.
1596
1597 Add a test for a situation mentioned in:
1598
1599 Bug 19523: delete does not work in javascript
1600 <https://bugs.webkit.org/show_bug.cgi?id=19523>
1601
1602 * fast/js/delete-multiple-global-blocks-expected.txt: Added.
1603 * fast/js/delete-multiple-global-blocks.html: Added.
1604
16052008-07-01 Oliver Hunt <oliver@apple.com>
1606
1607 Reviewed by Geoff Garen.
1608
1609 Testcase to cover a CanvasRenderingContext2D reference outlasting any
1610 references to the underlying canvas element.
1611
1612 * fast/canvas/canvas-longlived-context-expected.txt: Added.
1613 * fast/canvas/canvas-longlived-context.html: Added.
1614 * fast/canvas/canvas-longlived-context.js: Added.
1615
16162008-07-01 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1617
1618 Reviewed by Darin.
1619
1620 Tests for:
1621
1622 Bug 19844: JavaScript Switch statement modifies "this"
1623 <https://bugs.webkit.org/show_bug.cgi?id=19844>
1624
1625 * fast/js/codegen-temporaries-expected.txt:
1626 * fast/js/resources/codegen-temporaries.js:
1627
16282008-07-01 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1629
1630 Reviewed by Brady Eidson.
1631
1632 Tests for:
1633
1634 Bug 19822: REGRESSION (r30243): setting location.hash to "#" causes a reload
1635 <https://bugs.webkit.org/show_bug.cgi?id=19822>
1636
1637 * http/tests/loading/location-hash-reload-cycle-expected.txt: Added.
1638 * http/tests/loading/location-hash-reload-cycle.html: Added.
1639
16402008-07-01 Adam Roben <aroben@apple.com>
1641
1642 Roll out r34913, as it broke the Windows build due to bad casting
1643
1644 Rubberstamped by Anders Carlsson.
1645
16462008-07-01 chris fleizach <cfleizach@apple.com>
1647
1648 Reviewed by Beth Dakin
1649
1650 Fixes: <rdar://problem/6041580> REGRESSION: AX: AXSize of radio buttons is 0,0
1651 Added new layout test for size of checkboxes and radio buttons
1652
1653 * accessibility/radio-button-checkbox-size-expected.txt: Added.
1654 * accessibility/radio-button-checkbox-size.html: Added.
1655 * accessibility/radio-button-group-members-expected.txt:
1656
16572008-07-01 Nikolas Zimmermann <zimmermann@kde.org>
1658
1659 Reviewed by Antti.
1660
1661 Fixes: https://bugs.webkit.org/show_bug.cgi?id=19841
1662 Added new layout tests covering dynamic updates of SVGLinearGradientElement using DOM & SVG DOM.
1663
1664 One test "SVGLinearGradientElement-svgdom-gradientTransform-prop.html" contains an expected failure:
1665 It exposes a known JavaScript problem, covered by https://bugs.webkit.org/show_bug.cgi?id=17736.
1666
1667 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.checksum: Added.
1668 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
1669 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.checksum: Added.
1670 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
1671 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.checksum: Added.
1672 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
1673 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.checksum: Added.
1674 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
1675 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum: Added.
1676 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
1677 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum: Added.
1678 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
1679 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum: Added.
1680 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
1681 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.checksum: Added.
1682 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
1683 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.checksum: Added.
1684 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
1685 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.checksum: Added.
1686 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
1687 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum: Added.
1688 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
1689 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum: Added.
1690 * platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
1691 * svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.txt: Added.
1692 * svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr.html: Added.
1693 * svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.txt: Added.
1694 * svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr.html: Added.
1695 * svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.txt: Added.
1696 * svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr.html: Added.
1697 * svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.txt: Added.
1698 * svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr.html: Added.
1699 * svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.txt: Added.
1700 * svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr.html: Added.
1701 * svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.txt: Added.
1702 * svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr.html: Added.
1703 * svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.txt: Added.
1704 * svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop.html: Added.
1705 * svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.txt: Added.
1706 * svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop.html: Added.
1707 * svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.txt: Added.
1708 * svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop.html: Added.
1709 * svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.txt: Added.
1710 * svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop.html: Added.
1711 * svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.txt: Added.
1712 * svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop.html: Added.
1713 * svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.txt: Added.
1714 * svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop.html: Added.
1715 * svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientTransform-attr.js: Added.
1716 * svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientUnits-attr.js: Added.
1717 * svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x1-attr.js: Added.
1718 * svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x2-attr.js: Added.
1719 * svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y1-attr.js: Added.
1720 * svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y2-attr.js: Added.
1721 * svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientTransform-prop.js: Added.
1722 * svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientUnits-prop.js: Added.
1723 * svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x1-prop.js: Added.
1724 * svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x2-prop.js: Added.
1725 * svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y1-prop.js: Added.
1726 * svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y2-prop.js: Added.
1727
17282008-07-01 Alexey Proskuryakov <ap@webkit.org>
1729
1730 Reviewed by Antti.
1731
1732 <rdar://problem/6033080> REGRESSION: Some CH characters display as garbage on webpage for
1733 the first time.
1734
1735 * fast/encoding/preload-encoding-expected.txt:
1736 * fast/encoding/preload-encoding.html:
1737 * fast/encoding/resources/preloaded-gb2312.css: Added.
1738 * fast/encoding/resources/preloaded-gb2312.js: Added.
1739 * fast/encoding/resources/preloaded-utf-8.css: Copied from LayoutTests/fast/encoding/resources/utf-8.css.
1740 * fast/encoding/resources/preloaded-utf-8.js: Copied from LayoutTests/fast/encoding/resources/utf-8.js.
1741 * fast/encoding/resources/utf-8.css: Removed.
1742 * fast/encoding/resources/utf-8.js: Removed.
1743 Converted the test to plain text, added cases for the new issue.
1744
17452008-07-01 Nikolas Zimmermann <zimmermann@kde.org>
1746
1747 Reviewed by Antti.
1748
1749 Fixes: http://bugs.webkit.org/show_bug.cgi?id=17779 (SVG 1.1 Errata demands "SVG JavaScript Liveness" support)
1750
1751 Add new layout test covering SVG <-> XML synchronication (svg/custom/svg-xml-dom-sync.html).
1752 Rename one hixie test that got fixed: 005-broken.xml -> 005.xml
1753
1754 * platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.checksum: Added.
1755 * platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.png: Added.
1756 * platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum: Removed.
1757 * platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png: Removed.
1758 * platform/mac-leopard/svg/hixie/dynamic/005-expected.checksum: Copied from platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum.
1759 * platform/mac-leopard/svg/hixie/dynamic/005-expected.png: Copied from platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png.
1760 * platform/mac/svg/hixie/dynamic/005-broken-expected.txt: Removed.
1761 * platform/mac/svg/hixie/dynamic/005-expected.txt: Copied from platform/mac/svg/hixie/dynamic/005-broken-expected.txt.
1762 * svg/custom/resources/svg-xml-dom-sync.js: Added.
1763 * svg/custom/svg-xml-dom-sync-expected.txt: Added.
1764 * svg/custom/svg-xml-dom-sync.html: Added.
1765 * svg/hixie/dynamic/005-broken.xml: Removed.
1766 * svg/hixie/dynamic/005.xml: Copied from svg/hixie/dynamic/005-broken.xml.
1767
17682008-06-30 Adele Peterson <adele@apple.com>
1769
1770 Reviewed by Oliver.
1771
1772 Test for <rdar://problem/5882050> clicking in hidden close box area of empty searchfield causes mousedown to stop firing
1773
1774 * fast/forms/search-hidden-cancel-button-expected.txt: Added.
1775 * fast/forms/search-hidden-cancel-button.html: Added.
1776
17772008-06-30 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1778
1779 Reviewed by Oliver.
1780
1781 Tests for:
1782
1783 Bug 19830: REGRESSION (r34883): Google Reader doesn't show up feed list on sidebar
1784 <https://bugs.webkit.org/show_bug.cgi?id=19830>
1785
1786 * fast/js/codegen-peephole-locals-expected.txt: Added.
1787 * fast/js/codegen-peephole-locals.html: Added.
1788 * fast/js/resources/codegen-peephole-locals.js: Added.
1789
17902008-06-30 Adele Peterson <adele@apple.com>
1791
1792 Reviewed by Anders.
1793
1794 Test for <rdar://problem/5301322> REGRESSION: Select All selects the whole page when used in readonly textareas
1795
1796 * editing/selection/select-all-textarea-expected.txt: Added.
1797 * editing/selection/select-all-textarea.html: Added.
1798
17992008-06-30 chris fleizach <cfleizach@apple.com>
1800
1801 Reviewed by Beth Dakin
1802
1803 Added tests for internal link anchors and for radio button group members
1804 Updated the accessibilty dump to output a standard NSLog null when the
1805 object is null
1806
1807 * accessibility/document-attributes-expected.txt:
1808 * accessibility/internal-link-anchors-expected.txt: Added.
1809 * accessibility/internal-link-anchors.html: Added.
1810 * accessibility/radio-button-group-members-expected.txt: Added.
1811 * accessibility/radio-button-group-members.html: Added.
1812
18132008-06-30 Nikolas Zimmermann <zimmermann@kde.org>
1814
1815 Reviewed by Antti.
1816
1817 Fix all existing tests in svg/dynamic-updates to actually reflect repainting changes, by
1818 removing the timing dependency. Instead model them like frame-getSVGDocument.html by
1819 not including the <script src="js-test-post.js"> element within the TEMPLATE.html but
1820 by dynamically injecting it, if the test actually finished.
1821
1822 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
1823 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
1824 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
1825 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
1826 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
1827 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
1828 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum:
1829 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum:
1830 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum:
1831 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum:
1832 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum:
1833 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum:
1834 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum:
1835 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum:
1836 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum:
1837 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum:
1838 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum:
1839 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum:
1840 * svg/dynamic-updates/SVGAElement-dom-href-attr.html:
1841 * svg/dynamic-updates/SVGAElement-dom-target-attr.html:
1842 * svg/dynamic-updates/SVGAElement-svgdom-href-prop.html:
1843 * svg/dynamic-updates/SVGAElement-svgdom-target-prop.html:
1844 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
1845 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html:
1846 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
1847 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html:
1848 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
1849 * svg/dynamic-updates/SVGCircleElement-dom-r-attr.html:
1850 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
1851 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html:
1852 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
1853 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html:
1854 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
1855 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html:
1856 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html:
1857 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html:
1858 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt:
1859 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html:
1860 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt:
1861 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html:
1862 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt:
1863 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html:
1864 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt:
1865 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html:
1866 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt:
1867 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html:
1868 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt:
1869 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html:
1870 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt:
1871 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html:
1872 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt:
1873 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html:
1874 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt:
1875 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html:
1876 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt:
1877 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html:
1878 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html:
1879 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html:
1880 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt:
1881 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html:
1882 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt:
1883 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html:
1884 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html:
1885 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html:
1886 * svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
1887 * svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
1888 * svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
1889 * svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
1890 * svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
1891 * svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
1892 * svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
1893 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
1894 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
1895 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
1896 * svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
1897 * svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
1898 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js:
1899 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js:
1900 * svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js:
1901 * svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js:
1902 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js:
1903 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js:
1904 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js:
1905 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js:
1906 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js:
1907 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js:
1908 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js:
1909 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js:
1910 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js:
1911 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js:
1912 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js:
1913 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js:
1914 * svg/dynamic-updates/resources/SVGTestCase.js:
1915 * svg/dynamic-updates/resources/TEMPLATE.html:
1916
19172008-06-29 Dan Bernstein <mitz@apple.com>
1918
1919 - add a missing file from the last check-in
1920
1921 * fast/css/resources/font-face-descriptor-multiple-values-parsing.js: Added.
1922
19232008-06-29 Dan Bernstein <mitz@apple.com>
1924
1925 Reviewed by Sam Weinig.
1926
1927 - tests for <rdar://problem/5734440> Specifying a font-weight for @font-face not working
1928
1929 * fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: Added.
1930 * fast/css/font-face-descriptor-multiple-values-parsing.html: Added.
1931 * fast/css/font-face-descriptor-multiple-values.html: Added.
1932 * platform/mac/fast/css/font-face-descriptor-multiple-values-expected.checksum: Added.
1933 * platform/mac/fast/css/font-face-descriptor-multiple-values-expected.png: Added.
1934 * platform/mac/fast/css/font-face-descriptor-multiple-values-expected.txt: Added.
1935
19362008-06-27 Eric Seidel <eric@webkit.org>
1937
1938 Reviewed by darin.
1939
1940 Add multi-button click event test case.
1941 FireFox and IE only send click events for left-clicks.
1942 https://bugs.webkit.org/show_bug.cgi?id=15173
1943
1944 * fast/events/mouse-click-events-expected.txt: Added.
1945 * fast/events/mouse-click-events.html: Copied from LayoutTests/fast/parser/resources/TEMPLATE.html.
1946 * fast/events/resources/mouse-click-events.js: Added.
1947
19482008-06-28 Darin Adler <darin@apple.com>
1949
1950 Reviewed by Sam and Cameron.
1951
1952 - test for https://bugs.webkit.org/show_bug.cgi?id=19805
1953 Array.concat turns missing array elements into "undefined"
1954
1955 * fast/js/array-holes-expected.txt: Added.
1956 * fast/js/array-holes.html: Added.
1957 * fast/js/resources/array-holes.js: Added.
1958
19592008-06-28 Cameron Zwarich <cwzwarich@uwaterloo.ca>
1960
1961 Reviewed by Sam.
1962
1963 Add a test to check exception sequencing for native calls.
1964
1965 * fast/js/exception-sequencing-expected.txt:
1966 * fast/js/exception-sequencing.html:
1967
19682008-06-28 Dan Bernstein <mitz@apple.com>
1969
1970 Reviewed by Darin Adler.
1971
1972 - updated test and results for <rdar://problem/5994621> REGRESSION (r31090-r31114): Weather widget shows missing image icons briefly when (re)loaded
1973
1974 * fast/images/load-img-with-empty-src-expected.txt:
1975 * fast/images/load-img-with-empty-src.html:
1976
19772008-06-28 Nikolas Zimmermann <zimmermann@kde.org>
1978
1979 Reviewed by Oliver.
1980
1981 Update all (except four) SVG pixel tests, after a long time.
1982 Four tests are broken in trunk, filed bugs 19798 & 19799.
1983
1984 Add all missing png/checksum files, and move files around which were misplaced.
1985
1986 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
1987 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
1988 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
1989 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
1990 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
1991 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
1992 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
1993 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1994 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
1995 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
1996 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
1997 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1998 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
1999 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
2000 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
2001 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
2002 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2003 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2004 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
2005 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
2006 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
2007 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
2008 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
2009 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
2010 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
2011 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
2012 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
2013 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2014 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
2015 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2016 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
2017 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
2018 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
2019 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
2020 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.checksum:
2021 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.png:
2022 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
2023 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
2024 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.checksum:
2025 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.png:
2026 * platform/mac-leopard/svg/batik/text/textEffect-expected.checksum:
2027 * platform/mac-leopard/svg/batik/text/textEffect-expected.png:
2028 * platform/mac-leopard/svg/carto.net/scrollbar-expected.checksum:
2029 * platform/mac-leopard/svg/carto.net/scrollbar-expected.png:
2030 * platform/mac-leopard/svg/carto.net/selectionlist-expected.checksum:
2031 * platform/mac-leopard/svg/carto.net/selectionlist-expected.png:
2032 * platform/mac-leopard/svg/custom/altglyph-expected.checksum: Copied from platform/mac/svg/custom/altglyph-expected.checksum.
2033 * platform/mac-leopard/svg/custom/altglyph-expected.png: Copied from platform/mac/svg/custom/altglyph-expected.png.
2034 * platform/mac-leopard/svg/custom/animate-path-discrete-expected.checksum: Added.
2035 * platform/mac-leopard/svg/custom/animate-path-discrete-expected.png: Added.
2036 * platform/mac-leopard/svg/custom/animate-path-morphing-expected.checksum: Added.
2037 * platform/mac-leopard/svg/custom/animate-path-morphing-expected.png: Added.
2038 * platform/mac-leopard/svg/custom/clip-path-display-none-child-expected.checksum: Copied from platform/mac/svg/custom/clip-path-display-none-child-expected.checksum.
2039 * platform/mac-leopard/svg/custom/clip-path-display-none-child-expected.png: Copied from platform/mac/svg/custom/clip-path-display-none-child-expected.png.
2040 * platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.checksum:
2041 * platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.png:
2042 * platform/mac-leopard/svg/custom/focus-ring-expected.checksum:
2043 * platform/mac-leopard/svg/custom/focus-ring-expected.png:
2044 * platform/mac-leopard/svg/custom/getPresentationAttribute-modify-expected.checksum: Added.
2045 * platform/mac-leopard/svg/custom/getPresentationAttribute-modify-expected.png: Added.
2046 * platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.checksum:
2047 * platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.png:
2048 * platform/mac-leopard/svg/custom/image-parent-translation-expected.checksum:
2049 * platform/mac-leopard/svg/custom/image-parent-translation-expected.png:
2050 * platform/mac-leopard/svg/custom/image-small-width-height-expected.checksum:
2051 * platform/mac-leopard/svg/custom/image-small-width-height-expected.png:
2052 * platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.checksum:
2053 * platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.png:
2054 * platform/mac-leopard/svg/custom/js-late-mask-creation-expected.checksum:
2055 * platform/mac-leopard/svg/custom/js-late-mask-creation-expected.png:
2056 * platform/mac-leopard/svg/custom/loadevents-capturing-expected.checksum: Added.
2057 * platform/mac-leopard/svg/custom/loadevents-capturing-expected.png: Added.
2058 * platform/mac-leopard/svg/custom/loadevents-externalresourcesrequired-displaynone-expected.checksum: Added.
2059 * platform/mac-leopard/svg/custom/loadevents-externalresourcesrequired-displaynone-expected.png: Added.
2060 * platform/mac-leopard/svg/custom/loadevents-externalresourcesrequired-expected.checksum: Added.
2061 * platform/mac-leopard/svg/custom/loadevents-externalresourcesrequired-expected.png: Added.
2062 * platform/mac-leopard/svg/custom/loadevents-normal-displaynone-expected.checksum: Added.
2063 * platform/mac-leopard/svg/custom/loadevents-normal-displaynone-expected.png: Added.
2064 * platform/mac-leopard/svg/custom/loadevents-normal-expected.checksum: Added.
2065 * platform/mac-leopard/svg/custom/loadevents-normal-expected.png: Added.
2066 * platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.checksum: Added.
2067 * platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.png: Added.
2068 * platform/mac-leopard/svg/custom/mask-changes-expected.checksum:
2069 * platform/mac-leopard/svg/custom/mask-changes-expected.png:
2070 * platform/mac-leopard/svg/custom/mask-child-changes-expected.checksum:
2071 * platform/mac-leopard/svg/custom/mask-child-changes-expected.png:
2072 * platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.checksum:
2073 * platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.png:
2074 * platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.checksum:
2075 * platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.png:
2076 * platform/mac-leopard/svg/custom/pattern-rotate-expected.checksum:
2077 * platform/mac-leopard/svg/custom/pattern-rotate-expected.png:
2078 * platform/mac-leopard/svg/custom/pattern-y-offset-expected.checksum:
2079 * platform/mac-leopard/svg/custom/pattern-y-offset-expected.png:
2080 * platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
2081 * platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2082 * platform/mac-leopard/svg/custom/svg-features-expected.checksum:
2083 * platform/mac-leopard/svg/custom/svg-features-expected.png:
2084 * platform/mac-leopard/svg/custom/text-dom-removal-expected.checksum: Copied from platform/mac/svg/custom/text-dom-removal-expected.checksum.
2085 * platform/mac-leopard/svg/custom/text-dom-removal-expected.png: Copied from platform/mac/svg/custom/text-dom-removal-expected.png.
2086 * platform/mac-leopard/svg/custom/text-linking-expected.checksum: Added.
2087 * platform/mac-leopard/svg/custom/text-linking-expected.png: Added.
2088 * platform/mac-leopard/svg/custom/text-xy-updates-expected.checksum: Added.
2089 * platform/mac-leopard/svg/custom/text-xy-updates-expected.png: Added.
2090 * platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum:
2091 * platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
2092 * platform/mac-leopard/svg/dom/SVGRectElement: Added.
2093 * platform/mac-leopard/svg/dom/SVGRectElement/rect-modify-rx-expected.checksum: Added.
2094 * platform/mac-leopard/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
2095 * platform/mac-leopard/svg/text/kerning-expected.checksum: Added.
2096 * platform/mac-leopard/svg/text/kerning-expected.png: Added.
2097 * platform/mac-leopard/svg/text/multichar-glyph-expected.checksum: Added.
2098 * platform/mac-leopard/svg/text/multichar-glyph-expected.png: Added.
2099 * platform/mac/svg/custom/altglyph-expected.checksum: Removed.
2100 * platform/mac/svg/custom/altglyph-expected.png: Removed.
2101 * platform/mac/svg/custom/clip-path-display-none-child-expected.checksum: Removed.
2102 * platform/mac/svg/custom/clip-path-display-none-child-expected.png: Removed.
2103 * platform/mac/svg/custom/text-dom-removal-expected.checksum: Removed.
2104 * platform/mac/svg/custom/text-dom-removal-expected.png: Removed.
2105
21062008-06-28 Dan Bernstein <mitz@apple.com>
2107
2108 Reviewed by Oliver Hunt.
2109
2110 - make a test valid
2111
2112 * fast/images/load-img-with-empty-src.html: Renamed the "status"
2113 variable to "results", because "status" is a Window property.
2114
21152008-06-27 Sam Weinig <sam@webkit.org>
2116
2117 Reviewed by Dan Bernstein.
2118
2119 <rdar://problem/6025499> Make Cross-site XHR match the final specification
2120 Add tests for the updated implemented subset of Access-Control for XMLHttpRequest.
2121
2122 * http/tests/xmlhttprequest/access-control-basic-blacklist-request-headers-expected.txt: Added.
2123 * http/tests/xmlhttprequest/access-control-basic-blacklist-request-headers.html: Added.
2124 * http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt: Added.
2125 * http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple.html: Added.
2126 * http/tests/xmlhttprequest/access-control-basic-not-get-allow-async-expected.txt:
2127 * http/tests/xmlhttprequest/access-control-basic-not-get-allow-expected.txt:
2128 * http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt: Added.
2129 * http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers.html: Added.
2130 * http/tests/xmlhttprequest/resources/access-control-basic-allow-print-headers.cgi: Added.
2131 * http/tests/xmlhttprequest/resources/access-control-basic-get-fail-non-simple.cgi: Added.
2132 * http/tests/xmlhttprequest/resources/access-control-basic-whitelist-response-headers.cgi: Added.
2133 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
2134
21352008-06-26 Geoffrey Garen <ggaren@apple.com>
2136
2137 Reviewed by Oliver Hunt.
2138
2139 Added a test for what happens when a script exceeds the limit on declared
2140 global variables.
2141
2142 * fast/js/global-var-limit-expected.txt: Added.
2143 * fast/js/global-var-limit.html: Added.
2144
2145 * fast/js/global-recursion-on-full-stack-expected.txt: Updated for new
2146 (slightly more correct) behavior. Since the stack overflow happens in the
2147 middle of a try/catch block, it should be caught, instead of logged to
2148 the console.
2149
21502008-06-27 Adam Barth <abarth@webkit.org>
2151
2152 Reviewed by Darin Adler.
2153
2154 Test our handling of unterminated <!-- comments in various special
2155 parsing contexts. This change does not test our handling of
2156 unterminated comments in <title> or <iframe> because I'm unsure whether
2157 our behaviour is correct.
2158
2159 * fast/parser/open-comment-in-script-tricky-expected.txt: Added.
2160 * fast/parser/open-comment-in-script-tricky.html: Added.
2161 * fast/parser/open-comment-in-style.html: Added.
2162 * fast/parser/open-comment-in-textarea.html: Added.
2163 * platform/mac/fast/parser/open-comment-in-style-expected.checksum: Added.
2164 * platform/mac/fast/parser/open-comment-in-style-expected.png: Added.
2165 * platform/mac/fast/parser/open-comment-in-style-expected.txt: Added.
2166 * platform/mac/fast/parser/open-comment-in-textarea-expected.checksum: Added.
2167 * platform/mac/fast/parser/open-comment-in-textarea-expected.png: Added.
2168 * platform/mac/fast/parser/open-comment-in-textarea-expected.txt: Added.
2169
21702008-06-27 Adam Barth <abarth@webkit.org>
2171
2172 Reviewed by Darin Adler.
2173
2174 https://bugs.webkit.org/show_bug.cgi?id=19784
2175
2176 Test that entities are not used to start comments.
2177
2178 * fast/parser/comment-in-iframe-expected.txt: Added.
2179 * fast/parser/comment-in-iframe.html: Added.
2180 * fast/parser/entity-comment-in-iframe-expected.txt: Added.
2181 * fast/parser/entity-comment-in-iframe.html: Added.
2182 * fast/parser/entity-comment-in-script-tricky-expected.txt: Added.
2183 * fast/parser/entity-comment-in-script-tricky.html: Added.
2184 * fast/parser/entity-comment-in-style.html: Added.
2185 * fast/parser/entity-comment-in-textarea.html: Added.
2186 * fast/parser/entity-comment-in-title-expected.txt: Added.
2187 * fast/parser/entity-comment-in-title.html: Added.
2188 * platform/mac/fast/parser/entity-comment-in-style-expected.checksum: Added.
2189 * platform/mac/fast/parser/entity-comment-in-style-expected.png: Added.
2190 * platform/mac/fast/parser/entity-comment-in-style-expected.txt: Added.
2191 * platform/mac/fast/parser/entity-comment-in-textarea-expected.checksum: Added.
2192 * platform/mac/fast/parser/entity-comment-in-textarea-expected.png: Added.
2193 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt: Added.
2194
21952008-06-27 Antti Koivisto <antti@apple.com>
2196
2197 Reviewed by Oliver.
2198
2199 <rdar://problem/6030720>
2200 REGRESSION: Discrete animation between incompatible paths does not work
2201
2202 * svg/custom/animate-path-discrete.svg: Added.
2203 * platform/mac/svg/custom/animate-path-discrete-expected.txt: Added.
2204
22052008-06-26 David Smith <catfish.man@gmail.com>
2206
2207 Reviewed by Sam Weinig.
2208
2209 https://bugs.webkit.org/show_bug.cgi?id=19002
2210
2211 Optimize simple id selectors in querySelector/querySelectorAll.
2212 ~4.4x speedup on the 4 subtests of http://webkit.org/perf/slickspeed/ that it applies to.
2213
2214 * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
2215 * fast/dom/SelectorAPI/dumpNodeList.html: Add tests for finding ids not in the document, and finding duplicate ids
2216
22172008-06-26 Dan Bernstein <mitz@apple.com>
2218
2219 Reviewed by Darin Adler.
2220
2221 - test for <rdar://problem/3099526> Find command doesn't search form input controls (textareas and text fields)
2222 http://bugs.webkit.org/show_bug.cgi?id=7023
2223
2224 * editing/selection/find-in-text-control-expected.txt: Added.
2225 * editing/selection/find-in-text-control.html: Added.
2226
22272008-06-26 Beth Dakin <bdakin@apple.com>
2228
2229 Reviewed by Sam.
2230
2231 Updated results that will pass on all platforms.
2232
2233 * accessibility/document-attributes-expected.txt:
2234
22352008-06-26 Sam Weinig <sam@webkit.org>
2236
2237 Update result after adding new progress events to XMLHttpRequest.
2238
2239 * fast/dom/xmlhttprequest-get-expected.txt:
2240
22412008-06-26 Alexey Proskuryakov <ap@webkit.org>
2242
2243 Reviewed by Darin.
2244
2245 https://bugs.webkit.org/show_bug.cgi?id=19767
2246 REGRESSION: Crash in sort() when visiting http://www.onnyturf.com/subway/
2247
2248 * fast/js/avl-crash-expected.txt: Added.
2249 * fast/js/avl-crash.html: Added.
2250 * fast/js/resources/avl-crash.js: Added.
2251
22522008-06-25 Jean-Charles Verdié <jcverdie@pleyo.com>
2253
2254 Reviewed by Geoffrey Garen.
2255
2256 - https://bugs.webkit.org/show_bug.cgi?id=19581
2257 Disable hanging test
2258
2259 * dom/xhtml/level2/html/HTMLFrameElement09.xhtml: Removed.
2260 * dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled: Copied from LayoutTests/dom/xhtml/level2/html/HTMLFrameElement09.xhtml.
2261
22622008-06-25 Beth Dakin <bdakin@apple.com>
2263
2264 Reviewed by Sam Weinig.
2265
2266 New tests that exercise the ability to query the following
2267 accessibility attributes individually: role, title, and
2268 description.
2269
2270 * accessibility/aria-describedby-on-input-expected.txt: Added.
2271 * accessibility/aria-describedby-on-input.html: Added.
2272 * accessibility/aria-labelledby-on-input-expected.txt: Added.
2273 * accessibility/aria-labelledby-on-input.html: Added.
2274 * accessibility/aria-roles-expected.txt: Added.
2275 * accessibility/aria-roles.html: Added.
2276 * accessibility/document-attributes.html:
2277 * accessibility/resources: Added.
2278 * accessibility/resources/cake.png: Added.
2279
22802008-06-25 Justin Garcia <justin.garcia@apple.com>
2281
2282 Reviewed by John.
2283
2284 <rdar://problem/5994480> Line break lost on some pastes
2285
2286 These demonstrate fixes:
2287 * editing/inserting/5994480.html: Added.
2288 * editing/inserting/5994480-expected.txt: Added.
2289 * editing/inserting/5994480-2.html: Added.
2290 * editing/inserting/5994480-2-expected.txt: Added.
2291
2292 The changes made in this fix caused more of the unrendered text from the original
2293 file to be preserved and show up in the test results. We insert a line break after
2294 inserted content to separate it from content that comes after and prevent it from
2295 being merged. In these what came after was unrendered whitespace that was previously
2296 clobbered by the merge:
2297 * platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
2298 * platform/mac/editing/pasteboard/paste-text-010-expected.txt:
2299 * platform/mac/editing/pasteboard/smart-paste-001-expected.txt:
2300 * platform/mac/editing/style/style-boundary-005-expected.txt:
2301
23022008-06-25 Anders Carlsson <andersca@apple.com>
2303
2304 Reviewed by Mitz.
2305
2306 <rdar://problem/6007111>
2307 https://bugs.webkit.org/show_bug.cgi?id=19516
2308 DOM modification causes Access Violation (NULL pointer?)
2309
2310 * fast/dom/HTMLHtmlElement/duplicate-html-element-crash-expected.txt: Added.
2311 * fast/dom/HTMLHtmlElement/duplicate-html-element-crash.html: Added.
2312
23132008-06-25 Dan Bernstein <mitz@apple.com>
2314
2315 Reviewed by Dave Hyatt.
2316
2317 - tests for https://bugs.webkit.org/show_bug.cgi?id=18863
2318 <rdar://problem/5908890> weight mappings with @font-face aren't consistent
2319
2320 * fast/css/font-face-locally-installed.html: Added.
2321 * fast/css/font-face-multiple-faces.html: Added.
2322 * platform/mac/fast/css/font-face-locally-installed-expected.checksum: Added.
2323 * platform/mac/fast/css/font-face-locally-installed-expected.png: Added.
2324 * platform/mac/fast/css/font-face-locally-installed-expected.txt: Added.
2325 * platform/mac/fast/css/font-face-multiple-faces-expected.checksum: Added.
2326 * platform/mac/fast/css/font-face-multiple-faces-expected.png: Added.
2327 * platform/mac/fast/css/font-face-multiple-faces-expected.txt: Added.
2328 * platform/win/Skipped: Removed css2.1/t1506-c525-font-wt-00-b.html.
2329
23302008-06-24 Anonymous
2331
2332 Reviewed by Darin Adler. Committed by Adam Barth.
2333
2334 https://bugs.webkit.org/show_bug.cgi?id=19470
2335
2336 Check for a null documentElement() to fix four crashes.
2337
2338 * LayoutTests/fast/dom/documentElement-null-expected.txt: Added.
2339 * LayoutTests/fast/dom/documentElement-null.html: Added.
2340
23412008-06-24 Adam Barth <abarth@webkit.org>
2342
2343 Reviewed by Darin Adler.
2344
2345 https://bugs.webkit.org/show_bug.cgi?id=19597
2346
2347 Test that we correctly parse comments containing end tags in CDATA and
2348 RCDATA contexts.
2349
2350 * fast/parser/comment-in-script-tricky-expected.txt: Added.
2351 * fast/parser/comment-in-script-tricky.html: Added.
2352 * fast/parser/comment-in-style.html: Added.
2353 * fast/parser/comment-in-textarea.html: Added.
2354 * fast/parser/comment-in-title-expected.txt: Added.
2355 * fast/parser/comment-in-title.html: Added.
2356 * platform/mac/fast/parser/comment-in-style-expected.checksum: Added.
2357 * platform/mac/fast/parser/comment-in-style-expected.png: Added.
2358 * platform/mac/fast/parser/comment-in-style-expected.txt: Added.
2359 * platform/mac/fast/parser/comment-in-textarea-expected.checksum: Added.
2360 * platform/mac/fast/parser/comment-in-textarea-expected.png: Added.
2361 * platform/mac/fast/parser/comment-in-textarea-expected.txt: Added.
2362
23632008-06-24 Dan Bernstein <mitz@apple.com>
2364
2365 Reviewed by Mark Rowe.
2366
2367 - add another test using remote fonts to the Tiger skipped list
2368
2369 * platform/mac-tiger/Skipped: Added fast/css/font-weight-1.html.
2370
23712008-06-24 Mark Rowe <mrowe@apple.com>
2372
2373 Exclude the newly-added accessibilityController from the dumped window properties.
2374
2375 * fast/dom/Window/window-properties.html:
2376
23772008-06-24 Justin Garcia <justin.garcia@apple.com>
2378
2379 Reviewed by John.
2380
2381 <rdar://problem/6026335> REGRESSION: Caret disappears after deleting a particular selection involving a ToDo
2382
2383 * editing/deleting/6026335-expected.txt: Added.
2384 * editing/deleting/6026335.html: Added.
2385
23862008-06-24 Sam Weinig and Beth Dakin <bdakin@apple.com and sam@webkit.org>
2387
2388 Reviewed by Darin.
2389
2390 First test for <rdar://problem/5884881> Make DumpRenderTree support
2391 accessibility tests
2392
2393 * accessibility: Added.
2394 * accessibility/document-attributes-expected.txt: Added.
2395 * accessibility/document-attributes.html: Added.
2396 * platform/gtk/Skipped:
2397 * platform/qt/Skipped:
2398 * platform/win/Skipped:
2399
24002008-06-24 Sam Weinig <sam@webkit.org>
2401
2402 Reviewed by Anders Carlsson.
2403
2404 Add tests for loadstart, abort and error events for XMLHttpRequests
2405
2406 * http/tests/xmlhttprequest/onabort-event-expected.txt: Added.
2407 * http/tests/xmlhttprequest/onabort-event.html: Added.
2408 * http/tests/xmlhttprequest/onerror-event-expected.txt: Added.
2409 * http/tests/xmlhttprequest/onerror-event.html: Added.
2410 * http/tests/xmlhttprequest/onloadstart-event-expected.txt: Added.
2411 * http/tests/xmlhttprequest/onloadstart-event.html: Added.
2412 * http/tests/xmlhttprequest/resources/get.txt: Added.
2413
24142008-06-24 Dan Bernstein <mitz@apple.com>
2415
2416 Rubber-stamped by Darin Adler.
2417
2418 - add font-weight test for a family that has 9 weights
2419
2420 * fast/css/font-weight-1.html: Added.
2421 * platform/mac/fast/css/font-weight-1-expected.checksum: Added.
2422 * platform/mac/fast/css/font-weight-1-expected.png: Added.
2423 * platform/mac/fast/css/font-weight-1-expected.txt: Added.
2424
24252008-06-24 Cameron Zwarich <cwzwarich@uwaterloo.ca>
2426
2427 Reviewed by Oliver.
2428
2429 Tests for:
2430
2431 Bug 19730: REGRESSION (r34497): Text in alerts in "Leisure suit Larry" is not wrapped
2432 <https://bugs.webkit.org/show_bug.cgi?id=19730>
2433
2434 * fast/js/codegen-loops-logical-nodes-expected.txt: Added.
2435 * fast/js/codegen-loops-logical-nodes.html: Added.
2436 * fast/js/resources/codegen-loops-logical-nodes.js: Added.
2437
24382008-06-23 Cameron Zwarich <cwzwarich@uwaterloo.ca>
2439
2440 Reviewed by Oliver.
2441
2442 Tests for:
2443
2444 Bug 19716: REGRESSION (SquirrelFish): Reproducible crash after entering a username at mint.com
2445 <https://bugs.webkit.org/show_bug.cgi?id=19716>
2446
2447 * fast/js/reentrant-call-unwind-expected.txt: Added.
2448 * fast/js/reentrant-call-unwind.html: Added.
2449 * fast/js/resources/reentrant-call-unwind.js: Added.
2450
24512008-06-23 David Kilzer <ddkilzer@apple.com>
2452
2453 Updated test for Bug 15823: getPropertyValue for border returns null, should compute the shorthand value
2454
2455 <https://bugs.webkit.org/show_bug.cgi?id=15823>
2456
2457 Rubber-stamped by Darin.
2458
2459 * fast/css/getPropertyValue-border-expected.txt: Updated results.
2460 * fast/css/getPropertyValue-border.html: Test all combinations of
2461 (mismatched) border values.
2462
24632008-06-22 Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
2464
2465 Reviewed by Darin Adler.
2466
2467 Test for https://bugs.webkit.org/show_bug.cgi?id=19465
2468 Bug 19465: Cursor sometimes gets 'stuck' in textareas when trying to navigate with arrow keys
2469
2470 * editing/input/textarea-arrow-navigation.html:
2471 * editing/input/textarea-arrow-navigation-expected.html: Added.
2472
24732008-06-22 Robert Blaut <webkit@blaut.biz>
2474
2475 Reviewed by Darin Adler.
2476
2477 Test for https://bugs.webkit.org/show_bug.cgi?id=17421
2478 Bug 17421: Lack of end tag for SELECT element causes the rest of page to not be rendered
2479
2480 * fast/parser/input-textarea-inside-select-element-expected.txt: Added.
2481 * fast/parser/input-textarea-inside-select-element.html: Added.
2482
24832008-06-22 Robert Blaut <webkit@blaut.biz>
2484
2485 Reviewed by Darin Adler.
2486
2487 Test for https://bugs.webkit.org/show_bug.cgi?id=19520
2488 Bug 19520: WebKit incorrectly accepts hidden as the value of outline-style
2489
2490 * fast/css/outline-hidden-illegal-value-expected.txt: Added.
2491 * fast/css/outline-hidden-illegal-value.html: Added.
2492
24932008-06-21 David Kilzer <ddkilzer@apple.com>
2494
2495 Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely
2496
2497 <https://bugs.webkit.org/show_bug.cgi?id=7931>
2498
2499 Reviewed by Darin.
2500
2501 The entity-end-textarea-tag.html contains 11 test cases: one
2502 for each character in '</textarea>'. The rest of the tests
2503 only test one encoding: '<' as '&lt;'.
2504
2505 * fast/parser/entity-end-iframe-tag-expected.txt: Added.
2506 * fast/parser/entity-end-iframe-tag.html: Added.
2507 * fast/parser/entity-end-script-tag-expected.txt: Added.
2508 * fast/parser/entity-end-script-tag.html: Added.
2509 * fast/parser/entity-end-style-tag-expected.txt: Added.
2510 * fast/parser/entity-end-style-tag.html: Added.
2511 * fast/parser/entity-end-textarea-tag-expected.txt: Added.
2512 * fast/parser/entity-end-textarea-tag.html: Added.
2513 * fast/parser/entity-end-title-tag-expected.txt: Added.
2514 * fast/parser/entity-end-title-tag.html: Added.
2515 * fast/parser/entity-end-xmp-tag-expected.txt: Added.
2516 * fast/parser/entity-end-xmp-tag.html: Added.
2517
25182008-06-21 Sam Weinig <sam@webkit.org>
2519
2520 Reviewed by Dan Bernstein.
2521
2522 Test for https://bugs.webkit.org/show_bug.cgi?id=19647
2523 REGRESSION: Problem with extjs (insertAdjacentHTML)
2524
2525 * fast/dynamic/insertAdjacentHTML-allowed-parents-expected.txt: Added.
2526 * fast/dynamic/insertAdjacentHTML-allowed-parents.html: Added.
2527
25282008-06-21 Adam Barth <abarth@webkit.org>
2529
2530 Reviewed by Sam Weinig.
2531
2532 https://bugs.webkit.org/show_bug.cgi?id=19649
2533
2534 Test that we block cross-orign loads of XSL style sheets.
2535
2536 * http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
2537 * http/tests/security/cross-origin-xsl-BLOCKED.html: Added.
2538 * http/tests/security/resources/cross-origin-xsl.xml: Added.
2539 * http/tests/security/resources/forbidden-stylesheet.xsl: Added.
2540
25412008-06-21 Dan Bernstein <mitz@apple.com>
2542
2543 Rubber-stamped by Alexey Proskuryakov.
2544
2545 - update results for newly-added CSS variables, file and file list
2546 global constructors
2547
2548 * fast/dom/Window/window-properties-expected.txt:
2549
25502008-06-21 Alex Taylor <darwin@milliamp.org>
2551
2552 Reviewed by Dan Bernstein.
2553
2554 <https://bugs.webkit.org/show_bug.cgi?id=12425>
2555 Test support for border-radius on fieldset elements.
2556
2557 * fast/borders/fieldsetBorderRadius.html: Added.
2558 * platform/mac/fast/borders/fieldsetBorderRadius-expected.checksum: Added.
2559 * platform/mac/fast/borders/fieldsetBorderRadius-expected.png: Added.
2560 * platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: Added.
2561
25622008-06-20 David Hyatt <hyatt@apple.com>
2563
2564 Make sure CSS variables work inside the inline style attribute.
2565
2566 Reviewed by Beth
2567
2568 * fast/css/variables/inline-style-test.html: Added.
2569 * platform/mac/fast/css/variables/inline-style-test-expected.checksum: Added.
2570 * platform/mac/fast/css/variables/inline-style-test-expected.png: Added.
2571 * platform/mac/fast/css/variables/inline-style-test-expected.txt: Added.
2572
25732008-06-20 David Hyatt <hyatt@apple.com>
2574
2575 Add tests of the DOM APIs for addition, removal and iteration.
2576
2577 Reviewed by Sam
2578
2579 * fast/css/variables/remove-variable-test.html: Added.
2580 * fast/css/variables/set-variable-test.html: Added.
2581 * fast/css/variables/variable-iteration-test.html: Added.
2582 * platform/mac/fast/css/variables/remove-variable-test-expected.checksum: Added.
2583 * platform/mac/fast/css/variables/remove-variable-test-expected.png: Added.
2584 * platform/mac/fast/css/variables/remove-variable-test-expected.txt: Added.
2585 * platform/mac/fast/css/variables/set-variable-test-expected.checksum: Added.
2586 * platform/mac/fast/css/variables/set-variable-test-expected.png: Added.
2587 * platform/mac/fast/css/variables/set-variable-test-expected.txt: Added.
2588 * platform/mac/fast/css/variables/variable-iteration-test-expected.checksum: Added.
2589 * platform/mac/fast/css/variables/variable-iteration-test-expected.png: Added.
2590 * platform/mac/fast/css/variables/variable-iteration-test-expected.txt: Added.
2591
25922008-06-20 Timothy Hatcher <timothy@apple.com>
2593
2594 Test for: iframes with a height of 32,768px or greater do not layout correctly
2595 https://bugs.webkit.org/show_bug.cgi?id=19679
2596
2597 Reviewed by Dave Hyatt.
2598
2599 * fast/css/line-height-overflow.html: Added.
2600 * platform/mac/fast/css/line-height-overflow-expected.txt: Added.
2601
26022008-06-20 Dan Bernstein <mitz@apple.com>
2603
2604 Reviewed by Darin Adler.
2605
2606 - test for https://bugs.webkit.org/show_bug.cgi?id=19519
2607 <rdar://problem/6007345> DOM modification causes stack exhaustion (BUTTON OBJECT COLGROUP)
2608
2609 * fast/table/prepend-in-anonymous-table.html: Added.
2610 * platform/mac/fast/table/prepend-in-anonymous-table-expected.checksum: Added.
2611 * platform/mac/fast/table/prepend-in-anonymous-table-expected.png: Added.
2612 * platform/mac/fast/table/prepend-in-anonymous-table-expected.txt: Added.
2613
26142008-06-20 David Hyatt <hyatt@apple.com>
2615
2616 Allow CSS variables to support arbitrary expressions as values instead of just a single term.
2617
2618 Reviewed by Sam
2619
2620 * fast/css/variables/single-term-test.html: Removed.
2621 * fast/css/variables/multiple-term-test.html: Added.
2622 * platform/mac/fast/css/variables/multiple-term-test-expected.checksum: Added.
2623 * platform/mac/fast/css/variables/multiple-term-test-expected.png: Added.
2624 * platform/mac/fast/css/variables/multiple-term-test-expected.txt: Added.
2625 * platform/mac/fast/css/variables/single-term-test-expected.checksum: Removed.
2626 * platform/mac/fast/css/variables/single-term-test-expected.png: Removed.
2627 * platform/mac/fast/css/variables/single-term-test-expected.txt: Removed.
2628
26292008-06-20 Darin Adler <darin@apple.com>
2630
2631 - updated results for some recent changes
2632
2633 * fast/dom/Window/window-properties-expected.txt: Updated results to reflect the
2634 new rule type, VARIABLES_RULE (Hyatt's CSS variables patch).
2635
2636 * fast/forms/plaintext-mode-1-expected.txt: Updated test and results to expect
2637 ForeColor to be disabled when the region is plain-text-only. Justin's execCommand
2638 patch for https://bugs.webkit.org/show_bug.cgi?id=16049.
2639 * fast/forms/plaintext-mode-1.html: Ditto.
2640
26412008-06-19 Dan Bernstein <mitz@apple.com>
2642
2643 Reviewed by Sam Weinig.
2644
2645 - two more updated results for the last patch
2646
2647 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
2648 * platform/mac/fast/invalid/020-expected.txt:
2649
26502008-06-19 Dan Bernstein <mitz@apple.com>
2651
2652 Reviewed by John Sullivan.
2653
2654 - updated tests and results after fixing a bug where anonymous tables were inserted in the wrong place
2655
2656 * fast/forms/form-hides-table.html: Wrapped every case in a block in
2657 order to prevent cross-talk.
2658 * platform/mac/fast/forms/form-hides-table-expected.checksum:
2659 * platform/mac/fast/forms/form-hides-table-expected.png:
2660 * platform/mac/fast/forms/form-hides-table-expected.txt:
2661 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.checksum: Added.
2662 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.png: Added.
2663 * platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
2664 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
2665 * platform/mac/tables/mozilla/bugs/bug278266-expected.checksum: Added.
2666 * platform/mac/tables/mozilla/bugs/bug278266-expected.png: Added.
2667 * platform/mac/tables/mozilla/bugs/bug278266-expected.txt: Added.
2668 * platform/mac/tables/mozilla/bugs/bug8411-expected.checksum: Added.
2669 * platform/mac/tables/mozilla/bugs/bug8411-expected.png: Added.
2670 * platform/mac/tables/mozilla/bugs/bug8411-expected.txt: Added.
2671 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum: Removed.
2672 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.png: Removed.
2673 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt: Removed.
2674 * platform/mac/tables/mozilla_expected_failures/bugs/bug278266-expected.checksum: Removed.
2675 * platform/mac/tables/mozilla_expected_failures/bugs/bug278266-expected.png: Removed.
2676 * platform/mac/tables/mozilla_expected_failures/bugs/bug278266-expected.txt: Removed.
2677 * platform/mac/tables/mozilla_expected_failures/bugs/bug8411-expected.checksum: Removed.
2678 * platform/mac/tables/mozilla_expected_failures/bugs/bug8411-expected.png: Removed.
2679 * platform/mac/tables/mozilla_expected_failures/bugs/bug8411-expected.txt: Removed.
2680 * platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
2681 * tables/mozilla/bugs/bug2479-2.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug2479-2.html.
2682 * tables/mozilla/bugs/bug278266.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug278266.html.
2683 * tables/mozilla/bugs/bug8411.xml: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug8411.xml.
2684 * tables/mozilla_expected_failures/bugs/bug2479-2.html: Removed.
2685 * tables/mozilla_expected_failures/bugs/bug278266.html: Removed.
2686 * tables/mozilla_expected_failures/bugs/bug8411.xml: Removed.
2687
26882008-06-19 Justin Garcia <justin.garcia@apple.com>
2689
2690 Reviewed by Oliver.
2691
2692 <https://bugs.webkit.org/show_bug.cgi?id=16049>
2693 execCommand('backColor') fails on collapsed selections
2694
2695 * editing/execCommand/16049-expected.txt: Added.
2696 * editing/execCommand/16049.html: Added.
2697
26982008-06-19 Justin Garcia <justin.garcia@apple.com>
2699
2700 Reviewed by John.
2701
2702 https://bugs.webkit.org/show_bug.cgi?id=19653
2703 Typing style lost when creating list from, indenting or outdenting an empty paragraph
2704
2705 These demonstrate fixes:
2706 * editing/execCommand/19653-1-expected.txt: Added.
2707 * editing/execCommand/19653-1.html: Added.
2708 * editing/execCommand/19653-2-expected.txt: Added.
2709 * editing/execCommand/19653-2.html: Added.
2710 * editing/execCommand/19653-3-expected.txt: Added.
2711 * editing/execCommand/19653-3.html: Added.
2712 * editing/execCommand/19653-4-expected.txt: Added.
2713 * editing/execCommand/19653-4.html: Added.
2714 Changed to an equivalent but more bloated DOM because of a pre-existing bug in ApplyStyleCommand:
2715 * platform/mac/editing/deleting/delete-br-011-expected.txt:
2716 Fixed a bug where the typing style wasn't applied to the placeholder in an empty paragraph,
2717 so typing would create text with the right style, but if you were to change the selection
2718 and then come back and start typing, the style would be wrong. The size of the caret was
2719 also wrong as a result:
2720 * platform/mac/editing/deleting/delete-br-012-expected.txt:
2721 * platform/mac/editing/deleting/delete-br-012-expected.png:
2722 * platform/mac/editing/deleting/delete-br-012-expected.checksum:
2723
27242008-06-19 David Hyatt <hyatt@apple.com>
2725
2726 Add layout tests for CSS variables.
2727
2728 Reviewed by Beth
2729
2730 * fast/css/variables: Added.
2731 * fast/css/variables/colors-test.html: Added.
2732 * fast/css/variables/font-test.html: Added.
2733 * fast/css/variables/image-test.html: Added.
2734 * fast/css/variables/import-test.html: Added.
2735 * fast/css/variables/invalid-variable-test.html: Added.
2736 * fast/css/variables/margin-test.html: Added.
2737 * fast/css/variables/misplaced-import-test.html: Added.
2738 * fast/css/variables/misplaced-variables-test.html: Added.
2739 * fast/css/variables/override-test.html: Added.
2740 * fast/css/variables/print-test.html: Added.
2741 * fast/css/variables/resources: Added.
2742 * fast/css/variables/resources/bad.css: Added.
2743 * fast/css/variables/resources/good.css: Added.
2744 * fast/css/variables/resources/listmark.gif: Added.
2745 * fast/css/variables/shorthand-test.html: Added.
2746 * fast/css/variables/single-term-test.html: Added.
2747
27482008-06-19 Dan Bernstein <mitz@apple.com>
2749
2750 Reviewed by Darin Adler.
2751
2752 - test for <rdar://problem/6008098> REGRESSION: Crash at FontFallbackList::fontDataAt()
2753
2754 * fast/css/font-face-multiple-families-expected.txt: Added.
2755 * fast/css/font-face-multiple-families.html: Added.
2756
27572008-06-18 Dan Bernstein <mitz@apple.com>
2758
2759 Reviewed by Darin Adler.
2760
2761 - test for https://bugs.webkit.org/show_bug.cgi?id=19598
2762 Crash in WebCore::RenderBlock::determineStartPosition
2763
2764 * fast/dynamic/floating-to-positioned-2.html: Copied from fast/dynamic/floating-to-positioned.html.
2765 * platform/mac/fast/dynamic/floating-to-positioned-2-expected.checksum: Added.
2766 * platform/mac/fast/dynamic/floating-to-positioned-2-expected.png: Added.
2767 * platform/mac/fast/dynamic/floating-to-positioned-2-expected.txt: Added.
2768
27692008-06-18 Rob Buis <buis@kde.org>
2770
2771 Reviewed by Darin.
2772
2773 Testcase for:
2774 https://bugs.webkit.org/show_bug.cgi?id=18786
2775 Once rendered, SVG text elements removed from DOM continue to be displayed
2776
2777 * platform/mac/svg/custom/text-dom-removal-expected.checksum: Added.
2778 * platform/mac/svg/custom/text-dom-removal-expected.png: Added.
2779 * svg/custom/text-dom-removal-expected.txt: Added.
2780 * svg/custom/text-dom-removal.svg: Added.
2781
27822008-06-17 Michelangelo De Simone <m.des@mac.com>
2783
2784 Reviewed by Adele.
2785
2786 Tests for https://bugs.webkit.org/show_bug.cgi?id=18887
2787 Added support for autofocus controls.
2788
2789 Test cases "autofocus-opera*" have been imported from the Opera test suite
2790 originally located at:
2791 http://tc.labs.opera.com/html/forms/input/common-attributes/autofocus/
2792
2793 * fast/dom/domListEnumeration-expected.txt:
2794 * fast/dom/resources/domListEnumeration.js:
2795 * fast/forms/autofocus-attribute-expected.txt: Added.
2796 * fast/forms/autofocus-attribute.html: Added.
2797 * fast/forms/autofocus-opera-001-expected.txt: Added.
2798 * fast/forms/autofocus-opera-001.html: Added.
2799 * fast/forms/autofocus-opera-002-expected.txt: Added.
2800 * fast/forms/autofocus-opera-002.html: Added.
2801 * fast/forms/autofocus-opera-003-expected.txt: Added.
2802 * fast/forms/autofocus-opera-003.html: Added.
2803 * fast/forms/autofocus-opera-004-expected.txt: Added.
2804 * fast/forms/autofocus-opera-004.html: Added.
2805 * fast/forms/autofocus-opera-005-expected.txt: Added.
2806 * fast/forms/autofocus-opera-005.html: Added.
2807 * fast/forms/autofocus-opera-006-expected.txt: Added.
2808 * fast/forms/autofocus-opera-006.html: Added.
2809 * fast/forms/autofocus-opera-007-expected.txt: Added.
2810 * fast/forms/autofocus-opera-007.html: Added.
2811 * fast/forms/autofocus-opera-008-expected.txt: Added.
2812 * fast/forms/autofocus-opera-008.html: Added.
2813
28142008-06-16 Dan Bernstein <mitz@apple.com>
2815
2816 Reviewed by Justin Garcia.
2817
2818 - test and updated results for <rdar://problem/5973313> REGRESSION (r32508): Down arrow doesn't change caret with non-user entered newlines in textareas
2819
2820 * editing/selection/after-line-break-expected.txt: Added.
2821 * editing/selection/after-line-break.html: Added.
2822 * platform/mac/editing/selection/move-left-right-expected.txt: More bogus warnings.
2823
28242008-06-15 Adam Barth <abarth@webkit.org>
2825
2826 Reviewed by Sam Weinig.
2827
2828 Remove my name from the expected test results.
2829
2830 * fast/dom/documenturi-can-hold-arbitrary-string-expected.txt:
2831 * fast/dom/documenturi-can-hold-arbitrary-string.html:
2832 * fast/dom/documenturi-not-affected-by-base-tag-expected.txt:
2833 * fast/dom/documenturi-not-affected-by-base-tag.html:
2834
28352008-06-15 Adam Barth <abarth@webkit.org>
2836
2837 Reviewed by Sam Weinig.
2838
2839 Test Document.documentURI (DOM Core Level 3). There don't appear to be
2840 other browser implementations of this feature to compare against, but
2841 these tests test my interpretation of the spec.
2842
2843 * fast/dom/documenturi-affects-relative-paths-expected.txt: Added.
2844 * fast/dom/documenturi-affects-relative-paths.html: Added.
2845 * fast/dom/documenturi-assigned-junk-implies-baseuri-null-expected.txt: Added.
2846 * fast/dom/documenturi-assigned-junk-implies-baseuri-null.html: Added.
2847 * fast/dom/documenturi-assigned-junk-implies-relative-urls-do-not-resolve-expected.txt: Added.
2848 * fast/dom/documenturi-assigned-junk-implies-relative-urls-do-not-resolve.html: Added.
2849 * fast/dom/documenturi-can-hold-arbitrary-string-expected.txt: Added.
2850 * fast/dom/documenturi-can-hold-arbitrary-string.html: Added.
2851 * fast/dom/documenturi-loses-to-base-tag-expected.txt: Added.
2852 * fast/dom/documenturi-loses-to-base-tag.html: Added.
2853 * fast/dom/documenturi-not-affected-by-base-tag-expected.txt: Added.
2854 * fast/dom/documenturi-not-affected-by-base-tag.html: Added.
2855
28562008-06-15 Dan Bernstein <mitz@apple.com>
2857
2858 Reviewed by Darin Adler.
2859
2860 - test for <rdar://problem/5825683> Three slash URLs are modified by WebKit
2861
2862 * fast/loader/url-parse-1-expected.txt: Added.
2863 * fast/loader/url-parse-1.html: Added.
2864
28652008-06-15 Darin Adler <darin@apple.com>
2866
2867 Reviewed and tweaked by Sam Weinig.
2868
2869 Test for <rdar://problem/5908591>
2870 https://bugs.webkit.org/show_bug.cgi?id=18743
2871
2872 * http/tests/security/cross-frame-access-DOMImplementation-expected.txt: Added.
2873 * http/tests/security/cross-frame-access-DOMImplementation.html: Added.
2874 * http/tests/security/resources/cross-frame-iframe-for-DOMImplementation-test.html: Added.
2875
28762008-06-15 Dan Bernstein <mitz@apple.com>
2877
2878 Rubber-stamped by Sam Weinig.
2879
2880 - copy generic test results from r34449 to platform/win, because the Mac
2881 behavior is not shared by Windows.
2882
2883 * platform/win/editing/selection/drag-text-delay-expected.txt: Copied from LayoutTests/editing/selection/drag-text-delay-expected.txt.
2884
28852008-06-15 Dan Bernstein <mitz@apple.com>
2886
2887 - update Windows copy of generic test results for r34475
2888
2889 * platform/win/editing/selection/move-left-right-expected.txt: Replaced with LayoutTests/editing/selection/move-left-right-expected.txt.
2890
28912008-06-15 Cameron Zwarich <cwzwarich@uwaterloo.ca>
2892
2893 Reviewed by Maciej.
2894
2895 Tests for:
2896
2897 Bug 19484: More instructions needs to use temporary registers
2898 <https://bugs.webkit.org/show_bug.cgi?id=19484>
2899
2900 * fast/js/codegen-temporaries-expected.txt:
2901 * fast/js/resources/codegen-temporaries.js:
2902
29032008-06-14 Darin Adler <darin@apple.com>
2904
2905 Reviewed by Maciej.
2906
2907 - test for https://bugs.webkit.org/show_bug.cgi?id=19538
2908 <rdar://problem/5957595> Reading transition property from the style JS gives the wrong value
2909
2910 * fast/dom/CSSStyleDeclaration/resources/transition-property-names.js: Added.
2911 * fast/dom/CSSStyleDeclaration/transition-property-names-expected.txt: Added.
2912 * fast/dom/CSSStyleDeclaration/transition-property-names.html: Added.
2913
29142008-06-14 Sam Weinig <sam@webkit.org>
2915
2916 Reviewed by Dan Bernstein.
2917
2918 Tests for <rdar://problem/5775192>
2919 insertAdjacentHTML and insertAdjacentText are not implemented although insertAdjacentElement is.
2920
2921 * fast/dom/Window/window-properties-expected.txt:
2922 * fast/dom/domListEnumeration-expected.txt:
2923 * fast/dom/resources/domListEnumeration.js:
2924 * fast/dynamic/insertAdjacentElement.html:
2925 * fast/dynamic/insertAdjacentHTML-expected.txt: Added.
2926 * fast/dynamic/insertAdjacentHTML.html: Copied from fast/dynamic/insertAdjacentElement.html.
2927 * fast/dynamic/insertAdjacentText-expected.txt: Added.
2928 * fast/dynamic/insertAdjacentText.html: Copied from fast/dynamic/insertAdjacentElement.html.
2929 * platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
2930
29312008-06-14 Cameron Zwarich <cwzwarich@uwaterloo.ca>
2932
2933 Reviewed by Oliver.
2934
2935 Tests for:
2936
2937 Bug 19484: More instructions needs to use temporary registers
2938 <https://bugs.webkit.org/show_bug.cgi?id=19484>
2939
2940 * fast/js/codegen-temporaries-expected.txt:
2941 * fast/js/resources/codegen-temporaries.js:
2942
29432008-06-13 Adam Barth <abarth@webkit.org>
2944
2945 Reviewed by Eric Seidel.
2946
2947 Test that an XSL style sheet can't include an external entity from
2948 another origin.
2949
2950 * http/tests/security/resources/xsl-using-external-entity.xsl: Added.
2951 * http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Added.
2952 * http/tests/security/xss-DENIED-xsl-external-entity.xml: Added.
2953
29542008-06-13 Adam Barth <abarth@webkit.org>
2955
2956 Reviewed by Darin Adler.
2957
2958 Test that the XSL document() function doesn't load a document from a
2959 foreign origin.
2960
2961 * http/tests/security/resources/target.xml: Added.
2962 * http/tests/security/resources/xsl-using-document.xsl: Added.
2963 * http/tests/security/xss-DENIED-xsl-document-expected.txt: Added.
2964 * http/tests/security/xss-DENIED-xsl-document.xml: Added.
2965
29662008-06-13 Adam Barth <abarth@webkit.org>
2967
2968 Reviewed by Darin Adler.
2969
2970 Test whether we permit XMLHttpRequest once document.domain is set.
2971
2972 * http/tests/xmlhttprequest/document-domain-set-expected.txt: Added.
2973 * http/tests/xmlhttprequest/document-domain-set.html: Added.
2974
29752008-06-13 Cameron Zwarich <cwzwarich@uwaterloo.ca>
2976
2977 Reviewed by Darin.
2978
2979 Add a test for existing loader behaviour in preparation for:
2980
2981 Bug 19422: Distinct redirects from the same link do not create distinct history items
2982 <https://bugs.webkit.org/show_bug.cgi?id=19422>
2983
2984 * http/tests/navigation/redirect-cycle-expected.txt: Added.
2985 * http/tests/navigation/redirect-cycle.html: Added.
2986 * http/tests/navigation/resources/redirect-cycle-1.pl: Added.
2987 * http/tests/navigation/resources/redirect-cycle-2.pl: Added.
2988
29892008-06-13 Maciej Stachowiak <mjs@apple.com>
2990
2991 Reviewed by Darin.
2992
2993 - enable a bunch of disabled layout tests which now run ok
2994 https://bugs.webkit.org/show_bug.cgi?id=19540
2995
2996 I also made a minor change to selftxhtml.js to handle the case
2997 where the body is a frameset properly, and to frame.xhtml to match
2998 the HTML version of that file, and what the tests expect.
2999
3000 * dom/html/level2/html/HTMLFormElement10-expected.txt: Added.
3001 * dom/html/level2/html/HTMLFormElement10.html: Copied from dom/html/level2/html/HTMLFormElement10.html-disabled.
3002 * dom/html/level2/html/HTMLFormElement10.html-disabled: Removed.
3003 * dom/xhtml/level2/html/HTMLFormElement10-expected.txt: Added.
3004 * dom/xhtml/level2/html/HTMLFormElement10.xhtml: Copied from dom/xhtml/level2/html/HTMLFormElement10.xhtml-disabled.
3005 * dom/xhtml/level2/html/HTMLFormElement10.xhtml-disabled: Removed.
3006 * dom/xhtml/level2/html/HTMLFrameElement01-expected.txt: Added.
3007 * dom/xhtml/level2/html/HTMLFrameElement01.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement01.xhtml-disabled.
3008 * dom/xhtml/level2/html/HTMLFrameElement01.xhtml-disabled: Removed.
3009 * dom/xhtml/level2/html/HTMLFrameElement02-expected.txt: Added.
3010 * dom/xhtml/level2/html/HTMLFrameElement02.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement02.xhtml-disabled.
3011 * dom/xhtml/level2/html/HTMLFrameElement02.xhtml-disabled: Removed.
3012 * dom/xhtml/level2/html/HTMLFrameElement03-expected.txt: Added.
3013 * dom/xhtml/level2/html/HTMLFrameElement03.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement03.xhtml-disabled.
3014 * dom/xhtml/level2/html/HTMLFrameElement03.xhtml-disabled: Removed.
3015 * dom/xhtml/level2/html/HTMLFrameElement04-expected.txt: Added.
3016 * dom/xhtml/level2/html/HTMLFrameElement04.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement04.xhtml-disabled.
3017 * dom/xhtml/level2/html/HTMLFrameElement04.xhtml-disabled: Removed.
3018 * dom/xhtml/level2/html/HTMLFrameElement05-expected.txt: Added.
3019 * dom/xhtml/level2/html/HTMLFrameElement05.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement05.xhtml-disabled.
3020 * dom/xhtml/level2/html/HTMLFrameElement05.xhtml-disabled: Removed.
3021 * dom/xhtml/level2/html/HTMLFrameElement06-expected.txt: Added.
3022 * dom/xhtml/level2/html/HTMLFrameElement06.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement06.xhtml-disabled.
3023 * dom/xhtml/level2/html/HTMLFrameElement06.xhtml-disabled: Removed.
3024 * dom/xhtml/level2/html/HTMLFrameElement07-expected.txt: Added.
3025 * dom/xhtml/level2/html/HTMLFrameElement07.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement07.xhtml-disabled.
3026 * dom/xhtml/level2/html/HTMLFrameElement07.xhtml-disabled: Removed.
3027 * dom/xhtml/level2/html/HTMLFrameElement08-expected.txt: Added.
3028 * dom/xhtml/level2/html/HTMLFrameElement08.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement08.xhtml-disabled.
3029 * dom/xhtml/level2/html/HTMLFrameElement08.xhtml-disabled: Removed.
3030 * dom/xhtml/level2/html/HTMLFrameElement09-expected.txt: Added.
3031 * dom/xhtml/level2/html/HTMLFrameElement09.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled.
3032 * dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled: Removed.
3033 * dom/xhtml/level2/html/HTMLFrameSetElement01-expected.txt: Added.
3034 * dom/xhtml/level2/html/HTMLFrameSetElement01.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameSetElement01.xhtml-disabled.
3035 * dom/xhtml/level2/html/HTMLFrameSetElement01.xhtml-disabled: Removed.
3036 * dom/xhtml/level2/html/HTMLFrameSetElement02-expected.txt: Added.
3037 * dom/xhtml/level2/html/HTMLFrameSetElement02.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameSetElement02.xhtml-disabled.
3038 * dom/xhtml/level2/html/HTMLFrameSetElement02.xhtml-disabled: Removed.
3039 * dom/xhtml/level2/html/resources/frame.xhtml:
3040 * dom/xhtml/level2/html/selfxhtml.js:
3041
30422008-06-12 Adam Barth <abarth@webkit.org>
3043
3044 Rubberstamped by Maciej.
3045
3046 Add the data url test back and set more agressive Cache-Control headers.
3047
3048 * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url-expected.txt.
3049 * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url.html: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url.html.
3050 * http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
3051
30522008-06-12 Cameron Zwarich <cwzwarich@uwaterloo.ca>
3053
3054 Reviewed by Maciej.
3055
3056 Tests for:
3057
3058 Bug 19510: CodeBlock::needsFullScopeChain not always set for global code
3059 <https://bugs.webkit.org/show_bug.cgi?id=19510>
3060
3061 * fast/js/codegen-temporaries-multiple-global-blocks-expected.txt: Added.
3062 * fast/js/codegen-temporaries-multiple-global-blocks.html: Added.
3063 * fast/js/resources/codegen-temporaries-multiple-global-blocks-1.js: Added.
3064 * fast/js/resources/codegen-temporaries-multiple-global-blocks-2.js: Added.
3065
30662008-06-12 Adam Barth <abarth@webkit.org>
3067
3068 Reviewed by Maciej.
3069
3070 Prevent caching of this resource so we always see the up-to-date value
3071 of the Access-Control-Origin header.
3072
3073 * http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
3074
30752008-06-11 Dan Bernstein <mitz@apple.com>
3076
3077 Reviewed by Dave Hyatt.
3078
3079 - tests, updated tests and updated results for
3080 <rdar://problem/5876370> Safari 3.1.1 bad rendering of pages from http://www.legifrance.gouv.fr/
3081
3082 * fast/block/basic/001.html:
3083 * fast/block/positioning/absolute-in-inline-ltr-2.html:
3084 * fast/block/positioning/absolute-in-inline-ltr-3.html:
3085 * fast/block/positioning/absolute-in-inline-ltr.html:
3086 * fast/block/positioning/absolute-in-inline-rtl-2.html:
3087 * fast/block/positioning/absolute-in-inline-rtl-3.html:
3088 * fast/block/positioning/absolute-in-inline-rtl.html:
3089 * fast/block/positioning/absolute-in-inline-short-ltr.html:
3090 * fast/block/positioning/absolute-in-inline-short-rtl.html:
3091 * fast/block/positioning/auto/006.html:
3092 * fast/inline/continuation-outlines-with-layers.html:
3093 * fast/inline/continuation-outlines.html:
3094 * fast/parser/p-in-scope-expected.txt: Added.
3095 * fast/parser/p-in-scope-strict-expected.txt: Added.
3096 * fast/parser/p-in-scope-strict.html: Added.
3097 * fast/parser/p-in-scope.html: Added.
3098 * fast/parser/resources/p-in-scope.css: Added.
3099 * fast/parser/resources/p-in-scope.js: Added.
3100 * fast/repaint/subtree-root-clip-2.html:
3101 * platform/mac/fast/block/basic/001-expected.txt:
3102 * platform/mac/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
3103 * platform/mac/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
3104 * platform/mac/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
3105 * platform/mac/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
3106 * platform/mac/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
3107 * platform/mac/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
3108 * platform/mac/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
3109 * platform/mac/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
3110 * platform/mac/fast/block/positioning/auto/006-expected.txt:
3111 * platform/mac/fast/inline/continuation-outlines-expected.txt:
3112 * platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
3113 * platform/mac/fast/repaint/subtree-root-clip-2-expected.txt:
3114
31152008-06-11 Adam Barth <abarth@webkit.org>
3116
3117 Reviewed by Sam Weinig.
3118
3119 Tests for the security context of about:blank documents. These test
3120 results all match Firefox 3.
3121
3122 * fast/dom/resource-locations-in-created-html-document.html:
3123 * http/tests/security/aboutBlank/resources/iframe-with-about-blank-children.html: Added.
3124 * http/tests/security/aboutBlank/security-context-alias-expected.txt: Added.
3125 * http/tests/security/aboutBlank/security-context-alias.html: Added.
3126 * http/tests/security/aboutBlank/security-context-expected.txt: Added.
3127 * http/tests/security/aboutBlank/security-context-grandchildren-alias-expected.txt: Added.
3128 * http/tests/security/aboutBlank/security-context-grandchildren-alias.html: Added.
3129 * http/tests/security/aboutBlank/security-context-grandchildren-expected.txt: Added.
3130 * http/tests/security/aboutBlank/security-context-grandchildren.html: Added.
3131 * http/tests/security/aboutBlank/security-context-window-open-expected.txt: Added.
3132 * http/tests/security/aboutBlank/security-context-window-open.html: Added.
3133 * http/tests/security/aboutBlank/security-context-with-base-tag-expected.txt: Added.
3134 * http/tests/security/aboutBlank/security-context-with-base-tag.html: Added.
3135 * http/tests/security/aboutBlank/security-context-write-expected.txt: Added.
3136 * http/tests/security/aboutBlank/security-context-write.html: Added.
3137 * http/tests/security/aboutBlank/security-context-writeln-expected.txt: Added.
3138 * http/tests/security/aboutBlank/security-context-writeln.html: Added.
3139 * http/tests/security/aboutBlank/security-context.html: Added.
3140 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
3141 * http/tests/security/cookies/document-open-expected.txt: Added.
3142 * http/tests/security/cookies/document-open.html: Added.
3143
31442008-06-11 Adam Barth <abarth@webkit.org>
3145
3146 Reviewed by Sam Weinig.
3147
3148 https://bugs.webkit.org/show_bug.cgi?id=19460
3149
3150 Test esoteric cookie contexts.
3151
3152 * http/tests/security/cookies/create-document-expected.txt: Added.
3153 * http/tests/security/cookies/create-document.html: Added.
3154 * http/tests/security/cookies/resources/simple.xml: Added.
3155 * http/tests/security/cookies/xmlhttprequest-expected.txt: Added.
3156 * http/tests/security/cookies/xmlhttprequest.html: Added.
3157
31582008-06-11 Adam Barth <abarth@webkit.org>
3159
3160 Reviewed and tweaked by Sam Weinig.
3161
3162 Test for https://bugs.webkit.org/show_bug.cgi?id=19242
3163 Data URLs should set an Access-Control-Origin of "null"
3164
3165 Test that we correctly generate "null" as the value for the
3166 Access-Control-Origin header when making requests from a data URL.
3167
3168 * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url-expected.txt: Added.
3169 * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url.html: Added.
3170 * http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
3171
31722008-06-11 Sam Weinig <sam@webkit.org>
3173
3174 Update results on non-leopard platforms to fix the buildbot.
3175
3176 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
3177
31782008-06-11 Cameron Zwarich <cwzwarich@uwaterloo.ca>
3179
3180 Reviewed by Maciej.
3181
3182 Test for:
3183
3184 Bug 19498: REGRESSION (r34497): crash while loading GMail
3185 <https://bugs.webkit.org/show_bug.cgi?id=19498>
3186
3187 * fast/js/logical-or-jless-expected.txt: Added.
3188 * fast/js/logical-or-jless.html: Added.
3189 * fast/js/resources/logical-or-jless.js: Added.
3190
31912008-06-11 Sam Weinig <sam@webkit.org>
3192
3193 Reviewed by Adam Roben.
3194
3195 Add basic test for "*" wildcarding for Access-Control.
3196
3197 * http/tests/xmlhttprequest/access-control-basic-allow-star-expected.txt: Added.
3198 * http/tests/xmlhttprequest/access-control-basic-allow-star.html: Added.
3199 * http/tests/xmlhttprequest/resources/access-control-basic-allow-star.cgi: Added.
3200
32012008-06-11 Justin Garcia <justin.garcia@apple.com>
3202
3203 Reviewed by Eric.
3204
3205 <https://bugs.webkit.org/show_bug.cgi?id=19455>
3206 Crash at RenderObject::childAt during JustifyCenter
3207
3208 * editing/execCommand/19455-expected.txt: Added.
3209 * editing/execCommand/19455.html: Added.
3210
32112008-06-10 Dan Bernstein <mitz@apple.com>
3212
3213 - fix the text encoding in this test
3214
3215 * editing/selection/move-left-right.html:
3216
32172008-06-09 Dan Bernstein <mitz@apple.com>
3218
3219 Reviewed by Justin Garcia.
3220
3221 - update test for https://bugs.webkit.org/show_bug.cgi?id=19443
3222 <rdar://problem/5994544> REGRESSION (r32531-r32652): Moving the insertion point past a newline inserted in a text area skips the next character
3223
3224 * editing/selection/move-left-right-expected.txt:
3225 * editing/selection/move-left-right.html:
3226 * platform/mac/editing/selection/move-left-right-expected.txt:
3227
32282008-06-08 Adam Barth <abarth@webkit.org>
3229
3230 Reviewed by Darin Alder.
3231
3232 https://bugs.webkit.org/show_bug.cgi?id=16856
3233
3234 Fix tests not to rely on broken javascript URL behavior.
3235
3236 * fast/events/event-listener-html-non-html-confusion.html:
3237 * fast/replaced/image-map-bug16782-expected.txt: Added.
3238 * fast/replaced/image-map-bug16782.html: Added.
3239 * fast/replaced/image-map.html:
3240 * svg/custom/prevent-default.svg:
3241
32422008-06-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
3243
3244 Reviewed by Oliver.
3245
3246 Bug 17931: Incorrect decompilation with |new|
3247 <https://bugs.webkit.org/show_bug.cgi?id=17931>
3248
3249 This bug was fixed by SquirrelFish, but we should add a test.
3250
3251 * fast/js/function-toString-parentheses-expected.txt:
3252 * fast/js/resources/function-toString-parentheses.js:
3253
32542008-06-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
3255
3256 Reviewed by Oliver.
3257
3258 Bug 17932: "ASSERTION FAILED: type != Continue" with do/while and try/finally
3259 <https://bugs.webkit.org/show_bug.cgi?id=17932>
3260
3261 This bug was fixed by SquirrelFish, but we should add a test, as well
3262 as tests for related issues found while developing SquirrelFish.
3263
3264 * fast/js/continue-break-multiple-labels-expected.txt:
3265 * fast/js/continue-break-multiple-labels.html:
3266 * fast/js/resources/continue-break-multiple-labels.js: Added.
3267
32682008-06-08 Adam Barth <abarth@webkit.org>
3269
3270 Reviewed by Darin Alder.
3271
3272 Add a number of tests for document.cookie access.
3273
3274 https://bugs.webkit.org/show_bug.cgi?id=19257
3275
3276 * http/tests/security/cookies: Added.
3277 * http/tests/security/cookies/assign-document-url-expected.txt: Added.
3278 * http/tests/security/cookies/assign-document-url.html: Added.
3279 * http/tests/security/cookies/base-about-blank-expected.txt: Added.
3280 * http/tests/security/cookies/base-about-blank.html: Added.
3281 * http/tests/security/cookies/base-tag-expected.txt: Added.
3282 * http/tests/security/cookies/base-tag.html: Added.
3283 * http/tests/security/cookies/basic-expected.txt: Added.
3284 * http/tests/security/cookies/basic.html: Added.
3285 * http/tests/security/cookies/resources: Added.
3286 * http/tests/security/cookies/resources/set-a-cookie.html: Added.
3287
32882008-06-08 Dan Bernstein <mitz@apple.com>
3289
3290 - test for <rdar://problem/5961977> Crash in RenderBlock::layoutColumns()
3291
3292 Reviewed by Darin Adler.
3293
3294 * fast/multicol/content-height-zero-crash-expected.txt: Added.
3295 * fast/multicol/content-height-zero-crash.html: Added.
3296
32972008-06-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
3298
3299 Reviewed by Darin.
3300
3301 Test for:
3302
3303 Bug 19346: REGRESSION: Mootools 1.2 Class inheritance broken in post-SquirrelFish merge
3304 <https://bugs.webkit.org/show_bug.cgi?id=19346>
3305
3306 * fast/js/function-dot-arguments-and-caller-expected.txt:
3307 * fast/js/function-dot-arguments-and-caller.html:
3308
33092008-06-08 Vincent Ricard <magic@magicninja.org>
3310
3311 Reviewed by Darin.
3312
3313 test cases for https://bugs.webkit.org/show_bug.cgi?id=16489
3314 WebKit does not support ElementTraversal specification
3315
3316 * fast/dom/Element/element-traversal-expected.txt: Added.
3317 * fast/dom/Element/element-traversal.html: Added.
3318 * fast/dom/Element/resources/element-traversal.js: Added.
3319
3320 * fast/dom/domListEnumeration-expected.txt: Updated since Element now has 5
3321 new properties. It would be good to rewrite this test so it doesn't have to
3322 be updated every time we add a property to Node or Element.
3323 * fast/dom/resources/domListEnumeration.js: Ditto.
3324
33252008-06-08 Bradley Meck <genisis329@gmail.com>
3326
3327 Reviewed and tweaked by Darin.
3328
3329 - test for https://bugs.webkit.org/show_bug.cgi?id=17051
3330 safari should treat "url()" as a valid CSS value
3331
3332 We should really add some more tests for this. One text-only test each for the
3333 four different sites that handle URLs (cursor image, list style image, fill image,
3334 border image) that were fixed. Currently this covers only the cursor image.
3335
3336 * fast/css/invalid-cursor-property-crash.html: Updated test to expect the
3337 url() to be expanded into the URL of the document itself. The text of the test
3338 is now a bit misleading, but it still tests that it's not a crash, and now it
3339 also doubles as a check that url() is handled properly.
3340
33412008-06-08 Vincent Ricard <magic@magicninja.org>
3342
3343 Reviewed by Darin.
3344
3345 Test case for
3346 Bug 18041: DOMNodeRemoved events are sent twice
3347
3348 * fast/dom/Node/DOMNodeRemovedEvent-expected.txt: Added.
3349 * fast/dom/Node/DOMNodeRemovedEvent.html: Added.
3350 * fast/dom/Node/resources/DOMNodeRemovedEvent.js: Added.
3351
33522008-06-08 Tony Chang <idealisms@gmail.com>
3353
3354 Reviewed by Eric Seidel.
3355
3356 - test for https://bugs.webkit.org/show_bug.cgi?id=18167
3357 there should be no text-drag delay on any platform except for Mac
3358
3359 Also updated two tests which depend on the drag text delay to be greater
3360 than 0 by making them no longer select text before the mouse down.
3361
3362 * editing/selection/drag-text-delay-expected.txt: Added.
3363 * editing/selection/drag-text-delay.html: Added.
3364 * platform/mac/editing/selection/drag-text-delay-expected.txt: Added.
3365
3366 * fast/events/autoscroll.html:
3367 * fast/forms/input-readonly-autoscroll.html:
3368
33692008-06-08 Rob Buis <buis@kde.org>
3370
3371 Reviewed by Darin.
3372
3373 - test for https://bugs.webkit.org/show_bug.cgi?id=18512
3374 getPresentationAttribute returns a shared object
3375
3376 * svg/custom/getPresentationAttribute-modify-expected.txt: Added.
3377 * svg/custom/getPresentationAttribute-modify.svg: Added.
3378
33792008-06-08 Eric Roman <minatoar@gmail.com>
3380
3381 Reviewed by Adam Roben.
3382
3383 - fix https://bugs.webkit.org/show_bug.cgi?id=18550
3384 cross-frame-access-call.html doesn't really test window.open(), since popups are blocked
3385
3386 * http/tests/security/cross-frame-access-call.html: Enable popups for this layout test.
3387 The test checks that window.open is returns undefined (same-domain enforcement), however
3388 unless popups are enabled it returns undefined regardless.
3389
33902008-06-07 Dan Bernstein <mitz@apple.com>
3391
3392 Reviewed by Dave Hyatt.
3393
3394 - updated test for https://bugs.webkit.org/show_bug.cgi?id=19431
3395 <rdar://problem/5994060> REGRESSION (r32406): tabs retain hover color after mouse out
3396
3397 * fast/css/remove-shorthand-expected.txt:
3398 * fast/css/remove-shorthand.html:
3399
34002008-06-07 Sam Weinig <sam@webkit.org>
3401
3402 Reviewed by Dan Bernstein.
3403
3404 Fix random failures of XSS tests by using window.postMessage().
3405
3406 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
3407 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html:
3408 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame.html:
3409 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
3410 * http/tests/security/resources/cross-frame-access.js:
3411 * http/tests/security/resources/cross-frame-iframe-with-explicit-domain-set.html:
3412 * http/tests/security/resources/cross-frame-iframe.html:
3413 * platform/mac-leopard/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
3414
34152008-06-07 Dan Bernstein <mitz@apple.com>
3416
3417 Reviewed by Sam Weinig.
3418
3419 - pixel test for https://bugs.webkit.org/show_bug.cgi?id=19279
3420 REGRESSION (r32660): Text not redrawn correctly when selection changes
3421
3422 * fast/text/selection-painted-separately.html: Added.
3423 * platform/mac/fast/text/selection-painted-separately-expected.checksum: Added.
3424 * platform/mac/fast/text/selection-painted-separately-expected.png: Added.
3425 * platform/mac/fast/text/selection-painted-separately-expected.txt: Added.
3426
34272008-06-07 Adam Barth <abarth@webkit.org>
3428
3429 Reviewed by Sam.
3430
3431 Tests for https://bugs.webkit.org/show_bug.cgi?id=17911
3432
3433 * http/tests/security/resources/iframe-for-synchronous-form.html: Added.
3434 * http/tests/security/xss-DENIED-synchronous-form-expected.txt: Added.
3435 * http/tests/security/xss-DENIED-synchronous-form.html: Added.
3436
34372008-06-07 Cameron Zwarich <cwzwarich@uwaterloo.ca>
3438
3439 Reviewed by Oliver.
3440
3441 Bug 17663: Wrong sequencing of argument list evaluation
3442 <https://bugs.webkit.org/show_bug.cgi?id=17663>
3443
3444 SquirrelFish fixed this bug, but we should add a test.
3445
3446 * fast/js/order-of-operations-expected.txt:
3447 * fast/js/resources/order-of-operations.js:
3448
34492008-06-06 Robert Blaut <webkit@blaut.biz>
3450
3451 Reviewed by Darin Adler.
3452
3453 Test for https://bugs.webkit.org/show_bug.cgi?id=19407
3454 CSS3 Selector Test: *= ~= ^= $= should all accept the empty string, but match nothing.
3455
3456 * fast/css/begin-end-contain-selector-empty-value.html: Added.
3457 * platform/mac/fast/css/begin-end-contain-selector-empty-value-expected.txt: Added.
3458
34592008-06-06 Anthony Ricaud <rik24d@gmail.com>
3460
3461 Reviewed by adele. Landed by eseidel.
3462
3463 https://bugs.webkit.org/show_bug.cgi?id=18337
3464
3465 Checks that onchange fires when typing the name of an option and doesn't fire when leaving the listbox.
3466
3467 * fast/forms/listbox-onchange-expected.txt:
3468 * fast/forms/listbox-onchange.html:
3469
34702008-06-06 Justin Garcia <justin.garcia@apple.com>
3471
3472 Reviewed by John.
3473
3474 <rdar://problem/5890684> REGRESSION(r23969): Deleting a line break changes the style of text after the break
3475
3476 * editing/deleting/5890684-expected.txt: Added.
3477 * editing/deleting/5890684.html: Added.
3478
34792008-06-06 Justin Garcia <justin.garcia@apple.com>
3480
3481 Reviewed by Darin.
3482
3483 <https://bugs.webkit.org/show_bug.cgi?id=19087>
3484 Editing crash in IndentOutdentCommand::prepareBlockquoteLevelForInsertion, ASSERT in debug mode
3485
3486 * editing/execCommand/19087-expected.txt: Added.
3487 * editing/execCommand/19087.html: Added.
3488
34892008-06-06 Julien Chaffraix <jchaffraix@webkit.org>
3490
3491 Reviewed by Alexey.
3492
3493 xmlhttprequest-onProgress-open-should-zero-length.html supposes that the onprogress event
3494 is dispatched 3 times to test that the position is reset when XMLHttpRequest.open() is
3495 called.
3496 The test was failing because CoreFoundation keeps the data if they are not big enough
3497 (which led to only 1 progress event dispatched).
3498
3499 We now generate a big response instead of a small one.
3500
3501 Warning: this test is not guaranteed to succeed as we cannot guarantee that the server
3502 will send responses' sizes that are close for 2 different requests to the same
3503 resource.
3504
3505 * http/tests/xmlhttprequest/resources/big-response.php: Added.
3506 * http/tests/xmlhttprequest/resources/five-tiny-chunk-one-second-delay.php: Removed.
3507
3508 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt: Added a
3509 warning about the possible failure of the test.
3510 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html: Ditto.
3511
35122008-06-05 Oliver Hunt <oliver@apple.com>
3513
3514 Reviewed by Alexey.
3515
3516 Tests to ensure we evaluate binary operators in the correct order.
3517
3518 * fast/js/order-of-operations-expected.txt: Added.
3519 * fast/js/order-of-operations.html: Added.
3520 * fast/js/resources/order-of-operations.js: Added.
3521
35222008-06-05 Justin Garcia <justin.garcia@apple.com>
3523
3524 Reviewed by Eric.
3525
3526 <https://bugs.webkit.org/show_bug.cgi?id=19403>
3527 ASSERT in InsertIntoTextNodeCommand::InsertIntoTextNodeCommand during RemoveFormat call
3528
3529 * editing/execCommand/19403-expected.txt: Added.
3530 * editing/execCommand/19403.html: Added.
3531
35322008-06-05 Justin Garcia <justin.garcia@apple.com>
3533
3534 Reviewed by Eric.
3535
3536 <https://bugs.webkit.org/show_bug.cgi?id=19089> Editing ASSERT in Range::compareBoundaryPoints
3537
3538 * editing/execCommand/19089-expected.txt: Added.
3539 * editing/execCommand/19089.html: Added.
3540
35412008-06-05 Justin Garcia <justin.garcia@apple.com>
3542
3543 Reviewed by Harrison.
3544
3545 <rdar://problem/5658933> GoogleDocs: Crash indenting a particular selection twice
3546
3547 * editing/execCommand/5658933-1-expected.txt: Added.
3548 * editing/execCommand/5658933-1.html: Added.
3549 * editing/execCommand/5658933-2-expected.txt: Added.
3550 * editing/execCommand/5658933-2.html: Added.
3551 * editing/execCommand/5658933-3-expected.txt: Added.
3552 * editing/execCommand/5658933-3.html: Added.
3553
35542008-06-05 Antti Koivisto <antti@apple.com>
3555
3556 Reviewed by Dave Hyatt.
3557
3558 Make hasFeature() return true for the animation stuff.
3559
3560 * svg/custom/svg-features-expected.txt:
3561
35622008-06-05 Dan Bernstein <mitz@apple.com>
3563
3564 Reviewed by Darin Adler.
3565
3566 - pixel test for https://bugs.webkit.org/show_bug.cgi?id=19397
3567 REGRESSION (3.1-TOT): Box-shadow renders weird when rotating a div with border radius
3568
3569 * fast/transforms/shadows.html: Added.
3570 * platform/mac/fast/transforms/shadows-expected.checksum: Added.
3571 * platform/mac/fast/transforms/shadows-expected.png: Added.
3572 * platform/mac/fast/transforms/shadows-expected.txt: Added.
3573
35742008-06-05 Tor Arne Vestbø <tavestbo@trolltech.com>
3575
3576 Reviewed by Simon
3577
3578 Update layout tests on Mac based on the changes to html4.css
3579 in r34299. The missing backgroundClip and outlineClip in the
3580 new results is strange, but visually it looks the same.
3581
3582 * platform/mac/media/audio-controls-rendering-expected.txt:
3583 * platform/mac/media/video-controls-rendering-expected.txt:
3584 * platform/mac/media/video-display-toggle-expected.txt:
3585
35862008-06-05 Cameron Zwarich <cwzwarich@uwaterloo.ca>
3587
3588 Reviewed by Maciej.
3589
3590 Tests for:
3591
3592 Bug 19400: subscript operator does not protect base when necessary
3593 <https://bugs.webkit.org/show_bug.cgi?id=19400>
3594
3595 * fast/js/codegen-temporaries-expected.txt:
3596 * fast/js/resources/codegen-temporaries.js:
3597
35982008-06-04 Dan Bernstein <mitz@apple.com>
3599
3600 Reviewed by Dave Hyatt.
3601
3602 - test for <rdar://problem/5962118> Crash in RenderBlock::calcColumnWidth()
3603
3604 * fast/multicol/gap-non-negative-expected.txt: Added.
3605 * fast/multicol/gap-non-negative.html: Added.
3606
36072008-06-04 Dan Bernstein <mitz@apple.com>
3608
3609 Reviewed by Dave Hyatt.
3610
3611 - test for <rdar://problem/5962270> Crash in WebCore::RenderTableCell::computeAbsoluteRepaintRect()
3612
3613 * fast/reflections/table-cell.html: Added.
3614 * platform/mac/fast/reflections/table-cell-expected.checksum: Added.
3615 * platform/mac/fast/reflections/table-cell-expected.png: Added.
3616 * platform/mac/fast/reflections/table-cell-expected.txt: Added.
3617
36182008-06-03 Antti Koivisto <antti@apple.com>
3619
3620 Reviewed by Darin.
3621
3622 https://bugs.webkit.org/show_bug.cgi?id=19384
3623
3624 Test for path morphing.
3625
3626 * platform/mac/svg/custom/animate-path-morphing-expected.txt: Added.
3627 * svg/custom/animate-path-morphing.svg: Added.
3628
36292008-06-03 Justin Garcia <justin.garcia@apple.com>
3630
3631 Reviewed by John.
3632
3633 <rdar://problem/5763082> GMail: Hang when removing indent from nested list
3634
3635 * editing/execCommand/5763082-expected.txt: Added.
3636 * editing/execCommand/5763082.html: Added.
3637
36382008-06-03 Anders Carlsson <andersca@apple.com>
3639
3640 Reviewed by John and Sam.
3641
3642 <rdar://problem/5955218>
3643 Assertion failure in ApplicationCacheGroup::addEntry when reloading a page with a cache manifest (19182)
3644
3645 * http/tests/appcache/crash-when-navigating-away-then-back-expected.txt: Added.
3646 * http/tests/appcache/crash-when-navigating-away-then-back.html: Added.
3647 * http/tests/appcache/resources/crash-when-navigating-away-then-back.html: Added.
3648 * http/tests/appcache/resources/crash-when-navigating-away-then-back.manifest: Added.
3649
36502008-06-03 Dan Bernstein <mitz@apple.com>
3651
3652 Reviewed by Dave Hyatt.
3653
3654 - test and updated results for <rdar://problem/5965410>
3655 In fixed table layout, the width of cells with auto width should be
3656 proportional to their column span, to match Firefox and IE.
3657
3658 * fast/table/fixed-with-auto-with-colspan.html: Added.
3659 * platform/mac/fast/table/fixed-with-auto-with-colspan-expected.checksum: Added.
3660 * platform/mac/fast/table/fixed-with-auto-with-colspan-expected.png: Added.
3661 * platform/mac/fast/table/fixed-with-auto-with-colspan-expected.txt: Added.
3662 * platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
3663 * platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
3664 * platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
3665
36662008-06-03 Alexey Proskuryakov <ap@webkit.org>
3667
3668 <rdar://problem/5621979> editing/selection/5241148.html crashes on Windows
3669
3670 Try removing it from the Skipped list, as this is not reproducible with current closed
3671 source libraries.
3672
3673 * platform/win/Skipped:
3674
36752008-06-02 Anders Carlsson <andersca@apple.com>
3676
3677 Reviewed by David Hyatt and Mitz.
3678
3679 <rdar://problem/5704119>
3680 repro crash in WebCore::RenderPart::setWidget (plugin-related?)
3681
3682 * platform/mac/plugins/update-widget-from-style-recalc-expected.txt: Added.
3683 * platform/mac/plugins/update-widget-from-style-recalc.html: Added.
3684
36852008-06-02 Julien Chaffraix <jchaffraix@webkit.org>
3686
3687 Reviewed by Darin.
3688
3689 Bug 18655: [XHR] OnProgress needs more test case
3690 https://bugs.webkit.org/show_bug.cgi?id=18655
3691
3692 * http/tests/xmlhttprequest/resources/five-tiny-chunk-one-second-delay.php: Added.
3693 * http/tests/xmlhttprequest/resources/noContentLength.asis: Added.
3694 * http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt: Added.
3695 * http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match.html: Added.
3696 * http/tests/xmlhttprequest/xmlhttprequest-addEventListener-onProgress-expected.txt: Added.
3697 * http/tests/xmlhttprequest/xmlhttprequest-addEventListener-onProgress.html: Added.
3698 * http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress-expected.txt: Added.
3699 * http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html: Added.
3700 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt: Added.
3701 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html: Added.
3702
37032008-06-02 Dan Bernstein <mitz@apple.com>
3704
3705 Reviewed by Oliver Hunt.
3706
3707 - additional tests for https://bugs.webkit.org/show_bug.cgi?id=19344
3708 <rdar://problem/5977300> Regression: Shadow offsets seem to have changed in 10.5.3 in canvas
3709
3710 * fast/canvas/resources/shadow-offset.js: Added.
3711 * fast/canvas/shadow-offset-1.html: Copied from LayoutTests/fast/canvas/shadow-offset.html.
3712 * fast/canvas/shadow-offset-2.html: Added.
3713 * fast/canvas/shadow-offset-3.html: Added.
3714 * fast/canvas/shadow-offset-4.html: Added.
3715 * fast/canvas/shadow-offset-5.html: Added.
3716 * fast/canvas/shadow-offset-6.html: Added.
3717 * fast/canvas/shadow-offset-7.html: Added.
3718 * fast/canvas/shadow-offset.html: Removed.
3719 * platform/mac/fast/canvas/shadow-offset-1-expected.checksum: Added.
3720 * platform/mac/fast/canvas/shadow-offset-1-expected.png: Added.
3721 * platform/mac/fast/canvas/shadow-offset-1-expected.txt: Added.
3722 * platform/mac/fast/canvas/shadow-offset-2-expected.checksum: Added.
3723 * platform/mac/fast/canvas/shadow-offset-2-expected.png: Added.
3724 * platform/mac/fast/canvas/shadow-offset-2-expected.txt: Added.
3725 * platform/mac/fast/canvas/shadow-offset-3-expected.checksum: Added.
3726 * platform/mac/fast/canvas/shadow-offset-3-expected.png: Added.
3727 * platform/mac/fast/canvas/shadow-offset-3-expected.txt: Added.
3728 * platform/mac/fast/canvas/shadow-offset-4-expected.checksum: Added.
3729 * platform/mac/fast/canvas/shadow-offset-4-expected.png: Added.
3730 * platform/mac/fast/canvas/shadow-offset-4-expected.txt: Added.
3731 * platform/mac/fast/canvas/shadow-offset-5-expected.checksum: Added.
3732 * platform/mac/fast/canvas/shadow-offset-5-expected.png: Added.
3733 * platform/mac/fast/canvas/shadow-offset-5-expected.txt: Added.
3734 * platform/mac/fast/canvas/shadow-offset-6-expected.checksum: Added.
3735 * platform/mac/fast/canvas/shadow-offset-6-expected.png: Added.
3736 * platform/mac/fast/canvas/shadow-offset-6-expected.txt: Added.
3737 * platform/mac/fast/canvas/shadow-offset-7-expected.checksum: Added.
3738 * platform/mac/fast/canvas/shadow-offset-7-expected.png: Added.
3739 * platform/mac/fast/canvas/shadow-offset-7-expected.txt: Added.
3740 * platform/mac/fast/canvas/shadow-offset-expected.checksum: Removed.
3741 * platform/mac/fast/canvas/shadow-offset-expected.png: Removed.
3742 * platform/mac/fast/canvas/shadow-offset-expected.txt: Removed.
3743
37442008-06-02 Julien Chaffraix <jchaffraix@webkit.org>
3745
3746 Reviewed by Darin.
3747
3748 Bug 18066: REGRESSION: createAttribute throws NAMESPACE_ERR exception
3749 https://bugs.webkit.org/show_bug.cgi?id=18066
3750
3751 * fast/dom/createAttribute-exception-expected.txt: Added.
3752 * fast/dom/createAttribute-exception.html: Added.
3753
37542008-06-02 Darin Adler <darin@apple.com>
3755
3756 Reviewed by John Sullivan.
3757
3758 - test for https://bugs.webkit.org/show_bug.cgi?id=18799
3759 apl.aip.org menu does not work (property names should be case sensitive)
3760 <rdar://problem/5900484>
3761
3762 * fast/dom/CSSStyleDeclaration: Added.
3763
3764 * fast/dom/CSSStyleDeclaration/css-properties-case-sensitive-expected.txt: Added.
3765 * fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html: Added.
3766 * fast/dom/CSSStyleDeclaration/resources: Added.
3767 * fast/dom/CSSStyleDeclaration/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Element/resources/TEMPLATE.html.
3768 * fast/dom/CSSStyleDeclaration/resources/css-properties-case-sensitive.js: Added.
3769
3770 * fast/dom/CSSStyleDeclaration-empty-string-property-expected.txt: Removed.
3771 * fast/dom/CSSStyleDeclaration-empty-string-property.html: Removed.
3772 * fast/dom/CSSStyleDeclaration/empty-string-property-expected.txt: Copied from LayoutTests/fast/dom/CSSStyleDeclaration-empty-string-property-expected.txt.
3773 * fast/dom/CSSStyleDeclaration/empty-string-property.html: Copied from LayoutTests/fast/dom/CSSStyleDeclaration-empty-string-property.html.
3774
3775 * fast/js/duplicate-param-crash.html: Allowed the make-js-test-wrappers script to update this file.
3776 * fast/js/duplicate-param-gc-crash.html: Ditto.
3777 * fast/js/resources/tostring-exception-in-property-access.js: Ditto.
3778 * fast/js/var-shadows-arg-crash.html: Ditto.
3779 * fast/js/var-shadows-arg-gc-crash.html: Ditto.
3780
37812008-06-02 Darin Adler <darin@apple.com>
3782
3783 Reviewed by Mitz.
3784
3785 - test for https://bugs.webkit.org/show_bug.cgi?id=19358
3786 <rdar://problem/5951986> first line break in <pre> elements ignored
3787 (chess boards at http://rankzero.de/)
3788
3789 * fast/parser/pre-first-line-break-expected.txt: Added.
3790 * fast/parser/pre-first-line-break.html: Added.
3791 * fast/parser/resources/TEMPLATE.html: Copied from fast/dom/resources/TEMPLATE.html.
3792 * fast/parser/resources/pre-first-line-break.js: Added.
3793
37942008-06-02 Geoffrey Garen <ggaren@apple.com>
3795
3796 Reviewed by Darin Adler.
3797
3798 Test for an exception thrown from an array sort comparator function.
3799
3800 * fast/js/throw-from-array-sort-expected.txt: Added.
3801 * fast/js/throw-from-array-sort.html: Added.
3802
38032008-06-02 Simon Pieters <zcorpan@hotmail.com>
3804
3805 Reviewed and landed by Alexey.
3806
3807 https://bugs.webkit.org/show_bug.cgi?id=19355
3808 createElement() with colon and localName
3809
3810 WebKit behavior has changed to expected during Acid3 work (r31230, r31231), but this
3811 specific case appears to have been an untested side effect, landing it now.
3812
3813 * fast/dom/createElement-with-column-expected.txt: Added.
3814 * fast/dom/createElement-with-column.xml: Added.
3815 * fast/dom/createElement-with-column.html: Added.
3816
38172008-06-01 Rob Buis <buis@kde.org>
3818
3819 Reviewed by Darin.
3820
3821 Testcase for:
3822 https://bugs.webkit.org/show_bug.cgi?id=15823
3823 getPropertyValue for border returns null, should compute the shorthand value
3824
3825 * fast/css/getPropertyValue-border-expected.txt: Added.
3826 * fast/css/getPropertyValue-border.html: Added.
3827
38282008-06-01 Dan Bernstein <mitz@apple.com>
3829
3830 Reviewed by Darin Adler.
3831
3832 - test for https://bugs.webkit.org/show_bug.cgi?id=19344
3833 <rdar://problem/5977300> Regression: Shadow offsets seem to have changed in 10.5.3 in canvas
3834
3835 * fast/canvas/shadow-offset.html: Added.
3836 * platform/mac/fast/canvas/shadow-offset-expected.checksum: Added.
3837 * platform/mac/fast/canvas/shadow-offset-expected.png: Added.
3838 * platform/mac/fast/canvas/shadow-offset-expected.txt: Added.
3839
38402008-05-30 Dan Bernstein <mitz@apple.com>
3841
3842 Reviewed by Darin Adler.
3843
3844 - test for https://bugs.webkit.org/show_bug.cgi?id=19278
3845 <rdar://problem/5968621> REGRESSION (r31114-r31132): image float disappears on refresh
3846
3847 * fast/dynamic/float-in-trailing-whitespace-after-last-line-break.html: Added.
3848 * platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.checksum: Added.
3849 * platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png: Added.
3850 * platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt: Added.
3851
38522008-05-30 Dan Bernstein <mitz@apple.com>
3853
3854 Reviewed by Darin Adler.
3855
3856 - updated pixel results for "eliminate excessive repainting when an
3857 object's final position after layout is unchanged"
3858
3859 * platform/mac/fast/repaint/intermediate-layout-position-clip-expected.checksum:
3860 * platform/mac/fast/repaint/intermediate-layout-position-clip-expected.png:
3861 * platform/mac/fast/repaint/intermediate-layout-position-expected.checksum:
3862 * platform/mac/fast/repaint/intermediate-layout-position-expected.png:
3863
38642008-05-30 Alexey Proskuryakov <ap@webkit.org>
3865
3866 Reviewed by Darin.
3867
3868 http://bugs.webkit.org/show_bug.cgi?id=7466
3869 <rdar://problem/4657563> Use of Ctrl as access key modifier conflicts with Mac OS X
3870 emacs-style keybindings
3871
3872 * fast/events/access-key-self-destruct.html:
3873 * fast/forms/access-key.html:
3874 * fast/forms/focus-selection-input-expected.txt:
3875 * fast/forms/focus-selection-input.html:
3876 * fast/forms/legend-access-key.html:
3877 * fast/forms/select-accesskey.html:
3878 Updated tests to keep passing.
3879
3880 * fast/forms/select-accesskey-expected.txt: Added.
3881 * fast/forms/select-accesskey.html:
3882 * platform/mac/fast/forms/select-accesskey-expected.checksum: Removed.
3883 * platform/mac/fast/forms/select-accesskey-expected.png: Removed.
3884 * platform/mac/fast/forms/select-accesskey-expected.txt: Removed.
3885 Updated to keep passing, made text-only.
3886
3887 * fast/forms/focus-selection-textarea.html:
3888 * fast/forms/focus-selection-textarea-expected.txt:
3889 Added missing platform-specific logic.
3890
38912008-05-29 Maciej Stachowiak <mjs@apple.com>
3892
3893 Reviewed by Oliver. Test by Geoff Garen.
3894
3895 - fixed <rdar://problem/5972943> REGRESSION(r33979): Flash clips do not play on cnn.com
3896
3897 * fast/js/finally-codegen-failure-expected.txt: Added.
3898 * fast/js/finally-codegen-failure.html: Added.
3899
39002008-05-28 Justin Garcia <justin.garcia@apple.com>
3901
3902 Reviewed by Eric.
3903
3904 <rdar://problem/5847330> REGRESSION CrashTracer: [USER] 536 crashes at WebCore::highestAncestor
3905
3906 * editing/deleting/5847330-1-expected.txt: Added.
3907 * editing/deleting/5847330-1.html: Added.
3908 * editing/deleting/5847330-2-expected.txt: Added.
3909 * editing/deleting/5847330-2.html: Added.
3910
39112008-05-29 Alexey Proskuryakov <ap@webkit.org>
3912
3913 Reviewed by Darin.
3914
3915 https://bugs.webkit.org/show_bug.cgi?id=19294
3916 <rdar://problem/5969062> A crash when iterating over a sparse array backwards.
3917
3918 * fast/js/array-iterate-backwards-expected.txt: Added.
3919 * fast/js/array-iterate-backwards.html: Added.
3920 * fast/js/resources/array-iterate-backwards.js: Added.
3921
39222008-05-29 Alexey Proskuryakov <ap@webkit.org>
3923
3924 Reviewed by Darin.
3925
3926 https://bugs.webkit.org/show_bug.cgi?id=19215
3927 REGRESSION: transformToDocument fails when xsl includes &#160;
3928
3929 * fast/xsl/nbsp-in-stylesheet-expected.txt: Added.
3930 * fast/xsl/nbsp-in-stylesheet.html: Added.
3931
39322008-05-29 Maciej Stachowiak <mjs@apple.com>
3933
3934 Reviewed by Dave Hyatt.
3935
3936 - Test cases for this change: "speed up DHTML using lazy style resolution and renderer creation"
3937
3938 * http/tests/misc/acid3-expected.txt:
3939 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum:
3940 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
3941 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
3942
39432008-05-28 Oliver Hunt <oliver@apple.com>
3944
3945 Reviewed by Anders.
3946
3947 Adding a test case for assignment result used as a function.
3948
3949 * fast/js/codegen-temporaries-expected.txt:
3950 * fast/js/resources/codegen-temporaries.js:
3951
39522008-05-28 Anders Carlsson <andersca@apple.com>
3953
3954 Reviewed by Oliver.
3955
3956 <rdar://problem/5968071> "const f" crashes in JavaScriptCore
3957
3958 * fast/js/const-without-initializer-expected.txt: Added.
3959 * fast/js/const-without-initializer.html: Added.
3960 * fast/js/resources/const-without-initializer.js: Added.
3961
39622008-05-27 Justin Garcia <justin.garcia@apple.com>
3963
3964 Reviewed by Oliver.
3965
3966 <rdar://problem/5803706> Pressing return at the end of a header doesn't break out of header (17460)
3967
3968 * editing/inserting/5803706-1-expected.txt: Adjust this already checked-in test to reflect the new
3969 expected behavior.
3970 * editing/inserting/5803706-1.html:
3971
39722008-05-27 Anders Carlsson <andersca@apple.com>
3973
3974 Reviewed by Geoff and Maciej.
3975
3976 <rdar://problem/5806428>
3977 https://bugs.webkit.org/show_bug.cgi?id=17925
3978 Crash in KJS::JSObject::put after setting this.__proto__
3979
3980 * fast/js/resources/this-non-object-proto.js: Added.
3981 * fast/js/this-non-object-proto-expected.txt: Added.
3982 * fast/js/this-non-object-proto.html: Added.
3983
39842008-05-26 Maciej Stachowiak <mjs@apple.com>
3985
3986 Reviewed by Anders.
3987
3988 - update test result for document/window being allocated to var slots
3989
3990 * http/tests/security/cross-frame-access-put-expected.txt:
3991
39922008-05-26 James Ren <jamesjren@gmail.com>
3993
3994 Reviewed by Sam Weinig, landed by Collin Jackson.
3995
3996 http://bugs.webkit.org/show_bug.cgi?id=19163
3997
3998 Modified some http/security layout tests to allow them to run in Firefox.
3999
4000 * http/tests/security/aboutBlank/xss-DENIED-set-opener.html:
4001 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html:
4002 * http/tests/security/resources/localhost-accesssor.html:
4003 Added a workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=434912
4004
4005 * http/tests/security/resources/cross-frame-access.js:
4006 Changed shouldBe to also gracefully handle exceptions
4007
4008 * http/tests/security/resources/foreign-domain-iframe-for-selection-test.html:
4009 Added feature detection for setBaseAndExtent and selectAllChildren
4010
4011 * http/tests/security/cross-frame-access-enumeration-expected.txt:
4012 * http/tests/security/cross-frame-access-enumeration.html:
4013 Fixed typo (missing '.html')
4014
4015 * http/tests/security/cross-frame-access-call-expected.txt:
4016 * http/tests/security/cross-frame-access-call.html:
4017 * http/tests/security/cross-frame-access-first-time.html:
4018 * http/tests/security/cross-frame-access-put.html:
4019 * http/tests/security/cross-frame-access-selection.html:
4020 Caught exceptions that Firefox throws, to allow the test to run to completion.
4021
40222008-05-26 Anders Carlsson <andersca@apple.com>
4023
4024 Reviewed by Sam.
4025
4026 Add a name to the source frame.
4027
4028 * fast/frames/viewsource-empty-attribute-value-expected.txt:
4029 * fast/frames/viewsource-empty-attribute-value.html:
4030
40312008-05-23 Tor Arne Vestbø <tavestbo@trolltech.com>
4032
4033 Reviewed by Simon.
4034
4035 Added a comment to the skipping of fast/css/case-transform.html that
4036 mentions the reason of failure being a Qt bug.
4037
4038 * platform/qt/Skipped:
4039
40402008-05-26 Tor Arne Vestbø <tavestbo@trolltech.com>
4041
4042 Reviewed by Simon
4043
4044 Update QtWebkit layout-tests in accordance with bug 18976
4045
4046 https://bugs.webkit.org/show_bug.cgi?id=18976
4047
4048 The test fast/xsl/xslt-text.xml is on our skipped list due to
4049 missing XSLT support in Qt.
4050
4051 * platform/qt/fast/dom/dom-parse-serialize-expected.txt:
4052
40532008-05-25 Dan Bernstein <mitz@apple.com>
4054
4055 Reviewed by Darin Adler.
4056
4057 - pixel test for https://bugs.webkit.org/show_bug.cgi?id=19086
4058 <rdar://problem/5962254> REGRESSION (r28519-r28535): Caret doesn't paint past the right edge of a block
4059
4060 * fast/repaint/caret-outside-block.html: Added.
4061 * platform/mac/fast/repaint/caret-outside-block-expected.checksum: Added.
4062 * platform/mac/fast/repaint/caret-outside-block-expected.png: Added.
4063 * platform/mac/fast/repaint/caret-outside-block-expected.txt: Added.
4064
40652008-05-25 Rob Buis <buis@kde.org>
4066
4067 Reviewed by Alexey.
4068
4069 Fix the test.
4070
4071 * svg/custom/frame-getSVGDocument.html:
4072
40732008-05-25 Rob Buis <buis@kde.org>
4074
4075 RS=Oliver
4076
4077 Fix SVG test results for tiger buildbot.
4078
4079 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
4080 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
4081 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
4082 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
4083 * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
4084 * platform/mac-tiger/svg/custom/control-points-for-S-and-T-expected.txt:
4085 * platform/mac-tiger/svg/hixie/perf/001-expected.txt:
4086 * platform/mac-tiger/svg/hixie/perf/002-expected.txt:
4087 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
4088 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
4089 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
4090
40912008-05-25 Oliver Hunt <oliver@apple.com>
4092
4093 RS=Alexey
4094
4095 Fix leopard results following changes to SVG path dumping.
4096
4097 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
4098 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
4099 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
4100 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
4101 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
4102 * platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.txt:
4103 * platform/mac-leopard/svg/hixie/perf/001-expected.txt:
4104 * platform/mac-leopard/svg/hixie/perf/002-expected.txt:
4105 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
4106 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
4107 * platform/mac-leopard/svg/text/text-path-01-b-expected.txt:
4108
41092008-05-25 Rob Buis <buis@kde.org>
4110
4111 Reviewed by Eric.
4112
4113 https://bugs.webkit.org/show_bug.cgi?id=18927
4114 Unify path data debug output
4115
4116 Changed SVG testcase text dumps. Note that this is for Mac Tiger
4117 only, Leopard specific text dumps are not included.
4118
4119 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
4120 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
4121 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
4122 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
4123 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
4124 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
4125 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
4126 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
4127 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
4128 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
4129 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
4130 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
4131 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
4132 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
4133 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
4134 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
4135 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
4136 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
4137 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
4138 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
4139 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
4140 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
4141 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
4142 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
4143 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
4144 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
4145 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
4146 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
4147 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
4148 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
4149 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
4150 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
4151 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
4152 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
4153 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
4154 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
4155 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
4156 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
4157 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
4158 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
4159 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
4160 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
4161 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
4162 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
4163 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
4164 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
4165 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
4166 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
4167 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
4168 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
4169 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
4170 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
4171 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
4172 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
4173 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
4174 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
4175 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
4176 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
4177 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
4178 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
4179 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
4180 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
4181 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
4182 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
4183 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
4184 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
4185 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
4186 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
4187 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
4188 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
4189 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
4190 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
4191 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
4192 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
4193 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
4194 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
4195 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
4196 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
4197 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
4198 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
4199 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
4200 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
4201 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
4202 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
4203 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
4204 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
4205 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
4206 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
4207 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
4208 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
4209 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
4210 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
4211 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
4212 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
4213 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
4214 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
4215 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
4216 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
4217 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
4218 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
4219 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
4220 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
4221 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
4222 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
4223 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
4224 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
4225 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
4226 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
4227 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
4228 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
4229 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
4230 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
4231 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
4232 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
4233 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
4234 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
4235 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
4236 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
4237 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
4238 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
4239 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
4240 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
4241 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
4242 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
4243 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
4244 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
4245 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
4246 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
4247 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
4248 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
4249 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
4250 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
4251 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
4252 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
4253 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
4254 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
4255 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
4256 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
4257 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
4258 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
4259 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
4260 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
4261 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
4262 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
4263 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
4264 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
4265 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
4266 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
4267 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
4268 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
4269 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
4270 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
4271 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
4272 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
4273 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
4274 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
4275 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
4276 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
4277 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
4278 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
4279 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
4280 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
4281 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
4282 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
4283 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
4284 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
4285 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
4286 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
4287 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
4288 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
4289 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
4290 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
4291 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
4292 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
4293 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
4294 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
4295 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
4296 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
4297 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
4298 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
4299 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
4300 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
4301 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
4302 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
4303 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
4304 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
4305 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
4306 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
4307 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
4308 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
4309 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
4310 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
4311 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
4312 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
4313 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
4314 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
4315 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
4316 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
4317 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
4318 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
4319 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
4320 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
4321 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
4322 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
4323 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
4324 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
4325 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
4326 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
4327 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
4328 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
4329 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
4330 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
4331 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
4332 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
4333 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
4334 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
4335 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
4336 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
4337 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
4338 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
4339 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
4340 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
4341 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
4342 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
4343 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
4344 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
4345 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
4346 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
4347 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
4348 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
4349 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
4350 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
4351 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
4352 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
4353 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
4354 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
4355 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
4356 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
4357 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
4358 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
4359 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
4360 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
4361 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
4362 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
4363 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
4364 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
4365 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
4366 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
4367 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
4368 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
4369 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
4370 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
4371 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
4372 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
4373 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
4374 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
4375 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
4376 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
4377 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
4378 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
4379 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
4380 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
4381 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
4382 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
4383 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
4384 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
4385 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
4386 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
4387 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
4388 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
4389 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
4390 * platform/mac/svg/batik/text/textAnchor-expected.txt:
4391 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
4392 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
4393 * platform/mac/svg/batik/text/textEffect2-expected.txt:
4394 * platform/mac/svg/batik/text/textFeatures-expected.txt:
4395 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
4396 * platform/mac/svg/batik/text/textLength-expected.txt:
4397 * platform/mac/svg/batik/text/textOnPath-expected.txt:
4398 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
4399 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
4400 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
4401 * platform/mac/svg/batik/text/textProperties-expected.txt:
4402 * platform/mac/svg/batik/text/textProperties2-expected.txt:
4403 * platform/mac/svg/batik/text/verticalText-expected.txt:
4404 * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
4405 * platform/mac/svg/carto.net/button-expected.txt:
4406 * platform/mac/svg/carto.net/colourpicker-expected.txt:
4407 * platform/mac/svg/carto.net/combobox-expected.txt:
4408 * platform/mac/svg/carto.net/scrollbar-expected.txt:
4409 * platform/mac/svg/carto.net/selectionlist-expected.txt:
4410 * platform/mac/svg/carto.net/slider-expected.txt:
4411 * platform/mac/svg/carto.net/textbox-expected.txt:
4412 * platform/mac/svg/carto.net/window-expected.txt:
4413 * platform/mac/svg/css/css-box-min-width-expected.txt:
4414 * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
4415 * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
4416 * platform/mac/svg/custom/SVGRect-interface-expected.txt:
4417 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
4418 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
4419 * platform/mac/svg/custom/altglyph-expected.txt:
4420 * platform/mac/svg/custom/attribute-namespace-check-expected.txt:
4421 * platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
4422 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
4423 * platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
4424 * platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
4425 * platform/mac/svg/custom/class-selector-expected.txt:
4426 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
4427 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
4428 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
4429 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
4430 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
4431 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
4432 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
4433 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
4434 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
4435 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
4436 * platform/mac/svg/custom/create-metadata-element-expected.txt:
4437 * platform/mac/svg/custom/createelement-expected.txt:
4438 * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
4439 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
4440 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
4441 * platform/mac/svg/custom/display-none-expected.txt:
4442 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
4443 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
4444 * platform/mac/svg/custom/dynamic-empty-path-expected.txt:
4445 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
4446 * platform/mac/svg/custom/dynamic-viewBox-expected.txt:
4447 * platform/mac/svg/custom/empty-clip-path-expected.txt:
4448 * platform/mac/svg/custom/empty-merge-expected.txt:
4449 * platform/mac/svg/custom/evt-onload-expected.txt:
4450 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
4451 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
4452 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
4453 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
4454 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
4455 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
4456 * platform/mac/svg/custom/fill-fallback-expected.txt:
4457 * platform/mac/svg/custom/fill-update-expected.txt:
4458 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
4459 * platform/mac/svg/custom/focus-ring-expected.txt:
4460 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
4461 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
4462 * platform/mac/svg/custom/fractional-rects-expected.txt:
4463 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
4464 * platform/mac/svg/custom/getTransformToElement-expected.txt:
4465 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
4466 * platform/mac/svg/custom/getsvgdocument-expected.txt:
4467 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
4468 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
4469 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
4470 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
4471 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
4472 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
4473 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
4474 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
4475 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
4476 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
4477 * platform/mac/svg/custom/group-opacity-expected.txt:
4478 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt:
4479 * platform/mac/svg/custom/hit-test-with-br-expected.txt:
4480 * platform/mac/svg/custom/hover-default-fill-expected.txt:
4481 * platform/mac/svg/custom/image-parent-translation-expected.txt:
4482 * platform/mac/svg/custom/image-small-width-height-expected.txt:
4483 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
4484 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
4485 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
4486 * platform/mac/svg/custom/inner-percent-expected.txt:
4487 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
4488 * platform/mac/svg/custom/invalid-css-expected.txt:
4489 * platform/mac/svg/custom/invalid-fill-expected.txt:
4490 * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
4491 * platform/mac/svg/custom/invalid-lengthlist-expected.txt:
4492 * platform/mac/svg/custom/invalid-transforms-expected.txt:
4493 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
4494 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
4495 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
4496 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
4497 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
4498 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
4499 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
4500 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
4501 * platform/mac/svg/custom/js-update-bounce-expected.txt:
4502 * platform/mac/svg/custom/js-update-container-expected.txt:
4503 * platform/mac/svg/custom/js-update-container2-expected.txt:
4504 * platform/mac/svg/custom/js-update-gradient-expected.txt:
4505 * platform/mac/svg/custom/js-update-path-changes-expected.txt:
4506 * platform/mac/svg/custom/js-update-path-removal-expected.txt:
4507 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
4508 * platform/mac/svg/custom/js-update-pattern-expected.txt:
4509 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
4510 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
4511 * platform/mac/svg/custom/js-update-stop-expected.txt:
4512 * platform/mac/svg/custom/js-update-style-expected.txt:
4513 * platform/mac/svg/custom/js-update-transform-addition-expected.txt:
4514 * platform/mac/svg/custom/js-update-transform-changes-expected.txt:
4515 * platform/mac/svg/custom/junk-data-expected.txt:
4516 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
4517 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
4518 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
4519 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
4520 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
4521 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
4522 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
4523 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
4524 * platform/mac/svg/custom/marker-changes-expected.txt:
4525 * platform/mac/svg/custom/marker-child-changes-expected.txt:
4526 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
4527 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
4528 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
4529 * platform/mac/svg/custom/mask-changes-expected.txt:
4530 * platform/mac/svg/custom/mask-child-changes-expected.txt:
4531 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
4532 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
4533 * platform/mac/svg/custom/missing-xlink-expected.txt:
4534 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
4535 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
4536 * platform/mac/svg/custom/path-bad-data-expected.txt:
4537 * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
4538 * platform/mac/svg/custom/path-update-expected.txt:
4539 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
4540 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
4541 * platform/mac/svg/custom/pattern-in-defs-expected.txt:
4542 * platform/mac/svg/custom/pattern-rotate-expected.txt:
4543 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
4544 * platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
4545 * platform/mac/svg/custom/percentage-rect-expected.txt:
4546 * platform/mac/svg/custom/percentage-rect2-expected.txt:
4547 * platform/mac/svg/custom/pointer-events-path-expected.txt:
4548 * platform/mac/svg/custom/poly-identify-expected.txt:
4549 * platform/mac/svg/custom/polyline-hittest-expected.txt:
4550 * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
4551 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
4552 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
4553 * platform/mac/svg/custom/prevent-default-expected.txt:
4554 * platform/mac/svg/custom/recursive-clippath-expected.txt:
4555 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
4556 * platform/mac/svg/custom/resource-client-removal-expected.txt:
4557 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
4558 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
4559 * platform/mac/svg/custom/rootelement-expected.txt:
4560 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
4561 * platform/mac/svg/custom/rounded-rects-expected.txt:
4562 * platform/mac/svg/custom/scroll-hit-test-expected.txt:
4563 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
4564 * platform/mac/svg/custom/second-inline-text-expected.txt:
4565 * platform/mac/svg/custom/shape-rendering-expected.txt:
4566 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
4567 * platform/mac/svg/custom/sheet-title-expected.txt:
4568 * platform/mac/svg/custom/simpleCDF-expected.txt:
4569 * platform/mac/svg/custom/stroke-fallback-expected.txt:
4570 * platform/mac/svg/custom/stroked-pattern-expected.txt:
4571 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
4572 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
4573 * platform/mac/svg/custom/svg-absolute-children-expected.txt:
4574 * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
4575 * platform/mac/svg/custom/svg-overflow-types-expected.txt:
4576 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
4577 * platform/mac/svg/custom/text-clip-expected.txt:
4578 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
4579 * platform/mac/svg/custom/text-gradient-no-content-expected.txt:
4580 * platform/mac/svg/custom/text-linking-expected.txt:
4581 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
4582 * platform/mac/svg/custom/transform-invalid-expected.txt:
4583 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
4584 * platform/mac/svg/custom/transform-scale-parse-expected.txt:
4585 * platform/mac/svg/custom/transform-with-ending-space-expected.txt:
4586 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
4587 * platform/mac/svg/custom/use-css-events-expected.txt:
4588 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
4589 * platform/mac/svg/custom/use-detach-expected.txt:
4590 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
4591 * platform/mac/svg/custom/use-elementInstance-event-target-expected.txt:
4592 * platform/mac/svg/custom/use-elementInstance-methods-expected.txt:
4593 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
4594 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
4595 * platform/mac/svg/custom/use-events-crash-expected.txt:
4596 * platform/mac/svg/custom/use-forward-refs-expected.txt:
4597 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
4598 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
4599 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
4600 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
4601 * platform/mac/svg/custom/use-nested-transform-expected.txt:
4602 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
4603 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
4604 * platform/mac/svg/custom/use-on-g-expected.txt:
4605 * platform/mac/svg/custom/use-on-rect-expected.txt:
4606 * platform/mac/svg/custom/use-on-symbol-expected.txt:
4607 * platform/mac/svg/custom/use-on-use-expected.txt:
4608 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
4609 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
4610 * platform/mac/svg/custom/use-recursion-1-expected.txt:
4611 * platform/mac/svg/custom/use-recursion-3-expected.txt:
4612 * platform/mac/svg/custom/use-recursion-4-expected.txt:
4613 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
4614 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
4615 * platform/mac/svg/custom/use-transform-expected.txt:
4616 * platform/mac/svg/custom/viewBox-hit-expected.txt:
4617 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
4618 * platform/mac/svg/custom/viewport-clip-expected.txt:
4619 * platform/mac/svg/custom/viewport-em-expected.txt:
4620 * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
4621 * platform/mac/svg/custom/viewport-update-expected.txt:
4622 * platform/mac/svg/custom/viewport-update2-expected.txt:
4623 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
4624 * platform/mac/svg/custom/visibility-override-expected.txt:
4625 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
4626 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
4627 * platform/mac/svg/custom/width-full-percentage-expected.txt:
4628 * platform/mac/svg/custom/xml-stylesheet-expected.txt:
4629 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
4630 * platform/mac/svg/hixie/cascade/002-expected.txt:
4631 * platform/mac/svg/hixie/data-types/001-expected.txt:
4632 * platform/mac/svg/hixie/data-types/002-expected.txt:
4633 * platform/mac/svg/hixie/dynamic/003-expected.txt:
4634 * platform/mac/svg/hixie/dynamic/004-expected.txt:
4635 * platform/mac/svg/hixie/dynamic/005-broken-expected.txt:
4636 * platform/mac/svg/hixie/dynamic/006-expected.txt:
4637 * platform/mac/svg/hixie/error/001-expected.txt:
4638 * platform/mac/svg/hixie/error/003-expected.txt:
4639 * platform/mac/svg/hixie/error/007-expected.txt:
4640 * platform/mac/svg/hixie/error/008-expected.txt:
4641 * platform/mac/svg/hixie/error/009-expected.txt:
4642 * platform/mac/svg/hixie/error/010-expected.txt:
4643 * platform/mac/svg/hixie/error/011-expected.txt:
4644 * platform/mac/svg/hixie/error/012-expected.txt:
4645 * platform/mac/svg/hixie/error/014-expected.txt:
4646 * platform/mac/svg/hixie/error/014-test-expected.txt:
4647 * platform/mac/svg/hixie/error/015-expected.txt:
4648 * platform/mac/svg/hixie/error/016-expected.txt:
4649 * platform/mac/svg/hixie/error/017-expected.txt:
4650 * platform/mac/svg/hixie/links/001-expected.txt:
4651 * platform/mac/svg/hixie/links/003-broken-expected.txt:
4652 * platform/mac/svg/hixie/mixed/003-expected.txt:
4653 * platform/mac/svg/hixie/mixed/004-expected.txt:
4654 * platform/mac/svg/hixie/mixed/005-expected.txt:
4655 * platform/mac/svg/hixie/mixed/006-expected.txt:
4656 * platform/mac/svg/hixie/mixed/008-expected.txt:
4657 * platform/mac/svg/hixie/mixed/009-expected.txt:
4658 * platform/mac/svg/hixie/mixed/010-expected.txt:
4659 * platform/mac/svg/hixie/mixed/011-expected.txt:
4660 * platform/mac/svg/hixie/painting/001-expected.txt:
4661 * platform/mac/svg/hixie/perf/003-expected.txt:
4662 * platform/mac/svg/hixie/perf/004-expected.txt:
4663 * platform/mac/svg/hixie/perf/005-expected.txt:
4664 * platform/mac/svg/hixie/perf/006-expected.txt:
4665 * platform/mac/svg/hixie/perf/007-expected.txt:
4666 * platform/mac/svg/hixie/processing-model/005-expected.txt:
4667 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
4668 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
4669 * platform/mac/svg/hixie/rendering-model/003-expected.txt:
4670 * platform/mac/svg/hixie/rendering-model/003a-expected.txt:
4671 * platform/mac/svg/hixie/rendering-model/004-expected.txt:
4672 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
4673 * platform/mac/svg/hixie/text/001-broken-expected.txt:
4674 * platform/mac/svg/hixie/transform/001-expected.txt:
4675 * platform/mac/svg/hixie/use/001-expected.txt:
4676 * platform/mac/svg/hixie/use/002-expected.txt:
4677 * platform/mac/svg/hixie/use/002-test-expected.txt:
4678 * platform/mac/svg/hixie/viewbox/001-expected.txt:
4679 * platform/mac/svg/hixie/viewbox/002-expected.txt:
4680 * platform/mac/svg/hixie/viewbox/003-expected.txt:
4681 * platform/mac/svg/hixie/viewbox/004-expected.txt:
4682 * platform/mac/svg/text/kerning-expected.txt:
4683 * platform/mac/svg/text/multichar-glyph-expected.txt:
4684 * platform/mac/svg/text/text-align-01-b-expected.txt:
4685 * platform/mac/svg/text/text-align-02-b-expected.txt:
4686 * platform/mac/svg/text/text-align-03-b-expected.txt:
4687 * platform/mac/svg/text/text-align-04-b-expected.txt:
4688 * platform/mac/svg/text/text-align-05-b-expected.txt:
4689 * platform/mac/svg/text/text-align-06-b-expected.txt:
4690 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
4691 * platform/mac/svg/text/text-deco-01-b-expected.txt:
4692 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
4693 * platform/mac/svg/text/text-fonts-02-t-expected.txt:
4694 * platform/mac/svg/text/text-intro-05-t-expected.txt:
4695 * platform/mac/svg/text/text-spacing-01-b-expected.txt:
4696 * platform/mac/svg/text/text-text-01-b-expected.txt:
4697 * platform/mac/svg/text/text-text-03-b-expected.txt:
4698 * platform/mac/svg/text/text-text-04-t-expected.txt:
4699 * platform/mac/svg/text/text-text-05-t-expected.txt:
4700 * platform/mac/svg/text/text-text-06-t-expected.txt:
4701 * platform/mac/svg/text/text-text-07-t-expected.txt:
4702 * platform/mac/svg/text/text-text-08-b-expected.txt:
4703 * platform/mac/svg/text/text-tref-01-b-expected.txt:
4704 * platform/mac/svg/text/text-tselect-01-b-expected.txt:
4705 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
4706 * platform/mac/svg/text/text-tspan-01-b-expected.txt:
4707 * platform/mac/svg/text/text-ws-01-t-expected.txt:
4708 * platform/mac/svg/text/text-ws-02-t-expected.txt:
4709 * platform/mac/svg/text/textPathBoundsBug-expected.txt:
4710 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
4711
47122008-05-23 Justin Garcia <justin.garcia@apple.com>
4713
4714 Reviewed by Darin.
4715
4716 <rdar://problem/5939887> REGRESSION: With no selection, copy does not fire oncopy handler (affects CIFilterBrowser widget)
4717
4718 * editing/execCommand/5939887-expected.txt: Added.
4719 * editing/execCommand/5939887.html: Added.
4720
47212008-05-23 Sam Weinig <sam@webkit.org>
4722
4723 Reviewed by Mark Rowe.
4724
4725 LayoutTests that send an OPTIONS request don't work on Tiger or Window due
4726 to a bug in Apache 1.3
4727
4728 * platform/mac-tiger/Skipped:
4729 * platform/win/Skipped:
4730
47312008-05-23 Maciej Stachowiak <mjs@apple.com>
4732
4733 Reviewed by Oliver.
4734
4735 - test case <rdar://problem/5957662> REGRESSION(r33943-r33980): Can't send email , attach file or save as draft from hotmail.com
4736
4737 * fast/js/function-redefinition-expected.txt: Added.
4738 * fast/js/function-redefinition.html: Added.
4739
47402008-05-23 Geoffrey Garen <ggaren@apple.com>
4741
4742 Rolled out r34073 because it caused lots of layout test crashes.
4743
47442008-05-23 Mark Rowe <mrowe@apple.com>
4745
4746 Reviewed by Oliver Hunt.
4747
4748 Update layout test results for <rdar://problem/5954997>.
4749
4750 * fast/js/global-recursion-on-full-stack-expected.txt:
4751
47522008-05-22 Sam Weinig <sam@webkit.org>
4753
4754 Reviewed by Anders Carlsson.
4755
4756 <rdar://problem/5838772> Support cross-site XMLHttpRequest
4757
4758 - Add more tests for cross-domain XHR.
4759
4760 * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header.html:
4761 * http/tests/xmlhttprequest/access-control-basic-allow-async-expected.txt: Added.
4762 * http/tests/xmlhttprequest/access-control-basic-allow-async.html: Added.
4763 * http/tests/xmlhttprequest/access-control-basic-denied.html:
4764 * http/tests/xmlhttprequest/access-control-basic-exclude.html:
4765 * http/tests/xmlhttprequest/access-control-basic-not-get-allow-async-expected.txt: Added.
4766 * http/tests/xmlhttprequest/access-control-basic-not-get-allow-async.html: Added.
4767 * http/tests/xmlhttprequest/access-control-basic-not-get-allow-expected.txt: Added.
4768 * http/tests/xmlhttprequest/access-control-basic-not-get-allow.html: Added.
4769 * http/tests/xmlhttprequest/resources/access-control-basic-non-get-allow.cgi: Added.
4770
47712008-05-22 Alexey Proskuryakov <ap@webkit.org>
4772
4773 Rubber-stamped by Darin.
4774
4775 Fix tests failing on Tiger.
4776
4777 * fast/loader/data-url-encoding-html.html:
4778 * fast/loader/data-url-encoding-html-expected.txt:
4779 * fast/loader/data-url-encoding-svg.html:
4780 * fast/loader/data-url-encoding-svg-expected.txt:
4781 Changed these tests to always use an explicit charset - otherwise, they were failing on
4782 Leopard because of a CFNetwork bug, and on Tiger because of WebKit bug 19193. Also, changed
4783 them to test that decoding was performed correctly, not just that document.charset matched
4784 expectations.
4785
47862008-05-22 Stephanie Lewis <slewis@apple.com>
4787
4788 Reviewed by Dan.
4789
4790 add test to test for beforeunload event handlers being removed after they have been fired.
4791
4792 * fast/events/onunload-clears-onbeforeunload-expected.txt: Added.
4793 * fast/events/onunload-clears-onbeforeunload.html: Added.
4794
47952008-05-22 Maciej Stachowiak <mjs@apple.com>
4796
4797 Reviewed by Oliver.
4798
4799 - test case for <rdar://problem/5954979> crash on celtic kane JS benchmark
4800
4801 * fast/js/try-catch-crash-expected.txt: Added.
4802 * fast/js/try-catch-crash.html: Added.
4803
48042008-05-21 Adam Roben <aroben@apple.com>
4805
4806 Update window-properties results for new console functions
4807
4808 Reviewed by Tim Hatcher.
4809
4810 * fast/dom/Window/window-properties-expected.txt:
4811
48122008-05-21 Maciej Stachowiak <mjs@apple.com>
4813
4814 Reviewed by Oliver and Sam.
4815
4816 - tests for <rdar://problem/5815631> REGRESSION (r31239): Multiscope optimisation of function calls results in incorrect this value (breaks tvtv.de)
4817
4818 * fast/frames/cross-site-this-expected.txt: Added.
4819 * fast/frames/cross-site-this.html: Added.
4820 * fast/frames/resources/cross-site-this-helper.html: Added.
4821
48222008-05-21 Adele Peterson <adele@apple.com>
4823
4824 Reviewed by Adam.
4825
4826 Enhanced and enabled test for <rdar://problem/5787733> fast/dom/HTMLDocument/hasFocus.html fails on Windows
4827
4828 * fast/dom/HTMLDocument/hasFocus-expected.txt:
4829 * fast/dom/HTMLDocument/hasFocus.html:
4830 * platform/win/Skipped:
4831
48322008-05-21 Sam Weinig <sam@webkit.org>
4833
4834 Review by Mark Rowe.
4835
4836 Change test so that its result are not different all the time.
4837
4838 * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-expected.txt: Copied from http/tests/xmlhttprequest/access-control-basic-allow-headers-expected.txt.
4839 * http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header.html: Copied from http/tests/xmlhttprequest/access-control-basic-allow-headers.html.
4840 * http/tests/xmlhttprequest/access-control-basic-allow-headers-expected.txt: Removed.
4841 * http/tests/xmlhttprequest/access-control-basic-allow-headers.html: Removed.
4842 * http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi: Copied from http/tests/xmlhttprequest/resources/access-control-basic-allow-headers.cgi.
4843 * http/tests/xmlhttprequest/resources/access-control-basic-allow-headers.cgi: Removed.
4844
48452008-05-21 Brady Eidson <beidson@apple.com>
4846
4847 Rubberstamped by Adam
4848
4849 <rdar://problem/5787763> - Hang in Storage tests on windows
4850
4851 Since the hang was originally noticed and investigated, no one has revisited it.
4852 Adam and I just spent some time trying to reproduce and were unable.
4853
4854 Lets give the bots another go, shall we?
4855
4856 * platform/win/Skipped:
4857
48582008-05-21 Sam Weinig <sam@webkit.org>
4859
4860 Reviewed by Anders Carlsson.
4861
4862 <rdar://problem/5838772> Support cross-site XMLHttpRequest
4863
4864 - Add tests for basic cross-domain XHR.
4865
4866 * http/tests/xmlhttprequest/access-control-basic-allow-expected.txt: Added.
4867 * http/tests/xmlhttprequest/access-control-basic-allow-headers-expected.txt: Added.
4868 * http/tests/xmlhttprequest/access-control-basic-allow-headers.html: Added.
4869 * http/tests/xmlhttprequest/access-control-basic-allow.html: Added.
4870 * http/tests/xmlhttprequest/access-control-basic-denied-expected.txt: Added.
4871 * http/tests/xmlhttprequest/access-control-basic-denied.html: Added.
4872 * http/tests/xmlhttprequest/access-control-basic-exclude-expected.txt: Added.
4873 * http/tests/xmlhttprequest/access-control-basic-exclude.html: Added.
4874 * http/tests/xmlhttprequest/exceptions-expected.txt:
4875 * http/tests/xmlhttprequest/exceptions.html:
4876 * http/tests/xmlhttprequest/resources/access-control-basic-allow-headers.cgi: Added.
4877 * http/tests/xmlhttprequest/resources/access-control-basic-allow.cgi: Added.
4878 * http/tests/xmlhttprequest/resources/access-control-basic-denied.cgi: Added.
4879 * http/tests/xmlhttprequest/resources/access-control-basic-exclude.cgi: Added.
4880
48812008-05-21 Geoffrey Garen <ggaren@apple.com>
4882
4883 Reviewed by Mark Rowe.
4884
4885 Update results.
4886
4887 * fast/dom/getter-on-window-object2-expected.txt:
4888
4889=== End merge of squirrelfish ===
4890
48912008-05-18 Oliver Hunt <oliver@apple.com>
4892
4893 Reviewed by Maciej.
4894
4895 Bug 18752: SQUIRRELFISH: exceptions are not always handled by the vm
4896 <https://bugs.webkit.org/show_bug.cgi?id=18752>
4897
4898 Test cases for subscript access that throw exceptions.
4899
4900 * fast/js/resources/tostring-exception-in-property-access.js: Added.
4901 * fast/js/tostring-exception-in-property-access-expected.txt: Added.
4902 * fast/js/tostring-exception-in-property-access.html: Added.
4903
49042008-05-17 Cameron Zwarich <cwzwarich@uwaterloo.ca>
4905
4906 Reviewed by Oliver.
4907
4908 Add more tests for:
4909
4910 Bug 18991: SquirrelFish: Major codegen issue in a.b=expr, a[b]=expr
4911 <https://bugs.webkit.org/show_bug.cgi?id=18991>
4912
4913 * fast/js/codegen-temporaries-expected.txt:
4914 * fast/js/resources/codegen-temporaries.js:
4915
49162008-05-17 Cameron Zwarich <cwzwarich@uwaterloo.ca>
4917
4918 Reviewed by Oliver.
4919
4920 Add tests for:
4921
4922 Bug 18991: SquirrelFish: Major codegen issue in a.b=expr, a[b]=expr
4923 <https://bugs.webkit.org/show_bug.cgi?id=18991>
4924
4925 * fast/js/codegen-temporaries-expected.txt:
4926 * fast/js/resources/codegen-temporaries.js:
4927
49282008-05-17 Oliver Hunt <oliver@apple.com>
4929
4930 Forgot to check in the results to the activation gc tests
4931
4932 * fast/js/duplicate-param-gc-crash-expected.txt: Added.
4933 * fast/js/var-shadows-arg-gc-crash-expected.txt: Added.
4934
49352008-05-17 Maciej Stachowiak <mjs@apple.com>
4936
4937 Reviewed by Oliver.
4938
4939 Bug 19106: SquirrelFish: Activation is not marked correctly
4940 <https://bugs.webkit.org/show_bug.cgi?id=19106>
4941
4942 Testcases for activation marking
4943
4944 * fast/js/duplicate-param-gc-crash.html: Added.
4945 * fast/js/resources/duplicate-param-gc-crash.js: Added.
4946 * fast/js/resources/var-shadows-arg-gc-crash.js: Added.
4947 * fast/js/var-shadows-arg-gc-crash.html: Added.
4948
49492008-05-16 Oliver Hunt <oliver@apple.com>
4950
4951 Reviewed by Geoff
4952
4953 Bug 19076: SquirrelFish: RegisterFile can be corrupted if implictly reenter global scope with no declared vars
4954 <https://bugs.webkit.org/show_bug.cgi?id=19076>
4955
4956 Test that we can re-enter safely.
4957
4958 * fast/js/direct-entry-to-function-code-expected.txt: Added.
4959 * fast/js/direct-entry-to-function-code.html: Added.
4960
49612008-05-16 Cameron Zwarich <cwzwarich@uwaterloo.ca>
4962
4963 Reviewed by Oliver Hunt.
4964
4965 Add tests for:
4966
4967 Bug 19098: SquirrelFish: Ref'd temporaries can be clobbered
4968 <https://bugs.webkit.org/show_bug.cgi?id=19098>
4969
4970 * fast/js/resources/statement-list-register-crash.js: Added.
4971 * fast/js/statement-list-register-crash-expected.txt: Added.
4972 * fast/js/statement-list-register-crash.html: Added.
4973
49742008-05-16 Maciej Stachowiak <mjs@apple.com>
4975
4976 Reviewed by Oliver.
4977
4978 - fixed Bug 19044: SquirrelFish: Bogus values enter evaluation when closing over scope with parameter and var with same name
4979 https://bugs.webkit.org/show_bug.cgi?id=19044
4980
4981 * fast/js/duplicate-param-crash-expected.txt: Added.
4982 * fast/js/duplicate-param-crash.html: Added.
4983 * fast/js/resources/duplicate-param-crash.js: Added.
4984 * fast/js/resources/var-shadows-arg-crash.js: Added.
4985 * fast/js/var-shadows-arg-crash-expected.txt: Added.
4986 * fast/js/var-shadows-arg-crash.html: Added.
4987
49882008-05-14 Oliver Hunt <oliver@apple.com>
4989
4990 Reviewed by Maciej.
4991
4992 Bug 19024: SQUIRRELFISH: ASSERTION FAILED: activation->isActivationObject() in Machine::unwindCallFrame
4993 <https://bugs.webkit.org/show_bug.cgi?id=19024>
4994
4995 Make sure we handled tainted global RegisterFiles properly.
4996
4997 * fast/js/implicit-global-to-global-reentry-expected.txt: Added.
4998 * fast/js/implicit-global-to-global-reentry.html: Added.
4999
50002008-05-14 Oliver Hunt <oliver@apple.com>
5001
5002 Reviewed by Geoff.
5003
5004 Bug 19025: SQUIRRELFISH: malformed syntax in onload handler causes crash
5005 <https://bugs.webkit.org/show_bug.cgi?id=19025>
5006
5007 Test for malformed function in onload.
5008
5009 * fast/js/invalid-syntax-for-function-expected.txt: Added.
5010 * fast/js/invalid-syntax-for-function.html: Added.
5011
50122008-05-13 Oliver Hunt <oliver@apple.com>
5013
5014 RS=Geoff.
5015
5016 Split the binops tests up a bit more
5017
5018 * fast/js/exception-sequencing-binops-expected.txt:
5019 * fast/js/exception-sequencing-binops.html:
5020 * fast/js/exception-sequencing-binops.js: Added.
5021 * fast/js/exception-sequencing-binops2-expected.txt: Added.
5022 * fast/js/exception-sequencing-binops2.html: Added.
5023
50242008-05-13 Geoffrey Garen <ggaren@apple.com>
5025
5026 Reviewed by Oliver Hunt.
5027
5028 Added layout test for a codegen crash with run-time parse errors.
5029
5030 * fast/js/exception-codegen-crash-expected.txt: Added.
5031 * fast/js/exception-codegen-crash.html: Added.
5032
50332008-05-13 Oliver Hunt <oliver@apple.com>
5034
5035 RS=Geoff.
5036
5037 Splitting exception sequencing test as it was too long and made DRT unhappy
5038 on non-MacPros.
5039
5040 * fast/js/exception-sequencing-binops-expected.txt: Added.
5041 * fast/js/exception-sequencing-binops.html: Added.
5042 * fast/js/exception-sequencing-expected.txt:
5043 * fast/js/exception-sequencing.html:
5044
50452008-05-13 Oliver Hunt <oliver@apple.com>
5046
5047 Reviewed by Geoff.
5048
5049 Bug 19027: SquirrelFish: Incorrect codegen for pre-increment
5050 <https://bugs.webkit.org/show_bug.cgi?id=19027>
5051
5052 Now that codegen is correct for pre-increment/decrement we can enable
5053 those tests. Added additional tests to cover exceptions occuring in
5054 similar points of execution, and removed tests that were inconsistent
5055 with behaviour of both Opera and Firefox.
5056
5057 * fast/js/exception-sequencing-expected.txt:
5058 * fast/js/exception-sequencing.html:
5059
50602008-05-13 Oliver Hunt <oliver@apple.com>
5061
5062 Reviewed by Darin.
5063
5064 Bug 18752: SQUIRRELFISH: exceptions are not always handled by the vm
5065 <https://bugs.webkit.org/show_bug.cgi?id=18752>
5066
5067 Fairly extensive coverage of exception behaviour and sequencing. There
5068 are still a number of FAIL results but these all match firefox (although
5069 not opera).
5070
5071 * fast/js/exception-sequencing-expected.txt: Added.
5072 * fast/js/exception-sequencing.html: Added.
5073
50742008-05-13 Maciej Stachowiak <mjs@apple.com>
5075
5076 Reviewed by Sam.
5077
5078 Update results for remainder of split-window merge. The new results are correct.
5079
5080 * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
5081 * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
5082 * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
5083 * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
5084 * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
5085 * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
5086
50872008-05-12 Oliver Hunt <oliver@apple.com>
5088
5089 Reviewed by Geoff.
5090
5091 Bug 18934: SQUIRRELFISH: ASSERT @ nytimes.com due to RegisterFile being clobbered
5092 <https://bugs.webkit.org/show_bug.cgi?id=18934>
5093
5094 Add testcases to cover global reentry from an implicit call.
5095
5096 * fast/js/implicit-call-with-global-reentry-expected.txt: Added.
5097 * fast/js/implicit-call-with-global-reentry.html: Added.
5098 * fast/js/resources/implicit-call-with-global-reentry.js: Added.
5099
51002008-05-12 Geoffrey Garen <ggaren@apple.com>
5101
5102 Reviewed by Maciej Stachowiak.
5103
5104 Layout test for function.arguments and function.caller in interesting
5105 scopes.
5106
5107 * fast/js/function-dot-arguments-and-caller-expected.txt: Added.
5108 * fast/js/function-dot-arguments-and-caller.html: Added.
5109
51102008-05-11 Cameron Zwarich <cwzwarich@uwaterloo.ca>
5111
5112 Reviewed by Oliver.
5113
5114 Add tests for:
5115
5116 Bug 18961: SQUIRRELFISH: Gmail doesn't load
5117 <https://bugs.webkit.org/show_bug.cgi?id=18961>
5118
5119 * fast/js/codegen-temporaries-expected.txt: Added.
5120 * fast/js/codegen-temporaries.html: Added.
5121 * fast/js/resources/codegen-temporaries.js: Added.
5122
51232008-05-10 Maciej Stachowiak <mjs@apple.com>
5124
5125 Reviewed by Oliver.
5126
5127 - test changes for: "SQUIRRELFISH: function toString broken after calling"
5128 https://bugs.webkit.org/show_bug.cgi?id=18869
5129
5130 All of these tests expected function.toString to somewhat change
5131 things from the raw original source. They are now prepared for the
5132 fact that this does not happen.
5133
5134 * fast/js/function-decompilation-operators.html:
5135 * fast/js/function-names-expected.txt:
5136 * fast/js/function-prototype-expected.txt:
5137 * fast/js/function-prototype.html:
5138 * fast/js/function-toString-object-literals-expected.txt:
5139 * fast/js/function-toString-parentheses-expected.txt:
5140 * fast/js/kde/lval-exceptions-expected.txt:
5141 * fast/js/modify-non-references-expected.txt:
5142 * fast/js/resources/function-names.js:
5143 * fast/js/resources/function-toString-object-literals.js:
5144 * fast/js/resources/function-toString-parentheses.js:
5145 * fast/js/resources/modify-non-references.js:
5146 * fast/js/resources/toString-prefix-postfix-preserve-parens.js:
5147 * fast/js/toString-prefix-postfix-preserve-parens-expected.txt:
5148
51492008-05-09 Geoffrey Garen <ggaren@apple.com>
5150
5151 Reviewed by Sam Weinig.
5152
5153 Restored the expected results for viewsource-empty-attribute-value.html
5154 to what they were prior to r31100. These results expect that the
5155 top-level name in the frame path is "" instead of "1".
5156
5157 It's not clear how r31100 changed the top-level frame in the frame path
5158 to be named "1". The change definitely wasn't related to any expected
5159 behavior in r31100, which was about default margin-bottom for form
5160 elements in quirks mode.
5161
5162 It's also not clear how squirrelfish changes things back.
5163
5164 Sam mentioned that the test result changes intermittently on trunk.
5165
5166 For now, I don't think we need to think deeply about this issue,
5167 since the "" result seems more correct than the "1" result.
5168
5169 * fast/frames/viewsource-empty-attribute-value-expected.txt:
5170
51712008-05-09 Geoffrey Garen <ggaren@apple.com>
5172
5173 Added expected results for this test.
5174
5175 * fast/js/closure-inside-extra-arg-call-expected.txt: Added.
5176
51772008-05-08 Maciej Stachowiak <mjs@apple.com>
5178
5179 Reviewed by Geoff.
5180
5181 Add test cases for failures similar to the SquirrelFish failure on
5182 fast/dom/SelectorAPI/bug-17313.html
5183
5184 * fast/js/closure-inside-extra-arg-call.html: Added.
5185 * fast/js/resources/closure-inside-extra-arg-call.js: Added.
5186
51872008-05-08 Geoffrey Garen <ggaren@apple.com>
5188
5189 Reviewed by Oliver Hunt.
5190
5191 Added specific test cases for the root cause of squirrelfish's failure
5192 in fast/canvas/canvas-pattern-behaviour.html.
5193
5194 * fast/js/exception-thrown-from-eval-inside-closure-expected.txt: Added.
5195 * fast/js/exception-thrown-from-eval-inside-closure.html: Added.
5196 * fast/js/exception-thrown-from-function-with-lazy-activation-expected.txt: Added.
5197 * fast/js/exception-thrown-from-function-with-lazy-activation.html: Added.
5198
51992008-05-08 Geoffrey Garen <ggaren@apple.com>
5200
5201 Reviewed by Sam Weinig.
5202
5203 Updated test results to reflect correct behavior: The line number in
5204 the old results was off by 2.
5205
5206 * fast/js/recursion-limit-equal-expected.txt:
5207
52082008-05-08 Maciej Stachowiak <mjs@apple.com>
5209
5210 Reviewed by Oliver.
5211
5212 - move frame.xhtml and iframe.xhtml into a resources dir, as they were never meant to be tests
5213
5214 * dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled:
5215 * dom/xhtml/level2/html/frame.xhtml: Removed.
5216 * dom/xhtml/level2/html/iframe.xhtml: Removed.
5217 * dom/xhtml/level2/html/resources/frame.xhtml: Copied from dom/xhtml/level2/html/frame.xhtml.
5218 * dom/xhtml/level2/html/resources/iframe.xhtml: Copied from dom/xhtml/level2/html/iframe.xhtml.
5219 * platform/mac/dom/xhtml/level2/html/frame-expected.checksum: Removed.
5220 * platform/mac/dom/xhtml/level2/html/frame-expected.png: Removed.
5221 * platform/mac/dom/xhtml/level2/html/frame-expected.txt: Removed.
5222 * platform/mac/dom/xhtml/level2/html/iframe-expected.checksum: Removed.
5223 * platform/mac/dom/xhtml/level2/html/iframe-expected.png: Removed.
5224 * platform/mac/dom/xhtml/level2/html/iframe-expected.txt: Removed.
5225
5226o2008-05-07 Geoffrey Garen <ggaren@apple.com>
5227
5228 Reviewed by Oliver Hunt.
5229
5230 Added this test to demonstrate that, for "f(x)", it is correct to evaluate
5231 "x" even if "f" is not a function, and therefore "f(x)" will throw an exception.
5232
5233 * fast/js/function-argument-evaluation-before-exception-expected.txt: Added.
5234 * fast/js/function-argument-evaluation-before-exception.html: Added.
5235
5236 These tests now have an extra "access denied" message in them, because
5237 of the behavior change mentioned above.
5238
5239 I also added try/catch clauses to eliminate the "is not object"
5240 exception messages from the test output.
5241
5242 * http/tests/security/listener/resources/targetChild-JSTargetNode-onclick-addEventListener.html:
5243 * http/tests/security/listener/resources/targetChild-JSTargetNode-onclick-shortcut.html:
5244 * http/tests/security/listener/resources/targetChild-XMLHttpRequest-addEventListener.html:
5245 * http/tests/security/listener/resources/targetChild-XMLHttpRequest-shortcut.html:
5246 * http/tests/security/listener/resources/targetChild-window-onclick-addEventListener.html:
5247 * http/tests/security/listener/resources/targetChild-window-onclick-shortcut.html:
5248 * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
5249 * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
5250 * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
5251 * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
5252 * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
5253 * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
5254
52552008-05-07 Geoffrey Garen <ggaren@apple.com>
5256
5257 Reviewed by Oliver Hunt.
5258
5259 Fixed up a few more tests that depended on the exact text of exception
5260 messages.
5261
5262 - In these tests, I fixed a bug in frame.html and iframe.html that
5263 caused a function to execute too many times.
5264
5265 * dom/html/level2/html/HTMLFrameElement09-expected.txt:
5266 * dom/html/level2/html/HTMLIFrameElement11-expected.txt:
5267 * dom/html/level2/html/resources/frame.html:
5268 * dom/html/level2/html/resources/iframe.html:
5269
5270 - I changed these tests to explicitly report exceptions, so their results
5271 don't depend on how the engine constructs messages for implicit exceptions:
5272
5273 * dom/xhtml/level2/html/HTMLDocument17-expected.txt:
5274 * dom/xhtml/level2/html/HTMLDocument18-expected.txt:
5275 * dom/xhtml/level2/html/HTMLDocument19-expected.txt:
5276 * dom/xhtml/level2/html/HTMLDocument20-expected.txt:
5277 * dom/xhtml/level2/html/HTMLDocument21-expected.txt:
5278 * dom/xhtml/level2/html/selfxhtml.js:
5279
52802008-05-06 Geoffrey Garen <ggaren@apple.com>
5281
5282 Reviewed by Oliver Hunt.
5283
5284 To facilitate merging between the squirrelfish branch and trunk, I
5285 edited a bunch of layout tests to make sure their results don't depend
5286 on the exact text of an exception message generated by the JavaScript engine.
5287
5288 (We do want to test JavaScript exception messages -- we just don't want
5289 to test them 300 times over, in tests that aren't supposed to be about
5290 JavaScript at all.)
5291
5292 - I fixed bugs that were causing these tests to throw exceptions by accident,
5293 and updated results to reflect correct behavior:
5294
5295 * editing/selection/contenteditable-click-inside.html:
5296 * platform/mac/editing/selection/contenteditable-click-inside-expected.checksum:
5297 * platform/mac/editing/selection/contenteditable-click-inside-expected.png:
5298 * platform/mac/editing/selection/contenteditable-click-inside-expected.txt:
5299
5300 * editing/selection/contenteditable-click-outside.html:
5301 * platform/mac/editing/selection/contenteditable-click-outside-expected.checksum:
5302 * platform/mac/editing/selection/contenteditable-click-outside-expected.png:
5303 * platform/mac/editing/selection/contenteditable-click-outside-expected.txt:
5304
5305 * fast/forms/selected-index-assert.html:
5306 * fast/forms/selected-index-assert-expected.txt:
5307
5308 * tables/mozilla_expected_failures/core/captions1.html:
5309 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
5310
5311 - I changed these tests to explicitly throw/report exceptions, so their results
5312 don't depend on how the engine constructs messages for implicit exceptions:
5313
5314 * fast/xpath/nsresolver-exception.xhtml:
5315 * fast/xpath/nsresolver-exception-expected.txt:
5316
5317 * platform/mac/fast/AppleScript/001.html:
5318 * platform/mac/fast/AppleScript/001-expected.txt:
5319
5320 * dom/xhtml/level3/core/selfxhtml.js
5321 * dom/xhtml/level3/core/*expected.txt (about 280 of these changed)
5322
53232008-05-05 Geoffrey Garen <ggaren@apple.com>
5324
5325 Reviewed by Maciej Stachowiak.
5326
5327 Layout test for exceptions thrown from equality comparisons.
5328
5329 * fast/js/exception-thrown-from-equal-expected.txt: Added.
5330 * fast/js/exception-thrown-from-equal.html: Added.
5331
53322008-05-04 Oliver Hunt <oliver@apple.com>
5333
5334 Reviewed by Maciej.
5335
5336 Testcases for accessing the arguments object with too few, and too many
5337 arguments provided to the function.
5338
5339 * fast/js/resources/unmatching-argument-count.js: Added.
5340 * fast/js/unmatching-argument-count-expected.txt: Added.
5341 * fast/js/unmatching-argument-count.html: Added.
5342
53432008-05-01 Maciej Stachowiak <mjs@apple.com>
5344
5345 Reviewed by Oliver.
5346
5347 - bump up the numbers in this test to account for our now much
5348 higher recursion capability.
5349
5350 * fast/js/deep-recursion-test.html:
5351
53522008-04-26 Oliver Hunt <oliver@apple.com>
5353
5354 Reviewed by Maciej.
5355
5356 Bug 18628: SQUIRRELFISH: need to support recursion limit
5357 <https://bugs.webkit.org/show_bug.cgi?id=18628>
5358
5359 Test to ensure we don't crash when re-entering global code
5360 with a full register file, and that we don't allow unbounded
5361 recursion by re-entering on a new register file..
5362
5363 * fast/js/global-recursion-on-full-stack-expected.txt: Added.
5364 * fast/js/global-recursion-on-full-stack.html: Added.
5365
5366=== Start merge of squirrelfish ===
5367
53682008-05-21 Darin Adler <darin@apple.com>
5369
5370 Reviewed by Anders.
5371
5372 - test for <rdar://problem/5952721> bug in JavaScript arguments object property lookup
5373
5374 * fast/js/arguments-bad-index-expected.txt: Added.
5375 * fast/js/arguments-bad-index.html: Added.
5376 * fast/js/resources/arguments-bad-index.js: Added.
5377
53782008-05-21 Alexey Proskuryakov <ap@webkit.org>
5379
5380 Reviewed by Darin.
5381
5382 <rdar://problem/5908520> REGRESSION (3.1.1-r33033): Crash in WebKit when opening or refreshing page on people.com
5383
5384 https://bugs.webkit.org/show_bug.cgi?id=18687
5385 REGRESSION(r32220): ecma/Array/15.4.4.5-3.js test now fails in GMT(BST)
5386
5387 * fast/js/comparefn-sort-stability-expected.txt: Added.
5388 * fast/js/comparefn-sort-stability.html: Added.
5389 * fast/js/resources/comparefn-sort-stability.js: Added.
5390 * fast/js/resources/sort-randomly.js: Added.
5391 * fast/js/resources/sort-stability.js: Added.
5392 * fast/js/sort-randomly-expected.txt: Added.
5393 * fast/js/sort-randomly.html: Added.
5394 * fast/js/sort-stability-expected.txt: Added.
5395 * fast/js/sort-stability.html: Added.
5396
53972008-05-21 Alexey Proskuryakov <ap@webkit.org>
5398
5399 Reviewed by Darin.
5400
5401 https://bugs.webkit.org/show_bug.cgi?id=19169
5402 <rdar://5952342> REGRESSION: nakarte.ru searches don't work
5403
5404 * http/tests/xmlhttprequest/encode-request-url-expected.txt: Added.
5405 * http/tests/xmlhttprequest/encode-request-url.html: Added.
5406 * http/tests/xmlhttprequest/resources/print-query.cgi: Added.
5407
54082008-05-20 Dan Bernstein <mitz@apple.com>
5409
5410 Reviewed by Darin Adler.
5411
5412 - test for https://bugs.webkit.org/show_bug.cgi?id=17655
5413 <rdar://problem/5778077> REGRESSION (3.1.1-TOT): Reproducible crash calling querySelector on viewless Document
5414
5415 * fast/dom/SelectorAPI/resources/viewless-document.js: Added.
5416 * fast/dom/SelectorAPI/viewless-document-expected.txt: Added.
5417 * fast/dom/SelectorAPI/viewless-document.html: Added.
5418
54192008-05-19 Dan Bernstein <mitz@apple.com>
5420
5421 Reviewed by Adam Roben.
5422
5423 - update test results following <http://trac.webkit.org/changeset/33395>
5424
5425 * platform/mac/fast/frames/viewsource-attribute-expected.checksum:
5426 * platform/mac/fast/frames/viewsource-attribute-expected.png:
5427 * platform/mac/fast/frames/viewsource-attribute-expected.txt:
5428
54292008-05-19 Alexey Proskuryakov <ap@webkit.org>
5430
5431 Reviewed by Darin.
5432
5433 http://bugs.webkit.org/show_bug.cgi?id=18308
5434 SVG Encoding error with fill attribute
5435
5436 * fast/loader/data-url-encoding-html-expected.txt: Added.
5437 * fast/loader/data-url-encoding-html.html: Added.
5438 * fast/loader/data-url-encoding-svg-expected.txt: Added.
5439 * fast/loader/data-url-encoding-svg.html: Added.
5440 * fast/loader/javascript-url-encoding-expected.txt: Added.
5441 * fast/loader/javascript-url-encoding.html: Added.
5442
54432008-05-19 Alexey Proskuryakov <ap@webkit.org>
5444
5445 Reviewed by Darin.
5446
5447 https://bugs.webkit.org/show_bug.cgi?id=18421
5448 <rdar://problem/5857369> XMLHttpRequest does not properly encode & and < in outgoing messages
5449
5450 * http/tests/xmlhttprequest/serialize-document-expected.txt: Added.
5451 * http/tests/xmlhttprequest/serialize-document.html: Added.
5452
54532008-05-18 Darin Adler <darin@apple.com>
5454
5455 Reviewed by Sam.
5456
5457 - test for <rdar://problem/5943569> crash due to stale ownerNode pointer
5458
5459 * fast/dom/StyleSheet: Added.
5460 * fast/dom/StyleSheet/ownerNode-lifetime-expected.txt: Added.
5461 * fast/dom/StyleSheet/ownerNode-lifetime.html: Added.
5462
54632008-05-18 Brady Eidson <beidson@apple.com>
5464
5465 Reviewed by Sam Weinig
5466
5467 Fix for https://bugs.webkit.org/show_bug.cgi?id=19111
5468 Allow `delete storage.itemName` syntax as an alias for `storage.removeItem("itemName")`
5469
5470 * storage/domstorage/localstorage/delete-removal-expected.txt: Added.
5471 * storage/domstorage/localstorage/delete-removal.html: Added.
5472 * storage/domstorage/sessionstorage/delete-removal-expected.txt: Added.
5473 * storage/domstorage/sessionstorage/delete-removal.html: Added.
5474
54752008-05-17 Sam Weinig <sam@webkit.org>
5476
5477 Reviewed by Mark Rowe.
5478
5479 Update expected results for new ABORT_ERR.
5480
5481 * fast/dom/Window/window-properties-expected.txt:
5482
54832008-05-16 Antti Koivisto <antti@apple.com>
5484
5485 Reviewed by Anders.
5486
5487 Test for <rdar://problem/5934400>
5488 Movie controller does not update on first load of http://www.apple.com/getamac/ads/
5489
5490 * http/tests/local/stylesheet-and-script-load-order-http-expected.txt: Added.
5491 * http/tests/local/stylesheet-and-script-load-order-http.html: Added.
5492
54932008-05-16 Anders Carlsson <andersca@apple.com>
5494
5495 Reviewed by Mitz.
5496
5497 <rdar://problem/5787788>
5498 REGRESSION: fast/loader/xmlhttprequest-missing-file-exception.html fails on Windows.
5499
5500 Remove test from skipped list.
5501
5502 * platform/win/Skipped:
5503
55042008-05-15 Anders Carlsson <andersca@apple.com>
5505
5506 Update test results now that navigator.onLine exists.
5507
5508 * fast/dom/Window/window-properties-expected.txt:
5509
55102008-05-15 Rob Buis <buis@kde.org>
5511
5512 Reviewed by Dave Hyatt.
5513
5514 Testcase for:
5515 https://bugs.webkit.org/show_bug.cgi?id=17433
5516 getComputedStyle() -> clip returns empty string
5517
5518 * fast/css/getPropertyValue-clip-expected.txt: Added.
5519 * fast/css/getPropertyValue-clip.html: Added.
5520
55212008-05-15 Timothy Hatcher <timothy@apple.com>
5522
5523 Test case added for <rdar://problem/5790805> Inspector's source view
5524 missing some words, doubles others in JS source in <script> tag (17752)
5525
5526 Reviewed by Dave Hyatt.
5527
5528 * fast/frames/resources/viewsource-frame-2.html: Added.
5529 * fast/frames/viewsource-plain-text-tags-expected.txt: Added.
5530 * fast/frames/viewsource-plain-text-tags.html: Added.
5531
55322008-05-15 Stephanie Lewis <slewis@apple.com>
5533
5534 Reviewed by Anders.
5535
5536 Dump unload event counts for frames.
5537
5538 * fast/dom/Window/get-set-properties-expected.txt:
5539 * fast/events/onunload-expected.txt:
5540 * fast/events/onunload-not-on-body-expected.txt:
5541 * fast/events/onunload-window-property-expected.txt:
5542 * fast/forms/button-state-restore-expected.txt:
5543 * fast/history/history_reload-expected.txt:
5544 * fast/loader/onunload-form-submit-crash-2-expected.txt:
5545 * fast/loader/onunload-form-submit-crash-expected.txt:
5546 * http/tests/xmlhttprequest/xhr-onunload-expected.txt:
5547 * platform/mac/fast/loader/start-load-in-unload-expected.txt:
5548
55492008-05-15 David Kilzer <ddkilzer@apple.com>
5550
5551 Bug 19085: font-family: initial sets font-family differently than font: initial
5552
5553 <https://bugs.webkit.org/show_bug.cgi?id=19085>
5554 <rdar://problem/5939391>
5555
5556 Reviewed by David Hyatt.
5557
5558 * fast/css/font-family-initial-expected.txt: Added.
5559 * fast/css/font-family-initial.html: Added.
5560
55612008-05-15 Julien Chaffraix <jchaffraix@webkit.org>
5562
5563 Reviewed by Darin.
5564
5565 Test case for https://bugs.webkit.org/show_bug.cgi?id=13942
5566 ASSERTION FAILED: !attrName.contains('/') in HTMLTokenizer.cpp:132 when loading http://bamanzi.blogeden.cn/
5567
5568 * fast/parser/assertion-empty-attribute-expected.txt: Added.
5569 * fast/parser/assertion-empty-attribute.html: Added.
5570
55712008-05-15 Alexey Proskuryakov <ap@webkit.org>
5572
5573 Reviewed by Dan Bernstein.
5574
5575 https://bugs.webkit.org/show_bug.cgi?id=10707
5576 DumpRenderTree should not be able to access non-local resources
5577
5578 * fast/doctypes/resources/TestDoctype.js:
5579 * svg/custom/loadevents-capturing.svg:
5580 * svg/custom/loadevents-externalresourcesrequired-displaynone.svg:
5581 * svg/custom/loadevents-externalresourcesrequired.svg:
5582 * svg/custom/loadevents-normal-displaynone.svg:
5583 * svg/custom/loadevents-normal.svg:
5584
55852008-05-15 Alexey Proskuryakov <ap@webkit.org>
5586
5587 Use TextIterator in +[NSAttributedString _web_attributedStringFromRange:].
5588
5589 * platform/mac/fast/text/attributed-substring-from-range-001-expected.txt:
5590 Newlines now get attributes, too.
5591
5592 * platform/mac/fast/text/attributed-substring-from-range-in-textfield-expected.txt:
5593 Results changed from [FAIL] to [PASS].
5594
55952008-05-14 Dan Bernstein <mitz@apple.com>
5596
5597 Reviewed by Mark Rowe.
5598
5599 - test for <rdar://problem/5907633> Memory corruption after closing a document that uses box-reflect
5600
5601 * fast/reflections/teardown-crash-expected.txt: Added.
5602 * fast/reflections/teardown-crash.html: Added.
5603
56042008-05-14 Anders Carlsson <andersca@apple.com>
5605
5606 Check in the test result.
5607
5608 * http/tests/appcache/manifest-with-empty-file-expected.txt: Added.
5609
56102008-05-14 Anders Carlsson <andersca@apple.com>
5611
5612 Reviewed by Adam.
5613
5614 Add test where a manifest references an empty file.
5615
5616 * http/tests/appcache/manifest-with-empty-file.html: Added.
5617 * http/tests/appcache/resources/empty.txt: Added.
5618 * http/tests/appcache/resources/manifest-with-empty-file.manifest: Added.
5619
56202008-05-14 David Kilzer <ddkilzer@apple.com>
5621
5622 REGRESSION (r26474): WebKit fails jQuery test 64 core module: text(String) subtest 1 Check escaped text (createTextNode)
5623
5624 <https://bugs.webkit.org/show_bug.cgi?id=18976>
5625 <rdar://problem/5924793>
5626
5627 Reviewed by Darin.
5628
5629 Updated test results now that '>' is escaped to '&gt;' in both
5630 attributes and content.
5631
5632 * fast/xsl/xslt-processor-expected.txt:
5633 * fast/xsl/xslt-text-expected.txt:
5634 * platform/mac/fast/dom/dom-parse-serialize-expected.txt:
5635
56362008-05-14 Justin Garcia <justin.garcia@apple.com>
5637
5638 Reviewed by Darin.
5639
5640 <rdar://problem/5914803> Improve performance of WebCore::Editor::setComposition
5641
5642 Replacing all the text in a node is now much less likely to remove it
5643 and cause selection changes.
5644
5645 * platform/mac/editing/input/text-input-controller-expected.txt:
5646 * platform/mac/editing/inserting/4959067-expected.txt:
5647 * platform/mac/editing/style/style-3681552-fix-001-expected.txt:
5648
56492008-05-14 Alexey Proskuryakov <ap@webkit.org>
5650
5651 Reviewed by Darin.
5652
5653 <rdar://problem/5934376> REGRESSION: A script fails because of a straw BOM character in it.
5654
5655 <https://bugs.webkit.org/show_bug.cgi?id=4931>
5656 Unicode format characters (Cf) should be removed from JavaScript source
5657
5658 * fast/js/removing-Cf-characters-expected.txt: Added.
5659 * fast/js/removing-Cf-characters.html: Added.
5660 * fast/js/resources/removing-Cf-characters.js: Added.
5661
56622008-05-14 Michael A. Puls II <shadow2531@gmail.com>
5663
5664 Reviewed by Alexey.
5665
5666 Test for https://bugs.webkit.org/show_bug.cgi?id=16923
5667
5668 Test that Attr nodes with a value of "" don't have any
5669 childNodes like Firefox, Opera and IE.
5670
5671 * fast/dom/attribute-empty-value-no-children-expected.txt: Added.
5672 * fast/dom/attribute-empty-value-no-children.html: Added.
5673
56742008-05-13 Dan Bernstein <mitz@apple.com>
5675
5676 Reviewed by John Sullivan.
5677
5678 - updated pixel results for <rdar://problem/5725912> improve render quality of transformed text
5679
5680 * platform/mac-leopard/fast/backgrounds: Added.
5681 * platform/mac-leopard/fast/backgrounds/repeat: Added.
5682 * platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: Added.
5683 * platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
5684 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
5685 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
5686 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
5687 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
5688 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
5689 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
5690 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
5691 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
5692 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
5693 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
5694 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
5695 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
5696 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
5697 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
5698 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
5699 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
5700 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
5701 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
5702 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
5703 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
5704 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
5705 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
5706 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
5707 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
5708 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
5709 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
5710 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
5711 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
5712 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
5713 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
5714 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
5715 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
5716 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
5717 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
5718 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
5719 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
5720 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
5721 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
5722 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
5723 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
5724 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
5725 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
5726 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
5727 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
5728 * platform/mac-leopard/svg/batik/text/textAnchor-expected.checksum:
5729 * platform/mac-leopard/svg/batik/text/textAnchor-expected.png:
5730 * platform/mac-leopard/svg/batik/text/textEffect3-expected.checksum:
5731 * platform/mac-leopard/svg/batik/text/textEffect3-expected.png:
5732 * platform/mac-leopard/svg/batik/text/textFeatures-expected.checksum:
5733 * platform/mac-leopard/svg/batik/text/textFeatures-expected.png:
5734 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
5735 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
5736 * platform/mac-leopard/svg/batik/text/textLayout-expected.checksum:
5737 * platform/mac-leopard/svg/batik/text/textLayout-expected.png:
5738 * platform/mac-leopard/svg/batik/text/textLength-expected.checksum:
5739 * platform/mac-leopard/svg/batik/text/textLength-expected.png:
5740 * platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum:
5741 * platform/mac-leopard/svg/batik/text/textOnPath-expected.png:
5742 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.checksum:
5743 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.png:
5744 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.checksum:
5745 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.png:
5746 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.checksum:
5747 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.png:
5748 * platform/mac-leopard/svg/batik/text/textProperties2-expected.checksum:
5749 * platform/mac-leopard/svg/batik/text/textProperties2-expected.png:
5750 * platform/mac-leopard/svg/batik/text/verticalText-expected.checksum:
5751 * platform/mac-leopard/svg/batik/text/verticalText-expected.png:
5752 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.checksum:
5753 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.png:
5754 * platform/mac-leopard/svg/carto.net/button-expected.checksum:
5755 * platform/mac-leopard/svg/carto.net/button-expected.png:
5756 * platform/mac-leopard/svg/carto.net/colourpicker-expected.checksum:
5757 * platform/mac-leopard/svg/carto.net/colourpicker-expected.png:
5758 * platform/mac-leopard/svg/carto.net/combobox-expected.checksum:
5759 * platform/mac-leopard/svg/carto.net/combobox-expected.png:
5760 * platform/mac-leopard/svg/carto.net/scrollbar-expected.checksum:
5761 * platform/mac-leopard/svg/carto.net/scrollbar-expected.png:
5762 * platform/mac-leopard/svg/carto.net/selectionlist-expected.checksum:
5763 * platform/mac-leopard/svg/carto.net/selectionlist-expected.png:
5764 * platform/mac-leopard/svg/carto.net/slider-expected.checksum:
5765 * platform/mac-leopard/svg/carto.net/slider-expected.png:
5766 * platform/mac-leopard/svg/carto.net/textbox-expected.checksum:
5767 * platform/mac-leopard/svg/carto.net/textbox-expected.png:
5768 * platform/mac-leopard/svg/carto.net/window-expected.checksum:
5769 * platform/mac-leopard/svg/carto.net/window-expected.png:
5770 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.checksum:
5771 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.png:
5772 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.checksum:
5773 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.png:
5774 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.checksum:
5775 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.png:
5776 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.checksum:
5777 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.png:
5778 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.checksum:
5779 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.png:
5780 * platform/mac-leopard/svg/custom/focus-ring-expected.checksum:
5781 * platform/mac-leopard/svg/custom/focus-ring-expected.png:
5782 * platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.checksum:
5783 * platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.png:
5784 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum:
5785 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.png:
5786 * platform/mac-leopard/svg/custom/getTransformToElement-expected.checksum:
5787 * platform/mac-leopard/svg/custom/getTransformToElement-expected.png:
5788 * platform/mac-leopard/svg/custom/invalid-css-expected.checksum:
5789 * platform/mac-leopard/svg/custom/invalid-css-expected.png:
5790 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
5791 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.png:
5792 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.checksum:
5793 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.png:
5794 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
5795 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png:
5796 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.checksum:
5797 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.png:
5798 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
5799 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.png:
5800 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.checksum:
5801 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.png:
5802 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.checksum:
5803 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.png:
5804 * platform/mac-leopard/svg/custom/multiple-title-elements-expected.checksum:
5805 * platform/mac-leopard/svg/custom/multiple-title-elements-expected.png:
5806 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.checksum:
5807 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.png:
5808 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
5809 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.png:
5810 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.checksum:
5811 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.png:
5812 * platform/mac-leopard/svg/custom/stroked-pattern-expected.checksum:
5813 * platform/mac-leopard/svg/custom/stroked-pattern-expected.png:
5814 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.checksum:
5815 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.png:
5816 * platform/mac-leopard/svg/custom/tref-update-expected.checksum:
5817 * platform/mac-leopard/svg/custom/tref-update-expected.png:
5818 * platform/mac-leopard/svg/custom/use-detach-expected.checksum:
5819 * platform/mac-leopard/svg/custom/use-detach-expected.png:
5820 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
5821 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
5822 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
5823 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
5824 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
5825 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
5826 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
5827 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
5828 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
5829 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
5830 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
5831 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
5832 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
5833 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.png:
5834 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
5835 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.png:
5836 * platform/mac-leopard/svg/custom/viewbox-syntax-expected.checksum:
5837 * platform/mac-leopard/svg/custom/viewbox-syntax-expected.png:
5838 * platform/mac-leopard/svg/hixie/text/003-expected.checksum:
5839 * platform/mac-leopard/svg/hixie/text/003-expected.png:
5840 * platform/mac-leopard/svg/hixie/text/003b-expected.checksum:
5841 * platform/mac-leopard/svg/hixie/text/003b-expected.png:
5842 * platform/mac-leopard/svg/text/text-align-01-b-expected.checksum:
5843 * platform/mac-leopard/svg/text/text-align-01-b-expected.png:
5844 * platform/mac-leopard/svg/text/text-align-02-b-expected.checksum:
5845 * platform/mac-leopard/svg/text/text-align-02-b-expected.png:
5846 * platform/mac-leopard/svg/text/text-align-03-b-expected.checksum:
5847 * platform/mac-leopard/svg/text/text-align-03-b-expected.png:
5848 * platform/mac-leopard/svg/text/text-align-04-b-expected.checksum:
5849 * platform/mac-leopard/svg/text/text-align-04-b-expected.png:
5850 * platform/mac-leopard/svg/text/text-align-05-b-expected.checksum:
5851 * platform/mac-leopard/svg/text/text-align-05-b-expected.png:
5852 * platform/mac-leopard/svg/text/text-align-06-b-expected.checksum:
5853 * platform/mac-leopard/svg/text/text-align-06-b-expected.png:
5854 * platform/mac-leopard/svg/text/text-altglyph-01-b-expected.checksum:
5855 * platform/mac-leopard/svg/text/text-altglyph-01-b-expected.png:
5856 * platform/mac-leopard/svg/text/text-deco-01-b-expected.checksum:
5857 * platform/mac-leopard/svg/text/text-deco-01-b-expected.png:
5858 * platform/mac-leopard/svg/text/text-fonts-01-t-expected.checksum:
5859 * platform/mac-leopard/svg/text/text-fonts-01-t-expected.png:
5860 * platform/mac-leopard/svg/text/text-fonts-02-t-expected.checksum:
5861 * platform/mac-leopard/svg/text/text-fonts-02-t-expected.png:
5862 * platform/mac-leopard/svg/text/text-intro-05-t-expected.checksum:
5863 * platform/mac-leopard/svg/text/text-intro-05-t-expected.png:
5864 * platform/mac-leopard/svg/text/text-path-01-b-expected.checksum:
5865 * platform/mac-leopard/svg/text/text-path-01-b-expected.png:
5866 * platform/mac-leopard/svg/text/text-text-01-b-expected.checksum:
5867 * platform/mac-leopard/svg/text/text-text-01-b-expected.png:
5868 * platform/mac-leopard/svg/text/text-text-03-b-expected.checksum:
5869 * platform/mac-leopard/svg/text/text-text-03-b-expected.png:
5870 * platform/mac-leopard/svg/text/text-text-04-t-expected.checksum:
5871 * platform/mac-leopard/svg/text/text-text-04-t-expected.png:
5872 * platform/mac-leopard/svg/text/text-text-05-t-expected.checksum:
5873 * platform/mac-leopard/svg/text/text-text-05-t-expected.png:
5874 * platform/mac-leopard/svg/text/text-text-06-t-expected.checksum:
5875 * platform/mac-leopard/svg/text/text-text-06-t-expected.png:
5876 * platform/mac-leopard/svg/text/text-text-07-t-expected.checksum:
5877 * platform/mac-leopard/svg/text/text-text-07-t-expected.png:
5878 * platform/mac-leopard/svg/text/text-text-08-b-expected.checksum:
5879 * platform/mac-leopard/svg/text/text-text-08-b-expected.png:
5880 * platform/mac-leopard/svg/text/text-tref-01-b-expected.checksum:
5881 * platform/mac-leopard/svg/text/text-tref-01-b-expected.png:
5882 * platform/mac-leopard/svg/text/text-tselect-01-b-expected.checksum:
5883 * platform/mac-leopard/svg/text/text-tselect-01-b-expected.png:
5884 * platform/mac-leopard/svg/text/text-tselect-02-f-expected.checksum:
5885 * platform/mac-leopard/svg/text/text-tselect-02-f-expected.png:
5886 * platform/mac-leopard/svg/text/text-tspan-01-b-expected.checksum:
5887 * platform/mac-leopard/svg/text/text-tspan-01-b-expected.png:
5888 * platform/mac-leopard/svg/text/text-ws-01-t-expected.checksum:
5889 * platform/mac-leopard/svg/text/text-ws-01-t-expected.png:
5890 * platform/mac-leopard/svg/text/text-ws-02-t-expected.checksum:
5891 * platform/mac-leopard/svg/text/text-ws-02-t-expected.png:
5892
58932008-05-13 John Sullivan <sullivan@apple.com>
5894
5895 Reviewed by Justin Garcia and Tim Hatcher
5896
5897 <rdar://problem/5879597> reproducible crash in HTMLSelectElement::typeAheadFind
5898
5899 * fast/forms/select-type-ahead-list-box-no-selection-expected.txt: Added.
5900 * fast/forms/select-type-ahead-list-box-no-selection.html: Added.
5901
59022008-05-13 Alexey Proskuryakov <ap@webkit.org>
5903
5904 Reviewed by John Sullivan.
5905
5906 <rdar://problem/4852077> REGRESSION: The content of the HTML file which is saved as Thai
5907 (ISO 8859-11) disappear.
5908
5909 <rdar://problem/5842597> Thai ISO-8859-11 should be upgraded to Windows-874
5910
5911 * fast/encoding/char-decoding-expected.txt:
5912 * fast/encoding/char-decoding.html:
5913
59142008-05-13 Alexey Proskuryakov <ap@webkit.org>
5915
5916 Reviewed by Eric Seidel.
5917
5918 https://bugs.webkit.org/show_bug.cgi?id=18681
5919 <rdar://problem/5888130> WebKit should not remove BOM characters from content.
5920
5921 * fast/encoding/bom-in-content-expected.txt: Added.
5922 * fast/encoding/bom-in-content.html: Added.
5923 * fast/encoding/bom-in-content-utf16-expected.txt: Added.
5924 * fast/encoding/bom-in-content-utf16.html: Added.
5925
5926 * http/tests/incremental/resources: Added.
5927 * http/tests/incremental/resources/slow-utf8-css.pl: Copied from LayoutTests/http/tests/incremental/slow-utf8-css.pl.
5928 * http/tests/incremental/slow-utf8-css-expected.txt: Added.
5929 * http/tests/incremental/slow-utf8-css.html: Added.
5930 * http/tests/incremental/slow-utf8-css.pl: Removed.
5931 * platform/mac/http/tests/incremental: Removed.
5932 * platform/mac/http/tests/incremental/slow-utf8-css-expected.checksum: Removed.
5933 * platform/mac/http/tests/incremental/slow-utf8-css-expected.png: Removed.
5934 * platform/mac/http/tests/incremental/slow-utf8-css-expected.txt: Removed.
5935 This test was relying on BOM characters being removed, but this was not what it tested for.
5936 Rewrote it and made text-only.
5937
59382008-05-13 Alexey Proskuryakov <ap@webkit.org>
5939
5940 Reviewed by Dan Bernstein.
5941
5942 Add tests verifying that we don't mix up some similar, but incompatible encodings.
5943
5944 * fast/encoding/char-decoding-expected.txt:
5945 * fast/encoding/char-decoding.html:
5946
59472008-05-13 Anders Carlsson <andersca@apple.com>
5948
5949 Reviewed by Darin.
5950
5951 Add testcase.
5952
5953 * http/tests/appcache/navigating-away-while-cache-attempt-in-progress-expected.txt: Added.
5954 * http/tests/appcache/navigating-away-while-cache-attempt-in-progress.html: Added.
5955 * http/tests/appcache/resources/navigating-away-while-cache-attempt-in-progress.manifest: Added.
5956 * http/tests/appcache/resources/slow-resource.php: Added.
5957
59582008-05-13 Alexey Proskuryakov <ap@webkit.org>
5959
5960 Reviewed by Darin.
5961
5962 <rdar://problem/5841351> Turkish ISO 8859-9 encoding should be treated as CP1254
5963
5964 * fast/encoding/char-decoding-expected.txt:
5965 * fast/encoding/char-decoding.html:
5966 Added tests for Turkish encodings.
5967
59682008-05-12 Adam Roben <aroben@apple.com>
5969
5970 Test that NPN_PostURL works correctly
5971
5972 Reviewed by Anders Carlsson.
5973
5974 * http/tests/plugins/post-url-file-expected.txt: Added.
5975 * http/tests/plugins/post-url-file.html: Added.
5976 * http/tests/plugins/resources/dump-post.pl: Added.
5977
59782008-05-12 Anders Carlsson <andersca@apple.com>
5979
5980 Reviewed by Adam.
5981
5982 Add test with a manifest file that lists itself.
5983
5984 * http/tests/appcache/manifest-containing-itself-expected.txt: Added.
5985 * http/tests/appcache/manifest-containing-itself.html: Added.
5986 * http/tests/appcache/resources/manifest-containing-itself.manifest: Added.
5987
59882008-05-12 Anders Carlsson <andersca@apple.com>
5989
5990 Reviewed by Adam.
5991
5992 * http/tests/appcache/empty-manifest-expected.txt: Added.
5993 * http/tests/appcache/empty-manifest.html: Added.
5994 * http/tests/appcache/resources/empty.manifest: Added.
5995
59962008-05-12 Anders Carlsson <andersca@apple.com>
5997
5998 Update the expected result.
5999
6000 * http/tests/appcache/simple-expected.txt:
6001
60022008-05-12 Anders Carlsson <andersca@apple.com>
6003
6004 Reviewed by Adam.
6005
6006 Add simple appcache test.
6007
6008 * http/conf/mime.types:
6009 * http/tests/appcache: Added.
6010 * http/tests/appcache/resources: Added.
6011 * http/tests/appcache/resources/not-in-cache.txt: Added.
6012 * http/tests/appcache/resources/simple.manifest: Added.
6013 * http/tests/appcache/resources/simple.txt: Added.
6014 * http/tests/appcache/simple-expected.txt: Added.
6015 * http/tests/appcache/simple.html: Added.
6016 * platform/gtk/Skipped:
6017 * platform/qt/Skipped:
6018 * platform/win/Skipped:
6019
60202008-05-09 Sam Weinig <sam@webkit.org>
6021
6022 Reviewed by Mark Rowe.
6023
6024 Test for https://bugs.webkit.org/show_bug.cgi?id=18958
6025 NULL pointer dereference in NamedAttrMap::setNamedItem
6026
6027 * fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt: Added.
6028 * fast/dom/NamedNodeMap-setNamedItem-crash.html: Added.
6029
60302008-05-09 Adam Barth <abarth-webkit@adambarth.com>
6031
6032 Reviewed by Sam Weinig.
6033
6034 Update tests to listen for message events on the window instead of
6035 the document. Also, added a test that the event is sent to the
6036 window and not to the document.
6037
6038 * http/tests/messaging/cross-domain-message-event-dispatch-expected.txt: Added.
6039 * http/tests/messaging/cross-domain-message-event-dispatch.html: Added.
6040 * http/tests/messaging/cross-domain-message-send.html:
6041 * http/tests/messaging/resources/cross-domain-message-receive.html:
6042 * http/tests/security/cross-frame-access-delete.html:
6043 * http/tests/security/cross-frame-access-history-put.html:
6044 * http/tests/security/cross-frame-access-location-put.html:
6045 * http/tests/security/postMessage/delivery-order.html:
6046 * http/tests/security/postMessage/invalid-origin-throws-exception.html:
6047 * http/tests/security/postMessage/javascript-page-still-sends-origin.html:
6048 * http/tests/security/postMessage/origin-unaffected-by-base-tag.html:
6049 * http/tests/security/postMessage/origin-unaffected-by-document-domain.html:
6050 * http/tests/security/postMessage/resources/post-message-listener.html:
6051 * http/tests/security/postMessage/target-origin.html:
6052 * http/tests/security/resources/cross-frame-iframe-for-delete-test.html:
6053 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
6054 * http/tests/security/resources/cross-frame-iframe-for-location-put-test.html:
6055 * http/tests/security/xss-eval.html:
6056
60572008-05-08 Dan Bernstein <mitz@apple.com>
6058
6059 Reviewed by Mark Rowe.
6060
6061 - test and updated results for https://bugs.webkit.org/show_bug.cgi?id=18818
6062 <rdar://problem/5901544> REGRESSION (3.1.1-TOT): Character order (float:left ordered after the first letter)
6063
6064 * ChangeLog:
6065 * fast/css/first-letter-float-after-float.html: Added.
6066 * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.checksum:
6067 * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.png:
6068 * platform/mac/fast/css/first-letter-float-after-float-expected.checksum: Added.
6069 * platform/mac/fast/css/first-letter-float-after-float-expected.png: Added.
6070 * platform/mac/fast/css/first-letter-float-after-float-expected.txt: Added.
6071 * platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt:
6072
60732008-05-08 Simon Hausmann <hausmann@webkit.org>
6074
6075 Reviewed by Holger.
6076
6077 Don't skip fast/loader/local-css-allowed-in-strict-mode.html, it
6078 passes now.
6079
6080 * platform/qt/Skipped:
6081
60822008-05-07 Stephanie Lewis <slewis@apple.com>
6083
6084 fix messed up result
6085
6086 * fast/events/onunload-not-on-body-expected.txt:
6087
60882008-05-07 Stephanie Lewis <slewis@apple.com>
6089
6090 Reviewed by Maciej.
6091
6092 Test onunload attr on a frame does not call onunload, but that an onunload attr on the body of
6093 a frame does. Also test that onunloads on object elements are not called.
6094
6095 * fast/events/onunload-not-on-body-expected.txt: Added.
6096 * fast/events/onunload-not-on-body.html: Added.
6097
60982008-05-07 Dan Bernstein <mitz@apple.com>
6099
6100 Reviewed by John Sullivan.
6101
6102 - test for https://bugs.webkit.org/show_bug.cgi?id=18909
6103 <rdar://problem/5914165> REGRESSION (r31872-r31878): Viewed photos not closing completely at indycar.com
6104
6105 * fast/dynamic/positioned-movement-with-positioned-children.html: Added.
6106 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.checksum: Added.
6107 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png: Added.
6108 * platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added.
6109
61102008-05-07 Justin Garcia <justin.garcia@apple.com>
6111
6112 Reviewed by John Sullivan.
6113
6114 <rdar://problem/5666354> Crashes in Mail at WebCore::RemoveNodeCommand::doApply
6115
6116 * editing/pasteboard/5761530-1-expected.txt: Added.
6117 * editing/pasteboard/5761530-1.html: Added.
6118 * editing/pasteboard/5761530-2-expected.txt: Added.
6119 * editing/pasteboard/5761530-2.html: Added.
6120
61212008-05-07 David Kilzer <ddkilzer@apple.com>
6122
6123 Bug 18900: Password field has focus but can't type text (i.rememberthemilk.com)
6124 <https://bugs.webkit.org/show_bug.cgi?id=18900>
6125 <rdar://problem/5912383>
6126
6127 Reviewed by Adele.
6128
6129 * fast/forms/textfield-to-password-on-focus-expected.txt: Added.
6130 * fast/forms/textfield-to-password-on-focus.html: Added.
6131
61322008-05-07 Tor Arne Vestbø <tavestbo@trolltech.com>
6133
6134 Reviewed by Simon
6135
6136 Add ~250 tests that fail to the skipped list so we have a sane baseline.
6137
6138 * platform/qt/Skipped:
6139
61402008-05-06 Dan Bernstein <mitz@apple.com>
6141
6142 Reviewed by Darin Adler.
6143
6144 - test for <rdar://problem/5914544> Crash in layoutInlineChildren()
6145
6146 * fast/block/float/float-on-zero-height-line.html: Added.
6147 * platform/mac/fast/block/float/float-on-zero-height-line-expected.checksum: Added.
6148 * platform/mac/fast/block/float/float-on-zero-height-line-expected.png: Added.
6149 * platform/mac/fast/block/float/float-on-zero-height-line-expected.txt: Added.
6150
61512008-05-06 Adam Barth <abarth-webkit@adambarth.com>
6152
6153 Reviewed by Sam Weinig.
6154
6155 https://bugs.webkit.org/show_bug.cgi?id=18725
6156 Update tests for asynchronous postMessage.
6157
6158 Collin Jackson <collinj-webkit@collinjackson.com> also contributed to this patch.
6159
6160 * http/tests/messaging/cross-domain-message-send.html:
6161 * http/tests/messaging/resources/cross-domain-message-receive.html:
6162 * http/tests/security/cross-frame-access-delete.html:
6163 * http/tests/security/cross-frame-access-history-put.html:
6164 * http/tests/security/cross-frame-access-location-put.html:
6165 * http/tests/security/postMessage/delivery-order-expected.txt: Added.
6166 * http/tests/security/postMessage/delivery-order.html: Added.
6167 * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
6168 * http/tests/security/postMessage/invalid-origin-throws-exception.html:
6169 * http/tests/security/postMessage/origin-unaffected-by-base-tag-expected.txt:
6170 * http/tests/security/postMessage/origin-unaffected-by-base-tag.html:
6171 * http/tests/security/postMessage/origin-unaffected-by-document-domain-expected.txt:
6172 * http/tests/security/postMessage/origin-unaffected-by-document-domain.html:
6173 * http/tests/security/postMessage/resources/javascript-post-message-sender.html:
6174 * http/tests/security/postMessage/resources/post-message-listener.html:
6175 * http/tests/security/postMessage/resources/recv.js: Added.
6176 * http/tests/security/postMessage/target-origin-expected.txt:
6177 * http/tests/security/postMessage/target-origin.html:
6178 * http/tests/security/resources/cross-frame-iframe-for-delete-test.html:
6179 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
6180 * http/tests/security/resources/cross-frame-iframe-for-location-put-test.html:
6181 * http/tests/security/resources/xss-eval3.html:
6182 * http/tests/security/xss-eval.html:
6183
61842008-05-05 Alexey Proskuryakov <ap@webkit.org>
6185
6186 Reviewed by Darin.
6187
6188 https://bugs.webkit.org/show_bug.cgi?id=11947
6189 nbsps should be converted to entities in innerHTML
6190
6191 https://bugs.webkit.org/show_bug.cgi?id=18769
6192 replacing &nbsp; with spaces using regexp creates inconsistent result
6193
6194 * fast/dom/innerHTML-nbsp-expected.txt: Added.
6195 * fast/dom/innerHTML-nbsp.html: Added.
6196 * fast/dom/innerHTML-escaping-attribute-expected.txt: Added.
6197 * fast/dom/innerHTML-escaping-attribute.html: Added.
6198
6199 * editing/inserting/edited-whitespace-1.html: Updated expected results.
6200
62012008-05-05 David Hyatt <hyatt@apple.com>
6202
6203 Fix for https://bugs.webkit.org/show_bug.cgi?id=18821, putImageData incorrect when data has alpha.
6204
6205 Reviewed by Eric
6206
6207 * fast/canvas/canvas-alphaImageData-behavior-expected.txt: Added.
6208 * fast/canvas/canvas-alphaImageData-behavior.html: Added.
6209 * fast/canvas/canvas-alphaImageData-behavior.js: Added.
6210
62112008-05-05 Dan Bernstein <mitz@apple.com>
6212
6213 Rubber-stamped by Adam Roben.
6214
6215 - fix test failure due to Windows' preference for Mac results over
6216 generic results
6217
6218 * platform/win/editing/selection/move-left-right-expected.txt: Copied from LayoutTests/editing/selection/move-left-right-expected.txt.
6219
62202008-05-05 Dan Bernstein <mitz@apple.com>
6221
6222 Reviewed by Dave Hyatt.
6223
6224 - test, updated test and updated results for https://bugs.webkit.org/show_bug.cgi?id=18809
6225 Forms with block level generated content and absolutely positioned labels break inline layout (fixed on reflow)
6226
6227 * fast/block/basic/adding-near-anonymous-block.html: Added.
6228 * media/video-controls-rendering.html: Changed to work around
6229 https://bugs.webkit.org/show_bug.cgi?id=18857 which now affects this
6230 test in its original form.
6231 * platform/mac/css1/box_properties/clear-expected.txt:
6232 * platform/mac/fast/block/basic/adding-near-anonymous-block-expected.checksum: Added.
6233 * platform/mac/fast/block/basic/adding-near-anonymous-block-expected.png: Added.
6234 * platform/mac/fast/block/basic/adding-near-anonymous-block-expected.txt: Added.
6235 * platform/mac/fast/forms/input-align-image-expected.txt:
6236 * platform/mac/media/audio-controls-rendering-expected.txt:
6237 * platform/mac/media/video-controls-rendering-expected.txt:
6238 * platform/mac/tables/mozilla/bugs/bug51140-expected.txt:
6239
62402008-05-02 Antti Koivisto <antti@apple.com>
6241
6242 Reviewed by Mitz.
6243
6244 Test for <rdar://problem/5840475>
6245 CrashTracer: [USER] 2 crashes in Safari at com.apple.WebCore: WebCore::RenderBlock::insertPositionedObject
6246
6247 * fast/transforms/container-transform-crash-expected.txt: Added.
6248 * fast/transforms/container-transform-crash.html: Added.
6249
62502008-05-04 Dan Bernstein <mitz@apple.com>
6251
6252 Reviewed by Sam Weinig.
6253
6254 - test for https://bugs.webkit.org/show_bug.cgi?id=18879
6255 <rdar://problem/5909481> Reproducible crash when removing a gradient
6256
6257 * fast/gradients/crash-on-remove-expected.txt: Added.
6258 * fast/gradients/crash-on-remove.html: Added.
6259
62602008-05-04 Sam Weinig <sam@webkit.org>
6261
6262 Reviewed by Maciej Stachowiak.
6263
6264 Don't print out the full url.
6265
6266 * fast/dom/Window/dom-access-from-closure-iframe-expected.txt:
6267 * fast/dom/Window/dom-access-from-closure-window-expected.txt:
6268 * fast/dom/Window/resources/dom-access-from-closure-iframe-child.html:
6269 * fast/dom/Window/resources/dom-access-from-closure-window-child.html:
6270
62712008-05-03 Rob Buis <buis@kde.org>
6272
6273 Reviewed by Sam.
6274
6275 Extended testcase for:
6276 https://bugs.webkit.org/show_bug.cgi?id=18652
6277 onchange events don't seem to fire for input[type=range] controls.
6278
6279 * fast/forms/slider-onchange-event-expected.txt:
6280 * fast/forms/slider-onchange-event.html:
6281
62822008-05-03 Sam Weinig <sam@webkit.org>
6283
6284 Reviewed by Dan Bernstein.
6285
6286 Add tests that show our behavior when using closures from a global object
6287 whose frame has been navigated.
6288
6289 Related to https://bugs.webkit.org/show_bug.cgi?id=17249.
6290
6291 * fast/dom/Window/closure-access-after-navigation-iframe-expected.txt: Added.
6292 * fast/dom/Window/closure-access-after-navigation-iframe.html: Added.
6293 * fast/dom/Window/closure-access-after-navigation-window-expected.txt: Added.
6294 * fast/dom/Window/closure-access-after-navigation-window.html: Added.
6295 * fast/dom/Window/dom-access-from-closure-iframe-expected.txt: Added.
6296 * fast/dom/Window/dom-access-from-closure-iframe.html: Added.
6297 * fast/dom/Window/dom-access-from-closure-window-expected.txt: Added.
6298 * fast/dom/Window/dom-access-from-closure-window.html: Added.
6299 * fast/dom/Window/resources/closure-access-after-navigation-iframe-child-1.html: Added.
6300 * fast/dom/Window/resources/closure-access-after-navigation-iframe-child-2.html: Added.
6301 * fast/dom/Window/resources/closure-access-after-navigation-window-child-1.html: Added.
6302 * fast/dom/Window/resources/closure-access-after-navigation-window-child-2.html: Added.
6303 * fast/dom/Window/resources/dom-access-from-closure-iframe-child.html: Added.
6304 * fast/dom/Window/resources/dom-access-from-closure-window-child.html: Added.
6305 * fast/dom/Window/resources/notify-opener-done.html: Added.
6306 * fast/dom/Window/resources/notify-parent-done.html: Added.
6307
63082008-05-01 Rob Buis <buis@kde.org>
6309
6310 Reviewed by Eric.
6311
6312 Testcase for:
6313 https://bugs.webkit.org/show_bug.cgi?id=18568
6314 background: currentColor fails
6315
6316 * fast/css/background-currentcolor-expected.txt: Added.
6317 * fast/css/background-currentcolor.html: Added.
6318
63192008-05-02 Dan Bernstein <mitz@apple.com>
6320
6321 Reviewed by John Sullivan.
6322
6323 - add pixel test for text shadows with zero blur and various offsets,
6324 including zero offset
6325
6326 * fast/text/shadow-no-blur.html: Added.
6327 * platform/mac/fast/text/shadow-no-blur-expected.checksum: Added.
6328 * platform/mac/fast/text/shadow-no-blur-expected.png: Added.
6329 * platform/mac/fast/text/shadow-no-blur-expected.txt: Added.
6330
63312008-05-02 Tor Arne Vestbø <tavestbo@trolltech.com>
6332
6333 Rubber-stamped by Simon.
6334
6335 Updated Qt layout-tests to match changes in font metrics.
6336
6337 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
6338 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt:
6339 * platform/qt/editing/deleting/table-cells-expected.txt:
6340 * platform/qt/editing/execCommand/format-block-expected.txt:
6341 * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt:
6342 * platform/qt/editing/inserting/5803706-1-expected.txt: Added.
6343 * platform/qt/editing/inserting/paragraph-separator-03-expected.txt:
6344 * platform/qt/editing/pasteboard/4631972-expected.txt:
6345 * platform/qt/editing/pasteboard/5027857-expected.txt:
6346 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt:
6347 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt:
6348 * platform/qt/editing/style/smoosh-styles-002-expected.txt:
6349 * platform/qt/fast/block/basic/015-expected.txt:
6350 * platform/qt/fast/canvas/canvas-transform-identity-expected.txt: Added.
6351 * platform/qt/fast/canvas/canvas-transform-infinity-expected.txt: Added.
6352 * platform/qt/fast/canvas/canvas-transform-multiply-expected.txt: Added.
6353 * platform/qt/fast/canvas/canvas-transform-nan-expected.txt: Added.
6354 * platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt: Added.
6355 * platform/qt/fast/canvas/canvas-transform-skewed-expected.txt: Added.
6356 * platform/qt/fast/css-generated-content/014-expected.txt:
6357 * platform/qt/fast/css/beforeSelectorOnCodeElement-expected.txt:
6358 * platform/qt/fast/css/hover-subselector-expected.txt:
6359 * platform/qt/fast/css/invalid-percentage-property-expected.txt: Added.
6360 * platform/qt/fast/css/line-height-font-order-expected.txt:
6361 * platform/qt/fast/css/outline-auto-empty-rects-expected.txt:
6362 * platform/qt/fast/css/text-align-expected.txt: Added.
6363 * platform/qt/fast/css/universal-hover-quirk-expected.txt:
6364 * platform/qt/fast/dom/attr_dead_doc-expected.txt:
6365 * platform/qt/fast/dom/dom-parse-serialize-display-expected.txt:
6366 * platform/qt/fast/dom/dom-parse-serialize-expected.txt:
6367 * platform/qt/fast/dom/row-inner-text-expected.txt:
6368 * platform/qt/fast/dom/stripNullFromTextNodes-expected.txt:
6369 * platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
6370 * platform/qt/fast/encoding/preload-encoding-expected.txt: Added.
6371 * platform/qt/fast/flexbox/016-expected.txt:
6372 * platform/qt/fast/flexbox/023-expected.txt:
6373 * platform/qt/fast/flexbox/024-expected.txt:
6374 * platform/qt/fast/forms/menulist-option-wrap-expected.txt:
6375 * platform/qt/fast/forms/targeted-frame-submission-expected.txt:
6376 * platform/qt/fast/frames/001-expected.txt:
6377 * platform/qt/fast/frames/002-expected.txt:
6378 * platform/qt/fast/frames/calculate-fixed-expected.txt:
6379 * platform/qt/fast/frames/calculate-order-expected.txt:
6380 * platform/qt/fast/frames/calculate-percentage-expected.txt:
6381 * platform/qt/fast/frames/calculate-relative-expected.txt:
6382 * platform/qt/fast/frames/calculate-round-expected.txt:
6383 * platform/qt/fast/frames/contentWindow_Frame-expected.txt:
6384 * platform/qt/fast/frames/contentWindow_iFrame-expected.txt:
6385 * platform/qt/fast/frames/empty-frame-src-expected.txt:
6386 * platform/qt/fast/frames/iframe-option-crash-expected.txt:
6387 * platform/qt/fast/frames/iframe-with-frameborder-expected.txt:
6388 * platform/qt/fast/frames/invalid-expected.txt:
6389 * platform/qt/fast/frames/no-frame-borders-expected.txt:
6390 * platform/qt/fast/frames/valid-expected.txt:
6391 * platform/qt/fast/frames/viewsource-attribute-expected.txt:
6392 * platform/qt/fast/html/listing-expected.txt:
6393 * platform/qt/fast/inline-block/002-expected.txt:
6394 * platform/qt/fast/innerHTML/006-expected.txt:
6395 * platform/qt/fast/invalid/019-expected.txt:
6396 * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
6397 * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
6398 * platform/qt/fast/overflow/overflow-auto-table-expected.txt:
6399 * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
6400 * platform/qt/fast/replaced/replaced-breaking-expected.txt:
6401 * platform/qt/fast/replaced/width100percent-image-expected.txt:
6402 * platform/qt/fast/selectors/lang-inheritance-expected.txt: Added.
6403 * platform/qt/fast/selectors/lang-inheritance2-expected.txt: Added.
6404 * platform/qt/fast/selectors/lang-vs-xml-lang-expected.txt: Added.
6405 * platform/qt/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Added.
6406 * platform/qt/fast/table/018-expected.txt:
6407 * platform/qt/fast/table/border-collapsing/004-expected.txt:
6408 * platform/qt/fast/table/frame-and-rules-expected.txt:
6409 * platform/qt/fast/table/invisible-cell-background-expected.txt:
6410 * platform/qt/fast/text/atsui-spacing-features-expected.txt:
6411 * platform/qt/fast/text/basic/009-expected.txt:
6412 * platform/qt/fast/text/basic/generic-family-changes-expected.txt:
6413 * platform/qt/fast/text/basic/generic-family-reset-expected.txt:
6414 * platform/qt/fast/text/selection-hard-linebreak-expected.txt:
6415 * platform/qt/fast/text/wbr-pre-expected.txt:
6416 * platform/qt/fast/text/whitespace/019-expected.txt:
6417 * platform/qt/fast/text/whitespace/022-expected.txt:
6418 * platform/qt/fast/text/whitespace/023-expected.txt:
6419 * platform/qt/fast/text/whitespace/029-expected.txt:
6420 * platform/qt/fast/text/whitespace/030-expected.txt:
6421 * platform/qt/fast/text/whitespace/pre-newline-box-test-expected.txt:
6422 * platform/qt/fast/text/whitespace/pre-wrap-last-char-expected.txt:
6423 * platform/qt/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
6424 * platform/qt/tables/mozilla/bugs/45621-expected.txt:
6425 * platform/qt/tables/mozilla/bugs/bug101674-expected.txt:
6426 * platform/qt/tables/mozilla/bugs/bug10269-2-expected.txt:
6427 * platform/qt/tables/mozilla/bugs/bug10296-1-expected.txt:
6428 * platform/qt/tables/mozilla/bugs/bug13105-expected.txt:
6429 * platform/qt/tables/mozilla/bugs/bug137388-3-expected.txt:
6430 * platform/qt/tables/mozilla/bugs/bug139524-2-expected.txt:
6431 * platform/qt/tables/mozilla/bugs/bug157890-expected.txt:
6432 * platform/qt/tables/mozilla/bugs/bug19061-1-expected.txt:
6433 * platform/qt/tables/mozilla/bugs/bug19061-2-expected.txt:
6434 * platform/qt/tables/mozilla/bugs/bug20579-expected.txt:
6435 * platform/qt/tables/mozilla/bugs/bug22019-expected.txt:
6436 * platform/qt/tables/mozilla/bugs/bug23235-expected.txt:
6437 * platform/qt/tables/mozilla/bugs/bug2886-2-expected.txt:
6438 * platform/qt/tables/mozilla/bugs/bug2973-expected.txt:
6439 * platform/qt/tables/mozilla/bugs/bug30418-expected.txt:
6440 * platform/qt/tables/mozilla/bugs/bug38916-expected.txt:
6441 * platform/qt/tables/mozilla/bugs/bug57828-2-expected.txt:
6442 * platform/qt/tables/mozilla/bugs/bug7121-1-expected.txt:
6443 * platform/qt/tables/mozilla/bugs/bug83786-expected.txt:
6444 * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
6445 * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt:
6446 * platform/qt/tables/mozilla/other/test6-expected.txt:
6447 * platform/qt/tables/mozilla_expected_failures/bugs/97619-expected.txt:
6448 * platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
6449 * platform/qt/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
6450 * platform/qt/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
6451 * platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
6452
64532008-05-01 Sam Weinig <sam@webkit.org>
6454
6455 Add missing result.
6456
6457 * fast/canvas/canvas-path-with-inf-nan-dimensions-expected.txt: Added.
6458
64592008-05-01 Sam Weinig <sam@webkit.org>
6460
6461 Reviewed by Geoffrey Garen.
6462
6463 * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
6464 * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
6465 * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
6466 * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
6467 * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
6468 * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
6469 * http/tests/security/xss-eval-expected.txt:
6470
64712008-05-01 Anders Carlsson <andersca@apple.com>
6472
6473 Reviewed by Mitz.
6474
6475 Disable an SVG font test that crashes.
6476
6477 http://bugs.webkit.org/show_bug.cgi?id=18830 tracks fixing the crash.
6478
6479 * svg/W3C-SVG-1.1/fonts-glyph-02-t.svg: Removed.
6480 * svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled: Copied from svg/W3C-SVG-1.1/fonts-glyph-02-t.svg.
6481
64822008-05-01 Anatoli Papirovski <apapirovski@mac.com>
6483
6484 Reviewed by Dave Hyatt.
6485
6486 - added a test case for https://bugs.webkit.org/show_bug.cgi?id=18347
6487 Absolutely positioned image percentage width does not respect container's padding
6488
6489 * fast/replaced/absolute-position-percentage-width.html: Added.
6490 * platform/mac/fast/replaced/absolute-position-percentage-width-expected.checksum: Added.
6491 * platform/mac/fast/replaced/absolute-position-percentage-width-expected.png: Added.
6492 * platform/mac/fast/replaced/absolute-position-percentage-width-expected.txt: Added.
6493
64942008-04-29 Eric Seidel <eric@webkit.org>
6495
6496 Rubber-stamped by Sam Weinig.
6497
6498 Mark a couple UTF16 files as binary so windows-svn doesn't mutilate them on checkout.
6499
6500 * fast/xsl/xslt-enc16.xml: add svn:mime-type application/octet-stream
6501 * fast/xsl/xslt-enc16to16.xml: add svn:mime-type application/octet-stream
6502
65032008-05-01 Alice Liu <alice.liu@apple.com>
6504
6505 Rubber-stamped by Sam Weinig.
6506
6507 fast/events/tabindex-focus-blur-all.html was timing out on some machines
6508 Make this test faster by not doing += on innerHTML.
6509
6510 * fast/events/resources/tabindex-focus-blur-all.js:
6511
65122008-05-01 Sam Weinig <sam@webkit.org>
6513
6514 Update results with -webkit-box-reflect values.
6515
6516 * fast/css/computed-style-expected.txt:
6517 * fast/css/computed-style-without-renderer-expected.txt:
6518 * svg/css/getComputedStyle-basic-expected.txt:
6519
65202008-04-30 Rob Buis <buis@kde.org>
6521
6522 Reviewed by Nikolas.
6523
6524 Testcases for:
6525 https://bugs.webkit.org/show_bug.cgi?id=16447
6526 onload called too many times for <svg:image>
6527 https://bugs.webkit.org/show_bug.cgi?id=12282
6528 SVG wastes time in malloc to send loadEvents to non-existent listeners
6529
6530 * svg/custom/loadevents-capturing-expected.txt: Added.
6531 * svg/custom/loadevents-capturing.svg: Added.
6532 * svg/custom/loadevents-externalresourcesrequired-displaynone-expected.txt: Added.
6533 * svg/custom/loadevents-externalresourcesrequired-displaynone.svg: Added.
6534 * svg/custom/loadevents-externalresourcesrequired-expected.txt: Added.
6535 * svg/custom/loadevents-externalresourcesrequired.svg: Added.
6536 * svg/custom/loadevents-normal-displaynone-expected.txt: Added.
6537 * svg/custom/loadevents-normal-displaynone.svg: Added.
6538 * svg/custom/loadevents-normal-expected.txt: Added.
6539 * svg/custom/loadevents-normal.svg: Added.
6540
65412008-04-30 David Hyatt <hyatt@apple.com>
6542
6543 Add test for video crasher.
6544
6545 Reviewed by Dan Bernstein
6546
6547 * media/video-layer-crash.html: Added.
6548 * platform/mac/media/video-layer-crash-expected.checksum: Added.
6549 * platform/mac/media/video-layer-crash-expected.png: Added.
6550 * platform/mac/media/video-layer-crash-expected.txt: Added.
6551
65522008-04-30 Tor Arne Vestbø <tavestbo@trolltech.com>
6553
6554 Rubber-stamped by Simon
6555
6556 Updated the expected test results to reflect the fact that most render objects now are anonymous.
6557
6558 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt:
6559 * platform/qt/editing/pasteboard/paste-text-019-expected.txt:
6560 * platform/qt/editing/selection/display-table-text-expected.txt:
6561 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
6562 * platform/qt/fast/block/basic/011-expected.txt:
6563 * platform/qt/fast/css-generated-content/015-expected.txt:
6564 * platform/qt/fast/css-generated-content/inline-display-types-expected.txt:
6565 * platform/qt/fast/css-generated-content/table-cell-before-content-expected.txt:
6566 * platform/qt/fast/css/word-space-extra-expected.txt:
6567 * platform/qt/fast/forms/001-expected.txt:
6568 * platform/qt/fast/forms/form-hides-table-expected.txt:
6569 * platform/qt/fast/forms/input-text-word-wrap-expected.txt:
6570 * platform/qt/fast/forms/menulist-width-change-expected.txt:
6571 * platform/qt/fast/parser/001-expected.txt:
6572 * platform/qt/fast/table/037-expected.txt:
6573 * platform/qt/fast/table/add-before-anonymous-child-expected.txt:
6574 * platform/qt/fast/table/border-collapsing/003-expected.txt:
6575 * platform/qt/fast/table/cell-absolute-child-expected.txt:
6576 * platform/qt/fast/table/click-near-anonymous-table-expected.txt:
6577 * platform/qt/fast/table/form-with-table-style-expected.txt:
6578 * platform/qt/fast/table/overflowHidden-expected.txt:
6579 * platform/qt/fast/table/text-field-baseline-expected.txt:
6580 * platform/qt/fast/table/vertical-align-baseline-readjust-expected.txt:
6581 * platform/qt/fast/text/font-initial-expected.txt:
6582 * platform/qt/fast/text/whitespace/024-expected.txt:
6583 * platform/qt/fast/text/word-break-expected.txt:
6584 * platform/qt/tables/mozilla/bugs/bug1055-1-expected.txt:
6585 * platform/qt/tables/mozilla/bugs/bug11321-expected.txt:
6586 * platform/qt/tables/mozilla/bugs/bug13118-expected.txt:
6587 * platform/qt/tables/mozilla/bugs/bug2479-1-expected.txt:
6588 * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
6589 * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
6590 * platform/qt/tables/mozilla/bugs/bug269566-expected.txt:
6591 * platform/qt/tables/mozilla/bugs/bug275625-expected.txt:
6592 * platform/qt/tables/mozilla/bugs/bug3037-1-expected.txt:
6593 * platform/qt/tables/mozilla/bugs/bug3037-2-expected.txt:
6594 * platform/qt/tables/mozilla/bugs/bug30985-expected.txt:
6595 * platform/qt/tables/mozilla/bugs/bug7112-1-expected.txt:
6596 * platform/qt/tables/mozilla/bugs/bug7112-2-expected.txt:
6597 * platform/qt/tables/mozilla/bugs/bug72359-expected.txt:
6598 * platform/qt/tables/mozilla/bugs/bug8032-1-expected.txt:
6599 * platform/qt/tables/mozilla/bugs/bug8950-expected.txt:
6600 * platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
6601 * platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.txt:
6602 * platform/qt/tables/mozilla/marvin/x_caption_class-expected.txt:
6603 * platform/qt/tables/mozilla/marvin/x_caption_id-expected.txt:
6604 * platform/qt/tables/mozilla/marvin/x_caption_style-expected.txt:
6605 * platform/qt/tables/mozilla/marvin/x_col_align_center-expected.txt:
6606 * platform/qt/tables/mozilla/marvin/x_col_align_char-expected.txt:
6607 * platform/qt/tables/mozilla/marvin/x_col_align_justify-expected.txt:
6608 * platform/qt/tables/mozilla/marvin/x_col_align_left-expected.txt:
6609 * platform/qt/tables/mozilla/marvin/x_col_align_right-expected.txt:
6610 * platform/qt/tables/mozilla/marvin/x_col_span-expected.txt:
6611 * platform/qt/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
6612 * platform/qt/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
6613 * platform/qt/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
6614 * platform/qt/tables/mozilla/marvin/x_col_valign_top-expected.txt:
6615 * platform/qt/tables/mozilla/marvin/x_col_width_pct-expected.txt:
6616 * platform/qt/tables/mozilla/marvin/x_col_width_px-expected.txt:
6617 * platform/qt/tables/mozilla/marvin/x_col_width_rel-expected.txt:
6618 * platform/qt/tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
6619 * platform/qt/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
6620 * platform/qt/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
6621 * platform/qt/tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
6622 * platform/qt/tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
6623 * platform/qt/tables/mozilla/marvin/x_colgroup_span-expected.txt:
6624 * platform/qt/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
6625 * platform/qt/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
6626 * platform/qt/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
6627 * platform/qt/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
6628 * platform/qt/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
6629 * platform/qt/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
6630 * platform/qt/tables/mozilla/marvin/x_table_align_center-expected.txt:
6631 * platform/qt/tables/mozilla/marvin/x_table_align_left-expected.txt:
6632 * platform/qt/tables/mozilla/marvin/x_table_align_right-expected.txt:
6633 * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
6634 * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
6635 * platform/qt/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
6636 * platform/qt/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
6637 * platform/qt/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
6638 * platform/qt/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
6639 * platform/qt/tables/mozilla/marvin/x_table_class-expected.txt:
6640 * platform/qt/tables/mozilla/marvin/x_table_id-expected.txt:
6641 * platform/qt/tables/mozilla/marvin/x_table_style-expected.txt:
6642 * platform/qt/tables/mozilla/marvin/x_table_width_pct-expected.txt:
6643 * platform/qt/tables/mozilla/marvin/x_table_width_px-expected.txt:
6644 * platform/qt/tables/mozilla/marvin/x_td_align_center-expected.txt:
6645 * platform/qt/tables/mozilla/marvin/x_td_align_char-expected.txt:
6646 * platform/qt/tables/mozilla/marvin/x_td_align_justify-expected.txt:
6647 * platform/qt/tables/mozilla/marvin/x_td_align_left-expected.txt:
6648 * platform/qt/tables/mozilla/marvin/x_td_align_right-expected.txt:
6649 * platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
6650 * platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
6651 * platform/qt/tables/mozilla/marvin/x_td_class-expected.txt:
6652 * platform/qt/tables/mozilla/marvin/x_td_colspan-expected.txt:
6653 * platform/qt/tables/mozilla/marvin/x_td_height-expected.txt:
6654 * platform/qt/tables/mozilla/marvin/x_td_id-expected.txt:
6655 * platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.txt:
6656 * platform/qt/tables/mozilla/marvin/x_td_rowspan-expected.txt:
6657 * platform/qt/tables/mozilla/marvin/x_td_style-expected.txt:
6658 * platform/qt/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
6659 * platform/qt/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
6660 * platform/qt/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
6661 * platform/qt/tables/mozilla/marvin/x_td_valign_top-expected.txt:
6662 * platform/qt/tables/mozilla/marvin/x_td_width-expected.txt:
6663 * platform/qt/tables/mozilla/marvin/x_th_align_center-expected.txt:
6664 * platform/qt/tables/mozilla/marvin/x_th_align_char-expected.txt:
6665 * platform/qt/tables/mozilla/marvin/x_th_align_justify-expected.txt:
6666 * platform/qt/tables/mozilla/marvin/x_th_align_left-expected.txt:
6667 * platform/qt/tables/mozilla/marvin/x_th_align_right-expected.txt:
6668 * platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
6669 * platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
6670 * platform/qt/tables/mozilla/marvin/x_th_class-expected.txt:
6671 * platform/qt/tables/mozilla/marvin/x_th_colspan-expected.txt:
6672 * platform/qt/tables/mozilla/marvin/x_th_height-expected.txt:
6673 * platform/qt/tables/mozilla/marvin/x_th_id-expected.txt:
6674 * platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.txt:
6675 * platform/qt/tables/mozilla/marvin/x_th_rowspan-expected.txt:
6676 * platform/qt/tables/mozilla/marvin/x_th_style-expected.txt:
6677 * platform/qt/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
6678 * platform/qt/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
6679 * platform/qt/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
6680 * platform/qt/tables/mozilla/marvin/x_th_valign_top-expected.txt:
6681 * platform/qt/tables/mozilla/marvin/x_th_width-expected.txt:
6682 * platform/qt/tables/mozilla/marvin/x_tr_align_center-expected.txt:
6683 * platform/qt/tables/mozilla/marvin/x_tr_align_char-expected.txt:
6684 * platform/qt/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
6685 * platform/qt/tables/mozilla/marvin/x_tr_align_left-expected.txt:
6686 * platform/qt/tables/mozilla/marvin/x_tr_align_right-expected.txt:
6687 * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
6688 * platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
6689 * platform/qt/tables/mozilla/marvin/x_tr_class-expected.txt:
6690 * platform/qt/tables/mozilla/marvin/x_tr_id-expected.txt:
6691 * platform/qt/tables/mozilla/marvin/x_tr_style-expected.txt:
6692 * platform/qt/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
6693 * platform/qt/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
6694 * platform/qt/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
6695 * platform/qt/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
6696 * platform/qt/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
6697 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
6698 * platform/qt/tables/mozilla_expected_failures/bugs/bug278266-expected.txt:
6699 * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
6700 * platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
6701 * platform/qt/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
6702 * platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
6703
67042008-04-30 Tor Arne Vestbø <tavestbo@trolltech.com>
6705
6706 Rubber-stamped by Simon.
6707
6708 Updated the expected test results to the current font metrics.
6709
6710 * platform/qt/css1/basic/class_as_selector-expected.txt:
6711 * platform/qt/css1/basic/comments-expected.txt:
6712 * platform/qt/css1/basic/containment-expected.txt:
6713 * platform/qt/css1/basic/contextual_selectors-expected.txt:
6714 * platform/qt/css1/basic/grouping-expected.txt:
6715 * platform/qt/css1/basic/id_as_selector-expected.txt:
6716 * platform/qt/css1/basic/inheritance-expected.txt:
6717 * platform/qt/css1/box_properties/acid_test-expected.txt:
6718 * platform/qt/css1/box_properties/border-expected.txt:
6719 * platform/qt/css1/box_properties/border_bottom-expected.txt:
6720 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
6721 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
6722 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
6723 * platform/qt/css1/box_properties/border_color-expected.txt:
6724 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
6725 * platform/qt/css1/box_properties/border_inline-expected.txt:
6726 * platform/qt/css1/box_properties/border_left-expected.txt:
6727 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
6728 * platform/qt/css1/box_properties/border_left_width-expected.txt:
6729 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
6730 * platform/qt/css1/box_properties/border_right-expected.txt:
6731 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
6732 * platform/qt/css1/box_properties/border_right_width-expected.txt:
6733 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
6734 * platform/qt/css1/box_properties/border_style-expected.txt:
6735 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
6736 * platform/qt/css1/box_properties/border_top-expected.txt:
6737 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
6738 * platform/qt/css1/box_properties/border_top_width-expected.txt:
6739 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
6740 * platform/qt/css1/box_properties/border_width-expected.txt:
6741 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
6742 * platform/qt/css1/box_properties/clear-expected.txt:
6743 * platform/qt/css1/box_properties/clear_float-expected.txt:
6744 * platform/qt/css1/box_properties/float-expected.txt:
6745 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
6746 * platform/qt/css1/box_properties/float_margin-expected.txt:
6747 * platform/qt/css1/box_properties/height-expected.txt:
6748 * platform/qt/css1/box_properties/margin-expected.txt:
6749 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
6750 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
6751 * platform/qt/css1/box_properties/margin_inline-expected.txt:
6752 * platform/qt/css1/box_properties/margin_left-expected.txt:
6753 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
6754 * platform/qt/css1/box_properties/margin_right-expected.txt:
6755 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
6756 * platform/qt/css1/box_properties/margin_top-expected.txt:
6757 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
6758 * platform/qt/css1/box_properties/padding-expected.txt:
6759 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
6760 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
6761 * platform/qt/css1/box_properties/padding_inline-expected.txt:
6762 * platform/qt/css1/box_properties/padding_left-expected.txt:
6763 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
6764 * platform/qt/css1/box_properties/padding_right-expected.txt:
6765 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
6766 * platform/qt/css1/box_properties/padding_top-expected.txt:
6767 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
6768 * platform/qt/css1/box_properties/width-expected.txt:
6769 * platform/qt/css1/cascade/cascade_order-expected.txt:
6770 * platform/qt/css1/cascade/important-expected.txt:
6771 * platform/qt/css1/classification/display-expected.txt:
6772 * platform/qt/css1/classification/list_style-expected.txt:
6773 * platform/qt/css1/classification/list_style_image-expected.txt:
6774 * platform/qt/css1/classification/list_style_position-expected.txt:
6775 * platform/qt/css1/classification/list_style_type-expected.txt:
6776 * platform/qt/css1/classification/white_space-expected.txt:
6777 * platform/qt/css1/color_and_background/background-expected.txt:
6778 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
6779 * platform/qt/css1/color_and_background/background_color-expected.txt:
6780 * platform/qt/css1/color_and_background/background_image-expected.txt:
6781 * platform/qt/css1/color_and_background/background_position-expected.txt:
6782 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
6783 * platform/qt/css1/color_and_background/color-expected.txt:
6784 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
6785 * platform/qt/css1/font_properties/font-expected.txt:
6786 * platform/qt/css1/font_properties/font_family-expected.txt:
6787 * platform/qt/css1/font_properties/font_size-expected.txt:
6788 * platform/qt/css1/font_properties/font_style-expected.txt:
6789 * platform/qt/css1/font_properties/font_variant-expected.txt:
6790 * platform/qt/css1/font_properties/font_weight-expected.txt:
6791 * platform/qt/css1/formatting_model/canvas-expected.txt:
6792 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
6793 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
6794 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
6795 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
6796 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
6797 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
6798 * platform/qt/css1/pseudo/anchor-expected.txt:
6799 * platform/qt/css1/pseudo/firstletter-expected.txt:
6800 * platform/qt/css1/pseudo/firstline-expected.txt:
6801 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
6802 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
6803 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
6804 * platform/qt/css1/text_properties/line_height-expected.txt:
6805 * platform/qt/css1/text_properties/text_align-expected.txt:
6806 * platform/qt/css1/text_properties/text_decoration-expected.txt:
6807 * platform/qt/css1/text_properties/text_indent-expected.txt:
6808 * platform/qt/css1/text_properties/text_transform-expected.txt:
6809 * platform/qt/css1/text_properties/vertical_align-expected.txt:
6810 * platform/qt/css1/text_properties/word_spacing-expected.txt:
6811 * platform/qt/css1/units/color_units-expected.txt:
6812 * platform/qt/css1/units/length_units-expected.txt:
6813 * platform/qt/css1/units/percentage_units-expected.txt:
6814 * platform/qt/css1/units/urls-expected.txt:
6815 * platform/qt/css2.1/t010403-shand-font-00-b-expected.txt:
6816 * platform/qt/css2.1/t010403-shand-font-01-b-expected.txt:
6817 * platform/qt/css2.1/t010403-shand-font-02-b-expected.txt:
6818 * platform/qt/css2.1/t010403-shand-font-03-b-expected.txt:
6819 * platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
6820 * platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
6821 * platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
6822 * platform/qt/css2.1/t050803-c14-classes-00-e-expected.txt:
6823 * platform/qt/css2.1/t0509-c15-ids-01-e-expected.txt:
6824 * platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
6825 * platform/qt/css2.1/t0603-c11-import-00-b-expected.txt:
6826 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
6827 * platform/qt/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
6828 * platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
6829 * platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
6830 * platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
6831 * platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
6832 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
6833 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
6834 * platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
6835 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
6836 * platform/qt/css3/css3-modsel-33-expected.txt:
6837
68382008-04-30 Simon Hausmann <hausmann@webkit.org>
6839
6840 Rubber-stamped by Holger.
6841
6842 Updated the skip list for the Qt port to exclude features currently
6843 not implemented.
6844
6845 * platform/qt/Skipped:
6846
68472008-04-30 Rob Buis <buis@kde.org>
6848
6849 Reviewed by Eric.
6850
6851 Testcase for:
6852 https://bugs.webkit.org/show_bug.cgi?id=11939
6853 Quirksmode: Ignores media types in stylesheet PIs
6854
6855 * fast/css/resources/xml-stylesheet-media-print.css: Added.
6856 * fast/css/resources/xml-stylesheet-media-screen.css: Added.
6857 * fast/css/xml-stylesheet-media-processing-expected.txt: Added.
6858 * fast/css/xml-stylesheet-media-processing.xhtml: Added.
6859
68602008-04-29 Anatoli Papirovski <apapirovski@mac.com>
6861
6862 Reviewed by Dan Bernstein.
6863
6864 Modified the SVG test case for RGB and RGBA parsing - mixing percentage and
6865 numerical values is illegal.
6866
6867 * svg/custom/rgbcolor-syntax.svg:
6868
68692008-04-29 David Hyatt <hyatt@apple.com>
6870
6871 Implement support for the new box-reflect property. Tests of the new property.
6872
6873 Reviewed by Dan Bernstein
6874
6875 * fast/reflections: Added.
6876 * fast/reflections/reflection-computed-style-expected.txt: Added.
6877 * fast/reflections/reflection-computed-style.html: Added.
6878 * fast/reflections/reflection-direction.html: Added.
6879 * fast/reflections/reflection-masks.html: Added.
6880 * fast/reflections/reflection-nesting.html: Added.
6881 * fast/reflections/resources: Added.
6882 * fast/reflections/resources/kate.png: Added.
6883 * fast/reflections/resources/vignette-mask.png: Added.
6884
68852008-04-29 Anatoli Papirovski <apapirovski@mac.com>
6886
6887 Reviewed by Darin Adler.
6888
6889 Fix for https://bugs.webkit.org/show_bug.cgi?id=18355
6890 Updated the results of the layout test for "RGB color syntax error handling".
6891
6892 * platform/mac/css2.1/t040306-syntax-01-f-expected.checksum:
6893 * platform/mac/css2.1/t040306-syntax-01-f-expected.png:
6894 * platform/mac/css2.1/t040306-syntax-01-f-expected.txt:
6895
68962008-04-29 Simon Hausmann <hausmann@webkit.org>
6897
6898 Rubber-stamped by Holger.
6899
6900 Updated the layout tests after the latest submits to the Qt port
6901 to our new baseline, after numerous fixes in RenderThemeQt
6902 and assorted.
6903
6904 Updated the Skipped file with new expected failures that need
6905 fixing.
6906
6907 * platform/qt/Skipped:
6908 * platform/qt/css1/box_properties/acid_test-expected.txt:
6909 * platform/qt/css1/font_properties/font_family-expected.txt:
6910 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
6911 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
6912 * platform/qt/editing/deleting/5168598-expected.txt:
6913 * platform/qt/editing/execCommand/4920488-expected.txt:
6914 * platform/qt/editing/execCommand/insertImage-expected.txt:
6915 * platform/qt/editing/inserting/4960120-1-expected.txt:
6916 * platform/qt/editing/inserting/before-after-input-element-expected.txt:
6917 * platform/qt/editing/pasteboard/4641033-expected.txt:
6918 * platform/qt/editing/pasteboard/4806874-expected.txt:
6919 * platform/qt/editing/pasteboard/4944770-1-expected.txt:
6920 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
6921 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt:
6922 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
6923 * platform/qt/editing/selection/3690703-2-expected.txt:
6924 * platform/qt/editing/selection/3690703-expected.txt:
6925 * platform/qt/editing/selection/3690719-expected.txt:
6926 * platform/qt/editing/selection/4397952-expected.txt:
6927 * platform/qt/editing/selection/4895428-3-expected.txt:
6928 * platform/qt/editing/selection/5136696-expected.txt:
6929 * platform/qt/editing/selection/5213963-expected.txt:
6930 * platform/qt/editing/selection/5240265-expected.txt:
6931 * platform/qt/editing/selection/caret-before-select-expected.txt:
6932 * platform/qt/editing/selection/replaced-boundaries-3-expected.txt:
6933 * platform/qt/editing/selection/select-box-expected.txt:
6934 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt:
6935 * platform/qt/fast/block/basic/011-expected.txt:
6936 * platform/qt/fast/block/float/032-expected.txt:
6937 * platform/qt/fast/block/float/float-avoidance-expected.txt:
6938 * platform/qt/fast/block/positioning/inline-block-relposition-expected.txt:
6939 * platform/qt/fast/css/continuationCrash-expected.txt:
6940 * platform/qt/fast/css/line-height-expected.txt:
6941 * platform/qt/fast/css/margin-top-bottom-dynamic-expected.txt:
6942 * platform/qt/fast/css/resize-corner-tracking-expected.txt:
6943 * platform/qt/fast/css/rtl-ordering-expected.txt:
6944 * platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
6945 * platform/qt/fast/dom/inner-text-expected.txt:
6946 * platform/qt/fast/dynamic/008-expected.txt:
6947 * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
6948 * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
6949 * platform/qt/fast/events/label-focus-expected.txt:
6950 * platform/qt/fast/forms/001-expected.txt:
6951 * platform/qt/fast/forms/003-expected.txt:
6952 * platform/qt/fast/forms/004-expected.txt:
6953 * platform/qt/fast/forms/8250-expected.txt:
6954 * platform/qt/fast/forms/HTMLOptionElement_label01-expected.txt:
6955 * platform/qt/fast/forms/HTMLOptionElement_label02-expected.txt:
6956 * platform/qt/fast/forms/HTMLOptionElement_label03-expected.txt:
6957 * platform/qt/fast/forms/HTMLOptionElement_label04-expected.txt:
6958 * platform/qt/fast/forms/HTMLOptionElement_label06-expected.txt:
6959 * platform/qt/fast/forms/HTMLOptionElement_label07-expected.txt:
6960 * platform/qt/fast/forms/blankbuttons-expected.txt:
6961 * platform/qt/fast/forms/box-shadow-override-expected.txt:
6962 * platform/qt/fast/forms/button-align-expected.txt:
6963 * platform/qt/fast/forms/button-generated-content-expected.txt:
6964 * platform/qt/fast/forms/button-inner-block-reuse-expected.txt:
6965 * platform/qt/fast/forms/button-positioned-expected.txt:
6966 * platform/qt/fast/forms/button-sizes-expected.txt:
6967 * platform/qt/fast/forms/button-table-styles-expected.txt:
6968 * platform/qt/fast/forms/button-white-space-expected.txt:
6969 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
6970 * platform/qt/fast/forms/disabled-select-change-index-expected.txt:
6971 * platform/qt/fast/forms/encoding-test-expected.txt:
6972 * platform/qt/fast/forms/fieldset-align-expected.txt:
6973 * platform/qt/fast/forms/file-input-direction-expected.txt:
6974 * platform/qt/fast/forms/file-input-disabled-expected.txt:
6975 * platform/qt/fast/forms/floating-textfield-relayout-expected.txt:
6976 * platform/qt/fast/forms/form-element-geometry-expected.txt:
6977 * platform/qt/fast/forms/formmove-expected.txt:
6978 * platform/qt/fast/forms/formmove2-expected.txt:
6979 * platform/qt/fast/forms/formmove3-expected.txt:
6980 * platform/qt/fast/forms/hidden-input-file-expected.txt:
6981 * platform/qt/fast/forms/input-align-expected.txt:
6982 * platform/qt/fast/forms/input-appearance-bkcolor-expected.txt:
6983 * platform/qt/fast/forms/input-appearance-default-bkcolor-expected.txt:
6984 * platform/qt/fast/forms/input-appearance-disabled-expected.txt:
6985 * platform/qt/fast/forms/input-appearance-focus-expected.txt:
6986 * platform/qt/fast/forms/input-appearance-height-expected.txt:
6987 * platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
6988 * platform/qt/fast/forms/input-appearance-readonly-expected.txt:
6989 * platform/qt/fast/forms/input-appearance-selection-expected.txt:
6990 * platform/qt/fast/forms/input-appearance-visibility-expected.txt:
6991 * platform/qt/fast/forms/input-appearance-width-expected.txt:
6992 * platform/qt/fast/forms/input-baseline-expected.txt:
6993 * platform/qt/fast/forms/input-disabled-color-expected.txt:
6994 * platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
6995 * platform/qt/fast/forms/input-paste-undo-expected.txt:
6996 * platform/qt/fast/forms/input-readonly-dimmed-expected.txt:
6997 * platform/qt/fast/forms/input-readonly-empty-expected.txt:
6998 * platform/qt/fast/forms/input-spaces-expected.txt:
6999 * platform/qt/fast/forms/input-table-expected.txt:
7000 * platform/qt/fast/forms/input-text-click-inside-expected.txt:
7001 * platform/qt/fast/forms/input-text-maxlength-expected.txt:
7002 * platform/qt/fast/forms/input-text-option-delete-expected.txt:
7003 * platform/qt/fast/forms/input-text-paste-maxlength-expected.txt:
7004 * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
7005 * platform/qt/fast/forms/input-text-word-wrap-expected.txt:
7006 * platform/qt/fast/forms/input-type-change2-expected.txt:
7007 * platform/qt/fast/forms/input-value-expected.txt:
7008 * platform/qt/fast/forms/input-width-expected.txt:
7009 * platform/qt/fast/forms/listbox-width-change-expected.txt:
7010 * platform/qt/fast/forms/menulist-deselect-update-expected.txt:
7011 * platform/qt/fast/forms/menulist-narrow-width-expected.txt:
7012 * platform/qt/fast/forms/menulist-restrict-line-height-expected.txt:
7013 * platform/qt/fast/forms/menulist-separator-painting-expected.txt:
7014 * platform/qt/fast/forms/menulist-width-change-expected.txt:
7015 * platform/qt/fast/forms/minWidthPercent-expected.txt:
7016 * platform/qt/fast/forms/option-script-expected.txt:
7017 * platform/qt/fast/forms/option-strip-whitespace-expected.txt:
7018 * platform/qt/fast/forms/option-text-clip-expected.txt:
7019 * platform/qt/fast/forms/password-placeholder-expected.txt:
7020 * platform/qt/fast/forms/placeholder-set-attribute-expected.txt:
7021 * platform/qt/fast/forms/plaintext-mode-2-expected.txt:
7022 * platform/qt/fast/forms/radio-attr-order-expected.txt:
7023 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
7024 * platform/qt/fast/forms/radio_checked-expected.txt:
7025 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
7026 * platform/qt/fast/forms/select-align-expected.txt:
7027 * platform/qt/fast/forms/select-baseline-expected.txt:
7028 * platform/qt/fast/forms/select-change-listbox-to-popup-expected.txt:
7029 * platform/qt/fast/forms/select-disabled-appearance-expected.txt:
7030 * platform/qt/fast/forms/select-initial-position-expected.txt:
7031 * platform/qt/fast/forms/select-selected-expected.txt:
7032 * platform/qt/fast/forms/select-size-expected.txt:
7033 * platform/qt/fast/forms/select-style-expected.txt:
7034 * platform/qt/fast/forms/select-visual-hebrew-expected.txt:
7035 * platform/qt/fast/forms/stuff-on-my-optgroup-expected.txt:
7036 * platform/qt/fast/forms/targeted-frame-submission-expected.txt:
7037 * platform/qt/fast/forms/textarea-align-expected.txt:
7038 * platform/qt/fast/forms/textarea-rows-cols-expected.txt:
7039 * platform/qt/fast/forms/textarea-setinnerhtml-expected.txt:
7040 * platform/qt/fast/forms/textfield-drag-into-disabled-expected.txt:
7041 * platform/qt/fast/forms/textfield-overflow-expected.txt:
7042 * platform/qt/fast/forms/visual-hebrew-text-field-expected.txt:
7043 * platform/qt/fast/images/pdf-as-image-expected.txt:
7044 * platform/qt/fast/images/pdf-as-image-landscape-expected.txt:
7045 * platform/qt/fast/images/svg-as-image-expected.txt:
7046 * platform/qt/fast/inline/positionedLifetime-expected.txt:
7047 * platform/qt/fast/invalid/014-expected.txt:
7048 * platform/qt/fast/lists/dynamic-marker-crash-expected.txt:
7049 * platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
7050 * platform/qt/fast/loader/start-load-in-unload-expected.txt:
7051 * platform/qt/fast/parser/document-write-option-expected.txt:
7052 * platform/qt/fast/repaint/control-clip-expected.txt:
7053 * platform/qt/fast/replaced/pdf-as-image-expected.txt:
7054 * platform/qt/fast/replaced/replaced-breaking-expected.txt:
7055 * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt:
7056 * platform/qt/fast/replaced/three-selects-break-expected.txt:
7057 * platform/qt/fast/replaced/width100percent-button-expected.txt:
7058 * platform/qt/fast/replaced/width100percent-menulist-expected.txt:
7059 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
7060 * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
7061 * platform/qt/fast/selectors/064-expected.txt:
7062 * platform/qt/fast/table/003-expected.txt:
7063 * platform/qt/fast/table/append-cells2-expected.txt:
7064 * platform/qt/fast/table/colspanMinWidth-expected.txt:
7065 * platform/qt/fast/table/remove-td-display-none-expected.txt:
7066 * platform/qt/fast/table/spanOverlapRepaint-expected.txt:
7067 * platform/qt/fast/table/text-field-baseline-expected.txt:
7068 * platform/qt/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
7069 * platform/qt/tables/mozilla/bugs/45621-expected.txt:
7070 * platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
7071 * platform/qt/tables/mozilla/bugs/bug12384-expected.txt:
7072 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
7073 * platform/qt/tables/mozilla/bugs/bug138725-expected.txt:
7074 * platform/qt/tables/mozilla/bugs/bug18359-expected.txt:
7075 * platform/qt/tables/mozilla/bugs/bug194024-expected.txt:
7076 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
7077 * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
7078 * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
7079 * platform/qt/tables/mozilla/bugs/bug26178-expected.txt:
7080 * platform/qt/tables/mozilla/bugs/bug28928-expected.txt:
7081 * platform/qt/tables/mozilla/bugs/bug29326-expected.txt:
7082 * platform/qt/tables/mozilla/bugs/bug2962-expected.txt:
7083 * platform/qt/tables/mozilla/bugs/bug30559-expected.txt:
7084 * platform/qt/tables/mozilla/bugs/bug30692-expected.txt:
7085 * platform/qt/tables/mozilla/bugs/bug33855-expected.txt:
7086 * platform/qt/tables/mozilla/bugs/bug39209-expected.txt:
7087 * platform/qt/tables/mozilla/bugs/bug4382-expected.txt:
7088 * platform/qt/tables/mozilla/bugs/bug4429-expected.txt:
7089 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
7090 * platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt:
7091 * platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt:
7092 * platform/qt/tables/mozilla/bugs/bug51037-expected.txt:
7093 * platform/qt/tables/mozilla/bugs/bug55545-expected.txt:
7094 * platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
7095 * platform/qt/tables/mozilla/bugs/bug59354-expected.txt:
7096 * platform/qt/tables/mozilla/bugs/bug60749-expected.txt:
7097 * platform/qt/tables/mozilla/bugs/bug68912-expected.txt:
7098 * platform/qt/tables/mozilla/bugs/bug7342-expected.txt:
7099 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
7100 * platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
7101 * platform/qt/tables/mozilla/bugs/bug99948-expected.txt:
7102 * platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
7103 * platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
7104 * platform/qt/tables/mozilla/core/margins-expected.txt:
7105 * platform/qt/tables/mozilla/dom/tableDom-expected.txt:
7106 * platform/qt/tables/mozilla/other/move_row-expected.txt:
7107 * platform/qt/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
7108 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
7109 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
7110 * platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
7111 * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
7112 * platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
7113 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
7114 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
7115
71162008-04-29 Alice Liu <alice.liu@apple.com>
7117
7118 Reviewed by Beth Dakin.
7119
7120 Comply with HTML5 spec about parsing tabindex property according to
7121 integer parsing rules
7122
7123 * fast/parser/tabindex-parsing-expected.txt: Added.
7124 * fast/parser/tabindex-parsing.html: Added.
7125
71262008-04-28 Dan Bernstein <mitz@apple.com>
7127
7128 Reviewed by Maciej Stachowiak.
7129
7130 - updated results for https://bugs.webkit.org/show_bug.cgi?id=18795
7131 REGRESSION (r32660): Text heavier with text-shadow
7132
7133 * platform/mac/fast/css/shadow-multiple-expected.checksum:
7134 * platform/mac/fast/css/shadow-multiple-expected.png:
7135 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.checksum:
7136 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
7137 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
7138 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
7139 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
7140 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
7141 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.checksum:
7142 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
7143
71442008-04-28 Brady Eidson <beidson@apple.com>
7145
7146 Reviewed by Sam Weinig
7147
7148 Add Storage.clear(), per updates to HTML5
7149
7150 * storage/domstorage/localstorage/clear-expected.txt: Added.
7151 * storage/domstorage/localstorage/clear.html: Added.
7152 * storage/domstorage/sessionstorage/clear-expected.txt: Added.
7153 * storage/domstorage/sessionstorage/clear.html: Added.
7154
71552008-04-28 Alice Liu <alice.liu@apple.com>
7156
7157 Reviewed by Sam Weinig.
7158
7159 Fix <rdar://problem/4911289> Add tabindex property to all children
7160 of HTMLElement (7138)
7161 http://bugs.webkit.org/show_bug.cgi?id=7138
7162
7163 minor updates to these existing tests:
7164 * fast/dom/domListEnumeration-expected.txt:
7165 * fast/dom/plugin-attributes-enumeration-expected.txt:
7166 * fast/dom/resources/domListEnumeration.js:
7167
7168 * fast/events/resources/abe.png: Added.
7169 * fast/events/resources/tabindex-focus-blur-all-frame1.html: Added.
7170 * fast/events/resources/tabindex-focus-blur-all-frame2.html: Added.
7171 * fast/events/resources/tabindex-focus-blur-all-iframe1.html: Added.
7172 * fast/events/resources/tabindex-focus-blur-all-iframe2.html: Added.
7173 * fast/events/resources/tabindex-focus-blur-all.js: Added.
7174 * fast/events/tabindex-focus-blur-all-expected.txt: Added.
7175 * fast/events/tabindex-focus-blur-all.html: Added.
7176
71772008-04-28 Dan Bernstein <mitz@apple.com>
7178
7179 Reviewed by Dave Hyatt.
7180
7181 - add rendering and invalidation tests for multiple shadows
7182
7183 * fast/css/shadow-multiple.html: Added.
7184 * fast/repaint/shadow-multiple-horizontal.html: Added.
7185 * fast/repaint/shadow-multiple-strict-horizontal.html: Added.
7186 * fast/repaint/shadow-multiple-strict-vertical.html: Added.
7187 * fast/repaint/shadow-multiple-vertical.html: Added.
7188 * platform/mac/fast/css/shadow-multiple-expected.checksum: Added.
7189 * platform/mac/fast/css/shadow-multiple-expected.png: Added.
7190 * platform/mac/fast/css/shadow-multiple-expected.txt: Added.
7191 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.checksum: Added.
7192 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
7193 * platform/mac/fast/repaint/shadow-multiple-horizontal-expected.txt: Added.
7194 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum: Added.
7195 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
7196 * platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.txt: Added.
7197 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum: Added.
7198 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
7199 * platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.txt: Added.
7200 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.checksum: Added.
7201 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.png: Added.
7202 * platform/mac/fast/repaint/shadow-multiple-vertical-expected.txt: Added.
7203
72042008-04-28 David Hyatt <hyatt@apple.com>
7205
7206 Add layout test for canvas self-drawing bug.
7207
7208 Reviewed by Dan Bernstein
7209
7210 * fast/canvas/canvasDrawingIntoSelf.html: Added.
7211 * platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.checksum: Added.
7212 * platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
7213 * platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.txt: Added.
7214
72152008-04-28 David Hyatt <hyatt@apple.com>
7216
7217 Add layout test for canvas.
7218
7219 Reviewed by Tim Hatcher
7220
7221 * fast/canvas/drawImage.html: Added.
7222 * platform/mac/fast/canvas/drawImage-expected.checksum: Added.
7223 * platform/mac/fast/canvas/drawImage-expected.png: Added.
7224 * platform/mac/fast/canvas/drawImage-expected.txt: Added.
7225
72262008-04-28 Holger Hans Peter Freyther <zecke@selfish.org>
7227
7228 Reviewed by Simon.
7229
7230 Fix the crash on http://www.orad.pl. We called end too early.
7231
7232 1. we need a ::write that will pause the parser due a pending
7233 script
7234 2. we need a second write to queue data (tricky part)
7235 3. we need to get a finish call (document loaded)
7236 4. we resume the script and parse, schedule loading of a new script
7237 and have called end
7238 5. we resume the new script and we get a crash
7239
7240 This bug is hard to trigger, e.g. if the web server is only allowing
7241 one connection per client/IP. This is why we need to sleep in the scripts. We
7242 want to make sure that the page is first fully received before serving the
7243 scripts.
7244
7245
7246 * http/tests/misc/resources/script-slow1.pl: Added.
7247 * http/tests/misc/resources/script-slow2.pl: Added.
7248 * http/tests/misc/xmltokenizer-do-not-crash-expected.txt: Added.
7249 * http/tests/misc/xmltokenizer-do-not-crash.pl: Added.
7250
72512008-04-28 Holger Hans Peter Freyther <zecke@selfish.org>
7252
7253 Reviewed by Simon.
7254
7255 Update the Skipped list, we pass most of the http/tests/misc
7256
7257
7258 * platform/qt/Skipped:
7259
72602008-04-27 Oliver Hunt <oliver@apple.com>
7261
7262 Reviewed by Maciej.
7263
7264 Bug 17173: HTML5 Canvas API requires us to ignore certain operations
7265 <https://bugs.webkit.org/show_bug.cgi?id=17173>
7266
7267 Correct old test case now that undefined behaviour is defined. Add
7268 additional tests for non-path related cases that are also now defined.
7269
7270 * fast/canvas/canvas-path-with-inf-nan-dimensions.html: Added.
7271 * fast/canvas/canvas-with-incorrect-args-expected.txt:
7272 * fast/canvas/canvas-with-incorrect-args.html:
7273
72742008-04-27 Rob Buis <buis@kde.org>
7275
7276 Reviewed by Adele.
7277
7278 Testcase for:
7279 https://bugs.webkit.org/show_bug.cgi?id=18652
7280 onchange events don't seem to fire for input[type=range] controls.
7281
7282 * fast/forms/slider-onchange-event-expected.txt: Added.
7283 * fast/forms/slider-onchange-event.html: Added.
7284
72852008-04-27 Dan Bernstein <mitz@apple.com>
7286
7287 Reviewed by Darin Adler.
7288
7289 - test for https://bugs.webkit.org/show_bug.cgi?id=3729
7290 <rdar://problem/4036353> REGRESSION: arrow keys move insertion bar backwards in RTL text
7291
7292 * editing/selection/move-left-right-expected.txt: Added.
7293 * editing/selection/move-left-right.html: Added.
7294 * platform/mac/editing/selection/move-left-right-expected.txt: Added.
7295
72962008-04-27 Sam Weinig <sam@webkit.org>
7297
7298 Reviewed by Maciej Stachowiak.
7299
7300 Update test to reflect add the CanvasRenderingContext2d constructor.
7301
7302 * fast/dom/Window/window-properties-expected.txt:
7303
73042008-04-26 Adam Barth <hk9565@gmail.com>
7305
7306 Reviewed by Adam Roben and Sam Weinig.
7307
7308 Update LayoutTests for new postMessage API.
7309
7310 Collin Jackson <collinj-webkit@collinjackson.com> also contributed to this patch.
7311
7312 * http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag-expected.txt: Removed.
7313 * http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag.html: Removed.
7314 * http/tests/security/postMessage/domain-unaffected-by-document-domain-expected.txt: Removed.
7315 * http/tests/security/postMessage/domain-unaffected-by-document-domain.html: Removed.
7316 * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt: Added.
7317 * http/tests/security/postMessage/invalid-origin-throws-exception.html: Added.
7318 * http/tests/security/postMessage/javascript-page-still-sends-domain-expected.txt: Removed.
7319 * http/tests/security/postMessage/javascript-page-still-sends-domain.html: Removed.
7320 * http/tests/security/postMessage/javascript-page-still-sends-origin-expected.txt: Copied from LayoutTests/http/tests/security/postMessage/javascript-page-still-sends-domain-expected.txt.
7321 * http/tests/security/postMessage/javascript-page-still-sends-origin.html: Copied from LayoutTests/http/tests/security/postMessage/javascript-page-still-sends-domain.html.
7322 * http/tests/security/postMessage/origin-unaffected-by-base-tag-expected.txt: Copied from LayoutTests/http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag-expected.txt.
7323 * http/tests/security/postMessage/origin-unaffected-by-base-tag.html: Copied from LayoutTests/http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag.html.
7324 * http/tests/security/postMessage/origin-unaffected-by-document-domain-expected.txt: Copied from LayoutTests/http/tests/security/postMessage/domain-unaffected-by-document-domain-expected.txt.
7325 * http/tests/security/postMessage/origin-unaffected-by-document-domain.html: Copied from LayoutTests/http/tests/security/postMessage/domain-unaffected-by-document-domain.html.
7326 * http/tests/security/postMessage/target-origin-expected.txt: Added.
7327 * http/tests/security/postMessage/target-origin.html: Added.
7328
73292008-04-26 Anatoli Papirovski <apapirovski@mac.com>
7330
7331 Reviewed by Dave Hyatt.
7332
7333 Test for https://bugs.webkit.org/show_bug.cgi?id=18583
7334 Negative values are invalid for font-size and line-height,
7335 including in the shorthand "font".
7336
7337 * fast/css/font-size-negative.html: Added.
7338 * fast/css/line-height-negative.html: Added.
7339 * platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.checksum:
7340 * platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png:
7341 * platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
7342 * platform/mac/fast/css/font-size-negative-expected.checksum: Added.
7343 * platform/mac/fast/css/font-size-negative-expected.png: Added.
7344 * platform/mac/fast/css/font-size-negative-expected.txt: Added.
7345 * platform/mac/fast/css/line-height-negative-expected.checksum: Added.
7346 * platform/mac/fast/css/line-height-negative-expected.png: Added.
7347 * platform/mac/fast/css/line-height-negative-expected.txt: Added.
7348
73492008-04-25 Holger Hans Peter Freyther <zecke@selfish.org>
7350
7351 Rubber stamped by Simon
7352
7353 Do not execute most of the http tests as they hang or crash.
7354
7355 * platform/qt/Skipped:
7356
73572008-04-24 Dan Bernstein <mitz@apple.com>
7358
7359 Reviewed by Dave Hyatt.
7360
7361 - test for https://bugs.webkit.org/show_bug.cgi?id=18722
7362 <rdar://problem/5888360> REGRESSION (3.1 -> TOT): Webkit Nightly Build crashes when visiting i has a hotdog
7363
7364 * fast/dynamic/float-remove-above-line-expected.txt: Added.
7365 * fast/dynamic/float-remove-above-line.html: Added.
7366
73672008-04-24 Cameron McCormack <cam@mcc.id.au>
7368
7369 Reviewed by Maciej Stachowiak.
7370
7371 Test for:
7372 http://bugs.webkit.org/show_bug.cgi?id=18328
7373 Modifying rx="" or ry="" on a <rect> doesn't relayout
7374
7375 * svg/dom/SVGRectElement: Added.
7376 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Added.
7377 * svg/dom/SVGRectElement/rect-modify-rx.svg: Added.
7378
73792008-04-24 Adam Barth <hk9565@gmail.com>
7380
7381 Reviewed by Sam Weinig.
7382
7383 Test that we block headers beginning with "Sec-" as per spec.
7384
7385 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
7386 * http/tests/xmlhttprequest/set-dangerous-headers.html:
7387
mrowe@apple.com5c8a6742008-09-04 20:16:05 +000073882008-04-22 Feng Qian <feng@chromium.org>
mrowe@apple.com4ec50d02008-08-11 05:07:42 +00007389
7390 Reviewed by Geoff Garen.
7391
7392 Test for nested event handlers.
7393
7394 * fast/events/nested-window-event-expected.txt: Added.
7395 * fast/events/nested-window-event.html: Added.
7396
73972008-04-24 Dan Bernstein <mitz@apple.com>
7398
7399 Reviewed by Darin Adler.
7400
7401 - test the visual position of the primary caret in bidirectional text
7402
7403 * platform/mac/editing/input/caret-primary-bidi-expected.txt: Added.
7404 * platform/mac/editing/input/caret-primary-bidi.html: Added.
7405
74062008-04-24 Justin Garcia <justin.garcia@apple.com>
7407
7408 Reviewed by Darin Adler.
7409
7410 <rdar://problem/5604313> FormatBlock leaves first letter incorrectly styled (16004)
7411
7412 * editing/execCommand/5604313-expected.txt: Added.
7413 * editing/execCommand/5604313.html: Added.
7414
7415r2008-04-23 Dan Bernstein <mitz@apple.com>
7416
7417 Rubber-stamped by Dave Hyatt.
7418
7419 - update computed style results for border-image and mask-image
7420
7421 * fast/css/computed-style-expected.txt:
7422 * fast/css/computed-style-without-renderer-expected.txt:
7423 * svg/css/getComputedStyle-basic-expected.txt:
7424
74252008-04-23 David Hyatt <hyatt@apple.com>
7426
7427 Implement getComputedStyle for -webkit-border-image.
7428
7429 Reviewed by Dan Bernstein
7430
7431 * fast/css/getComputedStyle-border-image-expected.txt: Added.
7432 * fast/css/getComputedStyle-border-image.html: Added.
7433
74342008-04-23 David Hyatt <hyatt@apple.com>
7435
7436 Add support for a new mask-box-image property that is analogous to border-image.
7437
7438 Reviewed by Dan Bernstein
7439
7440 * fast/borders/block-mask-overlay-image.html: Added.
7441 * fast/borders/inline-mask-overlay-image.html: Added.
7442 * fast/borders/resources/mask.png: Added.
7443 * platform/mac/fast/borders/block-mask-overlay-image-expected.checksum: Added.
7444 * platform/mac/fast/borders/block-mask-overlay-image-expected.png: Added.
7445 * platform/mac/fast/borders/block-mask-overlay-image-expected.txt: Added.
7446 * platform/mac/fast/borders/inline-mask-overlay-image-expected.checksum: Added.
7447 * platform/mac/fast/borders/inline-mask-overlay-image-expected.png: Added.
7448 * platform/mac/fast/borders/inline-mask-overlay-image-expected.txt: Added.
7449
74502008-04-23 Justin Garcia <justin.garcia@apple.com>
7451
7452 Reviewed by Darin Adler.
7453
7454 <rdar://problem/5825350> OWA: Caret disappears when navigating with arrows keys in contenteditable div
7455
7456 * editing/selection/5825350-1-expected.txt: Added.
7457 * editing/selection/5825350-1.html: Added.
7458 * editing/selection/5825350-2-expected.txt: Added.
7459 * editing/selection/5825350-2.html: Added.
7460
74612008-04-23 Darin Adler <darin@apple.com>
7462
7463 - updated a test affected by the addition of mask-composite
7464
7465 * svg/css/getComputedStyle-basic-expected.txt: Updated.
7466
74672008-04-23 Dan Bernstein <mitz@apple.com>
7468
7469 Reviewed by Darin Adler.
7470
7471 - test that moving forward through bidirectional text does not skip the
7472 position after the last character on the line
7473
7474 * editing/selection/move-past-trailing-space.html: Added.
7475 * platform/mac/editing/selection/move-past-trailing-space-expected.checksum: Added.
7476 * platform/mac/editing/selection/move-past-trailing-space-expected.png: Added.
7477 * platform/mac/editing/selection/move-past-trailing-space-expected.txt: Added.
7478
74792008-04-22 Anatoli Papirovski <apapirovski@mac.com>
7480
7481 Reviewed by Dan Bernstein.
7482
7483 https://bugs.webkit.org/show_bug.cgi?id=18584
7484 Add a test case for border-color inheritance.
7485
7486 * fast/borders/border-color-inherit.html: Added.
7487 * platform/mac/fast/borders/border-color-inherit-expected.checksum: Added.
7488 * platform/mac/fast/borders/border-color-inherit-expected.png: Added.
7489 * platform/mac/fast/borders/border-color-inherit-expected.txt: Added.
7490
74912008-04-22 David Hyatt <hyatt@apple.com>
7492
7493 Add support for mask-composite.
7494
7495 Reviewed by Sam Weinig
7496
7497 * fast/backgrounds/mask-composite.html: Added.
7498 * fast/backgrounds/resources/mask-bottom-left.png: Added.
7499 * fast/backgrounds/resources/mask-bottom-right.png: Added.
7500 * fast/backgrounds/resources/mask-bottom.png: Added.
7501 * fast/backgrounds/resources/mask-center.png: Added.
7502 * fast/backgrounds/resources/mask-left.png: Added.
7503 * fast/backgrounds/resources/mask-right.png: Added.
7504 * fast/backgrounds/resources/mask-top-left.png: Added.
7505 * fast/backgrounds/resources/mask-top-right.png: Added.
7506 * fast/backgrounds/resources/mask-top.png: Added.
7507 * platform/mac/fast/backgrounds/mask-composite-expected.checksum: Added.
7508 * platform/mac/fast/backgrounds/mask-composite-expected.png: Added.
7509 * platform/mac/fast/backgrounds/mask-composite-expected.txt: Added.
7510
75112008-04-22 Antti Koivisto <antti@apple.com>
7512
7513 Update SVG animation test results.
7514
7515 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
7516
75172008-04-22 David Hyatt <hyatt@apple.com>
7518
7519 Add support for CSS alpha masks. Test cases.
7520
7521 Reviewed by Dan
7522
7523 * fast/backgrounds/repeat/mask-negative-offset-repeat.html: Added.
7524 * fast/backgrounds/repeat/resources/white.gif: Added.
7525 * fast/backgrounds/svg-as-mask.html: Added.
7526
75272008-04-22 Dan Bernstein <mitz@apple.com>
7528
7529 Reviewed by Sam Weinig.
7530
7531 - updated results with the trailing space having the right directionality
7532
7533 * platform/mac/fast/text/trailing-white-space-2-expected.txt:
7534
75352008-04-22 Alice Liu <alice.liu@apple.com>
7536
7537 Reviewed by John Sullivan and Adam Roben.
7538
7539 Test for new behavior when advancing focus from a focusable-by-script node, which now
7540 matches Firefox 2 and 3
7541
7542 * fast/events/tabindex-focus-chain-expected.txt: Added.
7543 * fast/events/tabindex-focus-chain.html: Added.
7544
75452008-04-21 Mark Rowe <mrowe@apple.com>
7546
7547 Fix the case on the file names of test results for svg/custom/altglyph.svg, and remove an extra -expected.txt that was checked in with incorrect
7548 case.
7549
7550 * platform/mac/svg/custom/altGlyph-expected.checksum: Removed.
7551 * platform/mac/svg/custom/altGlyph-expected.png: Removed.
7552 * platform/mac/svg/custom/altGlyph-expected.txt: Removed.
7553 * platform/mac/svg/custom/altglyph-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/altGlyph-expected.checksum.
7554 * platform/mac/svg/custom/altglyph-expected.png: Copied from LayoutTests/platform/mac/svg/custom/altGlyph-expected.png.
7555
75562008-04-21 Dan Bernstein <mitz@apple.com>
7557
7558 Reviewed by Darin Adler.
7559
7560 - update acid3.html to reflect the updated test.
7561 - test for implicit "all" media in media queries
7562 - test that the value of the monochrome media feature is 0 on color displays
7563
7564 * http/tests/misc/acid3.html:
7565 * fast/media/implicit-media-all.html: Added.
7566 * fast/media/monochrome.html: Added.
7567 * platform/mac/fast/media/implicit-media-all-expected.checksum: Added.
7568 * platform/mac/fast/media/implicit-media-all-expected.png: Added.
7569 * platform/mac/fast/media/implicit-media-all-expected.txt: Added.
7570 * platform/mac/fast/media/monochrome-expected.checksum: Added.
7571 * platform/mac/fast/media/monochrome-expected.png: Added.
7572 * platform/mac/fast/media/monochrome-expected.txt: Added.
7573
75742008-04-21 Justin Garcia <justin.garcia@apple.com>
7575
7576 Reviewed by John Sullivan.
7577
7578 <rdar://problem/5803706> Pressing return at the end of a header doesn't break out of header (17460)
7579
7580 * editing/inserting/5803706-1-expected.txt: Added.
7581 * editing/inserting/5803706-1.html: Added.
7582 * editing/inserting/5803706-2-expected.txt: Added.
7583 * editing/inserting/5803706-2.html: Added.
7584
75852008-04-21 Mark Rowe <mrowe@apple.com>
7586
7587 Land updated results for three tests and disable three more on Tiger.
7588
7589 * http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt:
7590 * platform/mac-tiger/Skipped: Disable three tests using font-face that fail intermittently on Tiger bots.
7591 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Update Tiger results following r32247.
7592 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Ditto.
7593
75942008-04-21 Julien Chaffraix <jchaffraix@webkit.org>
7595
7596 Not reviewed, add missing files in my previous commit.
7597
7598 * http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt: Added.
7599 * http/tests/xmlhttprequest/infoOnProgressEvent.html: Added.
7600
76012008-04-21 Eric Seidel <eric@webkit.org>
7602
7603 Stamped by Anders.
7604
7605 Make test work in Opera. Fix bug in results serialization.
7606
7607 * fast/js/resources/function-toString-parentheses.js:
7608
76092008-04-21 Julien Chaffraix <jchaffraix@webkit.org>
7610
7611 Reviewed by Ap.
7612
7613 Bug 13596: Implement .onprogress handler on XMLHttpRequest objects to support progressive download content length information.
7614
7615 * http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt: Added.
7616 * http/tests/xmlhttprequest/infoOnProgressEvent.html: Added.
7617
76182008-04-19 Dan Bernstein <mitz@apple.com>
7619
7620 Reviewed by Dave Hyatt.
7621
7622 - more test cases for https://bugs.webkit.org/show_bug.cgi?id=17921
7623 in which the trailing white space is already in a separate
7624 run but still needs to be re-ordered.
7625
7626 * fast/text/trailing-white-space-2.html: Copied from LayoutTests/fast/text/trailing-white-space.html.
7627 * platform/mac/fast/text/trailing-white-space-2-expected.checksum: Added.
7628 * platform/mac/fast/text/trailing-white-space-2-expected.png: Added.
7629 * platform/mac/fast/text/trailing-white-space-2-expected.txt: Added.
7630
76312008-04-19 Brady Eidson <beidson@apple.com>
7632
7633 Update window-properties to add the profiler and fix a layout test
7634
7635 * fast/dom/Window/window-properties-expected.txt:
7636
76372008-04-18 Antti Koivisto <antti@apple.com>
7638
7639 Update test results.
7640
7641 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
7642 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
7643 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
7644 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
7645
76462008-04-18 Sam Weinig <sam@webkit.org>
7647
7648 Disable this test until we can figure out why it is failing on some systems.
7649
7650 * fast/canvas/toDataURL-supportedTypes.html: Removed.
7651 * fast/canvas/toDataURL-supportedTypes.html-disabled: Copied from fast/canvas/toDataURL-supportedTypes.html.
7652
76532008-04-18 Dan Bernstein <mitz@apple.com>
7654
7655 Reviewed by Brady Eidson.
7656
7657 - test for <rdar://problem/5872671> REGRESSION (3.1.1-TOT): Repro crash going to Ortega Park home page
7658
7659 * fast/dynamic/5872671-expected.txt: Added.
7660 * fast/dynamic/5872671.html: Added.
7661
76622008-04-18 Dan Bernstein <mitz@apple.com>
7663
7664 Reviewed by Darin Adler.
7665
7666 - test and updated results for https://bugs.webkit.org/show_bug.cgi?id=17921
7667 Extra white space at the end of right-aligned or justified text with -webkit-line-break: after-white-space
7668
7669 * fast/text/trailing-white-space.html: Added.
7670 * http/tests/misc/acid3-expected.txt:
7671 * platform/mac/editing/deleting/delete-block-table-expected.txt:
7672 * platform/mac/editing/deleting/delete-to-select-table-expected.txt:
7673 * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
7674 * platform/mac/editing/execCommand/5482023-expected.txt:
7675 * platform/mac/editing/execCommand/boldSelection-expected.txt:
7676 * platform/mac/editing/execCommand/italicizeByCharacter-expected.txt:
7677 * platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.txt:
7678 * platform/mac/editing/execCommand/print-expected.txt:
7679 * platform/mac/editing/execCommand/selectAll-expected.txt:
7680 * platform/mac/editing/execCommand/strikethroughSelection-expected.txt:
7681 * platform/mac/editing/inserting/editable-html-element-expected.txt:
7682 * platform/mac/editing/inserting/insert-div-027-expected.txt:
7683 * platform/mac/editing/pasteboard/5028447-expected.txt:
7684 * platform/mac/editing/pasteboard/block-wrappers-necessary-expected.checksum:
7685 * platform/mac/editing/pasteboard/block-wrappers-necessary-expected.png:
7686 * platform/mac/editing/pasteboard/block-wrappers-necessary-expected.txt:
7687 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
7688 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png:
7689 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
7690 * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.checksum:
7691 * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png:
7692 * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.txt:
7693 * platform/mac/editing/selection/5081257-1-expected.txt:
7694 * platform/mac/editing/selection/after-line-wrap-expected.txt:
7695 * platform/mac/editing/selection/mixed-editability-1-expected.txt:
7696 * platform/mac/editing/selection/select-all-001-expected.txt:
7697 * platform/mac/editing/selection/select-all-002-expected.txt:
7698 * platform/mac/editing/selection/select-all-003-expected.txt:
7699 * platform/mac/editing/style/apple-style-editable-mix-expected.txt:
7700 * platform/mac/editing/style/create-block-for-style-012-expected.checksum:
7701 * platform/mac/editing/style/create-block-for-style-012-expected.png:
7702 * platform/mac/editing/style/create-block-for-style-012-expected.txt:
7703 * platform/mac/fast/clip/outline-overflowClip-expected.txt:
7704 * platform/mac/fast/forms/textarea-rows-cols-expected.txt:
7705 * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
7706 * platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt:
7707 * platform/mac/fast/text/justified-text-rect-expected.txt:
7708 * platform/mac/fast/text/trailing-white-space-expected.checksum: Added.
7709 * platform/mac/fast/text/trailing-white-space-expected.png: Added.
7710 * platform/mac/fast/text/trailing-white-space-expected.txt: Added.
7711 * platform/mac/fast/text/whitespace/pre-wrap-last-char-expected.txt:
7712 * platform/mac/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
7713 * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
7714
77152008-04-18 Dan Bernstein <mitz@apple.com>
7716
7717 - add css2.1/t1506-c525-font-wt-00-b.html to the Windows skipped list
7718
7719 * platform/win/Skipped:
7720
77212008-04-18 Adam Roben <aroben@apple.com>
7722
7723 * platform/win/Skipped: Added another failing test.
7724
77252008-04-17 Antti Koivisto <antti@apple.com>
7726
7727 Update SVG animation test results.
7728
7729 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
7730 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
7731 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
7732
77332008-04-17 Antti Koivisto <antti@apple.com>
7734
7735 Re-enable animation tests on windows.
7736
7737 * platform/win/Skipped:
7738
77392008-04-17 Sam Weinig <sam@webkit.org>
7740
7741 Reviewed by Anders Carlsson.
7742
7743 Update test result for additon of XMLHttpRequest constants.
7744
7745 * fast/dom/Window/window-properties-expected.txt:
7746
77472008-04-17 Anders Carlsson <andersca@apple.com>
7748
7749 Add applicationCache object.
7750
7751 * fast/dom/Window/window-properties-expected.txt:
7752
77532008-04-17 Adam Roben <aroben@apple.com>
7754
7755 Add some crashing tests to the Skipped file
7756
7757 * platform/win/Skipped:
7758
77592008-04-17 Dean Jackson <dino@apple.com>
7760
7761 Reviewed by Hyatt.
7762
7763 Test for <rdar://problem/5849968> translate method should have Y=0 when only X is present
7764
7765 * fast/css/transform-default-parameter.html: Added.
7766 * platform/mac/fast/css/transform-default-parameter-expected.checksum: Added.
7767 * platform/mac/fast/css/transform-default-parameter-expected.png: Added.
7768 * platform/mac/fast/css/transform-default-parameter-expected.txt: Added.
7769
77702008-04-16 Darin Adler <darin@apple.com>
7771
7772 Earlier version reviewed by Mitz.
7773
7774 - test for <rdar://problem/5858617> REGRESSION (r21452-Safari 3.1):
7775 Safari does not find words containing ß (German letter sharp-s)
7776
7777 * fast/text/find-case-folding-expected.txt: Added.
7778 * fast/text/find-case-folding.html: Added.
7779
77802008-04-16 Antti Koivisto <antti@apple.com>
7781
7782 Reviewed by Alexey.
7783
7784 Test for <rdar://problem/5863728>
7785 REGRESSION: Garbage character shown in temperatures in the Weather widget (encoding issue with degree symbol)
7786
7787 * fast/encoding/resources/utf-8.css: Added.
7788 * fast/encoding/resources/utf-8.js: Added.
7789 * fast/encoding/preload-encoding-expected.txt: Added.
7790 * fast/encoding/preload-encoding.html: Added.
7791
77922008-04-16 Alexey Proskuryakov <ap@webkit.org>
7793
7794 Reviewed by Adam.
7795
7796 http://bugs.webkit.org/show_bug.cgi?id=18259
7797 XML+XSLT pages in iframe contains document.location of a parent window
7798
7799 * fast/xsl/resources/subframe-location-frame.xml: Added.
7800 * fast/xsl/resources/subframe-location-frame.xsl: Added.
7801 * fast/xsl/subframe-location-expected.txt: Added.
7802 * fast/xsl/subframe-location.html: Added.
7803
78042008-04-15 Justin Garcia <justin.garcia@apple.com>
7805
7806 Reviewed by Oliver.
7807
7808 <rdar://problem/5665299> REGRESSION (r27369): Paste text into a contenteditable div creates a contenteditable div for each line (16661)
7809
7810 * editing/pasteboard/5665299-expected.txt: Added.
7811 * editing/pasteboard/5665299.html: Added.
7812
78132008-04-15 Anatoli Papirovski <apapirovski@mac.com>
7814
7815 Reviewed by hyatt
7816
7817 Added test case for background-origin calculation on root elements
7818 (background-repeat and background-size), r10794 [CSS1 + CSS3]
7819
7820 * fast/backgrounds/background-origin-root-element.html: Added.
7821 * platform/mac/fast/backgrounds/background-origin-root-element-expected.checksum: Added.
7822 * platform/mac/fast/backgrounds/background-origin-root-element-expected.png: Added.
7823 * platform/mac/fast/backgrounds/background-origin-root-element-expected.txt: Added.
7824
78252008-04-15 Brady Eidson <beidson@apple.com>
7826
7827 Reviewed by Anders
7828
7829 Hook up event dispatching for window.localStorage changes.
7830 Now a meaningful LayoutTest suite can be landed for window.localStorage.
7831
7832 * storage/domstorage/localstorage/enumerate-storage-expected.txt: Added.
7833 * storage/domstorage/localstorage/enumerate-storage.html: Added.
7834 * storage/domstorage/localstorage/iframe-events-expected.txt: Added.
7835 * storage/domstorage/localstorage/iframe-events.html: Added.
7836 * storage/domstorage/localstorage/index-get-and-set-expected.txt: Added.
7837 * storage/domstorage/localstorage/index-get-and-set.html: Added.
7838 * storage/domstorage/localstorage/onstorage-attribute-markup-expected.txt: Added.
7839 * storage/domstorage/localstorage/onstorage-attribute-markup.html: Added.
7840 * storage/domstorage/localstorage/onstorage-attribute-setattribute-expected.txt: Added.
7841 * storage/domstorage/localstorage/onstorage-attribute-setattribute.html: Added.
7842 * storage/domstorage/localstorage/resources: Added.
7843 * storage/domstorage/localstorage/resources/clearLocalStorage.js: Added.
7844 * storage/domstorage/localstorage/resources/iframe-events-second.html: Added.
7845 * storage/domstorage/localstorage/resources/window-open-second.html: Added.
7846 * storage/domstorage/localstorage/simple-events-expected.txt: Added.
7847 * storage/domstorage/localstorage/simple-events.html: Added.
7848 * storage/domstorage/localstorage/simple-usage-expected.txt: Added.
7849 * storage/domstorage/localstorage/simple-usage.html: Added.
7850 * storage/domstorage/localstorage/window-open-expected.txt: Added.
7851 * storage/domstorage/localstorage/window-open.html: Added.
7852
78532008-04-14 Brady Eidson <beidson@apple.com>
7854
7855 Reviewed by Anders
7856
7857 As underpinnings for LocalStorage are laid, it is exposed to the dom - update the relevant layout tests.
7858
7859 * fast/dom/Window/window-properties-expected.txt:
7860 * storage/domstorage/window-attributes-exist-expected.txt:
7861
78622008-04-14 Julien Chaffraix <jchaffraix@webkit.org>
7863
7864 Reviewed by Ap.
7865
7866 Layout test for http://bugs.webkit.org/show_bug.cgi?id=17403:
7867 WebKit Creates Invalid Xhtml Links with Ajax
7868
7869 * fast/parser/ampersand-escaped-parseXMLFragment-expected.txt: Added.
7870 * fast/parser/ampersand-escaped-parseXMLFragment.xhtml: Added.
7871
78722008-04-14 Rob Buis <buis@kde.org>
7873
7874 Reviewed by Eric.
7875
7876 Testcase for:
7877 http://bugs.webkit.org/show_bug.cgi?id=18230
7878 tspan in link not working
7879
7880 * platform/mac/svg/custom/text-linking-expected.txt: Added.
7881 * svg/custom/text-linking.svg: Added.
7882
78832008-04-11 Dan Bernstein <mitz@apple.com>
7884
7885 Reviewed by Dave Hyatt.
7886
7887 - revert incorrect expected results from r31324
7888
7889 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
7890
78912008-04-10 Alexey Proskuryakov <ap@webkit.org>
7892
7893 https://bugs.webkit.org/show_bug.cgi?id=18402
7894 REGRESSION: visited element handling is incorrect in nested join/toString calls
7895
7896 * fast/js/array-tostring-and-join-expected.txt: Added.
7897 * fast/js/array-tostring-and-join.html: Added.
7898 * fast/js/resources/array-tostring-and-join.js: Added.
7899
79002008-04-11 Rob Buis <buis@kde.org>
7901
7902 Reviewed by Eric.
7903
7904 Testcase for:
7905 http://bugs.webkit.org/show_bug.cgi?id=18340
7906 Elements with display="none" in a <clipPath> still contribute to clipping path
7907
7908 * platform/mac/svg/custom/clip-path-display-none-child-expected.checksum: Added.
7909 * platform/mac/svg/custom/clip-path-display-none-child-expected.png: Added.
7910 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt: Added.
7911 * svg/custom/clip-path-display-none-child.svg: Added.
7912
79132008-04-10 Antti Koivisto <antti@apple.com>
7914
7915 Update SVG animation test results.
7916
7917 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
7918 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
7919 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
7920 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
7921 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
7922 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
7923 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
7924 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
7925 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
7926 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
7927 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
7928 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
7929 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
7930 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
7931 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
7932 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
7933 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
7934 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
7935 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
7936 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
7937 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
7938 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
7939 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
7940 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
7941 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
7942 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
7943 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
7944 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
7945 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
7946 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
7947 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
7948 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
7949 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
7950 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
7951 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
7952 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
7953 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
7954 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
7955 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
7956 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
7957 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
7958 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
7959 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
7960 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
7961 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
7962 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
7963 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
7964 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
7965 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
7966 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
7967 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
7968 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
7969 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
7970 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
7971 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
7972 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
7973 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
7974 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
7975 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
7976 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
7977 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
7978 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
7979 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
7980 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
7981 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
7982 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
7983 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
7984 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
7985 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
7986 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
7987 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
7988 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
7989 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
7990 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
7991 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
7992 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
7993 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
7994 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
7995 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
7996 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
7997 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
7998 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
7999 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
8000 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
8001 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
8002 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
8003 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
8004 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
8005 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
8006 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
8007 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
8008 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
8009 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
8010
80112008-04-10 Alice Liu <alice.liu@apple.com>
8012
8013 Reviewed by Dan Bernstein.
8014
8015 Added test for <rdar://5815856> CrashTracer: [USER] 8384 crashes in WebCore::Widget::getView const + 6
8016
8017 * fast/events/mouseout-dead-subframe-expected.txt: Added.
8018 * fast/events/mouseout-dead-subframe.html: Added.
8019
80202008-04-10 Brady Eidson <beidson@apple.com>
8021
8022 Reviewed by Mitz Pettel
8023
8024 DOM Storage layout test cleanup
8025
8026 * storage/domstorage/sessionstorage/iframe-events.html: Check for the layoutTestController in a manner that
8027 won't confuse Firefox
8028 * storage/domstorage/sessionstorage/resources/clearSessionStorage.js: Don't mutate while iterating! Clea
8029 the sessionStorage properly
8030
80312008-04-09 Brady Eidson <beidson@apple.com>
8032
8033 Forgot to check in this updated result with my Storage-enumeration change
8034 earlier today
8035
8036 * fast/dom/Window/window-properties-expected.txt:
8037
80382008-04-09 Brady Eidson <beidson@apple.com>
8039
8040 Reviewed by Mitz Pettel
8041
8042 Add the "onstorage" attribute for the body element to provide easy setup of StorageEvent handling.
8043
8044 * storage/domstorage/sessionstorage/onstorage-attribute-markup-expected.txt: Added.
8045 * storage/domstorage/sessionstorage/onstorage-attribute-markup.html: Added.
8046 * storage/domstorage/sessionstorage/onstorage-attribute-setattribute-expected.txt: Added.
8047 * storage/domstorage/sessionstorage/onstorage-attribute-setattribute.html: Added.
8048
80492008-04-09 Brady Eidson <beidson@apple.com>
8050
8051 Reviewed by Sam Weinig
8052
8053 When enumerating a Storage object, the Storage built-ins should not be included, but the
8054 prototype chain SHOULD be included.
8055
8056 Updated the layout test to test this.
8057 * storage/domstorage/sessionstorage/enumerate-storage-expected.txt:
8058 * storage/domstorage/sessionstorage/enumerate-storage.html:
8059
80602008-04-09 Dan Bernstein <mitz@apple.com>
8061
8062 Reviewed by Sam Weinig.
8063
8064 - fix more Windows layout test regressions from the font-weight patch
8065
8066 The patch silently introduced the ability to select some fonts
8067 by their full name on Windows. Firefox and IE allow the same.
8068 This made these tests use different, Windows-only fonts on
8069 Windows. The patch removes references to these fonts from the
8070 tests.
8071
8072 * tables/mozilla/bugs/bug4093.html:
8073 * tables/mozilla/bugs/bug43854-1.html:
8074 * tables/mozilla/bugs/bug8381.html:
8075 * tables/mozilla/core/bloomberg.html:
8076
80772008-04-09 Brady Eidson <beidson@apple.com>
8078
8079 Reviewed by Adam Roben
8080
8081 Per the HTML5 spec, enumerating a Storage object should walk the keys in the storage area,
8082 and should not return the built-in properties.
8083
8084 This test adds some keys to sessionStorage, enumerates the sessionStorage object, and logs
8085 the sorted result. It should *not* contain the built in properties of the Storage object
8086
8087 * storage/domstorage/sessionstorage/enumerate-storage-expected.txt: Added.
8088 * storage/domstorage/sessionstorage/enumerate-storage.html: Added.
8089
80902008-04-08 Brady Eidson <beidson@apple.com>
8091
8092 Rubberstamped by Adam
8093
8094 * platform/win/Skipped: SessionStorage tests pass fine on Windows, as long as the feature is enabled!
8095
80962008-04-08 Dan Bernstein <mitz@apple.com>
8097
8098 Reviewed by Antti Koivisto.
8099
8100 - test for http://bugs.webkit.org/show_bug.cgi?id=18172
8101 REGRESSION (r31114-31132): Page renders structured almost horizontally (at flickr.com)
8102
8103 * fast/block/float/br-with-clear-2.html: Added.
8104 * platform/mac/fast/block/float/br-with-clear-2-expected.checksum: Added.
8105 * platform/mac/fast/block/float/br-with-clear-2-expected.png: Added.
8106 * platform/mac/fast/block/float/br-with-clear-2-expected.txt: Added.
8107
81082008-04-08 Brady Eidson <beidson@apple.com>
8109
8110 Reviewed by Mitzpettel
8111
8112 Fixed http://bugs.webkit.org/show_bug.cgi?id=18302
8113 -WebArchive subresources dump in random order, intermittent failures
8114
8115 Now that a DRT fix has set the order, these 3 tests needed new results
8116
8117 * webarchive/test-css-import-expected.txt:
8118 * webarchive/test-duplicate-resources-expected.txt:
8119 * webarchive/test-frameset-expected.txt:
8120
81212008-04-07 Brady Eidson <beidson@apple.com>
8122
8123 Rubberstamped by Geoff Garen
8124
8125 Forgot to update these results after I added the Prototype
8126
8127 * fast/dom/Window/window-properties-expected.txt:
8128
81292008-04-07 Brady Eidson <beidson@apple.com>
8130
8131 I can't fathom why the new storage tests could be hanging, but alas they are on Windows
8132 Disable until I can figure out why
8133
8134 * platform/win/Skipped:
8135
81362008-04-07 Brady Eidson <beidson@apple.com>
8137
8138 Begrudgingly reviewed by Sam Weinig
8139
8140 Initial suite of layout tests for HTML5 key/value SessionStorage (<rdar://problem/5797684>)
8141
8142 * fast/dom/Window/window-properties-expected.txt:
8143 * storage/domstorage: Added.
8144 * storage/domstorage/localstorage: Added.
8145 * storage/domstorage/sessionstorage: Added.
8146 * storage/domstorage/sessionstorage/iframe-events-expected.txt: Added.
8147 * storage/domstorage/sessionstorage/iframe-events.html: Added.
8148 * storage/domstorage/sessionstorage/index-get-and-set-expected.txt: Added.
8149 * storage/domstorage/sessionstorage/index-get-and-set.html: Added.
8150 * storage/domstorage/sessionstorage/resources: Added.
8151 * storage/domstorage/sessionstorage/resources/clearSessionStorage.js: Added.
8152 * storage/domstorage/sessionstorage/resources/iframe-events-second.html: Added.
8153 * storage/domstorage/sessionstorage/resources/window-open-second.html: Added.
8154 * storage/domstorage/sessionstorage/simple-events-expected.txt: Added.
8155 * storage/domstorage/sessionstorage/simple-events.html: Added.
8156 * storage/domstorage/sessionstorage/simple-usage-expected.txt: Added.
8157 * storage/domstorage/sessionstorage/simple-usage.html: Added.
8158 * storage/domstorage/sessionstorage/window-open-expected.txt: Added.
8159 * storage/domstorage/sessionstorage/window-open.html: Added.
8160 * storage/domstorage/window-attributes-exist-expected.txt: Added.
8161 * storage/domstorage/window-attributes-exist.html: Added.
8162
81632008-04-07 Alexey Proskuryakov <ap@webkit.org>
8164
8165 Reviewed by Dan Bernstein.
8166
8167 <rdar://problem/5574946> Inline frame ISO-8859-1 even though parent character set is UTF-8
8168
8169 * fast/loader/inherit-charset-to-empty-frame-expected.txt: Added.
8170 * fast/loader/inherit-charset-to-empty-frame.html: Added.
8171
81722008-04-05 Rob Buis <buis@kde.org>
8173
8174 Reviewed by Eric.
8175
8176 Testcases for:
8177 http://bugs.webkit.org/show_bug.cgi?id=17129
8178 Incorrect style resolution in CSS styled SVG, with multiple style sheets
8179
8180 * fast/css/xml-stylesheet-alternate-processing-expected.txt: Added.
8181 * fast/css/xml-stylesheet-alternate-processing.xhtml: Added.
8182 * fast/css/xml-stylesheet-title-processing-expected.txt: Added.
8183 * fast/css/xml-stylesheet-title-processing.xhtml: Added.
8184
81852008-04-05 Dan Bernstein <mitz@apple.com>
8186
8187 Reviewed by Darin Adler.
8188
8189 - repaint test for <rdar://problem/5843719> Excessive repainting of cells in tables with non-auto height
8190
8191 * fast/repaint/table-two-pass-layout-overpaint.html: Added.
8192 * platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.checksum: Added.
8193 * platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.png: Added.
8194 * platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.txt: Added.
8195
81962008-04-03 Oliver Hunt <oliver@apple.com>
8197
8198 Rollout layout test changes for r31566
8199
82002008-04-03 Brady Eidson <beidson@apple.com>
8201
8202 Fix a tab into 4-spaces instead
8203
8204 * webarchive/test-css-import-expected.txt:
8205
82062008-04-03 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
8207
8208 Reviewed by Simon.
8209
8210 * Add a Qt specific result for bad-scheme-subframe-expected.txt
8211 * To match the mac-port we would have to return IgnoreNavigationRequest for
8212 schemes/URLs not supported by the QNetworkAccessManager in QWebPage::navigationRequested
8213 but we can't do that because QNetworkAccessManager does not expose a list of supported
8214 schemes and operations. So in contrast to the mac we will try to load the frame and fail.
8215
8216
8217 * platform/qt/http/tests/loading/bad-scheme-subframe-expected.txt: Added.
8218
82192008-04-03 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
8220
8221 Reviewed by Simon.
8222
8223 * Fix http/tests/loading/simple-subframe.html by adding a test result. The result is
8224 quite similar to the one of the mac port.
8225
8226
8227 * platform/qt/http/tests/loading/simple-subframe-expected.txt: Added.
8228
82292008-04-03 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
8230
8231 Reviewed by Simon.
8232
8233 * Remove dumpFrameLoadCallbacks from simple-subframe.html because it is
8234 located in a directory with the name "loading". And this will autoamtically
8235 enable dumping.
8236 * Remove this method from the LayoutTestController as it is unused now and this
8237 avoids adding it to the DRT of the Qt port.
8238
8239
8240 * http/tests/loading/simple-subframe.html:
8241
82422008-04-02 Brady Eidson <beidson@apple.com>
8243
8244 Written by David Kilzer, tweaked by Brady, Reviewed by Mitz Pettel
8245
8246 - test for http://bugs.webkit.org/show_bug.cgi?id=11839
8247 Webarchive fails to save CSS files in @import statements
8248
8249 The idea is to <link> to a CSS file which @imports another CSS file,
8250 and also @import a CSS file inside a <style> element, which also @imports another CSS file
8251
8252 Then make sure all 4 of the css files are in the resulting webarchive
8253
8254 * webarchive/resources/test-css-import-recurse.css: Added.
8255 * webarchive/resources/test-css-import.css: Added.
8256 * webarchive/resources/test-css-link-recurse.css: Added.
8257 * webarchive/resources/test-css-link.css: Added.
8258 * webarchive/test-css-import-expected.txt: Added.
8259 * webarchive/test-css-import.html: Added.
8260
82612008-04-02 Nikolas Zimmermann <zimmermann@kde.org>
8262
8263 Reviewed by Oliver.
8264
8265 Fix all existing tests in svg/dynamic-updates to actually reflect repainting changes, by
8266 removing the timing dependency. Instead model them like frame-getSVGDocument.html by
8267 not including the <script src="js-test-post.js"> element within the TEMPLATE.html but
8268 by dynamically injecting it, if the test actually finished.
8269
8270 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
8271 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
8272 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
8273 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
8274 * platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.checksum: Added.
8275 * platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.png: Added.
8276 * platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.checksum: Added.
8277 * platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.png: Added.
8278 * platform/mac-leopard/svg/custom/text-xy-updates-expected.checksum: Added.
8279 * platform/mac-leopard/svg/custom/text-xy-updates-expected.png: Added.
8280 * platform/mac-leopard/svg/dom/altGlyph-dom-expected.checksum: Added.
8281 * platform/mac-leopard/svg/dom/altGlyph-dom-expected.png: Added.
8282 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
8283 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
8284 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
8285 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
8286 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
8287 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
8288 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
8289 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
8290 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
8291 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
8292 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
8293 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
8294 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum:
8295 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
8296 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum:
8297 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
8298 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum:
8299 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
8300 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum:
8301 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
8302 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum:
8303 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
8304 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum:
8305 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
8306 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum:
8307 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
8308 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum:
8309 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
8310 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum:
8311 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
8312 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum:
8313 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
8314 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum:
8315 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
8316 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum:
8317 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
8318 * platform/mac-leopard/svg/text/kerning-expected.checksum: Added.
8319 * platform/mac-leopard/svg/text/kerning-expected.png: Added.
8320 * platform/mac-leopard/svg/text/multichar-glyph-expected.checksum: Added.
8321 * platform/mac-leopard/svg/text/multichar-glyph-expected.png: Added.
8322 * platform/mac-leopard/svg/text/text-text-06-t-expected.checksum:
8323 * platform/mac-leopard/svg/text/text-text-06-t-expected.png:
8324 * svg/custom/resources/svg-xml-dom-sync.js: Added.
8325 * svg/custom/svg-xml-dom-sync-expected.txt: Added.
8326 * svg/custom/svg-xml-dom-sync.html: Added.
8327 * svg/dynamic-updates/SVGAElement-dom-href-attr.html:
8328 * svg/dynamic-updates/SVGAElement-dom-target-attr.html:
8329 * svg/dynamic-updates/SVGAElement-svgdom-href-prop.html:
8330 * svg/dynamic-updates/SVGAElement-svgdom-target-prop.html:
8331 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
8332 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html:
8333 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
8334 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html:
8335 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
8336 * svg/dynamic-updates/SVGCircleElement-dom-r-attr.html:
8337 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
8338 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html:
8339 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
8340 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html:
8341 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
8342 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html:
8343 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html:
8344 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html:
8345 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt:
8346 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html:
8347 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt:
8348 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html:
8349 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt:
8350 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html:
8351 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt:
8352 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html:
8353 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt:
8354 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html:
8355 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt:
8356 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html:
8357 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt:
8358 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html:
8359 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt:
8360 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html:
8361 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt:
8362 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html:
8363 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt:
8364 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html:
8365 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html:
8366 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html:
8367 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt:
8368 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html:
8369 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt:
8370 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html:
8371 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html:
8372 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html:
8373 * svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
8374 * svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
8375 * svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
8376 * svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
8377 * svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
8378 * svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
8379 * svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
8380 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
8381 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
8382 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
8383 * svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
8384 * svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
8385 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js:
8386 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js:
8387 * svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js:
8388 * svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js:
8389 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js:
8390 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js:
8391 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js:
8392 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js:
8393 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js:
8394 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js:
8395 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js:
8396 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js:
8397 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js:
8398 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js:
8399 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js:
8400 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js:
8401 * svg/dynamic-updates/resources/SVGTestCase.js:
8402 * svg/dynamic-updates/resources/TEMPLATE.html:
8403
84042008-03-25 Eric Seidel <eric@webkit.org>
8405
8406 Reviewed by darin.
8407
8408 Add test for /^bar/ optimization.
8409 http://bugs.webkit.org/show_bug.cgi?id=18086
8410
8411 * fast/js/ascii-regexp-subject-expected.txt: Copied from LayoutTests/fast/xpath/4XPath/Borrowed/kd_20010423-expected.txt.
8412 * fast/js/ascii-regexp-subject.html: Copied from LayoutTests/fast/js/typeof-syntax.html.
8413 * fast/js/resources/ascii-regexp-subject.js: Added.
8414
84152008-03-31 Rob Buis <buis@kde.org>
8416
8417 Reviewed by Darin.
8418
8419 Testcase for:
8420 http://bugs.webkit.org/show_bug.cgi?id=15595
8421 marker property doesn't show up correctly as "shorthand" in inspector
8422
8423 * svg/custom/marker-getPropertyValue-expected.txt: Added.
8424 * svg/custom/marker-getPropertyValue.svg: Added.
8425
84262008-03-30 Dan Bernstein <mitz@apple.com>
8427
8428 Reviewed by Sam Weinig.
8429
8430 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=18115
8431 REGRESSION (r31250): Incomplete repaint of GoogleReader sidebar while reading unread posts
8432
8433 * fast/repaint/lines-with-layout-delta.html: Added.
8434 * platform/mac/fast/repaint/lines-with-layout-delta-expected.checksum: Added.
8435 * platform/mac/fast/repaint/lines-with-layout-delta-expected.png: Added.
8436 * platform/mac/fast/repaint/lines-with-layout-delta-expected.txt: Added.
8437
84382008-03-30 Dan Bernstein <mitz@apple.com>
8439
8440 Reviewed by Maciej Stachowiak.
8441
8442 - test for an assertion failure in CSSParser.cpp's
8443 equalIgnoringCase() when parsing certain transforms.
8444
8445 * fast/css/transform-function-lowercase-assert-expected.txt: Added.
8446 * fast/css/transform-function-lowercase-assert.html: Added.
8447
84482008-03-30 Rob Buis <buis@kde.org>
8449
8450 Reviewed by Oliver.
8451
8452 Testcase for:
8453 http://bugs.webkit.org/show_bug.cgi?id=17633
8454 SVG: modifying x & y attribute of text element from JS fails
8455
8456 * platform/mac/svg/custom/text-xy-updates-expected.txt: Added.
8457 * svg/custom/text-xy-updates.svg: Added.
8458
84592008-03-30 Rob Buis <buis@kde.org>
8460
8461 Reviewed by Adam Roben.
8462
8463 Fix wrong id.
8464
8465 * svg/custom/tref-update.svg:
8466
84672008-03-29 Sam Weinig <sam@webkit.org>
8468
8469 Reviewed by Brady Eidson.
8470
8471 Test for crash when canceling a resource load while port blocked failure
8472 timer is going
8473
8474 * fast/loader/cancel-load-during-port-block-timer-expected.txt: Added.
8475 * fast/loader/cancel-load-during-port-block-timer.html: Added.
8476
84772008-03-29 Oliver Hunt <oliver@apple.com>
8478
8479 Reviewed by Geoff.
8480
8481 Bug 17924: Crash in KJS::ConstDeclNode::evaluate with |with| and |const|
8482 <http://bugs.webkit.org/show_bug.cgi?id=17924>
8483
8484 Add test cases for const inside with
8485
8486 * fast/js/const-expected.txt:
8487 * fast/js/resources/const.js:
8488
84892008-03-28 Dan Bernstein <mitz@apple.com>
8490
8491 Reviewed by Dave Hyatt.
8492
8493 - pixel test for a percentage background position regression from r31389
8494
8495 * fast/backgrounds/background-position-1.html: Added.
8496 * platform/mac/fast/backgrounds/background-position-1-expected.checksum: Added.
8497 * platform/mac/fast/backgrounds/background-position-1-expected.png: Added.
8498 * platform/mac/fast/backgrounds/background-position-1-expected.txt: Added.
8499
85002008-03-28 Stephanie Lewis <slewis@apple.com>
8501
8502 Update Windows Skipped list. Bugs filed.
8503
8504 * platform/win/Skipped:
8505
85062008-03-28 Darin Adler <darin@apple.com>
8507
8508 Reviewed by Sam.
8509
8510 * fast/encoding/invalid-xml-expected.txt: Update to reflect a true success.
8511 * fast/encoding/resources/invalid-xml.js: Eliminate race condition by not ending
8512 the test until the js-test-post.js script has loaded.
8513
85142008-03-28 Alexey Proskuryakov <ap@webkit.org>
8515
8516 Rubber-stamped by Brady.
8517
8518 Enable server-side includes via AddHandler, hopefully making Apache 1.3 happy.
8519
8520 * http/tests/misc/.htaccess:
8521 * http/tests/misc/resources/acid3/.htaccess:
8522
85232008-03-28 Alexey Proskuryakov <ap@webkit.org>
8524
8525 Not reviewed.
8526
8527 Enable mod_include for acid3.html - the previous check-in only had it in resources
8528 subdirectory.
8529
8530 * http/tests/misc/.htaccess: Added.
8531
85322008-03-28 Eric Seidel <eric@webkit.org>
8533
8534 Reviewed by mjs.
8535
8536 Add Acid3 test as an http test
8537 http://bugs.webkit.org/show_bug.cgi?id=18176
8538
8539 * http/tests/misc/acid3-expected.checksum: Added.
8540 * http/tests/misc/acid3-expected.png: Added.
8541 * http/tests/misc/acid3-expected.txt: Added.
8542 * http/tests/misc/acid3.html: Added.
8543 * http/tests/misc/resources/acid3/.htaccess: Added.
8544 * http/tests/misc/resources/acid3/empty.css: Added.
8545 * http/tests/misc/resources/acid3/empty.html: Added.
8546 * http/tests/misc/resources/acid3/empty.png: Added.
8547 * http/tests/misc/resources/acid3/empty.txt: Added.
8548 * http/tests/misc/resources/acid3/empty.xml: Added.
8549 * http/tests/misc/resources/acid3/font.svg: Added.
8550 * http/tests/misc/resources/acid3/font.ttf: Added.
8551 * http/tests/misc/resources/acid3/instructions.inc: Added.
8552 * http/tests/misc/resources/acid3/reference.html: Added.
8553 * http/tests/misc/resources/acid3/reference.png: Added.
8554 * http/tests/misc/resources/acid3/support-a.png.404: Added.
8555 * http/tests/misc/resources/acid3/support-b.png: Added.
8556 * http/tests/misc/resources/acid3/support-c.png: Added.
8557 * http/tests/misc/resources/acid3/svg.xml: Added.
8558 * http/tests/misc/resources/acid3/xhtml.1: Added.
8559 * http/tests/misc/resources/acid3/xhtml.2: Added.
8560 * http/tests/misc/resources/acid3/xhtml.3: Added.
8561
85622008-03-27 Mark Rowe <mrowe@apple.com>
8563
8564 Reviewed by Adam Roben.
8565
8566 Tests for <rdar://problem/5826236> Regular expressions with large nested repetition counts can have their
8567 compiled length calculated incorrectly.
8568
8569 * fast/js/regexp-overflow-expected.txt:
8570 * fast/js/resources/regexp-overflow.js:
8571
85722008-03-27 Brady Eidson <beidson@apple.com>
8573
8574 Reviewed by Adam Roben
8575
8576 Updated results, as we now more consistently archive empty frames/empty resources
8577
8578 * webarchive/archive-empty-frame-source-expected.txt:
8579
85802008-03-26 Sam Weinig <sam@webkit.org>
8581
8582 Rubber-stamped by Adam Roben.
8583
8584 Update test result.
8585
8586 * fast/dom/Window/window-special-properties-expected.txt:
8587
85882008-03-26 Maciej Stachowiak <mjs@apple.com>
8589
8590 Reviewed by Hyatt and Adam.
8591
8592 - new test case and test fixes for SVG text kerning
8593
8594 * svg/text/kerning.svg: Added.
8595 * platform/mac/svg/text/kerning-expected.txt: Added.
8596
8597 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
8598 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
8599 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
8600 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
8601 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
8602
86032008-03-26 Stephanie Lewis <slewis@apple.com>
8604
8605 Not Reviewed.
8606
8607 Move storage tests to Skipped list since they hang 80% of the time. See <rdar://problem/5787763>.
8608
8609 * platform/win/Skipped:
8610
86112008-03-26 Maciej Stachowiak <mjs@apple.com>
8612
8613 Reviewed by Darin.
8614
8615 - test updates for "SVG multichar glyph matching matches longest instead of first (affects Acid3 test 79)"
8616 http://bugs.webkit.org/show_bug.cgi?id=18118
8617
8618 These test cases were already checking for this exact bug and now
8619 render correctly.
8620
8621 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
8622 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
8623
8624o2008-03-26 Eric Seidel <eric@webkit.org>
8625
8626 Reviewed by darin.
8627
8628 Fix, makes us pass Test 70
8629 XML documents should be strict about encoding checks
8630 http://bugs.webkit.org/show_bug.cgi?id=17079
8631
8632 * fast/encoding/invalid-xml-expected.txt: Added.
8633 * fast/encoding/invalid-xml.html: Copied from LayoutTests/fast/dom/resources/TEMPLATE.html.
8634 * fast/encoding/resources/invalid-xml-shift-jis.xml: Added.
8635 * fast/encoding/resources/invalid-xml-utf16.xml: Added.
8636 * fast/encoding/resources/invalid-xml-utf8.xml: Added.
8637 * fast/encoding/resources/invalid-xml-x-mac-thai.xml: Added.
8638 * fast/encoding/resources/invalid-xml.js: Added.
8639
86402008-03-26 Dan Bernstein <mitz@apple.com>
8641
8642 Reviewed by Darin Adler.
8643
8644 - tests for http://bugs.webkit.org/show_bug.cgi?id=17994
8645 REGRESSION (523-525+) View not updated when changing CSS size via JavaScript
8646 - and http://bugs.webkit.org/show_bug.cgi?id=18063
8647 REGRESSION (r31250): Small bug that just cropped up in WebKit r31275
8648
8649 * fast/repaint/subtree-root-clip-2.html: Added.
8650 * fast/repaint/subtree-root-clip-3.html: Added.
8651 * fast/repaint/subtree-root-clip.html: Added.
8652 * platform/mac/fast/repaint/subtree-root-clip-2-expected.checksum: Added.
8653 * platform/mac/fast/repaint/subtree-root-clip-2-expected.png: Added.
8654 * platform/mac/fast/repaint/subtree-root-clip-2-expected.txt: Added.
8655 * platform/mac/fast/repaint/subtree-root-clip-3-expected.checksum: Added.
8656 * platform/mac/fast/repaint/subtree-root-clip-3-expected.png: Added.
8657 * platform/mac/fast/repaint/subtree-root-clip-3-expected.txt: Added.
8658 * platform/mac/fast/repaint/subtree-root-clip-expected.checksum: Added.
8659 * platform/mac/fast/repaint/subtree-root-clip-expected.png: Added.
8660 * platform/mac/fast/repaint/subtree-root-clip-expected.txt: Added.
8661
86622008-03-24 Maciej Stachowiak <mjs@apple.com>
8663
8664 Reviewed by Eric.
8665
8666 - test case and new results for "SVGTextElement.getStartPositionOfChar does not correctly account for multichar glyphs"
8667 http://bugs.webkit.org/show_bug.cgi?id=18046
8668
8669 * svg/text/multichar-glyph.svg: Added. New test case for both rendering and getStartPositionOfChar
8670 access of multichar glyphs.
8671 * platform/mac/svg/text/multichar-glyph-expected.txt: Added.
8672
8673 The following test results changed, all appear to be improvements.
8674
8675 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
8676 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
8677 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
8678 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
8679 * platform/mac/svg/text/text-text-06-t-expected.txt:
8680
86812008-03-25 Beth Dakin <bdakin@apple.com>
8682
8683 Reviewed by Oliver.
8684
8685 Test for <rdar://problem/5811826> CSSValueList::item() does not
8686 range-check index
8687
8688 * fast/css/resources/bikes.bmp: Added.
8689 * fast/css/value-list-out-of-bounds-crash.html: Added.
8690 * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.checksum: Added.
8691 * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.png: Added.
8692 * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.txt: Added.
8693
86942008-03-25 Darin Adler <darin@apple.com>
8695
8696 Reviewed by Anders.
8697
8698 - test for http://bugs.webkit.org/show_bug.cgi?id=17252
8699 Acid3 test removing Nodes during NodeIterator walk fails (affects Acid3 test 2)
8700
8701 * traversal/acid3-test-2-expected.txt: Added.
8702 * traversal/acid3-test-2.html: Added.
8703 * traversal/resources/acid3-test-2.js: Added.
8704 * traversal/resources/exception-forwarding.js: Removed bogus extra line of code.
8705
87062008-03-24 Oliver Hunt <oliver@apple.com>
8707
8708 Reviewed by Mark Rowe.
8709
8710 Disable this test until we can fix
8711 Bug 18057: keyDown incorrectly propagates up the frame tree
8712
8713 * fast/events/key-events-in-frame.html: Removed.
8714 * fast/events/key-events-in-frame.html-disabled: Added.
8715
87162008-03-24 Brady Eidson <beidson@apple.com>
8717
8718 Made new layout test files executable, as needed for the tests to not fail!
8719
8720 * http/tests/navigation/resources/reload-subframe-content.pl: Added.
8721 * http/tests/navigation/resources/reload-subframe.pl: Added.
8722
87232008-03-24 Cameron Zwarich <cwzwarich@uwaterloo.ca>
8724
8725 Reviewed by Maciej, landed by Brady
8726
8727 Tests for the following bugs:
8728
8729 Bug 3580: iFrames Appear to be Cached
8730 <http://bugs.webkit.org/show_bug.cgi?id=3580>
8731
8732 Bug 15486: REGRESSION: Reload causes WebKit to *forget* fragment URLs
8733 <http://bugs.webkit.org/show_bug.cgi?id=15486>
8734
8735 Bug 15554: Reload causes <object> to use old data
8736 <http://bugs.webkit.org/show_bug.cgi?id=15554>
8737
8738 * http/tests/navigation/reload-subframe-frame-expected.txt: Added.
8739 * http/tests/navigation/reload-subframe-frame.html: Added.
8740 * http/tests/navigation/reload-subframe-iframe-expected.txt: Added.
8741 * http/tests/navigation/reload-subframe-iframe.html: Added.
8742 * http/tests/navigation/reload-subframe-object-expected.txt: Added.
8743 * http/tests/navigation/reload-subframe-object.html: Added.
8744 * http/tests/navigation/resources/reload-subframe-content.pl: Added.
8745 * http/tests/navigation/resources/reload-subframe.pl: Added.
8746
87472008-03-24 Dan Bernstein <mitz@apple.com>
8748
8749 Reviewed by Sam Weinig.
8750
8751 - test for <rdar://problem/5812292> CrashTracer: [REGRESSION] 60 crashes in Safari at com.apple.WebCore: WebCore::RenderObject::repaintRectangle + 47
8752
8753 * fast/repaint/renderer-destruction-by-invalidateSelection-crash.html: Added.
8754 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum: Added.
8755 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Added.
8756 * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Added.
8757
87582008-03-23 Maciej Stachowiak <mjs@apple.com>
8759
8760 Reviewed by Eric.
8761
8762 - updated test results for "SVGTextElement.getNumberOfChars is broken for altGlyph (affects Acid3 test 79)"
8763 http://bugs.webkit.org/show_bug.cgi?id=17062
8764
8765 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
8766 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
8767 * svg/dom/altGlyph-dom-expected.txt: Added.
8768 * svg/dom/altGlyph-dom.xhtml: Added.
8769 * svg/dom/resources/altGlyph-dom.js: Added.
8770
87712008-03-23 Robert Blaut <webkit@blaut.biz>
8772
8773 Reviewed by eseidel. Landed by eseidel.
8774
8775 Test to ensure [~=] attribute selector doesn't match empty string
8776
8777 * fast/css/attribute-selector-empty-value.html: Added.
8778
87792008-03-23 Oliver Hunt <oliver@apple.com>
8780
8781 Reviewed by Maciej.
8782
8783 Test to ensure key events don't propagate up the frame tree.
8784
8785 * fast/events/key-events-in-frame-expected.txt: Added.
8786 * fast/events/key-events-in-frame.html: Added.
8787
87882008-03-22 Eric Seidel <eric@webkit.org>
8789
8790 Update a (passing) result I missed in my last checkin. No review.
8791
8792 * dom/xhtml/level3/core/documentgetdoctype01-expected.txt:
8793
87942008-03-22 Eric Seidel <eric@webkit.org>
8795
8796 Reviewed by mjs.
8797
8798 Unify handling of NAMESPACE_ERR and fix Acid3 test 25
8799 http://bugs.webkit.org/show_bug.cgi?id=16693
8800
8801 * fast/dom/DOMImplementation/createDocumentType-err-expected.txt: Added.
8802 * fast/dom/DOMImplementation/createDocumentType-err.html: Copied from LayoutTests/fast/dom/DOMException/EventException.html.
8803 * fast/dom/DOMImplementation/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Document/resources/TEMPLATE.html.
8804 * fast/dom/DOMImplementation/resources/createDocumentType-err.js: Added.
8805 * fast/dom/Document/createAttributeNS-namespace-err-expected.txt:
8806 * fast/dom/Document/createElementNS-namespace-err-expected.txt:
8807
88082008-03-22 Eric Seidel <eric@webkit.org>
8809
8810 Reviewed by mjs.
8811
8812 Fix createElementNS to throw exceptions for invalid qualified names
8813 Fixes Acid3 sub-test 23
8814 http://bugs.webkit.org/show_bug.cgi?id=16833
8815
8816 * dom/xhtml/level3/core/documentsetstricterrorchecking02-expected.txt:
8817 * fast/dom/Document/createAttributeNS-namespace-err-expected.txt: Added.
8818 * fast/dom/Document/createAttributeNS-namespace-err.html: Copied from LayoutTests/fast/dom/Element/dimension-properties-unrendered.html.
8819 * fast/dom/Document/createElementNS-namespace-err-expected.txt: Added.
8820 * fast/dom/Document/createElementNS-namespace-err.html: Copied from LayoutTests/fast/dom/EntityReference/readonly-exceptions.html.
8821 * fast/dom/Document/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Element/resources/TEMPLATE.html.
8822 * fast/dom/Document/resources/createAttributeNS-namespace-err.js: Added.
8823 * fast/dom/Document/resources/createElementNS-namespace-err.js: Added.
8824
88252008-03-21 Cameron Zwarich <cwzwarich@uwaterloo.ca>
8826
8827 Reviewed by Oliver Hunt.
8828
8829 Test for <http://bugs.webkit.org/show_bug.cgi?id=13693>
8830 Bug 13693: REGRESSION (r13615): Acid2 Test Eyes render improperly after a page refresh
8831
8832 * http/tests/navigation/fallback-anchor-reload-expected.txt: Added.
8833 * http/tests/navigation/fallback-anchor-reload.html: Added.
8834
88352008-03-21 Dan Bernstein <mitz@apple.com>
8836
8837 Reviewed by Oliver Hunt.
8838
8839 - test for http://bugs.webkit.org/show_bug.cgi?id=17988
8840 REGRESSION (r31114-31132): Crash in InlineBox::isDirty() opening chowhound.com
8841
8842 * fast/css-generated-content/empty-content-with-float-crash-expected.txt: Added.
8843 * fast/css-generated-content/empty-content-with-float-crash.html: Added.
8844
88452008-03-21 Oliver Hunt <oliver@apple.com>
8846
8847 Reviewed by Geoff Garen.
8848
8849 Ensure we correctly report optimised variables as being
8850 enumerable.
8851
8852 * fast/js/propertyIsEnumerable-expected.txt:
8853 * fast/js/resources/propertyIsEnumerable.js:
8854
88552008-03-21 Sam Weinig <sam@webkit.org>
8856
8857 Reviewed by Oliver Hunt.
8858
8859 Enable tests for <rdar://problem/5788451>
8860 toDataURL not implemented for Windows (need mapping of MIME type to UTI)
8861
8862 * platform/win/Skipped:
8863 * platform/win/fast/canvas: Added.
8864 * platform/win/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
8865
88662008-03-21 Dan Bernstein <mitz@apple.com>
8867
8868 Reviewed by Adele Peterson.
8869
8870 - test for http://bugs.webkit.org/show_bug.cgi?id=17966
8871 REGRESSION (r31114-r31132): Clearing via br behaves unpredictably
8872
8873 * fast/block/float/br-with-clear.html: Added.
8874 * platform/mac/fast/block/float/br-with-clear-expected.checksum: Added.
8875 * platform/mac/fast/block/float/br-with-clear-expected.png: Added.
8876 * platform/mac/fast/block/float/br-with-clear-expected.txt: Added.
8877
88782008-03-21 Dan Bernstein <mitz@apple.com>
8879
8880 - update results for the 'zoom' property added in
8881 <http://trac.webkit.org/projects/webkit/changeset/31155>
8882
8883 * fast/css/computed-style-expected.txt:
8884 * fast/css/computed-style-without-renderer-expected.txt:
8885 * svg/css/getComputedStyle-basic-expected.txt:
8886
88872008-03-20 Dan Bernstein <mitz@apple.com>
8888
8889 Reviewed by Anders Carlsson.
8890
8891 - test for an assertion failure due to a line being marked dirty during
8892 computeVerticalPositionsForLine() due to temporary box destruction
8893
8894 * fast/inline/clean-after-removing-temp-boxes-expected.txt: Added.
8895 * fast/inline/clean-after-removing-temp-boxes.html: Added.
8896
88972008-03-20 Mark Rowe <mrowe@apple.com>
8898
8899 Rubber-stamped by Sam Weinig.
8900
8901 Tweak NodeList tests to ensure that they force a GC outside of DRT.
8902
8903 * fast/dom/NodeList/5725058-crash-scenario-1.html:
8904 * fast/dom/NodeList/5725058-crash-scenario-2.html:
8905
89062008-03-20 Aaron Golden <aegolden@gmail.com>
8907
8908 Reviewed by Darin and David Kilzer.
8909
8910 - test for <http://bugs.webkit.org/show_bug.cgi?id=15263>, which caused certain marquees to not display.
8911
8912 * fast/html/marquee-scroll.html: Added.
8913 * platform/mac/fast/html/marquee-scroll-expected.checksum: Added.
8914 * platform/mac/fast/html/marquee-scroll-expected.png: Added.
8915 * platform/mac/fast/html/marquee-scroll-expected.txt: Added.
8916
89172008-03-19 Justin Garcia <justin.garcia@apple.com>
8918
8919 Reviewed by Oliver.
8920
8921 <rdar://problem/5780697> Copying content with CSS property values that are percentages can cause fidelity issues
8922
8923 * editing/pasteboard/5780697-2-expected.txt: Added.
8924 * editing/pasteboard/5780697-2.html: Added.
8925
89262008-03-19 Oliver Hunt <oliver@apple.com>
8927
8928 Reviewed by Antti.
8929
8930 Test case for Canvas.arc with zero-length radius needed to
8931 be updated for current html5 spec.
8932
8933 * fast/canvas/canvas-with-incorrect-args-expected.txt:
8934 * fast/canvas/canvas-with-incorrect-args.html:
8935
89362008-03-19 Justin Garcia <justin.garcia@apple.com>
8937
8938 Reviewed by Oliver.
8939
8940 <rdar://problem/5794920> Acid3: Assertion failure in VisiblePosition::previous when clicking on results (17004)
8941
8942 * editing/pasteboard/4989774.html: Updated to wait for the images to load before trying to copy it.
8943 * editing/selection/5794920-1-expected.txt: Added.
8944 * editing/selection/5794920-1.html: Added.
8945
89462008-03-19 Dan Bernstein <mitz@apple.com>
8947
8948 Reviewed by Sam Weinig.
8949
8950 - test for assertion failure in RenderBlock::determineStartPosition() at http://www.wired.com/techbiz/it/magazine/16-04/bz_apple
8951
8952 * fast/repaint/line-flow-with-floats-10.html: Added.
8953 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.checksum: Added.
8954 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.png: Added.
8955 * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt: Added.
8956
89572008-03-19 Dan Bernstein <mitz@apple.com>
8958
8959 Reviewed by John Sullivan.
8960
8961 - test for <rdar://problem/5805070> CrashTracer: [USER] 33 crashes in Safari at com.apple.WebCore: WebCore::FrameView::layout + 431
8962
8963 * fast/dynamic/subtree-parent-static-y.html: Added.
8964 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.checksum: Added.
8965 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.png: Added.
8966 * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt: Added.
8967
89682008-03-19 Mark Rowe <mrowe@apple.com>
8969
8970 Reviewed by Oliver Hunt.
8971
8972 Test for http://bugs.webkit.org/show_bug.cgi?id=17939
8973 Bug 17939: Crash decompiling "const a = 1, b;"
8974
8975 * fast/js/function-toString-parentheses-expected.txt:
8976 * fast/js/resources/function-toString-parentheses.js:
8977
89782008-03-18 Oliver Hunt <oliver@apple.com>
8979
8980 Reviewed by Mark Rowe.
8981
8982 Bug 17929: Incorrect decompilation with |const|, comma
8983 http://bugs.webkit.org/show_bug.cgi?id=17929
8984
8985 Test cases for converting const nodes to string.
8986
8987 * fast/js/resources/function-toString-parentheses.js:
8988
89892008-03-18 Mark Rowe <mrowe@apple.com>
8990
8991 Reviewed by Oliver Hunt.
8992
8993 Tests for http://bugs.webkit.org/show_bug.cgi?id=17925 and http://bugs.webkit.org/show_bug.cgi?id=17927.
8994 - Bug 17925: Crash in KJS::JSObject::put after setting this.__proto__
8995 - Bug 17927: Hang after attempting to create circular __proto__
8996
8997 * fast/js/cyclic-proto-expected.txt: Added.
8998 * fast/js/cyclic-proto.html: Copied from LayoutTests/fast/js/assign.html.
8999 * fast/js/non-object-proto-expected.txt: Added.
9000 * fast/js/non-object-proto.html: Copied from LayoutTests/fast/js/rehash-assign.html.
9001 * fast/js/resources/cyclic-proto.js: Added.
9002 * fast/js/resources/non-object-proto.js: Added.
9003
90042008-03-18 Sam Weinig <sam@webkit.org>
9005
9006 Reviewed by Anders Carlsson.
9007
9008 Tests for http://bugs.webkit.org/show_bug.cgi?id=17057
9009 REGRESSION: Frequent random crashes in WebCore::JSNodeList::indexGetter
9010 <rdar://problem/5725058>
9011
9012 * fast/dom/NodeList/5725058-crash-scenario-1-expected.txt: Added.
9013 * fast/dom/NodeList/5725058-crash-scenario-1.html: Added.
9014 * fast/dom/NodeList/5725058-crash-scenario-2-expected.txt: Added.
9015 * fast/dom/NodeList/5725058-crash-scenario-2.html: Added.
9016 * fast/dom/NodeList/5725058-crash-scenario-3-expected.txt: Added.
9017 * fast/dom/NodeList/5725058-crash-scenario-3.html: Added.
9018
90192008-03-18 Sam Weinig <sam@webkit.org>
9020
9021 Reviewed by Darin Adler.
9022
9023 Make domListEnumeration.html test not depend on the order of property enumeration
9024 by sorting the result array.
9025
9026 * fast/dom/domListEnumeration-expected.txt:
9027 * fast/dom/resources/domListEnumeration.js:
9028
90292008-03-18 Dan Bernstein <mitz@apple.com>
9030
9031 Reviewed by Adele Peterson.
9032
9033 - test for <rdar://problem/5805127> REGRESSION (r31116): Assertion failure (floatIndex < floats.size()) in RenderBlock::determineStartPosition() at digg.com
9034
9035 * fast/dynamic/floating-to-positioned.html: Added.
9036 * platform/mac/fast/dynamic/floating-to-positioned-expected.checksum: Added.
9037 * platform/mac/fast/dynamic/floating-to-positioned-expected.png: Added.
9038 * platform/mac/fast/dynamic/floating-to-positioned-expected.txt: Added.
9039
90402008-03-17 Dan Bernstein <mitz@apple.com>
9041
9042 Reviewed by Dave Hyatt.
9043
9044 - test incremental relayout of blocks that contain floats
9045
9046 * fast/repaint/line-flow-with-floats-1.html: Added.
9047 * fast/repaint/line-flow-with-floats-2.html: Added.
9048 * fast/repaint/line-flow-with-floats-3.html: Added.
9049 * fast/repaint/line-flow-with-floats-4.html: Added.
9050 * fast/repaint/line-flow-with-floats-5.html: Added.
9051 * fast/repaint/line-flow-with-floats-6.html: Added.
9052 * fast/repaint/line-flow-with-floats-7.html: Added.
9053 * fast/repaint/line-flow-with-floats-8.html: Added.
9054 * fast/repaint/line-flow-with-floats-9.html: Added.
9055 * fast/repaint/resources/line-flow-with-floats.html: Added.
9056 * fast/repaint/resources/line-flow-with-floats.js: Added.
9057 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.checksum: Added.
9058 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.png: Added.
9059 * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt: Added.
9060 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.checksum: Added.
9061 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.png: Added.
9062 * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt: Added.
9063 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.checksum: Added.
9064 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.png: Added.
9065 * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt: Added.
9066 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.checksum: Added.
9067 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.png: Added.
9068 * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt: Added.
9069 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.checksum: Added.
9070 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.png: Added.
9071 * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt: Added.
9072 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.checksum: Added.
9073 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.png: Added.
9074 * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt: Added.
9075 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.checksum: Added.
9076 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.png: Added.
9077 * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt: Added.
9078 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.checksum: Added.
9079 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.png: Added.
9080 * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt: Added.
9081 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.checksum: Added.
9082 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.png: Added.
9083 * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt: Added.
9084
90852008-03-17 Eric Seidel <eric@webkit.org>
9086
9087 Reviewed by darin.
9088
9089 Add test case to test NPN_IntFromIdentifier
9090
9091 * plugins/netscape-identifier-conversion-expected.txt: Added.
9092 * plugins/netscape-identifier-conversion.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html.
9093 * plugins/resources/TEMPLATE.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html.
9094 * plugins/resources/netscape-identifier-conversion.js: Added.
9095
90962008-03-17 Sam Weinig <sam@webkit.org>
9097
9098 Reviewed by Dan Bernstein.
9099
9100 Add HTMLCollection constructor to the Window object. (Omission noticed by Harri Porten)
9101
9102 * fast/dom/Window/window-properties-expected.txt:
9103
91042008-03-17 Robert Blaut <webkit@blaut.biz>
9105
9106 Reviewed by Darin.
9107
9108 Fix for bug http://bugs.webkit.org/show_bug.cgi?id=17696
9109 Set default margin-bottom for form element in quirk mode
9110 and be compatible with Gecko.
9111
9112 * fast/css/margin-bottom-form-element-quirk.html: Added.
9113 * fast/css/margin-bottom-form-element-strict.html: Added.
9114 * fast/frames/viewsource-empty-attribute-value-expected.txt:
9115 * platform/mac/fast/block/margin-collapse/103-expected.checksum:
9116 * platform/mac/fast/block/margin-collapse/103-expected.png:
9117 * platform/mac/fast/block/margin-collapse/103-expected.txt:
9118 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.checksum: Added.
9119 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.png: Added.
9120 * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.txt: Added.
9121 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.checksum: Added.
9122 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.png: Added.
9123 * platform/mac/fast/css/margin-bottom-form-element-strict-expected.txt: Added.
9124 * platform/mac/tables/mozilla/bugs/bug44505-expected.checksum:
9125 * platform/mac/tables/mozilla/bugs/bug44505-expected.png:
9126 * platform/mac/tables/mozilla/bugs/bug44505-expected.txt:
9127 * platform/mac/tables/mozilla/bugs/bug51727-expected.checksum:
9128 * platform/mac/tables/mozilla/bugs/bug51727-expected.png:
9129 * platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
9130 * platform/mac/tables/mozilla/bugs/bug52505-expected.checksum:
9131 * platform/mac/tables/mozilla/bugs/bug52505-expected.png:
9132 * platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
9133 * platform/mac/tables/mozilla/bugs/bug52506-expected.checksum:
9134 * platform/mac/tables/mozilla/bugs/bug52506-expected.png:
9135 * platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
9136 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum:
9137 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.png:
9138 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt:
9139 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum:
9140 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
9141 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
9142 * platform/qt/fast/block/margin-collapse/103-expected.txt: Removed.
9143 * platform/qt/tables/mozilla/bugs/bug44505-expected.txt: Removed.
9144 * platform/qt/tables/mozilla/bugs/bug51727-expected.txt: Removed.
9145 * platform/qt/tables/mozilla/bugs/bug52505-expected.txt: Removed.
9146 * platform/qt/tables/mozilla/bugs/bug52506-expected.txt: Removed.
9147 * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt: Removed.
9148 * platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Removed.
9149
91502008-03-17 Yuzhu Shen <yuzhu.shen@gmail.com>
9151
9152 Reviewed by Darin.
9153
9154 Bug: http://bugs.webkit.org/show_bug.cgi?id=17760
9155 Test whether <img> tries to load image with empty src attribute.
9156
9157 * fast/images/load-img-with-empty-src-expected.txt: Added.
9158 * fast/images/load-img-with-empty-src.html: Added.
9159 * fast/images/resources/test-load.jpg: Added.
9160
91612008-03-17 Adam Roben <aroben@apple.com>
9162
9163 Test for Bug 17876: REGRESSION (r31060): Attempting to visit Ofcom page causes crash
9164
9165 <http://bugs.webkit.org/show_bug.cgi?id=17876>
9166
9167 Reviewed by John.
9168
9169 * fast/dom/remove-named-attribute-crash-expected.txt: Added.
9170 * fast/dom/remove-named-attribute-crash.html: Added.
9171
91722008-03-16 Maciej Stachowiak <mjs@apple.com>
9173
9174 Reviewed by Darin.
9175
9176 - test for "Acid3 expects different exceptions for surroundContents calls involving comment nodes (affects Acid3 test 11)"
9177 http://bugs.webkit.org/show_bug.cgi?id=17509
9178
9179 * fast/dom/Range/acid3-surround-contents-expected.txt: Added.
9180 * fast/dom/Range/acid3-surround-contents.html: Added.
9181
mrowe@apple.com5c8a6742008-09-04 20:16:05 +000091822008-03-16 Brett Wilson <brettw@chromium.org>
mrowe@apple.com4ec50d02008-08-11 05:07:42 +00009183
9184 Reviewed by Darin.
9185
9186 Fix bug 15119, unencodable characters in URLs should be entity-escaped.
9187
9188 * http/tests/uri/escaped-entity-expected.txt: Added.
9189 * http/tests/uri/escaped-entity.html: Added.
9190
91912008-03-16 Darin Adler <darin@apple.com>
9192
9193 Reviewed by Mark Rowe.
9194
9195 - test for bug fixes in http://bugs.webkit.org/show_bug.cgi?id=17881
9196 a little cleanup for HTMLTextAreaElement
9197
9198 * fast/forms/textarea-default-value-leading-newline-expected.txt: Added.
9199 * fast/forms/textarea-default-value-leading-newline.html: Copied from fast/forms/textarea-crlf.html.
9200
9201 * fast/forms/textarea-hard-linewrap-expected.txt: Updated.
9202 * fast/forms/textarea-hard-linewrap.html: Cleaned up a bit.
9203
9204 * fast/forms/textarea-linewrap-dynamic-expected.txt: Added.
9205 * fast/forms/textarea-linewrap-dynamic.html: Copied from fast/forms/textarea-hard-linewrap.html.
9206
92072008-03-16 Antti Koivisto <antti@apple.com>
9208
9209 Reviewed by Darin.
9210
9211 Test for http://bugs.webkit.org/show_bug.cgi?id=17862
9212 REGRESSION (r31038): Reproducible crash under DocLoader::checkForReload() at marware.com
9213
9214 * http/tests/misc/resources/uncacheable-script.cgi: Added.
9215 * http/tests/misc/uncacheable-script-repeated-expected.txt: Added.
9216 * http/tests/misc/uncacheable-script-repeated.html: Added.
9217
92182008-03-16 Yuzhu Shen <yuzhu.shen@gmail.com>
9219
9220 Reviewed by Darin.
9221
9222 Bug: http://bugs.webkit.org/show_bug.cgi?id=17714
9223 Test whether clicking <img href="#"> goes to top of the page.
9224
9225 * fast/html/empty-fragment-id-goto-top-expected.txt: Added.
9226 * fast/html/empty-fragment-id-goto-top.html: Added.
9227
92282008-03-16 Darin Adler <darin@apple.com>
9229
9230 Reviewed by Mitz.
9231
9232 - test for http://bugs.webkit.org/show_bug.cgi?id=14941
9233 <rdar://problem/5404093> textarea value from JavaScript includes extra newline
9234
9235 * fast/forms/textarea-paste-newline.html: Updated test to expect correct behavior instead
9236 of expecting the bug.
9237
9238 * fast/forms/textarea-trailing-newline-expected.txt: Added.
9239 * fast/forms/textarea-trailing-newline.html: Added.
9240
92412008-03-15 Darin Adler <darin@apple.com>
9242
9243 Reviewed by Sam.
9244
9245 - test changes for http://bugs.webkit.org/show_bug.cgi?id=11997
9246 Ranges are not fixed after mutation (affects Acid3 test 13)
9247
9248 * fast/dom/Range/mutation-expected.txt: Added.
9249 * fast/dom/Range/mutation.html: Added.
9250 * fast/dom/Range/resources/mutation.js: Added.
9251
9252 * editing/execCommand/4920742-2-expected.txt: Updated.
9253 * editing/execCommand/4920742-2.html: Updated this test. It was testing for a crash in a
9254 case that's no longer possible -- you can't make a range where one endpoint is in the
9255 document and the other is not.
9256
9257 * platform/mac/editing/execCommand/4920488-expected.txt: Removed WRONG_DOCUMENT_ERR.
9258 The fact that a test was getting this exception was a bug, similar to the case above.
9259 * platform/qt/editing/execCommand/4920488-expected.txt: Ditto.
9260
92612008-03-15 Julien Chaffraix <julien.chaffraix@gmail.com>
9262
9263 Reviewed by Holger.
9264
9265 [CURL] Crash below ResourceHandleManager::setupPOST when job->request().httpBody() is NULL
9266 http://bugs.webkit.org/show_bug.cgi?id=16906
9267
9268 * http/tests/xmlhttprequest/xmlhttprequest-post-crash-expected.txt: Added.
9269 * http/tests/xmlhttprequest/xmlhttprequest-post-crash.html: Added.
9270
92712008-03-14 Anders Carlsson <andersca@apple.com>
9272
9273 Reviewed by Sam.
9274
9275 <rdar://problem/5794989>
9276 https://bugs.webkit.org/show_bug.cgi?id=17792
9277 REGRESSION (Safari 3.0.4-3.1): Ordering tickets from Sweden's biggest train operator doesn't work
9278
9279 Add tests.
9280
9281 * fast/dom/Window/window-open-self-from-other-frame-expected.txt: Added.
9282 * fast/dom/Window/window-open-self-from-other-frame.html: Added.
9283
92842008-03-14 Dan Bernstein <mitz@apple.com>
9285
9286 Reviewed by Darin Adler.
9287
9288 - test for http://bugs.webkit.org/show_bug.cgi?id=17834
9289 REGRESSION: floated first-letter does not work when included in table
9290
9291 * fast/css/first-letter-float.html: Added.
9292 * platform/mac-leopard/fast/css/first-letter-float-expected.checksum: Added.
9293 * platform/mac-leopard/fast/css/first-letter-float-expected.png: Added.
9294 * platform/mac/fast/css/first-letter-float-expected.txt: Added.
9295
92962008-03-13 Antti Koivisto <antti@apple.com>
9297
9298 Reviewed by Mitz.
9299
9300 Update test results for the preload patch. Load order for some resources changed,
9301 this does not affect the substance of these tests.
9302
9303 * platform/mac-leopard/security/block-test-expected.txt:
9304 * security/block-test-expected.txt:
9305 * webarchive/loading/cache-expired-subresource-expected.txt:
9306
93072008-03-13 Dan Bernstein <mitz@apple.com>
9308
9309 Reviewed by Dave Hyatt.
9310
9311 - test for http://bugs.webkit.org/show_bug.cgi?id=17819
9312 Border-collapse: collapse later cell wins on PC, earlier cell on Mac
9313
9314 * fast/table/border-collapsing/equal-precedence-resolution.html: Added.
9315 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.checksum: Added.
9316 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.png: Added.
9317 * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Added.
9318
93192008-03-12 Justin Garcia <justin.garcia@apple.com>
9320
9321 Reviewed by Oliver.
9322
9323 <rdar://problem/5770834> Crash at InsertTextCommand::prepareForTextInsertion() doing RemoveFormat in a certain list
9324
9325 * editing/execCommand/5770834-1-expected.txt: Added.
9326 * editing/execCommand/5770834-1.html: Added.
9327
93282008-03-11 Alexey Proskuryakov <ap@webkit.org>
9329
9330 Reviewed by Darin.
9331
9332 <rdar://problem/5640615> REGRESSION (Safari 2-3): Changing subframe encoding rules broke
9333 some sites.
9334
9335 * fast/encoding/frame-default-enc-expected.txt:
9336 * fast/encoding/frame-default-enc.html:
9337 Reversed success and failure.
9338
9339 * http/tests/misc/frame-default-enc-different-domain-expected.txt: Added.
9340 * http/tests/misc/frame-default-enc-different-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html.
9341 * http/tests/misc/frame-default-enc-same-domain-expected.txt: Added.
9342 * http/tests/misc/frame-default-enc-same-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html.
9343 * http/tests/misc/resources/frame-default-enc-frame.html: Copied from LayoutTests/fast/encoding/resources/frame-default-enc-frame.html.
9344
93452008-03-10 Sam Weinig <sam@webkit.org>
9346
9347 Reviewed by Beth Dakin.
9348
9349 Update test to catch the SECURITY_ERR thrown by
9350 CanvasRenderingContext2D::getImageData() and
9351 HTMLCanvasElement::toDataURL() on a tainted canvas
9352
9353 * http/tests/security/canvas-remote-read-remote-image-expected.txt:
9354 * http/tests/security/canvas-remote-read-remote-image.html:
9355
93562008-03-10 Justin Garcia <justin.garcia@apple.com>
9357
9358 Reviewed by Sam.
9359
9360 <rdar://problem/5779984> REGRESSION (r30391): GMail: Safari won't display the Edit Link dialog
9361
9362 * editing/pasteboard/5780697-2-expected.txt: Added.
9363 * editing/pasteboard/5780697-2.html: Added.
9364 * editing/selection/5779984-1-expected.txt: Added.
9365 * editing/selection/5779984-1.html: Added.
9366
93672008-03-10 Sam Weinig <sam@webkit.org>
9368
9369 Reviewed by Beth Dakin.
9370
9371 Add Tiger specific results for toDataURL-supportedTypes.html as the image
9372 encoders have slightly changed between releases.
9373
9374 * platform/mac-tiger/fast/canvas: Added.
9375 * platform/mac-tiger/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
9376
93772008-03-02 Julien Chaffraix <julien.chaffraix@gmail.com>
9378
9379 Reviewed and landed by Darin.
9380
9381 bug 12182 : XMLHttpRequest should raise SECURITY_ERR for same-origin policy violations
9382
9383 * http/tests/xmlhttprequest/exceptions-expected.txt: Updated results
9384
93852008-03-10 Johnny Ding <johnnyding.webkit@gmail.com>
9386
9387 Reviewed, tweaked and landed by Alexey.
9388
9389 Bug http://bugs.webkit.org/show_bug.cgi?id=17732
9390 Test case for testing script decoding after setting its src attribute
9391
9392 * fast/dom/HTMLScriptElement/resources/script-decoding-error-after-setting-src.js: Added.
9393 * fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src-expected.txt: Added.
9394 * fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src.html: Added.
9395
93962008-03-07 Simon Hausmann <hausmann@webkit.org>
9397
9398 Reviewed by Darin.
9399
9400 Done with Lars.
9401
9402 Added a testcase for http://bugs.webkit.org/show_bug.cgi?id=16815
9403
9404 * fast/js/navigator-plugins-crash-expected.txt: Added.
9405 * fast/js/navigator-plugins-crash.html: Added.
9406
94072008-03-08 Oliver Hunt <oliver@apple.com>
9408
9409 Reviewed by Sam W.
9410
9411 Test case for Bug 16516: canvas image patterns stop working with some transformations
9412
9413 * fast/canvas/canvas-pattern-behaviour.js:
9414
94152008-03-08 Oliver Hunt <oliver@apple.com>
9416
9417 Reviewed by Mitz.
9418
9419 Bug 17728: Canvas.createPattern with null repeat argument throws an exception
9420
9421 Test cases for various way of constructing a pattern
9422
9423 * fast/canvas/canvas-pattern-behaviour-expected.txt: Added.
9424 * fast/canvas/canvas-pattern-behaviour.html: Added.
9425 * fast/canvas/canvas-pattern-behaviour.js: Added.
9426
94272008-03-08 Darin Adler <darin@apple.com>
9428
9429 * platform/win/Skipped: Fixed some typos (stray "s" characters).
9430
94312008-03-07 Stephanie Lewis <slewis@apple.com>
9432
9433 Reviewed by Oliver.
9434
9435 Add toDataURL tests to skipped list
9436
9437 * platform/win/Skipped:
9438
94392008-03-07 Alexey Proskuryakov <ap@webkit.org>
9440
9441 Reviewed by Darin.
9442
9443 REGRESSION: Korean decoding doesn't support extended EUC-KR.
9444
9445 * fast/encoding/char-decoding-expected.txt:
9446 * fast/encoding/char-decoding.html:
9447 Added cases for Korean.
9448
94492008-03-07 Oliver Hunt <oliver@apple.com>
9450
9451 Reviewed by Mark Rowe.
9452
9453 Test case for Bug 16610: <canvas> restore() removes path segments created before it
9454
9455 * fast/canvas/canvas-save-restore-with-path-expected.txt: Added.
9456 * fast/canvas/canvas-save-restore-with-path.html: Added.
9457 * fast/canvas/canvas-save-restore-with-path.js: Added.
9458
94592008-03-07 Samuel Weinig <sam@webkit.org>
9460
9461 Reviewed by Oliver Hunt.
9462
9463 Tests for http://bugs.webkit.org/show_bug.cgi?id=16673
9464 <canvas> lacks toDataURL()
9465
9466 * fast/canvas/toDataURL-noData-expected.txt: Added.
9467 * fast/canvas/toDataURL-noData.html: Added.
9468 * fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
9469 * fast/canvas/toDataURL-supportedTypes.html: Added.
9470
94712008-03-07 Stephanie Lewis <slewis@apple.com>
9472
9473 update Windows Skipped List
9474
9475 * platform/win/Skipped:
9476
94772008-03-07 Adele Peterson <adele@apple.com>
9478
9479 Adding fast/dom/HTMLDocument/hasFocus.html to the skipped list, while I investigate the failure.
9480
9481 * platform/win/Skipped:
9482
94832008-03-06 Geoffrey Garen <ggaren@apple.com>
9484
9485 Reviewed by Darin Adler.
9486
9487 Tests for <rdar://problem/5689093> Stricter (ES4) eval semantics
9488
9489 * fast/js/eval-cross-window-expected.txt: Added.
9490 * fast/js/eval-cross-window.html: Added.
9491 * fast/js/eval-keyword-vs-function-expected.txt: Added.
9492 * fast/js/eval-keyword-vs-function.html: Added.
9493 * fast/js/eval-overriding-expected.txt: Added.
9494 * fast/js/eval-overriding.html: Added.
9495
9496 Tests to make sure not to regress security:
9497
9498 * http/tests/security/resources/xss-eval2.html: Added.
9499 * http/tests/security/resources/xss-eval3.html: Added.
9500 * http/tests/security/xss-eval-expected.txt: Added.
9501 * http/tests/security/xss-eval.html: Added.
9502
9503 I removed these tests because we no longer match the behavior they
9504 expected, and the new tests are more comprehensive:
9505
9506 * fast/js/window-eval-context-expected.txt: Removed.
9507 * fast/js/window-eval-context.html: Removed.
9508 * fast/js/window-eval-tearoff-expected.txt: Removed.
9509 * fast/js/window-eval-tearoff.html: Removed.
9510
95112008-03-06 Oliver Hunt <oliver@apple.com>
9512
9513 Reviewed by Mitz.
9514
9515 Test security restrictions for retrieving the content of tainted canvases
9516
9517 * http/tests/security/canvas-remote-read-remote-image-expected.txt: Added.
9518 * http/tests/security/canvas-remote-read-remote-image.html: Added.
9519
95202008-03-06 Adele Peterson <adele@apple.com>
9521
9522 Reviewed by Darin.
9523
9524 Tests for <rdar://problem/5785892> Implement activeElement attribute for HTMLDocument (HTML5)
9525 and <rdar://problem/5785895> Implement hasFocus() for HTMLDocument (HTML5)
9526
9527 * fast/dom/HTMLDocument/activeElement-expected.txt: Added.
9528 * fast/dom/HTMLDocument/activeElement.html: Added.
9529 * fast/dom/HTMLDocument/hasFocus-expected.txt: Added.
9530 * fast/dom/HTMLDocument/hasFocus.html: Added.
9531 * fast/dom/HTMLDocument/resources/hasFocus-iframe.html: Added.
9532
95332008-03-06 Dan Bernstein <mitz@apple.com>
9534
9535 Reviewed by Darin Adler.
9536
9537 - test and updated results for <rdar://problem/5741981> 154008 WebKit: Some asian language font glyphs are not shown (in Mail and Entourage)
9538
9539 * fast/text/soft-hyphen-3.html: Added.
9540 * platform/mac/fast/text/basic/014-expected.txt:
9541 * platform/mac/fast/text/soft-hyphen-3-expected.checksum: Added.
9542 * platform/mac/fast/text/soft-hyphen-3-expected.png: Added.
9543 * platform/mac/fast/text/soft-hyphen-3-expected.txt: Added.
9544
95452008-03-06 Alexey Proskuryakov <ap@webkit.org>
9546
9547 Reviewed by Darin.
9548
9549 <rdar://problem/5687269> Need to create a Collator abstraction for WebCore and JavaScriptCore
9550
9551 Added a test to verify that collation is indeed locale-sensitive, and not just UCA.
9552
9553 * fast/xsl/sort-locale-expected.txt: Added.
9554 * fast/xsl/sort-locale.xml: Added.
9555 * fast/xsl/sort-locale.xsl: Added.
9556
95572008-03-06 Dan Bernstein <mitz@apple.com>
9558
9559 Reviewed by Adele.
9560
9561 - add test for r30823 (background-position: inherit)
9562
9563 * fast/css/background-position-inherit-expected.txt: Added.
9564 * fast/css/background-position-inherit.html: Added.
9565
95662008-03-05 Justin Garcia <justin.garcia@apple.com>
9567
9568 Reviewed by Darin.
9569
9570 <rdar://problem/5780697> Copying content with CSS property values that are percentages can cause fidelity issues
9571
9572 * editing/pasteboard/5780697-1-expected.txt: Added.
9573 * editing/pasteboard/5780697-1.html: Added.
9574
95752008-03-05 Brady Eidson <beidson@apple.com>
9576
9577 Reviewed by Alexey + Mark Rowe
9578
9579 Fix for <rdar://problem/5778247> - Reproducible crash on storage/execute-sql-args.html
9580
9581 This test takes its best shot at handling two databases on a single database thread at once,
9582 then having one of those databases go away completely (garbage collection and everything)
9583
9584 * storage/multiple-databases-garbage-collection-expected.txt: Added.
9585 * storage/multiple-databases-garbage-collection.html: Added.
9586
95872008-03-04 Maciej Stachowiak <mjs@apple.com>
9588
9589 Reviewed by Sam and Oliver.
9590
9591 - test for http://bugs.webkit.org/show_bug.cgi?id=16289
9592 - test for Acid3 tests 26 and 27 (not exactly the same issue but related)
9593
9594 * fast/dom/gc-11-expected.txt: Added. Test case from bug 16289.
9595 * fast/dom/gc-11.html: Added.
9596 * fast/dom/gc-acid3.html: Added. DOM garbage collection part of Acid3.
9597 * fast/dom/gc-acid3-expected.txt: Added.
9598 * fast/dom/gc-6-expected.txt: Updated results. The old assumptions of this test
9599 were in conflict with the requirements of Acid3.
9600
96012008-03-04 Dan Bernstein <mitz@apple.com>
9602
9603 - test for http://bugs.webkit.org/show_bug.cgi?id=17676
9604 <rdar://problem/5781091> REGRESSION (r30240-r30267): href attribute values with non-ASCII characters in the host part do not work
9605
9606 * fast/encoding/url-host-name-non-ascii-expected.txt: Added.
9607 * fast/encoding/url-host-name-non-ascii.html: Added.
9608
96092008-03-04 Nikolas Zimmermann <zimmermann@kde.org>
9610
9611 Reviewed by Eric.
9612
9613 Fix svg/dynamic-updates time-dependancy problem. Remove unneeded setTimeout() call.
9614
9615 * svg/custom/acid3-test-77.html: Remove uneeded variables 'svgns' / 'xlinkns'
9616 * svg/dynamic-updates/resources/SVGTestCase.js:
9617
96182008-03-04 Nikolas Zimmermann <zimmermann@kde.org>
9619
9620 Reviewed by Eric & David.
9621
9622 Add new layout test for Acid3 - test 77.
9623 Update result for svg/custom/text-dom-01-f.svg.
9624
9625 * platform/mac-leopard/svg/custom/acid3-test-77-expected.checksum: Added.
9626 * platform/mac-leopard/svg/custom/acid3-test-77-expected.png: Added.
9627 * platform/mac-leopard/svg/custom/getSubStringLength-expected.checksum: Added.
9628 * platform/mac-leopard/svg/custom/getSubStringLength-expected.png: Added.
9629 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.checksum:
9630 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.png:
9631 * svg/custom/acid3-test-77-expected.txt: Added.
9632 * svg/custom/acid3-test-77.html: Added.
9633 * svg/custom/getSubStringLength-expected.txt: Added.
9634 * svg/custom/getSubStringLength.html: Added.
9635 * svg/custom/resources/Acid3Font-loader.svg: Added.
9636 * svg/custom/resources/Acid3Font.svg: Added.
9637 * svg/custom/resources/getSubStringLength.js: Added.
9638
96392008-03-04 Sam Weinig <sam@webkit.org>
9640
9641 Reviewed by Darin Adler.
9642
9643 Update results for fixed class names.
9644
9645 * fast/dom/Window/window-properties-expected.txt:
9646 * fast/dom/xmlhttprequest-get-expected.txt:
9647 * http/tests/xmlhttprequest/event-target-expected.txt:
9648
96492008-03-04 Dan Bernstein <mitz@apple.com>
9650
9651 Reviewed by Oliver Hunt and Geoffrey Garen.
9652
9653 - extended test to cover http://bugs.webkit.org/show_bug.cgi?id=17667
9654 <rdar://problem/5779658> REGRESSION (r30587): Document::implicitClose() not called when done loading page (Image does not get scaled to fit)
9655
9656 * http/tests/misc/missing-style-sheet-expected.txt:
9657 * http/tests/misc/missing-style-sheet.html:
9658
96592008-03-04 Adele Peterson <adele@apple.com>
9660
9661 Reviewed by Beth.
9662
9663 Test for <rdar://problem/5779718> focus() does not work for anchor elements with no content
9664
9665 * fast/events/anchor-empty-focus-expected.txt: Added.
9666 * fast/events/anchor-empty-focus.html: Added.
9667
96682008-03-04 Dan Bernstein <mitz@apple.com>
9669
9670 - test for <rdar://problem/5622336> Burmese text does not render on http://www.myanmarbible.com/bible/Judson/html/index.html
9671
9672 * platform/win/fast/text/uniscribe-missing-glyph-expected.txt: Added.
9673 * platform/win/fast/text/uniscribe-missing-glyph.html: Added.
9674
96752008-03-04 Alexey Proskuryakov <ap@webkit.org>
9676
9677 Suggested by Darin, rubber-stamped by Mark.
9678
9679 http://bugs.webkit.org/show_bug.cgi?id=17569
9680 REGRESSION (r30571): Buzzword.com doesn't load
9681
9682 Rolling out r30571, as determining what is wrong with it proved tricky.
9683
9684 * fast/loader/meta-refresh-anchor-click-expected.txt: Removed.
9685 * fast/loader/meta-refresh-anchor-click.html: Removed.
9686 * fast/loader/resources/meta-refresh-subframe.html: Removed.
9687
96882008-03-03 Sam Weinig <sam@webkit.org>
9689
9690 Reviewed by Mark Rowe.
9691
9692 Update test results.
9693
9694 * fast/dom/Window/window-properties-expected.txt:
9695
96962008-03-03 Dan Bernstein <mitz@apple.com>
9697
9698 Reviewed by Darin Adler.
9699
9700 - test that :first-letter applies to the first letter in normal flow,
9701 skipping floats and positioned objects
9702
9703 * fast/css/first-letter-skip-out-of-flow.html: Added.
9704 * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.checksum: Added.
9705 * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.png: Added.
9706 * platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt: Added.
9707
97082008-03-03 Mark Rowe <mrowe@apple.com>
9709
9710 Reviewed by Dan Bernstein.
9711
9712 Test for http://bugs.webkit.org/show_bug.cgi?id=17313
9713 Bug 17313: querySelectorAll() causing crashes when called via dojo.query() wrapper
9714
9715 * fast/dom/SelectorAPI/bug-17313-expected.txt: Added.
9716 * fast/dom/SelectorAPI/bug-17313.html: Added.
9717
97182008-03-03 David D. Kilzer <ddkilzer@webkit.org>
9719
9720 Dynamically inserting CSS rule with @media query fails with DOM Exception 12
9721 <http://bugs.webkit.org/show_bug.cgi?id=15986>
9722
9723 Reviewed by Darin.
9724
9725 * fast/css/insertRule-font-face.html: Added.
9726 * fast/css/insertRule-media.html: Added.
9727 * fast/css/resources/insertRule-font-face.js: Added.
9728 * fast/css/resources/insertRule-media.js: Added.
9729
97302008-03-03 Oliver Hunt <oliver@apple.com>
9731
9732 Reviewed by Mark Rowe.
9733
9734 Add check to make sure we return all the data in a row.
9735
9736 * fast/canvas/canvas-getImageData-expected.txt:
9737 * fast/canvas/canvas-getImageData.html:
9738
97392008-03-03 Oliver Hunt <oliver@apple.com>
9740
9741 Reviewed by Mark Rowe.
9742
9743 Test case for incorrect assertions
9744
9745 * fast/canvas/canvas-putImageData.js:
9746
97472008-03-02 Kevin Ollivier <kevino@theolliviers.com>
9748
9749 Reviewed by Dave Hyatt.
9750
9751 Gracefully handle a CSS rule containing an invalid value.
9752 (Fixes http://bugs.webkit.org/show_bug.cgi?id=16898)
9753
9754 * fast/css/invalid-rule-value-expected.txt: Added.
9755 * fast/css/invalid-rule-value.html: Added.
9756
97572008-03-01 Oliver Hunt <oliver@apple.com>
9758
9759 Reviewed by Sam Weinig.
9760
9761 Bug 16954: Support putImageData
9762
9763 Nice simple testcase for putImageData covering the exciting
9764 little bits of behaviour present in the current spec.
9765
9766 * fast/canvas/canvas-putImageData-expected.txt: Added.
9767 * fast/canvas/canvas-putImageData.html: Added.
9768
97692008-03-01 Sam Weinig <sam@webkit.org>
9770
9771 Reviewed by Darin Adler.
9772
9773 Update test result.
9774
9775 * fast/dom/Window/window-function-name-getter-precedence-expected.txt:
9776
97772008-03-01 Nikolas Zimmermann <zimmermann@kde.org>
9778
9779 Reviewed by Oliver.
9780
9781 Add new set of dynamic updates tests, this time for SVGForeignObjectElement.
9782
9783 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum: Added.
9784 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
9785 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum: Added.
9786 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
9787 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.checksum: Added.
9788 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
9789 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.checksum: Added.
9790 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
9791 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum: Added.
9792 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
9793 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum: Added.
9794 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
9795 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.checksum: Added.
9796 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
9797 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.checksum: Added.
9798 * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
9799 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt: Added.
9800 * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html: Added.
9801 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt: Added.
9802 * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html: Added.
9803 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.txt: Added.
9804 * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html: Added.
9805 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.txt: Added.
9806 * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html: Added.
9807 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt: Added.
9808 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html: Added.
9809 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt: Added.
9810 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html: Added.
9811 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.txt: Added.
9812 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html: Added.
9813 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.txt: Added.
9814 * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html: Added.
9815 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js: Added.
9816 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js: Added.
9817 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js: Added.
9818 * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js: Added.
9819 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js: Added.
9820 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js: Added.
9821 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js: Added.
9822 * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js: Added.
9823 * svg/dynamic-updates/resources/SVGTestCase.js: Add xhtml namespace 'xhtmlNS'.
9824
98252008-02-29 Dan Bernstein <mitz@apple.com>
9826
9827 Rubber-stamped by Sam Weinig.
9828
9829 - update test results following r30649
9830
9831 * svg/css/getComputedStyle-basic-expected.txt:
9832
98332008-02-29 Robert Blaut <webkit@blaut.biz>
9834
9835 Reviewed by Darin Adler.
9836
9837 - Tests for http://bugs.webkit.org/show_bug.cgi?id=17532
9838 Webkit imports styles from <link> element which doesn't have rel=stylesheet defined
9839
9840 * fast/html/link-rel-stylesheet.html: Added.
9841 * fast/media/mq-simple-query-02.html:
9842 * fast/media/mq-width-absolute-02.html:
9843 * platform/mac/fast/html/link-rel-stylesheet-expected.txt: Added.
9844
98452008-02-29 Alexey Proskuryakov <ap@webkit.org>
9846
9847 Reviewed by Darin.
9848
9849 <rdar://problem/5766352> REGRESSION (r27151): XMLHttpRequest.abort() resets response status
9850
9851 * http/tests/xmlhttprequest/status-after-abort-expected.txt: Added.
9852 * http/tests/xmlhttprequest/status-after-abort.html: Added.
9853
98542008-02-29 Dan Bernstein <mitz@apple.com>
9855
9856 Reviewed by Darin Adler.
9857
9858 - test for a bug where explicit embedding past the end of a line could
9859 affect text that line
9860
9861 * fast/text/embed-at-end-of-pre-wrap-line.html: Added.
9862 * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.checksum: Added.
9863 * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added.
9864 * platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt: Added.
9865
98662008-02-28 Justin Garcia <justin.garcia@apple.com>
9867
9868 Reviewed by Darin Adler.
9869
9870 <rdar://problem/4930986> REGRESSION: Paste As Quotation pastes black text instead of blue
9871
9872 Demonstrates the bug:
9873 * editing/pasteboard/4930986-1-expected.txt: Added.
9874 * editing/pasteboard/4930986-1.html: Added.
9875 * editing/pasteboard/4930986-2-expected.txt: Added.
9876 * editing/pasteboard/4930986-2.html: Added.
9877
9878 Demonstrates a problem with the first version of the patch:
9879 * editing/pasteboard/4930986-3-expected.txt: Added.
9880 * editing/pasteboard/4930986-3.html: Added.
9881
9882 Visual problem fixed. An anonymous renderer changed position, DOM remains unchanged:
9883 * editing/execCommand/5144139-1.html:
9884 * platform/mac/editing/execCommand/5144139-1-expected.checksum:
9885 * platform/mac/editing/execCommand/5144139-1-expected.png:
9886 * platform/mac/editing/execCommand/5144139-1-expected.txt:
9887
9888 Removed unnecessary style spans, visual result unchanged:
9889 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum:
9890 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.png:
9891 * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
9892 * platform/mac/editing/style/font-family-with-space-expected.checksum:
9893 * platform/mac/editing/style/font-family-with-space-expected.png:
9894 * platform/mac/editing/style/font-family-with-space-expected.txt:
9895
9896 A style span isn't removed because at paste time because we don't anticipate
9897 encountering styles on style spans that are non-inheritable, because we don't
9898 create style spans like that at copy time. Turned this into a text only
9899 test. Test remains visually unchanged:
9900 * editing/pasteboard/5245519-expected.txt: Added.
9901 * editing/pasteboard/5245519.html:
9902 * platform/mac/editing/pasteboard/5245519-expected.checksum: Removed.
9903 * platform/mac/editing/pasteboard/5245519-expected.png: Removed.
9904 * platform/mac/editing/pasteboard/5245519-expected.txt: Removed.
9905
9906 Added an extra empty anonymous renderer, DOM and visual result remain unchanged:
9907 * platform/mac/editing/execCommand/create-list-with-hr-expected.checksum:
9908 * platform/mac/editing/execCommand/create-list-with-hr-expected.png:
9909 * platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
9910 * platform/mac/editing/pasteboard/paste-list-001-expected.checksum:
9911 * platform/mac/editing/pasteboard/paste-list-001-expected.png:
9912 * platform/mac/editing/pasteboard/paste-list-001-expected.txt:
9913 * platform/mac/editing/pasteboard/paste-table-001-expected.checksum:
9914 * platform/mac/editing/pasteboard/paste-table-001-expected.png:
9915 * platform/mac/editing/pasteboard/paste-table-001-expected.txt:
9916 * platform/mac/editing/pasteboard/paste-text-003-expected.checksum:
9917 * platform/mac/editing/pasteboard/paste-text-003-expected.png:
9918 * platform/mac/editing/pasteboard/paste-text-003-expected.txt:
9919
9920 Reflects changes to CSSComputedStyleDeclaration::getPropertyCSSValue:
9921 * fast/css/computed-style-expected.txt:
9922 * fast/css/computed-style-without-renderer-expected.txt:
9923
9924 We don't remove styles from style spans that are overridden by all of their
9925 children, even though they are unnecessary. We've never done this, but now
9926 that there can be two style spans at paste time we are more likely to have
9927 a style span left over because of this problem. Mentioned this in the test
9928 case and turned this into a text only test:
9929 * editing/pasteboard/4840662.html:
9930 * editing/pasteboard/4840662-expected.txt: Added.
9931 * platform/mac/editing/pasteboard/4840662-expected.checksum: Removed.
9932 * platform/mac/editing/pasteboard/4840662-expected.png: Removed.
9933 * platform/mac/editing/pasteboard/4840662-expected.txt: Removed.
9934
99352008-02-27 Dan Bernstein <mitz@apple.com>
9936
9937 Reviewed by John Sullivan.
9938
9939 - test for <rdar://problem/5607547> Single letter surrounded by soft hyphens can disappear
9940
9941 * fast/text/soft-hyphen-2.html: Added.
9942 * platform/mac/fast/text/soft-hyphen-2-expected.checksum: Added.
9943 * platform/mac/fast/text/soft-hyphen-2-expected.png: Added.
9944 * platform/mac/fast/text/soft-hyphen-2-expected.txt: Added.
9945
99462008-02-27 Brady Eidson <beidson@apple.com>
9947
9948 Updated resource used in the layout test I landed yesterday.
9949 Due to a difference between Foundation on Tiger vs Leopard, the resource generated on
9950 Leopard caused different results on Leopard and Tiger.
9951 Regenerating the resource on Tiger, however, agrees with Leopard.
9952
9953 * webarchive/loading/resources/cache-expired-subresource.webarchive:
9954
99552008-02-27 Dan Bernstein <mitz@apple.com>
9956
9957 Reviewed by Darin Adler.
9958
9959 - test that centered text in right-to-left blocks spills over to the left
9960
9961 * fast/text/align-center-rtl-spill.html: Added.
9962 * platform/mac/fast/text/align-center-rtl-spill-expected.checksum: Added.
9963 * platform/mac/fast/text/align-center-rtl-spill-expected.png: Added.
9964 * platform/mac/fast/text/align-center-rtl-spill-expected.txt: Added.
9965
99662008-02-27 Eric Seidel <eric@webkit.org>
9967
9968 Rubber-stamped by Adam.
9969
9970 Fix svn:eol-style on all LayoutTest results
9971 I simply ran:
9972 cd LayoutTests
9973 find . -name "*-expected.txt" | xargs svn ps svn:eol-style native
9974
99752008-02-27 Sam Weinig <sam@webkit.org>
9976
9977 Reviewed by Darin.
9978
9979 Updates tests for <rdar://problem/5768769>
9980
9981 * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
9982 * http/tests/security/cross-frame-access-call-expected.txt:
9983 * http/tests/security/cross-frame-access-call.html:
9984
99852008-02-27 Brady Eidson <beidson@apple.com>
9986
9987 Reviewed by Mark Rowe
9988
9989 Test for better fix for <rdar://problem/4930688> (see r19549) and
9990 original fix for <rdar://problem/3947312> (and 14 dupes)
9991
9992 Crafting custom WebArchives for layout tests is a pain and something that should
9993 be resolved if we decide to pursue a new format.
9994
9995 Using a custom php script to act as a stand in for an image resource, I set its
9996 cache-control header to expire immediately. Without the fix for the above bugs,
9997 the resource will be "expired" and an attempt to fetch it from the network will
9998 go out and fail. This failure will manifest with different ResourceLoadDelegate
9999 information, as well as different dimensions in the render tree - the missing
10000 image icon versus the archived image.
10001
10002 With the fix in place, the response will be ignored and the image will be pulled
10003 from the WebArchive.
10004
10005 * webarchive/loading/cache-expired-subresource-expected.txt: Added.
10006 * webarchive/loading/cache-expired-subresource.html: Added.
10007 * webarchive/loading/resources/cache-expired-subresource.webarchive: Added.
10008
100092008-02-27 Kevin McCullough <kmccullough@apple.com>
10010
10011 Landing test that was forgotten in the original patch (r30087).
10012
10013 Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
10014 HTML5: Client-side database queries should return values of type number
10015
10016 * storage/sql-data-types-expected.txt: Added.
10017 * storage/sql-data-types.html: Added.
10018 * storage/sql-data-types.js: Added.
10019
100202008-02-27 Julien Chaffraix <julien.chaffraix@gmail.com>
10021
10022 Reviewed by Alexey.
10023
10024 http://bugs.webkit.org/show_bug.cgi?id=17481
10025 Several consecutive calls to XMLHttpRequest::open should dispatch only one readyState event
10026
10027 * http/tests/xmlhttprequest/xmlhttprequest-multiple-open-expected.txt: Added.
10028 * http/tests/xmlhttprequest/xmlhttprequest-multiple-open.html: Added.
10029
100302008-02-26 Brady Eidson <beidson@apple.com>
10031
10032 Add a skipped storage test for now
10033
10034 * platform/win/Skipped: Added storage/multiple-transactions.html
10035
100362008-02-26 Dan Bernstein <mitz@apple.com>
10037
10038 Reviewed by Darin Adler.
10039
10040 - test for http://bugs.webkit.org/show_bug.cgi?id=17555
10041 <rdar://problem/5766016> REGRESSION (r27351): Thumbnails positioned wrong on Getty Images results page
10042
10043 * fast/dynamic/subtree-table-cell-height.html: Added.
10044 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.checksum: Added.
10045 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.png: Added.
10046 * platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
10047
100482008-02-26 Satoshi Nakagawa <artension@gmail.com>
10049
10050 Reviewed by Darin. Tweaked and landed by Alexey.
10051
10052 - test for http://bugs.webkit.org/show_bug.cgi?id=17411
10053
10054 * fast/text/line-breaks-after-ideographic-comma-or-full-stop.html: Added.
10055 * fast/text/line-breaks-after-ideographic-comma-or-full-stop-expected.txt: Added
10056
100572008-02-25 Dan Bernstein <mitz@apple.com>
10058
10059 Reviewed by Sam Weinig.
10060
10061 - test for http://bugs.webkit.org/show_bug.cgi?id=17152
10062 Paragraphs indented with :first-letter and text-align CSS render incorrectly
10063
10064 * fast/text/apply-start-width-after-skipped-text.html: Added.
10065 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.checksum: Added.
10066 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.png: Added.
10067 * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.txt: Added.
10068
100692008-02-25 Beth Dakin <bdakin@apple.com>
10070
10071 Reviewed by Geoff.
10072
10073 Test for <rdar://problem/5760530> REGRESSION: Assertion failure in
10074 Document::removePendingSheet() from r30438
10075
10076 * http/tests/misc/missing-style-sheet-expected.txt: Added.
10077 * http/tests/misc/missing-style-sheet.html: Added.
10078
100792008-02-25 Brady Eidson <beidson@apple.com>
10080
10081 Reviewed by T3h Mitz Pettel (Dan Bernstein)
10082
10083 Layout test for already fixed bug <rdar://problem/5729445>
10084
10085 * storage/multiple-transactions-expected.txt: Added.
10086 * storage/multiple-transactions.html: Added.
10087
100882008-02-25 Darin Adler <darin@apple.com>
10089
10090 Reviewed by Anders.
10091
10092 - test for http://bugs.webkit.org/show_bug.cgi?id=17186
10093 Fragment navigation within a page permanently cancels meta refresh
10094
10095 * fast/loader/meta-refresh-anchor-click-expected.txt: Added.
10096 * fast/loader/meta-refresh-anchor-click.html: Added.
10097 * fast/loader/resources/meta-refresh-subframe.html: Added.
10098
100992008-02-25 Johnny Ding <johnnyding.webkit@gmail.com>
10100
10101 Reviewed by Darin Adler.
10102
10103 - bug http://bugs.webkit.org/show_bug.cgi?id=17444
10104 Test for multiple nested scripts which are in a external script.
10105
10106 * fast/tokenizer/nested-multiple-scripts-expected.txt: Added.
10107 * fast/tokenizer/nested-multiple-scripts.html: Added.
10108 * fast/tokenizer/resources/external-script-1.js: Added.
10109 * fast/tokenizer/resources/external-script-2.js: Added.
10110
101112008-02-24 Michael Knaup <michael.knaup@mac.com>
10112
10113 Reviewed by Darin.
10114
10115 - test for http://bugs.webkit.org/show_bug.cgi?id=8749
10116
10117 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.checksum: Added.
10118 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.png: Added.
10119 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.txt: Added.
10120 * platform/mac/fast/canvas/canvas-draw-xbm-image.html: Added.
10121 * platform/mac/fast/canvas/resources: Added.
10122 * platform/mac/fast/canvas/resources/smile.xbm: Added.
10123
101242008-02-24 Dan Bernstein <mitz@apple.com>
10125
10126 Reviewed by Darin Adler.
10127
10128 - test for http://bugs.webkit.org/show_bug.cgi?id=17471
10129 REGRESSION (r30438): Crash in deleteLineBoxes in cursor-adjusting code browsing Acid3
10130
10131 * http/tests/misc/object-image-error-expected.txt: Added.
10132 * http/tests/misc/object-image-error.html: Added.
10133 * http/tests/misc/resources/404image.php: Added.
10134
101352008-02-24 Dan Bernstein <mitz@apple.com>
10136
10137 Rubber-stamped by Oliver Hunt.
10138
10139 - replace expected results in platform/mac-tiger and
10140 platform/mac-leopard which were identical with a single copy in
10141 platform/mac
10142
101432008-02-24 Dan Bernstein <mitz@apple.com>
10144
10145 Reviewed by Darin Adler.
10146
10147 - test float positioning when a float that does not fit on the line is
10148 followed by a float that does
10149
10150 * fast/block/float/narrow-after-wide.html: Added.
10151 * platform/mac/fast/block/float/narrow-after-wide-expected.checksum: Added.
10152 * platform/mac/fast/block/float/narrow-after-wide-expected.png: Added.
10153 * platform/mac/fast/block/float/narrow-after-wide-expected.txt: Added.
10154
101552008-02-24 Darin Adler <darin@apple.com>
10156
10157 Reviewed by Sam.
10158
10159 - test for http://bugs.webkit.org/show_bug.cgi?id=16770
10160 Acid3 expects :visited styled links to restyle on iframe load
10161
10162 * fast/history/resources/subframe.html: Added.
10163 * fast/history/subframe-is-visited-expected.txt: Added.
10164 * fast/history/subframe-is-visited.html: Added.
10165
101662008-02-23 Dan Bernstein <mitz@apple.com>
10167
10168 Reviewed by Dave Hyatt.
10169
10170 - test that non-autowrapping text clear floats
10171
10172 * fast/text/whitespace/nowrap-clear-float.html: Added.
10173 * platform/mac-leopard/fast/text/whitespace: Added.
10174 * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.checksum: Added.
10175 * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.png: Added.
10176 * platform/mac/fast/text/whitespace/nowrap-clear-float-expected.txt: Added.
10177
101782008-02-23 Dan Bernstein <mitz@apple.com>
10179
10180 - undo an accidental change to a test's expected results from r30431.
10181
10182 * fast/js/date-DST-time-cusps-expected.txt:
10183
101842008-02-23 Dan Bernstein <mitz@apple.com>
10185
10186 Rubber-stamped by Sam Weinig and Anders Carlsson.
10187
10188 - updated results for <rdar://problem/5714333> Add document.getSelection()
10189
10190 * fast/dom/Window/window-properties-expected.txt:
10191
101922008-02-22 Alexey Proskuryakov <ap@webkit.org>
10193
10194 Reviewed by Darin.
10195
10196 A few tweaks to PCRE-based regex test suite.
10197
10198 * fast/regex/pcre-test-runner.js: Added support for global regexes. Emulate PCRE test runner
10199 more precisely by trimming trailing whitespace from some lines.
10200
10201 * fast/regex/test1-expected.txt:
10202 * fast/regex/test4-expected.txt:
10203 * fast/regex/testinput1:
10204 * fast/regex/testinput4:
10205 * fast/regex/testoutput1:
10206 * fast/regex/testoutput4:
10207 Updated to PCRE 7.6.
10208
102092008-02-22 Dan Bernstein <mitz@apple.com>
10210
10211 - update Tiger expected results following r30431
10212
10213 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
10214 * platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.txt:
10215 * platform/mac-tiger/svg/custom/text-dom-01-f-expected.txt:
10216 * platform/mac-tiger/svg/custom/text-hit-test-expected.txt:
10217 * platform/mac-tiger/svg/text/text-align-01-b-expected.txt:
10218 * platform/mac-tiger/svg/text/text-align-02-b-expected.txt:
10219 * platform/mac-tiger/svg/text/text-align-03-b-expected.txt:
10220 * platform/mac-tiger/svg/text/text-align-04-b-expected.txt:
10221 * platform/mac-tiger/svg/text/text-align-05-b-expected.txt:
10222 * platform/mac-tiger/svg/text/text-align-06-b-expected.txt:
10223 * platform/mac-tiger/svg/text/text-altglyph-01-b-expected.txt:
10224 * platform/mac-tiger/svg/text/text-deco-01-b-expected.txt:
10225 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.txt:
10226 * platform/mac-tiger/svg/text/text-fonts-02-t-expected.txt:
10227 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
10228 * platform/mac-tiger/svg/text/text-spacing-01-b-expected.txt:
10229 * platform/mac-tiger/svg/text/text-text-01-b-expected.txt:
10230 * platform/mac-tiger/svg/text/text-text-03-b-expected.txt:
10231 * platform/mac-tiger/svg/text/text-text-04-t-expected.txt:
10232 * platform/mac-tiger/svg/text/text-text-05-t-expected.txt:
10233 * platform/mac-tiger/svg/text/text-text-06-t-expected.txt:
10234 * platform/mac-tiger/svg/text/text-text-07-t-expected.txt:
10235 * platform/mac-tiger/svg/text/text-text-08-b-expected.txt:
10236 * platform/mac-tiger/svg/text/text-tref-01-b-expected.txt:
10237 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.txt:
10238 * platform/mac-tiger/svg/text/text-tselect-02-f-expected.txt:
10239 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.txt:
10240 * platform/mac-tiger/svg/text/text-ws-01-t-expected.txt:
10241 * platform/mac-tiger/svg/text/text-ws-02-t-expected.txt:
10242
102432008-02-22 Justin Garcia <justin.garcia@apple.com>
10244
10245 Reviewed by Anders.
10246
10247 <rdar://problem/5714333> Add document.getSelection()
10248
10249 * editing/selection/5714333-expected.txt: Added.
10250 * editing/selection/5714333.html: Added.
10251
102522008-02-22 Oliver Hunt <oliver@apple.com>
10253
10254 Reviewed by Sam W.
10255
10256 Bug 17486: Support HTML5 Canvas.getImageData API
10257 Support Canvas.getImageData and Canvas.createImageData
10258
10259 Test cases for ImageData behaviour and getImageData correctness
10260
10261 * fast/canvas/canvas-ImageData-behaviour-expected.txt: Added.
10262 * fast/canvas/canvas-ImageData-behaviour.html: Added.
10263 * fast/canvas/canvas-ImageData-behaviour.js: Added.
10264 * fast/canvas/canvas-getImageData-expected.txt: Added.
10265 * fast/canvas/canvas-getImageData.html: Added.
10266
102672008-02-22 Geoffrey Garen <ggaren@apple.com>
10268
10269 Reviewed by Sam Weinig.
10270
10271 Removing the test for KJS_MEM_LIMIT, since I removed KJS_MEM_LIMIT.
10272
10273 * fast/js/out-of-memory-expected.txt: Removed.
10274 * fast/js/out-of-memory.html: Removed.
10275
102762008-02-22 Oliver Hunt <oliver@apple.com>
10277
10278 Reviewed by Alexey P.
10279
10280 <rdar://problem/5759327> REGRESSION: while(NaN) acts like while(true)
10281
10282 Add test cases for pre/post-increment of NaN
10283
10284 * fast/js/convert-nan-to-bool-expected.txt:
10285 * fast/js/resources/convert-nan-to-bool.js:
10286
102872008-02-21 Sam Weinig <sam@webkit.org>
10288
10289 Reviewed by Anders Carlsson.
10290
10291 Update tests and results for <rdar://problem/5757946>
10292
10293 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
10294 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
10295 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
10296 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
10297 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
10298 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
10299 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
10300 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
10301 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
10302 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
10303 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
10304 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
10305 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
10306 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
10307 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
10308 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
10309 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
10310 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
10311 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
10312 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
10313 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
10314 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
10315 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
10316 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
10317 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
10318 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
10319
103202008-02-21 Ada Chan <adachan@apple.com>
10321
10322 Test for <rdar://problem/5757873> Buffer overrun in DeprecatedCString::find() in WebCore
10323
10324 Reviewed by Dan Bernstein.
10325
10326 * fast/loader/charset-parse-expected.txt: Added.
10327 * fast/loader/charset-parse.html: Added.
10328
103292008-02-21 Geoffrey Garen <ggaren@apple.com>
10330
10331 Reviewed by David Harrison.
10332
10333 Test for <rdar://problem/5756125> REGRESSION: A crash occurs at
10334 WebCore::Frame::scriptProxy() when completing a search with Package Tracker widget
10335
10336 * fast/dom/script-element-without-frame-crash-expected.txt: Added.
10337 * fast/dom/script-element-without-frame-crash.html: Added.
10338
103392008-02-20 Sam Weinig <sam@webkit.org>
10340
10341 Rubber-stamped by Dan Bernstein.
10342
10343 Gratuitous change to this test to use the instanceof operator
10344 instead of the isPrototypeOf method.
10345
10346 * fast/tokenizer/doctype-search-reset.html:
10347
103482008-02-20 Dan Bernstein <mitz@apple.com>
10349
10350 Reviewed by Dave Hyatt.
10351
10352 - test for http://bugs.webkit.org/show_bug.cgi?id=17465
10353 REGRESSION: <DIV> tokenized into Div if still searching for DOCTYPE
10354
10355 * fast/tokenizer/doctype-search-reset-expected.txt: Added.
10356 * fast/tokenizer/doctype-search-reset.html: Added.
10357
103582008-02-20 Dan Bernstein <mitz@apple.com>
10359
10360 Reviewed by Dave Hyatt.
10361
10362 - test for http://bugs.webkit.org/show_bug.cgi?id=17464
10363 REGRESSION: Crash in RenderBlock::findNextLineBreak reading r30444 commit email in GMail
10364
10365 * fast/text/wbr-in-pre-crash.html: Added.
10366 * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.checksum: Added.
10367 * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.png: Added.
10368 * platform/mac/fast/text/wbr-in-pre-crash-expected.txt: Added.
10369
103702008-02-20 Michael Knaup <michael.knaup@mac.com>
10371
10372 Reviewed by Darin.
10373
10374 - test for Bug 16753: date set methods with no args should result in NaN (Acid3 bug)
10375
10376 * fast/js/date-set-to-nan-expected.txt: Added.
10377 * fast/js/date-set-to-nan.html: Added.
10378 * fast/js/resources/date-set-to-nan.js: Added.
10379
103802008-02-20 Oliver Hunt <oliver@apple.com>
10381
10382 Reviewed by Hyatt.
10383
10384 Test to ensure we do not crash on a zero sized canvas.
10385
10386 * fast/canvas/access-zero-sized-canvas-expected.txt: Added.
10387 * fast/canvas/access-zero-sized-canvas.html: Added.
10388
103892008-02-20 Alexey Proskuryakov <ap@webkit.org>
10390
10391 Reviewed by Darin.
10392
10393 http://bugs.webkit.org/show_bug.cgi?id=17106
10394 <rdar://problem/5750722> Debug build ASSERTs on page load
10395
10396 * fast/encoding/GBK/close-gbk-converter-expected.txt: Added.
10397 * fast/encoding/GBK/close-gbk-converter.html: Added.
10398
103992008-02-19 Beth Dakin <bdakin@apple.com>
10400
10401 Reviewed by Sam.
10402
10403 Test for <rdar://problem/5729674> Seed: Crash in
10404 RenderButton::setStyle at http://www.dinorpg.com
10405
10406 * fast/forms/input-first-letter.html: Added.
10407 * platform/mac/fast/forms/input-first-letter-expected.checksum: Added.
10408 * platform/mac/fast/forms/input-first-letter-expected.png: Added.
10409 * platform/mac/fast/forms/input-first-letter-expected.txt: Added.
10410
104112008-02-19 Dan Bernstein <mitz@apple.com>
10412
10413 Reviewed by Darin Adler.
10414
10415 - test for <rdar://problem/5637569> CrashTracer: [REGRESSION] 620 crashes in Safari at com.apple.WebCore: WebCore::RenderBox::setStaticY + 15
10416
10417 * fast/text/wbr-styled.html: Added.
10418 * platform/mac-leopard/fast/text/wbr-styled-expected.checksum: Added.
10419 * platform/mac-leopard/fast/text/wbr-styled-expected.png: Added.
10420 * platform/mac/fast/css-generated-content/wbr-with-before-content-expected.txt:
10421 * platform/mac/fast/text/wbr-pre-expected.txt:
10422 * platform/mac/fast/text/wbr-styled-expected.txt: Added.
10423
104242008-02-18 Dan Bernstein <mitz@apple.com>
10425
10426 Reviewed by Adam Roben in California.
10427
10428 - remove unnecessary and erroneous layoutTestController calls from a test
10429
10430 * fast/css/font-face-multiple-remote-sources.html:
10431 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt:
10432
104332008-02-18 Brady Eidson <beidson@apple.com>
10434
10435 Reviewed by Darin
10436
10437 Fix for <rdar://5747529> - ObjC Exception can cause JSLock to never be released
10438
10439 * platform/mac-tiger/Skipped: Removed 2 hanging tests that now don't hang
10440 * platform/mac/plugins/webScriptObject-exception-deadlock-expected.txt: Added.
10441 * platform/mac/plugins/webScriptObject-exception-deadlock.html: Added.
10442
104432008-02-18 Darin Adler <darin@apple.com>
10444
10445 Reviewed by Sam.
10446
10447 - generate new results for the one test that was altered by the
10448 double -> float -> double trip taken by numeric values in the
10449 CSS parser
10450
10451 This test appears under three different names in three different
10452 parts of our test suite.
10453
10454 * platform/mac/css1/box_properties/acid_test-expected.checksum: Updated.
10455 * platform/mac/css1/box_properties/acid_test-expected.png: Ditto.
10456 * platform/mac/css1/box_properties/acid_test-expected.txt: Ditto.
10457 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum: Ditto.
10458 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Ditto.
10459 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt: Ditto.
10460 * platform/mac/fast/block/basic/011-expected.checksum: Ditto.
10461 * platform/mac/fast/block/basic/011-expected.png: Ditto.
10462 * platform/mac/fast/block/basic/011-expected.txt: Ditto.
10463
104642008-02-18 Dan Bernstein <mitz@apple.com>
10465
10466 - test for <rdar://problem/5736225> crash in svgFontAndFaceElementForFontData on digitalstrom.org/cms
10467
10468 * fast/css/font-face-multiple-remote-sources.html: Added.
10469 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.checksum: Added.
10470 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.png: Added.
10471 * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt: Added.
10472
104732008-02-17 Julien Chaffraix <julien.chaffraix@gmail.com>
10474
10475 Reviewed by Alexey Proskuryakov.
10476
10477 http://bugs.webkit.org/show_bug.cgi?id=16989
10478 bug 16989 : Add send() flag checks in XmlHttpRequest
10479
10480 - Splitted xmlhttprequest-abort-readystate in 2 test cases (xmlhttprequest-abort-readystate-shouldDispatchEvent and xmlhttprequest-abort-readystate-shouldNotDispatchEvent)
10481
10482 - Added test case for the 2 send() flag checks in XmlHttpRequest::send and XmlHttpRequest::setRequestHeader
10483
10484 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt: Removed.
10485 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
10486 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
10487 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
10488 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
10489 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Removed.
10490 * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag-expected.txt: Added.
10491 * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html: Added.
10492
104932008-02-17 Sam Weinig <sam@webkit.org>
10494
10495 Reviewed by Dan Bernstein.
10496
10497 Update test for http://bugs.webkit.org/show_bug.cgi?id=17365
10498 document.createEvent("MessageEvent") throws NOT_SUPPORTED_ERR
10499
10500 * fast/events/event-instanceof-expected.txt:
10501 * fast/events/resources/event-instanceof.js: Test MessageEvent as well.
10502
105032008-02-17 Dan Bernstein <mitz@apple.com>
10504
10505 Reviewed by Mark Rowe.
10506
10507 - disable the non-ASCII parts of a test case for the ASCII code path
10508 because it is failing on the (Tiger) buildbots for an unrelated
10509 reason.
10510
10511 * fast/text/fixed-pitch-control-characters.html:
10512 * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum:
10513 * platform/mac/fast/text/fixed-pitch-control-characters-expected.png:
10514 * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt:
10515
105162008-02-17 Dan Bernstein <mitz@apple.com>
10517
10518 Reviewed by Darin Adler.
10519
10520 - test for http://bugs.webkit.org/show_bug.cgi?id=17033
10521 <rdar://problem/5709315> REGRESSION: Really long <option> causes unnecessary page scroll bars to accommodate content
10522
10523 * fast/forms/control-clip-overflow.html: Added.
10524 * platform/mac/fast/forms/control-clip-overflow-expected.checksum: Added.
10525 * platform/mac/fast/forms/control-clip-overflow-expected.png: Added.
10526 * platform/mac/fast/forms/control-clip-overflow-expected.txt: Added.
10527
105282008-02-16 Dan Bernstein <mitz@apple.com>
10529
10530 Reviewed by Sam Weinig.
10531
10532 - test fixed-pitch font measurement of control characters that render
10533 as zero-width space
10534
10535 * fast/text/fixed-pitch-control-characters.html: Added.
10536 * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum: Added.
10537 * platform/mac/fast/text/fixed-pitch-control-characters-expected.png: Added.
10538 * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt: Added.
10539
105402008-02-16 Darin Adler <darin@apple.com>
10541
10542 - disable some failing tests; someone can re-enable after fixing the problems causing
10543 them to fail or generating new expected results
10544
10545 http://bugs.webkit.org/show_bug.cgi?id=17391
10546
10547 * fast/frames/iframe-scroll-page-up-down.html: Removed.
10548 * fast/frames/iframe-scroll-page-up-down.html-disabled: Copied from fast/frames/iframe-scroll-page-up-down.html.
10549
10550 http://bugs.webkit.org/show_bug.cgi?id=17392
10551
10552 * svg/batik/text/textBiDi.svg: Removed.
10553 * svg/batik/text/textBiDi.svg-disabled: Copied from svg/batik/text/textBiDi.svg.
10554
10555 http://bugs.webkit.org/show_bug.cgi?id=17393
10556
10557 * svg/custom/use-on-symbol-inside-pattern.svg: Removed.
10558 * svg/custom/use-on-symbol-inside-pattern.svg-disabled: Copied from svg/custom/use-on-symbol-inside-pattern.svg.
10559
105602008-02-15 Dan Bernstein <mitz@apple.com>
10561
10562 Rubber-stamped by Oliver Hunt.
10563
10564 - skip a test for a Leopard-only NSHTTPURLResponse bug workaround
10565
10566 * platform/mac-tiger/Skipped:
10567
105682008-02-15 Brady Eidson <beidson@apple.com>
10569
10570 Added 2 skipped tests
10571
10572 * platform/mac-tiger/Skipped:
10573
105742008-02-15 Brady Eidson <beidson@apple.com>
10575
10576 Reviewed by Darin
10577
10578 Fix for <rdar://problem/5727175> and <rdar://problem/5740495> - Database threads and callback scripts can run after
10579 a page has closed or loaded a new document
10580
10581 * storage/close-during-stress-test-expected.txt: Update results - this test contained output from a javascript callback
10582 that never should have taken place
10583
105842008-02-15 Adele Peterson <adele@apple.com>
10585
10586 Reviewed by Darin.
10587
10588 Updated test for <rdar://problem/5745072> REGRESSION (r29348): Shift + Tab does not change indent level on Google Docs
10589
10590 * editing/inserting/typing-tab-designmode-expected.txt:
10591 * editing/inserting/typing-tab-designmode.html:
10592
105932008-02-15 Geoffrey Garen <ggaren@apple.com>
10594
10595 Reviewed by Anders Carlsson.
10596
10597 Fixed <rdar://problem/5725429> REGRESSION (r27898): Greenfield online
10598 surveys no longer work due to XMLHttpRequest exceptions
10599
10600 Updated layout tests to expect an exception not to be thrown.
10601
10602 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html:
10603 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html:
10604 * http/tests/xmlhttprequest/zero-length-response-expected.txt:
10605 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
10606
106072008-02-15 Justin Garcia <justin.garcia@apple.com>
10608
10609 Reviewed by Dan Bernstein.
10610
10611 <rdar://problem/5738768> REGRESSION (r30062): Crash in InlineTextBox::isLineBreak() when Undoing a replace
10612
10613 Disabled:
10614 * editing/selection/inconsistent-in-removeChildNode.html: Removed.
10615 * editing/selection/inconsistent-in-removeChildNode.html-disabled: Added.
10616
10617 Demonstrates fix:
10618 * editing/undo/5738768-expected.txt: Added.
10619 * editing/undo/5738768.html: Added.
10620
10621 During a shouldChangeSelection call, the old selection is no longer null because
10622 nodeWillBeRemoved doesn't blow it away:
10623 * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
10624 * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
10625 * platform/mac/editing/style/remove-underline-in-bold-expected.txt:
10626
10627 During a shouldChangeSelection call, the old selection is now null because
10628 nodeWillBeRemoved blows it away:
10629 * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
10630
10631 More instances of <rdar://problem/5729315>, where, during a shouldChangeSelection
10632 call content that held the old selection is still around but it wouldn't make sense
10633 to leave the selection there, so we shouldn't call shouldChangeSelection at all:
10634 * platform/mac/editing/style/remove-underline-expected.txt:
10635 * platform/mac/editing/style/unbold-in-bold-expected.txt:
10636
10637 Similar changes, but ones where I've also updated pixel results for old, unrelated fixes:
10638 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt:
10639 * platform/mac/editing/deleting/delete-leading-ws-001-expected.checksum:
10640 * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
10641 * platform/mac/editing/deleting/delete-line-011-expected.checksum:
10642 * platform/mac/editing/deleting/delete-line-011-expected.txt:
10643 * platform/mac/editing/execCommand/paste-1-expected.checksum:
10644 * platform/mac/editing/execCommand/paste-1-expected.txt:
10645 * platform/mac/editing/execCommand/paste-2-expected.checksum:
10646 * platform/mac/editing/execCommand/paste-2-expected.txt:
10647 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.checksum:
10648 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
10649 * platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
10650 * platform/mac/editing/pasteboard/paste-text-012-expected.checksum:
10651 * platform/mac/editing/selection/4960116-expected.checksum:
10652
106532008-02-15 Dan Bernstein <mitz@apple.com>
10654
10655 Reviewed by Alexey Proskuryakov.
10656
10657 - test for http://bugs.webkit.org/show_bug.cgi?id=17360
10658 <rdar://problem/5743131> REGRESSION: mp4 file downloaded from server is downloaded as html
10659
10660 * http/tests/loading/resources/.htaccess: Added.
10661 * http/tests/loading/resources/binaryData.m4a: Added.
10662 * http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added.
10663 * http/tests/loading/text-content-type-with-binary-extension.html: Added.
10664
106652008-02-15 Samuel Weinig <sam@webkit.org>
10666
10667 Reviewed and rubber-stamped by Oliver Hunt.
10668
10669 Add leopard specific results for stroke-width-click.svg to work around
10670 a CG regression.
10671
10672 * platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Added.
10673
106742008-02-14 Oliver Hunt <oliver@apple.com>
10675
10676 Reviewed by Jon H.
10677
10678 Make assign-to-window-status testcase to be more thorough
10679
10680 * fast/dom/assign-to-window-status-expected.txt:
10681 * fast/dom/assign-to-window-status.html:
10682
106832008-02-14 Darin Adler <darin@apple.com>
10684
10685 - update this test further, so that it succeeds
10686
10687 * fast/dom/assign-to-window-status-expected.txt: Updated.
10688 * fast/dom/assign-to-window-status.html: Updated.
10689
106902008-02-14 Oliver Hunt <oliver@apple.com>
10691
10692 Reviewed by Geoff G and Weinig.
10693
10694 Add test cases for assigning to window.status, modify existing tests that relied on old
10695 replaceable status property behaviour.
10696
10697 * fast/dom/HTMLScriptElement/script-load-events.html:
10698 * fast/dom/Window/get-set-properties.html:
10699 * fast/dom/assign-to-window-status-expected.txt: Added.
10700 * fast/dom/assign-to-window-status.html: Added.
10701
107022008-02-14 Geoffrey Garen <ggaren@apple.com>
10703
10704 Reviewed by Sam Weinig.
10705
10706 Layout test for <rdar://problem/5737835> nee http://bugs.webkit.org/show_bug.cgi?id=17329
10707 Crash in JSGlobalObject::popActivation when inserting hyperlink in Wordpress (17329)
10708
10709 * fast/dom/javascript-url-crash-function.html: Added.
10710 * fast/dom/javascript-url-crash-function-expected.txt: Added.
10711 * fast/dom/resources/javascript-url-crash-function-iframe.html: Added.
10712
107132008-02-14 Nikolas Zimmermann <zimmermann@kde.org>
10714
10715 Reviewed by Oliver.
10716
10717 Add dynamic update tests for SVGEllipseElement.
10718
10719 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum: Added.
10720 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
10721 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum: Added.
10722 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
10723 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum: Added.
10724 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
10725 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum: Added.
10726 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
10727 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum: Added.
10728 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
10729 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum: Added.
10730 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
10731 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum: Added.
10732 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
10733 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum: Added.
10734 * platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
10735 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt: Added.
10736 * svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html: Added.
10737 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt: Added.
10738 * svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html: Added.
10739 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt: Added.
10740 * svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html: Added.
10741 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt: Added.
10742 * svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html: Added.
10743 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt: Added.
10744 * svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html: Added.
10745 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt: Added.
10746 * svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html: Added.
10747 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt: Added.
10748 * svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html: Added.
10749 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt: Added.
10750 * svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html: Added.
10751 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js: Added.
10752 * svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js: Added.
10753 * svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js: Added.
10754 * svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js: Added.
10755 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js: Added.
10756 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js: Added.
10757 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js: Added.
10758 * svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js: Added.
10759
107602008-02-13 Justin Garcia <justin.garcia@apple.com>
10761
10762 Reviewed by Oliver Hunt.
10763
10764 * platform/mac/editing/deleting/table-cells-expected.checksum: Fixed. Before, a space was
10765 incorrectly removed by a delete (this isn't a smart delete).
10766 * platform/mac/editing/deleting/table-cells-expected.png:
10767 * platform/mac/editing/deleting/table-cells-expected.txt:
10768 * platform/mac/editing/pasteboard/input-field-1-expected.checksum: Fixed. Before a space
10769 was incorrectly added by paste (this isn't a smart paste).
10770 * platform/mac/editing/pasteboard/input-field-1-expected.png:
10771 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
10772
107732008-02-13 Justin Garcia <justin.garcia@apple.com>
10774
10775 Reviewed by Adam Roben.
10776
10777 <rdar://problem/5729680> REGRESSION (r27873): Removing the last character of a word in Mail or Safari also removes the following space
10778
10779 * editing/deleting/5729680-expected.txt: Added.
10780 * editing/deleting/5729680.html: Added.
10781
107822008-02-13 Nikolas Zimmermann <zimmermann@kde.org>
10783
10784 Reviewed by Adam.
10785
10786 Make svg/dynamic-updates/* tests deterministic. s/setTimeout('executTest()', 0)/executeTest/ -- as discussed with Adam.
10787
10788 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
10789 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
10790 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
10791 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
10792 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
10793 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
10794 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
10795 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
10796 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
10797 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
10798 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
10799 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
10800 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum:
10801 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
10802 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum:
10803 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
10804 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
10805 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
10806 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
10807 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
10808 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
10809 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
10810 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt:
10811 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt:
10812 * svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
10813 * svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
10814 * svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
10815 * svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
10816 * svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
10817 * svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
10818 * svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
10819 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
10820 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
10821 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
10822 * svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
10823 * svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
10824
108252008-02-13 Brady Eidson <beidson@apple.com>
10826
10827 Reviewed by Darin Adler
10828
10829 Added layout tests to cover
10830 http://trac.webkit.org/projects/webkit/changeset/29983
10831 and
10832 http://trac.webkit.org/projects/webkit/changeset/30184
10833
10834 * platform/gtk/Skipped:
10835 * platform/qt/Skipped:
10836 * platform/win/Skipped:
10837 * storage/quota-tracking-expected.txt: Added.
10838 * storage/quota-tracking.html: Added.
10839 * storage/success-callback-expected.txt: Added.
10840 * storage/success-callback.html: Added.
10841
108422008-02-13 Darin Adler <darin@apple.com>
10843
10844 * platform/mac/svg/hixie/perf/001-expected.txt: Removed.
10845 * platform/mac/svg/hixie/perf/002-expected.txt: Removed.
10846
108472008-02-13 Alexey Proskuryakov <ap@webkit.org>
10848
10849 Reviewed by Darin.
10850
10851 <rdar://problem/5740042> Database termination issues
10852
10853 * storage/close-during-stress-test-expected.txt: Added.
10854 * storage/close-during-stress-test.html: Added.
10855 * storage/resources: Added.
10856 * storage/resources/stress-frame.html: Added.
10857
108582008-02-13 Darin Adler <darin@apple.com>
10859
10860 - check in results for these tests
10861
10862 No idea if these are right or not; just what was generated on my computer.
10863 If someone has a better version, feel free to replace these results with correct ones.
10864
10865 * platform/mac/svg/hixie/perf/001-expected.txt: Added.
10866 * platform/mac/svg/hixie/perf/002-expected.txt: Added.
10867
108682008-02-13 Oliver Hunt <oliver@apple.com>
10869
10870 Reviewed by Alexey P.
10871
10872 Tests for <rdar://problem/5737003> REGRESSION (r27747): can't browse pictures on fastcupid.com
10873
10874 Ensure that the basic arithmetic operands can correctly handle the NaN -> boolean conversion
10875
10876 * fast/js/convert-nan-to-bool.html: Added.
10877 * fast/js/convert-nan-to-bool-expected.txt: Added.
10878 * fast/js/resources/convert-nan-to-bool.js: Added.
10879
108802008-02-12 Dan Bernstein <mitz@apple.com>
10881
10882 Rubber-stamped by Adam Roben.
10883
10884 - make fast/css/css3-nth-child pass
10885
10886 * fast/css/css3-nth-child.html: Removed spaces that were making the
10887 :nth-child selector fail to parse because of <rdar://problem/5733761>.
10888 * platform/mac-leopard/fast/css/css3-nth-child-expected.checksum: Added.
10889 * platform/mac-leopard/fast/css/css3-nth-child-expected.png: Added.
10890
108912008-02-12 Adam Roben <aroben@apple.com>
10892
10893 Add a test for Bug 17328: REGRESSION (r30147): Inspector is unstyled
10894 on Windows
10895
10896 <http://bugs.webkit.org/show_bug.cgi?id=17328>
10897 <rdar://5737946>
10898
10899 Reviewed by Mitz.
10900
10901 * fast/loader/local-css-allowed-in-strict-mode-expected.txt: Added.
10902 * fast/loader/local-css-allowed-in-strict-mode.html: Added.
10903 * fast/loader/resources/stylesheet.css: Added.
10904
109052008-02-12 Nikolas Zimmermann <zimmermann@kde.org>
10906
10907 Not reviewed, adding missing layout test results (that have been r+ already, but not commited)
10908
10909 * platform/mac-leopard/svg/dynamic-updates: Added.
10910 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Added.
10911 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
10912 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Added.
10913 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
10914 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Added.
10915 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
10916 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Added.
10917 * platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
10918 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Added.
10919 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
10920 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Added.
10921 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
10922 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Added.
10923 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
10924 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Added.
10925 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
10926 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Added.
10927 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
10928 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Added.
10929 * platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
10930 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Added.
10931 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
10932 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Added.
10933 * platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
10934 * platform/mac-leopard/svg/hixie/perf/001-expected.checksum: Added.
10935 * platform/mac-leopard/svg/hixie/perf/001-expected.png: Added.
10936 * platform/mac-leopard/svg/hixie/perf/001-expected.txt: Added.
10937 * platform/mac-leopard/svg/hixie/perf/002-expected.checksum: Added.
10938 * platform/mac-leopard/svg/hixie/perf/002-expected.png: Added.
10939 * platform/mac-leopard/svg/hixie/perf/002-expected.txt: Added.
10940
109412008-02-11 Dan Bernstein <mitz@apple.com>
10942
10943 Reviewed by Dave Hyatt.
10944
10945 - test for http://bugs.webkit.org/show_bug.cgi?id=17320
10946 <rdar://problem/5736953> :last-child does not set the "uses sibling rules" flag
10947
10948 * fast/css/last-child-style-sharing.html: Added.
10949 * platform/mac/fast/css/last-child-style-sharing-expected.checksum: Added.
10950 * platform/mac/fast/css/last-child-style-sharing-expected.png: Added.
10951 * platform/mac/fast/css/last-child-style-sharing-expected.txt: Added.
10952
109532008-02-11 Sam Weinig <sam@webkit.org>
10954
10955 Reviewed by Darin Adler.
10956
10957 Tests for:
10958 <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
10959 <rdar://problem/5735443> Crash when setting the Window objects prototype to a custom Object and then calling a method on it
10960
10961 * fast/dom/Window/resources/WindowProperties.js: Added.
10962 * fast/dom/Window/window-custom-prototype-crash-expected.txt: Added.
10963 * fast/dom/Window/window-custom-prototype-crash.html: Added.
10964 * fast/dom/Window/window-function-frame-getter-precedence-expected.txt: Added.
10965 * fast/dom/Window/window-function-frame-getter-precedence.html: Added.
10966 * fast/dom/Window/window-function-name-getter-precedence-expected.txt:
10967 * fast/dom/Window/window-function-name-getter-precedence.html:
10968 * http/tests/security/cross-frame-access-custom-expected.txt:
10969 * http/tests/security/cross-frame-access-custom.html:
10970 * http/tests/security/cross-frame-access-get-override-expected.txt: Added.
10971 * http/tests/security/cross-frame-access-get-override.html: Added.
10972 * http/tests/security/cross-frame-access-history-get-override-expected.txt:
10973 * http/tests/security/cross-frame-access-history-get-override.html:
10974 * http/tests/security/cross-frame-access-history-put-expected.txt:
10975 * http/tests/security/cross-frame-access-history-put.html:
10976 * http/tests/security/cross-frame-access-location-expected.txt: Removed.
10977 * http/tests/security/cross-frame-access-location-get-expected.txt: Added.
10978 * http/tests/security/cross-frame-access-location-get-override-expected.txt: Added.
10979 * http/tests/security/cross-frame-access-location-get-override.html: Added.
10980 * http/tests/security/cross-frame-access-location-get.html: Copied from http/tests/security/cross-frame-access-location.html.
10981 * http/tests/security/cross-frame-access-location-put-expected.txt: Added.
10982 * http/tests/security/cross-frame-access-location-put.html: Added.
10983 * http/tests/security/cross-frame-access-location.html: Removed.
10984 * http/tests/security/resources/cross-frame-iframe-for-get-override-test.html: Added.
10985 * http/tests/security/resources/cross-frame-iframe-for-get-test.html:
10986 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
10987 * http/tests/security/resources/cross-frame-iframe-for-location-get-override-test.html: Added.
10988 * http/tests/security/resources/cross-frame-iframe-for-location-get-test.html: Added.
10989 * http/tests/security/resources/cross-frame-iframe-for-location-put-test.html: Added.
10990
109912008-02-10 Dan Bernstein <mitz@apple.com>
10992
10993 Reviewed by Sam Weinig and Anders Carlsson.
10994
10995 - change a test to simply use 'font-family' instead of unnecessary
10996 @font-face hackery
10997
10998 * fast/text/atsui-spacing-features.html:
10999 * platform/mac/fast/text/atsui-spacing-features-expected.checksum:
11000 * platform/mac/fast/text/atsui-spacing-features-expected.png:
11001 * platform/mac/fast/text/atsui-spacing-features-expected.txt:
11002
110032008-02-10 Darin Adler <darin@apple.com>
11004
11005 - fix a couple of directories that were using our JavaScript template/wrapper
11006 system incorrectly
11007
11008 * fast/dom/SelectorAPI/resources/TEMPLATE.html: Fixed relative paths.
11009 * fast/events/event-instanceof.html: Regenerating this file revealed that the path
11010 to the stylesheet was wrong. Fixed by running the make-js-test-wrappers script.
11011 Didn't affect the text-only results, but the test looked wrong in the browser.
11012 * fast/events/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
11013 * traversal/resources/TEMPLATE.html: Fixed relative paths.
11014
110152008-02-10 Andrew Wellington <proton@wiretapped.net>
11016
11017 Reviewed and tweaked a bit by Darin.
11018
11019 DOMRange.surroundContents throws wrong exception (Acid3 bug)
11020 http://bugs.webkit.org/show_bug.cgi?id=16749
11021
11022 Throw BAD_BOUNDARYPOINTS_ERR if attempting to split a non-text node that
11023 has offsets in characters
11024
11025 * fast/dom/Range/range-exceptions-expected.txt: Added.
11026 * fast/dom/Range/resources/range-exceptions.js: Added.
11027
110282008-02-09 David Hyatt <hyatt@apple.com>
11029
11030 Added test for bug 17254.
11031
11032 Reviewed by Mitz.
11033
11034 * fast/css/negative-nth-child.html: Added.
11035
110362008-02-08 Oliver Hunt <oliver@apple.com>
11037
11038 Reviewed by Maciej.
11039
11040 Test cases for decompilation of variable declaration lists.
11041
11042 * fast/js/function-toString-parentheses-expected.txt:
11043 * fast/js/resources/function-toString-parentheses.js:
11044
110452008-02-08 Darin Adler <darin@apple.com>
11046
11047 - test for http://bugs.webkit.org/show_bug.cgi?id=17247
11048 Labelled continue/break can fail in some cases
11049
11050 * fast/js/continue-break-multiple-labels-expected.txt: Added.
11051 * fast/js/continue-break-multiple-labels.html: Added.
11052
110532008-02-08 Darin Adler <darin@apple.com>
11054
11055 Reviewed by Eric.
11056
11057 - test for http://bugs.webkit.org/show_bug.cgi?id=15003
11058 Function.prototype.constructor should not be DontDelete/ReadOnly (Acid3 bug)
11059
11060 * fast/js/constructor-attributes-expected.txt: Added.
11061 * fast/js/constructor-attributes.html: Added.
11062 * fast/js/resources/constructor-attributes.js: Added.
11063
110642008-02-08 Anders Carlsson <andersca@apple.com>
11065
11066 Reviewed by Mitz.
11067
11068 <rdar://problem/5650446>
11069 http://bugs.webkit.org/show_bug.cgi?id=16102
11070 Crash in FrameLoader::stopLoadingSubframes() on IMDB page
11071
11072 * http/tests/navigation/changing-frame-hierarchy-in-onload-expected.txt: Added.
11073 * http/tests/navigation/changing-frame-hierarchy-in-onload.html: Added.
11074
110752008-02-08 Sam Weinig <sam@webkit.org>
11076
11077 Reviewed by Hyatt.
11078
11079 Test for <rdar://problem/5732491>
11080 http://bugs.webkit.org/show_bug.cgi?id=17213
11081 The querySelectorAll method on an element node does not search only the element's descendants
11082
11083 * fast/dom/SelectorAPI/elementRoot-expected.txt: Added.
11084 * fast/dom/SelectorAPI/elementRoot.html: Added.
11085 * fast/dom/SelectorAPI/resources: Added.
11086 * fast/dom/SelectorAPI/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
11087 * fast/dom/SelectorAPI/resources/elementRoot.js: Added.
11088
110892008-02-08 Darin Adler <darin@apple.com>
11090
11091 Reviewed by Eric.
11092
11093 - test for http://bugs.webkit.org/show_bug.cgi?id=4714
11094 NodeIterator does not handle exceptions from the filter function (affects Acid3)
11095
11096 - grabbed NodeIterator and TreeWalker tests from Hixie's site and KHTML
11097
11098 * traversal/exception-forwarding-expected.txt: Added.
11099 * traversal/exception-forwarding.html: Added.
11100 * traversal/resources: Added.
11101 * traversal/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
11102 * traversal/resources/exception-forwarding.js: Added.
11103
11104 * traversal/node-iterator-001-expected.txt: Updated to reflect correct results.
11105 The old results reflected a bug in our NodeIterator.
11106 * traversal/node-iterator-001.html: Ditto.
11107
11108 * traversal/node-iterator-006.html: Changed test so there's no whitespace node after
11109 the <span> elements inside the test root element (a <div>). The old test results were
11110 incorrect; the new NodeIterator implementation correctly returned the whitespace node
11111 for this test.
11112
11113 * traversal/node-iterator-006a.html: Copied from traversal/node-iterator-006.html.
11114 Preserve the original test, which now has a strange result. But the result is correct,
11115 so it's worth keeping around.
11116 * traversal/node-iterator-006a-expected.txt: Added.
11117
11118 * fast/dom/TreeWalker/TreeWalker-currentNode-expected.txt: Regenerated.
11119 * fast/dom/TreeWalker/resources/TreeWalker-currentNode.js: Updated test to expect results
11120 that match the DOM specification.
11121
11122 * traversal/hixie-node-iterator/001-expected.txt: Added.
11123 * traversal/hixie-node-iterator/001.xml: Added.
11124 * traversal/hixie-node-iterator/002-expected.txt: Added.
11125 * traversal/hixie-node-iterator/002.xml: Added.
11126 * traversal/hixie-node-iterator/003-expected.txt: Added.
11127 * traversal/hixie-node-iterator/003.xml: Added.
11128 * traversal/hixie-node-iterator/004-expected.txt: Added.
11129 * traversal/hixie-node-iterator/004.xml: Added.
11130 * traversal/hixie-node-iterator/005-expected.txt: Added.
11131 * traversal/hixie-node-iterator/005.xml: Added.
11132 * traversal/hixie-node-iterator/006-expected.txt: Added.
11133 * traversal/hixie-node-iterator/006.xml: Added.
11134 * traversal/hixie-node-iterator/007-expected.txt: Added.
11135 * traversal/hixie-node-iterator/007.xml: Added.
11136 * traversal/hixie-node-iterator/008-expected.txt: Added.
11137 * traversal/hixie-node-iterator/008.xml: Added.
11138 * traversal/hixie-node-iterator/009-expected.txt: Added.
11139 * traversal/hixie-node-iterator/009.xml: Added.
11140 * traversal/hixie-node-iterator/010-expected.txt: Added.
11141 * traversal/hixie-node-iterator/010.xml: Added.
11142 * traversal/hixie-node-iterator/origin.txt: Added.
11143
11144 * traversal/tree-walker-filter-1-expected.txt: Added.
11145 * traversal/tree-walker-filter-1.html: Added.
11146
111472008-02-08 Eric Seidel <eric@webkit.org>
11148
11149 Reviewed by darin.
11150
11151 Add support for Text.wholeText and Text.replaceWholeText from DOM Level 3 Core.
11152 http://bugs.webkit.org/show_bug.cgi?id=17125
11153
11154 Test to make sure EntityReference nodes are always treated as read-only.
11155
11156 Added fast/dom/Text/replaceWholeText.html to catch a case the W3C missed.
11157
11158 All of these tests now pass.
11159
11160 * dom/xhtml/level3/core/textreplacewholetext01-expected.txt:
11161 * dom/xhtml/level3/core/textreplacewholetext02-expected.txt:
11162 * dom/xhtml/level3/core/textreplacewholetext03-expected.txt:
11163 * dom/xhtml/level3/core/textreplacewholetext04-expected.txt:
11164 * dom/xhtml/level3/core/textreplacewholetext05-expected.txt:
11165 * dom/xhtml/level3/core/textreplacewholetext06-expected.txt:
11166 * dom/xhtml/level3/core/textreplacewholetext07-expected.txt:
11167 * dom/xhtml/level3/core/textwholetext01-expected.txt:
11168 * dom/xhtml/level3/core/textwholetext02-expected.txt:
11169 * dom/xhtml/level3/core/textwholetext03-expected.txt:
11170 * fast/dom/EntityReference/readonly-exceptions-expected.txt: Added.
11171 * fast/dom/EntityReference/readonly-exceptions.html: Added.
11172 * fast/dom/EntityReference/resources/TEMPLATE.html: Added.
11173 * fast/dom/EntityReference/resources/readonly-exceptions.js: Added.
11174 * fast/dom/Text/replaceWholeText-expected.txt: Added.
11175 * fast/dom/Text/replaceWholeText.html: Added.
11176 * fast/dom/Text/resources/TEMPLATE.html: Added.
11177 * fast/dom/Text/resources/replaceWholeText.js: Added.
11178 * fast/dom/Window/window-properties-expected.txt: updated to reflect addition of replaceWholeText
11179
111802008-02-06 Kimmo Kinnunen <kimmok@iki.fi>
11181
11182 Reviewed by Tim Hatcher.
11183
11184 Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
11185 HTML5: Client-side database queries should return values of type number
11186
11187 * storage/sql-data-types-expected.txt: Added.
11188 * storage/sql-data-types.html: Added.
11189 * storage/sql-data-types.js: Added.
11190
111912008-02-07 Dan Bernstein <mitz@apple.com>
11192
11193 Reviewed by Dave Hyatt.
11194
11195 - test for <rdar://problem/5729411> REGRESSION (r29834): Float contained in relative-positioned block is painted twice
11196
11197 * fast/block/float/relative-painted-twice.html: Added.
11198 * platform/mac-leopard/fast/block/float/relative-painted-twice-expected.checksum: Added.
11199 * platform/mac-leopard/fast/block/float/relative-painted-twice-expected.png: Added.
11200 * platform/mac/fast/block/float/relative-painted-twice-expected.txt: Added.
11201
112022008-02-07 Dan Bernstein <mitz@apple.com>
11203
11204 Reviewed by Darin Adler.
11205
11206 - test for http://bugs.webkit.org/show_bug.cgi?id=17194
11207 Changing text to bold changes font family
11208
11209 * platform/mac/fast/text/family-for-font-matched-by-name-expected.checksum: Added.
11210 * platform/mac/fast/text/family-for-font-matched-by-name-expected.png: Added.
11211 * platform/mac/fast/text/family-for-font-matched-by-name-expected.txt: Added.
11212 * platform/mac/fast/text/family-for-font-matched-by-name.html: Added.
11213
112142008-02-07 Beth Dakin <bdakin@apple.com>
11215
11216 Test written by Geoff, reviewed by me.
11217
11218 Test for <rdar://problem/5697882> Traffic or Street View button on
11219 Google Maps is sometimes not positioned correctly (17000)
11220
11221 * fast/dom/simultaneouslyRegsiteredTimerFireOrder-expected.txt: Added.
11222 * fast/dom/simultaneouslyRegsiteredTimerFireOrder.html: Added.
11223
112242008-02-07 Nikolas Zimmermann <zimmermann@kde.org>
11225
11226 Rubber stamped by Eric.
11227
11228 Move existing SVG baseline from platform/mac/ to platform/mac-tiger/ (I generated all of them using Tiger).
11229 Regenerated new SVG baseline in platform/mac-leopard. platform/mac/svg is doesn't contain any test results anymore.
11230
11231 In a later step it should be investigated, which layout test results can be shared between Leopard & Tiger.
11232 Those results should be moved to platform/mac/svg then.
11233
11234 * platform/mac-leopard/Skipped: Remove tests that don't fail anymore.
11235 * platform/mac-leopard/svg/W3C-SVG-1.1: Added.
11236 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: Added.
11237 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
11238 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
11239 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: Added.
11240 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
11241 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
11242 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: Added.
11243 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
11244 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
11245 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: Added.
11246 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
11247 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
11248 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: Added.
11249 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
11250 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
11251 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: Added.
11252 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
11253 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
11254 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: Added.
11255 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
11256 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
11257 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum: Added.
11258 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
11259 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
11260 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum: Added.
11261 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
11262 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
11263 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: Added.
11264 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
11265 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
11266 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum: Added.
11267 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
11268 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
11269 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum: Added.
11270 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
11271 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
11272 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum: Added.
11273 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
11274 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
11275 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum: Added.
11276 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
11277 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
11278 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum: Added.
11279 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
11280 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
11281 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum: Added.
11282 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
11283 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
11284 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum: Added.
11285 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
11286 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
11287 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum: Added.
11288 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
11289 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
11290 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum: Added.
11291 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
11292 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
11293 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum: Added.
11294 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
11295 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
11296 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: Added.
11297 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
11298 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
11299 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum: Added.
11300 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
11301 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
11302 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum: Added.
11303 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
11304 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
11305 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum: Added.
11306 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
11307 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
11308 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: Added.
11309 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
11310 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
11311 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum: Added.
11312 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
11313 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
11314 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum: Added.
11315 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
11316 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
11317 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum: Added.
11318 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
11319 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
11320 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: Added.
11321 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
11322 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
11323 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum: Added.
11324 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
11325 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
11326 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum: Added.
11327 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
11328 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
11329 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum: Added.
11330 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
11331 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
11332 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum: Added.
11333 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
11334 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
11335 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Added.
11336 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
11337 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
11338 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Added.
11339 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
11340 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
11341 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Added.
11342 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
11343 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
11344 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Added.
11345 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
11346 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
11347 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum: Added.
11348 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
11349 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
11350 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum: Added.
11351 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
11352 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
11353 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Added.
11354 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
11355 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
11356 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum: Added.
11357 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
11358 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
11359 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Added.
11360 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
11361 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
11362 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Added.
11363 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
11364 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
11365 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: Added.
11366 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
11367 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
11368 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Added.
11369 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
11370 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
11371 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum: Added.
11372 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
11373 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
11374 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Added.
11375 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
11376 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
11377 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Added.
11378 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
11379 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
11380 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Added.
11381 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
11382 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
11383 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Added.
11384 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
11385 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
11386 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Added.
11387 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
11388 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
11389 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Added.
11390 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
11391 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
11392 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Added.
11393 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
11394 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
11395 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Added.
11396 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
11397 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
11398 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: Added.
11399 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
11400 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
11401 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Added.
11402 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
11403 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
11404 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum: Added.
11405 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
11406 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
11407 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Added.
11408 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
11409 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
11410 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Added.
11411 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
11412 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
11413 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum: Added.
11414 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
11415 * platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
11416 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum: Added.
11417 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
11418 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
11419 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: Added.
11420 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
11421 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
11422 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum: Added.
11423 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
11424 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
11425 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum: Added.
11426 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
11427 * platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
11428 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum: Added.
11429 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
11430 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
11431 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum: Added.
11432 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
11433 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
11434 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum: Added.
11435 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
11436 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
11437 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum: Added.
11438 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
11439 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
11440 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum: Added.
11441 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
11442 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
11443 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum: Added.
11444 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
11445 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
11446 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum: Added.
11447 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
11448 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
11449 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum: Added.
11450 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
11451 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
11452 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: Added.
11453 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
11454 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
11455 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: Added.
11456 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
11457 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
11458 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: Added.
11459 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
11460 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
11461 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum: Added.
11462 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
11463 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
11464 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: Added.
11465 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
11466 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
11467 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Added.
11468 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
11469 * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
11470 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Added.
11471 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
11472 * platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
11473 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: Added.
11474 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
11475 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
11476 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Added.
11477 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
11478 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
11479 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Added.
11480 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
11481 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
11482 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Added.
11483 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
11484 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
11485 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Added.
11486 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
11487 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added.
11488 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Added.
11489 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
11490 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
11491 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: Added.
11492 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
11493 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
11494 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: Added.
11495 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
11496 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
11497 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum: Added.
11498 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
11499 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
11500 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: Added.
11501 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
11502 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
11503 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Added.
11504 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
11505 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
11506 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: Added.
11507 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
11508 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
11509 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: Added.
11510 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
11511 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
11512 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: Added.
11513 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
11514 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
11515 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Added.
11516 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
11517 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
11518 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum: Added.
11519 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
11520 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
11521 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: Added.
11522 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
11523 * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
11524 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: Added.
11525 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
11526 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
11527 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: Added.
11528 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
11529 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
11530 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: Added.
11531 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
11532 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
11533 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: Added.
11534 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
11535 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
11536 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: Added.
11537 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
11538 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
11539 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Added.
11540 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
11541 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
11542 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Added.
11543 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
11544 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
11545 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Added.
11546 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
11547 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
11548 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Added.
11549 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
11550 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
11551 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum: Added.
11552 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
11553 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
11554 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum: Added.
11555 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
11556 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
11557 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Added.
11558 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
11559 * platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
11560 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum: Added.
11561 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
11562 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
11563 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum: Added.
11564 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
11565 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
11566 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum: Added.
11567 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
11568 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
11569 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum: Added.
11570 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
11571 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
11572 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum: Added.
11573 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
11574 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
11575 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum: Added.
11576 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
11577 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
11578 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: Added.
11579 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
11580 * platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
11581 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Added.
11582 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
11583 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
11584 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Added.
11585 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
11586 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
11587 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Added.
11588 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
11589 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
11590 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum: Added.
11591 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
11592 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
11593 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Added.
11594 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
11595 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
11596 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum: Added.
11597 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
11598 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
11599 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: Added.
11600 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
11601 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
11602 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: Added.
11603 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
11604 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
11605 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: Added.
11606 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
11607 * platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
11608 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum: Added.
11609 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
11610 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
11611 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: Added.
11612 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
11613 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
11614 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum: Added.
11615 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
11616 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
11617 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum: Added.
11618 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
11619 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
11620 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: Added.
11621 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
11622 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
11623 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum: Added.
11624 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
11625 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
11626 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: Added.
11627 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
11628 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
11629 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum: Added.
11630 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
11631 * platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
11632 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: Added.
11633 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
11634 * platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
11635 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum: Added.
11636 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
11637 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
11638 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum: Added.
11639 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
11640 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
11641 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum: Added.
11642 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
11643 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
11644 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum: Added.
11645 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
11646 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
11647 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum: Added.
11648 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
11649 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
11650 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum: Added.
11651 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
11652 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
11653 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: Added.
11654 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
11655 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
11656 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: Added.
11657 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
11658 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
11659 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: Added.
11660 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
11661 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
11662 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum: Added.
11663 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
11664 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
11665 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum: Added.
11666 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
11667 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
11668 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum: Added.
11669 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
11670 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
11671 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum: Added.
11672 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
11673 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
11674 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum: Added.
11675 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
11676 * platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
11677 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum: Added.
11678 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
11679 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
11680 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum: Added.
11681 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
11682 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
11683 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: Added.
11684 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
11685 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
11686 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: Added.
11687 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
11688 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
11689 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: Added.
11690 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
11691 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
11692 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: Added.
11693 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
11694 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
11695 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: Added.
11696 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
11697 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
11698 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Added.
11699 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
11700 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
11701 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum: Added.
11702 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
11703 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
11704 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum: Added.
11705 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
11706 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
11707 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum: Added.
11708 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
11709 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
11710 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum: Added.
11711 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
11712 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
11713 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum: Added.
11714 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
11715 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
11716 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum: Added.
11717 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
11718 * platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
11719 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum: Added.
11720 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
11721 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
11722 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum: Added.
11723 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
11724 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
11725 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum: Added.
11726 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
11727 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
11728 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum: Added.
11729 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
11730 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
11731 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum: Added.
11732 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
11733 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
11734 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: Added.
11735 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
11736 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
11737 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: Added.
11738 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
11739 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
11740 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: Added.
11741 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
11742 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
11743 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum: Added.
11744 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
11745 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
11746 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum: Added.
11747 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
11748 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
11749 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: Added.
11750 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
11751 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
11752 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum: Added.
11753 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
11754 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
11755 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: Added.
11756 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
11757 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
11758 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: Added.
11759 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
11760 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
11761 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum: Added.
11762 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
11763 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
11764 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: Added.
11765 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
11766 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
11767 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Added.
11768 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
11769 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
11770 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum: Added.
11771 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
11772 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
11773 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum: Added.
11774 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
11775 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
11776 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: Added.
11777 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
11778 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
11779 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum: Added.
11780 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Added.
11781 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
11782 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum: Added.
11783 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
11784 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
11785 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum: Added.
11786 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
11787 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
11788 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum: Added.
11789 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
11790 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
11791 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum: Added.
11792 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
11793 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
11794 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum: Added.
11795 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
11796 * platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
11797 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: Added.
11798 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
11799 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
11800 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: Added.
11801 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
11802 * platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
11803 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum: Added.
11804 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
11805 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
11806 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum: Added.
11807 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
11808 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
11809 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum: Added.
11810 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
11811 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
11812 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum: Added.
11813 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
11814 * platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
11815 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum: Added.
11816 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Added.
11817 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
11818 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum: Added.
11819 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
11820 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
11821 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum: Added.
11822 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
11823 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
11824 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum: Added.
11825 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
11826 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
11827 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum: Added.
11828 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
11829 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
11830 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum: Added.
11831 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
11832 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
11833 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum: Added.
11834 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Added.
11835 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
11836 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum: Added.
11837 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
11838 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
11839 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum: Added.
11840 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
11841 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
11842 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum: Added.
11843 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
11844 * platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
11845 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum: Added.
11846 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
11847 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
11848 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum: Added.
11849 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Added.
11850 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
11851 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum: Added.
11852 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
11853 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
11854 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum: Added.
11855 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
11856 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
11857 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum: Added.
11858 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
11859 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
11860 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum: Added.
11861 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
11862 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
11863 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum: Added.
11864 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
11865 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
11866 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum: Added.
11867 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Added.
11868 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
11869 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum: Added.
11870 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
11871 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
11872 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum: Added.
11873 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
11874 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
11875 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.checksum: Added.
11876 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Added.
11877 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Added.
11878 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: Added.
11879 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
11880 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
11881 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum: Added.
11882 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
11883 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
11884 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum: Added.
11885 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
11886 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
11887 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum: Added.
11888 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
11889 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
11890 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum: Added.
11891 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
11892 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
11893 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum: Added.
11894 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
11895 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
11896 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum: Added.
11897 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
11898 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
11899 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum: Added.
11900 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
11901 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
11902 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum: Added.
11903 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
11904 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
11905 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: Added.
11906 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
11907 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Added.
11908 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum: Added.
11909 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
11910 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
11911 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum: Added.
11912 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
11913 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
11914 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum: Added.
11915 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
11916 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
11917 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum: Added.
11918 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
11919 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
11920 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum: Added.
11921 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
11922 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
11923 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum: Added.
11924 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
11925 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
11926 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum: Added.
11927 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
11928 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
11929 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Added.
11930 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
11931 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
11932 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum: Added.
11933 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
11934 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Added.
11935 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: Added.
11936 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
11937 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
11938 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum: Added.
11939 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
11940 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
11941 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum: Added.
11942 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
11943 * platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
11944 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum: Added.
11945 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
11946 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
11947 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum: Added.
11948 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
11949 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
11950 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum: Added.
11951 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
11952 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
11953 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum: Added.
11954 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
11955 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
11956 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum: Added.
11957 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
11958 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
11959 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum: Added.
11960 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
11961 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
11962 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum: Added.
11963 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
11964 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
11965 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum: Added.
11966 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
11967 * platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
11968 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum: Added.
11969 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
11970 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
11971 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum: Added.
11972 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
11973 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
11974 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum: Added.
11975 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
11976 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
11977 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum: Added.
11978 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
11979 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
11980 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum: Added.
11981 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
11982 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
11983 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: Added.
11984 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
11985 * platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
11986 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum: Added.
11987 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
11988 * platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
11989 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum: Added.
11990 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
11991 * platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
11992 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum: Added.
11993 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Added.
11994 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
11995 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum: Added.
11996 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
11997 * platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Added.
11998 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Added.
11999 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
12000 * platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
12001 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: Added.
12002 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
12003 * platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
12004 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum: Added.
12005 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
12006 * platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
12007 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Added.
12008 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
12009 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
12010 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: Added.
12011 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
12012 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
12013 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum: Added.
12014 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
12015 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
12016 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: Added.
12017 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
12018 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
12019 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum: Added.
12020 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
12021 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
12022 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum: Added.
12023 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
12024 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
12025 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum: Added.
12026 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
12027 * platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
12028 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum: Added.
12029 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
12030 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
12031 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum: Added.
12032 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
12033 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
12034 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: Added.
12035 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
12036 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
12037 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum: Added.
12038 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
12039 * platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
12040 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum: Added.
12041 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
12042 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
12043 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum: Added.
12044 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
12045 * platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
12046 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: Added.
12047 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
12048 * platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
12049 * platform/mac-leopard/svg/batik/filters: Added.
12050 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.checksum: Added.
12051 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.png: Added.
12052 * platform/mac-leopard/svg/batik/filters/filterRegions-expected.txt: Added.
12053 * platform/mac-leopard/svg/batik/masking: Added.
12054 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.checksum: Added.
12055 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.png: Added.
12056 * platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt: Added.
12057 * platform/mac-leopard/svg/batik/paints: Added.
12058 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.checksum: Added.
12059 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.png: Added.
12060 * platform/mac-leopard/svg/batik/paints/gradientLimit-expected.txt: Added.
12061 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Added.
12062 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
12063 * platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
12064 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.checksum: Added.
12065 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.png: Added.
12066 * platform/mac-leopard/svg/batik/paints/patternRegionA-expected.txt: Added.
12067 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.checksum: Added.
12068 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.png: Added.
12069 * platform/mac-leopard/svg/batik/paints/patternRegions-expected.txt: Added.
12070 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.checksum: Added.
12071 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.png: Added.
12072 * platform/mac-leopard/svg/batik/text/longTextOnPath-expected.txt: Added.
12073 * platform/mac-leopard/svg/batik/text/textAnchor-expected.checksum: Added.
12074 * platform/mac-leopard/svg/batik/text/textAnchor-expected.png: Added.
12075 * platform/mac-leopard/svg/batik/text/textAnchor-expected.txt: Added.
12076 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.checksum: Added.
12077 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.png: Added.
12078 * platform/mac-leopard/svg/batik/text/textAnchor2-expected.txt: Added.
12079 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.checksum: Added.
12080 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.png: Added.
12081 * platform/mac-leopard/svg/batik/text/textAnchor3-expected.txt: Added.
12082 * platform/mac-leopard/svg/batik/text/textBiDi-expected.checksum: Added.
12083 * platform/mac-leopard/svg/batik/text/textBiDi-expected.png: Added.
12084 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.checksum: Added.
12085 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.png: Added.
12086 * platform/mac-leopard/svg/batik/text/textDecoration2-expected.txt: Added.
12087 * platform/mac-leopard/svg/batik/text/textEffect-expected.checksum: Added.
12088 * platform/mac-leopard/svg/batik/text/textEffect-expected.png: Added.
12089 * platform/mac-leopard/svg/batik/text/textEffect-expected.txt: Added.
12090 * platform/mac-leopard/svg/batik/text/textEffect2-expected.checksum: Added.
12091 * platform/mac-leopard/svg/batik/text/textEffect2-expected.png: Added.
12092 * platform/mac-leopard/svg/batik/text/textEffect2-expected.txt: Added.
12093 * platform/mac-leopard/svg/batik/text/textEffect3-expected.checksum: Added.
12094 * platform/mac-leopard/svg/batik/text/textEffect3-expected.png: Added.
12095 * platform/mac-leopard/svg/batik/text/textEffect3-expected.txt: Added.
12096 * platform/mac-leopard/svg/batik/text/textFeatures-expected.checksum: Added.
12097 * platform/mac-leopard/svg/batik/text/textFeatures-expected.png: Added.
12098 * platform/mac-leopard/svg/batik/text/textFeatures-expected.txt: Added.
12099 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Added.
12100 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
12101 * platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
12102 * platform/mac-leopard/svg/batik/text/textLayout-expected.checksum: Added.
12103 * platform/mac-leopard/svg/batik/text/textLayout-expected.png: Added.
12104 * platform/mac-leopard/svg/batik/text/textLayout-expected.txt: Added.
12105 * platform/mac-leopard/svg/batik/text/textLayout2-expected.checksum: Added.
12106 * platform/mac-leopard/svg/batik/text/textLayout2-expected.png: Added.
12107 * platform/mac-leopard/svg/batik/text/textLayout2-expected.txt: Added.
12108 * platform/mac-leopard/svg/batik/text/textLength-expected.checksum: Added.
12109 * platform/mac-leopard/svg/batik/text/textLength-expected.png: Added.
12110 * platform/mac-leopard/svg/batik/text/textLength-expected.txt: Added.
12111 * platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum: Added.
12112 * platform/mac-leopard/svg/batik/text/textOnPath-expected.png: Added.
12113 * platform/mac-leopard/svg/batik/text/textOnPath-expected.txt: Added.
12114 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.checksum: Added.
12115 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.png: Added.
12116 * platform/mac-leopard/svg/batik/text/textOnPath2-expected.txt: Added.
12117 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.checksum: Added.
12118 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.png: Added.
12119 * platform/mac-leopard/svg/batik/text/textOnPath3-expected.txt: Added.
12120 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.checksum: Added.
12121 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.png: Added.
12122 * platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.txt: Added.
12123 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.checksum: Added.
12124 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.png: Added.
12125 * platform/mac-leopard/svg/batik/text/textPCDATA-expected.txt: Added.
12126 * platform/mac-leopard/svg/batik/text/textPosition-expected.checksum: Added.
12127 * platform/mac-leopard/svg/batik/text/textPosition-expected.png: Added.
12128 * platform/mac-leopard/svg/batik/text/textPosition-expected.txt: Added.
12129 * platform/mac-leopard/svg/batik/text/textPosition2-expected.checksum: Added.
12130 * platform/mac-leopard/svg/batik/text/textPosition2-expected.png: Added.
12131 * platform/mac-leopard/svg/batik/text/textPosition2-expected.txt: Added.
12132 * platform/mac-leopard/svg/batik/text/textProperties-expected.checksum: Added.
12133 * platform/mac-leopard/svg/batik/text/textProperties-expected.png: Added.
12134 * platform/mac-leopard/svg/batik/text/textProperties-expected.txt: Added.
12135 * platform/mac-leopard/svg/batik/text/textProperties2-expected.checksum: Added.
12136 * platform/mac-leopard/svg/batik/text/textProperties2-expected.png: Added.
12137 * platform/mac-leopard/svg/batik/text/textProperties2-expected.txt: Added.
12138 * platform/mac-leopard/svg/batik/text/textStyles-expected.checksum: Added.
12139 * platform/mac-leopard/svg/batik/text/textStyles-expected.png: Added.
12140 * platform/mac-leopard/svg/batik/text/textStyles-expected.txt: Added.
12141 * platform/mac-leopard/svg/batik/text/verticalText-expected.checksum: Added.
12142 * platform/mac-leopard/svg/batik/text/verticalText-expected.png: Added.
12143 * platform/mac-leopard/svg/batik/text/verticalText-expected.txt: Added.
12144 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.checksum: Added.
12145 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: Added.
12146 * platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.txt: Added.
12147 * platform/mac-leopard/svg/batik/text/xmlSpace-expected.checksum: Added.
12148 * platform/mac-leopard/svg/batik/text/xmlSpace-expected.png: Added.
12149 * platform/mac-leopard/svg/batik/text/xmlSpace-expected.txt: Added.
12150 * platform/mac-leopard/svg/carto.net: Added.
12151 * platform/mac-leopard/svg/carto.net/button-expected.checksum: Added.
12152 * platform/mac-leopard/svg/carto.net/button-expected.png: Added.
12153 * platform/mac-leopard/svg/carto.net/button-expected.txt: Added.
12154 * platform/mac-leopard/svg/carto.net/colourpicker-expected.checksum: Added.
12155 * platform/mac-leopard/svg/carto.net/colourpicker-expected.png: Added.
12156 * platform/mac-leopard/svg/carto.net/colourpicker-expected.txt: Added.
12157 * platform/mac-leopard/svg/carto.net/combobox-expected.checksum: Added.
12158 * platform/mac-leopard/svg/carto.net/combobox-expected.png: Added.
12159 * platform/mac-leopard/svg/carto.net/combobox-expected.txt: Added.
12160 * platform/mac-leopard/svg/carto.net/frameless-svg-parse-error-expected.checksum: Added.
12161 * platform/mac-leopard/svg/carto.net/frameless-svg-parse-error-expected.png: Added.
12162 * platform/mac-leopard/svg/carto.net/scrollbar-expected.checksum: Added.
12163 * platform/mac-leopard/svg/carto.net/scrollbar-expected.png: Added.
12164 * platform/mac-leopard/svg/carto.net/scrollbar-expected.txt: Added.
12165 * platform/mac-leopard/svg/carto.net/selectionlist-expected.checksum: Added.
12166 * platform/mac-leopard/svg/carto.net/selectionlist-expected.png: Added.
12167 * platform/mac-leopard/svg/carto.net/selectionlist-expected.txt: Added.
12168 * platform/mac-leopard/svg/carto.net/slider-expected.checksum: Added.
12169 * platform/mac-leopard/svg/carto.net/slider-expected.png: Added.
12170 * platform/mac-leopard/svg/carto.net/slider-expected.txt: Added.
12171 * platform/mac-leopard/svg/carto.net/tabgroup-expected.checksum: Added.
12172 * platform/mac-leopard/svg/carto.net/tabgroup-expected.png: Added.
12173 * platform/mac-leopard/svg/carto.net/tabgroup-expected.txt: Added.
12174 * platform/mac-leopard/svg/carto.net/textbox-expected.checksum: Added.
12175 * platform/mac-leopard/svg/carto.net/textbox-expected.png: Added.
12176 * platform/mac-leopard/svg/carto.net/textbox-expected.txt: Added.
12177 * platform/mac-leopard/svg/carto.net/window-expected.checksum: Added.
12178 * platform/mac-leopard/svg/carto.net/window-expected.png: Added.
12179 * platform/mac-leopard/svg/carto.net/window-expected.txt: Added.
12180 * platform/mac-leopard/svg/css: Added.
12181 * platform/mac-leopard/svg/css/css-box-min-width-expected.checksum: Added.
12182 * platform/mac-leopard/svg/css/css-box-min-width-expected.png: Added.
12183 * platform/mac-leopard/svg/css/css-box-min-width-expected.txt: Added.
12184 * platform/mac-leopard/svg/css/getComputedStyle-basic-expected.checksum: Added.
12185 * platform/mac-leopard/svg/css/getComputedStyle-basic-expected.png: Added.
12186 * platform/mac-leopard/svg/css/glyph-orientation-rounding-test-expected.checksum: Added.
12187 * platform/mac-leopard/svg/css/glyph-orientation-rounding-test-expected.png: Added.
12188 * platform/mac-leopard/svg/custom/SVGException-expected.checksum: Added.
12189 * platform/mac-leopard/svg/custom/SVGException-expected.png: Added.
12190 * platform/mac-leopard/svg/custom/SVGMatrix-interface-expected.checksum: Added.
12191 * platform/mac-leopard/svg/custom/SVGMatrix-interface-expected.png: Added.
12192 * platform/mac-leopard/svg/custom/SVGMatrix-interface-expected.txt: Added.
12193 * platform/mac-leopard/svg/custom/SVGNumber-interface-expected.checksum: Added.
12194 * platform/mac-leopard/svg/custom/SVGNumber-interface-expected.png: Added.
12195 * platform/mac-leopard/svg/custom/SVGNumber-interface-expected.txt: Added.
12196 * platform/mac-leopard/svg/custom/SVGPoint-interface-expected.checksum: Added.
12197 * platform/mac-leopard/svg/custom/SVGPoint-interface-expected.png: Added.
12198 * platform/mac-leopard/svg/custom/SVGPoint-interface-expected.txt: Added.
12199 * platform/mac-leopard/svg/custom/SVGPoint-matrixTransform-expected.checksum: Added.
12200 * platform/mac-leopard/svg/custom/SVGPoint-matrixTransform-expected.png: Added.
12201 * platform/mac-leopard/svg/custom/SVGPoint-matrixTransform-expected.txt: Added.
12202 * platform/mac-leopard/svg/custom/SVGRect-interface-expected.checksum: Added.
12203 * platform/mac-leopard/svg/custom/SVGRect-interface-expected.png: Added.
12204 * platform/mac-leopard/svg/custom/SVGRect-interface-expected.txt: Added.
12205 * platform/mac-leopard/svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Added.
12206 * platform/mac-leopard/svg/custom/absolute-sized-svg-in-xhtml-expected.png: Added.
12207 * platform/mac-leopard/svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Added.
12208 * platform/mac-leopard/svg/custom/alignment-baseline-modes-expected.checksum: Added.
12209 * platform/mac-leopard/svg/custom/alignment-baseline-modes-expected.png: Added.
12210 * platform/mac-leopard/svg/custom/alignment-baseline-modes-expected.txt: Added.
12211 * platform/mac-leopard/svg/custom/attribute-namespace-check-expected.checksum: Added.
12212 * platform/mac-leopard/svg/custom/attribute-namespace-check-expected.png: Added.
12213 * platform/mac-leopard/svg/custom/attribute-namespace-check-expected.txt: Added.
12214 * platform/mac-leopard/svg/custom/baseval-animval-equality-expected.checksum: Added.
12215 * platform/mac-leopard/svg/custom/baseval-animval-equality-expected.png: Added.
12216 * platform/mac-leopard/svg/custom/baseval-animval-equality-expected.txt: Added.
12217 * platform/mac-leopard/svg/custom/circular-marker-reference-1-expected.checksum: Added.
12218 * platform/mac-leopard/svg/custom/circular-marker-reference-1-expected.png: Added.
12219 * platform/mac-leopard/svg/custom/circular-marker-reference-1-expected.txt: Added.
12220 * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.checksum: Added.
12221 * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.png: Added.
12222 * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.txt: Added.
12223 * platform/mac-leopard/svg/custom/circular-marker-reference-3-expected.checksum: Added.
12224 * platform/mac-leopard/svg/custom/circular-marker-reference-3-expected.png: Added.
12225 * platform/mac-leopard/svg/custom/circular-marker-reference-3-expected.txt: Added.
12226 * platform/mac-leopard/svg/custom/circular-marker-reference-4-expected.checksum: Added.
12227 * platform/mac-leopard/svg/custom/circular-marker-reference-4-expected.png: Added.
12228 * platform/mac-leopard/svg/custom/circular-marker-reference-4-expected.txt: Added.
12229 * platform/mac-leopard/svg/custom/class-selector-expected.checksum: Added.
12230 * platform/mac-leopard/svg/custom/class-selector-expected.png: Added.
12231 * platform/mac-leopard/svg/custom/class-selector-expected.txt: Added.
12232 * platform/mac-leopard/svg/custom/clip-path-child-changes-expected.checksum: Added.
12233 * platform/mac-leopard/svg/custom/clip-path-child-changes-expected.png: Added.
12234 * platform/mac-leopard/svg/custom/clip-path-child-changes-expected.txt: Added.
12235 * platform/mac-leopard/svg/custom/clip-path-href-changes-expected.checksum: Added.
12236 * platform/mac-leopard/svg/custom/clip-path-href-changes-expected.png: Added.
12237 * platform/mac-leopard/svg/custom/clip-path-href-changes-expected.txt: Added.
12238 * platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.checksum: Added.
12239 * platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.png: Added.
12240 * platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.txt: Added.
12241 * platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.checksum: Added.
12242 * platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.png: Added.
12243 * platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.txt: Added.
12244 * platform/mac-leopard/svg/custom/clip-path-units-changes-expected.checksum: Added.
12245 * platform/mac-leopard/svg/custom/clip-path-units-changes-expected.png: Added.
12246 * platform/mac-leopard/svg/custom/clip-path-units-changes-expected.txt: Added.
12247 * platform/mac-leopard/svg/custom/clip-path-with-transform-expected.checksum: Added.
12248 * platform/mac-leopard/svg/custom/clip-path-with-transform-expected.png: Added.
12249 * platform/mac-leopard/svg/custom/clip-path-with-transform-expected.txt: Added.
12250 * platform/mac-leopard/svg/custom/conditional-processing-outside-switch-expected.checksum: Added.
12251 * platform/mac-leopard/svg/custom/conditional-processing-outside-switch-expected.png: Added.
12252 * platform/mac-leopard/svg/custom/conditional-processing-outside-switch-expected.txt: Added.
12253 * platform/mac-leopard/svg/custom/container-opacity-clip-viewBox-expected.checksum: Added.
12254 * platform/mac-leopard/svg/custom/container-opacity-clip-viewBox-expected.png: Added.
12255 * platform/mac-leopard/svg/custom/container-opacity-clip-viewBox-expected.txt: Added.
12256 * platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.checksum: Added.
12257 * platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.png: Added.
12258 * platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.txt: Added.
12259 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.checksum: Added.
12260 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.png: Added.
12261 * platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.txt: Added.
12262 * platform/mac-leopard/svg/custom/create-metadata-element-expected.checksum: Added.
12263 * platform/mac-leopard/svg/custom/create-metadata-element-expected.png: Added.
12264 * platform/mac-leopard/svg/custom/create-metadata-element-expected.txt: Added.
12265 * platform/mac-leopard/svg/custom/createelement-expected.checksum: Added.
12266 * platform/mac-leopard/svg/custom/createelement-expected.png: Added.
12267 * platform/mac-leopard/svg/custom/createelement-expected.txt: Added.
12268 * platform/mac-leopard/svg/custom/css-pixels-dpi-expected.checksum: Added.
12269 * platform/mac-leopard/svg/custom/css-pixels-dpi-expected.png: Added.
12270 * platform/mac-leopard/svg/custom/css-pixels-dpi-expected.txt: Added.
12271 * platform/mac-leopard/svg/custom/dasharrayOrigin-expected.checksum: Added.
12272 * platform/mac-leopard/svg/custom/dasharrayOrigin-expected.png: Added.
12273 * platform/mac-leopard/svg/custom/dasharrayOrigin-expected.txt: Added.
12274 * platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.checksum: Added.
12275 * platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.png: Added.
12276 * platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.txt: Added.
12277 * platform/mac-leopard/svg/custom/display-none-expected.checksum: Added.
12278 * platform/mac-leopard/svg/custom/display-none-expected.png: Added.
12279 * platform/mac-leopard/svg/custom/display-none-expected.txt: Added.
12280 * platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
12281 * platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.png: Added.
12282 * platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.txt: Added.
12283 * platform/mac-leopard/svg/custom/dominant-baseline-modes-expected.checksum: Added.
12284 * platform/mac-leopard/svg/custom/dominant-baseline-modes-expected.png: Added.
12285 * platform/mac-leopard/svg/custom/dominant-baseline-modes-expected.txt: Added.
12286 * platform/mac-leopard/svg/custom/dynamic-empty-path-expected.checksum: Added.
12287 * platform/mac-leopard/svg/custom/dynamic-empty-path-expected.png: Added.
12288 * platform/mac-leopard/svg/custom/dynamic-empty-path-expected.txt: Added.
12289 * platform/mac-leopard/svg/custom/dynamic-svg-document-creation-expected.checksum: Added.
12290 * platform/mac-leopard/svg/custom/dynamic-svg-document-creation-expected.png: Added.
12291 * platform/mac-leopard/svg/custom/dynamic-svg-document-creation-expected.txt: Added.
12292 * platform/mac-leopard/svg/custom/dynamic-viewBox-expected.checksum: Added.
12293 * platform/mac-leopard/svg/custom/dynamic-viewBox-expected.png: Added.
12294 * platform/mac-leopard/svg/custom/dynamic-viewBox-expected.txt: Added.
12295 * platform/mac-leopard/svg/custom/embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
12296 * platform/mac-leopard/svg/custom/embedded-svg-disallowed-in-dashboard-expected.png: Added.
12297 * platform/mac-leopard/svg/custom/empty-clip-path-expected.checksum: Added.
12298 * platform/mac-leopard/svg/custom/empty-clip-path-expected.png: Added.
12299 * platform/mac-leopard/svg/custom/empty-clip-path-expected.txt: Added.
12300 * platform/mac-leopard/svg/custom/empty-merge-expected.checksum: Added.
12301 * platform/mac-leopard/svg/custom/empty-merge-expected.png: Added.
12302 * platform/mac-leopard/svg/custom/empty-merge-expected.txt: Added.
12303 * platform/mac-leopard/svg/custom/evt-onload-expected.checksum: Added.
12304 * platform/mac-leopard/svg/custom/evt-onload-expected.png: Added.
12305 * platform/mac-leopard/svg/custom/evt-onload-expected.txt: Added.
12306 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.checksum: Added.
12307 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
12308 * platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
12309 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
12310 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
12311 * platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
12312 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.checksum: Added.
12313 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.png: Added.
12314 * platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
12315 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.checksum: Added.
12316 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.png: Added.
12317 * platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.txt: Added.
12318 * platform/mac-leopard/svg/custom/feDisplacementMap-01-expected.checksum: Added.
12319 * platform/mac-leopard/svg/custom/feDisplacementMap-01-expected.png: Added.
12320 * platform/mac-leopard/svg/custom/feDisplacementMap-01-expected.txt: Added.
12321 * platform/mac-leopard/svg/custom/fill-SVGPaint-interface-expected.checksum: Added.
12322 * platform/mac-leopard/svg/custom/fill-SVGPaint-interface-expected.png: Added.
12323 * platform/mac-leopard/svg/custom/fill-SVGPaint-interface-expected.txt: Added.
12324 * platform/mac-leopard/svg/custom/fill-fallback-expected.checksum: Added.
12325 * platform/mac-leopard/svg/custom/fill-fallback-expected.png: Added.
12326 * platform/mac-leopard/svg/custom/fill-fallback-expected.txt: Added.
12327 * platform/mac-leopard/svg/custom/fill-update-expected.checksum: Added.
12328 * platform/mac-leopard/svg/custom/fill-update-expected.png: Added.
12329 * platform/mac-leopard/svg/custom/fill-update-expected.txt: Added.
12330 * platform/mac-leopard/svg/custom/filter-source-alpha-expected.checksum: Added.
12331 * platform/mac-leopard/svg/custom/filter-source-alpha-expected.png: Added.
12332 * platform/mac-leopard/svg/custom/filter-source-alpha-expected.txt: Added.
12333 * platform/mac-leopard/svg/custom/focus-ring-expected.checksum: Added.
12334 * platform/mac-leopard/svg/custom/focus-ring-expected.png: Added.
12335 * platform/mac-leopard/svg/custom/focus-ring-expected.txt: Added.
12336 * platform/mac-leopard/svg/custom/font-face-cascade-order-expected.checksum: Added.
12337 * platform/mac-leopard/svg/custom/font-face-cascade-order-expected.png: Added.
12338 * platform/mac-leopard/svg/custom/font-face-cascade-order-expected.txt: Added.
12339 * platform/mac-leopard/svg/custom/font-face-simple-expected.checksum: Added.
12340 * platform/mac-leopard/svg/custom/font-face-simple-expected.png: Added.
12341 * platform/mac-leopard/svg/custom/font-face-simple-expected.txt: Added.
12342 * platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.checksum: Added.
12343 * platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.png: Added.
12344 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum: Added.
12345 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.png: Added.
12346 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.txt: Added.
12347 * platform/mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.checksum: Added.
12348 * platform/mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
12349 * platform/mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.txt: Added.
12350 * platform/mac-leopard/svg/custom/fractional-rects-expected.checksum: Added.
12351 * platform/mac-leopard/svg/custom/fractional-rects-expected.png: Added.
12352 * platform/mac-leopard/svg/custom/fractional-rects-expected.txt: Added.
12353 * platform/mac-leopard/svg/custom/frame-getSVGDocument-expected.checksum: Added.
12354 * platform/mac-leopard/svg/custom/frame-getSVGDocument-expected.png: Added.
12355 * platform/mac-leopard/svg/custom/getBBox-js-expected.checksum: Added.
12356 * platform/mac-leopard/svg/custom/getBBox-js-expected.png: Added.
12357 * platform/mac-leopard/svg/custom/getPresentationAttribute-expected.checksum: Added.
12358 * platform/mac-leopard/svg/custom/getPresentationAttribute-expected.png: Added.
12359 * platform/mac-leopard/svg/custom/getPresentationAttribute-expected.txt: Added.
12360 * platform/mac-leopard/svg/custom/getTransformToElement-expected.checksum: Added.
12361 * platform/mac-leopard/svg/custom/getTransformToElement-expected.png: Added.
12362 * platform/mac-leopard/svg/custom/getTransformToElement-expected.txt: Added.
12363 * platform/mac-leopard/svg/custom/getscreenctm-in-mixed-content-expected.checksum: Added.
12364 * platform/mac-leopard/svg/custom/getscreenctm-in-mixed-content-expected.png: Added.
12365 * platform/mac-leopard/svg/custom/getscreenctm-in-mixed-content-expected.txt: Added.
12366 * platform/mac-leopard/svg/custom/getsvgdocument-expected.checksum: Added.
12367 * platform/mac-leopard/svg/custom/getsvgdocument-expected.png: Added.
12368 * platform/mac-leopard/svg/custom/getsvgdocument-expected.txt: Added.
12369 * platform/mac-leopard/svg/custom/glyph-selection-lang-attribute-expected.checksum: Added.
12370 * platform/mac-leopard/svg/custom/glyph-selection-lang-attribute-expected.png: Added.
12371 * platform/mac-leopard/svg/custom/glyph-selection-lang-attribute-expected.txt: Added.
12372 * platform/mac-leopard/svg/custom/gradient-add-stops-expected.checksum: Added.
12373 * platform/mac-leopard/svg/custom/gradient-add-stops-expected.png: Added.
12374 * platform/mac-leopard/svg/custom/gradient-add-stops-expected.txt: Added.
12375 * platform/mac-leopard/svg/custom/gradient-attr-update-expected.checksum: Added.
12376 * platform/mac-leopard/svg/custom/gradient-attr-update-expected.png: Added.
12377 * platform/mac-leopard/svg/custom/gradient-attr-update-expected.txt: Added.
12378 * platform/mac-leopard/svg/custom/gradient-cycle-detection-expected.checksum: Added.
12379 * platform/mac-leopard/svg/custom/gradient-cycle-detection-expected.png: Added.
12380 * platform/mac-leopard/svg/custom/gradient-cycle-detection-expected.txt: Added.
12381 * platform/mac-leopard/svg/custom/gradient-deep-referencing-expected.checksum: Added.
12382 * platform/mac-leopard/svg/custom/gradient-deep-referencing-expected.png: Added.
12383 * platform/mac-leopard/svg/custom/gradient-deep-referencing-expected.txt: Added.
12384 * platform/mac-leopard/svg/custom/gradient-rotated-bbox-expected.checksum: Added.
12385 * platform/mac-leopard/svg/custom/gradient-rotated-bbox-expected.png: Added.
12386 * platform/mac-leopard/svg/custom/gradient-rotated-bbox-expected.txt: Added.
12387 * platform/mac-leopard/svg/custom/gradient-stop-corner-cases-expected.checksum: Added.
12388 * platform/mac-leopard/svg/custom/gradient-stop-corner-cases-expected.png: Added.
12389 * platform/mac-leopard/svg/custom/gradient-stop-corner-cases-expected.txt: Added.
12390 * platform/mac-leopard/svg/custom/gradient-stop-style-change-expected.checksum: Added.
12391 * platform/mac-leopard/svg/custom/gradient-stop-style-change-expected.png: Added.
12392 * platform/mac-leopard/svg/custom/gradient-stop-style-change-expected.txt: Added.
12393 * platform/mac-leopard/svg/custom/gradient-stroke-width-expected.checksum: Added.
12394 * platform/mac-leopard/svg/custom/gradient-stroke-width-expected.png: Added.
12395 * platform/mac-leopard/svg/custom/gradient-stroke-width-expected.txt: Added.
12396 * platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.checksum: Added.
12397 * platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.png: Added.
12398 * platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.txt: Added.
12399 * platform/mac-leopard/svg/custom/group-opacity-expected.checksum: Added.
12400 * platform/mac-leopard/svg/custom/group-opacity-expected.png: Added.
12401 * platform/mac-leopard/svg/custom/group-opacity-expected.txt: Added.
12402 * platform/mac-leopard/svg/custom/hit-test-path-expected.checksum: Added.
12403 * platform/mac-leopard/svg/custom/hit-test-path-expected.png: Added.
12404 * platform/mac-leopard/svg/custom/hit-test-path-expected.txt: Added.
12405 * platform/mac-leopard/svg/custom/hit-test-path-stroke-expected.checksum: Added.
12406 * platform/mac-leopard/svg/custom/hit-test-path-stroke-expected.png: Added.
12407 * platform/mac-leopard/svg/custom/hit-test-path-stroke-expected.txt: Added.
12408 * platform/mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.checksum: Added.
12409 * platform/mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.png: Added.
12410 * platform/mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.txt: Added.
12411 * platform/mac-leopard/svg/custom/hit-test-with-br-expected.checksum: Added.
12412 * platform/mac-leopard/svg/custom/hit-test-with-br-expected.png: Added.
12413 * platform/mac-leopard/svg/custom/hit-test-with-br-expected.txt: Added.
12414 * platform/mac-leopard/svg/custom/hover-default-fill-expected.checksum: Added.
12415 * platform/mac-leopard/svg/custom/hover-default-fill-expected.png: Added.
12416 * platform/mac-leopard/svg/custom/hover-default-fill-expected.txt: Added.
12417 * platform/mac-leopard/svg/custom/image-clipped-hit-expected.checksum: Added.
12418 * platform/mac-leopard/svg/custom/image-clipped-hit-expected.png: Added.
12419 * platform/mac-leopard/svg/custom/image-clipped-hit-expected.txt: Added.
12420 * platform/mac-leopard/svg/custom/image-parent-translation-expected.checksum: Added.
12421 * platform/mac-leopard/svg/custom/image-parent-translation-expected.png: Added.
12422 * platform/mac-leopard/svg/custom/image-parent-translation-expected.txt: Added.
12423 * platform/mac-leopard/svg/custom/image-small-width-height-expected.checksum: Added.
12424 * platform/mac-leopard/svg/custom/image-small-width-height-expected.png: Added.
12425 * platform/mac-leopard/svg/custom/image-small-width-height-expected.txt: Added.
12426 * platform/mac-leopard/svg/custom/image-with-aspect-ratio-stretch-expected.checksum: Added.
12427 * platform/mac-leopard/svg/custom/image-with-aspect-ratio-stretch-expected.png: Added.
12428 * platform/mac-leopard/svg/custom/image-with-aspect-ratio-stretch-expected.txt: Added.
12429 * platform/mac-leopard/svg/custom/image-with-prefix-in-webarchive-expected.checksum: Added.
12430 * platform/mac-leopard/svg/custom/image-with-prefix-in-webarchive-expected.png: Added.
12431 * platform/mac-leopard/svg/custom/image-with-transform-clip-filter-expected.checksum: Added.
12432 * platform/mac-leopard/svg/custom/image-with-transform-clip-filter-expected.png: Added.
12433 * platform/mac-leopard/svg/custom/image-with-transform-clip-filter-expected.txt: Added.
12434 * platform/mac-leopard/svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
12435 * platform/mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png: Added.
12436 * platform/mac-leopard/svg/custom/inline-svg-in-xhtml-expected.txt: Added.
12437 * platform/mac-leopard/svg/custom/inner-percent-expected.checksum: Added.
12438 * platform/mac-leopard/svg/custom/inner-percent-expected.png: Added.
12439 * platform/mac-leopard/svg/custom/inner-percent-expected.txt: Added.
12440 * platform/mac-leopard/svg/custom/inner-svg-hit-test-expected.checksum: Added.
12441 * platform/mac-leopard/svg/custom/inner-svg-hit-test-expected.png: Added.
12442 * platform/mac-leopard/svg/custom/inner-svg-hit-test-expected.txt: Added.
12443 * platform/mac-leopard/svg/custom/invalid-css-expected.checksum: Added.
12444 * platform/mac-leopard/svg/custom/invalid-css-expected.png: Added.
12445 * platform/mac-leopard/svg/custom/invalid-css-expected.txt: Added.
12446 * platform/mac-leopard/svg/custom/invalid-fill-expected.checksum: Added.
12447 * platform/mac-leopard/svg/custom/invalid-fill-expected.png: Added.
12448 * platform/mac-leopard/svg/custom/invalid-fill-expected.txt: Added.
12449 * platform/mac-leopard/svg/custom/invalid-fill-hex-expected.checksum: Added.
12450 * platform/mac-leopard/svg/custom/invalid-fill-hex-expected.png: Added.
12451 * platform/mac-leopard/svg/custom/invalid-fill-hex-expected.txt: Added.
12452 * platform/mac-leopard/svg/custom/invalid-lengthlist-expected.checksum: Added.
12453 * platform/mac-leopard/svg/custom/invalid-lengthlist-expected.png: Added.
12454 * platform/mac-leopard/svg/custom/invalid-lengthlist-expected.txt: Added.
12455 * platform/mac-leopard/svg/custom/invalid-transforms-expected.checksum: Added.
12456 * platform/mac-leopard/svg/custom/invalid-transforms-expected.png: Added.
12457 * platform/mac-leopard/svg/custom/invalid-transforms-expected.txt: Added.
12458 * platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.checksum: Added.
12459 * platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.png: Added.
12460 * platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.txt: Added.
12461 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: Added.
12462 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
12463 * platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
12464 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.checksum: Added.
12465 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.png: Added.
12466 * platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.txt: Added.
12467 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Added.
12468 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png: Added.
12469 * platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
12470 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.checksum: Added.
12471 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.png: Added.
12472 * platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
12473 * platform/mac-leopard/svg/custom/js-late-marker-and-object-creation-expected.checksum: Added.
12474 * platform/mac-leopard/svg/custom/js-late-marker-and-object-creation-expected.png: Added.
12475 * platform/mac-leopard/svg/custom/js-late-marker-and-object-creation-expected.txt: Added.
12476 * platform/mac-leopard/svg/custom/js-late-marker-creation-expected.checksum: Added.
12477 * platform/mac-leopard/svg/custom/js-late-marker-creation-expected.png: Added.
12478 * platform/mac-leopard/svg/custom/js-late-marker-creation-expected.txt: Added.
12479 * platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.checksum: Added.
12480 * platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.png: Added.
12481 * platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.txt: Added.
12482 * platform/mac-leopard/svg/custom/js-late-mask-creation-expected.checksum: Added.
12483 * platform/mac-leopard/svg/custom/js-late-mask-creation-expected.png: Added.
12484 * platform/mac-leopard/svg/custom/js-late-mask-creation-expected.txt: Added.
12485 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Added.
12486 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
12487 * platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
12488 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.checksum: Added.
12489 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.png: Added.
12490 * platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
12491 * platform/mac-leopard/svg/custom/js-svg-constructors-expected.checksum: Added.
12492 * platform/mac-leopard/svg/custom/js-svg-constructors-expected.png: Added.
12493 * platform/mac-leopard/svg/custom/js-update-bounce-expected.checksum: Added.
12494 * platform/mac-leopard/svg/custom/js-update-bounce-expected.png: Added.
12495 * platform/mac-leopard/svg/custom/js-update-bounce-expected.txt: Added.
12496 * platform/mac-leopard/svg/custom/js-update-container-expected.checksum: Added.
12497 * platform/mac-leopard/svg/custom/js-update-container-expected.png: Added.
12498 * platform/mac-leopard/svg/custom/js-update-container-expected.txt: Added.
12499 * platform/mac-leopard/svg/custom/js-update-container2-expected.checksum: Added.
12500 * platform/mac-leopard/svg/custom/js-update-container2-expected.png: Added.
12501 * platform/mac-leopard/svg/custom/js-update-container2-expected.txt: Added.
12502 * platform/mac-leopard/svg/custom/js-update-gradient-expected.checksum: Added.
12503 * platform/mac-leopard/svg/custom/js-update-gradient-expected.png: Added.
12504 * platform/mac-leopard/svg/custom/js-update-gradient-expected.txt: Added.
12505 * platform/mac-leopard/svg/custom/js-update-image-expected.checksum: Added.
12506 * platform/mac-leopard/svg/custom/js-update-image-expected.png: Added.
12507 * platform/mac-leopard/svg/custom/js-update-image-expected.txt: Added.
12508 * platform/mac-leopard/svg/custom/js-update-path-changes-expected.checksum: Added.
12509 * platform/mac-leopard/svg/custom/js-update-path-changes-expected.png: Added.
12510 * platform/mac-leopard/svg/custom/js-update-path-changes-expected.txt: Added.
12511 * platform/mac-leopard/svg/custom/js-update-path-removal-expected.checksum: Added.
12512 * platform/mac-leopard/svg/custom/js-update-path-removal-expected.png: Added.
12513 * platform/mac-leopard/svg/custom/js-update-path-removal-expected.txt: Added.
12514 * platform/mac-leopard/svg/custom/js-update-pattern-child-expected.checksum: Added.
12515 * platform/mac-leopard/svg/custom/js-update-pattern-child-expected.png: Added.
12516 * platform/mac-leopard/svg/custom/js-update-pattern-child-expected.txt: Added.
12517 * platform/mac-leopard/svg/custom/js-update-pattern-expected.checksum: Added.
12518 * platform/mac-leopard/svg/custom/js-update-pattern-expected.png: Added.
12519 * platform/mac-leopard/svg/custom/js-update-pattern-expected.txt: Added.
12520 * platform/mac-leopard/svg/custom/js-update-polygon-changes-expected.checksum: Added.
12521 * platform/mac-leopard/svg/custom/js-update-polygon-changes-expected.png: Added.
12522 * platform/mac-leopard/svg/custom/js-update-polygon-changes-expected.txt: Added.
12523 * platform/mac-leopard/svg/custom/js-update-polygon-removal-expected.checksum: Added.
12524 * platform/mac-leopard/svg/custom/js-update-polygon-removal-expected.png: Added.
12525 * platform/mac-leopard/svg/custom/js-update-polygon-removal-expected.txt: Added.
12526 * platform/mac-leopard/svg/custom/js-update-stop-expected.checksum: Added.
12527 * platform/mac-leopard/svg/custom/js-update-stop-expected.png: Added.
12528 * platform/mac-leopard/svg/custom/js-update-stop-expected.txt: Added.
12529 * platform/mac-leopard/svg/custom/js-update-style-expected.checksum: Added.
12530 * platform/mac-leopard/svg/custom/js-update-style-expected.png: Added.
12531 * platform/mac-leopard/svg/custom/js-update-style-expected.txt: Added.
12532 * platform/mac-leopard/svg/custom/js-update-transform-addition-expected.checksum: Added.
12533 * platform/mac-leopard/svg/custom/js-update-transform-addition-expected.png: Added.
12534 * platform/mac-leopard/svg/custom/js-update-transform-addition-expected.txt: Added.
12535 * platform/mac-leopard/svg/custom/js-update-transform-changes-expected.checksum: Added.
12536 * platform/mac-leopard/svg/custom/js-update-transform-changes-expected.png: Added.
12537 * platform/mac-leopard/svg/custom/js-update-transform-changes-expected.txt: Added.
12538 * platform/mac-leopard/svg/custom/junk-data-expected.checksum: Added.
12539 * platform/mac-leopard/svg/custom/junk-data-expected.png: Added.
12540 * platform/mac-leopard/svg/custom/junk-data-expected.txt: Added.
12541 * platform/mac-leopard/svg/custom/large-bounding-box-percents-expected.checksum: Added.
12542 * platform/mac-leopard/svg/custom/large-bounding-box-percents-expected.png: Added.
12543 * platform/mac-leopard/svg/custom/large-bounding-box-percents-expected.txt: Added.
12544 * platform/mac-leopard/svg/custom/linking-a-03-b-all-expected.checksum: Added.
12545 * platform/mac-leopard/svg/custom/linking-a-03-b-all-expected.png: Added.
12546 * platform/mac-leopard/svg/custom/linking-a-03-b-all-expected.txt: Added.
12547 * platform/mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum: Added.
12548 * platform/mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png: Added.
12549 * platform/mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Added.
12550 * platform/mac-leopard/svg/custom/linking-a-03-b-transform-expected.checksum: Added.
12551 * platform/mac-leopard/svg/custom/linking-a-03-b-transform-expected.png: Added.
12552 * platform/mac-leopard/svg/custom/linking-a-03-b-transform-expected.txt: Added.
12553 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-expected.checksum: Added.
12554 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-expected.png: Added.
12555 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
12556 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum: Added.
12557 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-transform-expected.png: Added.
12558 * platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
12559 * platform/mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.checksum: Added.
12560 * platform/mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.png: Added.
12561 * platform/mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.txt: Added.
12562 * platform/mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.checksum: Added.
12563 * platform/mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png: Added.
12564 * platform/mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Added.
12565 * platform/mac-leopard/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
12566 * platform/mac-leopard/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.png: Added.
12567 * platform/mac-leopard/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.checksum: Added.
12568 * platform/mac-leopard/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.png: Added.
12569 * platform/mac-leopard/svg/custom/marker-changes-expected.checksum: Added.
12570 * platform/mac-leopard/svg/custom/marker-changes-expected.png: Added.
12571 * platform/mac-leopard/svg/custom/marker-changes-expected.txt: Added.
12572 * platform/mac-leopard/svg/custom/marker-child-changes-expected.checksum: Added.
12573 * platform/mac-leopard/svg/custom/marker-child-changes-expected.png: Added.
12574 * platform/mac-leopard/svg/custom/marker-child-changes-expected.txt: Added.
12575 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.checksum: Added.
12576 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.png: Added.
12577 * platform/mac-leopard/svg/custom/marker-default-width-height-expected.txt: Added.
12578 * platform/mac-leopard/svg/custom/marker-overflow-clip-expected.checksum: Added.
12579 * platform/mac-leopard/svg/custom/marker-overflow-clip-expected.png: Added.
12580 * platform/mac-leopard/svg/custom/marker-overflow-clip-expected.txt: Added.
12581 * platform/mac-leopard/svg/custom/marker-viewBox-changes-expected.checksum: Added.
12582 * platform/mac-leopard/svg/custom/marker-viewBox-changes-expected.png: Added.
12583 * platform/mac-leopard/svg/custom/marker-viewBox-changes-expected.txt: Added.
12584 * platform/mac-leopard/svg/custom/mask-changes-expected.checksum: Added.
12585 * platform/mac-leopard/svg/custom/mask-changes-expected.png: Added.
12586 * platform/mac-leopard/svg/custom/mask-changes-expected.txt: Added.
12587 * platform/mac-leopard/svg/custom/mask-child-changes-expected.checksum: Added.
12588 * platform/mac-leopard/svg/custom/mask-child-changes-expected.png: Added.
12589 * platform/mac-leopard/svg/custom/mask-child-changes-expected.txt: Added.
12590 * platform/mac-leopard/svg/custom/mask-excessive-malloc-expected.checksum: Added.
12591 * platform/mac-leopard/svg/custom/mask-excessive-malloc-expected.png: Added.
12592 * platform/mac-leopard/svg/custom/mask-excessive-malloc-expected.txt: Added.
12593 * platform/mac-leopard/svg/custom/mask-inside-defs-expected.checksum: Added.
12594 * platform/mac-leopard/svg/custom/mask-inside-defs-expected.png: Added.
12595 * platform/mac-leopard/svg/custom/mask-inside-defs-expected.txt: Added.
12596 * platform/mac-leopard/svg/custom/missing-xlink-expected.checksum: Added.
12597 * platform/mac-leopard/svg/custom/missing-xlink-expected.png: Added.
12598 * platform/mac-leopard/svg/custom/missing-xlink-expected.txt: Added.
12599 * platform/mac-leopard/svg/custom/multiple-title-elements-expected.checksum: Added.
12600 * platform/mac-leopard/svg/custom/multiple-title-elements-expected.png: Added.
12601 * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.checksum: Added.
12602 * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.png: Added.
12603 * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.txt: Added.
12604 * platform/mac-leopard/svg/custom/non-opaque-filters-expected.checksum: Added.
12605 * platform/mac-leopard/svg/custom/non-opaque-filters-expected.png: Added.
12606 * platform/mac-leopard/svg/custom/non-opaque-filters-expected.txt: Added.
12607 * platform/mac-leopard/svg/custom/path-bad-data-expected.checksum: Added.
12608 * platform/mac-leopard/svg/custom/path-bad-data-expected.png: Added.
12609 * platform/mac-leopard/svg/custom/path-bad-data-expected.txt: Added.
12610 * platform/mac-leopard/svg/custom/path-getTotalLength-expected.checksum: Added.
12611 * platform/mac-leopard/svg/custom/path-getTotalLength-expected.png: Added.
12612 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.checksum: Added.
12613 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.png: Added.
12614 * platform/mac-leopard/svg/custom/path-textPath-simulation-expected.txt: Added.
12615 * platform/mac-leopard/svg/custom/path-update-expected.checksum: Added.
12616 * platform/mac-leopard/svg/custom/path-update-expected.png: Added.
12617 * platform/mac-leopard/svg/custom/path-update-expected.txt: Added.
12618 * platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.checksum: Added.
12619 * platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.png: Added.
12620 * platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.txt: Added.
12621 * platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.checksum: Added.
12622 * platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.png: Added.
12623 * platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.txt: Added.
12624 * platform/mac-leopard/svg/custom/pattern-in-defs-expected.checksum: Added.
12625 * platform/mac-leopard/svg/custom/pattern-in-defs-expected.png: Added.
12626 * platform/mac-leopard/svg/custom/pattern-in-defs-expected.txt: Added.
12627 * platform/mac-leopard/svg/custom/pattern-rotate-expected.checksum: Added.
12628 * platform/mac-leopard/svg/custom/pattern-rotate-expected.png: Added.
12629 * platform/mac-leopard/svg/custom/pattern-rotate-expected.txt: Added.
12630 * platform/mac-leopard/svg/custom/pattern-y-offset-expected.checksum: Added.
12631 * platform/mac-leopard/svg/custom/pattern-y-offset-expected.png: Added.
12632 * platform/mac-leopard/svg/custom/pattern-y-offset-expected.txt: Added.
12633 * platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.checksum: Added.
12634 * platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.png: Added.
12635 * platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.txt: Added.
12636 * platform/mac-leopard/svg/custom/percentage-rect-expected.checksum: Added.
12637 * platform/mac-leopard/svg/custom/percentage-rect-expected.png: Added.
12638 * platform/mac-leopard/svg/custom/percentage-rect-expected.txt: Added.
12639 * platform/mac-leopard/svg/custom/percentage-rect2-expected.checksum: Added.
12640 * platform/mac-leopard/svg/custom/percentage-rect2-expected.png: Added.
12641 * platform/mac-leopard/svg/custom/percentage-rect2-expected.txt: Added.
12642 * platform/mac-leopard/svg/custom/pointer-events-image-expected.checksum: Added.
12643 * platform/mac-leopard/svg/custom/pointer-events-image-expected.png: Added.
12644 * platform/mac-leopard/svg/custom/pointer-events-image-expected.txt: Added.
12645 * platform/mac-leopard/svg/custom/pointer-events-path-expected.checksum: Added.
12646 * platform/mac-leopard/svg/custom/pointer-events-path-expected.png: Added.
12647 * platform/mac-leopard/svg/custom/pointer-events-path-expected.txt: Added.
12648 * platform/mac-leopard/svg/custom/pointer-events-text-expected.checksum: Added.
12649 * platform/mac-leopard/svg/custom/pointer-events-text-expected.png: Added.
12650 * platform/mac-leopard/svg/custom/pointer-events-text-expected.txt: Added.
12651 * platform/mac-leopard/svg/custom/poly-identify-expected.checksum: Added.
12652 * platform/mac-leopard/svg/custom/poly-identify-expected.png: Added.
12653 * platform/mac-leopard/svg/custom/poly-identify-expected.txt: Added.
12654 * platform/mac-leopard/svg/custom/polyline-hittest-expected.checksum: Added.
12655 * platform/mac-leopard/svg/custom/polyline-hittest-expected.png: Added.
12656 * platform/mac-leopard/svg/custom/polyline-hittest-expected.txt: Added.
12657 * platform/mac-leopard/svg/custom/polyline-invalid-points-expected.checksum: Added.
12658 * platform/mac-leopard/svg/custom/polyline-invalid-points-expected.png: Added.
12659 * platform/mac-leopard/svg/custom/polyline-invalid-points-expected.txt: Added.
12660 * platform/mac-leopard/svg/custom/polyline-setattribute-points-null-expected.checksum: Added.
12661 * platform/mac-leopard/svg/custom/polyline-setattribute-points-null-expected.png: Added.
12662 * platform/mac-leopard/svg/custom/polyline-setattribute-points-null-expected.txt: Added.
12663 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.checksum: Added.
12664 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.png: Added.
12665 * platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Added.
12666 * platform/mac-leopard/svg/custom/prevent-default-expected.checksum: Added.
12667 * platform/mac-leopard/svg/custom/prevent-default-expected.png: Added.
12668 * platform/mac-leopard/svg/custom/prevent-default-expected.txt: Added.
12669 * platform/mac-leopard/svg/custom/recursive-clippath-expected.checksum: Added.
12670 * platform/mac-leopard/svg/custom/recursive-clippath-expected.png: Added.
12671 * platform/mac-leopard/svg/custom/recursive-clippath-expected.txt: Added.
12672 * platform/mac-leopard/svg/custom/repaint-on-image-bounds-change-expected.checksum: Added.
12673 * platform/mac-leopard/svg/custom/repaint-on-image-bounds-change-expected.png: Added.
12674 * platform/mac-leopard/svg/custom/repaint-on-image-bounds-change-expected.txt: Added.
12675 * platform/mac-leopard/svg/custom/resource-client-removal-expected.checksum: Added.
12676 * platform/mac-leopard/svg/custom/resource-client-removal-expected.png: Added.
12677 * platform/mac-leopard/svg/custom/resource-client-removal-expected.txt: Added.
12678 * platform/mac-leopard/svg/custom/rgbcolor-syntax-expected.checksum: Added.
12679 * platform/mac-leopard/svg/custom/rgbcolor-syntax-expected.png: Added.
12680 * platform/mac-leopard/svg/custom/rgbcolor-syntax-expected.txt: Added.
12681 * platform/mac-leopard/svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Added.
12682 * platform/mac-leopard/svg/custom/root-container-opacity-clip-viewBox-expected.png: Added.
12683 * platform/mac-leopard/svg/custom/root-container-opacity-clip-viewBox-expected.txt: Added.
12684 * platform/mac-leopard/svg/custom/rootelement-expected.checksum: Added.
12685 * platform/mac-leopard/svg/custom/rootelement-expected.png: Added.
12686 * platform/mac-leopard/svg/custom/rootelement-expected.txt: Added.
12687 * platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.checksum: Added.
12688 * platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.png: Added.
12689 * platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.txt: Added.
12690 * platform/mac-leopard/svg/custom/rounded-rects-expected.checksum: Added.
12691 * platform/mac-leopard/svg/custom/rounded-rects-expected.png: Added.
12692 * platform/mac-leopard/svg/custom/rounded-rects-expected.txt: Added.
12693 * platform/mac-leopard/svg/custom/scroll-hit-test-expected.checksum: Added.
12694 * platform/mac-leopard/svg/custom/scroll-hit-test-expected.png: Added.
12695 * platform/mac-leopard/svg/custom/scroll-hit-test-expected.txt: Added.
12696 * platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Added.
12697 * platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
12698 * platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
12699 * platform/mac-leopard/svg/custom/second-inline-text-expected.checksum: Added.
12700 * platform/mac-leopard/svg/custom/second-inline-text-expected.png: Added.
12701 * platform/mac-leopard/svg/custom/second-inline-text-expected.txt: Added.
12702 * platform/mac-leopard/svg/custom/shape-rendering-expected.checksum: Added.
12703 * platform/mac-leopard/svg/custom/shape-rendering-expected.png: Added.
12704 * platform/mac-leopard/svg/custom/shape-rendering-expected.txt: Added.
12705 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.checksum: Added.
12706 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.png: Added.
12707 * platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
12708 * platform/mac-leopard/svg/custom/sheet-title-expected.checksum: Added.
12709 * platform/mac-leopard/svg/custom/sheet-title-expected.png: Added.
12710 * platform/mac-leopard/svg/custom/sheet-title-expected.txt: Added.
12711 * platform/mac-leopard/svg/custom/simpleCDF-expected.checksum: Added.
12712 * platform/mac-leopard/svg/custom/simpleCDF-expected.png: Added.
12713 * platform/mac-leopard/svg/custom/simpleCDF-expected.txt: Added.
12714 * platform/mac-leopard/svg/custom/stroke-fallback-expected.checksum: Added.
12715 * platform/mac-leopard/svg/custom/stroke-fallback-expected.png: Added.
12716 * platform/mac-leopard/svg/custom/stroke-fallback-expected.txt: Added.
12717 * platform/mac-leopard/svg/custom/stroke-width-click-expected.checksum: Added.
12718 * platform/mac-leopard/svg/custom/stroke-width-click-expected.png: Added.
12719 * platform/mac-leopard/svg/custom/stroked-pattern-expected.checksum: Added.
12720 * platform/mac-leopard/svg/custom/stroked-pattern-expected.png: Added.
12721 * platform/mac-leopard/svg/custom/stroked-pattern-expected.txt: Added.
12722 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.checksum: Added.
12723 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.png: Added.
12724 * platform/mac-leopard/svg/custom/struct-use-09-b-expected.txt: Added.
12725 * platform/mac-leopard/svg/custom/style-attribute-font-size-expected.checksum: Added.
12726 * platform/mac-leopard/svg/custom/style-attribute-font-size-expected.png: Added.
12727 * platform/mac-leopard/svg/custom/style-attribute-font-size-expected.txt: Added.
12728 * platform/mac-leopard/svg/custom/svg-absolute-children-expected.checksum: Added.
12729 * platform/mac-leopard/svg/custom/svg-absolute-children-expected.png: Added.
12730 * platform/mac-leopard/svg/custom/svg-absolute-children-expected.txt: Added.
12731 * platform/mac-leopard/svg/custom/svg-disallowed-in-dashboard-object-expected.checksum: Added.
12732 * platform/mac-leopard/svg/custom/svg-disallowed-in-dashboard-object-expected.png: Added.
12733 * platform/mac-leopard/svg/custom/svg-features-expected.checksum: Added.
12734 * platform/mac-leopard/svg/custom/svg-features-expected.png: Added.
12735 * platform/mac-leopard/svg/custom/svg-float-border-padding-expected.checksum: Added.
12736 * platform/mac-leopard/svg/custom/svg-float-border-padding-expected.png: Added.
12737 * platform/mac-leopard/svg/custom/svg-float-border-padding-expected.txt: Added.
12738 * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: Added.
12739 * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.png: Added.
12740 * platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.txt: Added.
12741 * platform/mac-leopard/svg/custom/svg-overflow-types-expected.checksum: Added.
12742 * platform/mac-leopard/svg/custom/svg-overflow-types-expected.png: Added.
12743 * platform/mac-leopard/svg/custom/svg-overflow-types-expected.txt: Added.
12744 * platform/mac-leopard/svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
12745 * platform/mac-leopard/svg/custom/svgpolyparser-extra-space-expected.png: Added.
12746 * platform/mac-leopard/svg/custom/svgpolyparser-extra-space-expected.txt: Added.
12747 * platform/mac-leopard/svg/custom/svgsvgelement-ctm-expected.checksum: Added.
12748 * platform/mac-leopard/svg/custom/svgsvgelement-ctm-expected.png: Added.
12749 * platform/mac-leopard/svg/custom/text-clip-expected.checksum: Added.
12750 * platform/mac-leopard/svg/custom/text-clip-expected.png: Added.
12751 * platform/mac-leopard/svg/custom/text-clip-expected.txt: Added.
12752 * platform/mac-leopard/svg/custom/text-ctm-expected.checksum: Added.
12753 * platform/mac-leopard/svg/custom/text-ctm-expected.png: Added.
12754 * platform/mac-leopard/svg/custom/text-ctm-expected.txt: Added.
12755 * platform/mac-leopard/svg/custom/text-decoration-visibility-expected.checksum: Added.
12756 * platform/mac-leopard/svg/custom/text-decoration-visibility-expected.png: Added.
12757 * platform/mac-leopard/svg/custom/text-decoration-visibility-expected.txt: Added.
12758 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.checksum: Added.
12759 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.png: Added.
12760 * platform/mac-leopard/svg/custom/text-dom-01-f-expected.txt: Added.
12761 * platform/mac-leopard/svg/custom/text-filter-expected.checksum: Added.
12762 * platform/mac-leopard/svg/custom/text-filter-expected.png: Added.
12763 * platform/mac-leopard/svg/custom/text-filter-expected.txt: Added.
12764 * platform/mac-leopard/svg/custom/text-gradient-no-content-expected.checksum: Added.
12765 * platform/mac-leopard/svg/custom/text-gradient-no-content-expected.png: Added.
12766 * platform/mac-leopard/svg/custom/text-gradient-no-content-expected.txt: Added.
12767 * platform/mac-leopard/svg/custom/text-hit-test-expected.checksum: Added.
12768 * platform/mac-leopard/svg/custom/text-hit-test-expected.png: Added.
12769 * platform/mac-leopard/svg/custom/text-hit-test-expected.txt: Added.
12770 * platform/mac-leopard/svg/custom/text-image-opacity-expected.checksum: Added.
12771 * platform/mac-leopard/svg/custom/text-image-opacity-expected.png: Added.
12772 * platform/mac-leopard/svg/custom/text-image-opacity-expected.txt: Added.
12773 * platform/mac-leopard/svg/custom/text-letter-spacing-expected.checksum: Added.
12774 * platform/mac-leopard/svg/custom/text-letter-spacing-expected.png: Added.
12775 * platform/mac-leopard/svg/custom/text-letter-spacing-expected.txt: Added.
12776 * platform/mac-leopard/svg/custom/text-repaint-including-stroke-expected.checksum: Added.
12777 * platform/mac-leopard/svg/custom/text-repaint-including-stroke-expected.png: Added.
12778 * platform/mac-leopard/svg/custom/text-repaint-including-stroke-expected.txt: Added.
12779 * platform/mac-leopard/svg/custom/text-whitespace-handling-expected.checksum: Added.
12780 * platform/mac-leopard/svg/custom/text-whitespace-handling-expected.png: Added.
12781 * platform/mac-leopard/svg/custom/text-whitespace-handling-expected.txt: Added.
12782 * platform/mac-leopard/svg/custom/text-x-dx-lists-expected.checksum: Added.
12783 * platform/mac-leopard/svg/custom/text-x-dx-lists-expected.png: Added.
12784 * platform/mac-leopard/svg/custom/text-x-dx-lists-expected.txt: Added.
12785 * platform/mac-leopard/svg/custom/text-x-override-in-tspan-child-expected.checksum: Added.
12786 * platform/mac-leopard/svg/custom/text-x-override-in-tspan-child-expected.png: Added.
12787 * platform/mac-leopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
12788 * platform/mac-leopard/svg/custom/textPath-assert-expected.checksum: Added.
12789 * platform/mac-leopard/svg/custom/textPath-assert-expected.png: Added.
12790 * platform/mac-leopard/svg/custom/transform-ignore-after-invalid-expected.checksum: Added.
12791 * platform/mac-leopard/svg/custom/transform-ignore-after-invalid-expected.png: Added.
12792 * platform/mac-leopard/svg/custom/transform-ignore-after-invalid-expected.txt: Added.
12793 * platform/mac-leopard/svg/custom/transform-invalid-expected.checksum: Added.
12794 * platform/mac-leopard/svg/custom/transform-invalid-expected.png: Added.
12795 * platform/mac-leopard/svg/custom/transform-invalid-expected.txt: Added.
12796 * platform/mac-leopard/svg/custom/transform-removeAttributeNS-expected.checksum: Added.
12797 * platform/mac-leopard/svg/custom/transform-removeAttributeNS-expected.png: Added.
12798 * platform/mac-leopard/svg/custom/transform-removeAttributeNS-expected.txt: Added.
12799 * platform/mac-leopard/svg/custom/transform-scale-parse-expected.checksum: Added.
12800 * platform/mac-leopard/svg/custom/transform-scale-parse-expected.png: Added.
12801 * platform/mac-leopard/svg/custom/transform-scale-parse-expected.txt: Added.
12802 * platform/mac-leopard/svg/custom/transform-with-ending-space-expected.checksum: Added.
12803 * platform/mac-leopard/svg/custom/transform-with-ending-space-expected.png: Added.
12804 * platform/mac-leopard/svg/custom/transform-with-ending-space-expected.txt: Added.
12805 * platform/mac-leopard/svg/custom/tref-update-expected.checksum: Added.
12806 * platform/mac-leopard/svg/custom/tref-update-expected.png: Added.
12807 * platform/mac-leopard/svg/custom/tref-update-expected.txt: Added.
12808 * platform/mac-leopard/svg/custom/use-clipped-hit-expected.checksum: Added.
12809 * platform/mac-leopard/svg/custom/use-clipped-hit-expected.png: Added.
12810 * platform/mac-leopard/svg/custom/use-clipped-hit-expected.txt: Added.
12811 * platform/mac-leopard/svg/custom/use-css-events-expected.checksum: Added.
12812 * platform/mac-leopard/svg/custom/use-css-events-expected.png: Added.
12813 * platform/mac-leopard/svg/custom/use-css-events-expected.txt: Added.
12814 * platform/mac-leopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
12815 * platform/mac-leopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
12816 * platform/mac-leopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
12817 * platform/mac-leopard/svg/custom/use-detach-expected.checksum: Added.
12818 * platform/mac-leopard/svg/custom/use-detach-expected.png: Added.
12819 * platform/mac-leopard/svg/custom/use-detach-expected.txt: Added.
12820 * platform/mac-leopard/svg/custom/use-dynamic-append-expected.checksum: Added.
12821 * platform/mac-leopard/svg/custom/use-dynamic-append-expected.png: Added.
12822 * platform/mac-leopard/svg/custom/use-dynamic-append-expected.txt: Added.
12823 * platform/mac-leopard/svg/custom/use-elementInstance-event-target-expected.checksum: Added.
12824 * platform/mac-leopard/svg/custom/use-elementInstance-event-target-expected.png: Added.
12825 * platform/mac-leopard/svg/custom/use-elementInstance-event-target-expected.txt: Added.
12826 * platform/mac-leopard/svg/custom/use-elementInstance-methods-expected.checksum: Added.
12827 * platform/mac-leopard/svg/custom/use-elementInstance-methods-expected.png: Added.
12828 * platform/mac-leopard/svg/custom/use-elementInstance-methods-expected.txt: Added.
12829 * platform/mac-leopard/svg/custom/use-empty-reference-expected.checksum: Added.
12830 * platform/mac-leopard/svg/custom/use-empty-reference-expected.png: Added.
12831 * platform/mac-leopard/svg/custom/use-empty-reference-expected.txt: Added.
12832 * platform/mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.checksum: Added.
12833 * platform/mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.png: Added.
12834 * platform/mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.txt: Added.
12835 * platform/mac-leopard/svg/custom/use-event-handler-on-use-element-expected.checksum: Added.
12836 * platform/mac-leopard/svg/custom/use-event-handler-on-use-element-expected.png: Added.
12837 * platform/mac-leopard/svg/custom/use-event-handler-on-use-element-expected.txt: Added.
12838 * platform/mac-leopard/svg/custom/use-events-crash-expected.checksum: Added.
12839 * platform/mac-leopard/svg/custom/use-events-crash-expected.png: Added.
12840 * platform/mac-leopard/svg/custom/use-events-crash-expected.txt: Added.
12841 * platform/mac-leopard/svg/custom/use-forward-refs-expected.checksum: Added.
12842 * platform/mac-leopard/svg/custom/use-forward-refs-expected.png: Added.
12843 * platform/mac-leopard/svg/custom/use-forward-refs-expected.txt: Added.
12844 * platform/mac-leopard/svg/custom/use-infinite-recursion-expected.checksum: Added.
12845 * platform/mac-leopard/svg/custom/use-infinite-recursion-expected.png: Added.
12846 * platform/mac-leopard/svg/custom/use-infinite-recursion-expected.txt: Added.
12847 * platform/mac-leopard/svg/custom/use-instanceRoot-modifications-expected.checksum: Added.
12848 * platform/mac-leopard/svg/custom/use-instanceRoot-modifications-expected.png: Added.
12849 * platform/mac-leopard/svg/custom/use-instanceRoot-modifications-expected.txt: Added.
12850 * platform/mac-leopard/svg/custom/use-modify-container-in-target-expected.checksum: Added.
12851 * platform/mac-leopard/svg/custom/use-modify-container-in-target-expected.png: Added.
12852 * platform/mac-leopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
12853 * platform/mac-leopard/svg/custom/use-modify-target-container-expected.checksum: Added.
12854 * platform/mac-leopard/svg/custom/use-modify-target-container-expected.png: Added.
12855 * platform/mac-leopard/svg/custom/use-modify-target-container-expected.txt: Added.
12856 * platform/mac-leopard/svg/custom/use-modify-target-symbol-expected.checksum: Added.
12857 * platform/mac-leopard/svg/custom/use-modify-target-symbol-expected.png: Added.
12858 * platform/mac-leopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
12859 * platform/mac-leopard/svg/custom/use-nested-transform-expected.checksum: Added.
12860 * platform/mac-leopard/svg/custom/use-nested-transform-expected.png: Added.
12861 * platform/mac-leopard/svg/custom/use-nested-transform-expected.txt: Added.
12862 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Added.
12863 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Added.
12864 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Added.
12865 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Added.
12866 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Added.
12867 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Added.
12868 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Added.
12869 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Added.
12870 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Added.
12871 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Added.
12872 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.png: Added.
12873 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Added.
12874 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Added.
12875 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Added.
12876 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Added.
12877 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Added.
12878 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Added.
12879 * platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Added.
12880 * platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Added.
12881 * platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Added.
12882 * platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Added.
12883 * platform/mac-leopard/svg/custom/use-on-g-containing-symbol-expected.checksum: Added.
12884 * platform/mac-leopard/svg/custom/use-on-g-containing-symbol-expected.png: Added.
12885 * platform/mac-leopard/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
12886 * platform/mac-leopard/svg/custom/use-on-g-containing-use-expected.checksum: Added.
12887 * platform/mac-leopard/svg/custom/use-on-g-containing-use-expected.png: Added.
12888 * platform/mac-leopard/svg/custom/use-on-g-containing-use-expected.txt: Added.
12889 * platform/mac-leopard/svg/custom/use-on-g-expected.checksum: Added.
12890 * platform/mac-leopard/svg/custom/use-on-g-expected.png: Added.
12891 * platform/mac-leopard/svg/custom/use-on-g-expected.txt: Added.
12892 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Added.
12893 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.png: Added.
12894 * platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.txt: Added.
12895 * platform/mac-leopard/svg/custom/use-on-rect-expected.checksum: Added.
12896 * platform/mac-leopard/svg/custom/use-on-rect-expected.png: Added.
12897 * platform/mac-leopard/svg/custom/use-on-rect-expected.txt: Added.
12898 * platform/mac-leopard/svg/custom/use-on-symbol-expected.checksum: Added.
12899 * platform/mac-leopard/svg/custom/use-on-symbol-expected.png: Added.
12900 * platform/mac-leopard/svg/custom/use-on-symbol-expected.txt: Added.
12901 * platform/mac-leopard/svg/custom/use-on-symbol-inside-pattern-expected.checksum: Added.
12902 * platform/mac-leopard/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
12903 * platform/mac-leopard/svg/custom/use-on-symbol-inside-pattern-expected.txt: Added.
12904 * platform/mac-leopard/svg/custom/use-on-text-expected.checksum: Added.
12905 * platform/mac-leopard/svg/custom/use-on-text-expected.png: Added.
12906 * platform/mac-leopard/svg/custom/use-on-text-expected.txt: Added.
12907 * platform/mac-leopard/svg/custom/use-on-use-expected.checksum: Added.
12908 * platform/mac-leopard/svg/custom/use-on-use-expected.png: Added.
12909 * platform/mac-leopard/svg/custom/use-on-use-expected.txt: Added.
12910 * platform/mac-leopard/svg/custom/use-property-changes-through-dom-expected.checksum: Added.
12911 * platform/mac-leopard/svg/custom/use-property-changes-through-dom-expected.png: Added.
12912 * platform/mac-leopard/svg/custom/use-property-changes-through-dom-expected.txt: Added.
12913 * platform/mac-leopard/svg/custom/use-property-changes-through-svg-dom-expected.checksum: Added.
12914 * platform/mac-leopard/svg/custom/use-property-changes-through-svg-dom-expected.png: Added.
12915 * platform/mac-leopard/svg/custom/use-property-changes-through-svg-dom-expected.txt: Added.
12916 * platform/mac-leopard/svg/custom/use-recalcStyle-crash-expected.checksum: Added.
12917 * platform/mac-leopard/svg/custom/use-recalcStyle-crash-expected.png: Added.
12918 * platform/mac-leopard/svg/custom/use-recalcStyle-crash-expected.txt: Added.
12919 * platform/mac-leopard/svg/custom/use-recursion-1-expected.checksum: Added.
12920 * platform/mac-leopard/svg/custom/use-recursion-1-expected.png: Added.
12921 * platform/mac-leopard/svg/custom/use-recursion-1-expected.txt: Added.
12922 * platform/mac-leopard/svg/custom/use-recursion-2-expected.checksum: Added.
12923 * platform/mac-leopard/svg/custom/use-recursion-2-expected.png: Added.
12924 * platform/mac-leopard/svg/custom/use-recursion-2-expected.txt: Added.
12925 * platform/mac-leopard/svg/custom/use-recursion-3-expected.checksum: Added.
12926 * platform/mac-leopard/svg/custom/use-recursion-3-expected.png: Added.
12927 * platform/mac-leopard/svg/custom/use-recursion-3-expected.txt: Added.
12928 * platform/mac-leopard/svg/custom/use-recursion-4-expected.checksum: Added.
12929 * platform/mac-leopard/svg/custom/use-recursion-4-expected.png: Added.
12930 * platform/mac-leopard/svg/custom/use-recursion-4-expected.txt: Added.
12931 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Added.
12932 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.png: Added.
12933 * platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
12934 * platform/mac-leopard/svg/custom/use-symbol-overflow-expected.checksum: Added.
12935 * platform/mac-leopard/svg/custom/use-symbol-overflow-expected.png: Added.
12936 * platform/mac-leopard/svg/custom/use-symbol-overflow-expected.txt: Added.
12937 * platform/mac-leopard/svg/custom/use-transform-expected.checksum: Added.
12938 * platform/mac-leopard/svg/custom/use-transform-expected.png: Added.
12939 * platform/mac-leopard/svg/custom/use-transform-expected.txt: Added.
12940 * platform/mac-leopard/svg/custom/viewBox-hit-expected.checksum: Added.
12941 * platform/mac-leopard/svg/custom/viewBox-hit-expected.png: Added.
12942 * platform/mac-leopard/svg/custom/viewBox-hit-expected.txt: Added.
12943 * platform/mac-leopard/svg/custom/viewbox-syntax-expected.checksum: Added.
12944 * platform/mac-leopard/svg/custom/viewbox-syntax-expected.png: Added.
12945 * platform/mac-leopard/svg/custom/viewbox-syntax-expected.txt: Added.
12946 * platform/mac-leopard/svg/custom/viewport-clip-expected.checksum: Added.
12947 * platform/mac-leopard/svg/custom/viewport-clip-expected.png: Added.
12948 * platform/mac-leopard/svg/custom/viewport-clip-expected.txt: Added.
12949 * platform/mac-leopard/svg/custom/viewport-em-expected.checksum: Added.
12950 * platform/mac-leopard/svg/custom/viewport-em-expected.png: Added.
12951 * platform/mac-leopard/svg/custom/viewport-em-expected.txt: Added.
12952 * platform/mac-leopard/svg/custom/viewport-no-width-height-expected.checksum: Added.
12953 * platform/mac-leopard/svg/custom/viewport-no-width-height-expected.png: Added.
12954 * platform/mac-leopard/svg/custom/viewport-no-width-height-expected.txt: Added.
12955 * platform/mac-leopard/svg/custom/viewport-update-expected.checksum: Added.
12956 * platform/mac-leopard/svg/custom/viewport-update-expected.png: Added.
12957 * platform/mac-leopard/svg/custom/viewport-update-expected.txt: Added.
12958 * platform/mac-leopard/svg/custom/viewport-update2-expected.checksum: Added.
12959 * platform/mac-leopard/svg/custom/viewport-update2-expected.png: Added.
12960 * platform/mac-leopard/svg/custom/viewport-update2-expected.txt: Added.
12961 * platform/mac-leopard/svg/custom/visibility-override-clip-expected.checksum: Added.
12962 * platform/mac-leopard/svg/custom/visibility-override-clip-expected.png: Added.
12963 * platform/mac-leopard/svg/custom/visibility-override-clip-expected.txt: Added.
12964 * platform/mac-leopard/svg/custom/visibility-override-expected.checksum: Added.
12965 * platform/mac-leopard/svg/custom/visibility-override-expected.png: Added.
12966 * platform/mac-leopard/svg/custom/visibility-override-expected.txt: Added.
12967 * platform/mac-leopard/svg/custom/visibility-override-filter-expected.checksum: Added.
12968 * platform/mac-leopard/svg/custom/visibility-override-filter-expected.png: Added.
12969 * platform/mac-leopard/svg/custom/visibility-override-filter-expected.txt: Added.
12970 * platform/mac-leopard/svg/custom/visibility-override-mask-expected.checksum: Added.
12971 * platform/mac-leopard/svg/custom/visibility-override-mask-expected.png: Added.
12972 * platform/mac-leopard/svg/custom/visibility-override-mask-expected.txt: Added.
12973 * platform/mac-leopard/svg/custom/width-full-percentage-expected.checksum: Added.
12974 * platform/mac-leopard/svg/custom/width-full-percentage-expected.png: Added.
12975 * platform/mac-leopard/svg/custom/width-full-percentage-expected.txt: Added.
12976 * platform/mac-leopard/svg/custom/xhtml-no-svg-renderer-expected.checksum: Added.
12977 * platform/mac-leopard/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
12978 * platform/mac-leopard/svg/custom/xhtml-no-svg-renderer-expected.txt: Added.
12979 * platform/mac-leopard/svg/custom/xml-stylesheet-expected.checksum: Added.
12980 * platform/mac-leopard/svg/custom/xml-stylesheet-expected.png: Added.
12981 * platform/mac-leopard/svg/custom/xml-stylesheet-expected.txt: Added.
12982 * platform/mac-leopard/svg/dom: Added.
12983 * platform/mac-leopard/svg/dom/animated-tearoff-equality-expected.checksum: Added.
12984 * platform/mac-leopard/svg/dom/animated-tearoff-equality-expected.png: Added.
12985 * platform/mac-leopard/svg/dom/animated-tearoff-lifespan-expected.checksum: Added.
12986 * platform/mac-leopard/svg/dom/animated-tearoff-lifespan-expected.png: Added.
12987 * platform/mac-leopard/svg/dom/font-face-elements-expected.checksum: Added.
12988 * platform/mac-leopard/svg/dom/font-face-elements-expected.png: Added.
12989 * platform/mac-leopard/svg/dom/length-list-parser-expected.checksum: Added.
12990 * platform/mac-leopard/svg/dom/length-list-parser-expected.png: Added.
12991 * platform/mac-leopard/svg/dom/path-parser-expected.checksum: Added.
12992 * platform/mac-leopard/svg/dom/path-parser-expected.png: Added.
12993 * platform/mac-leopard/svg/dom/points-parser-expected.checksum: Added.
12994 * platform/mac-leopard/svg/dom/points-parser-expected.png: Added.
12995 * platform/mac-leopard/svg/dom/preserve-aspect-ratio-parser-expected.checksum: Added.
12996 * platform/mac-leopard/svg/dom/preserve-aspect-ratio-parser-expected.png: Added.
12997 * platform/mac-leopard/svg/dom/rgb-color-parser-expected.checksum: Added.
12998 * platform/mac-leopard/svg/dom/rgb-color-parser-expected.png: Added.
12999 * platform/mac-leopard/svg/dom/string-list-parser-expected.checksum: Added.
13000 * platform/mac-leopard/svg/dom/string-list-parser-expected.png: Added.
13001 * platform/mac-leopard/svg/dom/svg-element-attribute-js-null-expected.checksum: Added.
13002 * platform/mac-leopard/svg/dom/svg-element-attribute-js-null-expected.png: Added.
13003 * platform/mac-leopard/svg/dom/transform-parser-expected.checksum: Added.
13004 * platform/mac-leopard/svg/dom/transform-parser-expected.png: Added.
13005 * platform/mac-leopard/svg/hixie/cascade: Added.
13006 * platform/mac-leopard/svg/hixie/cascade/001-broken-expected.checksum: Added.
13007 * platform/mac-leopard/svg/hixie/cascade/001-broken-expected.png: Added.
13008 * platform/mac-leopard/svg/hixie/cascade/001-broken-expected.txt: Added.
13009 * platform/mac-leopard/svg/hixie/cascade/002-expected.checksum: Added.
13010 * platform/mac-leopard/svg/hixie/cascade/002-expected.png: Added.
13011 * platform/mac-leopard/svg/hixie/cascade/002-expected.txt: Added.
13012 * platform/mac-leopard/svg/hixie/data-types: Added.
13013 * platform/mac-leopard/svg/hixie/data-types/001-expected.checksum: Added.
13014 * platform/mac-leopard/svg/hixie/data-types/001-expected.png: Added.
13015 * platform/mac-leopard/svg/hixie/data-types/001-expected.txt: Added.
13016 * platform/mac-leopard/svg/hixie/data-types/002-expected.checksum: Added.
13017 * platform/mac-leopard/svg/hixie/data-types/002-expected.png: Added.
13018 * platform/mac-leopard/svg/hixie/data-types/002-expected.txt: Added.
13019 * platform/mac-leopard/svg/hixie/dynamic: Added.
13020 * platform/mac-leopard/svg/hixie/dynamic/001-expected.checksum: Added.
13021 * platform/mac-leopard/svg/hixie/dynamic/001-expected.png: Added.
13022 * platform/mac-leopard/svg/hixie/dynamic/002-expected.checksum: Added.
13023 * platform/mac-leopard/svg/hixie/dynamic/002-expected.png: Added.
13024 * platform/mac-leopard/svg/hixie/dynamic/002-expected.txt: Added.
13025 * platform/mac-leopard/svg/hixie/dynamic/003-expected.checksum: Added.
13026 * platform/mac-leopard/svg/hixie/dynamic/003-expected.png: Added.
13027 * platform/mac-leopard/svg/hixie/dynamic/003-expected.txt: Added.
13028 * platform/mac-leopard/svg/hixie/dynamic/004-expected.checksum: Added.
13029 * platform/mac-leopard/svg/hixie/dynamic/004-expected.png: Added.
13030 * platform/mac-leopard/svg/hixie/dynamic/004-expected.txt: Added.
13031 * platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum: Added.
13032 * platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png: Added.
13033 * platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.txt: Added.
13034 * platform/mac-leopard/svg/hixie/dynamic/006-expected.checksum: Added.
13035 * platform/mac-leopard/svg/hixie/dynamic/006-expected.png: Added.
13036 * platform/mac-leopard/svg/hixie/dynamic/006-expected.txt: Added.
13037 * platform/mac-leopard/svg/hixie/error: Added.
13038 * platform/mac-leopard/svg/hixie/error/001-expected.checksum: Added.
13039 * platform/mac-leopard/svg/hixie/error/001-expected.png: Added.
13040 * platform/mac-leopard/svg/hixie/error/001-expected.txt: Added.
13041 * platform/mac-leopard/svg/hixie/error/002-expected.checksum: Added.
13042 * platform/mac-leopard/svg/hixie/error/002-expected.png: Added.
13043 * platform/mac-leopard/svg/hixie/error/002-expected.txt: Added.
13044 * platform/mac-leopard/svg/hixie/error/003-expected.checksum: Added.
13045 * platform/mac-leopard/svg/hixie/error/003-expected.png: Added.
13046 * platform/mac-leopard/svg/hixie/error/003-expected.txt: Added.
13047 * platform/mac-leopard/svg/hixie/error/004-expected.checksum: Added.
13048 * platform/mac-leopard/svg/hixie/error/004-expected.png: Added.
13049 * platform/mac-leopard/svg/hixie/error/004-expected.txt: Added.
13050 * platform/mac-leopard/svg/hixie/error/005-expected.checksum: Added.
13051 * platform/mac-leopard/svg/hixie/error/005-expected.png: Added.
13052 * platform/mac-leopard/svg/hixie/error/005-expected.txt: Added.
13053 * platform/mac-leopard/svg/hixie/error/006-expected.checksum: Added.
13054 * platform/mac-leopard/svg/hixie/error/006-expected.png: Added.
13055 * platform/mac-leopard/svg/hixie/error/006-expected.txt: Added.
13056 * platform/mac-leopard/svg/hixie/error/007-expected.checksum: Added.
13057 * platform/mac-leopard/svg/hixie/error/007-expected.png: Added.
13058 * platform/mac-leopard/svg/hixie/error/007-expected.txt: Added.
13059 * platform/mac-leopard/svg/hixie/error/008-expected.checksum: Added.
13060 * platform/mac-leopard/svg/hixie/error/008-expected.png: Added.
13061 * platform/mac-leopard/svg/hixie/error/008-expected.txt: Added.
13062 * platform/mac-leopard/svg/hixie/error/009-expected.checksum: Added.
13063 * platform/mac-leopard/svg/hixie/error/009-expected.png: Added.
13064 * platform/mac-leopard/svg/hixie/error/009-expected.txt: Added.
13065 * platform/mac-leopard/svg/hixie/error/010-expected.checksum: Added.
13066 * platform/mac-leopard/svg/hixie/error/010-expected.png: Added.
13067 * platform/mac-leopard/svg/hixie/error/010-expected.txt: Added.
13068 * platform/mac-leopard/svg/hixie/error/011-expected.checksum: Added.
13069 * platform/mac-leopard/svg/hixie/error/011-expected.png: Added.
13070 * platform/mac-leopard/svg/hixie/error/011-expected.txt: Added.
13071 * platform/mac-leopard/svg/hixie/error/012-expected.checksum: Added.
13072 * platform/mac-leopard/svg/hixie/error/012-expected.png: Added.
13073 * platform/mac-leopard/svg/hixie/error/012-expected.txt: Added.
13074 * platform/mac-leopard/svg/hixie/error/013-expected.checksum: Added.
13075 * platform/mac-leopard/svg/hixie/error/013-expected.png: Added.
13076 * platform/mac-leopard/svg/hixie/error/013-expected.txt: Added.
13077 * platform/mac-leopard/svg/hixie/error/014-expected.checksum: Added.
13078 * platform/mac-leopard/svg/hixie/error/014-expected.png: Added.
13079 * platform/mac-leopard/svg/hixie/error/014-expected.txt: Added.
13080 * platform/mac-leopard/svg/hixie/error/014-test-expected.checksum: Added.
13081 * platform/mac-leopard/svg/hixie/error/014-test-expected.png: Added.
13082 * platform/mac-leopard/svg/hixie/error/014-test-expected.txt: Added.
13083 * platform/mac-leopard/svg/hixie/error/015-expected.checksum: Added.
13084 * platform/mac-leopard/svg/hixie/error/015-expected.png: Added.
13085 * platform/mac-leopard/svg/hixie/error/015-expected.txt: Added.
13086 * platform/mac-leopard/svg/hixie/error/016-expected.checksum: Added.
13087 * platform/mac-leopard/svg/hixie/error/016-expected.png: Added.
13088 * platform/mac-leopard/svg/hixie/error/016-expected.txt: Added.
13089 * platform/mac-leopard/svg/hixie/error/017-expected.checksum: Added.
13090 * platform/mac-leopard/svg/hixie/error/017-expected.png: Added.
13091 * platform/mac-leopard/svg/hixie/error/017-expected.txt: Added.
13092 * platform/mac-leopard/svg/hixie/links: Added.
13093 * platform/mac-leopard/svg/hixie/links/001-expected.checksum: Added.
13094 * platform/mac-leopard/svg/hixie/links/001-expected.png: Added.
13095 * platform/mac-leopard/svg/hixie/links/001-expected.txt: Added.
13096 * platform/mac-leopard/svg/hixie/links/002-expected.checksum: Added.
13097 * platform/mac-leopard/svg/hixie/links/002-expected.png: Added.
13098 * platform/mac-leopard/svg/hixie/links/002-expected.txt: Added.
13099 * platform/mac-leopard/svg/hixie/links/003-broken-expected.checksum: Added.
13100 * platform/mac-leopard/svg/hixie/links/003-broken-expected.png: Added.
13101 * platform/mac-leopard/svg/hixie/links/003-broken-expected.txt: Added.
13102 * platform/mac-leopard/svg/hixie/mixed: Added.
13103 * platform/mac-leopard/svg/hixie/mixed/003-expected.checksum: Added.
13104 * platform/mac-leopard/svg/hixie/mixed/003-expected.png: Added.
13105 * platform/mac-leopard/svg/hixie/mixed/003-expected.txt: Added.
13106 * platform/mac-leopard/svg/hixie/mixed/004-expected.checksum: Added.
13107 * platform/mac-leopard/svg/hixie/mixed/004-expected.png: Added.
13108 * platform/mac-leopard/svg/hixie/mixed/004-expected.txt: Added.
13109 * platform/mac-leopard/svg/hixie/mixed/005-expected.checksum: Added.
13110 * platform/mac-leopard/svg/hixie/mixed/005-expected.png: Added.
13111 * platform/mac-leopard/svg/hixie/mixed/005-expected.txt: Added.
13112 * platform/mac-leopard/svg/hixie/mixed/006-expected.checksum: Added.
13113 * platform/mac-leopard/svg/hixie/mixed/006-expected.png: Added.
13114 * platform/mac-leopard/svg/hixie/mixed/006-expected.txt: Added.
13115 * platform/mac-leopard/svg/hixie/mixed/007-expected.checksum: Added.
13116 * platform/mac-leopard/svg/hixie/mixed/007-expected.png: Added.
13117 * platform/mac-leopard/svg/hixie/mixed/007-expected.txt: Added.
13118 * platform/mac-leopard/svg/hixie/mixed/008-expected.checksum: Added.
13119 * platform/mac-leopard/svg/hixie/mixed/008-expected.png: Added.
13120 * platform/mac-leopard/svg/hixie/mixed/008-expected.txt: Added.
13121 * platform/mac-leopard/svg/hixie/mixed/009-expected.checksum: Added.
13122 * platform/mac-leopard/svg/hixie/mixed/009-expected.png: Added.
13123 * platform/mac-leopard/svg/hixie/mixed/009-expected.txt: Added.
13124 * platform/mac-leopard/svg/hixie/mixed/010-expected.checksum: Added.
13125 * platform/mac-leopard/svg/hixie/mixed/010-expected.png: Added.
13126 * platform/mac-leopard/svg/hixie/mixed/010-expected.txt: Added.
13127 * platform/mac-leopard/svg/hixie/mixed/011-expected.checksum: Added.
13128 * platform/mac-leopard/svg/hixie/mixed/011-expected.png: Added.
13129 * platform/mac-leopard/svg/hixie/mixed/011-expected.txt: Added.
13130 * platform/mac-leopard/svg/hixie/painting: Added.
13131 * platform/mac-leopard/svg/hixie/painting/001-expected.checksum: Added.
13132 * platform/mac-leopard/svg/hixie/painting/001-expected.png: Added.
13133 * platform/mac-leopard/svg/hixie/painting/001-expected.txt: Added.
13134 * platform/mac-leopard/svg/hixie/perf: Added.
13135 * platform/mac-leopard/svg/hixie/perf/003-expected.checksum: Added.
13136 * platform/mac-leopard/svg/hixie/perf/003-expected.png: Added.
13137 * platform/mac-leopard/svg/hixie/perf/003-expected.txt: Added.
13138 * platform/mac-leopard/svg/hixie/perf/004-expected.checksum: Added.
13139 * platform/mac-leopard/svg/hixie/perf/004-expected.png: Added.
13140 * platform/mac-leopard/svg/hixie/perf/004-expected.txt: Added.
13141 * platform/mac-leopard/svg/hixie/perf/005-expected.checksum: Added.
13142 * platform/mac-leopard/svg/hixie/perf/005-expected.png: Added.
13143 * platform/mac-leopard/svg/hixie/perf/005-expected.txt: Added.
13144 * platform/mac-leopard/svg/hixie/perf/006-expected.checksum: Added.
13145 * platform/mac-leopard/svg/hixie/perf/006-expected.png: Added.
13146 * platform/mac-leopard/svg/hixie/perf/006-expected.txt: Added.
13147 * platform/mac-leopard/svg/hixie/perf/007-expected.checksum: Added.
13148 * platform/mac-leopard/svg/hixie/perf/007-expected.png: Added.
13149 * platform/mac-leopard/svg/hixie/perf/007-expected.txt: Added.
13150 * platform/mac-leopard/svg/hixie/processing-model: Added.
13151 * platform/mac-leopard/svg/hixie/processing-model/003-expected.checksum: Added.
13152 * platform/mac-leopard/svg/hixie/processing-model/003-expected.png: Added.
13153 * platform/mac-leopard/svg/hixie/processing-model/003-expected.txt: Added.
13154 * platform/mac-leopard/svg/hixie/processing-model/004-expected.checksum: Added.
13155 * platform/mac-leopard/svg/hixie/processing-model/004-expected.png: Added.
13156 * platform/mac-leopard/svg/hixie/processing-model/004-expected.txt: Added.
13157 * platform/mac-leopard/svg/hixie/processing-model/005-expected.checksum: Added.
13158 * platform/mac-leopard/svg/hixie/processing-model/005-expected.png: Added.
13159 * platform/mac-leopard/svg/hixie/processing-model/005-expected.txt: Added.
13160 * platform/mac-leopard/svg/hixie/rendering-model: Added.
13161 * platform/mac-leopard/svg/hixie/rendering-model/001-expected.checksum: Added.
13162 * platform/mac-leopard/svg/hixie/rendering-model/001-expected.png: Added.
13163 * platform/mac-leopard/svg/hixie/rendering-model/001-expected.txt: Added.
13164 * platform/mac-leopard/svg/hixie/rendering-model/002-expected.checksum: Added.
13165 * platform/mac-leopard/svg/hixie/rendering-model/002-expected.png: Added.
13166 * platform/mac-leopard/svg/hixie/rendering-model/002-expected.txt: Added.
13167 * platform/mac-leopard/svg/hixie/rendering-model/003-expected.checksum: Added.
13168 * platform/mac-leopard/svg/hixie/rendering-model/003-expected.png: Added.
13169 * platform/mac-leopard/svg/hixie/rendering-model/003-expected.txt: Added.
13170 * platform/mac-leopard/svg/hixie/rendering-model/003a-expected.checksum: Added.
13171 * platform/mac-leopard/svg/hixie/rendering-model/003a-expected.png: Added.
13172 * platform/mac-leopard/svg/hixie/rendering-model/003a-expected.txt: Added.
13173 * platform/mac-leopard/svg/hixie/rendering-model/004-expected.checksum: Added.
13174 * platform/mac-leopard/svg/hixie/rendering-model/004-expected.png: Added.
13175 * platform/mac-leopard/svg/hixie/rendering-model/004-expected.txt: Added.
13176 * platform/mac-leopard/svg/hixie/shapes: Added.
13177 * platform/mac-leopard/svg/hixie/shapes/path: Added.
13178 * platform/mac-leopard/svg/hixie/shapes/path/001-expected.checksum: Added.
13179 * platform/mac-leopard/svg/hixie/shapes/path/001-expected.png: Added.
13180 * platform/mac-leopard/svg/hixie/shapes/path/001-expected.txt: Added.
13181 * platform/mac-leopard/svg/hixie/text/001-broken-expected.checksum: Added.
13182 * platform/mac-leopard/svg/hixie/text/001-broken-expected.png: Added.
13183 * platform/mac-leopard/svg/hixie/text/001-broken-expected.txt: Added.
13184 * platform/mac-leopard/svg/hixie/text/002-expected.checksum: Added.
13185 * platform/mac-leopard/svg/hixie/text/002-expected.png: Added.
13186 * platform/mac-leopard/svg/hixie/text/002-expected.txt: Added.
13187 * platform/mac-leopard/svg/hixie/text/003-expected.checksum: Added.
13188 * platform/mac-leopard/svg/hixie/text/003-expected.png: Added.
13189 * platform/mac-leopard/svg/hixie/text/003a-expected.checksum: Added.
13190 * platform/mac-leopard/svg/hixie/text/003a-expected.png: Added.
13191 * platform/mac-leopard/svg/hixie/text/003b-expected.checksum: Added.
13192 * platform/mac-leopard/svg/hixie/text/003b-expected.png: Added.
13193 * platform/mac-leopard/svg/hixie/text/003b-expected.txt: Added.
13194 * platform/mac-leopard/svg/hixie/transform: Added.
13195 * platform/mac-leopard/svg/hixie/transform/001-expected.checksum: Added.
13196 * platform/mac-leopard/svg/hixie/transform/001-expected.png: Added.
13197 * platform/mac-leopard/svg/hixie/transform/001-expected.txt: Added.
13198 * platform/mac-leopard/svg/hixie/use: Added.
13199 * platform/mac-leopard/svg/hixie/use/001-expected.checksum: Added.
13200 * platform/mac-leopard/svg/hixie/use/001-expected.png: Added.
13201 * platform/mac-leopard/svg/hixie/use/001-expected.txt: Added.
13202 * platform/mac-leopard/svg/hixie/use/002-expected.checksum: Added.
13203 * platform/mac-leopard/svg/hixie/use/002-expected.png: Added.
13204 * platform/mac-leopard/svg/hixie/use/002-expected.txt: Added.
13205 * platform/mac-leopard/svg/hixie/use/002-test-expected.checksum: Added.
13206 * platform/mac-leopard/svg/hixie/use/002-test-expected.png: Added.
13207 * platform/mac-leopard/svg/hixie/use/002-test-expected.txt: Added.
13208 * platform/mac-leopard/svg/hixie/viewbox/001-expected.checksum: Added.
13209 * platform/mac-leopard/svg/hixie/viewbox/001-expected.png: Added.
13210 * platform/mac-leopard/svg/hixie/viewbox/001-expected.txt: Added.
13211 * platform/mac-leopard/svg/hixie/viewbox/002-expected.checksum: Added.
13212 * platform/mac-leopard/svg/hixie/viewbox/002-expected.png: Added.
13213 * platform/mac-leopard/svg/hixie/viewbox/002-expected.txt: Added.
13214 * platform/mac-leopard/svg/hixie/viewbox/003-expected.checksum: Added.
13215 * platform/mac-leopard/svg/hixie/viewbox/003-expected.png: Added.
13216 * platform/mac-leopard/svg/hixie/viewbox/003-expected.txt: Added.
13217 * platform/mac-leopard/svg/hixie/viewbox/004-expected.checksum: Added.
13218 * platform/mac-leopard/svg/hixie/viewbox/004-expected.png: Added.
13219 * platform/mac-leopard/svg/hixie/viewbox/004-expected.txt: Added.
13220 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: Added.
13221 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
13222 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum: Added.
13223 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
13224 * platform/mac-leopard/svg/text/text-align-01-b-expected.checksum: Added.
13225 * platform/mac-leopard/svg/text/text-align-01-b-expected.png: Added.
13226 * platform/mac-leopard/svg/text/text-align-01-b-expected.txt: Added.
13227 * platform/mac-leopard/svg/text/text-align-02-b-expected.checksum: Added.
13228 * platform/mac-leopard/svg/text/text-align-02-b-expected.png: Added.
13229 * platform/mac-leopard/svg/text/text-align-02-b-expected.txt: Added.
13230 * platform/mac-leopard/svg/text/text-align-03-b-expected.checksum: Added.
13231 * platform/mac-leopard/svg/text/text-align-03-b-expected.png: Added.
13232 * platform/mac-leopard/svg/text/text-align-03-b-expected.txt: Added.
13233 * platform/mac-leopard/svg/text/text-align-04-b-expected.checksum: Added.
13234 * platform/mac-leopard/svg/text/text-align-04-b-expected.png: Added.
13235 * platform/mac-leopard/svg/text/text-align-04-b-expected.txt: Added.
13236 * platform/mac-leopard/svg/text/text-align-05-b-expected.checksum: Added.
13237 * platform/mac-leopard/svg/text/text-align-05-b-expected.png: Added.
13238 * platform/mac-leopard/svg/text/text-align-05-b-expected.txt: Added.
13239 * platform/mac-leopard/svg/text/text-align-06-b-expected.checksum: Added.
13240 * platform/mac-leopard/svg/text/text-align-06-b-expected.png: Added.
13241 * platform/mac-leopard/svg/text/text-align-06-b-expected.txt: Added.
13242 * platform/mac-leopard/svg/text/text-altglyph-01-b-expected.checksum: Added.
13243 * platform/mac-leopard/svg/text/text-altglyph-01-b-expected.png: Added.
13244 * platform/mac-leopard/svg/text/text-altglyph-01-b-expected.txt: Added.
13245 * platform/mac-leopard/svg/text/text-deco-01-b-expected.checksum: Added.
13246 * platform/mac-leopard/svg/text/text-deco-01-b-expected.png: Added.
13247 * platform/mac-leopard/svg/text/text-deco-01-b-expected.txt: Added.
13248 * platform/mac-leopard/svg/text/text-fonts-01-t-expected.checksum: Added.
13249 * platform/mac-leopard/svg/text/text-fonts-01-t-expected.png: Added.
13250 * platform/mac-leopard/svg/text/text-fonts-01-t-expected.txt: Added.
13251 * platform/mac-leopard/svg/text/text-fonts-02-t-expected.checksum: Added.
13252 * platform/mac-leopard/svg/text/text-fonts-02-t-expected.png: Added.
13253 * platform/mac-leopard/svg/text/text-fonts-02-t-expected.txt: Added.
13254 * platform/mac-leopard/svg/text/text-intro-05-t-expected.checksum: Added.
13255 * platform/mac-leopard/svg/text/text-intro-05-t-expected.png: Added.
13256 * platform/mac-leopard/svg/text/text-intro-05-t-expected.txt: Added.
13257 * platform/mac-leopard/svg/text/text-path-01-b-expected.checksum: Added.
13258 * platform/mac-leopard/svg/text/text-path-01-b-expected.png: Added.
13259 * platform/mac-leopard/svg/text/text-property-with-display-none-expected.checksum: Added.
13260 * platform/mac-leopard/svg/text/text-property-with-display-none-expected.png: Added.
13261 * platform/mac-leopard/svg/text/text-spacing-01-b-expected.checksum: Added.
13262 * platform/mac-leopard/svg/text/text-spacing-01-b-expected.png: Added.
13263 * platform/mac-leopard/svg/text/text-spacing-01-b-expected.txt: Added.
13264 * platform/mac-leopard/svg/text/text-text-01-b-expected.checksum: Added.
13265 * platform/mac-leopard/svg/text/text-text-01-b-expected.png: Added.
13266 * platform/mac-leopard/svg/text/text-text-01-b-expected.txt: Added.
13267 * platform/mac-leopard/svg/text/text-text-03-b-expected.checksum: Added.
13268 * platform/mac-leopard/svg/text/text-text-03-b-expected.png: Added.
13269 * platform/mac-leopard/svg/text/text-text-03-b-expected.txt: Added.
13270 * platform/mac-leopard/svg/text/text-text-04-t-expected.checksum: Added.
13271 * platform/mac-leopard/svg/text/text-text-04-t-expected.png: Added.
13272 * platform/mac-leopard/svg/text/text-text-04-t-expected.txt: Added.
13273 * platform/mac-leopard/svg/text/text-text-05-t-expected.checksum: Added.
13274 * platform/mac-leopard/svg/text/text-text-05-t-expected.png: Added.
13275 * platform/mac-leopard/svg/text/text-text-05-t-expected.txt: Added.
13276 * platform/mac-leopard/svg/text/text-text-06-t-expected.checksum: Added.
13277 * platform/mac-leopard/svg/text/text-text-06-t-expected.png: Added.
13278 * platform/mac-leopard/svg/text/text-text-06-t-expected.txt: Added.
13279 * platform/mac-leopard/svg/text/text-text-07-t-expected.checksum: Added.
13280 * platform/mac-leopard/svg/text/text-text-07-t-expected.png: Added.
13281 * platform/mac-leopard/svg/text/text-text-07-t-expected.txt: Added.
13282 * platform/mac-leopard/svg/text/text-text-08-b-expected.checksum: Added.
13283 * platform/mac-leopard/svg/text/text-text-08-b-expected.png: Added.
13284 * platform/mac-leopard/svg/text/text-text-08-b-expected.txt: Added.
13285 * platform/mac-leopard/svg/text/text-tref-01-b-expected.checksum: Added.
13286 * platform/mac-leopard/svg/text/text-tref-01-b-expected.png: Added.
13287 * platform/mac-leopard/svg/text/text-tref-01-b-expected.txt: Added.
13288 * platform/mac-leopard/svg/text/text-tselect-01-b-expected.checksum: Added.
13289 * platform/mac-leopard/svg/text/text-tselect-01-b-expected.png: Added.
13290 * platform/mac-leopard/svg/text/text-tselect-01-b-expected.txt: Added.
13291 * platform/mac-leopard/svg/text/text-tselect-02-f-expected.checksum: Added.
13292 * platform/mac-leopard/svg/text/text-tselect-02-f-expected.png: Added.
13293 * platform/mac-leopard/svg/text/text-tselect-02-f-expected.txt: Added.
13294 * platform/mac-leopard/svg/text/text-tspan-01-b-expected.checksum: Added.
13295 * platform/mac-leopard/svg/text/text-tspan-01-b-expected.png: Added.
13296 * platform/mac-leopard/svg/text/text-tspan-01-b-expected.txt: Added.
13297 * platform/mac-leopard/svg/text/text-ws-01-t-expected.checksum: Added.
13298 * platform/mac-leopard/svg/text/text-ws-01-t-expected.png: Added.
13299 * platform/mac-leopard/svg/text/text-ws-01-t-expected.txt: Added.
13300 * platform/mac-leopard/svg/text/text-ws-02-t-expected.checksum: Added.
13301 * platform/mac-leopard/svg/text/text-ws-02-t-expected.png: Added.
13302 * platform/mac-leopard/svg/text/text-ws-02-t-expected.txt: Added.
13303 * platform/mac-leopard/svg/text/textPathBoundsBug-expected.checksum: Added.
13304 * platform/mac-leopard/svg/text/textPathBoundsBug-expected.png: Added.
13305 * platform/mac-leopard/svg/text/textPathBoundsBug-expected.txt: Added.
13306 * platform/mac-leopard/svg/webarchive: Added.
13307 * platform/mac-leopard/svg/webarchive/svg-cursor-subresources-expected.checksum: Added.
13308 * platform/mac-leopard/svg/webarchive/svg-cursor-subresources-expected.png: Added.
13309 * platform/mac-leopard/svg/webarchive/svg-feimage-subresources-expected.checksum: Added.
13310 * platform/mac-leopard/svg/webarchive/svg-feimage-subresources-expected.png: Added.
13311 * platform/mac-leopard/svg/webarchive/svg-script-subresouces-expected.checksum: Added.
13312 * platform/mac-leopard/svg/webarchive/svg-script-subresouces-expected.png: Added.
13313 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum.
13314 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png.
13315 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt.
13316 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum.
13317 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png.
13318 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt.
13319 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum.
13320 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png.
13321 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt.
13322 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum.
13323 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png.
13324 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt.
13325 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum.
13326 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png.
13327 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt.
13328 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum.
13329 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png.
13330 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt.
13331 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum.
13332 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png.
13333 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt.
13334 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum.
13335 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png.
13336 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt.
13337 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum.
13338 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png.
13339 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt.
13340 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum.
13341 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png.
13342 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt.
13343 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum.
13344 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png.
13345 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt.
13346 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum.
13347 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png.
13348 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt.
13349 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum.
13350 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png.
13351 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt.
13352 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum.
13353 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png.
13354 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt.
13355 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum.
13356 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png.
13357 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt.
13358 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum.
13359 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png.
13360 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt.
13361 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum.
13362 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png.
13363 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt.
13364 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum.
13365 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png.
13366 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt.
13367 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum.
13368 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png.
13369 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt.
13370 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum.
13371 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png.
13372 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt.
13373 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum.
13374 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png.
13375 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt.
13376 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum.
13377 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png.
13378 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt.
13379 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum.
13380 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png.
13381 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt.
13382 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum.
13383 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png.
13384 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt.
13385 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum.
13386 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png.
13387 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt.
13388 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum.
13389 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png.
13390 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt.
13391 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum.
13392 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png.
13393 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt.
13394 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum.
13395 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png.
13396 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt.
13397 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum.
13398 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png.
13399 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt.
13400 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum.
13401 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png.
13402 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt.
13403 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum.
13404 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png.
13405 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt.
13406 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum.
13407 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png.
13408 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt.
13409 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum.
13410 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png.
13411 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt.
13412 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum.
13413 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png.
13414 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt.
13415 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum.
13416 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png.
13417 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt.
13418 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum.
13419 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png.
13420 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt.
13421 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum.
13422 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png.
13423 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt.
13424 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum.
13425 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png.
13426 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt.
13427 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum.
13428 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png.
13429 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt.
13430 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum.
13431 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png.
13432 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt.
13433 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum.
13434 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png.
13435 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt.
13436 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum.
13437 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png.
13438 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt.
13439 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum.
13440 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png.
13441 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt.
13442 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum.
13443 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png.
13444 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt.
13445 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum.
13446 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png.
13447 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt.
13448 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum.
13449 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png.
13450 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt.
13451 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum.
13452 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png.
13453 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt.
13454 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum.
13455 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png.
13456 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt.
13457 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum.
13458 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png.
13459 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt.
13460 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum.
13461 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png.
13462 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt.
13463 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum.
13464 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png.
13465 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt.
13466 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum.
13467 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png.
13468 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt.
13469 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum.
13470 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png.
13471 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt.
13472 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum.
13473 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png.
13474 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt.
13475 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum.
13476 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png.
13477 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt.
13478 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum.
13479 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png.
13480 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt.
13481 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum.
13482 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png.
13483 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt.
13484 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum.
13485 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png.
13486 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt.
13487 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum.
13488 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png.
13489 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt.
13490 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum.
13491 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png.
13492 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt.
13493 * platform/mac-tiger/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum.
13494 * platform/mac-tiger/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png.
13495 * platform/mac-tiger/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt.
13496 * platform/mac-tiger/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum.
13497 * platform/mac-tiger/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png.
13498 * platform/mac-tiger/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt.
13499 * platform/mac-tiger/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum.
13500 * platform/mac-tiger/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png.
13501 * platform/mac-tiger/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt.
13502 * platform/mac-tiger/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum.
13503 * platform/mac-tiger/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png.
13504 * platform/mac-tiger/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt.
13505 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum.
13506 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png.
13507 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt.
13508 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum.
13509 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png.
13510 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt.
13511 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum.
13512 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png.
13513 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt.
13514 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum.
13515 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png.
13516 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt.
13517 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum.
13518 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png.
13519 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt.
13520 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum.
13521 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png.
13522 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt.
13523 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum.
13524 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png.
13525 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt.
13526 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum.
13527 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png.
13528 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt.
13529 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum.
13530 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png.
13531 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt.
13532 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum.
13533 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png.
13534 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt.
13535 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum.
13536 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png.
13537 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt.
13538 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum.
13539 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png.
13540 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt.
13541 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum.
13542 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png.
13543 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt.
13544 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum.
13545 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png.
13546 * platform/mac-tiger/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt.
13547 * platform/mac-tiger/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum.
13548 * platform/mac-tiger/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png.
13549 * platform/mac-tiger/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt.
13550 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum.
13551 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png.
13552 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt.
13553 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum.
13554 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png.
13555 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt.
13556 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum.
13557 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png.
13558 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt.
13559 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum.
13560 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png.
13561 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt.
13562 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum.
13563 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png.
13564 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt.
13565 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum.
13566 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png.
13567 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt.
13568 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum.
13569 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png.
13570 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt.
13571 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum.
13572 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png.
13573 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt.
13574 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum.
13575 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png.
13576 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt.
13577 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum.
13578 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png.
13579 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt.
13580 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum.
13581 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png.
13582 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt.
13583 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum.
13584 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png.
13585 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt.
13586 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum.
13587 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png.
13588 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt.
13589 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum.
13590 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png.
13591 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt.
13592 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum.
13593 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png.
13594 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt.
13595 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum.
13596 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png.
13597 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt.
13598 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum.
13599 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png.
13600 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt.
13601 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum.
13602 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png.
13603 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt.
13604 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum.
13605 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png.
13606 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt.
13607 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum.
13608 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png.
13609 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt.
13610 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum.
13611 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png.
13612 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt.
13613 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum.
13614 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png.
13615 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt.
13616 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum.
13617 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png.
13618 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt.
13619 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum.
13620 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png.
13621 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt.
13622 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum.
13623 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png.
13624 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt.
13625 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum.
13626 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png.
13627 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt.
13628 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum.
13629 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png.
13630 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt.
13631 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum.
13632 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png.
13633 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt.
13634 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum.
13635 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png.
13636 * platform/mac-tiger/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt.
13637 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum.
13638 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png.
13639 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt.
13640 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum.
13641 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png.
13642 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt.
13643 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum.
13644 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png.
13645 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt.
13646 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum.
13647 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png.
13648 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt.
13649 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum.
13650 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png.
13651 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt.
13652 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum.
13653 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png.
13654 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt.
13655 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum.
13656 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png.
13657 * platform/mac-tiger/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt.
13658 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum.
13659 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png.
13660 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt.
13661 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum.
13662 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png.
13663 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt.
13664 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum.
13665 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png.
13666 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt.
13667 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum.
13668 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png.
13669 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt.
13670 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum.
13671 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png.
13672 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt.
13673 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum.
13674 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png.
13675 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt.
13676 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum.
13677 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png.
13678 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt.
13679 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum.
13680 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png.
13681 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt.
13682 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum.
13683 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png.
13684 * platform/mac-tiger/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt.
13685 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum.
13686 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png.
13687 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt.
13688 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum.
13689 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png.
13690 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt.
13691 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum.
13692 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png.
13693 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt.
13694 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum.
13695 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png.
13696 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt.
13697 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum.
13698 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png.
13699 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt.
13700 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum.
13701 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png.
13702 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt.
13703 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum.
13704 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png.
13705 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt.
13706 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum.
13707 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png.
13708 * platform/mac-tiger/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt.
13709 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum.
13710 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png.
13711 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt.
13712 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum.
13713 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png.
13714 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt.
13715 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum.
13716 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png.
13717 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt.
13718 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum.
13719 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png.
13720 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt.
13721 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum.
13722 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png.
13723 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt.
13724 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum.
13725 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png.
13726 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt.
13727 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum.
13728 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png.
13729 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt.
13730 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum.
13731 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png.
13732 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt.
13733 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum.
13734 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png.
13735 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt.
13736 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum.
13737 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png.
13738 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt.
13739 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum.
13740 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png.
13741 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt.
13742 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum.
13743 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png.
13744 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt.
13745 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum.
13746 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png.
13747 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt.
13748 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum.
13749 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png.
13750 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt.
13751 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum.
13752 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png.
13753 * platform/mac-tiger/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt.
13754 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum.
13755 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png.
13756 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt.
13757 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum.
13758 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png.
13759 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt.
13760 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum.
13761 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png.
13762 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt.
13763 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum.
13764 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png.
13765 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt.
13766 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum.
13767 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png.
13768 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt.
13769 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum.
13770 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png.
13771 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt.
13772 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum.
13773 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png.
13774 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt.
13775 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum.
13776 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png.
13777 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt.
13778 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum.
13779 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png.
13780 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt.
13781 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum.
13782 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png.
13783 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt.
13784 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum.
13785 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png.
13786 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt.
13787 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum.
13788 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png.
13789 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt.
13790 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum.
13791 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png.
13792 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt.
13793 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum.
13794 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png.
13795 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt.
13796 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum.
13797 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png.
13798 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt.
13799 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum.
13800 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png.
13801 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt.
13802 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum.
13803 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png.
13804 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt.
13805 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum.
13806 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png.
13807 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt.
13808 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum.
13809 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png.
13810 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt.
13811 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum.
13812 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png.
13813 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt.
13814 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum.
13815 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png.
13816 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt.
13817 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum.
13818 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png.
13819 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt.
13820 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum.
13821 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png.
13822 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt.
13823 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum.
13824 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png.
13825 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt.
13826 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum.
13827 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png.
13828 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt.
13829 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum.
13830 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png.
13831 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt.
13832 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum.
13833 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png.
13834 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt.
13835 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum.
13836 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png.
13837 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt.
13838 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum.
13839 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png.
13840 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt.
13841 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum.
13842 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png.
13843 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt.
13844 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum.
13845 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png.
13846 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt.
13847 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum.
13848 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png.
13849 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt.
13850 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum.
13851 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png.
13852 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt.
13853 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum.
13854 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png.
13855 * platform/mac-tiger/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt.
13856 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum.
13857 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png.
13858 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt.
13859 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum.
13860 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png.
13861 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt.
13862 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum.
13863 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png.
13864 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt.
13865 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum.
13866 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png.
13867 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt.
13868 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum.
13869 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png.
13870 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt.
13871 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum.
13872 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png.
13873 * platform/mac-tiger/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt.
13874 * platform/mac-tiger/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum.
13875 * platform/mac-tiger/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png.
13876 * platform/mac-tiger/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt.
13877 * platform/mac-tiger/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum.
13878 * platform/mac-tiger/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png.
13879 * platform/mac-tiger/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt.
13880 * platform/mac-tiger/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum.
13881 * platform/mac-tiger/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png.
13882 * platform/mac-tiger/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt.
13883 * platform/mac-tiger/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum.
13884 * platform/mac-tiger/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png.
13885 * platform/mac-tiger/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt.
13886 * platform/mac-tiger/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum.
13887 * platform/mac-tiger/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png.
13888 * platform/mac-tiger/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt.
13889 * platform/mac-tiger/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum.
13890 * platform/mac-tiger/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png.
13891 * platform/mac-tiger/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt.
13892 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum.
13893 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png.
13894 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt.
13895 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum.
13896 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png.
13897 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt.
13898 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum.
13899 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png.
13900 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt.
13901 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum.
13902 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png.
13903 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt.
13904 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum.
13905 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png.
13906 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt.
13907 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum.
13908 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png.
13909 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt.
13910 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum.
13911 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png.
13912 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt.
13913 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum.
13914 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png.
13915 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt.
13916 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum.
13917 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png.
13918 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt.
13919 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum.
13920 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png.
13921 * platform/mac-tiger/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt.
13922 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum.
13923 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png.
13924 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt.
13925 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum.
13926 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png.
13927 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt.
13928 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum.
13929 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png.
13930 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt.
13931 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum.
13932 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png.
13933 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt.
13934 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum.
13935 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png.
13936 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt.
13937 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum.
13938 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png.
13939 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt.
13940 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum.
13941 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png.
13942 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt.
13943 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum.
13944 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png.
13945 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt.
13946 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum.
13947 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png.
13948 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt.
13949 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum.
13950 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png.
13951 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt.
13952 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.checksum.
13953 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png.
13954 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt.
13955 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum.
13956 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png.
13957 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt.
13958 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum.
13959 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png.
13960 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt.
13961 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum.
13962 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png.
13963 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt.
13964 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum.
13965 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png.
13966 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt.
13967 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum.
13968 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png.
13969 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt.
13970 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum.
13971 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png.
13972 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt.
13973 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum.
13974 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png.
13975 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt.
13976 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum.
13977 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png.
13978 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt.
13979 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum.
13980 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png.
13981 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt.
13982 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum.
13983 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png.
13984 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt.
13985 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum.
13986 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png.
13987 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt.
13988 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum.
13989 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png.
13990 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt.
13991 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum.
13992 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png.
13993 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt.
13994 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum.
13995 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png.
13996 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt.
13997 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum.
13998 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png.
13999 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt.
14000 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum.
14001 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png.
14002 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt.
14003 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum.
14004 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png.
14005 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt.
14006 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum.
14007 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png.
14008 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt.
14009 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum.
14010 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png.
14011 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt.
14012 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum.
14013 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png.
14014 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt.
14015 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum.
14016 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png.
14017 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt.
14018 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum.
14019 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png.
14020 * platform/mac-tiger/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt.
14021 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum.
14022 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png.
14023 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt.
14024 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum.
14025 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png.
14026 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt.
14027 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum.
14028 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png.
14029 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt.
14030 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum.
14031 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png.
14032 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt.
14033 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum.
14034 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png.
14035 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt.
14036 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum.
14037 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png.
14038 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt.
14039 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum.
14040 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png.
14041 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt.
14042 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum.
14043 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png.
14044 * platform/mac-tiger/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt.
14045 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum.
14046 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png.
14047 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt.
14048 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum.
14049 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png.
14050 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt.
14051 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum.
14052 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png.
14053 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt.
14054 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum.
14055 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png.
14056 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt.
14057 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum.
14058 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png.
14059 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt.
14060 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum.
14061 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png.
14062 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt.
14063 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-08-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.checksum.
14064 * platform/mac-tiger/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.png.
14065 * platform/mac-tiger/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum.
14066 * platform/mac-tiger/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png.
14067 * platform/mac-tiger/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt.
14068 * platform/mac-tiger/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum.
14069 * platform/mac-tiger/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png.
14070 * platform/mac-tiger/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt.
14071 * platform/mac-tiger/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum.
14072 * platform/mac-tiger/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png.
14073 * platform/mac-tiger/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt.
14074 * platform/mac-tiger/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum.
14075 * platform/mac-tiger/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png.
14076 * platform/mac-tiger/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt.
14077 * platform/mac-tiger/svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum.
14078 * platform/mac-tiger/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png.
14079 * platform/mac-tiger/svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum.
14080 * platform/mac-tiger/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.png.
14081 * platform/mac-tiger/svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum.
14082 * platform/mac-tiger/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.png.
14083 * platform/mac-tiger/svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum.
14084 * platform/mac-tiger/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.png.
14085 * platform/mac-tiger/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum.
14086 * platform/mac-tiger/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png.
14087 * platform/mac-tiger/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt.
14088 * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum.
14089 * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png.
14090 * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt.
14091 * platform/mac-tiger/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum.
14092 * platform/mac-tiger/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png.
14093 * platform/mac-tiger/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt.
14094 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum.
14095 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png.
14096 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt.
14097 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum.
14098 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png.
14099 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt.
14100 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum.
14101 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png.
14102 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt.
14103 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum.
14104 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png.
14105 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt.
14106 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum.
14107 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png.
14108 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt.
14109 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum.
14110 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png.
14111 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt.
14112 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum.
14113 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png.
14114 * platform/mac-tiger/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt.
14115 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum.
14116 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png.
14117 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt.
14118 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum.
14119 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png.
14120 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt.
14121 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum.
14122 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png.
14123 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt.
14124 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum.
14125 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png.
14126 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt.
14127 * platform/mac-tiger/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum.
14128 * platform/mac-tiger/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png.
14129 * platform/mac-tiger/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt.
14130 * platform/mac-tiger/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum.
14131 * platform/mac-tiger/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png.
14132 * platform/mac-tiger/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt.
14133 * platform/mac-tiger/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: Copied from platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum.
14134 * platform/mac-tiger/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Copied from platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png.
14135 * platform/mac-tiger/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Copied from platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt.
14136 * platform/mac-tiger/svg/batik/filters: Added.
14137 * platform/mac-tiger/svg/batik/filters/filterRegions-expected.checksum: Copied from platform/mac/svg/batik/filters/filterRegions-expected.checksum.
14138 * platform/mac-tiger/svg/batik/filters/filterRegions-expected.png: Copied from platform/mac/svg/batik/filters/filterRegions-expected.png.
14139 * platform/mac-tiger/svg/batik/filters/filterRegions-expected.txt: Copied from platform/mac/svg/batik/filters/filterRegions-expected.txt.
14140 * platform/mac-tiger/svg/batik/masking: Added.
14141 * platform/mac-tiger/svg/batik/masking/maskRegions-expected.checksum: Copied from platform/mac/svg/batik/masking/maskRegions-expected.checksum.
14142 * platform/mac-tiger/svg/batik/masking/maskRegions-expected.png: Copied from platform/mac/svg/batik/masking/maskRegions-expected.png.
14143 * platform/mac-tiger/svg/batik/masking/maskRegions-expected.txt: Copied from platform/mac/svg/batik/masking/maskRegions-expected.txt.
14144 * platform/mac-tiger/svg/batik/paints: Added.
14145 * platform/mac-tiger/svg/batik/paints/gradientLimit-expected.checksum: Copied from platform/mac/svg/batik/paints/gradientLimit-expected.checksum.
14146 * platform/mac-tiger/svg/batik/paints/gradientLimit-expected.png: Copied from platform/mac/svg/batik/paints/gradientLimit-expected.png.
14147 * platform/mac-tiger/svg/batik/paints/gradientLimit-expected.txt: Copied from platform/mac/svg/batik/paints/gradientLimit-expected.txt.
14148 * platform/mac-tiger/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Copied from platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum.
14149 * platform/mac-tiger/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Copied from platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png.
14150 * platform/mac-tiger/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Copied from platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt.
14151 * platform/mac-tiger/svg/batik/paints/patternRegionA-expected.checksum: Copied from platform/mac/svg/batik/paints/patternRegionA-expected.checksum.
14152 * platform/mac-tiger/svg/batik/paints/patternRegionA-expected.png: Copied from platform/mac/svg/batik/paints/patternRegionA-expected.png.
14153 * platform/mac-tiger/svg/batik/paints/patternRegionA-expected.txt: Copied from platform/mac/svg/batik/paints/patternRegionA-expected.txt.
14154 * platform/mac-tiger/svg/batik/paints/patternRegionB-expected.checksum: Copied from platform/mac/svg/batik/paints/patternRegionB-expected.checksum.
14155 * platform/mac-tiger/svg/batik/paints/patternRegionB-expected.png: Copied from platform/mac/svg/batik/paints/patternRegionB-expected.png.
14156 * platform/mac-tiger/svg/batik/paints/patternRegionB-expected.txt: Copied from platform/mac/svg/batik/paints/patternRegionB-expected.txt.
14157 * platform/mac-tiger/svg/batik/paints/patternRegions-expected.checksum: Copied from platform/mac/svg/batik/paints/patternRegions-expected.checksum.
14158 * platform/mac-tiger/svg/batik/paints/patternRegions-expected.png: Copied from platform/mac/svg/batik/paints/patternRegions-expected.png.
14159 * platform/mac-tiger/svg/batik/paints/patternRegions-expected.txt: Copied from platform/mac/svg/batik/paints/patternRegions-expected.txt.
14160 * platform/mac-tiger/svg/batik/text/longTextOnPath-expected.checksum: Copied from platform/mac/svg/batik/text/longTextOnPath-expected.checksum.
14161 * platform/mac-tiger/svg/batik/text/longTextOnPath-expected.png: Copied from platform/mac/svg/batik/text/longTextOnPath-expected.png.
14162 * platform/mac-tiger/svg/batik/text/longTextOnPath-expected.txt: Copied from platform/mac/svg/batik/text/longTextOnPath-expected.txt.
14163 * platform/mac-tiger/svg/batik/text/textAnchor-expected.checksum: Copied from platform/mac/svg/batik/text/textAnchor-expected.checksum.
14164 * platform/mac-tiger/svg/batik/text/textAnchor-expected.png: Copied from platform/mac/svg/batik/text/textAnchor-expected.png.
14165 * platform/mac-tiger/svg/batik/text/textAnchor-expected.txt: Copied from platform/mac/svg/batik/text/textAnchor-expected.txt.
14166 * platform/mac-tiger/svg/batik/text/textAnchor2-expected.checksum: Copied from platform/mac/svg/batik/text/textAnchor2-expected.checksum.
14167 * platform/mac-tiger/svg/batik/text/textAnchor2-expected.png: Copied from platform/mac/svg/batik/text/textAnchor2-expected.png.
14168 * platform/mac-tiger/svg/batik/text/textAnchor2-expected.txt: Copied from platform/mac/svg/batik/text/textAnchor2-expected.txt.
14169 * platform/mac-tiger/svg/batik/text/textAnchor3-expected.checksum: Copied from platform/mac/svg/batik/text/textAnchor3-expected.checksum.
14170 * platform/mac-tiger/svg/batik/text/textAnchor3-expected.png: Copied from platform/mac/svg/batik/text/textAnchor3-expected.png.
14171 * platform/mac-tiger/svg/batik/text/textAnchor3-expected.txt: Copied from platform/mac/svg/batik/text/textAnchor3-expected.txt.
14172 * platform/mac-tiger/svg/batik/text/textBiDi-expected.checksum: Copied from platform/mac/svg/batik/text/textBiDi-expected.checksum.
14173 * platform/mac-tiger/svg/batik/text/textBiDi-expected.png: Copied from platform/mac/svg/batik/text/textBiDi-expected.png.
14174 * platform/mac-tiger/svg/batik/text/textBiDi-expected.txt: Copied from platform/mac/svg/batik/text/textBiDi-expected.txt.
14175 * platform/mac-tiger/svg/batik/text/textDecoration2-expected.checksum: Copied from platform/mac/svg/batik/text/textDecoration2-expected.checksum.
14176 * platform/mac-tiger/svg/batik/text/textDecoration2-expected.png: Copied from platform/mac/svg/batik/text/textDecoration2-expected.png.
14177 * platform/mac-tiger/svg/batik/text/textDecoration2-expected.txt: Copied from platform/mac/svg/batik/text/textDecoration2-expected.txt.
14178 * platform/mac-tiger/svg/batik/text/textEffect-expected.checksum: Copied from platform/mac/svg/batik/text/textEffect-expected.checksum.
14179 * platform/mac-tiger/svg/batik/text/textEffect-expected.png: Copied from platform/mac/svg/batik/text/textEffect-expected.png.
14180 * platform/mac-tiger/svg/batik/text/textEffect-expected.txt: Copied from platform/mac/svg/batik/text/textEffect-expected.txt.
14181 * platform/mac-tiger/svg/batik/text/textEffect2-expected.checksum: Copied from platform/mac/svg/batik/text/textEffect2-expected.checksum.
14182 * platform/mac-tiger/svg/batik/text/textEffect2-expected.png: Copied from platform/mac/svg/batik/text/textEffect2-expected.png.
14183 * platform/mac-tiger/svg/batik/text/textEffect2-expected.txt: Copied from platform/mac/svg/batik/text/textEffect2-expected.txt.
14184 * platform/mac-tiger/svg/batik/text/textEffect3-expected.checksum: Copied from platform/mac/svg/batik/text/textEffect3-expected.checksum.
14185 * platform/mac-tiger/svg/batik/text/textEffect3-expected.png: Copied from platform/mac/svg/batik/text/textEffect3-expected.png.
14186 * platform/mac-tiger/svg/batik/text/textEffect3-expected.txt: Copied from platform/mac/svg/batik/text/textEffect3-expected.txt.
14187 * platform/mac-tiger/svg/batik/text/textFeatures-expected.checksum: Copied from platform/mac/svg/batik/text/textFeatures-expected.checksum.
14188 * platform/mac-tiger/svg/batik/text/textFeatures-expected.png: Copied from platform/mac/svg/batik/text/textFeatures-expected.png.
14189 * platform/mac-tiger/svg/batik/text/textFeatures-expected.txt: Copied from platform/mac/svg/batik/text/textFeatures-expected.txt.
14190 * platform/mac-tiger/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Copied from platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum.
14191 * platform/mac-tiger/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Copied from platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png.
14192 * platform/mac-tiger/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Copied from platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt.
14193 * platform/mac-tiger/svg/batik/text/textLayout-expected.checksum: Copied from platform/mac/svg/batik/text/textLayout-expected.checksum.
14194 * platform/mac-tiger/svg/batik/text/textLayout-expected.png: Copied from platform/mac/svg/batik/text/textLayout-expected.png.
14195 * platform/mac-tiger/svg/batik/text/textLayout-expected.txt: Copied from platform/mac/svg/batik/text/textLayout-expected.txt.
14196 * platform/mac-tiger/svg/batik/text/textLayout2-expected.checksum: Copied from platform/mac/svg/batik/text/textLayout2-expected.checksum.
14197 * platform/mac-tiger/svg/batik/text/textLayout2-expected.png: Copied from platform/mac/svg/batik/text/textLayout2-expected.png.
14198 * platform/mac-tiger/svg/batik/text/textLayout2-expected.txt: Copied from platform/mac/svg/batik/text/textLayout2-expected.txt.
14199 * platform/mac-tiger/svg/batik/text/textLength-expected.checksum: Copied from platform/mac/svg/batik/text/textLength-expected.checksum.
14200 * platform/mac-tiger/svg/batik/text/textLength-expected.png: Copied from platform/mac/svg/batik/text/textLength-expected.png.
14201 * platform/mac-tiger/svg/batik/text/textLength-expected.txt: Copied from platform/mac/svg/batik/text/textLength-expected.txt.
14202 * platform/mac-tiger/svg/batik/text/textOnPath-expected.checksum: Copied from platform/mac/svg/batik/text/textOnPath-expected.checksum.
14203 * platform/mac-tiger/svg/batik/text/textOnPath-expected.png: Copied from platform/mac/svg/batik/text/textOnPath-expected.png.
14204 * platform/mac-tiger/svg/batik/text/textOnPath-expected.txt: Copied from platform/mac/svg/batik/text/textOnPath-expected.txt.
14205 * platform/mac-tiger/svg/batik/text/textOnPath2-expected.checksum: Copied from platform/mac/svg/batik/text/textOnPath2-expected.checksum.
14206 * platform/mac-tiger/svg/batik/text/textOnPath2-expected.png: Copied from platform/mac/svg/batik/text/textOnPath2-expected.png.
14207 * platform/mac-tiger/svg/batik/text/textOnPath2-expected.txt: Copied from platform/mac/svg/batik/text/textOnPath2-expected.txt.
14208 * platform/mac-tiger/svg/batik/text/textOnPath3-expected.checksum: Copied from platform/mac/svg/batik/text/textOnPath3-expected.checksum.
14209 * platform/mac-tiger/svg/batik/text/textOnPath3-expected.png: Copied from platform/mac/svg/batik/text/textOnPath3-expected.png.
14210 * platform/mac-tiger/svg/batik/text/textOnPath3-expected.txt: Copied from platform/mac/svg/batik/text/textOnPath3-expected.txt.
14211 * platform/mac-tiger/svg/batik/text/textOnPathSpaces-expected.checksum: Copied from platform/mac/svg/batik/text/textOnPathSpaces-expected.checksum.
14212 * platform/mac-tiger/svg/batik/text/textOnPathSpaces-expected.png: Copied from platform/mac/svg/batik/text/textOnPathSpaces-expected.png.
14213 * platform/mac-tiger/svg/batik/text/textOnPathSpaces-expected.txt: Copied from platform/mac/svg/batik/text/textOnPathSpaces-expected.txt.
14214 * platform/mac-tiger/svg/batik/text/textPCDATA-expected.checksum: Copied from platform/mac/svg/batik/text/textPCDATA-expected.checksum.
14215 * platform/mac-tiger/svg/batik/text/textPCDATA-expected.png: Copied from platform/mac/svg/batik/text/textPCDATA-expected.png.
14216 * platform/mac-tiger/svg/batik/text/textPCDATA-expected.txt: Copied from platform/mac/svg/batik/text/textPCDATA-expected.txt.
14217 * platform/mac-tiger/svg/batik/text/textPosition-expected.checksum: Copied from platform/mac/svg/batik/text/textPosition-expected.checksum.
14218 * platform/mac-tiger/svg/batik/text/textPosition-expected.png: Copied from platform/mac/svg/batik/text/textPosition-expected.png.
14219 * platform/mac-tiger/svg/batik/text/textPosition-expected.txt: Copied from platform/mac/svg/batik/text/textPosition-expected.txt.
14220 * platform/mac-tiger/svg/batik/text/textPosition2-expected.checksum: Copied from platform/mac/svg/batik/text/textPosition2-expected.checksum.
14221 * platform/mac-tiger/svg/batik/text/textPosition2-expected.png: Copied from platform/mac/svg/batik/text/textPosition2-expected.png.
14222 * platform/mac-tiger/svg/batik/text/textPosition2-expected.txt: Copied from platform/mac/svg/batik/text/textPosition2-expected.txt.
14223 * platform/mac-tiger/svg/batik/text/textProperties-expected.checksum: Copied from platform/mac/svg/batik/text/textProperties-expected.checksum.
14224 * platform/mac-tiger/svg/batik/text/textProperties-expected.png: Copied from platform/mac/svg/batik/text/textProperties-expected.png.
14225 * platform/mac-tiger/svg/batik/text/textProperties-expected.txt: Copied from platform/mac/svg/batik/text/textProperties-expected.txt.
14226 * platform/mac-tiger/svg/batik/text/textProperties2-expected.checksum: Copied from platform/mac/svg/batik/text/textProperties2-expected.checksum.
14227 * platform/mac-tiger/svg/batik/text/textProperties2-expected.png: Copied from platform/mac/svg/batik/text/textProperties2-expected.png.
14228 * platform/mac-tiger/svg/batik/text/textProperties2-expected.txt: Copied from platform/mac/svg/batik/text/textProperties2-expected.txt.
14229 * platform/mac-tiger/svg/batik/text/textStyles-expected.checksum: Copied from platform/mac/svg/batik/text/textStyles-expected.checksum.
14230 * platform/mac-tiger/svg/batik/text/textStyles-expected.png: Copied from platform/mac/svg/batik/text/textStyles-expected.png.
14231 * platform/mac-tiger/svg/batik/text/textStyles-expected.txt: Copied from platform/mac/svg/batik/text/textStyles-expected.txt.
14232 * platform/mac-tiger/svg/batik/text/verticalText-expected.checksum: Copied from platform/mac/svg/batik/text/verticalText-expected.checksum.
14233 * platform/mac-tiger/svg/batik/text/verticalText-expected.png: Copied from platform/mac/svg/batik/text/verticalText-expected.png.
14234 * platform/mac-tiger/svg/batik/text/verticalText-expected.txt: Copied from platform/mac/svg/batik/text/verticalText-expected.txt.
14235 * platform/mac-tiger/svg/batik/text/verticalTextOnPath-expected.checksum: Copied from platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum.
14236 * platform/mac-tiger/svg/batik/text/verticalTextOnPath-expected.png: Copied from platform/mac/svg/batik/text/verticalTextOnPath-expected.png.
14237 * platform/mac-tiger/svg/batik/text/verticalTextOnPath-expected.txt: Copied from platform/mac/svg/batik/text/verticalTextOnPath-expected.txt.
14238 * platform/mac-tiger/svg/batik/text/xmlSpace-expected.checksum: Copied from platform/mac/svg/batik/text/xmlSpace-expected.checksum.
14239 * platform/mac-tiger/svg/batik/text/xmlSpace-expected.png: Copied from platform/mac/svg/batik/text/xmlSpace-expected.png.
14240 * platform/mac-tiger/svg/batik/text/xmlSpace-expected.txt: Copied from platform/mac/svg/batik/text/xmlSpace-expected.txt.
14241 * platform/mac-tiger/svg/carto.net/button-expected.checksum: Copied from platform/mac/svg/carto.net/button-expected.checksum.
14242 * platform/mac-tiger/svg/carto.net/button-expected.png: Copied from platform/mac/svg/carto.net/button-expected.png.
14243 * platform/mac-tiger/svg/carto.net/button-expected.txt: Copied from platform/mac/svg/carto.net/button-expected.txt.
14244 * platform/mac-tiger/svg/carto.net/colourpicker-expected.checksum: Copied from platform/mac/svg/carto.net/colourpicker-expected.checksum.
14245 * platform/mac-tiger/svg/carto.net/colourpicker-expected.png: Copied from platform/mac/svg/carto.net/colourpicker-expected.png.
14246 * platform/mac-tiger/svg/carto.net/colourpicker-expected.txt: Copied from platform/mac/svg/carto.net/colourpicker-expected.txt.
14247 * platform/mac-tiger/svg/carto.net/combobox-expected.checksum: Copied from platform/mac/svg/carto.net/combobox-expected.checksum.
14248 * platform/mac-tiger/svg/carto.net/combobox-expected.png: Copied from platform/mac/svg/carto.net/combobox-expected.png.
14249 * platform/mac-tiger/svg/carto.net/combobox-expected.txt: Copied from platform/mac/svg/carto.net/combobox-expected.txt.
14250 * platform/mac-tiger/svg/carto.net/frameless-svg-parse-error-expected.checksum: Copied from platform/mac/svg/carto.net/frameless-svg-parse-error-expected.checksum.
14251 * platform/mac-tiger/svg/carto.net/frameless-svg-parse-error-expected.png: Copied from platform/mac/svg/carto.net/frameless-svg-parse-error-expected.png.
14252 * platform/mac-tiger/svg/carto.net/scrollbar-expected.checksum: Copied from platform/mac/svg/carto.net/scrollbar-expected.checksum.
14253 * platform/mac-tiger/svg/carto.net/scrollbar-expected.png: Copied from platform/mac/svg/carto.net/scrollbar-expected.png.
14254 * platform/mac-tiger/svg/carto.net/scrollbar-expected.txt: Copied from platform/mac/svg/carto.net/scrollbar-expected.txt.
14255 * platform/mac-tiger/svg/carto.net/selectionlist-expected.checksum: Copied from platform/mac/svg/carto.net/selectionlist-expected.checksum.
14256 * platform/mac-tiger/svg/carto.net/selectionlist-expected.png: Copied from platform/mac/svg/carto.net/selectionlist-expected.png.
14257 * platform/mac-tiger/svg/carto.net/selectionlist-expected.txt: Copied from platform/mac/svg/carto.net/selectionlist-expected.txt.
14258 * platform/mac-tiger/svg/carto.net/slider-expected.checksum: Copied from platform/mac/svg/carto.net/slider-expected.checksum.
14259 * platform/mac-tiger/svg/carto.net/slider-expected.png: Copied from platform/mac/svg/carto.net/slider-expected.png.
14260 * platform/mac-tiger/svg/carto.net/slider-expected.txt: Copied from platform/mac/svg/carto.net/slider-expected.txt.
14261 * platform/mac-tiger/svg/carto.net/tabgroup-expected.checksum: Copied from platform/mac/svg/carto.net/tabgroup-expected.checksum.
14262 * platform/mac-tiger/svg/carto.net/tabgroup-expected.png: Copied from platform/mac/svg/carto.net/tabgroup-expected.png.
14263 * platform/mac-tiger/svg/carto.net/tabgroup-expected.txt: Copied from platform/mac/svg/carto.net/tabgroup-expected.txt.
14264 * platform/mac-tiger/svg/carto.net/textbox-expected.checksum: Copied from platform/mac/svg/carto.net/textbox-expected.checksum.
14265 * platform/mac-tiger/svg/carto.net/textbox-expected.png: Copied from platform/mac/svg/carto.net/textbox-expected.png.
14266 * platform/mac-tiger/svg/carto.net/textbox-expected.txt: Copied from platform/mac/svg/carto.net/textbox-expected.txt.
14267 * platform/mac-tiger/svg/carto.net/window-expected.checksum: Copied from platform/mac/svg/carto.net/window-expected.checksum.
14268 * platform/mac-tiger/svg/carto.net/window-expected.png: Copied from platform/mac/svg/carto.net/window-expected.png.
14269 * platform/mac-tiger/svg/carto.net/window-expected.txt: Copied from platform/mac/svg/carto.net/window-expected.txt.
14270 * platform/mac-tiger/svg/css: Added.
14271 * platform/mac-tiger/svg/css/css-box-min-width-expected.checksum: Copied from platform/mac/svg/css/css-box-min-width-expected.checksum.
14272 * platform/mac-tiger/svg/css/css-box-min-width-expected.png: Copied from platform/mac/svg/css/css-box-min-width-expected.png.
14273 * platform/mac-tiger/svg/css/css-box-min-width-expected.txt: Copied from platform/mac/svg/css/css-box-min-width-expected.txt.
14274 * platform/mac-tiger/svg/css/getComputedStyle-basic-expected.checksum: Copied from platform/mac/svg/css/getComputedStyle-basic-expected.checksum.
14275 * platform/mac-tiger/svg/css/getComputedStyle-basic-expected.png: Copied from platform/mac/svg/css/getComputedStyle-basic-expected.png.
14276 * platform/mac-tiger/svg/css/glyph-orientation-rounding-test-expected.checksum: Copied from platform/mac/svg/css/glyph-orientation-rounding-test-expected.checksum.
14277 * platform/mac-tiger/svg/css/glyph-orientation-rounding-test-expected.png: Copied from platform/mac/svg/css/glyph-orientation-rounding-test-expected.png.
14278 * platform/mac-tiger/svg/custom/SVGException-expected.checksum: Copied from platform/mac/svg/custom/SVGException-expected.checksum.
14279 * platform/mac-tiger/svg/custom/SVGException-expected.png: Copied from platform/mac/svg/custom/SVGException-expected.png.
14280 * platform/mac-tiger/svg/custom/SVGMatrix-interface-expected.checksum: Copied from platform/mac/svg/custom/SVGMatrix-interface-expected.checksum.
14281 * platform/mac-tiger/svg/custom/SVGMatrix-interface-expected.png: Copied from platform/mac/svg/custom/SVGMatrix-interface-expected.png.
14282 * platform/mac-tiger/svg/custom/SVGMatrix-interface-expected.txt: Copied from platform/mac/svg/custom/SVGMatrix-interface-expected.txt.
14283 * platform/mac-tiger/svg/custom/SVGNumber-interface-expected.checksum: Copied from platform/mac/svg/custom/SVGNumber-interface-expected.checksum.
14284 * platform/mac-tiger/svg/custom/SVGNumber-interface-expected.png: Copied from platform/mac/svg/custom/SVGNumber-interface-expected.png.
14285 * platform/mac-tiger/svg/custom/SVGNumber-interface-expected.txt: Copied from platform/mac/svg/custom/SVGNumber-interface-expected.txt.
14286 * platform/mac-tiger/svg/custom/SVGPoint-interface-expected.checksum: Copied from platform/mac/svg/custom/SVGPoint-interface-expected.checksum.
14287 * platform/mac-tiger/svg/custom/SVGPoint-interface-expected.png: Copied from platform/mac/svg/custom/SVGPoint-interface-expected.png.
14288 * platform/mac-tiger/svg/custom/SVGPoint-interface-expected.txt: Copied from platform/mac/svg/custom/SVGPoint-interface-expected.txt.
14289 * platform/mac-tiger/svg/custom/SVGPoint-matrixTransform-expected.checksum: Copied from platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum.
14290 * platform/mac-tiger/svg/custom/SVGPoint-matrixTransform-expected.png: Copied from platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png.
14291 * platform/mac-tiger/svg/custom/SVGPoint-matrixTransform-expected.txt: Copied from platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt.
14292 * platform/mac-tiger/svg/custom/SVGRect-interface-expected.checksum: Copied from platform/mac/svg/custom/SVGRect-interface-expected.checksum.
14293 * platform/mac-tiger/svg/custom/SVGRect-interface-expected.png: Copied from platform/mac/svg/custom/SVGRect-interface-expected.png.
14294 * platform/mac-tiger/svg/custom/SVGRect-interface-expected.txt: Copied from platform/mac/svg/custom/SVGRect-interface-expected.txt.
14295 * platform/mac-tiger/svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Copied from platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.checksum.
14296 * platform/mac-tiger/svg/custom/absolute-sized-svg-in-xhtml-expected.png: Copied from platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png.
14297 * platform/mac-tiger/svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Copied from platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt.
14298 * platform/mac-tiger/svg/custom/alignment-baseline-modes-expected.checksum: Copied from platform/mac/svg/custom/alignment-baseline-modes-expected.checksum.
14299 * platform/mac-tiger/svg/custom/alignment-baseline-modes-expected.png: Copied from platform/mac/svg/custom/alignment-baseline-modes-expected.png.
14300 * platform/mac-tiger/svg/custom/alignment-baseline-modes-expected.txt: Copied from platform/mac/svg/custom/alignment-baseline-modes-expected.txt.
14301 * platform/mac-tiger/svg/custom/attribute-namespace-check-expected.checksum: Copied from platform/mac/svg/custom/attribute-namespace-check-expected.checksum.
14302 * platform/mac-tiger/svg/custom/attribute-namespace-check-expected.png: Copied from platform/mac/svg/custom/attribute-namespace-check-expected.png.
14303 * platform/mac-tiger/svg/custom/attribute-namespace-check-expected.txt: Copied from platform/mac/svg/custom/attribute-namespace-check-expected.txt.
14304 * platform/mac-tiger/svg/custom/baseval-animval-equality-expected.checksum: Copied from platform/mac/svg/custom/baseval-animval-equality-expected.checksum.
14305 * platform/mac-tiger/svg/custom/baseval-animval-equality-expected.png: Copied from platform/mac/svg/custom/baseval-animval-equality-expected.png.
14306 * platform/mac-tiger/svg/custom/baseval-animval-equality-expected.txt: Copied from platform/mac/svg/custom/baseval-animval-equality-expected.txt.
14307 * platform/mac-tiger/svg/custom/circular-marker-reference-1-expected.checksum: Copied from platform/mac/svg/custom/circular-marker-reference-1-expected.checksum.
14308 * platform/mac-tiger/svg/custom/circular-marker-reference-1-expected.png: Copied from platform/mac/svg/custom/circular-marker-reference-1-expected.png.
14309 * platform/mac-tiger/svg/custom/circular-marker-reference-1-expected.txt: Copied from platform/mac/svg/custom/circular-marker-reference-1-expected.txt.
14310 * platform/mac-tiger/svg/custom/circular-marker-reference-2-expected.checksum: Copied from platform/mac/svg/custom/circular-marker-reference-2-expected.checksum.
14311 * platform/mac-tiger/svg/custom/circular-marker-reference-2-expected.png: Copied from platform/mac/svg/custom/circular-marker-reference-2-expected.png.
14312 * platform/mac-tiger/svg/custom/circular-marker-reference-2-expected.txt: Copied from platform/mac/svg/custom/circular-marker-reference-2-expected.txt.
14313 * platform/mac-tiger/svg/custom/circular-marker-reference-3-expected.checksum: Copied from platform/mac/svg/custom/circular-marker-reference-3-expected.checksum.
14314 * platform/mac-tiger/svg/custom/circular-marker-reference-3-expected.png: Copied from platform/mac/svg/custom/circular-marker-reference-3-expected.png.
14315 * platform/mac-tiger/svg/custom/circular-marker-reference-3-expected.txt: Copied from platform/mac/svg/custom/circular-marker-reference-3-expected.txt.
14316 * platform/mac-tiger/svg/custom/circular-marker-reference-4-expected.checksum: Copied from platform/mac/svg/custom/circular-marker-reference-4-expected.checksum.
14317 * platform/mac-tiger/svg/custom/circular-marker-reference-4-expected.png: Copied from platform/mac/svg/custom/circular-marker-reference-4-expected.png.
14318 * platform/mac-tiger/svg/custom/circular-marker-reference-4-expected.txt: Copied from platform/mac/svg/custom/circular-marker-reference-4-expected.txt.
14319 * platform/mac-tiger/svg/custom/class-selector-expected.checksum: Copied from platform/mac/svg/custom/class-selector-expected.checksum.
14320 * platform/mac-tiger/svg/custom/class-selector-expected.png: Copied from platform/mac/svg/custom/class-selector-expected.png.
14321 * platform/mac-tiger/svg/custom/class-selector-expected.txt: Copied from platform/mac/svg/custom/class-selector-expected.txt.
14322 * platform/mac-tiger/svg/custom/clip-path-child-changes-expected.checksum: Copied from platform/mac/svg/custom/clip-path-child-changes-expected.checksum.
14323 * platform/mac-tiger/svg/custom/clip-path-child-changes-expected.png: Copied from platform/mac/svg/custom/clip-path-child-changes-expected.png.
14324 * platform/mac-tiger/svg/custom/clip-path-child-changes-expected.txt: Copied from platform/mac/svg/custom/clip-path-child-changes-expected.txt.
14325 * platform/mac-tiger/svg/custom/clip-path-href-changes-expected.checksum: Copied from platform/mac/svg/custom/clip-path-href-changes-expected.checksum.
14326 * platform/mac-tiger/svg/custom/clip-path-href-changes-expected.png: Copied from platform/mac/svg/custom/clip-path-href-changes-expected.png.
14327 * platform/mac-tiger/svg/custom/clip-path-href-changes-expected.txt: Copied from platform/mac/svg/custom/clip-path-href-changes-expected.txt.
14328 * platform/mac-tiger/svg/custom/clip-path-referencing-use-expected.checksum: Copied from platform/mac/svg/custom/clip-path-referencing-use-expected.checksum.
14329 * platform/mac-tiger/svg/custom/clip-path-referencing-use-expected.png: Copied from platform/mac/svg/custom/clip-path-referencing-use-expected.png.
14330 * platform/mac-tiger/svg/custom/clip-path-referencing-use-expected.txt: Copied from platform/mac/svg/custom/clip-path-referencing-use-expected.txt.
14331 * platform/mac-tiger/svg/custom/clip-path-referencing-use2-expected.checksum: Copied from platform/mac/svg/custom/clip-path-referencing-use2-expected.checksum.
14332 * platform/mac-tiger/svg/custom/clip-path-referencing-use2-expected.png: Copied from platform/mac/svg/custom/clip-path-referencing-use2-expected.png.
14333 * platform/mac-tiger/svg/custom/clip-path-referencing-use2-expected.txt: Copied from platform/mac/svg/custom/clip-path-referencing-use2-expected.txt.
14334 * platform/mac-tiger/svg/custom/clip-path-units-changes-expected.checksum: Copied from platform/mac/svg/custom/clip-path-units-changes-expected.checksum.
14335 * platform/mac-tiger/svg/custom/clip-path-units-changes-expected.png: Copied from platform/mac/svg/custom/clip-path-units-changes-expected.png.
14336 * platform/mac-tiger/svg/custom/clip-path-units-changes-expected.txt: Copied from platform/mac/svg/custom/clip-path-units-changes-expected.txt.
14337 * platform/mac-tiger/svg/custom/clip-path-with-transform-expected.checksum: Copied from platform/mac/svg/custom/clip-path-with-transform-expected.checksum.
14338 * platform/mac-tiger/svg/custom/clip-path-with-transform-expected.png: Copied from platform/mac/svg/custom/clip-path-with-transform-expected.png.
14339 * platform/mac-tiger/svg/custom/clip-path-with-transform-expected.txt: Copied from platform/mac/svg/custom/clip-path-with-transform-expected.txt.
14340 * platform/mac-tiger/svg/custom/conditional-processing-outside-switch-expected.checksum: Copied from platform/mac/svg/custom/conditional-processing-outside-switch-expected.checksum.
14341 * platform/mac-tiger/svg/custom/conditional-processing-outside-switch-expected.png: Copied from platform/mac/svg/custom/conditional-processing-outside-switch-expected.png.
14342 * platform/mac-tiger/svg/custom/conditional-processing-outside-switch-expected.txt: Copied from platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt.
14343 * platform/mac-tiger/svg/custom/container-opacity-clip-viewBox-expected.checksum: Copied from platform/mac/svg/custom/container-opacity-clip-viewBox-expected.checksum.
14344 * platform/mac-tiger/svg/custom/container-opacity-clip-viewBox-expected.png: Copied from platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png.
14345 * platform/mac-tiger/svg/custom/container-opacity-clip-viewBox-expected.txt: Copied from platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt.
14346 * platform/mac-tiger/svg/custom/control-points-for-S-and-T-expected.checksum: Copied from platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum.
14347 * platform/mac-tiger/svg/custom/control-points-for-S-and-T-expected.png: Copied from platform/mac/svg/custom/control-points-for-S-and-T-expected.png.
14348 * platform/mac-tiger/svg/custom/control-points-for-S-and-T-expected.txt: Copied from platform/mac/svg/custom/control-points-for-S-and-T-expected.txt.
14349 * platform/mac-tiger/svg/custom/coords-relative-units-transforms-expected.checksum: Copied from platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum.
14350 * platform/mac-tiger/svg/custom/coords-relative-units-transforms-expected.png: Copied from platform/mac/svg/custom/coords-relative-units-transforms-expected.png.
14351 * platform/mac-tiger/svg/custom/coords-relative-units-transforms-expected.txt: Copied from platform/mac/svg/custom/coords-relative-units-transforms-expected.txt.
14352 * platform/mac-tiger/svg/custom/create-metadata-element-expected.checksum: Copied from platform/mac/svg/custom/create-metadata-element-expected.checksum.
14353 * platform/mac-tiger/svg/custom/create-metadata-element-expected.png: Copied from platform/mac/svg/custom/create-metadata-element-expected.png.
14354 * platform/mac-tiger/svg/custom/create-metadata-element-expected.txt: Copied from platform/mac/svg/custom/create-metadata-element-expected.txt.
14355 * platform/mac-tiger/svg/custom/createelement-expected.checksum: Copied from platform/mac/svg/custom/createelement-expected.checksum.
14356 * platform/mac-tiger/svg/custom/createelement-expected.png: Copied from platform/mac/svg/custom/createelement-expected.png.
14357 * platform/mac-tiger/svg/custom/createelement-expected.txt: Copied from platform/mac/svg/custom/createelement-expected.txt.
14358 * platform/mac-tiger/svg/custom/css-pixels-dpi-expected.checksum: Copied from platform/mac/svg/custom/css-pixels-dpi-expected.checksum.
14359 * platform/mac-tiger/svg/custom/css-pixels-dpi-expected.png: Copied from platform/mac/svg/custom/css-pixels-dpi-expected.png.
14360 * platform/mac-tiger/svg/custom/css-pixels-dpi-expected.txt: Copied from platform/mac/svg/custom/css-pixels-dpi-expected.txt.
14361 * platform/mac-tiger/svg/custom/dasharrayOrigin-expected.checksum: Copied from platform/mac/svg/custom/dasharrayOrigin-expected.checksum.
14362 * platform/mac-tiger/svg/custom/dasharrayOrigin-expected.png: Copied from platform/mac/svg/custom/dasharrayOrigin-expected.png.
14363 * platform/mac-tiger/svg/custom/dasharrayOrigin-expected.txt: Copied from platform/mac/svg/custom/dasharrayOrigin-expected.txt.
14364 * platform/mac-tiger/svg/custom/deep-dynamic-updates-expected.checksum: Copied from platform/mac/svg/custom/deep-dynamic-updates-expected.checksum.
14365 * platform/mac-tiger/svg/custom/deep-dynamic-updates-expected.png: Copied from platform/mac/svg/custom/deep-dynamic-updates-expected.png.
14366 * platform/mac-tiger/svg/custom/deep-dynamic-updates-expected.txt: Copied from platform/mac/svg/custom/deep-dynamic-updates-expected.txt.
14367 * platform/mac-tiger/svg/custom/display-none-expected.checksum: Copied from platform/mac/svg/custom/display-none-expected.checksum.
14368 * platform/mac-tiger/svg/custom/display-none-expected.png: Copied from platform/mac/svg/custom/display-none-expected.png.
14369 * platform/mac-tiger/svg/custom/display-none-expected.txt: Copied from platform/mac/svg/custom/display-none-expected.txt.
14370 * platform/mac-tiger/svg/custom/dominant-baseline-hanging-expected.checksum: Copied from platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum.
14371 * platform/mac-tiger/svg/custom/dominant-baseline-hanging-expected.png: Copied from platform/mac/svg/custom/dominant-baseline-hanging-expected.png.
14372 * platform/mac-tiger/svg/custom/dominant-baseline-hanging-expected.txt: Copied from platform/mac/svg/custom/dominant-baseline-hanging-expected.txt.
14373 * platform/mac-tiger/svg/custom/dominant-baseline-modes-expected.checksum: Copied from platform/mac/svg/custom/dominant-baseline-modes-expected.checksum.
14374 * platform/mac-tiger/svg/custom/dominant-baseline-modes-expected.png: Copied from platform/mac/svg/custom/dominant-baseline-modes-expected.png.
14375 * platform/mac-tiger/svg/custom/dominant-baseline-modes-expected.txt: Copied from platform/mac/svg/custom/dominant-baseline-modes-expected.txt.
14376 * platform/mac-tiger/svg/custom/dynamic-empty-path-expected.checksum: Copied from platform/mac/svg/custom/dynamic-empty-path-expected.checksum.
14377 * platform/mac-tiger/svg/custom/dynamic-empty-path-expected.png: Copied from platform/mac/svg/custom/dynamic-empty-path-expected.png.
14378 * platform/mac-tiger/svg/custom/dynamic-empty-path-expected.txt: Copied from platform/mac/svg/custom/dynamic-empty-path-expected.txt.
14379 * platform/mac-tiger/svg/custom/dynamic-svg-document-creation-expected.checksum: Copied from platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum.
14380 * platform/mac-tiger/svg/custom/dynamic-svg-document-creation-expected.png: Copied from platform/mac/svg/custom/dynamic-svg-document-creation-expected.png.
14381 * platform/mac-tiger/svg/custom/dynamic-svg-document-creation-expected.txt: Copied from platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt.
14382 * platform/mac-tiger/svg/custom/dynamic-viewBox-expected.checksum: Copied from platform/mac/svg/custom/dynamic-viewBox-expected.checksum.
14383 * platform/mac-tiger/svg/custom/dynamic-viewBox-expected.png: Copied from platform/mac/svg/custom/dynamic-viewBox-expected.png.
14384 * platform/mac-tiger/svg/custom/dynamic-viewBox-expected.txt: Copied from platform/mac/svg/custom/dynamic-viewBox-expected.txt.
14385 * platform/mac-tiger/svg/custom/embedded-svg-disallowed-in-dashboard-expected.checksum: Copied from platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.checksum.
14386 * platform/mac-tiger/svg/custom/embedded-svg-disallowed-in-dashboard-expected.png: Copied from platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.png.
14387 * platform/mac-tiger/svg/custom/empty-clip-path-expected.checksum: Copied from platform/mac/svg/custom/empty-clip-path-expected.checksum.
14388 * platform/mac-tiger/svg/custom/empty-clip-path-expected.png: Copied from platform/mac/svg/custom/empty-clip-path-expected.png.
14389 * platform/mac-tiger/svg/custom/empty-clip-path-expected.txt: Copied from platform/mac/svg/custom/empty-clip-path-expected.txt.
14390 * platform/mac-tiger/svg/custom/empty-merge-expected.checksum: Copied from platform/mac/svg/custom/empty-merge-expected.checksum.
14391 * platform/mac-tiger/svg/custom/empty-merge-expected.png: Copied from platform/mac/svg/custom/empty-merge-expected.png.
14392 * platform/mac-tiger/svg/custom/empty-merge-expected.txt: Copied from platform/mac/svg/custom/empty-merge-expected.txt.
14393 * platform/mac-tiger/svg/custom/evt-onload-expected.checksum: Copied from platform/mac/svg/custom/evt-onload-expected.checksum.
14394 * platform/mac-tiger/svg/custom/evt-onload-expected.png: Copied from platform/mac/svg/custom/evt-onload-expected.png.
14395 * platform/mac-tiger/svg/custom/evt-onload-expected.txt: Copied from platform/mac/svg/custom/evt-onload-expected.txt.
14396 * platform/mac-tiger/svg/custom/feComponentTransfer-Discrete-expected.checksum: Copied from platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum.
14397 * platform/mac-tiger/svg/custom/feComponentTransfer-Discrete-expected.png: Copied from platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png.
14398 * platform/mac-tiger/svg/custom/feComponentTransfer-Discrete-expected.txt: Copied from platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt.
14399 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.checksum: Copied from platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum.
14400 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.png: Copied from platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png.
14401 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.txt: Copied from platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt.
14402 * platform/mac-tiger/svg/custom/feComponentTransfer-Linear-expected.checksum: Copied from platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum.
14403 * platform/mac-tiger/svg/custom/feComponentTransfer-Linear-expected.png: Copied from platform/mac/svg/custom/feComponentTransfer-Linear-expected.png.
14404 * platform/mac-tiger/svg/custom/feComponentTransfer-Linear-expected.txt: Copied from platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt.
14405 * platform/mac-tiger/svg/custom/feComponentTransfer-Table-expected.checksum: Copied from platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum.
14406 * platform/mac-tiger/svg/custom/feComponentTransfer-Table-expected.png: Copied from platform/mac/svg/custom/feComponentTransfer-Table-expected.png.
14407 * platform/mac-tiger/svg/custom/feComponentTransfer-Table-expected.txt: Copied from platform/mac/svg/custom/feComponentTransfer-Table-expected.txt.
14408 * platform/mac-tiger/svg/custom/feDisplacementMap-01-expected.checksum: Copied from platform/mac/svg/custom/feDisplacementMap-01-expected.checksum.
14409 * platform/mac-tiger/svg/custom/feDisplacementMap-01-expected.png: Copied from platform/mac/svg/custom/feDisplacementMap-01-expected.png.
14410 * platform/mac-tiger/svg/custom/feDisplacementMap-01-expected.txt: Copied from platform/mac/svg/custom/feDisplacementMap-01-expected.txt.
14411 * platform/mac-tiger/svg/custom/fill-SVGPaint-interface-expected.checksum: Copied from platform/mac/svg/custom/fill-SVGPaint-interface-expected.checksum.
14412 * platform/mac-tiger/svg/custom/fill-SVGPaint-interface-expected.png: Copied from platform/mac/svg/custom/fill-SVGPaint-interface-expected.png.
14413 * platform/mac-tiger/svg/custom/fill-SVGPaint-interface-expected.txt: Copied from platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt.
14414 * platform/mac-tiger/svg/custom/fill-fallback-expected.checksum: Copied from platform/mac/svg/custom/fill-fallback-expected.checksum.
14415 * platform/mac-tiger/svg/custom/fill-fallback-expected.png: Copied from platform/mac/svg/custom/fill-fallback-expected.png.
14416 * platform/mac-tiger/svg/custom/fill-fallback-expected.txt: Copied from platform/mac/svg/custom/fill-fallback-expected.txt.
14417 * platform/mac-tiger/svg/custom/fill-update-expected.checksum: Copied from platform/mac/svg/custom/fill-update-expected.checksum.
14418 * platform/mac-tiger/svg/custom/fill-update-expected.png: Copied from platform/mac/svg/custom/fill-update-expected.png.
14419 * platform/mac-tiger/svg/custom/fill-update-expected.txt: Copied from platform/mac/svg/custom/fill-update-expected.txt.
14420 * platform/mac-tiger/svg/custom/filter-source-alpha-expected.checksum: Copied from platform/mac/svg/custom/filter-source-alpha-expected.checksum.
14421 * platform/mac-tiger/svg/custom/filter-source-alpha-expected.png: Copied from platform/mac/svg/custom/filter-source-alpha-expected.png.
14422 * platform/mac-tiger/svg/custom/filter-source-alpha-expected.txt: Copied from platform/mac/svg/custom/filter-source-alpha-expected.txt.
14423 * platform/mac-tiger/svg/custom/focus-ring-expected.checksum: Copied from platform/mac/svg/custom/focus-ring-expected.checksum.
14424 * platform/mac-tiger/svg/custom/focus-ring-expected.png: Copied from platform/mac/svg/custom/focus-ring-expected.png.
14425 * platform/mac-tiger/svg/custom/focus-ring-expected.txt: Copied from platform/mac/svg/custom/focus-ring-expected.txt.
14426 * platform/mac-tiger/svg/custom/font-face-cascade-order-expected.checksum: Copied from platform/mac/svg/custom/font-face-cascade-order-expected.checksum.
14427 * platform/mac-tiger/svg/custom/font-face-cascade-order-expected.png: Copied from platform/mac/svg/custom/font-face-cascade-order-expected.png.
14428 * platform/mac-tiger/svg/custom/font-face-cascade-order-expected.txt: Copied from platform/mac/svg/custom/font-face-cascade-order-expected.txt.
14429 * platform/mac-tiger/svg/custom/font-face-simple-expected.checksum: Copied from platform/mac/svg/custom/font-face-simple-expected.checksum.
14430 * platform/mac-tiger/svg/custom/font-face-simple-expected.png: Copied from platform/mac/svg/custom/font-face-simple-expected.png.
14431 * platform/mac-tiger/svg/custom/font-face-simple-expected.txt: Copied from platform/mac/svg/custom/font-face-simple-expected.txt.
14432 * platform/mac-tiger/svg/custom/font-face-source-fallback-expected.txt: Copied from platform/mac/svg/custom/font-face-source-fallback-expected.txt.
14433 * platform/mac-tiger/svg/custom/font-platformDestroy-crash-expected.checksum: Copied from platform/mac/svg/custom/font-platformDestroy-crash-expected.checksum.
14434 * platform/mac-tiger/svg/custom/font-platformDestroy-crash-expected.png: Copied from platform/mac/svg/custom/font-platformDestroy-crash-expected.png.
14435 * platform/mac-tiger/svg/custom/foreign-object-skew-expected.checksum: Copied from platform/mac/svg/custom/foreign-object-skew-expected.checksum.
14436 * platform/mac-tiger/svg/custom/foreign-object-skew-expected.png: Copied from platform/mac/svg/custom/foreign-object-skew-expected.png.
14437 * platform/mac-tiger/svg/custom/foreign-object-skew-expected.txt: Copied from platform/mac/svg/custom/foreign-object-skew-expected.txt.
14438 * platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.checksum: Copied from platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum.
14439 * platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.png: Copied from platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png.
14440 * platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.txt: Copied from platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt.
14441 * platform/mac-tiger/svg/custom/fractional-rects-expected.checksum: Copied from platform/mac/svg/custom/fractional-rects-expected.checksum.
14442 * platform/mac-tiger/svg/custom/fractional-rects-expected.png: Copied from platform/mac/svg/custom/fractional-rects-expected.png.
14443 * platform/mac-tiger/svg/custom/fractional-rects-expected.txt: Copied from platform/mac/svg/custom/fractional-rects-expected.txt.
14444 * platform/mac-tiger/svg/custom/frame-getSVGDocument-expected.checksum: Copied from platform/mac/svg/custom/frame-getSVGDocument-expected.checksum.
14445 * platform/mac-tiger/svg/custom/frame-getSVGDocument-expected.png: Copied from platform/mac/svg/custom/frame-getSVGDocument-expected.png.
14446 * platform/mac-tiger/svg/custom/getBBox-js-expected.checksum: Copied from platform/mac/svg/custom/getBBox-js-expected.checksum.
14447 * platform/mac-tiger/svg/custom/getBBox-js-expected.png: Copied from platform/mac/svg/custom/getBBox-js-expected.png.
14448 * platform/mac-tiger/svg/custom/getPresentationAttribute-expected.checksum: Copied from platform/mac/svg/custom/getPresentationAttribute-expected.checksum.
14449 * platform/mac-tiger/svg/custom/getPresentationAttribute-expected.png: Copied from platform/mac/svg/custom/getPresentationAttribute-expected.png.
14450 * platform/mac-tiger/svg/custom/getPresentationAttribute-expected.txt: Copied from platform/mac/svg/custom/getPresentationAttribute-expected.txt.
14451 * platform/mac-tiger/svg/custom/getTransformToElement-expected.checksum: Copied from platform/mac/svg/custom/getTransformToElement-expected.checksum.
14452 * platform/mac-tiger/svg/custom/getTransformToElement-expected.png: Copied from platform/mac/svg/custom/getTransformToElement-expected.png.
14453 * platform/mac-tiger/svg/custom/getTransformToElement-expected.txt: Copied from platform/mac/svg/custom/getTransformToElement-expected.txt.
14454 * platform/mac-tiger/svg/custom/getscreenctm-in-mixed-content-expected.checksum: Copied from platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum.
14455 * platform/mac-tiger/svg/custom/getscreenctm-in-mixed-content-expected.png: Copied from platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png.
14456 * platform/mac-tiger/svg/custom/getscreenctm-in-mixed-content-expected.txt: Copied from platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt.
14457 * platform/mac-tiger/svg/custom/getsvgdocument-expected.checksum: Copied from platform/mac/svg/custom/getsvgdocument-expected.checksum.
14458 * platform/mac-tiger/svg/custom/getsvgdocument-expected.png: Copied from platform/mac/svg/custom/getsvgdocument-expected.png.
14459 * platform/mac-tiger/svg/custom/getsvgdocument-expected.txt: Copied from platform/mac/svg/custom/getsvgdocument-expected.txt.
14460 * platform/mac-tiger/svg/custom/glyph-selection-lang-attribute-expected.checksum: Copied from platform/mac/svg/custom/glyph-selection-lang-attribute-expected.checksum.
14461 * platform/mac-tiger/svg/custom/glyph-selection-lang-attribute-expected.png: Copied from platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png.
14462 * platform/mac-tiger/svg/custom/glyph-selection-lang-attribute-expected.txt: Copied from platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt.
14463 * platform/mac-tiger/svg/custom/gradient-add-stops-expected.checksum: Copied from platform/mac/svg/custom/gradient-add-stops-expected.checksum.
14464 * platform/mac-tiger/svg/custom/gradient-add-stops-expected.png: Copied from platform/mac/svg/custom/gradient-add-stops-expected.png.
14465 * platform/mac-tiger/svg/custom/gradient-add-stops-expected.txt: Copied from platform/mac/svg/custom/gradient-add-stops-expected.txt.
14466 * platform/mac-tiger/svg/custom/gradient-attr-update-expected.checksum: Copied from platform/mac/svg/custom/gradient-attr-update-expected.checksum.
14467 * platform/mac-tiger/svg/custom/gradient-attr-update-expected.png: Copied from platform/mac/svg/custom/gradient-attr-update-expected.png.
14468 * platform/mac-tiger/svg/custom/gradient-attr-update-expected.txt: Copied from platform/mac/svg/custom/gradient-attr-update-expected.txt.
14469 * platform/mac-tiger/svg/custom/gradient-cycle-detection-expected.checksum: Copied from platform/mac/svg/custom/gradient-cycle-detection-expected.checksum.
14470 * platform/mac-tiger/svg/custom/gradient-cycle-detection-expected.png: Copied from platform/mac/svg/custom/gradient-cycle-detection-expected.png.
14471 * platform/mac-tiger/svg/custom/gradient-cycle-detection-expected.txt: Copied from platform/mac/svg/custom/gradient-cycle-detection-expected.txt.
14472 * platform/mac-tiger/svg/custom/gradient-deep-referencing-expected.checksum: Copied from platform/mac/svg/custom/gradient-deep-referencing-expected.checksum.
14473 * platform/mac-tiger/svg/custom/gradient-deep-referencing-expected.png: Copied from platform/mac/svg/custom/gradient-deep-referencing-expected.png.
14474 * platform/mac-tiger/svg/custom/gradient-deep-referencing-expected.txt: Copied from platform/mac/svg/custom/gradient-deep-referencing-expected.txt.
14475 * platform/mac-tiger/svg/custom/gradient-rotated-bbox-expected.checksum: Copied from platform/mac/svg/custom/gradient-rotated-bbox-expected.checksum.
14476 * platform/mac-tiger/svg/custom/gradient-rotated-bbox-expected.png: Copied from platform/mac/svg/custom/gradient-rotated-bbox-expected.png.
14477 * platform/mac-tiger/svg/custom/gradient-rotated-bbox-expected.txt: Copied from platform/mac/svg/custom/gradient-rotated-bbox-expected.txt.
14478 * platform/mac-tiger/svg/custom/gradient-stop-corner-cases-expected.checksum: Copied from platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum.
14479 * platform/mac-tiger/svg/custom/gradient-stop-corner-cases-expected.png: Copied from platform/mac/svg/custom/gradient-stop-corner-cases-expected.png.
14480 * platform/mac-tiger/svg/custom/gradient-stop-corner-cases-expected.txt: Copied from platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt.
14481 * platform/mac-tiger/svg/custom/gradient-stop-style-change-expected.checksum: Copied from platform/mac/svg/custom/gradient-stop-style-change-expected.checksum.
14482 * platform/mac-tiger/svg/custom/gradient-stop-style-change-expected.png: Copied from platform/mac/svg/custom/gradient-stop-style-change-expected.png.
14483 * platform/mac-tiger/svg/custom/gradient-stop-style-change-expected.txt: Copied from platform/mac/svg/custom/gradient-stop-style-change-expected.txt.
14484 * platform/mac-tiger/svg/custom/gradient-stroke-width-expected.checksum: Copied from platform/mac/svg/custom/gradient-stroke-width-expected.checksum.
14485 * platform/mac-tiger/svg/custom/gradient-stroke-width-expected.png: Copied from platform/mac/svg/custom/gradient-stroke-width-expected.png.
14486 * platform/mac-tiger/svg/custom/gradient-stroke-width-expected.txt: Copied from platform/mac/svg/custom/gradient-stroke-width-expected.txt.
14487 * platform/mac-tiger/svg/custom/grayscale-gradient-mask-expected.checksum: Copied from platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum.
14488 * platform/mac-tiger/svg/custom/grayscale-gradient-mask-expected.png: Copied from platform/mac/svg/custom/grayscale-gradient-mask-expected.png.
14489 * platform/mac-tiger/svg/custom/grayscale-gradient-mask-expected.txt: Copied from platform/mac/svg/custom/grayscale-gradient-mask-expected.txt.
14490 * platform/mac-tiger/svg/custom/group-opacity-expected.checksum: Copied from platform/mac/svg/custom/group-opacity-expected.checksum.
14491 * platform/mac-tiger/svg/custom/group-opacity-expected.png: Copied from platform/mac/svg/custom/group-opacity-expected.png.
14492 * platform/mac-tiger/svg/custom/group-opacity-expected.txt: Copied from platform/mac/svg/custom/group-opacity-expected.txt.
14493 * platform/mac-tiger/svg/custom/hit-test-path-expected.checksum: Copied from platform/mac/svg/custom/hit-test-path-expected.checksum.
14494 * platform/mac-tiger/svg/custom/hit-test-path-expected.png: Copied from platform/mac/svg/custom/hit-test-path-expected.png.
14495 * platform/mac-tiger/svg/custom/hit-test-path-expected.txt: Copied from platform/mac/svg/custom/hit-test-path-expected.txt.
14496 * platform/mac-tiger/svg/custom/hit-test-path-stroke-expected.checksum: Copied from platform/mac/svg/custom/hit-test-path-stroke-expected.checksum.
14497 * platform/mac-tiger/svg/custom/hit-test-path-stroke-expected.png: Copied from platform/mac/svg/custom/hit-test-path-stroke-expected.png.
14498 * platform/mac-tiger/svg/custom/hit-test-path-stroke-expected.txt: Copied from platform/mac/svg/custom/hit-test-path-stroke-expected.txt.
14499 * platform/mac-tiger/svg/custom/hit-test-unclosed-subpaths-expected.checksum: Copied from platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.checksum.
14500 * platform/mac-tiger/svg/custom/hit-test-unclosed-subpaths-expected.png: Copied from platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png.
14501 * platform/mac-tiger/svg/custom/hit-test-unclosed-subpaths-expected.txt: Copied from platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt.
14502 * platform/mac-tiger/svg/custom/hit-test-with-br-expected.checksum: Copied from platform/mac/svg/custom/hit-test-with-br-expected.checksum.
14503 * platform/mac-tiger/svg/custom/hit-test-with-br-expected.png: Copied from platform/mac/svg/custom/hit-test-with-br-expected.png.
14504 * platform/mac-tiger/svg/custom/hit-test-with-br-expected.txt: Copied from platform/mac/svg/custom/hit-test-with-br-expected.txt.
14505 * platform/mac-tiger/svg/custom/hover-default-fill-expected.checksum: Copied from platform/mac/svg/custom/hover-default-fill-expected.checksum.
14506 * platform/mac-tiger/svg/custom/hover-default-fill-expected.png: Copied from platform/mac/svg/custom/hover-default-fill-expected.png.
14507 * platform/mac-tiger/svg/custom/hover-default-fill-expected.txt: Copied from platform/mac/svg/custom/hover-default-fill-expected.txt.
14508 * platform/mac-tiger/svg/custom/image-clipped-hit-expected.checksum: Copied from platform/mac/svg/custom/image-clipped-hit-expected.checksum.
14509 * platform/mac-tiger/svg/custom/image-clipped-hit-expected.png: Copied from platform/mac/svg/custom/image-clipped-hit-expected.png.
14510 * platform/mac-tiger/svg/custom/image-clipped-hit-expected.txt: Copied from platform/mac/svg/custom/image-clipped-hit-expected.txt.
14511 * platform/mac-tiger/svg/custom/image-parent-translation-expected.checksum: Copied from platform/mac/svg/custom/image-parent-translation-expected.checksum.
14512 * platform/mac-tiger/svg/custom/image-parent-translation-expected.png: Copied from platform/mac/svg/custom/image-parent-translation-expected.png.
14513 * platform/mac-tiger/svg/custom/image-parent-translation-expected.txt: Copied from platform/mac/svg/custom/image-parent-translation-expected.txt.
14514 * platform/mac-tiger/svg/custom/image-small-width-height-expected.checksum: Copied from platform/mac/svg/custom/image-small-width-height-expected.checksum.
14515 * platform/mac-tiger/svg/custom/image-small-width-height-expected.png: Copied from platform/mac/svg/custom/image-small-width-height-expected.png.
14516 * platform/mac-tiger/svg/custom/image-small-width-height-expected.txt: Copied from platform/mac/svg/custom/image-small-width-height-expected.txt.
14517 * platform/mac-tiger/svg/custom/image-with-aspect-ratio-stretch-expected.checksum: Copied from platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.checksum.
14518 * platform/mac-tiger/svg/custom/image-with-aspect-ratio-stretch-expected.png: Copied from platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png.
14519 * platform/mac-tiger/svg/custom/image-with-aspect-ratio-stretch-expected.txt: Copied from platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt.
14520 * platform/mac-tiger/svg/custom/image-with-prefix-in-webarchive-expected.checksum: Copied from platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.checksum.
14521 * platform/mac-tiger/svg/custom/image-with-prefix-in-webarchive-expected.png: Copied from platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png.
14522 * platform/mac-tiger/svg/custom/image-with-transform-clip-filter-expected.checksum: Copied from platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum.
14523 * platform/mac-tiger/svg/custom/image-with-transform-clip-filter-expected.png: Copied from platform/mac/svg/custom/image-with-transform-clip-filter-expected.png.
14524 * platform/mac-tiger/svg/custom/image-with-transform-clip-filter-expected.txt: Copied from platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt.
14525 * platform/mac-tiger/svg/custom/inline-svg-in-xhtml-expected.checksum: Copied from platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum.
14526 * platform/mac-tiger/svg/custom/inline-svg-in-xhtml-expected.png: Copied from platform/mac/svg/custom/inline-svg-in-xhtml-expected.png.
14527 * platform/mac-tiger/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
14528 * platform/mac-tiger/svg/custom/inner-percent-expected.checksum: Copied from platform/mac/svg/custom/inner-percent-expected.checksum.
14529 * platform/mac-tiger/svg/custom/inner-percent-expected.png: Copied from platform/mac/svg/custom/inner-percent-expected.png.
14530 * platform/mac-tiger/svg/custom/inner-percent-expected.txt: Copied from platform/mac/svg/custom/inner-percent-expected.txt.
14531 * platform/mac-tiger/svg/custom/inner-svg-hit-test-expected.checksum: Copied from platform/mac/svg/custom/inner-svg-hit-test-expected.checksum.
14532 * platform/mac-tiger/svg/custom/inner-svg-hit-test-expected.png: Copied from platform/mac/svg/custom/inner-svg-hit-test-expected.png.
14533 * platform/mac-tiger/svg/custom/inner-svg-hit-test-expected.txt: Copied from platform/mac/svg/custom/inner-svg-hit-test-expected.txt.
14534 * platform/mac-tiger/svg/custom/invalid-css-expected.checksum: Copied from platform/mac/svg/custom/invalid-css-expected.checksum.
14535 * platform/mac-tiger/svg/custom/invalid-css-expected.png: Copied from platform/mac/svg/custom/invalid-css-expected.png.
14536 * platform/mac-tiger/svg/custom/invalid-css-expected.txt: Copied from platform/mac/svg/custom/invalid-css-expected.txt.
14537 * platform/mac-tiger/svg/custom/invalid-fill-expected.checksum: Copied from platform/mac/svg/custom/invalid-fill-expected.checksum.
14538 * platform/mac-tiger/svg/custom/invalid-fill-expected.png: Copied from platform/mac/svg/custom/invalid-fill-expected.png.
14539 * platform/mac-tiger/svg/custom/invalid-fill-expected.txt: Copied from platform/mac/svg/custom/invalid-fill-expected.txt.
14540 * platform/mac-tiger/svg/custom/invalid-fill-hex-expected.checksum: Copied from platform/mac/svg/custom/invalid-fill-hex-expected.checksum.
14541 * platform/mac-tiger/svg/custom/invalid-fill-hex-expected.png: Copied from platform/mac/svg/custom/invalid-fill-hex-expected.png.
14542 * platform/mac-tiger/svg/custom/invalid-fill-hex-expected.txt: Copied from platform/mac/svg/custom/invalid-fill-hex-expected.txt.
14543 * platform/mac-tiger/svg/custom/invalid-lengthlist-expected.checksum: Copied from platform/mac/svg/custom/invalid-lengthlist-expected.checksum.
14544 * platform/mac-tiger/svg/custom/invalid-lengthlist-expected.png: Copied from platform/mac/svg/custom/invalid-lengthlist-expected.png.
14545 * platform/mac-tiger/svg/custom/invalid-lengthlist-expected.txt: Copied from platform/mac/svg/custom/invalid-lengthlist-expected.txt.
14546 * platform/mac-tiger/svg/custom/invalid-transforms-expected.checksum: Copied from platform/mac/svg/custom/invalid-transforms-expected.checksum.
14547 * platform/mac-tiger/svg/custom/invalid-transforms-expected.png: Copied from platform/mac/svg/custom/invalid-transforms-expected.png.
14548 * platform/mac-tiger/svg/custom/invalid-transforms-expected.txt: Copied from platform/mac/svg/custom/invalid-transforms-expected.txt.
14549 * platform/mac-tiger/svg/custom/invisible-text-after-scrolling-expected.checksum: Copied from platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum.
14550 * platform/mac-tiger/svg/custom/invisible-text-after-scrolling-expected.png: Copied from platform/mac/svg/custom/invisible-text-after-scrolling-expected.png.
14551 * platform/mac-tiger/svg/custom/invisible-text-after-scrolling-expected.txt: Copied from platform/mac/svg/custom/invisible-text-after-scrolling-expected.txt.
14552 * platform/mac-tiger/svg/custom/js-font-test-expected.checksum: Copied from platform/mac/svg/custom/js-font-test-expected.checksum.
14553 * platform/mac-tiger/svg/custom/js-font-test-expected.png: Copied from platform/mac/svg/custom/js-font-test-expected.png.
14554 * platform/mac-tiger/svg/custom/js-font-test-expected.txt: Copied from platform/mac/svg/custom/js-font-test-expected.txt.
14555 * platform/mac-tiger/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum.
14556 * platform/mac-tiger/svg/custom/js-late-clipPath-and-object-creation-expected.png: Copied from platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png.
14557 * platform/mac-tiger/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt.
14558 * platform/mac-tiger/svg/custom/js-late-clipPath-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum.
14559 * platform/mac-tiger/svg/custom/js-late-clipPath-creation-expected.png: Copied from platform/mac/svg/custom/js-late-clipPath-creation-expected.png.
14560 * platform/mac-tiger/svg/custom/js-late-clipPath-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-clipPath-creation-expected.txt.
14561 * platform/mac-tiger/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum.
14562 * platform/mac-tiger/svg/custom/js-late-gradient-and-object-creation-expected.png: Copied from platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png.
14563 * platform/mac-tiger/svg/custom/js-late-gradient-and-object-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt.
14564 * platform/mac-tiger/svg/custom/js-late-gradient-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-gradient-creation-expected.checksum.
14565 * platform/mac-tiger/svg/custom/js-late-gradient-creation-expected.png: Copied from platform/mac/svg/custom/js-late-gradient-creation-expected.png.
14566 * platform/mac-tiger/svg/custom/js-late-gradient-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-gradient-creation-expected.txt.
14567 * platform/mac-tiger/svg/custom/js-late-marker-and-object-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum.
14568 * platform/mac-tiger/svg/custom/js-late-marker-and-object-creation-expected.png: Copied from platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png.
14569 * platform/mac-tiger/svg/custom/js-late-marker-and-object-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt.
14570 * platform/mac-tiger/svg/custom/js-late-marker-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-marker-creation-expected.checksum.
14571 * platform/mac-tiger/svg/custom/js-late-marker-creation-expected.png: Copied from platform/mac/svg/custom/js-late-marker-creation-expected.png.
14572 * platform/mac-tiger/svg/custom/js-late-marker-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-marker-creation-expected.txt.
14573 * platform/mac-tiger/svg/custom/js-late-mask-and-object-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-mask-and-object-creation-expected.checksum.
14574 * platform/mac-tiger/svg/custom/js-late-mask-and-object-creation-expected.png: Copied from platform/mac/svg/custom/js-late-mask-and-object-creation-expected.png.
14575 * platform/mac-tiger/svg/custom/js-late-mask-and-object-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt.
14576 * platform/mac-tiger/svg/custom/js-late-mask-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-mask-creation-expected.checksum.
14577 * platform/mac-tiger/svg/custom/js-late-mask-creation-expected.png: Copied from platform/mac/svg/custom/js-late-mask-creation-expected.png.
14578 * platform/mac-tiger/svg/custom/js-late-mask-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-mask-creation-expected.txt.
14579 * platform/mac-tiger/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.checksum.
14580 * platform/mac-tiger/svg/custom/js-late-pattern-and-object-creation-expected.png: Copied from platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png.
14581 * platform/mac-tiger/svg/custom/js-late-pattern-and-object-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt.
14582 * platform/mac-tiger/svg/custom/js-late-pattern-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-pattern-creation-expected.checksum.
14583 * platform/mac-tiger/svg/custom/js-late-pattern-creation-expected.png: Copied from platform/mac/svg/custom/js-late-pattern-creation-expected.png.
14584 * platform/mac-tiger/svg/custom/js-late-pattern-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-pattern-creation-expected.txt.
14585 * platform/mac-tiger/svg/custom/js-svg-constructors-expected.checksum: Copied from platform/mac/svg/custom/js-svg-constructors-expected.checksum.
14586 * platform/mac-tiger/svg/custom/js-svg-constructors-expected.png: Copied from platform/mac/svg/custom/js-svg-constructors-expected.png.
14587 * platform/mac-tiger/svg/custom/js-update-bounce-expected.checksum: Copied from platform/mac/svg/custom/js-update-bounce-expected.checksum.
14588 * platform/mac-tiger/svg/custom/js-update-bounce-expected.png: Copied from platform/mac/svg/custom/js-update-bounce-expected.png.
14589 * platform/mac-tiger/svg/custom/js-update-bounce-expected.txt: Copied from platform/mac/svg/custom/js-update-bounce-expected.txt.
14590 * platform/mac-tiger/svg/custom/js-update-container-expected.checksum: Copied from platform/mac/svg/custom/js-update-container-expected.checksum.
14591 * platform/mac-tiger/svg/custom/js-update-container-expected.png: Copied from platform/mac/svg/custom/js-update-container-expected.png.
14592 * platform/mac-tiger/svg/custom/js-update-container-expected.txt: Copied from platform/mac/svg/custom/js-update-container-expected.txt.
14593 * platform/mac-tiger/svg/custom/js-update-container2-expected.checksum: Copied from platform/mac/svg/custom/js-update-container2-expected.checksum.
14594 * platform/mac-tiger/svg/custom/js-update-container2-expected.png: Copied from platform/mac/svg/custom/js-update-container2-expected.png.
14595 * platform/mac-tiger/svg/custom/js-update-container2-expected.txt: Copied from platform/mac/svg/custom/js-update-container2-expected.txt.
14596 * platform/mac-tiger/svg/custom/js-update-gradient-expected.checksum: Copied from platform/mac/svg/custom/js-update-gradient-expected.checksum.
14597 * platform/mac-tiger/svg/custom/js-update-gradient-expected.png: Copied from platform/mac/svg/custom/js-update-gradient-expected.png.
14598 * platform/mac-tiger/svg/custom/js-update-gradient-expected.txt: Copied from platform/mac/svg/custom/js-update-gradient-expected.txt.
14599 * platform/mac-tiger/svg/custom/js-update-image-expected.checksum: Copied from platform/mac/svg/custom/js-update-image-expected.checksum.
14600 * platform/mac-tiger/svg/custom/js-update-image-expected.png: Copied from platform/mac/svg/custom/js-update-image-expected.png.
14601 * platform/mac-tiger/svg/custom/js-update-image-expected.txt: Copied from platform/mac/svg/custom/js-update-image-expected.txt.
14602 * platform/mac-tiger/svg/custom/js-update-path-changes-expected.checksum: Copied from platform/mac/svg/custom/js-update-path-changes-expected.checksum.
14603 * platform/mac-tiger/svg/custom/js-update-path-changes-expected.png: Copied from platform/mac/svg/custom/js-update-path-changes-expected.png.
14604 * platform/mac-tiger/svg/custom/js-update-path-changes-expected.txt: Copied from platform/mac/svg/custom/js-update-path-changes-expected.txt.
14605 * platform/mac-tiger/svg/custom/js-update-path-removal-expected.checksum: Copied from platform/mac/svg/custom/js-update-path-removal-expected.checksum.
14606 * platform/mac-tiger/svg/custom/js-update-path-removal-expected.png: Copied from platform/mac/svg/custom/js-update-path-removal-expected.png.
14607 * platform/mac-tiger/svg/custom/js-update-path-removal-expected.txt: Copied from platform/mac/svg/custom/js-update-path-removal-expected.txt.
14608 * platform/mac-tiger/svg/custom/js-update-pattern-child-expected.checksum: Copied from platform/mac/svg/custom/js-update-pattern-child-expected.checksum.
14609 * platform/mac-tiger/svg/custom/js-update-pattern-child-expected.png: Copied from platform/mac/svg/custom/js-update-pattern-child-expected.png.
14610 * platform/mac-tiger/svg/custom/js-update-pattern-child-expected.txt: Copied from platform/mac/svg/custom/js-update-pattern-child-expected.txt.
14611 * platform/mac-tiger/svg/custom/js-update-pattern-expected.checksum: Copied from platform/mac/svg/custom/js-update-pattern-expected.checksum.
14612 * platform/mac-tiger/svg/custom/js-update-pattern-expected.png: Copied from platform/mac/svg/custom/js-update-pattern-expected.png.
14613 * platform/mac-tiger/svg/custom/js-update-pattern-expected.txt: Copied from platform/mac/svg/custom/js-update-pattern-expected.txt.
14614 * platform/mac-tiger/svg/custom/js-update-polygon-changes-expected.checksum: Copied from platform/mac/svg/custom/js-update-polygon-changes-expected.checksum.
14615 * platform/mac-tiger/svg/custom/js-update-polygon-changes-expected.png: Copied from platform/mac/svg/custom/js-update-polygon-changes-expected.png.
14616 * platform/mac-tiger/svg/custom/js-update-polygon-changes-expected.txt: Copied from platform/mac/svg/custom/js-update-polygon-changes-expected.txt.
14617 * platform/mac-tiger/svg/custom/js-update-polygon-removal-expected.checksum: Copied from platform/mac/svg/custom/js-update-polygon-removal-expected.checksum.
14618 * platform/mac-tiger/svg/custom/js-update-polygon-removal-expected.png: Copied from platform/mac/svg/custom/js-update-polygon-removal-expected.png.
14619 * platform/mac-tiger/svg/custom/js-update-polygon-removal-expected.txt: Copied from platform/mac/svg/custom/js-update-polygon-removal-expected.txt.
14620 * platform/mac-tiger/svg/custom/js-update-stop-expected.checksum: Copied from platform/mac/svg/custom/js-update-stop-expected.checksum.
14621 * platform/mac-tiger/svg/custom/js-update-stop-expected.png: Copied from platform/mac/svg/custom/js-update-stop-expected.png.
14622 * platform/mac-tiger/svg/custom/js-update-stop-expected.txt: Copied from platform/mac/svg/custom/js-update-stop-expected.txt.
14623 * platform/mac-tiger/svg/custom/js-update-style-expected.checksum: Copied from platform/mac/svg/custom/js-update-style-expected.checksum.
14624 * platform/mac-tiger/svg/custom/js-update-style-expected.png: Copied from platform/mac/svg/custom/js-update-style-expected.png.
14625 * platform/mac-tiger/svg/custom/js-update-style-expected.txt: Copied from platform/mac/svg/custom/js-update-style-expected.txt.
14626 * platform/mac-tiger/svg/custom/js-update-transform-addition-expected.checksum: Copied from platform/mac/svg/custom/js-update-transform-addition-expected.checksum.
14627 * platform/mac-tiger/svg/custom/js-update-transform-addition-expected.png: Copied from platform/mac/svg/custom/js-update-transform-addition-expected.png.
14628 * platform/mac-tiger/svg/custom/js-update-transform-addition-expected.txt: Copied from platform/mac/svg/custom/js-update-transform-addition-expected.txt.
14629 * platform/mac-tiger/svg/custom/js-update-transform-changes-expected.checksum: Copied from platform/mac/svg/custom/js-update-transform-changes-expected.checksum.
14630 * platform/mac-tiger/svg/custom/js-update-transform-changes-expected.png: Copied from platform/mac/svg/custom/js-update-transform-changes-expected.png.
14631 * platform/mac-tiger/svg/custom/js-update-transform-changes-expected.txt: Copied from platform/mac/svg/custom/js-update-transform-changes-expected.txt.
14632 * platform/mac-tiger/svg/custom/junk-data-expected.checksum: Copied from platform/mac/svg/custom/junk-data-expected.checksum.
14633 * platform/mac-tiger/svg/custom/junk-data-expected.png: Copied from platform/mac/svg/custom/junk-data-expected.png.
14634 * platform/mac-tiger/svg/custom/junk-data-expected.txt: Copied from platform/mac/svg/custom/junk-data-expected.txt.
14635 * platform/mac-tiger/svg/custom/large-bounding-box-percents-expected.checksum: Copied from platform/mac/svg/custom/large-bounding-box-percents-expected.checksum.
14636 * platform/mac-tiger/svg/custom/large-bounding-box-percents-expected.png: Copied from platform/mac/svg/custom/large-bounding-box-percents-expected.png.
14637 * platform/mac-tiger/svg/custom/large-bounding-box-percents-expected.txt: Copied from platform/mac/svg/custom/large-bounding-box-percents-expected.txt.
14638 * platform/mac-tiger/svg/custom/linking-a-03-b-all-expected.checksum: Copied from platform/mac/svg/custom/linking-a-03-b-all-expected.checksum.
14639 * platform/mac-tiger/svg/custom/linking-a-03-b-all-expected.png: Copied from platform/mac/svg/custom/linking-a-03-b-all-expected.png.
14640 * platform/mac-tiger/svg/custom/linking-a-03-b-all-expected.txt: Copied from platform/mac/svg/custom/linking-a-03-b-all-expected.txt.
14641 * platform/mac-tiger/svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum: Copied from platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum.
14642 * platform/mac-tiger/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png: Copied from platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png.
14643 * platform/mac-tiger/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Copied from platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt.
14644 * platform/mac-tiger/svg/custom/linking-a-03-b-transform-expected.checksum: Copied from platform/mac/svg/custom/linking-a-03-b-transform-expected.checksum.
14645 * platform/mac-tiger/svg/custom/linking-a-03-b-transform-expected.png: Copied from platform/mac/svg/custom/linking-a-03-b-transform-expected.png.
14646 * platform/mac-tiger/svg/custom/linking-a-03-b-transform-expected.txt: Copied from platform/mac/svg/custom/linking-a-03-b-transform-expected.txt.
14647 * platform/mac-tiger/svg/custom/linking-a-03-b-viewBox-expected.checksum: Copied from platform/mac/svg/custom/linking-a-03-b-viewBox-expected.checksum.
14648 * platform/mac-tiger/svg/custom/linking-a-03-b-viewBox-expected.png: Copied from platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png.
14649 * platform/mac-tiger/svg/custom/linking-a-03-b-viewBox-expected.txt: Copied from platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt.
14650 * platform/mac-tiger/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum: Copied from platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum.
14651 * platform/mac-tiger/svg/custom/linking-a-03-b-viewBox-transform-expected.png: Copied from platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png.
14652 * platform/mac-tiger/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Copied from platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt.
14653 * platform/mac-tiger/svg/custom/linking-a-03-b-viewTarget-expected.checksum: Copied from platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.checksum.
14654 * platform/mac-tiger/svg/custom/linking-a-03-b-viewTarget-expected.png: Copied from platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png.
14655 * platform/mac-tiger/svg/custom/linking-a-03-b-viewTarget-expected.txt: Copied from platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt.
14656 * platform/mac-tiger/svg/custom/linking-a-03-b-zoomAndPan-expected.checksum: Copied from platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.checksum.
14657 * platform/mac-tiger/svg/custom/linking-a-03-b-zoomAndPan-expected.png: Copied from platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png.
14658 * platform/mac-tiger/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Copied from platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt.
14659 * platform/mac-tiger/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.checksum: Copied from platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.checksum.
14660 * platform/mac-tiger/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.png: Copied from platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.png.
14661 * platform/mac-tiger/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.checksum: Copied from platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.checksum.
14662 * platform/mac-tiger/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.png: Copied from platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.png.
14663 * platform/mac-tiger/svg/custom/marker-changes-expected.checksum: Copied from platform/mac/svg/custom/marker-changes-expected.checksum.
14664 * platform/mac-tiger/svg/custom/marker-changes-expected.png: Copied from platform/mac/svg/custom/marker-changes-expected.png.
14665 * platform/mac-tiger/svg/custom/marker-changes-expected.txt: Copied from platform/mac/svg/custom/marker-changes-expected.txt.
14666 * platform/mac-tiger/svg/custom/marker-child-changes-expected.checksum: Copied from platform/mac/svg/custom/marker-child-changes-expected.checksum.
14667 * platform/mac-tiger/svg/custom/marker-child-changes-expected.png: Copied from platform/mac/svg/custom/marker-child-changes-expected.png.
14668 * platform/mac-tiger/svg/custom/marker-child-changes-expected.txt: Copied from platform/mac/svg/custom/marker-child-changes-expected.txt.
14669 * platform/mac-tiger/svg/custom/marker-default-width-height-expected.checksum: Copied from platform/mac/svg/custom/marker-default-width-height-expected.checksum.
14670 * platform/mac-tiger/svg/custom/marker-default-width-height-expected.png: Copied from platform/mac/svg/custom/marker-default-width-height-expected.png.
14671 * platform/mac-tiger/svg/custom/marker-default-width-height-expected.txt: Copied from platform/mac/svg/custom/marker-default-width-height-expected.txt.
14672 * platform/mac-tiger/svg/custom/marker-overflow-clip-expected.checksum: Copied from platform/mac/svg/custom/marker-overflow-clip-expected.checksum.
14673 * platform/mac-tiger/svg/custom/marker-overflow-clip-expected.png: Copied from platform/mac/svg/custom/marker-overflow-clip-expected.png.
14674 * platform/mac-tiger/svg/custom/marker-overflow-clip-expected.txt: Copied from platform/mac/svg/custom/marker-overflow-clip-expected.txt.
14675 * platform/mac-tiger/svg/custom/marker-viewBox-changes-expected.checksum: Copied from platform/mac/svg/custom/marker-viewBox-changes-expected.checksum.
14676 * platform/mac-tiger/svg/custom/marker-viewBox-changes-expected.png: Copied from platform/mac/svg/custom/marker-viewBox-changes-expected.png.
14677 * platform/mac-tiger/svg/custom/marker-viewBox-changes-expected.txt: Copied from platform/mac/svg/custom/marker-viewBox-changes-expected.txt.
14678 * platform/mac-tiger/svg/custom/mask-changes-expected.checksum: Copied from platform/mac/svg/custom/mask-changes-expected.checksum.
14679 * platform/mac-tiger/svg/custom/mask-changes-expected.png: Copied from platform/mac/svg/custom/mask-changes-expected.png.
14680 * platform/mac-tiger/svg/custom/mask-changes-expected.txt: Copied from platform/mac/svg/custom/mask-changes-expected.txt.
14681 * platform/mac-tiger/svg/custom/mask-child-changes-expected.checksum: Copied from platform/mac/svg/custom/mask-child-changes-expected.checksum.
14682 * platform/mac-tiger/svg/custom/mask-child-changes-expected.png: Copied from platform/mac/svg/custom/mask-child-changes-expected.png.
14683 * platform/mac-tiger/svg/custom/mask-child-changes-expected.txt: Copied from platform/mac/svg/custom/mask-child-changes-expected.txt.
14684 * platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.checksum: Copied from platform/mac/svg/custom/mask-excessive-malloc-expected.checksum.
14685 * platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.png: Copied from platform/mac/svg/custom/mask-excessive-malloc-expected.png.
14686 * platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.txt: Copied from platform/mac/svg/custom/mask-excessive-malloc-expected.txt.
14687 * platform/mac-tiger/svg/custom/mask-inside-defs-expected.checksum: Copied from platform/mac/svg/custom/mask-inside-defs-expected.checksum.
14688 * platform/mac-tiger/svg/custom/mask-inside-defs-expected.png: Copied from platform/mac/svg/custom/mask-inside-defs-expected.png.
14689 * platform/mac-tiger/svg/custom/mask-inside-defs-expected.txt: Copied from platform/mac/svg/custom/mask-inside-defs-expected.txt.
14690 * platform/mac-tiger/svg/custom/missing-xlink-expected.checksum: Copied from platform/mac/svg/custom/missing-xlink-expected.checksum.
14691 * platform/mac-tiger/svg/custom/missing-xlink-expected.png: Copied from platform/mac/svg/custom/missing-xlink-expected.png.
14692 * platform/mac-tiger/svg/custom/missing-xlink-expected.txt: Copied from platform/mac/svg/custom/missing-xlink-expected.txt.
14693 * platform/mac-tiger/svg/custom/multiple-title-elements-expected.checksum: Copied from platform/mac/svg/custom/multiple-title-elements-expected.checksum.
14694 * platform/mac-tiger/svg/custom/multiple-title-elements-expected.png: Copied from platform/mac/svg/custom/multiple-title-elements-expected.png.
14695 * platform/mac-tiger/svg/custom/non-circular-marker-reference-expected.checksum: Copied from platform/mac/svg/custom/non-circular-marker-reference-expected.checksum.
14696 * platform/mac-tiger/svg/custom/non-circular-marker-reference-expected.png: Copied from platform/mac/svg/custom/non-circular-marker-reference-expected.png.
14697 * platform/mac-tiger/svg/custom/non-circular-marker-reference-expected.txt: Copied from platform/mac/svg/custom/non-circular-marker-reference-expected.txt.
14698 * platform/mac-tiger/svg/custom/non-opaque-filters-expected.checksum: Copied from platform/mac/svg/custom/non-opaque-filters-expected.checksum.
14699 * platform/mac-tiger/svg/custom/non-opaque-filters-expected.png: Copied from platform/mac/svg/custom/non-opaque-filters-expected.png.
14700 * platform/mac-tiger/svg/custom/non-opaque-filters-expected.txt: Copied from platform/mac/svg/custom/non-opaque-filters-expected.txt.
14701 * platform/mac-tiger/svg/custom/path-bad-data-expected.checksum: Copied from platform/mac/svg/custom/path-bad-data-expected.checksum.
14702 * platform/mac-tiger/svg/custom/path-bad-data-expected.png: Copied from platform/mac/svg/custom/path-bad-data-expected.png.
14703 * platform/mac-tiger/svg/custom/path-bad-data-expected.txt: Copied from platform/mac/svg/custom/path-bad-data-expected.txt.
14704 * platform/mac-tiger/svg/custom/path-getTotalLength-expected.checksum: Copied from platform/mac/svg/custom/path-getTotalLength-expected.checksum.
14705 * platform/mac-tiger/svg/custom/path-getTotalLength-expected.png: Copied from platform/mac/svg/custom/path-getTotalLength-expected.png.
14706 * platform/mac-tiger/svg/custom/path-textPath-simulation-expected.checksum: Copied from platform/mac/svg/custom/path-textPath-simulation-expected.checksum.
14707 * platform/mac-tiger/svg/custom/path-textPath-simulation-expected.png: Copied from platform/mac/svg/custom/path-textPath-simulation-expected.png.
14708 * platform/mac-tiger/svg/custom/path-textPath-simulation-expected.txt: Copied from platform/mac/svg/custom/path-textPath-simulation-expected.txt.
14709 * platform/mac-tiger/svg/custom/path-update-expected.checksum: Copied from platform/mac/svg/custom/path-update-expected.checksum.
14710 * platform/mac-tiger/svg/custom/path-update-expected.png: Copied from platform/mac/svg/custom/path-update-expected.png.
14711 * platform/mac-tiger/svg/custom/path-update-expected.txt: Copied from platform/mac/svg/custom/path-update-expected.txt.
14712 * platform/mac-tiger/svg/custom/pattern-cycle-detection-expected.checksum: Copied from platform/mac/svg/custom/pattern-cycle-detection-expected.checksum.
14713 * platform/mac-tiger/svg/custom/pattern-cycle-detection-expected.png: Copied from platform/mac/svg/custom/pattern-cycle-detection-expected.png.
14714 * platform/mac-tiger/svg/custom/pattern-cycle-detection-expected.txt: Copied from platform/mac/svg/custom/pattern-cycle-detection-expected.txt.
14715 * platform/mac-tiger/svg/custom/pattern-deep-referencing-expected.checksum: Copied from platform/mac/svg/custom/pattern-deep-referencing-expected.checksum.
14716 * platform/mac-tiger/svg/custom/pattern-deep-referencing-expected.png: Copied from platform/mac/svg/custom/pattern-deep-referencing-expected.png.
14717 * platform/mac-tiger/svg/custom/pattern-deep-referencing-expected.txt: Copied from platform/mac/svg/custom/pattern-deep-referencing-expected.txt.
14718 * platform/mac-tiger/svg/custom/pattern-in-defs-expected.checksum: Copied from platform/mac/svg/custom/pattern-in-defs-expected.checksum.
14719 * platform/mac-tiger/svg/custom/pattern-in-defs-expected.png: Copied from platform/mac/svg/custom/pattern-in-defs-expected.png.
14720 * platform/mac-tiger/svg/custom/pattern-in-defs-expected.txt: Copied from platform/mac/svg/custom/pattern-in-defs-expected.txt.
14721 * platform/mac-tiger/svg/custom/pattern-rotate-expected.checksum: Copied from platform/mac/svg/custom/pattern-rotate-expected.checksum.
14722 * platform/mac-tiger/svg/custom/pattern-rotate-expected.png: Copied from platform/mac/svg/custom/pattern-rotate-expected.png.
14723 * platform/mac-tiger/svg/custom/pattern-rotate-expected.txt: Copied from platform/mac/svg/custom/pattern-rotate-expected.txt.
14724 * platform/mac-tiger/svg/custom/pattern-y-offset-expected.checksum: Copied from platform/mac/svg/custom/pattern-y-offset-expected.checksum.
14725 * platform/mac-tiger/svg/custom/pattern-y-offset-expected.png: Copied from platform/mac/svg/custom/pattern-y-offset-expected.png.
14726 * platform/mac-tiger/svg/custom/pattern-y-offset-expected.txt: Copied from platform/mac/svg/custom/pattern-y-offset-expected.txt.
14727 * platform/mac-tiger/svg/custom/percentage-of-html-parent-expected.checksum: Copied from platform/mac/svg/custom/percentage-of-html-parent-expected.checksum.
14728 * platform/mac-tiger/svg/custom/percentage-of-html-parent-expected.png: Copied from platform/mac/svg/custom/percentage-of-html-parent-expected.png.
14729 * platform/mac-tiger/svg/custom/percentage-of-html-parent-expected.txt: Copied from platform/mac/svg/custom/percentage-of-html-parent-expected.txt.
14730 * platform/mac-tiger/svg/custom/percentage-rect-expected.checksum: Copied from platform/mac/svg/custom/percentage-rect-expected.checksum.
14731 * platform/mac-tiger/svg/custom/percentage-rect-expected.png: Copied from platform/mac/svg/custom/percentage-rect-expected.png.
14732 * platform/mac-tiger/svg/custom/percentage-rect-expected.txt: Copied from platform/mac/svg/custom/percentage-rect-expected.txt.
14733 * platform/mac-tiger/svg/custom/percentage-rect2-expected.checksum: Copied from platform/mac/svg/custom/percentage-rect2-expected.checksum.
14734 * platform/mac-tiger/svg/custom/percentage-rect2-expected.png: Copied from platform/mac/svg/custom/percentage-rect2-expected.png.
14735 * platform/mac-tiger/svg/custom/percentage-rect2-expected.txt: Copied from platform/mac/svg/custom/percentage-rect2-expected.txt.
14736 * platform/mac-tiger/svg/custom/pointer-events-image-expected.checksum: Copied from platform/mac/svg/custom/pointer-events-image-expected.checksum.
14737 * platform/mac-tiger/svg/custom/pointer-events-image-expected.png: Copied from platform/mac/svg/custom/pointer-events-image-expected.png.
14738 * platform/mac-tiger/svg/custom/pointer-events-image-expected.txt: Copied from platform/mac/svg/custom/pointer-events-image-expected.txt.
14739 * platform/mac-tiger/svg/custom/pointer-events-path-expected.checksum: Copied from platform/mac/svg/custom/pointer-events-path-expected.checksum.
14740 * platform/mac-tiger/svg/custom/pointer-events-path-expected.png: Copied from platform/mac/svg/custom/pointer-events-path-expected.png.
14741 * platform/mac-tiger/svg/custom/pointer-events-path-expected.txt: Copied from platform/mac/svg/custom/pointer-events-path-expected.txt.
14742 * platform/mac-tiger/svg/custom/pointer-events-text-expected.checksum: Copied from platform/mac/svg/custom/pointer-events-text-expected.checksum.
14743 * platform/mac-tiger/svg/custom/pointer-events-text-expected.png: Copied from platform/mac/svg/custom/pointer-events-text-expected.png.
14744 * platform/mac-tiger/svg/custom/pointer-events-text-expected.txt: Copied from platform/mac/svg/custom/pointer-events-text-expected.txt.
14745 * platform/mac-tiger/svg/custom/poly-identify-expected.checksum: Copied from platform/mac/svg/custom/poly-identify-expected.checksum.
14746 * platform/mac-tiger/svg/custom/poly-identify-expected.png: Copied from platform/mac/svg/custom/poly-identify-expected.png.
14747 * platform/mac-tiger/svg/custom/poly-identify-expected.txt: Copied from platform/mac/svg/custom/poly-identify-expected.txt.
14748 * platform/mac-tiger/svg/custom/polyline-hittest-expected.checksum: Copied from platform/mac/svg/custom/polyline-hittest-expected.checksum.
14749 * platform/mac-tiger/svg/custom/polyline-hittest-expected.png: Copied from platform/mac/svg/custom/polyline-hittest-expected.png.
14750 * platform/mac-tiger/svg/custom/polyline-hittest-expected.txt: Copied from platform/mac/svg/custom/polyline-hittest-expected.txt.
14751 * platform/mac-tiger/svg/custom/polyline-invalid-points-expected.checksum: Copied from platform/mac/svg/custom/polyline-invalid-points-expected.checksum.
14752 * platform/mac-tiger/svg/custom/polyline-invalid-points-expected.png: Copied from platform/mac/svg/custom/polyline-invalid-points-expected.png.
14753 * platform/mac-tiger/svg/custom/polyline-invalid-points-expected.txt: Copied from platform/mac/svg/custom/polyline-invalid-points-expected.txt.
14754 * platform/mac-tiger/svg/custom/polyline-setattribute-points-null-expected.checksum: Copied from platform/mac/svg/custom/polyline-setattribute-points-null-expected.checksum.
14755 * platform/mac-tiger/svg/custom/polyline-setattribute-points-null-expected.png: Copied from platform/mac/svg/custom/polyline-setattribute-points-null-expected.png.
14756 * platform/mac-tiger/svg/custom/polyline-setattribute-points-null-expected.txt: Copied from platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt.
14757 * platform/mac-tiger/svg/custom/preserve-aspect-ratio-syntax-expected.checksum: Copied from platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum.
14758 * platform/mac-tiger/svg/custom/preserve-aspect-ratio-syntax-expected.png: Copied from platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png.
14759 * platform/mac-tiger/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Copied from platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt.
14760 * platform/mac-tiger/svg/custom/prevent-default-expected.checksum: Copied from platform/mac/svg/custom/prevent-default-expected.checksum.
14761 * platform/mac-tiger/svg/custom/prevent-default-expected.png: Copied from platform/mac/svg/custom/prevent-default-expected.png.
14762 * platform/mac-tiger/svg/custom/prevent-default-expected.txt: Copied from platform/mac/svg/custom/prevent-default-expected.txt.
14763 * platform/mac-tiger/svg/custom/recursive-clippath-expected.checksum: Copied from platform/mac/svg/custom/recursive-clippath-expected.checksum.
14764 * platform/mac-tiger/svg/custom/recursive-clippath-expected.png: Copied from platform/mac/svg/custom/recursive-clippath-expected.png.
14765 * platform/mac-tiger/svg/custom/recursive-clippath-expected.txt: Copied from platform/mac/svg/custom/recursive-clippath-expected.txt.
14766 * platform/mac-tiger/svg/custom/repaint-on-image-bounds-change-expected.checksum: Copied from platform/mac/svg/custom/repaint-on-image-bounds-change-expected.checksum.
14767 * platform/mac-tiger/svg/custom/repaint-on-image-bounds-change-expected.png: Copied from platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png.
14768 * platform/mac-tiger/svg/custom/repaint-on-image-bounds-change-expected.txt: Copied from platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt.
14769 * platform/mac-tiger/svg/custom/resource-client-removal-expected.checksum: Copied from platform/mac/svg/custom/resource-client-removal-expected.checksum.
14770 * platform/mac-tiger/svg/custom/resource-client-removal-expected.png: Copied from platform/mac/svg/custom/resource-client-removal-expected.png.
14771 * platform/mac-tiger/svg/custom/resource-client-removal-expected.txt: Copied from platform/mac/svg/custom/resource-client-removal-expected.txt.
14772 * platform/mac-tiger/svg/custom/rgbcolor-syntax-expected.checksum: Copied from platform/mac/svg/custom/rgbcolor-syntax-expected.checksum.
14773 * platform/mac-tiger/svg/custom/rgbcolor-syntax-expected.png: Copied from platform/mac/svg/custom/rgbcolor-syntax-expected.png.
14774 * platform/mac-tiger/svg/custom/rgbcolor-syntax-expected.txt: Copied from platform/mac/svg/custom/rgbcolor-syntax-expected.txt.
14775 * platform/mac-tiger/svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Copied from platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.checksum.
14776 * platform/mac-tiger/svg/custom/root-container-opacity-clip-viewBox-expected.png: Copied from platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png.
14777 * platform/mac-tiger/svg/custom/root-container-opacity-clip-viewBox-expected.txt: Copied from platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt.
14778 * platform/mac-tiger/svg/custom/rootelement-expected.checksum: Copied from platform/mac/svg/custom/rootelement-expected.checksum.
14779 * platform/mac-tiger/svg/custom/rootelement-expected.png: Copied from platform/mac/svg/custom/rootelement-expected.png.
14780 * platform/mac-tiger/svg/custom/rootelement-expected.txt: Copied from platform/mac/svg/custom/rootelement-expected.txt.
14781 * platform/mac-tiger/svg/custom/rootmost-svg-xy-attrs-expected.checksum: Copied from platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum.
14782 * platform/mac-tiger/svg/custom/rootmost-svg-xy-attrs-expected.png: Copied from platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png.
14783 * platform/mac-tiger/svg/custom/rootmost-svg-xy-attrs-expected.txt: Copied from platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt.
14784 * platform/mac-tiger/svg/custom/rounded-rects-expected.checksum: Copied from platform/mac/svg/custom/rounded-rects-expected.checksum.
14785 * platform/mac-tiger/svg/custom/rounded-rects-expected.png: Copied from platform/mac/svg/custom/rounded-rects-expected.png.
14786 * platform/mac-tiger/svg/custom/rounded-rects-expected.txt: Copied from platform/mac/svg/custom/rounded-rects-expected.txt.
14787 * platform/mac-tiger/svg/custom/scroll-hit-test-expected.checksum: Copied from platform/mac/svg/custom/scroll-hit-test-expected.checksum.
14788 * platform/mac-tiger/svg/custom/scroll-hit-test-expected.png: Copied from platform/mac/svg/custom/scroll-hit-test-expected.png.
14789 * platform/mac-tiger/svg/custom/scroll-hit-test-expected.txt: Copied from platform/mac/svg/custom/scroll-hit-test-expected.txt.
14790 * platform/mac-tiger/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Copied from platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum.
14791 * platform/mac-tiger/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Copied from platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png.
14792 * platform/mac-tiger/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Copied from platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt.
14793 * platform/mac-tiger/svg/custom/second-inline-text-expected.checksum: Copied from platform/mac/svg/custom/second-inline-text-expected.checksum.
14794 * platform/mac-tiger/svg/custom/second-inline-text-expected.png: Copied from platform/mac/svg/custom/second-inline-text-expected.png.
14795 * platform/mac-tiger/svg/custom/second-inline-text-expected.txt: Copied from platform/mac/svg/custom/second-inline-text-expected.txt.
14796 * platform/mac-tiger/svg/custom/shape-rendering-expected.checksum: Copied from platform/mac/svg/custom/shape-rendering-expected.checksum.
14797 * platform/mac-tiger/svg/custom/shape-rendering-expected.png: Copied from platform/mac/svg/custom/shape-rendering-expected.png.
14798 * platform/mac-tiger/svg/custom/shape-rendering-expected.txt: Copied from platform/mac/svg/custom/shape-rendering-expected.txt.
14799 * platform/mac-tiger/svg/custom/shapes-supporting-markers-expected.checksum: Copied from platform/mac/svg/custom/shapes-supporting-markers-expected.checksum.
14800 * platform/mac-tiger/svg/custom/shapes-supporting-markers-expected.png: Copied from platform/mac/svg/custom/shapes-supporting-markers-expected.png.
14801 * platform/mac-tiger/svg/custom/shapes-supporting-markers-expected.txt: Copied from platform/mac/svg/custom/shapes-supporting-markers-expected.txt.
14802 * platform/mac-tiger/svg/custom/sheet-title-expected.checksum: Copied from platform/mac/svg/custom/sheet-title-expected.checksum.
14803 * platform/mac-tiger/svg/custom/sheet-title-expected.png: Copied from platform/mac/svg/custom/sheet-title-expected.png.
14804 * platform/mac-tiger/svg/custom/sheet-title-expected.txt: Copied from platform/mac/svg/custom/sheet-title-expected.txt.
14805 * platform/mac-tiger/svg/custom/simpleCDF-expected.checksum: Copied from platform/mac/svg/custom/simpleCDF-expected.checksum.
14806 * platform/mac-tiger/svg/custom/simpleCDF-expected.png: Copied from platform/mac/svg/custom/simpleCDF-expected.png.
14807 * platform/mac-tiger/svg/custom/simpleCDF-expected.txt: Copied from platform/mac/svg/custom/simpleCDF-expected.txt.
14808 * platform/mac-tiger/svg/custom/stroke-fallback-expected.checksum: Copied from platform/mac/svg/custom/stroke-fallback-expected.checksum.
14809 * platform/mac-tiger/svg/custom/stroke-fallback-expected.png: Copied from platform/mac/svg/custom/stroke-fallback-expected.png.
14810 * platform/mac-tiger/svg/custom/stroke-fallback-expected.txt: Copied from platform/mac/svg/custom/stroke-fallback-expected.txt.
14811 * platform/mac-tiger/svg/custom/stroke-width-click-expected.checksum: Copied from platform/mac/svg/custom/stroke-width-click-expected.checksum.
14812 * platform/mac-tiger/svg/custom/stroke-width-click-expected.png: Copied from platform/mac/svg/custom/stroke-width-click-expected.png.
14813 * platform/mac-tiger/svg/custom/stroked-pattern-expected.checksum: Copied from platform/mac/svg/custom/stroked-pattern-expected.checksum.
14814 * platform/mac-tiger/svg/custom/stroked-pattern-expected.png: Copied from platform/mac/svg/custom/stroked-pattern-expected.png.
14815 * platform/mac-tiger/svg/custom/stroked-pattern-expected.txt: Copied from platform/mac/svg/custom/stroked-pattern-expected.txt.
14816 * platform/mac-tiger/svg/custom/struct-use-09-b-expected.checksum: Copied from platform/mac/svg/custom/struct-use-09-b-expected.checksum.
14817 * platform/mac-tiger/svg/custom/struct-use-09-b-expected.png: Copied from platform/mac/svg/custom/struct-use-09-b-expected.png.
14818 * platform/mac-tiger/svg/custom/struct-use-09-b-expected.txt: Copied from platform/mac/svg/custom/struct-use-09-b-expected.txt.
14819 * platform/mac-tiger/svg/custom/style-attribute-font-size-expected.checksum: Copied from platform/mac/svg/custom/style-attribute-font-size-expected.checksum.
14820 * platform/mac-tiger/svg/custom/style-attribute-font-size-expected.png: Copied from platform/mac/svg/custom/style-attribute-font-size-expected.png.
14821 * platform/mac-tiger/svg/custom/style-attribute-font-size-expected.txt: Copied from platform/mac/svg/custom/style-attribute-font-size-expected.txt.
14822 * platform/mac-tiger/svg/custom/svg-absolute-children-expected.checksum: Copied from platform/mac/svg/custom/svg-absolute-children-expected.checksum.
14823 * platform/mac-tiger/svg/custom/svg-absolute-children-expected.png: Copied from platform/mac/svg/custom/svg-absolute-children-expected.png.
14824 * platform/mac-tiger/svg/custom/svg-absolute-children-expected.txt: Copied from platform/mac/svg/custom/svg-absolute-children-expected.txt.
14825 * platform/mac-tiger/svg/custom/svg-disallowed-in-dashboard-object-expected.checksum: Copied from platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.checksum.
14826 * platform/mac-tiger/svg/custom/svg-disallowed-in-dashboard-object-expected.png: Copied from platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.png.
14827 * platform/mac-tiger/svg/custom/svg-features-expected.checksum: Copied from platform/mac/svg/custom/svg-features-expected.checksum.
14828 * platform/mac-tiger/svg/custom/svg-features-expected.png: Copied from platform/mac/svg/custom/svg-features-expected.png.
14829 * platform/mac-tiger/svg/custom/svg-float-border-padding-expected.checksum: Copied from platform/mac/svg/custom/svg-float-border-padding-expected.checksum.
14830 * platform/mac-tiger/svg/custom/svg-float-border-padding-expected.png: Copied from platform/mac/svg/custom/svg-float-border-padding-expected.png.
14831 * platform/mac-tiger/svg/custom/svg-float-border-padding-expected.txt: Copied from platform/mac/svg/custom/svg-float-border-padding-expected.txt.
14832 * platform/mac-tiger/svg/custom/svg-fonts-in-html-expected.checksum: Copied from platform/mac/svg/custom/svg-fonts-in-html-expected.checksum.
14833 * platform/mac-tiger/svg/custom/svg-fonts-in-html-expected.png: Copied from platform/mac/svg/custom/svg-fonts-in-html-expected.png.
14834 * platform/mac-tiger/svg/custom/svg-fonts-in-html-expected.txt: Copied from platform/mac/svg/custom/svg-fonts-in-html-expected.txt.
14835 * platform/mac-tiger/svg/custom/svg-overflow-types-expected.checksum: Copied from platform/mac/svg/custom/svg-overflow-types-expected.checksum.
14836 * platform/mac-tiger/svg/custom/svg-overflow-types-expected.png: Copied from platform/mac/svg/custom/svg-overflow-types-expected.png.
14837 * platform/mac-tiger/svg/custom/svg-overflow-types-expected.txt: Copied from platform/mac/svg/custom/svg-overflow-types-expected.txt.
14838 * platform/mac-tiger/svg/custom/svgpolyparser-extra-space-expected.checksum: Copied from platform/mac/svg/custom/svgpolyparser-extra-space-expected.checksum.
14839 * platform/mac-tiger/svg/custom/svgpolyparser-extra-space-expected.png: Copied from platform/mac/svg/custom/svgpolyparser-extra-space-expected.png.
14840 * platform/mac-tiger/svg/custom/svgpolyparser-extra-space-expected.txt: Copied from platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt.
14841 * platform/mac-tiger/svg/custom/svgsvgelement-ctm-expected.checksum: Copied from platform/mac/svg/custom/svgsvgelement-ctm-expected.checksum.
14842 * platform/mac-tiger/svg/custom/svgsvgelement-ctm-expected.png: Copied from platform/mac/svg/custom/svgsvgelement-ctm-expected.png.
14843 * platform/mac-tiger/svg/custom/text-clip-expected.checksum: Copied from platform/mac/svg/custom/text-clip-expected.checksum.
14844 * platform/mac-tiger/svg/custom/text-clip-expected.png: Copied from platform/mac/svg/custom/text-clip-expected.png.
14845 * platform/mac-tiger/svg/custom/text-clip-expected.txt: Copied from platform/mac/svg/custom/text-clip-expected.txt.
14846 * platform/mac-tiger/svg/custom/text-ctm-expected.checksum: Copied from platform/mac/svg/custom/text-ctm-expected.checksum.
14847 * platform/mac-tiger/svg/custom/text-ctm-expected.png: Copied from platform/mac/svg/custom/text-ctm-expected.png.
14848 * platform/mac-tiger/svg/custom/text-ctm-expected.txt: Copied from platform/mac/svg/custom/text-ctm-expected.txt.
14849 * platform/mac-tiger/svg/custom/text-decoration-visibility-expected.checksum: Copied from platform/mac/svg/custom/text-decoration-visibility-expected.checksum.
14850 * platform/mac-tiger/svg/custom/text-decoration-visibility-expected.png: Copied from platform/mac/svg/custom/text-decoration-visibility-expected.png.
14851 * platform/mac-tiger/svg/custom/text-decoration-visibility-expected.txt: Copied from platform/mac/svg/custom/text-decoration-visibility-expected.txt.
14852 * platform/mac-tiger/svg/custom/text-dom-01-f-expected.checksum: Copied from platform/mac/svg/custom/text-dom-01-f-expected.checksum.
14853 * platform/mac-tiger/svg/custom/text-dom-01-f-expected.png: Copied from platform/mac/svg/custom/text-dom-01-f-expected.png.
14854 * platform/mac-tiger/svg/custom/text-dom-01-f-expected.txt: Copied from platform/mac/svg/custom/text-dom-01-f-expected.txt.
14855 * platform/mac-tiger/svg/custom/text-filter-expected.checksum: Copied from platform/mac/svg/custom/text-filter-expected.checksum.
14856 * platform/mac-tiger/svg/custom/text-filter-expected.png: Copied from platform/mac/svg/custom/text-filter-expected.png.
14857 * platform/mac-tiger/svg/custom/text-filter-expected.txt: Copied from platform/mac/svg/custom/text-filter-expected.txt.
14858 * platform/mac-tiger/svg/custom/text-gradient-no-content-expected.checksum: Copied from platform/mac/svg/custom/text-gradient-no-content-expected.checksum.
14859 * platform/mac-tiger/svg/custom/text-gradient-no-content-expected.png: Copied from platform/mac/svg/custom/text-gradient-no-content-expected.png.
14860 * platform/mac-tiger/svg/custom/text-gradient-no-content-expected.txt: Copied from platform/mac/svg/custom/text-gradient-no-content-expected.txt.
14861 * platform/mac-tiger/svg/custom/text-hit-test-expected.checksum: Copied from platform/mac/svg/custom/text-hit-test-expected.checksum.
14862 * platform/mac-tiger/svg/custom/text-hit-test-expected.png: Copied from platform/mac/svg/custom/text-hit-test-expected.png.
14863 * platform/mac-tiger/svg/custom/text-hit-test-expected.txt: Copied from platform/mac/svg/custom/text-hit-test-expected.txt.
14864 * platform/mac-tiger/svg/custom/text-image-opacity-expected.checksum: Copied from platform/mac/svg/custom/text-image-opacity-expected.checksum.
14865 * platform/mac-tiger/svg/custom/text-image-opacity-expected.png: Copied from platform/mac/svg/custom/text-image-opacity-expected.png.
14866 * platform/mac-tiger/svg/custom/text-image-opacity-expected.txt: Copied from platform/mac/svg/custom/text-image-opacity-expected.txt.
14867 * platform/mac-tiger/svg/custom/text-letter-spacing-expected.checksum: Copied from platform/mac/svg/custom/text-letter-spacing-expected.checksum.
14868 * platform/mac-tiger/svg/custom/text-letter-spacing-expected.png: Copied from platform/mac/svg/custom/text-letter-spacing-expected.png.
14869 * platform/mac-tiger/svg/custom/text-letter-spacing-expected.txt: Copied from platform/mac/svg/custom/text-letter-spacing-expected.txt.
14870 * platform/mac-tiger/svg/custom/text-repaint-including-stroke-expected.checksum: Copied from platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum.
14871 * platform/mac-tiger/svg/custom/text-repaint-including-stroke-expected.png: Copied from platform/mac/svg/custom/text-repaint-including-stroke-expected.png.
14872 * platform/mac-tiger/svg/custom/text-repaint-including-stroke-expected.txt: Copied from platform/mac/svg/custom/text-repaint-including-stroke-expected.txt.
14873 * platform/mac-tiger/svg/custom/text-whitespace-handling-expected.checksum: Copied from platform/mac/svg/custom/text-whitespace-handling-expected.checksum.
14874 * platform/mac-tiger/svg/custom/text-whitespace-handling-expected.png: Copied from platform/mac/svg/custom/text-whitespace-handling-expected.png.
14875 * platform/mac-tiger/svg/custom/text-whitespace-handling-expected.txt: Copied from platform/mac/svg/custom/text-whitespace-handling-expected.txt.
14876 * platform/mac-tiger/svg/custom/text-x-dx-lists-expected.checksum: Copied from platform/mac/svg/custom/text-x-dx-lists-expected.checksum.
14877 * platform/mac-tiger/svg/custom/text-x-dx-lists-expected.png: Copied from platform/mac/svg/custom/text-x-dx-lists-expected.png.
14878 * platform/mac-tiger/svg/custom/text-x-dx-lists-expected.txt: Copied from platform/mac/svg/custom/text-x-dx-lists-expected.txt.
14879 * platform/mac-tiger/svg/custom/text-x-override-in-tspan-child-expected.checksum: Copied from platform/mac/svg/custom/text-x-override-in-tspan-child-expected.checksum.
14880 * platform/mac-tiger/svg/custom/text-x-override-in-tspan-child-expected.png: Copied from platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png.
14881 * platform/mac-tiger/svg/custom/text-x-override-in-tspan-child-expected.txt: Copied from platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt.
14882 * platform/mac-tiger/svg/custom/textPath-assert-expected.checksum: Copied from platform/mac/svg/custom/textPath-assert-expected.checksum.
14883 * platform/mac-tiger/svg/custom/textPath-assert-expected.png: Copied from platform/mac/svg/custom/textPath-assert-expected.png.
14884 * platform/mac-tiger/svg/custom/transform-ignore-after-invalid-expected.checksum: Copied from platform/mac/svg/custom/transform-ignore-after-invalid-expected.checksum.
14885 * platform/mac-tiger/svg/custom/transform-ignore-after-invalid-expected.png: Copied from platform/mac/svg/custom/transform-ignore-after-invalid-expected.png.
14886 * platform/mac-tiger/svg/custom/transform-ignore-after-invalid-expected.txt: Copied from platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt.
14887 * platform/mac-tiger/svg/custom/transform-invalid-expected.checksum: Copied from platform/mac/svg/custom/transform-invalid-expected.checksum.
14888 * platform/mac-tiger/svg/custom/transform-invalid-expected.png: Copied from platform/mac/svg/custom/transform-invalid-expected.png.
14889 * platform/mac-tiger/svg/custom/transform-invalid-expected.txt: Copied from platform/mac/svg/custom/transform-invalid-expected.txt.
14890 * platform/mac-tiger/svg/custom/transform-removeAttributeNS-expected.checksum: Copied from platform/mac/svg/custom/transform-removeAttributeNS-expected.checksum.
14891 * platform/mac-tiger/svg/custom/transform-removeAttributeNS-expected.png: Copied from platform/mac/svg/custom/transform-removeAttributeNS-expected.png.
14892 * platform/mac-tiger/svg/custom/transform-removeAttributeNS-expected.txt: Copied from platform/mac/svg/custom/transform-removeAttributeNS-expected.txt.
14893 * platform/mac-tiger/svg/custom/transform-scale-parse-expected.checksum: Copied from platform/mac/svg/custom/transform-scale-parse-expected.checksum.
14894 * platform/mac-tiger/svg/custom/transform-scale-parse-expected.png: Copied from platform/mac/svg/custom/transform-scale-parse-expected.png.
14895 * platform/mac-tiger/svg/custom/transform-scale-parse-expected.txt: Copied from platform/mac/svg/custom/transform-scale-parse-expected.txt.
14896 * platform/mac-tiger/svg/custom/transform-with-ending-space-expected.checksum: Copied from platform/mac/svg/custom/transform-with-ending-space-expected.checksum.
14897 * platform/mac-tiger/svg/custom/transform-with-ending-space-expected.png: Copied from platform/mac/svg/custom/transform-with-ending-space-expected.png.
14898 * platform/mac-tiger/svg/custom/transform-with-ending-space-expected.txt: Copied from platform/mac/svg/custom/transform-with-ending-space-expected.txt.
14899 * platform/mac-tiger/svg/custom/tref-update-expected.checksum: Copied from platform/mac/svg/custom/tref-update-expected.checksum.
14900 * platform/mac-tiger/svg/custom/tref-update-expected.png: Copied from platform/mac/svg/custom/tref-update-expected.png.
14901 * platform/mac-tiger/svg/custom/tref-update-expected.txt: Copied from platform/mac/svg/custom/tref-update-expected.txt.
14902 * platform/mac-tiger/svg/custom/use-clipped-hit-expected.checksum: Copied from platform/mac/svg/custom/use-clipped-hit-expected.checksum.
14903 * platform/mac-tiger/svg/custom/use-clipped-hit-expected.png: Copied from platform/mac/svg/custom/use-clipped-hit-expected.png.
14904 * platform/mac-tiger/svg/custom/use-clipped-hit-expected.txt: Copied from platform/mac/svg/custom/use-clipped-hit-expected.txt.
14905 * platform/mac-tiger/svg/custom/use-css-events-expected.checksum: Copied from platform/mac/svg/custom/use-css-events-expected.checksum.
14906 * platform/mac-tiger/svg/custom/use-css-events-expected.png: Copied from platform/mac/svg/custom/use-css-events-expected.png.
14907 * platform/mac-tiger/svg/custom/use-css-events-expected.txt: Copied from platform/mac/svg/custom/use-css-events-expected.txt.
14908 * platform/mac-tiger/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Copied from platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum.
14909 * platform/mac-tiger/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Copied from platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png.
14910 * platform/mac-tiger/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Copied from platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt.
14911 * platform/mac-tiger/svg/custom/use-detach-expected.checksum: Copied from platform/mac/svg/custom/use-detach-expected.checksum.
14912 * platform/mac-tiger/svg/custom/use-detach-expected.png: Copied from platform/mac/svg/custom/use-detach-expected.png.
14913 * platform/mac-tiger/svg/custom/use-detach-expected.txt: Copied from platform/mac/svg/custom/use-detach-expected.txt.
14914 * platform/mac-tiger/svg/custom/use-dynamic-append-expected.checksum: Copied from platform/mac/svg/custom/use-dynamic-append-expected.checksum.
14915 * platform/mac-tiger/svg/custom/use-dynamic-append-expected.png: Copied from platform/mac/svg/custom/use-dynamic-append-expected.png.
14916 * platform/mac-tiger/svg/custom/use-dynamic-append-expected.txt: Copied from platform/mac/svg/custom/use-dynamic-append-expected.txt.
14917 * platform/mac-tiger/svg/custom/use-elementInstance-event-target-expected.checksum: Copied from platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum.
14918 * platform/mac-tiger/svg/custom/use-elementInstance-event-target-expected.png: Copied from platform/mac/svg/custom/use-elementInstance-event-target-expected.png.
14919 * platform/mac-tiger/svg/custom/use-elementInstance-event-target-expected.txt: Copied from platform/mac/svg/custom/use-elementInstance-event-target-expected.txt.
14920 * platform/mac-tiger/svg/custom/use-elementInstance-methods-expected.checksum: Copied from platform/mac/svg/custom/use-elementInstance-methods-expected.checksum.
14921 * platform/mac-tiger/svg/custom/use-elementInstance-methods-expected.png: Copied from platform/mac/svg/custom/use-elementInstance-methods-expected.png.
14922 * platform/mac-tiger/svg/custom/use-elementInstance-methods-expected.txt: Copied from platform/mac/svg/custom/use-elementInstance-methods-expected.txt.
14923 * platform/mac-tiger/svg/custom/use-empty-reference-expected.checksum: Copied from platform/mac/svg/custom/use-empty-reference-expected.checksum.
14924 * platform/mac-tiger/svg/custom/use-empty-reference-expected.png: Copied from platform/mac/svg/custom/use-empty-reference-expected.png.
14925 * platform/mac-tiger/svg/custom/use-empty-reference-expected.txt: Copied from platform/mac/svg/custom/use-empty-reference-expected.txt.
14926 * platform/mac-tiger/svg/custom/use-event-handler-on-referenced-element-expected.checksum: Copied from platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum.
14927 * platform/mac-tiger/svg/custom/use-event-handler-on-referenced-element-expected.png: Copied from platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png.
14928 * platform/mac-tiger/svg/custom/use-event-handler-on-referenced-element-expected.txt: Copied from platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt.
14929 * platform/mac-tiger/svg/custom/use-event-handler-on-use-element-expected.checksum: Copied from platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum.
14930 * platform/mac-tiger/svg/custom/use-event-handler-on-use-element-expected.png: Copied from platform/mac/svg/custom/use-event-handler-on-use-element-expected.png.
14931 * platform/mac-tiger/svg/custom/use-event-handler-on-use-element-expected.txt: Copied from platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt.
14932 * platform/mac-tiger/svg/custom/use-events-crash-expected.checksum: Copied from platform/mac/svg/custom/use-events-crash-expected.checksum.
14933 * platform/mac-tiger/svg/custom/use-events-crash-expected.png: Copied from platform/mac/svg/custom/use-events-crash-expected.png.
14934 * platform/mac-tiger/svg/custom/use-events-crash-expected.txt: Copied from platform/mac/svg/custom/use-events-crash-expected.txt.
14935 * platform/mac-tiger/svg/custom/use-forward-refs-expected.checksum: Copied from platform/mac/svg/custom/use-forward-refs-expected.checksum.
14936 * platform/mac-tiger/svg/custom/use-forward-refs-expected.png: Copied from platform/mac/svg/custom/use-forward-refs-expected.png.
14937 * platform/mac-tiger/svg/custom/use-forward-refs-expected.txt: Copied from platform/mac/svg/custom/use-forward-refs-expected.txt.
14938 * platform/mac-tiger/svg/custom/use-infinite-recursion-expected.checksum: Copied from platform/mac/svg/custom/use-infinite-recursion-expected.checksum.
14939 * platform/mac-tiger/svg/custom/use-infinite-recursion-expected.png: Copied from platform/mac/svg/custom/use-infinite-recursion-expected.png.
14940 * platform/mac-tiger/svg/custom/use-infinite-recursion-expected.txt: Copied from platform/mac/svg/custom/use-infinite-recursion-expected.txt.
14941 * platform/mac-tiger/svg/custom/use-instanceRoot-modifications-expected.checksum: Copied from platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum.
14942 * platform/mac-tiger/svg/custom/use-instanceRoot-modifications-expected.png: Copied from platform/mac/svg/custom/use-instanceRoot-modifications-expected.png.
14943 * platform/mac-tiger/svg/custom/use-instanceRoot-modifications-expected.txt: Copied from platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt.
14944 * platform/mac-tiger/svg/custom/use-modify-container-in-target-expected.checksum: Copied from platform/mac/svg/custom/use-modify-container-in-target-expected.checksum.
14945 * platform/mac-tiger/svg/custom/use-modify-container-in-target-expected.png: Copied from platform/mac/svg/custom/use-modify-container-in-target-expected.png.
14946 * platform/mac-tiger/svg/custom/use-modify-container-in-target-expected.txt: Copied from platform/mac/svg/custom/use-modify-container-in-target-expected.txt.
14947 * platform/mac-tiger/svg/custom/use-modify-target-container-expected.checksum: Copied from platform/mac/svg/custom/use-modify-target-container-expected.checksum.
14948 * platform/mac-tiger/svg/custom/use-modify-target-container-expected.png: Copied from platform/mac/svg/custom/use-modify-target-container-expected.png.
14949 * platform/mac-tiger/svg/custom/use-modify-target-container-expected.txt: Copied from platform/mac/svg/custom/use-modify-target-container-expected.txt.
14950 * platform/mac-tiger/svg/custom/use-modify-target-symbol-expected.checksum: Copied from platform/mac/svg/custom/use-modify-target-symbol-expected.checksum.
14951 * platform/mac-tiger/svg/custom/use-modify-target-symbol-expected.png: Copied from platform/mac/svg/custom/use-modify-target-symbol-expected.png.
14952 * platform/mac-tiger/svg/custom/use-modify-target-symbol-expected.txt: Copied from platform/mac/svg/custom/use-modify-target-symbol-expected.txt.
14953 * platform/mac-tiger/svg/custom/use-nested-transform-expected.checksum: Copied from platform/mac/svg/custom/use-nested-transform-expected.checksum.
14954 * platform/mac-tiger/svg/custom/use-nested-transform-expected.png: Copied from platform/mac/svg/custom/use-nested-transform-expected.png.
14955 * platform/mac-tiger/svg/custom/use-nested-transform-expected.txt: Copied from platform/mac/svg/custom/use-nested-transform-expected.txt.
14956 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum.
14957 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png.
14958 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt.
14959 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum.
14960 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png.
14961 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt.
14962 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum.
14963 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png.
14964 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt.
14965 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum.
14966 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-4-expected.png: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png.
14967 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt.
14968 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum.
14969 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png.
14970 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt.
14971 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum.
14972 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png.
14973 * platform/mac-tiger/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Copied from platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt.
14974 * platform/mac-tiger/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Copied from platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum.
14975 * platform/mac-tiger/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Copied from platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png.
14976 * platform/mac-tiger/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Copied from platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt.
14977 * platform/mac-tiger/svg/custom/use-on-g-containing-symbol-expected.checksum: Copied from platform/mac/svg/custom/use-on-g-containing-symbol-expected.checksum.
14978 * platform/mac-tiger/svg/custom/use-on-g-containing-symbol-expected.png: Copied from platform/mac/svg/custom/use-on-g-containing-symbol-expected.png.
14979 * platform/mac-tiger/svg/custom/use-on-g-containing-symbol-expected.txt: Copied from platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt.
14980 * platform/mac-tiger/svg/custom/use-on-g-containing-use-expected.checksum: Copied from platform/mac/svg/custom/use-on-g-containing-use-expected.checksum.
14981 * platform/mac-tiger/svg/custom/use-on-g-containing-use-expected.png: Copied from platform/mac/svg/custom/use-on-g-containing-use-expected.png.
14982 * platform/mac-tiger/svg/custom/use-on-g-containing-use-expected.txt: Copied from platform/mac/svg/custom/use-on-g-containing-use-expected.txt.
14983 * platform/mac-tiger/svg/custom/use-on-g-expected.checksum: Copied from platform/mac/svg/custom/use-on-g-expected.checksum.
14984 * platform/mac-tiger/svg/custom/use-on-g-expected.png: Copied from platform/mac/svg/custom/use-on-g-expected.png.
14985 * platform/mac-tiger/svg/custom/use-on-g-expected.txt: Copied from platform/mac/svg/custom/use-on-g-expected.txt.
14986 * platform/mac-tiger/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Copied from platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum.
14987 * platform/mac-tiger/svg/custom/use-on-non-svg-namespaced-element-expected.png: Copied from platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png.
14988 * platform/mac-tiger/svg/custom/use-on-non-svg-namespaced-element-expected.txt: Copied from platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt.
14989 * platform/mac-tiger/svg/custom/use-on-rect-expected.checksum: Copied from platform/mac/svg/custom/use-on-rect-expected.checksum.
14990 * platform/mac-tiger/svg/custom/use-on-rect-expected.png: Copied from platform/mac/svg/custom/use-on-rect-expected.png.
14991 * platform/mac-tiger/svg/custom/use-on-rect-expected.txt: Copied from platform/mac/svg/custom/use-on-rect-expected.txt.
14992 * platform/mac-tiger/svg/custom/use-on-symbol-expected.checksum: Copied from platform/mac/svg/custom/use-on-symbol-expected.checksum.
14993 * platform/mac-tiger/svg/custom/use-on-symbol-expected.png: Copied from platform/mac/svg/custom/use-on-symbol-expected.png.
14994 * platform/mac-tiger/svg/custom/use-on-symbol-expected.txt: Copied from platform/mac/svg/custom/use-on-symbol-expected.txt.
14995 * platform/mac-tiger/svg/custom/use-on-symbol-inside-pattern-expected.checksum: Copied from platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum.
14996 * platform/mac-tiger/svg/custom/use-on-symbol-inside-pattern-expected.png: Copied from platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png.
14997 * platform/mac-tiger/svg/custom/use-on-symbol-inside-pattern-expected.txt: Copied from platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt.
14998 * platform/mac-tiger/svg/custom/use-on-text-expected.checksum: Copied from platform/mac/svg/custom/use-on-text-expected.checksum.
14999 * platform/mac-tiger/svg/custom/use-on-text-expected.png: Copied from platform/mac/svg/custom/use-on-text-expected.png.
15000 * platform/mac-tiger/svg/custom/use-on-text-expected.txt: Copied from platform/mac/svg/custom/use-on-text-expected.txt.
15001 * platform/mac-tiger/svg/custom/use-on-use-expected.checksum: Copied from platform/mac/svg/custom/use-on-use-expected.checksum.
15002 * platform/mac-tiger/svg/custom/use-on-use-expected.png: Copied from platform/mac/svg/custom/use-on-use-expected.png.
15003 * platform/mac-tiger/svg/custom/use-on-use-expected.txt: Copied from platform/mac/svg/custom/use-on-use-expected.txt.
15004 * platform/mac-tiger/svg/custom/use-property-changes-through-dom-expected.checksum: Copied from platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum.
15005 * platform/mac-tiger/svg/custom/use-property-changes-through-dom-expected.png: Copied from platform/mac/svg/custom/use-property-changes-through-dom-expected.png.
15006 * platform/mac-tiger/svg/custom/use-property-changes-through-dom-expected.txt: Copied from platform/mac/svg/custom/use-property-changes-through-dom-expected.txt.
15007 * platform/mac-tiger/svg/custom/use-property-changes-through-svg-dom-expected.checksum: Copied from platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum.
15008 * platform/mac-tiger/svg/custom/use-property-changes-through-svg-dom-expected.png: Copied from platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png.
15009 * platform/mac-tiger/svg/custom/use-property-changes-through-svg-dom-expected.txt: Copied from platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt.
15010 * platform/mac-tiger/svg/custom/use-recalcStyle-crash-expected.checksum: Copied from platform/mac/svg/custom/use-recalcStyle-crash-expected.checksum.
15011 * platform/mac-tiger/svg/custom/use-recalcStyle-crash-expected.png: Copied from platform/mac/svg/custom/use-recalcStyle-crash-expected.png.
15012 * platform/mac-tiger/svg/custom/use-recalcStyle-crash-expected.txt: Copied from platform/mac/svg/custom/use-recalcStyle-crash-expected.txt.
15013 * platform/mac-tiger/svg/custom/use-recursion-1-expected.checksum: Copied from platform/mac/svg/custom/use-recursion-1-expected.checksum.
15014 * platform/mac-tiger/svg/custom/use-recursion-1-expected.png: Copied from platform/mac/svg/custom/use-recursion-1-expected.png.
15015 * platform/mac-tiger/svg/custom/use-recursion-1-expected.txt: Copied from platform/mac/svg/custom/use-recursion-1-expected.txt.
15016 * platform/mac-tiger/svg/custom/use-recursion-2-expected.checksum: Copied from platform/mac/svg/custom/use-recursion-2-expected.checksum.
15017 * platform/mac-tiger/svg/custom/use-recursion-2-expected.png: Copied from platform/mac/svg/custom/use-recursion-2-expected.png.
15018 * platform/mac-tiger/svg/custom/use-recursion-2-expected.txt: Copied from platform/mac/svg/custom/use-recursion-2-expected.txt.
15019 * platform/mac-tiger/svg/custom/use-recursion-3-expected.checksum: Copied from platform/mac/svg/custom/use-recursion-3-expected.checksum.
15020 * platform/mac-tiger/svg/custom/use-recursion-3-expected.png: Copied from platform/mac/svg/custom/use-recursion-3-expected.png.
15021 * platform/mac-tiger/svg/custom/use-recursion-3-expected.txt: Copied from platform/mac/svg/custom/use-recursion-3-expected.txt.
15022 * platform/mac-tiger/svg/custom/use-recursion-4-expected.checksum: Copied from platform/mac/svg/custom/use-recursion-4-expected.checksum.
15023 * platform/mac-tiger/svg/custom/use-recursion-4-expected.png: Copied from platform/mac/svg/custom/use-recursion-4-expected.png.
15024 * platform/mac-tiger/svg/custom/use-recursion-4-expected.txt: Copied from platform/mac/svg/custom/use-recursion-4-expected.txt.
15025 * platform/mac-tiger/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Copied from platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum.
15026 * platform/mac-tiger/svg/custom/use-referencing-nonexisting-symbol-expected.png: Copied from platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png.
15027 * platform/mac-tiger/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Copied from platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt.
15028 * platform/mac-tiger/svg/custom/use-symbol-overflow-expected.checksum: Copied from platform/mac/svg/custom/use-symbol-overflow-expected.checksum.
15029 * platform/mac-tiger/svg/custom/use-symbol-overflow-expected.png: Copied from platform/mac/svg/custom/use-symbol-overflow-expected.png.
15030 * platform/mac-tiger/svg/custom/use-symbol-overflow-expected.txt: Copied from platform/mac/svg/custom/use-symbol-overflow-expected.txt.
15031 * platform/mac-tiger/svg/custom/use-transform-expected.checksum: Copied from platform/mac/svg/custom/use-transform-expected.checksum.
15032 * platform/mac-tiger/svg/custom/use-transform-expected.png: Copied from platform/mac/svg/custom/use-transform-expected.png.
15033 * platform/mac-tiger/svg/custom/use-transform-expected.txt: Copied from platform/mac/svg/custom/use-transform-expected.txt.
15034 * platform/mac-tiger/svg/custom/viewBox-hit-expected.checksum: Copied from platform/mac/svg/custom/viewBox-hit-expected.checksum.
15035 * platform/mac-tiger/svg/custom/viewBox-hit-expected.png: Copied from platform/mac/svg/custom/viewBox-hit-expected.png.
15036 * platform/mac-tiger/svg/custom/viewBox-hit-expected.txt: Copied from platform/mac/svg/custom/viewBox-hit-expected.txt.
15037 * platform/mac-tiger/svg/custom/viewbox-syntax-expected.checksum: Copied from platform/mac/svg/custom/viewbox-syntax-expected.checksum.
15038 * platform/mac-tiger/svg/custom/viewbox-syntax-expected.png: Copied from platform/mac/svg/custom/viewbox-syntax-expected.png.
15039 * platform/mac-tiger/svg/custom/viewbox-syntax-expected.txt: Copied from platform/mac/svg/custom/viewbox-syntax-expected.txt.
15040 * platform/mac-tiger/svg/custom/viewport-clip-expected.checksum: Copied from platform/mac/svg/custom/viewport-clip-expected.checksum.
15041 * platform/mac-tiger/svg/custom/viewport-clip-expected.png: Copied from platform/mac/svg/custom/viewport-clip-expected.png.
15042 * platform/mac-tiger/svg/custom/viewport-clip-expected.txt: Copied from platform/mac/svg/custom/viewport-clip-expected.txt.
15043 * platform/mac-tiger/svg/custom/viewport-em-expected.checksum: Copied from platform/mac/svg/custom/viewport-em-expected.checksum.
15044 * platform/mac-tiger/svg/custom/viewport-em-expected.png: Copied from platform/mac/svg/custom/viewport-em-expected.png.
15045 * platform/mac-tiger/svg/custom/viewport-em-expected.txt: Copied from platform/mac/svg/custom/viewport-em-expected.txt.
15046 * platform/mac-tiger/svg/custom/viewport-no-width-height-expected.checksum: Copied from platform/mac/svg/custom/viewport-no-width-height-expected.checksum.
15047 * platform/mac-tiger/svg/custom/viewport-no-width-height-expected.png: Copied from platform/mac/svg/custom/viewport-no-width-height-expected.png.
15048 * platform/mac-tiger/svg/custom/viewport-no-width-height-expected.txt: Copied from platform/mac/svg/custom/viewport-no-width-height-expected.txt.
15049 * platform/mac-tiger/svg/custom/viewport-update-expected.checksum: Copied from platform/mac/svg/custom/viewport-update-expected.checksum.
15050 * platform/mac-tiger/svg/custom/viewport-update-expected.png: Copied from platform/mac/svg/custom/viewport-update-expected.png.
15051 * platform/mac-tiger/svg/custom/viewport-update-expected.txt: Copied from platform/mac/svg/custom/viewport-update-expected.txt.
15052 * platform/mac-tiger/svg/custom/viewport-update2-expected.checksum: Copied from platform/mac/svg/custom/viewport-update2-expected.checksum.
15053 * platform/mac-tiger/svg/custom/viewport-update2-expected.png: Copied from platform/mac/svg/custom/viewport-update2-expected.png.
15054 * platform/mac-tiger/svg/custom/viewport-update2-expected.txt: Copied from platform/mac/svg/custom/viewport-update2-expected.txt.
15055 * platform/mac-tiger/svg/custom/visibility-override-clip-expected.checksum: Copied from platform/mac/svg/custom/visibility-override-clip-expected.checksum.
15056 * platform/mac-tiger/svg/custom/visibility-override-clip-expected.png: Copied from platform/mac/svg/custom/visibility-override-clip-expected.png.
15057 * platform/mac-tiger/svg/custom/visibility-override-clip-expected.txt: Copied from platform/mac/svg/custom/visibility-override-clip-expected.txt.
15058 * platform/mac-tiger/svg/custom/visibility-override-expected.checksum: Copied from platform/mac/svg/custom/visibility-override-expected.checksum.
15059 * platform/mac-tiger/svg/custom/visibility-override-expected.png: Copied from platform/mac/svg/custom/visibility-override-expected.png.
15060 * platform/mac-tiger/svg/custom/visibility-override-expected.txt: Copied from platform/mac/svg/custom/visibility-override-expected.txt.
15061 * platform/mac-tiger/svg/custom/visibility-override-filter-expected.checksum: Copied from platform/mac/svg/custom/visibility-override-filter-expected.checksum.
15062 * platform/mac-tiger/svg/custom/visibility-override-filter-expected.png: Copied from platform/mac/svg/custom/visibility-override-filter-expected.png.
15063 * platform/mac-tiger/svg/custom/visibility-override-filter-expected.txt: Copied from platform/mac/svg/custom/visibility-override-filter-expected.txt.
15064 * platform/mac-tiger/svg/custom/visibility-override-mask-expected.checksum: Copied from platform/mac/svg/custom/visibility-override-mask-expected.checksum.
15065 * platform/mac-tiger/svg/custom/visibility-override-mask-expected.png: Copied from platform/mac/svg/custom/visibility-override-mask-expected.png.
15066 * platform/mac-tiger/svg/custom/visibility-override-mask-expected.txt: Copied from platform/mac/svg/custom/visibility-override-mask-expected.txt.
15067 * platform/mac-tiger/svg/custom/width-full-percentage-expected.checksum: Copied from platform/mac/svg/custom/width-full-percentage-expected.checksum.
15068 * platform/mac-tiger/svg/custom/width-full-percentage-expected.png: Copied from platform/mac/svg/custom/width-full-percentage-expected.png.
15069 * platform/mac-tiger/svg/custom/width-full-percentage-expected.txt: Copied from platform/mac/svg/custom/width-full-percentage-expected.txt.
15070 * platform/mac-tiger/svg/custom/xhtml-no-svg-renderer-expected.checksum: Copied from platform/mac/svg/custom/xhtml-no-svg-renderer-expected.checksum.
15071 * platform/mac-tiger/svg/custom/xhtml-no-svg-renderer-expected.png: Copied from platform/mac/svg/custom/xhtml-no-svg-renderer-expected.png.
15072 * platform/mac-tiger/svg/custom/xhtml-no-svg-renderer-expected.txt: Copied from platform/mac/svg/custom/xhtml-no-svg-renderer-expected.txt.
15073 * platform/mac-tiger/svg/custom/xml-stylesheet-expected.checksum: Copied from platform/mac/svg/custom/xml-stylesheet-expected.checksum.
15074 * platform/mac-tiger/svg/custom/xml-stylesheet-expected.png: Copied from platform/mac/svg/custom/xml-stylesheet-expected.png.
15075 * platform/mac-tiger/svg/custom/xml-stylesheet-expected.txt: Copied from platform/mac/svg/custom/xml-stylesheet-expected.txt.
15076 * platform/mac-tiger/svg/dom: Added.
15077 * platform/mac-tiger/svg/dom/animated-tearoff-equality-expected.checksum: Copied from platform/mac/svg/dom/animated-tearoff-equality-expected.checksum.
15078 * platform/mac-tiger/svg/dom/animated-tearoff-equality-expected.png: Copied from platform/mac/svg/dom/animated-tearoff-equality-expected.png.
15079 * platform/mac-tiger/svg/dom/animated-tearoff-lifespan-expected.checksum: Copied from platform/mac/svg/dom/animated-tearoff-lifespan-expected.checksum.
15080 * platform/mac-tiger/svg/dom/animated-tearoff-lifespan-expected.png: Copied from platform/mac/svg/dom/animated-tearoff-lifespan-expected.png.
15081 * platform/mac-tiger/svg/dom/font-face-elements-expected.checksum: Copied from platform/mac/svg/dom/font-face-elements-expected.checksum.
15082 * platform/mac-tiger/svg/dom/font-face-elements-expected.png: Copied from platform/mac/svg/dom/font-face-elements-expected.png.
15083 * platform/mac-tiger/svg/dom/length-list-parser-expected.checksum: Copied from platform/mac/svg/dom/length-list-parser-expected.checksum.
15084 * platform/mac-tiger/svg/dom/length-list-parser-expected.png: Copied from platform/mac/svg/dom/length-list-parser-expected.png.
15085 * platform/mac-tiger/svg/dom/path-parser-expected.checksum: Copied from platform/mac/svg/dom/path-parser-expected.checksum.
15086 * platform/mac-tiger/svg/dom/path-parser-expected.png: Copied from platform/mac/svg/dom/path-parser-expected.png.
15087 * platform/mac-tiger/svg/dom/points-parser-expected.checksum: Copied from platform/mac/svg/dom/points-parser-expected.checksum.
15088 * platform/mac-tiger/svg/dom/points-parser-expected.png: Copied from platform/mac/svg/dom/points-parser-expected.png.
15089 * platform/mac-tiger/svg/dom/preserve-aspect-ratio-parser-expected.checksum: Copied from platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.checksum.
15090 * platform/mac-tiger/svg/dom/preserve-aspect-ratio-parser-expected.png: Copied from platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.png.
15091 * platform/mac-tiger/svg/dom/rgb-color-parser-expected.checksum: Copied from platform/mac/svg/dom/rgb-color-parser-expected.checksum.
15092 * platform/mac-tiger/svg/dom/rgb-color-parser-expected.png: Copied from platform/mac/svg/dom/rgb-color-parser-expected.png.
15093 * platform/mac-tiger/svg/dom/string-list-parser-expected.checksum: Copied from platform/mac/svg/dom/string-list-parser-expected.checksum.
15094 * platform/mac-tiger/svg/dom/string-list-parser-expected.png: Copied from platform/mac/svg/dom/string-list-parser-expected.png.
15095 * platform/mac-tiger/svg/dom/svg-element-attribute-js-null-expected.checksum: Copied from platform/mac/svg/dom/svg-element-attribute-js-null-expected.checksum.
15096 * platform/mac-tiger/svg/dom/svg-element-attribute-js-null-expected.png: Copied from platform/mac/svg/dom/svg-element-attribute-js-null-expected.png.
15097 * platform/mac-tiger/svg/dom/transform-parser-expected.checksum: Copied from platform/mac/svg/dom/transform-parser-expected.checksum.
15098 * platform/mac-tiger/svg/dom/transform-parser-expected.png: Copied from platform/mac/svg/dom/transform-parser-expected.png.
15099 * platform/mac-tiger/svg/dynamic-updates: Added.
15100 * platform/mac-tiger/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Copied from svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum.
15101 * platform/mac-tiger/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Copied from svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png.
15102 * platform/mac-tiger/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Copied from svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum.
15103 * platform/mac-tiger/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Copied from svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png.
15104 * platform/mac-tiger/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Copied from svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum.
15105 * platform/mac-tiger/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Copied from svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png.
15106 * platform/mac-tiger/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Copied from svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum.
15107 * platform/mac-tiger/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Copied from svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png.
15108 * platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Copied from svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum.
15109 * platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Copied from svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png.
15110 * platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Copied from svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum.
15111 * platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Copied from svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png.
15112 * platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Copied from svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum.
15113 * platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Copied from svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png.
15114 * platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Copied from svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum.
15115 * platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Copied from svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png.
15116 * platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Copied from svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum.
15117 * platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Copied from svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png.
15118 * platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Copied from svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum.
15119 * platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Copied from svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png.
15120 * platform/mac-tiger/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Copied from svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum.
15121 * platform/mac-tiger/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Copied from svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png.
15122 * platform/mac-tiger/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Copied from svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum.
15123 * platform/mac-tiger/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Copied from svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png.
15124 * platform/mac-tiger/svg/hixie/cascade/001-broken-expected.checksum: Copied from platform/mac/svg/hixie/cascade/001-broken-expected.checksum.
15125 * platform/mac-tiger/svg/hixie/cascade/001-broken-expected.png: Copied from platform/mac/svg/hixie/cascade/001-broken-expected.png.
15126 * platform/mac-tiger/svg/hixie/cascade/001-broken-expected.txt: Copied from platform/mac/svg/hixie/cascade/001-broken-expected.txt.
15127 * platform/mac-tiger/svg/hixie/cascade/002-expected.checksum: Copied from platform/mac/svg/hixie/cascade/002-expected.checksum.
15128 * platform/mac-tiger/svg/hixie/cascade/002-expected.png: Copied from platform/mac/svg/hixie/cascade/002-expected.png.
15129 * platform/mac-tiger/svg/hixie/cascade/002-expected.txt: Copied from platform/mac/svg/hixie/cascade/002-expected.txt.
15130 * platform/mac-tiger/svg/hixie/data-types/001-expected.checksum: Copied from platform/mac/svg/hixie/data-types/001-expected.checksum.
15131 * platform/mac-tiger/svg/hixie/data-types/001-expected.png: Copied from platform/mac/svg/hixie/data-types/001-expected.png.
15132 * platform/mac-tiger/svg/hixie/data-types/001-expected.txt: Copied from platform/mac/svg/hixie/data-types/001-expected.txt.
15133 * platform/mac-tiger/svg/hixie/data-types/002-expected.checksum: Copied from platform/mac/svg/hixie/data-types/002-expected.checksum.
15134 * platform/mac-tiger/svg/hixie/data-types/002-expected.png: Copied from platform/mac/svg/hixie/data-types/002-expected.png.
15135 * platform/mac-tiger/svg/hixie/data-types/002-expected.txt: Copied from platform/mac/svg/hixie/data-types/002-expected.txt.
15136 * platform/mac-tiger/svg/hixie/dynamic/001-expected.checksum: Copied from platform/mac/svg/hixie/dynamic/001-expected.checksum.
15137 * platform/mac-tiger/svg/hixie/dynamic/001-expected.png: Copied from platform/mac/svg/hixie/dynamic/001-expected.png.
15138 * platform/mac-tiger/svg/hixie/dynamic/002-expected.checksum: Copied from platform/mac/svg/hixie/dynamic/002-expected.checksum.
15139 * platform/mac-tiger/svg/hixie/dynamic/002-expected.png: Copied from platform/mac/svg/hixie/dynamic/002-expected.png.
15140 * platform/mac-tiger/svg/hixie/dynamic/002-expected.txt: Copied from platform/mac/svg/hixie/dynamic/002-expected.txt.
15141 * platform/mac-tiger/svg/hixie/dynamic/003-expected.checksum: Copied from platform/mac/svg/hixie/dynamic/003-expected.checksum.
15142 * platform/mac-tiger/svg/hixie/dynamic/003-expected.png: Copied from platform/mac/svg/hixie/dynamic/003-expected.png.
15143 * platform/mac-tiger/svg/hixie/dynamic/003-expected.txt: Copied from platform/mac/svg/hixie/dynamic/003-expected.txt.
15144 * platform/mac-tiger/svg/hixie/dynamic/004-expected.checksum: Copied from platform/mac/svg/hixie/dynamic/004-expected.checksum.
15145 * platform/mac-tiger/svg/hixie/dynamic/004-expected.png: Copied from platform/mac/svg/hixie/dynamic/004-expected.png.
15146 * platform/mac-tiger/svg/hixie/dynamic/004-expected.txt: Copied from platform/mac/svg/hixie/dynamic/004-expected.txt.
15147 * platform/mac-tiger/svg/hixie/dynamic/005-broken-expected.checksum: Copied from platform/mac/svg/hixie/dynamic/005-broken-expected.checksum.
15148 * platform/mac-tiger/svg/hixie/dynamic/005-broken-expected.png: Copied from platform/mac/svg/hixie/dynamic/005-broken-expected.png.
15149 * platform/mac-tiger/svg/hixie/dynamic/005-broken-expected.txt: Copied from platform/mac/svg/hixie/dynamic/005-broken-expected.txt.
15150 * platform/mac-tiger/svg/hixie/dynamic/006-expected.checksum: Copied from platform/mac/svg/hixie/dynamic/006-expected.checksum.
15151 * platform/mac-tiger/svg/hixie/dynamic/006-expected.png: Copied from platform/mac/svg/hixie/dynamic/006-expected.png.
15152 * platform/mac-tiger/svg/hixie/dynamic/006-expected.txt: Copied from platform/mac/svg/hixie/dynamic/006-expected.txt.
15153 * platform/mac-tiger/svg/hixie/error/001-expected.checksum: Copied from platform/mac/svg/hixie/error/001-expected.checksum.
15154 * platform/mac-tiger/svg/hixie/error/001-expected.png: Copied from platform/mac/svg/hixie/error/001-expected.png.
15155 * platform/mac-tiger/svg/hixie/error/001-expected.txt: Copied from platform/mac/svg/hixie/error/001-expected.txt.
15156 * platform/mac-tiger/svg/hixie/error/002-expected.checksum: Copied from platform/mac/svg/hixie/error/002-expected.checksum.
15157 * platform/mac-tiger/svg/hixie/error/002-expected.png: Copied from platform/mac/svg/hixie/error/002-expected.png.
15158 * platform/mac-tiger/svg/hixie/error/002-expected.txt: Copied from platform/mac/svg/hixie/error/002-expected.txt.
15159 * platform/mac-tiger/svg/hixie/error/003-expected.checksum: Copied from platform/mac/svg/hixie/error/003-expected.checksum.
15160 * platform/mac-tiger/svg/hixie/error/003-expected.png: Copied from platform/mac/svg/hixie/error/003-expected.png.
15161 * platform/mac-tiger/svg/hixie/error/003-expected.txt: Copied from platform/mac/svg/hixie/error/003-expected.txt.
15162 * platform/mac-tiger/svg/hixie/error/004-expected.checksum: Copied from platform/mac/svg/hixie/error/004-expected.checksum.
15163 * platform/mac-tiger/svg/hixie/error/004-expected.png: Copied from platform/mac/svg/hixie/error/004-expected.png.
15164 * platform/mac-tiger/svg/hixie/error/004-expected.txt: Copied from platform/mac/svg/hixie/error/004-expected.txt.
15165 * platform/mac-tiger/svg/hixie/error/005-expected.checksum: Copied from platform/mac/svg/hixie/error/005-expected.checksum.
15166 * platform/mac-tiger/svg/hixie/error/005-expected.png: Copied from platform/mac/svg/hixie/error/005-expected.png.
15167 * platform/mac-tiger/svg/hixie/error/005-expected.txt: Copied from platform/mac/svg/hixie/error/005-expected.txt.
15168 * platform/mac-tiger/svg/hixie/error/006-expected.checksum: Copied from platform/mac/svg/hixie/error/006-expected.checksum.
15169 * platform/mac-tiger/svg/hixie/error/006-expected.png: Copied from platform/mac/svg/hixie/error/006-expected.png.
15170 * platform/mac-tiger/svg/hixie/error/006-expected.txt: Copied from platform/mac/svg/hixie/error/006-expected.txt.
15171 * platform/mac-tiger/svg/hixie/error/007-expected.checksum: Copied from platform/mac/svg/hixie/error/007-expected.checksum.
15172 * platform/mac-tiger/svg/hixie/error/007-expected.png: Copied from platform/mac/svg/hixie/error/007-expected.png.
15173 * platform/mac-tiger/svg/hixie/error/007-expected.txt: Copied from platform/mac/svg/hixie/error/007-expected.txt.
15174 * platform/mac-tiger/svg/hixie/error/008-expected.checksum: Copied from platform/mac/svg/hixie/error/008-expected.checksum.
15175 * platform/mac-tiger/svg/hixie/error/008-expected.png: Copied from platform/mac/svg/hixie/error/008-expected.png.
15176 * platform/mac-tiger/svg/hixie/error/008-expected.txt: Copied from platform/mac/svg/hixie/error/008-expected.txt.
15177 * platform/mac-tiger/svg/hixie/error/009-expected.checksum: Copied from platform/mac/svg/hixie/error/009-expected.checksum.
15178 * platform/mac-tiger/svg/hixie/error/009-expected.png: Copied from platform/mac/svg/hixie/error/009-expected.png.
15179 * platform/mac-tiger/svg/hixie/error/009-expected.txt: Copied from platform/mac/svg/hixie/error/009-expected.txt.
15180 * platform/mac-tiger/svg/hixie/error/010-expected.checksum: Copied from platform/mac/svg/hixie/error/010-expected.checksum.
15181 * platform/mac-tiger/svg/hixie/error/010-expected.png: Copied from platform/mac/svg/hixie/error/010-expected.png.
15182 * platform/mac-tiger/svg/hixie/error/010-expected.txt: Copied from platform/mac/svg/hixie/error/010-expected.txt.
15183 * platform/mac-tiger/svg/hixie/error/011-expected.checksum: Copied from platform/mac/svg/hixie/error/011-expected.checksum.
15184 * platform/mac-tiger/svg/hixie/error/011-expected.png: Copied from platform/mac/svg/hixie/error/011-expected.png.
15185 * platform/mac-tiger/svg/hixie/error/011-expected.txt: Copied from platform/mac/svg/hixie/error/011-expected.txt.
15186 * platform/mac-tiger/svg/hixie/error/012-expected.checksum: Copied from platform/mac/svg/hixie/error/012-expected.checksum.
15187 * platform/mac-tiger/svg/hixie/error/012-expected.png: Copied from platform/mac/svg/hixie/error/012-expected.png.
15188 * platform/mac-tiger/svg/hixie/error/012-expected.txt: Copied from platform/mac/svg/hixie/error/012-expected.txt.
15189 * platform/mac-tiger/svg/hixie/error/013-expected.checksum: Copied from platform/mac/svg/hixie/error/013-expected.checksum.
15190 * platform/mac-tiger/svg/hixie/error/013-expected.png: Copied from platform/mac/svg/hixie/error/013-expected.png.
15191 * platform/mac-tiger/svg/hixie/error/013-expected.txt: Copied from platform/mac/svg/hixie/error/013-expected.txt.
15192 * platform/mac-tiger/svg/hixie/error/014-expected.checksum: Copied from platform/mac/svg/hixie/error/014-expected.checksum.
15193 * platform/mac-tiger/svg/hixie/error/014-expected.png: Copied from platform/mac/svg/hixie/error/014-expected.png.
15194 * platform/mac-tiger/svg/hixie/error/014-expected.txt: Copied from platform/mac/svg/hixie/error/014-expected.txt.
15195 * platform/mac-tiger/svg/hixie/error/014-test-expected.checksum: Copied from platform/mac/svg/hixie/error/014-test-expected.checksum.
15196 * platform/mac-tiger/svg/hixie/error/014-test-expected.png: Copied from platform/mac/svg/hixie/error/014-test-expected.png.
15197 * platform/mac-tiger/svg/hixie/error/014-test-expected.txt: Copied from platform/mac/svg/hixie/error/014-test-expected.txt.
15198 * platform/mac-tiger/svg/hixie/error/015-expected.checksum: Copied from platform/mac/svg/hixie/error/015-expected.checksum.
15199 * platform/mac-tiger/svg/hixie/error/015-expected.png: Copied from platform/mac/svg/hixie/error/015-expected.png.
15200 * platform/mac-tiger/svg/hixie/error/015-expected.txt: Copied from platform/mac/svg/hixie/error/015-expected.txt.
15201 * platform/mac-tiger/svg/hixie/error/016-expected.checksum: Copied from platform/mac/svg/hixie/error/016-expected.checksum.
15202 * platform/mac-tiger/svg/hixie/error/016-expected.png: Copied from platform/mac/svg/hixie/error/016-expected.png.
15203 * platform/mac-tiger/svg/hixie/error/016-expected.txt: Copied from platform/mac/svg/hixie/error/016-expected.txt.
15204 * platform/mac-tiger/svg/hixie/error/017-expected.checksum: Copied from platform/mac/svg/hixie/error/017-expected.checksum.
15205 * platform/mac-tiger/svg/hixie/error/017-expected.png: Copied from platform/mac/svg/hixie/error/017-expected.png.
15206 * platform/mac-tiger/svg/hixie/error/017-expected.txt: Copied from platform/mac/svg/hixie/error/017-expected.txt.
15207 * platform/mac-tiger/svg/hixie/links/001-expected.checksum: Copied from platform/mac/svg/hixie/links/001-expected.checksum.
15208 * platform/mac-tiger/svg/hixie/links/001-expected.png: Copied from platform/mac/svg/hixie/links/001-expected.png.
15209 * platform/mac-tiger/svg/hixie/links/001-expected.txt: Copied from platform/mac/svg/hixie/links/001-expected.txt.
15210 * platform/mac-tiger/svg/hixie/links/002-expected.checksum: Copied from platform/mac/svg/hixie/links/002-expected.checksum.
15211 * platform/mac-tiger/svg/hixie/links/002-expected.png: Copied from platform/mac/svg/hixie/links/002-expected.png.
15212 * platform/mac-tiger/svg/hixie/links/002-expected.txt: Copied from platform/mac/svg/hixie/links/002-expected.txt.
15213 * platform/mac-tiger/svg/hixie/links/003-broken-expected.checksum: Copied from platform/mac/svg/hixie/links/003-broken-expected.checksum.
15214 * platform/mac-tiger/svg/hixie/links/003-broken-expected.png: Copied from platform/mac/svg/hixie/links/003-broken-expected.png.
15215 * platform/mac-tiger/svg/hixie/links/003-broken-expected.txt: Copied from platform/mac/svg/hixie/links/003-broken-expected.txt.
15216 * platform/mac-tiger/svg/hixie/mixed/003-expected.checksum: Copied from platform/mac/svg/hixie/mixed/003-expected.checksum.
15217 * platform/mac-tiger/svg/hixie/mixed/003-expected.png: Copied from platform/mac/svg/hixie/mixed/003-expected.png.
15218 * platform/mac-tiger/svg/hixie/mixed/003-expected.txt: Copied from platform/mac/svg/hixie/mixed/003-expected.txt.
15219 * platform/mac-tiger/svg/hixie/mixed/004-expected.checksum: Copied from platform/mac/svg/hixie/mixed/004-expected.checksum.
15220 * platform/mac-tiger/svg/hixie/mixed/004-expected.png: Copied from platform/mac/svg/hixie/mixed/004-expected.png.
15221 * platform/mac-tiger/svg/hixie/mixed/004-expected.txt: Copied from platform/mac/svg/hixie/mixed/004-expected.txt.
15222 * platform/mac-tiger/svg/hixie/mixed/005-expected.checksum: Copied from platform/mac/svg/hixie/mixed/005-expected.checksum.
15223 * platform/mac-tiger/svg/hixie/mixed/005-expected.png: Copied from platform/mac/svg/hixie/mixed/005-expected.png.
15224 * platform/mac-tiger/svg/hixie/mixed/005-expected.txt: Copied from platform/mac/svg/hixie/mixed/005-expected.txt.
15225 * platform/mac-tiger/svg/hixie/mixed/006-expected.checksum: Copied from platform/mac/svg/hixie/mixed/006-expected.checksum.
15226 * platform/mac-tiger/svg/hixie/mixed/006-expected.png: Copied from platform/mac/svg/hixie/mixed/006-expected.png.
15227 * platform/mac-tiger/svg/hixie/mixed/006-expected.txt: Copied from platform/mac/svg/hixie/mixed/006-expected.txt.
15228 * platform/mac-tiger/svg/hixie/mixed/007-expected.checksum: Copied from platform/mac/svg/hixie/mixed/007-expected.checksum.
15229 * platform/mac-tiger/svg/hixie/mixed/007-expected.png: Copied from platform/mac/svg/hixie/mixed/007-expected.png.
15230 * platform/mac-tiger/svg/hixie/mixed/007-expected.txt: Copied from platform/mac/svg/hixie/mixed/007-expected.txt.
15231 * platform/mac-tiger/svg/hixie/mixed/008-expected.checksum: Copied from platform/mac/svg/hixie/mixed/008-expected.checksum.
15232 * platform/mac-tiger/svg/hixie/mixed/008-expected.png: Copied from platform/mac/svg/hixie/mixed/008-expected.png.
15233 * platform/mac-tiger/svg/hixie/mixed/008-expected.txt: Copied from platform/mac/svg/hixie/mixed/008-expected.txt.
15234 * platform/mac-tiger/svg/hixie/mixed/009-expected.checksum: Copied from platform/mac/svg/hixie/mixed/009-expected.checksum.
15235 * platform/mac-tiger/svg/hixie/mixed/009-expected.png: Copied from platform/mac/svg/hixie/mixed/009-expected.png.
15236 * platform/mac-tiger/svg/hixie/mixed/009-expected.txt: Copied from platform/mac/svg/hixie/mixed/009-expected.txt.
15237 * platform/mac-tiger/svg/hixie/mixed/010-expected.checksum: Copied from platform/mac/svg/hixie/mixed/010-expected.checksum.
15238 * platform/mac-tiger/svg/hixie/mixed/010-expected.png: Copied from platform/mac/svg/hixie/mixed/010-expected.png.
15239 * platform/mac-tiger/svg/hixie/mixed/010-expected.txt: Copied from platform/mac/svg/hixie/mixed/010-expected.txt.
15240 * platform/mac-tiger/svg/hixie/mixed/011-expected.checksum: Copied from platform/mac/svg/hixie/mixed/011-expected.checksum.
15241 * platform/mac-tiger/svg/hixie/mixed/011-expected.png: Copied from platform/mac/svg/hixie/mixed/011-expected.png.
15242 * platform/mac-tiger/svg/hixie/mixed/011-expected.txt: Copied from platform/mac/svg/hixie/mixed/011-expected.txt.
15243 * platform/mac-tiger/svg/hixie/painting/001-expected.checksum: Copied from platform/mac/svg/hixie/painting/001-expected.checksum.
15244 * platform/mac-tiger/svg/hixie/painting/001-expected.png: Copied from platform/mac/svg/hixie/painting/001-expected.png.
15245 * platform/mac-tiger/svg/hixie/painting/001-expected.txt: Copied from platform/mac/svg/hixie/painting/001-expected.txt.
15246 * platform/mac-tiger/svg/hixie/perf/001-expected.checksum: Copied from platform/mac/svg/hixie/perf/001-expected.checksum.
15247 * platform/mac-tiger/svg/hixie/perf/001-expected.png: Copied from platform/mac/svg/hixie/perf/001-expected.png.
15248 * platform/mac-tiger/svg/hixie/perf/001-expected.txt: Copied from platform/mac/svg/hixie/perf/001-expected.txt.
15249 * platform/mac-tiger/svg/hixie/perf/002-expected.checksum: Copied from platform/mac/svg/hixie/perf/002-expected.checksum.
15250 * platform/mac-tiger/svg/hixie/perf/002-expected.png: Copied from platform/mac/svg/hixie/perf/002-expected.png.
15251 * platform/mac-tiger/svg/hixie/perf/002-expected.txt: Copied from platform/mac/svg/hixie/perf/002-expected.txt.
15252 * platform/mac-tiger/svg/hixie/perf/003-expected.checksum: Copied from platform/mac/svg/hixie/perf/003-expected.checksum.
15253 * platform/mac-tiger/svg/hixie/perf/003-expected.png: Copied from platform/mac/svg/hixie/perf/003-expected.png.
15254 * platform/mac-tiger/svg/hixie/perf/003-expected.txt: Copied from platform/mac/svg/hixie/perf/003-expected.txt.
15255 * platform/mac-tiger/svg/hixie/perf/004-expected.checksum: Copied from platform/mac/svg/hixie/perf/004-expected.checksum.
15256 * platform/mac-tiger/svg/hixie/perf/004-expected.png: Copied from platform/mac/svg/hixie/perf/004-expected.png.
15257 * platform/mac-tiger/svg/hixie/perf/004-expected.txt: Copied from platform/mac/svg/hixie/perf/004-expected.txt.
15258 * platform/mac-tiger/svg/hixie/perf/005-expected.checksum: Copied from platform/mac/svg/hixie/perf/005-expected.checksum.
15259 * platform/mac-tiger/svg/hixie/perf/005-expected.png: Copied from platform/mac/svg/hixie/perf/005-expected.png.
15260 * platform/mac-tiger/svg/hixie/perf/005-expected.txt: Copied from platform/mac/svg/hixie/perf/005-expected.txt.
15261 * platform/mac-tiger/svg/hixie/perf/006-expected.checksum: Copied from platform/mac/svg/hixie/perf/006-expected.checksum.
15262 * platform/mac-tiger/svg/hixie/perf/006-expected.png: Copied from platform/mac/svg/hixie/perf/006-expected.png.
15263 * platform/mac-tiger/svg/hixie/perf/006-expected.txt: Copied from platform/mac/svg/hixie/perf/006-expected.txt.
15264 * platform/mac-tiger/svg/hixie/perf/007-expected.checksum: Copied from platform/mac/svg/hixie/perf/007-expected.checksum.
15265 * platform/mac-tiger/svg/hixie/perf/007-expected.png: Copied from platform/mac/svg/hixie/perf/007-expected.png.
15266 * platform/mac-tiger/svg/hixie/perf/007-expected.txt: Copied from platform/mac/svg/hixie/perf/007-expected.txt.
15267 * platform/mac-tiger/svg/hixie/processing-model/003-expected.checksum: Copied from platform/mac/svg/hixie/processing-model/003-expected.checksum.
15268 * platform/mac-tiger/svg/hixie/processing-model/003-expected.png: Copied from platform/mac/svg/hixie/processing-model/003-expected.png.
15269 * platform/mac-tiger/svg/hixie/processing-model/003-expected.txt: Copied from platform/mac/svg/hixie/processing-model/003-expected.txt.
15270 * platform/mac-tiger/svg/hixie/processing-model/004-expected.checksum: Copied from platform/mac/svg/hixie/processing-model/004-expected.checksum.
15271 * platform/mac-tiger/svg/hixie/processing-model/004-expected.png: Copied from platform/mac/svg/hixie/processing-model/004-expected.png.
15272 * platform/mac-tiger/svg/hixie/processing-model/004-expected.txt: Copied from platform/mac/svg/hixie/processing-model/004-expected.txt.
15273 * platform/mac-tiger/svg/hixie/processing-model/005-expected.checksum: Copied from platform/mac/svg/hixie/processing-model/005-expected.checksum.
15274 * platform/mac-tiger/svg/hixie/processing-model/005-expected.png: Copied from platform/mac/svg/hixie/processing-model/005-expected.png.
15275 * platform/mac-tiger/svg/hixie/processing-model/005-expected.txt: Copied from platform/mac/svg/hixie/processing-model/005-expected.txt.
15276 * platform/mac-tiger/svg/hixie/rendering-model/001-expected.checksum: Copied from platform/mac/svg/hixie/rendering-model/001-expected.checksum.
15277 * platform/mac-tiger/svg/hixie/rendering-model/001-expected.png: Copied from platform/mac/svg/hixie/rendering-model/001-expected.png.
15278 * platform/mac-tiger/svg/hixie/rendering-model/001-expected.txt: Copied from platform/mac/svg/hixie/rendering-model/001-expected.txt.
15279 * platform/mac-tiger/svg/hixie/rendering-model/002-expected.checksum: Copied from platform/mac/svg/hixie/rendering-model/002-expected.checksum.
15280 * platform/mac-tiger/svg/hixie/rendering-model/002-expected.png: Copied from platform/mac/svg/hixie/rendering-model/002-expected.png.
15281 * platform/mac-tiger/svg/hixie/rendering-model/002-expected.txt: Copied from platform/mac/svg/hixie/rendering-model/002-expected.txt.
15282 * platform/mac-tiger/svg/hixie/rendering-model/003-expected.checksum: Copied from platform/mac/svg/hixie/rendering-model/003-expected.checksum.
15283 * platform/mac-tiger/svg/hixie/rendering-model/003-expected.png: Copied from platform/mac/svg/hixie/rendering-model/003-expected.png.
15284 * platform/mac-tiger/svg/hixie/rendering-model/003-expected.txt: Copied from platform/mac/svg/hixie/rendering-model/003-expected.txt.
15285 * platform/mac-tiger/svg/hixie/rendering-model/003a-expected.checksum: Copied from platform/mac/svg/hixie/rendering-model/003a-expected.checksum.
15286 * platform/mac-tiger/svg/hixie/rendering-model/003a-expected.png: Copied from platform/mac/svg/hixie/rendering-model/003a-expected.png.
15287 * platform/mac-tiger/svg/hixie/rendering-model/003a-expected.txt: Copied from platform/mac/svg/hixie/rendering-model/003a-expected.txt.
15288 * platform/mac-tiger/svg/hixie/rendering-model/004-expected.checksum: Copied from platform/mac/svg/hixie/rendering-model/004-expected.checksum.
15289 * platform/mac-tiger/svg/hixie/rendering-model/004-expected.png: Copied from platform/mac/svg/hixie/rendering-model/004-expected.png.
15290 * platform/mac-tiger/svg/hixie/rendering-model/004-expected.txt: Copied from platform/mac/svg/hixie/rendering-model/004-expected.txt.
15291 * platform/mac-tiger/svg/hixie/shapes/path/001-expected.checksum: Copied from platform/mac/svg/hixie/shapes/path/001-expected.checksum.
15292 * platform/mac-tiger/svg/hixie/shapes/path/001-expected.png: Copied from platform/mac/svg/hixie/shapes/path/001-expected.png.
15293 * platform/mac-tiger/svg/hixie/shapes/path/001-expected.txt: Copied from platform/mac/svg/hixie/shapes/path/001-expected.txt.
15294 * platform/mac-tiger/svg/hixie/text/001-broken-expected.checksum: Copied from platform/mac/svg/hixie/text/001-broken-expected.checksum.
15295 * platform/mac-tiger/svg/hixie/text/001-broken-expected.png: Copied from platform/mac/svg/hixie/text/001-broken-expected.png.
15296 * platform/mac-tiger/svg/hixie/text/001-broken-expected.txt: Copied from platform/mac/svg/hixie/text/001-broken-expected.txt.
15297 * platform/mac-tiger/svg/hixie/text/002-expected.checksum: Copied from platform/mac/svg/hixie/text/002-expected.checksum.
15298 * platform/mac-tiger/svg/hixie/text/002-expected.png: Copied from platform/mac/svg/hixie/text/002-expected.png.
15299 * platform/mac-tiger/svg/hixie/text/002-expected.txt: Copied from platform/mac/svg/hixie/text/002-expected.txt.
15300 * platform/mac-tiger/svg/hixie/text/003-expected.checksum: Copied from platform/mac/svg/hixie/text/003-expected.checksum.
15301 * platform/mac-tiger/svg/hixie/text/003-expected.png: Copied from platform/mac/svg/hixie/text/003-expected.png.
15302 * platform/mac-tiger/svg/hixie/text/003-expected.txt: Copied from platform/mac/svg/hixie/text/003-expected.txt.
15303 * platform/mac-tiger/svg/hixie/text/003a-expected.checksum: Copied from platform/mac/svg/hixie/text/003a-expected.checksum.
15304 * platform/mac-tiger/svg/hixie/text/003a-expected.png: Copied from platform/mac/svg/hixie/text/003a-expected.png.
15305 * platform/mac-tiger/svg/hixie/text/003a-expected.txt: Copied from platform/mac/svg/hixie/text/003a-expected.txt.
15306 * platform/mac-tiger/svg/hixie/text/003b-expected.checksum: Copied from platform/mac/svg/hixie/text/003b-expected.checksum.
15307 * platform/mac-tiger/svg/hixie/text/003b-expected.png: Copied from platform/mac/svg/hixie/text/003b-expected.png.
15308 * platform/mac-tiger/svg/hixie/text/003b-expected.txt: Copied from platform/mac/svg/hixie/text/003b-expected.txt.
15309 * platform/mac-tiger/svg/hixie/transform/001-expected.checksum: Copied from platform/mac/svg/hixie/transform/001-expected.checksum.
15310 * platform/mac-tiger/svg/hixie/transform/001-expected.png: Copied from platform/mac/svg/hixie/transform/001-expected.png.
15311 * platform/mac-tiger/svg/hixie/transform/001-expected.txt: Copied from platform/mac/svg/hixie/transform/001-expected.txt.
15312 * platform/mac-tiger/svg/hixie/use/001-expected.checksum: Copied from platform/mac/svg/hixie/use/001-expected.checksum.
15313 * platform/mac-tiger/svg/hixie/use/001-expected.png: Copied from platform/mac/svg/hixie/use/001-expected.png.
15314 * platform/mac-tiger/svg/hixie/use/001-expected.txt: Copied from platform/mac/svg/hixie/use/001-expected.txt.
15315 * platform/mac-tiger/svg/hixie/use/002-expected.checksum: Copied from platform/mac/svg/hixie/use/002-expected.checksum.
15316 * platform/mac-tiger/svg/hixie/use/002-expected.png: Copied from platform/mac/svg/hixie/use/002-expected.png.
15317 * platform/mac-tiger/svg/hixie/use/002-expected.txt: Copied from platform/mac/svg/hixie/use/002-expected.txt.
15318 * platform/mac-tiger/svg/hixie/use/002-test-expected.checksum: Copied from platform/mac/svg/hixie/use/002-test-expected.checksum.
15319 * platform/mac-tiger/svg/hixie/use/002-test-expected.png: Copied from platform/mac/svg/hixie/use/002-test-expected.png.
15320 * platform/mac-tiger/svg/hixie/use/002-test-expected.txt: Copied from platform/mac/svg/hixie/use/002-test-expected.txt.
15321 * platform/mac-tiger/svg/hixie/viewbox/001-expected.checksum: Copied from platform/mac/svg/hixie/viewbox/001-expected.checksum.
15322 * platform/mac-tiger/svg/hixie/viewbox/001-expected.png: Copied from platform/mac/svg/hixie/viewbox/001-expected.png.
15323 * platform/mac-tiger/svg/hixie/viewbox/001-expected.txt: Copied from platform/mac/svg/hixie/viewbox/001-expected.txt.
15324 * platform/mac-tiger/svg/hixie/viewbox/002-expected.checksum: Copied from platform/mac/svg/hixie/viewbox/002-expected.checksum.
15325 * platform/mac-tiger/svg/hixie/viewbox/002-expected.png: Copied from platform/mac/svg/hixie/viewbox/002-expected.png.
15326 * platform/mac-tiger/svg/hixie/viewbox/002-expected.txt: Copied from platform/mac/svg/hixie/viewbox/002-expected.txt.
15327 * platform/mac-tiger/svg/hixie/viewbox/003-expected.checksum: Copied from platform/mac/svg/hixie/viewbox/003-expected.checksum.
15328 * platform/mac-tiger/svg/hixie/viewbox/003-expected.png: Copied from platform/mac/svg/hixie/viewbox/003-expected.png.
15329 * platform/mac-tiger/svg/hixie/viewbox/003-expected.txt: Copied from platform/mac/svg/hixie/viewbox/003-expected.txt.
15330 * platform/mac-tiger/svg/hixie/viewbox/004-expected.checksum: Copied from platform/mac/svg/hixie/viewbox/004-expected.checksum.
15331 * platform/mac-tiger/svg/hixie/viewbox/004-expected.png: Copied from platform/mac/svg/hixie/viewbox/004-expected.png.
15332 * platform/mac-tiger/svg/hixie/viewbox/004-expected.txt: Copied from platform/mac/svg/hixie/viewbox/004-expected.txt.
15333 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: Copied from platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum.
15334 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Copied from platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png.
15335 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Copied from platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt.
15336 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum: Copied from platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum.
15337 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Copied from platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png.
15338 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Copied from platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt.
15339 * platform/mac-tiger/svg/text: Added.
15340 * platform/mac-tiger/svg/text/text-align-01-b-expected.checksum: Copied from platform/mac/svg/text/text-align-01-b-expected.checksum.
15341 * platform/mac-tiger/svg/text/text-align-01-b-expected.png: Copied from platform/mac/svg/text/text-align-01-b-expected.png.
15342 * platform/mac-tiger/svg/text/text-align-01-b-expected.txt: Copied from platform/mac/svg/text/text-align-01-b-expected.txt.
15343 * platform/mac-tiger/svg/text/text-align-02-b-expected.checksum: Copied from platform/mac/svg/text/text-align-02-b-expected.checksum.
15344 * platform/mac-tiger/svg/text/text-align-02-b-expected.png: Copied from platform/mac/svg/text/text-align-02-b-expected.png.
15345 * platform/mac-tiger/svg/text/text-align-02-b-expected.txt: Copied from platform/mac/svg/text/text-align-02-b-expected.txt.
15346 * platform/mac-tiger/svg/text/text-align-03-b-expected.checksum: Copied from platform/mac/svg/text/text-align-03-b-expected.checksum.
15347 * platform/mac-tiger/svg/text/text-align-03-b-expected.png: Copied from platform/mac/svg/text/text-align-03-b-expected.png.
15348 * platform/mac-tiger/svg/text/text-align-03-b-expected.txt: Copied from platform/mac/svg/text/text-align-03-b-expected.txt.
15349 * platform/mac-tiger/svg/text/text-align-04-b-expected.checksum: Copied from platform/mac/svg/text/text-align-04-b-expected.checksum.
15350 * platform/mac-tiger/svg/text/text-align-04-b-expected.png: Copied from platform/mac/svg/text/text-align-04-b-expected.png.
15351 * platform/mac-tiger/svg/text/text-align-04-b-expected.txt: Copied from platform/mac/svg/text/text-align-04-b-expected.txt.
15352 * platform/mac-tiger/svg/text/text-align-05-b-expected.checksum: Copied from platform/mac/svg/text/text-align-05-b-expected.checksum.
15353 * platform/mac-tiger/svg/text/text-align-05-b-expected.png: Copied from platform/mac/svg/text/text-align-05-b-expected.png.
15354 * platform/mac-tiger/svg/text/text-align-05-b-expected.txt: Copied from platform/mac/svg/text/text-align-05-b-expected.txt.
15355 * platform/mac-tiger/svg/text/text-align-06-b-expected.checksum: Copied from platform/mac/svg/text/text-align-06-b-expected.checksum.
15356 * platform/mac-tiger/svg/text/text-align-06-b-expected.png: Copied from platform/mac/svg/text/text-align-06-b-expected.png.
15357 * platform/mac-tiger/svg/text/text-align-06-b-expected.txt: Copied from platform/mac/svg/text/text-align-06-b-expected.txt.
15358 * platform/mac-tiger/svg/text/text-altglyph-01-b-expected.checksum: Copied from platform/mac/svg/text/text-altglyph-01-b-expected.checksum.
15359 * platform/mac-tiger/svg/text/text-altglyph-01-b-expected.png: Copied from platform/mac/svg/text/text-altglyph-01-b-expected.png.
15360 * platform/mac-tiger/svg/text/text-altglyph-01-b-expected.txt: Copied from platform/mac/svg/text/text-altglyph-01-b-expected.txt.
15361 * platform/mac-tiger/svg/text/text-deco-01-b-expected.checksum: Copied from platform/mac/svg/text/text-deco-01-b-expected.checksum.
15362 * platform/mac-tiger/svg/text/text-deco-01-b-expected.png: Copied from platform/mac/svg/text/text-deco-01-b-expected.png.
15363 * platform/mac-tiger/svg/text/text-deco-01-b-expected.txt: Copied from platform/mac/svg/text/text-deco-01-b-expected.txt.
15364 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.checksum: Copied from platform/mac/svg/text/text-fonts-01-t-expected.checksum.
15365 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.png: Copied from platform/mac/svg/text/text-fonts-01-t-expected.png.
15366 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.txt: Copied from platform/mac/svg/text/text-fonts-01-t-expected.txt.
15367 * platform/mac-tiger/svg/text/text-fonts-02-t-expected.checksum: Copied from platform/mac/svg/text/text-fonts-02-t-expected.checksum.
15368 * platform/mac-tiger/svg/text/text-fonts-02-t-expected.png: Copied from platform/mac/svg/text/text-fonts-02-t-expected.png.
15369 * platform/mac-tiger/svg/text/text-fonts-02-t-expected.txt: Copied from platform/mac/svg/text/text-fonts-02-t-expected.txt.
15370 * platform/mac-tiger/svg/text/text-intro-05-t-expected.checksum: Copied from platform/mac/svg/text/text-intro-05-t-expected.checksum.
15371 * platform/mac-tiger/svg/text/text-intro-05-t-expected.png: Copied from platform/mac/svg/text/text-intro-05-t-expected.png.
15372 * platform/mac-tiger/svg/text/text-intro-05-t-expected.txt: Copied from platform/mac/svg/text/text-intro-05-t-expected.txt.
15373 * platform/mac-tiger/svg/text/text-path-01-b-expected.checksum: Copied from platform/mac/svg/text/text-path-01-b-expected.checksum.
15374 * platform/mac-tiger/svg/text/text-path-01-b-expected.png: Copied from platform/mac/svg/text/text-path-01-b-expected.png.
15375 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt: Copied from platform/mac/svg/text/text-path-01-b-expected.txt.
15376 * platform/mac-tiger/svg/text/text-property-with-display-none-expected.checksum: Copied from platform/mac/svg/text/text-property-with-display-none-expected.checksum.
15377 * platform/mac-tiger/svg/text/text-property-with-display-none-expected.png: Copied from platform/mac/svg/text/text-property-with-display-none-expected.png.
15378 * platform/mac-tiger/svg/text/text-spacing-01-b-expected.checksum: Copied from platform/mac/svg/text/text-spacing-01-b-expected.checksum.
15379 * platform/mac-tiger/svg/text/text-spacing-01-b-expected.png: Copied from platform/mac/svg/text/text-spacing-01-b-expected.png.
15380 * platform/mac-tiger/svg/text/text-spacing-01-b-expected.txt: Copied from platform/mac/svg/text/text-spacing-01-b-expected.txt.
15381 * platform/mac-tiger/svg/text/text-text-01-b-expected.checksum: Copied from platform/mac/svg/text/text-text-01-b-expected.checksum.
15382 * platform/mac-tiger/svg/text/text-text-01-b-expected.png: Copied from platform/mac/svg/text/text-text-01-b-expected.png.
15383 * platform/mac-tiger/svg/text/text-text-01-b-expected.txt: Copied from platform/mac/svg/text/text-text-01-b-expected.txt.
15384 * platform/mac-tiger/svg/text/text-text-03-b-expected.checksum: Copied from platform/mac/svg/text/text-text-03-b-expected.checksum.
15385 * platform/mac-tiger/svg/text/text-text-03-b-expected.png: Copied from platform/mac/svg/text/text-text-03-b-expected.png.
15386 * platform/mac-tiger/svg/text/text-text-03-b-expected.txt: Copied from platform/mac/svg/text/text-text-03-b-expected.txt.
15387 * platform/mac-tiger/svg/text/text-text-04-t-expected.checksum: Copied from platform/mac/svg/text/text-text-04-t-expected.checksum.
15388 * platform/mac-tiger/svg/text/text-text-04-t-expected.png: Copied from platform/mac/svg/text/text-text-04-t-expected.png.
15389 * platform/mac-tiger/svg/text/text-text-04-t-expected.txt: Copied from platform/mac/svg/text/text-text-04-t-expected.txt.
15390 * platform/mac-tiger/svg/text/text-text-05-t-expected.checksum: Copied from platform/mac/svg/text/text-text-05-t-expected.checksum.
15391 * platform/mac-tiger/svg/text/text-text-05-t-expected.png: Copied from platform/mac/svg/text/text-text-05-t-expected.png.
15392 * platform/mac-tiger/svg/text/text-text-05-t-expected.txt: Copied from platform/mac/svg/text/text-text-05-t-expected.txt.
15393 * platform/mac-tiger/svg/text/text-text-06-t-expected.checksum: Copied from platform/mac/svg/text/text-text-06-t-expected.checksum.
15394 * platform/mac-tiger/svg/text/text-text-06-t-expected.png: Copied from platform/mac/svg/text/text-text-06-t-expected.png.
15395 * platform/mac-tiger/svg/text/text-text-06-t-expected.txt: Copied from platform/mac/svg/text/text-text-06-t-expected.txt.
15396 * platform/mac-tiger/svg/text/text-text-07-t-expected.checksum: Copied from platform/mac/svg/text/text-text-07-t-expected.checksum.
15397 * platform/mac-tiger/svg/text/text-text-07-t-expected.png: Copied from platform/mac/svg/text/text-text-07-t-expected.png.
15398 * platform/mac-tiger/svg/text/text-text-07-t-expected.txt: Copied from platform/mac/svg/text/text-text-07-t-expected.txt.
15399 * platform/mac-tiger/svg/text/text-text-08-b-expected.checksum: Copied from platform/mac/svg/text/text-text-08-b-expected.checksum.
15400 * platform/mac-tiger/svg/text/text-text-08-b-expected.png: Copied from platform/mac/svg/text/text-text-08-b-expected.png.
15401 * platform/mac-tiger/svg/text/text-text-08-b-expected.txt: Copied from platform/mac/svg/text/text-text-08-b-expected.txt.
15402 * platform/mac-tiger/svg/text/text-tref-01-b-expected.checksum: Copied from platform/mac/svg/text/text-tref-01-b-expected.checksum.
15403 * platform/mac-tiger/svg/text/text-tref-01-b-expected.png: Copied from platform/mac/svg/text/text-tref-01-b-expected.png.
15404 * platform/mac-tiger/svg/text/text-tref-01-b-expected.txt: Copied from platform/mac/svg/text/text-tref-01-b-expected.txt.
15405 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.checksum: Copied from platform/mac/svg/text/text-tselect-01-b-expected.checksum.
15406 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.png: Copied from platform/mac/svg/text/text-tselect-01-b-expected.png.
15407 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.txt: Copied from platform/mac/svg/text/text-tselect-01-b-expected.txt.
15408 * platform/mac-tiger/svg/text/text-tselect-02-f-expected.checksum: Copied from platform/mac/svg/text/text-tselect-02-f-expected.checksum.
15409 * platform/mac-tiger/svg/text/text-tselect-02-f-expected.png: Copied from platform/mac/svg/text/text-tselect-02-f-expected.png.
15410 * platform/mac-tiger/svg/text/text-tselect-02-f-expected.txt: Copied from platform/mac/svg/text/text-tselect-02-f-expected.txt.
15411 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.checksum: Copied from platform/mac/svg/text/text-tspan-01-b-expected.checksum.
15412 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.png: Copied from platform/mac/svg/text/text-tspan-01-b-expected.png.
15413 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.txt: Copied from platform/mac/svg/text/text-tspan-01-b-expected.txt.
15414 * platform/mac-tiger/svg/text/text-ws-01-t-expected.checksum: Copied from platform/mac/svg/text/text-ws-01-t-expected.checksum.
15415 * platform/mac-tiger/svg/text/text-ws-01-t-expected.png: Copied from platform/mac/svg/text/text-ws-01-t-expected.png.
15416 * platform/mac-tiger/svg/text/text-ws-01-t-expected.txt: Copied from platform/mac/svg/text/text-ws-01-t-expected.txt.
15417 * platform/mac-tiger/svg/text/text-ws-02-t-expected.checksum: Copied from platform/mac/svg/text/text-ws-02-t-expected.checksum.
15418 * platform/mac-tiger/svg/text/text-ws-02-t-expected.png: Copied from platform/mac/svg/text/text-ws-02-t-expected.png.
15419 * platform/mac-tiger/svg/text/text-ws-02-t-expected.txt: Copied from platform/mac/svg/text/text-ws-02-t-expected.txt.
15420 * platform/mac-tiger/svg/text/textPathBoundsBug-expected.checksum: Copied from platform/mac/svg/text/textPathBoundsBug-expected.checksum.
15421 * platform/mac-tiger/svg/text/textPathBoundsBug-expected.png: Copied from platform/mac/svg/text/textPathBoundsBug-expected.png.
15422 * platform/mac-tiger/svg/text/textPathBoundsBug-expected.txt: Copied from platform/mac/svg/text/textPathBoundsBug-expected.txt.
15423 * platform/mac-tiger/svg/webarchive: Added.
15424 * platform/mac-tiger/svg/webarchive/svg-cursor-subresources-expected.checksum: Copied from platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum.
15425 * platform/mac-tiger/svg/webarchive/svg-cursor-subresources-expected.png: Copied from platform/mac/svg/webarchive/svg-cursor-subresources-expected.png.
15426 * platform/mac-tiger/svg/webarchive/svg-feimage-subresources-expected.checksum: Copied from platform/mac/svg/webarchive/svg-feimage-subresources-expected.checksum.
15427 * platform/mac-tiger/svg/webarchive/svg-feimage-subresources-expected.png: Copied from platform/mac/svg/webarchive/svg-feimage-subresources-expected.png.
15428 * platform/mac-tiger/svg/webarchive/svg-script-subresouces-expected.checksum: Copied from platform/mac/svg/webarchive/svg-script-subresouces-expected.checksum.
15429 * platform/mac-tiger/svg/webarchive/svg-script-subresouces-expected.png: Copied from platform/mac/svg/webarchive/svg-script-subresouces-expected.png.
15430 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: Removed.
15431 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Removed.
15432 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
15433 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: Removed.
15434 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Removed.
15435 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Removed.
15436 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: Removed.
15437 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Removed.
15438 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
15439 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: Removed.
15440 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Removed.
15441 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
15442 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: Removed.
15443 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Removed.
15444 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
15445 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: Removed.
15446 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Removed.
15447 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
15448 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: Removed.
15449 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Removed.
15450 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
15451 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum: Removed.
15452 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Removed.
15453 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
15454 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum: Removed.
15455 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Removed.
15456 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
15457 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: Removed.
15458 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Removed.
15459 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
15460 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum: Removed.
15461 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Removed.
15462 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
15463 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum: Removed.
15464 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Removed.
15465 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
15466 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum: Removed.
15467 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Removed.
15468 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
15469 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum: Removed.
15470 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Removed.
15471 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
15472 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum: Removed.
15473 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Removed.
15474 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
15475 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum: Removed.
15476 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Removed.
15477 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
15478 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum: Removed.
15479 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Removed.
15480 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
15481 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum: Removed.
15482 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Removed.
15483 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
15484 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum: Removed.
15485 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Removed.
15486 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
15487 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum: Removed.
15488 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Removed.
15489 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
15490 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: Removed.
15491 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Removed.
15492 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
15493 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum: Removed.
15494 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Removed.
15495 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
15496 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum: Removed.
15497 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Removed.
15498 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
15499 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum: Removed.
15500 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Removed.
15501 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Removed.
15502 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: Removed.
15503 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Removed.
15504 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
15505 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum: Removed.
15506 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Removed.
15507 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
15508 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum: Removed.
15509 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Removed.
15510 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Removed.
15511 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum: Removed.
15512 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Removed.
15513 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
15514 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: Removed.
15515 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Removed.
15516 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Removed.
15517 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum: Removed.
15518 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Removed.
15519 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
15520 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum: Removed.
15521 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Removed.
15522 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
15523 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum: Removed.
15524 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Removed.
15525 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
15526 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum: Removed.
15527 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Removed.
15528 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Removed.
15529 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Removed.
15530 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Removed.
15531 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
15532 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Removed.
15533 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Removed.
15534 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Removed.
15535 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Removed.
15536 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Removed.
15537 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
15538 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Removed.
15539 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Removed.
15540 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
15541 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum: Removed.
15542 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Removed.
15543 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
15544 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum: Removed.
15545 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Removed.
15546 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Removed.
15547 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Removed.
15548 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Removed.
15549 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
15550 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum: Removed.
15551 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Removed.
15552 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
15553 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Removed.
15554 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Removed.
15555 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
15556 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Removed.
15557 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Removed.
15558 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
15559 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: Removed.
15560 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Removed.
15561 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
15562 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Removed.
15563 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Removed.
15564 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
15565 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum: Removed.
15566 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Removed.
15567 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
15568 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Removed.
15569 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Removed.
15570 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
15571 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Removed.
15572 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Removed.
15573 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
15574 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Removed.
15575 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Removed.
15576 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
15577 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Removed.
15578 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Removed.
15579 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
15580 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Removed.
15581 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Removed.
15582 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
15583 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Removed.
15584 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Removed.
15585 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
15586 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Removed.
15587 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Removed.
15588 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
15589 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Removed.
15590 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Removed.
15591 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
15592 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: Removed.
15593 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
15594 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
15595 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Removed.
15596 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Removed.
15597 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
15598 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum: Removed.
15599 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Removed.
15600 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
15601 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Removed.
15602 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Removed.
15603 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Removed.
15604 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Removed.
15605 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Removed.
15606 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
15607 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum: Removed.
15608 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Removed.
15609 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Removed.
15610 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum: Removed.
15611 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Removed.
15612 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Removed.
15613 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: Removed.
15614 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Removed.
15615 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
15616 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum: Removed.
15617 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Removed.
15618 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Removed.
15619 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum: Removed.
15620 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Removed.
15621 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Removed.
15622 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum: Removed.
15623 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Removed.
15624 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Removed.
15625 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum: Removed.
15626 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Removed.
15627 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Removed.
15628 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum: Removed.
15629 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Removed.
15630 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Removed.
15631 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum: Removed.
15632 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Removed.
15633 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
15634 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum: Removed.
15635 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Removed.
15636 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
15637 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum: Removed.
15638 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Removed.
15639 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
15640 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum: Removed.
15641 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Removed.
15642 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
15643 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum: Removed.
15644 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Removed.
15645 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
15646 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: Removed.
15647 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Removed.
15648 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Removed.
15649 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: Removed.
15650 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Removed.
15651 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
15652 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: Removed.
15653 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Removed.
15654 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
15655 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum: Removed.
15656 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Removed.
15657 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Removed.
15658 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: Removed.
15659 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Removed.
15660 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
15661 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Removed.
15662 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Removed.
15663 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
15664 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Removed.
15665 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Removed.
15666 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Removed.
15667 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: Removed.
15668 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Removed.
15669 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
15670 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Removed.
15671 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Removed.
15672 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
15673 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Removed.
15674 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Removed.
15675 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Removed.
15676 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Removed.
15677 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Removed.
15678 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
15679 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Removed.
15680 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Removed.
15681 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Removed.
15682 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Removed.
15683 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Removed.
15684 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Removed.
15685 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: Removed.
15686 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Removed.
15687 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
15688 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: Removed.
15689 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Removed.
15690 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
15691 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum: Removed.
15692 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Removed.
15693 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
15694 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: Removed.
15695 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Removed.
15696 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Removed.
15697 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Removed.
15698 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Removed.
15699 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Removed.
15700 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: Removed.
15701 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Removed.
15702 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
15703 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: Removed.
15704 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Removed.
15705 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
15706 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: Removed.
15707 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Removed.
15708 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Removed.
15709 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Removed.
15710 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Removed.
15711 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
15712 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum: Removed.
15713 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Removed.
15714 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
15715 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: Removed.
15716 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Removed.
15717 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
15718 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: Removed.
15719 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Removed.
15720 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
15721 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: Removed.
15722 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Removed.
15723 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
15724 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: Removed.
15725 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Removed.
15726 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
15727 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: Removed.
15728 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Removed.
15729 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
15730 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: Removed.
15731 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Removed.
15732 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
15733 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Removed.
15734 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Removed.
15735 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
15736 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Removed.
15737 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Removed.
15738 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
15739 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Removed.
15740 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Removed.
15741 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
15742 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Removed.
15743 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Removed.
15744 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Removed.
15745 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum: Removed.
15746 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Removed.
15747 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Removed.
15748 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum: Removed.
15749 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Removed.
15750 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Removed.
15751 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Removed.
15752 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Removed.
15753 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
15754 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum: Removed.
15755 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
15756 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
15757 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum: Removed.
15758 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Removed.
15759 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
15760 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum: Removed.
15761 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Removed.
15762 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
15763 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum: Removed.
15764 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Removed.
15765 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
15766 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum: Removed.
15767 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Removed.
15768 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
15769 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum: Removed.
15770 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Removed.
15771 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
15772 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: Removed.
15773 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Removed.
15774 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
15775 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Removed.
15776 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Removed.
15777 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Removed.
15778 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Removed.
15779 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Removed.
15780 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Removed.
15781 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Removed.
15782 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Removed.
15783 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Removed.
15784 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum: Removed.
15785 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Removed.
15786 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
15787 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Removed.
15788 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Removed.
15789 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
15790 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum: Removed.
15791 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Removed.
15792 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Removed.
15793 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: Removed.
15794 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Removed.
15795 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
15796 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: Removed.
15797 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Removed.
15798 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
15799 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: Removed.
15800 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Removed.
15801 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
15802 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum: Removed.
15803 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Removed.
15804 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
15805 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: Removed.
15806 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Removed.
15807 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Removed.
15808 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum: Removed.
15809 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Removed.
15810 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
15811 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum: Removed.
15812 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Removed.
15813 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
15814 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: Removed.
15815 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Removed.
15816 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
15817 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum: Removed.
15818 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Removed.
15819 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
15820 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: Removed.
15821 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Removed.
15822 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
15823 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum: Removed.
15824 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Removed.
15825 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Removed.
15826 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: Removed.
15827 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Removed.
15828 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
15829 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum: Removed.
15830 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Removed.
15831 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Removed.
15832 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum: Removed.
15833 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Removed.
15834 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Removed.
15835 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum: Removed.
15836 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Removed.
15837 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
15838 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum: Removed.
15839 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Removed.
15840 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Removed.
15841 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum: Removed.
15842 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Removed.
15843 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Removed.
15844 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum: Removed.
15845 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Removed.
15846 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Removed.
15847 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: Removed.
15848 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Removed.
15849 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
15850 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: Removed.
15851 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Removed.
15852 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
15853 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: Removed.
15854 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Removed.
15855 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
15856 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum: Removed.
15857 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Removed.
15858 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
15859 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum: Removed.
15860 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Removed.
15861 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
15862 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum: Removed.
15863 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Removed.
15864 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
15865 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum: Removed.
15866 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Removed.
15867 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
15868 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum: Removed.
15869 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Removed.
15870 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Removed.
15871 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum: Removed.
15872 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Removed.
15873 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Removed.
15874 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum: Removed.
15875 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Removed.
15876 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Removed.
15877 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: Removed.
15878 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Removed.
15879 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Removed.
15880 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: Removed.
15881 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Removed.
15882 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
15883 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: Removed.
15884 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Removed.
15885 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
15886 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: Removed.
15887 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Removed.
15888 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
15889 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: Removed.
15890 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Removed.
15891 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
15892 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Removed.
15893 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Removed.
15894 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
15895 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum: Removed.
15896 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Removed.
15897 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
15898 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum: Removed.
15899 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Removed.
15900 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Removed.
15901 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum: Removed.
15902 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Removed.
15903 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Removed.
15904 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum: Removed.
15905 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Removed.
15906 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Removed.
15907 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum: Removed.
15908 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Removed.
15909 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Removed.
15910 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum: Removed.
15911 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Removed.
15912 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Removed.
15913 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum: Removed.
15914 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
15915 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
15916 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum: Removed.
15917 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Removed.
15918 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
15919 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum: Removed.
15920 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Removed.
15921 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
15922 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum: Removed.
15923 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Removed.
15924 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
15925 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum: Removed.
15926 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Removed.
15927 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Removed.
15928 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: Removed.
15929 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Removed.
15930 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
15931 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: Removed.
15932 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Removed.
15933 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
15934 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: Removed.
15935 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Removed.
15936 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
15937 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum: Removed.
15938 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Removed.
15939 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
15940 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum: Removed.
15941 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Removed.
15942 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
15943 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: Removed.
15944 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Removed.
15945 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
15946 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum: Removed.
15947 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Removed.
15948 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
15949 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: Removed.
15950 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Removed.
15951 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
15952 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: Removed.
15953 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Removed.
15954 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
15955 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum: Removed.
15956 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Removed.
15957 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Removed.
15958 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: Removed.
15959 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Removed.
15960 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Removed.
15961 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Removed.
15962 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Removed.
15963 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
15964 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum: Removed.
15965 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Removed.
15966 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Removed.
15967 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum: Removed.
15968 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Removed.
15969 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Removed.
15970 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: Removed.
15971 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Removed.
15972 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
15973 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum: Removed.
15974 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Removed.
15975 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Removed.
15976 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum: Removed.
15977 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Removed.
15978 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Removed.
15979 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum: Removed.
15980 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Removed.
15981 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Removed.
15982 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum: Removed.
15983 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Removed.
15984 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
15985 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum: Removed.
15986 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Removed.
15987 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
15988 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum: Removed.
15989 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Removed.
15990 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
15991 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: Removed.
15992 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Removed.
15993 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
15994 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: Removed.
15995 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Removed.
15996 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
15997 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum: Removed.
15998 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Removed.
15999 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
16000 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum: Removed.
16001 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Removed.
16002 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Removed.
16003 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum: Removed.
16004 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Removed.
16005 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Removed.
16006 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum: Removed.
16007 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Removed.
16008 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Removed.
16009 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum: Removed.
16010 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Removed.
16011 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Removed.
16012 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum: Removed.
16013 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Removed.
16014 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Removed.
16015 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum: Removed.
16016 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Removed.
16017 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Removed.
16018 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum: Removed.
16019 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Removed.
16020 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Removed.
16021 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum: Removed.
16022 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Removed.
16023 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
16024 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum: Removed.
16025 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Removed.
16026 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Removed.
16027 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum: Removed.
16028 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Removed.
16029 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Removed.
16030 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum: Removed.
16031 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Removed.
16032 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Removed.
16033 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum: Removed.
16034 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Removed.
16035 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Removed.
16036 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum: Removed.
16037 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Removed.
16038 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Removed.
16039 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum: Removed.
16040 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Removed.
16041 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Removed.
16042 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum: Removed.
16043 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Removed.
16044 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Removed.
16045 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum: Removed.
16046 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Removed.
16047 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Removed.
16048 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum: Removed.
16049 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Removed.
16050 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Removed.
16051 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum: Removed.
16052 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Removed.
16053 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
16054 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum: Removed.
16055 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Removed.
16056 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
16057 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum: Removed.
16058 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Removed.
16059 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
16060 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum: Removed.
16061 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Removed.
16062 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
16063 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum: Removed.
16064 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Removed.
16065 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
16066 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum: Removed.
16067 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Removed.
16068 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
16069 * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.checksum: Removed.
16070 * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Removed.
16071 * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Removed.
16072 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: Removed.
16073 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Removed.
16074 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Removed.
16075 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum: Removed.
16076 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Removed.
16077 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Removed.
16078 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum: Removed.
16079 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Removed.
16080 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Removed.
16081 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum: Removed.
16082 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Removed.
16083 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
16084 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum: Removed.
16085 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Removed.
16086 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
16087 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum: Removed.
16088 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Removed.
16089 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Removed.
16090 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum: Removed.
16091 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Removed.
16092 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Removed.
16093 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum: Removed.
16094 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Removed.
16095 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Removed.
16096 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum: Removed.
16097 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Removed.
16098 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Removed.
16099 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: Removed.
16100 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Removed.
16101 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Removed.
16102 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum: Removed.
16103 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Removed.
16104 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Removed.
16105 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum: Removed.
16106 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Removed.
16107 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Removed.
16108 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum: Removed.
16109 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Removed.
16110 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Removed.
16111 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum: Removed.
16112 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Removed.
16113 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
16114 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum: Removed.
16115 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Removed.
16116 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
16117 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum: Removed.
16118 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Removed.
16119 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Removed.
16120 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum: Removed.
16121 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Removed.
16122 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Removed.
16123 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Removed.
16124 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Removed.
16125 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Removed.
16126 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum: Removed.
16127 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Removed.
16128 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Removed.
16129 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: Removed.
16130 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Removed.
16131 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
16132 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum: Removed.
16133 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Removed.
16134 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
16135 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum: Removed.
16136 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Removed.
16137 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
16138 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum: Removed.
16139 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Removed.
16140 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Removed.
16141 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum: Removed.
16142 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Removed.
16143 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Removed.
16144 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum: Removed.
16145 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Removed.
16146 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Removed.
16147 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum: Removed.
16148 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Removed.
16149 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
16150 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum: Removed.
16151 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Removed.
16152 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
16153 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum: Removed.
16154 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Removed.
16155 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
16156 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum: Removed.
16157 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Removed.
16158 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Removed.
16159 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum: Removed.
16160 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Removed.
16161 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Removed.
16162 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum: Removed.
16163 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Removed.
16164 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
16165 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum: Removed.
16166 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Removed.
16167 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
16168 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum: Removed.
16169 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Removed.
16170 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
16171 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum: Removed.
16172 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Removed.
16173 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
16174 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum: Removed.
16175 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Removed.
16176 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
16177 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: Removed.
16178 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Removed.
16179 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
16180 * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.checksum: Removed.
16181 * platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Removed.
16182 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum: Removed.
16183 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Removed.
16184 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
16185 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum: Removed.
16186 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Removed.
16187 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
16188 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum: Removed.
16189 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Removed.
16190 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Removed.
16191 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum: Removed.
16192 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Removed.
16193 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Removed.
16194 * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: Removed.
16195 * platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Removed.
16196 * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum: Removed.
16197 * platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Removed.
16198 * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: Removed.
16199 * platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Removed.
16200 * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum: Removed.
16201 * platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Removed.
16202 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Removed.
16203 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Removed.
16204 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
16205 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: Removed.
16206 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Removed.
16207 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
16208 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum: Removed.
16209 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Removed.
16210 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
16211 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Removed.
16212 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Removed.
16213 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
16214 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: Removed.
16215 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Removed.
16216 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
16217 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum: Removed.
16218 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Removed.
16219 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Removed.
16220 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: Removed.
16221 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Removed.
16222 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
16223 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum: Removed.
16224 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Removed.
16225 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
16226 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum: Removed.
16227 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Removed.
16228 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
16229 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum: Removed.
16230 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Removed.
16231 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
16232 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum: Removed.
16233 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Removed.
16234 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Removed.
16235 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum: Removed.
16236 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Removed.
16237 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
16238 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: Removed.
16239 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Removed.
16240 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
16241 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum: Removed.
16242 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Removed.
16243 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
16244 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum: Removed.
16245 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Removed.
16246 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
16247 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum: Removed.
16248 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Removed.
16249 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
16250 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: Removed.
16251 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Removed.
16252 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
16253 * platform/mac/svg/batik/filters/filterRegions-expected.checksum: Removed.
16254 * platform/mac/svg/batik/filters/filterRegions-expected.png: Removed.
16255 * platform/mac/svg/batik/filters/filterRegions-expected.txt: Removed.
16256 * platform/mac/svg/batik/masking/maskRegions-expected.checksum: Removed.
16257 * platform/mac/svg/batik/masking/maskRegions-expected.png: Removed.
16258 * platform/mac/svg/batik/masking/maskRegions-expected.txt: Removed.
16259 * platform/mac/svg/batik/paints/gradientLimit-expected.checksum: Removed.
16260 * platform/mac/svg/batik/paints/gradientLimit-expected.png: Removed.
16261 * platform/mac/svg/batik/paints/gradientLimit-expected.txt: Removed.
16262 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Removed.
16263 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Removed.
16264 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
16265 * platform/mac/svg/batik/paints/patternRegionA-expected.checksum: Removed.
16266 * platform/mac/svg/batik/paints/patternRegionA-expected.png: Removed.
16267 * platform/mac/svg/batik/paints/patternRegionA-expected.txt: Removed.
16268 * platform/mac/svg/batik/paints/patternRegionB-expected.checksum: Removed.
16269 * platform/mac/svg/batik/paints/patternRegionB-expected.png: Removed.
16270 * platform/mac/svg/batik/paints/patternRegionB-expected.txt: Removed.
16271 * platform/mac/svg/batik/paints/patternRegions-expected.checksum: Removed.
16272 * platform/mac/svg/batik/paints/patternRegions-expected.png: Removed.
16273 * platform/mac/svg/batik/paints/patternRegions-expected.txt: Removed.
16274 * platform/mac/svg/batik/text/longTextOnPath-expected.checksum: Removed.
16275 * platform/mac/svg/batik/text/longTextOnPath-expected.png: Removed.
16276 * platform/mac/svg/batik/text/longTextOnPath-expected.txt: Removed.
16277 * platform/mac/svg/batik/text/textAnchor-expected.checksum: Removed.
16278 * platform/mac/svg/batik/text/textAnchor-expected.png: Removed.
16279 * platform/mac/svg/batik/text/textAnchor-expected.txt: Removed.
16280 * platform/mac/svg/batik/text/textAnchor2-expected.checksum: Removed.
16281 * platform/mac/svg/batik/text/textAnchor2-expected.png: Removed.
16282 * platform/mac/svg/batik/text/textAnchor2-expected.txt: Removed.
16283 * platform/mac/svg/batik/text/textAnchor3-expected.checksum: Removed.
16284 * platform/mac/svg/batik/text/textAnchor3-expected.png: Removed.
16285 * platform/mac/svg/batik/text/textAnchor3-expected.txt: Removed.
16286 * platform/mac/svg/batik/text/textBiDi-expected.checksum: Removed.
16287 * platform/mac/svg/batik/text/textBiDi-expected.png: Removed.
16288 * platform/mac/svg/batik/text/textBiDi-expected.txt: Removed.
16289 * platform/mac/svg/batik/text/textDecoration2-expected.checksum: Removed.
16290 * platform/mac/svg/batik/text/textDecoration2-expected.png: Removed.
16291 * platform/mac/svg/batik/text/textDecoration2-expected.txt: Removed.
16292 * platform/mac/svg/batik/text/textEffect-expected.checksum: Removed.
16293 * platform/mac/svg/batik/text/textEffect-expected.png: Removed.
16294 * platform/mac/svg/batik/text/textEffect-expected.txt: Removed.
16295 * platform/mac/svg/batik/text/textEffect2-expected.checksum: Removed.
16296 * platform/mac/svg/batik/text/textEffect2-expected.png: Removed.
16297 * platform/mac/svg/batik/text/textEffect2-expected.txt: Removed.
16298 * platform/mac/svg/batik/text/textEffect3-expected.checksum: Removed.
16299 * platform/mac/svg/batik/text/textEffect3-expected.png: Removed.
16300 * platform/mac/svg/batik/text/textEffect3-expected.txt: Removed.
16301 * platform/mac/svg/batik/text/textFeatures-expected.checksum: Removed.
16302 * platform/mac/svg/batik/text/textFeatures-expected.png: Removed.
16303 * platform/mac/svg/batik/text/textFeatures-expected.txt: Removed.
16304 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Removed.
16305 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Removed.
16306 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
16307 * platform/mac/svg/batik/text/textLayout-expected.checksum: Removed.
16308 * platform/mac/svg/batik/text/textLayout-expected.png: Removed.
16309 * platform/mac/svg/batik/text/textLayout-expected.txt: Removed.
16310 * platform/mac/svg/batik/text/textLayout2-expected.checksum: Removed.
16311 * platform/mac/svg/batik/text/textLayout2-expected.png: Removed.
16312 * platform/mac/svg/batik/text/textLayout2-expected.txt: Removed.
16313 * platform/mac/svg/batik/text/textLength-expected.checksum: Removed.
16314 * platform/mac/svg/batik/text/textLength-expected.png: Removed.
16315 * platform/mac/svg/batik/text/textLength-expected.txt: Removed.
16316 * platform/mac/svg/batik/text/textOnPath-expected.checksum: Removed.
16317 * platform/mac/svg/batik/text/textOnPath-expected.png: Removed.
16318 * platform/mac/svg/batik/text/textOnPath-expected.txt: Removed.
16319 * platform/mac/svg/batik/text/textOnPath2-expected.checksum: Removed.
16320 * platform/mac/svg/batik/text/textOnPath2-expected.png: Removed.
16321 * platform/mac/svg/batik/text/textOnPath2-expected.txt: Removed.
16322 * platform/mac/svg/batik/text/textOnPath3-expected.checksum: Removed.
16323 * platform/mac/svg/batik/text/textOnPath3-expected.png: Removed.
16324 * platform/mac/svg/batik/text/textOnPath3-expected.txt: Removed.
16325 * platform/mac/svg/batik/text/textOnPathSpaces-expected.checksum: Removed.
16326 * platform/mac/svg/batik/text/textOnPathSpaces-expected.png: Removed.
16327 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
16328 * platform/mac/svg/batik/text/textPCDATA-expected.checksum: Removed.
16329 * platform/mac/svg/batik/text/textPCDATA-expected.png: Removed.
16330 * platform/mac/svg/batik/text/textPCDATA-expected.txt: Removed.
16331 * platform/mac/svg/batik/text/textPosition-expected.checksum: Removed.
16332 * platform/mac/svg/batik/text/textPosition-expected.png: Removed.
16333 * platform/mac/svg/batik/text/textPosition-expected.txt: Removed.
16334 * platform/mac/svg/batik/text/textPosition2-expected.checksum: Removed.
16335 * platform/mac/svg/batik/text/textPosition2-expected.png: Removed.
16336 * platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
16337 * platform/mac/svg/batik/text/textProperties-expected.checksum: Removed.
16338 * platform/mac/svg/batik/text/textProperties-expected.png: Removed.
16339 * platform/mac/svg/batik/text/textProperties-expected.txt: Removed.
16340 * platform/mac/svg/batik/text/textProperties2-expected.checksum: Removed.
16341 * platform/mac/svg/batik/text/textProperties2-expected.png: Removed.
16342 * platform/mac/svg/batik/text/textProperties2-expected.txt: Removed.
16343 * platform/mac/svg/batik/text/textStyles-expected.checksum: Removed.
16344 * platform/mac/svg/batik/text/textStyles-expected.png: Removed.
16345 * platform/mac/svg/batik/text/textStyles-expected.txt: Removed.
16346 * platform/mac/svg/batik/text/verticalText-expected.checksum: Removed.
16347 * platform/mac/svg/batik/text/verticalText-expected.png: Removed.
16348 * platform/mac/svg/batik/text/verticalText-expected.txt: Removed.
16349 * platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum: Removed.
16350 * platform/mac/svg/batik/text/verticalTextOnPath-expected.png: Removed.
16351 * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt: Removed.
16352 * platform/mac/svg/batik/text/xmlSpace-expected.checksum: Removed.
16353 * platform/mac/svg/batik/text/xmlSpace-expected.png: Removed.
16354 * platform/mac/svg/batik/text/xmlSpace-expected.txt: Removed.
16355 * platform/mac/svg/carto.net/button-expected.checksum: Removed.
16356 * platform/mac/svg/carto.net/button-expected.png: Removed.
16357 * platform/mac/svg/carto.net/button-expected.txt: Removed.
16358 * platform/mac/svg/carto.net/colourpicker-expected.checksum: Removed.
16359 * platform/mac/svg/carto.net/colourpicker-expected.png: Removed.
16360 * platform/mac/svg/carto.net/colourpicker-expected.txt: Removed.
16361 * platform/mac/svg/carto.net/combobox-expected.checksum: Removed.
16362 * platform/mac/svg/carto.net/combobox-expected.png: Removed.
16363 * platform/mac/svg/carto.net/combobox-expected.txt: Removed.
16364 * platform/mac/svg/carto.net/frameless-svg-parse-error-expected.checksum: Removed.
16365 * platform/mac/svg/carto.net/frameless-svg-parse-error-expected.png: Removed.
16366 * platform/mac/svg/carto.net/scrollbar-expected.checksum: Removed.
16367 * platform/mac/svg/carto.net/scrollbar-expected.png: Removed.
16368 * platform/mac/svg/carto.net/scrollbar-expected.txt: Removed.
16369 * platform/mac/svg/carto.net/selectionlist-expected.checksum: Removed.
16370 * platform/mac/svg/carto.net/selectionlist-expected.png: Removed.
16371 * platform/mac/svg/carto.net/selectionlist-expected.txt: Removed.
16372 * platform/mac/svg/carto.net/slider-expected.checksum: Removed.
16373 * platform/mac/svg/carto.net/slider-expected.png: Removed.
16374 * platform/mac/svg/carto.net/slider-expected.txt: Removed.
16375 * platform/mac/svg/carto.net/tabgroup-expected.checksum: Removed.
16376 * platform/mac/svg/carto.net/tabgroup-expected.png: Removed.
16377 * platform/mac/svg/carto.net/tabgroup-expected.txt: Removed.
16378 * platform/mac/svg/carto.net/textbox-expected.checksum: Removed.
16379 * platform/mac/svg/carto.net/textbox-expected.png: Removed.
16380 * platform/mac/svg/carto.net/textbox-expected.txt: Removed.
16381 * platform/mac/svg/carto.net/window-expected.checksum: Removed.
16382 * platform/mac/svg/carto.net/window-expected.png: Removed.
16383 * platform/mac/svg/carto.net/window-expected.txt: Removed.
16384 * platform/mac/svg/css/css-box-min-width-expected.checksum: Removed.
16385 * platform/mac/svg/css/css-box-min-width-expected.png: Removed.
16386 * platform/mac/svg/css/css-box-min-width-expected.txt: Removed.
16387 * platform/mac/svg/css/getComputedStyle-basic-expected.checksum: Removed.
16388 * platform/mac/svg/css/getComputedStyle-basic-expected.png: Removed.
16389 * platform/mac/svg/css/glyph-orientation-rounding-test-expected.checksum: Removed.
16390 * platform/mac/svg/css/glyph-orientation-rounding-test-expected.png: Removed.
16391 * platform/mac/svg/custom/SVGException-expected.checksum: Removed.
16392 * platform/mac/svg/custom/SVGException-expected.png: Removed.
16393 * platform/mac/svg/custom/SVGMatrix-interface-expected.checksum: Removed.
16394 * platform/mac/svg/custom/SVGMatrix-interface-expected.png: Removed.
16395 * platform/mac/svg/custom/SVGMatrix-interface-expected.txt: Removed.
16396 * platform/mac/svg/custom/SVGNumber-interface-expected.checksum: Removed.
16397 * platform/mac/svg/custom/SVGNumber-interface-expected.png: Removed.
16398 * platform/mac/svg/custom/SVGNumber-interface-expected.txt: Removed.
16399 * platform/mac/svg/custom/SVGPoint-interface-expected.checksum: Removed.
16400 * platform/mac/svg/custom/SVGPoint-interface-expected.png: Removed.
16401 * platform/mac/svg/custom/SVGPoint-interface-expected.txt: Removed.
16402 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum: Removed.
16403 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png: Removed.
16404 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt: Removed.
16405 * platform/mac/svg/custom/SVGRect-interface-expected.checksum: Removed.
16406 * platform/mac/svg/custom/SVGRect-interface-expected.png: Removed.
16407 * platform/mac/svg/custom/SVGRect-interface-expected.txt: Removed.
16408 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Removed.
16409 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png: Removed.
16410 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Removed.
16411 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Removed.
16412 * platform/mac/svg/custom/alignment-baseline-modes-expected.png: Removed.
16413 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Removed.
16414 * platform/mac/svg/custom/attribute-namespace-check-expected.checksum: Removed.
16415 * platform/mac/svg/custom/attribute-namespace-check-expected.png: Removed.
16416 * platform/mac/svg/custom/attribute-namespace-check-expected.txt: Removed.
16417 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum: Removed.
16418 * platform/mac/svg/custom/baseval-animval-equality-expected.png: Removed.
16419 * platform/mac/svg/custom/baseval-animval-equality-expected.txt: Removed.
16420 * platform/mac/svg/custom/circular-marker-reference-1-expected.checksum: Removed.
16421 * platform/mac/svg/custom/circular-marker-reference-1-expected.png: Removed.
16422 * platform/mac/svg/custom/circular-marker-reference-1-expected.txt: Removed.
16423 * platform/mac/svg/custom/circular-marker-reference-2-expected.checksum: Removed.
16424 * platform/mac/svg/custom/circular-marker-reference-2-expected.png: Removed.
16425 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt: Removed.
16426 * platform/mac/svg/custom/circular-marker-reference-3-expected.checksum: Removed.
16427 * platform/mac/svg/custom/circular-marker-reference-3-expected.png: Removed.
16428 * platform/mac/svg/custom/circular-marker-reference-3-expected.txt: Removed.
16429 * platform/mac/svg/custom/circular-marker-reference-4-expected.checksum: Removed.
16430 * platform/mac/svg/custom/circular-marker-reference-4-expected.png: Removed.
16431 * platform/mac/svg/custom/circular-marker-reference-4-expected.txt: Removed.
16432 * platform/mac/svg/custom/class-selector-expected.checksum: Removed.
16433 * platform/mac/svg/custom/class-selector-expected.png: Removed.
16434 * platform/mac/svg/custom/class-selector-expected.txt: Removed.
16435 * platform/mac/svg/custom/clip-path-child-changes-expected.checksum: Removed.
16436 * platform/mac/svg/custom/clip-path-child-changes-expected.png: Removed.
16437 * platform/mac/svg/custom/clip-path-child-changes-expected.txt: Removed.
16438 * platform/mac/svg/custom/clip-path-href-changes-expected.checksum: Removed.
16439 * platform/mac/svg/custom/clip-path-href-changes-expected.png: Removed.
16440 * platform/mac/svg/custom/clip-path-href-changes-expected.txt: Removed.
16441 * platform/mac/svg/custom/clip-path-referencing-use-expected.checksum: Removed.
16442 * platform/mac/svg/custom/clip-path-referencing-use-expected.png: Removed.
16443 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt: Removed.
16444 * platform/mac/svg/custom/clip-path-referencing-use2-expected.checksum: Removed.
16445 * platform/mac/svg/custom/clip-path-referencing-use2-expected.png: Removed.
16446 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: Removed.
16447 * platform/mac/svg/custom/clip-path-units-changes-expected.checksum: Removed.
16448 * platform/mac/svg/custom/clip-path-units-changes-expected.png: Removed.
16449 * platform/mac/svg/custom/clip-path-units-changes-expected.txt: Removed.
16450 * platform/mac/svg/custom/clip-path-with-transform-expected.checksum: Removed.
16451 * platform/mac/svg/custom/clip-path-with-transform-expected.png: Removed.
16452 * platform/mac/svg/custom/clip-path-with-transform-expected.txt: Removed.
16453 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.checksum: Removed.
16454 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.png: Removed.
16455 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt: Removed.
16456 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.checksum: Removed.
16457 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png: Removed.
16458 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt: Removed.
16459 * platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum: Removed.
16460 * platform/mac/svg/custom/control-points-for-S-and-T-expected.png: Removed.
16461 * platform/mac/svg/custom/control-points-for-S-and-T-expected.txt: Removed.
16462 * platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum: Removed.
16463 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png: Removed.
16464 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt: Removed.
16465 * platform/mac/svg/custom/create-metadata-element-expected.checksum: Removed.
16466 * platform/mac/svg/custom/create-metadata-element-expected.png: Removed.
16467 * platform/mac/svg/custom/create-metadata-element-expected.txt: Removed.
16468 * platform/mac/svg/custom/createelement-expected.checksum: Removed.
16469 * platform/mac/svg/custom/createelement-expected.png: Removed.
16470 * platform/mac/svg/custom/createelement-expected.txt: Removed.
16471 * platform/mac/svg/custom/css-pixels-dpi-expected.checksum: Removed.
16472 * platform/mac/svg/custom/css-pixels-dpi-expected.png: Removed.
16473 * platform/mac/svg/custom/css-pixels-dpi-expected.txt: Removed.
16474 * platform/mac/svg/custom/dasharrayOrigin-expected.checksum: Removed.
16475 * platform/mac/svg/custom/dasharrayOrigin-expected.png: Removed.
16476 * platform/mac/svg/custom/dasharrayOrigin-expected.txt: Removed.
16477 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum: Removed.
16478 * platform/mac/svg/custom/deep-dynamic-updates-expected.png: Removed.
16479 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt: Removed.
16480 * platform/mac/svg/custom/display-none-expected.checksum: Removed.
16481 * platform/mac/svg/custom/display-none-expected.png: Removed.
16482 * platform/mac/svg/custom/display-none-expected.txt: Removed.
16483 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Removed.
16484 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Removed.
16485 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
16486 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Removed.
16487 * platform/mac/svg/custom/dominant-baseline-modes-expected.png: Removed.
16488 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Removed.
16489 * platform/mac/svg/custom/dynamic-empty-path-expected.checksum: Removed.
16490 * platform/mac/svg/custom/dynamic-empty-path-expected.png: Removed.
16491 * platform/mac/svg/custom/dynamic-empty-path-expected.txt: Removed.
16492 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum: Removed.
16493 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png: Removed.
16494 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt: Removed.
16495 * platform/mac/svg/custom/dynamic-viewBox-expected.checksum: Removed.
16496 * platform/mac/svg/custom/dynamic-viewBox-expected.png: Removed.
16497 * platform/mac/svg/custom/dynamic-viewBox-expected.txt: Removed.
16498 * platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.checksum: Removed.
16499 * platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.png: Removed.
16500 * platform/mac/svg/custom/empty-clip-path-expected.checksum: Removed.
16501 * platform/mac/svg/custom/empty-clip-path-expected.png: Removed.
16502 * platform/mac/svg/custom/empty-clip-path-expected.txt: Removed.
16503 * platform/mac/svg/custom/empty-merge-expected.checksum: Removed.
16504 * platform/mac/svg/custom/empty-merge-expected.png: Removed.
16505 * platform/mac/svg/custom/empty-merge-expected.txt: Removed.
16506 * platform/mac/svg/custom/evt-onload-expected.checksum: Removed.
16507 * platform/mac/svg/custom/evt-onload-expected.png: Removed.
16508 * platform/mac/svg/custom/evt-onload-expected.txt: Removed.
16509 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum: Removed.
16510 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png: Removed.
16511 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt: Removed.
16512 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum: Removed.
16513 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png: Removed.
16514 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt: Removed.
16515 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum: Removed.
16516 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png: Removed.
16517 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt: Removed.
16518 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum: Removed.
16519 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png: Removed.
16520 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt: Removed.
16521 * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum: Removed.
16522 * platform/mac/svg/custom/feDisplacementMap-01-expected.png: Removed.
16523 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt: Removed.
16524 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.checksum: Removed.
16525 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.png: Removed.
16526 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt: Removed.
16527 * platform/mac/svg/custom/fill-fallback-expected.checksum: Removed.
16528 * platform/mac/svg/custom/fill-fallback-expected.png: Removed.
16529 * platform/mac/svg/custom/fill-fallback-expected.txt: Removed.
16530 * platform/mac/svg/custom/fill-update-expected.checksum: Removed.
16531 * platform/mac/svg/custom/fill-update-expected.png: Removed.
16532 * platform/mac/svg/custom/fill-update-expected.txt: Removed.
16533 * platform/mac/svg/custom/filter-source-alpha-expected.checksum: Removed.
16534 * platform/mac/svg/custom/filter-source-alpha-expected.png: Removed.
16535 * platform/mac/svg/custom/filter-source-alpha-expected.txt: Removed.
16536 * platform/mac/svg/custom/focus-ring-expected.checksum: Removed.
16537 * platform/mac/svg/custom/focus-ring-expected.png: Removed.
16538 * platform/mac/svg/custom/focus-ring-expected.txt: Removed.
16539 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum: Removed.
16540 * platform/mac/svg/custom/font-face-cascade-order-expected.png: Removed.
16541 * platform/mac/svg/custom/font-face-cascade-order-expected.txt: Removed.
16542 * platform/mac/svg/custom/font-face-simple-expected.checksum: Removed.
16543 * platform/mac/svg/custom/font-face-simple-expected.png: Removed.
16544 * platform/mac/svg/custom/font-face-simple-expected.txt: Removed.
16545 * platform/mac/svg/custom/font-face-source-fallback-expected.txt: Removed.
16546 * platform/mac/svg/custom/font-platformDestroy-crash-expected.checksum: Removed.
16547 * platform/mac/svg/custom/font-platformDestroy-crash-expected.png: Removed.
16548 * platform/mac/svg/custom/foreign-object-skew-expected.checksum: Removed.
16549 * platform/mac/svg/custom/foreign-object-skew-expected.png: Removed.
16550 * platform/mac/svg/custom/foreign-object-skew-expected.txt: Removed.
16551 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum: Removed.
16552 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png: Removed.
16553 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: Removed.
16554 * platform/mac/svg/custom/fractional-rects-expected.checksum: Removed.
16555 * platform/mac/svg/custom/fractional-rects-expected.png: Removed.
16556 * platform/mac/svg/custom/fractional-rects-expected.txt: Removed.
16557 * platform/mac/svg/custom/frame-getSVGDocument-expected.checksum: Removed.
16558 * platform/mac/svg/custom/frame-getSVGDocument-expected.png: Removed.
16559 * platform/mac/svg/custom/getBBox-js-expected.checksum: Removed.
16560 * platform/mac/svg/custom/getBBox-js-expected.png: Removed.
16561 * platform/mac/svg/custom/getPresentationAttribute-expected.checksum: Removed.
16562 * platform/mac/svg/custom/getPresentationAttribute-expected.png: Removed.
16563 * platform/mac/svg/custom/getPresentationAttribute-expected.txt: Removed.
16564 * platform/mac/svg/custom/getTransformToElement-expected.checksum: Removed.
16565 * platform/mac/svg/custom/getTransformToElement-expected.png: Removed.
16566 * platform/mac/svg/custom/getTransformToElement-expected.txt: Removed.
16567 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum: Removed.
16568 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png: Removed.
16569 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt: Removed.
16570 * platform/mac/svg/custom/getsvgdocument-expected.checksum: Removed.
16571 * platform/mac/svg/custom/getsvgdocument-expected.png: Removed.
16572 * platform/mac/svg/custom/getsvgdocument-expected.txt: Removed.
16573 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.checksum: Removed.
16574 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png: Removed.
16575 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt: Removed.
16576 * platform/mac/svg/custom/gradient-add-stops-expected.checksum: Removed.
16577 * platform/mac/svg/custom/gradient-add-stops-expected.png: Removed.
16578 * platform/mac/svg/custom/gradient-add-stops-expected.txt: Removed.
16579 * platform/mac/svg/custom/gradient-attr-update-expected.checksum: Removed.
16580 * platform/mac/svg/custom/gradient-attr-update-expected.png: Removed.
16581 * platform/mac/svg/custom/gradient-attr-update-expected.txt: Removed.
16582 * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum: Removed.
16583 * platform/mac/svg/custom/gradient-cycle-detection-expected.png: Removed.
16584 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt: Removed.
16585 * platform/mac/svg/custom/gradient-deep-referencing-expected.checksum: Removed.
16586 * platform/mac/svg/custom/gradient-deep-referencing-expected.png: Removed.
16587 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt: Removed.
16588 * platform/mac/svg/custom/gradient-rotated-bbox-expected.checksum: Removed.
16589 * platform/mac/svg/custom/gradient-rotated-bbox-expected.png: Removed.
16590 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt: Removed.
16591 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum: Removed.
16592 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png: Removed.
16593 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt: Removed.
16594 * platform/mac/svg/custom/gradient-stop-style-change-expected.checksum: Removed.
16595 * platform/mac/svg/custom/gradient-stop-style-change-expected.png: Removed.
16596 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt: Removed.
16597 * platform/mac/svg/custom/gradient-stroke-width-expected.checksum: Removed.
16598 * platform/mac/svg/custom/gradient-stroke-width-expected.png: Removed.
16599 * platform/mac/svg/custom/gradient-stroke-width-expected.txt: Removed.
16600 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum: Removed.
16601 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png: Removed.
16602 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt: Removed.
16603 * platform/mac/svg/custom/group-opacity-expected.checksum: Removed.
16604 * platform/mac/svg/custom/group-opacity-expected.png: Removed.
16605 * platform/mac/svg/custom/group-opacity-expected.txt: Removed.
16606 * platform/mac/svg/custom/hit-test-path-expected.checksum: Removed.
16607 * platform/mac/svg/custom/hit-test-path-expected.png: Removed.
16608 * platform/mac/svg/custom/hit-test-path-expected.txt: Removed.
16609 * platform/mac/svg/custom/hit-test-path-stroke-expected.checksum: Removed.
16610 * platform/mac/svg/custom/hit-test-path-stroke-expected.png: Removed.
16611 * platform/mac/svg/custom/hit-test-path-stroke-expected.txt: Removed.
16612 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.checksum: Removed.
16613 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png: Removed.
16614 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt: Removed.
16615 * platform/mac/svg/custom/hit-test-with-br-expected.checksum: Removed.
16616 * platform/mac/svg/custom/hit-test-with-br-expected.png: Removed.
16617 * platform/mac/svg/custom/hit-test-with-br-expected.txt: Removed.
16618 * platform/mac/svg/custom/hover-default-fill-expected.checksum: Removed.
16619 * platform/mac/svg/custom/hover-default-fill-expected.png: Removed.
16620 * platform/mac/svg/custom/hover-default-fill-expected.txt: Removed.
16621 * platform/mac/svg/custom/image-clipped-hit-expected.checksum: Removed.
16622 * platform/mac/svg/custom/image-clipped-hit-expected.png: Removed.
16623 * platform/mac/svg/custom/image-clipped-hit-expected.txt: Removed.
16624 * platform/mac/svg/custom/image-parent-translation-expected.checksum: Removed.
16625 * platform/mac/svg/custom/image-parent-translation-expected.png: Removed.
16626 * platform/mac/svg/custom/image-parent-translation-expected.txt: Removed.
16627 * platform/mac/svg/custom/image-small-width-height-expected.checksum: Removed.
16628 * platform/mac/svg/custom/image-small-width-height-expected.png: Removed.
16629 * platform/mac/svg/custom/image-small-width-height-expected.txt: Removed.
16630 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.checksum: Removed.
16631 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png: Removed.
16632 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt: Removed.
16633 * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.checksum: Removed.
16634 * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png: Removed.
16635 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum: Removed.
16636 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png: Removed.
16637 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt: Removed.
16638 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum: Removed.
16639 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png: Removed.
16640 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: Removed.
16641 * platform/mac/svg/custom/inner-percent-expected.checksum: Removed.
16642 * platform/mac/svg/custom/inner-percent-expected.png: Removed.
16643 * platform/mac/svg/custom/inner-percent-expected.txt: Removed.
16644 * platform/mac/svg/custom/inner-svg-hit-test-expected.checksum: Removed.
16645 * platform/mac/svg/custom/inner-svg-hit-test-expected.png: Removed.
16646 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt: Removed.
16647 * platform/mac/svg/custom/invalid-css-expected.checksum: Removed.
16648 * platform/mac/svg/custom/invalid-css-expected.png: Removed.
16649 * platform/mac/svg/custom/invalid-css-expected.txt: Removed.
16650 * platform/mac/svg/custom/invalid-fill-expected.checksum: Removed.
16651 * platform/mac/svg/custom/invalid-fill-expected.png: Removed.
16652 * platform/mac/svg/custom/invalid-fill-expected.txt: Removed.
16653 * platform/mac/svg/custom/invalid-fill-hex-expected.checksum: Removed.
16654 * platform/mac/svg/custom/invalid-fill-hex-expected.png: Removed.
16655 * platform/mac/svg/custom/invalid-fill-hex-expected.txt: Removed.
16656 * platform/mac/svg/custom/invalid-lengthlist-expected.checksum: Removed.
16657 * platform/mac/svg/custom/invalid-lengthlist-expected.png: Removed.
16658 * platform/mac/svg/custom/invalid-lengthlist-expected.txt: Removed.
16659 * platform/mac/svg/custom/invalid-transforms-expected.checksum: Removed.
16660 * platform/mac/svg/custom/invalid-transforms-expected.png: Removed.
16661 * platform/mac/svg/custom/invalid-transforms-expected.txt: Removed.
16662 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum: Removed.
16663 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png: Removed.
16664 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.txt: Removed.
16665 * platform/mac/svg/custom/js-font-test-expected.checksum: Removed.
16666 * platform/mac/svg/custom/js-font-test-expected.png: Removed.
16667 * platform/mac/svg/custom/js-font-test-expected.txt: Removed.
16668 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: Removed.
16669 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png: Removed.
16670 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Removed.
16671 * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum: Removed.
16672 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png: Removed.
16673 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt: Removed.
16674 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Removed.
16675 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png: Removed.
16676 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: Removed.
16677 * platform/mac/svg/custom/js-late-gradient-creation-expected.checksum: Removed.
16678 * platform/mac/svg/custom/js-late-gradient-creation-expected.png: Removed.
16679 * platform/mac/svg/custom/js-late-gradient-creation-expected.txt: Removed.
16680 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum: Removed.
16681 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png: Removed.
16682 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt: Removed.
16683 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum: Removed.
16684 * platform/mac/svg/custom/js-late-marker-creation-expected.png: Removed.
16685 * platform/mac/svg/custom/js-late-marker-creation-expected.txt: Removed.
16686 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.checksum: Removed.
16687 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.png: Removed.
16688 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt: Removed.
16689 * platform/mac/svg/custom/js-late-mask-creation-expected.checksum: Removed.
16690 * platform/mac/svg/custom/js-late-mask-creation-expected.png: Removed.
16691 * platform/mac/svg/custom/js-late-mask-creation-expected.txt: Removed.
16692 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Removed.
16693 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
16694 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: Removed.
16695 * platform/mac/svg/custom/js-late-pattern-creation-expected.checksum: Removed.
16696 * platform/mac/svg/custom/js-late-pattern-creation-expected.png: Removed.
16697 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt: Removed.
16698 * platform/mac/svg/custom/js-svg-constructors-expected.checksum: Removed.
16699 * platform/mac/svg/custom/js-svg-constructors-expected.png: Removed.
16700 * platform/mac/svg/custom/js-update-bounce-expected.checksum: Removed.
16701 * platform/mac/svg/custom/js-update-bounce-expected.png: Removed.
16702 * platform/mac/svg/custom/js-update-bounce-expected.txt: Removed.
16703 * platform/mac/svg/custom/js-update-container-expected.checksum: Removed.
16704 * platform/mac/svg/custom/js-update-container-expected.png: Removed.
16705 * platform/mac/svg/custom/js-update-container-expected.txt: Removed.
16706 * platform/mac/svg/custom/js-update-container2-expected.checksum: Removed.
16707 * platform/mac/svg/custom/js-update-container2-expected.png: Removed.
16708 * platform/mac/svg/custom/js-update-container2-expected.txt: Removed.
16709 * platform/mac/svg/custom/js-update-gradient-expected.checksum: Removed.
16710 * platform/mac/svg/custom/js-update-gradient-expected.png: Removed.
16711 * platform/mac/svg/custom/js-update-gradient-expected.txt: Removed.
16712 * platform/mac/svg/custom/js-update-image-expected.checksum: Removed.
16713 * platform/mac/svg/custom/js-update-image-expected.png: Removed.
16714 * platform/mac/svg/custom/js-update-image-expected.txt: Removed.
16715 * platform/mac/svg/custom/js-update-path-changes-expected.checksum: Removed.
16716 * platform/mac/svg/custom/js-update-path-changes-expected.png: Removed.
16717 * platform/mac/svg/custom/js-update-path-changes-expected.txt: Removed.
16718 * platform/mac/svg/custom/js-update-path-removal-expected.checksum: Removed.
16719 * platform/mac/svg/custom/js-update-path-removal-expected.png: Removed.
16720 * platform/mac/svg/custom/js-update-path-removal-expected.txt: Removed.
16721 * platform/mac/svg/custom/js-update-pattern-child-expected.checksum: Removed.
16722 * platform/mac/svg/custom/js-update-pattern-child-expected.png: Removed.
16723 * platform/mac/svg/custom/js-update-pattern-child-expected.txt: Removed.
16724 * platform/mac/svg/custom/js-update-pattern-expected.checksum: Removed.
16725 * platform/mac/svg/custom/js-update-pattern-expected.png: Removed.
16726 * platform/mac/svg/custom/js-update-pattern-expected.txt: Removed.
16727 * platform/mac/svg/custom/js-update-polygon-changes-expected.checksum: Removed.
16728 * platform/mac/svg/custom/js-update-polygon-changes-expected.png: Removed.
16729 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt: Removed.
16730 * platform/mac/svg/custom/js-update-polygon-removal-expected.checksum: Removed.
16731 * platform/mac/svg/custom/js-update-polygon-removal-expected.png: Removed.
16732 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt: Removed.
16733 * platform/mac/svg/custom/js-update-stop-expected.checksum: Removed.
16734 * platform/mac/svg/custom/js-update-stop-expected.png: Removed.
16735 * platform/mac/svg/custom/js-update-stop-expected.txt: Removed.
16736 * platform/mac/svg/custom/js-update-style-expected.checksum: Removed.
16737 * platform/mac/svg/custom/js-update-style-expected.png: Removed.
16738 * platform/mac/svg/custom/js-update-style-expected.txt: Removed.
16739 * platform/mac/svg/custom/js-update-transform-addition-expected.checksum: Removed.
16740 * platform/mac/svg/custom/js-update-transform-addition-expected.png: Removed.
16741 * platform/mac/svg/custom/js-update-transform-addition-expected.txt: Removed.
16742 * platform/mac/svg/custom/js-update-transform-changes-expected.checksum: Removed.
16743 * platform/mac/svg/custom/js-update-transform-changes-expected.png: Removed.
16744 * platform/mac/svg/custom/js-update-transform-changes-expected.txt: Removed.
16745 * platform/mac/svg/custom/junk-data-expected.checksum: Removed.
16746 * platform/mac/svg/custom/junk-data-expected.png: Removed.
16747 * platform/mac/svg/custom/junk-data-expected.txt: Removed.
16748 * platform/mac/svg/custom/large-bounding-box-percents-expected.checksum: Removed.
16749 * platform/mac/svg/custom/large-bounding-box-percents-expected.png: Removed.
16750 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt: Removed.
16751 * platform/mac/svg/custom/linking-a-03-b-all-expected.checksum: Removed.
16752 * platform/mac/svg/custom/linking-a-03-b-all-expected.png: Removed.
16753 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt: Removed.
16754 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum: Removed.
16755 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png: Removed.
16756 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Removed.
16757 * platform/mac/svg/custom/linking-a-03-b-transform-expected.checksum: Removed.
16758 * platform/mac/svg/custom/linking-a-03-b-transform-expected.png: Removed.
16759 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt: Removed.
16760 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.checksum: Removed.
16761 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png: Removed.
16762 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt: Removed.
16763 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum: Removed.
16764 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png: Removed.
16765 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Removed.
16766 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.checksum: Removed.
16767 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png: Removed.
16768 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt: Removed.
16769 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.checksum: Removed.
16770 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png: Removed.
16771 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Removed.
16772 * platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.checksum: Removed.
16773 * platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.png: Removed.
16774 * platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.checksum: Removed.
16775 * platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.png: Removed.
16776 * platform/mac/svg/custom/marker-changes-expected.checksum: Removed.
16777 * platform/mac/svg/custom/marker-changes-expected.png: Removed.
16778 * platform/mac/svg/custom/marker-changes-expected.txt: Removed.
16779 * platform/mac/svg/custom/marker-child-changes-expected.checksum: Removed.
16780 * platform/mac/svg/custom/marker-child-changes-expected.png: Removed.
16781 * platform/mac/svg/custom/marker-child-changes-expected.txt: Removed.
16782 * platform/mac/svg/custom/marker-default-width-height-expected.checksum: Removed.
16783 * platform/mac/svg/custom/marker-default-width-height-expected.png: Removed.
16784 * platform/mac/svg/custom/marker-default-width-height-expected.txt: Removed.
16785 * platform/mac/svg/custom/marker-overflow-clip-expected.checksum: Removed.
16786 * platform/mac/svg/custom/marker-overflow-clip-expected.png: Removed.
16787 * platform/mac/svg/custom/marker-overflow-clip-expected.txt: Removed.
16788 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum: Removed.
16789 * platform/mac/svg/custom/marker-viewBox-changes-expected.png: Removed.
16790 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt: Removed.
16791 * platform/mac/svg/custom/mask-changes-expected.checksum: Removed.
16792 * platform/mac/svg/custom/mask-changes-expected.png: Removed.
16793 * platform/mac/svg/custom/mask-changes-expected.txt: Removed.
16794 * platform/mac/svg/custom/mask-child-changes-expected.checksum: Removed.
16795 * platform/mac/svg/custom/mask-child-changes-expected.png: Removed.
16796 * platform/mac/svg/custom/mask-child-changes-expected.txt: Removed.
16797 * platform/mac/svg/custom/mask-excessive-malloc-expected.checksum: Removed.
16798 * platform/mac/svg/custom/mask-excessive-malloc-expected.png: Removed.
16799 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt: Removed.
16800 * platform/mac/svg/custom/mask-inside-defs-expected.checksum: Removed.
16801 * platform/mac/svg/custom/mask-inside-defs-expected.png: Removed.
16802 * platform/mac/svg/custom/mask-inside-defs-expected.txt: Removed.
16803 * platform/mac/svg/custom/missing-xlink-expected.checksum: Removed.
16804 * platform/mac/svg/custom/missing-xlink-expected.png: Removed.
16805 * platform/mac/svg/custom/missing-xlink-expected.txt: Removed.
16806 * platform/mac/svg/custom/multiple-title-elements-expected.checksum: Removed.
16807 * platform/mac/svg/custom/multiple-title-elements-expected.png: Removed.
16808 * platform/mac/svg/custom/non-circular-marker-reference-expected.checksum: Removed.
16809 * platform/mac/svg/custom/non-circular-marker-reference-expected.png: Removed.
16810 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt: Removed.
16811 * platform/mac/svg/custom/non-opaque-filters-expected.checksum: Removed.
16812 * platform/mac/svg/custom/non-opaque-filters-expected.png: Removed.
16813 * platform/mac/svg/custom/non-opaque-filters-expected.txt: Removed.
16814 * platform/mac/svg/custom/path-bad-data-expected.checksum: Removed.
16815 * platform/mac/svg/custom/path-bad-data-expected.png: Removed.
16816 * platform/mac/svg/custom/path-bad-data-expected.txt: Removed.
16817 * platform/mac/svg/custom/path-getTotalLength-expected.checksum: Removed.
16818 * platform/mac/svg/custom/path-getTotalLength-expected.png: Removed.
16819 * platform/mac/svg/custom/path-textPath-simulation-expected.checksum: Removed.
16820 * platform/mac/svg/custom/path-textPath-simulation-expected.png: Removed.
16821 * platform/mac/svg/custom/path-textPath-simulation-expected.txt: Removed.
16822 * platform/mac/svg/custom/path-update-expected.checksum: Removed.
16823 * platform/mac/svg/custom/path-update-expected.png: Removed.
16824 * platform/mac/svg/custom/path-update-expected.txt: Removed.
16825 * platform/mac/svg/custom/pattern-cycle-detection-expected.checksum: Removed.
16826 * platform/mac/svg/custom/pattern-cycle-detection-expected.png: Removed.
16827 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt: Removed.
16828 * platform/mac/svg/custom/pattern-deep-referencing-expected.checksum: Removed.
16829 * platform/mac/svg/custom/pattern-deep-referencing-expected.png: Removed.
16830 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt: Removed.
16831 * platform/mac/svg/custom/pattern-in-defs-expected.checksum: Removed.
16832 * platform/mac/svg/custom/pattern-in-defs-expected.png: Removed.
16833 * platform/mac/svg/custom/pattern-in-defs-expected.txt: Removed.
16834 * platform/mac/svg/custom/pattern-rotate-expected.checksum: Removed.
16835 * platform/mac/svg/custom/pattern-rotate-expected.png: Removed.
16836 * platform/mac/svg/custom/pattern-rotate-expected.txt: Removed.
16837 * platform/mac/svg/custom/pattern-y-offset-expected.checksum: Removed.
16838 * platform/mac/svg/custom/pattern-y-offset-expected.png: Removed.
16839 * platform/mac/svg/custom/pattern-y-offset-expected.txt: Removed.
16840 * platform/mac/svg/custom/percentage-of-html-parent-expected.checksum: Removed.
16841 * platform/mac/svg/custom/percentage-of-html-parent-expected.png: Removed.
16842 * platform/mac/svg/custom/percentage-of-html-parent-expected.txt: Removed.
16843 * platform/mac/svg/custom/percentage-rect-expected.checksum: Removed.
16844 * platform/mac/svg/custom/percentage-rect-expected.png: Removed.
16845 * platform/mac/svg/custom/percentage-rect-expected.txt: Removed.
16846 * platform/mac/svg/custom/percentage-rect2-expected.checksum: Removed.
16847 * platform/mac/svg/custom/percentage-rect2-expected.png: Removed.
16848 * platform/mac/svg/custom/percentage-rect2-expected.txt: Removed.
16849 * platform/mac/svg/custom/pointer-events-image-expected.checksum: Removed.
16850 * platform/mac/svg/custom/pointer-events-image-expected.png: Removed.
16851 * platform/mac/svg/custom/pointer-events-image-expected.txt: Removed.
16852 * platform/mac/svg/custom/pointer-events-path-expected.checksum: Removed.
16853 * platform/mac/svg/custom/pointer-events-path-expected.png: Removed.
16854 * platform/mac/svg/custom/pointer-events-path-expected.txt: Removed.
16855 * platform/mac/svg/custom/pointer-events-text-expected.checksum: Removed.
16856 * platform/mac/svg/custom/pointer-events-text-expected.png: Removed.
16857 * platform/mac/svg/custom/pointer-events-text-expected.txt: Removed.
16858 * platform/mac/svg/custom/poly-identify-expected.checksum: Removed.
16859 * platform/mac/svg/custom/poly-identify-expected.png: Removed.
16860 * platform/mac/svg/custom/poly-identify-expected.txt: Removed.
16861 * platform/mac/svg/custom/polyline-hittest-expected.checksum: Removed.
16862 * platform/mac/svg/custom/polyline-hittest-expected.png: Removed.
16863 * platform/mac/svg/custom/polyline-hittest-expected.txt: Removed.
16864 * platform/mac/svg/custom/polyline-invalid-points-expected.checksum: Removed.
16865 * platform/mac/svg/custom/polyline-invalid-points-expected.png: Removed.
16866 * platform/mac/svg/custom/polyline-invalid-points-expected.txt: Removed.
16867 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.checksum: Removed.
16868 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.png: Removed.
16869 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt: Removed.
16870 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum: Removed.
16871 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png: Removed.
16872 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Removed.
16873 * platform/mac/svg/custom/prevent-default-expected.checksum: Removed.
16874 * platform/mac/svg/custom/prevent-default-expected.png: Removed.
16875 * platform/mac/svg/custom/prevent-default-expected.txt: Removed.
16876 * platform/mac/svg/custom/recursive-clippath-expected.checksum: Removed.
16877 * platform/mac/svg/custom/recursive-clippath-expected.png: Removed.
16878 * platform/mac/svg/custom/recursive-clippath-expected.txt: Removed.
16879 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.checksum: Removed.
16880 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png: Removed.
16881 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt: Removed.
16882 * platform/mac/svg/custom/resource-client-removal-expected.checksum: Removed.
16883 * platform/mac/svg/custom/resource-client-removal-expected.png: Removed.
16884 * platform/mac/svg/custom/resource-client-removal-expected.txt: Removed.
16885 * platform/mac/svg/custom/rgbcolor-syntax-expected.checksum: Removed.
16886 * platform/mac/svg/custom/rgbcolor-syntax-expected.png: Removed.
16887 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt: Removed.
16888 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Removed.
16889 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png: Removed.
16890 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt: Removed.
16891 * platform/mac/svg/custom/rootelement-expected.checksum: Removed.
16892 * platform/mac/svg/custom/rootelement-expected.png: Removed.
16893 * platform/mac/svg/custom/rootelement-expected.txt: Removed.
16894 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum: Removed.
16895 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png: Removed.
16896 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt: Removed.
16897 * platform/mac/svg/custom/rounded-rects-expected.checksum: Removed.
16898 * platform/mac/svg/custom/rounded-rects-expected.png: Removed.
16899 * platform/mac/svg/custom/rounded-rects-expected.txt: Removed.
16900 * platform/mac/svg/custom/scroll-hit-test-expected.checksum: Removed.
16901 * platform/mac/svg/custom/scroll-hit-test-expected.png: Removed.
16902 * platform/mac/svg/custom/scroll-hit-test-expected.txt: Removed.
16903 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Removed.
16904 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Removed.
16905 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
16906 * platform/mac/svg/custom/second-inline-text-expected.checksum: Removed.
16907 * platform/mac/svg/custom/second-inline-text-expected.png: Removed.
16908 * platform/mac/svg/custom/second-inline-text-expected.txt: Removed.
16909 * platform/mac/svg/custom/shape-rendering-expected.checksum: Removed.
16910 * platform/mac/svg/custom/shape-rendering-expected.png: Removed.
16911 * platform/mac/svg/custom/shape-rendering-expected.txt: Removed.
16912 * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum: Removed.
16913 * platform/mac/svg/custom/shapes-supporting-markers-expected.png: Removed.
16914 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt: Removed.
16915 * platform/mac/svg/custom/sheet-title-expected.checksum: Removed.
16916 * platform/mac/svg/custom/sheet-title-expected.png: Removed.
16917 * platform/mac/svg/custom/sheet-title-expected.txt: Removed.
16918 * platform/mac/svg/custom/simpleCDF-expected.checksum: Removed.
16919 * platform/mac/svg/custom/simpleCDF-expected.png: Removed.
16920 * platform/mac/svg/custom/simpleCDF-expected.txt: Removed.
16921 * platform/mac/svg/custom/stroke-fallback-expected.checksum: Removed.
16922 * platform/mac/svg/custom/stroke-fallback-expected.png: Removed.
16923 * platform/mac/svg/custom/stroke-fallback-expected.txt: Removed.
16924 * platform/mac/svg/custom/stroke-width-click-expected.checksum: Removed.
16925 * platform/mac/svg/custom/stroke-width-click-expected.png: Removed.
16926 * platform/mac/svg/custom/stroked-pattern-expected.checksum: Removed.
16927 * platform/mac/svg/custom/stroked-pattern-expected.png: Removed.
16928 * platform/mac/svg/custom/stroked-pattern-expected.txt: Removed.
16929 * platform/mac/svg/custom/struct-use-09-b-expected.checksum: Removed.
16930 * platform/mac/svg/custom/struct-use-09-b-expected.png: Removed.
16931 * platform/mac/svg/custom/struct-use-09-b-expected.txt: Removed.
16932 * platform/mac/svg/custom/style-attribute-font-size-expected.checksum: Removed.
16933 * platform/mac/svg/custom/style-attribute-font-size-expected.png: Removed.
16934 * platform/mac/svg/custom/style-attribute-font-size-expected.txt: Removed.
16935 * platform/mac/svg/custom/svg-absolute-children-expected.checksum: Removed.
16936 * platform/mac/svg/custom/svg-absolute-children-expected.png: Removed.
16937 * platform/mac/svg/custom/svg-absolute-children-expected.txt: Removed.
16938 * platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.checksum: Removed.
16939 * platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.png: Removed.
16940 * platform/mac/svg/custom/svg-features-expected.checksum: Removed.
16941 * platform/mac/svg/custom/svg-features-expected.png: Removed.
16942 * platform/mac/svg/custom/svg-float-border-padding-expected.checksum: Removed.
16943 * platform/mac/svg/custom/svg-float-border-padding-expected.png: Removed.
16944 * platform/mac/svg/custom/svg-float-border-padding-expected.txt: Removed.
16945 * platform/mac/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
16946 * platform/mac/svg/custom/svg-fonts-in-html-expected.png: Removed.
16947 * platform/mac/svg/custom/svg-fonts-in-html-expected.txt: Removed.
16948 * platform/mac/svg/custom/svg-overflow-types-expected.checksum: Removed.
16949 * platform/mac/svg/custom/svg-overflow-types-expected.png: Removed.
16950 * platform/mac/svg/custom/svg-overflow-types-expected.txt: Removed.
16951 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.checksum: Removed.
16952 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.png: Removed.
16953 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt: Removed.
16954 * platform/mac/svg/custom/svgsvgelement-ctm-expected.checksum: Removed.
16955 * platform/mac/svg/custom/svgsvgelement-ctm-expected.png: Removed.
16956 * platform/mac/svg/custom/text-clip-expected.checksum: Removed.
16957 * platform/mac/svg/custom/text-clip-expected.png: Removed.
16958 * platform/mac/svg/custom/text-clip-expected.txt: Removed.
16959 * platform/mac/svg/custom/text-ctm-expected.checksum: Removed.
16960 * platform/mac/svg/custom/text-ctm-expected.png: Removed.
16961 * platform/mac/svg/custom/text-ctm-expected.txt: Removed.
16962 * platform/mac/svg/custom/text-decoration-visibility-expected.checksum: Removed.
16963 * platform/mac/svg/custom/text-decoration-visibility-expected.png: Removed.
16964 * platform/mac/svg/custom/text-decoration-visibility-expected.txt: Removed.
16965 * platform/mac/svg/custom/text-dom-01-f-expected.checksum: Removed.
16966 * platform/mac/svg/custom/text-dom-01-f-expected.png: Removed.
16967 * platform/mac/svg/custom/text-dom-01-f-expected.txt: Removed.
16968 * platform/mac/svg/custom/text-filter-expected.checksum: Removed.
16969 * platform/mac/svg/custom/text-filter-expected.png: Removed.
16970 * platform/mac/svg/custom/text-filter-expected.txt: Removed.
16971 * platform/mac/svg/custom/text-gradient-no-content-expected.checksum: Removed.
16972 * platform/mac/svg/custom/text-gradient-no-content-expected.png: Removed.
16973 * platform/mac/svg/custom/text-gradient-no-content-expected.txt: Removed.
16974 * platform/mac/svg/custom/text-hit-test-expected.checksum: Removed.
16975 * platform/mac/svg/custom/text-hit-test-expected.png: Removed.
16976 * platform/mac/svg/custom/text-hit-test-expected.txt: Removed.
16977 * platform/mac/svg/custom/text-image-opacity-expected.checksum: Removed.
16978 * platform/mac/svg/custom/text-image-opacity-expected.png: Removed.
16979 * platform/mac/svg/custom/text-image-opacity-expected.txt: Removed.
16980 * platform/mac/svg/custom/text-letter-spacing-expected.checksum: Removed.
16981 * platform/mac/svg/custom/text-letter-spacing-expected.png: Removed.
16982 * platform/mac/svg/custom/text-letter-spacing-expected.txt: Removed.
16983 * platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum: Removed.
16984 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png: Removed.
16985 * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt: Removed.
16986 * platform/mac/svg/custom/text-whitespace-handling-expected.checksum: Removed.
16987 * platform/mac/svg/custom/text-whitespace-handling-expected.png: Removed.
16988 * platform/mac/svg/custom/text-whitespace-handling-expected.txt: Removed.
16989 * platform/mac/svg/custom/text-x-dx-lists-expected.checksum: Removed.
16990 * platform/mac/svg/custom/text-x-dx-lists-expected.png: Removed.
16991 * platform/mac/svg/custom/text-x-dx-lists-expected.txt: Removed.
16992 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.checksum: Removed.
16993 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png: Removed.
16994 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Removed.
16995 * platform/mac/svg/custom/textPath-assert-expected.checksum: Removed.
16996 * platform/mac/svg/custom/textPath-assert-expected.png: Removed.
16997 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.checksum: Removed.
16998 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.png: Removed.
16999 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt: Removed.
17000 * platform/mac/svg/custom/transform-invalid-expected.checksum: Removed.
17001 * platform/mac/svg/custom/transform-invalid-expected.png: Removed.
17002 * platform/mac/svg/custom/transform-invalid-expected.txt: Removed.
17003 * platform/mac/svg/custom/transform-removeAttributeNS-expected.checksum: Removed.
17004 * platform/mac/svg/custom/transform-removeAttributeNS-expected.png: Removed.
17005 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt: Removed.
17006 * platform/mac/svg/custom/transform-scale-parse-expected.checksum: Removed.
17007 * platform/mac/svg/custom/transform-scale-parse-expected.png: Removed.
17008 * platform/mac/svg/custom/transform-scale-parse-expected.txt: Removed.
17009 * platform/mac/svg/custom/transform-with-ending-space-expected.checksum: Removed.
17010 * platform/mac/svg/custom/transform-with-ending-space-expected.png: Removed.
17011 * platform/mac/svg/custom/transform-with-ending-space-expected.txt: Removed.
17012 * platform/mac/svg/custom/tref-update-expected.checksum: Removed.
17013 * platform/mac/svg/custom/tref-update-expected.png: Removed.
17014 * platform/mac/svg/custom/tref-update-expected.txt: Removed.
17015 * platform/mac/svg/custom/use-clipped-hit-expected.checksum: Removed.
17016 * platform/mac/svg/custom/use-clipped-hit-expected.png: Removed.
17017 * platform/mac/svg/custom/use-clipped-hit-expected.txt: Removed.
17018 * platform/mac/svg/custom/use-css-events-expected.checksum: Removed.
17019 * platform/mac/svg/custom/use-css-events-expected.png: Removed.
17020 * platform/mac/svg/custom/use-css-events-expected.txt: Removed.
17021 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Removed.
17022 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Removed.
17023 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Removed.
17024 * platform/mac/svg/custom/use-detach-expected.checksum: Removed.
17025 * platform/mac/svg/custom/use-detach-expected.png: Removed.
17026 * platform/mac/svg/custom/use-detach-expected.txt: Removed.
17027 * platform/mac/svg/custom/use-dynamic-append-expected.checksum: Removed.
17028 * platform/mac/svg/custom/use-dynamic-append-expected.png: Removed.
17029 * platform/mac/svg/custom/use-dynamic-append-expected.txt: Removed.
17030 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum: Removed.
17031 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png: Removed.
17032 * platform/mac/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
17033 * platform/mac/svg/custom/use-elementInstance-methods-expected.checksum: Removed.
17034 * platform/mac/svg/custom/use-elementInstance-methods-expected.png: Removed.
17035 * platform/mac/svg/custom/use-elementInstance-methods-expected.txt: Removed.
17036 * platform/mac/svg/custom/use-empty-reference-expected.checksum: Removed.
17037 * platform/mac/svg/custom/use-empty-reference-expected.png: Removed.
17038 * platform/mac/svg/custom/use-empty-reference-expected.txt: Removed.
17039 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum: Removed.
17040 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png: Removed.
17041 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt: Removed.
17042 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum: Removed.
17043 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png: Removed.
17044 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt: Removed.
17045 * platform/mac/svg/custom/use-events-crash-expected.checksum: Removed.
17046 * platform/mac/svg/custom/use-events-crash-expected.png: Removed.
17047 * platform/mac/svg/custom/use-events-crash-expected.txt: Removed.
17048 * platform/mac/svg/custom/use-forward-refs-expected.checksum: Removed.
17049 * platform/mac/svg/custom/use-forward-refs-expected.png: Removed.
17050 * platform/mac/svg/custom/use-forward-refs-expected.txt: Removed.
17051 * platform/mac/svg/custom/use-infinite-recursion-expected.checksum: Removed.
17052 * platform/mac/svg/custom/use-infinite-recursion-expected.png: Removed.
17053 * platform/mac/svg/custom/use-infinite-recursion-expected.txt: Removed.
17054 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum: Removed.
17055 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png: Removed.
17056 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
17057 * platform/mac/svg/custom/use-modify-container-in-target-expected.checksum: Removed.
17058 * platform/mac/svg/custom/use-modify-container-in-target-expected.png: Removed.
17059 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt: Removed.
17060 * platform/mac/svg/custom/use-modify-target-container-expected.checksum: Removed.
17061 * platform/mac/svg/custom/use-modify-target-container-expected.png: Removed.
17062 * platform/mac/svg/custom/use-modify-target-container-expected.txt: Removed.
17063 * platform/mac/svg/custom/use-modify-target-symbol-expected.checksum: Removed.
17064 * platform/mac/svg/custom/use-modify-target-symbol-expected.png: Removed.
17065 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt: Removed.
17066 * platform/mac/svg/custom/use-nested-transform-expected.checksum: Removed.
17067 * platform/mac/svg/custom/use-nested-transform-expected.png: Removed.
17068 * platform/mac/svg/custom/use-nested-transform-expected.txt: Removed.
17069 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Removed.
17070 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Removed.
17071 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Removed.
17072 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Removed.
17073 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Removed.
17074 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Removed.
17075 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Removed.
17076 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Removed.
17077 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
17078 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Removed.
17079 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png: Removed.
17080 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Removed.
17081 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Removed.
17082 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Removed.
17083 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Removed.
17084 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Removed.
17085 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Removed.
17086 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Removed.
17087 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Removed.
17088 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Removed.
17089 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Removed.
17090 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.checksum: Removed.
17091 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.png: Removed.
17092 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt: Removed.
17093 * platform/mac/svg/custom/use-on-g-containing-use-expected.checksum: Removed.
17094 * platform/mac/svg/custom/use-on-g-containing-use-expected.png: Removed.
17095 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt: Removed.
17096 * platform/mac/svg/custom/use-on-g-expected.checksum: Removed.
17097 * platform/mac/svg/custom/use-on-g-expected.png: Removed.
17098 * platform/mac/svg/custom/use-on-g-expected.txt: Removed.
17099 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Removed.
17100 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png: Removed.
17101 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt: Removed.
17102 * platform/mac/svg/custom/use-on-rect-expected.checksum: Removed.
17103 * platform/mac/svg/custom/use-on-rect-expected.png: Removed.
17104 * platform/mac/svg/custom/use-on-rect-expected.txt: Removed.
17105 * platform/mac/svg/custom/use-on-symbol-expected.checksum: Removed.
17106 * platform/mac/svg/custom/use-on-symbol-expected.png: Removed.
17107 * platform/mac/svg/custom/use-on-symbol-expected.txt: Removed.
17108 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum: Removed.
17109 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png: Removed.
17110 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt: Removed.
17111 * platform/mac/svg/custom/use-on-text-expected.checksum: Removed.
17112 * platform/mac/svg/custom/use-on-text-expected.png: Removed.
17113 * platform/mac/svg/custom/use-on-text-expected.txt: Removed.
17114 * platform/mac/svg/custom/use-on-use-expected.checksum: Removed.
17115 * platform/mac/svg/custom/use-on-use-expected.png: Removed.
17116 * platform/mac/svg/custom/use-on-use-expected.txt: Removed.
17117 * platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum: Removed.
17118 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png: Removed.
17119 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt: Removed.
17120 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum: Removed.
17121 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png: Removed.
17122 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt: Removed.
17123 * platform/mac/svg/custom/use-recalcStyle-crash-expected.checksum: Removed.
17124 * platform/mac/svg/custom/use-recalcStyle-crash-expected.png: Removed.
17125 * platform/mac/svg/custom/use-recalcStyle-crash-expected.txt: Removed.
17126 * platform/mac/svg/custom/use-recursion-1-expected.checksum: Removed.
17127 * platform/mac/svg/custom/use-recursion-1-expected.png: Removed.
17128 * platform/mac/svg/custom/use-recursion-1-expected.txt: Removed.
17129 * platform/mac/svg/custom/use-recursion-2-expected.checksum: Removed.
17130 * platform/mac/svg/custom/use-recursion-2-expected.png: Removed.
17131 * platform/mac/svg/custom/use-recursion-2-expected.txt: Removed.
17132 * platform/mac/svg/custom/use-recursion-3-expected.checksum: Removed.
17133 * platform/mac/svg/custom/use-recursion-3-expected.png: Removed.
17134 * platform/mac/svg/custom/use-recursion-3-expected.txt: Removed.
17135 * platform/mac/svg/custom/use-recursion-4-expected.checksum: Removed.
17136 * platform/mac/svg/custom/use-recursion-4-expected.png: Removed.
17137 * platform/mac/svg/custom/use-recursion-4-expected.txt: Removed.
17138 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Removed.
17139 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png: Removed.
17140 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Removed.
17141 * platform/mac/svg/custom/use-symbol-overflow-expected.checksum: Removed.
17142 * platform/mac/svg/custom/use-symbol-overflow-expected.png: Removed.
17143 * platform/mac/svg/custom/use-symbol-overflow-expected.txt: Removed.
17144 * platform/mac/svg/custom/use-transform-expected.checksum: Removed.
17145 * platform/mac/svg/custom/use-transform-expected.png: Removed.
17146 * platform/mac/svg/custom/use-transform-expected.txt: Removed.
17147 * platform/mac/svg/custom/viewBox-hit-expected.checksum: Removed.
17148 * platform/mac/svg/custom/viewBox-hit-expected.png: Removed.
17149 * platform/mac/svg/custom/viewBox-hit-expected.txt: Removed.
17150 * platform/mac/svg/custom/viewbox-syntax-expected.checksum: Removed.
17151 * platform/mac/svg/custom/viewbox-syntax-expected.png: Removed.
17152 * platform/mac/svg/custom/viewbox-syntax-expected.txt: Removed.
17153 * platform/mac/svg/custom/viewport-clip-expected.checksum: Removed.
17154 * platform/mac/svg/custom/viewport-clip-expected.png: Removed.
17155 * platform/mac/svg/custom/viewport-clip-expected.txt: Removed.
17156 * platform/mac/svg/custom/viewport-em-expected.checksum: Removed.
17157 * platform/mac/svg/custom/viewport-em-expected.png: Removed.
17158 * platform/mac/svg/custom/viewport-em-expected.txt: Removed.
17159 * platform/mac/svg/custom/viewport-no-width-height-expected.checksum: Removed.
17160 * platform/mac/svg/custom/viewport-no-width-height-expected.png: Removed.
17161 * platform/mac/svg/custom/viewport-no-width-height-expected.txt: Removed.
17162 * platform/mac/svg/custom/viewport-update-expected.checksum: Removed.
17163 * platform/mac/svg/custom/viewport-update-expected.png: Removed.
17164 * platform/mac/svg/custom/viewport-update-expected.txt: Removed.
17165 * platform/mac/svg/custom/viewport-update2-expected.checksum: Removed.
17166 * platform/mac/svg/custom/viewport-update2-expected.png: Removed.
17167 * platform/mac/svg/custom/viewport-update2-expected.txt: Removed.
17168 * platform/mac/svg/custom/visibility-override-clip-expected.checksum: Removed.
17169 * platform/mac/svg/custom/visibility-override-clip-expected.png: Removed.
17170 * platform/mac/svg/custom/visibility-override-clip-expected.txt: Removed.
17171 * platform/mac/svg/custom/visibility-override-expected.checksum: Removed.
17172 * platform/mac/svg/custom/visibility-override-expected.png: Removed.
17173 * platform/mac/svg/custom/visibility-override-expected.txt: Removed.
17174 * platform/mac/svg/custom/visibility-override-filter-expected.checksum: Removed.
17175 * platform/mac/svg/custom/visibility-override-filter-expected.png: Removed.
17176 * platform/mac/svg/custom/visibility-override-filter-expected.txt: Removed.
17177 * platform/mac/svg/custom/visibility-override-mask-expected.checksum: Removed.
17178 * platform/mac/svg/custom/visibility-override-mask-expected.png: Removed.
17179 * platform/mac/svg/custom/visibility-override-mask-expected.txt: Removed.
17180 * platform/mac/svg/custom/width-full-percentage-expected.checksum: Removed.
17181 * platform/mac/svg/custom/width-full-percentage-expected.png: Removed.
17182 * platform/mac/svg/custom/width-full-percentage-expected.txt: Removed.
17183 * platform/mac/svg/custom/xhtml-no-svg-renderer-expected.checksum: Removed.
17184 * platform/mac/svg/custom/xhtml-no-svg-renderer-expected.png: Removed.
17185 * platform/mac/svg/custom/xhtml-no-svg-renderer-expected.txt: Removed.
17186 * platform/mac/svg/custom/xml-stylesheet-expected.checksum: Removed.
17187 * platform/mac/svg/custom/xml-stylesheet-expected.png: Removed.
17188 * platform/mac/svg/custom/xml-stylesheet-expected.txt: Removed.
17189 * platform/mac/svg/dom/animated-tearoff-equality-expected.checksum: Removed.
17190 * platform/mac/svg/dom/animated-tearoff-equality-expected.png: Removed.
17191 * platform/mac/svg/dom/animated-tearoff-lifespan-expected.checksum: Removed.
17192 * platform/mac/svg/dom/animated-tearoff-lifespan-expected.png: Removed.
17193 * platform/mac/svg/dom/font-face-elements-expected.checksum: Removed.
17194 * platform/mac/svg/dom/font-face-elements-expected.png: Removed.
17195 * platform/mac/svg/dom/length-list-parser-expected.checksum: Removed.
17196 * platform/mac/svg/dom/length-list-parser-expected.png: Removed.
17197 * platform/mac/svg/dom/path-parser-expected.checksum: Removed.
17198 * platform/mac/svg/dom/path-parser-expected.png: Removed.
17199 * platform/mac/svg/dom/points-parser-expected.checksum: Removed.
17200 * platform/mac/svg/dom/points-parser-expected.png: Removed.
17201 * platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.checksum: Removed.
17202 * platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.png: Removed.
17203 * platform/mac/svg/dom/rgb-color-parser-expected.checksum: Removed.
17204 * platform/mac/svg/dom/rgb-color-parser-expected.png: Removed.
17205 * platform/mac/svg/dom/string-list-parser-expected.checksum: Removed.
17206 * platform/mac/svg/dom/string-list-parser-expected.png: Removed.
17207 * platform/mac/svg/dom/svg-element-attribute-js-null-expected.checksum: Removed.
17208 * platform/mac/svg/dom/svg-element-attribute-js-null-expected.png: Removed.
17209 * platform/mac/svg/dom/transform-parser-expected.checksum: Removed.
17210 * platform/mac/svg/dom/transform-parser-expected.png: Removed.
17211 * platform/mac/svg/hixie/cascade/001-broken-expected.checksum: Removed.
17212 * platform/mac/svg/hixie/cascade/001-broken-expected.png: Removed.
17213 * platform/mac/svg/hixie/cascade/001-broken-expected.txt: Removed.
17214 * platform/mac/svg/hixie/cascade/002-expected.checksum: Removed.
17215 * platform/mac/svg/hixie/cascade/002-expected.png: Removed.
17216 * platform/mac/svg/hixie/cascade/002-expected.txt: Removed.
17217 * platform/mac/svg/hixie/data-types/001-expected.checksum: Removed.
17218 * platform/mac/svg/hixie/data-types/001-expected.png: Removed.
17219 * platform/mac/svg/hixie/data-types/001-expected.txt: Removed.
17220 * platform/mac/svg/hixie/data-types/002-expected.checksum: Removed.
17221 * platform/mac/svg/hixie/data-types/002-expected.png: Removed.
17222 * platform/mac/svg/hixie/data-types/002-expected.txt: Removed.
17223 * platform/mac/svg/hixie/dynamic/001-expected.checksum: Removed.
17224 * platform/mac/svg/hixie/dynamic/001-expected.png: Removed.
17225 * platform/mac/svg/hixie/dynamic/002-expected.checksum: Removed.
17226 * platform/mac/svg/hixie/dynamic/002-expected.png: Removed.
17227 * platform/mac/svg/hixie/dynamic/002-expected.txt: Removed.
17228 * platform/mac/svg/hixie/dynamic/003-expected.checksum: Removed.
17229 * platform/mac/svg/hixie/dynamic/003-expected.png: Removed.
17230 * platform/mac/svg/hixie/dynamic/003-expected.txt: Removed.
17231 * platform/mac/svg/hixie/dynamic/004-expected.checksum: Removed.
17232 * platform/mac/svg/hixie/dynamic/004-expected.png: Removed.
17233 * platform/mac/svg/hixie/dynamic/004-expected.txt: Removed.
17234 * platform/mac/svg/hixie/dynamic/005-broken-expected.checksum: Removed.
17235 * platform/mac/svg/hixie/dynamic/005-broken-expected.png: Removed.
17236 * platform/mac/svg/hixie/dynamic/005-broken-expected.txt: Removed.
17237 * platform/mac/svg/hixie/dynamic/006-expected.checksum: Removed.
17238 * platform/mac/svg/hixie/dynamic/006-expected.png: Removed.
17239 * platform/mac/svg/hixie/dynamic/006-expected.txt: Removed.
17240 * platform/mac/svg/hixie/error/001-expected.checksum: Removed.
17241 * platform/mac/svg/hixie/error/001-expected.png: Removed.
17242 * platform/mac/svg/hixie/error/001-expected.txt: Removed.
17243 * platform/mac/svg/hixie/error/002-expected.checksum: Removed.
17244 * platform/mac/svg/hixie/error/002-expected.png: Removed.
17245 * platform/mac/svg/hixie/error/002-expected.txt: Removed.
17246 * platform/mac/svg/hixie/error/003-expected.checksum: Removed.
17247 * platform/mac/svg/hixie/error/003-expected.png: Removed.
17248 * platform/mac/svg/hixie/error/003-expected.txt: Removed.
17249 * platform/mac/svg/hixie/error/004-expected.checksum: Removed.
17250 * platform/mac/svg/hixie/error/004-expected.png: Removed.
17251 * platform/mac/svg/hixie/error/004-expected.txt: Removed.
17252 * platform/mac/svg/hixie/error/005-expected.checksum: Removed.
17253 * platform/mac/svg/hixie/error/005-expected.png: Removed.
17254 * platform/mac/svg/hixie/error/005-expected.txt: Removed.
17255 * platform/mac/svg/hixie/error/006-expected.checksum: Removed.
17256 * platform/mac/svg/hixie/error/006-expected.png: Removed.
17257 * platform/mac/svg/hixie/error/006-expected.txt: Removed.
17258 * platform/mac/svg/hixie/error/007-expected.checksum: Removed.
17259 * platform/mac/svg/hixie/error/007-expected.png: Removed.
17260 * platform/mac/svg/hixie/error/007-expected.txt: Removed.
17261 * platform/mac/svg/hixie/error/008-expected.checksum: Removed.
17262 * platform/mac/svg/hixie/error/008-expected.png: Removed.
17263 * platform/mac/svg/hixie/error/008-expected.txt: Removed.
17264 * platform/mac/svg/hixie/error/009-expected.checksum: Removed.
17265 * platform/mac/svg/hixie/error/009-expected.png: Removed.
17266 * platform/mac/svg/hixie/error/009-expected.txt: Removed.
17267 * platform/mac/svg/hixie/error/010-expected.checksum: Removed.
17268 * platform/mac/svg/hixie/error/010-expected.png: Removed.
17269 * platform/mac/svg/hixie/error/010-expected.txt: Removed.
17270 * platform/mac/svg/hixie/error/011-expected.checksum: Removed.
17271 * platform/mac/svg/hixie/error/011-expected.png: Removed.
17272 * platform/mac/svg/hixie/error/011-expected.txt: Removed.
17273 * platform/mac/svg/hixie/error/012-expected.checksum: Removed.
17274 * platform/mac/svg/hixie/error/012-expected.png: Removed.
17275 * platform/mac/svg/hixie/error/012-expected.txt: Removed.
17276 * platform/mac/svg/hixie/error/013-expected.checksum: Removed.
17277 * platform/mac/svg/hixie/error/013-expected.png: Removed.
17278 * platform/mac/svg/hixie/error/013-expected.txt: Removed.
17279 * platform/mac/svg/hixie/error/014-expected.checksum: Removed.
17280 * platform/mac/svg/hixie/error/014-expected.png: Removed.
17281 * platform/mac/svg/hixie/error/014-expected.txt: Removed.
17282 * platform/mac/svg/hixie/error/014-test-expected.checksum: Removed.
17283 * platform/mac/svg/hixie/error/014-test-expected.png: Removed.
17284 * platform/mac/svg/hixie/error/014-test-expected.txt: Removed.
17285 * platform/mac/svg/hixie/error/015-expected.checksum: Removed.
17286 * platform/mac/svg/hixie/error/015-expected.png: Removed.
17287 * platform/mac/svg/hixie/error/015-expected.txt: Removed.
17288 * platform/mac/svg/hixie/error/016-expected.checksum: Removed.
17289 * platform/mac/svg/hixie/error/016-expected.png: Removed.
17290 * platform/mac/svg/hixie/error/016-expected.txt: Removed.
17291 * platform/mac/svg/hixie/error/017-expected.checksum: Removed.
17292 * platform/mac/svg/hixie/error/017-expected.png: Removed.
17293 * platform/mac/svg/hixie/error/017-expected.txt: Removed.
17294 * platform/mac/svg/hixie/links/001-expected.checksum: Removed.
17295 * platform/mac/svg/hixie/links/001-expected.png: Removed.
17296 * platform/mac/svg/hixie/links/001-expected.txt: Removed.
17297 * platform/mac/svg/hixie/links/002-expected.checksum: Removed.
17298 * platform/mac/svg/hixie/links/002-expected.png: Removed.
17299 * platform/mac/svg/hixie/links/002-expected.txt: Removed.
17300 * platform/mac/svg/hixie/links/003-broken-expected.checksum: Removed.
17301 * platform/mac/svg/hixie/links/003-broken-expected.png: Removed.
17302 * platform/mac/svg/hixie/links/003-broken-expected.txt: Removed.
17303 * platform/mac/svg/hixie/mixed/003-expected.checksum: Removed.
17304 * platform/mac/svg/hixie/mixed/003-expected.png: Removed.
17305 * platform/mac/svg/hixie/mixed/003-expected.txt: Removed.
17306 * platform/mac/svg/hixie/mixed/004-expected.checksum: Removed.
17307 * platform/mac/svg/hixie/mixed/004-expected.png: Removed.
17308 * platform/mac/svg/hixie/mixed/004-expected.txt: Removed.
17309 * platform/mac/svg/hixie/mixed/005-expected.checksum: Removed.
17310 * platform/mac/svg/hixie/mixed/005-expected.png: Removed.
17311 * platform/mac/svg/hixie/mixed/005-expected.txt: Removed.
17312 * platform/mac/svg/hixie/mixed/006-expected.checksum: Removed.
17313 * platform/mac/svg/hixie/mixed/006-expected.png: Removed.
17314 * platform/mac/svg/hixie/mixed/006-expected.txt: Removed.
17315 * platform/mac/svg/hixie/mixed/007-expected.checksum: Removed.
17316 * platform/mac/svg/hixie/mixed/007-expected.png: Removed.
17317 * platform/mac/svg/hixie/mixed/007-expected.txt: Removed.
17318 * platform/mac/svg/hixie/mixed/008-expected.checksum: Removed.
17319 * platform/mac/svg/hixie/mixed/008-expected.png: Removed.
17320 * platform/mac/svg/hixie/mixed/008-expected.txt: Removed.
17321 * platform/mac/svg/hixie/mixed/009-expected.checksum: Removed.
17322 * platform/mac/svg/hixie/mixed/009-expected.png: Removed.
17323 * platform/mac/svg/hixie/mixed/009-expected.txt: Removed.
17324 * platform/mac/svg/hixie/mixed/010-expected.checksum: Removed.
17325 * platform/mac/svg/hixie/mixed/010-expected.png: Removed.
17326 * platform/mac/svg/hixie/mixed/010-expected.txt: Removed.
17327 * platform/mac/svg/hixie/mixed/011-expected.checksum: Removed.
17328 * platform/mac/svg/hixie/mixed/011-expected.png: Removed.
17329 * platform/mac/svg/hixie/mixed/011-expected.txt: Removed.
17330 * platform/mac/svg/hixie/painting/001-expected.checksum: Removed.
17331 * platform/mac/svg/hixie/painting/001-expected.png: Removed.
17332 * platform/mac/svg/hixie/painting/001-expected.txt: Removed.
17333 * platform/mac/svg/hixie/perf/001-expected.checksum: Removed.
17334 * platform/mac/svg/hixie/perf/001-expected.png: Removed.
17335 * platform/mac/svg/hixie/perf/001-expected.txt: Removed.
17336 * platform/mac/svg/hixie/perf/002-expected.checksum: Removed.
17337 * platform/mac/svg/hixie/perf/002-expected.png: Removed.
17338 * platform/mac/svg/hixie/perf/002-expected.txt: Removed.
17339 * platform/mac/svg/hixie/perf/003-expected.checksum: Removed.
17340 * platform/mac/svg/hixie/perf/003-expected.png: Removed.
17341 * platform/mac/svg/hixie/perf/003-expected.txt: Removed.
17342 * platform/mac/svg/hixie/perf/004-expected.checksum: Removed.
17343 * platform/mac/svg/hixie/perf/004-expected.png: Removed.
17344 * platform/mac/svg/hixie/perf/004-expected.txt: Removed.
17345 * platform/mac/svg/hixie/perf/005-expected.checksum: Removed.
17346 * platform/mac/svg/hixie/perf/005-expected.png: Removed.
17347 * platform/mac/svg/hixie/perf/005-expected.txt: Removed.
17348 * platform/mac/svg/hixie/perf/006-expected.checksum: Removed.
17349 * platform/mac/svg/hixie/perf/006-expected.png: Removed.
17350 * platform/mac/svg/hixie/perf/006-expected.txt: Removed.
17351 * platform/mac/svg/hixie/perf/007-expected.checksum: Removed.
17352 * platform/mac/svg/hixie/perf/007-expected.png: Removed.
17353 * platform/mac/svg/hixie/perf/007-expected.txt: Removed.
17354 * platform/mac/svg/hixie/processing-model/003-expected.checksum: Removed.
17355 * platform/mac/svg/hixie/processing-model/003-expected.png: Removed.
17356 * platform/mac/svg/hixie/processing-model/003-expected.txt: Removed.
17357 * platform/mac/svg/hixie/processing-model/004-expected.checksum: Removed.
17358 * platform/mac/svg/hixie/processing-model/004-expected.png: Removed.
17359 * platform/mac/svg/hixie/processing-model/004-expected.txt: Removed.
17360 * platform/mac/svg/hixie/processing-model/005-expected.checksum: Removed.
17361 * platform/mac/svg/hixie/processing-model/005-expected.png: Removed.
17362 * platform/mac/svg/hixie/processing-model/005-expected.txt: Removed.
17363 * platform/mac/svg/hixie/rendering-model/001-expected.checksum: Removed.
17364 * platform/mac/svg/hixie/rendering-model/001-expected.png: Removed.
17365 * platform/mac/svg/hixie/rendering-model/001-expected.txt: Removed.
17366 * platform/mac/svg/hixie/rendering-model/002-expected.checksum: Removed.
17367 * platform/mac/svg/hixie/rendering-model/002-expected.png: Removed.
17368 * platform/mac/svg/hixie/rendering-model/002-expected.txt: Removed.
17369 * platform/mac/svg/hixie/rendering-model/003-expected.checksum: Removed.
17370 * platform/mac/svg/hixie/rendering-model/003-expected.png: Removed.
17371 * platform/mac/svg/hixie/rendering-model/003-expected.txt: Removed.
17372 * platform/mac/svg/hixie/rendering-model/003a-expected.checksum: Removed.
17373 * platform/mac/svg/hixie/rendering-model/003a-expected.png: Removed.
17374 * platform/mac/svg/hixie/rendering-model/003a-expected.txt: Removed.
17375 * platform/mac/svg/hixie/rendering-model/004-expected.checksum: Removed.
17376 * platform/mac/svg/hixie/rendering-model/004-expected.png: Removed.
17377 * platform/mac/svg/hixie/rendering-model/004-expected.txt: Removed.
17378 * platform/mac/svg/hixie/shapes/path/001-expected.checksum: Removed.
17379 * platform/mac/svg/hixie/shapes/path/001-expected.png: Removed.
17380 * platform/mac/svg/hixie/shapes/path/001-expected.txt: Removed.
17381 * platform/mac/svg/hixie/text/001-broken-expected.checksum: Removed.
17382 * platform/mac/svg/hixie/text/001-broken-expected.png: Removed.
17383 * platform/mac/svg/hixie/text/001-broken-expected.txt: Removed.
17384 * platform/mac/svg/hixie/text/002-expected.checksum: Removed.
17385 * platform/mac/svg/hixie/text/002-expected.png: Removed.
17386 * platform/mac/svg/hixie/text/002-expected.txt: Removed.
17387 * platform/mac/svg/hixie/text/003-expected.checksum: Removed.
17388 * platform/mac/svg/hixie/text/003-expected.png: Removed.
17389 * platform/mac/svg/hixie/text/003-expected.txt: Removed.
17390 * platform/mac/svg/hixie/text/003a-expected.checksum: Removed.
17391 * platform/mac/svg/hixie/text/003a-expected.png: Removed.
17392 * platform/mac/svg/hixie/text/003a-expected.txt: Removed.
17393 * platform/mac/svg/hixie/text/003b-expected.checksum: Removed.
17394 * platform/mac/svg/hixie/text/003b-expected.png: Removed.
17395 * platform/mac/svg/hixie/text/003b-expected.txt: Removed.
17396 * platform/mac/svg/hixie/transform/001-expected.checksum: Removed.
17397 * platform/mac/svg/hixie/transform/001-expected.png: Removed.
17398 * platform/mac/svg/hixie/transform/001-expected.txt: Removed.
17399 * platform/mac/svg/hixie/use/001-expected.checksum: Removed.
17400 * platform/mac/svg/hixie/use/001-expected.png: Removed.
17401 * platform/mac/svg/hixie/use/001-expected.txt: Removed.
17402 * platform/mac/svg/hixie/use/002-expected.checksum: Removed.
17403 * platform/mac/svg/hixie/use/002-expected.png: Removed.
17404 * platform/mac/svg/hixie/use/002-expected.txt: Removed.
17405 * platform/mac/svg/hixie/use/002-test-expected.checksum: Removed.
17406 * platform/mac/svg/hixie/use/002-test-expected.png: Removed.
17407 * platform/mac/svg/hixie/use/002-test-expected.txt: Removed.
17408 * platform/mac/svg/hixie/viewbox/001-expected.checksum: Removed.
17409 * platform/mac/svg/hixie/viewbox/001-expected.png: Removed.
17410 * platform/mac/svg/hixie/viewbox/001-expected.txt: Removed.
17411 * platform/mac/svg/hixie/viewbox/002-expected.checksum: Removed.
17412 * platform/mac/svg/hixie/viewbox/002-expected.png: Removed.
17413 * platform/mac/svg/hixie/viewbox/002-expected.txt: Removed.
17414 * platform/mac/svg/hixie/viewbox/003-expected.checksum: Removed.
17415 * platform/mac/svg/hixie/viewbox/003-expected.png: Removed.
17416 * platform/mac/svg/hixie/viewbox/003-expected.txt: Removed.
17417 * platform/mac/svg/hixie/viewbox/004-expected.checksum: Removed.
17418 * platform/mac/svg/hixie/viewbox/004-expected.png: Removed.
17419 * platform/mac/svg/hixie/viewbox/004-expected.txt: Removed.
17420 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: Removed.
17421 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Removed.
17422 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Removed.
17423 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum: Removed.
17424 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Removed.
17425 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Removed.
17426 * platform/mac/svg/text/text-align-01-b-expected.checksum: Removed.
17427 * platform/mac/svg/text/text-align-01-b-expected.png: Removed.
17428 * platform/mac/svg/text/text-align-01-b-expected.txt: Removed.
17429 * platform/mac/svg/text/text-align-02-b-expected.checksum: Removed.
17430 * platform/mac/svg/text/text-align-02-b-expected.png: Removed.
17431 * platform/mac/svg/text/text-align-02-b-expected.txt: Removed.
17432 * platform/mac/svg/text/text-align-03-b-expected.checksum: Removed.
17433 * platform/mac/svg/text/text-align-03-b-expected.png: Removed.
17434 * platform/mac/svg/text/text-align-03-b-expected.txt: Removed.
17435 * platform/mac/svg/text/text-align-04-b-expected.checksum: Removed.
17436 * platform/mac/svg/text/text-align-04-b-expected.png: Removed.
17437 * platform/mac/svg/text/text-align-04-b-expected.txt: Removed.
17438 * platform/mac/svg/text/text-align-05-b-expected.checksum: Removed.
17439 * platform/mac/svg/text/text-align-05-b-expected.png: Removed.
17440 * platform/mac/svg/text/text-align-05-b-expected.txt: Removed.
17441 * platform/mac/svg/text/text-align-06-b-expected.checksum: Removed.
17442 * platform/mac/svg/text/text-align-06-b-expected.png: Removed.
17443 * platform/mac/svg/text/text-align-06-b-expected.txt: Removed.
17444 * platform/mac/svg/text/text-altglyph-01-b-expected.checksum: Removed.
17445 * platform/mac/svg/text/text-altglyph-01-b-expected.png: Removed.
17446 * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Removed.
17447 * platform/mac/svg/text/text-deco-01-b-expected.checksum: Removed.
17448 * platform/mac/svg/text/text-deco-01-b-expected.png: Removed.
17449 * platform/mac/svg/text/text-deco-01-b-expected.txt: Removed.
17450 * platform/mac/svg/text/text-fonts-01-t-expected.checksum: Removed.
17451 * platform/mac/svg/text/text-fonts-01-t-expected.png: Removed.
17452 * platform/mac/svg/text/text-fonts-01-t-expected.txt: Removed.
17453 * platform/mac/svg/text/text-fonts-02-t-expected.checksum: Removed.
17454 * platform/mac/svg/text/text-fonts-02-t-expected.png: Removed.
17455 * platform/mac/svg/text/text-fonts-02-t-expected.txt: Removed.
17456 * platform/mac/svg/text/text-intro-05-t-expected.checksum: Removed.
17457 * platform/mac/svg/text/text-intro-05-t-expected.png: Removed.
17458 * platform/mac/svg/text/text-intro-05-t-expected.txt: Removed.
17459 * platform/mac/svg/text/text-path-01-b-expected.checksum: Removed.
17460 * platform/mac/svg/text/text-path-01-b-expected.png: Removed.
17461 * platform/mac/svg/text/text-path-01-b-expected.txt: Removed.
17462 * platform/mac/svg/text/text-property-with-display-none-expected.checksum: Removed.
17463 * platform/mac/svg/text/text-property-with-display-none-expected.png: Removed.
17464 * platform/mac/svg/text/text-spacing-01-b-expected.checksum: Removed.
17465 * platform/mac/svg/text/text-spacing-01-b-expected.png: Removed.
17466 * platform/mac/svg/text/text-spacing-01-b-expected.txt: Removed.
17467 * platform/mac/svg/text/text-text-01-b-expected.checksum: Removed.
17468 * platform/mac/svg/text/text-text-01-b-expected.png: Removed.
17469 * platform/mac/svg/text/text-text-01-b-expected.txt: Removed.
17470 * platform/mac/svg/text/text-text-03-b-expected.checksum: Removed.
17471 * platform/mac/svg/text/text-text-03-b-expected.png: Removed.
17472 * platform/mac/svg/text/text-text-03-b-expected.txt: Removed.
17473 * platform/mac/svg/text/text-text-04-t-expected.checksum: Removed.
17474 * platform/mac/svg/text/text-text-04-t-expected.png: Removed.
17475 * platform/mac/svg/text/text-text-04-t-expected.txt: Removed.
17476 * platform/mac/svg/text/text-text-05-t-expected.checksum: Removed.
17477 * platform/mac/svg/text/text-text-05-t-expected.png: Removed.
17478 * platform/mac/svg/text/text-text-05-t-expected.txt: Removed.
17479 * platform/mac/svg/text/text-text-06-t-expected.checksum: Removed.
17480 * platform/mac/svg/text/text-text-06-t-expected.png: Removed.
17481 * platform/mac/svg/text/text-text-06-t-expected.txt: Removed.
17482 * platform/mac/svg/text/text-text-07-t-expected.checksum: Removed.
17483 * platform/mac/svg/text/text-text-07-t-expected.png: Removed.
17484 * platform/mac/svg/text/text-text-07-t-expected.txt: Removed.
17485 * platform/mac/svg/text/text-text-08-b-expected.checksum: Removed.
17486 * platform/mac/svg/text/text-text-08-b-expected.png: Removed.
17487 * platform/mac/svg/text/text-text-08-b-expected.txt: Removed.
17488 * platform/mac/svg/text/text-tref-01-b-expected.checksum: Removed.
17489 * platform/mac/svg/text/text-tref-01-b-expected.png: Removed.
17490 * platform/mac/svg/text/text-tref-01-b-expected.txt: Removed.
17491 * platform/mac/svg/text/text-tselect-01-b-expected.checksum: Removed.
17492 * platform/mac/svg/text/text-tselect-01-b-expected.png: Removed.
17493 * platform/mac/svg/text/text-tselect-01-b-expected.txt: Removed.
17494 * platform/mac/svg/text/text-tselect-02-f-expected.checksum: Removed.
17495 * platform/mac/svg/text/text-tselect-02-f-expected.png: Removed.
17496 * platform/mac/svg/text/text-tselect-02-f-expected.txt: Removed.
17497 * platform/mac/svg/text/text-tspan-01-b-expected.checksum: Removed.
17498 * platform/mac/svg/text/text-tspan-01-b-expected.png: Removed.
17499 * platform/mac/svg/text/text-tspan-01-b-expected.txt: Removed.
17500 * platform/mac/svg/text/text-ws-01-t-expected.checksum: Removed.
17501 * platform/mac/svg/text/text-ws-01-t-expected.png: Removed.
17502 * platform/mac/svg/text/text-ws-01-t-expected.txt: Removed.
17503 * platform/mac/svg/text/text-ws-02-t-expected.checksum: Removed.
17504 * platform/mac/svg/text/text-ws-02-t-expected.png: Removed.
17505 * platform/mac/svg/text/text-ws-02-t-expected.txt: Removed.
17506 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Removed.
17507 * platform/mac/svg/text/textPathBoundsBug-expected.png: Removed.
17508 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Removed.
17509 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum: Removed.
17510 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png: Removed.
17511 * platform/mac/svg/webarchive/svg-feimage-subresources-expected.checksum: Removed.
17512 * platform/mac/svg/webarchive/svg-feimage-subresources-expected.png: Removed.
17513 * platform/mac/svg/webarchive/svg-script-subresouces-expected.checksum: Removed.
17514 * platform/mac/svg/webarchive/svg-script-subresouces-expected.png: Removed.
17515 * svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Removed.
17516 * svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Removed.
17517 * svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Removed.
17518 * svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Removed.
17519 * svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Removed.
17520 * svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Removed.
17521 * svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Removed.
17522 * svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Removed.
17523 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Removed.
17524 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Removed.
17525 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Removed.
17526 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Removed.
17527 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Removed.
17528 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Removed.
17529 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Removed.
17530 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Removed.
17531 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Removed.
17532 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Removed.
17533 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Removed.
17534 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Removed.
17535 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Removed.
17536 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Removed.
17537 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Removed.
17538 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Removed.
17539
175402008-02-06 Justin Garcia <justin.garcia@apple.com>
17541
17542 Reviewed by Darin Adler.
17543
17544 <rdar://problem/5195056> Huge plain text pastes are slow
17545
17546 The changes made for this fix exposed several more cases of:
17547 <rdar://problem/5729315> Some shouldChangeSelectedDOMRange contain Ranges for selections that are no longer valid
17548
17549 * platform/mac/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
17550 * platform/mac/editing/deleting/delete-3608462-fix-expected.txt:
17551 * platform/mac/editing/deleting/delete-4083333-fix-expected.txt:
17552 * platform/mac/editing/execCommand/find-after-replace-expected.txt:
17553 * platform/mac/editing/selection/move-between-blocks-no-001-expected.txt:
17554 * platform/mac/editing/selection/replace-selection-1-expected.txt:
17555
175562008-02-06 Alexey Proskuryakov <ap@webkit.org>
17557
17558 Landing updated (improved) results for this test. The results changed in r30013,
17559 but this wasn't immediately noticed because of the test being on Leopard skipped list.
17560
17561 Interestingly, js-test-pre.js has a workaround for the issue fixed in this revision in
17562 its debug() function, but not in description(). Keeping the workaround for now to let tests
17563 keep running in shipping Safari/WebKit.
17564
17565 * svg/css/glyph-orientation-rounding-test-expected.txt:
17566
175672008-02-06 Oliver Hunt <oliver@apple.com>
17568
17569 RS=Stephanie
17570
17571 Fix expected output for layout tests to match tiger expected (and so work on the build bots)
17572
17573 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
17574 * svg/custom/image-with-prefix-in-webarchive-expected.txt:
17575 * svg/custom/stroke-width-click-expected.txt:
17576
175772008-02-06 Kevin McCullough <kmccullough@apple.com>
17578
17579 Rubberstamped by Darin.
17580
17581 <rdar://problem/5727708> REGRESSION (r29952): Can't send message from Yahoo Mail beta
17582 - Reverted the change that caused the regression.
17583
17584 * dom/xhtml/level3/core/documentsetstricterrorchecking02-expected.txt:
17585 * fast/dom/Document/createAttributeNS-namespace-err-expected.txt: Removed.
17586 * fast/dom/Document/createAttributeNS-namespace-err.html: Removed.
17587 * fast/dom/Document/createElementNS-namespace-err-expected.txt: Removed.
17588 * fast/dom/Document/createElementNS-namespace-err.html: Removed.
17589 * fast/dom/Document/resources/TEMPLATE.html: Removed.
17590 * fast/dom/Document/resources/createAttributeNS-namespace-err.js: Removed.
17591 * fast/dom/Document/resources/createElementNS-namespace-err.js: Removed.
17592
175932008-02-06 Darin Adler <darin@apple.com>
17594
17595 Reviewed by Sam.
17596
17597 - tests for http://bugs.webkit.org/show_bug.cgi?id=17094
17598 Array.prototype functions create length attributes with DontEnum/DontDelete
17599
17600 * fast/js/array-functions-non-arrays-expected.txt: Added.
17601 * fast/js/array-functions-non-arrays.html: Added.
17602 * fast/js/resources/array-functions-non-arrays.js: Added.
17603
176042008-02-06 Dan Bernstein <mitz@apple.com>
17605
17606 Reviewed by Darin Adler.
17607
17608 - test for http://bugs.webkit.org/show_bug.cgi?17093
17609 'border-color' does not animate to the value of 'color' when unspecified
17610
17611 * fast/css/transition-color-unspecified.html: Added.
17612 * platform/mac/fast/css/transition-color-unspecified-expected.checksum: Added.
17613 * platform/mac/fast/css/transition-color-unspecified-expected.png: Added.
17614 * platform/mac/fast/css/transition-color-unspecified-expected.txt: Added.
17615
176162008-02-05 Oliver Hunt <oliver@apple.com>
17617
17618 RS=Eric.
17619
17620 Update layout test results for foreignObject being enabled again.
17621
17622 * platform/mac-leopard/svg/batik/text/textBiDi-expected.txt:
17623 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
17624 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
17625 * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
17626 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
17627 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
17628 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
17629 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
17630 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
17631 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
17632 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.checksum:
17633 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.png:
17634 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
17635 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
17636 * platform/mac/svg/custom/foreign-object-skew-expected.png:
17637 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
17638 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
17639 * platform/mac/svg/custom/getPresentationAttribute-expected.checksum:
17640 * platform/mac/svg/custom/getPresentationAttribute-expected.png:
17641 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
17642 * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.checksum:
17643 * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png:
17644 * platform/mac/svg/custom/stroke-width-click-expected.checksum:
17645 * platform/mac/svg/custom/stroke-width-click-expected.png:
17646 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
17647 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
17648 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
17649 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
17650 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
17651 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
17652 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
17653 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
17654 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
17655 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
17656 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
17657 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
17658 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
17659 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
17660 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
17661 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
17662 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
17663 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
17664 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum:
17665 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
17666 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
17667 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
17668 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png:
17669 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
17670 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
17671 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
17672 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
17673 * platform/mac/svg/hixie/mixed/006-expected.txt:
17674 * platform/mac/svg/hixie/mixed/007-expected.txt:
17675 * platform/mac/svg/hixie/mixed/008-expected.txt:
17676 * platform/mac/svg/hixie/mixed/009-expected.txt:
17677 * platform/mac/svg/hixie/mixed/011-expected.txt:
17678 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum:
17679 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
17680 * svg/custom/image-with-prefix-in-webarchive-expected.txt:
17681 * svg/custom/stroke-width-click-expected.txt:
17682 * svg/custom/svg-features-expected.txt:
17683
176842008-02-05 Sam Weinig <sam@webkit.org>
17685
17686 Reviewed by Anders Carlsson.
17687
17688 Test for http://bugs.webkit.org/show_bug.cgi?id=8080
17689 NodeList (and other DOM lists) items are not enumeratable using for..in
17690
17691 * fast/dom/domListEnumeration-expected.txt: Added.
17692 * fast/dom/domListEnumeration.html: Added.
17693 * fast/dom/resources/domListEnumeration.js: Added.
17694
176952008-02-05 Nikolas Zimmermann <zimmermann@kde.org>
17696
17697 Reviewed by Oliver.
17698
17699 Add new dynamic update tests, for SVGClipPathElement.
17700
17701 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Added.
17702 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
17703 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt: Added.
17704 * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html: Added.
17705 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Added.
17706 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
17707 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt: Added.
17708 * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html: Added.
17709 * svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js: Added.
17710 * svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js: Added.
17711
177122008-02-05 Samuel Weinig <sam@webkit.org>
17713
17714 Reviewed by Darin Adler.
17715
17716 Test for <rdar://problem/5726604>
17717 dom-checker: deleting properties of the window object cross-domain should not be allowed
17718
17719 * http/tests/security/cross-frame-access-delete-expected.txt: Added.
17720 * http/tests/security/cross-frame-access-delete.html: Added.
17721 * http/tests/security/resources/cross-frame-iframe-for-delete-test.html: Added.
17722
177232008-02-05 Nikolas Zimmermann <zimmermann@kde.org>
17724
17725 Reviewed by Oliver.
17726
17727 Next round of dynamic update tests, for SVGCircleElement.
17728
17729 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Added.
17730 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
17731 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt: Added.
17732 * svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html: Added.
17733 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Added.
17734 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
17735 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt: Added.
17736 * svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html: Added.
17737 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Added.
17738 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
17739 * svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt: Added.
17740 * svg/dynamic-updates/SVGCircleElement-dom-r-attr.html: Added.
17741 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Added.
17742 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
17743 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt: Added.
17744 * svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html: Added.
17745 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Added.
17746 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
17747 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt: Added.
17748 * svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html: Added.
17749 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Added.
17750 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
17751 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt: Added.
17752 * svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html: Added.
17753 * svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js: Added.
17754 * svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js: Added.
17755 * svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js: Added.
17756 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js: Added.
17757 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js: Added.
17758 * svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js: Added.
17759 * svg/dynamic-updates/resources/SVGTestCase.js:
17760
177612008-02-05 Nikolas Zimmermann <zimmermann@kde.org>
17762
17763 Reviewed by Holger.
17764
17765 Add first files of my new SVG 1.1 dynamic updates testsuite.
17766
17767 * svg/dynamic-updates: Added.
17768 * svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Added.
17769 * svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
17770 * svg/dynamic-updates/SVGAElement-dom-href-attr-expected.txt: Added.
17771 * svg/dynamic-updates/SVGAElement-dom-href-attr.html: Added.
17772 * svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Added.
17773 * svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
17774 * svg/dynamic-updates/SVGAElement-dom-target-attr-expected.txt: Added.
17775 * svg/dynamic-updates/SVGAElement-dom-target-attr.html: Added.
17776 * svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Added.
17777 * svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
17778 * svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.txt: Added.
17779 * svg/dynamic-updates/SVGAElement-svgdom-href-prop.html: Added.
17780 * svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Added.
17781 * svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
17782 * svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.txt: Added.
17783 * svg/dynamic-updates/SVGAElement-svgdom-target-prop.html: Added.
17784 * svg/dynamic-updates/resources: Added.
17785 * svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js: Added.
17786 * svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js: Added.
17787 * svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js: Added.
17788 * svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js: Added.
17789 * svg/dynamic-updates/resources/SVGTestCase.js: Added.
17790 * svg/dynamic-updates/resources/TEMPLATE.html: Added.
17791 * svg/dynamic-updates/resources/linkTarget.svg: Added.
17792
177932008-02-05 Justin Garcia <justin.garcia@apple.com>
17794
17795 Reviewed by Alexey Proskuryakov.
17796
17797 <rdar://problem/5685601> webkit-block-placeholder class on placeholders seems unnecessary (12317)
17798
17799 * editing/inserting/5685601-1-expected.txt: Added.
17800 * editing/inserting/5685601-1.html: Added.
17801 * editing/inserting/5685601-2-expected.txt: Added.
17802 * editing/inserting/5685601-2.html: Added.
17803 * editing/inserting/5685601-3-expected.txt: Added.
17804 * editing/inserting/5685601-3.html: Added.
17805
178062008-02-05 Holger Freyther <zecke@selfish.org>
17807
17808 Reviewed by Darin.
17809
17810 In http://bugs.webkit.org/show_bug.cgi?id=16853 it was identified that the
17811 the output of the willCloseFrame and didClearWindowObject FrameLoadDelegate
17812 depends on the order the tests are executed.
17813
17814 Propose to remove willCloseFrame and didlCearWindowObject output from the
17815 FrameLoadDelegate and update the test results. The output of didClearWindowObject
17816 is not interesting for any of the current tests and we have other ways to find
17817 out if a frame was closed or not.
17818
17819 * http/tests/loading/bad-scheme-subframe-expected.txt:
17820 * http/tests/loading/bad-server-subframe-expected.txt:
17821 * http/tests/loading/basic-expected.txt:
17822 * http/tests/loading/empty-subframe-expected.txt:
17823 * http/tests/loading/gmail-assert-on-load-expected.txt:
17824 * http/tests/loading/onload-vs-immediate-refresh-expected.txt:
17825 * http/tests/loading/slow-parsing-subframe-expected.txt:
17826 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
17827 * webarchive/loading/test-loading-archive-expected.txt:
17828
178292008-02-05 Alexey Proskuryakov <ap@webkit.org>
17830
17831 Reviewed by Darin.
17832
17833 http://bugs.webkit.org/show_bug.cgi?id=17158
17834 Setting innerHTML in a detached XHTML element doesn't use the right namespace
17835
17836 * fast/dom/innerHTML-detached-element-expected.txt: Added.
17837 * fast/dom/innerHTML-detached-element.xhtml: Added.
17838
178392008-02-05 Antti Koivisto <antti@apple.com>
17840
17841 Reviewed by Geoff.
17842
17843 Test for <rdar://problem/5698200>
17844 eBay photo uploading hangs and causes slow script warning to pop up
17845
17846 * http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW-expected.txt: Added.
17847 * http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html: Added.
17848 * http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Added.
17849 * http/tests/security/cross-frame-access-callback-explicit-domain-DENY.html: Added.
17850 * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-ALLOW.html: Added.
17851 * http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html: Added.
17852
178532008-02-04 Cameron Zwarich <cwzwarich@uwaterloo.ca>
17854
17855 Reviewed by Oliver Hunt.
17856
17857 Adds layout tests for the collective fix for the following bugs:
17858
17859 Bug 16889: REGRESSION (r29425): Canvas-based graphing calculator fails to run
17860 Bug 17015: REGRESSION (r29414-29428): www.fox.com "shows" menu fails to render
17861 Bug 17164: REGRESSION: JavaScript pop-up menu appears at wrong location when hovering image at http://news.chinatimes.com/
17862
17863 <http://bugs.webkit.org/show_bug.cgi?id=16889>
17864 <rdar://problem/5696255>
17865
17866 <http://bugs.webkit.org/show_bug.cgi?id=17015>
17867
17868 <http://bugs.webkit.org/show_bug.cgi?id=17164>
17869 <rdar://problem/5720947>
17870
17871 * fast/js/read-modify-eval-expected.txt: Added.
17872 * fast/js/read-modify-eval.html: Added.
17873 * fast/js/resources/read-modify-eval.js: Added.
17874
178752008-02-04 Oliver Hunt <oliver@apple.com>
17876
17877 Reviewed by Steve F.
17878
17879 Update the windows platform skip list to remove the majority of DND tests.
17880 Minor change to select-from-textfield-outwards.html, as the use of leapForward
17881 appears to be unnecessary but breaks in windows with the new leapForward logic.
17882
17883 * editing/selection/select-from-textfield-outwards.html:
17884 * platform/win/Skipped:
17885
178862008-02-04 Robert Sesek <rsesek@bluestatic.org>
17887
17888 Reviewed by Darin Adler.
17889
17890 Test for Fix http://bugs.webkit.org/show_bug.cgi?id=17042
17891 forms without action attributes submit to the <base> href instead of the originating page
17892
17893 * fast/forms/missing-action-expected.txt: Added.
17894 * fast/forms/missing-action.html: Added.
17895
178962008-02-04 Adam Roben <aroben@apple.com>
17897
17898 * platform/win/Skipped: Added one more failure.
17899
179002008-02-04 Adam Roben <aroben@apple.com>
17901
17902 * platform/win/Skipped: Added some new failures.
17903
179042008-02-03 David Harrison <harrison@apple.com>
17905
17906 Reviewed by Tim Hatcher.
17907
17908 Test for <rdar://problem/5715481> REGRESSION (r26499): JavaScript document.lastModified is not supported
17909
17910 * fast/js/lastModified-expected.txt: Added.
17911 * fast/js/lastModified.html: Added.
17912 * fast/js/resources/lastModified.js: Added.
17913
179142008-02-04 Darin Adler <darin@apple.com>
17915
17916 Reviewed by Geoff.
17917
17918 - test for <rdar://problem/5715692> REGRESSION (r28570): JavaScript window.scrollTo() calls
17919 no longer accept 'undefined' values
17920
17921 * fast/dom/non-numeric-values-numeric-parameters-expected.txt: Added.
17922 * fast/dom/non-numeric-values-numeric-parameters.html: Added.
17923 * fast/dom/resources/TEMPLATE.html: Copied from fast/dom/Element/resources/TEMPLATE.html.
17924 * fast/dom/resources/non-numeric-values-numeric-parameters.js: Added.
17925
17926 * editing/selection/extend-expected.txt: Updated.
17927 * editing/selection/extend.html: Removed test that extend throws if passed only one parameter.
17928 There's no reason for us to be strict about this -- we generally treat missing parameters the
17929 same as if "undefined" had been passed with few exceptions.
17930
179312008-02-03 Oliver Hunt <oliver@apple.com>
17932
17933 RS=Eric.
17934
17935 Add an additional test for Canvas.transform with non-invertible matrix.
17936
17937 * fast/canvas/canvas-transform-non-invertible-expected.checksum: Added.
17938 * fast/canvas/canvas-transform-non-invertible-expected.png: Added.
17939 * fast/canvas/canvas-transform-non-invertible-expected.txt: Added.
17940 * fast/canvas/canvas-transform-non-invertible.html: Added.
17941
179422008-02-03 Oliver Hunt <oliver@apple.com>
17943
17944 Reviewed by Maciej.
17945
17946 Bug 17169: Support transform on Canvas
17947
17948 Test cases for Canvas.transform -- the output for these tests is
17949 a single green square, so should be entirely cross-platform.
17950
17951 * fast/canvas/canvas-transform-identity-expected.checksum: Added.
17952 * fast/canvas/canvas-transform-identity-expected.png: Added.
17953 * fast/canvas/canvas-transform-identity-expected.txt: Added.
17954 * fast/canvas/canvas-transform-identity.html: Added.
17955 * fast/canvas/canvas-transform-infinity-expected.checksum: Added.
17956 * fast/canvas/canvas-transform-infinity-expected.png: Added.
17957 * fast/canvas/canvas-transform-infinity-expected.txt: Added.
17958 * fast/canvas/canvas-transform-infinity.html: Added.
17959 * fast/canvas/canvas-transform-multiply-expected.checksum: Added.
17960 * fast/canvas/canvas-transform-multiply-expected.png: Added.
17961 * fast/canvas/canvas-transform-multiply-expected.txt: Added.
17962 * fast/canvas/canvas-transform-multiply.html: Added.
17963 * fast/canvas/canvas-transform-nan-expected.checksum: Added.
17964 * fast/canvas/canvas-transform-nan-expected.png: Added.
17965 * fast/canvas/canvas-transform-nan-expected.txt: Added.
17966 * fast/canvas/canvas-transform-nan.html: Added.
17967 * fast/canvas/canvas-transform-skewed-expected.checksum: Added.
17968 * fast/canvas/canvas-transform-skewed-expected.png: Added.
17969 * fast/canvas/canvas-transform-skewed-expected.txt: Added.
17970 * fast/canvas/canvas-transform-skewed.html: Added.
17971
179722008-02-03 Nikolas Zimmermann <zimmermann@kde.org>
17973
17974 Rubber stamped by Eric.
17975
17976 Add missing layout test results.
17977
17978 * platform/mac/svg/custom/frame-getSVGDocument-expected.checksum: Added.
17979 * platform/mac/svg/custom/frame-getSVGDocument-expected.png: Added.
17980 * platform/mac/svg/custom/textPath-assert-expected.checksum: Added.
17981 * platform/mac/svg/custom/textPath-assert-expected.png: Added.
17982
179832008-02-03 Nikolas Zimmermann <zimmermann@kde.org>
17984
17985 Reviewed by Oliver.
17986
17987 Add testcase js-update-image.svg to check that <image> reacts on dynamic property changes.
17988
17989 * platform/mac/svg/custom/js-update-image-expected.checksum: Added.
17990 * platform/mac/svg/custom/js-update-image-expected.png: Added.
17991 * platform/mac/svg/custom/js-update-image-expected.txt: Added.
17992 * svg/custom/js-update-image.svg: Added.
17993
179942008-02-03 Eric Seidel <eric@webkit.org>
17995
17996 Reviewed by darin.
17997
17998 Acid3 expects textNode.localName === null
17999 http://bugs.webkit.org/show_bug.cgi?id=17060
18000 Add test to verify that initial values after node creation
18001 agree with the W3C DOM Level 2/3 specs.
18002
18003 We intentionally "fail" a few of these tests.
18004 http://bugs.webkit.org/show_bug.cgi?id=17167 covers those "failures"
18005
18006 * fast/dom/Node/initial-values.html: Added.
18007 * fast/dom/Node/initial-values-expected.txt: Added.
18008 * fast/dom/Node/resources/TEMPLATE.html: Added.
18009 * fast/dom/Node/resources/initial-values.js: Added.
18010
180112008-02-03 Eric Seidel <eric@webkit.org>
18012
18013 Reviewed by darin.
18014
18015 Make createElementNS and createAttributeNS follow the (vague) DOM Core 2 spec
18016 by throwing exceptions for more types of invalid qualified names.
18017 http://bugs.webkit.org/show_bug.cgi?id=16833
18018
18019 These tests were originally from Hixie's Acid3, then I added some, then Josh
18020 from mozilla added more. We pass all of mine and Hixie's. Some of Josh's
18021 still fail (extreme edge cases, such as *which* exception to throw when
18022 a QName is a valid XML name but invalid QName, etc.)
18023 The "failure" results are still being checked in, perhaps some day we'll "fix" them.
18024
18025 * dom/xhtml/level3/core/documentsetstricterrorchecking02-expected.txt:
18026 * fast/dom/Document/createAttributeNS-namespace-err-expected.txt: Added.
18027 * fast/dom/Document/createAttributeNS-namespace-err.html: Added.
18028 * fast/dom/Document/createElementNS-namespace-err-expected.txt: Added.
18029 * fast/dom/Document/createElementNS-namespace-err.html: Added.
18030 * fast/dom/Document/resources/TEMPLATE.html: Added.
18031 * fast/dom/Document/resources/createAttributeNS-namespace-err.js: Added.
18032 * fast/dom/Document/resources/createElementNS-namespace-err.js: Added.
18033
180342008-02-03 Darin Adler <darin@apple.com>
18035
18036 - updated some more only-child and only-of-type tests to expect success
18037 (failures seen on buildbot)
18038
18039 The tests were now succeeding, but the results and placement reflected failure.
18040 I'm not sure why we have such a tiny set of tests in the css3 directory.
18041 The expected results are updated as well as moved.
18042
18043 * css3/css3-modsel-36.html: Copied from css3/expected_failures/css3-modsel-36.html.
18044 * css3/css3-modsel-37.html: Copied from css3/expected_failures/css3-modsel-37.html.
18045
18046 * platform/mac/css3/css3-modsel-36-expected.checksum: Copied from platform/mac/css3/expected_failures/css3-modsel-36-expected.checksum.
18047 * platform/mac/css3/css3-modsel-36-expected.png: Copied from platform/mac/css3/expected_failures/css3-modsel-36-expected.png.
18048 * platform/mac/css3/css3-modsel-36-expected.txt: Copied from platform/mac/css3/expected_failures/css3-modsel-36-expected.txt.
18049 * platform/mac/css3/css3-modsel-37-expected.checksum: Copied from platform/mac/css3/expected_failures/css3-modsel-37-expected.checksum.
18050 * platform/mac/css3/css3-modsel-37-expected.png: Copied from platform/mac/css3/expected_failures/css3-modsel-37-expected.png.
18051 * platform/mac/css3/css3-modsel-37-expected.txt: Copied from platform/mac/css3/expected_failures/css3-modsel-37-expected.txt.
18052 * platform/qt/css3/css3-modsel-36-expected.txt: Copied from platform/qt/css3/expected_failures/css3-modsel-36-expected.txt.
18053 * platform/qt/css3/css3-modsel-37-expected.txt: Copied from platform/qt/css3/expected_failures/css3-modsel-37-expected.txt.
18054
18055 * css3/expected_failures: Removed.
18056 * platform/mac/css3/expected_failures: Removed.
18057 * platform/qt/css3/expected_failures: Removed.
18058
180592008-02-02 David Hyatt <hyatt@apple.com>
18060
18061 Add test for bug 5468, supporting :only-child and :only-of-type in CSS3.
18062
18063 Reviewed by olliej
18064
18065 * platform/mac/fast/css/only-child-pseudo-class-expected.checksum: Added.
18066 * platform/mac/fast/css/only-child-pseudo-class-expected.png: Added.
18067 * platform/mac/fast/css/only-child-pseudo-class-expected.txt: Added.
18068 * platform/mac/fast/css/only-of-type-pseudo-class-expected.checksum: Added.
18069 * platform/mac/fast/css/only-of-type-pseudo-class-expected.png: Added.
18070 * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt: Added.
18071
180722008-02-02 Darin Adler <darin@apple.com>
18073
18074 - updated some more last-child and last-of-type tests to expect success
18075 (failures seen on buildbot)
18076
18077 The tests were now succeeding, but the results and placement reflected failure.
18078 I'm not sure why we have such a tiny set of tests in the css3 directory.
18079 The expected results are updated as well as moved.
18080
18081 * css3/css3-modsel-33.html: Copied from css3/expected_failures/css3-modsel-33.html.
18082 * css3/css3-modsel-35.html: Copied from css3/expected_failures/css3-modsel-35.html.
18083 * css3/expected_failures/css3-modsel-33.html: Removed.
18084 * css3/expected_failures/css3-modsel-35.html: Removed.
18085
18086 * platform/mac/css3/css3-modsel-33-expected.checksum: Copied from platform/mac/css3/expected_failures/css3-modsel-33-expected.checksum.
18087 * platform/mac/css3/css3-modsel-33-expected.png: Copied from platform/mac/css3/expected_failures/css3-modsel-33-expected.png.
18088 * platform/mac/css3/css3-modsel-33-expected.txt: Copied from platform/mac/css3/expected_failures/css3-modsel-33-expected.txt.
18089 * platform/mac/css3/css3-modsel-35-expected.checksum: Copied from platform/mac/css3/expected_failures/css3-modsel-35-expected.checksum.
18090 * platform/mac/css3/css3-modsel-35-expected.png: Copied from platform/mac/css3/expected_failures/css3-modsel-35-expected.png.
18091 * platform/mac/css3/css3-modsel-35-expected.txt: Copied from platform/mac/css3/expected_failures/css3-modsel-35-expected.txt.
18092 * platform/mac/css3/expected_failures/css3-modsel-33-expected.checksum: Removed.
18093 * platform/mac/css3/expected_failures/css3-modsel-33-expected.png: Removed.
18094 * platform/mac/css3/expected_failures/css3-modsel-33-expected.txt: Removed.
18095 * platform/mac/css3/expected_failures/css3-modsel-35-expected.checksum: Removed.
18096 * platform/mac/css3/expected_failures/css3-modsel-35-expected.png: Removed.
18097 * platform/mac/css3/expected_failures/css3-modsel-35-expected.txt: Removed.
18098
18099 * platform/qt/css3/css3-modsel-33-expected.txt: Copied from platform/qt/css3/expected_failures/css3-modsel-33-expected.txt.
18100 * platform/qt/css3/css3-modsel-35-expected.txt: Copied from platform/qt/css3/expected_failures/css3-modsel-35-expected.txt.
18101 * platform/qt/css3/expected_failures/css3-modsel-33-expected.txt: Removed.
18102 * platform/qt/css3/expected_failures/css3-modsel-35-expected.txt: Removed.
18103
181042008-02-02 David Hyatt <hyatt@apple.com>
18105
18106 Fix for bug 4812. Support last-child and last-of-type (and make sure they are properly dynamic).
18107
18108 Reviewed by olliej
18109
18110 * fast/css/last-child-pseudo-class.html: Added.
18111 * fast/css/last-of-type-pseudo-class.html: Added.
18112 * platform/mac/fast/css/last-child-pseudo-class-expected.checksum: Added.
18113 * platform/mac/fast/css/last-child-pseudo-class-expected.png: Added.
18114 * platform/mac/fast/css/last-child-pseudo-class-expected.txt: Added.
18115 * platform/mac/fast/css/last-of-type-pseudo-class-expected.checksum: Added.
18116 * platform/mac/fast/css/last-of-type-pseudo-class-expected.png: Added.
18117 * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt: Added.
18118
181192008-02-01 David Hyatt <hyatt@apple.com>
18120
18121 Added tests for dynamic :first-child support (Acid3).
18122
18123 Reviewed by olliej
18124
18125 * fast/css/empty-body-test.html: Added.
18126 * fast/css/first-child-pseudo-class.html: Added.
18127 * fast/css/first-of-type-pseudo-class.html: Added.
18128 * platform/mac/fast/css/empty-body-test-expected.checksum: Added.
18129 * platform/mac/fast/css/empty-body-test-expected.png: Added.
18130 * platform/mac/fast/css/empty-body-test-expected.txt: Added.
18131 * platform/mac/fast/css/first-child-pseudo-class-expected.checksum: Added.
18132 * platform/mac/fast/css/first-child-pseudo-class-expected.png: Added.
18133 * platform/mac/fast/css/first-child-pseudo-class-expected.txt: Added.
18134 * platform/mac/fast/css/first-of-type-pseudo-class-expected.checksum: Added.
18135 * platform/mac/fast/css/first-of-type-pseudo-class-expected.png: Added.
18136 * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt: Added.
18137
181382008-02-02 Dan Bernstein <mitz@apple.com>
18139
18140 - added Tiger-only results for a test
18141
18142 * platform/mac-leopard/fast/text/cg-fallback-bolding-expected.txt: Copied from LayoutTests/platform/mac/fast/text/cg-fallback-bolding-expected.txt.
18143 * platform/mac/fast/text/cg-fallback-bolding-expected.txt:
18144
181452008-02-02 Dan Bernstein <mitz@apple.com>
18146
18147 Reviewed by Oliver Hunt.
18148
18149 - changed a test to use the same fonts on Windows as on Mac OS X
18150
18151 * fast/text/atsui-spacing-features.html: Changed to use Lucida Grande
18152 for Hebrew.
18153 * platform/win/Skipped: Re-categorized the above test. It is still
18154 failing on Windows, but due to a different bug.
18155
181562008-02-01 Dan Bernstein <mitz@apple.com>
18157
18158 Reviewed by Dave Hyatt.
18159
18160 - address the remaining tests listed under <rdar://problem/5075790> Layout tests that depend on certain fonts don't match Mac results
18161
18162 * fast/text/cg-fallback-bolding.html: Changed to use Ahem instead of
18163 Geneva.
18164 * fast/text/international/bidi-fallback-font-weight.html: Made Mac-only.
18165 * platform/mac/fast/text/cg-fallback-bolding-expected.checksum: Updated.
18166 * platform/mac/fast/text/cg-fallback-bolding-expected.png: Updated
18167 * platform/mac/fast/text/cg-fallback-bolding-expected.txt: Updated.
18168 * platform/mac/fast/text/international/bidi-fallback-font-weight.html: Copied from LayoutTests/fast/text/international/bidi-fallback-font-weight.html.
18169 * platform/win/Skipped: Removed passing tests and categorized remaining
18170 failures.
18171 * platform/win/svg/W3C-SVG-1.1: Added.
18172 * platform/win/svg/W3C-SVG-1.1/resources: Added.
18173 * platform/win/svg/W3C-SVG-1.1/resources/Mac-compatible-font-fallback.css: Added.
18174 * platform/win/svg/W3C-SVG-1.1/resources/run-webkit-tests-epilogue.html: Added.
18175 * platform/win/svg/W3C-SVG-1.1/resources/run-webkit-tests-prologue.html: Added.
18176 * svg/text/text-tselect-02-f.svg: Added @font-face rule to use Lucida
18177 Grande for Hebrew.
18178
181792008-02-01 Dan Bernstein <mitz@apple.com>
18180
18181 Reviewed by Alexey Proskuryakov.
18182
18183 - change fast/xsl/xslt-text to dump as text
18184
18185 * fast/xsl/resources/xslt-text.xml: Copied from LayoutTests/fast/xsl/xslt-text.xml.
18186 * fast/xsl/resources/xslt-text.xsl: Copied from LayoutTests/fast/xsl/xslt-text.xsl.
18187 * fast/xsl/xslt-processor.html:
18188 * fast/xsl/xslt-text-expected.txt: Added.
18189 * fast/xsl/xslt-text.html: Added.
18190 * fast/xsl/xslt-text.xml: Removed.
18191 * fast/xsl/xslt-text.xsl: Removed.
18192 * platform/mac/fast/xsl/xslt-text-expected.checksum: Removed.
18193 * platform/mac/fast/xsl/xslt-text-expected.png: Removed.
18194 * platform/mac/fast/xsl/xslt-text-expected.txt: Removed.
18195 * platform/win/Skipped:
18196
181972008-02-01 David Hyatt <hyatt@apple.com>
18198
18199 Add a new layout test for dynamic :empty selectors.
18200
18201 Reviewed by olliej
18202
18203 * fast/css/empty-pseudo-class.html: Added.
18204 * platform/mac/fast/css/empty-pseudo-class-expected.checksum: Added.
18205 * platform/mac/fast/css/empty-pseudo-class-expected.png: Added.
18206 * platform/mac/fast/css/empty-pseudo-class-expected.txt: Added.
18207
182082008-02-01 Eric Seidel <eric@webkit.org>
18209
18210 Reviewed by Oliver.
18211
18212 Add test for getSVGDocument() on object, embed, frame and iframe.
18213
18214 * svg/custom/frame-getSVGDocument.html: Added.
18215 * svg/custom/frame-getSVGDocument-expected.txt: Added.
18216 * svg/custom/resources/TEMPLATE.html: Added.
18217
182182008-01-31 Kevin McCullough <kmccullough@apple.com>
18219
18220 <rdar://problem/5716912> REGRESSION (r29816): Can't navigate back to
18221 Gmail Inbox from Gmail Compose page
18222 Rolling out the change that caused the regression.
18223
18224
18225 * http/tests/navigation/document-open-adds-history-item-expected.txt: Removed.
18226 * http/tests/navigation/document-open-adds-history-item.html: Removed.
18227 * http/tests/navigation/document-open-delayed-adds-history-item-expected.txt: Removed.
18228 * http/tests/navigation/document-open-delayed-adds-history-item.html: Removed.
18229 * http/tests/navigation/document-open-new-window-adds-history-item-expected.txt: Removed.
18230 * http/tests/navigation/document-open-new-window-adds-history-item.html: Removed.
18231 * http/tests/navigation/document-open-replace-no-history-item-expected.txt: Removed.
18232 * http/tests/navigation/document-open-replace-no-history-item.html: Removed.
18233 * http/tests/navigation/resources/document-open-page-2.html: Removed.
18234 * http/tests/navigation/resources/document-open.js: Removed.
18235
182362008-01-31 Dan Bernstein <mitz@apple.com>
18237
18238 - re-categorize three skipped tests
18239
18240 * platform/win/Skipped:
18241
182422008-01-31 Dan Bernstein <mitz@apple.com>
18243
18244 Reviewed by Geoffrey Garen.
18245
18246 - change the font used in fast/text/monospace-width-cache.html again to
18247 a font that contains the U+2500 character in Tiger too
18248
18249 * fast/text/monospace-width-cache.html:
18250 * platform/mac/fast/text/monospace-width-cache-expected.checksum:
18251 * platform/mac/fast/text/monospace-width-cache-expected.png:
18252 * platform/mac/fast/text/monospace-width-cache-expected.txt:
18253
182542008-01-31 Dan Bernstein <mitz@apple.com>
18255
18256 Reviewed by Adam Roben.
18257
18258 - change several tests that use Mac-only fonts to use fonts that are
18259 available on both Windows and Mac OS X
18260
18261 * fast/text/monospace-width-cache.html:
18262 * platform/mac/fast/text/monospace-width-cache-expected.checksum:
18263 * platform/mac/fast/text/monospace-width-cache-expected.png:
18264 * platform/mac/fast/text/monospace-width-cache-expected.txt:
18265 * platform/mac/tables/mozilla/bugs/bug10633-expected.checksum:
18266 * platform/mac/tables/mozilla/bugs/bug10633-expected.png:
18267 * platform/mac/tables/mozilla/bugs/bug10633-expected.txt:
18268 * platform/mac/tables/mozilla/bugs/bug113424-expected.checksum:
18269 * platform/mac/tables/mozilla/bugs/bug113424-expected.png:
18270 * platform/mac/tables/mozilla/bugs/bug113424-expected.txt:
18271 * platform/mac/tables/mozilla/bugs/bug23151-expected.checksum:
18272 * platform/mac/tables/mozilla/bugs/bug23151-expected.png:
18273 * platform/mac/tables/mozilla/bugs/bug23151-expected.txt:
18274 * platform/mac/tables/mozilla/core/bloomberg-expected.checksum:
18275 * platform/mac/tables/mozilla/core/bloomberg-expected.png:
18276 * platform/mac/tables/mozilla/core/bloomberg-expected.txt:
18277 * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.checksum:
18278 * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
18279 * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.txt:
18280 * platform/win/Skipped:
18281 * tables/mozilla/bugs/bug10633.html:
18282 * tables/mozilla/bugs/bug113424.html:
18283 * tables/mozilla/bugs/bug23151.html:
18284 * tables/mozilla/core/bloomberg.html:
18285 * tables/mozilla_expected_failures/bugs/bug11331.html:
18286
182872008-01-31 Samuel Weinig <sam@webkit.org>
18288
18289 Reviewed by Darin Adler.
18290
18291 Tests for <rdar://problem/5708993> Mutability of the History object
18292
18293 * http/tests/security/cross-frame-access-enumeration-expected.txt:
18294 * http/tests/security/cross-frame-access-enumeration.html:
18295 * http/tests/security/cross-frame-access-history-expected.txt: Removed.
18296 * http/tests/security/cross-frame-access-history-get-expected.txt: Renamed from LayoutTests/http/tests/security/cross-frame-access-history-expected.txt.
18297 * http/tests/security/cross-frame-access-history-get-override-expected.txt: Added.
18298 * http/tests/security/cross-frame-access-history-get-override.html: Added.
18299 * http/tests/security/cross-frame-access-history-get.html: Renamed from LayoutTests/http/tests/security/cross-frame-access-history.html.
18300 * http/tests/security/cross-frame-access-history-put-expected.txt: Added.
18301 * http/tests/security/cross-frame-access-history-put.html: Added.
18302 * http/tests/security/cross-frame-access-history.html: Removed.
18303 * http/tests/security/resources/cross-frame-access.js:
18304 * http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html:
18305 * http/tests/security/resources/cross-frame-iframe-for-history-get-override-test.html: Added.
18306 * http/tests/security/resources/cross-frame-iframe-for-history-get-test.html: Added.
18307 * http/tests/security/resources/cross-frame-iframe-for-history-put-test.html: Added.
18308
183092008-01-31 Dan Bernstein <mitz@apple.com>
18310
18311 Reviewed by Dave Hyatt.
18312
18313 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=17107
18314 <rdar://problem/5716722> REGRESSION (r29834): Article text on redhat.com magazine site appears to be painting twice
18315
18316 * fast/block/float/intruding-painted-twice.html: Added.
18317 * platform/mac-leopard/fast/block/float/intruding-painted-twice-expected.checksum: Added.
18318 * platform/mac-leopard/fast/block/float/intruding-painted-twice-expected.png: Added.
18319 * platform/mac/fast/block/float/intruding-painted-twice-expected.txt: Added.
18320
183212008-01-30 Dan Bernstein <mitz@apple.com>
18322
18323 Reviewed by Sam Weinig.
18324
18325 - add a test for the unicode-range @font-face property
18326 - update @font-face rules in existing tests after changing unicode-range
18327 values in "from-to" form to include the "to" character
18328
18329 * fast/css/font-face-unicode-range.html: Added.
18330 * fast/css/rtl-ordering.html:
18331 * fast/text/international/resources/Mac-compatible-font-fallback.css:
18332 * platform/mac-leopard/fast/css/font-face-unicode-range-expected.checksum: Added.
18333 * platform/mac-leopard/fast/css/font-face-unicode-range-expected.png: Added.
18334 * platform/mac/fast/css/font-face-unicode-range-expected.txt: Added.
18335 * platform/win/css2.1/resources/Mac-compatible-font-fallback.css:
18336
183372008-01-30 Justin Garcia <justin.garcia@apple.com>
18338
18339 Reviewed by Darin Adler.
18340
18341 <rdar://problem/5700414> REGRESSION (Adama-ToT): Selecting "Header 1" style in Leopard Server wiki inserts newline
18342
18343 * editing/execCommand/5700414-1.html: Added.
18344 * editing/execCommand/5700414-2.html: Added.
18345 * platform/mac/editing/execCommand/5700414-1-expected.checksum: Added.
18346 * platform/mac/editing/execCommand/5700414-1-expected.png: Added.
18347 * platform/mac/editing/execCommand/5700414-1-expected.txt: Added.
18348 * platform/mac/editing/execCommand/5700414-2-expected.checksum: Added.
18349 * platform/mac/editing/execCommand/5700414-2-expected.png: Added.
18350 * platform/mac/editing/execCommand/5700414-2-expected.txt: Added.
18351
183522008-01-29 Dan Bernstein <mitz@apple.com>
18353
18354 Reviewed by Dave Hyatt.
18355
18356 - try to make this test more robust on slower machines
18357
18358 * fast/css/font-face-remote.html:
18359
183602008-01-29 Dan Bernstein <mitz@apple.com>
18361
18362 Reviewed by Dave Hyatt.
18363
18364 - test for http://bugs.webkit.org/show_bug.cgi?id=17085
18365 <rdar://problem/5714136> REGRESSION (r29839): All remote fonts are treated as SVG fonts
18366
18367 This is the first @font-face test that actually tests loading font data
18368 from a URL.
18369
18370 * fast/css/font-face-remote.html: Added.
18371 * fast/css/resources/Ahem.ttf: Added.
18372 * platform/mac/fast/css/font-face-remote-expected.checksum: Added.
18373 * platform/mac/fast/css/font-face-remote-expected.png: Added.
18374 * platform/mac/fast/css/font-face-remote-expected.txt: Added.
18375
183762008-01-29 Adele Peterson <adele@apple.com>
18377
18378 Reviewed by Oliver.
18379
18380 Remove pixel results for text-only tests that I mistakingly added.
18381
18382 * platform/mac/media/audio-constructor-expected.checksum: Removed.
18383 * platform/mac/media/audio-constructor-expected.png: Removed.
18384 * platform/mac/media/audio-constructor-src-expected.checksum: Removed.
18385 * platform/mac/media/audio-constructor-src-expected.png: Removed.
18386 * platform/mac/media/broken-video-expected.checksum: Removed.
18387 * platform/mac/media/broken-video-expected.png: Removed.
18388 * platform/mac/media/constructors-expected.checksum: Removed.
18389 * platform/mac/media/constructors-expected.png: Removed.
18390 * platform/mac/media/fallback-expected.checksum: Removed.
18391 * platform/mac/media/fallback-expected.png: Removed.
18392 * platform/mac/media/progress-event-expected.checksum: Removed.
18393 * platform/mac/media/progress-event-expected.png: Removed.
18394 * platform/mac/media/remove-from-document-expected.checksum: Removed.
18395 * platform/mac/media/remove-from-document-expected.png: Removed.
18396 * platform/mac/media/unsupported-rtsp-expected.checksum: Removed.
18397 * platform/mac/media/unsupported-rtsp-expected.png: Removed.
18398 * platform/mac/media/unsupported-tracks-expected.checksum: Removed.
18399 * platform/mac/media/unsupported-tracks-expected.png: Removed.
18400 * platform/mac/media/video-append-source-expected.checksum: Removed.
18401 * platform/mac/media/video-append-source-expected.png: Removed.
18402 * platform/mac/media/video-autoplay-expected.checksum: Removed.
18403 * platform/mac/media/video-autoplay-expected.png: Removed.
18404 * platform/mac/media/video-buffered-expected.checksum: Removed.
18405 * platform/mac/media/video-buffered-expected.png: Removed.
18406 * platform/mac/media/video-controls-expected.checksum: Removed.
18407 * platform/mac/media/video-controls-expected.png: Removed.
18408 * platform/mac/media/video-currentTime-expected.checksum: Removed.
18409 * platform/mac/media/video-currentTime-expected.png: Removed.
18410 * platform/mac/media/video-currentTime-set-expected.checksum: Removed.
18411 * platform/mac/media/video-currentTime-set-expected.png: Removed.
18412 * platform/mac/media/video-currentTime-set2-expected.checksum: Removed.
18413 * platform/mac/media/video-currentTime-set2-expected.png: Removed.
18414 * platform/mac/media/video-dom-autoplay-expected.checksum: Removed.
18415 * platform/mac/media/video-dom-autoplay-expected.png: Removed.
18416 * platform/mac/media/video-dom-end-expected.checksum: Removed.
18417 * platform/mac/media/video-dom-end-expected.png: Removed.
18418 * platform/mac/media/video-dom-loopcount-expected.checksum: Removed.
18419 * platform/mac/media/video-dom-loopcount-expected.png: Removed.
18420 * platform/mac/media/video-dom-loopend-expected.checksum: Removed.
18421 * platform/mac/media/video-dom-loopend-expected.png: Removed.
18422 * platform/mac/media/video-dom-loopstart-expected.checksum: Removed.
18423 * platform/mac/media/video-dom-loopstart-expected.png: Removed.
18424 * platform/mac/media/video-dom-src-expected.checksum: Removed.
18425 * platform/mac/media/video-dom-src-expected.png: Removed.
18426 * platform/mac/media/video-dom-start-expected.checksum: Removed.
18427 * platform/mac/media/video-dom-start-expected.png: Removed.
18428 * platform/mac/media/video-end-expected.checksum: Removed.
18429 * platform/mac/media/video-end-expected.png: Removed.
18430 * platform/mac/media/video-error-abort-expected.checksum: Removed.
18431 * platform/mac/media/video-error-abort-expected.png: Removed.
18432 * platform/mac/media/video-error-does-not-exist-expected.checksum: Removed.
18433 * platform/mac/media/video-error-does-not-exist-expected.png: Removed.
18434 * platform/mac/media/video-load-networkState-expected.checksum: Removed.
18435 * platform/mac/media/video-load-networkState-expected.png: Removed.
18436 * platform/mac/media/video-load-readyState-expected.checksum: Removed.
18437 * platform/mac/media/video-load-readyState-expected.png: Removed.
18438 * platform/mac/media/video-loopcount-expected.checksum: Removed.
18439 * platform/mac/media/video-loopcount-expected.png: Removed.
18440 * platform/mac/media/video-loopend-expected.checksum: Removed.
18441 * platform/mac/media/video-loopend-expected.png: Removed.
18442 * platform/mac/media/video-loopstart-expected.checksum: Removed.
18443 * platform/mac/media/video-loopstart-expected.png: Removed.
18444 * platform/mac/media/video-muted-expected.checksum: Removed.
18445 * platform/mac/media/video-muted-expected.png: Removed.
18446 * platform/mac/media/video-no-autoplay-expected.checksum: Removed.
18447 * platform/mac/media/video-no-autoplay-expected.png: Removed.
18448 * platform/mac/media/video-pause-empty-events-expected.checksum: Removed.
18449 * platform/mac/media/video-pause-empty-events-expected.png: Removed.
18450 * platform/mac/media/video-play-empty-events-expected.checksum: Removed.
18451 * platform/mac/media/video-play-empty-events-expected.png: Removed.
18452 * platform/mac/media/video-play-pause-events-expected.checksum: Removed.
18453 * platform/mac/media/video-play-pause-events-expected.png: Removed.
18454 * platform/mac/media/video-play-pause-exception-expected.checksum: Removed.
18455 * platform/mac/media/video-play-pause-exception-expected.png: Removed.
18456 * platform/mac/media/video-poster-expected.checksum: Removed.
18457 * platform/mac/media/video-poster-expected.png: Removed.
18458 * platform/mac/media/video-seek-past-end-paused-expected.checksum: Removed.
18459 * platform/mac/media/video-seek-past-end-paused-expected.png: Removed.
18460 * platform/mac/media/video-seek-past-end-playing-expected.checksum: Removed.
18461 * platform/mac/media/video-seek-past-end-playing-expected.png: Removed.
18462 * platform/mac/media/video-seekable-expected.checksum: Removed.
18463 * platform/mac/media/video-seekable-expected.png: Removed.
18464 * platform/mac/media/video-seeking-expected.checksum: Removed.
18465 * platform/mac/media/video-seeking-expected.png: Removed.
18466 * platform/mac/media/video-size-expected.checksum: Removed.
18467 * platform/mac/media/video-size-expected.png: Removed.
18468 * platform/mac/media/video-source-expected.checksum: Removed.
18469 * platform/mac/media/video-source-expected.png: Removed.
18470 * platform/mac/media/video-source-media-expected.checksum: Removed.
18471 * platform/mac/media/video-source-media-expected.png: Removed.
18472 * platform/mac/media/video-source-type-expected.checksum: Removed.
18473 * platform/mac/media/video-source-type-expected.png: Removed.
18474 * platform/mac/media/video-src-change-expected.checksum: Removed.
18475 * platform/mac/media/video-src-change-expected.png: Removed.
18476 * platform/mac/media/video-src-expected.checksum: Removed.
18477 * platform/mac/media/video-src-expected.png: Removed.
18478 * platform/mac/media/video-src-remove-expected.checksum: Removed.
18479 * platform/mac/media/video-src-remove-expected.png: Removed.
18480 * platform/mac/media/video-src-set-expected.checksum: Removed.
18481 * platform/mac/media/video-src-set-expected.png: Removed.
18482 * platform/mac/media/video-src-source-expected.checksum: Removed.
18483 * platform/mac/media/video-src-source-expected.png: Removed.
18484 * platform/mac/media/video-start-expected.checksum: Removed.
18485 * platform/mac/media/video-start-expected.png: Removed.
18486 * platform/mac/media/video-volume-expected.checksum: Removed.
18487 * platform/mac/media/video-volume-expected.png: Removed.
18488 * platform/mac/media/video-width-height-expected.checksum: Removed.
18489 * platform/mac/media/video-width-height-expected.png: Removed.
18490
184912008-01-29 Adele Peterson <adele@apple.com>
18492
18493 Reviewed by Antti.
18494
18495 Removing test from Skipped list for <rdar://5683527> media/{audio,video|-controls-rendering.html failing
18496
18497 * platform/win/Skipped:
18498
184992008-01-29 Dan Bernstein <mitz@apple.com>
18500
18501 - re-add a couple of tests that are still failing back to the list
18502
18503 * platform/win/Skipped:
18504
185052008-01-29 Geoffrey Garen <ggaren@apple.com>
18506
18507 Reviewed by Sam Weinig. Sam Weinig.
18508
18509 Fixed <rdar://problem/5692566> fast/encoding/mailto-always-utf-8.html
18510 fails when run after fast/dom/Window/window-property-shadowing.html (16902)
18511
18512 These layout tests demonstrate the expected behavior of window.name,
18513 including the fact that one test can change the window.name value seen
18514 by another test:
18515
18516 * fast/dom/Window/window-property-shadowing-name-expected.txt: Added.
18517 * fast/dom/Window/window-property-shadowing-name.html: Added.
18518 * fast/dom/Window/window-property-clearing-expected.txt:
18519 * fast/dom/Window/window-property-clearing.html:
18520
18521 Modified these expected results not to depend on window.name. Since a
18522 previous test may have explicitly set window.name, we can't rely on its
18523 implicit value:
18524
18525 * fast/encoding/mailto-always-utf-8-expected.txt:
18526 * fast/forms/mailto/advanced-get-expected.txt:
18527 * fast/forms/mailto/advanced-put-expected.txt:
18528 * fast/forms/mailto/get-multiple-items-expected.txt:
18529 * fast/forms/mailto/get-multiple-items-text-plain-expected.txt:
18530 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt:
18531 * fast/forms/mailto/get-non-ascii-always-utf-8-expected.txt:
18532 * fast/forms/mailto/get-non-ascii-expected.txt:
18533 * fast/forms/mailto/get-non-ascii-text-plain-expected.txt:
18534 * fast/forms/mailto/get-non-ascii-text-plain-latin-1-expected.txt:
18535 * fast/forms/mailto/get-overwrite-query-expected.txt:
18536 * fast/forms/mailto/post-append-query-expected.txt:
18537 * fast/forms/mailto/post-multiple-items-expected.txt:
18538 * fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt:
18539 * fast/forms/mailto/post-multiple-items-text-plain-expected.txt:
18540 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt:
18541 * fast/forms/mailto/post-text-plain-expected.txt:
18542 * fast/forms/mailto/post-text-plain-with-accept-charset-expected.txt:
18543 * http/tests/security/feed-urls-from-remote-expected.txt:
18544
185452008-01-29 Dan Bernstein <mitz@apple.com>
18546
18547 Reviewed by Adam Roben and Oliver Hunt.
18548
18549 - remove skipped tests after fixing <rdar://problem/5713131> REGRESSION (r29246): Many SVG font tests are failing
18550
18551 * platform/win/Skipped:
18552
185532008-01-29 Eric Seidel <eric@webkit.org>
18554
18555 Reviewed by Nikolas.
18556
18557 Acid3 after double-attach
18558 http://bugs.webkit.org/show_bug.cgi?id=17058
18559
18560 * svg/custom/textPath-assert-expected.txt: Added.
18561 * svg/custom/textPath-assert.svg: Added.
18562
185632008-01-29 Adam Roben <aroben@apple.com>
18564
18565 * platform/win/Skipped: Added new failures.
18566
185672008-01-28 Nikolas Zimmermann <zimmermann@kde.org>
18568
18569 Reviewed by Eric, Dan & Oliver.
18570
18571 Update layout tests after adding external SVG Fonts support.
18572
18573 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
18574 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
18575 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
18576 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
18577 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
18578 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
18579 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
18580 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
18581 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
18582 * platform/mac/svg/custom/svg-fonts-in-html-expected.checksum: Added.
18583 * platform/mac/svg/custom/svg-fonts-in-html-expected.png: Added.
18584 * platform/mac/svg/custom/svg-fonts-in-html-expected.txt: Added.
18585 * svg/custom/resources/graffiti.svg: Added.
18586 * svg/custom/svg-fonts-in-html.html: Added.
18587
185882008-01-28 Dan Bernstein <mitz@apple.com>
18589
18590 Reviewed by Adam Roben.
18591
18592 - updated results for a test that was failing on Windows
18593
18594 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
18595
185962008-01-28 Alexey Proskuryakov <ap@webkit.org>
18597
18598 <rdar://problem/5667017> storage/execute-sql-args.html failing -- openDatabase returning null on buildbot
18599
18600 * platform/win/Skipped: Removed a passing test.
18601
186022008-01-28 Dan Bernstein <mitz@apple.com>
18603
18604 Reviewed by Darin Adler.
18605
18606 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=16774
18607 REGRESSION (r27464-r27504) javascript popup menu does not display 'close' button
18608
18609 * fast/dynamic/float-no-longer-overhanging.html: Added.
18610 * platform/mac/fast/dynamic/float-no-longer-overhanging-expected.checksum: Added.
18611 * platform/mac/fast/dynamic/float-no-longer-overhanging-expected.png: Added.
18612 * platform/mac/fast/dynamic/float-no-longer-overhanging-expected.txt: Added.
18613
186142008-01-28 Oliver Hunt <oliver@apple.com>
18615
18616 RS=Mark.
18617
18618 Due to a difference between the collision bounds for paths
18619 in different versions of CG these tests need modified to
18620 pass on tiger and leopard.
18621
18622 * fast/canvas/pointInPath-expected.txt:
18623 * fast/canvas/pointInPath.js:
18624
186252008-01-27 Oliver Hunt <oliver@apple.com>
18626
18627 Reviewed by Sam Weinig.
18628
18629 Test case for canvas.pointInPath
18630
18631 * fast/canvas/pointInPath-expected.txt: Added.
18632 * fast/canvas/pointInPath.html: Added.
18633 * fast/canvas/pointInPath.js: Added.
18634
186352008-01-27 Alexey Proskuryakov <ap@webkit.org>
18636
18637 Reviewed by Darin.
18638
18639 http://bugs.webkit.org/show_bug.cgi?id=17014
18640 REGRESSION: EUC-CN code A3A0 is mapped to U+E5E5 instead of U+3000
18641
18642 * fast/encoding/char-decoding-expected.txt:
18643 * fast/encoding/char-decoding.html:
18644
186452008-01-27 Dan Bernstein <mitz@apple.com>
18646
18647 Reviewed by Darin Adler.
18648
18649 - make some CSS2.1 tests pass on Windows by using @font-face to force
18650 font fallback to match Mac OS X.
18651
18652 * platform/win/Skipped:
18653 * platform/win/css2.1: Added.
18654 * platform/win/css2.1/resources: Added.
18655 * platform/win/css2.1/resources/Mac-compatible-font-fallback.css: Added.
18656 * platform/win/css2.1/resources/run-webkit-tests-epilogue.html: Added.
18657 * platform/win/css2.1/resources/run-webkit-tests-prologue.html: Added.
18658
186592008-01-27 Darin Adler <darin@apple.com>
18660
18661 * http/tests/security/cross-frame-access-put-expected.txt: Updated again.
18662 Not sure why, but I generated a different result the first time I tried.
18663 I suspect this test gives different results depending on what other tests
18664 are run with it.
18665
186662008-01-27 Darin Adler <darin@apple.com>
18667
18668 - updated some test results I missed that were affected by my fix for bug 16498
18669
18670 * fast/dom/xmlhttprequest-get-expected.txt:
18671 * http/tests/security/cross-frame-access-put-expected.txt:
18672 * plugins/inner-html-display-none-expected.txt:
18673
186742008-01-27 Darin Adler <darin@apple.com>
18675
18676 Reviewed by Oliver.
18677
18678 - tests for <rdar://problem/5657450> REGRESSION: const is broken
18679
18680 * fast/js/const-expected.txt: Updated with results that express success
18681 rather than failure, and to include the many new tests I added.
18682 * fast/js/kde/const-expected.txt: Ditto.
18683 * fast/js/resources/const.js: Added many new tests, covering the various
18684 cases of const in globals, function locals, the slow case inside eval,
18685 the different node types, and the values of the expressions.
18686
186872008-01-27 Darin Adler <darin@apple.com>
18688
18689 Reviewed by Oliver.
18690
18691 - test for http://bugs.webkit.org/show_bug.cgi?id=16498
18692 ''.constructor.toString() gives [function]
18693
18694 * fast/js/function-names-expected.txt: Updated for new tests.
18695 * fast/js/kde/resources/function.js: Updated test to expect the format that Gecko uses
18696 for native code, which we now match character for character.
18697 * fast/js/resources/function-names.js: Added tests for the names of all the constructors.
18698
186992008-01-27 Matt Perry <mpComplete@gmail.com>
18700
18701 Reviewed by Darin.
18702
18703 Test cases for fix to http://bugs.webkit.org/show_bug.cgi?id=14959
18704 No back forward entry added for pages created in javascript.
18705
18706 * http/tests/navigation/document-open-adds-history-item-expected.txt: Added.
18707 * http/tests/navigation/document-open-adds-history-item.html: Added.
18708 * http/tests/navigation/document-open-delayed-adds-history-item-expected.txt: Added.
18709 * http/tests/navigation/document-open-delayed-adds-history-item.html: Added.
18710 * http/tests/navigation/document-open-new-window-adds-history-item-expected.txt: Added.
18711 * http/tests/navigation/document-open-new-window-adds-history-item.html: Added.
18712 * http/tests/navigation/document-open-replace-no-history-item-expected.txt: Added.
18713 * http/tests/navigation/document-open-replace-no-history-item.html: Added.
18714
187152008-01-26 Darin Adler <darin@apple.com>
18716
18717 Reviewed by Oliver.
18718
18719 - test for http://bugs.webkit.org/show_bug.cgi?id=17027
18720 Incorrect Function.toString behaviour with read/modify/write operators performed on negative numbers
18721
18722 * fast/js/function-toString-parentheses-expected.txt: Updated.
18723 * fast/js/resources/function-toString-parentheses.js: More test cases.
18724
187252008-01-26 Oliver Hunt <oliver@apple.com>
18726
18727 Reviewed by Maciej and Darin.
18728
18729 Test cases for http://bugs.webkit.org/show_bug.cgi?id=17020
18730 Function.toString does not parenthesise numbers for the bracket accessor
18731
18732 * fast/js/function-toString-parentheses-expected.txt:
18733 * fast/js/resources/function-toString-parentheses.js:
18734
187352008-01-26 Oliver Hunt <oliver@apple.com>
18736
18737 Reviewed by Darin.
18738
18739 Add test for getters and setters as part of fix for bug #17018
18740
18741 * fast/js/function-toString-object-literals-expected.txt:
18742 * fast/js/resources/function-toString-object-literals.js:
18743
187442008-01-26 Darin Adler <darin@apple.com>
18745
18746 Reviewed by Oliver.
18747
18748 - test for http://bugs.webkit.org/show_bug.cgi?id=17013
18749 JSC can't round trip certain for-loops
18750
18751 * fast/js/resources/toString-for-var-decl.js: Streamlined the test a bit, with more
18752 of the execution within shouldBe so that exceptions are caught for us. Added a new
18753 test case reflecting the just-fixed bug.
18754 * fast/js/toString-for-var-decl-expected.txt: Updated.
18755
187562008-01-25 Oliver Hunt <oliver@apple.com>
18757
18758 Reviewed by Maciej.
18759
18760 Add additional check for using Function.toString on a function with object literals
18761
18762 * fast/js/function-toString-parentheses-expected.txt:
18763 * fast/js/resources/function-toString-parentheses.js:
18764
187652008-01-25 Darin Adler <darin@apple.com>
18766
18767 Reviewed by Anders.
18768
18769 - test for <rdar://problem/5691072> ASSERTION FAILED: isPrepared() when executing an empty statement
18770
18771 * storage/empty-statement-expected.txt: Added.
18772 * storage/empty-statement.html: Added.
18773
187742008-01-25 Antti Koivisto <antti@apple.com>
18775
18776 Reviewed by Darin.
18777
18778 Fix <rdar://problem/5674282>
18779 Some media tests fail on Windows
18780
18781 - fix the script to exit cleanly
18782 - slightly increase the amount of data to hand out before stalling, apparently
18783 QT on Windows needs more to start playback
18784
18785 * http/tests/media/remove-while-loading.html:
18786 * http/tests/media/video-load-and-stall.cgi:
18787 * http/tests/media/video-play-stall-seek.html:
18788 * http/tests/media/video-play-stall.html:
18789 * http/tests/media/video-seekable-stall.html:
18790 * platform/win/Skipped:
18791
187922008-01-25 Adele Peterson <adele@apple.com>
18793
18794 Reviewed by Sam.
18795
18796 Adding new test and updated results for:
18797 <rdar://problem/5679452> Finish tweaking layout/alignment of media controls slider to match QuickTime plug-in
18798
18799 * fast/forms/slider-padding.html: Added.
18800 * platform/mac/fast/forms/slider-padding-expected.checksum: Added.
18801 * platform/mac/fast/forms/slider-padding-expected.png: Added.
18802 * platform/mac/fast/forms/slider-padding-expected.txt: Added.
18803 * platform/mac/media/audio-controls-rendering-expected.checksum:
18804 * platform/mac/media/audio-controls-rendering-expected.png:
18805 * platform/mac/media/audio-controls-rendering-expected.txt:
18806 * platform/mac/media/broken-video-expected.checksum:
18807 * platform/mac/media/broken-video-expected.png:
18808 * platform/mac/media/progress-event-expected.checksum:
18809 * platform/mac/media/progress-event-expected.png:
18810 * platform/mac/media/unsupported-rtsp-expected.checksum:
18811 * platform/mac/media/unsupported-rtsp-expected.png:
18812 * platform/mac/media/unsupported-tracks-expected.checksum:
18813 * platform/mac/media/unsupported-tracks-expected.png:
18814 * platform/mac/media/video-append-source-expected.checksum:
18815 * platform/mac/media/video-append-source-expected.png:
18816 * platform/mac/media/video-autoplay-expected.checksum:
18817 * platform/mac/media/video-autoplay-expected.png:
18818 * platform/mac/media/video-buffered-expected.checksum:
18819 * platform/mac/media/video-buffered-expected.png:
18820 * platform/mac/media/video-controls-expected.checksum:
18821 * platform/mac/media/video-controls-expected.png:
18822 * platform/mac/media/video-controls-rendering-expected.checksum:
18823 * platform/mac/media/video-controls-rendering-expected.png:
18824 * platform/mac/media/video-controls-rendering-expected.txt:
18825 * platform/mac/media/video-currentTime-set2-expected.checksum:
18826 * platform/mac/media/video-currentTime-set2-expected.png:
18827 * platform/mac/media/video-display-toggle-expected.checksum:
18828 * platform/mac/media/video-display-toggle-expected.png:
18829 * platform/mac/media/video-display-toggle-expected.txt:
18830 * platform/mac/media/video-dom-autoplay-expected.checksum:
18831 * platform/mac/media/video-dom-autoplay-expected.png:
18832 * platform/mac/media/video-dom-src-expected.checksum:
18833 * platform/mac/media/video-dom-src-expected.png:
18834 * platform/mac/media/video-dom-start-expected.checksum:
18835 * platform/mac/media/video-dom-start-expected.png:
18836 * platform/mac/media/video-error-abort-expected.checksum:
18837 * platform/mac/media/video-error-abort-expected.png:
18838 * platform/mac/media/video-error-does-not-exist-expected.checksum:
18839 * platform/mac/media/video-error-does-not-exist-expected.png:
18840 * platform/mac/media/video-load-networkState-expected.checksum:
18841 * platform/mac/media/video-load-networkState-expected.png:
18842 * platform/mac/media/video-load-readyState-expected.checksum:
18843 * platform/mac/media/video-load-readyState-expected.png:
18844 * platform/mac/media/video-muted-expected.checksum:
18845 * platform/mac/media/video-muted-expected.png:
18846 * platform/mac/media/video-no-autoplay-expected.checksum:
18847 * platform/mac/media/video-no-autoplay-expected.png:
18848 * platform/mac/media/video-pause-empty-events-expected.checksum:
18849 * platform/mac/media/video-pause-empty-events-expected.png:
18850 * platform/mac/media/video-play-empty-events-expected.checksum:
18851 * platform/mac/media/video-play-empty-events-expected.png:
18852 * platform/mac/media/video-play-pause-events-expected.checksum:
18853 * platform/mac/media/video-play-pause-events-expected.png:
18854 * platform/mac/media/video-play-pause-exception-expected.checksum:
18855 * platform/mac/media/video-play-pause-exception-expected.png:
18856 * platform/mac/media/video-seek-past-end-paused-expected.checksum:
18857 * platform/mac/media/video-seek-past-end-paused-expected.png:
18858 * platform/mac/media/video-seek-past-end-playing-expected.checksum:
18859 * platform/mac/media/video-seek-past-end-playing-expected.png:
18860 * platform/mac/media/video-seekable-expected.checksum:
18861 * platform/mac/media/video-seekable-expected.png:
18862 * platform/mac/media/video-seeking-expected.checksum:
18863 * platform/mac/media/video-seeking-expected.png:
18864 * platform/mac/media/video-size-expected.checksum:
18865 * platform/mac/media/video-size-expected.png:
18866 * platform/mac/media/video-source-expected.checksum:
18867 * platform/mac/media/video-source-expected.png:
18868 * platform/mac/media/video-source-media-expected.checksum:
18869 * platform/mac/media/video-source-media-expected.png:
18870 * platform/mac/media/video-source-type-expected.checksum:
18871 * platform/mac/media/video-source-type-expected.png:
18872 * platform/mac/media/video-src-change-expected.checksum:
18873 * platform/mac/media/video-src-change-expected.png:
18874 * platform/mac/media/video-src-expected.checksum:
18875 * platform/mac/media/video-src-expected.png:
18876 * platform/mac/media/video-src-remove-expected.checksum:
18877 * platform/mac/media/video-src-remove-expected.png:
18878 * platform/mac/media/video-src-set-expected.checksum:
18879 * platform/mac/media/video-src-set-expected.png:
18880 * platform/mac/media/video-src-source-expected.checksum:
18881 * platform/mac/media/video-src-source-expected.png:
18882 * platform/mac/media/video-start-expected.checksum:
18883 * platform/mac/media/video-start-expected.png:
18884 * platform/mac/media/video-volume-expected.checksum:
18885 * platform/mac/media/video-volume-expected.png:
18886 * platform/mac/media/video-width-height-expected.checksum:
18887 * platform/mac/media/video-width-height-expected.png:
18888
188892008-01-25 Antti Koivisto <antti@apple.com>
18890
18891 <rdar://problem/5674277>
18892 Test media/video-display-toggle.html crashes on Windows
18893
18894 Appears to be some problem in DRT when test ends with layout pending.
18895 Fixed by forcing layout, this improves test coverage too.
18896
18897 * media/video-display-toggle.html:
18898 * platform/win/Skipped:
18899
189002008-01-25 Alexey Proskuryakov <ap@webkit.org>
18901
18902 <rdar://problem/5706788> http/tests/security/cross-frame-access-port-explicit-domain.html fails on Windows
18903
18904 * platform/win/Skipped:
18905
189062008-01-25 Alexey Proskuryakov <ap@webkit.org>
18907
18908 http/tests/xmlhttprequest/readystatechange.html fails on buildbot.
18909
18910 * platform/win/Skipped:
18911
189122008-01-24 Sam Weinig <sam@webkit.org>
18913
18914 Reviewed by Ada Chan.
18915
18916 <rdar://5131975> DumpRenderTree doesn't support undo/redo
18917
18918 * platform/win/Skipped: With undo/redo support enabled, we can now
18919 remove the undo tests from the Skipped list.
18920
189212008-01-24 Adam Roben <aroben@apple.com>
18922
18923 Test for Bug 16996: Crash in createFontCustomPlatformData when loading
18924 0-byte font via @font-face
18925
18926 <http://bugs.webkit.org/show_bug.cgi?id=16996>
18927
18928 Reviewed by Hyatt.
18929
18930 * fast/loader/font-face-empty-expected.txt: Added.
18931 * fast/loader/font-face-empty.html: Added.
18932
189332008-01-24 Alexey Proskuryakov <ap@webkit.org>
18934
18935 http://bugs.webkit.org/show_bug.cgi?id=16993
18936 <rdar://problem/5704331> REGRESSION: Loading page leads to many unexpected redirections
18937
18938 Rolled out r29590, which was not a correct fix for <rdar://problem/5692566>.
18939
18940 * fast/dom/Window/window-property-shadowing_-expected.txt: Removed.
18941 * fast/dom/Window/window-property-shadowing_.html: Removed.
18942 * platform/win/Skipped:
18943
189442008-01-23 Antti Koivisto <antti@apple.com>
18945
18946 Reviewed by Adam.
18947
18948 Test that playback can be resumed by seeking backwards after a stall.
18949
18950 * http/tests/media/video-play-stall-seek-expected.txt: Added.
18951 * http/tests/media/video-play-stall-seek.html: Added.
18952 * platform/win/Skipped:
18953
189542008-01-15 Michael Goddard <michael.goddard@trolltech.com>
18955
18956 Reviewed by Darin.
18957
18958 Add a test for a crash encountered with -webkit-border-image.
18959
18960 * fast/css/border-image-crash-expected.txt: Added.
18961 * fast/css/border-image-crash.html: Added.
18962
189632008-01-23 Alexey Proskuryakov <ap@webkit.org>
18964
18965 Reviewed by Darin.
18966
18967 <rdar://problem/4200075> Missing support for accented chars in mailto forms
18968
18969 * fast/forms/mailto/get-non-ascii-always-utf-8-expected.txt:
18970 * fast/forms/mailto/get-non-ascii-text-plain-latin-1-expected.txt: Added.
18971 * fast/forms/mailto/get-non-ascii-text-plain-latin-1.html: Added.
18972 These results do not match Firefox, which uses page encoding for GET. Mail.app fails to create
18973 a message then; there doesn't seem to be any reason for GET to be different from POST.
18974
18975 * fast/forms/mailto/post-text-plain-expected.txt: Added.
18976 * fast/forms/mailto/post-text-plain-with-accept-charset-expected.txt: Added.
18977 * fast/forms/mailto/post-text-plain-with-accept-charset.html: Added.
18978 * fast/forms/mailto/post-text-plain.html: Added.
18979
189802008-01-23 Justin Garcia <justin.garcia@apple.com>
18981
18982 Reviewed by Alice Liu.
18983
18984 <rdar://problem/5658727> Undo/redo for pasted or typed text in yahoo mail becomes disabled after one round of being selected
18985
18986 * editing/undo/5658727-expected.txt: Added.
18987 * editing/undo/5658727.html: Added.
18988
189892008-01-23 Adam Roben <aroben@apple.com>
18990
18991 Add a test for <rdar://5700620> REGRESSION (r28190): "Open frame in
18992 new tab" instead of "Open link in new tab" @ digg.com
18993
18994 Reviewed by Dan.
18995
18996 * fast/events/contextmenu-scrolled-page-with-frame-expected.txt: Added.
18997 * fast/events/contextmenu-scrolled-page-with-frame.html: Added.
18998
189992008-01-23 Dan Bernstein <mitz@apple.com>
19000
19001 - updated results following <http://trac.webkit.org/projects/webkit/changeset/29721>
19002
19003 * platform/mac/fast/frames/viewsource-attribute-expected.checksum:
19004 * platform/mac/fast/frames/viewsource-attribute-expected.png:
19005 * platform/mac/fast/frames/viewsource-attribute-expected.txt:
19006
190072008-01-22 Anders Carlsson <andersca@apple.com>
19008
19009 Reviewed by Darin and Adam.
19010
19011 <rdar://problem/5688975>
19012 div element on microsoft site has wrong left offset.
19013
19014 Add test.
19015
19016 * plugins/netscape-get-property-return-value-expected.txt: Added.
19017 * plugins/netscape-get-property-return-value.html: Added.
19018
190192008-01-22 Alexey Proskuryakov <ap@webkit.org>
19020
19021 Reviewed by Adam Roben.
19022
19023 <rdar://problem/5670257> editing/selection/4895428-3.html makes editing/selection/5131716-2.html fail
19024
19025 * platform/win/Skipped: Removed this test, as it doesn't cause problems any more.
19026
190272008-01-22 Adam Roben <aroben@apple.com>
19028
19029 Tests for <rdar://5693599> REGRESSION (r29369): scroll bars are drawing when they shouldn't be on an ad on cnn.com
19030
19031 Reviewed by Hyatt.
19032
19033 * fast/frames/frame-scrolling-attribute.html: Added.
19034 * fast/frames/iframe-scrolling-attribute.html: Added.
19035 * platform/mac/fast/frames/frame-scrolling-attribute-expected.checksum: Added.
19036 * platform/mac/fast/frames/frame-scrolling-attribute-expected.png: Added.
19037 * platform/mac/fast/frames/frame-scrolling-attribute-expected.txt: Added.
19038 * platform/mac/fast/frames/iframe-scrolling-attribute-expected.checksum: Added.
19039 * platform/mac/fast/frames/iframe-scrolling-attribute-expected.png: Added.
19040 * platform/mac/fast/frames/iframe-scrolling-attribute-expected.txt: Added.
19041
190422008-01-22 Dan Bernstein <mitz@apple.com>
19043
19044 Reviewed by Eric.
19045
19046 - test for http://bugs.webkit.org/show_bug.cgi?id=16967
19047 <rdar://problem/5699344> Reproducible crash when navigating back to a page using SVG fonts
19048
19049 * platform/mac/svg/custom/font-platformDestroy-crash-expected.checksum: Added.
19050 * platform/mac/svg/custom/font-platformDestroy-crash-expected.png: Added.
19051 * svg/custom/font-platformDestroy-crash-expected.txt: Added.
19052 * svg/custom/font-platformDestroy-crash.svg: Added.
19053
190542008-01-22 Lars Knoll <lars@trolltech.com>
19055
19056 Reviewed by Simon.
19057
19058 Ported the font implementation to use the new QFont features of Qt 4.4.
19059
19060
19061 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
19062 * platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.txt:
19063 * platform/qt/fast/css-generated-content/wbr-with-before-content-expected.txt:
19064 * platform/qt/fast/css/ex-after-font-variant-expected.txt:
19065 * platform/qt/fast/css/word-space-extra-expected.txt:
19066 * platform/qt/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
19067 * platform/qt/fast/repaint/continuation-after-outline-expected.txt:
19068 * platform/qt/fast/text/atsui-multiple-renderers-expected.txt:
19069 * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
19070 * platform/qt/fast/text/basic/003-expected.txt:
19071 * platform/qt/fast/text/basic/013-expected.txt:
19072 * platform/qt/fast/text/large-text-composed-char-expected.txt:
19073 * platform/qt/fast/text/letter-spacing-negative-opacity-expected.txt:
19074 * platform/qt/fast/text/wide-zero-width-space-expected.txt:
19075 * platform/qt/fast/text/word-break-soft-hyphen-expected.txt: Added.
19076 * platform/qt/tables/mozilla/images/adforce_imgis_com-expected.txt:
19077
190782008-01-21 Eric Seidel <eric@webkit.org>
19079
19080 Reviewed by Nikolas & Oliver.
19081
19082 * svg/custom/svg-features-expected.txt: updated to reflect foreignObject off and fonts on
19083
190842008-01-21 Geoffrey Garen <ggaren@apple.com>
19085
19086 Layout test for http://bugs.webkit.org/show_bug.cgi?id=16909
19087 REGRESSION: Amazon.com crash (ActivationImp)
19088
19089 * fast/js/exec-state-marking-expected.txt: Added.
19090 * fast/js/exec-state-marking.html: Added.
19091
190922008-01-21 Nikolas Zimmermann <zimmermann@kde.org>
19093
19094 Reviewed by Eric.
19095
19096 Update layout test results after adding missing-glyph support.
19097 Add new layout test svg/custom/glyph-selection-lang-attribute.svg.
19098
19099 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
19100 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
19101 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
19102 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
19103 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
19104 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
19105 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
19106 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
19107 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
19108 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
19109 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
19110 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
19111 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
19112 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
19113 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
19114 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
19115 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
19116 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
19117 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
19118 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
19119 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
19120 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
19121 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
19122 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
19123 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
19124 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
19125 * platform/mac/svg/batik/text/textEffect-expected.checksum:
19126 * platform/mac/svg/batik/text/textEffect-expected.png:
19127 * platform/mac/svg/batik/text/textEffect-expected.txt:
19128 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
19129 * platform/mac/svg/batik/text/textEffect3-expected.png:
19130 * platform/mac/svg/batik/text/textEffect3-expected.txt:
19131 * platform/mac/svg/batik/text/textPosition2-expected.txt:
19132 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
19133 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
19134 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.checksum: Added.
19135 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png: Added.
19136 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt: Added.
19137 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
19138 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum:
19139 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
19140 * platform/mac/svg/hixie/mixed/008-expected.checksum:
19141 * platform/mac/svg/hixie/mixed/008-expected.png:
19142 * platform/mac/svg/hixie/mixed/009-expected.checksum:
19143 * platform/mac/svg/hixie/mixed/009-expected.png:
19144 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
19145 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
19146 * platform/mac/svg/text/text-altglyph-01-b-expected.checksum:
19147 * platform/mac/svg/text/text-altglyph-01-b-expected.png:
19148 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
19149 * platform/mac/svg/text/text-text-04-t-expected.checksum:
19150 * platform/mac/svg/text/text-text-04-t-expected.png:
19151 * platform/mac/svg/text/text-text-04-t-expected.txt:
19152 * platform/mac/svg/text/text-text-05-t-expected.checksum:
19153 * platform/mac/svg/text/text-text-05-t-expected.png:
19154 * platform/mac/svg/text/text-text-05-t-expected.txt:
19155 * platform/mac/svg/text/text-text-06-t-expected.checksum:
19156 * platform/mac/svg/text/text-text-06-t-expected.png:
19157 * platform/mac/svg/text/text-text-06-t-expected.txt:
19158 * svg/custom/glyph-selection-lang-attribute.svg: Added.
19159
191602008-01-21 Nikolas Zimmermann <zimmermann@kde.org>
19161
19162 Rubber stamped by Oliver.
19163
19164 Add missing layout test results.
19165
19166 * platform/mac/svg/custom/stroke-width-click-expected.checksum: Added.
19167 * platform/mac/svg/custom/stroke-width-click-expected.png: Added.
19168 * platform/mac/svg/text/text-property-with-display-none-expected.checksum: Added.
19169 * platform/mac/svg/text/text-property-with-display-none-expected.png: Added.
19170
191712008-01-21 David Hyatt <hyatt@apple.com>
19172
19173 http://bugs.webkit.org/show_bug.cgi?id=16935
19174
19175 Reviewed by olliej
19176
19177 * fast/layers/positioned-inside-root-with-margins.html: Added.
19178 * platform/mac/fast/layers/positioned-inside-root-with-margins-expected.checksum: Added.
19179 * platform/mac/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
19180 * platform/mac/fast/layers/positioned-inside-root-with-margins-expected.txt: Added.
19181
191822008-01-21 Adele Peterson <adele@apple.com>
19183
19184 Adding media/{audio,video}-controls-rendering.html back to the skipped list, since they're still failing on some machines.
19185
19186 * platform/win/Skipped:
19187
191882008-01-21 Antti Koivisto <antti@apple.com>
19189
19190 Try to make the test less timing dependent to fix occasional test bot failures.
19191
19192 * media/video-seek-past-end-paused-expected.txt:
19193 * media/video-seek-past-end-paused.html:
19194
191952008-01-20 Dan Bernstein <mitz@apple.com>
19196
19197 - update Tiger-specific results for r29667
19198
19199 * platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
19200
192012008-01-20 Collin Jackson <webkit@collinjackson.com>
19202
19203 Reviewed by Sam Weinig.
19204
19205 Tests for http://bugs.webkit.org/show_bug.cgi?id=16775
19206
19207 * http/tests/security/postMessage: Added.
19208 * http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag-expected.txt: Added.
19209 * http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag.html: Added.
19210 * http/tests/security/postMessage/domain-unaffected-by-document-domain-expected.txt: Added.
19211 * http/tests/security/postMessage/domain-unaffected-by-document-domain.html: Added.
19212 * http/tests/security/postMessage/javascript-page-still-sends-domain-expected.txt: Added.
19213 * http/tests/security/postMessage/javascript-page-still-sends-domain.html: Added.
19214 * http/tests/security/postMessage/resources: Added.
19215 * http/tests/security/postMessage/resources/javascript-post-message-sender.html: Added.
19216 * http/tests/security/postMessage/resources/post-message-listener.html: Added.
19217
192182008-01-20 Antti Koivisto <antti@apple.com>
19219
19220 Reviewed by Adele.
19221
19222 Update test so it checks the state of time related properties after the failure.
19223
19224 * media/video-error-does-not-exist-expected.txt:
19225 * media/video-error-does-not-exist.html:
19226
192272008-01-19 Dan Bernstein <mitz@apple.com>
19228
19229 Reviewed by Maciej Stachowiak.
19230
19231 - test and updated results for <rdar://problem/5645813> CrashTracer: [USER] 6 crashes in Safari at com.apple.WebCore: WebCore::RenderBox::destroy + 116
19232
19233 * editing/selection/inconsistent-in-removeChildNode.html: Added.
19234 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt:
19235 * platform/mac-leopard/editing/selection: Added.
19236 * platform/mac-leopard/editing/selection/inconsistent-in-removeChildNode-expected.checksum: Added.
19237 * platform/mac-leopard/editing/selection/inconsistent-in-removeChildNode-expected.png: Added.
19238 * platform/mac/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
19239 * platform/mac/editing/deleting/delete-3608462-fix-expected.txt:
19240 * platform/mac/editing/deleting/delete-4083333-fix-expected.txt:
19241 * platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
19242 * platform/mac/editing/deleting/delete-line-011-expected.txt:
19243 * platform/mac/editing/execCommand/find-after-replace-expected.txt:
19244 * platform/mac/editing/execCommand/paste-1-expected.txt:
19245 * platform/mac/editing/execCommand/paste-2-expected.txt:
19246 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
19247 * platform/mac/editing/selection/inconsistent-in-removeChildNode-expected.txt: Added.
19248 * platform/mac/editing/selection/move-between-blocks-no-001-expected.txt:
19249 * platform/mac/editing/selection/replace-selection-1-expected.txt:
19250 * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
19251 * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
19252 * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
19253 * platform/mac/editing/style/remove-underline-expected.txt:
19254 * platform/mac/editing/style/remove-underline-in-bold-expected.txt:
19255 * platform/mac/editing/style/unbold-in-bold-expected.txt:
19256
192572008-01-18 Adele Peterson <adele@apple.com>
19258
19259 Reviewed by Oliver.
19260
19261 Fix for <rdar://5683527> media/{audio,video|-controls-rendering.html failing
19262
19263 Remove platform specific results from media directory, since they should match the mac. Also, remove these tests from the skipped list.
19264
19265 * platform/win/Skipped:
19266 * platform/win/media: Removed.
19267
192682008-01-18 Adele Peterson <adele@apple.com>
19269
19270 Updating these results again. I accidently checked in the other results with some local changes.
19271
19272 * platform/mac/media/audio-controls-rendering-expected.checksum:
19273 * platform/mac/media/audio-controls-rendering-expected.png:
19274 * platform/mac/media/video-controls-rendering-expected.checksum:
19275 * platform/mac/media/video-controls-rendering-expected.png:
19276 * platform/mac/media/video-display-toggle-expected.checksum:
19277 * platform/mac/media/video-display-toggle-expected.png:
19278 * platform/mac/media/video-seek-past-end-playing-expected.checksum:
19279 * platform/mac/media/video-seek-past-end-playing-expected.png:
19280
192812008-01-18 Beth Dakin <bdakin@apple.com>
19282
19283 Rubber stamped by Darin.
19284
19285 These are updated test results after http://bugs.webkit.org/
19286 show_bug.cgi?id=15765 ASSERTION FAILED: m_frame->page() in
19287 FrameLoader::tokenizerProcessedData using the new GMail interface
19288 was checked in. This is a TEMPORARY fix until http://
19289 bugs.webkit.org/show_bug.cgi?id=16853 really addresses this
19290 problem.
19291
19292 * http/tests/loading/gmail-assert-on-load-expected.txt:
19293 * http/tests/loading/onload-vs-immediate-refresh-expected.txt:
19294
192952008-01-18 Kevin McCullough <kmccullough@apple.com>
19296
19297 Rubber stamped by Geoff.
19298
19299 - <rdar://5667267> editing/selection/5131716-1.html is failing
19300 The problem is when the fonts are not present, but they should be
19301 available now. This may have failed for other reasons in the past
19302 that are now fixed.
19303
19304 * platform/win/Skipped:
19305
193062008-01-18 Adele Peterson <adele@apple.com>
19307
19308 Reviewed by Antti.
19309
19310 Adding pixel results for media tests.
19311
19312 * platform/mac/media/audio-constructor-expected.checksum: Added.
19313 * platform/mac/media/audio-constructor-expected.png: Added.
19314 * platform/mac/media/audio-constructor-src-expected.checksum: Added.
19315 * platform/mac/media/audio-constructor-src-expected.png: Added.
19316 * platform/mac/media/broken-video-expected.checksum: Added.
19317 * platform/mac/media/broken-video-expected.png: Added.
19318 * platform/mac/media/constructors-expected.checksum: Added.
19319 * platform/mac/media/constructors-expected.png: Added.
19320 * platform/mac/media/fallback-expected.checksum: Added.
19321 * platform/mac/media/fallback-expected.png: Added.
19322 * platform/mac/media/progress-event-expected.checksum: Added.
19323 * platform/mac/media/progress-event-expected.png: Added.
19324 * platform/mac/media/remove-from-document-expected.checksum: Added.
19325 * platform/mac/media/remove-from-document-expected.png: Added.
19326 * platform/mac/media/unsupported-rtsp-expected.checksum: Added.
19327 * platform/mac/media/unsupported-rtsp-expected.png: Added.
19328 * platform/mac/media/unsupported-tracks-expected.checksum: Added.
19329 * platform/mac/media/unsupported-tracks-expected.png: Added.
19330 * platform/mac/media/video-append-source-expected.checksum: Added.
19331 * platform/mac/media/video-append-source-expected.png: Added.
19332 * platform/mac/media/video-autoplay-expected.checksum: Added.
19333 * platform/mac/media/video-autoplay-expected.png: Added.
19334 * platform/mac/media/video-buffered-expected.checksum: Added.
19335 * platform/mac/media/video-buffered-expected.png: Added.
19336 * platform/mac/media/video-controls-expected.checksum: Added.
19337 * platform/mac/media/video-controls-expected.png: Added.
19338 * platform/mac/media/video-currentTime-expected.checksum: Added.
19339 * platform/mac/media/video-currentTime-expected.png: Added.
19340 * platform/mac/media/video-currentTime-set-expected.checksum: Added.
19341 * platform/mac/media/video-currentTime-set-expected.png: Added.
19342 * platform/mac/media/video-currentTime-set2-expected.checksum: Added.
19343 * platform/mac/media/video-currentTime-set2-expected.png: Added.
19344 * platform/mac/media/video-dom-autoplay-expected.checksum: Added.
19345 * platform/mac/media/video-dom-autoplay-expected.png: Added.
19346 * platform/mac/media/video-dom-end-expected.checksum: Added.
19347 * platform/mac/media/video-dom-end-expected.png: Added.
19348 * platform/mac/media/video-dom-loopcount-expected.checksum: Added.
19349 * platform/mac/media/video-dom-loopcount-expected.png: Added.
19350 * platform/mac/media/video-dom-loopend-expected.checksum: Added.
19351 * platform/mac/media/video-dom-loopend-expected.png: Added.
19352 * platform/mac/media/video-dom-loopstart-expected.checksum: Added.
19353 * platform/mac/media/video-dom-loopstart-expected.png: Added.
19354 * platform/mac/media/video-dom-src-expected.checksum: Added.
19355 * platform/mac/media/video-dom-src-expected.png: Added.
19356 * platform/mac/media/video-dom-start-expected.checksum: Added.
19357 * platform/mac/media/video-dom-start-expected.png: Added.
19358 * platform/mac/media/video-end-expected.checksum: Added.
19359 * platform/mac/media/video-end-expected.png: Added.
19360 * platform/mac/media/video-error-abort-expected.checksum: Added.
19361 * platform/mac/media/video-error-abort-expected.png: Added.
19362 * platform/mac/media/video-error-does-not-exist-expected.checksum: Added.
19363 * platform/mac/media/video-error-does-not-exist-expected.png: Added.
19364 * platform/mac/media/video-load-networkState-expected.checksum: Added.
19365 * platform/mac/media/video-load-networkState-expected.png: Added.
19366 * platform/mac/media/video-load-readyState-expected.checksum: Added.
19367 * platform/mac/media/video-load-readyState-expected.png: Added.
19368 * platform/mac/media/video-loopcount-expected.checksum: Added.
19369 * platform/mac/media/video-loopcount-expected.png: Added.
19370 * platform/mac/media/video-loopend-expected.checksum: Added.
19371 * platform/mac/media/video-loopend-expected.png: Added.
19372 * platform/mac/media/video-loopstart-expected.checksum: Added.
19373 * platform/mac/media/video-loopstart-expected.png: Added.
19374 * platform/mac/media/video-muted-expected.checksum: Added.
19375 * platform/mac/media/video-muted-expected.png: Added.
19376 * platform/mac/media/video-no-autoplay-expected.checksum: Added.
19377 * platform/mac/media/video-no-autoplay-expected.png: Added.
19378 * platform/mac/media/video-pause-empty-events-expected.checksum: Added.
19379 * platform/mac/media/video-pause-empty-events-expected.png: Added.
19380 * platform/mac/media/video-play-empty-events-expected.checksum: Added.
19381 * platform/mac/media/video-play-empty-events-expected.png: Added.
19382 * platform/mac/media/video-play-pause-events-expected.checksum: Added.
19383 * platform/mac/media/video-play-pause-events-expected.png: Added.
19384 * platform/mac/media/video-play-pause-exception-expected.checksum: Added.
19385 * platform/mac/media/video-play-pause-exception-expected.png: Added.
19386 * platform/mac/media/video-poster-expected.checksum: Added.
19387 * platform/mac/media/video-poster-expected.png: Added.
19388 * platform/mac/media/video-seek-past-end-paused-expected.checksum: Added.
19389 * platform/mac/media/video-seek-past-end-paused-expected.png: Added.
19390 * platform/mac/media/video-seek-past-end-playing-expected.checksum: Added.
19391 * platform/mac/media/video-seek-past-end-playing-expected.png: Added.
19392 * platform/mac/media/video-seekable-expected.checksum: Added.
19393 * platform/mac/media/video-seekable-expected.png: Added.
19394 * platform/mac/media/video-seeking-expected.checksum: Added.
19395 * platform/mac/media/video-seeking-expected.png: Added.
19396 * platform/mac/media/video-size-expected.checksum: Added.
19397 * platform/mac/media/video-size-expected.png: Added.
19398 * platform/mac/media/video-source-expected.checksum: Added.
19399 * platform/mac/media/video-source-expected.png: Added.
19400 * platform/mac/media/video-source-media-expected.checksum: Added.
19401 * platform/mac/media/video-source-media-expected.png: Added.
19402 * platform/mac/media/video-source-type-expected.checksum: Added.
19403 * platform/mac/media/video-source-type-expected.png: Added.
19404 * platform/mac/media/video-src-change-expected.checksum: Added.
19405 * platform/mac/media/video-src-change-expected.png: Added.
19406 * platform/mac/media/video-src-expected.checksum: Added.
19407 * platform/mac/media/video-src-expected.png: Added.
19408 * platform/mac/media/video-src-remove-expected.checksum: Added.
19409 * platform/mac/media/video-src-remove-expected.png: Added.
19410 * platform/mac/media/video-src-set-expected.checksum: Added.
19411 * platform/mac/media/video-src-set-expected.png: Added.
19412 * platform/mac/media/video-src-source-expected.checksum: Added.
19413 * platform/mac/media/video-src-source-expected.png: Added.
19414 * platform/mac/media/video-start-expected.checksum: Added.
19415 * platform/mac/media/video-start-expected.png: Added.
19416 * platform/mac/media/video-volume-expected.checksum: Added.
19417 * platform/mac/media/video-volume-expected.png: Added.
19418 * platform/mac/media/video-width-height-expected.checksum: Added.
19419 * platform/mac/media/video-width-height-expected.png: Added.
19420
194212008-01-18 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
19422
19423 Reviewed by Darin, landed by Beth.
19424
19425 -test for http://bugs.webkit.org/show_bug.cgi?id=15765
19426 Gmail hitting an assert in FrameLoader::tokenizerProcessedData
19427
19428 * http/tests/loading/gmail-assert-on-load-expected.txt: Added.
19429 * http/tests/loading/gmail-assert-on-load.html: Added.
19430 * http/tests/loading/resources/gmail-assert-on-load-frame.html: Added.
19431
194322008-01-18 Sam Weinig <sam@webkit.org>
19433
19434 Reviewed by Beth Dakin.
19435
19436 Fix for <rdar://problem/5683524> http/tests/security/cross-frame-access-get.html is failing
19437
19438 - Guard against possible timing related failures using polling.
19439
19440 * http/tests/security/:
19441 * http/tests/security/resources/cross-frame-iframe-for-get-test.html:
19442
194432008-01-18 David Hyatt <hyatt@apple.com>
19444
19445 Update inline results after previous checkins. New results match Firefox more closely.
19446
19447 * platform/mac/fast/inline/001-expected.checksum:
19448 * platform/mac/fast/inline/001-expected.png:
19449 * platform/mac/fast/inline/002-expected.checksum:
19450 * platform/mac/fast/inline/002-expected.png:
19451 * platform/mac/fast/inline/br-text-decoration-expected.checksum:
19452 * platform/mac/fast/inline/br-text-decoration-expected.png:
19453 * platform/mac/fast/inline/continuation-outlines-expected.checksum:
19454 * platform/mac/fast/inline/continuation-outlines-expected.png:
19455 * platform/mac/fast/inline/continuation-outlines-with-layers-expected.checksum:
19456 * platform/mac/fast/inline/continuation-outlines-with-layers-expected.png:
19457 * platform/mac/fast/inline/dirtyLinesForInline-expected.checksum:
19458 * platform/mac/fast/inline/dirtyLinesForInline-expected.png:
19459 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.checksum:
19460 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png:
19461 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
19462 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.checksum:
19463 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
19464 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.checksum:
19465 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png:
19466 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.txt:
19467 * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.checksum:
19468 * platform/mac/fast/inline/inline-borders-with-bidi-override-expected.png:
19469 * platform/mac/fast/inline/outline-continuations-expected.checksum:
19470 * platform/mac/fast/inline/outline-continuations-expected.png:
19471 * platform/mac/fast/inline/positionedLifetime-expected.checksum:
19472 * platform/mac/fast/inline/positionedLifetime-expected.png:
19473 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.checksum:
19474 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png:
19475
194762008-01-18 David Hyatt <hyatt@apple.com>
19477
19478 Fix for http://bugs.webkit.org/show_bug.cgi?id=15665
19479
19480 Reviewed by Beth
19481
19482 * fast/inline/inline-padding-disables-text-quirk.html: Added.
19483 * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.checksum: Added.
19484 * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.png: Added.
19485 * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.txt: Added.
19486
194872008-01-18 David Hyatt <hyatt@apple.com>
19488
19489 Updated results for http://bugs.webkit.org/show_bug.cgi?id=14975
19490
19491 Reviewed by Antti
19492
19493 * fast/css/computed-style-without-renderer-expected.txt:
19494 * fast/css/padding-no-renderer-expected.txt: Added.
19495 * fast/css/padding-no-renderer.html: Added.
19496 * platform/mac/fast/css/acid2-expected.checksum:
19497 * platform/mac/fast/css/acid2-expected.png:
19498 * platform/mac/fast/css/acid2-expected.txt:
19499 * platform/mac/fast/css/acid2-pixel-expected.checksum:
19500 * platform/mac/fast/css/acid2-pixel-expected.png:
19501 * platform/mac/fast/css/acid2-pixel-expected.txt:
19502 * platform/mac/fast/frames/viewsource-attribute-expected.checksum:
19503 * platform/mac/fast/frames/viewsource-attribute-expected.png:
19504 * platform/mac/fast/frames/viewsource-attribute-expected.txt:
19505 * platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.checksum:
19506 * platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.png:
19507 * platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
19508 * platform/mac/fast/table/add-before-anonymous-child-expected.checksum:
19509 * platform/mac/fast/table/add-before-anonymous-child-expected.png:
19510 * platform/mac/fast/table/add-before-anonymous-child-expected.txt:
19511 * platform/mac/fast/table/cell-absolute-child-expected.checksum:
19512 * platform/mac/fast/table/cell-absolute-child-expected.png:
19513 * platform/mac/fast/table/cell-absolute-child-expected.txt:
19514 * platform/mac/fast/table/frame-and-rules-expected.checksum:
19515 * platform/mac/fast/table/frame-and-rules-expected.png:
19516 * platform/mac/fast/table/frame-and-rules-expected.txt:
19517 * platform/mac/http/tests/misc/acid2-expected.checksum:
19518 * platform/mac/http/tests/misc/acid2-expected.png:
19519 * platform/mac/http/tests/misc/acid2-expected.txt:
19520 * platform/mac/http/tests/misc/acid2-pixel-expected.checksum:
19521 * platform/mac/http/tests/misc/acid2-pixel-expected.png:
19522 * platform/mac/http/tests/misc/acid2-pixel-expected.txt:
19523 * platform/mac/tables/mozilla/bugs/bug30985-expected.checksum:
19524 * platform/mac/tables/mozilla/bugs/bug30985-expected.png:
19525 * platform/mac/tables/mozilla/bugs/bug30985-expected.txt:
19526
195272008-01-18 Dan Bernstein <mitz@apple.com>
19528
19529 Reviewed by Dave Hyatt.
19530
19531 - tests for <rdar://problem/5615307> Repro crash in WebKit!WebCore::RenderContainer::destroyLeftoverChildren
19532
19533 * fast/table/insert-cell-before-form.html: Added.
19534 * fast/table/insert-row-before-form.html: Added.
19535 * platform/mac-leopard/fast/table: Added.
19536 * platform/mac-leopard/fast/table/insert-cell-before-form-expected.checksum: Added.
19537 * platform/mac-leopard/fast/table/insert-cell-before-form-expected.png: Added.
19538 * platform/mac-leopard/fast/table/insert-row-before-form-expected.checksum: Added.
19539 * platform/mac-leopard/fast/table/insert-row-before-form-expected.png: Added.
19540 * platform/mac/fast/table/insert-cell-before-form-expected.txt: Added.
19541 * platform/mac/fast/table/insert-row-before-form-expected.txt: Added.
19542
195432008-01-18 Beth Dakin <bdakin@apple.com>
19544
19545 Checked in new results for another test affected by disabling SVG
19546 foreign object.
19547
19548 * platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Removed.
19549 * platform/mac/svg/custom/stroke-width-click-expected.checksum: Removed.
19550 * platform/mac/svg/custom/stroke-width-click-expected.png: Removed.
19551 * svg/custom/stroke-width-click-expected.txt:
19552
195532008-01-18 Kevin McCullough <kmccullough@apple.com>
19554
19555 Reviewed by Geoff.
19556
19557 - Correctly report cost of appended strings to trigger GC.
19558
19559 * fast/js/garbage-collect-after-string-appends-expected.txt: Added.
19560 * fast/js/garbage-collect-after-string-appends.html: Added.
19561 * fast/js/resources/garbage-collect-after-string-appends.js: Added.
19562
195632008-01-18 Beth Dakin <bdakin@apple.com>
19564
19565 Reviewed by Oliver.
19566
19567 Changed test results from disabling SVG foreign object for <rdar://
19568 problem/5686989> turn off SVG foreignobject because it does not
19569 repaint/dirty correctly
19570
19571 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum: Replaced.
19572 * platform/mac/svg/custom/baseval-animval-equality-expected.png: Replaced.
19573 * platform/mac/svg/custom/baseval-animval-equality-expected.txt: Replaced.
19574 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Replaced.
19575 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Replaced.
19576 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Replaced.
19577 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum: Replaced.
19578 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png: Replaced.
19579 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt: Replaced.
19580 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.checksum: Replaced.
19581 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.png: Replaced.
19582 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt: Replaced.
19583 * platform/mac/svg/custom/foreign-object-skew-expected.checksum: Replaced.
19584 * platform/mac/svg/custom/foreign-object-skew-expected.png: Replaced.
19585 * platform/mac/svg/custom/foreign-object-skew-expected.txt: Replaced.
19586 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum: Replaced.
19587 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png: Replaced.
19588 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: Replaced.
19589 * platform/mac/svg/custom/getPresentationAttribute-expected.checksum: Replaced.
19590 * platform/mac/svg/custom/getPresentationAttribute-expected.png: Replaced.
19591 * platform/mac/svg/custom/getPresentationAttribute-expected.txt: Replaced.
19592 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Replaced.
19593 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Replaced.
19594 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Replaced.
19595 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Replaced.
19596 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Replaced.
19597 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Replaced.
19598 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Replaced.
19599 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Replaced.
19600 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Replaced.
19601 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Replaced.
19602 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png: Replaced.
19603 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Replaced.
19604 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Replaced.
19605 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Replaced.
19606 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Replaced.
19607 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Replaced.
19608 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Replaced.
19609 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Replaced.
19610 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Replaced.
19611 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Replaced.
19612 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Replaced.
19613 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Replaced.
19614 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png: Replaced.
19615 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt: Replaced.
19616 * platform/mac/svg/hixie/mixed/006-expected.checksum: Replaced.
19617 * platform/mac/svg/hixie/mixed/006-expected.png: Replaced.
19618 * platform/mac/svg/hixie/mixed/006-expected.txt: Replaced.
19619 * platform/mac/svg/hixie/mixed/007-expected.checksum: Replaced.
19620 * platform/mac/svg/hixie/mixed/007-expected.png: Replaced.
19621 * platform/mac/svg/hixie/mixed/007-expected.txt: Replaced.
19622 * platform/mac/svg/hixie/mixed/008-expected.checksum: Replaced.
19623 * platform/mac/svg/hixie/mixed/008-expected.png: Replaced.
19624 * platform/mac/svg/hixie/mixed/008-expected.txt: Replaced.
19625 * platform/mac/svg/hixie/mixed/009-expected.checksum: Replaced.
19626 * platform/mac/svg/hixie/mixed/009-expected.png: Replaced.
19627 * platform/mac/svg/hixie/mixed/009-expected.txt: Replaced.
19628 * platform/mac/svg/hixie/mixed/011-expected.checksum: Replaced.
19629 * platform/mac/svg/hixie/mixed/011-expected.png: Replaced.
19630 * platform/mac/svg/hixie/mixed/011-expected.txt: Replaced.
19631
196322008-01-18 Adam Roben <aroben@apple.com>
19633
19634 Reviewed by Adele.
19635
19636 * platform/win/Skipped: Removed a fixed test, and a test that passes
19637 for me locally.
19638
196392008-01-17 Antti Koivisto <antti@apple.com>
19640
19641 Reviewed by Adele.
19642
19643 Enable tests for unsupported types on Windows.
19644
19645 * platform/win/Skipped:
19646
196472008-01-17 Stephanie <slewis@apple.com>
19648
19649 RS=Adam
19650
19651 Move some new failing tests to the skipped list
19652
19653 * platform/win/Skipped:
19654
196552008-01-17 Oliver Hunt <oliver@apple.com>
19656
19657 Reviewed by Anders.
19658
19659 Layout tests for <rdar://problem/5692940> Crash when attempting to get text properties in SVG with no renderer
19660
19661 * svg/text/text-property-with-display-none-expected.txt: Added.
19662 * svg/text/text-property-with-display-none.html: Added.
19663
196642008-01-17 Alexey Proskuryakov <ap@webkit.org>
19665
19666 Reviewed by Darin.
19667
19668 http://bugs.webkit.org/show_bug.cgi?id=16902
19669 <rdar://problem/5692566> fast/encoding/mailto-always-utf-8.html fails when run after
19670 fast/dom/Window/window-property-shadowing.html
19671
19672 * fast/dom/Window/window-property-shadowing.html: Changed some override values to not equal
19673 actual ones.
19674
19675 * fast/dom/Window/window-property-shadowing_-expected.txt: Added.
19676 * fast/dom/Window/window-property-shadowing_.html: Added.
19677 Test that all properties shadowed in the previous test are back to normal.
19678
19679 * platform/win/Skipped: Removed the test.
19680
196812008-01-17 Dan Bernstein <mitz@apple.com>
19682
19683 Reviewed by Dave Hyatt.
19684
19685 - make more test pass on Windows by using @font-face to force font
19686 fallback to match Mac OS X.
19687
19688 * editing/deleting/5144139-2.html:
19689 * fast/encoding/invalid-UTF-8.html:
19690 * fast/events/updateLayoutForHitTest.html:
19691 * fast/forms/select-visual-hebrew.html:
19692 * fast/forms/select-writing-direction-natural.html:
19693 * fast/forms/visual-hebrew-text-field.html:
19694 * fast/text/in-rendered-text-rtl.html:
19695 * fast/text/international/bidi-L2-run-reordering.html:
19696 * fast/text/international/bidi-LDB-2-CSS.html:
19697 * fast/text/international/bidi-LDB-2-HTML.html:
19698 * fast/text/international/bidi-LDB-2-formatting-characters.html:
19699 * fast/text/international/bidi-european-terminators.html:
19700 * fast/text/international/bidi-ignored-for-first-child-inline.html:
19701 * fast/text/international/bidi-innertext.html:
19702 * fast/text/international/bidi-listbox-atsui.html:
19703 * fast/text/international/bidi-listbox.html:
19704 * fast/text/international/bidi-menulist.html:
19705 * fast/text/international/bidi-override.html:
19706 * fast/text/international/resources: Added.
19707 * fast/text/international/resources/Mac-compatible-font-fallback.css: Added.
19708 * fast/text/international/rtl-caret.html:
19709 * platform/mac/editing/deleting/5144139-2-expected.txt:
19710 * platform/win/Skipped:
19711
197122008-01-17 Adam Roben <aroben@apple.com>
19713
19714 * platform/win/Skipped: Added another failure.
19715
197162008-01-17 Dan Bernstein <mitz@apple.com>
19717
19718 Reviewed by Dave Hyatt.
19719
19720 - update results for fixing determinePitch for segmented fonts
19721
19722 * platform/mac/fast/css/font-face-implicit-local-font-expected.txt:
19723
197242008-01-16 David Hyatt <hyatt@apple.com>
19725
19726 Fix for http://bugs.webkit.org/show_bug.cgi?id=16611
19727
19728 Reviewed by olliej
19729
19730 * ChangeLog:
19731 * fast/css/vertical-align-lengths.html: Added.
19732 * platform/mac/fast/css/vertical-align-lengths-expected.checksum: Added.
19733 * platform/mac/fast/css/vertical-align-lengths-expected.png: Added.
19734 * platform/mac/fast/css/vertical-align-lengths-expected.txt: Added.
19735
197362008-01-16 Dan Bernstein <mitz@apple.com>
19737
19738 Reviewed by Dave Hyatt.
19739
19740 - add test for @font-face rules with unicode-range: always use a local
19741 font where not explicitly overlaid.
19742
19743 * fast/css/font-face-implicit-local-font.html: Added.
19744 * platform/mac-leopard/fast/css/font-face-implicit-local-font-expected.checksum: Added.
19745 * platform/mac-leopard/fast/css/font-face-implicit-local-font-expected.png: Added.
19746 * platform/mac/fast/css/font-face-implicit-local-font-expected.txt: Added.
19747
197482008-01-16 Antti Koivisto <antti@apple.com>
19749
19750 Add tests for unsupported types to Windows skip list for now.
19751
19752 * platform/win/Skipped:
19753
197542008-01-16 Antti Koivisto <antti@apple.com>
19755
19756 Reviewed by Adele.
19757
19758 Tests for <rdar://problem/5605682>
19759 Disallow streaming protocols for media elements
19760 and <rdar://problem/5668711>
19761 Limit the container and codec types that the <video> tag supports
19762
19763 - test that rtsp: protocol is disabled (for now).
19764 - test that QuickTime files with unsupported track types are handled correctly
19765 - test that broken video file produces an error
19766
19767 * media/broken-video-expected.txt: Added.
19768 * media/broken-video.html: Added.
19769 * media/content/garbage.mp4: Added.
19770 * media/content/unsupported_track.mov: Added.
19771 * media/unsupported-rtsp-expected.txt: Added.
19772 * media/unsupported-rtsp.html: Added.
19773 * media/unsupported-tracks-expected.txt: Added.
19774 * media/unsupported-tracks.html: Added.
19775
197762008-01-16 Cameron Zwarich <cwzwarich@uwaterloo.ca>
19777
19778 Reviewed by Maciej.
19779
19780 Added a test that checks whether ActivationImp tear-off occurs before
19781 a cross-window eval(). Relevant to
19782
19783 Bug 16868: Gmail crash
19784
19785 <http://bugs.webkit.org/show_bug.cgi?id=16868>
19786 <rdar://problem/5686108>
19787
19788 * fast/js/window-eval-tearoff-expected.txt: Added.
19789 * fast/js/window-eval-tearoff.html: Added.
19790
197912008-01-16 David Hyatt <hyatt@apple.com>
19792
19793 Update layout tests after fix for <rdar://problem/5681647>.
19794
19795 * platform/mac/tables/mozilla/bugs/bug101674-expected.txt:
19796 * platform/mac/tables/mozilla/bugs/bug2973-expected.txt:
19797 * platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt:
19798 * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.txt:
19799
198002008-01-16 David Hyatt <hyatt@apple.com>
19801
19802 Reviewed by Eric Seidel
19803
19804 http://bugs.webkit.org/show_bug.cgi?id=14846
19805
19806 * fast/table/dynamic-cellpadding.html: Added.
19807 * platform/mac/fast/table/dynamic-cellpadding-expected.checksum: Added.
19808 * platform/mac/fast/table/dynamic-cellpadding-expected.png: Added.
19809 * platform/mac/fast/table/dynamic-cellpadding-expected.txt: Added.
19810
198112008-01-16 David Hyatt <hyatt@apple.com>
19812
19813 Reviewed by Beth.
19814
19815 <rdar://problem/5681647> Item pages on http://www.stendmarsofa.com/ hang Safari
19816
19817 * fast/table/unbreakable-images-quirk.html: Added.
19818 * platform/mac/fast/table/unbreakable-images-quirk-expected.checksum: Added.
19819 * platform/mac/fast/table/unbreakable-images-quirk-expected.png: Added.
19820 * platform/mac/fast/table/unbreakable-images-quirk-expected.txt: Added.
19821
198222008-01-16 Dan Bernstein <mitz@apple.com>
19823
19824 Reviewed by Adam Roben.
19825
19826 - copied Windows expected results for
19827 svg/hixie/viewbox/preserveAspectRatio/001.xml from Tiger
19828
19829 * platform/win/svg: Added.
19830 * platform/win/svg/hixie: Added.
19831 * platform/win/svg/hixie/viewbox: Added.
19832 * platform/win/svg/hixie/viewbox/preserveAspectRatio: Added.
19833 * platform/win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt.
19834
198352008-01-15 Dan Bernstein <mitz@apple.com>
19836
19837 - updated Tiger results for <rdar://problem/5666926>
19838
19839 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
19840
198412008-01-15 Dan Bernstein <mitz@apple.com>
19842
19843 Reviewed by Darin Adler.
19844
19845 - updated results for <rdar://problem/5666926> svg/custom/use-css-no-effect-on-shadow-tree.svg is failing
19846
19847 * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
19848 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
19849 * platform/mac/svg/hixie/links/001-expected.txt:
19850 * platform/win/Skipped:
19851
198522008-01-15 Alexey Proskuryakov <ap@webkit.org>
19853
19854 Reviewed by Darin.
19855
19856 <rdar://problem/5342813> REGRESSION: Safari encodes mailto URLs incorrectly
19857
19858 * fast/encoding/mailto-always-utf-8-expected.txt: Added.
19859 * fast/encoding/mailto-always-utf-8.html: Added.
19860
19861 * fast/forms/mailto/get-non-ascii-always-utf-8-expected.txt: Added.
19862 * fast/forms/mailto/get-non-ascii-always-utf-8.html: Added.
19863 We didn't have this problem for forms, adding the test to guard against future regressions.
19864
198652008-01-15 Adele Peterson <adele@apple.com>
19866
19867 Reviewed by Adam and Antti.
19868
19869 Updated tests for <rdar://problem/5619062> Add load progress indicator to video controls
19870
19871 * platform/mac/media/audio-controls-rendering-expected.checksum:
19872 * platform/mac/media/audio-controls-rendering-expected.png:
19873 * platform/mac/media/audio-controls-rendering-expected.txt:
19874 * platform/mac/media/video-controls-rendering-expected.checksum:
19875 * platform/mac/media/video-controls-rendering-expected.png:
19876 * platform/mac/media/video-controls-rendering-expected.txt:
19877 * platform/mac/media/video-display-toggle-expected.checksum:
19878 * platform/mac/media/video-display-toggle-expected.png:
19879 * platform/mac/media/video-display-toggle-expected.txt:
19880
198812008-01-14 Stephanie <slewis@apple.com>
19882
19883 RS=Oliver
19884
19885 add svg/css/glyph-orientation-rounding-test.xhtml to skip list. See <rdar://problem/5686552>
19886
19887 * platform/mac-leopard/Skipped:
19888
198892008-01-14 Kevin McCullough <kmccullough@apple.com>
19890
19891 Reviewed by Oliver.
19892
19893 - <rdar://problem/5622667> REGRESSION (Leopard-ToT): Endless loading
19894 loop trying to view techreport.com comments
19895 - Any resetting of a value in an array of sufficient size, would cause
19896 the second value to be lost.
19897
19898 * fast/js/array-reset-large-index-expected.txt: Added.
19899 * fast/js/array-reset-large-index.html: Added.
19900 * fast/js/resources/array-reset-large-index.js: Added.
19901
199022008-01-14 Adam Roben <aroben@apple.com>
19903
19904 * platform/win/Skipped: Fixed a typo pointed out by Alexey.
19905
199062008-01-14 Adam Roben <aroben@apple.com>
19907
19908 * platform/win/Skipped: Added some intermittent failures.
19909
199102008-01-14 Adam Roben <aroben@apple.com>
19911
19912 * platform/win/Skipped: Put back a failing test.
19913
199142008-01-14 Alexey Proskuryakov <ap@webkit.org>
19915
19916 Re-added two tests that weren't failing for me, but fail on the buildbot.
19917
19918 * platform/win/Skipped:
19919
199202008-01-14 Alexey Proskuryakov <ap@webkit.org>
19921
19922 Added fast/frames/frame-name-reset.html, which crashes, and sometimes freezes buildbot.
19923
19924 * platform/win/Skipped:
19925
199262008-01-14 Alexey Proskuryakov <ap@webkit.org>
19927
19928 Removed some more tests, moved one to a better place.
19929
19930 * platform/win/Skipped:
19931
199322008-01-14 Alexey Proskuryakov <ap@webkit.org>
19933
19934 Remove a test that doesn't fail for me - let's see what the bot thinks.
19935
19936 * platform/win/Skipped: Removed http/tests/xmlhttprequest/XMLHttpRequestException.html.
19937
199382008-01-14 Alexey Proskuryakov <ap@webkit.org>
19939
19940 Reviewed by David Kilzer.
19941
19942 http://bugs.webkit.org/show_bug.cgi?id=16787
19943 array.splice() with 1 element not working
19944
19945 * fast/js/array-splice-expected.txt: Added.
19946 * fast/js/array-splice.html: Added.
19947 * fast/js/resources/array-splice.js: Added.
19948
199492008-01-13 Eric Seidel <eric@webkit.org>
19950
19951 Reviewed by darin.
19952
19953 range-insertNode-separate-endContainer validates proper range behavior
19954 and does not change with this patch.
19955 range-insertNode-splittext demonstrates the issue fixed by this patch
19956 http://bugs.webkit.org/show_bug.cgi?id=16765
19957
19958 * fast/dom/Range/range-insertNode-separate-endContainer-expected.txt: Added.
19959 * fast/dom/Range/range-insertNode-separate-endContainer.html: Added.
19960 * fast/dom/Range/range-insertNode-splittext-expected.txt: Added.
19961 * fast/dom/Range/range-insertNode-splittext.html: Added.
19962 * fast/dom/Range/resources/range-insertNode-separate-endContainer.js: Added.
19963 * fast/dom/Range/resources/range-insertNode-splittext.js: Added.
19964
199652008-01-13 Dan Bernstein <mitz@apple.com>
19966
19967 Reviewed by Adam Roben.
19968
19969 - enable tests affected by <rdar://problem/5132009> Windows DRT does not support multiple windows
19970
19971 * platform/win/Skipped:
19972
199732008-01-13 Dan Bernstein <mitz@apple.com>
19974
19975 Change test to match the results landed in r29424. The test changes were
19976 omitted in that check-in.
19977
19978 * editing/pasteboard/paste-RTFD.html:
19979
199802008-01-12 Dan Bernstein <mitz@apple.com>
19981
19982 Update expected results for fast/replaced/image-map-expected after
19983 r29432 disabled document replacement by the JavaScript result in this
19984 case.
19985
19986 * fast/replaced/image-map-expected.txt:
19987
199882008-01-12 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
19989
19990 Reviewed by Ap.
19991
19992 * Make launching of the WebKit httpd work on GNU/Debian/Linux
19993
19994 The configuration of Apache2 and installation does not depend on
19995 the kernel but on the distribution policy. Make launching of httpd
19996 work for Debian derived distributions.
19997
19998 * http/conf/apache2-debian-httpd.conf: Added.
19999
200002008-01-11 Geoffrey Garen <ggaren@apple.com>
20001
20002 Reviewed by Oliver Hunt.
20003
20004 Fixed <rdar://problem/5665251> REGRESSION (r28880-r28886): Global
20005 variable access (16644)
20006
20007 Added a test. Updated other tests to match new behavior.
20008
20009 * fast/js/var-declarations-shadowing-expected.txt: Added.
20010 * fast/js/var-declarations-shadowing.html: Added.
20011
20012 * fast/dom/HTMLScriptElement/script-load-events.html: Changed this test
20013 a bit because the original design made it hard to understand why it was failing.
20014 * fast/dom/HTMLScriptElement/script-load-events-expected.txt:
20015
20016 * fast/dom/Window/get-set-properties.html: Changed this test to expect
20017 our new behavior, which matches Firefox.
20018 * fast/dom/Window/get-set-properties-expected.txt:
20019
20020 * fast/dom/Window/window-property-shadowing.html: Removed some cases
20021 that differed from Firefox.
20022 * fast/dom/Window/window-property-shadowing-expected.txt:
20023
20024 * http/tests/security/cross-frame-access-put-expected.txt: This test emits
20025 more "Unsafe JavaScript attempt" messages now because property sets that
20026 used to be prohibited (somewhat accidentally) by the ReadOnly attribute
20027 are now prohibited by security checks.
20028
200292008-01-11 Anyang Ren <anyang.ren@gmail.com>
20030
20031 Reviewed by Darin Adler.
20032
20033 Add a new regression test for
20034 http://bugs.webkit.org/show_bug.cgi?id=15960
20035 The view source mode should skip an empty attribute value only if
20036 the attribute name is not followed by an equal sign (=).
20037
20038 * fast/frames/resources/viewsource-frame-1.html: Added.
20039 * fast/frames/viewsource-empty-attribute-value-expected.txt: Added.
20040 * fast/frames/viewsource-empty-attribute-value.html: Added.
20041
200422008-01-11 Cameron Zwarich <cwzwarich@uwaterloo.ca>
20043
20044 Reviewed by Maciej.
20045
20046 Added a test case that came up when developing the ActivationImp tear-off.
20047
20048 * fast/js/resources/vardecl-preserve-arguments.js:
20049 * fast/js/vardecl-preserve-arguments-expected.txt:
20050
200512008-01-11 Justin Garcia <justin.garcia@apple.com>
20052
20053 <rdar://problem/5541054> editing/pasteboard/paste-RTFD.html failing on Tiger
20054
20055 * editing/pasteboard/paste-RTFD.html: Mention the Tiger bug that this demonstrates.
20056 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.checksum: Added.
20057 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.png: Added.
20058 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt: Updated expected results
20059 to reflect the new info included in the test.
20060 * platform/mac/editing/pasteboard/paste-RTFD-expected.checksum: Ditto.
20061 * platform/mac/editing/pasteboard/paste-RTFD-expected.png:
20062 * platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
20063
200642008-01-11 Jon Honeycutt <jhoneycutt@apple.com>
20065
20066 * platform/win/Skipped: Remove a test that was fixed in r29419.
20067
200682008-01-11 Alexey Proskuryakov <ap@webkit.org>
20069
20070 Reviewed by Adam Roben.
20071
20072 <rdar://problem/5667275> fast/dynamic/layer-hit-test-crash.html is failing
20073
20074 * platform/win/Skipped: The test now passes.
20075
200762008-01-11 Adam Roben <aroben@apple.com>
20077
20078 * platform/win/Skipped: Added some new failures.
20079
200802008-01-10 Stephanie <slewis@apple.com>
20081
20082 RS=Oliver.
20083
20084 Move svg/batik/text/smallfonts.svg to the right skip list.
20085
20086 * platform/mac-tiger/Skipped:
20087 * platform/mac/Skipped:
20088
200892008-01-10 Sam Weinig <sam@webkit.org>
20090
20091 Reviewed by Anders Carlsson.
20092
20093 Tests for http://bugs.webkit.org/show_bug.cgi?id=16522
20094 <rdar://problem/5657355>
20095
20096 * http/tests/security/frameNavigation/resources/frame-with-link-to-navigate.html: Added.
20097 * http/tests/security/frameNavigation/resources/frame-with-plugin-to-navigate.html: Added.
20098 * http/tests/security/frameNavigation/resources/navigation-happened.html: Added.
20099 * http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Added.
20100 * http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html: Added.
20101 * http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt: Added.
20102 * http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation.html: Added.
20103 * platform/win/Skipped:
20104
201052008-01-10 Adam Roben <aroben@apple.com>
20106
20107 * platform/win/Skipped: Removed a test that was fixed in r26826.
20108
201092008-01-10 Adam Roben <aroben@apple.com>
20110
20111 * platform/win/Skipped: Removed a test that was fixed in r28372.
20112
201132008-01-10 Alexey Proskuryakov <ap@webkit.org>
20114
20115 Reviewed by Adam Roben.
20116
20117 <rdar://problem/5667003> fast/dom/xmlhttprequest-html-response-encoding.html is failing
20118
20119 * platform/win/Skipped: Remove the fixed test.
20120
201212008-01-10 Kevin McCullough <kmccullough@apple.com>
20122
20123 Reviewed by Darin, Sam, and Adam.
20124
20125 -<rdar://problem/5654486> REGRESSION (Safari 3.0.4-TOT): clicking on
20126 link in gmail message displays JavaScript alert falsely complaining
20127 about pop-up blocking
20128 - When trying to open a new window, we now see if the user gesture
20129 occurred in the global dynamic object instead of the frame since that is
20130 the only place an event can occur.
20131
20132 * fast/events/open-window-from-another-frame-expected.txt: Added.
20133 * fast/events/open-window-from-another-frame.html: Added.
20134 * fast/events/resources/open-window-from-another-frame-otherFrame.html: Added.
20135 * fast/events/resources/window-opened.html: Added.
20136 * platform/win/Skipped:
20137
201382008-01-10 Dan Bernstein <mitz@apple.com>
20139
20140 Reviewed by Darin Adler.
20141
20142 - re-enable crashing test after fixing http://bugs.webkit.org/show_bug.cgi?id=16782
20143 <rdar://problem/5675331> REGRESSION(r29266): Reproducible crash in fast/replaced/image-map.html
20144
20145 * fast/replaced/image-map-expected.txt: Updated results for the new
20146 behavior, which is to replace the document with the success message.
20147 * fast/replaced/image-map.html: Copied from LayoutTests/fast/replaced/image-map.html-disabled.
20148 * fast/replaced/image-map.html-disabled: Removed.
20149
201502008-01-10 Dan Bernstein <mitz@apple.com>
20151
20152 Reviewed by John Sullivan.
20153
20154 - make more tests pass on Windows by forcing font fallback to match
20155 Mac OS X.
20156
20157 * fast/css/beforeSelectorOnCodeElement.html:
20158 * fast/css/rtl-ordering.html:
20159 * fast/css/text-security.html:
20160 * platform/win/Skipped:
20161
201622008-01-09 Ada Chan <adachan@apple.com>
20163
20164 Tests tabbing with different combinations of modifiers keys, where some
20165 should advance focus and some should not.
20166
20167 Reviewed by Darin.
20168
20169 * fast/forms/tabs-with-modifiers-expected.txt: Added.
20170 * fast/forms/tabs-with-modifiers.html: Copied from fast/forms/focus2.html.
20171
201722008-01-09 Dan Bernstein <mitz@apple.com>
20173
20174 Reviewed by Darin Adler.
20175
20176 - move a WebKit test which was inadvertently added to a test suite
20177 directory into a custom test directory and change it to give the same
20178 results on Windows.
20179
20180 * css1/text_properties/text-transCapitalize.html: Removed.
20181 * fast/text/capitalize-boundaries.html: Copied from LayoutTests/css1/text_properties/text-transCapitalize.html,
20182 updated the Bugzilla URL and added @font-face rules to make Windows
20183 results match Mac OS X.
20184 * platform/mac/css1/text_properties/text-transCapitalize-expected.checksum: Removed.
20185 * platform/mac/css1/text_properties/text-transCapitalize-expected.png: Removed.
20186 * platform/mac/css1/text_properties/text-transCapitalize-expected.txt: Removed.
20187 * platform/mac/fast/text/capitalize-boundaries-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/text-transCapitalize-expected.checksum.
20188 * platform/mac/fast/text/capitalize-boundaries-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/text-transCapitalize-expected.png.
20189 * platform/mac/fast/text/capitalize-boundaries-expected.txt: Copied from LayoutTests/platform/mac/css1/text_properties/text-transCapitalize-expected.txt.
20190 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt: Removed.
20191 * platform/win/Skipped: Removed css1/text_properties/text-transCapitalize.html.
20192
201932008-01-09 Alexey Proskuryakov <ap@webkit.org>
20194
20195 Reviewed by Adam Roben.
20196
20197 <rdar://problem/5673716> fast/loader/opaque-base-url.html is failing
20198 <rdar://problem/5670275> fast/loader/onunload-form-submit-crash.html is failing
20199 <rdar://problem/5667277> fast/loader/onunload-form-submit-crash-2.html is failing
20200
20201 * fast/loader/meta-refresh-vs-open.html: Changed to be more DRT-friendly.
20202 * platform/win/Skipped: Removed tests that were victims of the above.
20203
202042008-01-09 Alexey Proskuryakov <ap@webkit.org>
20205
20206 Reviewed by Adam Roben.
20207
20208 Fix fast/encoding/frame-default-enc.html, which is failing on buildbot.
20209
20210 Internal frame names for this test are changing for no apparent reason (see r25269).
20211 Make the test independent of the names.
20212
20213 * fast/encoding/frame-default-enc-expected.txt:
20214 * fast/encoding/frame-default-enc.html:
20215 * fast/encoding/resources/frame-default-enc-frame.html:
20216
202172008-01-09 Adam Roben <aroben@apple.com>
20218
20219 Update some test results
20220
20221 Reviewed by Anders.
20222
20223 * fast/dom/Window/window-properties-expected.txt: Updated after
20224 r29328.
20225 * platform/win/media/audio-controls-rendering-expected.txt:
20226 Regenerated results with the correct fonts.
20227 * platform/win/media/video-aspect-ratio-expected.txt: Ditto.
20228 * platform/win/media/video-controls-rendering-expected.txt: Ditto.
20229 * platform/win/media/video-transformed-expected.txt: Ditto.
20230
202312007-10-01 Allan Sandfeld Jensen <sandfeld@kde.org>
20232
20233 Updated by Eric, Reviewed by Hyatt.
20234
20235 - tests and updates for http://bugs.webkit.org/show_bug.cgi?id=9454
20236
20237 * fast/selectors/lang-inheritance-expected.checksum: Added.
20238 * fast/selectors/lang-inheritance-expected.png: Added.
20239 * fast/selectors/lang-inheritance-expected.txt: Added.
20240 * fast/selectors/lang-inheritance.html: Added.
20241 * fast/selectors/lang-inheritance2-expected.checksum: Added.
20242 * fast/selectors/lang-inheritance2-expected.png: Added.
20243 * fast/selectors/lang-inheritance2-expected.txt: Added.
20244 * fast/selectors/lang-inheritance2.html: Added.
20245 * fast/selectors/lang-vs-xml-lang-expected.checksum: Added.
20246 * fast/selectors/lang-vs-xml-lang-expected.png: Added.
20247 * fast/selectors/lang-vs-xml-lang-expected.txt: Added.
20248 * fast/selectors/lang-vs-xml-lang-xhtml-expected.checksum: Added.
20249 * fast/selectors/lang-vs-xml-lang-xhtml-expected.png: Added.
20250 * fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Added.
20251 * fast/selectors/lang-vs-xml-lang-xhtml.xhtml: Added.
20252 * fast/selectors/lang-vs-xml-lang.html: Added.
20253 * svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
20254 * svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
20255 * svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
20256
202572008-01-08 Antti Koivisto <antti@apple.com>
20258
20259 Reviewed by Darin.
20260
20261 Test that media element constructors behave consistently.
20262
20263 * media/constructors-expected.txt: Added.
20264 * media/constructors.html: Added.
20265
202662008-01-08 Adam Roben <aroben@apple.com>
20267
20268 * fast/replaced/image-map.html: Disabled this until bug 16782 is
20269 fixed.
20270
202712008-01-08 Adam Roben <aroben@apple.com>
20272
20273 Fix fast/dom/Window/window-properties.html on Windows
20274
20275 Windows now has the same results as other platforms.
20276
20277 * platform/win/fast/dom/Window/window-properties-expected.txt: Removed.
20278
202792008-01-08 Dan Bernstein <mitz@apple.com>
20280
20281 - remove a test from the skipped list
20282
20283 * platform/win/Skipped:
20284
202852008-01-08 Antti Koivisto <antti@apple.com>
20286
20287 Reviewed by Weinig.
20288
20289 Test cross-frame access to media properties.
20290
20291 * http/tests/security/cross-frame-access-get-expected.txt:
20292 * http/tests/security/cross-frame-access-get.html:
20293
202942008-01-07 Antti Koivisto <antti@apple.com>
20295
20296 Rubber stamped by Darin.
20297
20298 Enable media tests on Windows.
20299
20300 * platform/win/Skipped:
20301 * platform/win/media: Added.
20302 * platform/win/media/audio-controls-rendering-expected.txt: Added.
20303 * platform/win/media/video-aspect-ratio-expected.txt: Added.
20304 * platform/win/media/video-controls-rendering-expected.txt: Added.
20305 * platform/win/media/video-transformed-expected.txt: Added.
20306
203072008-01-08 Adele Peterson <adele@apple.com>
20308
20309 Reviewed by Darin.
20310
20311 Updated test for:
20312 <rdar://problem/5674667> fast/forms/slider-mouse-events.html is broken by media control checkin 29257
20313
20314 * fast/forms/slider-mouse-events-expected.txt:
20315 * fast/forms/slider-mouse-events.html: Now tests mousemove events too.
20316
203172008-01-08 Alexey Proskuryakov <ap@webkit.org>
20318
20319 Reviewed by Darin.
20320
20321 <rdar://problem/5659812> CrashTracer: 462 crashes in Safari at com.apple.WebCore:
20322 WebCore::Node::setChanged + 96
20323
20324 * fast/dom/cssTarget-crash-expected.txt: Added.
20325 * fast/dom/cssTarget-crash.html: Added.
20326
203272008-01-08 Anders Carlsson <andersca@apple.com>
20328
20329 Reviewed by Mitz.
20330
20331 <rdar://problem/5667286>
20332 plugins/createScriptableObject-before-start.html is failing due to denied cross-frame access
20333
20334 Use our own test plug-in instead of the Flash plug-in. The Flash plug-in tries to get the URL of the top frame
20335 which will cause a security exception.
20336
20337 * platform/win/Skipped:
20338 * plugins/createScriptableObject-before-start.html:
20339
203402008-01-07 Alice Liu <alice.liu@apple.com>
20341
20342 * platform/win/Skipped:
20343 removing fixed test
20344
203452008-01-07 Adele Peterson <adele@apple.com>
20346
20347 Temporary results until I fix:
20348 <rdar://problem/5674667> fast/forms/slider-mouse-events.html is broken by media control checkin 29257
20349
20350 * fast/forms/slider-mouse-events-expected.txt:
20351
203522008-01-07 Oliver Hunt <oliver@apple.com>
20353
20354 Reviewed by Niko.
20355
20356 Add test case for <image> with a transformation to retain aspect ratio
20357
20358 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.checksum: Added.
20359 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png: Added.
20360 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt: Added.
20361 * svg/custom/image-with-aspect-ratio-stretch.svg: Added.
20362
20363 Fixed expected output:
20364 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
20365 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
20366 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
20367 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
20368 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
20369 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
20370 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
20371 * platform/mac/svg/carto.net/selectionlist-expected.png:
20372 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
20373 * platform/mac/svg/custom/pointer-events-image-expected.png:
20374 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
20375 * platform/mac/svg/custom/text-image-opacity-expected.png:
20376
203772008-01-07 Adam Barth <hk9565@gmail.com>
20378
20379 Reviewed by Sam Weinig.
20380
20381 Fixes: http://bugs.webkit.org/show_bug.cgi?id=16523
20382
20383 Adds new LayoutTests for scripting from about:blank windows. These
20384 windows should inherit its SecurityOrigin from its opener and should
20385 refuse to change their origins when their opener changes exogenously
20386 (the navigate-opener tests) or explicitly (the set-opener test).
20387
20388 * http/tests/security/aboutBlank: Added.
20389 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Added.
20390 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html: Added.
20391 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Added.
20392 * http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url.html: Added.
20393 * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Added.
20394 * http/tests/security/aboutBlank/xss-DENIED-set-opener.html: Added.
20395 * http/tests/security/resources/innocent-victim-with-notify.html: Added.
20396 * http/tests/security/resources/innocent-victim.html: Added.
20397 * http/tests/security/resources/libwrapjs.js: Added.
20398 * http/tests/security/resources/open-window.html: Added.
20399
204002008-01-07 Adele Peterson <adele@apple.com>
20401
20402 Reviewed by Antti, Adam, and Mitz.
20403
20404 Updated results for:
20405 <rdar://problem/5619073> Updated look for <video> controls
20406 <rdar://problem/5619057> Add volume control to video controls
20407
20408 * platform/mac/media/audio-controls-rendering-expected.checksum:
20409 * platform/mac/media/audio-controls-rendering-expected.png:
20410 * platform/mac/media/audio-controls-rendering-expected.txt:
20411 * platform/mac/media/video-controls-rendering-expected.checksum:
20412 * platform/mac/media/video-controls-rendering-expected.png:
20413 * platform/mac/media/video-controls-rendering-expected.txt:
20414 * platform/mac/media/video-display-toggle-expected.checksum:
20415 * platform/mac/media/video-display-toggle-expected.png:
20416 * platform/mac/media/video-display-toggle-expected.txt:
20417
204182008-01-07 Alice Liu <alice.liu@apple.com>
20419
20420 Reviewed by Sam.
20421
20422 checking in platform-specific results. addresses <rdar://5137719>
20423
20424 * platform/win/Skipped:
20425 * platform/win/fast/dom/Window/window-screen-properties-expected.txt: Added.
20426
204272008-01-07 Kevin McCullough <kmccullough@apple.com>
20428
20429 Reviewed by Adele.
20430
20431 - <rdar://problem/5667022> fast/events/mousemove-after-drag-over-scrollbar.html
20432 failing (missing a mousemove event)
20433 - Updated test to reflect it's original intention and filed a different
20434 bug about the issue that caused the test to fail on Windows.
20435
20436 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt:
20437 * fast/events/mousemove-after-drag-over-scrollbar.html:
20438 * platform/win/Skipped:
20439
204402008-01-07 Nikolas Zimmermann <zimmermann@kde.org>
20441
20442 Reviewed by Oliver.
20443
20444 Update layout tests after landing SVG Fonts support.
20445
20446 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
20447 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
20448 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
20449 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
20450 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
20451 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
20452 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
20453 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
20454 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
20455 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
20456 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
20457 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
20458 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
20459 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
20460 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
20461 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
20462 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
20463 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
20464 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
20465 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
20466 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
20467 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
20468 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
20469 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
20470 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
20471 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
20472 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
20473 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
20474 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
20475 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
20476 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
20477 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
20478 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
20479 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
20480 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
20481 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
20482 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
20483 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
20484 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
20485 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
20486 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
20487 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
20488 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
20489 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
20490 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
20491 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
20492 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
20493 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
20494 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
20495 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
20496 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
20497 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
20498 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
20499 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
20500 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
20501 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
20502 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
20503 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
20504 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
20505 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
20506 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
20507 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
20508 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
20509 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
20510 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
20511 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
20512 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
20513 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
20514 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
20515 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
20516 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
20517 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
20518 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
20519 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
20520 * platform/mac/svg/batik/masking/maskRegions-expected.checksum:
20521 * platform/mac/svg/batik/masking/maskRegions-expected.png:
20522 * platform/mac/svg/batik/paints/gradientLimit-expected.checksum:
20523 * platform/mac/svg/batik/paints/gradientLimit-expected.png:
20524 * platform/mac/svg/batik/paints/patternRegionA-expected.checksum:
20525 * platform/mac/svg/batik/paints/patternRegionA-expected.png:
20526 * platform/mac/svg/batik/paints/patternRegions-expected.checksum:
20527 * platform/mac/svg/batik/paints/patternRegions-expected.png:
20528 * platform/mac/svg/batik/text/longTextOnPath-expected.checksum:
20529 * platform/mac/svg/batik/text/longTextOnPath-expected.png:
20530 * platform/mac/svg/batik/text/textBiDi-expected.checksum:
20531 * platform/mac/svg/batik/text/textBiDi-expected.png:
20532 * platform/mac/svg/batik/text/textEffect-expected.checksum:
20533 * platform/mac/svg/batik/text/textEffect-expected.png:
20534 * platform/mac/svg/batik/text/textEffect-expected.txt:
20535 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
20536 * platform/mac/svg/batik/text/textEffect3-expected.png:
20537 * platform/mac/svg/batik/text/textEffect3-expected.txt:
20538 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
20539 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
20540 * platform/mac/svg/batik/text/textLayout2-expected.checksum:
20541 * platform/mac/svg/batik/text/textLayout2-expected.png:
20542 * platform/mac/svg/batik/text/textOnPath3-expected.checksum:
20543 * platform/mac/svg/batik/text/textOnPath3-expected.png:
20544 * platform/mac/svg/batik/text/textPCDATA-expected.checksum:
20545 * platform/mac/svg/batik/text/textPCDATA-expected.png:
20546 * platform/mac/svg/batik/text/textPosition-expected.checksum:
20547 * platform/mac/svg/batik/text/textPosition-expected.png:
20548 * platform/mac/svg/batik/text/textPosition2-expected.checksum:
20549 * platform/mac/svg/batik/text/textPosition2-expected.png:
20550 * platform/mac/svg/batik/text/textPosition2-expected.txt:
20551 * platform/mac/svg/batik/text/textProperties-expected.checksum:
20552 * platform/mac/svg/batik/text/textProperties-expected.png:
20553 * platform/mac/svg/batik/text/textStyles-expected.checksum:
20554 * platform/mac/svg/batik/text/textStyles-expected.png:
20555 * platform/mac/svg/batik/text/xmlSpace-expected.checksum:
20556 * platform/mac/svg/batik/text/xmlSpace-expected.png:
20557 * platform/mac/svg/custom/focus-ring-expected.checksum:
20558 * platform/mac/svg/custom/focus-ring-expected.png:
20559 * platform/mac/svg/custom/font-face-simple-expected.checksum:
20560 * platform/mac/svg/custom/font-face-simple-expected.png:
20561 * platform/mac/svg/custom/font-face-simple-expected.txt:
20562 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum:
20563 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
20564 * platform/mac/svg/custom/linking-a-03-b-transform-expected.checksum:
20565 * platform/mac/svg/custom/linking-a-03-b-transform-expected.png:
20566 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.checksum:
20567 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png:
20568 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.checksum:
20569 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
20570 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.checksum:
20571 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
20572 * platform/mac/svg/custom/pattern-rotate-expected.checksum:
20573 * platform/mac/svg/custom/pattern-rotate-expected.png:
20574 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
20575 * platform/mac/svg/custom/pointer-events-path-expected.png:
20576 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
20577 * platform/mac/svg/custom/pointer-events-text-expected.png:
20578 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
20579 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
20580 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
20581 * platform/mac/svg/custom/text-hit-test-expected.checksum:
20582 * platform/mac/svg/custom/text-hit-test-expected.png:
20583 * platform/mac/svg/text/text-align-01-b-expected.checksum:
20584 * platform/mac/svg/text/text-align-01-b-expected.png:
20585 * platform/mac/svg/text/text-align-02-b-expected.checksum:
20586 * platform/mac/svg/text/text-align-02-b-expected.png:
20587 * platform/mac/svg/text/text-align-05-b-expected.checksum:
20588 * platform/mac/svg/text/text-align-05-b-expected.png:
20589 * platform/mac/svg/text/text-align-06-b-expected.checksum:
20590 * platform/mac/svg/text/text-align-06-b-expected.png:
20591 * platform/mac/svg/text/text-altglyph-01-b-expected.checksum:
20592 * platform/mac/svg/text/text-altglyph-01-b-expected.png:
20593 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
20594 * platform/mac/svg/text/text-fonts-01-t-expected.checksum:
20595 * platform/mac/svg/text/text-fonts-01-t-expected.png:
20596 * platform/mac/svg/text/text-intro-05-t-expected.checksum:
20597 * platform/mac/svg/text/text-intro-05-t-expected.png:
20598 * platform/mac/svg/text/text-text-04-t-expected.checksum:
20599 * platform/mac/svg/text/text-text-04-t-expected.png:
20600 * platform/mac/svg/text/text-text-04-t-expected.txt:
20601 * platform/mac/svg/text/text-text-05-t-expected.checksum:
20602 * platform/mac/svg/text/text-text-05-t-expected.png:
20603 * platform/mac/svg/text/text-text-05-t-expected.txt:
20604 * platform/mac/svg/text/text-text-06-t-expected.checksum:
20605 * platform/mac/svg/text/text-text-06-t-expected.png:
20606 * platform/mac/svg/text/text-text-06-t-expected.txt:
20607 * platform/mac/svg/text/text-text-07-t-expected.checksum:
20608 * platform/mac/svg/text/text-text-07-t-expected.png:
20609 * platform/mac/svg/text/text-tselect-01-b-expected.checksum:
20610 * platform/mac/svg/text/text-tselect-01-b-expected.png:
20611 * svg/custom/stroke-width-click-expected.txt: Added.
20612 * svg/dom/font-face-elements-expected.txt:
20613
206142008-01-07 Nikolas Zimmermann <zimmermann@kde.org>
20615
20616 Rubberstamped by Oliver.
20617
20618 Fix all SVG layout tests now that DRT works again reliable for SVG pixel tests.
20619
20620 Move all *-expected.txt files into platform/mac (as most contain text, and other measured values)
20621 Leave only -expected.txt files there which dump as text.
20622
20623 * platform/mac/svg/batik/filters: Added.
20624 * platform/mac/svg/batik/filters/filterRegions-expected.checksum: Copied from svg/batik/filters/filterRegions-expected.checksum.
20625 * platform/mac/svg/batik/filters/filterRegions-expected.png: Copied from svg/batik/filters/filterRegions-expected.png.
20626 * platform/mac/svg/batik/filters/filterRegions-expected.txt: Copied from svg/batik/filters/filterRegions-expected.txt.
20627 * platform/mac/svg/batik/masking/maskRegions-expected.txt: Copied from svg/batik/masking/maskRegions-expected.txt.
20628 * platform/mac/svg/batik/paints/gradientLimit-expected.txt: Copied from svg/batik/paints/gradientLimit-expected.txt.
20629 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Copied from svg/batik/paints/patternPreserveAspectRatioA-expected.checksum.
20630 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Copied from svg/batik/paints/patternPreserveAspectRatioA-expected.png.
20631 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Copied from svg/batik/paints/patternPreserveAspectRatioA-expected.txt.
20632 * platform/mac/svg/batik/paints/patternRegionA-expected.txt: Copied from svg/batik/paints/patternRegionA-expected.txt.
20633 * platform/mac/svg/batik/paints/patternRegionB-expected.checksum: Copied from svg/batik/paints/patternRegionB-expected.checksum.
20634 * platform/mac/svg/batik/paints/patternRegionB-expected.png: Copied from svg/batik/paints/patternRegionB-expected.png.
20635 * platform/mac/svg/batik/paints/patternRegionB-expected.txt: Copied from svg/batik/paints/patternRegionB-expected.txt.
20636 * platform/mac/svg/batik/paints/patternRegions-expected.txt: Copied from svg/batik/paints/patternRegions-expected.txt.
20637 * platform/mac/svg/batik/text/longTextOnPath-expected.txt: Copied from svg/batik/text/longTextOnPath-expected.txt.
20638 * platform/mac/svg/batik/text/textAnchor-expected.checksum: Copied from svg/batik/text/textAnchor-expected.checksum.
20639 * platform/mac/svg/batik/text/textAnchor-expected.png: Copied from svg/batik/text/textAnchor-expected.png.
20640 * platform/mac/svg/batik/text/textAnchor-expected.txt: Copied from svg/batik/text/textAnchor-expected.txt.
20641 * platform/mac/svg/batik/text/textAnchor2-expected.checksum: Copied from svg/batik/text/textAnchor2-expected.checksum.
20642 * platform/mac/svg/batik/text/textAnchor2-expected.png: Copied from svg/batik/text/textAnchor2-expected.png.
20643 * platform/mac/svg/batik/text/textAnchor2-expected.txt: Copied from svg/batik/text/textAnchor2-expected.txt.
20644 * platform/mac/svg/batik/text/textAnchor3-expected.checksum: Copied from svg/batik/text/textAnchor3-expected.checksum.
20645 * platform/mac/svg/batik/text/textAnchor3-expected.png: Copied from svg/batik/text/textAnchor3-expected.png.
20646 * platform/mac/svg/batik/text/textAnchor3-expected.txt: Copied from svg/batik/text/textAnchor3-expected.txt.
20647 * platform/mac/svg/batik/text/textBiDi-expected.txt: Copied from svg/batik/text/textBiDi-expected.txt.
20648 * platform/mac/svg/batik/text/textDecoration2-expected.checksum: Copied from svg/batik/text/textDecoration2-expected.checksum.
20649 * platform/mac/svg/batik/text/textDecoration2-expected.png: Copied from svg/batik/text/textDecoration2-expected.png.
20650 * platform/mac/svg/batik/text/textDecoration2-expected.txt: Copied from svg/batik/text/textDecoration2-expected.txt.
20651 * platform/mac/svg/batik/text/textEffect-expected.txt: Copied from svg/batik/text/textEffect-expected.txt.
20652 * platform/mac/svg/batik/text/textEffect2-expected.txt: Copied from svg/batik/text/textEffect2-expected.txt.
20653 * platform/mac/svg/batik/text/textEffect3-expected.txt: Copied from svg/batik/text/textEffect3-expected.txt.
20654 * platform/mac/svg/batik/text/textFeatures-expected.checksum: Copied from svg/batik/text/textFeatures-expected.checksum.
20655 * platform/mac/svg/batik/text/textFeatures-expected.png: Copied from svg/batik/text/textFeatures-expected.png.
20656 * platform/mac/svg/batik/text/textFeatures-expected.txt: Copied from svg/batik/text/textFeatures-expected.txt.
20657 * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Copied from svg/batik/text/textGlyphOrientationHorizontal-expected.txt.
20658 * platform/mac/svg/batik/text/textLayout-expected.checksum: Copied from svg/batik/text/textLayout-expected.checksum.
20659 * platform/mac/svg/batik/text/textLayout-expected.png: Copied from svg/batik/text/textLayout-expected.png.
20660 * platform/mac/svg/batik/text/textLayout-expected.txt: Copied from svg/batik/text/textLayout-expected.txt.
20661 * platform/mac/svg/batik/text/textLayout2-expected.txt: Copied from svg/batik/text/textLayout2-expected.txt.
20662 * platform/mac/svg/batik/text/textLength-expected.checksum: Copied from svg/batik/text/textLength-expected.checksum.
20663 * platform/mac/svg/batik/text/textLength-expected.png: Copied from svg/batik/text/textLength-expected.png.
20664 * platform/mac/svg/batik/text/textLength-expected.txt: Copied from svg/batik/text/textLength-expected.txt.
20665 * platform/mac/svg/batik/text/textOnPath-expected.checksum: Copied from svg/batik/text/textOnPath-expected.checksum.
20666 * platform/mac/svg/batik/text/textOnPath-expected.png: Copied from svg/batik/text/textOnPath-expected.png.
20667 * platform/mac/svg/batik/text/textOnPath-expected.txt: Copied from svg/batik/text/textOnPath-expected.txt.
20668 * platform/mac/svg/batik/text/textOnPath2-expected.checksum: Copied from svg/batik/text/textOnPath2-expected.checksum.
20669 * platform/mac/svg/batik/text/textOnPath2-expected.png: Copied from svg/batik/text/textOnPath2-expected.png.
20670 * platform/mac/svg/batik/text/textOnPath2-expected.txt: Copied from svg/batik/text/textOnPath2-expected.txt.
20671 * platform/mac/svg/batik/text/textOnPath3-expected.txt: Copied from svg/batik/text/textOnPath3-expected.txt.
20672 * platform/mac/svg/batik/text/textOnPathSpaces-expected.checksum: Copied from svg/batik/text/textOnPathSpaces-expected.checksum.
20673 * platform/mac/svg/batik/text/textOnPathSpaces-expected.png: Copied from svg/batik/text/textOnPathSpaces-expected.png.
20674 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: Copied from svg/batik/text/textOnPathSpaces-expected.txt.
20675 * platform/mac/svg/batik/text/textPCDATA-expected.txt: Copied from svg/batik/text/textPCDATA-expected.txt.
20676 * platform/mac/svg/batik/text/textPosition-expected.txt: Copied from svg/batik/text/textPosition-expected.txt.
20677 * platform/mac/svg/batik/text/textPosition2-expected.txt: Copied from svg/batik/text/textPosition2-expected.txt.
20678 * platform/mac/svg/batik/text/textProperties-expected.txt: Copied from svg/batik/text/textProperties-expected.txt.
20679 * platform/mac/svg/batik/text/textProperties2-expected.checksum: Copied from svg/batik/text/textProperties2-expected.checksum.
20680 * platform/mac/svg/batik/text/textProperties2-expected.png: Copied from svg/batik/text/textProperties2-expected.png.
20681 * platform/mac/svg/batik/text/textProperties2-expected.txt: Copied from svg/batik/text/textProperties2-expected.txt.
20682 * platform/mac/svg/batik/text/textStyles-expected.txt: Copied from svg/batik/text/textStyles-expected.txt.
20683 * platform/mac/svg/batik/text/verticalText-expected.checksum: Copied from svg/batik/text/verticalText-expected.checksum.
20684 * platform/mac/svg/batik/text/verticalText-expected.png: Copied from svg/batik/text/verticalText-expected.png.
20685 * platform/mac/svg/batik/text/verticalText-expected.txt: Copied from svg/batik/text/verticalText-expected.txt.
20686 * platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum: Copied from svg/batik/text/verticalTextOnPath-expected.checksum.
20687 * platform/mac/svg/batik/text/verticalTextOnPath-expected.png: Copied from svg/batik/text/verticalTextOnPath-expected.png.
20688 * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt: Copied from svg/batik/text/verticalTextOnPath-expected.txt.
20689 * platform/mac/svg/batik/text/xmlSpace-expected.txt: Copied from svg/batik/text/xmlSpace-expected.txt.
20690 * platform/mac/svg/carto.net/frameless-svg-parse-error-expected.checksum: Added.
20691 * platform/mac/svg/carto.net/frameless-svg-parse-error-expected.png: Added.
20692 * platform/mac/svg/css/getComputedStyle-basic-expected.checksum: Added.
20693 * platform/mac/svg/css/getComputedStyle-basic-expected.png: Added.
20694 * platform/mac/svg/css/glyph-orientation-rounding-test-expected.checksum: Added.
20695 * platform/mac/svg/css/glyph-orientation-rounding-test-expected.png: Added.
20696 * platform/mac/svg/custom/SVGException-expected.checksum: Added.
20697 * platform/mac/svg/custom/SVGException-expected.png: Added.
20698 * platform/mac/svg/custom/SVGMatrix-interface-expected.checksum: Copied from svg/custom/SVGMatrix-interface-expected.checksum.
20699 * platform/mac/svg/custom/SVGMatrix-interface-expected.png: Copied from svg/custom/SVGMatrix-interface-expected.png.
20700 * platform/mac/svg/custom/SVGMatrix-interface-expected.txt: Copied from svg/custom/SVGMatrix-interface-expected.txt.
20701 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Copied from svg/custom/absolute-sized-svg-in-xhtml-expected.checksum.
20702 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png: Copied from svg/custom/absolute-sized-svg-in-xhtml-expected.png.
20703 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Copied from svg/custom/absolute-sized-svg-in-xhtml-expected.txt.
20704 * platform/mac/svg/custom/clip-path-referencing-use-expected.checksum: Copied from svg/custom/clip-path-referencing-use-expected.checksum.
20705 * platform/mac/svg/custom/clip-path-referencing-use-expected.png: Copied from svg/custom/clip-path-referencing-use-expected.png.
20706 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt: Copied from svg/custom/clip-path-referencing-use-expected.txt.
20707 * platform/mac/svg/custom/clip-path-referencing-use2-expected.checksum: Copied from svg/custom/clip-path-referencing-use2-expected.checksum.
20708 * platform/mac/svg/custom/clip-path-referencing-use2-expected.png: Copied from svg/custom/clip-path-referencing-use2-expected.png.
20709 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: Copied from svg/custom/clip-path-referencing-use2-expected.txt.
20710 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.checksum: Copied from svg/custom/container-opacity-clip-viewBox-expected.checksum.
20711 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png: Copied from svg/custom/container-opacity-clip-viewBox-expected.png.
20712 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt: Copied from svg/custom/container-opacity-clip-viewBox-expected.txt.
20713 * platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
20714 * platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.png: Added.
20715 * platform/mac/svg/custom/empty-clip-path-expected.checksum: Copied from svg/custom/empty-clip-path-expected.checksum.
20716 * platform/mac/svg/custom/empty-clip-path-expected.png: Copied from svg/custom/empty-clip-path-expected.png.
20717 * platform/mac/svg/custom/empty-clip-path-expected.txt: Copied from svg/custom/empty-clip-path-expected.txt.
20718 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.checksum: Copied from svg/custom/fill-SVGPaint-interface-expected.checksum.
20719 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.png: Copied from svg/custom/fill-SVGPaint-interface-expected.png.
20720 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt: Copied from svg/custom/fill-SVGPaint-interface-expected.txt.
20721 * platform/mac/svg/custom/fill-fallback-expected.checksum: Copied from svg/custom/fill-fallback-expected.checksum.
20722 * platform/mac/svg/custom/fill-fallback-expected.png: Copied from svg/custom/fill-fallback-expected.png.
20723 * platform/mac/svg/custom/fill-fallback-expected.txt: Copied from svg/custom/fill-fallback-expected.txt.
20724 * platform/mac/svg/custom/focus-ring-expected.checksum:
20725 * platform/mac/svg/custom/focus-ring-expected.png:
20726 * platform/mac/svg/custom/getBBox-js-expected.checksum: Added.
20727 * platform/mac/svg/custom/getBBox-js-expected.png: Added.
20728 * platform/mac/svg/custom/getPresentationAttribute-expected.checksum: Copied from svg/custom/getPresentationAttribute-expected.checksum.
20729 * platform/mac/svg/custom/getPresentationAttribute-expected.png: Copied from svg/custom/getPresentationAttribute-expected.png.
20730 * platform/mac/svg/custom/getPresentationAttribute-expected.txt: Copied from svg/custom/getPresentationAttribute-expected.txt.
20731 * platform/mac/svg/custom/gradient-rotated-bbox-expected.checksum: Copied from svg/custom/gradient-rotated-bbox-expected.checksum.
20732 * platform/mac/svg/custom/gradient-rotated-bbox-expected.png: Copied from svg/custom/gradient-rotated-bbox-expected.png.
20733 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt: Copied from svg/custom/gradient-rotated-bbox-expected.txt.
20734 * platform/mac/svg/custom/group-opacity-expected.checksum: Copied from svg/custom/group-opacity-expected.checksum.
20735 * platform/mac/svg/custom/group-opacity-expected.png: Copied from svg/custom/group-opacity-expected.png.
20736 * platform/mac/svg/custom/group-opacity-expected.txt: Copied from svg/custom/group-opacity-expected.txt.
20737 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.checksum: Copied from svg/custom/hit-test-unclosed-subpaths-expected.checksum.
20738 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png: Copied from svg/custom/hit-test-unclosed-subpaths-expected.png.
20739 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt: Copied from svg/custom/hit-test-unclosed-subpaths-expected.txt.
20740 * platform/mac/svg/custom/hit-test-with-br-expected.checksum: Copied from svg/custom/hit-test-with-br-expected.checksum.
20741 * platform/mac/svg/custom/hit-test-with-br-expected.png: Copied from svg/custom/hit-test-with-br-expected.png.
20742 * platform/mac/svg/custom/hit-test-with-br-expected.txt: Copied from svg/custom/hit-test-with-br-expected.txt.
20743 * platform/mac/svg/custom/image-parent-translation-expected.checksum: Copied from svg/custom/image-parent-translation-expected.checksum.
20744 * platform/mac/svg/custom/image-parent-translation-expected.png: Copied from svg/custom/image-parent-translation-expected.png.
20745 * platform/mac/svg/custom/image-parent-translation-expected.txt: Copied from svg/custom/image-parent-translation-expected.txt.
20746 * platform/mac/svg/custom/image-small-width-height-expected.checksum: Copied from svg/custom/image-small-width-height-expected.checksum.
20747 * platform/mac/svg/custom/image-small-width-height-expected.png: Copied from svg/custom/image-small-width-height-expected.png.
20748 * platform/mac/svg/custom/image-small-width-height-expected.txt: Copied from svg/custom/image-small-width-height-expected.txt.
20749 * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.checksum: Added.
20750 * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png: Added.
20751 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from svg/custom/inline-svg-in-xhtml-expected.txt.
20752 * platform/mac/svg/custom/invalid-lengthlist-expected.checksum: Copied from svg/custom/invalid-lengthlist-expected.checksum.
20753 * platform/mac/svg/custom/invalid-lengthlist-expected.png: Copied from svg/custom/invalid-lengthlist-expected.png.
20754 * platform/mac/svg/custom/invalid-lengthlist-expected.txt: Copied from svg/custom/invalid-lengthlist-expected.txt.
20755 * platform/mac/svg/custom/js-font-test-expected.txt: Copied from svg/custom/js-font-test-expected.txt.
20756 * platform/mac/svg/custom/js-svg-constructors-expected.checksum: Copied from svg/custom/js-svg-constructors-expected.checksum.
20757 * platform/mac/svg/custom/js-svg-constructors-expected.png: Copied from svg/custom/js-svg-constructors-expected.png.
20758 * platform/mac/svg/custom/js-update-transform-addition-expected.checksum: Copied from svg/custom/js-update-transform-addition-expected.checksum.
20759 * platform/mac/svg/custom/js-update-transform-addition-expected.png: Copied from svg/custom/js-update-transform-addition-expected.png.
20760 * platform/mac/svg/custom/js-update-transform-addition-expected.txt: Copied from svg/custom/js-update-transform-addition-expected.txt.
20761 * platform/mac/svg/custom/js-update-transform-changes-expected.checksum: Copied from svg/custom/js-update-transform-changes-expected.checksum.
20762 * platform/mac/svg/custom/js-update-transform-changes-expected.png: Copied from svg/custom/js-update-transform-changes-expected.png.
20763 * platform/mac/svg/custom/js-update-transform-changes-expected.txt: Copied from svg/custom/js-update-transform-changes-expected.txt.
20764 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt: Copied from svg/custom/linking-a-03-b-all-expected.txt.
20765 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Copied from svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt.
20766 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt: Copied from svg/custom/linking-a-03-b-transform-expected.txt.
20767 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt: Copied from svg/custom/linking-a-03-b-viewBox-expected.txt.
20768 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Copied from svg/custom/linking-a-03-b-viewBox-transform-expected.txt.
20769 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt: Copied from svg/custom/linking-a-03-b-viewTarget-expected.txt.
20770 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Copied from svg/custom/linking-a-03-b-zoomAndPan-expected.txt.
20771 * platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
20772 * platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.png: Added.
20773 * platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.checksum: Added.
20774 * platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.png: Added.
20775 * platform/mac/svg/custom/multiple-title-elements-expected.checksum: Added.
20776 * platform/mac/svg/custom/multiple-title-elements-expected.png: Added.
20777 * platform/mac/svg/custom/path-getTotalLength-expected.checksum: Added.
20778 * platform/mac/svg/custom/path-getTotalLength-expected.png: Added.
20779 * platform/mac/svg/custom/pattern-rotate-expected.txt: Copied from svg/custom/pattern-rotate-expected.txt.
20780 * platform/mac/svg/custom/percentage-of-html-parent-expected.checksum: Copied from svg/custom/percentage-of-html-parent-expected.checksum.
20781 * platform/mac/svg/custom/percentage-of-html-parent-expected.png: Copied from svg/custom/percentage-of-html-parent-expected.png.
20782 * platform/mac/svg/custom/percentage-of-html-parent-expected.txt: Copied from svg/custom/percentage-of-html-parent-expected.txt.
20783 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.checksum: Copied from svg/custom/repaint-on-image-bounds-change-expected.checksum.
20784 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png: Copied from svg/custom/repaint-on-image-bounds-change-expected.png.
20785 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt: Copied from svg/custom/repaint-on-image-bounds-change-expected.txt.
20786 * platform/mac/svg/custom/resource-client-removal-expected.checksum: Copied from svg/custom/resource-client-removal-expected.checksum.
20787 * platform/mac/svg/custom/resource-client-removal-expected.png: Copied from svg/custom/resource-client-removal-expected.png.
20788 * platform/mac/svg/custom/resource-client-removal-expected.txt: Copied from svg/custom/resource-client-removal-expected.txt.
20789 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Copied from svg/custom/root-container-opacity-clip-viewBox-expected.checksum.
20790 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png: Copied from svg/custom/root-container-opacity-clip-viewBox-expected.png.
20791 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt: Copied from svg/custom/root-container-opacity-clip-viewBox-expected.txt.
20792 * platform/mac/svg/custom/scroll-hit-test-expected.checksum: Copied from svg/custom/scroll-hit-test-expected.checksum.
20793 * platform/mac/svg/custom/scroll-hit-test-expected.png: Copied from svg/custom/scroll-hit-test-expected.png.
20794 * platform/mac/svg/custom/scroll-hit-test-expected.txt: Copied from svg/custom/scroll-hit-test-expected.txt.
20795 * platform/mac/svg/custom/shape-rendering-expected.checksum: Copied from svg/custom/shape-rendering-expected.checksum.
20796 * platform/mac/svg/custom/shape-rendering-expected.png: Copied from svg/custom/shape-rendering-expected.png.
20797 * platform/mac/svg/custom/shape-rendering-expected.txt: Copied from svg/custom/shape-rendering-expected.txt.
20798 * platform/mac/svg/custom/stroke-fallback-expected.checksum: Copied from svg/custom/stroke-fallback-expected.checksum.
20799 * platform/mac/svg/custom/stroke-fallback-expected.png: Copied from svg/custom/stroke-fallback-expected.png.
20800 * platform/mac/svg/custom/stroke-fallback-expected.txt: Copied from svg/custom/stroke-fallback-expected.txt.
20801 * platform/mac/svg/custom/stroke-width-click-expected.checksum: Added.
20802 * platform/mac/svg/custom/stroke-width-click-expected.png: Added.
20803 * platform/mac/svg/custom/stroked-pattern-expected.checksum: Copied from svg/custom/stroked-pattern-expected.checksum.
20804 * platform/mac/svg/custom/stroked-pattern-expected.png: Copied from svg/custom/stroked-pattern-expected.png.
20805 * platform/mac/svg/custom/stroked-pattern-expected.txt: Copied from svg/custom/stroked-pattern-expected.txt.
20806 * platform/mac/svg/custom/style-attribute-font-size-expected.checksum: Copied from svg/custom/style-attribute-font-size-expected.checksum.
20807 * platform/mac/svg/custom/style-attribute-font-size-expected.png: Copied from svg/custom/style-attribute-font-size-expected.png.
20808 * platform/mac/svg/custom/style-attribute-font-size-expected.txt: Copied from svg/custom/style-attribute-font-size-expected.txt.
20809 * platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.checksum: Added.
20810 * platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.png: Added.
20811 * platform/mac/svg/custom/svg-features-expected.checksum: Added.
20812 * platform/mac/svg/custom/svg-features-expected.png: Added.
20813 * platform/mac/svg/custom/svgsvgelement-ctm-expected.checksum: Added.
20814 * platform/mac/svg/custom/svgsvgelement-ctm-expected.png: Added.
20815 * platform/mac/svg/custom/text-decoration-visibility-expected.checksum: Copied from svg/custom/text-decoration-visibility-expected.checksum.
20816 * platform/mac/svg/custom/text-decoration-visibility-expected.png: Copied from svg/custom/text-decoration-visibility-expected.png.
20817 * platform/mac/svg/custom/text-decoration-visibility-expected.txt: Copied from svg/custom/text-decoration-visibility-expected.txt.
20818 * platform/mac/svg/custom/text-letter-spacing-expected.checksum: Copied from svg/custom/text-letter-spacing-expected.checksum.
20819 * platform/mac/svg/custom/text-letter-spacing-expected.png: Copied from svg/custom/text-letter-spacing-expected.png.
20820 * platform/mac/svg/custom/text-letter-spacing-expected.txt: Copied from svg/custom/text-letter-spacing-expected.txt.
20821 * platform/mac/svg/custom/text-x-dx-lists-expected.checksum: Copied from svg/custom/text-x-dx-lists-expected.checksum.
20822 * platform/mac/svg/custom/text-x-dx-lists-expected.png: Copied from svg/custom/text-x-dx-lists-expected.png.
20823 * platform/mac/svg/custom/text-x-dx-lists-expected.txt: Copied from svg/custom/text-x-dx-lists-expected.txt.
20824 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.checksum: Copied from svg/custom/text-x-override-in-tspan-child-expected.checksum.
20825 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png: Copied from svg/custom/text-x-override-in-tspan-child-expected.png.
20826 * platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Copied from svg/custom/text-x-override-in-tspan-child-expected.txt.
20827 * platform/mac/svg/custom/transform-removeAttributeNS-expected.checksum: Copied from svg/custom/transform-removeAttributeNS-expected.checksum.
20828 * platform/mac/svg/custom/transform-removeAttributeNS-expected.png: Copied from svg/custom/transform-removeAttributeNS-expected.png.
20829 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt: Copied from svg/custom/transform-removeAttributeNS-expected.txt.
20830 * platform/mac/svg/custom/use-detach-expected.checksum: Copied from svg/custom/use-detach-expected.checksum.
20831 * platform/mac/svg/custom/use-detach-expected.png: Copied from svg/custom/use-detach-expected.png.
20832 * platform/mac/svg/custom/use-detach-expected.txt: Copied from svg/custom/use-detach-expected.txt.
20833 * platform/mac/svg/custom/use-dynamic-append-expected.checksum:
20834 * platform/mac/svg/custom/use-dynamic-append-expected.png: Copied from svg/custom/use-dynamic-append-expected.png.
20835 * platform/mac/svg/custom/use-dynamic-append-expected.txt: Copied from svg/custom/use-dynamic-append-expected.txt.
20836 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-1-expected.checksum.
20837 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-1-expected.png.
20838 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-1-expected.txt.
20839 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-2-expected.checksum.
20840 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-2-expected.png.
20841 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-2-expected.txt.
20842 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-3-expected.checksum.
20843 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-3-expected.png.
20844 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-3-expected.txt.
20845 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-4-expected.checksum.
20846 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-4-expected.png.
20847 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-4-expected.txt.
20848 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-5-expected.checksum.
20849 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-5-expected.png.
20850 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-5-expected.txt.
20851 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-6-expected.checksum.
20852 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-6-expected.png.
20853 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-6-expected.txt.
20854 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Copied from svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum.
20855 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Copied from svg/custom/use-on-g-containing-foreignObject-and-image-expected.png.
20856 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Copied from svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt.
20857 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.checksum: Copied from svg/custom/use-on-g-containing-symbol-expected.checksum.
20858 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.png: Copied from svg/custom/use-on-g-containing-symbol-expected.png.
20859 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt: Copied from svg/custom/use-on-g-containing-symbol-expected.txt.
20860 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Copied from svg/custom/use-on-non-svg-namespaced-element-expected.checksum.
20861 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png: Copied from svg/custom/use-on-non-svg-namespaced-element-expected.png.
20862 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt: Copied from svg/custom/use-on-non-svg-namespaced-element-expected.txt.
20863 * platform/mac/svg/dom: Added.
20864 * platform/mac/svg/dom/animated-tearoff-equality-expected.checksum: Added.
20865 * platform/mac/svg/dom/animated-tearoff-equality-expected.png: Added.
20866 * platform/mac/svg/dom/animated-tearoff-lifespan-expected.checksum: Added.
20867 * platform/mac/svg/dom/animated-tearoff-lifespan-expected.png: Added.
20868 * platform/mac/svg/dom/font-face-elements-expected.checksum: Added.
20869 * platform/mac/svg/dom/font-face-elements-expected.png: Added.
20870 * platform/mac/svg/dom/length-list-parser-expected.checksum: Added.
20871 * platform/mac/svg/dom/length-list-parser-expected.png: Added.
20872 * platform/mac/svg/dom/path-parser-expected.checksum: Added.
20873 * platform/mac/svg/dom/path-parser-expected.png: Added.
20874 * platform/mac/svg/dom/points-parser-expected.checksum: Added.
20875 * platform/mac/svg/dom/points-parser-expected.png: Added.
20876 * platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.checksum: Added.
20877 * platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.png: Added.
20878 * platform/mac/svg/dom/rgb-color-parser-expected.checksum: Added.
20879 * platform/mac/svg/dom/rgb-color-parser-expected.png: Added.
20880 * platform/mac/svg/dom/string-list-parser-expected.checksum: Added.
20881 * platform/mac/svg/dom/string-list-parser-expected.png: Added.
20882 * platform/mac/svg/dom/svg-element-attribute-js-null-expected.checksum: Added.
20883 * platform/mac/svg/dom/svg-element-attribute-js-null-expected.png: Added.
20884 * platform/mac/svg/dom/transform-parser-expected.checksum: Added.
20885 * platform/mac/svg/dom/transform-parser-expected.png: Added.
20886 * platform/mac/svg/hixie/dynamic/001-expected.checksum: Added.
20887 * platform/mac/svg/hixie/dynamic/001-expected.png: Added.
20888 * platform/mac/svg/hixie/error/013-broken-expected.checksum: Removed.
20889 * platform/mac/svg/hixie/error/013-broken-expected.png: Removed.
20890 * platform/mac/svg/hixie/error/013-broken-expected.txt: Removed.
20891 * platform/mac/svg/hixie/error/013-expected.checksum: Copied from svg/hixie/error/013-expected.checksum.
20892 * platform/mac/svg/hixie/error/013-expected.png: Copied from svg/hixie/error/013-expected.png.
20893 * platform/mac/svg/hixie/error/013-expected.txt: Copied from svg/hixie/error/013-expected.txt.
20894 * platform/mac/svg/text/text-align-01-b-expected.txt: Copied from svg/text/text-align-01-b-expected.txt.
20895 * platform/mac/svg/text/text-align-02-b-expected.txt: Copied from svg/text/text-align-02-b-expected.txt.
20896 * platform/mac/svg/text/text-align-03-b-expected.checksum: Copied from svg/text/text-align-03-b-expected.checksum.
20897 * platform/mac/svg/text/text-align-03-b-expected.png: Copied from svg/text/text-align-03-b-expected.png.
20898 * platform/mac/svg/text/text-align-03-b-expected.txt: Copied from svg/text/text-align-03-b-expected.txt.
20899 * platform/mac/svg/text/text-align-04-b-expected.checksum: Copied from svg/text/text-align-04-b-expected.checksum.
20900 * platform/mac/svg/text/text-align-04-b-expected.png: Copied from svg/text/text-align-04-b-expected.png.
20901 * platform/mac/svg/text/text-align-04-b-expected.txt: Copied from svg/text/text-align-04-b-expected.txt.
20902 * platform/mac/svg/text/text-align-05-b-expected.txt: Copied from svg/text/text-align-05-b-expected.txt.
20903 * platform/mac/svg/text/text-align-06-b-expected.txt: Copied from svg/text/text-align-06-b-expected.txt.
20904 * platform/mac/svg/text/text-altglyph-01-b-expected.checksum: Copied from svg/text/text-altglyph-01-b-expected.checksum.
20905 * platform/mac/svg/text/text-altglyph-01-b-expected.png: Copied from svg/text/text-altglyph-01-b-expected.png.
20906 * platform/mac/svg/text/text-altglyph-01-b-expected.txt: Copied from svg/text/text-altglyph-01-b-expected.txt.
20907 * platform/mac/svg/text/text-deco-01-b-expected.checksum: Copied from svg/text/text-deco-01-b-expected.checksum.
20908 * platform/mac/svg/text/text-deco-01-b-expected.png: Copied from svg/text/text-deco-01-b-expected.png.
20909 * platform/mac/svg/text/text-deco-01-b-expected.txt: Copied from svg/text/text-deco-01-b-expected.txt.
20910 * platform/mac/svg/text/text-fonts-01-t-expected.txt: Copied from svg/text/text-fonts-01-t-expected.txt.
20911 * platform/mac/svg/text/text-fonts-02-t-expected.checksum: Copied from svg/text/text-fonts-02-t-expected.checksum.
20912 * platform/mac/svg/text/text-fonts-02-t-expected.png: Copied from svg/text/text-fonts-02-t-expected.png.
20913 * platform/mac/svg/text/text-fonts-02-t-expected.txt: Copied from svg/text/text-fonts-02-t-expected.txt.
20914 * platform/mac/svg/text/text-intro-05-t-expected.txt: Copied from svg/text/text-intro-05-t-expected.txt.
20915 * platform/mac/svg/text/text-path-01-b-expected.checksum: Copied from svg/text/text-path-01-b-expected.checksum.
20916 * platform/mac/svg/text/text-path-01-b-expected.png: Copied from svg/text/text-path-01-b-expected.png.
20917 * platform/mac/svg/text/text-path-01-b-expected.txt: Copied from svg/text/text-path-01-b-expected.txt.
20918 * platform/mac/svg/text/text-spacing-01-b-expected.checksum: Copied from svg/text/text-spacing-01-b-expected.checksum.
20919 * platform/mac/svg/text/text-spacing-01-b-expected.png: Copied from svg/text/text-spacing-01-b-expected.png.
20920 * platform/mac/svg/text/text-spacing-01-b-expected.txt: Copied from svg/text/text-spacing-01-b-expected.txt.
20921 * platform/mac/svg/text/text-text-01-b-expected.checksum: Copied from svg/text/text-text-01-b-expected.checksum.
20922 * platform/mac/svg/text/text-text-01-b-expected.png: Copied from svg/text/text-text-01-b-expected.png.
20923 * platform/mac/svg/text/text-text-01-b-expected.txt: Copied from svg/text/text-text-01-b-expected.txt.
20924 * platform/mac/svg/text/text-text-03-b-expected.checksum: Copied from svg/text/text-text-03-b-expected.checksum.
20925 * platform/mac/svg/text/text-text-03-b-expected.png: Copied from svg/text/text-text-03-b-expected.png.
20926 * platform/mac/svg/text/text-text-03-b-expected.txt: Copied from svg/text/text-text-03-b-expected.txt.
20927 * platform/mac/svg/text/text-text-04-t-expected.checksum: Copied from svg/text/text-text-04-t-expected.checksum.
20928 * platform/mac/svg/text/text-text-04-t-expected.png: Copied from svg/text/text-text-04-t-expected.png.
20929 * platform/mac/svg/text/text-text-04-t-expected.txt: Copied from svg/text/text-text-04-t-expected.txt.
20930 * platform/mac/svg/text/text-text-05-t-expected.checksum: Copied from svg/text/text-text-05-t-expected.checksum.
20931 * platform/mac/svg/text/text-text-05-t-expected.png: Copied from svg/text/text-text-05-t-expected.png.
20932 * platform/mac/svg/text/text-text-05-t-expected.txt: Copied from svg/text/text-text-05-t-expected.txt.
20933 * platform/mac/svg/text/text-text-06-t-expected.checksum: Copied from svg/text/text-text-06-t-expected.checksum.
20934 * platform/mac/svg/text/text-text-06-t-expected.png: Copied from svg/text/text-text-06-t-expected.png.
20935 * platform/mac/svg/text/text-text-06-t-expected.txt: Copied from svg/text/text-text-06-t-expected.txt.
20936 * platform/mac/svg/text/text-text-07-t-expected.txt: Copied from svg/text/text-text-07-t-expected.txt.
20937 * platform/mac/svg/text/text-text-08-b-expected.checksum: Copied from svg/text/text-text-08-b-expected.checksum.
20938 * platform/mac/svg/text/text-text-08-b-expected.png: Copied from svg/text/text-text-08-b-expected.png.
20939 * platform/mac/svg/text/text-text-08-b-expected.txt: Copied from svg/text/text-text-08-b-expected.txt.
20940 * platform/mac/svg/text/text-tref-01-b-expected.checksum: Copied from svg/text/text-tref-01-b-expected.checksum.
20941 * platform/mac/svg/text/text-tref-01-b-expected.png: Copied from svg/text/text-tref-01-b-expected.png.
20942 * platform/mac/svg/text/text-tref-01-b-expected.txt: Copied from svg/text/text-tref-01-b-expected.txt.
20943 * platform/mac/svg/text/text-tselect-01-b-expected.txt: Copied from svg/text/text-tselect-01-b-expected.txt.
20944 * platform/mac/svg/text/text-tselect-02-f-expected.checksum: Copied from svg/text/text-tselect-02-f-expected.checksum.
20945 * platform/mac/svg/text/text-tselect-02-f-expected.png: Copied from svg/text/text-tselect-02-f-expected.png.
20946 * platform/mac/svg/text/text-tselect-02-f-expected.txt: Copied from svg/text/text-tselect-02-f-expected.txt.
20947 * platform/mac/svg/text/text-tspan-01-b-expected.checksum: Copied from svg/text/text-tspan-01-b-expected.checksum.
20948 * platform/mac/svg/text/text-tspan-01-b-expected.png: Copied from svg/text/text-tspan-01-b-expected.png.
20949 * platform/mac/svg/text/text-tspan-01-b-expected.txt: Copied from svg/text/text-tspan-01-b-expected.txt.
20950 * platform/mac/svg/text/text-ws-01-t-expected.checksum: Copied from svg/text/text-ws-01-t-expected.checksum.
20951 * platform/mac/svg/text/text-ws-01-t-expected.png: Copied from svg/text/text-ws-01-t-expected.png.
20952 * platform/mac/svg/text/text-ws-01-t-expected.txt: Copied from svg/text/text-ws-01-t-expected.txt.
20953 * platform/mac/svg/text/text-ws-02-t-expected.checksum: Copied from svg/text/text-ws-02-t-expected.checksum.
20954 * platform/mac/svg/text/text-ws-02-t-expected.png: Copied from svg/text/text-ws-02-t-expected.png.
20955 * platform/mac/svg/text/text-ws-02-t-expected.txt: Copied from svg/text/text-ws-02-t-expected.txt.
20956 * platform/mac/svg/webarchive: Added.
20957 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum: Added.
20958 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png: Added.
20959 * platform/mac/svg/webarchive/svg-feimage-subresources-expected.checksum: Added.
20960 * platform/mac/svg/webarchive/svg-feimage-subresources-expected.png: Added.
20961 * platform/mac/svg/webarchive/svg-script-subresouces-expected.checksum: Added.
20962 * platform/mac/svg/webarchive/svg-script-subresouces-expected.png: Added.
20963 * svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
20964 * svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
20965 * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
20966 * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
20967 * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
20968 * svg/batik/filters/filterRegions-expected.checksum: Removed.
20969 * svg/batik/filters/filterRegions-expected.png: Removed.
20970 * svg/batik/filters/filterRegions-expected.txt: Removed.
20971 * svg/batik/masking/maskRegions-expected.txt: Removed.
20972 * svg/batik/paints/gradientLimit-expected.txt: Removed.
20973 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Removed.
20974 * svg/batik/paints/patternPreserveAspectRatioA-expected.png: Removed.
20975 * svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
20976 * svg/batik/paints/patternRegionA-expected.txt: Removed.
20977 * svg/batik/paints/patternRegionB-expected.checksum: Removed.
20978 * svg/batik/paints/patternRegionB-expected.png: Removed.
20979 * svg/batik/paints/patternRegionB-expected.txt: Removed.
20980 * svg/batik/paints/patternRegions-expected.txt: Removed.
20981 * svg/batik/text/longTextOnPath-expected.txt: Removed.
20982 * svg/batik/text/textAnchor-expected.checksum: Removed.
20983 * svg/batik/text/textAnchor-expected.png: Removed.
20984 * svg/batik/text/textAnchor-expected.txt: Removed.
20985 * svg/batik/text/textAnchor2-expected.checksum: Removed.
20986 * svg/batik/text/textAnchor2-expected.png: Removed.
20987 * svg/batik/text/textAnchor2-expected.txt: Removed.
20988 * svg/batik/text/textAnchor3-expected.checksum: Removed.
20989 * svg/batik/text/textAnchor3-expected.png: Removed.
20990 * svg/batik/text/textAnchor3-expected.txt: Removed.
20991 * svg/batik/text/textBiDi-expected.txt: Removed.
20992 * svg/batik/text/textDecoration2-expected.checksum: Removed.
20993 * svg/batik/text/textDecoration2-expected.png: Removed.
20994 * svg/batik/text/textDecoration2-expected.txt: Removed.
20995 * svg/batik/text/textEffect-expected.txt: Removed.
20996 * svg/batik/text/textEffect2-expected.txt: Removed.
20997 * svg/batik/text/textEffect3-expected.txt: Removed.
20998 * svg/batik/text/textFeatures-expected.checksum: Removed.
20999 * svg/batik/text/textFeatures-expected.png: Removed.
21000 * svg/batik/text/textFeatures-expected.txt: Removed.
21001 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
21002 * svg/batik/text/textLayout-expected.checksum: Removed.
21003 * svg/batik/text/textLayout-expected.png: Removed.
21004 * svg/batik/text/textLayout-expected.txt: Removed.
21005 * svg/batik/text/textLayout2-expected.txt: Removed.
21006 * svg/batik/text/textLength-expected.checksum: Removed.
21007 * svg/batik/text/textLength-expected.png: Removed.
21008 * svg/batik/text/textLength-expected.txt: Removed.
21009 * svg/batik/text/textOnPath-expected.checksum: Removed.
21010 * svg/batik/text/textOnPath-expected.png: Removed.
21011 * svg/batik/text/textOnPath-expected.txt: Removed.
21012 * svg/batik/text/textOnPath2-expected.checksum: Removed.
21013 * svg/batik/text/textOnPath2-expected.png: Removed.
21014 * svg/batik/text/textOnPath2-expected.txt: Removed.
21015 * svg/batik/text/textOnPath3-expected.txt: Removed.
21016 * svg/batik/text/textOnPathSpaces-expected.checksum: Removed.
21017 * svg/batik/text/textOnPathSpaces-expected.png: Removed.
21018 * svg/batik/text/textOnPathSpaces-expected.txt: Removed.
21019 * svg/batik/text/textPCDATA-expected.txt: Removed.
21020 * svg/batik/text/textPosition-expected.txt: Removed.
21021 * svg/batik/text/textPosition2-expected.txt: Removed.
21022 * svg/batik/text/textProperties-expected.txt: Removed.
21023 * svg/batik/text/textProperties2-expected.checksum: Removed.
21024 * svg/batik/text/textProperties2-expected.png: Removed.
21025 * svg/batik/text/textProperties2-expected.txt: Removed.
21026 * svg/batik/text/textStyles-expected.txt: Removed.
21027 * svg/batik/text/verticalText-expected.checksum: Removed.
21028 * svg/batik/text/verticalText-expected.png: Removed.
21029 * svg/batik/text/verticalText-expected.txt: Removed.
21030 * svg/batik/text/verticalTextOnPath-expected.checksum: Removed.
21031 * svg/batik/text/verticalTextOnPath-expected.png: Removed.
21032 * svg/batik/text/verticalTextOnPath-expected.txt: Removed.
21033 * svg/batik/text/xmlSpace-expected.txt: Removed.
21034 * svg/custom/SVGMatrix-interface-expected.checksum: Removed.
21035 * svg/custom/SVGMatrix-interface-expected.png: Removed.
21036 * svg/custom/SVGMatrix-interface-expected.txt: Removed.
21037 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Removed.
21038 * svg/custom/absolute-sized-svg-in-xhtml-expected.png: Removed.
21039 * svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Removed.
21040 * svg/custom/clip-path-referencing-use-expected.checksum: Removed.
21041 * svg/custom/clip-path-referencing-use-expected.png: Removed.
21042 * svg/custom/clip-path-referencing-use-expected.txt: Removed.
21043 * svg/custom/clip-path-referencing-use2-expected.checksum: Removed.
21044 * svg/custom/clip-path-referencing-use2-expected.png: Removed.
21045 * svg/custom/clip-path-referencing-use2-expected.txt: Removed.
21046 * svg/custom/container-opacity-clip-viewBox-expected.checksum: Removed.
21047 * svg/custom/container-opacity-clip-viewBox-expected.png: Removed.
21048 * svg/custom/container-opacity-clip-viewBox-expected.txt: Removed.
21049 * svg/custom/empty-clip-path-expected.checksum: Removed.
21050 * svg/custom/empty-clip-path-expected.png: Removed.
21051 * svg/custom/empty-clip-path-expected.txt: Removed.
21052 * svg/custom/fill-SVGPaint-interface-expected.checksum: Removed.
21053 * svg/custom/fill-SVGPaint-interface-expected.png: Removed.
21054 * svg/custom/fill-SVGPaint-interface-expected.txt: Removed.
21055 * svg/custom/fill-fallback-expected.checksum: Removed.
21056 * svg/custom/fill-fallback-expected.png: Removed.
21057 * svg/custom/fill-fallback-expected.txt: Removed.
21058 * svg/custom/focus-ring-expected.checksum: Removed.
21059 * svg/custom/focus-ring-expected.png: Removed.
21060 * svg/custom/focus-ring-expected.txt: Removed.
21061 * svg/custom/getPresentationAttribute-expected.checksum: Removed.
21062 * svg/custom/getPresentationAttribute-expected.png: Removed.
21063 * svg/custom/getPresentationAttribute-expected.txt: Removed.
21064 * svg/custom/gradient-rotated-bbox-expected.checksum: Removed.
21065 * svg/custom/gradient-rotated-bbox-expected.png: Removed.
21066 * svg/custom/gradient-rotated-bbox-expected.txt: Removed.
21067 * svg/custom/group-opacity-expected.checksum: Removed.
21068 * svg/custom/group-opacity-expected.png: Removed.
21069 * svg/custom/group-opacity-expected.txt: Removed.
21070 * svg/custom/hit-test-unclosed-subpaths-expected.checksum: Removed.
21071 * svg/custom/hit-test-unclosed-subpaths-expected.png: Removed.
21072 * svg/custom/hit-test-unclosed-subpaths-expected.txt: Removed.
21073 * svg/custom/hit-test-with-br-expected.checksum: Removed.
21074 * svg/custom/hit-test-with-br-expected.png: Removed.
21075 * svg/custom/hit-test-with-br-expected.txt: Removed.
21076 * svg/custom/image-parent-translation-expected.checksum: Removed.
21077 * svg/custom/image-parent-translation-expected.png: Removed.
21078 * svg/custom/image-parent-translation-expected.txt: Removed.
21079 * svg/custom/image-small-width-height-expected.checksum: Removed.
21080 * svg/custom/image-small-width-height-expected.png: Removed.
21081 * svg/custom/image-small-width-height-expected.txt: Removed.
21082 * svg/custom/inline-svg-in-xhtml-expected.txt: Removed.
21083 * svg/custom/invalid-lengthlist-expected.checksum: Removed.
21084 * svg/custom/invalid-lengthlist-expected.png: Removed.
21085 * svg/custom/invalid-lengthlist-expected.txt: Removed.
21086 * svg/custom/js-font-test-expected.txt: Removed.
21087 * svg/custom/js-svg-constructors-expected.checksum: Removed.
21088 * svg/custom/js-svg-constructors-expected.png: Removed.
21089 * svg/custom/js-update-transform-addition-expected.checksum: Removed.
21090 * svg/custom/js-update-transform-addition-expected.png: Removed.
21091 * svg/custom/js-update-transform-addition-expected.txt: Removed.
21092 * svg/custom/js-update-transform-changes-expected.checksum: Removed.
21093 * svg/custom/js-update-transform-changes-expected.png: Removed.
21094 * svg/custom/js-update-transform-changes-expected.txt: Removed.
21095 * svg/custom/linking-a-03-b-all-expected.txt: Removed.
21096 * svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Removed.
21097 * svg/custom/linking-a-03-b-transform-expected.txt: Removed.
21098 * svg/custom/linking-a-03-b-viewBox-expected.txt: Removed.
21099 * svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Removed.
21100 * svg/custom/linking-a-03-b-viewTarget-expected.txt: Removed.
21101 * svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Removed.
21102 * svg/custom/pattern-rotate-expected.txt: Removed.
21103 * svg/custom/percentage-of-html-parent-expected.checksum: Removed.
21104 * svg/custom/percentage-of-html-parent-expected.png: Removed.
21105 * svg/custom/percentage-of-html-parent-expected.txt: Removed.
21106 * svg/custom/repaint-on-image-bounds-change-expected.checksum: Removed.
21107 * svg/custom/repaint-on-image-bounds-change-expected.png: Removed.
21108 * svg/custom/repaint-on-image-bounds-change-expected.txt: Removed.
21109 * svg/custom/resource-client-removal-expected.checksum: Removed.
21110 * svg/custom/resource-client-removal-expected.png: Removed.
21111 * svg/custom/resource-client-removal-expected.txt: Removed.
21112 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Removed.
21113 * svg/custom/root-container-opacity-clip-viewBox-expected.png: Removed.
21114 * svg/custom/root-container-opacity-clip-viewBox-expected.txt: Removed.
21115 * svg/custom/scroll-hit-test-expected.checksum: Removed.
21116 * svg/custom/scroll-hit-test-expected.png: Removed.
21117 * svg/custom/scroll-hit-test-expected.txt: Removed.
21118 * svg/custom/shape-rendering-expected.checksum: Removed.
21119 * svg/custom/shape-rendering-expected.png: Removed.
21120 * svg/custom/shape-rendering-expected.txt: Removed.
21121 * svg/custom/stroke-fallback-expected.checksum: Removed.
21122 * svg/custom/stroke-fallback-expected.png: Removed.
21123 * svg/custom/stroke-fallback-expected.txt: Removed.
21124 * svg/custom/stroke-width-click-expected.txt: Removed.
21125 * svg/custom/stroked-pattern-expected.checksum: Removed.
21126 * svg/custom/stroked-pattern-expected.png: Removed.
21127 * svg/custom/stroked-pattern-expected.txt: Removed.
21128 * svg/custom/style-attribute-font-size-expected.checksum: Removed.
21129 * svg/custom/style-attribute-font-size-expected.png: Removed.
21130 * svg/custom/style-attribute-font-size-expected.txt: Removed.
21131 * svg/custom/text-decoration-visibility-expected.checksum: Removed.
21132 * svg/custom/text-decoration-visibility-expected.png: Removed.
21133 * svg/custom/text-decoration-visibility-expected.txt: Removed.
21134 * svg/custom/text-letter-spacing-expected.checksum: Removed.
21135 * svg/custom/text-letter-spacing-expected.png: Removed.
21136 * svg/custom/text-letter-spacing-expected.txt: Removed.
21137 * svg/custom/text-x-dx-lists-expected.checksum: Removed.
21138 * svg/custom/text-x-dx-lists-expected.png: Removed.
21139 * svg/custom/text-x-dx-lists-expected.txt: Removed.
21140 * svg/custom/text-x-override-in-tspan-child-expected.checksum: Removed.
21141 * svg/custom/text-x-override-in-tspan-child-expected.png: Removed.
21142 * svg/custom/text-x-override-in-tspan-child-expected.txt: Removed.
21143 * svg/custom/transform-removeAttributeNS-expected.checksum: Removed.
21144 * svg/custom/transform-removeAttributeNS-expected.png: Removed.
21145 * svg/custom/transform-removeAttributeNS-expected.txt: Removed.
21146 * svg/custom/use-detach-expected.checksum: Removed.
21147 * svg/custom/use-detach-expected.png: Removed.
21148 * svg/custom/use-detach-expected.txt: Removed.
21149 * svg/custom/use-dynamic-append-expected.png: Removed.
21150 * svg/custom/use-dynamic-append-expected.txt: Removed.
21151 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Removed.
21152 * svg/custom/use-on-disallowed-foreign-object-1-expected.png: Removed.
21153 * svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Removed.
21154 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Removed.
21155 * svg/custom/use-on-disallowed-foreign-object-2-expected.png: Removed.
21156 * svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Removed.
21157 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Removed.
21158 * svg/custom/use-on-disallowed-foreign-object-3-expected.png: Removed.
21159 * svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
21160 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Removed.
21161 * svg/custom/use-on-disallowed-foreign-object-4-expected.png: Removed.
21162 * svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Removed.
21163 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Removed.
21164 * svg/custom/use-on-disallowed-foreign-object-5-expected.png: Removed.
21165 * svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Removed.
21166 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Removed.
21167 * svg/custom/use-on-disallowed-foreign-object-6-expected.png: Removed.
21168 * svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Removed.
21169 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Removed.
21170 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Removed.
21171 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Removed.
21172 * svg/custom/use-on-g-containing-symbol-expected.checksum: Removed.
21173 * svg/custom/use-on-g-containing-symbol-expected.png: Removed.
21174 * svg/custom/use-on-g-containing-symbol-expected.txt: Removed.
21175 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Removed.
21176 * svg/custom/use-on-non-svg-namespaced-element-expected.png: Removed.
21177 * svg/custom/use-on-non-svg-namespaced-element-expected.txt: Removed.
21178 * svg/hixie/error/013-expected.checksum: Removed.
21179 * svg/hixie/error/013-expected.png: Removed.
21180 * svg/hixie/error/013-expected.txt: Removed.
21181 * svg/text/text-align-01-b-expected.txt: Removed.
21182 * svg/text/text-align-02-b-expected.txt: Removed.
21183 * svg/text/text-align-03-b-expected.checksum: Removed.
21184 * svg/text/text-align-03-b-expected.png: Removed.
21185 * svg/text/text-align-03-b-expected.txt: Removed.
21186 * svg/text/text-align-04-b-expected.checksum: Removed.
21187 * svg/text/text-align-04-b-expected.png: Removed.
21188 * svg/text/text-align-04-b-expected.txt: Removed.
21189 * svg/text/text-align-05-b-expected.txt: Removed.
21190 * svg/text/text-align-06-b-expected.txt: Removed.
21191 * svg/text/text-altglyph-01-b-expected.checksum: Removed.
21192 * svg/text/text-altglyph-01-b-expected.png: Removed.
21193 * svg/text/text-altglyph-01-b-expected.txt: Removed.
21194 * svg/text/text-deco-01-b-expected.checksum: Removed.
21195 * svg/text/text-deco-01-b-expected.png: Removed.
21196 * svg/text/text-deco-01-b-expected.txt: Removed.
21197 * svg/text/text-fonts-01-t-expected.txt: Removed.
21198 * svg/text/text-fonts-02-t-expected.checksum: Removed.
21199 * svg/text/text-fonts-02-t-expected.png: Removed.
21200 * svg/text/text-fonts-02-t-expected.txt: Removed.
21201 * svg/text/text-intro-05-t-expected.txt: Removed.
21202 * svg/text/text-path-01-b-expected.checksum: Removed.
21203 * svg/text/text-path-01-b-expected.png: Removed.
21204 * svg/text/text-path-01-b-expected.txt: Removed.
21205 * svg/text/text-spacing-01-b-expected.checksum: Removed.
21206 * svg/text/text-spacing-01-b-expected.png: Removed.
21207 * svg/text/text-spacing-01-b-expected.txt: Removed.
21208 * svg/text/text-text-01-b-expected.checksum: Removed.
21209 * svg/text/text-text-01-b-expected.png: Removed.
21210 * svg/text/text-text-01-b-expected.txt: Removed.
21211 * svg/text/text-text-03-b-expected.checksum: Removed.
21212 * svg/text/text-text-03-b-expected.png: Removed.
21213 * svg/text/text-text-03-b-expected.txt: Removed.
21214 * svg/text/text-text-04-t-expected.checksum: Removed.
21215 * svg/text/text-text-04-t-expected.png: Removed.
21216 * svg/text/text-text-04-t-expected.txt: Removed.
21217 * svg/text/text-text-05-t-expected.checksum: Removed.
21218 * svg/text/text-text-05-t-expected.png: Removed.
21219 * svg/text/text-text-05-t-expected.txt: Removed.
21220 * svg/text/text-text-06-t-expected.checksum: Removed.
21221 * svg/text/text-text-06-t-expected.png: Removed.
21222 * svg/text/text-text-06-t-expected.txt: Removed.
21223 * svg/text/text-text-07-t-expected.txt: Removed.
21224 * svg/text/text-text-08-b-expected.checksum: Removed.
21225 * svg/text/text-text-08-b-expected.png: Removed.
21226 * svg/text/text-text-08-b-expected.txt: Removed.
21227 * svg/text/text-tref-01-b-expected.checksum: Removed.
21228 * svg/text/text-tref-01-b-expected.png: Removed.
21229 * svg/text/text-tref-01-b-expected.txt: Removed.
21230 * svg/text/text-tselect-01-b-expected.txt: Removed.
21231 * svg/text/text-tselect-02-f-expected.checksum: Removed.
21232 * svg/text/text-tselect-02-f-expected.png: Removed.
21233 * svg/text/text-tselect-02-f-expected.txt: Removed.
21234 * svg/text/text-tspan-01-b-expected.checksum: Removed.
21235 * svg/text/text-tspan-01-b-expected.png: Removed.
21236 * svg/text/text-tspan-01-b-expected.txt: Removed.
21237 * svg/text/text-ws-01-t-expected.checksum: Removed.
21238 * svg/text/text-ws-01-t-expected.png: Removed.
21239 * svg/text/text-ws-01-t-expected.txt: Removed.
21240 * svg/text/text-ws-02-t-expected.checksum: Removed.
21241 * svg/text/text-ws-02-t-expected.png: Removed.
21242 * svg/text/text-ws-02-t-expected.txt: Removed.
21243
212442008-01-07 Kevin McCullough <kmccullough@apple.com>
21245
21246 - Updated to run a test whose failure was only a build bot state issue.
21247
21248 * platform/win/Skipped:
21249
212502008-01-07 Adam Roben <aroben@apple.com>
21251
21252 * platform/win/Skipped: Skip the culprit, not the victim.
21253
212542008-01-07 Adam Roben <aroben@apple.com>
21255
21256 * platform/win/Skipped: Added a few more failures.
21257
212582008-01-07 Adam Roben <aroben@apple.com>
21259
21260 Remove a now incorrect Windows-specific result
21261
21262 This should have been done as part of r29187
21263
21264 * platform/win/fast/dom/wrapper-classes-expected.txt: Removed.
21265
212662008-01-04 Kevin McCullough <kmccullough@apple.com>
21267
21268 Reviewed by Darin.
21269
21270 - <rdar://problem/5666914> fast/regex/test{1,4}.html are failing.
21271 Since they pass now, the two tests are removed from the Skipped list.
21272
21273 * platform/win/Skipped:
21274
212752008-01-06 Andrew Wellington <proton@wiretapped.net>
21276
21277 Reviewed by Darin.
21278
21279 DOMRange doesn't correctly re-size when inserting items (Acid3)
21280 http://bugs.webkit.org/show_bug.cgi?id=16764
21281
21282 Update the offset for the range when inserting items into the range.
21283
21284 * fast/dom/Range/range-modifycontents-expected.txt: Added.
21285 * fast/dom/Range/range-modifycontents.html: Added.
21286 * fast/dom/Range/resources/range-modifycontents.js: Added.
21287
212882008-01-06 Sam Weinig <sam@webkit.org>
21289
21290 Add missing expected result.
21291
21292 * fast/dom/TreeWalker/TreeWalker-currentNode-expected.txt: Added.
21293
212942008-01-06 Alexey Proskuryakov <ap@webkit.org>
21295
21296 Reviewed by Darin.
21297
21298 http://bugs.webkit.org/show_bug.cgi?id=16731
21299 Incorrect node type for whitespace when setting innerHTML in an XHTML document
21300
21301 * fast/dom/xhtml-fragment-whitespace-expected.txt: Added.
21302 * fast/dom/xhtml-fragment-whitespace.xhtml: Added.
21303
213042008-01-06 Alexey Proskuryakov <ap@webkit.org>
21305
21306 Reviewed by Darin.
21307
21308 http://bugs.webkit.org/show_bug.cgi?id=16701
21309 <rdar://problem/5666580> REGRESSION: URL-encoded space (%20) in livejournal url
21310 causes page load error
21311
21312 * http/tests/misc/location-with-space-expected.txt: Added.
21313 * http/tests/misc/location-with-space.php: Added.
21314 * http/tests/misc/resources/a success.html: Added.
21315
213162008-01-06 Andrew Wellington <proton@wiretapped.net>
21317
21318 Reviewed by Darin.
21319
21320 DOMRange.cloneContents does not work (Acid3 bug)
21321 http://bugs.webkit.org/show_bug.cgi?id=16748
21322
21323 When cloning an empty range, return an empty DocmentFragment instead of
21324 null or undefined.
21325
21326 * fast/dom/Range/range-clone-empty-expected.txt: Added.
21327 * fast/dom/Range/range-clone-empty.html: Added.
21328 * fast/dom/Range/resources/range-clone-empty.js: Added.
21329
213302008-01-06 Eric Seidel <eric@webkit.org>
21331
21332 Reviewed by darin.
21333
21334 Make attr selectors case-insensitive for certain HTML attributes
21335 http://bugs.webkit.org/show_bug.cgi?id=15470
21336
21337 * fast/css/html-attr-case-sensitivity-expected.txt: Added.
21338 * fast/css/html-attr-case-sensitivity.html: Added.
21339 * fast/css/resources/html-attr-case-sensitivity.js: Added.
21340
213412008-01-06 Eric Seidel <eric@webkit.org>
21342
21343 Reviewed by Sam.
21344
21345 Fix :checked matching type='text' and add test case
21346 http://bugs.webkit.org/show_bug.cgi?id=16750
21347
21348 * fast/dom/HTMLInputElement/checked-pseudo-selector-expected.txt: Added.
21349 * fast/dom/HTMLInputElement/checked-pseudo-selector.html: Added.
21350 * fast/dom/HTMLInputElement/resources/TEMPLATE.html: Added.
21351 * fast/dom/HTMLInputElement/resources/checked-pseudo-selector.js: Added.
21352
213532008-01-05 Sam Weinig <sam@webkit.org>
21354
21355 Reviewed by Eric Seidel.
21356
21357 Test for http://bugs.webkit.org/show_bug.cgi?id=16758
21358 ASSERT when using TreeWalker methods for a current node outside of the root (Acid3)
21359
21360 * fast/dom/TreeWalker: Added.
21361 * fast/dom/TreeWalker/TreeWalker-currentNode.html: Added.
21362 * fast/dom/TreeWalker/resources: Added.
21363 * fast/dom/TreeWalker/resources/TreeWalker-currentNode.js: Added.
21364
213652008-01-04 Dan Bernstein <mitz@apple.com>
21366
21367 - update the list of tests failing on Windows because of font
21368 differences and uncomment a test that has been re-enabled on Mac.
21369
21370 * platform/win/Skipped:
21371
213722008-01-04 Oliver Hunt <oliver@apple.com>
21373
21374 Reviewed by Beth Dakin.
21375
21376 As a byproduct of correct the bounds computation of image elements
21377 the metrics for the render tree changed slightly.
21378
21379 * platform/mac/svg/carto.net/scrollbar-expected.txt:
21380
213812008-01-04 Beth Dakin <bdakin@apple.com>
21382
21383 Reviewed by Oliver.
21384
21385 Test for http://bugs.webkit.org/show_bug.cgi?id=16704 input with
21386 type="hidden" matches :enabled/:disabled (Acid3 bug)
21387
21388 * fast/forms/hidden-input-not-enabled-expected.txt: Added.
21389 * fast/forms/hidden-input-not-enabled.html: Added.
21390
213912008-01-04 Sam Weinig <sam@webkit.org>
21392
21393 Add missing expected result.
21394
21395 * fast/images/border-expected.txt: Added.
21396
213972008-01-04 Sam Weinig <sam@webkit.org>
21398
21399 Reviewed by Oliver Hunt.
21400
21401 Throw exceptions for the CSSPrimitiveValue getters, matching the spec.
21402
21403 * fast/css/CSSPrimitiveValue-exceptions-expected.txt: Added.
21404 * fast/css/CSSPrimitiveValue-exceptions.html: Added.
21405 * fast/css/resources/CSSPrimitiveValue-exceptions.js: Added.
21406 * fast/dom/prototypes.html:
21407 * fast/dom/wrapper-classes.html:
21408 * platform/mac/fast/dom/wrapper-classes-objc.html:
21409 * svg/css/glyph-orientation-rounding-test-expected.txt:
21410 * svg/css/glyph-orientation-rounding-test.xhtml: Pass in a unit so this doesn't throw.
21411 This patch also fixes the associated intermittent failure seen in this test.
21412
214132008-01-04 Sam Weinig <sam@webkit.org>
21414
21415 Reviewed by Kevin McCullough.
21416
21417 - Splits Objective-C tests out of wrapper-classes.html and into platform specific test.
21418 - Adds tests for .__proto__ and .constructor to JS wrapper tests.
21419
21420 * fast/dom/wrapper-classes.html:
21421 * platform/mac/fast/dom/wrapper-classes-expected.txt:
21422 * platform/mac/fast/dom/wrapper-classes-objc-expected.txt: Added.
21423 * platform/mac/fast/dom/wrapper-classes-objc.html: Copied from fast/dom/wrapper-classes.html.
21424 * platform/win/Skipped:
21425
214262008-01-04 Stephanie <slewis@apple.com>
21427
21428 RS by Oliver.
21429
21430 Move svg/batik/text/smallFonts.svg
21431to skip list since it is still failing on tiger.
21432
21433 * platform/mac-tiger/Skipped:
21434
214352008-01-04 Darin Adler <darin@apple.com>
21436
21437 Reviewed by Maciej and Alice.
21438
21439 - test for <rdar://problem/4404302> Borders where there should be none (canadasmountains.com)
21440
21441 * fast/images/border.html: Added.
21442 * fast/images/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
21443 * fast/images/resources/border.js: Added.
21444
214452008-01-04 Alice Liu <alice.liu@apple.com>
21446
21447 Reviewed by Alexey and Darin.
21448
21449 * editing/selection/move-begin-end.html:
21450 add a codepath that will test the same kind of functionality for home and end keys
21451 * platform/win/Skipped:
21452 removing section of tests that have been resolved
21453
214542008-01-04 Oliver Hunt <oliver@apple.com>
21455
21456 RS=Adam
21457
21458 Update tiger layout test results for svg/batik/text/smallFonts,
21459 and move to mac-tiger platform
21460
21461 * platform/mac-tiger/svg/batik/text/smallFonts-expected.checksum: Added.
21462 * platform/mac-tiger/svg/batik/text/smallFonts-expected.png: Added.
21463 * platform/mac/svg/batik/text/smallFonts-expected.txt: Added.
21464 * svg/batik/text/smallFonts-expected.checksum: Removed.
21465 * svg/batik/text/smallFonts-expected.png: Removed.
21466 * svg/batik/text/smallFonts-expected.txt: Removed.
21467
214682008-01-04 Alexey Proskuryakov <ap@webkit.org>
21469
21470 Reviewed by Darin.
21471
21472 <rdar://problem/5611712> xsl:sort does not use a case folding sort, and the 'case-order' attribute is ignored (16077)
21473
21474 * platform/win/Skipped: The fix for this bug is now enabled on Windows, take the test out of Skipped list.
21475
214762008-01-04 Adam Roben <aroben@apple.com>
21477
21478 Added a test for <rdar://4968855> Shift-PageUp/Shift-PageDown only select one line of text
21479
21480 Reviewed by Oliver.
21481
21482 * platform/win/editing/selection/shift-page-up-down-expected.txt: Added.
21483 * platform/win/editing/selection/shift-page-up-down.html: Added.
21484
214852008-01-04 Oliver Hunt <oliver@apple.com>
21486
21487 Reviewed by Darin.
21488
21489 <rdar://problem/5646437> REGRESSION (r28015): svg/batik/text/smallFonts fails
21490
21491 Regenerated expected output as filter elements are no longer generated in a default
21492 build. This wasn't done when filters were turned off earlier due to other (now gone)
21493 layout failures i didn't want to put in the expected output.
21494
21495 * platform/mac-leopard/svg/batik/text/smallFonts-expected.txt:
21496 * svg/batik/text/smallFonts.svg: Added.
21497 * svg/batik/text/smallFonts.svg-disabled: Removed.
21498
214992008-01-04 Adam Roben <aroben@apple.com>
21500
21501 * platform/win/Skipped: Added some more failures.
21502
215032008-01-03 Alexey Proskuryakov <ap@webkit.org>
21504
21505 Reviewed by Darin.
21506
21507 <rdar://problem/5463489> A number of layout tests should be using execCommand instead of textInputController
21508
21509 * editing/deleting/5300379.html:
21510 * editing/deleting/delete-to-end-of-paragraph.html:
21511 * editing/deleting/smart-delete-003.html:
21512 * editing/deleting/smart-delete-004.html:
21513 * editing/selection/4947387.html:
21514 * editing/selection/5195166-1.html:
21515 * editing/selection/5195166-2.html:
21516 * editing/selection/select-line.html:
21517 * editing/selection/selection-actions.html:
21518 * platform/win/Skipped:
21519 Changed these tests to use layoutTestController.execCommand, so they no longer need to be disabled.
21520
215212008-01-03 Oliver Hunt <oliver@apple.com>
21522
21523 Reviewed by Maciej.
21524
21525 Testcase for <rdar://problem/5668517> REGRESSION: Major under painting issues in SVG
21526
21527 * svg/custom/repaint-on-image-bounds-change-expected.checksum: Copied from LayoutTests/svg/custom/resource-client-removal-expected.checksum.
21528 * svg/custom/repaint-on-image-bounds-change-expected.png: Copied from LayoutTests/svg/custom/resource-client-removal-expected.png.
21529 * svg/custom/repaint-on-image-bounds-change-expected.txt: Added.
21530 * svg/custom/repaint-on-image-bounds-change.svg: Added.
21531
215322008-01-03 Dan Bernstein <mitz@apple.com>
21533
21534 Reviewed by Sam Weinig.
21535
21536 - skip tests that are failing because font fallback results in a
21537 different font being used on Windows than on Mac.
21538
21539 * platform/win/Skipped:
21540
215412008-01-03 Alice Liu <alice.liu@apple.com>
21542
21543 Reviewed by Darin, Mitz.
21544
21545 updating expected results after fixing clickcount for
21546 <rdar://5130762> mousedowns in different locations increase the clickcount incorrectly
21547
21548 * fast/forms/focus-selection-input-expected.txt:
21549 * fast/forms/focus-selection-textarea-expected.txt:
21550 * platform/mac/fast/events/objc-event-api-expected.txt:
21551 * platform/mac/fast/inline/dirtyLinesForInline-expected.txt:
21552 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
21553 * platform/mac/svg/custom/pointer-events-image-expected.txt:
21554 * platform/mac/svg/custom/pointer-events-path-expected.txt:
21555 * platform/mac/svg/custom/pointer-events-text-expected.txt:
21556 * platform/mac/svg/custom/text-hit-test-expected.txt:
21557
215582008-01-03 Darin Adler <darin@apple.com>
21559
21560 Reviewed by Mitz.
21561
21562 - test for http://bugs.webkit.org/show_bug.cgi?id=16723
21563 tables/mozilla/bugs/bug30418.html test failing due to problems updating dynamic border rules
21564
21565 * fast/table/border-changes-expected.txt: Added.
21566 * fast/table/border-changes.html: Added.
21567 * fast/table/resources: Added.
21568 * fast/table/resources/TEMPLATE.html: Added.
21569 * fast/table/resources/border-changes.js: Added.
21570
215712008-01-03 Alexey Proskuryakov <ap@webkit.org>
21572
21573 Reviewed by Darin.
21574
21575 http://bugs.webkit.org/show_bug.cgi?id=10909
21576 Hixie's XMLHttpRequest/018.html test fails
21577
21578 This was fixed earlier, just adding a test case.
21579
21580 * http/tests/xmlhttprequest/web-apps/018-expected.txt: Added.
21581 * http/tests/xmlhttprequest/web-apps/018.html: Added.
21582 * http/tests/xmlhttprequest/web-apps/resources: Added.
21583 * http/tests/xmlhttprequest/web-apps/resources/018-test.xml: Added.
21584
215852008-01-02 Darin Adler <darin@apple.com>
21586
21587 Reviewed by Geoff.
21588
21589 - test for http://bugs.webkit.org/show_bug.cgi?id=16696
21590 JSCRE fails fails to match Acid3 regexp
21591
21592 * fast/regex/early-acid3-86-expected.txt: Added.
21593 * fast/regex/early-acid3-86.html: Added.
21594 * fast/regex/resources/early-acid3-86.js: Added.
21595
21596 * fast/regex/test1-expected.txt: Updated for a few cases where we now fail.
21597 But these "failures" represent us replacing PCRE behavior with semantics
21598 that are correct for JavaScript regular expressions.
21599
216002008-01-02 Alice Liu <alice.liu@apple.com>
21601
21602 * platform/win/Skipped: removing a fixed test
21603 this was fixed with r28836 but was left behind on the skipped list
21604
216052008-01-02 Darin Adler <darin@apple.com>
21606
21607 Reviewed by Geoff.
21608
21609 - test for http://bugs.webkit.org/show_bug.cgi?id=16696
21610 JSCRE fails fails to match Acid3 regexp
21611
21612 * fast/regex/early-acid3-86-expected.txt: Added.
21613 * fast/regex/early-acid3-86.html: Added.
21614 * fast/regex/resources/early-acid3-86.js: Added.
21615
21616 * fast/regex/test1-expected.txt: Updated for a few cases where we now fail.
21617 But these "failures" represent us replacing PCRE behavior with semantics
21618 that are correct for JavaScript regular expressions.
21619
216202008-01-02 Darin Adler <darin@apple.com>
21621
21622 Reviewed by Maciej.
21623
21624 - test for http://bugs.webkit.org/show_bug.cgi?id=16657
21625 Acid3 failure since table.caption and table.thead do not work for nodes added by appendChild
21626 - test for http://bugs.webkit.org/show_bug.cgi?id=16659
21627 Acid3 expects HTMLTableElement.rows to include a <tr> element that is an immediate child of the <table>
21628
21629 * fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt: Added.
21630 * fast/dom/HTMLTableElement/early-acid3-65-excerpt.html: Added.
21631 * fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt: Added.
21632 * fast/dom/HTMLTableElement/early-acid3-66-excerpt.html: Added.
21633 * fast/dom/HTMLTableElement/resources/early-acid3-65-excerpt.js: Added.
21634 * fast/dom/HTMLTableElement/resources/early-acid3-66-excerpt.js: Added.
21635
21636 * dom/html/level2/html/HTMLCollection07-expected.txt: Updated to reflect success.
21637 * dom/html/level2/html/HTMLCollection08-expected.txt: Updated to reflect success.
21638 * dom/xhtml/level2/html/HTMLCollection07-expected.txt: Updated to reflect success.
21639 * dom/xhtml/level2/html/HTMLCollection08-expected.txt: Updated to reflect success.
21640
21641 * fast/dom/HTMLTableElement/resources/rows.js: Changed to expect HTML 5 behavior for rows outside
21642 table sections.
21643 * fast/dom/HTMLTableElement/rows-expected.txt: Updated.
21644
21645 * platform/mac/tables/mozilla/bugs/bug30418-expected.checksum: Updated to reflect better results.
21646 * platform/mac/tables/mozilla/bugs/bug30418-expected.png: Ditto.
21647 * platform/mac/tables/mozilla/bugs/bug30418-expected.txt: Ditto.
21648
216492008-01-02 Alice Liu <alice.liu@apple.com>
21650
21651 Reviewed by Maciej.
21652
21653 Added test for <rdar://5283861> (problems scrolling in gmail message content area)
21654
21655 * fast/frames/iframe-scroll-page-up-down-expected.txt: Added.
21656 * fast/frames/iframe-scroll-page-up-down.html: Added.
21657 * fast/frames/resources/iframe-scroll-page-up-down-1.html: Added.
21658 * fast/frames/resources/iframe-scroll-page-up-down-2.html: Added.
21659
216602008-01-02 Adam Roben <aroben@apple.com>
21661
21662 * platform/win/Skipped: Added some more failures.
21663
216642008-01-02 Adam Roben <aroben@apple.com>
21665
21666 Get the Windows bots closer to green
21667
21668 * platform/win/Skipped: Added some new failures.
21669 * platform/win/fast/dom/Window/window-properties-expected.txt: Updated
21670 these results.
21671
216722008-01-02 Alexey Proskuryakov <ap@webkit.org>
21673
21674 Reviewed by Darin.
21675
21676 Changed tests that were recently modified to use non-standard execCommand identifiers back to
21677 textInputController.doCommand, re-added them to Windows skip list.
21678
21679 Added several tests for commands that have different behavior when invoked manually rather
21680 than from JS.
21681
21682 * editing/deleting/5300379.html:
21683 * editing/deleting/delete-to-end-of-paragraph.html:
21684 * editing/deleting/smart-delete-003.html:
21685 * editing/deleting/smart-delete-004.html:
21686 * editing/execCommand/delete-no-scroll-expected.txt: Added.
21687 * editing/execCommand/delete-no-scroll.html: Added.
21688 * editing/execCommand/forward-delete-no-scroll-expected.txt: Added.
21689 * editing/execCommand/forward-delete-no-scroll.html: Added.
21690 * editing/execCommand/insert-line-break-no-scroll-expected.txt: Added.
21691 * editing/execCommand/insert-line-break-no-scroll.html: Added.
21692 * editing/selection/4947387.html:
21693 * editing/selection/5195166-1.html:
21694 * editing/selection/5195166-2.html:
21695 * editing/selection/select-line.html:
21696 * editing/selection/selection-actions.html:
21697 * platform/win/Skipped:
21698
216992008-01-02 Alexey Proskuryakov <ap@webkit.org>
21700
21701 Reviewed by Darin.
21702
21703 http://bugs.webkit.org/show_bug.cgi?id=14555
21704 action=mailto + method=get - The generated mailto URI is incorrect and the hvalues are encoded twice
21705
21706 http://bugs.webkit.org/show_bug.cgi?id=14774
21707 Submitted data only includes first input item
21708
21709 * fast/forms/mailto: Added.
21710 * fast/forms/mailto/advanced-get-expected.txt: Added.
21711 * fast/forms/mailto/advanced-get.html: Added.
21712 * fast/forms/mailto/advanced-put-expected.txt: Added.
21713 * fast/forms/mailto/advanced-put.html: Added.
21714 * fast/forms/mailto/get-multiple-items-expected.txt: Added.
21715 * fast/forms/mailto/get-multiple-items-text-plain-expected.txt: Added.
21716 * fast/forms/mailto/get-multiple-items-text-plain.html: Added.
21717 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt: Added.
21718 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded.html: Added.
21719 * fast/forms/mailto/get-multiple-items.html: Added.
21720 * fast/forms/mailto/get-non-ascii-expected.txt: Added.
21721 * fast/forms/mailto/get-non-ascii.html: Added.
21722 * fast/forms/mailto/get-non-ascii-text-plain.html: Added.
21723 * fast/forms/mailto/get-non-ascii-text-plain-expected.txt: Added.
21724 * fast/forms/mailto/get-overwrite-query-expected.txt: Added.
21725 * fast/forms/mailto/get-overwrite-query.html: Added.
21726 * fast/forms/mailto/post-append-query-expected.txt: Added.
21727 * fast/forms/mailto/post-append-query.html: Added.
21728 * fast/forms/mailto/post-multiple-items-expected.txt: Added.
21729 * fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt: Added.
21730 * fast/forms/mailto/post-multiple-items-multipart-form-data.html: Added.
21731 * fast/forms/mailto/post-multiple-items-text-plain-expected.txt: Added.
21732 * fast/forms/mailto/post-multiple-items-text-plain.html: Added.
21733 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt: Added.
21734 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded.html: Added.
21735 * fast/forms/mailto/post-multiple-items.html: Added.
21736
217372008-01-01 Darin Adler <darin@apple.com>
21738
21739 Reviewed by Eric.
21740
21741 - test for http://bugs.webkit.org/show_bug.cgi?id=16695
21742 JSC allows non-identifier codepoints in identifiers (affects Acid3)
21743
21744 * fast/js/kde/parse-expected.txt: Updated.
21745 * fast/js/kde/resources/parse.js: Added tests that cover both the
21746 non-ASCII characters themselves and the same characters parsed as
21747 \u sequences.
21748
217492008-01-01 Sam Weinig <sam@webkit.org>
21750
21751 Reviewed by Darin.
21752
21753 Tests for http://bugs.webkit.org/show_bug.cgi?id=16691
21754 Use real JS objects for the rest of the DOMExceptions (EventException, RangeException, etc)
21755
21756 * fast/dom/DOMException/EventException-expected.txt: Added.
21757 * fast/dom/DOMException/EventException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
21758 * fast/dom/DOMException/RangeException-expected.txt: Added.
21759 * fast/dom/DOMException/RangeException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
21760 * fast/dom/DOMException/XPathException-expected.txt: Added.
21761 * fast/dom/DOMException/XPathException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
21762 * fast/dom/DOMException/resources/EventException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
21763 * fast/dom/DOMException/resources/RangeException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
21764 * fast/dom/DOMException/resources/XPathException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
21765 * fast/dom/Window/window-properties-expected.txt:
21766 * http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: Added.
21767 * http/tests/xmlhttprequest/XMLHttpRequestException.html: Added.
21768 * svg/custom/SVGException-expected.txt: Added.
21769 * svg/custom/SVGException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
21770 * svg/custom/resources/SVGException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
21771
217722008-01-01 Darin Adler <darin@apple.com>
21773
21774 Reviewed by Geoff.
21775
21776 - updated test results for https://bugs.webkit.org/show_bug.cgi?id=16648
21777
21778 * fast/regex/test1-expected.txt: Update results changed by restoring the logic to
21779 avoid failing on infinite repeats of brackets that match the empty string.
21780
217812008-01-01 Eric Seidel <eric@webkit.org>
21782
21783 Reviewed by Alexey.
21784
21785 Don't replace \ with / in data: urls
21786 http://bugs.webkit.org/show_bug.cgi?id=16692
21787
21788 * fast/loader/url-data-replace-backslash-expected.txt: Added.
21789 * fast/loader/url-data-replace-backslash.html: Added.
21790
217912007-12-31 Sam Weinig <sam@webkit.org>
21792
21793 Reviewed by Darin.
21794
21795 Test for http://bugs.webkit.org/show_bug.cgi?id=16637
21796 Acid3 expects ExeceptionCode constants to be defined on DOMException objects
21797
21798 * fast/dom/DOMException: Added.
21799 * fast/dom/DOMException/prototype-object-expected.txt: Added.
21800 * fast/dom/DOMException/prototype-object.html: Added.
21801 * fast/dom/DOMException/resources: Added.
21802 * fast/dom/DOMException/resources/prototype-object.js: Added.
21803 * fast/dom/Window/window-properties-expected.txt:
21804 * http/tests/xmlhttprequest/connection-error-sync-expected.txt:
21805
218062007-12-31 Darin Adler <darin@apple.com>
21807
21808 * fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Updated results to expect success.
21809 I accdidentally landed an expected failure instead!
21810
218112007-12-31 Dan Bernstein <mitz@apple.com>
21812
21813 Reviewed by Darin Adler.
21814
21815 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14134
21816 <rdar://problem/5655160> REGRESSION (r25353): Whitespace nodes ignored between inline list items
21817
21818 * fast/dynamic/create-renderer-for-whitespace-only-text.html: Added.
21819 * fast/dynamic/style-access-late-stylesheet-load-expected.txt:
21820 * platform/mac-leopard/fast/dynamic: Added.
21821 * platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.checksum: Added.
21822 * platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png: Added.
21823 * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
21824 * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
21825 * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
21826 * platform/mac/editing/inserting/editable-html-element-expected.txt:
21827 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
21828 * platform/mac/editing/pasteboard/paste-TIFF-expected.txt:
21829 * platform/mac/editing/selection/4983858-expected.txt:
21830 * platform/mac/editing/selection/5136696-expected.txt:
21831 * platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt:
21832 * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
21833 * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
21834 * platform/mac/editing/style/remove-underline-after-paragraph-expected.txt:
21835 * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
21836 * platform/mac/editing/style/remove-underline-from-stylesheet-expected.txt:
21837 * platform/mac/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt: Added.
21838 * platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
21839 * platform/mac/fast/forms/input-align-expected.txt:
21840 * platform/mac/fast/inline/positionedLifetime-expected.txt:
21841
218422007-12-31 Darin Adler <darin@apple.com>
21843
21844 Reviewed by Mitz.
21845
21846 - test for http://bugs.webkit.org/show_bug.cgi?id=16641
21847 Acid3 reveals HTMLFormElement.elements fails to update when element name changes
21848
21849 * fast/dom/HTMLFormElement: Added.
21850 * fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Added.
21851 * fast/dom/HTMLFormElement/elements-not-in-document.html: Added.
21852 * fast/dom/HTMLFormElement/resources: Added.
21853 * fast/dom/HTMLFormElement/resources/TEMPLATE.html: Added.
21854 * fast/dom/HTMLFormElement/resources/elements-not-in-document.js: Added.
21855
218562007-12-31 Henry Mason <hmason@mac.com>
21857
21858 Reviewed by Darin.
21859
21860 Test for http://bugs.webkit.org/show_bug.cgi?id=14994
21861 Support for MessageEvent and cross-domain messaging
21862
21863 * fast/dom/Window/window-properties-expected.txt:
21864 * http/tests/messaging: Added.
21865 * http/tests/messaging/cross-domain-message-send-expected.txt: Added.
21866 * http/tests/messaging/cross-domain-message-send.html: Added.
21867 * http/tests/messaging/resources: Added.
21868 * http/tests/messaging/resources/cross-domain-message-receive.html: Added.
21869
218702007-12-30 Sam Weinig <sam@webkit.org>
21871
21872 Reviewed by Oliver Hunt.
21873
21874 Test for http://bugs.webkit.org/show_bug.cgi?id=16387
21875
21876 * http/tests/security/cross-frame-access-enumeration-expected.txt: Added.
21877 * http/tests/security/cross-frame-access-enumeration.html: Added.
21878 * http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html: Added.
21879
218802007-12-30 Darin Adler <darin@apple.com>
21881
21882 - added missing results file
21883
21884 * fast/events/event-instanceof-expected.txt: Added.
21885
218862007-12-30 Sam Weinig <sam@webkit.org>
21887
21888 Reviewed by Oliver Hunt.
21889
21890 Test for http://bugs.webkit.org/show_bug.cgi?id=10686
21891 event instanceof MouseEvent throws exception
21892
21893 * fast/dom/Window/window-properties-expected.txt:
21894 * fast/events/event-instanceof.html: Added.
21895 * fast/events/resources/event-instanceof.js: Added.
21896
218972007-12-30 David Kilzer <ddkilzer@webkit.org>
21898
21899 Reviewed by Darin.
21900
21901 - test for http://bugs.webkit.org/show_bug.cgi?id=15359
21902 JPEG image not shown when height is specified as percentage inside a table
21903
21904 This test was added specifically for this bug. It tests the height of
21905 replaced elements (canvas, embed, img, object, button, input, isindex,
21906 select, textarea ) within table cells.
21907
21908 * fast/replaced/table-percent-height-expected.txt: Added.
21909 * fast/replaced/table-percent-height.html: Added.
21910
21911 These test results were updated because they are more correct.
21912
21913 * platform/mac/fast/replaced/width100percent-image-expected.checksum: Updated.
21914 * platform/mac/fast/replaced/width100percent-image-expected.png: Updated.
21915 * platform/mac/fast/replaced/width100percent-image-expected.txt: Updated.
21916
21917 Moved tests and results for these two tests from tables/mozilla_expected_failures/bugs
21918 to tables/mozilla/bugs since these results have been fixed.
21919
21920 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum.
21921 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png.
21922 * platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt.
21923 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum.
21924 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png.
21925 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt.
21926 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum: Removed.
21927 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png: Removed.
21928 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt: Removed.
21929 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum: Removed.
21930 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png: Removed.
21931 * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt: Removed.
21932 * tables/mozilla/bugs/bug137388-1.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-1.html.
21933 * tables/mozilla/bugs/bug137388-2.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-2.html.
21934 * tables/mozilla_expected_failures/bugs/bug137388-1.html: Removed.
21935 * tables/mozilla_expected_failures/bugs/bug137388-2.html: Removed.
21936
219372007-12-30 Eric Seidel <eric@webkit.org>
21938
21939 Reviewed by Sam.
21940
21941 Add missing fast/js/number-toExponential.html file and correct results.
21942 Add missing number.toString(2) test which also was missing.
21943 Update toString results now that we're properly throwing exceptions.
21944
21945 * fast/js/number-toExponential-expected.txt:
21946 * fast/js/number-toExponential.html: Added.
21947 * fast/js/number-toString-expected.txt:
21948 * fast/js/resources/number-toString.js:
21949
219502007-12-29 Alexey Proskuryakov <ap@webkit.org>
21951
21952 Reviewed by Darin.
21953
21954 http://bugs.webkit.org/show_bug.cgi?id=14428
21955 FCKEditor: Images disappear on drag/drop and copy/paste
21956
21957 * editing/pasteboard/drag-image-in-about-blank-frame-expected.txt: Added.
21958 * editing/pasteboard/drag-image-in-about-blank-frame.html: Added.
21959
219602007-12-28 Alexey Proskuryakov <ap@webkit.org>
21961
21962 Reviewed by Mitz.
21963
21964 http://bugs.webkit.org/show_bug.cgi?id=15734
21965 fast/xpath/namespace-vs-predicate.xhtml fails unexpectedly in no-SVG build
21966
21967 * fast/xpath/namespace-vs-predicate.xhtml: Use (hopefully) correct code to remove an SVG element.
21968
219692007-12-28 Darin Adler <darin@apple.com>
21970
21971 - checked in these files that were supposed to be part of
21972 the previous check-in, but somehow weren't
21973
21974 * fast/js/number-tofixed-expected.txt: Updated.
21975 * fast/js/number-toprecision-expected.txt: Ditto.
21976
219772007-12-28 Eric Seidel <eric@webkit.org>
21978
21979 Reviewed by Oliver.
21980
21981 Add more tests for toFixed, toPrecision and toExponential
21982 Add tests for toString to match Firefox's behavior
21983
21984 All tests pass in Firefox, but some fail in WebKit
21985 I've chosen to land failing tests as I expect we'll move closer
21986 towards Firefox's behavior in the future, and it's better to have
21987 the tests now thus to notice any behavior changes in the future.
21988
21989 * fast/js/number-toExponential-expected.txt: Added.
21990 * fast/js/number-toString-expected.txt: Added.
21991 * fast/js/number-toString.html: Added.
21992 * fast/js/number-tofixed-expected.txt:
21993 * fast/js/number-toprecision-expected.txt:
21994 * fast/js/resources/number-toExponential.js: Added.
21995 * fast/js/resources/number-toString.js: Added.
21996 * fast/js/resources/number-tofixed.js:
21997 * fast/js/resources/number-toprecision.js:
21998
219992007-12-29 Nikolas Zimmermann <zimmermann@kde.org>
22000
22001 Reviewed by Oliver.
22002
22003 Update layout test results after the SVG Fonts addition.
22004 <font-face> is now also disabled by default wrapped in ENABLE(SVG_FONTS) block.
22005
22006 Fix two misplaced layout test results (results added in the wrong place.)
22007
22008 * platform/mac/svg/css/css-box-min-width-expected.checksum:
22009 * platform/mac/svg/css/css-box-min-width-expected.png:
22010 * platform/mac/svg/custom/font-face-simple-expected.checksum:
22011 * platform/mac/svg/custom/font-face-simple-expected.png:
22012 * platform/mac/svg/custom/font-face-simple-expected.txt:
22013 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum:
22014 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
22015 * platform/mac/svg/custom/use-infinite-recursion-expected.png: Added.
22016 * svg/custom/inline-svg-in-xhtml-expected.checksum: Removed.
22017 * svg/custom/inline-svg-in-xhtml-expected.png: Removed.
22018 * svg/custom/use-infinite-recursion-expected.checksum: Removed.
22019 * svg/custom/use-infinite-recursion-expected.png: Removed.
22020
220212007-12-27 Dan Bernstein <mitz@apple.com>
22022
22023 Reviewed by Oliver Hunt.
22024
22025 - test for http://bugs.webkit.org/show_bug.cgi?id=16603
22026 <rdar://problem/5664199> Crash when resizing text field
22027
22028 * fast/layers/resize-layer-deletion-crash-expected.txt: Added.
22029 * fast/layers/resize-layer-deletion-crash.html: Added.
22030
220312007-12-27 Sam Weinig <sam@webkit.org>
22032
22033 Reviewed by Alice Liu.
22034
22035 * platform/win/Skipped: Remove xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html
22036 since it is now passing.
22037
220382007-12-27 Collin Jackson <webkit@collinjackson.com>
22039
22040 Reviewed by Sam Weinig.
22041
22042 Tests for http://bugs.webkit.org/show_bug.cgi?id=16539
22043 <rdar://problem/5659269>
22044
22045 * http/tests/security/cross-frame-access-call-expected.txt: Added.
22046 * http/tests/security/cross-frame-access-call.html: Added.
22047
220482007-12-27 Dan Bernstein <mitz@apple.com>
22049
22050 Reviewed by Dave Hyatt and Sam Weinig.
22051
22052 - pixel tests for <rdar://problem/5605937> Inspector: Disclosure triangle not drawn in node's properties panel until click
22053
22054 * fast/layers/add-layer-with-nested-stacking.html: Added.
22055 * fast/layers/remove-layer-with-nested-stacking.html: Added.
22056 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.checksum: Added.
22057 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
22058 * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
22059 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.checksum: Added.
22060 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
22061 * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added.
22062
220632007-12-27 Eric Seidel <eric@webkit.org>
22064
22065 Reviewed by Sam.
22066
22067 ASSERT in JavaScriptCore while viewing WICD test case
22068 http://bugs.webkit.org/show_bug.cgi?id=16626
22069
22070 * fast/js/for-in-exeception-expected.txt: Added.
22071 * fast/js/for-in-exeception.html: Added.
22072 * fast/js/resources/for-in-exception.js: Added.
22073
220742007-12-27 Sam Weinig <sam@webkit.org>
22075
22076 Reviewed by Alice Liu.
22077
22078 * platform/mac-leopard/Skipped: Remove dom/html/level2/html/HTMLDocument12.html
22079 from the Skipped list because it is now passing.
22080
220812007-12-27 Dan Bernstein <mitz@apple.com>
22082
22083 Reviewed by Eric Seidel.
22084
22085 - test for http://bugs.webkit.org/show_bug.cgi?id=16490
22086 ASSERT in ~FrameView while viewing/reloading WICD test case
22087
22088 * fast/dynamic/paused-event-dispatch-expected.txt: Added.
22089 * fast/dynamic/paused-event-dispatch.html: Added.
22090 * fast/dynamic/resources/paused-event-dispatch-iframe.html: Added.
22091
220922007-12-27 Sam Weinig <sam@webkit.org>
22093
22094 Reviewed by Maciej.
22095
22096 * platform/win/Skipped: Move cross-frame-access-protocol* tests to show that they
22097 are failing because of a lack of ssl on windows.
22098
220992007-12-27 Sam Weinig <sam@webkit.org>
22100
22101 Rubber-stamped by Maciej.
22102
22103 - Change more tests to use the new layoutTestController.globalFlag style polling instead
22104 of the "flag frame hack".
22105
22106 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
22107 * http/tests/security/cross-frame-access-port-expected.txt:
22108 * http/tests/security/cross-frame-access-private-browsing-expected.txt:
22109 * http/tests/security/cross-frame-access-protocol-expected.txt:
22110 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
22111 * http/tests/security/host-compare-case-insensitive-expected.txt:
22112 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
22113 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
22114 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
22115 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
22116 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
22117 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
22118 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
22119 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
22120 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
22121 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
22122 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
22123 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
22124 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
22125 * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
22126 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
22127 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
22128 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
22129 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
22130 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
22131 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
22132 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
22133 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
22134 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
22135 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
22136 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
22137 * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
22138 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html:
22139 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-opened-frame.html:
22140 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html:
22141 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-opened-frame.html:
22142 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
22143 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-window-open.html:
22144 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
22145 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
22146 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
22147 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
22148 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
22149 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
22150 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
22151 * http/tests/security/protocol-compare-case-insensitive-expected.txt:
22152 * http/tests/security/resources/cross-frame-iframe.html:
22153
221542007-12-27 Alexey Proskuryakov <ap@webkit.org>
22155
22156 Reviewed by Maciej.
22157
22158 http://bugs.webkit.org/show_bug.cgi?id=14500
22159 need to be more generous about charset declaration with meta tag
22160
22161 http://bugs.webkit.org/show_bug.cgi?id=12526
22162 <rdar://problem/4867183> Safari ignores encoding description "charset=Shift_JIS" in invalid html
22163
22164 <rdar://problem/4892428> Unlike other browsers, WebKit ignores <meta> charset definitions outside the head
22165
22166 <rdar://problem/5643774> REGRESSION: Text is garbled when clicking a link inside an Arabic website
22167
22168 * fast/encoding/ahram-org-eg-expected.txt: Added.
22169 * fast/encoding/ahram-org-eg.html: Added.
22170 * fast/encoding/bandai-co-jp-releases-expected.txt: Added.
22171 * fast/encoding/bandai-co-jp-releases.html: Added.
22172 * fast/encoding/floraexpres-ru-expected.txt: Added.
22173 * fast/encoding/floraexpres-ru.html: Added.
22174 * fast/encoding/hanarei-blog32-fc2-com-expected.txt: Added.
22175 * fast/encoding/hanarei-blog32-fc2-com.html: Added.
22176 * fast/encoding/yahoo-mail-expected.txt: Added.
22177 * fast/encoding/yahoo-mail.html: Added.
22178
221792007-12-26 Dan Bernstein <mitz@apple.com>
22180
22181 Rubber-stamped by Anders Carlsson.
22182
22183 - re-categorize some SVG tests the are failing on Windows
22184
22185 * platform/win/Skipped:
22186
221872007-12-26 Sam Weinig <sam@webkit.org>
22188
22189 Reviewed by Alice Liu.
22190
22191 Re-enable disabled tests with new polling logic using layoutTestController.globalFlag.
22192
22193 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-iframe.html:
22194 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-opened-frame.html:
22195 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-iframe.html:
22196 * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-opened-frame.html:
22197 * http/tests/security/dataURL/resources/foreign-domain-data-url-window-location.html:
22198 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
22199 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html: Copied from http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html-disabled.
22200 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html-disabled: Removed.
22201 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
22202 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html: Copied from http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html-disabled.
22203 * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html-disabled: Removed.
22204 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
22205 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
22206 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html-disabled.
22207 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html-disabled: Removed.
22208 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html-disabled.
22209 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html-disabled: Removed.
22210 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
22211 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html-disabled.
22212 * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html-disabled: Removed.
22213 * platform/win/Skipped:
22214
222152007-12-26 Alice Liu <alice.liu@apple.com>
22216
22217 removing tests tracked by <rdar://5463489> A number of layout tests should be using
22218 execCommand instead of textInputController
22219
22220 * platform/win/Skipped:
22221 removing tests fixed by http://trac.webkit.org/projects/webkit/changeset/28626
22222
222232007-12-26 Alexey Proskuryakov <ap@webkit.org>
22224
22225 Reviewed by Sam Weinig.
22226
22227 http://bugs.webkit.org/show_bug.cgi?id=16609
22228 Make manual-tests/xmlhttprequest-contenttype-empty.html test automatic
22229
22230 * http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty-expected.txt: Added.
22231 * http/tests/xmlhttprequest/resources/empty-content-type.php: Added.
22232 * http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty.html: Copied from WebCore/manual-tests/xmlhttprequest-contenttype-empty.html.
22233
222342007-12-25 Rob Buis <buis@kde.org>
22235
22236 Reviewed by Eric.
22237
22238 Testcases for:
22239 http://bugs.webkit.org/show_bug.cgi?id=15514
22240 <clipPath> with <use> not respected
22241 http://bugs.webkit.org/show_bug.cgi?id=16557
22242 SVG circle elements have been clipped away completely, instead of partially.
22243
22244 * svg/custom/clip-path-referencing-use-expected.checksum: Added.
22245 * svg/custom/clip-path-referencing-use-expected.png: Added.
22246 * svg/custom/clip-path-referencing-use-expected.txt: Added.
22247 * svg/custom/clip-path-referencing-use.svg: Added.
22248 * svg/custom/clip-path-referencing-use2-expected.checksum: Added.
22249 * svg/custom/clip-path-referencing-use2-expected.png: Added.
22250 * svg/custom/clip-path-referencing-use2-expected.txt: Added.
22251 * svg/custom/clip-path-referencing-use2.svg: Added.
22252
222532007-12-25 David Smith <catfish.man@gmail.com> and Sam Weinig <sam@webkit.org>
22254
22255 Reviewed by Oliver.
22256
22257 - http://bugs.webkit.org/show_bug.cgi?id=16587
22258 Implement the most useful part of the W3C Selectors API.
22259
22260 * fast/dom/SelectorAPI: Copied from LayoutTests/fast/dom/getElementsByClassName.
22261 * fast/dom/SelectorAPI/dumpNodeList-expected.txt:
22262 * fast/dom/SelectorAPI/dumpNodeList.html: Modified to test querySelector and querySelectorAll instead of getElementsByClassName
22263 * fast/dom/Window/window-properties-expected.txt: Added querySelector and querySelectorAll
22264
222652007-12-23 Darin Adler <darin@apple.com>
22266
22267 - updated results (character used for controls changed in r28945)
22268
22269 * platform/mac/media/audio-controls-rendering-expected.txt: Regenerated.
22270 * platform/mac/media/video-controls-rendering-expected.txt: Regenerated.
22271 * platform/mac/media/video-display-toggle-expected.txt: Regenerated.
22272
222732007-12-22 Nikolas Zimmermann <zimmermann@kde.org>
22274
22275 Reviewed by Oliver.
22276
22277 Fixes: http://bugs.webkit.org/show_bug.cgi?id=15966 (Crash in SVGRootInlineBox::walkTextChunks() on mouse hover)
22278
22279 Add new layout test foreignObject-crash-on-hover.xml verifying debug builds don't hit an assertion anymore.
22280
22281 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum: Added.
22282 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
22283 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: Added.
22284 * svg/custom/foreignObject-crash-on-hover.xml: Added.
22285
222862007-12-21 Sam Weinig <sam@webkit.org>
22287
22288 Reviewed by Adele.
22289
22290 Fix another mistaken duplication, this time in cross-frame-access-parent-explicit-domain.html,
22291 that was causing intermittent failures.
22292
22293 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
22294 * http/tests/security/cross-frame-access-parent-explicit-domain.html:
22295 * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
22296
222972007-12-21 Sam Weinig <sam@webkit.org>
22298
22299 Reviewed by Dan Bernstein.
22300
22301 Fix mistaken duplication in cross-frame-access-child-explicit-domain.html that was causing
22302 intermittent failures.
22303
22304 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt:
22305 * http/tests/security/cross-frame-access-child-explicit-domain.html:
22306 * http/tests/security/cross-frame-access-custom-expected.txt:
22307
223082007-12-21 Alexey Proskuryakov <ap@webkit.org>
22309
22310 Reviewed by Oliver.
22311
22312 <rdar://problem/5629995> Incorrect display of Danish characters on web site.
22313
22314 * http/tests/xmlhttprequest/resources/utf-8-no-charset.html: Added.
22315 * http/tests/xmlhttprequest/response-encoding-expected.txt:
22316 * http/tests/xmlhttprequest/response-encoding.html:
22317
223182007-12-20 Justin Garcia <justin.garcia@apple.com>
22319
22320 Reviewed by Oliver Hunt.
22321
22322 <rdar://problem/5543472> GoogleDocs: Safari hangs when creating a list from a particular selection
22323
22324 * editing/execCommand/5543472-1-expected.txt: Added.
22325 * editing/execCommand/5543472-1.html: Added.
22326 * editing/execCommand/5543472-2-expected.txt: Added.
22327 * editing/execCommand/5543472-2.html: Added.
22328 * editing/execCommand/5543472-3-expected.txt: Added.
22329 * editing/execCommand/5543472-3.html: Added.
22330
223312007-12-20 Dan Bernstein <mitz@apple.com>
22332
22333 Reviewed by John Sullivan.
22334
22335 - reorganize skipped test list
22336
22337 * platform/win/Skipped:
22338
223392007-12-20 Adam Barth <hk9565@gmail.com>
22340
22341 Reviewed and landed by Sam Weinig.
22342
22343 Update LayoutTests for http://bugs.webkit.org/show_bug.cgi?id=15313
22344
22345 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt: Added.
22346 * http/tests/security/cross-frame-access-child-explicit-domain.html: Added.
22347 * http/tests/security/cross-frame-access-custom-expected.txt:
22348 * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt: Added.
22349 * http/tests/security/cross-frame-access-parent-explicit-domain.html: Added.
22350 * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
22351 * http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt:
22352 * http/tests/security/cross-frame-access-protocol-explicit-domain.html:
22353
223542007-12-20 johnnyding.webkit <johnnyding.webkit@gmail.com>
22355
22356 Reviewed by Alexey. Landed by Stephanie.
22357
22358 - bug http://bugs.webkit.org/show_bug.cgi?id=16179 | <rdar://problem/5619399>
22359 Test for unicode characters which is great than 255 are in HTML attribute name
22360
22361 * fast/parser/test-unicode-characters-in-attribute-name-expected.txt: Added.
22362 * fast/parser/test-unicode-characters-in-attribute-name.html: Added.
22363
223642007-12-20 Eric Seidel <eric@webkit.org>
22365
22366 Reviewed by Nikolas Zimmermann.
22367
22368 WebKit claims to support SVG feature strings it shouldn't
22369 http://bugs.webkit.org/show_bug.cgi?id=15480
22370
22371 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
22372 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
22373 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
22374 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
22375 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
22376 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
22377 * svg/custom/svg-features-expected.txt:
22378 * svg/custom/svg-features.html:
22379
223802007-12-17 Tony Chang <idealisms@gmail.com>
22381
22382 Reviewed by Darin.
22383
22384 Test for http://bugs.webkit.org/show_bug.cgi?id=16479
22385 Reset the drag state on non-mac platforms.
22386
22387 * fast/text/reset-drag-on-mouse-down.html: Added.
22388 * platform/mac/fast/text/reset-drag-on-mouse-down-expected.txt: Added.
22389
223902007-12-19 Geoffrey Garen <ggaren@apple.com>
22391
22392 Reviewed by Oliver Hunt.
22393
22394 Added some tests to verify some of the changes I made while optimizing
22395 global access to global variables.
22396
22397 * fast/dom/Window/resources/window-property-clearing-iframe0.html: Added.
22398 * fast/dom/Window/resources/window-property-clearing-iframe1.html: Added.
22399 * fast/dom/Window/window-property-clearing-expected.txt: Added.
22400 * fast/dom/Window/window-property-clearing.html: Added.
22401 * fast/dom/getter-on-window-object2-expected.txt: Added.
22402 * fast/dom/getter-on-window-object2.html: Added.
22403
22404 Checked in failing results for these const tests. The symbol table
22405 optimization broke const. (We didn't know this before because our only
22406 tests used global variables.)
22407
22408 * fast/js/const-expected.txt:
22409 * fast/js/kde/const-expected.txt:
22410
22411 * fast/js/resources/for-in-avoid-duplicates.js: Fixed a typo I noticed.
22412 Not related to this patch.
22413
22414 * fast/dom/Window/window-property-shadowing.html: Changed this test to
22415 use "this" instead of "window". The fact that "window" worked before,
22416 despite an overriding / shadowing var declaration, was a bug.
22417
224182007-12-19 Dan Bernstein <mitz@apple.com>
22419
22420 - remove two more tests that pass now due to changed font fallback
22421
22422 * platform/win/Skipped:
22423
224242007-12-19 Dan Bernstein <mitz@apple.com>
22425
22426 - remove passing tests following the change to font fallback
22427
22428 * platform/win/Skipped: Removed tests that failed only because they
22429 specified as primary font family a font family that was not available
22430 on Windows and therefore were rendered using the platform last resort
22431 font, Times New Roman. Now they are rendered using the 'standard'
22432 font family, which is set to Times on both Mac and Windows when running
22433 the tests.
22434
224352007-12-19 Alice Liu <alice.liu@apple.com>
22436
22437 Reviewed by Darin.
22438
22439 Fixed <rdar://problem/5592485> Safari crashed trying to get a motorcycle insurance quote
22440 on Geico.com WebCore::Document::inPageCache()
22441
22442 * fast/events/nested-event-remove-node-crash-expected.txt: Added.
22443 * fast/events/nested-event-remove-node-crash.html: Added.
22444
224452007-12-19 Andre Boule <aboule@apple.com>
22446
22447 Reviewed by Dan Bernstein.
22448
22449 Adding tests for canvas compositing modes to make sure the results don't change after:
22450 <rdar://problem/5640059> GraphicsContext::setCompositeOperation should use CGContextSetBlendMode
22451
22452 The following compositing modes don't pass however that is covered by another bug:
22453 source-in
22454 source-out
22455 destination-in
22456 destination-atop
22457 copy
22458 <rdar://problem/5651783> Some canvas tag compositing modes don't render correctly
22459
22460 * fast/canvas/canvas-composite.html: Added.
22461 * platform/mac/fast/canvas/canvas-composite-expected.checksum: Added.
22462 * platform/mac/fast/canvas/canvas-composite-expected.png: Added.
22463 * platform/mac/fast/canvas/canvas-composite-expected.txt: Added.
22464
224652007-12-19 Dan Bernstein <mitz@apple.com>
22466
22467 Reviewed by Dave Hyatt.
22468
22469 - test for <rdar://problem/5650045> REGRESSION: major layout problems in svn r28754 WebKit on Vox.com page
22470
22471 * fast/dynamic/subtree-boundary-percent-height.html: Added.
22472 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.checksum: Added.
22473 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.png: Added.
22474 * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added.
22475
224762007-12-18 Beth Dakin <bdakin@apple.com>
22477
22478 Reviewed by Oliver.
22479
22480 Test for <rdar://problem/5616982> SVGs with width and height 100%
22481 fail to render when used as <img> or CSS image (16167)
22482
22483 * fast/images/resources/green-relative-size-rect.svg: Added.
22484 * fast/images/svg-as-relative-image.html: Added.
22485 * platform/mac/fast/images/svg-as-relative-image-expected.checksum: Added.
22486 * platform/mac/fast/images/svg-as-relative-image-expected.png: Added.
22487 * platform/mac/fast/images/svg-as-relative-image-expected.txt: Added.
22488
224892007-12-18 Dan Bernstein <mitz@apple.com>
22490
22491 Reviewed by John Sullivan.
22492
22493 - remove passing test and reclassify one failing test
22494
22495 * platform/win/Skipped: Removed fast/text/international/002.html.
22496
224972007-12-18 Sam Weinig <sam@webkit.org>
22498
22499 Reviewed by Geoffrey.
22500
22501 - Temporarily remove calls that are causing subsequent tests in DRT to fail.
22502 Filled http://bugs.webkit.org/show_bug.cgi?id=16510 to track the issue.
22503
22504 * http/tests/security/cross-frame-access-history-expected.txt:
22505 * http/tests/security/cross-frame-access-history.html:
22506
225072007-12-18 Darin Adler <darin@apple.com>
22508
22509 - fix failing regression test
22510
22511 * fast/regex/resources/TEMPLATE.html: Updated this template -- I accidentally landed
22512 the one that was copied without updating the paths.
22513 * fast/regex/slow.html: Regenerated.
22514
225152007-12-18 Alice Liu <alice.liu@apple.com>
22516
22517 Reviewed by Darin.
22518
22519 Fixed <rdar://problem/5646454> REGRESSION: dom/xhtml/level2/html/HTMLDocument12 fails on Leopard
22520
22521 * fast/cookies/local-file-can-set-cookies.html:
22522 cookies are matched by domain and path, and since layout tests are file URLs,
22523 they all match on domain. setting a cookie without specifying the path will
22524 make CFNetwork pick up the path from the URL automatically. Since
22525 fast/cookies/local-file-can-set-cookies.html set a specific path of /, that
22526 cookie will be set for EVERY local file loaded in Safari. removing that
22527 component from the cookie string will fix the problem.
22528
225292007-12-18 Darin Adler <darin@apple.com>
22530
22531 Reviewed by Geoff.
22532
22533 - test for http://bugs.webkit.org/show_bug.cgi?id=16458
22534 REGRESSION (r28164): regular expressions can now hang due to lack of a match limit
22535
22536 * fast/regex/resources: Added.
22537 * fast/regex/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
22538 * fast/regex/resources/slow.js: Added.
22539 * fast/regex/slow-expected.txt: Added.
22540 * fast/regex/slow.html: Added.
22541
225422007-12-18 Dan Bernstein <mitz@apple.com>
22543
22544 Reviewed by John Sullivan.
22545
22546 - remove passing test
22547
22548 * platform/win/Skipped: Removed fast/text/international/wrap-CJK-001.html
22549
225502007-12-17 Alice Liu <alice.liu@apple.com>
22551
22552 Reviewed by Adam.
22553
22554 Test for <rdar://problem/5566435> window with no scrollbars can still be scrolled with wheelevent
22555
22556 * fast/events/attempt-scroll-with-no-scrollbars-expected.txt: Added.
22557 * fast/events/attempt-scroll-with-no-scrollbars.html: Added.
22558 * platform/mac/Skipped:
22559 Adding to mac Skipped list because of <rdar://problem/5643675> window.scrollTo scrolls a window with no scrollbars
22560 * platform/win/Skipped:
22561 Adding to win Skipped list because of <rdar://problem/5132009> Windows DRT does not support multiple windows
22562
225632007-12-17 Darin Adler <darin@apple.com>
22564
22565 - disabling this test until we can find a way to make it pass on diverse machines
22566
22567 * fast/css/css2-system-color.html: Removed.
22568 * fast/css/css2-system-color.html-disabled: Copied from fast/css/css2-system-color.html.
22569
225702007-12-17 Anders Carlsson <andersca@apple.com>
22571
22572 Fix argument to window.open.
22573
22574 * http/tests/misc/window-open-then-write.html:
22575
225762007-12-17 Mark Rowe <mrowe@apple.com>
22577
22578 Update test results after r28812.
22579
22580 * platform/mac-tiger/fast/css/css2-system-color-expected.txt:
22581 * platform/mac/fast/css/css2-system-color-expected.txt:
22582
225832007-12-17 Alexey Proskuryakov <ap@webkit.org>
22584
22585 Reviewed by Darin.
22586
22587 Live to the promise of never making AppKit special character codes visible via DOM.
22588
22589 * fast/events/arrow-keys-on-body-expected.txt: Added.
22590 * fast/events/arrow-keys-on-body.html: Added.
22591
225922007-12-16 Darin Adler <darin@apple.com>
22593
22594 * fast/js/regexp-overflow-expected.txt: Updated. I accidentally checked in an
22595 out-of-date file last time.
22596
225972007-12-16 Darin Adler <darin@apple.com>
22598
22599 Reviewed by Maciej.
22600
22601 - test for http://bugs.webkit.org/show_bug.cgi?id=16459
22602 REGRESSION: assertion failure with regexp with \B in a case-ignoring character range
22603 <rdar://problem/5646361>
22604
22605 * fast/js/regexp-overflow-expected.txt: Updated.
22606 * fast/js/resources/regexp-overflow.js: Added test cases.
22607
226082007-12-16 Darin Adler <darin@apple.com>
22609
22610 Reviewed by Maciej.
22611
22612 - tests for the argument handling of the executeSql function
22613
22614 * storage/execute-sql-args-expected.txt: Added.
22615 * storage/execute-sql-args.html: Added.
22616
226172007-12-16 Darin Adler <darin@apple.com>
22618
22619 - try to get the system color test passing on the buildbot
22620
22621 I fear this test may be vulnerable to slight platform differences.
22622
22623 * platform/mac-tiger/fast: Added.
22624 * platform/mac-tiger/fast/css: Added.
22625 * platform/mac-tiger/fast/css/css2-system-color-expected.checksum: Copied from platform/mac/fast/css/css2-system-color-expected.checksum.
22626 * platform/mac-tiger/fast/css/css2-system-color-expected.png: Copied from platform/mac/fast/css/css2-system-color-expected.png.
22627 * platform/mac-tiger/fast/css/css2-system-color-expected.txt: Copied from platform/mac/fast/css/css2-system-color-expected.txt.
22628 Then updated to match what the buildbot says.
22629
22630 * platform/mac/fast/css/css2-system-color-expected.txt: Updated to match
22631 results I'm getting locally on my Leopard machine.
22632
226332007-12-16 Beth Dakin <bdakin@apple.com>
22634
22635 Reviewed by Geoff.
22636
22637 Tests for SVG as border-image.
22638
22639 * fast/borders/resources/green-fixed-size-rect.svg: Added.
22640 * fast/borders/resources/green-relative-size-rect.svg: Added.
22641 * fast/borders/svg-as-border-image-2.html: Added.
22642 * fast/borders/svg-as-border-image.html: Added.
22643 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum: Added.
22644 * platform/mac/fast/borders/svg-as-border-image-2-expected.png: Added.
22645 * platform/mac/fast/borders/svg-as-border-image-2-expected.txt: Added.
22646 * platform/mac/fast/borders/svg-as-border-image-expected.checksum: Added.
22647 * platform/mac/fast/borders/svg-as-border-image-expected.png: Added.
22648 * platform/mac/fast/borders/svg-as-border-image-expected.txt: Added.
22649
226502007-12-16 Andrew Wellington <proton@wiretapped.net>
22651
22652 Reviewed by Darin.
22653
22654 http://bugs.webkit.org/show_bug.cgi?id=6129
22655 Incomplete implementation of CSS 2.1 system colors
22656
22657 Add layout test for this bug and update tests for new system-derived colors
22658
22659 * fast/css/css2-system-color.html: Added.
22660 * platform/mac/fast/css/css2-system-color-expected.checksum: Added.
22661 * platform/mac/fast/css/css2-system-color-expected.png: Added.
22662 * platform/mac/fast/css/css2-system-color-expected.txt: Added.
22663 * platform/mac/fast/css/css2-system-fonts-expected.checksum:
22664 * platform/mac/tables/mozilla/bugs/bug103533-expected.txt:
22665
226662007-12-16 Dan Bernstein <mitz@apple.com>
22667
22668 Reviewed by Darin Adler.
22669
22670 - test for http://bugs.webkit.org/show_bug.cgi?id=16426
22671 Divs with overflow:auto: scrollbars not correctly updated when contents change
22672
22673 * fast/overflow/scrollbar-position-update.html: Added.
22674 * platform/mac-leopard/fast/overflow: Added.
22675 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.checksum: Added.
22676 * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.png: Added.
22677 * platform/mac/fast/overflow/scrollbar-position-update-expected.txt: Added.
22678
226792007-12-15 Darin Adler <darin@apple.com>
22680
22681 Disabled the smallFonts.svg test, which has been failing for weeks. I heard that Niko
22682 is going to fix this soon. He should rename it back at that time.
22683
22684 Removed the svn:executable flag from many .svg, .png, and .css files that had it set
22685 for no good reason.
22686
22687 * svg/batik/text/smallFonts.svg: Removed.
22688 * svg/batik/text/smallFonts.svg-disabled: Copied from svg/batik/text/smallFonts.svg.
22689
226902007-12-15 Eric Seidel <eric@webkit.org>
22691
22692 Reviewed by Oliver.
22693
22694 Width of SVG elements not applied to container elements
22695 http://bugs.webkit.org/show_bug.cgi?id=16305
22696
22697 * platform/mac/svg/css/css-box-min-width-expected.checksum: Added.
22698 * platform/mac/svg/css/css-box-min-width-expected.png: Added.
22699 * platform/mac/svg/css/css-box-min-width-expected.txt: Added.
22700 * svg/css/css-box-min-width.html: Added.
22701
227022007-12-15 Alp Toker <alp@atoker.com>
22703
22704 http://bugs.webkit.org/show_bug.cgi?id=16449
22705 cairo_arc() functions hang or crash when passed inf as radius or start/end angle
22706
22707 Fixed in r28751. Remove these tests from the skip list:
22708 fast/canvas/arc-crash.html
22709 fast/canvas/canvas-with-incorrect-args.html
22710
22711 * platform/gtk/Skipped:
22712
227132007-12-05 Mark Rowe <mrowe@apple.com>
22714
22715 Reviewed by Alp Toker.
22716
22717 Add a skeleton Gtk skipped list containing only tests that hang run-webkit-tests.
22718
22719 * platform/gtk/Skipped: Added.
22720
227212007-12-15 Alexey Proskuryakov <ap@webkit.org>
22722
22723 Reviewed by Maciej.
22724
22725 http://bugs.webkit.org/show_bug.cgi?id=16436
22726 Alt+Space works incorrectly
22727
22728 * platform/win/fast/events/alt-space-scroll-expected.txt: Added.
22729 * platform/win/fast/events/alt-space-scroll.html: Added.
22730
227312007-12-14 Dan Bernstein <mitz@apple.com>
22732
22733 - share the results of this test between Tiger and Leopard
22734
22735 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
22736 * platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt.
22737
227382007-12-14 Anders Carlsson <andersca@apple.com>
22739
22740 Reviewed by Brady.
22741
22742 Add test that calls window.open and then immediately writes into the document
22743 of the newly opened window.
22744
22745 * http/tests/misc/resources/compass.jpg: Added.
22746 * http/tests/misc/window-open-then-write-expected.txt: Added.
22747 * http/tests/misc/window-open-then-write.html: Added.
22748 * platform/win/Skipped:
22749
227502007-12-14 David Smith <catfish.man@gmail.com>
22751
22752 Reviewed by Mitz.
22753
22754 - test for http://bugs.webkit.org/show_bug.cgi?id=14955
22755 Implement getElementsByClassName
22756
22757 Tests added from http://tc.labs.opera.com/apis/getElementsByClassName/
22758
22759 * fast/dom/Window/window-properties-expected.txt:
22760 * fast/dom/getElementsByClassName: Added.
22761 * fast/dom/getElementsByClassName/001-expected.txt: Added.
22762 * fast/dom/getElementsByClassName/001.html: Added.
22763 * fast/dom/getElementsByClassName/002-expected.txt: Added.
22764 * fast/dom/getElementsByClassName/002.html: Added.
22765 * fast/dom/getElementsByClassName/003-expected.txt: Added.
22766 * fast/dom/getElementsByClassName/003.html: Added.
22767 * fast/dom/getElementsByClassName/004-expected.txt: Added.
22768 * fast/dom/getElementsByClassName/004.html: Added.
22769 * fast/dom/getElementsByClassName/005-expected.txt: Added.
22770 * fast/dom/getElementsByClassName/005.html: Added.
22771 * fast/dom/getElementsByClassName/006-expected.txt: Added.
22772 * fast/dom/getElementsByClassName/006.html: Added.
22773 * fast/dom/getElementsByClassName/007-expected.txt: Added.
22774 * fast/dom/getElementsByClassName/007.html: Added.
22775 * fast/dom/getElementsByClassName/008-expected.txt: Added.
22776 * fast/dom/getElementsByClassName/008.html: Added.
22777 * fast/dom/getElementsByClassName/009-expected.txt: Added.
22778 * fast/dom/getElementsByClassName/009.html: Added.
22779 * fast/dom/getElementsByClassName/010-expected.txt: Added.
22780 * fast/dom/getElementsByClassName/010.xml: Added.
22781 * fast/dom/getElementsByClassName/011-expected.txt: Added.
22782 * fast/dom/getElementsByClassName/011.xml: Added.
22783 * fast/dom/getElementsByClassName/012-expected.txt: Added.
22784 * fast/dom/getElementsByClassName/012.html: Added.
22785 * fast/dom/getElementsByClassName/013-expected.txt: Added.
22786 * fast/dom/getElementsByClassName/013.html: Added.
22787 * fast/dom/getElementsByClassName/014-expected.txt: Added.
22788 * fast/dom/getElementsByClassName/014.html: Added.
22789 * fast/dom/getElementsByClassName/array: Added.
22790 * fast/dom/getElementsByClassName/array/001-expected.txt: Added.
22791 * fast/dom/getElementsByClassName/array/001.html: Added.
22792 * fast/dom/getElementsByClassName/array/002-expected.txt: Added.
22793 * fast/dom/getElementsByClassName/array/002.html: Added.
22794 * fast/dom/getElementsByClassName/array/003-expected.txt: Added.
22795 * fast/dom/getElementsByClassName/array/003.html: Added.
22796 * fast/dom/getElementsByClassName/array/004-expected.txt: Added.
22797 * fast/dom/getElementsByClassName/array/004.html: Added.
22798 * fast/dom/getElementsByClassName/dumpNodeList-expected.txt: Added.
22799 * fast/dom/getElementsByClassName/dumpNodeList.html: Added.
22800 * fast/dom/getElementsByClassName/resources: Added.
22801 * fast/dom/getElementsByClassName/resources/common.js: Added.
22802
228032007-12-14 Darin Adler <darin@apple.com>
22804
22805 Reviewed by Alexey.
22806
22807 - http://bugs.webkit.org/show_bug.cgi?id=16420
22808 change regression tests to use document.execCommand instead of textInputController.doCommand
22809
22810 To avoid changing results at this time, I didn't correct the many tests that now have
22811 misleading "this test cannot be run manually" text or references to "NSResponder" or
22812 uneeded instructions for running the test manually. We can do that on a later pass.
22813
22814 * editing/deleting/5300379.html: Use execCommand instead of doCommand.
22815 * editing/deleting/delete-to-end-of-paragraph.html: Ditto.
22816 * editing/deleting/smart-delete-003.html: Ditto.
22817 * editing/deleting/smart-delete-004.html: Ditto.
22818 * editing/execCommand/nsresponder-indent.html: Ditto.
22819 * editing/execCommand/nsresponder-outdent.html: Ditto.
22820 * editing/selection/4947387.html: Ditto.
22821 * editing/selection/5195166-1.html: Ditto.
22822 * editing/selection/5195166-2.html: Ditto.
22823 * editing/selection/select-line.html: Ditto.
22824 * editing/selection/selection-actions.html: Ditto.
22825
228262007-12-14 Justin Garcia <justin.garcia@apple.com>
22827
22828 Reviewed by Darin Adler.
22829
22830 <rdar://problem/5575101> Hang in SplitElementCommand::doApply when outdenting a list item in a particular list
22831
22832 * editing/execCommand/5575101-1-expected.txt: Added.
22833 * editing/execCommand/5575101-1.html: Added.
22834 * editing/execCommand/5575101-2-expected.txt: Added.
22835 * editing/execCommand/5575101-2.html: Added.
22836 * editing/execCommand/5575101-3-expected.txt: Added.
22837 * editing/execCommand/5575101-3.html: Added.
22838
228392007-12-14 Anders Carlsson <andersca@apple.com>
22840
22841 Reviewed by Darin and Geoff.
22842
22843 <rdar://problem/5619295>
22844 REGRESSION: 303-304: Embedded YouTube video fails to render- JS errors (16150) (Flash 9)
22845
22846 Add cross frame plug/in test where a plug/in inside an iframe tries to access properties of the
22847 top-level frame.
22848
22849 * http/tests/plugins/cross-frame-object-access-expected.txt: Added.
22850 * http/tests/plugins/cross-frame-object-access.html: Added.
22851 * http/tests/plugins/resources/cross-frame-object-access.html: Added.
22852
228532007-12-14 Oliver Hunt <oliver@apple.com>
22854
22855 Reviewed by Adam.
22856
22857 Fix test output, and move test to mac skipped lists until
22858 <rdar://problem/5647952> fast/events/mouseout-on-window.html
22859 is fixed.
22860
22861 * fast/events/mouseout-on-window-expected.txt:
22862 * platform/mac/Skipped:
22863
228642007-12-13 Justin Garcia <justin.garcia@apple.com>
22865
22866 Reviewed by Oliver Hunt.
22867
22868 <rdar://problem/5607069> In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a <FORM> element
22869
22870 * editing/inserting/5607069-1-expected.checksum: Added.
22871 * editing/inserting/5607069-1-expected.png: Added.
22872 * editing/inserting/5607069-1-expected.txt: Added.
22873 * editing/inserting/5607069-1.html: Added.
22874 * editing/inserting/5607069-2.html: Added.
22875 * editing/inserting/5607069-3.html: Added.
22876 * platform/mac/editing/inserting/5607069-2-expected.checksum: Added.
22877 * platform/mac/editing/inserting/5607069-2-expected.png: Added.
22878 * platform/mac/editing/inserting/5607069-2-expected.txt: Added.
22879 * platform/mac/editing/inserting/5607069-3-expected.checksum: Added.
22880 * platform/mac/editing/inserting/5607069-3-expected.png: Added.
22881 * platform/mac/editing/inserting/5607069-3-expected.txt: Added.
22882
228832007-12-13 Dan Bernstein <mitz@apple.com>
22884
22885 Reviewed by Dave Hyatt.
22886
22887 - test for <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transition-timing-function
22888
22889 * fast/css/transition-timing-function-expected.txt: Added.
22890 * fast/css/transition-timing-function.html: Added.
22891
228922007-12-13 Kevin McCullough <kmccullough@apple.com>
22893
22894 Reviewed by Adam.
22895
22896 - Layout tests fix. Removed machine dependant results and generated new
22897 results without machine specific information.
22898
22899 * fast/dom/frame-loading-via-document-write-expected.txt: Added.
22900 * http/tests/security/frame-loading-via-document-write-expected.txt: Added.
22901 * http/tests/security/local-CSS-from-remote-expected.txt:
22902 * http/tests/security/local-JavaScript-from-remote-expected.txt:
22903 * http/tests/security/local-iFrame-from-remote-expected.txt:
22904 * http/tests/security/local-image-from-remote-expected.txt:
22905 * platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed.
22906 * platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed.
22907 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed.
22908 * platform/mac/http/tests/security: Removed.
22909 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed.
22910 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed.
22911 * platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
22912 * platform/win/Skipped:
22913 * platform/win/http: Removed.
22914 * platform/win/http/tests: Removed.
22915 * platform/win/http/tests/security: Removed.
22916 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
22917
229182007-12-13 Alexey Proskuryakov <ap@webkit.org>
22919
22920 Reviewed by Adele.
22921
22922 http://bugs.webkit.org/show_bug.cgi?id=16421
22923 REGRESSION(r28669): Page scrolls down when you hit space key in text area
22924
22925 * fast/events/space-scroll-event-expected.txt: Added.
22926 * fast/events/space-scroll-event.html: Added.
22927
229282007-12-13 Justin Garcia <justin.garcia@apple.com>
22929
22930 Reviewed by Darin Adler.
22931
22932 <rdar://problem/5601583> GMail Editor: Copied link doesn't paste as a link, just colored text
22933
22934 * editing/pasteboard/5601583-1.html: Added.
22935 * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added.
22936 * platform/mac/editing/pasteboard/5601583-1-expected.png: Added.
22937 * platform/mac/editing/pasteboard/5601583-1-expected.txt: Added.
22938
229392007-12-13 Kevin McCullough <kmccullough@apple.com>
22940
22941 Reviewed by Alice and Sam.
22942
22943 - <rdar://5621435> Need a way to specify local resources (being loaded
22944 from HTTP tests) on Windows.
22945 - Updated the following tests to use the new layoutTestController
22946 function, pathToLocalResource to get a Windows viable path (when on
22947 Windows) to the local resources they are attempting to access.
22948 - Also clarified and updated some results.
22949
22950 * fast/dom/frame-loading-via-document-write.html:
22951 * fast/loader/local-CSS-from-local-expected.txt:
22952 * fast/loader/local-CSS-from-local.html:
22953 * fast/loader/local-JavaScript-from-local-expected.txt:
22954 * fast/loader/local-JavaScript-from-local.html:
22955 * fast/loader/local-iFrame-source-from-local-expected.txt:
22956 * fast/loader/local-iFrame-source-from-local.html:
22957 * fast/loader/local-image-from-local-expected.txt:
22958 * fast/loader/local-image-from-local.html:
22959 * http/tests/security/frame-loading-via-document-write.html:
22960 * http/tests/security/local-CSS-from-remote-expected.txt:
22961 * http/tests/security/local-CSS-from-remote.html:
22962 * http/tests/security/local-JavaScript-from-remote-expected.txt:
22963 * http/tests/security/local-JavaScript-from-remote.html:
22964 * http/tests/security/local-iFrame-from-remote-expected.txt:
22965 * http/tests/security/local-iFrame-from-remote.html:
22966 * http/tests/security/local-image-from-remote-expected.txt:
22967 * http/tests/security/local-image-from-remote.html:
22968 * http/tests/security/local-user-CSS-from-remote.html:
22969 * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt:
22970 * platform/win/Skipped:
22971 * platform/win/http: Added.
22972 * platform/win/http/tests: Added.
22973 * platform/win/http/tests/security: Added.
22974 * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added.
22975
229762007-12-13 Dan Bernstein <mitz@apple.com>
22977
22978 Reviewed by Adam Roben.
22979
22980 - test that Unicode bidi control characters are rendered as zero width
22981 spaces
22982
22983 * fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added.
22984 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
22985 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
22986 * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
22987
229882007-12-12 Dan Bernstein <mitz@apple.com>
22989
22990 Reviewed by Oliver Hunt.
22991
22992 - updated results and skipped tests file for
22993 <rdar://problem/5074620> text with font:initial; fails to appear (causes fast/text/font-initial.html to fail)
22994
22995 * platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum.
22996 * platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png.
22997 * platform/mac/fast/text/font-initial-expected.checksum: Removed.
22998 * platform/mac/fast/text/font-initial-expected.png: Removed.
22999 * platform/mac/fast/text/font-initial-expected.txt:
23000 * platform/win/Skipped:
23001
230022007-12-12 Justin Garcia <justin.garcia@apple.com>
23003
23004 Reviewed by Darin Adler.
23005
23006 <rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular selection
23007
23008 * editing/deleting/5433862-1-expected.txt: Added.
23009 * editing/deleting/5433862-1.html: Added.
23010 * editing/deleting/5433862-2.html: Added.
23011 * platform/mac/editing/deleting/5433862-2-expected.checksum: Added.
23012 * platform/mac/editing/deleting/5433862-2-expected.txt: Added.
23013
230142007-12-12 Dan Bernstein <mitz@apple.com>
23015
23016 Reviewed by John Sullivan.
23017
23018 - test for a bug in debug builds only where selecting an earlier item in
23019 a popup selects the first item
23020
23021 * fast/forms/menulist-selection-reset-expected.txt: Added.
23022 * fast/forms/menulist-selection-reset.html: Added.
23023
230242007-12-12 Beth Dakin <bdakin@apple.com>
23025
23026 Reviewed by Niko.
23027
23028 Updated pixel results from my recent SVG change.
23029
23030 * svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
23031 * svg/custom/inline-svg-in-xhtml-expected.png: Added.
23032
230332007-12-12 Anders Carlsson <andersca@apple.com>
23034
23035 Reviewed by Sam.
23036
23037 <rdar://problem/5132003>
23038 dumpResourceLoadCallbacks is not implemented in DRT on Windows.
23039
23040 Remove now passing tests.
23041
23042 * platform/win/Skipped:
23043
230442007-12-12 Alexey Proskuryakov <ap@webkit.org>
23045
23046 Reviewed by Adam Roben.
23047
23048 Results corrected by a fix to EventSender.
23049
23050 * platform/win/fast/events/keyLocation-numpad-expected.txt:
23051
230522007-12-12 Alexey Proskuryakov <ap@webkit.org>
23053
23054 Reviewed by Darin.
23055
23056 http://bugs.webkit.org/show_bug.cgi?id=16410
23057 Implement isKeypadEvent() on Windows
23058
23059 * platform/win/fast/events/keyLocation-numpad-expected.txt: Added.
23060 * platform/win/fast/events/keyLocation-numpad.html: Added.
23061
230622007-12-12 Alexey Proskuryakov <ap@webkit.org>
23063
23064 Reviewed by Oliver.
23065
23066 http://bugs.webkit.org/show_bug.cgi?id=15248
23067 Can not enter accented characters using alt-numeric keypad
23068
23069 * platform/win/fast/events/alt-numpad-expected.txt: Added.
23070 * platform/win/fast/events/alt-numpad.html: Added.
23071
230722007-12-12 Oliver Hunt <oliver@apple.com>
23073
23074 Reviewed by Maciej.
23075
23076 <rdar://problem/5071781> window.mouseout events are not
23077 sent to window when mouse moves out of window
23078
23079 Layout tests to make sure we correctly handle mouse out
23080 on the window object.
23081
23082 * fast/events/mouseout-on-window-expected.txt: Added.
23083 * fast/events/mouseout-on-window.html: Added.
23084
230852007-12-11 Dan Bernstein <mitz@apple.com>
23086
23087 Reviewed by Maciej Stachowiak.
23088
23089 - removed now-passing tests
23090
23091 * platform/win/Skipped:
23092
230932007-12-11 Dan Bernstein <mitz@apple.com>
23094
23095 Reviewed by Mark Rowe and Sam Weinig too!
23096
23097 - removed tests that pass when Helvetica Oblique and Helvetica
23098 Bold Oblique are available.
23099
23100 * platform/win/Skipped:
23101
231022007-12-11 Beth Dakin <bdakin@apple.com>
23103
23104 Reviewed by Darin.
23105
23106 Tests for <rdar://problem/5641255> SVGs with width and height 100%
23107 fail to render when used as background images
23108
23109 * fast/backgrounds/resources/balloon.svg: Added.
23110 * fast/backgrounds/resources/eyes.svg: Added.
23111 * fast/backgrounds/resources/hearts.svg: Added.
23112 * fast/backgrounds/resources/linguistics.svg: Added.
23113 * fast/backgrounds/resources/map.svg: Added.
23114 * fast/backgrounds/resources/mouse-repel.svg: Added.
23115 * fast/backgrounds/svg-as-background-1.html: Added.
23116 * fast/backgrounds/svg-as-background-2.html: Added.
23117 * fast/backgrounds/svg-as-background-3.html: Added.
23118 * fast/backgrounds/svg-as-background-4.html: Added.
23119 * fast/backgrounds/svg-as-background-5.html: Added.
23120 * fast/backgrounds/svg-as-background-6.html: Added.
23121 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum: Added.
23122 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png: Added.
23123 * platform/mac/fast/backgrounds/svg-as-background-1-expected.txt: Added.
23124 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
23125 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Added.
23126 * platform/mac/fast/backgrounds/svg-as-background-2-expected.txt: Added.
23127 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: Added.
23128 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png: Added.
23129 * platform/mac/fast/backgrounds/svg-as-background-3-expected.txt: Added.
23130 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: Added.
23131 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png: Added.
23132 * platform/mac/fast/backgrounds/svg-as-background-4-expected.txt: Added.
23133 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: Added.
23134 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png: Added.
23135 * platform/mac/fast/backgrounds/svg-as-background-5-expected.txt: Added.
23136 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Added.
23137 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Added.
23138 * platform/mac/fast/backgrounds/svg-as-background-6-expected.txt: Added.
23139
231402007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
23141
23142 Rubberstamped by Mark.
23143
23144 Add missing tests - their results have already been checked in over a month ago - I forgot to commit the tests itself.
23145
23146 * svg/custom/alignment-baseline-modes.svg: Added.
23147 * svg/custom/dominant-baseline-hanging.svg: Added.
23148 * svg/custom/dominant-baseline-modes.svg: Added.
23149
231502007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
23151
23152 Rubberstamped by Mark.
23153
23154 Update pixel test results now that filters are disabled.
23155
23156 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
23157 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
23158 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
23159 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
23160 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
23161 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
23162 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
23163 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
23164 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
23165 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
23166 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
23167 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
23168 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
23169 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
23170 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
23171 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
23172 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
23173 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
23174 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
23175 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
23176 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
23177 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
23178 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
23179 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
23180 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
23181 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
23182 * platform/mac/svg/custom/empty-merge-expected.checksum:
23183 * platform/mac/svg/custom/empty-merge-expected.png:
23184 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
23185 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
23186 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
23187 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
23188 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
23189 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
23190 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
23191 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
23192 * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum:
23193 * platform/mac/svg/custom/feDisplacementMap-01-expected.png:
23194 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
23195 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
23196 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
23197 * platform/mac/svg/custom/non-opaque-filters-expected.png:
23198 * platform/mac/svg/custom/text-filter-expected.checksum:
23199 * platform/mac/svg/custom/text-filter-expected.png:
23200 * platform/mac/svg/custom/visibility-override-filter-expected.checksum:
23201 * platform/mac/svg/custom/visibility-override-filter-expected.png:
23202 * svg/batik/filters/filterRegions-expected.checksum:
23203 * svg/batik/filters/filterRegions-expected.png:
23204 * svg/batik/text/textFeatures-expected.checksum:
23205 * svg/batik/text/textFeatures-expected.png:
23206 * svg/custom/js-svg-constructors-expected.checksum:
23207 * svg/custom/js-svg-constructors-expected.png:
23208
232092007-12-11 Dan Bernstein <mitz@apple.com>
23210
23211 Reviewed by Darin Adler.
23212
23213 - test for <rdar://problem/5631507> Text doesn't wrap properly at Tamil version of Wikipedia
23214
23215 * fast/text/international/complex-character-based-fallback.html: Added.
23216 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
23217 * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.png: Added.
23218 * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Added.
23219 * platform/win/fast/text: Added.
23220 * platform/win/fast/text/international: Added.
23221 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
23222 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added.
23223 * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Added.
23224
232252007-12-07 Alexey Proskuryakov <ap@webkit.org>
23226
23227 Reviewed by Darin.
23228
23229 <rdar://problem/5535636>
23230 Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard.
23231
23232 http://bugs.webkit.org/show_bug.cgi?id=13916
23233 JavaScript detects Tab as a character input on a textfield validation
23234
23235 * platform/win/fast/events: Added.
23236 * platform/win/fast/events/double-dead-char-expected.txt: Added.
23237 * platform/win/fast/events/double-dead-char.html: Added.
23238 * fast/events/key-events-in-input-button.html: Added
23239 * fast/events/key-events-in-input-button-expected.txt: Added
23240 * fast/events/key-events-in-input-text.html: Added
23241 * fast/events/key-events-in-input-text-expected.txt: Added
23242
23243 * fast/events/access-key-self-destruct.html:
23244 * fast/forms/listbox-onchange.html:
23245 * fast/forms/listbox-selection.html:
23246 * fast/forms/access-key.html:
23247 * fast/forms/legend-access-key.html:
23248 * fast/forms/enter-clicks-buttons.html:
23249 * fast/forms/check-box-enter-key.html:
23250 * fast/forms/button-enter-click.html:
23251 * fast/events/onsearch-enter.html:
23252 * fast/events/onchange-passwordfield.html:
23253 * fast/events/onchange-searchfield.html:
23254 * fast/events/onchange-textfield.html:
23255 Use eventSender instead of DOM events, because it emulates the real user action much better,
23256 and we weren't getting cross-browser compatibility for the tests anyway.
23257
23258 * fast/events/frame-tab-focus.html:
23259 * fast/html/tab-order.html:
23260 * fast/forms/select-enter-key.html:
23261 * fast/forms/focus2-expected.txt:
23262 * fast/forms/focus2.html:
23263 * fast/events/option-tab.html:
23264 Dispatch a keydown instead of keypress, as this is when default processing is now done.
23265 Possibly, it would be better stiull to use eventSender here, as well.
23266
23267 * fast/forms/onchange-enter-submit.html:
23268 * fast/forms/select-double-onchange.html:
23269 * fast/forms/textfield-onchange-deletion.html:
23270 The correct code is '\r', not '\n' - previously, the difference was lost while converting
23271 events back and forth.
23272
23273 * fast/forms/search-event-delay.html: Use a new named key to dispatch backspace - the
23274 character code for it is cross-platform, but key code is not.
23275 Also changed the test to call notifyDone() from a timer - otherwise, DRT would hang as
23276 WM_KEYUP was dispatched after WM_QUIT. I tried and couldn't make DRT work, but I'm
23277 fairly confident that this issue doesn't affect Safari.
23278
23279 * fast/events/keydown-keypress-preventDefault-expected.txt:
23280 * fast/events/keydown-keypress-preventDefault.html:
23281 This test claimed that its expacted behavior matched both IE and Firefox, but it did not.
23282 We now match IE.
23283
23284 * fast/events/js-keyboard-event-creation-expected.txt:
23285 * fast/events/js-keyboard-event-creation.html:
23286 This test was problematic, because it was tabbing out to chrome, and that doesn't work
23287 well in DRT. I have added another input for it to have a nicer target.
23288
23289 * platform/mac/fast/events/objc-event-api-expected.txt:
23290 Updated for new behavior:
23291 - eventSender.keyDown() now dispatches a keyUp, too;
23292 - raw events do not have charCode;
23293 - keypresses do not have keyIdentifiers.
23294
232952007-12-10 Oliver Hunt <oliver@apple.com>
23296
23297 Reviewed by Weinig, Dan and Alexey.
23298
23299 Layout test to confirm correct character encoding is used to
23300 load dynamically loaded scripts.
23301
23302 * fast/encoding/no-charset-on-dynamic-script-load.html: Added.
23303 * fast/encoding/resources/dynamic-load-target.js: Added.
23304
233052007-12-10 Justin Garcia <justin.garcia@apple.com>
23306
23307 Reviewed by Oliver Hunt.
23308
23309 <rdar://problem/5482023> GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled
23310
23311 * editing/execCommand/5482023.html: Added.
23312 * platform/mac/editing/execCommand/5482023-expected.checksum: Added.
23313 * platform/mac/editing/execCommand/5482023-expected.png: Added.
23314 * platform/mac/editing/execCommand/5482023-expected.txt: Added.
23315
233162007-12-10 Darin Adler <darin@apple.com>
23317
23318 Reviewed by Sam Weinig.
23319
23320 - test for http://bugs.webkit.org/show_bug.cgi?id=16379
23321 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and
23322 fast/dom/xmlhttprequest-html-response-encoding.html
23323 and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function
23324 find_firstassertedchar
23325
23326 * fast/js/regexp-find-first-asserted-expected.txt: Added.
23327 * fast/js/regexp-find-first-asserted.html: Added.
23328 * fast/js/resources/regexp-find-first-asserted.js: Added.
23329
233302007-12-10 Antti Koivisto <antti@apple.com>
23331
23332 Reviewed by Adele.
23333
23334 The load events could fire before the event listener was registered making these tests fail occasionally.
23335
23336 No changes to test results.
23337
23338 * media/video-source-media.html:
23339 * media/video-source-type.html:
23340 * media/video-source.html:
23341 * media/video-src-remove.html:
23342 * media/video-src-source.html:
23343 * media/video-src.html:
23344 * media/video-test.js:
23345
233462007-12-10 Stephanie <slewis@apple.com>
23347
23348 Rubber-stamped by Sam.
23349
23350 Check in correct results
23351
23352 * svg/custom/resource-client-removal-expected.txt:
23353
233542007-12-10 Rob Buis <buis@kde.org>
23355
23356 Reviewed by Darin.
23357
23358 Testcase for:
23359 http://bugs.webkit.org/show_bug.cgi?id=16182
23360 SVG should disable antialiasing for shape-rendering="crispEdges"
23361
23362 * svg/custom/shape-rendering-expected.checksum: Added.
23363 * svg/custom/shape-rendering-expected.png: Added.
23364 * svg/custom/shape-rendering-expected.txt: Added.
23365 * svg/custom/shape-rendering.svg: Added.
23366
233672007-12-09 Rob Buis <buis@kde.org>
23368
23369 Reviewed by Niko.
23370
23371 Testcase for:
23372 http://bugs.webkit.org/show_bug.cgi?id=16163
23373 SVG crash in Node::setChanged() on Debug builds only (trashed parent)
23374
23375 * svg/custom/resource-client-removal-expected.checksum: Added.
23376 * svg/custom/resource-client-removal-expected.png: Added.
23377 * svg/custom/resource-client-removal-expected.txt: Added.
23378 * svg/custom/resource-client-removal.svg: Added.
23379
233802007-12-10 David D. Kilzer <ddkilzer@webkit.org>
23381
23382 Bug 9683: Implement select.options.remove() method
23383 <http://bugs.webkit.org/show_bug.cgi?id=9683>
23384
23385 Reviewed by Maciej.
23386
23387 * fast/js/resources/select-options-remove.js: Added.
23388 * fast/js/select-options-remove-expected.txt: Added.
23389 * fast/js/select-options-remove-gc-expected.txt: Added.
23390 * fast/js/select-options-remove-gc.html: Added.
23391 * fast/js/select-options-remove.html: Added.
23392
233932007-12-10 Alexey Proskuryakov <ap@webkit.org>
23394
23395 Removed fast/events/objc-keyboard-event-creation.html from skipped list, as this test has
23396 been moved to platform/mac long ago.
23397
23398 * platform/win/Skipped:
23399
234002007-12-09 Oliver Hunt <oliver@apple.com>
23401
23402 Reviewed by Niko.
23403
23404 Somehow I managed to not check in new expected results
23405 in the last patch.
23406
23407 * svg/dom/path-parser-expected.txt:
23408
234092007-12-09 Oliver Hunt <oliver@apple.com>
23410
23411 Reviewed by Niko.
23412
23413 Prevent unlimited iteration in the case of invalid path data.
23414
23415 The only path commands that can leave numbers trailing the command processing
23416 are 'm' and 'M', in which trailing numbers are parsed as arguments to an
23417 implicit lineto command. In any case we should just terminate as an invalid
23418 path.
23419
23420 * svg/dom/path-parser-expected.txt:
23421 * svg/dom/path-parser.html:
23422
234232007-12-08 Sam Weinig <sam@webkit.org>
23424
23425 Rubber-stamped by Adam Roben.
23426
23427 * fast/dom/Window/window-resize-and-move-arguments.html: Make the window small enough
23428 that this test won't fail on systems with lower resolutions.
23429
234302007-12-08 Oliver Hunt <oliver@apple.com>
23431
23432 Reviewed by Sam W.
23433
23434 Split the ENABLE_SVG_EXPERIMENTAL_FEATURES flag into separate flags.
23435
23436 Fixes <rdar://problem/5620249> Must disable SVG animation
23437 <rdar://problem/5612772> Disable SVG filters on Mac to match Windows behavior
23438
23439 These layout test changes are caused by some of the experimental
23440 features no longer being enabled by default.
23441
23442 * fast/dom/Window/window-properties-expected.txt:
23443 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
23444 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
23445 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
23446 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
23447 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
23448 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
23449 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
23450 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
23451 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
23452 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
23453 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
23454 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
23455 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
23456 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
23457 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
23458 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
23459 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
23460 * platform/mac/svg/custom/empty-merge-expected.txt:
23461 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
23462 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
23463 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
23464 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
23465 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
23466 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
23467 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
23468 * platform/mac/svg/custom/invalid-css-expected.txt:
23469 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
23470 * platform/mac/svg/custom/text-filter-expected.txt:
23471 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
23472 * svg/batik/filters/filterRegions-expected.txt:
23473 * svg/batik/text/textEffect-expected.txt:
23474 * svg/batik/text/textEffect3-expected.txt:
23475 * svg/batik/text/textFeatures-expected.txt:
23476 * svg/batik/text/textProperties-expected.txt:
23477 * svg/custom/js-svg-constructors-expected.txt:
23478 * svg/dom/font-face-elements-expected.txt:
23479 * svg/webarchive/svg-feimage-subresources-expected.txt:
23480
234812007-12-08 Sam Weinig <sam@webkit.org>
23482
23483 Reviewed by Mitz.
23484
23485 Test that calling window scrolling, moving and resizing methods with
23486 less than 2 arguments is not allowed and that calling them with more
23487 than 2 is allowed.
23488
23489 * fast/dom/Window/window-resize-and-move-arguments-expected.txt: Added.
23490 * fast/dom/Window/window-resize-and-move-arguments.html: Added.
23491 * fast/dom/Window/window-scroll-arguments-expected.txt: Added.
23492 * fast/dom/Window/window-scroll-arguments.html: Added.
23493 * http/tests/security/cross-frame-access-get-expected.txt:
23494
234952007-12-08 Dan Bernstein <mitz@apple.com>
23496
23497 Reviewed by Adele Peterson.
23498
23499 - test that re-inserting a parser-generated <style> element applies its
23500 stylesheet.
23501
23502 * fast/dom/HTMLStyleElement: Added.
23503 * fast/dom/HTMLStyleElement/insert-parser-generated.html: Added.
23504 * platform/mac/fast/dom/HTMLStyleElement: Added.
23505 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.checksum: Added.
23506 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png: Added.
23507 * platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.txt: Added.
23508
235092007-12-08 Rob Buis <buis@kde.org>
23510
23511 Reviewed by Darin.
23512
23513 Testcase for:
23514 http://bugs.webkit.org/show_bug.cgi?id=15464
23515 SVGLengthList allows bad values
23516
23517 * svg/custom/invalid-lengthlist-expected.checksum: Added.
23518 * svg/custom/invalid-lengthlist-expected.png: Added.
23519 * svg/custom/invalid-lengthlist-expected.txt: Added.
23520 * svg/custom/invalid-lengthlist.svg: Added.
23521 * svg/dom/length-list-parser-expected.txt:
23522
235232007-12-07 Antti Koivisto <antti@apple.com>
23524
23525 Reviewed by Adele.
23526
23527 Test video painting when transform is applied.
23528
23529 * media/video-paint-test.js: Added.
23530 * media/video-transformed.html: Added.
23531 * platform/mac/media/video-transformed-expected.checksum: Added.
23532 * platform/mac/media/video-transformed-expected.png: Added.
23533 * platform/mac/media/video-transformed-expected.txt: Added.
23534
235352007-12-07 Dan Bernstein <mitz@apple.com>
23536
23537 Reviewed by Sam Weinig.
23538
23539 - test for http://bugs.webkit.org/show_bug.cgi?id=16348
23540 @font-face does not affect the default style
23541
23542 * fast/css/font-face-default-font.html: Added.
23543 * platform/mac-leopard/fast/css: Added.
23544 * platform/mac-leopard/fast/css/font-face-default-font-expected.checksum: Added.
23545 * platform/mac-leopard/fast/css/font-face-default-font-expected.png: Added.
23546 * platform/mac/fast/css/font-face-default-font-expected.txt: Added.
23547
235482007-12-07 Darin Adler <darin@apple.com>
23549
23550 Reviewed by Adele.
23551
23552 - test for <rdar://problem/5608795> CrashTracer: 481 crashes in Safari
23553 at WebCore::HTMLSelectElement::saveState const + 152
23554
23555 * fast/forms/select-set-inner-expected.txt: Added.
23556 * fast/forms/select-set-inner.html: Added.
23557
235582007-12-07 Dan Bernstein <mitz@apple.com>
23559
23560 Reviewed by Darin Adler.
23561
23562 - repaint test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
23563
23564 * fast/repaint/focus-ring.html: Added.
23565 * platform/mac/fast/repaint/focus-ring-expected.checksum: Added.
23566 * platform/mac/fast/repaint/focus-ring-expected.png: Added.
23567 * platform/mac/fast/repaint/focus-ring-expected.txt: Added.
23568
235692007-12-07 Dan Bernstein <mitz@apple.com>
23570
23571 Reviewed by Darin Adler.
23572
23573 - test for http://bugs.webkit.org/show_bug.cgi?id=16334
23574 <rdar://problem/5634923> REGRESSION (r28299): Homepage of any DotMac Web Gallery won't load completely
23575
23576 * fast/dynamic/subtree-no-common-root-static-y.html: Added.
23577 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.checksum: Added.
23578 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.png: Added.
23579 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
23580
235812007-12-07 Alexey Proskuryakov <ap@webkit.org>
23582
23583 Reviewed by Darin.
23584
23585 http://bugs.webkit.org/show_bug.cgi?id=16325
23586 <rdar://problem/5632997> REGRESSION: www.xerox.ru doesn't work
23587
23588 * http/tests/misc/empty-cookie-expected.txt: Added.
23589 * http/tests/misc/empty-cookie.html: Added.
23590
235912007-12-06 Alexey Proskuryakov <ap@webkit.org>
23592
23593 Reviewed by Darin.
23594
23595 http://bugs.webkit.org/show_bug.cgi?id=16091
23596 JSCRE needs to import the PCRE test suite
23597
23598 We can use two files from PCRE test suite, as others either test for features not supported
23599 in JS, or use internal debugging facilities of PCRE.
23600
23601 The files are checked in almost unmodified, I have only converted them to UTF-8 and removed two
23602 huge test cases that were completely incompatible with JSC, and were polluting the output.
23603
23604 Many of the failures in results are just legitimate differences in behavior or possibly
23605 problems with the test runner, but some may be genuine bugs and even regressions in JSC.
23606
23607 * fast/regex: Added.
23608 * fast/regex/pcre-test-runner.js: Added.
23609 * fast/regex/test1-expected.txt: Added.
23610 * fast/regex/test1.html: Added.
23611 * fast/regex/test4-expected.txt: Added.
23612 * fast/regex/test4.html: Added.
23613 * fast/regex/testinput1: Added.
23614 * fast/regex/testinput4: Added.
23615 * fast/regex/testoutput1: Added.
23616 * fast/regex/testoutput4: Added.
23617
236182007-12-06 Dan Bernstein <mitz@apple.com>
23619
23620 - updated render tree results for r28483
23621
23622 * svg/batik/text/textEffect2-expected.txt:
23623 * svg/batik/text/textProperties-expected.txt:
23624
236252007-12-06 Geoffrey Garen <ggaren@apple.com>
23626
23627 Reviewed by Sam Weinig.
23628
23629 Test for http://bugs.webkit.org/show_bug.cgi?id=16328
23630 REGRESSION (r28470): Crash expanding a GMail conversation
23631
23632 * fast/frames/location-put-after-removal.html: Added.
23633 * fast/frames/resources/location-put-after-removal-frame.html: Added.
23634 * fast/frames/resources/location-put-after-removal-frame-expected.txt: Updated.
23635
236362007-12-06 Darin Adler <darin@apple.com>
23637
23638 Reviewed by Eric Seidel.
23639
23640 - fix http://bugs.webkit.org/show_bug.cgi?id=16321
23641 new RegExp("[\u0097]{4,6}", "gmy") crashes in DEBUG builds
23642 <rdar://problem/5632992>
23643
23644 * fast/js/regexp-overflow-expected.txt: Updated.
23645 * fast/js/resources/regexp-overflow.js: Added test.
23646
236472007-12-06 Adele Peterson <adele@apple.com>
23648
23649 Reviewed by Oliver.
23650
23651 Fix <rdar://problem/5631356> Toggling display property on video causes controls to get lost
23652
23653 * media/video-display-toggle.html: Added.
23654 * platform/mac/media/video-display-toggle-expected.checksum: Added.
23655 * platform/mac/media/video-display-toggle-expected.png: Added.
23656 * platform/mac/media/video-display-toggle-expected.txt: Added.
23657
236582007-12-05 Rob Buis <buis@kde.org>
23659
23660 Reviewed by Mitz.
23661
23662 Testcase for:
23663 http://bugs.webkit.org/show_bug.cgi?id=15289
23664 WebKit does not respect clip paths of a 0x0 rect
23665
23666 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
23667 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
23668 * platform/mac/svg/batik/text/textEffect2-expected.checksum:
23669 * platform/mac/svg/batik/text/textEffect2-expected.png:
23670 * platform/mac/svg/batik/text/textProperties-expected.checksum:
23671 * platform/mac/svg/batik/text/textProperties-expected.png:
23672 * svg/custom/empty-clip-path-expected.checksum: Added.
23673 * svg/custom/empty-clip-path-expected.png: Added.
23674 * svg/custom/empty-clip-path-expected.txt: Added.
23675 * svg/custom/empty-clip-path.svg: Added.
23676
236772007-12-05 Alice Liu <alice.liu@apple.com>
23678
23679 Reviewed by Antti.
23680
23681 Addressed <rdar://problem/5137284> fast/events/mouseout-dead-node.html fails on boomer
23682
23683 * fast/events/mouseout-dead-node.html:
23684 Changed the questionable calls to mouseUp() to mouseMoveTo() to better simulate mouseovers
23685 * platform/win/Skipped:
23686 removed this test from skipped file
23687
236882007-12-05 Adam Roben <aroben@apple.com>
23689
23690 * platform/win/Skipped: Add a crashing test.
23691
236922007-12-05 Adam Roben <aroben@apple.com>
23693
23694 * platform/win/Skipped: Add another test failing due to fonts.
23695
236962007-12-05 Dan Bernstein <mitz@apple.com>
23697
23698 Reviewed by Adam Roben.
23699
23700 - adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097
23701
23702 * fast/dom/ImageDocument-image-deletion-expected.txt: Added.
23703 * fast/dom/ImageDocument-image-deletion.html: Added.
23704
237052007-12-04 Adele Peterson <adele@apple.com>
23706
23707 Reviewed by Darin.
23708
23709 Test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
23710
23711 * fast/forms/textfield-outline.html: Added.
23712 * platform/mac/fast/forms/textfield-outline-expected.checksum: Added.
23713 * platform/mac/fast/forms/textfield-outline-expected.png: Added.
23714 * platform/mac/fast/forms/textfield-outline-expected.txt: Added.
23715
237162007-12-04 Sam Weinig <sam@webkit.org>
23717
23718 Reviewed by Adam Roben.
23719
23720 Remove http/tests/incremental/frame-focus-before-load.html from the skipped list
23721 as it is no longer crashing. <rdar://problem/5507278>
23722
23723 * platform/win/Skipped:
23724
237252007-12-04 Adele Peterson <adele@apple.com>
23726
23727 Reviewed by Hyatt.
23728
23729 Test for <rdar://problem/5622464> controls should show up for audio element
23730
23731 * media/audio-controls-rendering.html: Added.
23732 * platform/mac/media/audio-controls-rendering-expected.checksum: Added.
23733 * platform/mac/media/audio-controls-rendering-expected.png: Added.
23734 * platform/mac/media/audio-controls-rendering-expected.txt: Added.
23735
237362007-11-27 Adam Roben <aroben@apple.com>
23737
23738 Remove a now-passing test from the Windows Skipped file
23739
23740 Reviewed by Maciej.
23741
23742 * platform/win/Skipped:
23743
237442007-12-03 Antti Koivisto <antti@apple.com>
23745
23746 Reviewed by Adele.
23747
23748 Test for <rdar://problem/5624802>
23749 Controller displays outside of <video> element when width and height aren't specified
23750
23751 * media/remove-from-document.html: Improve coverage by doing relayout before finishing.
23752 * media/video-controls-rendering.html: Added.
23753 * platform/mac/media/video-controls-rendering-expected.checksum: Added.
23754 * platform/mac/media/video-controls-rendering-expected.png: Added.
23755 * platform/mac/media/video-controls-rendering-expected.txt: Added.
23756
237572007-12-04 Darin Adler <darin@apple.com>
23758
23759 Reviewed by Geoff.
23760
23761 - test for first part of http://bugs.webkit.org/show_bug.cgi?id=16220
23762 <rdar://problem/5625221> Crash opening www.news.com (CNet)
23763
23764 * fast/js/regexp-overflow-expected.txt: Updated.
23765 * fast/js/resources/regexp-overflow.js: Added test cases.
23766
237672007-12-03 Dan Bernstein <mitz@apple.com>
23768
23769 Reviewed by Darin Adler.
23770
23771 - remove passing test
23772
23773 * platform/win/Skipped:
23774
237752007-12-03 Dan Bernstein <mitz@apple.com>
23776
23777 Reviewed by Dave Hyatt.
23778
23779 - test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
23780
23781 * fast/events/resize-subframe-expected.txt: Added.
23782 * fast/events/resize-subframe.html: Added.
23783
237842007-12-03 Darin Adler <darin@apple.com>
23785
23786 Reviewed by Geoff.
23787
23788 - test for http://bugs.webkit.org/show_bug.cgi?id=15618
23789 <rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
23790
23791 * fast/js/recursion-limit-equal-expected.txt: Added.
23792 * fast/js/recursion-limit-equal.html: Added.
23793 * fast/js/resources/recursion-limit-equal.js: Added.
23794
237952007-12-03 Dan Bernstein <mitz@apple.com>
23796
23797 Reviewed by Darin Adler.
23798
23799 - added a test of the behavior of getIntIdentifier with the integers
23800 0 and -1
23801
23802 * plugins/getintidentifier-special-values-expected.txt: Added.
23803 * plugins/getintidentifier-special-values.html: Added.
23804
238052007-12-03 Rob Buis <buis@kde.org>
23806
23807 Reviewed by Darin.
23808
23809 Testcase for:
23810 http://bugs.webkit.org/show_bug.cgi?id=15767
23811 Text decorations do not respect "visibility" property
23812
23813 * svg/custom/text-decoration-visibility-expected.checksum: Added.
23814 * svg/custom/text-decoration-visibility-expected.png: Added.
23815 * svg/custom/text-decoration-visibility-expected.txt: Added.
23816 * svg/custom/text-decoration-visibility.svg: Added.
23817
238182007-12-03 Alice Liu <alice.liu@apple.com>
23819
23820 Removing passing tests
23821
23822 * platform/win/Skipped:
23823
238242007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
23825
23826 Reviewed by David.
23827
23828 Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
23829
23830 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
23831 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
23832 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
23833 * svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
23834
238352007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
23836
23837 Rubber stamped by Mark.
23838
23839 Commit missing layout test results from my last commit (fix for bug 15403)
23840
23841 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
23842 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
23843 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
23844 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
23845 * platform/mac/svg/custom/image-clipped-hit-expected.png:
23846 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
23847 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
23848 * platform/mac/svg/custom/use-clipped-hit-expected.png:
23849 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
23850 * platform/mac/svg/custom/use-css-events-expected.checksum:
23851 * platform/mac/svg/custom/use-css-events-expected.png:
23852
238532007-12-03 Dan Bernstein <mitz@apple.com>
23854
23855 Reviewed by Adam Roben.
23856
23857 - test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
23858
23859 * fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
23860 * fast/dom/Document/replaceChild-null-oldChild.html: Added.
23861 * fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
23862
238632007-12-02 Darin Adler <darin@apple.com>
23864
23865 Reviewed by Mitz.
23866
23867 - test for http://bugs.webkit.org/show_bug.cgi?id=15848
23868 <rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
23869
23870 * fast/js/resources/sparse-array.js: Added.
23871 * fast/js/sparse-array-expected.txt: Added.
23872 * fast/js/sparse-array.html: Added.
23873
238742007-12-02 Darin Adler <darin@apple.com>
23875
23876 Reviewed by Mitz.
23877
23878 - tests for table-related HTMLCollection classes for misnested
23879 tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
23880
23881 * fast/dom/HTMLTableElement/resources: Added.
23882 * fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
23883 * fast/dom/HTMLTableElement/resources/rows.js: Added.
23884 * fast/dom/HTMLTableElement/resources/tBodies.js: Added.
23885 * fast/dom/HTMLTableElement/rows-expected.txt: Added.
23886 * fast/dom/HTMLTableElement/rows.html: Added.
23887 * fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
23888 * fast/dom/HTMLTableElement/tBodies.html: Added.
23889 * fast/dom/HTMLTableRowElement: Added.
23890 * fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
23891 * fast/dom/HTMLTableRowElement/cells.html: Added.
23892 * fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
23893 * fast/dom/HTMLTableRowElement/insertCell.html: Added.
23894 * fast/dom/HTMLTableRowElement/resources: Added.
23895 * fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
23896 * fast/dom/HTMLTableRowElement/resources/cells.js: Added.
23897 * fast/dom/HTMLTableSectionElement: Added.
23898 * fast/dom/HTMLTableSectionElement/resources: Added.
23899 * fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
23900 * fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
23901 * fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
23902 * fast/dom/HTMLTableSectionElement/rows.html: Added.
23903
239042007-12-01 Antti Koivisto <antti@apple.com>
23905
23906 Reviewed by Adam.
23907
23908 Test that removing a media element when it is loading does not crash.
23909 Test that media is paused when it is removed from the tree.
23910
23911 * http/tests/media/remove-while-loading-expected.txt: Added.
23912 * http/tests/media/remove-while-loading.html: Added.
23913 * media/remove-from-document-expected.txt: Added.
23914 * media/remove-from-document.html: Added.
23915
239162007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
23917
23918 Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
23919
23920 Reviewed by Darin Adler.
23921
23922 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
23923 * http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
23924
239252007-12-01 Dan Bernstein <mitz@apple.com>
23926
23927 Reviewed by Darin Adler.
23928
23929 - test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
23930
23931 * fast/dynamic/subtree-common-root-expected.txt: Added.
23932 * fast/dynamic/subtree-common-root.html: Added.
23933
239342007-11-30 Eric Seidel <eric@webkit.org>
23935
23936 Reviewed by darin.
23937
23938 Test case for:
23939 http://bugs.webkit.org/show_bug.cgi?id=16127
23940
23941 * fast/js/regexp-compile-crash-expected.txt: Added.
23942 * fast/js/regexp-compile-crash.html: Added.
23943
239442007-11-30 Adam Roben <aroben@apple.com>
23945
23946 Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
23947
23948 * platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
23949 * platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
23950
239512007-11-30 Darin Adler <darin@apple.com>
23952
23953 Reviewed by Adam Roben.
23954
23955 - test for http://bugs.webkit.org/show_bug.cgi?id=16207
23956 JavaScript regular expressions should match UTF-16 code units rather than characters
23957
23958 * fast/js/regexp-non-bmp-expected.txt: Added.
23959 * fast/js/regexp-non-bmp.html: Added.
23960 * fast/js/resources/regexp-non-bmp.js: Added.
23961
239622007-11-30 Adele Peterson <adele@apple.com>
23963
23964 Reviewed by Darin.
23965
23966 Test for http://bugs.webkit.org/show_bug.cgi?id=16072
23967 <rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
23968
23969 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
23970 * fast/events/mousemove-after-drag-over-scrollbar.html: Added.
23971
239722007-11-30 Alexey Proskuryakov <ap@webkit.org>
23973
23974 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
23975
239762007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
23977
23978 Reviewed by Maciej.
23979
23980 * Fix fast/events/mousedown_in_scrollbar.html
23981 * This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
23982 * Extend the current check that the scrollbar in the mev can be go away.
23983 This happens if we destroy a RenderLayer as the result of a click. In the
23984 case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
23985 is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
23986 last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
23987 We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
23988 scrollbar in the old mev and is gone in the new one.
23989 * This happens only on the Qt port because we send more/different move events.
23990
23991 * platform/qt/Skipped:
23992
239932007-11-29 Antti Koivisto <antti@apple.com>
23994
23995 Reviewed by Mitz.
23996
23997 Test for video aspect ratio calculation.
23998
23999 * media/video-aspect-ratio.html: Added.
24000 * platform/mac/media: Added.
24001 * platform/mac/media/video-aspect-ratio-expected.checksum: Added.
24002 * platform/mac/media/video-aspect-ratio-expected.png: Added.
24003 * platform/mac/media/video-aspect-ratio-expected.txt: Added.
24004
240052007-11-29 Anders Carlsson <andersca@apple.com>
24006
24007 Reviewed by Sam.
24008
24009 <rdar://problem/5230478>
24010 FrameLoadDelegate callbacks are not dumped in DRT.
24011
24012 Remove now passing tests.
24013
24014 * platform/win/Skipped:
24015
240162007-11-29 Alice Liu <alice.liu@apple.com>
24017
24018 Reviewed by Adam.
24019
24020 * platform/win/Skipped: Removed two Mac-specific tests.
24021
240222007-11-29 Alice Liu <alice.liu@apple.com>
24023
24024 Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
24025
24026 The incorrect results are tracked by <rdar://5563578>.
24027
24028 Reviewed by Adam.
24029
24030 * fast/dom/Window/window-resize-expected.txt: Replaced.
24031 * platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
24032 * platform/win/Skipped: Removed window-resize tests.
24033
240342007-11-29 Sam Weinig <sam@webkit.org>
24035
24036 Reviewed by Anders.
24037
24038 Revert r28213 which added an error callback that was not needed and changed
24039 the results.
24040
24041 * storage/transaction_callback_exception_crash.html:
24042
240432007-11-29 Alice Liu <alice.liu@apple.com>
24044
24045 Reviewed by Adam.
24046
24047 * platform/win/Skipped: Removed a passing test.
24048
240492007-11-29 Alice Liu <alice.liu@apple.com>
24050
24051 Group failures related to dumpResourceLoadCallbacks being unimplemented
24052
24053 Reviewed by Adam.
24054
24055 * platform/win/Skipped:
24056
240572007-11-29 Alice Liu <alice.liu@apple.com>
24058
24059 Group failures related to using Cygwin paths
24060
24061 Reviewed by Adam.
24062
24063 * platform/win/Skipped:
24064
240652007-11-29 Brady Eidson <beidson@apple.com>
24066
24067 Not reviewed.
24068
24069 Fixed a hang in the layout tests.
24070 My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
24071 Therefore LayoutTestController is never notified that the test is done.
24072
24073 This changes modifies the test such that the controller is notified of completion even if
24074 there's a transaction error.
24075
24076 The net effect of this fix is to transform the hang to a single layout test failure, so people
24077 and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
24078
24079 * storage/transaction_callback_exception_crash.html:
24080
240812007-11-29 Darin Adler <darin@apple.com>
24082
24083 Reviewed by Adele.
24084
24085 - test for http://bugs.webkit.org/show_bug.cgi?id=16191
24086 REGRESSION: cannot tab to radio input after setting checked to false
24087
24088 * fast/forms/input-radio-checked-tab-expected.txt: Added.
24089 * fast/forms/input-radio-checked-tab.html: Added.
24090
240912007-11-29 Alice Liu <alice.liu@apple.com>
24092
24093 Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
24094
24095 Reviewed by Adam.
24096
24097 * fast/dom/wrapper-classes-expected.txt: Replaced.
24098 * platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
24099
241002007-11-29 Alice Liu <alice.liu@apple.com>
24101
24102 Group drag-n-drop related failures under one bug
24103
24104 We don't know the specific causes of these failures, but we believe
24105 they're due to bugs in DRT's drag-n-drop implementation.
24106
24107 Reviewed by Adam.
24108
24109 * platform/win/Skipped:
24110
241112007-11-29 Alice Liu <alice.liu@apple.com>
24112
24113 Reviewed by Adam.
24114
24115 * platform/win/Skipped: Removed another passing test.
24116
241172007-11-29 Alice Liu <alice.liu@apple.com>
24118
24119 Reviewed by Adam.
24120
24121 * platform/win/Skipped: Recategorized one failing test and removed a
24122 passing test.
24123
241242007-11-29 Alice Liu <alice.liu@apple.com>
24125
24126 Removing <rdar://5507350> from skipped list because it's not failing.
24127
24128 * platform/win/Skipped:
24129
241302007-11-29 Anders Carlsson <andersca@apple.com>
24131
24132 Reviewed by Alexey.
24133
24134 Move Mac-specific tests to platform/mac.
24135
24136 * fast/events/objc-event-api-expected.txt: Removed.
24137 * fast/events/objc-event-api.html: Removed.
24138 * fast/events/objc-keyboard-event-creation-expected.txt: Removed.
24139 * fast/events/objc-keyboard-event-creation.html: Removed.
24140 * platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
24141 * platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
24142 * platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
24143 * platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
24144
241452007-11-29 Alice Liu <alice.liu@apple.com>
24146
24147 Removing some fixed tests
24148
24149 * platform/win/Skipped:
24150
241512007-11-29 Anders Carlsson <andersca@apple.com>
24152
24153 Reviewed by Adam.
24154
24155 <rdar://problem/5132005>
24156 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
24157
24158 * platform/win/Skipped:
24159
241602007-11-28 Mark Rowe <mrowe@apple.com>
24161
24162 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
24163
24164 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
24165 This caused four layout tests to fail.
24166
24167 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
24168 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
24169 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
24170 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
24171 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html.
24172 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-opened-frame.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html.
24173 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html.
24174 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-opened-frame.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html.
24175
241762007-11-28 Antti Koivisto <antti@apple.com>
24177
24178 Reviewed by Geoff.
24179
24180 Test that fallback content inside media elements is not be rendered.
24181
24182 * media/fallback-expected.txt: Added.
24183 * media/fallback.html: Added.
24184
241852007-11-28 Alice Liu <alice.liu@apple.com>
24186
24187 just some more typo fixes
24188
24189 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
24190 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
24191 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
24192 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
24193 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
24194 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
24195 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
24196 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
24197 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
24198 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
24199 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
24200 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
24201 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
24202 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
24203 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
24204 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
24205
242062007-11-28 Antti Koivisto <antti@apple.com>
24207
24208 Reviewed by Darin.
24209
24210 <rdar://problem/5605668>
24211 Implement controls attribute for video element
24212
24213 - A new test for the controls attribute.
24214 - Add the controls attibute to all existing video tests. This will give the code
24215 some additional exercise without affecting test results.
24216
24217 * media/progress-event.html:
24218 * media/video-append-source.html:
24219 * media/video-autoplay.html:
24220 * media/video-buffered.html:
24221 * media/video-controls-expected.txt: Added.
24222 * media/video-controls.html: Added.
24223 * media/video-currentTime-set.html:
24224 * media/video-currentTime-set2.html:
24225 * media/video-currentTime.html:
24226 * media/video-dom-autoplay.html:
24227 * media/video-dom-end.html:
24228 * media/video-dom-loopcount.html:
24229 * media/video-dom-loopend.html:
24230 * media/video-dom-loopstart.html:
24231 * media/video-dom-src.html:
24232 * media/video-dom-start.html:
24233 * media/video-end.html:
24234 * media/video-error-abort.html:
24235 * media/video-error-does-not-exist.html:
24236 * media/video-load-networkState.html:
24237 * media/video-load-readyState.html:
24238 * media/video-loopcount.html:
24239 * media/video-loopend.html:
24240 * media/video-loopstart.html:
24241 * media/video-muted.html:
24242 * media/video-no-autoplay.html:
24243 * media/video-pause-empty-events.html:
24244 * media/video-play-empty-events.html:
24245 * media/video-play-pause-events.html:
24246 * media/video-play-pause-exception.html:
24247 * media/video-poster.html:
24248 * media/video-seek-past-end-paused.html:
24249 * media/video-seek-past-end-playing.html:
24250 * media/video-seekable.html:
24251 * media/video-seeking.html:
24252 * media/video-size.html:
24253 * media/video-source-media.html:
24254 * media/video-source-type.html:
24255 * media/video-source.html:
24256 * media/video-src-change.html:
24257 * media/video-src-remove.html:
24258 * media/video-src-set.html:
24259 * media/video-src-source.html:
24260 * media/video-src.html:
24261 * media/video-start.html:
24262 * media/video-volume.html:
24263 * media/video-width-height.html:
24264
242652007-11-28 Justin Garcia <justin.garcia@apple.com>
24266
24267 Reviewed by Darin Adler.
24268
24269 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
24270
24271 Added to demonstrate fixes:
24272 * editing/execCommand/5573879.html: Added.
24273 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
24274 * platform/mac/editing/execCommand/5573879-expected.png: Added.
24275 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
24276
24277 Fixes (RemoveFormat now preserves the selection correctly):
24278 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
24279 * platform/mac/editing/execCommand/4920742-1-expected.png:
24280 * platform/mac/editing/execCommand/4920742-1-expected.txt:
24281 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
24282 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
24283 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
24284 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
24285 * platform/mac/editing/execCommand/remove-formatting-expected.png:
24286 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
24287
242882007-11-28 Timothy Hatcher <timothy@apple.com>
24289
24290 Make this test not depend on the screen size.
24291
24292 * fast/dom/Window/window-resize-expected.txt:
24293 * fast/dom/Window/window-resize.html:
24294
242952007-11-28 Anders Carlsson <andersca@apple.com>
24296
24297 Reviewed by Darin.
24298
24299 <rdar://problem/5132001>
24300 contextClick is not implemented in DRT on Windows.
24301
24302 Remove tests that pass now that we have contextClick.
24303
24304 * platform/win/Skipped:
24305
243062007-11-28 Alice Liu <alice.liu@apple.com>
24307
24308 Removing some tests tracked by <rdar://5130762> because they don't fail.
24309
24310 * platform/win/Skipped:
24311
243122007-11-28 Alice Liu <alice.liu@apple.com>
24313
24314 Removing fixed tests tracked by <rdar://5128229>
24315
24316 * platform/win/Skipped:
24317
243182007-11-28 Alice Liu <alice.liu@apple.com>
24319
24320 Rubberstamped by Sam.
24321
24322 Fixing a typo in some filenames
24323
24324 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
24325 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
24326 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
24327 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
24328 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt.
24329 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html.
24330 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt.
24331 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html.
24332 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
24333 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
24334 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
24335 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
24336 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt.
24337 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html.
24338 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt.
24339 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html.
24340 * platform/win/Skipped:
24341
243422007-11-28 Dan Bernstein <mitz@apple.com>
24343
24344 Reviewed by Dave Hyatt.
24345
24346 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
24347
24348 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
24349 * fast/table/empty-auto-column-zero-divide.html: Added.
24350
243512007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
24352
24353 Reviewed by Dan.
24354
24355 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
24356 in-full-frame-plugin.html is crashing
24357
24358 Alice fixed this in r28046
24359
24360 * platform/win/Skipped:
24361
243622007-11-27 Beth Dakin <bdakin@apple.com>
24363
24364 Reviewed by Oliver.
24365
24366 Test for <rdar://problem/5616052> SVGs with width or height of 100%
24367 hang when used as a background-image (16164)
24368
24369 * fast/images/resources/width-100-percent.svg: Added.
24370 * fast/images/svg-width-100p-as-background.html: Added.
24371 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
24372 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
24373 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
24374
243752007-11-27 Timothy Hatcher <timothy@apple.com>
24376
24377 Reviewed by Kevin McCullough.
24378
24379 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
24380 http://bugs.webkit.org/show_bug.cgi?id=16161
24381
24382 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
24383
24384 * fast/dom/Window/window-resize.html:
24385 * fast/dom/Window/window-resize-expected.txt:
24386
243872007-11-26 Timothy Hatcher <timothy@apple.com>
24388
24389 Reviewed by Dave Hyatt.
24390
24391 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
24392
24393 * fast/css/disabled-author-styles.html: Added.
24394 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
24395
mrowe@apple.com5c8a6742008-09-04 20:16:05 +0000243962007-11-26 Feng Qian <feng@chromium.org>
mrowe@apple.com4ec50d02008-08-11 05:07:42 +000024397
24398 Reviewed by Sam Weinig.
24399
24400 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
24401
24402 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
24403 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
24404 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
24405
244062007-11-26 Darin Adler <darin@apple.com>
24407
24408 Reviewed by Mitz.
24409
24410 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
24411 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
24412
24413 * fast/js/regexp-overflow-expected.txt: Added.
24414 * fast/js/regexp-overflow.html: Added.
24415 * fast/js/resources/regexp-overflow.js: Added.
24416
244172007-11-26 Sam Weinig <sam@webkit.org>
24418
24419 Reviewed by Darin.
24420
24421 Tests for <rdar://problem/5592988>
24422
24423 - Update and add tests for new tighter restrictions on what frames in other domains
24424 can be navigated.
24425
24426 * http/tests/security/cross-frame-access-location-expected.txt:
24427 * http/tests/security/frameNavigation: Added.
24428 * http/tests/security/frameNavigation/resources: Added.
24429 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
24430 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
24431 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
24432 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
24433 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
24434 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
24435 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
24436
244372007-11-26 Dan Bernstein <mitz@apple.com>
24438
24439 Reviewed by Dave Hyatt.
24440
24441 - test for <rdar://problem/5609337> Making a float shorter does not remove it from the floating object list of a nested block it intruded into
24442
24443 * fast/dynamic/float-withdrawal-2.html: Added.
24444 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
24445 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
24446 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
24447
244482007-11-25 Adam Roben <aroben@apple.com>
24449
24450 * platform/win/Skipped: Add a known failure.
24451
244522007-11-25 Adam Roben <aroben@apple.com>
24453
24454 * platform/win/Skipped: Remove an unnecessary entry.
24455
244562007-11-25 Mark Rowe <mrowe@apple.com>
24457
24458 Reviewed by Dan Bernstein.
24459
24460 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
24461 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
24462
24463 * fast/js/regexp-range-out-of-order-expected.txt: Added.
24464 * fast/js/regexp-range-out-of-order.html: Added.
24465 * fast/js/resources/regexp-range-out-of-order.js: Added.
24466
244672007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
24468
24469 Reviewed by Adam Roben.
24470
24471 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
24472
24473 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
24474 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
24475 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
24476 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
24477 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
24478 * svg/batik/text/textOnPath-expected.txt:
24479 * svg/batik/text/textOnPath3-expected.txt:
24480 * svg/batik/text/verticalTextOnPath-expected.txt:
24481 * svg/text/text-align-04-b-expected.checksum:
24482 * svg/text/text-align-04-b-expected.png:
24483 * svg/text/text-align-04-b-expected.txt:
24484 * svg/text/textPathBoundsBug.svg: Added.
24485
244862007-11-25 Alexey Proskuryakov <ap@webkit.org>
24487
24488 Reviewed by Maciej.
24489
24490 http://bugs.webkit.org/show_bug.cgi?id=15919
24491 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
24492
24493 * fast/xsl/extra-lf-at-end-expected.txt: Added.
24494 * fast/xsl/extra-lf-at-end.html: Added.
24495 * fast/xsl/xslt-processor-expected.txt:
24496 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
24497 * platform/mac/fast/xsl/xslt-enc-expected.txt:
24498 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
24499 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
24500 * platform/mac/fast/xsl/xslt-text-expected.txt:
24501
245022007-11-24 David D. Kilzer <ddkilzer@webkit.org>
24503
24504 Added tests for select.options.remove(boolean).
24505
24506 Reviewed by Maciej.
24507
24508 * fast/js/resources/select-options-add.js: Added two tests.
24509 * fast/js/select-options-add-expected.txt: Updated results.
24510
245112007-11-23 Antti Koivisto <antti@apple.com>
24512
24513 Set video src from script, not from the element attribute. This
24514 guarantees load events do not fire before event listeners are registered.
24515 This change does not affect test results.
24516
24517 * media/progress-event.html:
24518 * media/video-autoplay.html:
24519 * media/video-buffered.html:
24520 * media/video-currentTime-set.html:
24521 * media/video-currentTime-set2.html:
24522 * media/video-currentTime.html:
24523 * media/video-dom-autoplay.html:
24524 * media/video-error-abort.html:
24525 * media/video-error-does-not-exist.html:
24526 * media/video-load-networkState.html:
24527 * media/video-load-readyState.html:
24528 * media/video-no-autoplay.html:
24529 * media/video-seekable.html:
24530 * media/video-seeking.html:
24531 * media/video-size.html:
24532 * media/video-src.html:
24533 * media/video-start.html:
24534
245352007-11-23 Alexey Proskuryakov <ap@webkit.org>
24536
24537 Reviewed by Maciej.
24538
24539 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
24540 not closed (affects digg.com)
24541
24542 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
24543 * fast/loader/meta-refresh-vs-open.html: Added.
24544 Test that HTTP refresh never fires if the document stays open indefinitely.
24545
24546 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
24547 * fast/loader/redirect-with-open-subframe.html: Added.
24548 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
24549 * fast/loader/redirect-with-open-subframe-2.html: Added.
24550 Test that setting window.location has effect even if the document is open.
24551
24552 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
24553 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
24554 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
24555
24556 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
24557 It seems that there was a line spilled from the previous test that is now in
24558 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
24559
245602007-11-23 Dan Bernstein <mitz@apple.com>
24561
24562 Reviewed by Alexey Proskuryakov.
24563
24564 - test the matrix transforms are applied on the correct side
24565
24566 * fast/transforms/matrix-02.html: Added.
24567 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
24568 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
24569 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
24570
245712007-11-23 Alexey Proskuryakov <ap@webkit.org>
24572
24573 Reviewed by Maciej.
24574
24575 http://bugs.webkit.org/show_bug.cgi?id=16077
24576 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
24577 browser implementations
24578
24579 * fast/xsl/sort-unicode-expected.txt: Added.
24580 * fast/xsl/sort-unicode.xml: Added.
24581 * fast/xsl/sort-unicode.xsl: Added.
24582
245832007-11-22 Dan Bernstein <mitz@apple.com>
24584
24585 Reviewed by Maciej Stachowiak.
24586
24587 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
24588 -webkit-transform matrix does not work
24589
24590 * fast/transforms/matrix-01.html: Added.
24591 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
24592 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
24593 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
24594
245952007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
24596
24597 Reviewed by Alexey.
24598
24599 Bug 15530: XMLHttpRequest should not support certain methods
24600
24601 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
24602 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
24603
246042007-11-21 Dan Bernstein <mitz@apple.com>
24605
24606 Reviewed by Eric Seidel.
24607
24608 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
24609
24610 * fast/repaint/subtree-root-skipped.html: Added.
24611 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
24612 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
24613 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
24614
246152007-11-21 Alexey Proskuryakov <ap@webkit.org>
24616
24617 Reviewed by Maciej.
24618
24619 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
24620
24621 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
24622 support subresource loading from (X)HTML.
24623 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
24624
24625 * platform/win/Skipped:
24626
246272007-11-21 Alexey Proskuryakov <ap@webkit.org>
24628
24629 Reviewed by Maciej.
24630
24631 Fix a copy/paste error in the test (introduced in bug 12194).
24632
24633 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
24634 * http/tests/xmlhttprequest/zero-length-response-sync.html:
24635
246362007-11-20 Mark Rowe <mrowe@apple.com>
24637
24638 Reviewed by Sam Weinig.
24639
24640 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
24641 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
24642
24643 * editing/execCommand/arguments-combinations-expected.txt:
24644 * editing/execCommand/arguments-combinations.html:
24645
246462007-11-20 Lars Knoll <lars@trolltech.com>
24647
24648 Reviewed by Simon.
24649
24650 Adjust some test result after fixing a bug related to computation
24651 of QFont::xHeight() in Qt.
24652
24653 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
24654 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
24655 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
24656 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
24657 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
24658
246592007-11-20 Lars Knoll <lars@trolltech.com>
24660
24661 Reviewed by Simon.
24662
24663 Fix text break interators.
24664
24665 The break iterators where trying to be smart about the input
24666 string and caching their results. Unfortunately a pointer/string length
24667 comparison is not good enough in all cases (since some input is stack based
24668 temp strings). Removed the caching but at the same time started to use a more
24669 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
24670 most strings.
24671
24672 Fixes two test cases that test "text-transform: capitalize".
24673
24674 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
24675 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
24676
246772007-11-19 Antti Koivisto <antti@apple.com>
24678
24679 Rubber-stamped by bdash.
24680
24681 Improve coverage of these tests.
24682
24683 * media/video-muted-expected.txt:
24684 * media/video-muted.html:
24685 * media/video-volume-expected.txt:
24686 * media/video-volume.html:
24687
246882007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
24689
24690 Reviewed by Darin.
24691
24692 http://bugs.webkit.org/show_bug.cgi?id=12194
24693 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
24694 available should raise an exception
24695
24696 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
24697 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
24698 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
24699 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
24700 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
24701 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
24702 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
24703 exception handling to test case
24704
247052007-11-18 Alexey Proskuryakov <ap@webkit.org>
24706
24707 Reviewed by Maciej.
24708
24709 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
24710
24711 * fast/parser/html-whitespace-expected.txt: Added.
24712 * fast/parser/html-whitespace.html: Added.
24713
247142007-11-16 Dan Bernstein <mitz@apple.com>
24715
24716 Reviewed by Darin Adler.
24717
24718 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
24719 REGRESSION: Incomplete repaint of CSS image substitution
24720
24721 * fast/repaint/clip-with-layout-delta.html: Added.
24722 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
24723 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
24724 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
24725
247262007-11-16 Antti Koivisto <antti@apple.com>
24727
24728 Reviewed by Adele.
24729
24730 Seeking related test updates
24731 - update to match specificiation
24732 - rename loopCount to playCount everywhere
24733 - timeupdate events during seek
24734 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
24735 - add text about what is being tested
24736
24737 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
24738
24739 * http/tests/media/video-seekable-stall-expected.txt: Added.
24740 * http/tests/media/video-seekable-stall.html: Added.
24741 * media/audio-constructor-expected.txt:
24742 * media/audio-constructor-src-expected.txt:
24743 * media/audio-constructor-src.html:
24744 * media/audio-constructor.html:
24745 * media/video-dom-loopcount-expected.txt:
24746 * media/video-dom-loopcount.html:
24747 * media/video-dom-loopend-expected.txt:
24748 * media/video-dom-loopend.html:
24749 * media/video-dom-loopstart-expected.txt:
24750 * media/video-dom-loopstart.html:
24751 * media/video-dom-start-expected.txt:
24752 * media/video-dom-start.html:
24753 * media/video-loopcount-expected.txt:
24754 * media/video-loopcount.html:
24755 * media/video-loopend-expected.txt:
24756 * media/video-loopend.html:
24757 * media/video-loopstart-expected.txt:
24758 * media/video-loopstart.html:
24759 * media/video-seek-past-end-paused-expected.txt: Added.
24760 * media/video-seek-past-end-paused.html: Added.
24761 * media/video-seek-past-end-playing-expected.txt: Added.
24762 * media/video-seek-past-end-playing.html: Added.
24763 * media/video-seeking-expected.txt: Added.
24764 * media/video-seeking.html: Added.
24765 * media/video-test.js:
24766
247672007-11-16 Anders Carlsson <andersca@apple.com>
24768
24769 Reviewed by Adam.
24770
24771 <rdar://problem/5603832>
24772 XMLHttpRequest readyState 3 & responseText buffer issues.
24773
24774 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
24775
24776 * platform/win/Skipped:
24777
247782007-11-16 Dan Bernstein <mitz@apple.com>
24779
24780 Reviewed by Darin Adler and Sam Weinig.
24781
24782 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
24783
24784 * platform/win/Skipped:
24785
247862007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
24787
24788 Rubberstamped by Eric.
24789
24790 Full update of the SVG pixel tests - all files containing text show rendering improvments.
24791 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
24792 sure what commit actually caused it - but it's better now.
24793
24794 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
24795 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
24796 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
24797 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
24798 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
24799 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
24800 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
24801 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
24802 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
24803 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
24804 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
24805 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
24806 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
24807 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
24808 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
24809 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
24810 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
24811 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
24812 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
24813 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
24814 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
24815 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
24816 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
24817 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
24818 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
24819 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
24820 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
24821 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
24822 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
24823 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
24824 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
24825 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
24826 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
24827 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
24828 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
24829 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
24830 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
24831 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
24832 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
24833 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
24834 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
24835 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
24836 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
24837 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
24838 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
24839 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
24840 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
24841 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
24842 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
24843 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
24844 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
24845 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
24846 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
24847 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
24848 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
24849 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
24850 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
24851 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
24852 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
24853 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
24854 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
24855 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
24856 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
24857 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
24858 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
24859 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
24860 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
24861 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
24862 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
24863 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
24864 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
24865 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
24866 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
24867 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
24868 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
24869 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
24870 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
24871 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
24872 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
24873 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
24874 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
24875 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
24876 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
24877 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
24878 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
24879 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
24880 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
24881 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
24882 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
24883 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
24884 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
24885 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
24886 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
24887 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
24888 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
24889 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
24890 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
24891 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
24892 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
24893 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
24894 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
24895 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
24896 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
24897 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
24898 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
24899 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
24900 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
24901 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
24902 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
24903 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
24904 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
24905 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
24906 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
24907 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
24908 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
24909 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
24910 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
24911 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
24912 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
24913 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
24914 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
24915 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
24916 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
24917 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
24918 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
24919 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
24920 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
24921 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
24922 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
24923 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
24924 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
24925 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
24926 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
24927 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
24928 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
24929 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
24930 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
24931 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
24932 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
24933 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
24934 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
24935 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
24936 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
24937 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
24938 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
24939 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
24940 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
24941 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
24942 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
24943 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
24944 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
24945 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
24946 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
24947 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
24948 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
24949 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
24950 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
24951 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
24952 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
24953 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
24954 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
24955 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
24956 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
24957 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
24958 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
24959 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
24960 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
24961 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
24962 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
24963 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
24964 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
24965 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
24966 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
24967 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
24968 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
24969 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
24970 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
24971 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
24972 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
24973 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
24974 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
24975 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
24976 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
24977 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
24978 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
24979 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
24980 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
24981 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
24982 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
24983 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
24984 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
24985 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
24986 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
24987 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
24988 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
24989 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
24990 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
24991 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
24992 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
24993 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
24994 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
24995 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
24996 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
24997 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
24998 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
24999 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
25000 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
25001 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
25002 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
25003 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
25004 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
25005 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
25006 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
25007 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
25008 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
25009 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
25010 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
25011 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
25012 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
25013 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
25014 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
25015 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
25016 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
25017 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
25018 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
25019 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
25020 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
25021 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
25022 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
25023 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
25024 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
25025 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
25026 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
25027 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
25028 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
25029 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
25030 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
25031 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
25032 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
25033 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
25034 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
25035 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
25036 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
25037 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
25038 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
25039 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
25040 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
25041 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
25042 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
25043 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
25044 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
25045 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
25046 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
25047 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
25048 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
25049 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
25050 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
25051 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
25052 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
25053 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
25054 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
25055 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
25056 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
25057 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
25058 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
25059 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
25060 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
25061 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
25062 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
25063 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
25064 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
25065 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
25066 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
25067 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
25068 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
25069 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
25070 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
25071 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
25072 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
25073 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
25074 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
25075 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
25076 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
25077 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
25078 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
25079 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
25080 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
25081 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
25082 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
25083 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
25084 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
25085 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
25086 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
25087 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
25088 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
25089 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
25090 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
25091 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
25092 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
25093 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
25094 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
25095 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
25096 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
25097 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
25098 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
25099 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
25100 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
25101 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
25102 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
25103 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
25104 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
25105 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
25106 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
25107 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
25108 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
25109 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
25110 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
25111 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
25112 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
25113 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
25114 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
25115 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
25116 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
25117 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
25118 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
25119 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
25120 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
25121 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
25122 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
25123 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
25124 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
25125 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
25126 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
25127 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
25128 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
25129 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
25130 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
25131 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
25132 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
25133 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
25134 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
25135 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
25136 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
25137 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
25138 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
25139 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
25140 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
25141 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
25142 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
25143 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
25144 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
25145 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
25146 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
25147 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
25148 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
25149 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
25150 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
25151 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
25152 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
25153 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
25154 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
25155 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
25156 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
25157 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
25158 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
25159 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
25160 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
25161 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
25162 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
25163 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
25164 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
25165 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
25166 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
25167 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
25168 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
25169 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
25170 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
25171 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
25172 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
25173 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
25174 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
25175 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
25176 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
25177 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
25178 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
25179 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
25180 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
25181 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
25182 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
25183 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
25184 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
25185 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
25186 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
25187 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
25188 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
25189 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
25190 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
25191 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
25192 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
25193 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
25194 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
25195 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
25196 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
25197 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
25198 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
25199 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
25200 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
25201 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
25202 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
25203 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
25204 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
25205 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
25206 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
25207 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
25208 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
25209 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
25210 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
25211 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
25212 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
25213 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
25214 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
25215 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
25216 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
25217 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
25218 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
25219 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
25220 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
25221 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
25222 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
25223 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
25224 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
25225 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
25226 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
25227 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
25228 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
25229 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
25230 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
25231 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
25232 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
25233 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
25234 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
25235 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
25236 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
25237 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
25238 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
25239 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
25240 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
25241 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
25242 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
25243 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
25244 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
25245 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
25246 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
25247 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
25248 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
25249 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
25250 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
25251 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
25252 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
25253 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
25254 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
25255 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
25256 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
25257 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
25258 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
25259 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
25260 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
25261 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
25262 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
25263 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
25264 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
25265 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
25266 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
25267 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
25268 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
25269 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
25270 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
25271 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
25272 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
25273 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
25274 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
25275 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
25276 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
25277 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
25278 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
25279 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
25280 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
25281 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
25282 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
25283 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
25284 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
25285 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
25286 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
25287 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
25288 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
25289 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
25290 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
25291 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
25292 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
25293 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
25294 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
25295 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
25296 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
25297 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
25298 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
25299 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
25300 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
25301 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
25302 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
25303 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
25304 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
25305 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
25306 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
25307 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
25308 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
25309 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
25310 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
25311 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
25312 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
25313 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
25314 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
25315 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
25316 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
25317 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
25318 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
25319 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
25320 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
25321 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
25322 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
25323 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
25324 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
25325 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
25326 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
25327 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
25328 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
25329 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
25330 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
25331 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
25332 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
25333 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
25334 * platform/mac/svg/carto.net/button-expected.checksum:
25335 * platform/mac/svg/carto.net/button-expected.png:
25336 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
25337 * platform/mac/svg/carto.net/colourpicker-expected.png:
25338 * platform/mac/svg/carto.net/combobox-expected.checksum:
25339 * platform/mac/svg/carto.net/combobox-expected.png:
25340 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
25341 * platform/mac/svg/carto.net/scrollbar-expected.png:
25342 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
25343 * platform/mac/svg/carto.net/selectionlist-expected.png:
25344 * platform/mac/svg/carto.net/slider-expected.checksum:
25345 * platform/mac/svg/carto.net/slider-expected.png:
25346 * platform/mac/svg/carto.net/textbox-expected.checksum:
25347 * platform/mac/svg/carto.net/textbox-expected.png:
25348 * platform/mac/svg/carto.net/window-expected.checksum:
25349 * platform/mac/svg/carto.net/window-expected.png:
25350 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum:
25351 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
25352 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
25353 * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
25354 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
25355 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
25356 * platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum:
25357 * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
25358 * platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum:
25359 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
25360 * platform/mac/svg/custom/dasharrayOrigin-expected.checksum:
25361 * platform/mac/svg/custom/dasharrayOrigin-expected.png:
25362 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
25363 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
25364 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
25365 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
25366 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
25367 * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
25368 * platform/mac/svg/custom/dynamic-empty-path-expected.checksum:
25369 * platform/mac/svg/custom/dynamic-empty-path-expected.png:
25370 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
25371 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
25372 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
25373 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
25374 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
25375 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
25376 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
25377 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
25378 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
25379 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
25380 * platform/mac/svg/custom/focus-ring-expected.checksum:
25381 * platform/mac/svg/custom/focus-ring-expected.png:
25382 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum:
25383 * platform/mac/svg/custom/font-face-cascade-order-expected.png:
25384 * platform/mac/svg/custom/font-face-simple-expected.checksum:
25385 * platform/mac/svg/custom/font-face-simple-expected.png:
25386 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
25387 * platform/mac/svg/custom/foreign-object-skew-expected.png:
25388 * platform/mac/svg/custom/getTransformToElement-expected.checksum:
25389 * platform/mac/svg/custom/getTransformToElement-expected.png:
25390 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum:
25391 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
25392 * platform/mac/svg/custom/getsvgdocument-expected.checksum:
25393 * platform/mac/svg/custom/getsvgdocument-expected.png:
25394 * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum:
25395 * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
25396 * platform/mac/svg/custom/gradient-deep-referencing-expected.checksum:
25397 * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
25398 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
25399 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
25400 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
25401 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
25402 * platform/mac/svg/custom/hit-test-path-expected.checksum:
25403 * platform/mac/svg/custom/hit-test-path-expected.png:
25404 * platform/mac/svg/custom/hit-test-path-stroke-expected.checksum:
25405 * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
25406 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
25407 * platform/mac/svg/custom/image-clipped-hit-expected.png:
25408 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
25409 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
25410 * platform/mac/svg/custom/invalid-css-expected.checksum:
25411 * platform/mac/svg/custom/invalid-css-expected.png:
25412 * platform/mac/svg/custom/invalid-fill-expected.checksum:
25413 * platform/mac/svg/custom/invalid-fill-expected.png:
25414 * platform/mac/svg/custom/invalid-fill-hex-expected.checksum:
25415 * platform/mac/svg/custom/invalid-fill-hex-expected.png:
25416 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
25417 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
25418 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
25419 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
25420 * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
25421 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
25422 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
25423 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
25424 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
25425 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
25426 * platform/mac/svg/custom/js-update-bounce-expected.checksum:
25427 * platform/mac/svg/custom/js-update-bounce-expected.png:
25428 * platform/mac/svg/custom/js-update-container-expected.checksum:
25429 * platform/mac/svg/custom/js-update-container-expected.png:
25430 * platform/mac/svg/custom/js-update-container2-expected.checksum:
25431 * platform/mac/svg/custom/js-update-container2-expected.png:
25432 * platform/mac/svg/custom/js-update-path-changes-expected.checksum:
25433 * platform/mac/svg/custom/js-update-path-changes-expected.png:
25434 * platform/mac/svg/custom/js-update-path-removal-expected.checksum:
25435 * platform/mac/svg/custom/js-update-path-removal-expected.png:
25436 * platform/mac/svg/custom/junk-data-expected.checksum:
25437 * platform/mac/svg/custom/junk-data-expected.png:
25438 * platform/mac/svg/custom/marker-changes-expected.checksum:
25439 * platform/mac/svg/custom/marker-changes-expected.png:
25440 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
25441 * platform/mac/svg/custom/marker-child-changes-expected.png:
25442 * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
25443 * platform/mac/svg/custom/marker-default-width-height-expected.png:
25444 * platform/mac/svg/custom/marker-overflow-clip-expected.checksum:
25445 * platform/mac/svg/custom/marker-overflow-clip-expected.png:
25446 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
25447 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
25448 * platform/mac/svg/custom/missing-xlink-expected.checksum:
25449 * platform/mac/svg/custom/missing-xlink-expected.png:
25450 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
25451 * platform/mac/svg/custom/non-opaque-filters-expected.png:
25452 * platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
25453 * platform/mac/svg/custom/path-textPath-simulation-expected.png:
25454 * platform/mac/svg/custom/pattern-cycle-detection-expected.checksum:
25455 * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
25456 * platform/mac/svg/custom/pattern-deep-referencing-expected.checksum:
25457 * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
25458 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
25459 * platform/mac/svg/custom/pointer-events-image-expected.png:
25460 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
25461 * platform/mac/svg/custom/pointer-events-path-expected.png:
25462 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
25463 * platform/mac/svg/custom/pointer-events-text-expected.png:
25464 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
25465 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
25466 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum:
25467 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
25468 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
25469 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
25470 * platform/mac/svg/custom/second-inline-text-expected.checksum:
25471 * platform/mac/svg/custom/second-inline-text-expected.png:
25472 * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
25473 * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
25474 * platform/mac/svg/custom/simpleCDF-expected.checksum:
25475 * platform/mac/svg/custom/simpleCDF-expected.png:
25476 * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
25477 * platform/mac/svg/custom/struct-use-09-b-expected.png:
25478 * platform/mac/svg/custom/svg-float-border-padding-expected.checksum:
25479 * platform/mac/svg/custom/svg-float-border-padding-expected.png:
25480 * platform/mac/svg/custom/svg-overflow-types-expected.checksum:
25481 * platform/mac/svg/custom/svg-overflow-types-expected.png:
25482 * platform/mac/svg/custom/text-clip-expected.checksum:
25483 * platform/mac/svg/custom/text-clip-expected.png:
25484 * platform/mac/svg/custom/text-ctm-expected.checksum:
25485 * platform/mac/svg/custom/text-ctm-expected.png:
25486 * platform/mac/svg/custom/text-dom-01-f-expected.checksum:
25487 * platform/mac/svg/custom/text-dom-01-f-expected.png:
25488 * platform/mac/svg/custom/text-hit-test-expected.checksum:
25489 * platform/mac/svg/custom/text-hit-test-expected.png:
25490 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
25491 * platform/mac/svg/custom/text-image-opacity-expected.png:
25492 * platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum:
25493 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
25494 * platform/mac/svg/custom/text-whitespace-handling-expected.checksum:
25495 * platform/mac/svg/custom/text-whitespace-handling-expected.png:
25496 * platform/mac/svg/custom/tref-update-expected.checksum:
25497 * platform/mac/svg/custom/tref-update-expected.png:
25498 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
25499 * platform/mac/svg/custom/use-clipped-hit-expected.png:
25500 * platform/mac/svg/custom/use-css-events-expected.checksum:
25501 * platform/mac/svg/custom/use-css-events-expected.png:
25502 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
25503 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
25504 * platform/mac/svg/custom/use-elementInstance-methods-expected.checksum:
25505 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
25506 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
25507 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
25508 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum:
25509 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
25510 * platform/mac/svg/custom/use-events-crash-expected.checksum:
25511 * platform/mac/svg/custom/use-events-crash-expected.png:
25512 * platform/mac/svg/custom/use-forward-refs-expected.checksum:
25513 * platform/mac/svg/custom/use-forward-refs-expected.png:
25514 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum:
25515 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
25516 * platform/mac/svg/custom/use-modify-container-in-target-expected.checksum:
25517 * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
25518 * platform/mac/svg/custom/use-modify-target-container-expected.checksum:
25519 * platform/mac/svg/custom/use-modify-target-container-expected.png:
25520 * platform/mac/svg/custom/use-modify-target-symbol-expected.checksum:
25521 * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
25522 * platform/mac/svg/custom/use-nested-transform-expected.checksum:
25523 * platform/mac/svg/custom/use-nested-transform-expected.png:
25524 * platform/mac/svg/custom/use-on-g-containing-use-expected.checksum:
25525 * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
25526 * platform/mac/svg/custom/use-on-g-expected.checksum:
25527 * platform/mac/svg/custom/use-on-g-expected.png:
25528 * platform/mac/svg/custom/use-on-rect-expected.checksum:
25529 * platform/mac/svg/custom/use-on-rect-expected.png:
25530 * platform/mac/svg/custom/use-on-symbol-expected.checksum:
25531 * platform/mac/svg/custom/use-on-symbol-expected.png:
25532 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
25533 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
25534 * platform/mac/svg/custom/use-on-text-expected.checksum:
25535 * platform/mac/svg/custom/use-on-text-expected.png:
25536 * platform/mac/svg/custom/use-on-use-expected.checksum:
25537 * platform/mac/svg/custom/use-on-use-expected.png:
25538 * platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum:
25539 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
25540 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
25541 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
25542 * platform/mac/svg/custom/use-recursion-1-expected.checksum:
25543 * platform/mac/svg/custom/use-recursion-1-expected.png:
25544 * platform/mac/svg/custom/use-recursion-2-expected.checksum:
25545 * platform/mac/svg/custom/use-recursion-2-expected.png:
25546 * platform/mac/svg/custom/use-recursion-3-expected.checksum:
25547 * platform/mac/svg/custom/use-recursion-3-expected.png:
25548 * platform/mac/svg/custom/use-recursion-4-expected.checksum:
25549 * platform/mac/svg/custom/use-recursion-4-expected.png:
25550 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
25551 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
25552 * platform/mac/svg/custom/use-transform-expected.checksum:
25553 * platform/mac/svg/custom/use-transform-expected.png:
25554 * platform/mac/svg/custom/viewBox-hit-expected.checksum:
25555 * platform/mac/svg/custom/viewBox-hit-expected.png:
25556 * platform/mac/svg/custom/viewbox-syntax-expected.checksum:
25557 * platform/mac/svg/custom/viewbox-syntax-expected.png:
25558 * platform/mac/svg/custom/viewport-em-expected.checksum:
25559 * platform/mac/svg/custom/viewport-em-expected.png:
25560 * platform/mac/svg/hixie/cascade/002-expected.checksum:
25561 * platform/mac/svg/hixie/cascade/002-expected.png:
25562 * platform/mac/svg/hixie/data-types/001-expected.checksum:
25563 * platform/mac/svg/hixie/data-types/001-expected.png:
25564 * platform/mac/svg/hixie/data-types/002-expected.checksum:
25565 * platform/mac/svg/hixie/data-types/002-expected.png:
25566 * platform/mac/svg/hixie/dynamic/002-expected.checksum:
25567 * platform/mac/svg/hixie/dynamic/002-expected.png:
25568 * platform/mac/svg/hixie/error/002-expected.checksum:
25569 * platform/mac/svg/hixie/error/002-expected.png:
25570 * platform/mac/svg/hixie/error/003-expected.checksum:
25571 * platform/mac/svg/hixie/error/003-expected.png:
25572 * platform/mac/svg/hixie/error/004-expected.checksum:
25573 * platform/mac/svg/hixie/error/004-expected.png:
25574 * platform/mac/svg/hixie/error/005-expected.checksum:
25575 * platform/mac/svg/hixie/error/005-expected.png:
25576 * platform/mac/svg/hixie/error/010-expected.checksum:
25577 * platform/mac/svg/hixie/error/010-expected.png:
25578 * platform/mac/svg/hixie/error/011-expected.checksum:
25579 * platform/mac/svg/hixie/error/011-expected.png:
25580 * platform/mac/svg/hixie/error/012-expected.checksum:
25581 * platform/mac/svg/hixie/error/012-expected.png:
25582 * platform/mac/svg/hixie/error/017-expected.checksum:
25583 * platform/mac/svg/hixie/error/017-expected.png:
25584 * platform/mac/svg/hixie/links/002-expected.checksum:
25585 * platform/mac/svg/hixie/links/002-expected.png:
25586 * platform/mac/svg/hixie/links/003-broken-expected.checksum:
25587 * platform/mac/svg/hixie/links/003-broken-expected.png:
25588 * platform/mac/svg/hixie/mixed/003-expected.checksum:
25589 * platform/mac/svg/hixie/mixed/003-expected.png:
25590 * platform/mac/svg/hixie/mixed/004-expected.checksum:
25591 * platform/mac/svg/hixie/mixed/004-expected.png:
25592 * platform/mac/svg/hixie/mixed/005-expected.checksum:
25593 * platform/mac/svg/hixie/mixed/005-expected.png:
25594 * platform/mac/svg/hixie/mixed/006-expected.checksum:
25595 * platform/mac/svg/hixie/mixed/006-expected.png:
25596 * platform/mac/svg/hixie/mixed/007-expected.checksum:
25597 * platform/mac/svg/hixie/mixed/007-expected.png:
25598 * platform/mac/svg/hixie/mixed/008-expected.checksum:
25599 * platform/mac/svg/hixie/mixed/008-expected.png:
25600 * platform/mac/svg/hixie/mixed/009-expected.checksum:
25601 * platform/mac/svg/hixie/mixed/009-expected.png:
25602 * platform/mac/svg/hixie/mixed/010-expected.checksum:
25603 * platform/mac/svg/hixie/mixed/010-expected.png:
25604 * platform/mac/svg/hixie/mixed/011-expected.checksum:
25605 * platform/mac/svg/hixie/mixed/011-expected.png:
25606 * platform/mac/svg/hixie/perf/001-expected.checksum:
25607 * platform/mac/svg/hixie/perf/001-expected.png:
25608 * platform/mac/svg/hixie/perf/002-expected.checksum:
25609 * platform/mac/svg/hixie/perf/002-expected.png:
25610 * platform/mac/svg/hixie/perf/003-expected.checksum:
25611 * platform/mac/svg/hixie/perf/003-expected.png:
25612 * platform/mac/svg/hixie/perf/004-expected.checksum:
25613 * platform/mac/svg/hixie/perf/004-expected.png:
25614 * platform/mac/svg/hixie/perf/005-expected.checksum:
25615 * platform/mac/svg/hixie/perf/005-expected.png:
25616 * platform/mac/svg/hixie/perf/006-expected.checksum:
25617 * platform/mac/svg/hixie/perf/006-expected.png:
25618 * platform/mac/svg/hixie/perf/007-expected.checksum:
25619 * platform/mac/svg/hixie/perf/007-expected.png:
25620 * platform/mac/svg/hixie/processing-model/003-expected.checksum:
25621 * platform/mac/svg/hixie/processing-model/003-expected.png:
25622 * platform/mac/svg/hixie/processing-model/004-expected.checksum:
25623 * platform/mac/svg/hixie/processing-model/004-expected.png:
25624 * platform/mac/svg/hixie/rendering-model/001-expected.checksum:
25625 * platform/mac/svg/hixie/rendering-model/001-expected.png:
25626 * platform/mac/svg/hixie/rendering-model/002-expected.checksum:
25627 * platform/mac/svg/hixie/rendering-model/002-expected.png:
25628 * platform/mac/svg/hixie/rendering-model/003-expected.checksum:
25629 * platform/mac/svg/hixie/rendering-model/003-expected.png:
25630 * platform/mac/svg/hixie/rendering-model/004-expected.checksum:
25631 * platform/mac/svg/hixie/rendering-model/004-expected.png:
25632 * platform/mac/svg/hixie/shapes/path/001-expected.checksum:
25633 * platform/mac/svg/hixie/shapes/path/001-expected.png:
25634 * platform/mac/svg/hixie/text/002-expected.checksum:
25635 * platform/mac/svg/hixie/text/002-expected.png:
25636 * platform/mac/svg/hixie/text/003-expected.checksum:
25637 * platform/mac/svg/hixie/text/003-expected.png:
25638 * platform/mac/svg/hixie/text/003b-expected.checksum:
25639 * platform/mac/svg/hixie/text/003b-expected.png:
25640 * platform/mac/svg/hixie/transform/001-expected.checksum:
25641 * platform/mac/svg/hixie/transform/001-expected.png:
25642 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
25643 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
25644 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
25645 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
25646 * svg/batik/filters/filterRegions-expected.checksum:
25647 * svg/batik/filters/filterRegions-expected.png:
25648 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
25649 * svg/batik/paints/patternPreserveAspectRatioA-expected.png:
25650 * svg/batik/text/smallFonts-expected.checksum:
25651 * svg/batik/text/smallFonts-expected.png:
25652 * svg/batik/text/textAnchor-expected.checksum:
25653 * svg/batik/text/textAnchor-expected.png:
25654 * svg/batik/text/textAnchor2-expected.checksum:
25655 * svg/batik/text/textAnchor2-expected.png:
25656 * svg/batik/text/textAnchor3-expected.checksum:
25657 * svg/batik/text/textAnchor3-expected.png:
25658 * svg/batik/text/textDecoration2-expected.checksum:
25659 * svg/batik/text/textDecoration2-expected.png:
25660 * svg/batik/text/textFeatures-expected.checksum:
25661 * svg/batik/text/textFeatures-expected.png:
25662 * svg/batik/text/textLayout-expected.checksum:
25663 * svg/batik/text/textLayout-expected.png:
25664 * svg/batik/text/textLength-expected.checksum:
25665 * svg/batik/text/textLength-expected.png:
25666 * svg/batik/text/textOnPath-expected.checksum:
25667 * svg/batik/text/textOnPath-expected.png:
25668 * svg/batik/text/textOnPath2-expected.checksum:
25669 * svg/batik/text/textOnPath2-expected.png:
25670 * svg/batik/text/textOnPathSpaces-expected.checksum:
25671 * svg/batik/text/textOnPathSpaces-expected.png:
25672 * svg/batik/text/textProperties2-expected.checksum:
25673 * svg/batik/text/textProperties2-expected.png:
25674 * svg/batik/text/verticalText-expected.checksum:
25675 * svg/batik/text/verticalText-expected.png:
25676 * svg/batik/text/verticalTextOnPath-expected.checksum:
25677 * svg/batik/text/verticalTextOnPath-expected.png:
25678 * svg/custom/SVGMatrix-interface-expected.checksum:
25679 * svg/custom/SVGMatrix-interface-expected.png:
25680 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
25681 * svg/custom/absolute-sized-svg-in-xhtml-expected.png:
25682 * svg/custom/container-opacity-clip-viewBox-expected.checksum:
25683 * svg/custom/container-opacity-clip-viewBox-expected.png:
25684 * svg/custom/fill-SVGPaint-interface-expected.checksum:
25685 * svg/custom/fill-SVGPaint-interface-expected.png:
25686 * svg/custom/fill-fallback-expected.checksum:
25687 * svg/custom/fill-fallback-expected.png:
25688 * svg/custom/getPresentationAttribute-expected.checksum:
25689 * svg/custom/getPresentationAttribute-expected.png:
25690 * svg/custom/group-opacity-expected.checksum:
25691 * svg/custom/group-opacity-expected.png:
25692 * svg/custom/hit-test-unclosed-subpaths-expected.checksum:
25693 * svg/custom/hit-test-unclosed-subpaths-expected.png:
25694 * svg/custom/hit-test-with-br-expected.checksum:
25695 * svg/custom/hit-test-with-br-expected.png:
25696 * svg/custom/image-parent-translation-expected.checksum:
25697 * svg/custom/image-parent-translation-expected.png:
25698 * svg/custom/percentage-of-html-parent-expected.checksum:
25699 * svg/custom/percentage-of-html-parent-expected.png:
25700 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
25701 * svg/custom/root-container-opacity-clip-viewBox-expected.png:
25702 * svg/custom/scroll-hit-test-expected.checksum:
25703 * svg/custom/scroll-hit-test-expected.png:
25704 * svg/custom/stroke-fallback-expected.checksum:
25705 * svg/custom/stroke-fallback-expected.png:
25706 * svg/custom/stroked-pattern-expected.checksum:
25707 * svg/custom/stroked-pattern-expected.png:
25708 * svg/custom/style-attribute-font-size-expected.checksum:
25709 * svg/custom/style-attribute-font-size-expected.png:
25710 * svg/custom/text-letter-spacing-expected.checksum:
25711 * svg/custom/text-letter-spacing-expected.png:
25712 * svg/custom/text-x-dx-lists-expected.checksum:
25713 * svg/custom/text-x-dx-lists-expected.png:
25714 * svg/custom/text-x-override-in-tspan-child-expected.checksum:
25715 * svg/custom/text-x-override-in-tspan-child-expected.png:
25716 * svg/custom/use-detach-expected.checksum:
25717 * svg/custom/use-detach-expected.png:
25718 * svg/custom/use-dynamic-append-expected.png:
25719 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
25720 * svg/custom/use-on-disallowed-foreign-object-1-expected.png:
25721 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
25722 * svg/custom/use-on-disallowed-foreign-object-2-expected.png:
25723 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
25724 * svg/custom/use-on-disallowed-foreign-object-3-expected.png:
25725 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
25726 * svg/custom/use-on-disallowed-foreign-object-4-expected.png:
25727 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
25728 * svg/custom/use-on-disallowed-foreign-object-5-expected.png:
25729 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
25730 * svg/custom/use-on-disallowed-foreign-object-6-expected.png:
25731 * svg/custom/use-on-g-containing-symbol-expected.checksum:
25732 * svg/custom/use-on-g-containing-symbol-expected.png:
25733 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
25734 * svg/custom/use-on-non-svg-namespaced-element-expected.png:
25735 * svg/hixie/error/013-expected.checksum:
25736 * svg/hixie/error/013-expected.png:
25737 * svg/text/text-align-03-b-expected.checksum:
25738 * svg/text/text-align-03-b-expected.png:
25739 * svg/text/text-align-04-b-expected.checksum:
25740 * svg/text/text-align-04-b-expected.png:
25741 * svg/text/text-altglyph-01-b-expected.checksum:
25742 * svg/text/text-altglyph-01-b-expected.png:
25743 * svg/text/text-deco-01-b-expected.checksum:
25744 * svg/text/text-deco-01-b-expected.png:
25745 * svg/text/text-fonts-02-t-expected.checksum:
25746 * svg/text/text-fonts-02-t-expected.png:
25747 * svg/text/text-path-01-b-expected.checksum:
25748 * svg/text/text-path-01-b-expected.png:
25749 * svg/text/text-spacing-01-b-expected.checksum:
25750 * svg/text/text-spacing-01-b-expected.png:
25751 * svg/text/text-text-01-b-expected.checksum:
25752 * svg/text/text-text-01-b-expected.png:
25753 * svg/text/text-text-03-b-expected.checksum:
25754 * svg/text/text-text-03-b-expected.png:
25755 * svg/text/text-text-04-t-expected.checksum:
25756 * svg/text/text-text-04-t-expected.png:
25757 * svg/text/text-text-05-t-expected.checksum:
25758 * svg/text/text-text-05-t-expected.png:
25759 * svg/text/text-text-06-t-expected.checksum:
25760 * svg/text/text-text-06-t-expected.png:
25761 * svg/text/text-text-08-b-expected.checksum:
25762 * svg/text/text-text-08-b-expected.png:
25763 * svg/text/text-tref-01-b-expected.checksum:
25764 * svg/text/text-tref-01-b-expected.png:
25765 * svg/text/text-tselect-02-f-expected.checksum:
25766 * svg/text/text-tselect-02-f-expected.png:
25767 * svg/text/text-tspan-01-b-expected.checksum:
25768 * svg/text/text-tspan-01-b-expected.png:
25769 * svg/text/text-ws-01-t-expected.checksum:
25770 * svg/text/text-ws-01-t-expected.png:
25771 * svg/text/text-ws-02-t-expected.checksum:
25772 * svg/text/text-ws-02-t-expected.png:
25773
257742007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
25775
25776 Reviewed by Eric.
25777
25778 Update layout test results after the addition of the SVGTextContentElement DOM methods.
25779
25780 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
25781 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
25782 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
25783 * platform/mac/svg/custom/text-dom-01-f-expected.checksum: Added.
25784 * platform/mac/svg/custom/text-dom-01-f-expected.png: Added.
25785 * platform/mac/svg/custom/text-dom-01-f-expected.txt: Added.
25786 * svg/custom/text-dom-01-f.svg: Added.
25787 * svg/text/text-tselect-02-f-expected.checksum:
25788 * svg/text/text-tselect-02-f-expected.png:
25789 * svg/text/text-tselect-02-f-expected.txt:
25790
257912007-11-15 Adele Peterson <adele@apple.com>
25792
25793 Reviewed by Oliver.
25794
25795 Test for <rdar://problem/5566652> CrashTracer: [USER] 3 crashes in Safari at HTMLSelectElement::menuListDefaultEventHandler (reproducible on mactc30.com)
25796
25797 * fast/forms/menulist-no-renderer-onmousedown-expected.txt: Added.
25798 * fast/forms/menulist-no-renderer-onmousedown.html: Added.
25799
258002007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
25801
25802 Reviewed by Darin.
25803
25804 http://bugs.webkit.org/show_bug.cgi?id=15989
25805 XPath queries with predicates incorrectly retains the current node across unions
25806
25807 * fast/xpath/union-context-node-expected.txt: Added.
25808 * fast/xpath/union-context-node.xhtml: Added.
25809
258102007-11-15 Alexey Proskuryakov <ap@webkit.org>
25811
25812 Reviewed by Darin.
25813
25814 http://bugs.webkit.org/show_bug.cgi?id=15448
25815 Import XPath test suite from amachang.art-code.org
25816
25817 Test by Hitoshi Amano <seijro@gmail.com>.
25818
25819 * fast/xpath/xpath-functional-test-expected.txt: Added.
25820 * fast/xpath/xpath-functional-test.html: Added.
25821
258222007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
25823
25824 Reviewed by Darin.
25825
25826 http://bugs.webkit.org/show_bug.cgi?id=15988
25827 REGRESSION: XPath preceding-axis query misses nested elements
25828
25829 * fast/xpath/preceding-axis-expected.txt: Added.
25830 * fast/xpath/preceding-axis.xhtml: Added.
25831
258322007-11-15 Justin Garcia <justin.garcia@apple.com>
25833
25834 Reviewed by Adele Peterson.
25835
25836 <rdar://problem/5497643> Crash at Node::isDescendantOf when switching out of Edit HTML Source mode
25837
25838 * editing/selection/5497643-expected.txt: Added.
25839 * editing/selection/5497643.html: Added.
25840
258412007-11-14 Anders Carlsson <andersca@apple.com>
25842
25843 Reviewed by Brady.
25844
25845 <rdar://problem/5562470>
25846 openDatabase does not work when the version string is empty
25847
25848 * storage/open-database-empty-version-expected.txt: Added.
25849 * storage/open-database-empty-version.html: Added.
25850
258512007-11-14 Alexey Proskuryakov <ap@webkit.org>
25852
25853 Reviewed by Justin Garcia.
25854
25855 http://bugs.webkit.org/show_bug.cgi?id=15781
25856 REGRESSION: Ligatures fail to form when typing in Devanagari (because WebKit can't handle
25857 a marked range that covers half of a composed character sequence)
25858
25859 * platform/mac/editing/input/devanagari-ligature-expected.checksum: Added.
25860 * platform/mac/editing/input/devanagari-ligature-expected.png: Added.
25861 * platform/mac/editing/input/devanagari-ligature-expected.txt: Added.
25862 * platform/mac/editing/input/devanagari-ligature.html: Added.
25863
258642007-11-14 Antti Koivisto <antti@apple.com>
25865
25866 Try to make this test less timing dependent.
25867
25868 * http/tests/media/video-play-stall.html:
25869
258702007-11-14 Beth Dakin <bdakin@apple.com>
25871
25872 Reviewed by Hyatt.
25873
25874 Tests for <rdar://problem/5540855> REGRESSION: Combination of
25875 client-side image map and <a> tag is not working properly (15522)
25876
25877 New test:
25878 * fast/images/image-map-anchor-children.html: Added.
25879 * fast/images/resources/boston.gif: Added.
25880 * platform/mac/fast/images/image-map-anchor-children-
25881 expected.checksum: Added.
25882 * platform/mac/fast/images/image-map-anchor-children-expected.png:
25883 Added.
25884 * platform/mac/fast/images/image-map-anchor-children-expected.txt:
25885 Added.
25886
25887 This test was broken and is fixed now! I had to edit the test
25888 itself because it was written in the html that the two <map>
25889 examples were failing, but now they succeed.
25890 * fast/invalid/residual-style.html:
25891 * platform/mac/fast/invalid/residual-style-expected.checksum:
25892 * platform/mac/fast/invalid/residual-style-expected.png:
25893 * platform/mac/fast/invalid/residual-style-expected.txt:
25894
258952007-11-14 Justin Garcia <justin.garcia@apple.com>
25896
25897 Reviewed by Alexey Proskuryakov.
25898
25899 <rdar://problem/5546763> CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs
25900
25901 * editing/deleting/5546763-expected.txt: Added.
25902 * editing/deleting/5546763.html: Added.
25903
259042007-11-14 Anders Carlsson <andersca@apple.com>
25905
25906 Reviewed by Adam.
25907
25908 <rdar://problem/5309081>
25909 In DRT, "plugin.logDestroy = true" not working on Windows.
25910
25911 Remove now succeeding test from the skipped list.
25912
25913 * platform/win/Skipped:
25914
259152007-11-14 Antti Koivisto <antti@apple.com>
25916
25917 Try to make this test less timing dependent.
25918
25919 * media/video-currentTime-set-expected.txt:
25920 * media/video-currentTime-set.html:
25921
259222007-11-14 Anders Carlsson <andersca@apple.com>
25923
25924 Reviewed by Adam.
25925
25926 * platform/win/Skipped:
25927 Remove fast/dom/Window/window-onFocus.html since it succeeds now.
25928
259292007-11-13 Brady Eidson <beidson@apple.com>
25930
25931 Reviewed by Adam
25932
25933 Fix for http://bugs.webkit.org/show_bug.cgi?id=15976
25934
25935 * storage: Added - There will soon be an entire suite in here!
25936 * storage/transaction_callback_exception_crash-expected.txt: Added.
25937 * storage/transaction_callback_exception_crash.html: Added.
25938
259392007-11-13 Adam Roben <aroben@apple.com>
25940
25941 Add the http/tests/media directory to the Windows Skipped file
25942
25943 * platform/win/Skipped:
25944
259452007-11-13 Sam Weinig <sam@webkit.org>
25946
25947 Reviewed by Adam Roben.
25948
25949 Fix for <rdar://problem/5382579>
25950 http/tests/security/cross-frame-access-put.html reports large
25951 negative numbers for screenLeft and screenTop (Mac reports "0")
25952
25953 * platform/win/Skipped: remove http/tests/security/cross-frame-access-put.html
25954
259552007-11-13 Anders Carlsson <andersca@apple.com>
25956
25957 Reviewed by Adam.
25958
25959 Make this a text-only test.
25960
25961 * fast/dom/Window/window-onFocus-expected.txt: Added.
25962 * fast/dom/Window/window-onFocus.html:
25963 * platform/mac/fast/dom/Window/window-onFocus-expected.checksum: Removed.
25964 * platform/mac/fast/dom/Window/window-onFocus-expected.png: Removed.
25965 * platform/mac/fast/dom/Window/window-onFocus-expected.txt: Removed.
25966
259672007-11-12 Antti Koivisto <antti@apple.com>
25968
25969 Reviewed by Adele.
25970
25971 - add HTTP media test for stalling load
25972 - update tests that don't specifically test autoplay feature to not use autoplay
25973 attribute since playback may start before event listeners are registered
25974
25975 * http/tests/media: Added.
25976 * http/tests/media/video-load-and-stall.cgi: Added.
25977 * http/tests/media/video-play-stall-expected.txt: Added.
25978 * http/tests/media/video-play-stall.html: Added.
25979 * media/video-autoplay.html:
25980 * media/video-dom-loopstart.html:
25981 * media/video-end.html:
25982 * media/video-loopcount.html:
25983 * media/video-loopend.html:
25984 * media/video-loopstart.html:
25985
259862007-11-13 Darin Adler <darin@apple.com>
25987
25988 Reviewed by Geoff.
25989
25990 - test for http://bugs.webkit.org/show_bug.cgi?id=11231
25991 RegExp bug when handling newline characters and other regular expression
25992 behavior that is different for JavaScript and PCRE
25993
25994 * fast/js/regexp-no-extensions-expected.txt: Added.
25995 * fast/js/regexp-no-extensions.html: Added.
25996 * fast/js/resources/regexp-no-extensions.js: Added.
25997
259982007-11-12 Dan Bernstein <mitz@apple.com>
25999
26000 Reviewed by Darin Adler.
26001
26002 - no-repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15890>
26003 Most of www.aol.com still redraws unnecessarily when headline/photo section changes
26004
26005 * fast/repaint/invisible-objects.html: Added.
26006 * platform/mac/fast/repaint/invisible-objects-expected.checksum: Added.
26007 * platform/mac/fast/repaint/invisible-objects-expected.png: Added.
26008 * platform/mac/fast/repaint/invisible-objects-expected.txt: Added.
26009
260102007-11-12 Sam Weinig <sam@webkit.org>
26011
26012 Reviewed by Adam Roben.
26013
26014 * platform/win/Skipped: Remove http/tests/security/cross-frame-acdcess-private-browsing.html
26015 from the windows skipped list now that LayoutTestController.setPrivateBrowsingEnabled has
26016 been implmented.
26017
260182007-11-12 Darin Adler <darin@apple.com>
26019
26020 Reviewed by Sam.
26021
26022 - test for http://bugs.webkit.org/show_bug.cgi?id=15951
26023 REGRESSION: assertion failure in regexp match() when running JS tests
26024
26025 * fast/js/regexp-many-brackets-expected.txt: Added.
26026 * fast/js/regexp-many-brackets.html: Added.
26027 * fast/js/resources/regexp-many-brackets.js: Added.
26028
260292007-11-12 Geoffrey Garen <ggaren@apple.com>
26030
26031 Rubber-stamped by Oliver Hunt.
26032
26033 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
26034 Import variable lookup optimizations from KJS
26035
26036 * fast/js/kde/completion-expected.txt:
26037 * fast/js/kde/resources/completion.js:
26038
260392007-11-12 Geoffrey Garen <ggaren@apple.com>
26040
26041 Rubber-stamped by Oliver Hunt.
26042
26043 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
26044 Import variable lookup optimizations from KJS
26045
26046 * fast/js/kde/completion-expected.txt:
26047 * fast/js/kde/iteration-expected.txt:
26048 * fast/js/kde/resources/completion.js:
26049 * fast/js/kde/resources/iteration.js:
26050
260512007-11-12 Geoffrey Garen <ggaren@apple.com>
26052
26053 Rubber-stamped by Oliver Hunt.
26054
26055 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
26056 Import variable lookup optimizations from KJS
26057
26058 * fast/js/kde/lval-exceptions-expected.txt: Added.
26059 * fast/js/kde/lval-exceptions.html: Added.
26060 * fast/js/kde/operators-expected.txt:
26061 * fast/js/kde/resources/lval-exceptions.js: Added.
26062 * fast/js/kde/resources/operators.js:
26063
260642007-11-12 Geoffrey Garen <ggaren@apple.com>
26065
26066 Rubber-stamped by Oliver Hunt.
26067
26068 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
26069 Import variable lookup optimizations from KJS
26070
26071 * fast/js/kde/func-decl-expected.txt: Added.
26072 * fast/js/kde/func-decl.html: Added.
26073 * fast/js/kde/resources/func-decl.js: Added.
26074
260752007-11-12 Geoffrey Garen <ggaren@apple.com>
26076
26077 Rubber-stamped by Oliver Hunt.
26078
26079 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
26080 Import variable lookup optimizations from KJS
26081
26082 * fast/js/rehash-assign-expected.txt: Added.
26083 * fast/js/rehash-assign.html: Added.
26084 * fast/js/resize-array-assign-expected.txt: Added.
26085 * fast/js/resize-array-assign.html: Added.
26086 * fast/js/resources/rehash-assign.js: Added.
26087 * fast/js/resources/resize-array-assign.js: Added.
26088
260892007-11-12 Geoffrey Garen <ggaren@apple.com>
26090
26091 Rubber-stamped by Oliver Hunt.
26092
26093 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
26094 Import variable lookup optimizations from KJS
26095
26096 * fast/js/kde/arguments-scope-expected.txt: Added.
26097 * fast/js/kde/arguments-scope.html: Added.
26098 * fast/js/kde/resources/arguments-scope.js: Added.
26099 * fast/js/kde/resources/scope.js:
26100 * fast/js/kde/scope-expected.txt:
26101
261022007-11-11 Dan Bernstein <mitz@apple.com>
26103
26104 Reviewed by Adam Roben.
26105
26106 - test for http://bugs.webkit.org/show_bug.cgi?id=15942
26107 REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
26108
26109 * editing/selection/cleared-by-relayout-expected.txt: Added.
26110 * editing/selection/cleared-by-relayout.html: Added.
26111
261122007-11-11 Antti Koivisto <antti@apple.com>
26113
26114 Reviewed by Darin.
26115
26116 Add tests for play() and pause() events.
26117 Update one test to match new behavior.
26118
26119 * media/video-currentTime-expected.txt:
26120 * media/video-currentTime.html:
26121 * media/video-pause-empty-events-expected.txt: Added.
26122 * media/video-pause-empty-events.html: Added.
26123 * media/video-play-empty-events-expected.txt: Added.
26124 * media/video-play-empty-events.html: Added.
26125 * media/video-play-pause-events-expected.txt: Added.
26126 * media/video-play-pause-events.html: Added.
26127 * media/video-play-pause-exception-expected.txt: Added
26128 * media/video-play-pause-exception.html: Added
26129 * media/video-test.js:
26130
261312007-11-11 Nikolas Zimmermann <zimmermann@kde.org>
26132
26133 Reviewed by Eric.
26134
26135 Add some basic tests to check alignment-baseline / dominant-baseline functionality.
26136
26137 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Added.
26138 * platform/mac/svg/custom/alignment-baseline-modes-expected.png: Added.
26139 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Added.
26140 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
26141 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Added.
26142 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
26143 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Added.
26144 * platform/mac/svg/custom/dominant-baseline-modes-expected.png: Added.
26145 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
26146
261472007-11-11 Adam Roben <aroben@apple.com>
26148
26149 Remove a now-passing test from the Windows Skipped file
26150
26151 Reviewed by Darin.
26152
26153 * platform/win/Skipped:
26154
261552007-11-10 Darin Adler <darin@apple.com>
26156
26157 * platform/win/fast/dom/Window/window-properties-expected.txt: Update for
26158 fix for http://bugs.webkit.org/show_bug.cgi?id=15922.
26159
261602007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
26161
26162 Reviewed by Eric.
26163
26164 Update SVG layout test results after landing the vertical text support fixes.
26165
26166 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
26167 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
26168 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
26169 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
26170 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
26171 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
26172 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
26173 * svg/batik/text/verticalText-expected.checksum:
26174 * svg/batik/text/verticalText-expected.png:
26175 * svg/batik/text/verticalText-expected.txt:
26176 * svg/batik/text/verticalTextOnPath-expected.checksum:
26177 * svg/batik/text/verticalTextOnPath-expected.png:
26178 * svg/batik/text/verticalTextOnPath-expected.txt:
26179 * svg/text/text-align-05-b-expected.txt:
26180 * svg/text/text-align-06-b-expected.txt:
26181 * svg/text/text-path-01-b-expected.checksum:
26182 * svg/text/text-path-01-b-expected.png:
26183
261842007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
26185
26186 Rubberstamped by Eric.
26187
26188 Update some SVG pixel test results - which show changes lately -> repainting fixes.
26189
26190 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
26191 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
26192 * platform/mac/svg/custom/junk-data-expected.checksum:
26193 * platform/mac/svg/custom/junk-data-expected.png:
26194 * platform/mac/svg/custom/missing-xlink-expected.checksum:
26195 * platform/mac/svg/custom/missing-xlink-expected.png:
26196 * platform/mac/svg/hixie/error/012-expected.checksum:
26197 * platform/mac/svg/hixie/error/012-expected.png:
26198
261992007-11-10 Darin Adler <darin@apple.com>
26200
26201 Reviewed by Sam.
26202
26203 - test for http://bugs.webkit.org/show_bug.cgi?id=15927
26204 delete a.c followed by __defineGetter__("c", ...) incorrectly deletes another property
26205
26206 * fast/js/delete-then-put-expected.txt: Added.
26207 * fast/js/delete-then-put.html: Added.
26208 * fast/js/resources/delete-then-put.js: Added.
26209
262102007-11-10 Sam Weinig <sam@webkit.org>
26211
26212 Reviewed by Tim Hatcher.
26213
26214 Follow up to <rdar://problem/5394877> Safari should not log unsafe JavaScript
26215 attempts when in private browsing mode (only an issue if Log JavaScript Exceptions
26216 is turned on)
26217
26218 Test using the new LayoutTestController.setPrivateBrowsingEnabled(bool)
26219
26220 * http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
26221 * http/tests/security/cross-frame-access-private-browsing.html: Added.
26222 * platform/win/Skipped: Add new test to windows skip list until we have an
26223 implementation of LayoutTestController.setPrivateBrowsingEnabled(bool) for it.
26224
262252007-11-10 Alexey Proskuryakov <ap@webkit.org>
26226
26227 Reviewed by Darin.
26228
26229 http://bugs.webkit.org/show_bug.cgi?id=15922
26230 Implement more of Mozilla Selection API
26231
26232 * editing/selection/containsNode-expected.txt: Added.
26233 * editing/selection/containsNode.html: Added.
26234 * editing/selection/deleteFromDocument-expected.txt: Added.
26235 * editing/selection/deleteFromDocument.html: Added.
26236 * editing/selection/extend-expected.txt: Added.
26237 * editing/selection/extend.html: Added.
26238 * editing/selection/selectAllChildren-expected.txt: Added.
26239 * editing/selection/selectAllChildren.html: Added.
26240 * fast/dom/Window/window-properties-expected.txt:
26241
262422007-11-10 Alexey Proskuryakov <ap@webkit.org>
26243
26244 Reviewed by Darin.
26245
26246 http://bugs.webkit.org/show_bug.cgi?id=15892
26247 DOM Range operations are not implemented for ProcessingInstruction nodes
26248
26249 * fast/dom/Range/range-processing-instructions-expected.txt: Added.
26250 * fast/dom/Range/range-processing-instructions.html: Added.
26251
262522007-11-09 Tristan O'Tierney <tristan@apple.com>
26253
26254 Reviewed by Sam Weinig.
26255
26256 * fast/dom/Window/window-resize-nan.html: Removed.
26257 * fast/dom/Window/window-resize-nan.html-disabled: Copied from fast/dom/Window/window-resize-nan.html.
26258
26259 Disabled nan test until window resize issues can be resolved.
26260
262612007-11-08 Adam Roben <aroben@apple.com>
26262
26263 Add a test for <rdar://5483519> Pressing Enter on selected buttons should fire onclick
26264
26265 Reviewed by Adele.
26266
26267 * fast/forms/enter-clicks-buttons-expected.txt: Added.
26268 * fast/forms/enter-clicks-buttons.html: Added.
26269
262702007-11-09 Dan Bernstein <mitz@apple.com>
26271
26272 Reviewed by Antti Koivisto.
26273
26274 - test that dynamically changing a descendant of an invisible layer to
26275 be visible works
26276
26277 * fast/layers/layer-content-visibility-change.html: Added.
26278 * platform/mac/fast/layers/layer-content-visibility-change-expected.checksum: Added.
26279 * platform/mac/fast/layers/layer-content-visibility-change-expected.png: Added.
26280 * platform/mac/fast/layers/layer-content-visibility-change-expected.txt: Added.
26281
262822007-11-09 Beth Dakin <bdakin@apple.com>
26283
26284 Reviewed by Oliver.
26285
26286 Test for <rdar://problem/5586370> CSS Transform - incorrect matrix
26287 math leads to crazy problems
26288
26289 * fast/transforms/identity-matrix.html: Added.
26290 * platform/mac/fast/transforms/identity-matrix-expected.checksum: Added.
26291 * platform/mac/fast/transforms/identity-matrix-expected.png: Added.
26292 * platform/mac/fast/transforms/identity-matrix-expected.txt: Added.
26293
262942007-11-08 Oliver Hunt <oliver@apple.com>
26295
26296 Reviewed by Maciej.
26297
26298 Layout test to guard against bit operation regressions.
26299
26300 * fast/js/bitwise-and-on-undefined-expected.txt: Added.
26301 * fast/js/bitwise-and-on-undefined.html: Added.
26302
263032007-11-08 Dan Bernstein <mitz@apple.com>
26304
26305 Reviewed by Beth Dakin.
26306
26307 - test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
26308
26309 * fast/dom/length-attribute-mapping-expected.txt: Added.
26310 * fast/dom/length-attribute-mapping.html: Added.
26311
263122007-11-08 Darin Adler <darin@apple.com>
26313
26314 Reviewed by Adam.
26315
26316 - test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
26317
26318 * fast/forms/access-key.html: Check for both focus and click events on all elements, but
26319 resisted the urge to switch to the American spelling for "focused".
26320
26321 * fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
26322 the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
26323 <input type=reset> are all both focused and clicked ("2 input type button clicked",
26324 "3 input type checkbox clicked", "5 input type submit focussed", and
26325 "6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
26326 send a click to <input type=text> and Gecko does. And there are still quite a few types
26327 that are not covered.
26328
263292007-11-07 David Kilzer <ddkilzer@apple.com>
26330
26331 WebKit confuses width/height for Media Queries device-aspect-ratio evaluation
26332 <http://bugs.webkit.org/show_bug.cgi?id=14893>
26333 <rdar://problem/5380295>
26334
26335 Reviewed by Darin.
26336
26337 Each of the following tests creates a <link> element and dynamically sets its
26338 media query based on the aspect ratio (width/height) of the current screen.
26339 When the <link> element is attached to the <head> node, the test expects the
26340 stylesheet to be loaded for the test to pass.
26341
26342 * fast/css/device-aspect-ratio-expected.txt: Added.
26343 * fast/css/device-aspect-ratio.html: Added.
26344
26345 This test sets the device-aspect-ratio to the current size of the screen.
26346 NOTE: This test passed before the fix.
26347
26348 * fast/css/max-device-aspect-ratio-expected.txt: Added.
26349 * fast/css/max-device-aspect-ratio.html: Added.
26350
26351 This test sets the max-device-aspect ratio to 100/1 for landscape monitors or
26352 1/1 for portrait (or square) monitors.
26353 NOTE: This test failed before the fix.
26354
26355 * fast/css/min-device-aspect-ratio-expected.txt: Added.
26356 * fast/css/min-device-aspect-ratio.html: Added.
26357
26358 This test sets the min-device-aspect ratio to 1/1 for landscape monitors or
26359 1/100 for portrait (or square) monitors.
26360 NOTE: This test failed before the fix.
26361
26362 * fast/css/resources/device-aspect-ratio.css: Added.
26363
263642007-11-07 Dan Bernstein <mitz@apple.com>
26365
26366 Reviewed by Dave Hyatt.
26367
26368 - test for http://bugs.webkit.org/show_bug.cgi?id=15887
26369 REGRESSION (r27576): Crash in RenderStyle::affectedByHoverRules clicking link on Digg
26370
26371 * fast/css/display-none-inline-style-change-crash-expected.txt: Added.
26372 * fast/css/display-none-inline-style-change-crash.html: Added.
26373
263742007-11-07 Dan Bernstein <mitz@apple.com>
26375
26376 Reviewed by Darin Adler.
26377
26378 - test that CSS rules with :hover in the ancestor chain continue to work
26379 after changing the inline style declaration of the ancestor
26380
26381 * fast/css/affected-by-hover-after-style-change.html: Added.
26382 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.checksum: Added.
26383 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Added.
26384 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Added.
26385
263862007-11-06 Geoffrey Garen <ggaren@apple.com>
26387
26388 Reviewed by Darin Adler.
26389
26390 Beefed up the RegExp.compile testcase to cover a mistake in the
26391 original check-in and a mistake I made while developing my new patch.
26392
26393 * fast/js/resources/regexp-compile.js:
26394
263952007-11-07 Lars Knoll <lars@trolltech.com>
26396
26397 Reviewed by Simon.
26398
26399 don't put nbsp's into the plan text paste
26400
26401 Fix both ClipboardQt and PasteboardQt to replace
26402 nbsp's with spaces before putting the text onto the
26403 native clipboard. This is consistent with Mac and Win
26404 and fixes at least editing/pasteboard/4076267-3.html
26405
26406 * platform/qt/Skipped:
26407 * platform/qt/editing/pasteboard/4076267-3-expected.txt: Added.
26408
264092007-11-07 Lars Knoll <lars@trolltech.com>
26410
26411 Reviewed by Simon.
26412
26413 update test results after the last commit.
26414
26415 * platform/qt/css1/box_properties/acid_test-expected.txt:
26416 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
26417 * platform/qt/fast/block/basic/011-expected.txt:
26418 * platform/qt/fast/block/margin-collapse/103-expected.txt:
26419 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
26420 * platform/qt/fast/forms/002-expected.txt:
26421 * platform/qt/fast/forms/005-expected.txt:
26422 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
26423 * platform/qt/fast/forms/formmove-expected.txt:
26424 * platform/qt/fast/forms/formmove2-expected.txt:
26425 * platform/qt/fast/forms/input-align-image-expected.txt:
26426 * platform/qt/fast/forms/input-appearance-height-expected.txt:
26427 * platform/qt/fast/forms/input-type-change-expected.txt:
26428 * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
26429 * platform/qt/fast/forms/radio-attr-order-expected.txt:
26430 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
26431 * platform/qt/fast/forms/radio_checked-expected.txt:
26432 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
26433 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
26434 * platform/qt/fast/forms/searchfield-heights-expected.txt:
26435 * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt:
26436 * platform/qt/fast/forms/slider-thumb-stylability-expected.txt:
26437 * platform/qt/fast/inline/positionedLifetime-expected.txt:
26438 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
26439 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
26440 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
26441 * platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
26442 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
26443 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
26444 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
26445 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
26446
264472007-11-07 Lars Knoll <lars@trolltech.com>
26448
26449 Reviewed by Simon.
26450
26451 Update the list of skipped tests.
26452
26453 Three more tests are passing.
26454
26455 * platform/qt/Skipped:
26456
264572007-11-07 Lars Knoll <lars@trolltech.com>
26458
26459 Reviewed by Simon.
26460
26461 add more passing test cases.
26462
26463 * platform/qt/Skipped:
26464 * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Added.
26465 * platform/qt/editing/pasteboard/3976872-expected.txt: Added.
26466 * platform/qt/editing/pasteboard/4242293-1-expected.txt: Added.
26467 * platform/qt/editing/pasteboard/4242293-expected.txt: Added.
26468 * platform/qt/editing/pasteboard/4631972-expected.txt: Added.
26469 * platform/qt/editing/pasteboard/4641033-expected.txt: Added.
26470 * platform/qt/editing/pasteboard/4700297-expected.txt: Added.
26471 * platform/qt/editing/pasteboard/4806874-expected.txt: Added.
26472 * platform/qt/editing/pasteboard/4840662-expected.txt: Added.
26473 * platform/qt/editing/pasteboard/4944770-1-expected.txt: Added.
26474 * platform/qt/editing/pasteboard/4989774-expected.txt: Added.
26475 * platform/qt/editing/pasteboard/5006779-expected.txt: Added.
26476 * platform/qt/editing/pasteboard/5027857-expected.txt: Added.
26477 * platform/qt/editing/pasteboard/5032095-expected.txt: Added.
26478 * platform/qt/editing/pasteboard/5065605-expected.txt: Added.
26479 * platform/qt/editing/pasteboard/5071074-2-expected.txt: Added.
26480 * platform/qt/editing/pasteboard/5071074-expected.txt: Added.
26481 * platform/qt/editing/pasteboard/5075944-2-expected.txt: Added.
26482 * platform/qt/editing/pasteboard/5075944-3-expected.txt: Added.
26483 * platform/qt/editing/pasteboard/5075944-expected.txt: Added.
26484 * platform/qt/editing/pasteboard/5134759-expected.txt: Added.
26485 * platform/qt/editing/pasteboard/5156401-1-expected.txt: Added.
26486 * platform/qt/editing/pasteboard/5245519-expected.txt: Added.
26487 * platform/qt/editing/pasteboard/5247341-expected.txt: Added.
26488 * platform/qt/editing/pasteboard/5368833-expected.txt: Added.
26489 * platform/qt/editing/pasteboard/5387578-expected.txt: Added.
26490 * platform/qt/editing/pasteboard/5478250-expected.txt: Added.
26491 * platform/qt/editing/pasteboard/5483567-expected.txt: Added.
26492 * platform/qt/editing/pasteboard/7955-expected.txt: Added.
26493 * platform/qt/editing/pasteboard/8145-1-expected.txt: Added.
26494 * platform/qt/editing/pasteboard/8145-2-expected.txt: Added.
26495 * platform/qt/editing/pasteboard/8145-3-expected.txt: Added.
26496 * platform/qt/editing/pasteboard/bad-placeholder-expected.txt: Added.
26497 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Added.
26498 * platform/qt/editing/pasteboard/cut-text-001-expected.txt: Added.
26499 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
26500 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: Added.
26501 * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Added.
26502 * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
26503 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: Added.
26504 * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Added.
26505 * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: Added.
26506 * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: Added.
26507 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: Added.
26508 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: Added.
26509 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt: Added.
26510 * platform/qt/editing/pasteboard/merge-end-1-expected.txt: Added.
26511 * platform/qt/editing/pasteboard/merge-end-2-expected.txt: Added.
26512 * platform/qt/editing/pasteboard/merge-end-3-expected.txt: Added.
26513 * platform/qt/editing/pasteboard/merge-end-4-expected.txt: Added.
26514 * platform/qt/editing/pasteboard/merge-end-5-expected.txt: Added.
26515 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: Added.
26516 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt: Added.
26517 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Added.
26518 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Added.
26519 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: Added.
26520 * platform/qt/editing/pasteboard/merge-start-list-expected.txt: Added.
26521 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
26522 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
26523 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Added.
26524 * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: Added.
26525 * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Added.
26526 * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Added.
26527 * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: Added.
26528 * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: Added.
26529 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: Added.
26530 * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: Added.
26531 * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: Added.
26532 * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: Added.
26533 * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: Added.
26534 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: Added.
26535 * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: Added.
26536 * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: Added.
26537 * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: Added.
26538 * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: Added.
26539 * platform/qt/editing/pasteboard/paste-list-001-expected.txt: Added.
26540 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: Added.
26541 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: Added.
26542 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Added.
26543 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Added.
26544 * platform/qt/editing/pasteboard/paste-table-001-expected.txt: Added.
26545 * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Added.
26546 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Added.
26547 * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Added.
26548 * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Added.
26549 * platform/qt/editing/pasteboard/paste-text-004-expected.txt: Added.
26550 * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Added.
26551 * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Added.
26552 * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Added.
26553 * platform/qt/editing/pasteboard/paste-text-009-expected.txt: Added.
26554 * platform/qt/editing/pasteboard/paste-text-010-expected.txt: Added.
26555 * platform/qt/editing/pasteboard/paste-text-011-expected.txt: Added.
26556 * platform/qt/editing/pasteboard/paste-text-012-expected.txt: Added.
26557 * platform/qt/editing/pasteboard/paste-text-014-expected.txt: Added.
26558 * platform/qt/editing/pasteboard/paste-text-015-expected.txt: Added.
26559 * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Added.
26560 * platform/qt/editing/pasteboard/paste-text-017-expected.txt: Added.
26561 * platform/qt/editing/pasteboard/paste-text-018-expected.txt: Added.
26562 * platform/qt/editing/pasteboard/paste-text-019-expected.txt: Added.
26563 * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added.
26564 * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added.
26565 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added.
26566 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Added.
26567 * platform/qt/editing/pasteboard/pasting-object-expected.txt: Added.
26568 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt: Added.
26569 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
26570 * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
26571 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Added.
26572 * platform/qt/editing/pasteboard/styled-element-markup-expected.txt: Added.
26573 * platform/qt/editing/selection/4932260-1-expected.txt: Added.
26574 * platform/qt/editing/selection/5234383-1-expected.txt: Added.
26575 * platform/qt/editing/selection/extend-by-word-002-expected.txt: Added.
26576 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
26577 * platform/qt/editing/selection/select-box-expected.txt: Added.
26578 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
26579 * platform/qt/editing/style/font-family-with-space-expected.txt: Added.
26580 * platform/qt/editing/style/non-inheritable-styles-expected.txt: Added.
26581 * platform/qt/editing/style/relative-font-size-change-002-expected.txt: Added.
26582 * platform/qt/editing/undo/undo-misspellings-expected.txt: Added.
26583 * platform/qt/editing/undo/undo-typing-001-expected.txt: Added.
26584 * platform/qt/editing/unsupported-content/list-delete-001-expected.txt: Added.
26585 * platform/qt/editing/unsupported-content/list-delete-003-expected.txt: Added.
26586 * platform/qt/editing/unsupported-content/list-type-after-expected.txt: Added.
26587 * platform/qt/editing/unsupported-content/list-type-before-expected.txt: Added.
26588 * platform/qt/editing/unsupported-content/table-delete-001-expected.txt: Added.
26589 * platform/qt/editing/unsupported-content/table-delete-002-expected.txt: Added.
26590 * platform/qt/editing/unsupported-content/table-delete-003-expected.txt: Added.
26591 * platform/qt/editing/unsupported-content/table-type-after-expected.txt: Added.
26592 * platform/qt/editing/unsupported-content/table-type-before-expected.txt: Added.
26593
265942007-11-07 Alexey Proskuryakov <ap@nypop.com>
26595
26596 Finished moving editing/pasteboard/5583362.html to platform/mac (this test was crashing in ObjC test plugin,
26597 because it couldn't find its resources).
26598
26599 * editing/resources/plaintext-pasteboard-data.dat: Removed.
26600 * platform/mac/editing/resources: Added.
26601 * platform/mac/editing/resources/plaintext-pasteboard-data.dat: Copied from editing/resources/plaintext-pasteboard-data.dat.
26602
266032007-11-07 Dan Bernstein <mitz@apple.com>
26604
26605 Reviewed by Brady Eidson.
26606
26607 - test for http://bugs.webkit.org/show_bug.cgi?id=15877
26608 REGRESSION: r27486 caused a layout regression at my bank's website
26609
26610 * fast/block/float/overhanging-after-height-decrease-offsets.html: Added.
26611 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.checksum: Added.
26612 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Added.
26613 * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Added.
26614
266152007-11-06 Adam Roben <aroben@apple.com>
26616
26617 Move a Mac-specific test to platform/mac
26618
26619 * editing/pasteboard/5583362.html: Removed.
26620 * platform/mac/editing/pasteboard/5583362.html: Added.
26621
266222007-11-06 Beth Dakin <bdakin@apple.com>
26623
26624 Reviewed by Sam.
26625
26626 New test for <rdar://problem/5575812> REGRESSION:When using
26627 absolute positioning with overflow:auto div, WebKit seems to add an
26628 additional 15px
26629 * fast/overflow/overflow-auto-position-absolute.html: Added.
26630 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.checksum: Added.
26631 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
26632 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt: Added.
26633
26634 Test with changed results. The measurements in the rtl example now
26635 more closely mirror the ltr example.
26636 * platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
26637
266382007-11-06 Justin Garcia <justin.garcia@apple.com>
26639
26640 Reviewed by Dan Bernstein.
26641
26642 <rdar://problem/5583387> ASSERTION FAILED: !refChild->hasTagName(bodyTag) when pasting newline in plain text into rich text Mail
26643 <rdar://problem/5583362> REGRESSION (5523.10.3-TOT): Newlines stripped when pasting plain text in Mail
26644
26645 * editing/pasteboard/5583362.html: Added.
26646 * editing/resources/plaintext-pasteboard-data.dat: Added.
26647 * platform/mac/editing/pasteboard/5583362-expected.checksum: Added.
26648 * platform/mac/editing/pasteboard/5583362-expected.png: Added.
26649 * platform/mac/editing/pasteboard/5583362-expected.txt: Added.
26650
266512007-11-06 Antti Koivisto <antti@apple.com>
26652
26653 Correct test results.
26654
26655 * platform/mac/fast/layers/layer-visibility-expected.txt:
26656
266572007-11-06 Antti Koivisto <antti@apple.com>
26658
26659 Reviewed by Hyatt.
26660
26661 Update test to cover
26662 <rdar://problem/5521068>
26663 Visibility not propagated correctly for children of a layer with z-index
26664
26665 The fix for this was (accidentally) already checked in with r27277,
26666 with retroactive r=hyatt.
26667
26668 * fast/layers/layer-visibility.html:
26669 * platform/mac/fast/layers/layer-visibility-expected.checksum:
26670 * platform/mac/fast/layers/layer-visibility-expected.png:
26671 * platform/mac/fast/layers/layer-visibility-expected.txt:
26672
266732007-11-06 Justin Garcia <justin.garcia@apple.com>
26674
26675 Reviewed by Darin Adler.
26676
26677 <rdar://problem/5576619> REGRESSION: Caret disappears after deleting the last character in inline hole (15714)
26678
26679 * platform/mac/editing/input/5576619-expected.checksum: Added.
26680 * platform/mac/editing/input/5576619-expected.png: Added.
26681 * platform/mac/editing/input/5576619-expected.txt: Added.
26682 * platform/mac/editing/input/5576619.html: Added.
26683 * platform/mac/editing/input/text-input-controller-expected.txt:
26684
266852007-11-06 Dan Bernstein <mitz@apple.com>
26686
26687 Reviewed by Antti Koivisto and Dave Hyatt.
26688
26689 - test for <rdar://problem/5582961> Incorrect layout and floating object list corruption when CSS decreases a block's height
26690
26691 * fast/block/float/overhanging-after-height-decrease.html: Added.
26692 * platform/mac-leopard/fast/block: Added.
26693 * platform/mac-leopard/fast/block/float: Added.
26694 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.checksum: Added.
26695 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
26696 * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt: Added.
26697
266982007-11-05 Adele Peterson <adele@apple.com>
26699
26700 Reviewed by Darin.
26701
26702 Added test for poster attribute.
26703
26704 * media/content/abe.png: Added.
26705 * media/content/greenbox.png: Added.
26706 * media/video-poster-expected.txt: Added.
26707 * media/video-poster.html: Added.
26708
267092007-11-06 Antti Koivisto <antti@apple.com>
26710
26711 Reviewed by Darin.
26712
26713 Tests for media src attribute changes.
26714
26715 * media/video-src-change-expected.txt: Added.
26716 * media/video-src-change.html: Added.
26717 * media/video-src-remove-expected.txt: Added.
26718 * media/video-src-remove.html: Added.
26719 * media/video-src-set-expected.txt: Added.
26720 * media/video-src-set.html: Added.
26721 * media/video-test.js:
26722
267232007-11-06 Dan Bernstein <mitz@apple.com>
26724
26725 Reviewed by Darin Adler.
26726
26727 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15838
26728 Incomplete repaint toggling "How you know this person" on Facebook
26729
26730 * fast/repaint/make-children-non-inline.html: Added.
26731 * platform/mac/fast/repaint/make-children-non-inline-expected.txt: Added.
26732 * platform/mac-leopard/fast/repaint: Added.
26733 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.checksum: Added.
26734 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.png: Added.
26735
267362007-11-05 Adam Roben <aroben@apple.com>
26737
26738 Remove a now-passing test from the Windows Skipped file
26739
26740 Reviewed by Eric.
26741
26742 * platform/win/Skipped:
26743
267442007-11-05 Dan Bernstein <mitz@apple.com>
26745
26746 Reviewed by Oliver Hunt.
26747
26748 - test that an all-whitespace class attribute does not cause an assertion failure
26749
26750 * fast/dom/class-all-whitespace-expected.txt: Added.
26751 * fast/dom/class-all-whitespace.html: Added.
26752
267532007-11-05 Alexey Proskuryakov <ap@webkit.org>
26754
26755 Reviewed by Darin.
26756
26757 http://bugs.webkit.org/show_bug.cgi?id=15841
26758 fast/dom/Document/early-document-access.html crashes under GuardMalloc
26759
26760 * fast/dom/Document/early-document-access.html: Don't check for open() timeout;
26761 wait for popup window to close as long as it takes.
26762
267632007-11-03 Darin Adler <darin@apple.com>
26764
26765 Reviewed by Maciej.
26766
26767 - updates for http://bugs.webkit.org/show_bug.cgi?id=15814
26768 <rdar://problem/5536644> fast/js/kde/encode_decode_uri.html fails
26769
26770 * fast/js/kde/resources/encode_decode_uri.js: Rewrote the test to cover edges better,
26771 and use the should functions in a way that makes failures easier to understand.
26772 * fast/js/kde/encode_decode_uri-expected.txt: Updated.
26773
267742007-11-02 Antti Koivisto <antti@apple.com>
26775
26776 Reviewed by Adam.
26777
26778 Test for video width/height DOM and content attributes.
26779
26780 * media/video-width-height-expected.txt: Added.
26781 * media/video-width-height.html: Added.
26782
267832007-11-02 Darin Adler <darin@apple.com>
26784
26785 Reviewed by Mitz.
26786
26787 - test for http://bugs.webkit.org/show_bug.cgi?id=15806
26788 <rdar://problem/5561626> ASSERT(element->isRadioButton()) fires destroying form elements
26789
26790 * fast/forms/remove-radio-button-assert-expected.txt: Added.
26791 * fast/forms/remove-radio-button-assert.html: Added.
26792
267932007-11-02 Darin Adler <darin@apple.com>
26794
26795 Reviewed by Mitz.
26796
26797 - update tests affected by fix for <rdar://problem/5530185> WebKit does not show
26798 <object> fallback content when both URL and MIME type is omitted
26799
26800 * dom/html/level2/html/AppletsCollection-expected.txt: The text "Nothing here!" renders now.
26801 * fast/dom/HTMLDocument/object-by-name-unknown-child-element-expected.txt: Some blank
26802 space renders now.
26803 * platform/mac/fast/invalid/residual-style-expected.txt: A font element renders now.
26804
268052007-11-01 Dan Bernstein <mitz@apple.com>
26806
26807 - fix typo in test name
26808
26809 * fast/repaint/layout-state-only-posiitoned.html: Removed.
26810 * fast/repaint/layout-state-only-positioned.html: Copied from fast/repaint/layout-state-only-posiitoned.html.
26811 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Removed.
26812 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Removed.
26813 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Removed.
26814 * platform/mac/fast/repaint/layout-state-only-positioned-expected.checksum: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum.
26815 * platform/mac/fast/repaint/layout-state-only-positioned-expected.png: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png.
26816 * platform/mac/fast/repaint/layout-state-only-positioned-expected.txt: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt.
26817
268182007-11-01 Geoffrey Garen <ggaren@apple.com>
26819
26820 Reviewed by Maciej Stachowiak.
26821
26822 Layout test for http://bugs.webkit.org/show_bug.cgi?id=15785
26823 REGRESSION(r27344): Crash on load at finance.yahoo.com
26824
26825 * fast/js/activation-object-function-lifetime-expected.txt: Added.
26826 * fast/js/activation-object-function-lifetime.html: Added.
26827
268282007-11-01 Dan Bernstein <mitz@apple.com>
26829
26830 Reviewed by Dave Hyatt.
26831
26832 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15015
26833 <rdar://problem/5420308> Most of www.aol.com redraws unnecessarily when headline/photo section changes
26834
26835 * fast/repaint/overflow-clip-subtree-layout.html: Added.
26836 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.checksum: Added.
26837 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
26838 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
26839
268402007-10-31 Adam Roben <aroben@apple.com>
26841
26842 Add Windows-specific results for window-properties
26843
26844 HTML Timed Media elements aren't implemented yet on Windows.
26845
26846 * platform/win/fast/dom/Window/window-properties-expected.txt: Added.
26847
268482007-10-31 Adam Roben <aroben@apple.com>
26849
26850 New test for a crash when parsing a cubic-bezier function
26851
26852 Reviewed by Hyatt.
26853
26854 * fast/css/parse-timing-function-crash-expected.txt: Added.
26855 * fast/css/parse-timing-function-crash.html: Added.
26856
268572007-10-31 Justin Garcia <justin.garcia@apple.com>
26858
26859 Reviewed by Dave Harrison.
26860
26861 * editing/execCommand/5569741.html: Added.
26862 * platform/mac/editing/execCommand/5569741-expected.checksum: Added.
26863 * platform/mac/editing/execCommand/5569741-expected.png: Added.
26864 * platform/mac/editing/execCommand/5569741-expected.txt: Added.
26865
268662007-10-31 Antti Koivisto <antti@apple.com>
26867
26868 Remove timing dependent, occasionally failing cue point tests.
26869 Cue points will be replaced with cue ranges soon anyway.
26870
26871 * media/video-cuepoint-pause-expected.txt: Removed.
26872 * media/video-cuepoint-remove-multiple-expected.txt: Removed.
26873 * media/video-cuepoint-multiple-expected.txt: Removed.
26874 * media/video-cuepoint-remove-expected.txt: Removed.
26875 * media/video-cuepoint-pause.html: Removed.
26876 * media/video-cuepoint-remove-multiple.html: Removed.
26877 * media/video-cuepoint-multiple.html: Removed.
26878 * media/video-cuepoint-remove.html: Removed.
26879 * media/video-cuepoint-add-expected.txt: Removed.
26880 * media/video-cuepoint-add.html: Removed.
26881
268822007-10-31 Lars Knoll <lars@trolltech.com>
26883
26884 Reviewed by Simon.
26885
26886 Fixes in the XML tokenizer when using QXmlStream.
26887
26888 Use new functionality of QXmlStream in Qt 4.4 to simplify
26889 the code (but keep the old code for now to still support Qt 4.3).
26890
26891 Add proper support for namespace handling when parsing into
26892 a document fragment.
26893
26894 * platform/qt/Skipped:
26895 * platform/qt/dom/xhtml/level3/core/canonicalform10-expected.txt: Removed.
26896 * platform/qt/dom/xhtml/level3/core/canonicalform11-expected.txt: Removed.
26897
268982007-10-31 Alexey Proskuryakov <ap@webkit.org>
26899
26900 Reviewed by Darin.
26901
26902 http://bugs.webkit.org/show_bug.cgi?id=11001
26903 WebKit doesn't support RegExp.compile method
26904
26905 * fast/js/regexp-compile-expected.txt: Added.
26906 * fast/js/regexp-compile.html: Added.
26907 * fast/js/resources/regexp-compile.js: Added.
26908
269092007-10-31 Alexey Proskuryakov <ap@webkit.org>
26910
26911 Reviewed by Anders.
26912
26913 http://bugs.webkit.org/show_bug.cgi?id=15762
26914 XSLStylesheet loads subresources from a wrong URL
26915
26916 * fast/xsl/resources/xslt-second-level-import.xsl:
26917 * fast/parser/resources/external-entities.xsl.xsl:
26918 These tests depended on old buggy behavior.
26919
269202007-10-30 Antti Koivisto <antti@apple.com>
26921
26922 Reviewed by Maciej.
26923
26924 Media tests from feature branch.
26925
26926 * fast/dom/Window/window-properties-expected.txt: Replaced.
26927 * fast/dom/Window/window-properties.html: Replaced.
26928 * media: Added.
26929 * media/audio-constructor-expected.txt: Added.
26930 * media/audio-constructor-src-expected.txt: Added.
26931 * media/audio-constructor-src.html: Added.
26932 * media/audio-constructor.html: Added.
26933 * media/content: Added.
26934 * media/content/test.mp4: Added.
26935 * media/content/test.wav: Added.
26936 * media/progress-event-expected.txt: Added.
26937 * media/progress-event.html: Added.
26938 * media/video-append-source-expected.txt: Added.
26939 * media/video-append-source.html: Added.
26940 * media/video-autoplay-expected.txt: Added.
26941 * media/video-autoplay.html: Added.
26942 * media/video-buffered-expected.txt: Added.
26943 * media/video-buffered.html: Added.
26944 * media/video-cuepoint-add-expected.txt: Added.
26945 * media/video-cuepoint-add.html: Added.
26946 * media/video-cuepoint-multiple-expected.txt: Added.
26947 * media/video-cuepoint-multiple.html: Added.
26948 * media/video-cuepoint-pause-expected.txt: Added.
26949 * media/video-cuepoint-pause.html: Added.
26950 * media/video-cuepoint-remove-expected.txt: Added.
26951 * media/video-cuepoint-remove-multiple-expected.txt: Added.
26952 * media/video-cuepoint-remove-multiple.html: Added.
26953 * media/video-cuepoint-remove.html: Added.
26954 * media/video-currentTime-expected.txt: Added.
26955 * media/video-currentTime-set-expected.txt: Added.
26956 * media/video-currentTime-set.html: Added.
26957 * media/video-currentTime-set2-expected.txt: Added.
26958 * media/video-currentTime-set2.html: Added.
26959 * media/video-currentTime.html: Added.
26960 * media/video-dom-autoplay-expected.txt: Added.
26961 * media/video-dom-autoplay.html: Added.
26962 * media/video-dom-end-expected.txt: Added.
26963 * media/video-dom-end.html: Added.
26964 * media/video-dom-loopcount-expected.txt: Added.
26965 * media/video-dom-loopcount.html: Added.
26966 * media/video-dom-loopend-expected.txt: Added.
26967 * media/video-dom-loopend.html: Added.
26968 * media/video-dom-loopstart-expected.txt: Added.
26969 * media/video-dom-loopstart.html: Added.
26970 * media/video-dom-src-expected.txt: Added.
26971 * media/video-dom-src.html: Added.
26972 * media/video-dom-start-expected.txt: Added.
26973 * media/video-dom-start.html: Added.
26974 * media/video-end-expected.txt: Added.
26975 * media/video-end.html: Added.
26976 * media/video-error-abort-expected.txt: Added.
26977 * media/video-error-abort.html: Added.
26978 * media/video-error-does-not-exist-expected.txt: Added.
26979 * media/video-error-does-not-exist.html: Added.
26980 * media/video-load-networkState-expected.txt: Added.
26981 * media/video-load-networkState.html: Added.
26982 * media/video-load-readyState-expected.txt: Added.
26983 * media/video-load-readyState.html: Added.
26984 * media/video-loopcount-expected.txt: Added.
26985 * media/video-loopcount.html: Added.
26986 * media/video-loopend-expected.txt: Added.
26987 * media/video-loopend.html: Added.
26988 * media/video-loopstart-expected.txt: Added.
26989 * media/video-loopstart.html: Added.
26990 * media/video-muted-expected.txt: Added.
26991 * media/video-muted.html: Added.
26992 * media/video-no-autoplay-expected.txt: Added.
26993 * media/video-no-autoplay.html: Added.
26994 * media/video-seekable-expected.txt: Added.
26995 * media/video-seekable.html: Added.
26996 * media/video-size-expected.txt: Added.
26997 * media/video-size.html: Added.
26998 * media/video-source-expected.txt: Added.
26999 * media/video-source-media-expected.txt: Added.
27000 * media/video-source-media.html: Added.
27001 * media/video-source-type-expected.txt: Added.
27002 * media/video-source-type.html: Added.
27003 * media/video-source.html: Added.
27004 * media/video-src-expected.txt: Added.
27005 * media/video-src-source-expected.txt: Added.
27006 * media/video-src-source.html: Added.
27007 * media/video-src.html: Added.
27008 * media/video-start-expected.txt: Added.
27009 * media/video-start.html: Added.
27010 * media/video-test.js: Added.
27011 * media/video-volume-expected.txt: Added.
27012 * media/video-volume.html: Added.
27013 * platform/qt/Skipped:
27014 * platform/win/Skipped:
27015
270162007-10-30 Justin Garcia <set EMAIL_ADDRESS environment variable>
27017
27018 Reviewed by Darin Adler.
27019
27020 <rdar://problem/5549929> CrashTracer: [USER] 35 crashes at WebCore::CharacterData::insertData
27021
27022 * editing/inserting/5549929-1-expected.txt: Added.
27023 * editing/inserting/5549929-1.html: Added.
27024 * editing/inserting/5549929-2.html: Added.
27025 * editing/inserting/5549929-3.html: Added.
27026 * platform/mac/editing/inserting/5549929-2-expected.checksum: Added.
27027 * platform/mac/editing/inserting/5549929-2-expected.png: Added.
27028 * platform/mac/editing/inserting/5549929-2-expected.txt: Added.
27029 * platform/mac/editing/inserting/5549929-3-expected.checksum: Added.
27030 * platform/mac/editing/inserting/5549929-3-expected.png: Added.
27031 * platform/mac/editing/inserting/5549929-3-expected.txt: Added.
27032
270332007-10-30 Adam Roben <aroben@apple.com>
27034
27035 Add another failing test to the Windows Skipped file
27036
27037 * platform/win/Skipped:
27038
270392007-10-30 Sam Weinig <sam@webkit.org>
27040
27041 Rubber-stamped by Adam Roben.
27042
27043 Update test to not intermittently fail.
27044
27045 * http/tests/security/host-compare-case-insensitive-expected.txt:
27046 * http/tests/security/host-compare-case-insensitive.html:
27047 * http/tests/security/resources/cross-frame-iframe.html:
27048 * http/tests/security/resources/localhost-accesssor.html:
27049
270502007-10-30 Beth Dakin <bdakin@apple.com>
27051
27052 Rubber stamped by Geoff.
27053
27054 This test needed updated results from my patch last night. It has
27055 <parsererror> tags, which are now block instead on inline.
27056
27057 * platform/mac/fast/frames/onlyCommentInIFrame-expected.checksum: Replaced.
27058 * platform/mac/fast/frames/onlyCommentInIFrame-expected.png: Replaced.
27059 * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
27060
270612007-10-30 Beth Dakin <bdakin@apple.com>
27062
27063 Rubber stamped by Geoff.
27064
27065 Fixing two layout test mixups from my patch last night.
27066
27067 I added this test, but checked in old results:
27068 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
27069
27070 I removed the results of this test by accident:
27071 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Added.
27072
270732007-10-29 Beth Dakin <bdakin@apple.com>
27074
27075 Reviewed by Hyatt.
27076
27077 New tests and new results for old tests for <rdar://problem/
27078 5399614> anchor tag is not rendered without text content, works in
27079 Firefox with CSS background-image (13237)
27080
27081 New tests:
27082 * fast/inline/drawStyledEmptyInlines.html: Added.
27083 * fast/inline/drawStyledEmptyInlinesWithWS.html: Added.
27084 * fast/inline/emptyInlinesWithinLists.html: Added.
27085 * fast/inline/styledEmptyInlinesWithBRs.html: Added.
27086 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.checksum: Added.
27087 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png: Added.
27088 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt: Added.
27089 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.checksum: Added.
27090 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: Added.
27091 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added.
27092 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.checksum: Added.
27093 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png: Added.
27094 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.txt: Added.
27095 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.checksum: Added.
27096 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png: Added.
27097 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.txt: Added.
27098
27099 New results for tests with <paserererrors> since <parsererror> is
27100 now block.
27101 * platform/mac/fast/invalid/junk-data-expected.checksum: Replaced.
27102 * platform/mac/fast/invalid/junk-data-expected.png: Replaced.
27103 * platform/mac/fast/invalid/junk-data-expected.txt:
27104 * platform/mac/fast/invalid/missing-end-tag-expected.checksum: Replaced.
27105 * platform/mac/fast/invalid/missing-end-tag-expected.png: Replaced.
27106 * platform/mac/fast/invalid/missing-end-tag-expected.txt:
27107 * platform/mac/fast/parser/xhtml-alternate-entities-expected.checksum: Replaced.
27108 * platform/mac/fast/parser/xhtml-alternate-entities-expected.png: Replaced.
27109 * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
27110 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.checksum: Replaced.
27111 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png: Replaced.
27112 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Removed.
27113 * platform/mac/svg/custom/junk-data-expected.checksum: Replaced.
27114 * platform/mac/svg/custom/junk-data-expected.png: Replaced.
27115 * platform/mac/svg/custom/junk-data-expected.txt:
27116 * platform/mac/svg/custom/missing-xlink-expected.checksum: Replaced.
27117 * platform/mac/svg/custom/missing-xlink-expected.png: Replaced.
27118 * platform/mac/svg/custom/missing-xlink-expected.txt:
27119 * platform/mac/svg/hixie/error/012-expected.checksum: Replaced.
27120 * platform/mac/svg/hixie/error/012-expected.png: Replaced.
27121 * platform/mac/svg/hixie/error/012-expected.txt:
27122
271232007-10-29 Dan Bernstein <mitz@apple.com>
27124
27125 Reviewed by Adam Roben.
27126
27127 - test for http://bugs.webkit.org/show_bug.cgi?id=15750
27128 REGRESSION(r27173): Web Inspector freezes beneath Image::drawPattern()
27129
27130 * fast/backgrounds/size/zero.html: Added.
27131 * platform/mac/fast/backgrounds/size/zero-expected.checksum: Added.
27132 * platform/mac/fast/backgrounds/size/zero-expected.png: Added.
27133 * platform/mac/fast/backgrounds/size/zero-expected.txt: Added.
27134
271352007-10-29 Sam Weinig <sam@webkit.org>
27136
27137 Rubber-stamped by Adam Roben.
27138
27139 Simplify the dataURL xxs tests.
27140
27141 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
27142 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html:
27143 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
27144 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
27145 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html:
27146 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame.html:
27147 * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
27148 * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url.html:
27149 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
27150 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open.html:
27151 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
27152 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
27153 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
27154 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html:
27155 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
27156 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open.html:
27157
271582007-10-29 Alexey Proskuryakov <ap@webkit.org>
27159
27160 Reviewed by Mitz.
27161
27162 Test for http://bugs.webkit.org/show_bug.cgi?id=10030
27163 Star Alliance site is opened without the main frame
27164
27165 * fast/frames/location-change-expected.txt: Added.
27166 * fast/frames/location-change.html: Added.
27167 * fast/frames/resources/location-change-frame-1.html: Added.
27168 * fast/frames/resources/location-change-frame-2.html: Added.
27169
271702007-10-29 Dan Bernstein <mitz@apple.com>
27171
27172 Reviewed by John Sullivan,
27173
27174 - repaint test for <rdar://problem/5424455> REGRESSION (r21168-r21193, Tiger only): Safari scrollbar is clipped at top when loading particular RSS page
27175
27176 * fast/repaint/layout-state-only-posiitoned.html: Added.
27177 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Added.
27178 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Added.
27179 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Added.
27180
271812007-10-29 David Kilzer <ddkilzer@webkit.org>
27182
27183 Test for: REGRESSION (r17701): Favicons should be viewable as image documents
27184 <http://bugs.webkit.org/show_bug.cgi?id=15640>
27185
27186 Reviewed by Darin.
27187
27188 * fast/images/favicon-as-image.html: Added.
27189 * fast/images/resources/favicon.ico: Added.
27190 * platform/mac/fast/images/favicon-as-image-expected.checksum: Added.
27191 * platform/mac/fast/images/favicon-as-image-expected.png: Added.
27192 * platform/mac/fast/images/favicon-as-image-expected.txt: Added.
27193
271942007-10-28 Alexey Proskuryakov <ap@webkit.org>
27195
27196 Reviewed by Darin.
27197
27198 Test for http://bugs.webkit.org/show_bug.cgi?id=10734
27199
27200 * fast/dom/HTMLOptionElement/set-option-index-text-expected.txt: Added.
27201 * fast/dom/HTMLOptionElement/set-option-index-text.html: Added.
27202
272032007-10-28 Eric Seidel <eric@webkit.org>
27204
27205 Reviewed by aroben.
27206
27207 * platform/mac/svg/custom/path-bad-data-expected.txt: updated to better results
27208
272092007-10-28 Darin Adler <darin@apple.com>
27210
27211 Reviewed by Maciej.
27212
27213 - test for http://bugs.webkit.org/show_bug.cgi?id=15735
27214 remove GroupNode to simplify AST and possibly get a modest speedup
27215
27216 One test is a start at testing that parentheses are added when needed.
27217 The other test checks some aspects of object literals, since I changed
27218 the way the property names is handled in those. More tests are needed.
27219
27220 * fast/js/function-toString-object-literals-expected.txt: Added.
27221 * fast/js/function-toString-object-literals.html: Added.
27222 * fast/js/function-toString-parentheses-expected.txt: Added.
27223 * fast/js/function-toString-parentheses.html: Added.
27224 * fast/js/resources/function-toString-object-literals.js: Added.
27225 * fast/js/resources/function-toString-parentheses.js: Added.
27226
272272007-10-28 Adam Roben <aroben@apple.com>
27228
27229 Re-enable a bunch of passing tests on Windows
27230
27231 * platform/win/Skipped:
27232
272332007-10-27 Adam Roben <aroben@apple.com>
27234
27235 Updated Windows Skipped file for currently failing tests
27236
27237 * platform/win/Skipped:
27238
272392007-10-27 Adam Roben <aroben@apple.com>
27240
27241 Fix HTMLDocument12.xhtml on Leopard/Windows
27242
27243 <rdar://5313535> and <rdar://5539816>
27244
27245 The test succeeds on Leopard and Windows, but fails on Tiger. For some
27246 reason, failing expected results had been checked in to
27247 platform/mac-leopard. The test seems to be passing now, so I moved the
27248 failing results to platform/mac-tiger.
27249
27250 Reviewed by Maciej and Sam.
27251
27252 * platform/mac-leopard/dom/xhtml/level2/html/HTMLDocument12-expected.txt: Removed.
27253 * platform/mac-tiger/dom/xhtml/level2/html/HTMLDocument12-expected.txt:
27254 Moved from platform/mac-leopard.
27255
272562007-10-27 Sam Weinig <sam@webkit.org>
27257
27258 Hit with the rubber-stamp of Timothy Hatcher.
27259
27260 Tests for window.console's functions.
27261
27262 * fast/dom/Window/console-functions-expected.txt: Added.
27263 * fast/dom/Window/console-functions.html: Added.
27264
272652007-10-27 Sam Weinig <sam@webkit.org>
27266
27267 Reviewed by Tim Hatcher.
27268
27269 Speculative fix for an intermittently failing test
27270
27271 * fast/dom/Window/resources/opened-window.html: Added.
27272 * fast/dom/Window/window-early-properties.html: Use onload for opened
27273 window and use a local file instead of a data: URL to avoid same origin
27274 check issues.
27275
272762007-10-27 Sam Weinig <sam@webkit.org>
27277
27278 Reviewed by Adam Roben.
27279
27280 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14953
27281 Implement window.console in WebCore
27282
27283 * fast/dom/Window/window-properties-expected.txt:
27284 * http/tests/security/cross-frame-access-put-expected.txt:
27285
272862007-10-27 Matt Lilek <webkit@mattlilek.com>
27287
27288 Update results.
27289
27290 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
27291
272922007-10-27 Adam Roben <aroben@apple.com>
27293
27294 Speculative fix for an intermittently failing test
27295
27296 Reviewed by Sam and Eric.
27297
27298 * http/tests/local/style-access-before-stylesheet-loaded.html: Use
27299 waitUntilDone/notifyDone.
27300
273012007-10-27 Adam Roben <aroben@apple.com>
27302
27303 Add some more failing tests to the Windows Skipped file
27304
27305 * platform/win/Skipped:
27306
273072007-10-27 Dan Bernstein <mitz@apple.com>
27308
27309 Reviewed by Darin Adler.
27310
27311 - test for <rdar://problem/5530657>
27312
27313 * fast/table/colgroup-relative-expected.txt: Added.
27314 * fast/table/colgroup-relative.html: Added.
27315
273162007-10-27 Julien <julien.chaffraix@gmail.com>
27317
27318 Reviewed by Alexey.
27319
27320 http://bugs.webkit.org/show_bug.cgi?id=13141
27321 XMLHttpRequest should set readyState to 0 after abort()
27322
27323 * fast/dom/xmlhttprequest-html-response-encoding.html: correct malformed page
27324 * http/tests/xmlhttprequest/xmlhttprequest-abord-readyState-expect.txt: Added.
27325 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Added.
27326
273272007-10-27 Dan Bernstein <mitz@apple.com>
27328
27329 Reviewed by Dave Hyatt.
27330
27331 - rotated border image test
27332
27333 * fast/borders/border-image-rotate-transform.html: Added.
27334 * platform/mac/fast/borders/border-image-rotate-transform-expected.checksum: Added.
27335 * platform/mac/fast/borders/border-image-rotate-transform-expected.png: Added.
27336 * platform/mac/fast/borders/border-image-rotate-transform-expected.txt: Added.
27337
273382007-10-27 Alexey Proskuryakov <ap@webkit.org>
27339
27340 Reviewed by Darin.
27341
27342 http://bugs.webkit.org/show_bug.cgi?id=15555
27343 XMLHttpRequest does not support charset "x-user-defined", which can
27344 facilitate loading of binary data
27345
27346 * http/tests/xmlhttprequest/binary-x-user-defined-expected.txt: Added.
27347 * http/tests/xmlhttprequest/binary-x-user-defined.html: Added.
27348 * http/tests/xmlhttprequest/resources/256.bin: Added.
27349
273502007-10-27 Alexey Proskuryakov <ap@webkit.org>
27351
27352 Reviewed by Darin.
27353
27354 Test by Christopher Rogers <christorogers@gmail.com>.
27355
27356 http://bugs.webkit.org/show_bug.cgi?id=15467
27357 Setting innerHTML to blank string in application/xhtml+xml mode
27358 throws DOM Exception 7
27359
27360 * fast/dom/blank-innerHTML-expected.txt: Added.
27361 * fast/dom/blank-innerHTML.xhtml: Added.
27362
273632007-10-26 Tristan O'Tierney <tristan@apple.com>
27364
27365 Reviewed by Darin Adler.
27366
27367 Added new test cases to handle non-number input to window adjusting
27368 functions like resizeTo, resizeBy, moveTo, and moveBy for
27369 <rdar://problem/5555053>.
27370
27371 * fast/dom/Window/window-resize-nan-expected.txt: Added.
27372 * fast/dom/Window/window-resize-nan.html: Added.
27373
273742007-10-26 Darin Adler <darin@apple.com>
27375
27376 Reviewed by Maciej.
27377
27378 - test changes for http://bugs.webkit.org/show_bug.cgi?id=15703
27379 fix numeric functions -- improve correctness and speed
27380
27381 * fast/js/resources/char-at.js: Updated test to expect that we get the first
27382 character if we pass NaN to charAt and charCodeAt; it's what the specification
27383 asks for and matches other browsers too.
27384 * fast/js/char-at-expected.txt: Updated.
27385
273862007-10-26 Mark Rowe <mrowe@apple.com>
27387
27388 Update expected results.
27389
27390 * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
27391
273922007-10-25 Alexey Proskuryakov <ap@webkit.org>
27393
27394 Reviewed by Darin.
27395
27396 http://bugs.webkit.org/show_bug.cgi?id=15650
27397 XML attribute nodes are not importable
27398
27399 * fast/dom/import-attribute-node-expected.txt: Added.
27400 * fast/dom/import-attribute-node.html: Added.
27401 * fast/dom/import-document-fragment-expected.txt: Added.
27402 * fast/dom/import-document-fragment.html: Added.
27403
27404 * dom/xhtml/level3/core/nodeisequalnode17-expected.txt: Now passes.
27405
274062007-10-25 Dan Bernstein <mitz@apple.com>
27407
27408 Reviewed by Dave Hyatt.
27409
27410 - test for http://bugs.webkit.org/show_bug.cgi?id=15362
27411 <rdar://problem/5558715> Safari Crashes when opening a JS TreeGrid widget
27412
27413 * fast/dynamic/insert-before-table-part-in-continuation.html: Added.
27414 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum: Added.
27415 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
27416 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
27417
274182007-10-25 Holger Freyther <zecke@selfish.org>
27419
27420 Reviewed by Simon Hausmann <hausmann@kde.org>.
27421
27422 * We need to set a != 0 status code for the fast/loader/xmlhttprequest-missing-file-exception.html
27423 * libxml2 has the semantic that when writing an empty string and finishing it will report an error. For QXmlStreamReader this is valid.
27424 * This is causing some regressions...
27425
27426
27427 * platform/qt/Skipped:
27428
274292007-10-25 Holger Freyther <zecke@selfish.org>
27430
27431 Reviewed by Simon Hausmann <hausmann@kde.org>.
27432
27433 * Make fast/loader/xmlhttprequest-bad-mimetype.html pass. We use QHttp to download local files but we may not set the HTTP result code on the ResourceResponse.
27434 * We can use the cross-platform result now. QWebNetworkInterface/Manager behaves the same as mac for local files.
27435
27436
27437 * platform/qt/Skipped:
27438 * platform/qt/fast/dom/xmlhttprequest-get-expected.txt: Removed.
27439
274402007-10-25 Holger Freyther <zecke@selfish.org>
27441
27442 Reviewed by Simon Hausmann <hausmann@kde.org>.
27443
27444 * Implement our own queuing of network jobs to allow special handling of synchronous jobs. This makes us pass the fast/dom/xmlhttprequest-html-response-encoding.html test without a crash. Sync jobs will get a special treatment over the normals ones and in theory more than one sync job is supported.
27445 * This should be thread-safe besides QWebNetworkJob::{ref,deref}
27446
27447
27448 * platform/qt/Skipped:
27449
274502007-10-25 Holger Freyther <zecke@selfish.org>
27451
27452 Reviewed by Simon Hausmann <hausmann@kde.org>.
27453
27454 * Do the percent replacement only when we are not base64. With base64 we should not have any % in it anyway.
27455 * Have a custom decodePercentEncoding method that works without doing any charset conversion. With converting back to latin1() we lost some information.
27456 * We pass the char-decoding.html test now
27457
27458
27459 * platform/qt/Skipped:
27460
274612007-10-25 Geoffrey Garen <ggaren@apple.com>
27462
27463 Layout tests for bugs that might result from changes like
27464 http://bugs.webkit.org/show_bug.cgi?id=15683
27465
27466 * fast/js/vardecl-preserve-parameters-expected.txt: Added.
27467 * fast/js/vardecl-preserve-parameters.html: Added.
27468 * fast/js/vardecl-preserve-vardecl-expected.txt: Added.
27469 * fast/js/vardecl-preserve-vardecl.html: Added.
27470
274712007-10-24 Justin Garcia <justin.garcia@apple.com>
27472
27473 Reviewed by Darin.
27474
27475 <rdar://problem/5544856>
27476 REGRESSION: After typing 2-byte text, undo only undoes one keystroke at a time
27477
27478 * platform/mac/editing/input/text-input-controller-expected.txt: The delete
27479 we were using previously to remove the old composition makes fewer calls to
27480 the editing delegate.
27481
274822007-10-24 Alice Liu <alice.liu@apple.com>
27483
27484 Removing fixed test
27485
27486 * platform/win/Skipped:
27487
274882007-10-24 Eric Seidel <eric@webkit.org>
27489
27490 Reviewed by Maciej.
27491
27492 Make sure we throw an un-catchable out of memory exception.
27493
27494 * fast/js/out-of-memory.html: Added.
27495
274962007-10-24 Dan Bernstein <mitz@apple.com>
27497
27498 Reviewed by Oliver Hunt.
27499
27500 - updated results to reflect which table parts are anonymous
27501
275022007-10-24 Mark Rowe <mrowe@apple.com>
27503
27504 Fix incorrect test results landed with r26986.
27505
27506 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt:
27507 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt:
27508
275092007-10-24 Lars Knoll <lars@trolltech.com>
27510
27511 Reviewed by Simon.
27512
27513 update test results.
27514
27515 * fast/dom/Window/new-window-opener-expected.txt:
27516 * fast/dom/Window/window-resize-expected.txt:
27517 * fast/dom/open-and-close-by-DOM-expected.txt:
27518 * fast/innerHTML/innerHTML-script-tag-crash-expected.txt:
27519 * fast/js/date-DST-time-cusps-expected.txt:
27520 * fast/js/date-big-setdate-expected.txt:
27521 * fast/js/navigator-mimeTypes-length-expected.txt:
27522 * fast/parser/entities-in-attributes-expected.txt:
27523 * fast/xpath/4XPath/Borrowed/od_20000608-expected.txt:
27524 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
27525 * platform/qt/css1/text_properties/text_transform-expected.txt:
27526 * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
27527 * platform/qt/editing/selection/4402375-expected.txt: Added.
27528 * platform/qt/editing/selection/4932260-3-expected.txt:
27529 * platform/qt/editing/selection/5234383-2-expected.txt:
27530 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
27531 * platform/qt/editing/selection/image-before-linebreak-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/image-before-linebreak-expected.txt.
27532 * platform/qt/editing/selection/replaced-boundaries-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.txt.
27533 * platform/qt/editing/selection/replaced-boundaries-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.txt.
27534 * platform/qt/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
27535 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
27536 * platform/qt/fast/dynamic/containing-block-change-expected.txt: Added.
27537 * platform/qt/fast/events/event-listener-on-link-expected.txt: Copied from LayoutTests/platform/mac/fast/events/event-listener-on-link-expected.txt.
27538 * platform/qt/fast/events/event-sender-mouse-moved-expected.txt: Added.
27539 * platform/qt/fast/events/label-focus-expected.txt: Added.
27540 * platform/qt/fast/events/onload-re-entry-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onload-re-entry-expected.txt.
27541 * platform/qt/fast/events/onloadFrameCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onloadFrameCrash-expected.txt.
27542 * platform/qt/fast/repaint/body-background-image-expected.txt: Added.
27543 * platform/qt/fast/repaint/focus-layers-expected.txt: Added.
27544 * platform/qt/fast/repaint/layer-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/layer-visibility-expected.txt.
27545 * platform/qt/fast/table/frame-and-rules-expected.txt:
27546 * platform/qt/fast/text/international/003-expected.txt:
27547 * platform/qt/fast/text/international/bidi-listbox-atsui-expected.txt:
27548 * platform/qt/fast/text/international/bidi-listbox-expected.txt:
27549 * platform/qt/fast/text/international/thai-line-breaks-expected.txt:
27550 * platform/qt/plugins/embed-attributes-style-expected.txt: Added.
27551
275522007-10-24 Julien Chaffraix <julien.chaffraix@gmail.com>
27553
27554 Reviewed by Darin.
27555
27556 Tests for http://bugs.webkit.org/show_bug.cgi?id=15356
27557 getResponseHeader and getAllResponseHeaders do not throw exceptions
27558
27559 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt: Added.
27560 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders.html: Added.
27561 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt: Added.
27562 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader.html: Added.
27563 * http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader-expected.txt: Added.
27564 * http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader.html: Added.
27565
275662007-10-24 Lars Knoll <lars@trolltech.com>
27567
27568 Reviewed by Simon.
27569
27570 these tests don't crash anymore :)
27571
27572 * platform/qt/Skipped:
27573 * platform/qt/editing/selection/mixed-editability-8-expected.txt: Added.
27574 * platform/qt/editing/style/remove-underline-across-paragraph-expected.txt: Added.
27575 * platform/qt/editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Added.
27576
275772007-10-24 Lars Knoll <lars@trolltech.com>
27578
27579 Reviewed by Simon.
27580
27581 add a layoutTestController.dumpSelectionRect() dummy. It only has an effect on mac pixel tests anyway. Makes us pass another 5 test cases.
27582
27583 * platform/qt/Skipped:
27584
275852007-10-24 Lars Knoll <lars@trolltech.com>
27586
27587 Reviewed by Simon.
27588
27589 we're passing most editing tests now. Commit them.
27590
27591 * platform/qt/Skipped:
27592 * platform/qt/editing/deleting/4845371-expected.txt: Added.
27593 * platform/qt/editing/deleting/4866671-expected.txt: Added.
27594 * platform/qt/editing/deleting/4875189-expected.txt: Added.
27595 * platform/qt/editing/deleting/4922367-expected.txt: Added.
27596 * platform/qt/editing/deleting/5026848-1-expected.txt: Added.
27597 * platform/qt/editing/deleting/5026848-2-expected.txt: Added.
27598 * platform/qt/editing/deleting/5026848-3-expected.txt: Added.
27599 * platform/qt/editing/deleting/5032066-expected.txt: Added.
27600 * platform/qt/editing/deleting/5091898-expected.txt: Added.
27601 * platform/qt/editing/deleting/5099303-expected.txt: Added.
27602 * platform/qt/editing/deleting/5115601-expected.txt: Added.
27603 * platform/qt/editing/deleting/5126166-expected.txt: Added.
27604 * platform/qt/editing/deleting/5144139-2-expected.txt: Added.
27605 * platform/qt/editing/deleting/5156801-2-expected.txt: Added.
27606 * platform/qt/editing/deleting/5156801-expected.txt: Added.
27607 * platform/qt/editing/deleting/5168598-expected.txt: Added.
27608 * platform/qt/editing/deleting/5206311-1-expected.txt: Added.
27609 * platform/qt/editing/deleting/5206311-2-expected.txt: Added.
27610 * platform/qt/editing/deleting/5272440-expected.txt: Added.
27611 * platform/qt/editing/deleting/5300379-expected.txt: Added.
27612 * platform/qt/editing/deleting/5369009-expected.txt: Added.
27613 * platform/qt/editing/deleting/5390681-2-expected.txt: Added.
27614 * platform/qt/editing/deleting/5390681-expected.txt: Added.
27615 * platform/qt/editing/deleting/5408255-expected.txt: Added.
27616 * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
27617 * platform/qt/editing/deleting/delete-3608430-fix-expected.txt: Added.
27618 * platform/qt/editing/deleting/delete-3608445-fix-expected.txt: Added.
27619 * platform/qt/editing/deleting/delete-3608462-fix-expected.txt: Added.
27620 * platform/qt/editing/deleting/delete-3775172-fix-expected.txt: Added.
27621 * platform/qt/editing/deleting/delete-3800834-fix-expected.txt: Added.
27622 * platform/qt/editing/deleting/delete-3857753-fix-expected.txt: Added.
27623 * platform/qt/editing/deleting/delete-3865854-fix-expected.txt: Added.
27624 * platform/qt/editing/deleting/delete-3928305-fix-expected.txt: Added.
27625 * platform/qt/editing/deleting/delete-3959464-fix-expected.txt: Added.
27626 * platform/qt/editing/deleting/delete-4038408-fix-expected.txt: Added.
27627 * platform/qt/editing/deleting/delete-4083333-fix-expected.txt: Added.
27628 * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
27629 * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
27630 * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
27631 * platform/qt/editing/deleting/delete-and-undo-expected.txt: Added.
27632 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Added.
27633 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
27634 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
27635 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
27636 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
27637 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
27638 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
27639 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
27640 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
27641 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
27642 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
27643 * platform/qt/editing/deleting/delete-at-start-or-end-expected.txt: Added.
27644 * platform/qt/editing/deleting/delete-block-contents-001-expected.txt: Added.
27645 * platform/qt/editing/deleting/delete-block-contents-002-expected.txt: Added.
27646 * platform/qt/editing/deleting/delete-block-contents-003-expected.txt: Added.
27647 * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
27648 * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
27649 * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
27650 * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
27651 * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
27652 * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
27653 * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
27654 * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
27655 * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
27656 * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
27657 * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
27658 * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
27659 * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
27660 * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
27661 * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
27662 * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
27663 * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
27664 * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
27665 * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
27666 * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
27667 * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
27668 * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
27669 * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
27670 * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
27671 * platform/qt/editing/deleting/delete-block-table-expected.txt: Added.
27672 * platform/qt/editing/deleting/delete-br-001-expected.txt: Added.
27673 * platform/qt/editing/deleting/delete-br-002-expected.txt: Added.
27674 * platform/qt/editing/deleting/delete-br-003-expected.txt: Added.
27675 * platform/qt/editing/deleting/delete-br-004-expected.txt: Added.
27676 * platform/qt/editing/deleting/delete-br-005-expected.txt: Added.
27677 * platform/qt/editing/deleting/delete-br-006-expected.txt: Added.
27678 * platform/qt/editing/deleting/delete-br-007-expected.txt: Added.
27679 * platform/qt/editing/deleting/delete-br-008-expected.txt: Added.
27680 * platform/qt/editing/deleting/delete-br-009-expected.txt: Added.
27681 * platform/qt/editing/deleting/delete-br-010-expected.txt: Added.
27682 * platform/qt/editing/deleting/delete-br-011-expected.txt: Added.
27683 * platform/qt/editing/deleting/delete-br-012-expected.txt: Added.
27684 * platform/qt/editing/deleting/delete-by-word-001-expected.txt: Added.
27685 * platform/qt/editing/deleting/delete-by-word-002-expected.txt: Added.
27686 * platform/qt/editing/deleting/delete-character-001-expected.txt: Added.
27687 * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
27688 * platform/qt/editing/deleting/delete-first-list-item-expected.txt: Added.
27689 * platform/qt/editing/deleting/delete-hr-expected.txt: Added.
27690 * platform/qt/editing/deleting/delete-image-001-expected.txt: Added.
27691 * platform/qt/editing/deleting/delete-image-002-expected.txt: Added.
27692 * platform/qt/editing/deleting/delete-image-003-expected.txt: Added.
27693 * platform/qt/editing/deleting/delete-image-004-expected.txt: Added.
27694 * platform/qt/editing/deleting/delete-leading-ws-001-expected.txt: Added.
27695 * platform/qt/editing/deleting/delete-line-001-expected.txt: Added.
27696 * platform/qt/editing/deleting/delete-line-002-expected.txt: Added.
27697 * platform/qt/editing/deleting/delete-line-003-expected.txt: Added.
27698 * platform/qt/editing/deleting/delete-line-004-expected.txt: Added.
27699 * platform/qt/editing/deleting/delete-line-005-expected.txt: Added.
27700 * platform/qt/editing/deleting/delete-line-006-expected.txt: Added.
27701 * platform/qt/editing/deleting/delete-line-007-expected.txt: Added.
27702 * platform/qt/editing/deleting/delete-line-008-expected.txt: Added.
27703 * platform/qt/editing/deleting/delete-line-009-expected.txt: Added.
27704 * platform/qt/editing/deleting/delete-line-010-expected.txt: Added.
27705 * platform/qt/editing/deleting/delete-line-011-expected.txt: Added.
27706 * platform/qt/editing/deleting/delete-line-012-expected.txt: Added.
27707 * platform/qt/editing/deleting/delete-line-013-expected.txt: Added.
27708 * platform/qt/editing/deleting/delete-line-014-expected.txt: Added.
27709 * platform/qt/editing/deleting/delete-line-015-expected.txt: Added.
27710 * platform/qt/editing/deleting/delete-line-016-expected.txt: Added.
27711 * platform/qt/editing/deleting/delete-line-017-expected.txt: Added.
27712 * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
27713 * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
27714 * platform/qt/editing/deleting/delete-link-1-expected.txt: Added.
27715 * platform/qt/editing/deleting/delete-listitem-001-expected.txt: Added.
27716 * platform/qt/editing/deleting/delete-listitem-002-expected.txt: Added.
27717 * platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
27718 * platform/qt/editing/deleting/delete-select-all-002-expected.txt: Added.
27719 * platform/qt/editing/deleting/delete-select-all-003-expected.txt: Added.
27720 * platform/qt/editing/deleting/delete-selection-001-expected.txt: Added.
27721 * platform/qt/editing/deleting/delete-tab-001-expected.txt: Added.
27722 * platform/qt/editing/deleting/delete-tab-002-expected.txt: Added.
27723 * platform/qt/editing/deleting/delete-tab-003-expected.txt: Added.
27724 * platform/qt/editing/deleting/delete-tab-004-expected.txt: Added.
27725 * platform/qt/editing/deleting/delete-to-select-table-expected.txt: Added.
27726 * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
27727 * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
27728 * platform/qt/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
27729 * platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
27730 * platform/qt/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
27731 * platform/qt/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
27732 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Added.
27733 * platform/qt/editing/deleting/forward-delete-expected.txt: Added.
27734 * platform/qt/editing/deleting/list-item-1-expected.txt: Added.
27735 * platform/qt/editing/deleting/merge-different-styles-expected.txt: Added.
27736 * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt: Added.
27737 * platform/qt/editing/deleting/merge-into-empty-block-1-expected.txt: Added.
27738 * platform/qt/editing/deleting/merge-into-empty-block-2-expected.txt: Added.
27739 * platform/qt/editing/deleting/merge-no-br-expected.txt: Added.
27740 * platform/qt/editing/deleting/merge-unrendered-space-expected.txt: Added.
27741 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt: Added.
27742 * platform/qt/editing/deleting/move-nodes-001-expected.txt: Added.
27743 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
27744 * platform/qt/editing/deleting/pruning-after-merge-2-expected.txt: Added.
27745 * platform/qt/editing/deleting/smart-delete-001-expected.txt: Added.
27746 * platform/qt/editing/deleting/smart-delete-002-expected.txt: Added.
27747 * platform/qt/editing/deleting/smart-delete-003-expected.txt: Added.
27748 * platform/qt/editing/deleting/smart-delete-004-expected.txt: Added.
27749 * platform/qt/editing/deleting/table-cells-expected.txt: Added.
27750 * platform/qt/editing/deleting/transpose-empty-expected.txt: Added.
27751 * platform/qt/editing/deleting/whitespace-pre-1-expected.txt: Added.
27752 * platform/qt/editing/execCommand/4580583-1-expected.txt: Added.
27753 * platform/qt/editing/execCommand/4580583-2-expected.txt: Added.
27754 * platform/qt/editing/execCommand/4641880-1-expected.txt: Added.
27755 * platform/qt/editing/execCommand/4641880-2-expected.txt: Added.
27756 * platform/qt/editing/execCommand/4747450-expected.txt: Added.
27757 * platform/qt/editing/execCommand/4786404-1-expected.txt: Added.
27758 * platform/qt/editing/execCommand/4786404-2-expected.txt: Added.
27759 * platform/qt/editing/execCommand/4916402-expected.txt: Added.
27760 * platform/qt/editing/execCommand/4916541-expected.txt: Added.
27761 * platform/qt/editing/execCommand/4916583-expected.txt: Added.
27762 * platform/qt/editing/execCommand/4920488-expected.txt: Added.
27763 * platform/qt/editing/execCommand/4920742-1-expected.txt: Added.
27764 * platform/qt/editing/execCommand/4924441-expected.txt: Added.
27765 * platform/qt/editing/execCommand/5049671-expected.txt: Added.
27766 * platform/qt/editing/execCommand/5062376-expected.txt: Added.
27767 * platform/qt/editing/execCommand/5080333-1-expected.txt: Added.
27768 * platform/qt/editing/execCommand/5080333-2-expected.txt: Added.
27769 * platform/qt/editing/execCommand/5119244-expected.txt: Added.
27770 * platform/qt/editing/execCommand/5120591-expected.txt: Added.
27771 * platform/qt/editing/execCommand/5136770-expected.txt: Added.
27772 * platform/qt/editing/execCommand/5138441-expected.txt: Added.
27773 * platform/qt/editing/execCommand/5142012-1-expected.txt: Added.
27774 * platform/qt/editing/execCommand/5142012-2-expected.txt: Added.
27775 * platform/qt/editing/execCommand/5142012-3-expected.txt: Added.
27776 * platform/qt/editing/execCommand/5144139-1-expected.txt: Added.
27777 * platform/qt/editing/execCommand/5164796-expected.txt: Added.
27778 * platform/qt/editing/execCommand/5190926-expected.txt: Added.
27779 * platform/qt/editing/execCommand/5207369-expected.txt: Added.
27780 * platform/qt/editing/execCommand/5210032-expected.txt: Added.
27781 * platform/qt/editing/execCommand/5432254-1-expected.txt: Added.
27782 * platform/qt/editing/execCommand/5432254-2-expected.txt: Added.
27783 * platform/qt/editing/execCommand/boldSelection-expected.txt: Added.
27784 * platform/qt/editing/execCommand/create-list-from-range-selection-expected.txt: Added.
27785 * platform/qt/editing/execCommand/create-list-with-hr-expected.txt: Added.
27786 * platform/qt/editing/execCommand/find-after-replace-expected.txt: Added.
27787 * platform/qt/editing/execCommand/findString-2-expected.txt: Added.
27788 * platform/qt/editing/execCommand/findString-expected.txt: Added.
27789 * platform/qt/editing/execCommand/format-block-expected.txt: Added.
27790 * platform/qt/editing/execCommand/format-block-from-range-selection-expected.txt: Added.
27791 * platform/qt/editing/execCommand/format-block-with-braces-expected.txt: Added.
27792 * platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
27793 * platform/qt/editing/execCommand/hilitecolor-expected.txt: Added.
27794 * platform/qt/editing/execCommand/indent-empty-root-expected.txt: Added.
27795 * platform/qt/editing/execCommand/indent-list-item-expected.txt: Added.
27796 * platform/qt/editing/execCommand/indent-selection-expected.txt: Added.
27797 * platform/qt/editing/execCommand/insert-list-and-stitch-expected.txt: Added.
27798 * platform/qt/editing/execCommand/insert-list-empty-div-expected.txt: Added.
27799 * platform/qt/editing/execCommand/insert-list-with-id-expected.txt: Added.
27800 * platform/qt/editing/execCommand/insertHTML-expected.txt: Added.
27801 * platform/qt/editing/execCommand/insertHorizontalRule-expected.txt: Added.
27802 * platform/qt/editing/execCommand/insertImage-expected.txt: Added.
27803 * platform/qt/editing/execCommand/modifyForeColorByCharacter-expected.txt: Added.
27804 * platform/qt/editing/execCommand/outdent-selection-expected.txt: Added.
27805 * platform/qt/editing/execCommand/paste-1-expected.txt: Added.
27806 * platform/qt/editing/execCommand/paste-2-expected.txt: Added.
27807 * platform/qt/editing/execCommand/print-expected.txt: Added.
27808 * platform/qt/editing/execCommand/remove-formatting-2-expected.txt: Added.
27809 * platform/qt/editing/execCommand/remove-formatting-expected.txt: Added.
27810 * platform/qt/editing/execCommand/remove-list-1-expected.txt: Added.
27811 * platform/qt/editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
27812 * platform/qt/editing/execCommand/remove-list-item-1-expected.txt: Added.
27813 * platform/qt/editing/execCommand/remove-list-items-expected.txt: Added.
27814 * platform/qt/editing/execCommand/selectAll-expected.txt: Added.
27815 * platform/qt/editing/execCommand/strikethroughSelection-expected.txt: Added.
27816 * platform/qt/editing/execCommand/switch-list-type-expected.txt: Added.
27817 * platform/qt/editing/inserting/12882-expected.txt: Added.
27818 * platform/qt/editing/inserting/4278698-expected.txt: Added.
27819 * platform/qt/editing/inserting/4840662-expected.txt: Added.
27820 * platform/qt/editing/inserting/4875189-1-expected.txt: Added.
27821 * platform/qt/editing/inserting/4875189-2-expected.txt: Added.
27822 * platform/qt/editing/inserting/4959067-expected.txt: Added.
27823 * platform/qt/editing/inserting/4960120-1-expected.txt: Added.
27824 * platform/qt/editing/inserting/4960120-2-expected.txt: Added.
27825 * platform/qt/editing/inserting/5002441-expected.txt: Added.
27826 * platform/qt/editing/inserting/5058163-1-expected.txt: Added.
27827 * platform/qt/editing/inserting/5058163-2-expected.txt: Added.
27828 * platform/qt/editing/inserting/5156401-2-expected.txt: Added.
27829 * platform/qt/editing/inserting/5418891-expected.txt: Added.
27830 * platform/qt/editing/inserting/before-after-input-element-expected.txt: Added.
27831 * platform/qt/editing/inserting/editable-html-element-expected.txt: Added.
27832 * platform/qt/editing/inserting/editable-inline-element-expected.txt: Added.
27833 * platform/qt/editing/inserting/edited-whitespace-1-expected.txt: Added.
27834 * platform/qt/editing/inserting/editing-empty-divs-expected.txt: Added.
27835 * platform/qt/editing/inserting/insert-3654864-fix-expected.txt: Added.
27836 * platform/qt/editing/inserting/insert-3659587-fix-expected.txt: Added.
27837 * platform/qt/editing/inserting/insert-3775316-fix-expected.txt: Added.
27838 * platform/qt/editing/inserting/insert-3778059-fix-expected.txt: Added.
27839 * platform/qt/editing/inserting/insert-3786362-fix-expected.txt: Added.
27840 * platform/qt/editing/inserting/insert-3800346-fix-expected.txt: Added.
27841 * platform/qt/editing/inserting/insert-3851164-fix-expected.txt: Added.
27842 * platform/qt/editing/inserting/insert-after-delete-001-expected.txt: Added.
27843 * platform/qt/editing/inserting/insert-at-end-01-expected.txt: Added.
27844 * platform/qt/editing/inserting/insert-at-end-02-expected.txt: Added.
27845 * platform/qt/editing/inserting/insert-before-link-1-expected.txt: Added.
27846 * platform/qt/editing/inserting/insert-br-001-expected.txt: Added.
27847 * platform/qt/editing/inserting/insert-br-002-expected.txt: Added.
27848 * platform/qt/editing/inserting/insert-br-003-expected.txt: Added.
27849 * platform/qt/editing/inserting/insert-br-004-expected.txt: Added.
27850 * platform/qt/editing/inserting/insert-br-005-expected.txt: Added.
27851 * platform/qt/editing/inserting/insert-br-006-expected.txt: Added.
27852 * platform/qt/editing/inserting/insert-br-007-expected.txt: Added.
27853 * platform/qt/editing/inserting/insert-br-008-expected.txt: Added.
27854 * platform/qt/editing/inserting/insert-br-009-expected.txt: Added.
27855 * platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added.
27856 * platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added.
27857 * platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added.
27858 * platform/qt/editing/inserting/insert-br-quoted-001-expected.txt: Added.
27859 * platform/qt/editing/inserting/insert-br-quoted-002-expected.txt: Added.
27860 * platform/qt/editing/inserting/insert-br-quoted-003-expected.txt: Added.
27861 * platform/qt/editing/inserting/insert-br-quoted-004-expected.txt: Added.
27862 * platform/qt/editing/inserting/insert-br-quoted-005-expected.txt: Added.
27863 * platform/qt/editing/inserting/insert-br-quoted-006-expected.txt: Added.
27864 * platform/qt/editing/inserting/insert-div-001-expected.txt: Added.
27865 * platform/qt/editing/inserting/insert-div-002-expected.txt: Added.
27866 * platform/qt/editing/inserting/insert-div-003-expected.txt: Added.
27867 * platform/qt/editing/inserting/insert-div-004-expected.txt: Added.
27868 * platform/qt/editing/inserting/insert-div-005-expected.txt: Added.
27869 * platform/qt/editing/inserting/insert-div-006-expected.txt: Added.
27870 * platform/qt/editing/inserting/insert-div-007-expected.txt: Added.
27871 * platform/qt/editing/inserting/insert-div-008-expected.txt: Added.
27872 * platform/qt/editing/inserting/insert-div-009-expected.txt: Added.
27873 * platform/qt/editing/inserting/insert-div-010-expected.txt: Added.
27874 * platform/qt/editing/inserting/insert-div-011-expected.txt: Added.
27875 * platform/qt/editing/inserting/insert-div-012-expected.txt: Added.
27876 * platform/qt/editing/inserting/insert-div-013-expected.txt: Added.
27877 * platform/qt/editing/inserting/insert-div-014-expected.txt: Added.
27878 * platform/qt/editing/inserting/insert-div-015-expected.txt: Added.
27879 * platform/qt/editing/inserting/insert-div-016-expected.txt: Added.
27880 * platform/qt/editing/inserting/insert-div-017-expected.txt: Added.
27881 * platform/qt/editing/inserting/insert-div-018-expected.txt: Added.
27882 * platform/qt/editing/inserting/insert-div-019-expected.txt: Added.
27883 * platform/qt/editing/inserting/insert-div-020-expected.txt: Added.
27884 * platform/qt/editing/inserting/insert-div-021-expected.txt: Added.
27885 * platform/qt/editing/inserting/insert-div-022-expected.txt: Added.
27886 * platform/qt/editing/inserting/insert-div-023-expected.txt: Added.
27887 * platform/qt/editing/inserting/insert-div-024-expected.txt: Added.
27888 * platform/qt/editing/inserting/insert-div-025-expected.txt: Added.
27889 * platform/qt/editing/inserting/insert-div-026-expected.txt: Added.
27890 * platform/qt/editing/inserting/insert-div-027-expected.txt: Added.
27891 * platform/qt/editing/inserting/insert-paragraph-01-expected.txt: Added.
27892 * platform/qt/editing/inserting/insert-paragraph-02-expected.txt: Added.
27893 * platform/qt/editing/inserting/insert-paragraph-03-expected.txt: Added.
27894 * platform/qt/editing/inserting/insert-paragraph-04-expected.txt: Added.
27895 * platform/qt/editing/inserting/insert-paragraph-05-expected.txt: Added.
27896 * platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt: Added.
27897 * platform/qt/editing/inserting/insert-tab-001-expected.txt: Added.
27898 * platform/qt/editing/inserting/insert-tab-002-expected.txt: Added.
27899 * platform/qt/editing/inserting/insert-tab-003-expected.txt: Added.
27900 * platform/qt/editing/inserting/insert-tab-004-expected.txt: Added.
27901 * platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added.
27902 * platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added.
27903 * platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added.
27904 * platform/qt/editing/inserting/insert-text-with-newlines-expected.txt: Added.
27905 * platform/qt/editing/inserting/line-break-expected.txt: Added.
27906 * platform/qt/editing/inserting/paragraph-separator-01-expected.txt: Added.
27907 * platform/qt/editing/inserting/paragraph-separator-02-expected.txt: Added.
27908 * platform/qt/editing/inserting/paragraph-separator-03-expected.txt: Added.
27909 * platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
27910 * platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
27911 * platform/qt/editing/inserting/redo-expected.txt: Added.
27912 * platform/qt/editing/inserting/return-key-with-selection-001-expected.txt: Added.
27913 * platform/qt/editing/inserting/return-key-with-selection-002-expected.txt: Added.
27914 * platform/qt/editing/inserting/return-key-with-selection-003-expected.txt: Added.
27915 * platform/qt/editing/inserting/typing-001-expected.txt: Added.
27916 * platform/qt/editing/inserting/typing-002-expected.txt: Added.
27917 * platform/qt/editing/inserting/typing-003-expected.txt: Added.
27918 * platform/qt/editing/inserting/typing-around-br-001-expected.txt: Added.
27919 * platform/qt/editing/inserting/typing-around-image-001-expected.txt: Added.
27920 * platform/qt/editing/selection/13804-expected.txt: Added.
27921 * platform/qt/editing/selection/3690703-2-expected.txt: Added.
27922 * platform/qt/editing/selection/3690703-expected.txt: Added.
27923 * platform/qt/editing/selection/3690719-expected.txt: Added.
27924 * platform/qt/editing/selection/4397952-expected.txt: Added.
27925 * platform/qt/editing/selection/4776665-expected.txt: Added.
27926 * platform/qt/editing/selection/4818145-expected.txt: Added.
27927 * platform/qt/editing/selection/4866671-expected.txt: Added.
27928 * platform/qt/editing/selection/4889598-expected.txt: Added.
27929 * platform/qt/editing/selection/4895428-2-expected.txt: Added.
27930 * platform/qt/editing/selection/4895428-3-expected.txt: Added.
27931 * platform/qt/editing/selection/4932260-2-expected.txt: Added.
27932 * platform/qt/editing/selection/4932260-3-expected.txt: Added.
27933 * platform/qt/editing/selection/4960116-expected.txt: Added.
27934 * platform/qt/editing/selection/4960137-expected.txt: Added.
27935 * platform/qt/editing/selection/4983858-expected.txt: Added.
27936 * platform/qt/editing/selection/5007143-2-expected.txt: Added.
27937 * platform/qt/editing/selection/5007143-expected.txt: Added.
27938 * platform/qt/editing/selection/5076323-1-expected.txt: Added.
27939 * platform/qt/editing/selection/5076323-2-expected.txt: Added.
27940 * platform/qt/editing/selection/5076323-3-expected.txt: Added.
27941 * platform/qt/editing/selection/5081257-1-expected.txt: Added.
27942 * platform/qt/editing/selection/5081257-2-expected.txt: Added.
27943 * platform/qt/editing/selection/5099303-expected.txt: Added.
27944 * platform/qt/editing/selection/5131716-1-expected.txt: Added.
27945 * platform/qt/editing/selection/5131716-2-expected.txt: Added.
27946 * platform/qt/editing/selection/5131716-3-expected.txt: Added.
27947 * platform/qt/editing/selection/5131716-4-expected.txt: Added.
27948 * platform/qt/editing/selection/5136696-expected.txt: Added.
27949 * platform/qt/editing/selection/5195166-1-expected.txt: Added.
27950 * platform/qt/editing/selection/5195166-2-expected.txt: Added.
27951 * platform/qt/editing/selection/5234383-2-expected.txt: Added.
27952 * platform/qt/editing/selection/6476-expected.txt: Added.
27953 * platform/qt/editing/selection/7152-1-expected.txt: Added.
27954 * platform/qt/editing/selection/7152-2-expected.txt: Added.
27955 * platform/qt/editing/selection/addRange-expected.txt: Added.
27956 * platform/qt/editing/selection/after-line-wrap-expected.txt: Added.
27957 * platform/qt/editing/selection/caret-before-select-expected.txt: Added.
27958 * platform/qt/editing/selection/caret-rtl-2-expected.txt: Added.
27959 * platform/qt/editing/selection/caret-rtl-expected.txt: Added.
27960 * platform/qt/editing/selection/clear-selection-expected.txt: Added.
27961 * platform/qt/editing/selection/contenteditable-click-inside-expected.txt: Added.
27962 * platform/qt/editing/selection/contenteditable-click-outside-expected.txt: Added.
27963 * platform/qt/editing/selection/display-table-text-expected.txt: Added.
27964 * platform/qt/editing/selection/drag-in-iframe-expected.txt: Added.
27965 * platform/qt/editing/selection/editable-html-element-expected.txt: Added.
27966 * platform/qt/editing/selection/editable-non-editable-crash-expected.txt: Added.
27967 * platform/qt/editing/selection/end-of-document-expected.txt: Added.
27968 * platform/qt/editing/selection/extend-by-character-001-expected.txt: Added.
27969 * platform/qt/editing/selection/extend-by-character-002-expected.txt: Added.
27970 * platform/qt/editing/selection/extend-by-character-003-expected.txt: Added.
27971 * platform/qt/editing/selection/extend-by-character-004-expected.txt: Added.
27972 * platform/qt/editing/selection/extend-by-character-005-expected.txt: Added.
27973 * platform/qt/editing/selection/extend-by-character-006-expected.txt: Added.
27974 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt: Added.
27975 * platform/qt/editing/selection/extend-by-word-001-expected.txt: Added.
27976 * platform/qt/editing/selection/focus-body-expected.txt: Added.
27977 * platform/qt/editing/selection/focus_editable_html-expected.txt: Added.
27978 * platform/qt/editing/selection/iframe-expected.txt: Added.
27979 * platform/qt/editing/selection/inline-table-expected.txt: Added.
27980 * platform/qt/editing/selection/leave-requested-block-expected.txt: Added.
27981 * platform/qt/editing/selection/line-wrap-1-expected.txt: Added.
27982 * platform/qt/editing/selection/line-wrap-2-expected.txt: Added.
27983 * platform/qt/editing/selection/mixed-editability-2-expected.txt: Added.
27984 * platform/qt/editing/selection/mixed-editability-3-expected.txt: Added.
27985 * platform/qt/editing/selection/mixed-editability-4-expected.txt: Added.
27986 * platform/qt/editing/selection/mixed-editability-5-expected.txt: Added.
27987 * platform/qt/editing/selection/mixed-editability-6-expected.txt: Added.
27988 * platform/qt/editing/selection/mixed-editability-7-expected.txt: Added.
27989 * platform/qt/editing/selection/mixed-editability-9-expected.txt: Added.
27990 * platform/qt/editing/selection/move-3875618-fix-expected.txt: Added.
27991 * platform/qt/editing/selection/move-3875641-fix-expected.txt: Added.
27992 * platform/qt/editing/selection/move-backwords-by-word-001-expected.txt: Added.
27993 * platform/qt/editing/selection/move-between-blocks-no-001-expected.txt: Added.
27994 * platform/qt/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
27995 * platform/qt/editing/selection/move-by-character-001-expected.txt: Added.
27996 * platform/qt/editing/selection/move-by-character-002-expected.txt: Added.
27997 * platform/qt/editing/selection/move-by-character-003-expected.txt: Added.
27998 * platform/qt/editing/selection/move-by-character-004-expected.txt: Added.
27999 * platform/qt/editing/selection/move-by-character-005-expected.txt: Added.
28000 * platform/qt/editing/selection/move-by-character-6-expected.txt: Added.
28001 * platform/qt/editing/selection/move-by-line-001-expected.txt: Added.
28002 * platform/qt/editing/selection/move-by-line-002-expected.txt: Added.
28003 * platform/qt/editing/selection/move-by-sentence-001-expected.txt: Added.
28004 * platform/qt/editing/selection/move-by-word-001-expected.txt: Added.
28005 * platform/qt/editing/selection/node-removal-1-expected.txt: Added.
28006 * platform/qt/editing/selection/node-removal-2-expected.txt: Added.
28007 * platform/qt/editing/selection/previous-line-position-expected.txt: Added.
28008 * platform/qt/editing/selection/replace-selection-1-expected.txt: Added.
28009 * platform/qt/editing/selection/select-all-001-expected.txt: Added.
28010 * platform/qt/editing/selection/select-all-002-expected.txt: Added.
28011 * platform/qt/editing/selection/select-all-003-expected.txt: Added.
28012 * platform/qt/editing/selection/select-all-004-expected.txt: Added.
28013 * platform/qt/editing/selection/select-all-005-expected.txt: Added.
28014 * platform/qt/editing/selection/select-all-006-expected.txt: Added.
28015 * platform/qt/editing/selection/select-all-iframe-expected.txt: Added.
28016 * platform/qt/editing/selection/select-missing-image-expected.txt: Added.
28017 * platform/qt/editing/selection/selectNode-expected.txt: Added.
28018 * platform/qt/editing/selection/selectNodeContents-expected.txt: Added.
28019 * platform/qt/editing/selection/selection-3748164-fix-expected.txt: Added.
28020 * platform/qt/editing/selection/table-caret-1-expected.txt: Added.
28021 * platform/qt/editing/selection/table-caret-2-expected.txt: Added.
28022 * platform/qt/editing/selection/table-caret-3-expected.txt: Added.
28023 * platform/qt/editing/selection/unrendered-001-expected.txt: Added.
28024 * platform/qt/editing/selection/unrendered-002-expected.txt: Added.
28025 * platform/qt/editing/selection/unrendered-003-expected.txt: Added.
28026 * platform/qt/editing/selection/unrendered-004-expected.txt: Added.
28027 * platform/qt/editing/selection/unrendered-005-expected.txt: Added.
28028 * platform/qt/editing/selection/unrendered-space-expected.txt: Added.
28029 * platform/qt/editing/spelling/spelling-expected.txt: Added.
28030 * platform/qt/editing/style/4916887-expected.txt: Added.
28031 * platform/qt/editing/style/5017613-1-expected.txt: Added.
28032 * platform/qt/editing/style/5017613-2-expected.txt: Added.
28033 * platform/qt/editing/style/5046875-1-expected.txt: Added.
28034 * platform/qt/editing/style/5046875-2-expected.txt: Added.
28035 * platform/qt/editing/style/5065910-expected.txt: Added.
28036 * platform/qt/editing/style/5084241-expected.txt: Added.
28037 * platform/qt/editing/style/5228141-expected.txt: Added.
28038 * platform/qt/editing/style/5279521-expected.txt: Added.
28039 * platform/qt/editing/style/apple-style-editable-mix-expected.txt: Added.
28040 * platform/qt/editing/style/block-style-001-expected.txt: Added.
28041 * platform/qt/editing/style/block-style-002-expected.txt: Added.
28042 * platform/qt/editing/style/block-style-003-expected.txt: Added.
28043 * platform/qt/editing/style/block-style-004-expected.txt: Added.
28044 * platform/qt/editing/style/block-style-005-expected.txt: Added.
28045 * platform/qt/editing/style/block-style-006-expected.txt: Added.
28046 * platform/qt/editing/style/block-styles-007-expected.txt: Added.
28047 * platform/qt/editing/style/create-block-for-style-001-expected.txt: Added.
28048 * platform/qt/editing/style/create-block-for-style-002-expected.txt: Added.
28049 * platform/qt/editing/style/create-block-for-style-003-expected.txt: Added.
28050 * platform/qt/editing/style/create-block-for-style-004-expected.txt: Added.
28051 * platform/qt/editing/style/create-block-for-style-005-expected.txt: Added.
28052 * platform/qt/editing/style/create-block-for-style-006-expected.txt: Added.
28053 * platform/qt/editing/style/create-block-for-style-007-expected.txt: Added.
28054 * platform/qt/editing/style/create-block-for-style-008-expected.txt: Added.
28055 * platform/qt/editing/style/create-block-for-style-009-expected.txt: Added.
28056 * platform/qt/editing/style/create-block-for-style-010-expected.txt: Added.
28057 * platform/qt/editing/style/create-block-for-style-011-expected.txt: Added.
28058 * platform/qt/editing/style/create-block-for-style-012-expected.txt: Added.
28059 * platform/qt/editing/style/create-block-for-style-013-expected.txt: Added.
28060 * platform/qt/editing/style/designmode-expected.txt: Added.
28061 * platform/qt/editing/style/fontsize-1-expected.txt: Added.
28062 * platform/qt/editing/style/highlight-expected.txt: Added.
28063 * platform/qt/editing/style/relative-font-size-change-001-expected.txt: Added.
28064 * platform/qt/editing/style/relative-font-size-change-003-expected.txt: Added.
28065 * platform/qt/editing/style/relative-font-size-change-004-expected.txt: Added.
28066 * platform/qt/editing/style/remove-underline-after-paragraph-expected.txt: Added.
28067 * platform/qt/editing/style/remove-underline-after-paragraph-in-bold-expected.txt: Added.
28068 * platform/qt/editing/style/remove-underline-expected.txt: Added.
28069 * platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt: Added.
28070 * platform/qt/editing/style/remove-underline-in-bold-expected.txt: Added.
28071 * platform/qt/editing/style/smoosh-styles-001-expected.txt: Added.
28072 * platform/qt/editing/style/smoosh-styles-002-expected.txt: Added.
28073 * platform/qt/editing/style/smoosh-styles-003-expected.txt: Added.
28074 * platform/qt/editing/style/style-3690704-fix-expected.txt: Added.
28075 * platform/qt/editing/style/style-3998892-fix-expected.txt: Added.
28076 * platform/qt/editing/style/style-boundary-001-expected.txt: Added.
28077 * platform/qt/editing/style/style-boundary-002-expected.txt: Added.
28078 * platform/qt/editing/style/style-boundary-003-expected.txt: Added.
28079 * platform/qt/editing/style/style-boundary-004-expected.txt: Added.
28080 * platform/qt/editing/style/style-boundary-005-expected.txt: Added.
28081 * platform/qt/editing/style/table-selection-expected.txt: Added.
28082 * platform/qt/editing/style/typing-style-001-expected.txt: Added.
28083 * platform/qt/editing/style/typing-style-002-expected.txt: Added.
28084 * platform/qt/editing/style/unbold-in-bold-expected.txt: Added.
28085 * platform/qt/editing/style/underline-expected.txt: Added.
28086 * platform/qt/editing/undo/4063751-expected.txt: Added.
28087 * platform/qt/editing/undo/5378473-expected.txt: Added.
28088 * platform/qt/editing/undo/redo-typing-001-expected.txt: Added.
28089 * platform/qt/editing/undo/undo-combined-delete-boundary-expected.txt: Added.
28090 * platform/qt/editing/undo/undo-combined-delete-expected.txt: Added.
28091 * platform/qt/editing/undo/undo-delete-boundary-expected.txt: Added.
28092 * platform/qt/editing/undo/undo-delete-expected.txt: Added.
28093 * platform/qt/editing/undo/undo-forward-delete-boundary-expected.txt: Added.
28094 * platform/qt/editing/undo/undo-forward-delete-expected.txt: Added.
28095
280962007-10-24 Lars Knoll <lars@trolltech.com>
28097
28098 Reviewed by Simon.
28099
28100 convert the text to be text only, and fix it up a little so it doesn't depend on specific font metrics anymore.
28101
28102 * editing/deleting/pruning-after-merge-1-expected.txt: Added.
28103 * editing/deleting/pruning-after-merge-1.html:
28104 * platform/mac/editing/deleting/pruning-after-merge-1-expected.checksum: Removed.
28105 * platform/mac/editing/deleting/pruning-after-merge-1-expected.png: Removed.
28106 * platform/mac/editing/deleting/pruning-after-merge-1-expected.txt: Removed.
28107
281082007-10-24 Lars Knoll <lars@trolltech.com>
28109
28110 Reviewed by Simon.
28111
28112 explicitly add some tests that currently cause DRT to hang.
28113
28114 * platform/qt/Skipped:
28115
281162007-10-23 Justin Garcia <justin.garcia@apple.com>
28117
28118 Fixing an accidental change made in r25484.
28119
28120 * editing/pasteboard/quirks-mode-br-1.html:
28121 * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.checksum:
28122 * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.txt:
28123
281242007-10-23 Justin Garcia <justin.garcia@apple.com>
28125
28126 Reviewed by Oliver Hunt.
28127
28128 <rdar://problem/5544856>
28129 REGRESSION: After typing 2-byte text, undo only undoes one keystroke at a time
28130
28131 * platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt:
28132 * platform/mac/editing/input/text-input-controller-expected.txt:
28133 * platform/mac/editing/input/wrapped-line-char-rect-expected.txt:
28134
281352007-10-23 Adele Peterson <adele@apple.com>
28136
28137 Reviewed by Darin.
28138
28139 Test for <rdar://problem/5543228> CrashTracer: [USER] 2 crashes in Safari at com.apple.WebCore: WebCore::HTMLInputElement::defaultEventHandler + 872
28140
28141 * fast/forms/textfield-onchange-deletion-expected.txt: Added.
28142 * fast/forms/textfield-onchange-deletion.html: Added.
28143
281442007-10-23 Adam Roben <aroben@apple.com>
28145
28146 Add some SVG tests to the Windows Skipped file
28147
28148 Reviewed by Oliver.
28149
28150 * platform/win/Skipped:
28151
281522007-10-23 Darin Adler <darin@apple.com>
28153
28154 - removed numeric results so the test is more platform-independent
28155
28156 * fast/js/math-expected.txt: Updated.
28157 * fast/js/resources/math.js: Updated.
28158
281592007-10-23 Darin Adler <darin@apple.com>
28160
28161 Reviewed by Maciej.
28162
28163 - test for http://bugs.webkit.org/show_bug.cgi?id=15639
28164 Math functions
28165
28166 * fast/js/math-expected.txt: Added.
28167 * fast/js/math.html: Added.
28168 * fast/js/resources/math.js: Added.
28169
281702007-10-22 Eric Seidel <eric@webkit.org>
28171
28172 Reviewed by Maciej.
28173
28174 Add tests to verify that font-face-* DOM bindings are exposed correctly.
28175
28176 * fast/js/resources/js-test-pre.js: add shouldBeNull and shouldBeEqualToString
28177 * svg/dom/font-face-elements-expected.txt: Added.
28178 * svg/dom/font-face-elements.html: Added.
28179
281802007-10-22 Eric Seidel <eric@webkit.org>
28181
28182 Reviewed by hyatt.
28183
28184 Implement <font-face> and friends
28185 http://bugs.webkit.org/show_bug.cgi?id=10652
28186
28187 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum: Added.
28188 * platform/mac/svg/custom/font-face-cascade-order-expected.png: Added.
28189 * platform/mac/svg/custom/font-face-cascade-order-expected.txt: Added.
28190 * platform/mac/svg/custom/font-face-simple-expected.checksum: Added.
28191 * platform/mac/svg/custom/font-face-simple-expected.png: Added.
28192 * platform/mac/svg/custom/font-face-simple-expected.txt: Added.
28193 * platform/mac/svg/custom/font-face-source-fallback-expected.txt: Added.
28194 * svg/custom/font-face-cascade-order.svg: Added.
28195 * svg/custom/font-face-simple.svg: Added.
28196 * svg/custom/font-face-fallback.svg-disabled: Added. Disabled due to bug 15588
28197
281982007-10-22 Darin Adler <darin@apple.com>
28199
28200 Reviewed by Geoff.
28201
28202 - tests for http://bugs.webkit.org/show_bug.cgi?id=15632
28203
28204 Added tests for cases where you use something that looks like an array
28205 index, but it has a fractional part.
28206
28207 * fast/js/kde/resources/Array.js: Added tests.
28208 * fast/js/kde/Array-expected.txt: Updated.
28209
282102007-10-22 Darin Adler <darin@apple.com>
28211
28212 * fast/js/kde/resources/Array.js: Added tests to cover missing value behavior
28213 (not the same as undefined values in arrays). This matches the ECMA JavaScript
28214 specification, but doesn't exactly match Firefox, because Firefox incorrectly
28215 inserts undefined values rather than missing values in array literals with
28216 extra commas.
28217 * fast/js/kde/Array-expected.txt: Updated with results.
28218
282192007-10-21 Mark Rowe <mrowe@apple.com>
28220
28221 Reviewed by Mitz.
28222
28223 Test for http://bugs.webkit.org/show_bug.cgi?id=15603
28224 Bug 15603: Regression(r26847): Crash when sorting an empty array from JavaScript
28225
28226 * fast/js/kde/Array-expected.txt:
28227 * fast/js/kde/resources/Array.js: Update to cover sorting an empty array.
28228
282292007-10-21 Nikolas Zimmermann <zimmermann@kde.org>
28230
28231 Forgot to land the new computed style results in fast/css - after the addition of glyph-orientation-*.
28232
28233 * fast/css/computed-style-expected.txt:
28234 * fast/css/computed-style-without-renderer-expected.txt:
28235
282362007-10-21 Nikolas Zimmermann <zimmermann@kde.org>
28237
28238 Reviewed by Eric.
28239
28240 Add new testcase to stress test the glyph-orientation-* parsing rules.
28241
28242 * svg/css/getComputedStyle-basic-expected.txt:
28243 * svg/css/getComputedStyle-basic.xhtml:
28244 * svg/css/glyph-orientation-rounding-test-expected.txt: Added.
28245 * svg/css/glyph-orientation-rounding-test.xhtml: Added.
28246
282472007-10-21 Dan Bernstein <mitz@apple.com>
28248
28249 Reviewed by Dave Hyatt.
28250
28251 - test for http://bugs.webkit.org/show_bug.cgi?id=15259
28252 <rdar://problem/5499902> REGRESSION: Text overflows when using word spacing and centering (affects myspace.com music videos page)
28253
28254 * fast/text/word-space.html: Added.
28255 * platform/mac/fast/css/word-space-extra-expected.txt: Updated result.
28256 * platform/mac/fast/text/word-space-expected.checksum: Added.
28257 * platform/mac/fast/text/word-space-expected.png: Added.
28258 * platform/mac/fast/text/word-space-expected.txt: Added.
28259
282602007-10-20 Dan Bernstein <mitz@apple.com>
28261
28262 Reviewed by Dave Hyatt.
28263
28264 - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=15208
28265 display:table causes the collapsed text to show at a different position when expanded
28266
28267 * fast/table/form-in-table-before-misnested-text-crash-css-expected.txt:
28268 * fast/table/form-in-table-before-misnested-text-crash-expected.txt:
28269 * fast/table/insert-before-anonymous-ancestors.html: Added.
28270 * fast/table/section-in-table-before-misnested-text-crash-css-expected.txt:
28271 * fast/table/section-in-table-before-misnested-text-crash-expected.txt:
28272 * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.checksum: Added.
28273 * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.png: Added.
28274 * platform/mac/fast/table/insert-before-anonymous-ancestors-expected.txt: Added.
28275
282762007-10-20 Darin Adler <darin@apple.com>
28277
28278 Reviewed by Tim Hatcher.
28279
28280 - http://bugs.webkit.org/show_bug.cgi?id=15544
28281 <rdar://problem/5076426> fast/events/arrow-navigation.html needs to
28282 not rely on Apple-specific key codes
28283
28284 * fast/events/arrow-navigation.html: Use "rightArrow" instead.
28285
282862007-10-20 Nikolas Zimmermann <zimmermann@kde.org>
28287
28288 Reviewed by Eric.
28289
28290 Updated tests that dependant on display="none" / display="inline" for SVG text.
28291
28292 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
28293 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
28294 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
28295 * platform/mac/svg/carto.net/tabgroup-expected.checksum:
28296 * platform/mac/svg/carto.net/tabgroup-expected.png:
28297 * platform/mac/svg/carto.net/tabgroup-expected.txt:
28298 * svg/batik/text/textProperties2-expected.checksum:
28299 * svg/batik/text/textProperties2-expected.png:
28300 * svg/batik/text/textProperties2-expected.txt:
28301
283022007-10-20 Nikolas Zimmermann <zimmermann@kde.org>
28303
28304 Reviewed by Oliver.
28305
28306 Updated tests that need textLength/lengthAdjust/kerning support.
28307
28308 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
28309 * svg/batik/text/textLayout-expected.checksum:
28310 * svg/batik/text/textLayout-expected.png:
28311 * svg/batik/text/textLayout-expected.txt:
28312 * svg/batik/text/textOnPathSpaces-expected.checksum:
28313 * svg/batik/text/textOnPathSpaces-expected.png:
28314 * svg/batik/text/textOnPathSpaces-expected.txt:
28315 * svg/batik/text/textPosition-expected.txt:
28316 * svg/batik/text/textPosition2-expected.txt:
28317 * svg/custom/text-letter-spacing-expected.txt:
28318 * svg/text/text-spacing-01-b-expected.checksum:
28319 * svg/text/text-spacing-01-b-expected.png:
28320 * svg/text/text-spacing-01-b-expected.txt:
28321
283222007-10-19 Oliver Hunt <oliver@apple.com>
28323
28324 RS=Mark.
28325
28326 Updating window properties to include new features from HTML5 database support
28327
28328 * fast/dom/Window/window-properties-expected.txt:
28329
283302007-10-19 Adele Peterson <adele@apple.com>
28331
28332 Reviewed by Beth.
28333
28334 Test for <rdar://problem/5518461> REGRESSION (2.0.4-3): Popup arrows are missing in small popups at homedepot.com
28335
28336 * fast/forms/menulist-no-overflow.html: Added.
28337 * platform/mac/fast/forms/menulist-no-overflow-expected.checksum: Added.
28338 * platform/mac/fast/forms/menulist-no-overflow-expected.png: Added.
28339 * platform/mac/fast/forms/menulist-no-overflow-expected.txt: Added.
28340
283412007-10-19 Nikolas Zimmermann <zimmermann@kde.org>
28342
28343 Rubberstamped by Oliver.
28344
28345 Land tiger baseline matching my MBP, as discussed with Oliver.
28346 Mostly differences regarding the size of "(" / ")" characters.
28347
28348 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
28349 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
28350 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
28351 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
28352 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
28353 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
28354 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
28355 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
28356 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
28357 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
28358 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
28359 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
28360 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
28361 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
28362 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
28363 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
28364 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
28365 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
28366 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
28367 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
28368 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
28369 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
28370 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
28371 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
28372 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
28373 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
28374 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
28375 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
28376 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
28377 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
28378 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
28379 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
28380 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
28381 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
28382 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
28383 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
28384 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
28385 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
28386 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
28387 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
28388 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
28389 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
28390 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
28391 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
28392 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
28393 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
28394 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
28395 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
28396 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
28397 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
28398 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
28399 * platform/mac/svg/carto.net/colourpicker-expected.png:
28400 * platform/mac/svg/carto.net/combobox-expected.checksum:
28401 * platform/mac/svg/carto.net/combobox-expected.png:
28402 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
28403 * platform/mac/svg/carto.net/scrollbar-expected.png:
28404 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
28405 * platform/mac/svg/carto.net/selectionlist-expected.png:
28406
284072007-10-19 Sam Weinig <sam@webkit.org>
28408
28409 Reviewed by Darin.
28410
28411 Update results after changing the warning message in isSafeScript to print the frame URL
28412 rather than the security domain URL. This now also prints the warning when using data:
28413 URLs because we no longer return early.
28414
28415 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
28416 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
28417 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
28418 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
28419 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
28420 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
28421 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
28422 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
28423 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
28424 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt:
28425 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt:
28426 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt:
28427 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt:
28428
284292007-10-19 Dan Bernstein <mitz@apple.com>
28430
28431 Rubber-stamped by Sam Weinig.
28432
28433 removing a commented-out test and a test that no longer fails
28434
28435 * platform/mac-leopard/Skipped:
28436
284372007-10-19 David Kilzer <ddkilzer@webkit.org>
28438
28439 Reviewed by Darin.
28440
28441 Provide the functionality of js-test-post.js in a function named isSuccessfullyParsed().
28442
28443 * fast/encoding/char-encoding.html: Updated to use js-test-post-function.js instead of local hack.
28444 * fast/js/resources/js-test-post-function.js: Copied from LayoutTests/fast/js/resources/js-test-post.js.
28445 Modified to create isSuccessfullyParsed() function.
28446
284472007-10-18 Dan Bernstein <mitz@apple.com>
28448
28449 Rubber-stamped by Mark Rowe.
28450
28451 removing tests that no longer fail
28452
28453 * platform/mac-leopard/Skipped:
28454
284552007-10-18 Justin Garcia <justin.garcia@apple.com>
28456
28457 Reviewed by Kevin McCullough.
28458
28459 <rdar://problem/5483526>
28460 GoogleDocs: A hang occurs when applying list styling to a selection containing a table and line breaks
28461
28462 Demonstrates fix for the hang:
28463 * editing/execCommand/5483526-expected.txt: Added.
28464 * editing/execCommand/5483526.html: Added.
28465
28466 Fixed selection endpoint (problems with selection painting prevent this
28467 from being reflected in the pixel test results):
28468 * platform/mac/editing/execCommand/5432254-2-expected.txt:
28469
284702007-10-18 Dan Bernstein <mitz@apple.com>
28471
28472 Reviewed by Adam Roben.
28473
28474 - removing fixed test
28475
28476 * platform/mac-leopard/Skipped:
28477
284782007-10-18 Darin Adler <darin@apple.com>
28479
28480 Reviewed by Sam.
28481
28482 - test update for http://bugs.webkit.org/show_bug.cgi?id=15541
28483 REGRESSION (r26616): prompt with one argument uses the literal "undefined" as default reply
28484
28485 * fast/dom/Window/alert-undefined-expected.txt: Back to expecting empty string for default value.
28486
284872007-10-18 Dan Bernstein <mitz@apple.com>
28488
28489 Reviewed by Nikolas Zimmermann.
28490
28491 - test for http://bugs.webkit.org/show_bug.cgi?id=15367
28492 Assertion failure inspecting a document including soft hyphen code (0xad)
28493
28494 * fast/text/word-break-soft-hyphen.html: Added.
28495 * platform/mac/fast/text/word-break-soft-hyphen-expected.checksum: Added.
28496 * platform/mac/fast/text/word-break-soft-hyphen-expected.png: Added.
28497 * platform/mac/fast/text/word-break-soft-hyphen-expected.txt: Added.
28498
284992007-10-18 Nikolas Zimmermann <zimmermann@kde.org>
28500
28501 Reviewed by Anders.
28502
28503 Regenerated result of following test, now that ImageBuffers are correctly clipped to the
28504 visible frame size (RenderView) - no more drawing outside that region.
28505
28506 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
28507 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
28508
285092007-10-18 Eric Seidel <eric@webkit.org>
28510
28511 Reviewed by Maciej.
28512
28513 Test case for http://bugs.webkit.org/show_bug.cgi?id=15504
28514 Landed -disabled as it's blocked by:
28515 http://bugs.webkit.org/show_bug.cgi?id=15503
28516
28517 * fast/js/resources/js-test-post.js: add support for XHTML
28518 * fast/js/resources/js-test-pre.js: add support for XHTML
28519 * svg/dom/viewspec-parser.html-disabled: Added.
28520
285212007-10-17 Rob Buis <buis@kde.org>
28522
28523 Reviewed by Darin, Adam, and Maciej.
28524
28525 Testcase for:
28526 http://bugs.webkit.org/show_bug.cgi?id=12988
28527 First element (in document order) is not returned when other duplicate ID-ed elements were created first
28528
28529 * fast/dom/duplicate-ids-document-order.html: Added.
28530
285312007-10-17 Alice Liu <alice.liu@apple.com>
28532
28533 Rubber-stamped by Adele.
28534
28535 Correct uses of initKeyboardEvent for tests that test accesskey.
28536 Accesskey modifier is ctrl for mac and alt for other platforms.
28537
28538 * fast/events/access-key-self-destruct.html:
28539 * fast/forms/access-key.html:
28540 * fast/forms/legend-access-key.html:
28541
285422007-10-17 Darin Adler <darin@apple.com>
28543
28544 Reviewed by Mark Rowe.
28545
28546 - test for http://bugs.webkit.org/show_bug.cgi?id=15543
28547 <rdar://problem/5545639> REGRESSION (r26697):
28548 GoogleDocs: Can't create new documents or open existing ones
28549
28550 * fast/js/regexp-non-character-expected.txt: Added.
28551 * fast/js/regexp-non-character.html: Added.
28552 * fast/js/resources/regexp-non-character.js: Added.
28553
285542007-10-17 Justin Garcia <justin.garcia@apple.com>
28555
28556 Reviewed by Harrison.
28557
28558 <rdar://problem/5481523>
28559 GoogleDocs: Safari hangs when indenting a particular table twice
28560
28561 * editing/execCommand/5481523.html: Added.
28562 * platform/mac/editing/execCommand/5481523-expected.checksum: Added.
28563 * platform/mac/editing/execCommand/5481523-expected.png: Added.
28564 * platform/mac/editing/execCommand/5481523-expected.txt: Added.
28565
285662007-10-16 Alice Liu <alice.liu@apple.com>
28567
28568 removing fixed tests
28569
28570 * platform/win/Skipped:
28571
285722007-10-16 Alice Liu <alice.liu@apple.com>
28573
28574 Rubber-stamped by Adele.
28575
28576 fixing incorrect usage of JS String search method.
28577
28578 * editing/deleting/delete-by-word-001.html:
28579 * editing/deleting/delete-by-word-002.html:
28580 * fast/forms/input-text-option-delete.html:
28581 * fast/forms/listbox-onchange.html:
28582 * fast/forms/listbox-selection.html:
28583
285842007-10-16 Geoffrey Garen <ggaren@apple.com>
28585
28586 Reviewed by Maciej Stachowiak.
28587
28588 Layout tests for http://bugs.webkit.org/show_bug.cgi?id=15478
28589 Declare vars and functions iteratively upon entering an execution context
28590
28591 * fast/js/function-declarations-expected.txt: Added.
28592 * fast/js/function-declarations.html: Added.
28593 * fast/js/var-declarations-expected.txt: Added.
28594 * fast/js/var-declarations.html: Added.
28595
285962007-10-16 Alice Liu <alice.liu@apple.com>
28597
28598 Reviewed by Adele.
28599
28600 Fix <rdar://5134108> "fast/forms/select-accesskey.html and focus-selection-input.html fail on Windows"
28601
28602 Adding code to choose the right accesskey modifier based on a useragent check for existance of mac platform.
28603 * fast/forms/focus-selection-input.html:
28604 * fast/forms/select-accesskey.html:
28605
286062007-10-16 Darin Adler <darin@apple.com>
28607
28608 Reviewed by Adele.
28609
28610 - http://bugs.webkit.org/show_bug.cgi?id=15533
28611 some tests have hard-coded Mac-specific modifier keys
28612
28613 - <rdar://problem/5102974> Layout tests fail on Windows because
28614 they have hard-coded Mac-specific modifier keys
28615 - <rdar://problem/5075449> fast/forms/listbox-onchange.html
28616 is failing on Windows due to modifier key differences
28617 - <rdar://problem/5134134> test 12 in fast/forms/listbox-selection.html
28618 fails on Windows
28619
28620 * editing/deleting/delete-by-word-001.html: Use control key instead of alt key to
28621 delete a word on non-Mac platforms. Also use character 8 instead of 127.
28622 * editing/deleting/delete-by-word-002.html: Ditto.
28623 * fast/forms/input-text-option-delete.html: Ditto.
28624 * fast/forms/listbox-onchange.html: Use control key instead of meta key to toggle
28625 a single list item on non-Mac platforms.
28626 * fast/forms/listbox-selection.html: Ditto.
28627
286282007-10-16 Mitz Pettel <mitz@webkit.org>
28629
28630 Reviewed by Dave Hyatt.
28631
28632 - test for http://bugs.webkit.org/show_bug.cgi?id=15296
28633 REGRESSION (r19716-r19719): width not specified for <marquee> tag is causing the alignment issue.
28634
28635 * fast/block/float/marquee-shrink-to-avoid-floats.html: Added.
28636 * platform/mac/fast/block: Added.
28637 * platform/mac/fast/block/float: Added.
28638 * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.checksum: Added.
28639 * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.png: Added.
28640 * platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt: Added.
28641
286422007-10-16 Beth Dakin <bdakin@apple.com>
28643
28644 Reviewed by Darin.
28645
28646 Fix for <rdar://problem/5517118> REGRESSION: 9A570 - Safari renders
28647 Amazon seller page way too small
28648
28649 * fast/css/pendingStylesheetFontSize.html: Added.
28650 * platform/mac/fast/css/pendingStylesheetFontSize-expected.checksum: Added.
28651 * platform/mac/fast/css/pendingStylesheetFontSize-expected.png: Added.
28652 * platform/mac/fast/css/pendingStylesheetFontSize-expected.txt: Added.
28653
286542007-10-16 Adele Peterson <adele@apple.com>
28655
28656 Reviewed by Alice.
28657
28658 Updating with correct results for:
28659 <rdar://problem/5538793> REGRESSION: Failing layout test: fast/forms/select-change-listbox-to-popup.html (due to landing feature branch)
28660
28661 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
28662
286632007-10-16 Alexey Proskuryakov <ap@webkit.org>
28664
28665 Reviewed by Maciej.
28666
28667 http://bugs.webkit.org/show_bug.cgi?id=15506
28668 editing/pasteboard/paste-into-anchor-text.html accesses an external resource
28669
28670 Removed the external resource reference and made the test dump as text.
28671
28672 * editing/pasteboard/paste-into-anchor-text-expected.txt: Copied from platform/mac/editing/pasteboard/paste-into-anchor-text-expected.txt.
28673 * editing/pasteboard/paste-into-anchor-text.html:
28674 * platform/mac/editing/pasteboard/paste-into-anchor-text-expected.checksum: Removed.
28675 * platform/mac/editing/pasteboard/paste-into-anchor-text-expected.png: Removed.
28676 * platform/mac/editing/pasteboard/paste-into-anchor-text-expected.txt: Removed.
28677
286782007-10-15 Geoffrey Garen <ggaren@apple.com>
28679
28680 Fixed layout test for reals. Changed \r\n to \n, fixing mass confusion.
28681
28682 * fast/js/do-while-expression-value-expected.txt:
28683 * fast/js/do-while-expression-value.html:
28684 * fast/js/nested-function-scope.html:
28685 * fast/js/while-expression-value-expected.txt:
28686 * fast/js/while-expression-value.html:
28687
286882007-10-15 Kevin McCullough <kmccullough@apple.com>
28689
28690 Reviewed by Darin.
28691
28692 - <rdar://problem/5238818> window.resizeTo doesn't restrict the resized window to the size of the screen
28693 - Now we take the dock into account when resizing.
28694 - Also I found an issue where we would resize to outside the window, because the resize would be smaller than the window size but the location of the window would make the resize go off-screen. Now we move the window back into the screen.
28695
28696 * fast/dom/Window/window-resize-expected.txt:
28697 * fast/dom/Window/window-resize.html:
28698
286992007-10-15 Geoffrey Garen <ggaren@apple.com>
28700
28701 Changed line ending style of results file to fix layout test that was
28702 failing locally on my machine.
28703
28704 * fast/js/nested-function-scope-expected.txt:
28705
287062007-10-15 Geoffrey Garen <ggaren@apple.com>
28707
28708 Reviewed by Darin Adler.
28709
28710 Removed surprising self-named "hack" that made nested functions
28711 available as named properties of their containing functions, and placed
28712 containing function objects in the scope chains of nested functions.
28713
28714 [ Patch broken off from http://bugs.webkit.org/show_bug.cgi?id=14868 ]
28715
28716 Changed this test to reflect correct behavior:
28717
28718 * fast/js/kde/function-expected.txt:
28719 * fast/js/kde/resources/function.js: (Also removed tab characters.)
28720
28721 Added this test to flesh out the behavior more:
28722
28723 * fast/js/nested-function-scope-expected.txt: Added.
28724 * fast/js/nested-function-scope.html: Added.
28725
287262007-10-15 Geoffrey Garen <ggaren@apple.com>
28727
28728 Committed revision 26618.
28729
28730 Made function parameters DontDelete.
28731
28732 * fast/js/delete-function-parameter-expected.txt: Added.
28733 * fast/js/delete-function-parameter.html: Added.
28734
287352007-10-13 Geoffrey Garen <ggaren@apple.com>
28736
28737 Reviewed by Maciej Stachowiak.
28738
28739 Layout tests for http://bugs.webkit.org/show_bug.cgi?id=15490
28740 Iteration statements sometimes incorrectly evaluate to the empty value
28741 (KDE r670547)
28742
28743 * fast/js/do-while-expression-value-expected.txt: Added.
28744 * fast/js/do-while-expression-value.html: Added.
28745 * fast/js/while-expression-value-expected.txt: Added.
28746 * fast/js/while-expression-value.html: Added.
28747
287482007-10-15 Darin Adler <darin@apple.com>
28749
28750 Reviewed by Sam.
28751
28752 - fix http://bugs.webkit.org/show_bug.cgi?id=15520
28753 alert(undefined) should say "undefined" in the alert
28754
28755 * fast/dom/Window/alert-undefined.html: Added tests of null and both confirm and prompt.
28756 * fast/dom/Window/alert-undefined-expected.txt: Updated.
28757
287582007-10-15 Adele Peterson <adele@apple.com>
28759
28760 Reviewed by Darin.
28761
28762 Test for http://bugs.webkit.org/show_bug.cgi?id=15252
28763 <rdar://problem/5498184> REGRESSION: <select multiple> doesn't scroll to top when old options are removed and new ones are added, leaving listbox empty-looking
28764
28765 * fast/forms/listbox-scroll-after-options-removed-expected.txt: Added.
28766 * fast/forms/listbox-scroll-after-options-removed.html: Added.
28767
287682007-10-15 Alice Liu <alice.liu@apple.com>
28769
28770 removing fixed test
28771
28772 * platform/win/Skipped:
28773
287742007-10-15 Kevin McCullough <kmccullough@apple.com>
28775
28776 Reviewed by Sam.
28777
28778 - <rdar://problem/5536630> fast/dom/Window/new-window-opener.html fails
28779 - This test used to pass because of a mistake in js-test-pre.js.
28780 Now that the js file has been fixed this test has been updated, some
28781 of the test cases fail because DRT does not implement delegate methods
28782 for the bars for each WebView.
28783 - See <rdar://problem/5538752> DumpRenderTree does not have a UIDelegate for each WebView.
28784
28785 - Also changed the test to correctly wait for the window to close before
28786 starting a new testcase. This is necessary because all the windows have
28787 the same name and cannot override the settings of a pre-existing window.
28788
28789 * fast/dom/Window/new-window-opener-expected.txt:
28790 * fast/dom/Window/new-window-opener.html:
28791
287922007-10-15 Oliver Hunt <oliver@apple.com>
28793
28794 RS=Maciej.
28795
28796 Reset svg pixel tests to a tiger baseline and move them to platform/mac
28797
28798
287992007-10-14 Darin Adler <darin@apple.com>
28800
28801 - added exceptions for all the tests failing on my personal Leopard machine
28802
28803 This may or may not get the buildbot green. I'll file separate bugs for each
28804 of the tests with changed results.
28805
28806 * platform/mac-leopard/dom: Added.
28807 * platform/mac-leopard/dom/xhtml: Added.
28808 * platform/mac-leopard/dom/xhtml/level2: Added.
28809 * platform/mac-leopard/dom/xhtml/level2/html: Added.
28810 * platform/mac-leopard/dom/xhtml/level2/html/HTMLDocument12-expected.txt: Added.
28811 * platform/mac-leopard/editing: Added.
28812 * platform/mac-leopard/editing/pasteboard: Added.
28813 * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt: Added.
28814 * platform/mac-leopard/http: Added.
28815 * platform/mac-leopard/http/tests: Added.
28816 * platform/mac-leopard/http/tests/security: Added.
28817 * platform/mac-leopard/http/tests/security/dataURL: Added.
28818 * platform/mac-leopard/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Added.
28819 * platform/mac-leopard/svg/custom: Added.
28820 * platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Added.
28821 * platform/mac-leopard/webarchive: Added.
28822 * platform/mac-leopard/webarchive/test-xml-stylesheet-expected.txt: Added.
28823
28824 * platform/mac-leopard/security/block-test-expected.txt: Changed results.
28825
288262007-10-14 Darin Adler <darin@apple.com>
28827
28828 - moved a test that somehow ended up doubly-nested in platform/mac
28829
28830 * platform/mac/fast/text/justified-text-rect-expected.checksum: Copied from platform/mac/platform/mac/fast/text/justified-text-rect-expected.checksum.
28831 * platform/mac/fast/text/justified-text-rect-expected.png: Copied from platform/mac/platform/mac/fast/text/justified-text-rect-expected.png.
28832 * platform/mac/fast/text/justified-text-rect-expected.txt: Copied from platform/mac/platform/mac/fast/text/justified-text-rect-expected.txt.
28833 * platform/mac/platform: Removed.
28834 * platform/mac/platform/mac: Removed.
28835 * platform/mac/platform/mac/fast: Removed.
28836 * platform/mac/platform/mac/fast/text: Removed.
28837 * platform/mac/platform/mac/fast/text/justified-text-rect-expected.checksum: Removed.
28838 * platform/mac/platform/mac/fast/text/justified-text-rect-expected.png: Removed.
28839 * platform/mac/platform/mac/fast/text/justified-text-rect-expected.txt: Removed.
28840
288412007-10-14 Oliver Hunt <oliver@apple.com>
28842
28843 RS=Niko
28844
28845 Revert layout test move.
28846
28847 Filed http://bugs.webkit.org/show_bug.cgi?id=15513 to track correction for even earlier change
28848
288492007-10-14 Nikolas Zimmermann <zimmermann@kde.org>
28850
28851 Rubberstamped by Eric.
28852
28853 Move current layout tests results from platform/mac/svg to platform/mac-tiger/svg.
28854 The problem is that the current results have accidently been generated with Leopard,
28855 I'm still moving this to mac-tiger so we don't loose the history for all the results.
28856 After this commit, the baseline will be regenerated in mac-tiger/svg, and someone with
28857 Leopard needs to generate new results in mac-leopard/svg.
28858
28859 * platform/mac-tiger/svg: Copied from platform/mac/svg.
28860 * platform/mac/svg: Removed.
28861
288622007-10-14 Mitz Pettel <mitz@webkit.org>
28863
28864 Reviewed by Darin.
28865
28866 - test for http://bugs.webkit.org/show_bug.cgi?id=15181
28867 text-transform: uppercase not working in input (submit, reset, button) elements
28868 <rdar://problem/5474647>
28869
28870 * fast/forms/button-text-transform.html: Added.
28871 * platform/mac/fast/forms/button-text-transform-expected.checksum: Added.
28872 * platform/mac/fast/forms/button-text-transform-expected.png: Added.
28873 * platform/mac/fast/forms/button-text-transform-expected.txt: Added.
28874
288752007-10-14 Eric Seidel <eric@webkit.org>
28876
28877 Reviewed by Maciej.
28878
28879 Test for http://bugs.webkit.org/show_bug.cgi?id=15274
28880 REGRESSION: Javascript bug in getElementsByName
28881
28882 * fast/dom/getelementbyname-invalidation-expected.txt: Added.
28883 * fast/dom/getelementbyname-invalidation.html: Added.
28884
288852007-10-14 Mitz Pettel <mitz@webkit.org>
28886
28887 Reviewed by Dave Hyatt.
28888
28889 - test for http://bugs.webkit.org/show_bug.cgi?id=15309
28890 <rdar://problem/5512020> Crash due to infinite recursion in RenderTable::addChild
28891
28892 * fast/table/generated-caption.html: Added.
28893 * platform/mac/fast/table/generated-caption-expected.checksum: Added.
28894 * platform/mac/fast/table/generated-caption-expected.png: Added.
28895 * platform/mac/fast/table/generated-caption-expected.txt: Added.
28896
288972007-10-14 Cameron Zwarich <cwzwarich@uwaterloo.ca>
28898
28899 Reviewed by Darin.
28900
28901 Adds serialization test cases for NegateNode optimization from KDE.
28902
28903 * fast/js/function-decompilation-operators-expected.txt:
28904 * fast/js/function-decompilation-operators.html:
28905
289062007-10-14 Jason Foreman <jason@threeve.org>
28907
28908 Reviewed by Maciej.
28909
28910 Adding test for http://bugs.webkit.org/show_bug.cgi?id=15145.
28911
28912 * ChangeLog:
28913 * fast/js/number-toprecision-expected.txt: Added.
28914 * fast/js/number-toprecision.html: Added.
28915 * fast/js/resources/number-toprecision.js: Added.
28916
mrowe@apple.com5c8a6742008-09-04 20:16:05 +0000289172007-10-14 Feng Qian <feng@chromium.org>
mrowe@apple.com4ec50d02008-08-11 05:07:42 +000028918
28919 Reviewed by Maciej.
28920
28921 * fast/events/window-events-bubble2.html:
28922
28923== Rolled over to ChangeLog-2007-10-14 ==