blob: 67e4a4c2628b69d4510bb7b91927d87d0d5231f1 [file] [log] [blame]
2008-08-10 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/6074587> REGRESSION (34722): Unable to view AT&T wireless bill - window title contains markup, window is empty
* fast/tokenizer/ampersand-in-special-tag-expected.txt: Added.
* fast/tokenizer/ampersand-in-special-tag.html: Added.
2008-08-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Test for bug 20330: JSCore crash loading any filehurricane media page
<https://bugs.webkit.org/show_bug.cgi?id=20330>
* fast/js/resources/unexpected-constant-crash.js: Added.
* fast/js/unexpected-constant-crash-expected.txt: Added.
* fast/js/unexpected-constant-crash.html: Added.
2008-08-08 Maxime Britto <britto@apple.com>
Reviewed by Adele.
https://bugs.webkit.org/show_bug.cgi?id=20270
This test is automatic and can also be run manually.
* fast/events/scroll-to-anchor-in-overflow-hidden-expected.txt: Added.
* fast/events/scroll-to-anchor-in-overflow-hidden.html: Added.
2008-08-05 David D. Kilzer <ddkilzer@apple.com>
Bug 20038: REGRESSION (r35151): Can't post comments on flickr.com
<https://bugs.webkit.org/show_bug.cgi?id=20038>
<rdar://problem/6092270>
Reviewed by Eric Seidel.
* fast/forms/submit-to-url-fragment-expected.txt: Added.
* fast/forms/submit-to-url-fragment.html: Added.
2008-07-02 David Kilzer <ddkilzer@apple.com>
Images using QT plugin do not display correctly
<https://bugs.webkit.org/show_bug.cgi?id=9214>
<rdar://problem/5683413>
Reviewed by Darin.
Test images rendered by both embed and object elements.
* fast/images/embed-image.html: Added.
* fast/images/object-image.html: Added.
* platform/mac/fast/images/embed-image-expected.checksum: Added.
* platform/mac/fast/images/embed-image-expected.png: Added.
* platform/mac/fast/images/embed-image-expected.txt: Added.
* platform/mac/fast/images/object-image-expected.checksum: Added.
* platform/mac/fast/images/object-image-expected.png: Added.
* platform/mac/fast/images/object-image-expected.txt: Added.
2008-08-06 chris fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
Fix AX layout test for multi-platform
* accessibility/bounds-for-range-expected.txt:
2008-08-06 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Add tests for bug 20286: Load constants all at once instead of using op_load
<https://bugs.webkit.org/show_bug.cgi?id=20286>
Add a test for the edge cases of the new constant counting in the
parser, and change the limit in the deep recursion test to account for
the slightly larger stack frames.
* fast/js/constant-count-expected.txt: Added.
* fast/js/constant-count.html: Added.
* fast/js/deep-recursion-test.html:
* fast/js/resources/constant-count.js: Added.
2008-08-05 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Test for bug 20293: Crash in JavaScript codegen for eval("const a;")
<https://bugs.webkit.org/show_bug.cgi?id=20293>
* fast/js/const-expected.txt:
* fast/js/resources/const.js:
2008-08-05 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Add tests for optimizations of the modulo operator in JavaScript.
* fast/js/mod-crash-expected.txt: Added.
* fast/js/mod-crash.html: Added.
* fast/js/resources/mod-crash.js: Added.
2008-08-04 Bernhard Krüpl <kruepl@dbai.tuwien.ac.at>
Reviewed by Dave Hyatt.
Fix for https://bugs.webkit.org/show_bug.cgi?id=19094
Tests for offsetTop of table cells updated so that they don't include borderExtraTop
* fast/dom/Element/offsetTop-table-cell-expected.txt:
* fast/dom/Element/offsetTop-table-cell.html:
2008-08-04 Sam Weinig <sam@webkit.org>
Rubber-stamped by Dan Bernstein.
Fix typo in Skipped lists.
* platform/mac-tiger/Skipped:
* platform/win/Skipped:
2008-08-04 Dean Jackson <dino@apple.com>
Reviewed by Dave Hyatt
Update expected computed style results for the following bug
Improve AnimationController
https://bugs.webkit.org/show_bug.cgi?id=19938
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2008-08-04 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Update skipped lists for renamed tests.
* platform/mac-tiger/Skipped:
* platform/win/Skipped:
2008-08-04 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Tests for the Access-control for Cross Site requests
preflight cache.
* ChangeLog:
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php: Added.
* http/tests/xmlhttprequest/resources/portabilityLayer.php: Added.
* http/tests/xmlhttprequest/resources/reset-temp-file.php: Added.
2008-08-03 David D. Kilzer <ddkilzer@apple.com>
Future-proof fast/cookies/local-file-can-set-cookies.html
Reviewed by Anders Carlsson.
* fast/cookies/local-file-can-set-cookies.html: Set cookie
expiration date 60 seconds into the future instead of a
hard-coded date.
2008-07-31 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
Add tests to cover behaviour of "this" when calling named function
expressions and functions thrown as exceptions.
* fast/js/resources/static-scope-object.js: Added.
* fast/js/static-scope-object-expected.txt: Added.
* fast/js/static-scope-object.html: Added.
2008-07-31 David Kilzer <ddkilzer@apple.com>
Updated test results for DumpRenderTree fix in r35497
* svg/custom/image-with-prefix-in-webarchive-expected.webarchive:
Contents of the main resource are now displayed instead of encoded
data.
* svg/webarchive/svg-cursor-subresources-expected.webarchive: Ditto.
* svg/webarchive/svg-feimage-subresources-expected.webarchive: Ditto.
* svg/webarchive/svg-script-subresouces-expected.webarchive: Ditto.
Also updated MIME types for JavaScript source now that we don't
mangle application/x-javascript into text/javascript.
2008-07-31 David D. Kilzer <ddkilzer@webkit.org>
Fix layout test results for webarchive/test-xml-stylesheet.xml
Reviewed by Darin.
* platform/mac/webarchive/test-xml-stylesheet-expected.txt:
Removed unused test results.
* webarchive/test-duplicate-resources-expected.webarchive: Updated
results now that we don't mangle application/x-javascript into
text/javascript.
* webarchive/test-script-src-expected.webarchive: Ditto.
* webarchive/test-xml-stylesheet-expected.webarchive: Updated
results now that we handle application/xml correctly.
2008-07-31 chris fleizach <cfleizach@apple.com>
Reviewed by Alice Liu
<rdar://problem/3563671> VO doesn't highlight characters when interacting when static text in web areas
* accessibility/bounds-for-range-expected.txt: Added.
* accessibility/bounds-for-range.html: Added.
2008-07-29 Sam Weinig <sam@webkit.org>
Reviewed by Darin Adler.
Update Cross-site XMLHttpRequests using Access control to
the latest spec. (Editor's Draft 8 July 2008)
- Update syntax in tests a remove tests for removed features.
* http/tests/xmlhttprequest/access-control-basic-allow-async.html:
* http/tests/xmlhttprequest/access-control-basic-blacklist-request-headers-expected.txt: Removed.
* http/tests/xmlhttprequest/access-control-basic-blacklist-request-headers.html: Removed.
* http/tests/xmlhttprequest/access-control-basic-exclude.html: Removed.
* 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.
* 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.
* 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.
* http/tests/xmlhttprequest/access-control-basic-non-simple-allow.html: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-not-get-allow.html.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-async-expected.txt: Removed.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-async.html: Removed.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-expected.txt: Removed.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow.html: Removed.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-allow-print-headers.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-allow-star.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-allow.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-exclude.cgi: Removed.
* http/tests/xmlhttprequest/resources/access-control-basic-get-fail-non-simple.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-non-get-allow.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-whitelist-response-headers.cgi:
2008-07-29 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
<rdar://problem/6084585> Investigate upload progress events
* fast/dom/Window/window-properties-expected.txt:
* http/tests/xmlhttprequest/upload-onload-event-expected.txt: Added.
* http/tests/xmlhttprequest/upload-onload-event.html: Added.
* http/tests/xmlhttprequest/upload-onloadstart-event-expected.txt: Added.
* http/tests/xmlhttprequest/upload-onloadstart-event.html: Added.
* http/tests/xmlhttprequest/upload-onprogress-event-expected.txt: Added.
* http/tests/xmlhttprequest/upload-onprogress-event.html: Added.
* http/tests/xmlhttprequest/upload-progress-events-expected.txt: Added.
* http/tests/xmlhttprequest/upload-progress-events.html: Added.
* platform/win/Skipped: Skip new tests on windows where the feature is not
implemented yet.
2008-07-29 Maxime Britto <britto@apple.com>
Reviewed by adele.
This test verifies that the autoscroll works within textfields.
* fast/events/autoscroll-in-textfield-expected.txt: Added.
* fast/events/autoscroll-in-textfield.html: Added.
2008-07-29 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Mark Rowe.
- update results for console.group and console.groupEnd
* fast/dom/Window/window-properties-expected.txt:
2008-07-29 Adele Peterson <adele@apple.com>
Reviewed by Sammy Weinig.
Test for <rdar://problem/6103024>
When a QT movie is loaded directly in the browser, I can't pause it by single-clicking on the video
* media/video-click-dlbclick-standalone-expected.txt: Added.
* media/video-click-dlbclick-standalone.html: Added.
2008-07-29 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test, updated test and results for <rdar://problem/6059648> Some content not visible when the window is short at courtneyalbright.com
* fast/overflow/float-in-relpositioned.html: Added.
* fast/repaint/containing-block-position-change.html: Changed to avoid
a full repaint due to a scroll bar appearing.
* platform/mac/fast/clip/015-expected.txt:
* platform/mac/fast/overflow/float-in-relpositioned-expected.checksum: Added.
* platform/mac/fast/overflow/float-in-relpositioned-expected.png: Added.
* platform/mac/fast/overflow/float-in-relpositioned-expected.txt: Added.
* platform/mac/fast/repaint/clipped-relative-expected.txt:
2008-07-29 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- repaint test for <rdar://problem/6048566> Repaint original element's position, not its offset position
* fast/repaint/layout-state-relative.html: Added.
* platform/mac/fast/repaint/layout-state-relative-expected.checksum: Added.
* platform/mac/fast/repaint/layout-state-relative-expected.png: Added.
* platform/mac/fast/repaint/layout-state-relative-expected.txt: Added.
2008-07-29 David Hyatt <hyatt@apple.com>
Add a layout test for using multiple variable declaration blocks in a single style rule.
* fast/css/variables/alternate-syntax/multiple-blocks-test.html: Added.
* fast/css/variables/multiple-blocks-test.html: Added.
* platform/mac/fast/css/variables/multiple-blocks-test-expected.checksum: Added.
* platform/mac/fast/css/variables/multiple-blocks-test-expected.png: Added.
* platform/mac/fast/css/variables/multiple-blocks-test-expected.txt: Added.
2008-07-28 Brady Eidson <beidson@apple.com>
Reviewed by Sam Weinig
<rdar://problem/6093281> - autocomplete="off" should work when going back
* security/autocomplete-cleared-on-back-expected.txt: Added.
* security/autocomplete-cleared-on-back.html: Added.
* security/resources: Added.
* security/resources/autocomplete-cleared-on-back2.html: Added.
2008-07-28 Anders Carlsson <andersca@apple.com>
Reviewed by Sam.
<rdar://problem/6098335>
https://bugs.webkit.org/show_bug.cgi?id=20150
Add tests.
* http/tests/xmlhttprequest/resources/forbidden.txt: Added.
* http/tests/xmlhttprequest/resources/redirect.php: Added.
* http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect.html: Added.
2008-07-27 Sam Weinig <sam@webkit.org>
Reviewed by Oliver Hunt.
Tests for https://bugs.webkit.org/show_bug.cgi?id=20176
querySelectorAll id optimization no longer working
* fast/dom/SelectorAPI/caseID-almost-strict-expected.txt: Added.
* fast/dom/SelectorAPI/caseID-almost-strict.html: Added.
* fast/dom/SelectorAPI/caseID-expected.txt: Added.
* fast/dom/SelectorAPI/caseID-strict-expected.txt: Added.
* fast/dom/SelectorAPI/caseID-strict.html: Added.
* fast/dom/SelectorAPI/caseID.html: Added.
2008-07-27 Anatoli Papirovski <apapirovski@mac.com>
Reviewed by Dave Hyatt.
Updated layout CSS2.1 test suite tests related to css parsing:
https://bugs.webkit.org/show_bug.cgi?id=14346
* platform/mac/css2.1/t040105-import-01-b-expected.checksum:
* platform/mac/css2.1/t040105-import-01-b-expected.png:
* platform/mac/css2.1/t040105-import-01-b-expected.txt:
* platform/mac/css2.1/t0402-syntax-05-f-expected.checksum:
* platform/mac/css2.1/t0402-syntax-05-f-expected.png:
* platform/mac/css2.1/t0402-syntax-05-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-06-f-expected.checksum:
* platform/mac/css2.1/t0402-syntax-06-f-expected.png:
* platform/mac/css2.1/t0402-syntax-06-f-expected.txt:
2008-07-26 Mark Rowe <mrowe@apple.com>
Update some layout test results.
* fast/dom/Window/window-properties-expected.txt:
* fast/dom/domListEnumeration-expected.txt:
2008-07-26 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig.
- update test and expected results for attributes added to
HTMLFormElement and HTMLSelectElement.
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/resources/domListEnumeration.js:
2008-07-26 Michelangelo De Simone <m.des@mac.com>
Reviewed by Adele Petersen.
Test suite for the willValidate form controls attribute.
* fast/forms/willvalidate-000-expected.txt: Added.
* fast/forms/willvalidate-000.html: Added.
* fast/forms/willvalidate-001-expected.txt: Added.
* fast/forms/willvalidate-001.html: Added.
* fast/forms/willvalidate-002-expected.txt: Added.
* fast/forms/willvalidate-002.html: Added.
* fast/forms/willvalidate-003-expected.txt: Added.
* fast/forms/willvalidate-003.html: Added.
* fast/forms/willvalidate-004-expected.txt: Added.
* fast/forms/willvalidate-004.html: Added.
* fast/forms/willvalidate-005-expected.txt: Added.
* fast/forms/willvalidate-005.html: Added.
* fast/forms/willvalidate-006-expected.txt: Added.
* fast/forms/willvalidate-006.html: Added.
* fast/forms/willvalidate-007-expected.txt: Added.
* fast/forms/willvalidate-007.html: Added.
* fast/forms/willvalidate-008-expected.txt: Added.
* fast/forms/willvalidate-008.html: Added.
* fast/forms/willvalidate-009-expected.txt: Added.
* fast/forms/willvalidate-009.html: Added.
2008-07-26 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Mark Rowe.
* platform/win/Skipped: Added fast/text/international/bidi-AN-after-empty-run.html
(<rdar://problem/5075790>) and svg/custom/stroke-width-click.svg
(<rdar://problem/5539822>).
* platform/win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
Updated results for the new way path data is dumped after
<http://trac.webkit.org/changeset/34117>.
2008-07-26 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Fix https://bugs.webkit.org/show_bug.cgi?id=20122
<rdar://problem/6089522>
REGRESSION (r35075-r35110): Cannot enlarge images at Apple Store product page
- Additionally, fix some errors introduced in old tests.
* fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt: Added.
* fast/dom/SelectorAPI/dumpNodeList-almost-strict.html: Added.
* fast/dom/SelectorAPI/dumpNodeList-expected.txt:
* fast/dom/SelectorAPI/dumpNodeList.html:
* fast/dom/SelectorAPI/id-fastpath-almost-strict-expected.txt: Added.
* fast/dom/SelectorAPI/id-fastpath-almost-strict.html: Added.
* fast/dom/SelectorAPI/id-fastpath-strict-expected.txt: Added.
* fast/dom/SelectorAPI/id-fastpath-strict.html: Added.
* fast/dom/SelectorAPI/resources/id-fastpath-almost-strict.js: Added.
* fast/dom/SelectorAPI/resources/id-fastpath-strict.js: Added.
* fast/dom/SelectorAPI/resources/id-fastpath.js:
2008-07-26 Dan Bernstein <mitz@apple.com>
- move Leopard-only expected failure results back to mac-leopard; these
are covered by <rdar://problem/5539818> and <rdar://problem/5539820>.
* platform/mac-leopard/http: Added.
* platform/mac-leopard/http/tests: Added.
* platform/mac-leopard/http/tests/security: Copied from platform/mac/http/tests/security.
* platform/mac-leopard/security: Copied from platform/mac/security.
* platform/mac/http/tests/security: Removed.
* platform/mac/http/tests/security/dataURL: Removed.
* platform/mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Removed.
* platform/mac/security: Removed.
* platform/mac/security/block-test-expected.txt: Removed.
2008-07-26 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- clean up expected layout test results
* fast/encoding/idn-security-expected.txt: Replaced with LayoutTests/platform/mac/fast/encoding/idn-security-expected.txt,
which is the version of the results for platforms that have "newer ICU".
* platform/mac-leopard/Skipped: Added svg/custom/stroke-width-click.svg.
* platform/mac-tiger/fast/encoding: Added.
* platform/mac-tiger/fast/encoding/idn-security-expected.txt: Copied from LayoutTests/fast/encoding/idn-security-expected.txt,
as Tiger still needs the "older ICU" version of the results.
* platform/mac/fast/encoding/idn-security-expected.txt: Removed.
* platform/mac/svg/custom/stroke-width-click-expected.checksum: Removed
pixel results for a text-only test.
* platform/mac/svg/custom/stroke-width-click-expected.png: Ditto.
* platform/mac/svg/custom/stroke-width-click-expected.txt: Removed
platform-specific results for a text-only test.
2008-07-26 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Nikolas Zimmermann.
- move platform-independent results back to the generic location
* platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Removed.
* svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Copied from LayoutTests/platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.txt.
2008-07-25 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
Layout test covering assignment to read only properties
across scope boundaries.
* fast/js/const-expected.txt:
* fast/js/resources/const.js:
2008-07-25 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig.
- moved expected results from platform/mac-leopard to platform/mac.
Where the mac baseline differed from the Leopard results, moved the
results from mac to mac-tiger.
2008-07-25 Brady Eidson <beidson@apple.com>
Reviewed by Sam
Test for autocomplete attribute cleanup
* platform/win/Skipped:
* security/set-form-autocomplete-attribute-expected.txt: Added.
* security/set-form-autocomplete-attribute.html: Added.
2008-07-25 Anders Carlsson <andersca@apple.com>
Reviewed by Mitz.
Make the willCacheResponse test more robust.
* http/tests/misc/resources/willCacheResponse-success.html: Added.
* http/tests/misc/willCacheResponse-delegate-callback-expected.txt:
* http/tests/misc/willCacheResponse-delegate-callback.html:
2008-07-25 Dan Bernstein <mitz@apple.com>
Reviewed by Anders Carlsson.
* http/tests/misc/acid3.html: Updated test 77 from acidtests.org. Added
alert()ing the log when the score is less than 100.
2008-07-25 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Brady Eidson.
- add missing pixel results and move the render tree results under the platform directory
* platform/mac/svg/dom/SVGRectElement: Added.
* platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.checksum: Added.
* platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
* platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Added.
* platform/mac/webarchive: Added.
* platform/mac/webarchive/loading: Added.
* platform/mac/webarchive/loading/cache-expired-subresource-expected.checksum: Added.
* platform/mac/webarchive/loading/cache-expired-subresource-expected.png: Added.
* platform/mac/webarchive/loading/cache-expired-subresource-expected.txt: Added.
* svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Removed.
* webarchive/loading/cache-expired-subresource-expected.txt: Removed.
2008-07-25 chris fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
<rdar://problem/6084806> AX: REGRESSION: returned line number from TextArea is incorrect
* accessibility/textarea-insertion-point-line-number-expected.txt: Added.
* accessibility/textarea-insertion-point-line-number.html: Added.
* accessibility/textarea-line-for-index-expected.txt: Added.
* accessibility/textarea-line-for-index.html: Added.
2008-07-25 Jacob Refstrup <jacob.refstrup@hp.com>
Reviewed by mitz.
- added test case for float being added in trailing whitespace
of an already full line (with pre-wrap or after-white-space set).
<rdar://problem/5805741> https://bugs.webkit.org/show_bug.cgi?id=17906
* fast/block/float/editable-text-overlapping-float.html: Added.
* platform/mac/fast/block/float/editable-text-overlapping-float-expected.checksum: Added.
* platform/mac/fast/block/float/editable-text-overlapping-float-expected.png: Added.
* platform/mac/fast/block/float/editable-text-overlapping-float-expected.txt: Added.
* platform/qt/fast/block/float/editable-text-overlapping-float-expected.txt: Added.
2008-07-24 David Hyatt <hyatt@apple.com>
Add support for an alternate proposed syntax for CSS variables. This alternate syntax will allow
testers on www-style to try out both versions of the syntax (to help make a decision regarding
which one should be used).
Reviewed by Dan
* fast/css/variables/alternate-syntax: Added.
* fast/css/variables/alternate-syntax/color-hex-test.html: Added.
* fast/css/variables/alternate-syntax/colors-test.html: Added.
* fast/css/variables/alternate-syntax/font-test.html: Added.
* fast/css/variables/alternate-syntax/image-test.html: Added.
* fast/css/variables/alternate-syntax/import-test.html: Added.
* fast/css/variables/alternate-syntax/inline-style-test.html: Added.
* fast/css/variables/alternate-syntax/invalid-variable-test.html: Added.
* fast/css/variables/alternate-syntax/margin-test.html: Added.
* fast/css/variables/alternate-syntax/misplaced-import-test.html: Added.
* fast/css/variables/alternate-syntax/misplaced-variables-test.html: Added.
* fast/css/variables/alternate-syntax/multiple-term-test.html: Added.
* fast/css/variables/alternate-syntax/override-test.html: Added.
* fast/css/variables/alternate-syntax/print-test.html: Added.
* fast/css/variables/alternate-syntax/remove-variable-test.html: Added.
* fast/css/variables/alternate-syntax/resources: Added.
* fast/css/variables/alternate-syntax/resources/bad.css: Added.
* fast/css/variables/alternate-syntax/resources/good.css: Added.
* fast/css/variables/alternate-syntax/resources/listmark.gif: Added.
* fast/css/variables/alternate-syntax/set-variable-test.html: Added.
* fast/css/variables/alternate-syntax/shorthand-test.html: Added.
* fast/css/variables/alternate-syntax/variable-iteration-test.html: Added.
2008-07-24 Oliver Hunt <oliver@apple.com>
Reviewed by Alexey Proskuryakov.
Test cases for regex starting with /=
* fast/js/regexp-divequal-expected.txt: Added.
* fast/js/regexp-divequal.html: Added.
* fast/js/resources/regexp-divequal.js: Added.
2008-07-23 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Eric.
Test for bug 19588: CRASH doing open() on destroyed window
https://bugs.webkit.org/show_bug.cgi?id=19588
Test case from Eric Roman.
* fast/frames/crash-removed-iframe-expected.txt: Added.
* fast/frames/crash-removed-iframe.html: Added.
2008-07-23 Dan Bernstein <mitz@apple.com>
Reviewed by Alexey Proskuryakov.
- updated test to cover serializing variable values which are colors in
hex notation
* fast/css/variables/color-hex-test.html:
2008-07-23 Beth Dakin <bdakin@apple.com>
Reviewed by Dan Bernstein.
Tests for <rdar://problem/5997215> display: table-row-group
for :before content causes a crash
* fast/css-generated-content/table-row-group-to-inline.html: Added.
* fast/css-generated-content/table-row-group-with-before.html: Added.
* fast/css-generated-content/table-row-with-before.html: Added.
* fast/css-generated-content/table-with-before.html: Added.
* platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.checksum: Added.
* platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Added.
* platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt: Added.
* platform/mac/fast/css-generated-content/table-row-group-with-before-expected.checksum: Added.
* platform/mac/fast/css-generated-content/table-row-group-with-before-expected.png: Added.
* platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt: Added.
* platform/mac/fast/css-generated-content/table-row-with-before-expected.checksum: Added.
* platform/mac/fast/css-generated-content/table-row-with-before-expected.png: Added.
* platform/mac/fast/css-generated-content/table-row-with-before-expected.txt: Added.
* platform/mac/fast/css-generated-content/table-with-before-expected.checksum: Added.
* platform/mac/fast/css-generated-content/table-with-before-expected.png: Added.
* platform/mac/fast/css-generated-content/table-with-before-expected.txt: Added.
2008-07-23 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff Garen.
Test cases to cover the behaviour of switch statements, to make sure our
fast switch paths have not broken things.
* fast/js/resources/switch-behaviour.js: Added.
* fast/js/switch-behaviour-expected.txt: Added.
* fast/js/switch-behaviour.html: Added.
2008-07-23 Dean Jackson <dino@apple.com>
Reviewed by Dan Bernstein.
Update computed style test for transform to reflect that
we return "none" rather than identity matrix.
* svg/css/getComputedStyle-basic-expected.txt:
2008-07-23 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Remove tiger specific result for toDataURL-supportedTypes.html as it should have the
same results on all platforms.
* platform/mac-tiger/fast/canvas: Removed.
* platform/mac-tiger/fast/canvas/toDataURL-supportedTypes-expected.txt: Removed.
2008-07-22 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
<rdar://problem/5788451> toDataURL not implemented for Windows (need mapping of MIME type to UTI)
Add additional support for JPEG and GIF for toDataURL encoding canvases.
- Turn on and simplify toDataURL-supportedTypes.html to only test for support of mimeTypes and not
fail due to differences in image encoders.
* fast/canvas/toDataURL-supportedTypes-expected.txt:
* fast/canvas/toDataURL-supportedTypes.html: Copied from fast/canvas/toDataURL-supportedTypes.html-disabled.
* fast/canvas/toDataURL-supportedTypes.html-disabled: Removed.
2008-07-22 Chris Fleizach <cfleizach@apple.com>
Reviewed by Dave Hyatt
<rdar://problem/6004877> internal anchors on this page are not showing up in the AXLinkedUIElements
* accessibility/internal-link-anchors2-expected.txt: Added.
* accessibility/internal-link-anchors2.html: Added.
2008-07-22 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Adam Roben.
<rdar://problem/5955602> WebKit should support charset name x-windows-949
* fast/encoding/char-decoding.html:
* fast/encoding/char-decoding-expected.txt:
Added a test for this name.
2008-07-21 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=20117
setBaseAndExtent fails to reverse the current selection
* editing/selection/setBaseAndExtent-revert-selection-expected.txt: Added.
* editing/selection/setBaseAndExtent-revert-selection.html: Added.
2008-07-21 Anders Carlsson <andersca@apple.com>
Reviewed by Geoff.
<rdar://problem/5820667>
CrashTracer: [USER] 3759 crashes in Safari at FrameLoader::activeDocumentLoader const + 6 while canceling plug-in load
* http/tests/plugins/geturlnotify-from-npp-destroystream-expected.txt: Added.
* http/tests/plugins/geturlnotify-from-npp-destroystream.html: Added.
2008-07-21 Rob Buis <buis@kde.org>
Reviewed by Mitz.
Testcase for:
https://bugs.webkit.org/show_bug.cgi?id=19966
CSS variables crash when using hex notation for colors
* fast/css/variables/color-hex-test-expected.txt: Added.
* fast/css/variables/color-hex-test.html: Added.
2008-07-20 Oliver Hunt <oliver@apple.com>
RS=Dan Bernstein.
Whoops, forgot to commit expected output for this test.
* fast/js/exception-expression-offset-expected.txt: Added.
2008-07-20 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=12171
Remove manual SVG property <-> XML attribute synchronization in SVGPolyElement.
Added svg/custom/poly-points-attribute-changes.svg (testcase from Rob)
* platform/mac-leopard/svg/custom/poly-points-attribute-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/poly-points-attribute-changes-expected.png: Added.
* svg/custom/poly-points-attribute-changes-expected.txt: Added.
* svg/custom/poly-points-attribute-changes.svg: Added.
2008-07-20 Oliver Hunt <oliver@apple.com>
Reviewed by Mark Rowe.
Add layout test to check correctly handling of exceptions in callback by WebCore.
Update existing test results for higher fidelity output.
* fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
* fast/js/exceptions-thrown-in-callbacks-expected.txt: Added.
* fast/js/exceptions-thrown-in-callbacks.html: Added.
* fast/xpath/nsresolver-exception-expected.txt:
* fast/xsl/transform-xhr-doc-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* platform/mac/fast/dynamic/015-expected.txt:
* platform/mac/fast/events/updateLayoutForHitTest-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* storage/transaction_callback_exception_crash-expected.txt:
2008-07-19 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
Update a few tests i filed to correct in the last patch, and add tests for
assignment error position.
* fast/css/font-face-descriptor-multiple-values-parsing-expected.txt:
* fast/js/resources/exception-expression-offset.js:
* http/tests/security/cross-frame-access-call-expected.txt:
* http/tests/security/cross-frame-access-call.html:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
2008-07-18 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
Update layout tests for new exception text, and add additional test covering the
expression ranges provided.
* fast/css/resources/font-face-descriptor-multiple-values-parsing.js:
* fast/dom/SelectorAPI/dumpNodeList-expected.txt:
* fast/forms/select-namedItem-expected.txt:
* fast/js/exception-expression-offset.html: Added.
* fast/js/resources/exception-expression-offset.js: Added.
New test covering the offset positions given for exceptions
* fast/xsl/transform-xhr-doc-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* http/tests/security/cross-frame-access-call.html:
* platform/mac/fast/events/updateLayoutForHitTest-expected.txt:
* platform/mac/svg/custom/createelement-expected.txt:
* platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
2008-07-18 Adele Peterson & Maxime Britto <britto@apple.com>
Reviewed by Adele.
Test for <rdar://problem/6049803> Autoscroll triggered on no scrolling iframes
* ChangeLog:
* fast/events/autoscroll-with-non-scrollable-parent-expected.txt: Added.
* fast/events/autoscroll-with-non-scrollable-parent.html: Added.
* fast/events/resources/big-page-with-input.html: Added.
2008-07-18 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
getComputedStyle() for -webkit-transform should return
'none' for elements with no renderer, or those with no
transform.
https://bugs.webkit.org/show_bug.cgi?id=20008
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
2008-07-18 Alexey Proskuryakov <ap@webkit.org>
Update expected results for a recently added test to what is seen when running the
full test suite.
* fast/forms/form-and-frame-interaction-retains-values-expected.txt:
2008-07-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by David Kilzer.
Test for https://bugs.webkit.org/show_bug.cgi?id=20067
Support function.name (Firefox extension)
* fast/js/function-name-expected.txt: Added.
* fast/js/function-name.html: Added.
* fast/js/resources/function-name.js: Added.
2008-07-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Test for <rdar://problem/6081636> Functions calls use more temporary
registers than necessary
* fast/js/function-call-register-allocation.html: Added.
* fast/js/function-call-register-allocation-expected.txt: Added.
* fast/js/resources/function-call-register-allocation.js: Added.
2008-07-17 Jacob Refstrup <jacob.refstrup@hp.com>
Reviewed by rwlbuis@gmail.com
- added test case that tests that '@mediall' gets safely skipped
* ChangeLog:
* css2.1/atrule_longest_match-expected.txt: Added.
* css2.1/atrule_longest_match.html: Added.
2008-07-16 Simon Fraser <simon.fraser@apple.com>
Reviewed by Hyatt.
Testcases for opacity transition.
https://bugs.webkit.org/show_bug.cgi?id=20047
* transitions/opacity-transition-zindex-expected.txt: Added.
* transitions/opacity-transition-zindex.html: Added.
2008-07-16 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Eric.
Update pixel test results for two tests that have been changed.
* platform/mac-leopard/svg/custom/acid3-test-77-expected.checksum:
* platform/mac-leopard/svg/custom/acid3-test-77-expected.png:
* platform/mac-leopard/svg/custom/getSubStringLength-expected.checksum:
* platform/mac-leopard/svg/custom/getSubStringLength-expected.png:
2008-07-16 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Anders Carlsson.
Add missing layout test results.
* platform/mac-leopard/svg/custom/selectSubString-expected.checksum: Added.
* platform/mac-leopard/svg/custom/selectSubString-expected.png: Added.
2008-07-15 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Update for refactored accessibility testing code.
* accessibility/aria-describedby-on-input.html:
* accessibility/aria-labelledby-on-input.html:
* accessibility/aria-range-value.html:
* accessibility/aria-range.html:
* accessibility/aria-roles.html:
* accessibility/aria-slider.html:
* accessibility/aria-spinbutton.html:
* accessibility/document-attributes.html:
* accessibility/image-map1.html:
* accessibility/image-map2.html:
* accessibility/internal-link-anchors.html:
* accessibility/radio-button-checkbox-size.html:
* accessibility/radio-button-group-members.html:
2008-07-15 Kevin McCullough <kmccullough@apple.com>
Reviewed by Dan.
<rdar://problem/5620273> REGRESSION: Apparent caching between form
submits twice (on Maconomy) (18401)
* fast/forms/form-and-frame-interaction-retains-values-expected.txt: Added.
* fast/forms/form-and-frame-interaction-retains-values.html: Added.
* fast/forms/resources/form-and-frame-interaction-retains-values-main.html: Added.
* fast/forms/resources/form-and-frame-interaction-retains-values-submit.html: Added.
2008-07-15 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig.
- update results for the addition of the compareDocumentPosition-related constants
* fast/dom/domListEnumeration-expected.txt:
2008-07-15 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for https://bugs.webkit.org/show_bug.cgi?id=19525
<rdar://problem/5961768> -webkit-box-reflect in hyperlink causes webkit to crash
* fast/reflections/inline-crash.html: Added.
* platform/mac/fast/reflections/inline-crash-expected.checksum: Added.
* platform/mac/fast/reflections/inline-crash-expected.png: Added.
* platform/mac/fast/reflections/inline-crash-expected.txt: Added.
2008-07-15 Adele Peterson <adele@apple.com>
Updating results for my fix to <rdar://problem/5784890>.
* http/tests/misc/xhtml-expected.txt:
2008-07-15 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Anders Carlsson.
- updated results for https://bugs.webkit.org/show_bug.cgi?id=18088
<rdar://problem/6036232> white-space:nowrap; float:left; causing the misalignment issue
* platform/mac/tables/mozilla/bugs/bug26553-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug26553-expected.png:
* platform/mac/tables/mozilla/bugs/bug26553-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57828-2-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug57828-2-expected.png:
* platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt:
2008-07-14 chris fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
Tests for the accessibility of image maps (two variations)
* accessibility/image-map1-expected.txt: Added.
* accessibility/image-map1.html: Added.
* accessibility/image-map2-expected.txt: Added.
* accessibility/image-map2.html: Added.
2008-07-14 Anders Carlsson <andersca@apple.com>
Reviewed by Geoff.
<rdar://problem/6073974>
https://bugs.webkit.org/show_bug.cgi?id=18106
The "onscroll" event bubbles, which is inconsistent with Firefox and IE
Add test.
* fast/events/scroll-event-does-not-bubble-expected.txt: Added.
* fast/events/scroll-event-does-not-bubble.html: Added.
2008-07-14 Sam Weinig <sam@webkit.org>
Reviewed by Adele Peterson.
Test for <rdar://problem/5769819>
* http/tests/security/cross-frame-access-object-prototype-expected.txt: Added.
* http/tests/security/cross-frame-access-object-prototype.html: Added.
* http/tests/security/resources/cross-frame-iframe-for-object-prototype-test.html: Added.
2008-07-12 Sam Weinig <sam@webkit.org>
Rubber-stamped by Oliver Hunt.
Update version of Selectors API test from http://ejohn.org/apps/selectortest/
and fix the spelling of the authors name.
* fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt: Copied from fast/dom/SelectorAPI/ressig-SelectorsAPI-test-expected.txt.
* fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml: Copied from fast/dom/SelectorAPI/ressig-SelectorsAPI-test.xhtml.
* fast/dom/SelectorAPI/ressig-SelectorsAPI-test-expected.txt: Removed.
* fast/dom/SelectorAPI/ressig-SelectorsAPI-test.xhtml: Removed.
2008-07-12 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- test for https://bugs.webkit.org/show_bug.cgi?id=18088
<rdar://problem/6036232> white-space:nowrap; float:left; causing the misalignment issue
* fast/block/basic/min-pref-width-nowrap-floats.html: Added.
* platform/mac/fast/block/basic/min-pref-width-nowrap-floats-expected.checksum: Added.
* platform/mac/fast/block/basic/min-pref-width-nowrap-floats-expected.png: Added.
* platform/mac/fast/block/basic/min-pref-width-nowrap-floats-expected.txt: Added.
2008-07-11 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
Update getSubStringLength and selectSubString methods exception throwing conditions
based on SVG working group errata.
* svg/custom/acid3-test-77-expected.txt:
* svg/custom/acid3-test-77.html:
* svg/custom/getSubStringLength-expected.txt:
* svg/custom/resources/getSubStringLength.js:
* svg/custom/resources/selectSubString.js: Added.
* svg/custom/selectSubString-expected.txt: Added.
* svg/custom/selectSubString.html: Added.
2008-07-11 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
We can only use the Id fast path for querySelector and querySelectorAll
if the selector is purely an Id selector.
* fast/dom/SelectorAPI/id-fastpath-expected.txt: Added.
* fast/dom/SelectorAPI/id-fastpath.html: Added.
* fast/dom/SelectorAPI/resources/id-fastpath.js: Added.
* fast/dom/SelectorAPI/ressig-SelectorsAPI-test-expected.txt:
2008-07-11 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
Test for <https://bugs.webkit.org/show_bug.cgi?id=18885>
(requires visual inspection or pixel test).
* fast/transforms/transform-positioned-ancestor.html: Added.
* platform/mac/fast/transforms/transform-positioned-ancestor-expected.txt: Added.
2008-07-11 Eric Seidel <eric@webkit.org>
Reviewed by Anders.
Skip the printing tests since they fail between machines.
https://bugs.webkit.org/show_bug.cgi?id=20011
* platform/mac/Skipped:
2008-07-11 Sam Weinig <sam@webkit.org>
Rubber-stamped by Oliver Hunt.
Import Selectors API test from http://ejohn.org/apps/selectortest/.
* fast/dom/SelectorAPI/ressig-SelectorsAPI-test-expected.txt: Added.
* fast/dom/SelectorAPI/ressig-SelectorsAPI-test.xhtml: Added.
2008-07-11 Eric Seidel <eric@webkit.org>
Reviewed by cpst.
Update results to match the buildbot (even though this now fails on my machine)
I think the failure for me is possibly leopard vs. tiger or git vs. svn.
* webarchive/test-xml-stylesheet-expected.webarchive:
2008-07-11 Dean Jackson <dino@apple.com>
Updated test results for
https://bugs.webkit.org/show_bug.cgi?id=19864
* css3/transform-computed-style-001-expected.txt:
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2008-07-10 Sam Weinig <sam@webkit.org>
Reviewed by Oliver Hunt.
Add support for NSResolver to resolve namespaces for querySelector
and querySelectorAll.
* fast/dom/SelectorAPI/NSResolver-basic-expected.txt: Added.
* fast/dom/SelectorAPI/NSResolver-basic.xhtml: Added.
* fast/dom/SelectorAPI/NSResolver-exceptions-expected.txt: Added.
* fast/dom/SelectorAPI/NSResolver-exceptions.xhtml: Added.
* fast/dom/SelectorAPI/not-supported-NSResolver-expected.txt: Removed.
* fast/dom/SelectorAPI/not-supported-NSResolver.html: Removed.
* fast/dom/SelectorAPI/resources/NSResolver-exceptions.js: Added.
2008-07-10 Dean Jackson <dino@apple.com>
Reviewed by hyatt.
Testing the computed style of -webkit-transform
https://bugs.webkit.org/show_bug.cgi?id=19864
* css3/transform-computed-style-001-expected.txt: Added.
* css3/transform-computed-style-001.html: Added.
2008-07-10 Sam Weinig <sam@webkit.org>
Reviewed by Dave Hyatt and Darin Adler,
Add support for calling querySelector and querySelectorAll on DocumentFragments
- Add test for nodes not in the document tree.
* fast/dom/SelectorAPI/detached-element-expected.txt: Added.
* fast/dom/SelectorAPI/detached-element.html: Added.
* fast/dom/SelectorAPI/dumpNodeList-expected.txt:
* fast/dom/SelectorAPI/dumpNodeList.html:
* fast/dom/SelectorAPI/not-supported-NSResolver-expected.txt:
* fast/dom/SelectorAPI/not-supported-NSResolver.html:
* fast/dom/SelectorAPI/resources/detached-element.js: Added.
* fast/dom/Window/window-properties-expected.txt:
2008-07-10 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
Test for <https://bugs.webkit.org/show_bug.cgi?id=18886>
RenderLayer::shouldBeOverflowOnly() should look for transforms
* fast/transforms/transform-overflow.html: Added.
* platform/mac/fast/transforms/transform-overflow-expected.txt: Added.
2008-07-09 Brady Eidson <beidson@apple.com>
Reviewed by Darin
Test for <rdar://problem/5823684>
* fast/loader/frame-creation-removal-expected.txt: Added.
* fast/loader/frame-creation-removal.html: Added.
* fast/loader/resources/frame-creation-removal-iframe.html: Added.
2008-07-09 Eric Seidel <eric@webkit.org>
Reviewed by Mark Rowe.
Print <div> backgrounds when printing from DRT.
* printing/media-queries-print-expected.pdf:
2008-07-09 Eric Seidel <eric@webkit.org>
Reviewed by aroben.
* platform/mac/printing: Added.
* platform/mac/printing/media-queries-print-expected.txt: Added.
* platform/qt/Skipped: skip printing and webarchives
* platform/win/Skipped: skip printing tests
* printing: Added.
* printing/media-queries-print.html: Added.
2008-07-09 Eric Seidel <eric@webkit.org>
Reviewed by weinig.
Add Content-Type support to DumpRenderTree and run-webkit-tests
and move expected.txt files to expected.webarchive
https://bugs.webkit.org/show_bug.cgi?id=15565
* svg/custom/image-with-prefix-in-webarchive-expected.webarchive: Renamed from LayoutTests/svg/custom/image-with-prefix-in-webarchive-expected.txt.
* svg/webarchive/svg-cursor-subresources-expected.webarchive: Renamed from LayoutTests/svg/webarchive/svg-cursor-subresources-expected.txt.
* svg/webarchive/svg-feimage-subresources-expected.webarchive: Renamed from LayoutTests/svg/webarchive/svg-feimage-subresources-expected.txt.
* svg/webarchive/svg-script-subresouces-expected.webarchive: Renamed from LayoutTests/svg/webarchive/svg-script-subresouces-expected.txt.
* webarchive/archive-empty-frame-dom-expected.webarchive: Renamed from LayoutTests/webarchive/archive-empty-frame-dom-expected.txt.
* webarchive/archive-empty-frame-source-expected.webarchive: Renamed from LayoutTests/webarchive/archive-empty-frame-source-expected.txt.
* webarchive/archive-with-unencoded-url-expected.webarchive: Renamed from LayoutTests/webarchive/archive-with-unencoded-url-expected.txt.
* webarchive/doctype-expected.webarchive: Renamed from LayoutTests/webarchive/doctype-expected.txt.
* webarchive/test-body-background-expected.webarchive: Renamed from LayoutTests/webarchive/test-body-background-expected.txt.
* webarchive/test-css-import-expected.webarchive: Renamed from LayoutTests/webarchive/test-css-import-expected.txt.
* webarchive/test-duplicate-resources-expected.webarchive: Renamed from LayoutTests/webarchive/test-duplicate-resources-expected.txt.
* webarchive/test-frameset-expected.webarchive: Renamed from LayoutTests/webarchive/test-frameset-expected.txt.
* webarchive/test-img-src-expected.webarchive: Renamed from LayoutTests/webarchive/test-img-src-expected.txt.
* webarchive/test-input-src-expected.webarchive: Renamed from LayoutTests/webarchive/test-input-src-expected.txt.
* webarchive/test-link-href-expected.webarchive: Renamed from LayoutTests/webarchive/test-link-href-expected.txt.
* webarchive/test-object-data-expected.webarchive: Renamed from LayoutTests/webarchive/test-object-data-expected.txt.
* webarchive/test-script-src-expected.webarchive: Renamed from LayoutTests/webarchive/test-script-src-expected.txt.
* webarchive/test-table-background-expected.webarchive: Renamed from LayoutTests/webarchive/test-table-background-expected.txt.
* webarchive/test-td-background-expected.webarchive: Renamed from LayoutTests/webarchive/test-td-background-expected.txt.
* webarchive/test-xml-stylesheet-expected.txt: Removed.
* webarchive/test-xml-stylesheet-expected.webarchive: Copied from LayoutTests/platform/mac-leopard/webarchive/test-xml-stylesheet-expected.txt.
2008-07-09 Rob Buis <buis@kde.org>
Reviewed by Eric.
Changed tests for:
https://bugs.webkit.org/show_bug.cgi?id=15431
SVGRenderStyle should store pre-modified resource URIs
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
* platform/mac/svg/batik/filters/filterRegions-expected.txt:
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
* platform/mac/svg/batik/text/textEffect2-expected.txt:
* platform/mac/svg/batik/text/textProperties-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
* platform/mac/svg/custom/clip-path-child-changes-expected.txt:
* platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
* platform/mac/svg/custom/clip-path-href-changes-expected.txt:
* platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
* platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
* platform/mac/svg/custom/clip-path-units-changes-expected.txt:
* platform/mac/svg/custom/clip-path-with-transform-expected.txt:
* platform/mac/svg/custom/empty-clip-path-expected.txt:
* platform/mac/svg/custom/empty-merge-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
* platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
* platform/mac/svg/custom/filter-source-alpha-expected.txt:
* platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-marker-creation-expected.txt:
* platform/mac/svg/custom/marker-changes-expected.txt:
* platform/mac/svg/custom/marker-child-changes-expected.txt:
* platform/mac/svg/custom/marker-default-width-height-expected.txt:
* platform/mac/svg/custom/marker-overflow-clip-expected.txt:
* platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
* platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
* platform/mac/svg/custom/non-opaque-filters-expected.txt:
* platform/mac/svg/custom/recursive-clippath-expected.txt:
* platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
* platform/mac/svg/custom/visibility-override-clip-expected.txt:
* platform/mac/svg/custom/visibility-override-filter-expected.txt:
2008-07-08 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin.
Dean forgot to add this file needed for the tests.
* traversal/resources/node-iterator-009-data.xml: Added.
2008-07-07 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Fix for https://bugs.webkit.org/show_bug.cgi?id=19928
Use of CSS3 Namespaces syntax in Selectors API should throw an exception
* fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt: Added.
* fast/dom/SelectorAPI/not-supported-namespace-in-selector.html: Added.
2008-07-07 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin.
Tests for https://bugs.webkit.org/show_bug.cgi?id=19933
nodeIterator with filter fails on documents not in a frame
* traversal/node-iterator-009-expected.txt: Added.
* traversal/node-iterator-009.html: Added.
* traversal/tree-walker-006-expected.txt: Added.
* traversal/tree-walker-006.html: Added.
2008-07-07 Adele Peterson <adele@apple.com>
Reviewed by Dan Bernstein.
Test for https://bugs.webkit.org/show_bug.cgi?id=19924
<rdar://problem/6057160> Disabled file input element updates its displayed file info when a file is dropped from the Finder.
* fast/forms/dragging-to-disabled-file-input-expected.txt: Added.
* fast/forms/dragging-to-disabled-file-input.html: Added.
2008-07-07 Adele Peterson <adele@apple.com>
Reviewed by Beth.
Test for <rdar://problem/5860507> <AUDIO> playback noticeably more quiet than QuickTime
* media/video-volume-expected.txt:
* media/video-volume.html:
2008-07-07 Beth Dakin <bdakin@apple.com>
Reviewed by Anders.
New test that uses the ability to query int value, min value, and
max value in the accessibility tests.
* accessibility/aria-range-value-expected.txt: Added.
* accessibility/aria-range-value.html: Added.
2008-07-07 Michelangelo De Simone <m.des@mac.com>
Reviewed by Adele.
Test suite for :read-only and :read-write pseudoclasses, imported from
Opera.
* fast/css/readonly-pseudoclass-opera-001-expected.txt: Added.
* fast/css/readonly-pseudoclass-opera-001.html: Added.
* fast/css/readonly-pseudoclass-opera-002-expected.txt: Added.
* fast/css/readonly-pseudoclass-opera-002.html: Added.
* fast/css/readonly-pseudoclass-opera-003-expected.txt: Added.
* fast/css/readonly-pseudoclass-opera-003.html: Added.
* fast/css/readonly-pseudoclass-opera-004-expected.txt: Added.
* fast/css/readonly-pseudoclass-opera-004.html: Added.
* fast/css/readonly-pseudoclass-opera-005-expected.txt: Added.
* fast/css/readonly-pseudoclass-opera-005.html: Added.
2008-07-07 Sam Weinig <sam@webkit.org>
Reviewed by Geoffrey Garen.
Fix for https://bugs.webkit.org/show_bug.cgi?id=19928
querySelectorAll should throw an exception if a NSResolver is passed in.
* fast/dom/SelectorAPI/not-supported-NSResolver-expected.txt: Added.
* fast/dom/SelectorAPI/not-supported-NSResolver.html: Added.
2008-07-07 Brady Eidson <beidson@apple.com>
Reviewed by Mitz and Geoff
Test the fix for https://bugs.webkit.org/show_bug.cgi?id=18951 and <rdar://problem/5921760>
* fast/loader/empty-ref-versus-no-ref-expected.txt: Added.
* fast/loader/empty-ref-versus-no-ref.html: Added.
2008-07-07 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Antti.
Fixes: http://bugs.webkit.org/show_bug.cgi?id=17779 (SVG 1.1 Errata demands "SVG JavaScript Liveness" support)
Revised version of the patch, not using pointer-to-member function callbacks anymore - after discussion with Adam Roben.
Add new layout test covering SVG <-> XML synchronication (svg/custom/svg-xml-dom-sync.html).
Rename one hixie test that got fixed: 005-broken.xml -> 005.xml
* platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.png: Added.
* platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum: Removed.
* platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png: Removed.
* platform/mac-leopard/svg/hixie/dynamic/005-expected.checksum: Copied from platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum.
* platform/mac-leopard/svg/hixie/dynamic/005-expected.png: Copied from platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png.
* platform/mac/svg/hixie/dynamic/005-broken-expected.txt: Removed.
* platform/mac/svg/hixie/dynamic/005-expected.txt: Copied from platform/mac/svg/hixie/dynamic/005-broken-expected.txt.
* svg/custom/resources/svg-xml-dom-sync.js: Added.
* svg/custom/svg-xml-dom-sync-expected.txt: Added.
* svg/custom/svg-xml-dom-sync.html: Added.
* svg/hixie/dynamic/005-broken.xml: Removed.
* svg/hixie/dynamic/005.xml: Copied from svg/hixie/dynamic/005-broken.xml. Regenerated results.
2008-07-06 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Rename "Access-Contol-Origin" to "Origin" to match the latest
Access Control for Cross-Site Request draft. (Editor's Draft 25 May 2008)
* http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-expected.txt:
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
2008-07-04 David D. Kilzer <ddkilzer@webkit.org>
Bug 15290: REGRESSION (r14184-r14216): Duplicate DOCTYPE definitions when saving files as webarchives
<https://bugs.webkit.org/show_bug.cgi?id=15290>
<rdar://problem/5509173>
Reviewed by Dan Bernstein.
* webarchive/archive-empty-frame-dom-expected.txt: Updated test
results now that we don't emit two <!DOCTYPE> tags.
* webarchive/doctype-expected.txt: Added.
* webarchive/doctype.html: Added.
2008-07-03 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- test for <rdar://problem/6020930> Bidi Problem When Resizing Window
* fast/text/international/bidi-AN-after-empty-run.html: Added.
* platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum: Added.
* platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Added.
* platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt: Added.
2008-07-02 Jon Honeycutt <jhoneycutt@apple.com>
Test for <rdar://5983747> Safari crashes trying to load the SilverLight plugin
Reviewed by Anders.
* plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream-expected.txt: Added.
* plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html: Added.
2008-07-03 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=19884
Locating a store at www.366.ru doesn't work
* fast/forms/submit-with-base-expected.txt: Added.
* fast/forms/submit-with-base.html: Added.
2008-07-03 Geoffrey Garen <ggaren@apple.com>
Reviewed by Mark Rowe.
Updated this test result to match our new, smaller recursion limit.
With the new limit, an exception is thrown on entry to the document.write
script, which is why you see an exception logged to the console, instead
of caught inside the script.
* fast/js/global-recursion-on-full-stack-expected.txt:
2008-07-02 Geoffrey Garen <ggaren@apple.com>
Reviewed by Mark Rowe.
Updated this test to match our lower recursion limit, and to signal
failure as failure.
* fast/js/deep-recursion-test.html:
2008-07-02 Oliver Hunt <oliver@apple.com>
RS=Mark Rowe.
Reduce test runtime to avoid timeout on slow hardware with debug builds.
* fast/canvas/canvas-longlived-context.js:
2008-07-02 Brady Eidson <beidson@apple.com>
Reviewed by Mitz Pettel and John Sullivan
Fix for <rdar://problem/5549871> - Crash when calling [WebView stopLoading:] or [WebFrame stopLoading]
inside of the frame load delegate method -webView:didStartProvisionalLoadForFrame:.
* fast/loader/stop-provisional-loads-expected.txt: Added.
* fast/loader/stop-provisional-loads.html: Added.
2008-07-02 Beth Dakin <bdakin@apple.com>
Reviewed by Darin.
Tests for <rdar://problem/6015523> Implement ARIA ranges/sliders
and
<rdar://problem/5934355> Need to implement ARIA role="spinbutton"
* accessibility/aria-range-expected.txt: Added.
* accessibility/aria-range.html: Added.
* accessibility/aria-slider-expected.txt: Added.
* accessibility/aria-slider.html: Added.
* accessibility/aria-spinbutton-expected.txt: Added.
* accessibility/aria-spinbutton.html: Added.
This test used to have a section for slider. It was a mistake for
that to be checked in since slider was not implemented until not.
* accessibility/aria-roles-expected.txt:
* accessibility/aria-roles.html:
2008-07-02 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Bug 19776: Number.toExponential() is incorrect for numbers between 0.1 and 1
<https://bugs.webkit.org/show_bug.cgi?id=19776>
* fast/js/number-toExponential-expected.txt:
* fast/js/resources/number-toExponential.js:
2008-07-02 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Oliver Hunt.
Fix https://bugs.webkit.org/show_bug.cgi?id=19850
Bug 19850: REGRESSION (r34887): SVGEllipseElement-dom-cx-attr.html and SVGEllipseElement-svgdom-cx-prop.html are failing
Update the coordinates used when clicking to initiate the test so that the test does not fail on Tiger.
* svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js:
2008-07-02 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Add a test for a situation mentioned in:
Bug 19523: delete does not work in javascript
<https://bugs.webkit.org/show_bug.cgi?id=19523>
* fast/js/delete-multiple-global-blocks-expected.txt: Added.
* fast/js/delete-multiple-global-blocks.html: Added.
2008-07-01 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff Garen.
Testcase to cover a CanvasRenderingContext2D reference outlasting any
references to the underlying canvas element.
* fast/canvas/canvas-longlived-context-expected.txt: Added.
* fast/canvas/canvas-longlived-context.html: Added.
* fast/canvas/canvas-longlived-context.js: Added.
2008-07-01 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Tests for:
Bug 19844: JavaScript Switch statement modifies "this"
<https://bugs.webkit.org/show_bug.cgi?id=19844>
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-07-01 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Brady Eidson.
Tests for:
Bug 19822: REGRESSION (r30243): setting location.hash to "#" causes a reload
<https://bugs.webkit.org/show_bug.cgi?id=19822>
* http/tests/loading/location-hash-reload-cycle-expected.txt: Added.
* http/tests/loading/location-hash-reload-cycle.html: Added.
2008-07-01 Adam Roben <aroben@apple.com>
Roll out r34913, as it broke the Windows build due to bad casting
Rubberstamped by Anders Carlsson.
2008-07-01 chris fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
Fixes: <rdar://problem/6041580> REGRESSION: AX: AXSize of radio buttons is 0,0
Added new layout test for size of checkboxes and radio buttons
* accessibility/radio-button-checkbox-size-expected.txt: Added.
* accessibility/radio-button-checkbox-size.html: Added.
* accessibility/radio-button-group-members-expected.txt:
2008-07-01 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Antti.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=19841
Added new layout tests covering dynamic updates of SVGLinearGradientElement using DOM & SVG DOM.
One test "SVGLinearGradientElement-svgdom-gradientTransform-prop.html" contains an expected failure:
It exposes a known JavaScript problem, covered by https://bugs.webkit.org/show_bug.cgi?id=17736.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop.html: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientTransform-attr.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x1-attr.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x2-attr.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y1-attr.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y2-attr.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientTransform-prop.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x1-prop.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x2-prop.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y1-prop.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y2-prop.js: Added.
2008-07-01 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Antti.
<rdar://problem/6033080> REGRESSION: Some CH characters display as garbage on webpage for
the first time.
* fast/encoding/preload-encoding-expected.txt:
* fast/encoding/preload-encoding.html:
* fast/encoding/resources/preloaded-gb2312.css: Added.
* fast/encoding/resources/preloaded-gb2312.js: Added.
* fast/encoding/resources/preloaded-utf-8.css: Copied from LayoutTests/fast/encoding/resources/utf-8.css.
* fast/encoding/resources/preloaded-utf-8.js: Copied from LayoutTests/fast/encoding/resources/utf-8.js.
* fast/encoding/resources/utf-8.css: Removed.
* fast/encoding/resources/utf-8.js: Removed.
Converted the test to plain text, added cases for the new issue.
2008-07-01 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Antti.
Fixes: http://bugs.webkit.org/show_bug.cgi?id=17779 (SVG 1.1 Errata demands "SVG JavaScript Liveness" support)
Add new layout test covering SVG <-> XML synchronication (svg/custom/svg-xml-dom-sync.html).
Rename one hixie test that got fixed: 005-broken.xml -> 005.xml
* platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.png: Added.
* platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum: Removed.
* platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png: Removed.
* platform/mac-leopard/svg/hixie/dynamic/005-expected.checksum: Copied from platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum.
* platform/mac-leopard/svg/hixie/dynamic/005-expected.png: Copied from platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png.
* platform/mac/svg/hixie/dynamic/005-broken-expected.txt: Removed.
* platform/mac/svg/hixie/dynamic/005-expected.txt: Copied from platform/mac/svg/hixie/dynamic/005-broken-expected.txt.
* svg/custom/resources/svg-xml-dom-sync.js: Added.
* svg/custom/svg-xml-dom-sync-expected.txt: Added.
* svg/custom/svg-xml-dom-sync.html: Added.
* svg/hixie/dynamic/005-broken.xml: Removed.
* svg/hixie/dynamic/005.xml: Copied from svg/hixie/dynamic/005-broken.xml.
2008-06-30 Adele Peterson <adele@apple.com>
Reviewed by Oliver.
Test for <rdar://problem/5882050> clicking in hidden close box area of empty searchfield causes mousedown to stop firing
* fast/forms/search-hidden-cancel-button-expected.txt: Added.
* fast/forms/search-hidden-cancel-button.html: Added.
2008-06-30 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Tests for:
Bug 19830: REGRESSION (r34883): Google Reader doesn't show up feed list on sidebar
<https://bugs.webkit.org/show_bug.cgi?id=19830>
* fast/js/codegen-peephole-locals-expected.txt: Added.
* fast/js/codegen-peephole-locals.html: Added.
* fast/js/resources/codegen-peephole-locals.js: Added.
2008-06-30 Adele Peterson <adele@apple.com>
Reviewed by Anders.
Test for <rdar://problem/5301322> REGRESSION: Select All selects the whole page when used in readonly textareas
* editing/selection/select-all-textarea-expected.txt: Added.
* editing/selection/select-all-textarea.html: Added.
2008-06-30 chris fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
Added tests for internal link anchors and for radio button group members
Updated the accessibilty dump to output a standard NSLog null when the
object is null
* accessibility/document-attributes-expected.txt:
* accessibility/internal-link-anchors-expected.txt: Added.
* accessibility/internal-link-anchors.html: Added.
* accessibility/radio-button-group-members-expected.txt: Added.
* accessibility/radio-button-group-members.html: Added.
2008-06-30 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Antti.
Fix all existing tests in svg/dynamic-updates to actually reflect repainting changes, by
removing the timing dependency. Instead model them like frame-getSVGDocument.html by
not including the <script src="js-test-post.js"> element within the TEMPLATE.html but
by dynamically injecting it, if the test actually finished.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum:
* svg/dynamic-updates/SVGAElement-dom-href-attr.html:
* svg/dynamic-updates/SVGAElement-dom-target-attr.html:
* svg/dynamic-updates/SVGAElement-svgdom-href-prop.html:
* svg/dynamic-updates/SVGAElement-svgdom-target-prop.html:
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html:
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html:
* svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
* svg/dynamic-updates/SVGCircleElement-dom-r-attr.html:
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html:
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html:
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html:
* svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html:
* svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html:
* svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html:
* svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html:
* svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html:
* svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html:
* svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html:
* svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html:
* svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html:
* svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html:
* svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt:
* svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html:
* svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt:
* svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html:
* svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html:
* svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html:
* svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
* svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
* svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
* svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
* svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
* svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js:
* svg/dynamic-updates/resources/SVGTestCase.js:
* svg/dynamic-updates/resources/TEMPLATE.html:
2008-06-29 Dan Bernstein <mitz@apple.com>
- add a missing file from the last check-in
* fast/css/resources/font-face-descriptor-multiple-values-parsing.js: Added.
2008-06-29 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- tests for <rdar://problem/5734440> Specifying a font-weight for @font-face not working
* fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: Added.
* fast/css/font-face-descriptor-multiple-values-parsing.html: Added.
* fast/css/font-face-descriptor-multiple-values.html: Added.
* platform/mac/fast/css/font-face-descriptor-multiple-values-expected.checksum: Added.
* platform/mac/fast/css/font-face-descriptor-multiple-values-expected.png: Added.
* platform/mac/fast/css/font-face-descriptor-multiple-values-expected.txt: Added.
2008-06-27 Eric Seidel <eric@webkit.org>
Reviewed by darin.
Add multi-button click event test case.
FireFox and IE only send click events for left-clicks.
https://bugs.webkit.org/show_bug.cgi?id=15173
* fast/events/mouse-click-events-expected.txt: Added.
* fast/events/mouse-click-events.html: Copied from LayoutTests/fast/parser/resources/TEMPLATE.html.
* fast/events/resources/mouse-click-events.js: Added.
2008-06-28 Darin Adler <darin@apple.com>
Reviewed by Sam and Cameron.
- test for https://bugs.webkit.org/show_bug.cgi?id=19805
Array.concat turns missing array elements into "undefined"
* fast/js/array-holes-expected.txt: Added.
* fast/js/array-holes.html: Added.
* fast/js/resources/array-holes.js: Added.
2008-06-28 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Sam.
Add a test to check exception sequencing for native calls.
* fast/js/exception-sequencing-expected.txt:
* fast/js/exception-sequencing.html:
2008-06-28 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- updated test and results for <rdar://problem/5994621> REGRESSION (r31090-r31114): Weather widget shows missing image icons briefly when (re)loaded
* fast/images/load-img-with-empty-src-expected.txt:
* fast/images/load-img-with-empty-src.html:
2008-06-28 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Update all (except four) SVG pixel tests, after a long time.
Four tests are broken in trunk, filed bugs 19798 & 19799.
Add all missing png/checksum files, and move files around which were misplaced.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
* platform/mac-leopard/svg/batik/masking/maskRegions-expected.checksum:
* platform/mac-leopard/svg/batik/masking/maskRegions-expected.png:
* platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
* platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
* platform/mac-leopard/svg/batik/paints/patternRegions-expected.checksum:
* platform/mac-leopard/svg/batik/paints/patternRegions-expected.png:
* platform/mac-leopard/svg/batik/text/textEffect-expected.checksum:
* platform/mac-leopard/svg/batik/text/textEffect-expected.png:
* platform/mac-leopard/svg/carto.net/scrollbar-expected.checksum:
* platform/mac-leopard/svg/carto.net/scrollbar-expected.png:
* platform/mac-leopard/svg/carto.net/selectionlist-expected.checksum:
* platform/mac-leopard/svg/carto.net/selectionlist-expected.png:
* platform/mac-leopard/svg/custom/altglyph-expected.checksum: Copied from platform/mac/svg/custom/altglyph-expected.checksum.
* platform/mac-leopard/svg/custom/altglyph-expected.png: Copied from platform/mac/svg/custom/altglyph-expected.png.
* platform/mac-leopard/svg/custom/animate-path-discrete-expected.checksum: Added.
* platform/mac-leopard/svg/custom/animate-path-discrete-expected.png: Added.
* platform/mac-leopard/svg/custom/animate-path-morphing-expected.checksum: Added.
* platform/mac-leopard/svg/custom/animate-path-morphing-expected.png: Added.
* 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.
* 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.
* platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.checksum:
* platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.png:
* platform/mac-leopard/svg/custom/focus-ring-expected.checksum:
* platform/mac-leopard/svg/custom/focus-ring-expected.png:
* platform/mac-leopard/svg/custom/getPresentationAttribute-modify-expected.checksum: Added.
* platform/mac-leopard/svg/custom/getPresentationAttribute-modify-expected.png: Added.
* platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.checksum:
* platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.png:
* platform/mac-leopard/svg/custom/image-parent-translation-expected.checksum:
* platform/mac-leopard/svg/custom/image-parent-translation-expected.png:
* platform/mac-leopard/svg/custom/image-small-width-height-expected.checksum:
* platform/mac-leopard/svg/custom/image-small-width-height-expected.png:
* platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.checksum:
* platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.png:
* platform/mac-leopard/svg/custom/js-late-mask-creation-expected.checksum:
* platform/mac-leopard/svg/custom/js-late-mask-creation-expected.png:
* platform/mac-leopard/svg/custom/loadevents-capturing-expected.checksum: Added.
* platform/mac-leopard/svg/custom/loadevents-capturing-expected.png: Added.
* platform/mac-leopard/svg/custom/loadevents-externalresourcesrequired-displaynone-expected.checksum: Added.
* platform/mac-leopard/svg/custom/loadevents-externalresourcesrequired-displaynone-expected.png: Added.
* platform/mac-leopard/svg/custom/loadevents-externalresourcesrequired-expected.checksum: Added.
* platform/mac-leopard/svg/custom/loadevents-externalresourcesrequired-expected.png: Added.
* platform/mac-leopard/svg/custom/loadevents-normal-displaynone-expected.checksum: Added.
* platform/mac-leopard/svg/custom/loadevents-normal-displaynone-expected.png: Added.
* platform/mac-leopard/svg/custom/loadevents-normal-expected.checksum: Added.
* platform/mac-leopard/svg/custom/loadevents-normal-expected.png: Added.
* platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.checksum: Added.
* platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.png: Added.
* platform/mac-leopard/svg/custom/mask-changes-expected.checksum:
* platform/mac-leopard/svg/custom/mask-changes-expected.png:
* platform/mac-leopard/svg/custom/mask-child-changes-expected.checksum:
* platform/mac-leopard/svg/custom/mask-child-changes-expected.png:
* platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.checksum:
* platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.png:
* platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.checksum:
* platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.png:
* platform/mac-leopard/svg/custom/pattern-rotate-expected.checksum:
* platform/mac-leopard/svg/custom/pattern-rotate-expected.png:
* platform/mac-leopard/svg/custom/pattern-y-offset-expected.checksum:
* platform/mac-leopard/svg/custom/pattern-y-offset-expected.png:
* platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
* platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/mac-leopard/svg/custom/svg-features-expected.checksum:
* platform/mac-leopard/svg/custom/svg-features-expected.png:
* platform/mac-leopard/svg/custom/text-dom-removal-expected.checksum: Copied from platform/mac/svg/custom/text-dom-removal-expected.checksum.
* platform/mac-leopard/svg/custom/text-dom-removal-expected.png: Copied from platform/mac/svg/custom/text-dom-removal-expected.png.
* platform/mac-leopard/svg/custom/text-linking-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-linking-expected.png: Added.
* platform/mac-leopard/svg/custom/text-xy-updates-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-xy-updates-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum:
* platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
* platform/mac-leopard/svg/dom/SVGRectElement: Added.
* platform/mac-leopard/svg/dom/SVGRectElement/rect-modify-rx-expected.checksum: Added.
* platform/mac-leopard/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
* platform/mac-leopard/svg/text/kerning-expected.checksum: Added.
* platform/mac-leopard/svg/text/kerning-expected.png: Added.
* platform/mac-leopard/svg/text/multichar-glyph-expected.checksum: Added.
* platform/mac-leopard/svg/text/multichar-glyph-expected.png: Added.
* platform/mac/svg/custom/altglyph-expected.checksum: Removed.
* platform/mac/svg/custom/altglyph-expected.png: Removed.
* platform/mac/svg/custom/clip-path-display-none-child-expected.checksum: Removed.
* platform/mac/svg/custom/clip-path-display-none-child-expected.png: Removed.
* platform/mac/svg/custom/text-dom-removal-expected.checksum: Removed.
* platform/mac/svg/custom/text-dom-removal-expected.png: Removed.
2008-06-28 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- make a test valid
* fast/images/load-img-with-empty-src.html: Renamed the "status"
variable to "results", because "status" is a Window property.
2008-06-27 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
<rdar://problem/6025499> Make Cross-site XHR match the final specification
Add tests for the updated implemented subset of Access-Control for XMLHttpRequest.
* http/tests/xmlhttprequest/access-control-basic-blacklist-request-headers-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-blacklist-request-headers.html: Added.
* http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple.html: Added.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-async-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers.html: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-print-headers.cgi: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-get-fail-non-simple.cgi: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-whitelist-response-headers.cgi: Added.
* http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
2008-06-26 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Added a test for what happens when a script exceeds the limit on declared
global variables.
* fast/js/global-var-limit-expected.txt: Added.
* fast/js/global-var-limit.html: Added.
* fast/js/global-recursion-on-full-stack-expected.txt: Updated for new
(slightly more correct) behavior. Since the stack overflow happens in the
middle of a try/catch block, it should be caught, instead of logged to
the console.
2008-06-27 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
Test our handling of unterminated <!-- comments in various special
parsing contexts. This change does not test our handling of
unterminated comments in <title> or <iframe> because I'm unsure whether
our behaviour is correct.
* fast/parser/open-comment-in-script-tricky-expected.txt: Added.
* fast/parser/open-comment-in-script-tricky.html: Added.
* fast/parser/open-comment-in-style.html: Added.
* fast/parser/open-comment-in-textarea.html: Added.
* platform/mac/fast/parser/open-comment-in-style-expected.checksum: Added.
* platform/mac/fast/parser/open-comment-in-style-expected.png: Added.
* platform/mac/fast/parser/open-comment-in-style-expected.txt: Added.
* platform/mac/fast/parser/open-comment-in-textarea-expected.checksum: Added.
* platform/mac/fast/parser/open-comment-in-textarea-expected.png: Added.
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt: Added.
2008-06-27 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=19784
Test that entities are not used to start comments.
* fast/parser/comment-in-iframe-expected.txt: Added.
* fast/parser/comment-in-iframe.html: Added.
* fast/parser/entity-comment-in-iframe-expected.txt: Added.
* fast/parser/entity-comment-in-iframe.html: Added.
* fast/parser/entity-comment-in-script-tricky-expected.txt: Added.
* fast/parser/entity-comment-in-script-tricky.html: Added.
* fast/parser/entity-comment-in-style.html: Added.
* fast/parser/entity-comment-in-textarea.html: Added.
* fast/parser/entity-comment-in-title-expected.txt: Added.
* fast/parser/entity-comment-in-title.html: Added.
* platform/mac/fast/parser/entity-comment-in-style-expected.checksum: Added.
* platform/mac/fast/parser/entity-comment-in-style-expected.png: Added.
* platform/mac/fast/parser/entity-comment-in-style-expected.txt: Added.
* platform/mac/fast/parser/entity-comment-in-textarea-expected.checksum: Added.
* platform/mac/fast/parser/entity-comment-in-textarea-expected.png: Added.
* platform/mac/fast/parser/entity-comment-in-textarea-expected.txt: Added.
2008-06-27 Antti Koivisto <antti@apple.com>
Reviewed by Oliver.
<rdar://problem/6030720>
REGRESSION: Discrete animation between incompatible paths does not work
* svg/custom/animate-path-discrete.svg: Added.
* platform/mac/svg/custom/animate-path-discrete-expected.txt: Added.
2008-06-26 David Smith <catfish.man@gmail.com>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=19002
Optimize simple id selectors in querySelector/querySelectorAll.
~4.4x speedup on the 4 subtests of http://webkit.org/perf/slickspeed/ that it applies to.
* fast/dom/SelectorAPI/dumpNodeList-expected.txt:
* fast/dom/SelectorAPI/dumpNodeList.html: Add tests for finding ids not in the document, and finding duplicate ids
2008-06-26 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/3099526> Find command doesn't search form input controls (textareas and text fields)
http://bugs.webkit.org/show_bug.cgi?id=7023
* editing/selection/find-in-text-control-expected.txt: Added.
* editing/selection/find-in-text-control.html: Added.
2008-06-26 Beth Dakin <bdakin@apple.com>
Reviewed by Sam.
Updated results that will pass on all platforms.
* accessibility/document-attributes-expected.txt:
2008-06-26 Sam Weinig <sam@webkit.org>
Update result after adding new progress events to XMLHttpRequest.
* fast/dom/xmlhttprequest-get-expected.txt:
2008-06-26 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=19767
REGRESSION: Crash in sort() when visiting http://www.onnyturf.com/subway/
* fast/js/avl-crash-expected.txt: Added.
* fast/js/avl-crash.html: Added.
* fast/js/resources/avl-crash.js: Added.
2008-06-25 Jean-Charles Verdié <jcverdie@pleyo.com>
Reviewed by Geoffrey Garen.
- https://bugs.webkit.org/show_bug.cgi?id=19581
Disable hanging test
* dom/xhtml/level2/html/HTMLFrameElement09.xhtml: Removed.
* dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled: Copied from LayoutTests/dom/xhtml/level2/html/HTMLFrameElement09.xhtml.
2008-06-25 Beth Dakin <bdakin@apple.com>
Reviewed by Sam Weinig.
New tests that exercise the ability to query the following
accessibility attributes individually: role, title, and
description.
* accessibility/aria-describedby-on-input-expected.txt: Added.
* accessibility/aria-describedby-on-input.html: Added.
* accessibility/aria-labelledby-on-input-expected.txt: Added.
* accessibility/aria-labelledby-on-input.html: Added.
* accessibility/aria-roles-expected.txt: Added.
* accessibility/aria-roles.html: Added.
* accessibility/document-attributes.html:
* accessibility/resources: Added.
* accessibility/resources/cake.png: Added.
2008-06-25 Justin Garcia <justin.garcia@apple.com>
Reviewed by John.
<rdar://problem/5994480> Line break lost on some pastes
These demonstrate fixes:
* editing/inserting/5994480.html: Added.
* editing/inserting/5994480-expected.txt: Added.
* editing/inserting/5994480-2.html: Added.
* editing/inserting/5994480-2-expected.txt: Added.
The changes made in this fix caused more of the unrendered text from the original
file to be preserved and show up in the test results. We insert a line break after
inserted content to separate it from content that comes after and prevent it from
being merged. In these what came after was unrendered whitespace that was previously
clobbered by the merge:
* platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/mac/editing/pasteboard/paste-text-010-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-001-expected.txt:
* platform/mac/editing/style/style-boundary-005-expected.txt:
2008-06-25 Anders Carlsson <andersca@apple.com>
Reviewed by Mitz.
<rdar://problem/6007111>
https://bugs.webkit.org/show_bug.cgi?id=19516
DOM modification causes Access Violation (NULL pointer?)
* fast/dom/HTMLHtmlElement/duplicate-html-element-crash-expected.txt: Added.
* fast/dom/HTMLHtmlElement/duplicate-html-element-crash.html: Added.
2008-06-25 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- tests for https://bugs.webkit.org/show_bug.cgi?id=18863
<rdar://problem/5908890> weight mappings with @font-face aren't consistent
* fast/css/font-face-locally-installed.html: Added.
* fast/css/font-face-multiple-faces.html: Added.
* platform/mac/fast/css/font-face-locally-installed-expected.checksum: Added.
* platform/mac/fast/css/font-face-locally-installed-expected.png: Added.
* platform/mac/fast/css/font-face-locally-installed-expected.txt: Added.
* platform/mac/fast/css/font-face-multiple-faces-expected.checksum: Added.
* platform/mac/fast/css/font-face-multiple-faces-expected.png: Added.
* platform/mac/fast/css/font-face-multiple-faces-expected.txt: Added.
* platform/win/Skipped: Removed css2.1/t1506-c525-font-wt-00-b.html.
2008-06-24 Anonymous
Reviewed by Darin Adler. Committed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=19470
Check for a null documentElement() to fix four crashes.
* LayoutTests/fast/dom/documentElement-null-expected.txt: Added.
* LayoutTests/fast/dom/documentElement-null.html: Added.
2008-06-24 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=19597
Test that we correctly parse comments containing end tags in CDATA and
RCDATA contexts.
* fast/parser/comment-in-script-tricky-expected.txt: Added.
* fast/parser/comment-in-script-tricky.html: Added.
* fast/parser/comment-in-style.html: Added.
* fast/parser/comment-in-textarea.html: Added.
* fast/parser/comment-in-title-expected.txt: Added.
* fast/parser/comment-in-title.html: Added.
* platform/mac/fast/parser/comment-in-style-expected.checksum: Added.
* platform/mac/fast/parser/comment-in-style-expected.png: Added.
* platform/mac/fast/parser/comment-in-style-expected.txt: Added.
* platform/mac/fast/parser/comment-in-textarea-expected.checksum: Added.
* platform/mac/fast/parser/comment-in-textarea-expected.png: Added.
* platform/mac/fast/parser/comment-in-textarea-expected.txt: Added.
2008-06-24 Dan Bernstein <mitz@apple.com>
Reviewed by Mark Rowe.
- add another test using remote fonts to the Tiger skipped list
* platform/mac-tiger/Skipped: Added fast/css/font-weight-1.html.
2008-06-24 Mark Rowe <mrowe@apple.com>
Exclude the newly-added accessibilityController from the dumped window properties.
* fast/dom/Window/window-properties.html:
2008-06-24 Justin Garcia <justin.garcia@apple.com>
Reviewed by John.
<rdar://problem/6026335> REGRESSION: Caret disappears after deleting a particular selection involving a ToDo
* editing/deleting/6026335-expected.txt: Added.
* editing/deleting/6026335.html: Added.
2008-06-24 Sam Weinig and Beth Dakin <bdakin@apple.com and sam@webkit.org>
Reviewed by Darin.
First test for <rdar://problem/5884881> Make DumpRenderTree support
accessibility tests
* accessibility: Added.
* accessibility/document-attributes-expected.txt: Added.
* accessibility/document-attributes.html: Added.
* platform/gtk/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2008-06-24 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Add tests for loadstart, abort and error events for XMLHttpRequests
* http/tests/xmlhttprequest/onabort-event-expected.txt: Added.
* http/tests/xmlhttprequest/onabort-event.html: Added.
* http/tests/xmlhttprequest/onerror-event-expected.txt: Added.
* http/tests/xmlhttprequest/onerror-event.html: Added.
* http/tests/xmlhttprequest/onloadstart-event-expected.txt: Added.
* http/tests/xmlhttprequest/onloadstart-event.html: Added.
* http/tests/xmlhttprequest/resources/get.txt: Added.
2008-06-24 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Darin Adler.
- add font-weight test for a family that has 9 weights
* fast/css/font-weight-1.html: Added.
* platform/mac/fast/css/font-weight-1-expected.checksum: Added.
* platform/mac/fast/css/font-weight-1-expected.png: Added.
* platform/mac/fast/css/font-weight-1-expected.txt: Added.
2008-06-24 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Tests for:
Bug 19730: REGRESSION (r34497): Text in alerts in "Leisure suit Larry" is not wrapped
<https://bugs.webkit.org/show_bug.cgi?id=19730>
* fast/js/codegen-loops-logical-nodes-expected.txt: Added.
* fast/js/codegen-loops-logical-nodes.html: Added.
* fast/js/resources/codegen-loops-logical-nodes.js: Added.
2008-06-23 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Tests for:
Bug 19716: REGRESSION (SquirrelFish): Reproducible crash after entering a username at mint.com
<https://bugs.webkit.org/show_bug.cgi?id=19716>
* fast/js/reentrant-call-unwind-expected.txt: Added.
* fast/js/reentrant-call-unwind.html: Added.
* fast/js/resources/reentrant-call-unwind.js: Added.
2008-06-23 David Kilzer <ddkilzer@apple.com>
Updated test for Bug 15823: getPropertyValue for border returns null, should compute the shorthand value
<https://bugs.webkit.org/show_bug.cgi?id=15823>
Rubber-stamped by Darin.
* fast/css/getPropertyValue-border-expected.txt: Updated results.
* fast/css/getPropertyValue-border.html: Test all combinations of
(mismatched) border values.
2008-06-22 Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=19465
Bug 19465: Cursor sometimes gets 'stuck' in textareas when trying to navigate with arrow keys
* editing/input/textarea-arrow-navigation.html:
* editing/input/textarea-arrow-navigation-expected.html: Added.
2008-06-22 Robert Blaut <webkit@blaut.biz>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=17421
Bug 17421: Lack of end tag for SELECT element causes the rest of page to not be rendered
* fast/parser/input-textarea-inside-select-element-expected.txt: Added.
* fast/parser/input-textarea-inside-select-element.html: Added.
2008-06-22 Robert Blaut <webkit@blaut.biz>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=19520
Bug 19520: WebKit incorrectly accepts hidden as the value of outline-style
* fast/css/outline-hidden-illegal-value-expected.txt: Added.
* fast/css/outline-hidden-illegal-value.html: Added.
2008-06-21 David Kilzer <ddkilzer@apple.com>
Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely
<https://bugs.webkit.org/show_bug.cgi?id=7931>
Reviewed by Darin.
The entity-end-textarea-tag.html contains 11 test cases: one
for each character in '</textarea>'. The rest of the tests
only test one encoding: '<' as '&lt;'.
* fast/parser/entity-end-iframe-tag-expected.txt: Added.
* fast/parser/entity-end-iframe-tag.html: Added.
* fast/parser/entity-end-script-tag-expected.txt: Added.
* fast/parser/entity-end-script-tag.html: Added.
* fast/parser/entity-end-style-tag-expected.txt: Added.
* fast/parser/entity-end-style-tag.html: Added.
* fast/parser/entity-end-textarea-tag-expected.txt: Added.
* fast/parser/entity-end-textarea-tag.html: Added.
* fast/parser/entity-end-title-tag-expected.txt: Added.
* fast/parser/entity-end-title-tag.html: Added.
* fast/parser/entity-end-xmp-tag-expected.txt: Added.
* fast/parser/entity-end-xmp-tag.html: Added.
2008-06-21 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Test for https://bugs.webkit.org/show_bug.cgi?id=19647
REGRESSION: Problem with extjs (insertAdjacentHTML)
* fast/dynamic/insertAdjacentHTML-allowed-parents-expected.txt: Added.
* fast/dynamic/insertAdjacentHTML-allowed-parents.html: Added.
2008-06-21 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=19649
Test that we block cross-orign loads of XSL style sheets.
* http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
* http/tests/security/cross-origin-xsl-BLOCKED.html: Added.
* http/tests/security/resources/cross-origin-xsl.xml: Added.
* http/tests/security/resources/forbidden-stylesheet.xsl: Added.
2008-06-21 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Alexey Proskuryakov.
- update results for newly-added CSS variables, file and file list
global constructors
* fast/dom/Window/window-properties-expected.txt:
2008-06-21 Alex Taylor <darwin@milliamp.org>
Reviewed by Dan Bernstein.
<https://bugs.webkit.org/show_bug.cgi?id=12425>
Test support for border-radius on fieldset elements.
* fast/borders/fieldsetBorderRadius.html: Added.
* platform/mac/fast/borders/fieldsetBorderRadius-expected.checksum: Added.
* platform/mac/fast/borders/fieldsetBorderRadius-expected.png: Added.
* platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: Added.
2008-06-20 David Hyatt <hyatt@apple.com>
Make sure CSS variables work inside the inline style attribute.
Reviewed by Beth
* fast/css/variables/inline-style-test.html: Added.
* platform/mac/fast/css/variables/inline-style-test-expected.checksum: Added.
* platform/mac/fast/css/variables/inline-style-test-expected.png: Added.
* platform/mac/fast/css/variables/inline-style-test-expected.txt: Added.
2008-06-20 David Hyatt <hyatt@apple.com>
Add tests of the DOM APIs for addition, removal and iteration.
Reviewed by Sam
* fast/css/variables/remove-variable-test.html: Added.
* fast/css/variables/set-variable-test.html: Added.
* fast/css/variables/variable-iteration-test.html: Added.
* platform/mac/fast/css/variables/remove-variable-test-expected.checksum: Added.
* platform/mac/fast/css/variables/remove-variable-test-expected.png: Added.
* platform/mac/fast/css/variables/remove-variable-test-expected.txt: Added.
* platform/mac/fast/css/variables/set-variable-test-expected.checksum: Added.
* platform/mac/fast/css/variables/set-variable-test-expected.png: Added.
* platform/mac/fast/css/variables/set-variable-test-expected.txt: Added.
* platform/mac/fast/css/variables/variable-iteration-test-expected.checksum: Added.
* platform/mac/fast/css/variables/variable-iteration-test-expected.png: Added.
* platform/mac/fast/css/variables/variable-iteration-test-expected.txt: Added.
2008-06-20 Timothy Hatcher <timothy@apple.com>
Test for: iframes with a height of 32,768px or greater do not layout correctly
https://bugs.webkit.org/show_bug.cgi?id=19679
Reviewed by Dave Hyatt.
* fast/css/line-height-overflow.html: Added.
* platform/mac/fast/css/line-height-overflow-expected.txt: Added.
2008-06-20 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=19519
<rdar://problem/6007345> DOM modification causes stack exhaustion (BUTTON OBJECT COLGROUP)
* fast/table/prepend-in-anonymous-table.html: Added.
* platform/mac/fast/table/prepend-in-anonymous-table-expected.checksum: Added.
* platform/mac/fast/table/prepend-in-anonymous-table-expected.png: Added.
* platform/mac/fast/table/prepend-in-anonymous-table-expected.txt: Added.
2008-06-20 David Hyatt <hyatt@apple.com>
Allow CSS variables to support arbitrary expressions as values instead of just a single term.
Reviewed by Sam
* fast/css/variables/single-term-test.html: Removed.
* fast/css/variables/multiple-term-test.html: Added.
* platform/mac/fast/css/variables/multiple-term-test-expected.checksum: Added.
* platform/mac/fast/css/variables/multiple-term-test-expected.png: Added.
* platform/mac/fast/css/variables/multiple-term-test-expected.txt: Added.
* platform/mac/fast/css/variables/single-term-test-expected.checksum: Removed.
* platform/mac/fast/css/variables/single-term-test-expected.png: Removed.
* platform/mac/fast/css/variables/single-term-test-expected.txt: Removed.
2008-06-20 Darin Adler <darin@apple.com>
- updated results for some recent changes
* fast/dom/Window/window-properties-expected.txt: Updated results to reflect the
new rule type, VARIABLES_RULE (Hyatt's CSS variables patch).
* fast/forms/plaintext-mode-1-expected.txt: Updated test and results to expect
ForeColor to be disabled when the region is plain-text-only. Justin's execCommand
patch for https://bugs.webkit.org/show_bug.cgi?id=16049.
* fast/forms/plaintext-mode-1.html: Ditto.
2008-06-19 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- two more updated results for the last patch
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/mac/fast/invalid/020-expected.txt:
2008-06-19 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- updated tests and results after fixing a bug where anonymous tables were inserted in the wrong place
* fast/forms/form-hides-table.html: Wrapped every case in a block in
order to prevent cross-talk.
* platform/mac/fast/forms/form-hides-table-expected.checksum:
* platform/mac/fast/forms/form-hides-table-expected.png:
* platform/mac/fast/forms/form-hides-table-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.checksum: Added.
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.png: Added.
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
* platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug278266-expected.checksum: Added.
* platform/mac/tables/mozilla/bugs/bug278266-expected.png: Added.
* platform/mac/tables/mozilla/bugs/bug278266-expected.txt: Added.
* platform/mac/tables/mozilla/bugs/bug8411-expected.checksum: Added.
* platform/mac/tables/mozilla/bugs/bug8411-expected.png: Added.
* platform/mac/tables/mozilla/bugs/bug8411-expected.txt: Added.
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.png: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug278266-expected.checksum: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug278266-expected.png: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug278266-expected.txt: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug8411-expected.checksum: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug8411-expected.png: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug8411-expected.txt: Removed.
* platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
* tables/mozilla/bugs/bug2479-2.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug2479-2.html.
* tables/mozilla/bugs/bug278266.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug278266.html.
* tables/mozilla/bugs/bug8411.xml: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug8411.xml.
* tables/mozilla_expected_failures/bugs/bug2479-2.html: Removed.
* tables/mozilla_expected_failures/bugs/bug278266.html: Removed.
* tables/mozilla_expected_failures/bugs/bug8411.xml: Removed.
2008-06-19 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver.
<https://bugs.webkit.org/show_bug.cgi?id=16049>
execCommand('backColor') fails on collapsed selections
* editing/execCommand/16049-expected.txt: Added.
* editing/execCommand/16049.html: Added.
2008-06-19 Justin Garcia <justin.garcia@apple.com>
Reviewed by John.
https://bugs.webkit.org/show_bug.cgi?id=19653
Typing style lost when creating list from, indenting or outdenting an empty paragraph
These demonstrate fixes:
* editing/execCommand/19653-1-expected.txt: Added.
* editing/execCommand/19653-1.html: Added.
* editing/execCommand/19653-2-expected.txt: Added.
* editing/execCommand/19653-2.html: Added.
* editing/execCommand/19653-3-expected.txt: Added.
* editing/execCommand/19653-3.html: Added.
* editing/execCommand/19653-4-expected.txt: Added.
* editing/execCommand/19653-4.html: Added.
Changed to an equivalent but more bloated DOM because of a pre-existing bug in ApplyStyleCommand:
* platform/mac/editing/deleting/delete-br-011-expected.txt:
Fixed a bug where the typing style wasn't applied to the placeholder in an empty paragraph,
so typing would create text with the right style, but if you were to change the selection
and then come back and start typing, the style would be wrong. The size of the caret was
also wrong as a result:
* platform/mac/editing/deleting/delete-br-012-expected.txt:
* platform/mac/editing/deleting/delete-br-012-expected.png:
* platform/mac/editing/deleting/delete-br-012-expected.checksum:
2008-06-19 David Hyatt <hyatt@apple.com>
Add layout tests for CSS variables.
Reviewed by Beth
* fast/css/variables: Added.
* fast/css/variables/colors-test.html: Added.
* fast/css/variables/font-test.html: Added.
* fast/css/variables/image-test.html: Added.
* fast/css/variables/import-test.html: Added.
* fast/css/variables/invalid-variable-test.html: Added.
* fast/css/variables/margin-test.html: Added.
* fast/css/variables/misplaced-import-test.html: Added.
* fast/css/variables/misplaced-variables-test.html: Added.
* fast/css/variables/override-test.html: Added.
* fast/css/variables/print-test.html: Added.
* fast/css/variables/resources: Added.
* fast/css/variables/resources/bad.css: Added.
* fast/css/variables/resources/good.css: Added.
* fast/css/variables/resources/listmark.gif: Added.
* fast/css/variables/shorthand-test.html: Added.
* fast/css/variables/single-term-test.html: Added.
2008-06-19 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/6008098> REGRESSION: Crash at FontFallbackList::fontDataAt()
* fast/css/font-face-multiple-families-expected.txt: Added.
* fast/css/font-face-multiple-families.html: Added.
2008-06-18 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=19598
Crash in WebCore::RenderBlock::determineStartPosition
* fast/dynamic/floating-to-positioned-2.html: Copied from fast/dynamic/floating-to-positioned.html.
* platform/mac/fast/dynamic/floating-to-positioned-2-expected.checksum: Added.
* platform/mac/fast/dynamic/floating-to-positioned-2-expected.png: Added.
* platform/mac/fast/dynamic/floating-to-positioned-2-expected.txt: Added.
2008-06-18 Rob Buis <buis@kde.org>
Reviewed by Darin.
Testcase for:
https://bugs.webkit.org/show_bug.cgi?id=18786
Once rendered, SVG text elements removed from DOM continue to be displayed
* platform/mac/svg/custom/text-dom-removal-expected.checksum: Added.
* platform/mac/svg/custom/text-dom-removal-expected.png: Added.
* svg/custom/text-dom-removal-expected.txt: Added.
* svg/custom/text-dom-removal.svg: Added.
2008-06-17 Michelangelo De Simone <m.des@mac.com>
Reviewed by Adele.
Tests for https://bugs.webkit.org/show_bug.cgi?id=18887
Added support for autofocus controls.
Test cases "autofocus-opera*" have been imported from the Opera test suite
originally located at:
http://tc.labs.opera.com/html/forms/input/common-attributes/autofocus/
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/resources/domListEnumeration.js:
* fast/forms/autofocus-attribute-expected.txt: Added.
* fast/forms/autofocus-attribute.html: Added.
* fast/forms/autofocus-opera-001-expected.txt: Added.
* fast/forms/autofocus-opera-001.html: Added.
* fast/forms/autofocus-opera-002-expected.txt: Added.
* fast/forms/autofocus-opera-002.html: Added.
* fast/forms/autofocus-opera-003-expected.txt: Added.
* fast/forms/autofocus-opera-003.html: Added.
* fast/forms/autofocus-opera-004-expected.txt: Added.
* fast/forms/autofocus-opera-004.html: Added.
* fast/forms/autofocus-opera-005-expected.txt: Added.
* fast/forms/autofocus-opera-005.html: Added.
* fast/forms/autofocus-opera-006-expected.txt: Added.
* fast/forms/autofocus-opera-006.html: Added.
* fast/forms/autofocus-opera-007-expected.txt: Added.
* fast/forms/autofocus-opera-007.html: Added.
* fast/forms/autofocus-opera-008-expected.txt: Added.
* fast/forms/autofocus-opera-008.html: Added.
2008-06-16 Dan Bernstein <mitz@apple.com>
Reviewed by Justin Garcia.
- test and updated results for <rdar://problem/5973313> REGRESSION (r32508): Down arrow doesn't change caret with non-user entered newlines in textareas
* editing/selection/after-line-break-expected.txt: Added.
* editing/selection/after-line-break.html: Added.
* platform/mac/editing/selection/move-left-right-expected.txt: More bogus warnings.
2008-06-15 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
Remove my name from the expected test results.
* fast/dom/documenturi-can-hold-arbitrary-string-expected.txt:
* fast/dom/documenturi-can-hold-arbitrary-string.html:
* fast/dom/documenturi-not-affected-by-base-tag-expected.txt:
* fast/dom/documenturi-not-affected-by-base-tag.html:
2008-06-15 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
Test Document.documentURI (DOM Core Level 3). There don't appear to be
other browser implementations of this feature to compare against, but
these tests test my interpretation of the spec.
* fast/dom/documenturi-affects-relative-paths-expected.txt: Added.
* fast/dom/documenturi-affects-relative-paths.html: Added.
* fast/dom/documenturi-assigned-junk-implies-baseuri-null-expected.txt: Added.
* fast/dom/documenturi-assigned-junk-implies-baseuri-null.html: Added.
* fast/dom/documenturi-assigned-junk-implies-relative-urls-do-not-resolve-expected.txt: Added.
* fast/dom/documenturi-assigned-junk-implies-relative-urls-do-not-resolve.html: Added.
* fast/dom/documenturi-can-hold-arbitrary-string-expected.txt: Added.
* fast/dom/documenturi-can-hold-arbitrary-string.html: Added.
* fast/dom/documenturi-loses-to-base-tag-expected.txt: Added.
* fast/dom/documenturi-loses-to-base-tag.html: Added.
* fast/dom/documenturi-not-affected-by-base-tag-expected.txt: Added.
* fast/dom/documenturi-not-affected-by-base-tag.html: Added.
2008-06-15 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/5825683> Three slash URLs are modified by WebKit
* fast/loader/url-parse-1-expected.txt: Added.
* fast/loader/url-parse-1.html: Added.
2008-06-15 Darin Adler <darin@apple.com>
Reviewed and tweaked by Sam Weinig.
Test for <rdar://problem/5908591>
https://bugs.webkit.org/show_bug.cgi?id=18743
* http/tests/security/cross-frame-access-DOMImplementation-expected.txt: Added.
* http/tests/security/cross-frame-access-DOMImplementation.html: Added.
* http/tests/security/resources/cross-frame-iframe-for-DOMImplementation-test.html: Added.
2008-06-15 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig.
- copy generic test results from r34449 to platform/win, because the Mac
behavior is not shared by Windows.
* platform/win/editing/selection/drag-text-delay-expected.txt: Copied from LayoutTests/editing/selection/drag-text-delay-expected.txt.
2008-06-15 Dan Bernstein <mitz@apple.com>
- update Windows copy of generic test results for r34475
* platform/win/editing/selection/move-left-right-expected.txt: Replaced with LayoutTests/editing/selection/move-left-right-expected.txt.
2008-06-15 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Tests for:
Bug 19484: More instructions needs to use temporary registers
<https://bugs.webkit.org/show_bug.cgi?id=19484>
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-06-14 Darin Adler <darin@apple.com>
Reviewed by Maciej.
- test for https://bugs.webkit.org/show_bug.cgi?id=19538
<rdar://problem/5957595> Reading transition property from the style JS gives the wrong value
* fast/dom/CSSStyleDeclaration/resources/transition-property-names.js: Added.
* fast/dom/CSSStyleDeclaration/transition-property-names-expected.txt: Added.
* fast/dom/CSSStyleDeclaration/transition-property-names.html: Added.
2008-06-14 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Tests for <rdar://problem/5775192>
insertAdjacentHTML and insertAdjacentText are not implemented although insertAdjacentElement is.
* fast/dom/Window/window-properties-expected.txt:
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/resources/domListEnumeration.js:
* fast/dynamic/insertAdjacentElement.html:
* fast/dynamic/insertAdjacentHTML-expected.txt: Added.
* fast/dynamic/insertAdjacentHTML.html: Copied from fast/dynamic/insertAdjacentElement.html.
* fast/dynamic/insertAdjacentText-expected.txt: Added.
* fast/dynamic/insertAdjacentText.html: Copied from fast/dynamic/insertAdjacentElement.html.
* platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
2008-06-14 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Tests for:
Bug 19484: More instructions needs to use temporary registers
<https://bugs.webkit.org/show_bug.cgi?id=19484>
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-06-13 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Test that an XSL style sheet can't include an external entity from
another origin.
* http/tests/security/resources/xsl-using-external-entity.xsl: Added.
* http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Added.
* http/tests/security/xss-DENIED-xsl-external-entity.xml: Added.
2008-06-13 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
Test that the XSL document() function doesn't load a document from a
foreign origin.
* http/tests/security/resources/target.xml: Added.
* http/tests/security/resources/xsl-using-document.xsl: Added.
* http/tests/security/xss-DENIED-xsl-document-expected.txt: Added.
* http/tests/security/xss-DENIED-xsl-document.xml: Added.
2008-06-13 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
Test whether we permit XMLHttpRequest once document.domain is set.
* http/tests/xmlhttprequest/document-domain-set-expected.txt: Added.
* http/tests/xmlhttprequest/document-domain-set.html: Added.
2008-06-13 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Add a test for existing loader behaviour in preparation for:
Bug 19422: Distinct redirects from the same link do not create distinct history items
<https://bugs.webkit.org/show_bug.cgi?id=19422>
* http/tests/navigation/redirect-cycle-expected.txt: Added.
* http/tests/navigation/redirect-cycle.html: Added.
* http/tests/navigation/resources/redirect-cycle-1.pl: Added.
* http/tests/navigation/resources/redirect-cycle-2.pl: Added.
2008-06-13 Maciej Stachowiak <mjs@apple.com>
Reviewed by Darin.
- enable a bunch of disabled layout tests which now run ok
https://bugs.webkit.org/show_bug.cgi?id=19540
I also made a minor change to selftxhtml.js to handle the case
where the body is a frameset properly, and to frame.xhtml to match
the HTML version of that file, and what the tests expect.
* dom/html/level2/html/HTMLFormElement10-expected.txt: Added.
* dom/html/level2/html/HTMLFormElement10.html: Copied from dom/html/level2/html/HTMLFormElement10.html-disabled.
* dom/html/level2/html/HTMLFormElement10.html-disabled: Removed.
* dom/xhtml/level2/html/HTMLFormElement10-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFormElement10.xhtml: Copied from dom/xhtml/level2/html/HTMLFormElement10.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFormElement10.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement01-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement01.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement01.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement01.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement02-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement02.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement02.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement02.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement03-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement03.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement03.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement03.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement04-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement04.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement04.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement04.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement05-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement05.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement05.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement05.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement06-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement06.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement06.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement06.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement07-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement07.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement07.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement07.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement08-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement08.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement08.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement08.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement09-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement09.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameSetElement01-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameSetElement01.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameSetElement01.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameSetElement01.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameSetElement02-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameSetElement02.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameSetElement02.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameSetElement02.xhtml-disabled: Removed.
* dom/xhtml/level2/html/resources/frame.xhtml:
* dom/xhtml/level2/html/selfxhtml.js:
2008-06-12 Adam Barth <abarth@webkit.org>
Rubberstamped by Maciej.
Add the data url test back and set more agressive Cache-Control headers.
* 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.
* 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.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
2008-06-12 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Tests for:
Bug 19510: CodeBlock::needsFullScopeChain not always set for global code
<https://bugs.webkit.org/show_bug.cgi?id=19510>
* fast/js/codegen-temporaries-multiple-global-blocks-expected.txt: Added.
* fast/js/codegen-temporaries-multiple-global-blocks.html: Added.
* fast/js/resources/codegen-temporaries-multiple-global-blocks-1.js: Added.
* fast/js/resources/codegen-temporaries-multiple-global-blocks-2.js: Added.
2008-06-12 Adam Barth <abarth@webkit.org>
Reviewed by Maciej.
Prevent caching of this resource so we always see the up-to-date value
of the Access-Control-Origin header.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
2008-06-11 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- tests, updated tests and updated results for
<rdar://problem/5876370> Safari 3.1.1 bad rendering of pages from http://www.legifrance.gouv.fr/
* fast/block/basic/001.html:
* fast/block/positioning/absolute-in-inline-ltr-2.html:
* fast/block/positioning/absolute-in-inline-ltr-3.html:
* fast/block/positioning/absolute-in-inline-ltr.html:
* fast/block/positioning/absolute-in-inline-rtl-2.html:
* fast/block/positioning/absolute-in-inline-rtl-3.html:
* fast/block/positioning/absolute-in-inline-rtl.html:
* fast/block/positioning/absolute-in-inline-short-ltr.html:
* fast/block/positioning/absolute-in-inline-short-rtl.html:
* fast/block/positioning/auto/006.html:
* fast/inline/continuation-outlines-with-layers.html:
* fast/inline/continuation-outlines.html:
* fast/parser/p-in-scope-expected.txt: Added.
* fast/parser/p-in-scope-strict-expected.txt: Added.
* fast/parser/p-in-scope-strict.html: Added.
* fast/parser/p-in-scope.html: Added.
* fast/parser/resources/p-in-scope.css: Added.
* fast/parser/resources/p-in-scope.js: Added.
* fast/repaint/subtree-root-clip-2.html:
* platform/mac/fast/block/basic/001-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
* platform/mac/fast/block/positioning/auto/006-expected.txt:
* platform/mac/fast/inline/continuation-outlines-expected.txt:
* platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
* platform/mac/fast/repaint/subtree-root-clip-2-expected.txt:
2008-06-11 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
Tests for the security context of about:blank documents. These test
results all match Firefox 3.
* fast/dom/resource-locations-in-created-html-document.html:
* http/tests/security/aboutBlank/resources/iframe-with-about-blank-children.html: Added.
* http/tests/security/aboutBlank/security-context-alias-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-alias.html: Added.
* http/tests/security/aboutBlank/security-context-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-grandchildren-alias-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-grandchildren-alias.html: Added.
* http/tests/security/aboutBlank/security-context-grandchildren-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-grandchildren.html: Added.
* http/tests/security/aboutBlank/security-context-window-open-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-window-open.html: Added.
* http/tests/security/aboutBlank/security-context-with-base-tag-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-with-base-tag.html: Added.
* http/tests/security/aboutBlank/security-context-write-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-write.html: Added.
* http/tests/security/aboutBlank/security-context-writeln-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-writeln.html: Added.
* http/tests/security/aboutBlank/security-context.html: Added.
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* http/tests/security/cookies/document-open-expected.txt: Added.
* http/tests/security/cookies/document-open.html: Added.
2008-06-11 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=19460
Test esoteric cookie contexts.
* http/tests/security/cookies/create-document-expected.txt: Added.
* http/tests/security/cookies/create-document.html: Added.
* http/tests/security/cookies/resources/simple.xml: Added.
* http/tests/security/cookies/xmlhttprequest-expected.txt: Added.
* http/tests/security/cookies/xmlhttprequest.html: Added.
2008-06-11 Adam Barth <abarth@webkit.org>
Reviewed and tweaked by Sam Weinig.
Test for https://bugs.webkit.org/show_bug.cgi?id=19242
Data URLs should set an Access-Control-Origin of "null"
Test that we correctly generate "null" as the value for the
Access-Control-Origin header when making requests from a data URL.
* http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url.html: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
2008-06-11 Sam Weinig <sam@webkit.org>
Update results on non-leopard platforms to fix the buildbot.
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
2008-06-11 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Test for:
Bug 19498: REGRESSION (r34497): crash while loading GMail
<https://bugs.webkit.org/show_bug.cgi?id=19498>
* fast/js/logical-or-jless-expected.txt: Added.
* fast/js/logical-or-jless.html: Added.
* fast/js/resources/logical-or-jless.js: Added.
2008-06-11 Sam Weinig <sam@webkit.org>
Reviewed by Adam Roben.
Add basic test for "*" wildcarding for Access-Control.
* http/tests/xmlhttprequest/access-control-basic-allow-star-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-star.html: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-star.cgi: Added.
2008-06-11 Justin Garcia <justin.garcia@apple.com>
Reviewed by Eric.
<https://bugs.webkit.org/show_bug.cgi?id=19455>
Crash at RenderObject::childAt during JustifyCenter
* editing/execCommand/19455-expected.txt: Added.
* editing/execCommand/19455.html: Added.
2008-06-10 Dan Bernstein <mitz@apple.com>
- fix the text encoding in this test
* editing/selection/move-left-right.html:
2008-06-09 Dan Bernstein <mitz@apple.com>
Reviewed by Justin Garcia.
- update test for https://bugs.webkit.org/show_bug.cgi?id=19443
<rdar://problem/5994544> REGRESSION (r32531-r32652): Moving the insertion point past a newline inserted in a text area skips the next character
* editing/selection/move-left-right-expected.txt:
* editing/selection/move-left-right.html:
* platform/mac/editing/selection/move-left-right-expected.txt:
2008-06-08 Adam Barth <abarth@webkit.org>
Reviewed by Darin Alder.
https://bugs.webkit.org/show_bug.cgi?id=16856
Fix tests not to rely on broken javascript URL behavior.
* fast/events/event-listener-html-non-html-confusion.html:
* fast/replaced/image-map-bug16782-expected.txt: Added.
* fast/replaced/image-map-bug16782.html: Added.
* fast/replaced/image-map.html:
* svg/custom/prevent-default.svg:
2008-06-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Bug 17931: Incorrect decompilation with |new|
<https://bugs.webkit.org/show_bug.cgi?id=17931>
This bug was fixed by SquirrelFish, but we should add a test.
* fast/js/function-toString-parentheses-expected.txt:
* fast/js/resources/function-toString-parentheses.js:
2008-06-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Bug 17932: "ASSERTION FAILED: type != Continue" with do/while and try/finally
<https://bugs.webkit.org/show_bug.cgi?id=17932>
This bug was fixed by SquirrelFish, but we should add a test, as well
as tests for related issues found while developing SquirrelFish.
* fast/js/continue-break-multiple-labels-expected.txt:
* fast/js/continue-break-multiple-labels.html:
* fast/js/resources/continue-break-multiple-labels.js: Added.
2008-06-08 Adam Barth <abarth@webkit.org>
Reviewed by Darin Alder.
Add a number of tests for document.cookie access.
https://bugs.webkit.org/show_bug.cgi?id=19257
* http/tests/security/cookies: Added.
* http/tests/security/cookies/assign-document-url-expected.txt: Added.
* http/tests/security/cookies/assign-document-url.html: Added.
* http/tests/security/cookies/base-about-blank-expected.txt: Added.
* http/tests/security/cookies/base-about-blank.html: Added.
* http/tests/security/cookies/base-tag-expected.txt: Added.
* http/tests/security/cookies/base-tag.html: Added.
* http/tests/security/cookies/basic-expected.txt: Added.
* http/tests/security/cookies/basic.html: Added.
* http/tests/security/cookies/resources: Added.
* http/tests/security/cookies/resources/set-a-cookie.html: Added.
2008-06-08 Dan Bernstein <mitz@apple.com>
- test for <rdar://problem/5961977> Crash in RenderBlock::layoutColumns()
Reviewed by Darin Adler.
* fast/multicol/content-height-zero-crash-expected.txt: Added.
* fast/multicol/content-height-zero-crash.html: Added.
2008-06-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Test for:
Bug 19346: REGRESSION: Mootools 1.2 Class inheritance broken in post-SquirrelFish merge
<https://bugs.webkit.org/show_bug.cgi?id=19346>
* fast/js/function-dot-arguments-and-caller-expected.txt:
* fast/js/function-dot-arguments-and-caller.html:
2008-06-08 Vincent Ricard <magic@magicninja.org>
Reviewed by Darin.
test cases for https://bugs.webkit.org/show_bug.cgi?id=16489
WebKit does not support ElementTraversal specification
* fast/dom/Element/element-traversal-expected.txt: Added.
* fast/dom/Element/element-traversal.html: Added.
* fast/dom/Element/resources/element-traversal.js: Added.
* fast/dom/domListEnumeration-expected.txt: Updated since Element now has 5
new properties. It would be good to rewrite this test so it doesn't have to
be updated every time we add a property to Node or Element.
* fast/dom/resources/domListEnumeration.js: Ditto.
2008-06-08 Bradley Meck <genisis329@gmail.com>
Reviewed and tweaked by Darin.
- test for https://bugs.webkit.org/show_bug.cgi?id=17051
safari should treat "url()" as a valid CSS value
We should really add some more tests for this. One text-only test each for the
four different sites that handle URLs (cursor image, list style image, fill image,
border image) that were fixed. Currently this covers only the cursor image.
* fast/css/invalid-cursor-property-crash.html: Updated test to expect the
url() to be expanded into the URL of the document itself. The text of the test
is now a bit misleading, but it still tests that it's not a crash, and now it
also doubles as a check that url() is handled properly.
2008-06-08 Vincent Ricard <magic@magicninja.org>
Reviewed by Darin.
Test case for
Bug 18041: DOMNodeRemoved events are sent twice
* fast/dom/Node/DOMNodeRemovedEvent-expected.txt: Added.
* fast/dom/Node/DOMNodeRemovedEvent.html: Added.
* fast/dom/Node/resources/DOMNodeRemovedEvent.js: Added.
2008-06-08 Tony Chang <idealisms@gmail.com>
Reviewed by Eric Seidel.
- test for https://bugs.webkit.org/show_bug.cgi?id=18167
there should be no text-drag delay on any platform except for Mac
Also updated two tests which depend on the drag text delay to be greater
than 0 by making them no longer select text before the mouse down.
* editing/selection/drag-text-delay-expected.txt: Added.
* editing/selection/drag-text-delay.html: Added.
* platform/mac/editing/selection/drag-text-delay-expected.txt: Added.
* fast/events/autoscroll.html:
* fast/forms/input-readonly-autoscroll.html:
2008-06-08 Rob Buis <buis@kde.org>
Reviewed by Darin.
- test for https://bugs.webkit.org/show_bug.cgi?id=18512
getPresentationAttribute returns a shared object
* svg/custom/getPresentationAttribute-modify-expected.txt: Added.
* svg/custom/getPresentationAttribute-modify.svg: Added.
2008-06-08 Eric Roman <minatoar@gmail.com>
Reviewed by Adam Roben.
- fix https://bugs.webkit.org/show_bug.cgi?id=18550
cross-frame-access-call.html doesn't really test window.open(), since popups are blocked
* http/tests/security/cross-frame-access-call.html: Enable popups for this layout test.
The test checks that window.open is returns undefined (same-domain enforcement), however
unless popups are enabled it returns undefined regardless.
2008-06-07 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- updated test for https://bugs.webkit.org/show_bug.cgi?id=19431
<rdar://problem/5994060> REGRESSION (r32406): tabs retain hover color after mouse out
* fast/css/remove-shorthand-expected.txt:
* fast/css/remove-shorthand.html:
2008-06-07 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Fix random failures of XSS tests by using window.postMessage().
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame.html:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
* http/tests/security/resources/cross-frame-access.js:
* http/tests/security/resources/cross-frame-iframe-with-explicit-domain-set.html:
* http/tests/security/resources/cross-frame-iframe.html:
* platform/mac-leopard/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
2008-06-07 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- pixel test for https://bugs.webkit.org/show_bug.cgi?id=19279
REGRESSION (r32660): Text not redrawn correctly when selection changes
* fast/text/selection-painted-separately.html: Added.
* platform/mac/fast/text/selection-painted-separately-expected.checksum: Added.
* platform/mac/fast/text/selection-painted-separately-expected.png: Added.
* platform/mac/fast/text/selection-painted-separately-expected.txt: Added.
2008-06-07 Adam Barth <abarth@webkit.org>
Reviewed by Sam.
Tests for https://bugs.webkit.org/show_bug.cgi?id=17911
* http/tests/security/resources/iframe-for-synchronous-form.html: Added.
* http/tests/security/xss-DENIED-synchronous-form-expected.txt: Added.
* http/tests/security/xss-DENIED-synchronous-form.html: Added.
2008-06-07 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Bug 17663: Wrong sequencing of argument list evaluation
<https://bugs.webkit.org/show_bug.cgi?id=17663>
SquirrelFish fixed this bug, but we should add a test.
* fast/js/order-of-operations-expected.txt:
* fast/js/resources/order-of-operations.js:
2008-06-06 Robert Blaut <webkit@blaut.biz>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=19407
CSS3 Selector Test: *= ~= ^= $= should all accept the empty string, but match nothing.
* fast/css/begin-end-contain-selector-empty-value.html: Added.
* platform/mac/fast/css/begin-end-contain-selector-empty-value-expected.txt: Added.
2008-06-06 Anthony Ricaud <rik24d@gmail.com>
Reviewed by adele. Landed by eseidel.
https://bugs.webkit.org/show_bug.cgi?id=18337
Checks that onchange fires when typing the name of an option and doesn't fire when leaving the listbox.
* fast/forms/listbox-onchange-expected.txt:
* fast/forms/listbox-onchange.html:
2008-06-06 Justin Garcia <justin.garcia@apple.com>
Reviewed by John.
<rdar://problem/5890684> REGRESSION(r23969): Deleting a line break changes the style of text after the break
* editing/deleting/5890684-expected.txt: Added.
* editing/deleting/5890684.html: Added.
2008-06-06 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin.
<https://bugs.webkit.org/show_bug.cgi?id=19087>
Editing crash in IndentOutdentCommand::prepareBlockquoteLevelForInsertion, ASSERT in debug mode
* editing/execCommand/19087-expected.txt: Added.
* editing/execCommand/19087.html: Added.
2008-06-06 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Alexey.
xmlhttprequest-onProgress-open-should-zero-length.html supposes that the onprogress event
is dispatched 3 times to test that the position is reset when XMLHttpRequest.open() is
called.
The test was failing because CoreFoundation keeps the data if they are not big enough
(which led to only 1 progress event dispatched).
We now generate a big response instead of a small one.
Warning: this test is not guaranteed to succeed as we cannot guarantee that the server
will send responses' sizes that are close for 2 different requests to the same
resource.
* http/tests/xmlhttprequest/resources/big-response.php: Added.
* http/tests/xmlhttprequest/resources/five-tiny-chunk-one-second-delay.php: Removed.
* http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt: Added a
warning about the possible failure of the test.
* http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html: Ditto.
2008-06-05 Oliver Hunt <oliver@apple.com>
Reviewed by Alexey.
Tests to ensure we evaluate binary operators in the correct order.
* fast/js/order-of-operations-expected.txt: Added.
* fast/js/order-of-operations.html: Added.
* fast/js/resources/order-of-operations.js: Added.
2008-06-05 Justin Garcia <justin.garcia@apple.com>
Reviewed by Eric.
<https://bugs.webkit.org/show_bug.cgi?id=19403>
ASSERT in InsertIntoTextNodeCommand::InsertIntoTextNodeCommand during RemoveFormat call
* editing/execCommand/19403-expected.txt: Added.
* editing/execCommand/19403.html: Added.
2008-06-05 Justin Garcia <justin.garcia@apple.com>
Reviewed by Eric.
<https://bugs.webkit.org/show_bug.cgi?id=19089> Editing ASSERT in Range::compareBoundaryPoints
* editing/execCommand/19089-expected.txt: Added.
* editing/execCommand/19089.html: Added.
2008-06-05 Justin Garcia <justin.garcia@apple.com>
Reviewed by Harrison.
<rdar://problem/5658933> GoogleDocs: Crash indenting a particular selection twice
* editing/execCommand/5658933-1-expected.txt: Added.
* editing/execCommand/5658933-1.html: Added.
* editing/execCommand/5658933-2-expected.txt: Added.
* editing/execCommand/5658933-2.html: Added.
* editing/execCommand/5658933-3-expected.txt: Added.
* editing/execCommand/5658933-3.html: Added.
2008-06-05 Antti Koivisto <antti@apple.com>
Reviewed by Dave Hyatt.
Make hasFeature() return true for the animation stuff.
* svg/custom/svg-features-expected.txt:
2008-06-05 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- pixel test for https://bugs.webkit.org/show_bug.cgi?id=19397
REGRESSION (3.1-TOT): Box-shadow renders weird when rotating a div with border radius
* fast/transforms/shadows.html: Added.
* platform/mac/fast/transforms/shadows-expected.checksum: Added.
* platform/mac/fast/transforms/shadows-expected.png: Added.
* platform/mac/fast/transforms/shadows-expected.txt: Added.
2008-06-05 Tor Arne Vestbø <tavestbo@trolltech.com>
Reviewed by Simon
Update layout tests on Mac based on the changes to html4.css
in r34299. The missing backgroundClip and outlineClip in the
new results is strange, but visually it looks the same.
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.txt:
2008-06-05 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Tests for:
Bug 19400: subscript operator does not protect base when necessary
<https://bugs.webkit.org/show_bug.cgi?id=19400>
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-06-04 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for <rdar://problem/5962118> Crash in RenderBlock::calcColumnWidth()
* fast/multicol/gap-non-negative-expected.txt: Added.
* fast/multicol/gap-non-negative.html: Added.
2008-06-04 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for <rdar://problem/5962270> Crash in WebCore::RenderTableCell::computeAbsoluteRepaintRect()
* fast/reflections/table-cell.html: Added.
* platform/mac/fast/reflections/table-cell-expected.checksum: Added.
* platform/mac/fast/reflections/table-cell-expected.png: Added.
* platform/mac/fast/reflections/table-cell-expected.txt: Added.
2008-06-03 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=19384
Test for path morphing.
* platform/mac/svg/custom/animate-path-morphing-expected.txt: Added.
* svg/custom/animate-path-morphing.svg: Added.
2008-06-03 Justin Garcia <justin.garcia@apple.com>
Reviewed by John.
<rdar://problem/5763082> GMail: Hang when removing indent from nested list
* editing/execCommand/5763082-expected.txt: Added.
* editing/execCommand/5763082.html: Added.
2008-06-03 Anders Carlsson <andersca@apple.com>
Reviewed by John and Sam.
<rdar://problem/5955218>
Assertion failure in ApplicationCacheGroup::addEntry when reloading a page with a cache manifest (19182)
* http/tests/appcache/crash-when-navigating-away-then-back-expected.txt: Added.
* http/tests/appcache/crash-when-navigating-away-then-back.html: Added.
* http/tests/appcache/resources/crash-when-navigating-away-then-back.html: Added.
* http/tests/appcache/resources/crash-when-navigating-away-then-back.manifest: Added.
2008-06-03 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test and updated results for <rdar://problem/5965410>
In fixed table layout, the width of cells with auto width should be
proportional to their column span, to match Firefox and IE.
* fast/table/fixed-with-auto-with-colspan.html: Added.
* platform/mac/fast/table/fixed-with-auto-with-colspan-expected.checksum: Added.
* platform/mac/fast/table/fixed-with-auto-with-colspan-expected.png: Added.
* platform/mac/fast/table/fixed-with-auto-with-colspan-expected.txt: Added.
* platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
* platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
* platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2008-06-03 Alexey Proskuryakov <ap@webkit.org>
<rdar://problem/5621979> editing/selection/5241148.html crashes on Windows
Try removing it from the Skipped list, as this is not reproducible with current closed
source libraries.
* platform/win/Skipped:
2008-06-02 Anders Carlsson <andersca@apple.com>
Reviewed by David Hyatt and Mitz.
<rdar://problem/5704119>
repro crash in WebCore::RenderPart::setWidget (plugin-related?)
* platform/mac/plugins/update-widget-from-style-recalc-expected.txt: Added.
* platform/mac/plugins/update-widget-from-style-recalc.html: Added.
2008-06-02 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin.
Bug 18655: [XHR] OnProgress needs more test case
https://bugs.webkit.org/show_bug.cgi?id=18655
* http/tests/xmlhttprequest/resources/five-tiny-chunk-one-second-delay.php: Added.
* http/tests/xmlhttprequest/resources/noContentLength.asis: Added.
* http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match.html: Added.
* http/tests/xmlhttprequest/xmlhttprequest-addEventListener-onProgress-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-addEventListener-onProgress.html: Added.
* http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html: Added.
* http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html: Added.
2008-06-02 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- additional tests for https://bugs.webkit.org/show_bug.cgi?id=19344
<rdar://problem/5977300> Regression: Shadow offsets seem to have changed in 10.5.3 in canvas
* fast/canvas/resources/shadow-offset.js: Added.
* fast/canvas/shadow-offset-1.html: Copied from LayoutTests/fast/canvas/shadow-offset.html.
* fast/canvas/shadow-offset-2.html: Added.
* fast/canvas/shadow-offset-3.html: Added.
* fast/canvas/shadow-offset-4.html: Added.
* fast/canvas/shadow-offset-5.html: Added.
* fast/canvas/shadow-offset-6.html: Added.
* fast/canvas/shadow-offset-7.html: Added.
* fast/canvas/shadow-offset.html: Removed.
* platform/mac/fast/canvas/shadow-offset-1-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-1-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-1-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-2-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-2-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-2-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-3-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-3-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-3-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-4-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-4-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-4-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-5-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-5-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-5-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-6-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-6-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-6-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-7-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-7-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-7-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-expected.checksum: Removed.
* platform/mac/fast/canvas/shadow-offset-expected.png: Removed.
* platform/mac/fast/canvas/shadow-offset-expected.txt: Removed.
2008-06-02 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin.
Bug 18066: REGRESSION: createAttribute throws NAMESPACE_ERR exception
https://bugs.webkit.org/show_bug.cgi?id=18066
* fast/dom/createAttribute-exception-expected.txt: Added.
* fast/dom/createAttribute-exception.html: Added.
2008-06-02 Darin Adler <darin@apple.com>
Reviewed by John Sullivan.
- test for https://bugs.webkit.org/show_bug.cgi?id=18799
apl.aip.org menu does not work (property names should be case sensitive)
<rdar://problem/5900484>
* fast/dom/CSSStyleDeclaration: Added.
* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive-expected.txt: Added.
* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html: Added.
* fast/dom/CSSStyleDeclaration/resources: Added.
* fast/dom/CSSStyleDeclaration/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Element/resources/TEMPLATE.html.
* fast/dom/CSSStyleDeclaration/resources/css-properties-case-sensitive.js: Added.
* fast/dom/CSSStyleDeclaration-empty-string-property-expected.txt: Removed.
* fast/dom/CSSStyleDeclaration-empty-string-property.html: Removed.
* fast/dom/CSSStyleDeclaration/empty-string-property-expected.txt: Copied from LayoutTests/fast/dom/CSSStyleDeclaration-empty-string-property-expected.txt.
* fast/dom/CSSStyleDeclaration/empty-string-property.html: Copied from LayoutTests/fast/dom/CSSStyleDeclaration-empty-string-property.html.
* fast/js/duplicate-param-crash.html: Allowed the make-js-test-wrappers script to update this file.
* fast/js/duplicate-param-gc-crash.html: Ditto.
* fast/js/resources/tostring-exception-in-property-access.js: Ditto.
* fast/js/var-shadows-arg-crash.html: Ditto.
* fast/js/var-shadows-arg-gc-crash.html: Ditto.
2008-06-02 Darin Adler <darin@apple.com>
Reviewed by Mitz.
- test for https://bugs.webkit.org/show_bug.cgi?id=19358
<rdar://problem/5951986> first line break in <pre> elements ignored
(chess boards at http://rankzero.de/)
* fast/parser/pre-first-line-break-expected.txt: Added.
* fast/parser/pre-first-line-break.html: Added.
* fast/parser/resources/TEMPLATE.html: Copied from fast/dom/resources/TEMPLATE.html.
* fast/parser/resources/pre-first-line-break.js: Added.
2008-06-02 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
Test for an exception thrown from an array sort comparator function.
* fast/js/throw-from-array-sort-expected.txt: Added.
* fast/js/throw-from-array-sort.html: Added.
2008-06-02 Simon Pieters <zcorpan@hotmail.com>
Reviewed and landed by Alexey.
https://bugs.webkit.org/show_bug.cgi?id=19355
createElement() with colon and localName
WebKit behavior has changed to expected during Acid3 work (r31230, r31231), but this
specific case appears to have been an untested side effect, landing it now.
* fast/dom/createElement-with-column-expected.txt: Added.
* fast/dom/createElement-with-column.xml: Added.
* fast/dom/createElement-with-column.html: Added.
2008-06-01 Rob Buis <buis@kde.org>
Reviewed by Darin.
Testcase for:
https://bugs.webkit.org/show_bug.cgi?id=15823
getPropertyValue for border returns null, should compute the shorthand value
* fast/css/getPropertyValue-border-expected.txt: Added.
* fast/css/getPropertyValue-border.html: Added.
2008-06-01 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=19344
<rdar://problem/5977300> Regression: Shadow offsets seem to have changed in 10.5.3 in canvas
* fast/canvas/shadow-offset.html: Added.
* platform/mac/fast/canvas/shadow-offset-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-expected.txt: Added.
2008-05-30 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=19278
<rdar://problem/5968621> REGRESSION (r31114-r31132): image float disappears on refresh
* fast/dynamic/float-in-trailing-whitespace-after-last-line-break.html: Added.
* platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.checksum: Added.
* platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png: Added.
* platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt: Added.
2008-05-30 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- updated pixel results for "eliminate excessive repainting when an
object's final position after layout is unchanged"
* platform/mac/fast/repaint/intermediate-layout-position-clip-expected.checksum:
* platform/mac/fast/repaint/intermediate-layout-position-clip-expected.png:
* platform/mac/fast/repaint/intermediate-layout-position-expected.checksum:
* platform/mac/fast/repaint/intermediate-layout-position-expected.png:
2008-05-30 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=7466
<rdar://problem/4657563> Use of Ctrl as access key modifier conflicts with Mac OS X
emacs-style keybindings
* fast/events/access-key-self-destruct.html:
* fast/forms/access-key.html:
* fast/forms/focus-selection-input-expected.txt:
* fast/forms/focus-selection-input.html:
* fast/forms/legend-access-key.html:
* fast/forms/select-accesskey.html:
Updated tests to keep passing.
* fast/forms/select-accesskey-expected.txt: Added.
* fast/forms/select-accesskey.html:
* platform/mac/fast/forms/select-accesskey-expected.checksum: Removed.
* platform/mac/fast/forms/select-accesskey-expected.png: Removed.
* platform/mac/fast/forms/select-accesskey-expected.txt: Removed.
Updated to keep passing, made text-only.
* fast/forms/focus-selection-textarea.html:
* fast/forms/focus-selection-textarea-expected.txt:
Added missing platform-specific logic.
2008-05-29 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver. Test by Geoff Garen.
- fixed <rdar://problem/5972943> REGRESSION(r33979): Flash clips do not play on cnn.com
* fast/js/finally-codegen-failure-expected.txt: Added.
* fast/js/finally-codegen-failure.html: Added.
2008-05-28 Justin Garcia <justin.garcia@apple.com>
Reviewed by Eric.
<rdar://problem/5847330> REGRESSION CrashTracer: [USER] 536 crashes at WebCore::highestAncestor
* editing/deleting/5847330-1-expected.txt: Added.
* editing/deleting/5847330-1.html: Added.
* editing/deleting/5847330-2-expected.txt: Added.
* editing/deleting/5847330-2.html: Added.
2008-05-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=19294
<rdar://problem/5969062> A crash when iterating over a sparse array backwards.
* fast/js/array-iterate-backwards-expected.txt: Added.
* fast/js/array-iterate-backwards.html: Added.
* fast/js/resources/array-iterate-backwards.js: Added.
2008-05-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=19215
REGRESSION: transformToDocument fails when xsl includes &#160;
* fast/xsl/nbsp-in-stylesheet-expected.txt: Added.
* fast/xsl/nbsp-in-stylesheet.html: Added.
2008-05-29 Maciej Stachowiak <mjs@apple.com>
Reviewed by Dave Hyatt.
- Test cases for this change: "speed up DHTML using lazy style resolution and renderer creation"
* http/tests/misc/acid3-expected.txt:
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum:
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
2008-05-28 Oliver Hunt <oliver@apple.com>
Reviewed by Anders.
Adding a test case for assignment result used as a function.
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-05-28 Anders Carlsson <andersca@apple.com>
Reviewed by Oliver.
<rdar://problem/5968071> "const f" crashes in JavaScriptCore
* fast/js/const-without-initializer-expected.txt: Added.
* fast/js/const-without-initializer.html: Added.
* fast/js/resources/const-without-initializer.js: Added.
2008-05-27 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver.
<rdar://problem/5803706> Pressing return at the end of a header doesn't break out of header (17460)
* editing/inserting/5803706-1-expected.txt: Adjust this already checked-in test to reflect the new
expected behavior.
* editing/inserting/5803706-1.html:
2008-05-27 Anders Carlsson <andersca@apple.com>
Reviewed by Geoff and Maciej.
<rdar://problem/5806428>
https://bugs.webkit.org/show_bug.cgi?id=17925
Crash in KJS::JSObject::put after setting this.__proto__
* fast/js/resources/this-non-object-proto.js: Added.
* fast/js/this-non-object-proto-expected.txt: Added.
* fast/js/this-non-object-proto.html: Added.
2008-05-26 Maciej Stachowiak <mjs@apple.com>
Reviewed by Anders.
- update test result for document/window being allocated to var slots
* http/tests/security/cross-frame-access-put-expected.txt:
2008-05-26 James Ren <jamesjren@gmail.com>
Reviewed by Sam Weinig, landed by Collin Jackson.
http://bugs.webkit.org/show_bug.cgi?id=19163
Modified some http/security layout tests to allow them to run in Firefox.
* http/tests/security/aboutBlank/xss-DENIED-set-opener.html:
* http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html:
* http/tests/security/resources/localhost-accesssor.html:
Added a workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=434912
* http/tests/security/resources/cross-frame-access.js:
Changed shouldBe to also gracefully handle exceptions
* http/tests/security/resources/foreign-domain-iframe-for-selection-test.html:
Added feature detection for setBaseAndExtent and selectAllChildren
* http/tests/security/cross-frame-access-enumeration-expected.txt:
* http/tests/security/cross-frame-access-enumeration.html:
Fixed typo (missing '.html')
* http/tests/security/cross-frame-access-call-expected.txt:
* http/tests/security/cross-frame-access-call.html:
* http/tests/security/cross-frame-access-first-time.html:
* http/tests/security/cross-frame-access-put.html:
* http/tests/security/cross-frame-access-selection.html:
Caught exceptions that Firefox throws, to allow the test to run to completion.
2008-05-26 Anders Carlsson <andersca@apple.com>
Reviewed by Sam.
Add a name to the source frame.
* fast/frames/viewsource-empty-attribute-value-expected.txt:
* fast/frames/viewsource-empty-attribute-value.html:
2008-05-23 Tor Arne Vestbø <tavestbo@trolltech.com>
Reviewed by Simon.
Added a comment to the skipping of fast/css/case-transform.html that
mentions the reason of failure being a Qt bug.
* platform/qt/Skipped:
2008-05-26 Tor Arne Vestbø <tavestbo@trolltech.com>
Reviewed by Simon
Update QtWebkit layout-tests in accordance with bug 18976
https://bugs.webkit.org/show_bug.cgi?id=18976
The test fast/xsl/xslt-text.xml is on our skipped list due to
missing XSLT support in Qt.
* platform/qt/fast/dom/dom-parse-serialize-expected.txt:
2008-05-25 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- pixel test for https://bugs.webkit.org/show_bug.cgi?id=19086
<rdar://problem/5962254> REGRESSION (r28519-r28535): Caret doesn't paint past the right edge of a block
* fast/repaint/caret-outside-block.html: Added.
* platform/mac/fast/repaint/caret-outside-block-expected.checksum: Added.
* platform/mac/fast/repaint/caret-outside-block-expected.png: Added.
* platform/mac/fast/repaint/caret-outside-block-expected.txt: Added.
2008-05-25 Rob Buis <buis@kde.org>
Reviewed by Alexey.
Fix the test.
* svg/custom/frame-getSVGDocument.html:
2008-05-25 Rob Buis <buis@kde.org>
RS=Oliver
Fix SVG test results for tiger buildbot.
* platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
* platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
* platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
* platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
* platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
* platform/mac-tiger/svg/custom/control-points-for-S-and-T-expected.txt:
* platform/mac-tiger/svg/hixie/perf/001-expected.txt:
* platform/mac-tiger/svg/hixie/perf/002-expected.txt:
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
* platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
2008-05-25 Oliver Hunt <oliver@apple.com>
RS=Alexey
Fix leopard results following changes to SVG path dumping.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
* platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
* platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.txt:
* platform/mac-leopard/svg/hixie/perf/001-expected.txt:
* platform/mac-leopard/svg/hixie/perf/002-expected.txt:
* platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
* platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
* platform/mac-leopard/svg/text/text-path-01-b-expected.txt:
2008-05-25 Rob Buis <buis@kde.org>
Reviewed by Eric.
https://bugs.webkit.org/show_bug.cgi?id=18927
Unify path data debug output
Changed SVG testcase text dumps. Note that this is for Mac Tiger
only, Leopard specific text dumps are not included.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
* platform/mac/svg/batik/filters/filterRegions-expected.txt:
* platform/mac/svg/batik/masking/maskRegions-expected.txt:
* platform/mac/svg/batik/paints/gradientLimit-expected.txt:
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
* platform/mac/svg/batik/paints/patternRegionA-expected.txt:
* platform/mac/svg/batik/paints/patternRegions-expected.txt:
* platform/mac/svg/batik/text/longTextOnPath-expected.txt:
* platform/mac/svg/batik/text/textAnchor-expected.txt:
* platform/mac/svg/batik/text/textAnchor2-expected.txt:
* platform/mac/svg/batik/text/textAnchor3-expected.txt:
* platform/mac/svg/batik/text/textEffect2-expected.txt:
* platform/mac/svg/batik/text/textFeatures-expected.txt:
* platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
* platform/mac/svg/batik/text/textLength-expected.txt:
* platform/mac/svg/batik/text/textOnPath-expected.txt:
* platform/mac/svg/batik/text/textOnPath2-expected.txt:
* platform/mac/svg/batik/text/textOnPath3-expected.txt:
* platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
* platform/mac/svg/batik/text/textProperties-expected.txt:
* platform/mac/svg/batik/text/textProperties2-expected.txt:
* platform/mac/svg/batik/text/verticalText-expected.txt:
* platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
* platform/mac/svg/carto.net/button-expected.txt:
* platform/mac/svg/carto.net/colourpicker-expected.txt:
* platform/mac/svg/carto.net/combobox-expected.txt:
* platform/mac/svg/carto.net/scrollbar-expected.txt:
* platform/mac/svg/carto.net/selectionlist-expected.txt:
* platform/mac/svg/carto.net/slider-expected.txt:
* platform/mac/svg/carto.net/textbox-expected.txt:
* platform/mac/svg/carto.net/window-expected.txt:
* platform/mac/svg/css/css-box-min-width-expected.txt:
* platform/mac/svg/custom/SVGNumber-interface-expected.txt:
* platform/mac/svg/custom/SVGPoint-interface-expected.txt:
* platform/mac/svg/custom/SVGRect-interface-expected.txt:
* platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
* platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
* platform/mac/svg/custom/altglyph-expected.txt:
* platform/mac/svg/custom/attribute-namespace-check-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
* platform/mac/svg/custom/class-selector-expected.txt:
* platform/mac/svg/custom/clip-path-child-changes-expected.txt:
* platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
* platform/mac/svg/custom/clip-path-href-changes-expected.txt:
* platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
* platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
* platform/mac/svg/custom/clip-path-units-changes-expected.txt:
* platform/mac/svg/custom/clip-path-with-transform-expected.txt:
* platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
* platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
* platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
* platform/mac/svg/custom/create-metadata-element-expected.txt:
* platform/mac/svg/custom/createelement-expected.txt:
* platform/mac/svg/custom/css-pixels-dpi-expected.txt:
* platform/mac/svg/custom/dasharrayOrigin-expected.txt:
* platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
* platform/mac/svg/custom/display-none-expected.txt:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
* platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
* platform/mac/svg/custom/dynamic-empty-path-expected.txt:
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
* platform/mac/svg/custom/dynamic-viewBox-expected.txt:
* platform/mac/svg/custom/empty-clip-path-expected.txt:
* platform/mac/svg/custom/empty-merge-expected.txt:
* platform/mac/svg/custom/evt-onload-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
* platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
* platform/mac/svg/custom/fill-fallback-expected.txt:
* platform/mac/svg/custom/fill-update-expected.txt:
* platform/mac/svg/custom/filter-source-alpha-expected.txt:
* platform/mac/svg/custom/focus-ring-expected.txt:
* platform/mac/svg/custom/foreign-object-skew-expected.txt:
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
* platform/mac/svg/custom/fractional-rects-expected.txt:
* platform/mac/svg/custom/getPresentationAttribute-expected.txt:
* platform/mac/svg/custom/getTransformToElement-expected.txt:
* platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
* platform/mac/svg/custom/getsvgdocument-expected.txt:
* platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
* platform/mac/svg/custom/gradient-add-stops-expected.txt:
* platform/mac/svg/custom/gradient-attr-update-expected.txt:
* platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
* platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
* platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
* platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
* platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
* platform/mac/svg/custom/gradient-stroke-width-expected.txt:
* platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
* platform/mac/svg/custom/group-opacity-expected.txt:
* platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt:
* platform/mac/svg/custom/hit-test-with-br-expected.txt:
* platform/mac/svg/custom/hover-default-fill-expected.txt:
* platform/mac/svg/custom/image-parent-translation-expected.txt:
* platform/mac/svg/custom/image-small-width-height-expected.txt:
* platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
* platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/mac/svg/custom/inner-percent-expected.txt:
* platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
* platform/mac/svg/custom/invalid-css-expected.txt:
* platform/mac/svg/custom/invalid-fill-expected.txt:
* platform/mac/svg/custom/invalid-fill-hex-expected.txt:
* platform/mac/svg/custom/invalid-lengthlist-expected.txt:
* platform/mac/svg/custom/invalid-transforms-expected.txt:
* platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
* platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-marker-creation-expected.txt:
* platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-mask-creation-expected.txt:
* platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
* platform/mac/svg/custom/js-update-bounce-expected.txt:
* platform/mac/svg/custom/js-update-container-expected.txt:
* platform/mac/svg/custom/js-update-container2-expected.txt:
* platform/mac/svg/custom/js-update-gradient-expected.txt:
* platform/mac/svg/custom/js-update-path-changes-expected.txt:
* platform/mac/svg/custom/js-update-path-removal-expected.txt:
* platform/mac/svg/custom/js-update-pattern-child-expected.txt:
* platform/mac/svg/custom/js-update-pattern-expected.txt:
* platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
* platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
* platform/mac/svg/custom/js-update-stop-expected.txt:
* platform/mac/svg/custom/js-update-style-expected.txt:
* platform/mac/svg/custom/js-update-transform-addition-expected.txt:
* platform/mac/svg/custom/js-update-transform-changes-expected.txt:
* platform/mac/svg/custom/junk-data-expected.txt:
* platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
* platform/mac/svg/custom/marker-changes-expected.txt:
* platform/mac/svg/custom/marker-child-changes-expected.txt:
* platform/mac/svg/custom/marker-default-width-height-expected.txt:
* platform/mac/svg/custom/marker-overflow-clip-expected.txt:
* platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
* platform/mac/svg/custom/mask-changes-expected.txt:
* platform/mac/svg/custom/mask-child-changes-expected.txt:
* platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
* platform/mac/svg/custom/mask-inside-defs-expected.txt:
* platform/mac/svg/custom/missing-xlink-expected.txt:
* platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
* platform/mac/svg/custom/non-opaque-filters-expected.txt:
* platform/mac/svg/custom/path-bad-data-expected.txt:
* platform/mac/svg/custom/path-textPath-simulation-expected.txt:
* platform/mac/svg/custom/path-update-expected.txt:
* platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
* platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
* platform/mac/svg/custom/pattern-in-defs-expected.txt:
* platform/mac/svg/custom/pattern-rotate-expected.txt:
* platform/mac/svg/custom/pattern-y-offset-expected.txt:
* platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
* platform/mac/svg/custom/percentage-rect-expected.txt:
* platform/mac/svg/custom/percentage-rect2-expected.txt:
* platform/mac/svg/custom/pointer-events-path-expected.txt:
* platform/mac/svg/custom/poly-identify-expected.txt:
* platform/mac/svg/custom/polyline-hittest-expected.txt:
* platform/mac/svg/custom/polyline-invalid-points-expected.txt:
* platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
* platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
* platform/mac/svg/custom/prevent-default-expected.txt:
* platform/mac/svg/custom/recursive-clippath-expected.txt:
* platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
* platform/mac/svg/custom/resource-client-removal-expected.txt:
* platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
* platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
* platform/mac/svg/custom/rootelement-expected.txt:
* platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
* platform/mac/svg/custom/rounded-rects-expected.txt:
* platform/mac/svg/custom/scroll-hit-test-expected.txt:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/custom/second-inline-text-expected.txt:
* platform/mac/svg/custom/shape-rendering-expected.txt:
* platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
* platform/mac/svg/custom/sheet-title-expected.txt:
* platform/mac/svg/custom/simpleCDF-expected.txt:
* platform/mac/svg/custom/stroke-fallback-expected.txt:
* platform/mac/svg/custom/stroked-pattern-expected.txt:
* platform/mac/svg/custom/struct-use-09-b-expected.txt:
* platform/mac/svg/custom/style-attribute-font-size-expected.txt:
* platform/mac/svg/custom/svg-absolute-children-expected.txt:
* platform/mac/svg/custom/svg-float-border-padding-expected.txt:
* platform/mac/svg/custom/svg-overflow-types-expected.txt:
* platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
* platform/mac/svg/custom/text-clip-expected.txt:
* platform/mac/svg/custom/text-dom-01-f-expected.txt:
* platform/mac/svg/custom/text-gradient-no-content-expected.txt:
* platform/mac/svg/custom/text-linking-expected.txt:
* platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
* platform/mac/svg/custom/transform-invalid-expected.txt:
* platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
* platform/mac/svg/custom/transform-scale-parse-expected.txt:
* platform/mac/svg/custom/transform-with-ending-space-expected.txt:
* platform/mac/svg/custom/use-clipped-hit-expected.txt:
* platform/mac/svg/custom/use-css-events-expected.txt:
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
* platform/mac/svg/custom/use-detach-expected.txt:
* platform/mac/svg/custom/use-dynamic-append-expected.txt:
* platform/mac/svg/custom/use-elementInstance-event-target-expected.txt:
* platform/mac/svg/custom/use-elementInstance-methods-expected.txt:
* platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
* platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
* platform/mac/svg/custom/use-events-crash-expected.txt:
* platform/mac/svg/custom/use-forward-refs-expected.txt:
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
* platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
* platform/mac/svg/custom/use-modify-target-container-expected.txt:
* platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
* platform/mac/svg/custom/use-nested-transform-expected.txt:
* platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
* platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
* platform/mac/svg/custom/use-on-g-expected.txt:
* platform/mac/svg/custom/use-on-rect-expected.txt:
* platform/mac/svg/custom/use-on-symbol-expected.txt:
* platform/mac/svg/custom/use-on-use-expected.txt:
* platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
* platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
* platform/mac/svg/custom/use-recursion-1-expected.txt:
* platform/mac/svg/custom/use-recursion-3-expected.txt:
* platform/mac/svg/custom/use-recursion-4-expected.txt:
* platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
* platform/mac/svg/custom/use-symbol-overflow-expected.txt:
* platform/mac/svg/custom/use-transform-expected.txt:
* platform/mac/svg/custom/viewBox-hit-expected.txt:
* platform/mac/svg/custom/viewbox-syntax-expected.txt:
* platform/mac/svg/custom/viewport-clip-expected.txt:
* platform/mac/svg/custom/viewport-em-expected.txt:
* platform/mac/svg/custom/viewport-no-width-height-expected.txt:
* platform/mac/svg/custom/viewport-update-expected.txt:
* platform/mac/svg/custom/viewport-update2-expected.txt:
* platform/mac/svg/custom/visibility-override-clip-expected.txt:
* platform/mac/svg/custom/visibility-override-expected.txt:
* platform/mac/svg/custom/visibility-override-filter-expected.txt:
* platform/mac/svg/custom/visibility-override-mask-expected.txt:
* platform/mac/svg/custom/width-full-percentage-expected.txt:
* platform/mac/svg/custom/xml-stylesheet-expected.txt:
* platform/mac/svg/hixie/cascade/001-broken-expected.txt:
* platform/mac/svg/hixie/cascade/002-expected.txt:
* platform/mac/svg/hixie/data-types/001-expected.txt:
* platform/mac/svg/hixie/data-types/002-expected.txt:
* platform/mac/svg/hixie/dynamic/003-expected.txt:
* platform/mac/svg/hixie/dynamic/004-expected.txt:
* platform/mac/svg/hixie/dynamic/005-broken-expected.txt:
* platform/mac/svg/hixie/dynamic/006-expected.txt:
* platform/mac/svg/hixie/error/001-expected.txt:
* platform/mac/svg/hixie/error/003-expected.txt:
* platform/mac/svg/hixie/error/007-expected.txt:
* platform/mac/svg/hixie/error/008-expected.txt:
* platform/mac/svg/hixie/error/009-expected.txt:
* platform/mac/svg/hixie/error/010-expected.txt:
* platform/mac/svg/hixie/error/011-expected.txt:
* platform/mac/svg/hixie/error/012-expected.txt:
* platform/mac/svg/hixie/error/014-expected.txt:
* platform/mac/svg/hixie/error/014-test-expected.txt:
* platform/mac/svg/hixie/error/015-expected.txt:
* platform/mac/svg/hixie/error/016-expected.txt:
* platform/mac/svg/hixie/error/017-expected.txt:
* platform/mac/svg/hixie/links/001-expected.txt:
* platform/mac/svg/hixie/links/003-broken-expected.txt:
* platform/mac/svg/hixie/mixed/003-expected.txt:
* platform/mac/svg/hixie/mixed/004-expected.txt:
* platform/mac/svg/hixie/mixed/005-expected.txt:
* platform/mac/svg/hixie/mixed/006-expected.txt:
* platform/mac/svg/hixie/mixed/008-expected.txt:
* platform/mac/svg/hixie/mixed/009-expected.txt:
* platform/mac/svg/hixie/mixed/010-expected.txt:
* platform/mac/svg/hixie/mixed/011-expected.txt:
* platform/mac/svg/hixie/painting/001-expected.txt:
* platform/mac/svg/hixie/perf/003-expected.txt:
* platform/mac/svg/hixie/perf/004-expected.txt:
* platform/mac/svg/hixie/perf/005-expected.txt:
* platform/mac/svg/hixie/perf/006-expected.txt:
* platform/mac/svg/hixie/perf/007-expected.txt:
* platform/mac/svg/hixie/processing-model/005-expected.txt:
* platform/mac/svg/hixie/rendering-model/001-expected.txt:
* platform/mac/svg/hixie/rendering-model/002-expected.txt:
* platform/mac/svg/hixie/rendering-model/003-expected.txt:
* platform/mac/svg/hixie/rendering-model/003a-expected.txt:
* platform/mac/svg/hixie/rendering-model/004-expected.txt:
* platform/mac/svg/hixie/shapes/path/001-expected.txt:
* platform/mac/svg/hixie/text/001-broken-expected.txt:
* platform/mac/svg/hixie/transform/001-expected.txt:
* platform/mac/svg/hixie/use/001-expected.txt:
* platform/mac/svg/hixie/use/002-expected.txt:
* platform/mac/svg/hixie/use/002-test-expected.txt:
* platform/mac/svg/hixie/viewbox/001-expected.txt:
* platform/mac/svg/hixie/viewbox/002-expected.txt:
* platform/mac/svg/hixie/viewbox/003-expected.txt:
* platform/mac/svg/hixie/viewbox/004-expected.txt:
* platform/mac/svg/text/kerning-expected.txt:
* platform/mac/svg/text/multichar-glyph-expected.txt:
* platform/mac/svg/text/text-align-01-b-expected.txt:
* platform/mac/svg/text/text-align-02-b-expected.txt:
* platform/mac/svg/text/text-align-03-b-expected.txt:
* platform/mac/svg/text/text-align-04-b-expected.txt:
* platform/mac/svg/text/text-align-05-b-expected.txt:
* platform/mac/svg/text/text-align-06-b-expected.txt:
* platform/mac/svg/text/text-altglyph-01-b-expected.txt:
* platform/mac/svg/text/text-deco-01-b-expected.txt:
* platform/mac/svg/text/text-fonts-01-t-expected.txt:
* platform/mac/svg/text/text-fonts-02-t-expected.txt:
* platform/mac/svg/text/text-intro-05-t-expected.txt:
* platform/mac/svg/text/text-spacing-01-b-expected.txt:
* platform/mac/svg/text/text-text-01-b-expected.txt:
* platform/mac/svg/text/text-text-03-b-expected.txt:
* platform/mac/svg/text/text-text-04-t-expected.txt:
* platform/mac/svg/text/text-text-05-t-expected.txt:
* platform/mac/svg/text/text-text-06-t-expected.txt:
* platform/mac/svg/text/text-text-07-t-expected.txt:
* platform/mac/svg/text/text-text-08-b-expected.txt:
* platform/mac/svg/text/text-tref-01-b-expected.txt:
* platform/mac/svg/text/text-tselect-01-b-expected.txt:
* platform/mac/svg/text/text-tselect-02-f-expected.txt:
* platform/mac/svg/text/text-tspan-01-b-expected.txt:
* platform/mac/svg/text/text-ws-01-t-expected.txt:
* platform/mac/svg/text/text-ws-02-t-expected.txt:
* platform/mac/svg/text/textPathBoundsBug-expected.txt:
* svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
2008-05-23 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin.
<rdar://problem/5939887> REGRESSION: With no selection, copy does not fire oncopy handler (affects CIFilterBrowser widget)
* editing/execCommand/5939887-expected.txt: Added.
* editing/execCommand/5939887.html: Added.
2008-05-23 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
LayoutTests that send an OPTIONS request don't work on Tiger or Window due
to a bug in Apache 1.3
* platform/mac-tiger/Skipped:
* platform/win/Skipped:
2008-05-23 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver.
- test case <rdar://problem/5957662> REGRESSION(r33943-r33980): Can't send email , attach file or save as draft from hotmail.com
* fast/js/function-redefinition-expected.txt: Added.
* fast/js/function-redefinition.html: Added.
2008-05-23 Geoffrey Garen <ggaren@apple.com>
Rolled out r34073 because it caused lots of layout test crashes.
2008-05-23 Mark Rowe <mrowe@apple.com>
Reviewed by Oliver Hunt.
Update layout test results for <rdar://problem/5954997>.
* fast/js/global-recursion-on-full-stack-expected.txt:
2008-05-22 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
<rdar://problem/5838772> Support cross-site XMLHttpRequest
- Add more tests for cross-domain XHR.
* http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header.html:
* http/tests/xmlhttprequest/access-control-basic-allow-async-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-async.html: Added.
* http/tests/xmlhttprequest/access-control-basic-denied.html:
* http/tests/xmlhttprequest/access-control-basic-exclude.html:
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-async-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-async.html: Added.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow.html: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-non-get-allow.cgi: Added.
2008-05-22 Alexey Proskuryakov <ap@webkit.org>
Rubber-stamped by Darin.
Fix tests failing on Tiger.
* fast/loader/data-url-encoding-html.html:
* fast/loader/data-url-encoding-html-expected.txt:
* fast/loader/data-url-encoding-svg.html:
* fast/loader/data-url-encoding-svg-expected.txt:
Changed these tests to always use an explicit charset - otherwise, they were failing on
Leopard because of a CFNetwork bug, and on Tiger because of WebKit bug 19193. Also, changed
them to test that decoding was performed correctly, not just that document.charset matched
expectations.
2008-05-22 Stephanie Lewis <slewis@apple.com>
Reviewed by Dan.
add test to test for beforeunload event handlers being removed after they have been fired.
* fast/events/onunload-clears-onbeforeunload-expected.txt: Added.
* fast/events/onunload-clears-onbeforeunload.html: Added.
2008-05-22 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver.
- test case for <rdar://problem/5954979> crash on celtic kane JS benchmark
* fast/js/try-catch-crash-expected.txt: Added.
* fast/js/try-catch-crash.html: Added.
2008-05-21 Adam Roben <aroben@apple.com>
Update window-properties results for new console functions
Reviewed by Tim Hatcher.
* fast/dom/Window/window-properties-expected.txt:
2008-05-21 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver and Sam.
- tests for <rdar://problem/5815631> REGRESSION (r31239): Multiscope optimisation of function calls results in incorrect this value (breaks tvtv.de)
* fast/frames/cross-site-this-expected.txt: Added.
* fast/frames/cross-site-this.html: Added.
* fast/frames/resources/cross-site-this-helper.html: Added.
2008-05-21 Adele Peterson <adele@apple.com>
Reviewed by Adam.
Enhanced and enabled test for <rdar://problem/5787733> fast/dom/HTMLDocument/hasFocus.html fails on Windows
* fast/dom/HTMLDocument/hasFocus-expected.txt:
* fast/dom/HTMLDocument/hasFocus.html:
* platform/win/Skipped:
2008-05-21 Sam Weinig <sam@webkit.org>
Review by Mark Rowe.
Change test so that its result are not different all the time.
* 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.
* http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header.html: Copied from http/tests/xmlhttprequest/access-control-basic-allow-headers.html.
* http/tests/xmlhttprequest/access-control-basic-allow-headers-expected.txt: Removed.
* http/tests/xmlhttprequest/access-control-basic-allow-headers.html: Removed.
* 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.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-headers.cgi: Removed.
2008-05-21 Brady Eidson <beidson@apple.com>
Rubberstamped by Adam
<rdar://problem/5787763> - Hang in Storage tests on windows
Since the hang was originally noticed and investigated, no one has revisited it.
Adam and I just spent some time trying to reproduce and were unable.
Lets give the bots another go, shall we?
* platform/win/Skipped:
2008-05-21 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
<rdar://problem/5838772> Support cross-site XMLHttpRequest
- Add tests for basic cross-domain XHR.
* http/tests/xmlhttprequest/access-control-basic-allow-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-headers-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-headers.html: Added.
* http/tests/xmlhttprequest/access-control-basic-allow.html: Added.
* http/tests/xmlhttprequest/access-control-basic-denied-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-denied.html: Added.
* http/tests/xmlhttprequest/access-control-basic-exclude-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-exclude.html: Added.
* http/tests/xmlhttprequest/exceptions-expected.txt:
* http/tests/xmlhttprequest/exceptions.html:
* http/tests/xmlhttprequest/resources/access-control-basic-allow-headers.cgi: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-allow.cgi: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-denied.cgi: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-exclude.cgi: Added.
2008-05-21 Geoffrey Garen <ggaren@apple.com>
Reviewed by Mark Rowe.
Update results.
* fast/dom/getter-on-window-object2-expected.txt:
=== End merge of squirrelfish ===
2008-05-18 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
Bug 18752: SQUIRRELFISH: exceptions are not always handled by the vm
<https://bugs.webkit.org/show_bug.cgi?id=18752>
Test cases for subscript access that throw exceptions.
* fast/js/resources/tostring-exception-in-property-access.js: Added.
* fast/js/tostring-exception-in-property-access-expected.txt: Added.
* fast/js/tostring-exception-in-property-access.html: Added.
2008-05-17 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Add more tests for:
Bug 18991: SquirrelFish: Major codegen issue in a.b=expr, a[b]=expr
<https://bugs.webkit.org/show_bug.cgi?id=18991>
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-05-17 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Add tests for:
Bug 18991: SquirrelFish: Major codegen issue in a.b=expr, a[b]=expr
<https://bugs.webkit.org/show_bug.cgi?id=18991>
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-05-17 Oliver Hunt <oliver@apple.com>
Forgot to check in the results to the activation gc tests
* fast/js/duplicate-param-gc-crash-expected.txt: Added.
* fast/js/var-shadows-arg-gc-crash-expected.txt: Added.
2008-05-17 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver.
Bug 19106: SquirrelFish: Activation is not marked correctly
<https://bugs.webkit.org/show_bug.cgi?id=19106>
Testcases for activation marking
* fast/js/duplicate-param-gc-crash.html: Added.
* fast/js/resources/duplicate-param-gc-crash.js: Added.
* fast/js/resources/var-shadows-arg-gc-crash.js: Added.
* fast/js/var-shadows-arg-gc-crash.html: Added.
2008-05-16 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff
Bug 19076: SquirrelFish: RegisterFile can be corrupted if implictly reenter global scope with no declared vars
<https://bugs.webkit.org/show_bug.cgi?id=19076>
Test that we can re-enter safely.
* fast/js/direct-entry-to-function-code-expected.txt: Added.
* fast/js/direct-entry-to-function-code.html: Added.
2008-05-16 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver Hunt.
Add tests for:
Bug 19098: SquirrelFish: Ref'd temporaries can be clobbered
<https://bugs.webkit.org/show_bug.cgi?id=19098>
* fast/js/resources/statement-list-register-crash.js: Added.
* fast/js/statement-list-register-crash-expected.txt: Added.
* fast/js/statement-list-register-crash.html: Added.
2008-05-16 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver.
- fixed Bug 19044: SquirrelFish: Bogus values enter evaluation when closing over scope with parameter and var with same name
https://bugs.webkit.org/show_bug.cgi?id=19044
* fast/js/duplicate-param-crash-expected.txt: Added.
* fast/js/duplicate-param-crash.html: Added.
* fast/js/resources/duplicate-param-crash.js: Added.
* fast/js/resources/var-shadows-arg-crash.js: Added.
* fast/js/var-shadows-arg-crash-expected.txt: Added.
* fast/js/var-shadows-arg-crash.html: Added.
2008-05-14 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
Bug 19024: SQUIRRELFISH: ASSERTION FAILED: activation->isActivationObject() in Machine::unwindCallFrame
<https://bugs.webkit.org/show_bug.cgi?id=19024>
Make sure we handled tainted global RegisterFiles properly.
* fast/js/implicit-global-to-global-reentry-expected.txt: Added.
* fast/js/implicit-global-to-global-reentry.html: Added.
2008-05-14 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff.
Bug 19025: SQUIRRELFISH: malformed syntax in onload handler causes crash
<https://bugs.webkit.org/show_bug.cgi?id=19025>
Test for malformed function in onload.
* fast/js/invalid-syntax-for-function-expected.txt: Added.
* fast/js/invalid-syntax-for-function.html: Added.
2008-05-13 Oliver Hunt <oliver@apple.com>
RS=Geoff.
Split the binops tests up a bit more
* fast/js/exception-sequencing-binops-expected.txt:
* fast/js/exception-sequencing-binops.html:
* fast/js/exception-sequencing-binops.js: Added.
* fast/js/exception-sequencing-binops2-expected.txt: Added.
* fast/js/exception-sequencing-binops2.html: Added.
2008-05-13 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Added layout test for a codegen crash with run-time parse errors.
* fast/js/exception-codegen-crash-expected.txt: Added.
* fast/js/exception-codegen-crash.html: Added.
2008-05-13 Oliver Hunt <oliver@apple.com>
RS=Geoff.
Splitting exception sequencing test as it was too long and made DRT unhappy
on non-MacPros.
* fast/js/exception-sequencing-binops-expected.txt: Added.
* fast/js/exception-sequencing-binops.html: Added.
* fast/js/exception-sequencing-expected.txt:
* fast/js/exception-sequencing.html:
2008-05-13 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff.
Bug 19027: SquirrelFish: Incorrect codegen for pre-increment
<https://bugs.webkit.org/show_bug.cgi?id=19027>
Now that codegen is correct for pre-increment/decrement we can enable
those tests. Added additional tests to cover exceptions occuring in
similar points of execution, and removed tests that were inconsistent
with behaviour of both Opera and Firefox.
* fast/js/exception-sequencing-expected.txt:
* fast/js/exception-sequencing.html:
2008-05-13 Oliver Hunt <oliver@apple.com>
Reviewed by Darin.
Bug 18752: SQUIRRELFISH: exceptions are not always handled by the vm
<https://bugs.webkit.org/show_bug.cgi?id=18752>
Fairly extensive coverage of exception behaviour and sequencing. There
are still a number of FAIL results but these all match firefox (although
not opera).
* fast/js/exception-sequencing-expected.txt: Added.
* fast/js/exception-sequencing.html: Added.
2008-05-13 Maciej Stachowiak <mjs@apple.com>
Reviewed by Sam.
Update results for remainder of split-window merge. The new results are correct.
* http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
* http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
* http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
* http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
* http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
* http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
2008-05-12 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff.
Bug 18934: SQUIRRELFISH: ASSERT @ nytimes.com due to RegisterFile being clobbered
<https://bugs.webkit.org/show_bug.cgi?id=18934>
Add testcases to cover global reentry from an implicit call.
* fast/js/implicit-call-with-global-reentry-expected.txt: Added.
* fast/js/implicit-call-with-global-reentry.html: Added.
* fast/js/resources/implicit-call-with-global-reentry.js: Added.
2008-05-12 Geoffrey Garen <ggaren@apple.com>
Reviewed by Maciej Stachowiak.
Layout test for function.arguments and function.caller in interesting
scopes.
* fast/js/function-dot-arguments-and-caller-expected.txt: Added.
* fast/js/function-dot-arguments-and-caller.html: Added.
2008-05-11 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Add tests for:
Bug 18961: SQUIRRELFISH: Gmail doesn't load
<https://bugs.webkit.org/show_bug.cgi?id=18961>
* fast/js/codegen-temporaries-expected.txt: Added.
* fast/js/codegen-temporaries.html: Added.
* fast/js/resources/codegen-temporaries.js: Added.
2008-05-10 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver.
- test changes for: "SQUIRRELFISH: function toString broken after calling"
https://bugs.webkit.org/show_bug.cgi?id=18869
All of these tests expected function.toString to somewhat change
things from the raw original source. They are now prepared for the
fact that this does not happen.
* fast/js/function-decompilation-operators.html:
* fast/js/function-names-expected.txt:
* fast/js/function-prototype-expected.txt:
* fast/js/function-prototype.html:
* fast/js/function-toString-object-literals-expected.txt:
* fast/js/function-toString-parentheses-expected.txt:
* fast/js/kde/lval-exceptions-expected.txt:
* fast/js/modify-non-references-expected.txt:
* fast/js/resources/function-names.js:
* fast/js/resources/function-toString-object-literals.js:
* fast/js/resources/function-toString-parentheses.js:
* fast/js/resources/modify-non-references.js:
* fast/js/resources/toString-prefix-postfix-preserve-parens.js:
* fast/js/toString-prefix-postfix-preserve-parens-expected.txt:
2008-05-09 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Restored the expected results for viewsource-empty-attribute-value.html
to what they were prior to r31100. These results expect that the
top-level name in the frame path is "" instead of "1".
It's not clear how r31100 changed the top-level frame in the frame path
to be named "1". The change definitely wasn't related to any expected
behavior in r31100, which was about default margin-bottom for form
elements in quirks mode.
It's also not clear how squirrelfish changes things back.
Sam mentioned that the test result changes intermittently on trunk.
For now, I don't think we need to think deeply about this issue,
since the "" result seems more correct than the "1" result.
* fast/frames/viewsource-empty-attribute-value-expected.txt:
2008-05-09 Geoffrey Garen <ggaren@apple.com>
Added expected results for this test.
* fast/js/closure-inside-extra-arg-call-expected.txt: Added.
2008-05-08 Maciej Stachowiak <mjs@apple.com>
Reviewed by Geoff.
Add test cases for failures similar to the SquirrelFish failure on
fast/dom/SelectorAPI/bug-17313.html
* fast/js/closure-inside-extra-arg-call.html: Added.
* fast/js/resources/closure-inside-extra-arg-call.js: Added.
2008-05-08 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Added specific test cases for the root cause of squirrelfish's failure
in fast/canvas/canvas-pattern-behaviour.html.
* fast/js/exception-thrown-from-eval-inside-closure-expected.txt: Added.
* fast/js/exception-thrown-from-eval-inside-closure.html: Added.
* fast/js/exception-thrown-from-function-with-lazy-activation-expected.txt: Added.
* fast/js/exception-thrown-from-function-with-lazy-activation.html: Added.
2008-05-08 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Updated test results to reflect correct behavior: The line number in
the old results was off by 2.
* fast/js/recursion-limit-equal-expected.txt:
2008-05-08 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver.
- move frame.xhtml and iframe.xhtml into a resources dir, as they were never meant to be tests
* dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled:
* dom/xhtml/level2/html/frame.xhtml: Removed.
* dom/xhtml/level2/html/iframe.xhtml: Removed.
* dom/xhtml/level2/html/resources/frame.xhtml: Copied from dom/xhtml/level2/html/frame.xhtml.
* dom/xhtml/level2/html/resources/iframe.xhtml: Copied from dom/xhtml/level2/html/iframe.xhtml.
* platform/mac/dom/xhtml/level2/html/frame-expected.checksum: Removed.
* platform/mac/dom/xhtml/level2/html/frame-expected.png: Removed.
* platform/mac/dom/xhtml/level2/html/frame-expected.txt: Removed.
* platform/mac/dom/xhtml/level2/html/iframe-expected.checksum: Removed.
* platform/mac/dom/xhtml/level2/html/iframe-expected.png: Removed.
* platform/mac/dom/xhtml/level2/html/iframe-expected.txt: Removed.
o2008-05-07 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Added this test to demonstrate that, for "f(x)", it is correct to evaluate
"x" even if "f" is not a function, and therefore "f(x)" will throw an exception.
* fast/js/function-argument-evaluation-before-exception-expected.txt: Added.
* fast/js/function-argument-evaluation-before-exception.html: Added.
These tests now have an extra "access denied" message in them, because
of the behavior change mentioned above.
I also added try/catch clauses to eliminate the "is not object"
exception messages from the test output.
* http/tests/security/listener/resources/targetChild-JSTargetNode-onclick-addEventListener.html:
* http/tests/security/listener/resources/targetChild-JSTargetNode-onclick-shortcut.html:
* http/tests/security/listener/resources/targetChild-XMLHttpRequest-addEventListener.html:
* http/tests/security/listener/resources/targetChild-XMLHttpRequest-shortcut.html:
* http/tests/security/listener/resources/targetChild-window-onclick-addEventListener.html:
* http/tests/security/listener/resources/targetChild-window-onclick-shortcut.html:
* http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
* http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
* http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
* http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
* http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
* http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
2008-05-07 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Fixed up a few more tests that depended on the exact text of exception
messages.
- In these tests, I fixed a bug in frame.html and iframe.html that
caused a function to execute too many times.
* dom/html/level2/html/HTMLFrameElement09-expected.txt:
* dom/html/level2/html/HTMLIFrameElement11-expected.txt:
* dom/html/level2/html/resources/frame.html:
* dom/html/level2/html/resources/iframe.html:
- I changed these tests to explicitly report exceptions, so their results
don't depend on how the engine constructs messages for implicit exceptions:
* dom/xhtml/level2/html/HTMLDocument17-expected.txt:
* dom/xhtml/level2/html/HTMLDocument18-expected.txt:
* dom/xhtml/level2/html/HTMLDocument19-expected.txt:
* dom/xhtml/level2/html/HTMLDocument20-expected.txt:
* dom/xhtml/level2/html/HTMLDocument21-expected.txt:
* dom/xhtml/level2/html/selfxhtml.js:
2008-05-06 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
To facilitate merging between the squirrelfish branch and trunk, I
edited a bunch of layout tests to make sure their results don't depend
on the exact text of an exception message generated by the JavaScript engine.
(We do want to test JavaScript exception messages -- we just don't want
to test them 300 times over, in tests that aren't supposed to be about
JavaScript at all.)
- I fixed bugs that were causing these tests to throw exceptions by accident,
and updated results to reflect correct behavior:
* editing/selection/contenteditable-click-inside.html:
* platform/mac/editing/selection/contenteditable-click-inside-expected.checksum:
* platform/mac/editing/selection/contenteditable-click-inside-expected.png:
* platform/mac/editing/selection/contenteditable-click-inside-expected.txt:
* editing/selection/contenteditable-click-outside.html:
* platform/mac/editing/selection/contenteditable-click-outside-expected.checksum:
* platform/mac/editing/selection/contenteditable-click-outside-expected.png:
* platform/mac/editing/selection/contenteditable-click-outside-expected.txt:
* fast/forms/selected-index-assert.html:
* fast/forms/selected-index-assert-expected.txt:
* tables/mozilla_expected_failures/core/captions1.html:
* platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
- I changed these tests to explicitly throw/report exceptions, so their results
don't depend on how the engine constructs messages for implicit exceptions:
* fast/xpath/nsresolver-exception.xhtml:
* fast/xpath/nsresolver-exception-expected.txt:
* platform/mac/fast/AppleScript/001.html:
* platform/mac/fast/AppleScript/001-expected.txt:
* dom/xhtml/level3/core/selfxhtml.js
* dom/xhtml/level3/core/*expected.txt (about 280 of these changed)
2008-05-05 Geoffrey Garen <ggaren@apple.com>
Reviewed by Maciej Stachowiak.
Layout test for exceptions thrown from equality comparisons.
* fast/js/exception-thrown-from-equal-expected.txt: Added.
* fast/js/exception-thrown-from-equal.html: Added.
2008-05-04 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
Testcases for accessing the arguments object with too few, and too many
arguments provided to the function.
* fast/js/resources/unmatching-argument-count.js: Added.
* fast/js/unmatching-argument-count-expected.txt: Added.
* fast/js/unmatching-argument-count.html: Added.
2008-05-01 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver.
- bump up the numbers in this test to account for our now much
higher recursion capability.
* fast/js/deep-recursion-test.html:
2008-04-26 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
Bug 18628: SQUIRRELFISH: need to support recursion limit
<https://bugs.webkit.org/show_bug.cgi?id=18628>
Test to ensure we don't crash when re-entering global code
with a full register file, and that we don't allow unbounded
recursion by re-entering on a new register file..
* fast/js/global-recursion-on-full-stack-expected.txt: Added.
* fast/js/global-recursion-on-full-stack.html: Added.
=== Start merge of squirrelfish ===
2008-05-21 Darin Adler <darin@apple.com>
Reviewed by Anders.
- test for <rdar://problem/5952721> bug in JavaScript arguments object property lookup
* fast/js/arguments-bad-index-expected.txt: Added.
* fast/js/arguments-bad-index.html: Added.
* fast/js/resources/arguments-bad-index.js: Added.
2008-05-21 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/5908520> REGRESSION (3.1.1-r33033): Crash in WebKit when opening or refreshing page on people.com
https://bugs.webkit.org/show_bug.cgi?id=18687
REGRESSION(r32220): ecma/Array/15.4.4.5-3.js test now fails in GMT(BST)
* fast/js/comparefn-sort-stability-expected.txt: Added.
* fast/js/comparefn-sort-stability.html: Added.
* fast/js/resources/comparefn-sort-stability.js: Added.
* fast/js/resources/sort-randomly.js: Added.
* fast/js/resources/sort-stability.js: Added.
* fast/js/sort-randomly-expected.txt: Added.
* fast/js/sort-randomly.html: Added.
* fast/js/sort-stability-expected.txt: Added.
* fast/js/sort-stability.html: Added.
2008-05-21 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=19169
<rdar://5952342> REGRESSION: nakarte.ru searches don't work
* http/tests/xmlhttprequest/encode-request-url-expected.txt: Added.
* http/tests/xmlhttprequest/encode-request-url.html: Added.
* http/tests/xmlhttprequest/resources/print-query.cgi: Added.
2008-05-20 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=17655
<rdar://problem/5778077> REGRESSION (3.1.1-TOT): Reproducible crash calling querySelector on viewless Document
* fast/dom/SelectorAPI/resources/viewless-document.js: Added.
* fast/dom/SelectorAPI/viewless-document-expected.txt: Added.
* fast/dom/SelectorAPI/viewless-document.html: Added.
2008-05-19 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben.
- update test results following <http://trac.webkit.org/changeset/33395>
* platform/mac/fast/frames/viewsource-attribute-expected.checksum:
* platform/mac/fast/frames/viewsource-attribute-expected.png:
* platform/mac/fast/frames/viewsource-attribute-expected.txt:
2008-05-19 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=18308
SVG Encoding error with fill attribute
* fast/loader/data-url-encoding-html-expected.txt: Added.
* fast/loader/data-url-encoding-html.html: Added.
* fast/loader/data-url-encoding-svg-expected.txt: Added.
* fast/loader/data-url-encoding-svg.html: Added.
* fast/loader/javascript-url-encoding-expected.txt: Added.
* fast/loader/javascript-url-encoding.html: Added.
2008-05-19 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=18421
<rdar://problem/5857369> XMLHttpRequest does not properly encode & and < in outgoing messages
* http/tests/xmlhttprequest/serialize-document-expected.txt: Added.
* http/tests/xmlhttprequest/serialize-document.html: Added.
2008-05-18 Darin Adler <darin@apple.com>
Reviewed by Sam.
- test for <rdar://problem/5943569> crash due to stale ownerNode pointer
* fast/dom/StyleSheet: Added.
* fast/dom/StyleSheet/ownerNode-lifetime-expected.txt: Added.
* fast/dom/StyleSheet/ownerNode-lifetime.html: Added.
2008-05-18 Brady Eidson <beidson@apple.com>
Reviewed by Sam Weinig
Fix for https://bugs.webkit.org/show_bug.cgi?id=19111
Allow `delete storage.itemName` syntax as an alias for `storage.removeItem("itemName")`
* storage/domstorage/localstorage/delete-removal-expected.txt: Added.
* storage/domstorage/localstorage/delete-removal.html: Added.
* storage/domstorage/sessionstorage/delete-removal-expected.txt: Added.
* storage/domstorage/sessionstorage/delete-removal.html: Added.
2008-05-17 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
Update expected results for new ABORT_ERR.
* fast/dom/Window/window-properties-expected.txt:
2008-05-16 Antti Koivisto <antti@apple.com>
Reviewed by Anders.
Test for <rdar://problem/5934400>
Movie controller does not update on first load of http://www.apple.com/getamac/ads/
* http/tests/local/stylesheet-and-script-load-order-http-expected.txt: Added.
* http/tests/local/stylesheet-and-script-load-order-http.html: Added.
2008-05-16 Anders Carlsson <andersca@apple.com>
Reviewed by Mitz.
<rdar://problem/5787788>
REGRESSION: fast/loader/xmlhttprequest-missing-file-exception.html fails on Windows.
Remove test from skipped list.
* platform/win/Skipped:
2008-05-15 Anders Carlsson <andersca@apple.com>
Update test results now that navigator.onLine exists.
* fast/dom/Window/window-properties-expected.txt:
2008-05-15 Rob Buis <buis@kde.org>
Reviewed by Dave Hyatt.
Testcase for:
https://bugs.webkit.org/show_bug.cgi?id=17433
getComputedStyle() -> clip returns empty string
* fast/css/getPropertyValue-clip-expected.txt: Added.
* fast/css/getPropertyValue-clip.html: Added.
2008-05-15 Timothy Hatcher <timothy@apple.com>
Test case added for <rdar://problem/5790805> Inspector's source view
missing some words, doubles others in JS source in <script> tag (17752)
Reviewed by Dave Hyatt.
* fast/frames/resources/viewsource-frame-2.html: Added.
* fast/frames/viewsource-plain-text-tags-expected.txt: Added.
* fast/frames/viewsource-plain-text-tags.html: Added.
2008-05-15 Stephanie Lewis <slewis@apple.com>
Reviewed by Anders.
Dump unload event counts for frames.
* fast/dom/Window/get-set-properties-expected.txt:
* fast/events/onunload-expected.txt:
* fast/events/onunload-not-on-body-expected.txt:
* fast/events/onunload-window-property-expected.txt:
* fast/forms/button-state-restore-expected.txt:
* fast/history/history_reload-expected.txt:
* fast/loader/onunload-form-submit-crash-2-expected.txt:
* fast/loader/onunload-form-submit-crash-expected.txt:
* http/tests/xmlhttprequest/xhr-onunload-expected.txt:
* platform/mac/fast/loader/start-load-in-unload-expected.txt:
2008-05-15 David Kilzer <ddkilzer@apple.com>
Bug 19085: font-family: initial sets font-family differently than font: initial
<https://bugs.webkit.org/show_bug.cgi?id=19085>
<rdar://problem/5939391>
Reviewed by David Hyatt.
* fast/css/font-family-initial-expected.txt: Added.
* fast/css/font-family-initial.html: Added.
2008-05-15 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin.
Test case for https://bugs.webkit.org/show_bug.cgi?id=13942
ASSERTION FAILED: !attrName.contains('/') in HTMLTokenizer.cpp:132 when loading http://bamanzi.blogeden.cn/
* fast/parser/assertion-empty-attribute-expected.txt: Added.
* fast/parser/assertion-empty-attribute.html: Added.
2008-05-15 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=10707
DumpRenderTree should not be able to access non-local resources
* fast/doctypes/resources/TestDoctype.js:
* svg/custom/loadevents-capturing.svg:
* svg/custom/loadevents-externalresourcesrequired-displaynone.svg:
* svg/custom/loadevents-externalresourcesrequired.svg:
* svg/custom/loadevents-normal-displaynone.svg:
* svg/custom/loadevents-normal.svg:
2008-05-15 Alexey Proskuryakov <ap@webkit.org>
Use TextIterator in +[NSAttributedString _web_attributedStringFromRange:].
* platform/mac/fast/text/attributed-substring-from-range-001-expected.txt:
Newlines now get attributes, too.
* platform/mac/fast/text/attributed-substring-from-range-in-textfield-expected.txt:
Results changed from [FAIL] to [PASS].
2008-05-14 Dan Bernstein <mitz@apple.com>
Reviewed by Mark Rowe.
- test for <rdar://problem/5907633> Memory corruption after closing a document that uses box-reflect
* fast/reflections/teardown-crash-expected.txt: Added.
* fast/reflections/teardown-crash.html: Added.
2008-05-14 Anders Carlsson <andersca@apple.com>
Check in the test result.
* http/tests/appcache/manifest-with-empty-file-expected.txt: Added.
2008-05-14 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.
Add test where a manifest references an empty file.
* http/tests/appcache/manifest-with-empty-file.html: Added.
* http/tests/appcache/resources/empty.txt: Added.
* http/tests/appcache/resources/manifest-with-empty-file.manifest: Added.
2008-05-14 David Kilzer <ddkilzer@apple.com>
REGRESSION (r26474): WebKit fails jQuery test 64 core module: text(String) subtest 1 Check escaped text (createTextNode)
<https://bugs.webkit.org/show_bug.cgi?id=18976>
<rdar://problem/5924793>
Reviewed by Darin.
Updated test results now that '>' is escaped to '&gt;' in both
attributes and content.
* fast/xsl/xslt-processor-expected.txt:
* fast/xsl/xslt-text-expected.txt:
* platform/mac/fast/dom/dom-parse-serialize-expected.txt:
2008-05-14 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin.
<rdar://problem/5914803> Improve performance of WebCore::Editor::setComposition
Replacing all the text in a node is now much less likely to remove it
and cause selection changes.
* platform/mac/editing/input/text-input-controller-expected.txt:
* platform/mac/editing/inserting/4959067-expected.txt:
* platform/mac/editing/style/style-3681552-fix-001-expected.txt:
2008-05-14 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/5934376> REGRESSION: A script fails because of a straw BOM character in it.
<https://bugs.webkit.org/show_bug.cgi?id=4931>
Unicode format characters (Cf) should be removed from JavaScript source
* fast/js/removing-Cf-characters-expected.txt: Added.
* fast/js/removing-Cf-characters.html: Added.
* fast/js/resources/removing-Cf-characters.js: Added.
2008-05-14 Michael A. Puls II <shadow2531@gmail.com>
Reviewed by Alexey.
Test for https://bugs.webkit.org/show_bug.cgi?id=16923
Test that Attr nodes with a value of "" don't have any
childNodes like Firefox, Opera and IE.
* fast/dom/attribute-empty-value-no-children-expected.txt: Added.
* fast/dom/attribute-empty-value-no-children.html: Added.
2008-05-13 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- updated pixel results for <rdar://problem/5725912> improve render quality of transformed text
* platform/mac-leopard/fast/backgrounds: Added.
* platform/mac-leopard/fast/backgrounds/repeat: Added.
* platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: Added.
* platform/mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
* platform/mac-leopard/svg/batik/text/textAnchor-expected.checksum:
* platform/mac-leopard/svg/batik/text/textAnchor-expected.png:
* platform/mac-leopard/svg/batik/text/textEffect3-expected.checksum:
* platform/mac-leopard/svg/batik/text/textEffect3-expected.png:
* platform/mac-leopard/svg/batik/text/textFeatures-expected.checksum:
* platform/mac-leopard/svg/batik/text/textFeatures-expected.png:
* platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
* platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
* platform/mac-leopard/svg/batik/text/textLayout-expected.checksum:
* platform/mac-leopard/svg/batik/text/textLayout-expected.png:
* platform/mac-leopard/svg/batik/text/textLength-expected.checksum:
* platform/mac-leopard/svg/batik/text/textLength-expected.png:
* platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum:
* platform/mac-leopard/svg/batik/text/textOnPath-expected.png:
* platform/mac-leopard/svg/batik/text/textOnPath2-expected.checksum:
* platform/mac-leopard/svg/batik/text/textOnPath2-expected.png:
* platform/mac-leopard/svg/batik/text/textOnPath3-expected.checksum:
* platform/mac-leopard/svg/batik/text/textOnPath3-expected.png:
* platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.checksum:
* platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.png:
* platform/mac-leopard/svg/batik/text/textProperties2-expected.checksum:
* platform/mac-leopard/svg/batik/text/textProperties2-expected.png:
* platform/mac-leopard/svg/batik/text/verticalText-expected.checksum:
* platform/mac-leopard/svg/batik/text/verticalText-expected.png:
* platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.checksum:
* platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.png:
* platform/mac-leopard/svg/carto.net/button-expected.checksum:
* platform/mac-leopard/svg/carto.net/button-expected.png:
* platform/mac-leopard/svg/carto.net/colourpicker-expected.checksum:
* platform/mac-leopard/svg/carto.net/colourpicker-expected.png:
* platform/mac-leopard/svg/carto.net/combobox-expected.checksum:
* platform/mac-leopard/svg/carto.net/combobox-expected.png:
* platform/mac-leopard/svg/carto.net/scrollbar-expected.checksum:
* platform/mac-leopard/svg/carto.net/scrollbar-expected.png:
* platform/mac-leopard/svg/carto.net/selectionlist-expected.checksum:
* platform/mac-leopard/svg/carto.net/selectionlist-expected.png:
* platform/mac-leopard/svg/carto.net/slider-expected.checksum:
* platform/mac-leopard/svg/carto.net/slider-expected.png:
* platform/mac-leopard/svg/carto.net/textbox-expected.checksum:
* platform/mac-leopard/svg/carto.net/textbox-expected.png:
* platform/mac-leopard/svg/carto.net/window-expected.checksum:
* platform/mac-leopard/svg/carto.net/window-expected.png:
* platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.checksum:
* platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.png:
* platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.checksum:
* platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.png:
* platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.checksum:
* platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.png:
* platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.checksum:
* platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.png:
* platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.checksum:
* platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.png:
* platform/mac-leopard/svg/custom/focus-ring-expected.checksum:
* platform/mac-leopard/svg/custom/focus-ring-expected.png:
* platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.checksum:
* platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.png:
* platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum:
* platform/mac-leopard/svg/custom/foreign-object-skew-expected.png:
* platform/mac-leopard/svg/custom/getTransformToElement-expected.checksum:
* platform/mac-leopard/svg/custom/getTransformToElement-expected.png:
* platform/mac-leopard/svg/custom/invalid-css-expected.checksum:
* platform/mac-leopard/svg/custom/invalid-css-expected.png:
* platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
* platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.png:
* platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.checksum:
* platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.png:
* platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
* platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.checksum:
* platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.png:
* platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.checksum:
* platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.png:
* platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.checksum:
* platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.png:
* platform/mac-leopard/svg/custom/marker-default-width-height-expected.checksum:
* platform/mac-leopard/svg/custom/marker-default-width-height-expected.png:
* platform/mac-leopard/svg/custom/multiple-title-elements-expected.checksum:
* platform/mac-leopard/svg/custom/multiple-title-elements-expected.png:
* platform/mac-leopard/svg/custom/path-textPath-simulation-expected.checksum:
* platform/mac-leopard/svg/custom/path-textPath-simulation-expected.png:
* platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
* platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.png:
* platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.checksum:
* platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.png:
* platform/mac-leopard/svg/custom/stroked-pattern-expected.checksum:
* platform/mac-leopard/svg/custom/stroked-pattern-expected.png:
* platform/mac-leopard/svg/custom/struct-use-09-b-expected.checksum:
* platform/mac-leopard/svg/custom/struct-use-09-b-expected.png:
* platform/mac-leopard/svg/custom/tref-update-expected.checksum:
* platform/mac-leopard/svg/custom/tref-update-expected.png:
* platform/mac-leopard/svg/custom/use-detach-expected.checksum:
* platform/mac-leopard/svg/custom/use-detach-expected.png:
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
* platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
* platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.png:
* platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
* platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.png:
* platform/mac-leopard/svg/custom/viewbox-syntax-expected.checksum:
* platform/mac-leopard/svg/custom/viewbox-syntax-expected.png:
* platform/mac-leopard/svg/hixie/text/003-expected.checksum:
* platform/mac-leopard/svg/hixie/text/003-expected.png:
* platform/mac-leopard/svg/hixie/text/003b-expected.checksum:
* platform/mac-leopard/svg/hixie/text/003b-expected.png:
* platform/mac-leopard/svg/text/text-align-01-b-expected.checksum:
* platform/mac-leopard/svg/text/text-align-01-b-expected.png:
* platform/mac-leopard/svg/text/text-align-02-b-expected.checksum:
* platform/mac-leopard/svg/text/text-align-02-b-expected.png:
* platform/mac-leopard/svg/text/text-align-03-b-expected.checksum:
* platform/mac-leopard/svg/text/text-align-03-b-expected.png:
* platform/mac-leopard/svg/text/text-align-04-b-expected.checksum:
* platform/mac-leopard/svg/text/text-align-04-b-expected.png:
* platform/mac-leopard/svg/text/text-align-05-b-expected.checksum:
* platform/mac-leopard/svg/text/text-align-05-b-expected.png:
* platform/mac-leopard/svg/text/text-align-06-b-expected.checksum:
* platform/mac-leopard/svg/text/text-align-06-b-expected.png:
* platform/mac-leopard/svg/text/text-altglyph-01-b-expected.checksum:
* platform/mac-leopard/svg/text/text-altglyph-01-b-expected.png:
* platform/mac-leopard/svg/text/text-deco-01-b-expected.checksum:
* platform/mac-leopard/svg/text/text-deco-01-b-expected.png:
* platform/mac-leopard/svg/text/text-fonts-01-t-expected.checksum:
* platform/mac-leopard/svg/text/text-fonts-01-t-expected.png:
* platform/mac-leopard/svg/text/text-fonts-02-t-expected.checksum:
* platform/mac-leopard/svg/text/text-fonts-02-t-expected.png:
* platform/mac-leopard/svg/text/text-intro-05-t-expected.checksum:
* platform/mac-leopard/svg/text/text-intro-05-t-expected.png:
* platform/mac-leopard/svg/text/text-path-01-b-expected.checksum:
* platform/mac-leopard/svg/text/text-path-01-b-expected.png:
* platform/mac-leopard/svg/text/text-text-01-b-expected.checksum:
* platform/mac-leopard/svg/text/text-text-01-b-expected.png:
* platform/mac-leopard/svg/text/text-text-03-b-expected.checksum:
* platform/mac-leopard/svg/text/text-text-03-b-expected.png:
* platform/mac-leopard/svg/text/text-text-04-t-expected.checksum:
* platform/mac-leopard/svg/text/text-text-04-t-expected.png:
* platform/mac-leopard/svg/text/text-text-05-t-expected.checksum:
* platform/mac-leopard/svg/text/text-text-05-t-expected.png:
* platform/mac-leopard/svg/text/text-text-06-t-expected.checksum:
* platform/mac-leopard/svg/text/text-text-06-t-expected.png:
* platform/mac-leopard/svg/text/text-text-07-t-expected.checksum:
* platform/mac-leopard/svg/text/text-text-07-t-expected.png:
* platform/mac-leopard/svg/text/text-text-08-b-expected.checksum:
* platform/mac-leopard/svg/text/text-text-08-b-expected.png:
* platform/mac-leopard/svg/text/text-tref-01-b-expected.checksum:
* platform/mac-leopard/svg/text/text-tref-01-b-expected.png:
* platform/mac-leopard/svg/text/text-tselect-01-b-expected.checksum:
* platform/mac-leopard/svg/text/text-tselect-01-b-expected.png:
* platform/mac-leopard/svg/text/text-tselect-02-f-expected.checksum:
* platform/mac-leopard/svg/text/text-tselect-02-f-expected.png:
* platform/mac-leopard/svg/text/text-tspan-01-b-expected.checksum:
* platform/mac-leopard/svg/text/text-tspan-01-b-expected.png:
* platform/mac-leopard/svg/text/text-ws-01-t-expected.checksum:
* platform/mac-leopard/svg/text/text-ws-01-t-expected.png:
* platform/mac-leopard/svg/text/text-ws-02-t-expected.checksum:
* platform/mac-leopard/svg/text/text-ws-02-t-expected.png:
2008-05-13 John Sullivan <sullivan@apple.com>
Reviewed by Justin Garcia and Tim Hatcher
<rdar://problem/5879597> reproducible crash in HTMLSelectElement::typeAheadFind
* fast/forms/select-type-ahead-list-box-no-selection-expected.txt: Added.
* fast/forms/select-type-ahead-list-box-no-selection.html: Added.
2008-05-13 Alexey Proskuryakov <ap@webkit.org>
Reviewed by John Sullivan.
<rdar://problem/4852077> REGRESSION: The content of the HTML file which is saved as Thai
(ISO 8859-11) disappear.
<rdar://problem/5842597> Thai ISO-8859-11 should be upgraded to Windows-874
* fast/encoding/char-decoding-expected.txt:
* fast/encoding/char-decoding.html:
2008-05-13 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=18681
<rdar://problem/5888130> WebKit should not remove BOM characters from content.
* fast/encoding/bom-in-content-expected.txt: Added.
* fast/encoding/bom-in-content.html: Added.
* fast/encoding/bom-in-content-utf16-expected.txt: Added.
* fast/encoding/bom-in-content-utf16.html: Added.
* http/tests/incremental/resources: Added.
* http/tests/incremental/resources/slow-utf8-css.pl: Copied from LayoutTests/http/tests/incremental/slow-utf8-css.pl.
* http/tests/incremental/slow-utf8-css-expected.txt: Added.
* http/tests/incremental/slow-utf8-css.html: Added.
* http/tests/incremental/slow-utf8-css.pl: Removed.
* platform/mac/http/tests/incremental: Removed.
* platform/mac/http/tests/incremental/slow-utf8-css-expected.checksum: Removed.
* platform/mac/http/tests/incremental/slow-utf8-css-expected.png: Removed.
* platform/mac/http/tests/incremental/slow-utf8-css-expected.txt: Removed.
This test was relying on BOM characters being removed, but this was not what it tested for.
Rewrote it and made text-only.
2008-05-13 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Dan Bernstein.
Add tests verifying that we don't mix up some similar, but incompatible encodings.
* fast/encoding/char-decoding-expected.txt:
* fast/encoding/char-decoding.html:
2008-05-13 Anders Carlsson <andersca@apple.com>
Reviewed by Darin.
Add testcase.
* http/tests/appcache/navigating-away-while-cache-attempt-in-progress-expected.txt: Added.
* http/tests/appcache/navigating-away-while-cache-attempt-in-progress.html: Added.
* http/tests/appcache/resources/navigating-away-while-cache-attempt-in-progress.manifest: Added.
* http/tests/appcache/resources/slow-resource.php: Added.
2008-05-13 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/5841351> Turkish ISO 8859-9 encoding should be treated as CP1254
* fast/encoding/char-decoding-expected.txt:
* fast/encoding/char-decoding.html:
Added tests for Turkish encodings.
2008-05-12 Adam Roben <aroben@apple.com>
Test that NPN_PostURL works correctly
Reviewed by Anders Carlsson.
* http/tests/plugins/post-url-file-expected.txt: Added.
* http/tests/plugins/post-url-file.html: Added.
* http/tests/plugins/resources/dump-post.pl: Added.
2008-05-12 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.
Add test with a manifest file that lists itself.
* http/tests/appcache/manifest-containing-itself-expected.txt: Added.
* http/tests/appcache/manifest-containing-itself.html: Added.
* http/tests/appcache/resources/manifest-containing-itself.manifest: Added.
2008-05-12 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.
* http/tests/appcache/empty-manifest-expected.txt: Added.
* http/tests/appcache/empty-manifest.html: Added.
* http/tests/appcache/resources/empty.manifest: Added.
2008-05-12 Anders Carlsson <andersca@apple.com>
Update the expected result.
* http/tests/appcache/simple-expected.txt:
2008-05-12 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.
Add simple appcache test.
* http/conf/mime.types:
* http/tests/appcache: Added.
* http/tests/appcache/resources: Added.
* http/tests/appcache/resources/not-in-cache.txt: Added.
* http/tests/appcache/resources/simple.manifest: Added.
* http/tests/appcache/resources/simple.txt: Added.
* http/tests/appcache/simple-expected.txt: Added.
* http/tests/appcache/simple.html: Added.
* platform/gtk/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2008-05-09 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
Test for https://bugs.webkit.org/show_bug.cgi?id=18958
NULL pointer dereference in NamedAttrMap::setNamedItem
* fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt: Added.
* fast/dom/NamedNodeMap-setNamedItem-crash.html: Added.
2008-05-09 Adam Barth <abarth-webkit@adambarth.com>
Reviewed by Sam Weinig.
Update tests to listen for message events on the window instead of
the document. Also, added a test that the event is sent to the
window and not to the document.
* http/tests/messaging/cross-domain-message-event-dispatch-expected.txt: Added.
* http/tests/messaging/cross-domain-message-event-dispatch.html: Added.
* http/tests/messaging/cross-domain-message-send.html:
* http/tests/messaging/resources/cross-domain-message-receive.html:
* http/tests/security/cross-frame-access-delete.html:
* http/tests/security/cross-frame-access-history-put.html:
* http/tests/security/cross-frame-access-location-put.html:
* http/tests/security/postMessage/delivery-order.html:
* http/tests/security/postMessage/invalid-origin-throws-exception.html:
* http/tests/security/postMessage/javascript-page-still-sends-origin.html:
* http/tests/security/postMessage/origin-unaffected-by-base-tag.html:
* http/tests/security/postMessage/origin-unaffected-by-document-domain.html:
* http/tests/security/postMessage/resources/post-message-listener.html:
* http/tests/security/postMessage/target-origin.html:
* http/tests/security/resources/cross-frame-iframe-for-delete-test.html:
* http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
* http/tests/security/resources/cross-frame-iframe-for-location-put-test.html:
* http/tests/security/xss-eval.html:
2008-05-08 Dan Bernstein <mitz@apple.com>
Reviewed by Mark Rowe.
- test and updated results for https://bugs.webkit.org/show_bug.cgi?id=18818
<rdar://problem/5901544> REGRESSION (3.1.1-TOT): Character order (float:left ordered after the first letter)
* ChangeLog:
* fast/css/first-letter-float-after-float.html: Added.
* platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.checksum:
* platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.png:
* platform/mac/fast/css/first-letter-float-after-float-expected.checksum: Added.
* platform/mac/fast/css/first-letter-float-after-float-expected.png: Added.
* platform/mac/fast/css/first-letter-float-after-float-expected.txt: Added.
* platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt:
2008-05-08 Simon Hausmann <hausmann@webkit.org>
Reviewed by Holger.
Don't skip fast/loader/local-css-allowed-in-strict-mode.html, it
passes now.
* platform/qt/Skipped:
2008-05-07 Stephanie Lewis <slewis@apple.com>
fix messed up result
* fast/events/onunload-not-on-body-expected.txt:
2008-05-07 Stephanie Lewis <slewis@apple.com>
Reviewed by Maciej.
Test onunload attr on a frame does not call onunload, but that an onunload attr on the body of
a frame does. Also test that onunloads on object elements are not called.
* fast/events/onunload-not-on-body-expected.txt: Added.
* fast/events/onunload-not-on-body.html: Added.
2008-05-07 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- test for https://bugs.webkit.org/show_bug.cgi?id=18909
<rdar://problem/5914165> REGRESSION (r31872-r31878): Viewed photos not closing completely at indycar.com
* fast/dynamic/positioned-movement-with-positioned-children.html: Added.
* platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.checksum: Added.
* platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.png: Added.
* platform/mac/fast/dynamic/positioned-movement-with-positioned-children-expected.txt: Added.
2008-05-07 Justin Garcia <justin.garcia@apple.com>
Reviewed by John Sullivan.
<rdar://problem/5666354> Crashes in Mail at WebCore::RemoveNodeCommand::doApply
* editing/pasteboard/5761530-1-expected.txt: Added.
* editing/pasteboard/5761530-1.html: Added.
* editing/pasteboard/5761530-2-expected.txt: Added.
* editing/pasteboard/5761530-2.html: Added.
2008-05-07 David Kilzer <ddkilzer@apple.com>
Bug 18900: Password field has focus but can't type text (i.rememberthemilk.com)
<https://bugs.webkit.org/show_bug.cgi?id=18900>
<rdar://problem/5912383>
Reviewed by Adele.
* fast/forms/textfield-to-password-on-focus-expected.txt: Added.
* fast/forms/textfield-to-password-on-focus.html: Added.
2008-05-07 Tor Arne Vestbø <tavestbo@trolltech.com>
Reviewed by Simon
Add ~250 tests that fail to the skipped list so we have a sane baseline.
* platform/qt/Skipped:
2008-05-06 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/5914544> Crash in layoutInlineChildren()
* fast/block/float/float-on-zero-height-line.html: Added.
* platform/mac/fast/block/float/float-on-zero-height-line-expected.checksum: Added.
* platform/mac/fast/block/float/float-on-zero-height-line-expected.png: Added.
* platform/mac/fast/block/float/float-on-zero-height-line-expected.txt: Added.
2008-05-06 Adam Barth <abarth-webkit@adambarth.com>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=18725
Update tests for asynchronous postMessage.
Collin Jackson <collinj-webkit@collinjackson.com> also contributed to this patch.
* http/tests/messaging/cross-domain-message-send.html:
* http/tests/messaging/resources/cross-domain-message-receive.html:
* http/tests/security/cross-frame-access-delete.html:
* http/tests/security/cross-frame-access-history-put.html:
* http/tests/security/cross-frame-access-location-put.html:
* http/tests/security/postMessage/delivery-order-expected.txt: Added.
* http/tests/security/postMessage/delivery-order.html: Added.
* http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
* http/tests/security/postMessage/invalid-origin-throws-exception.html:
* http/tests/security/postMessage/origin-unaffected-by-base-tag-expected.txt:
* http/tests/security/postMessage/origin-unaffected-by-base-tag.html:
* http/tests/security/postMessage/origin-unaffected-by-document-domain-expected.txt:
* http/tests/security/postMessage/origin-unaffected-by-document-domain.html:
* http/tests/security/postMessage/resources/javascript-post-message-sender.html:
* http/tests/security/postMessage/resources/post-message-listener.html:
* http/tests/security/postMessage/resources/recv.js: Added.
* http/tests/security/postMessage/target-origin-expected.txt:
* http/tests/security/postMessage/target-origin.html:
* http/tests/security/resources/cross-frame-iframe-for-delete-test.html:
* http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
* http/tests/security/resources/cross-frame-iframe-for-location-put-test.html:
* http/tests/security/resources/xss-eval3.html:
* http/tests/security/xss-eval.html:
2008-05-05 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=11947
nbsps should be converted to entities in innerHTML
https://bugs.webkit.org/show_bug.cgi?id=18769
replacing &nbsp; with spaces using regexp creates inconsistent result
* fast/dom/innerHTML-nbsp-expected.txt: Added.
* fast/dom/innerHTML-nbsp.html: Added.
* fast/dom/innerHTML-escaping-attribute-expected.txt: Added.
* fast/dom/innerHTML-escaping-attribute.html: Added.
* editing/inserting/edited-whitespace-1.html: Updated expected results.
2008-05-05 David Hyatt <hyatt@apple.com>
Fix for https://bugs.webkit.org/show_bug.cgi?id=18821, putImageData incorrect when data has alpha.
Reviewed by Eric
* fast/canvas/canvas-alphaImageData-behavior-expected.txt: Added.
* fast/canvas/canvas-alphaImageData-behavior.html: Added.
* fast/canvas/canvas-alphaImageData-behavior.js: Added.
2008-05-05 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Adam Roben.
- fix test failure due to Windows' preference for Mac results over
generic results
* platform/win/editing/selection/move-left-right-expected.txt: Copied from LayoutTests/editing/selection/move-left-right-expected.txt.
2008-05-05 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test, updated test and updated results for https://bugs.webkit.org/show_bug.cgi?id=18809
Forms with block level generated content and absolutely positioned labels break inline layout (fixed on reflow)
* fast/block/basic/adding-near-anonymous-block.html: Added.
* media/video-controls-rendering.html: Changed to work around
https://bugs.webkit.org/show_bug.cgi?id=18857 which now affects this
test in its original form.
* platform/mac/css1/box_properties/clear-expected.txt:
* platform/mac/fast/block/basic/adding-near-anonymous-block-expected.checksum: Added.
* platform/mac/fast/block/basic/adding-near-anonymous-block-expected.png: Added.
* platform/mac/fast/block/basic/adding-near-anonymous-block-expected.txt: Added.
* platform/mac/fast/forms/input-align-image-expected.txt:
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51140-expected.txt:
2008-05-02 Antti Koivisto <antti@apple.com>
Reviewed by Mitz.
Test for <rdar://problem/5840475>
CrashTracer: [USER] 2 crashes in Safari at com.apple.WebCore: WebCore::RenderBlock::insertPositionedObject
* fast/transforms/container-transform-crash-expected.txt: Added.
* fast/transforms/container-transform-crash.html: Added.
2008-05-04 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- test for https://bugs.webkit.org/show_bug.cgi?id=18879
<rdar://problem/5909481> Reproducible crash when removing a gradient
* fast/gradients/crash-on-remove-expected.txt: Added.
* fast/gradients/crash-on-remove.html: Added.
2008-05-04 Sam Weinig <sam@webkit.org>
Reviewed by Maciej Stachowiak.
Don't print out the full url.
* fast/dom/Window/dom-access-from-closure-iframe-expected.txt:
* fast/dom/Window/dom-access-from-closure-window-expected.txt:
* fast/dom/Window/resources/dom-access-from-closure-iframe-child.html:
* fast/dom/Window/resources/dom-access-from-closure-window-child.html:
2008-05-03 Rob Buis <buis@kde.org>
Reviewed by Sam.
Extended testcase for:
https://bugs.webkit.org/show_bug.cgi?id=18652
onchange events don't seem to fire for input[type=range] controls.
* fast/forms/slider-onchange-event-expected.txt:
* fast/forms/slider-onchange-event.html:
2008-05-03 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Add tests that show our behavior when using closures from a global object
whose frame has been navigated.
Related to https://bugs.webkit.org/show_bug.cgi?id=17249.
* fast/dom/Window/closure-access-after-navigation-iframe-expected.txt: Added.
* fast/dom/Window/closure-access-after-navigation-iframe.html: Added.
* fast/dom/Window/closure-access-after-navigation-window-expected.txt: Added.
* fast/dom/Window/closure-access-after-navigation-window.html: Added.
* fast/dom/Window/dom-access-from-closure-iframe-expected.txt: Added.
* fast/dom/Window/dom-access-from-closure-iframe.html: Added.
* fast/dom/Window/dom-access-from-closure-window-expected.txt: Added.
* fast/dom/Window/dom-access-from-closure-window.html: Added.
* fast/dom/Window/resources/closure-access-after-navigation-iframe-child-1.html: Added.
* fast/dom/Window/resources/closure-access-after-navigation-iframe-child-2.html: Added.
* fast/dom/Window/resources/closure-access-after-navigation-window-child-1.html: Added.
* fast/dom/Window/resources/closure-access-after-navigation-window-child-2.html: Added.
* fast/dom/Window/resources/dom-access-from-closure-iframe-child.html: Added.
* fast/dom/Window/resources/dom-access-from-closure-window-child.html: Added.
* fast/dom/Window/resources/notify-opener-done.html: Added.
* fast/dom/Window/resources/notify-parent-done.html: Added.
2008-05-01 Rob Buis <buis@kde.org>
Reviewed by Eric.
Testcase for:
https://bugs.webkit.org/show_bug.cgi?id=18568
background: currentColor fails
* fast/css/background-currentcolor-expected.txt: Added.
* fast/css/background-currentcolor.html: Added.
2008-05-02 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- add pixel test for text shadows with zero blur and various offsets,
including zero offset
* fast/text/shadow-no-blur.html: Added.
* platform/mac/fast/text/shadow-no-blur-expected.checksum: Added.
* platform/mac/fast/text/shadow-no-blur-expected.png: Added.
* platform/mac/fast/text/shadow-no-blur-expected.txt: Added.
2008-05-02 Tor Arne Vestbø <tavestbo@trolltech.com>
Rubber-stamped by Simon.
Updated Qt layout-tests to match changes in font metrics.
* platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
* platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt:
* platform/qt/editing/deleting/table-cells-expected.txt:
* platform/qt/editing/execCommand/format-block-expected.txt:
* platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt:
* platform/qt/editing/inserting/5803706-1-expected.txt: Added.
* platform/qt/editing/inserting/paragraph-separator-03-expected.txt:
* platform/qt/editing/pasteboard/4631972-expected.txt:
* platform/qt/editing/pasteboard/5027857-expected.txt:
* platform/qt/editing/pasteboard/innerText-inline-table-expected.txt:
* platform/qt/editing/pasteboard/paste-pre-002-expected.txt:
* platform/qt/editing/style/smoosh-styles-002-expected.txt:
* platform/qt/fast/block/basic/015-expected.txt:
* platform/qt/fast/canvas/canvas-transform-identity-expected.txt: Added.
* platform/qt/fast/canvas/canvas-transform-infinity-expected.txt: Added.
* platform/qt/fast/canvas/canvas-transform-multiply-expected.txt: Added.
* platform/qt/fast/canvas/canvas-transform-nan-expected.txt: Added.
* platform/qt/fast/canvas/canvas-transform-non-invertible-expected.txt: Added.
* platform/qt/fast/canvas/canvas-transform-skewed-expected.txt: Added.
* platform/qt/fast/css-generated-content/014-expected.txt:
* platform/qt/fast/css/beforeSelectorOnCodeElement-expected.txt:
* platform/qt/fast/css/hover-subselector-expected.txt:
* platform/qt/fast/css/invalid-percentage-property-expected.txt: Added.
* platform/qt/fast/css/line-height-font-order-expected.txt:
* platform/qt/fast/css/outline-auto-empty-rects-expected.txt:
* platform/qt/fast/css/text-align-expected.txt: Added.
* platform/qt/fast/css/universal-hover-quirk-expected.txt:
* platform/qt/fast/dom/attr_dead_doc-expected.txt:
* platform/qt/fast/dom/dom-parse-serialize-display-expected.txt:
* platform/qt/fast/dom/dom-parse-serialize-expected.txt:
* platform/qt/fast/dom/row-inner-text-expected.txt:
* platform/qt/fast/dom/stripNullFromTextNodes-expected.txt:
* platform/qt/fast/dynamic/insertAdjacentElement-expected.txt:
* platform/qt/fast/encoding/preload-encoding-expected.txt: Added.
* platform/qt/fast/flexbox/016-expected.txt:
* platform/qt/fast/flexbox/023-expected.txt:
* platform/qt/fast/flexbox/024-expected.txt:
* platform/qt/fast/forms/menulist-option-wrap-expected.txt:
* platform/qt/fast/forms/targeted-frame-submission-expected.txt:
* platform/qt/fast/frames/001-expected.txt:
* platform/qt/fast/frames/002-expected.txt:
* platform/qt/fast/frames/calculate-fixed-expected.txt:
* platform/qt/fast/frames/calculate-order-expected.txt:
* platform/qt/fast/frames/calculate-percentage-expected.txt:
* platform/qt/fast/frames/calculate-relative-expected.txt:
* platform/qt/fast/frames/calculate-round-expected.txt:
* platform/qt/fast/frames/contentWindow_Frame-expected.txt:
* platform/qt/fast/frames/contentWindow_iFrame-expected.txt:
* platform/qt/fast/frames/empty-frame-src-expected.txt:
* platform/qt/fast/frames/iframe-option-crash-expected.txt:
* platform/qt/fast/frames/iframe-with-frameborder-expected.txt:
* platform/qt/fast/frames/invalid-expected.txt:
* platform/qt/fast/frames/no-frame-borders-expected.txt:
* platform/qt/fast/frames/valid-expected.txt:
* platform/qt/fast/frames/viewsource-attribute-expected.txt:
* platform/qt/fast/html/listing-expected.txt:
* platform/qt/fast/inline-block/002-expected.txt:
* platform/qt/fast/innerHTML/006-expected.txt:
* platform/qt/fast/invalid/019-expected.txt:
* platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
* platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
* platform/qt/fast/overflow/overflow-auto-table-expected.txt:
* platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
* platform/qt/fast/replaced/replaced-breaking-expected.txt:
* platform/qt/fast/replaced/width100percent-image-expected.txt:
* platform/qt/fast/selectors/lang-inheritance-expected.txt: Added.
* platform/qt/fast/selectors/lang-inheritance2-expected.txt: Added.
* platform/qt/fast/selectors/lang-vs-xml-lang-expected.txt: Added.
* platform/qt/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Added.
* platform/qt/fast/table/018-expected.txt:
* platform/qt/fast/table/border-collapsing/004-expected.txt:
* platform/qt/fast/table/frame-and-rules-expected.txt:
* platform/qt/fast/table/invisible-cell-background-expected.txt:
* platform/qt/fast/text/atsui-spacing-features-expected.txt:
* platform/qt/fast/text/basic/009-expected.txt:
* platform/qt/fast/text/basic/generic-family-changes-expected.txt:
* platform/qt/fast/text/basic/generic-family-reset-expected.txt:
* platform/qt/fast/text/selection-hard-linebreak-expected.txt:
* platform/qt/fast/text/wbr-pre-expected.txt:
* platform/qt/fast/text/whitespace/019-expected.txt:
* platform/qt/fast/text/whitespace/022-expected.txt:
* platform/qt/fast/text/whitespace/023-expected.txt:
* platform/qt/fast/text/whitespace/029-expected.txt:
* platform/qt/fast/text/whitespace/030-expected.txt:
* platform/qt/fast/text/whitespace/pre-newline-box-test-expected.txt:
* platform/qt/fast/text/whitespace/pre-wrap-last-char-expected.txt:
* platform/qt/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
* platform/qt/tables/mozilla/bugs/45621-expected.txt:
* platform/qt/tables/mozilla/bugs/bug101674-expected.txt:
* platform/qt/tables/mozilla/bugs/bug10269-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug10296-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug13105-expected.txt:
* platform/qt/tables/mozilla/bugs/bug137388-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug157890-expected.txt:
* platform/qt/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug20579-expected.txt:
* platform/qt/tables/mozilla/bugs/bug22019-expected.txt:
* platform/qt/tables/mozilla/bugs/bug23235-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2886-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2973-expected.txt:
* platform/qt/tables/mozilla/bugs/bug30418-expected.txt:
* platform/qt/tables/mozilla/bugs/bug38916-expected.txt:
* platform/qt/tables/mozilla/bugs/bug57828-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug7121-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug83786-expected.txt:
* platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.txt:
* platform/qt/tables/mozilla/other/test6-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/97619-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
2008-05-01 Sam Weinig <sam@webkit.org>
Add missing result.
* fast/canvas/canvas-path-with-inf-nan-dimensions-expected.txt: Added.
2008-05-01 Sam Weinig <sam@webkit.org>
Reviewed by Geoffrey Garen.
* http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt:
* http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt:
* http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt:
* http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt:
* http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt:
* http/tests/security/listener/xss-window-onclick-shortcut-expected.txt:
* http/tests/security/xss-eval-expected.txt:
2008-05-01 Anders Carlsson <andersca@apple.com>
Reviewed by Mitz.
Disable an SVG font test that crashes.
http://bugs.webkit.org/show_bug.cgi?id=18830 tracks fixing the crash.
* svg/W3C-SVG-1.1/fonts-glyph-02-t.svg: Removed.
* svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled: Copied from svg/W3C-SVG-1.1/fonts-glyph-02-t.svg.
2008-05-01 Anatoli Papirovski <apapirovski@mac.com>
Reviewed by Dave Hyatt.
- added a test case for https://bugs.webkit.org/show_bug.cgi?id=18347
Absolutely positioned image percentage width does not respect container's padding
* fast/replaced/absolute-position-percentage-width.html: Added.
* platform/mac/fast/replaced/absolute-position-percentage-width-expected.checksum: Added.
* platform/mac/fast/replaced/absolute-position-percentage-width-expected.png: Added.
* platform/mac/fast/replaced/absolute-position-percentage-width-expected.txt: Added.
2008-04-29 Eric Seidel <eric@webkit.org>
Rubber-stamped by Sam Weinig.
Mark a couple UTF16 files as binary so windows-svn doesn't mutilate them on checkout.
* fast/xsl/xslt-enc16.xml: add svn:mime-type application/octet-stream
* fast/xsl/xslt-enc16to16.xml: add svn:mime-type application/octet-stream
2008-05-01 Alice Liu <alice.liu@apple.com>
Rubber-stamped by Sam Weinig.
fast/events/tabindex-focus-blur-all.html was timing out on some machines
Make this test faster by not doing += on innerHTML.
* fast/events/resources/tabindex-focus-blur-all.js:
2008-05-01 Sam Weinig <sam@webkit.org>
Update results with -webkit-box-reflect values.
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2008-04-30 Rob Buis <buis@kde.org>
Reviewed by Nikolas.
Testcases for:
https://bugs.webkit.org/show_bug.cgi?id=16447
onload called too many times for <svg:image>
https://bugs.webkit.org/show_bug.cgi?id=12282
SVG wastes time in malloc to send loadEvents to non-existent listeners
* svg/custom/loadevents-capturing-expected.txt: Added.
* svg/custom/loadevents-capturing.svg: Added.
* svg/custom/loadevents-externalresourcesrequired-displaynone-expected.txt: Added.
* svg/custom/loadevents-externalresourcesrequired-displaynone.svg: Added.
* svg/custom/loadevents-externalresourcesrequired-expected.txt: Added.
* svg/custom/loadevents-externalresourcesrequired.svg: Added.
* svg/custom/loadevents-normal-displaynone-expected.txt: Added.
* svg/custom/loadevents-normal-displaynone.svg: Added.
* svg/custom/loadevents-normal-expected.txt: Added.
* svg/custom/loadevents-normal.svg: Added.
2008-04-30 David Hyatt <hyatt@apple.com>
Add test for video crasher.
Reviewed by Dan Bernstein
* media/video-layer-crash.html: Added.
* platform/mac/media/video-layer-crash-expected.checksum: Added.
* platform/mac/media/video-layer-crash-expected.png: Added.
* platform/mac/media/video-layer-crash-expected.txt: Added.
2008-04-30 Tor Arne Vestbø <tavestbo@trolltech.com>
Rubber-stamped by Simon
Updated the expected test results to reflect the fact that most render objects now are anonymous.
* platform/qt/editing/pasteboard/paste-pre-001-expected.txt:
* platform/qt/editing/pasteboard/paste-text-019-expected.txt:
* platform/qt/editing/selection/display-table-text-expected.txt:
* platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
* platform/qt/fast/block/basic/011-expected.txt:
* platform/qt/fast/css-generated-content/015-expected.txt:
* platform/qt/fast/css-generated-content/inline-display-types-expected.txt:
* platform/qt/fast/css-generated-content/table-cell-before-content-expected.txt:
* platform/qt/fast/css/word-space-extra-expected.txt:
* platform/qt/fast/forms/001-expected.txt:
* platform/qt/fast/forms/form-hides-table-expected.txt:
* platform/qt/fast/forms/input-text-word-wrap-expected.txt:
* platform/qt/fast/forms/menulist-width-change-expected.txt:
* platform/qt/fast/parser/001-expected.txt:
* platform/qt/fast/table/037-expected.txt:
* platform/qt/fast/table/add-before-anonymous-child-expected.txt:
* platform/qt/fast/table/border-collapsing/003-expected.txt:
* platform/qt/fast/table/cell-absolute-child-expected.txt:
* platform/qt/fast/table/click-near-anonymous-table-expected.txt:
* platform/qt/fast/table/form-with-table-style-expected.txt:
* platform/qt/fast/table/overflowHidden-expected.txt:
* platform/qt/fast/table/text-field-baseline-expected.txt:
* platform/qt/fast/table/vertical-align-baseline-readjust-expected.txt:
* platform/qt/fast/text/font-initial-expected.txt:
* platform/qt/fast/text/whitespace/024-expected.txt:
* platform/qt/fast/text/word-break-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1055-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug11321-expected.txt:
* platform/qt/tables/mozilla/bugs/bug13118-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2479-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/qt/tables/mozilla/bugs/bug269566-expected.txt:
* platform/qt/tables/mozilla/bugs/bug275625-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3037-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3037-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug30985-expected.txt:
* platform/qt/tables/mozilla/bugs/bug7112-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug7112-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug72359-expected.txt:
* platform/qt/tables/mozilla/bugs/bug8032-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug8950-expected.txt:
* platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_caption_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_caption_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_caption_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_span-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_width_pct-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_width_px-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_width_rel-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_span-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_width_pct-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_width_px-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_colspan-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_height-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_rowspan-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_width-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_colspan-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_height-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_rowspan-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_width-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug178855-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug278266-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
* platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
2008-04-30 Tor Arne Vestbø <tavestbo@trolltech.com>
Rubber-stamped by Simon.
Updated the expected test results to the current font metrics.
* platform/qt/css1/basic/class_as_selector-expected.txt:
* platform/qt/css1/basic/comments-expected.txt:
* platform/qt/css1/basic/containment-expected.txt:
* platform/qt/css1/basic/contextual_selectors-expected.txt:
* platform/qt/css1/basic/grouping-expected.txt:
* platform/qt/css1/basic/id_as_selector-expected.txt:
* platform/qt/css1/basic/inheritance-expected.txt:
* platform/qt/css1/box_properties/acid_test-expected.txt:
* platform/qt/css1/box_properties/border-expected.txt:
* platform/qt/css1/box_properties/border_bottom-expected.txt:
* platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
* platform/qt/css1/box_properties/border_bottom_width-expected.txt:
* platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/qt/css1/box_properties/border_color-expected.txt:
* platform/qt/css1/box_properties/border_color_inline-expected.txt:
* platform/qt/css1/box_properties/border_inline-expected.txt:
* platform/qt/css1/box_properties/border_left-expected.txt:
* platform/qt/css1/box_properties/border_left_inline-expected.txt:
* platform/qt/css1/box_properties/border_left_width-expected.txt:
* platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
* platform/qt/css1/box_properties/border_right-expected.txt:
* platform/qt/css1/box_properties/border_right_inline-expected.txt:
* platform/qt/css1/box_properties/border_right_width-expected.txt:
* platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
* platform/qt/css1/box_properties/border_style-expected.txt:
* platform/qt/css1/box_properties/border_style_inline-expected.txt:
* platform/qt/css1/box_properties/border_top-expected.txt:
* platform/qt/css1/box_properties/border_top_inline-expected.txt:
* platform/qt/css1/box_properties/border_top_width-expected.txt:
* platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
* platform/qt/css1/box_properties/border_width-expected.txt:
* platform/qt/css1/box_properties/border_width_inline-expected.txt:
* platform/qt/css1/box_properties/clear-expected.txt:
* platform/qt/css1/box_properties/clear_float-expected.txt:
* platform/qt/css1/box_properties/float-expected.txt:
* platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
* platform/qt/css1/box_properties/float_margin-expected.txt:
* platform/qt/css1/box_properties/height-expected.txt:
* platform/qt/css1/box_properties/margin-expected.txt:
* platform/qt/css1/box_properties/margin_bottom-expected.txt:
* platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/qt/css1/box_properties/margin_inline-expected.txt:
* platform/qt/css1/box_properties/margin_left-expected.txt:
* platform/qt/css1/box_properties/margin_left_inline-expected.txt:
* platform/qt/css1/box_properties/margin_right-expected.txt:
* platform/qt/css1/box_properties/margin_right_inline-expected.txt:
* platform/qt/css1/box_properties/margin_top-expected.txt:
* platform/qt/css1/box_properties/margin_top_inline-expected.txt:
* platform/qt/css1/box_properties/padding-expected.txt:
* platform/qt/css1/box_properties/padding_bottom-expected.txt:
* platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/qt/css1/box_properties/padding_inline-expected.txt:
* platform/qt/css1/box_properties/padding_left-expected.txt:
* platform/qt/css1/box_properties/padding_left_inline-expected.txt:
* platform/qt/css1/box_properties/padding_right-expected.txt:
* platform/qt/css1/box_properties/padding_right_inline-expected.txt:
* platform/qt/css1/box_properties/padding_top-expected.txt:
* platform/qt/css1/box_properties/padding_top_inline-expected.txt:
* platform/qt/css1/box_properties/width-expected.txt:
* platform/qt/css1/cascade/cascade_order-expected.txt:
* platform/qt/css1/cascade/important-expected.txt:
* platform/qt/css1/classification/display-expected.txt:
* platform/qt/css1/classification/list_style-expected.txt:
* platform/qt/css1/classification/list_style_image-expected.txt:
* platform/qt/css1/classification/list_style_position-expected.txt:
* platform/qt/css1/classification/list_style_type-expected.txt:
* platform/qt/css1/classification/white_space-expected.txt:
* platform/qt/css1/color_and_background/background-expected.txt:
* platform/qt/css1/color_and_background/background_attachment-expected.txt:
* platform/qt/css1/color_and_background/background_color-expected.txt:
* platform/qt/css1/color_and_background/background_image-expected.txt:
* platform/qt/css1/color_and_background/background_position-expected.txt:
* platform/qt/css1/color_and_background/background_repeat-expected.txt:
* platform/qt/css1/color_and_background/color-expected.txt:
* platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
* platform/qt/css1/font_properties/font-expected.txt:
* platform/qt/css1/font_properties/font_family-expected.txt:
* platform/qt/css1/font_properties/font_size-expected.txt:
* platform/qt/css1/font_properties/font_style-expected.txt:
* platform/qt/css1/font_properties/font_variant-expected.txt:
* platform/qt/css1/font_properties/font_weight-expected.txt:
* platform/qt/css1/formatting_model/canvas-expected.txt:
* platform/qt/css1/formatting_model/floating_elements-expected.txt:
* platform/qt/css1/formatting_model/height_of_lines-expected.txt:
* platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
* platform/qt/css1/formatting_model/inline_elements-expected.txt:
* platform/qt/css1/formatting_model/replaced_elements-expected.txt:
* platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
* platform/qt/css1/pseudo/anchor-expected.txt:
* platform/qt/css1/pseudo/firstletter-expected.txt:
* platform/qt/css1/pseudo/firstline-expected.txt:
* platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/qt/css1/text_properties/letter_spacing-expected.txt:
* platform/qt/css1/text_properties/line_height-expected.txt:
* platform/qt/css1/text_properties/text_align-expected.txt:
* platform/qt/css1/text_properties/text_decoration-expected.txt:
* platform/qt/css1/text_properties/text_indent-expected.txt:
* platform/qt/css1/text_properties/text_transform-expected.txt:
* platform/qt/css1/text_properties/vertical_align-expected.txt:
* platform/qt/css1/text_properties/word_spacing-expected.txt:
* platform/qt/css1/units/color_units-expected.txt:
* platform/qt/css1/units/length_units-expected.txt:
* platform/qt/css1/units/percentage_units-expected.txt:
* platform/qt/css1/units/urls-expected.txt:
* platform/qt/css2.1/t010403-shand-font-00-b-expected.txt:
* platform/qt/css2.1/t010403-shand-font-01-b-expected.txt:
* platform/qt/css2.1/t010403-shand-font-02-b-expected.txt:
* platform/qt/css2.1/t010403-shand-font-03-b-expected.txt:
* platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
* platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
* platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
* platform/qt/css2.1/t050803-c14-classes-00-e-expected.txt:
* platform/qt/css2.1/t0509-c15-ids-01-e-expected.txt:
* platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
* platform/qt/css2.1/t0603-c11-import-00-b-expected.txt:
* platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/qt/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
* platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
* platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
* platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
* platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
* platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
* platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
* platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
* platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
* platform/qt/css3/css3-modsel-33-expected.txt:
2008-04-30 Simon Hausmann <hausmann@webkit.org>
Rubber-stamped by Holger.
Updated the skip list for the Qt port to exclude features currently
not implemented.
* platform/qt/Skipped:
2008-04-30 Rob Buis <buis@kde.org>
Reviewed by Eric.
Testcase for:
https://bugs.webkit.org/show_bug.cgi?id=11939
Quirksmode: Ignores media types in stylesheet PIs
* fast/css/resources/xml-stylesheet-media-print.css: Added.
* fast/css/resources/xml-stylesheet-media-screen.css: Added.
* fast/css/xml-stylesheet-media-processing-expected.txt: Added.
* fast/css/xml-stylesheet-media-processing.xhtml: Added.
2008-04-29 Anatoli Papirovski <apapirovski@mac.com>
Reviewed by Dan Bernstein.
Modified the SVG test case for RGB and RGBA parsing - mixing percentage and
numerical values is illegal.
* svg/custom/rgbcolor-syntax.svg:
2008-04-29 David Hyatt <hyatt@apple.com>
Implement support for the new box-reflect property. Tests of the new property.
Reviewed by Dan Bernstein
* fast/reflections: Added.
* fast/reflections/reflection-computed-style-expected.txt: Added.
* fast/reflections/reflection-computed-style.html: Added.
* fast/reflections/reflection-direction.html: Added.
* fast/reflections/reflection-masks.html: Added.
* fast/reflections/reflection-nesting.html: Added.
* fast/reflections/resources: Added.
* fast/reflections/resources/kate.png: Added.
* fast/reflections/resources/vignette-mask.png: Added.
2008-04-29 Anatoli Papirovski <apapirovski@mac.com>
Reviewed by Darin Adler.
Fix for https://bugs.webkit.org/show_bug.cgi?id=18355
Updated the results of the layout test for "RGB color syntax error handling".
* platform/mac/css2.1/t040306-syntax-01-f-expected.checksum:
* platform/mac/css2.1/t040306-syntax-01-f-expected.png:
* platform/mac/css2.1/t040306-syntax-01-f-expected.txt:
2008-04-29 Simon Hausmann <hausmann@webkit.org>
Rubber-stamped by Holger.
Updated the layout tests after the latest submits to the Qt port
to our new baseline, after numerous fixes in RenderThemeQt
and assorted.
Updated the Skipped file with new expected failures that need
fixing.
* platform/qt/Skipped:
* platform/qt/css1/box_properties/acid_test-expected.txt:
* platform/qt/css1/font_properties/font_family-expected.txt:
* platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
* platform/qt/editing/deleting/5168598-expected.txt:
* platform/qt/editing/execCommand/4920488-expected.txt:
* platform/qt/editing/execCommand/insertImage-expected.txt:
* platform/qt/editing/inserting/4960120-1-expected.txt:
* platform/qt/editing/inserting/before-after-input-element-expected.txt:
* platform/qt/editing/pasteboard/4641033-expected.txt:
* platform/qt/editing/pasteboard/4806874-expected.txt:
* platform/qt/editing/pasteboard/4944770-1-expected.txt:
* platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
* platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt:
* platform/qt/editing/pasteboard/pasting-tabs-expected.txt:
* platform/qt/editing/selection/3690703-2-expected.txt:
* platform/qt/editing/selection/3690703-expected.txt:
* platform/qt/editing/selection/3690719-expected.txt:
* platform/qt/editing/selection/4397952-expected.txt:
* platform/qt/editing/selection/4895428-3-expected.txt:
* platform/qt/editing/selection/5136696-expected.txt:
* platform/qt/editing/selection/5213963-expected.txt:
* platform/qt/editing/selection/5240265-expected.txt:
* platform/qt/editing/selection/caret-before-select-expected.txt:
* platform/qt/editing/selection/replaced-boundaries-3-expected.txt:
* platform/qt/editing/selection/select-box-expected.txt:
* platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt:
* platform/qt/fast/block/basic/011-expected.txt:
* platform/qt/fast/block/float/032-expected.txt:
* platform/qt/fast/block/float/float-avoidance-expected.txt:
* platform/qt/fast/block/positioning/inline-block-relposition-expected.txt:
* platform/qt/fast/css/continuationCrash-expected.txt:
* platform/qt/fast/css/line-height-expected.txt:
* platform/qt/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/qt/fast/css/resize-corner-tracking-expected.txt:
* platform/qt/fast/css/rtl-ordering-expected.txt:
* platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/qt/fast/dom/inner-text-expected.txt:
* platform/qt/fast/dynamic/008-expected.txt:
* platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
* platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
* platform/qt/fast/events/label-focus-expected.txt:
* platform/qt/fast/forms/001-expected.txt:
* platform/qt/fast/forms/003-expected.txt:
* platform/qt/fast/forms/004-expected.txt:
* platform/qt/fast/forms/8250-expected.txt:
* platform/qt/fast/forms/HTMLOptionElement_label01-expected.txt:
* platform/qt/fast/forms/HTMLOptionElement_label02-expected.txt:
* platform/qt/fast/forms/HTMLOptionElement_label03-expected.txt:
* platform/qt/fast/forms/HTMLOptionElement_label04-expected.txt:
* platform/qt/fast/forms/HTMLOptionElement_label06-expected.txt:
* platform/qt/fast/forms/HTMLOptionElement_label07-expected.txt:
* platform/qt/fast/forms/blankbuttons-expected.txt:
* platform/qt/fast/forms/box-shadow-override-expected.txt:
* platform/qt/fast/forms/button-align-expected.txt:
* platform/qt/fast/forms/button-generated-content-expected.txt:
* platform/qt/fast/forms/button-inner-block-reuse-expected.txt:
* platform/qt/fast/forms/button-positioned-expected.txt:
* platform/qt/fast/forms/button-sizes-expected.txt:
* platform/qt/fast/forms/button-table-styles-expected.txt:
* platform/qt/fast/forms/button-white-space-expected.txt:
* platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
* platform/qt/fast/forms/disabled-select-change-index-expected.txt:
* platform/qt/fast/forms/encoding-test-expected.txt:
* platform/qt/fast/forms/fieldset-align-expected.txt:
* platform/qt/fast/forms/file-input-direction-expected.txt:
* platform/qt/fast/forms/file-input-disabled-expected.txt:
* platform/qt/fast/forms/floating-textfield-relayout-expected.txt:
* platform/qt/fast/forms/form-element-geometry-expected.txt:
* platform/qt/fast/forms/formmove-expected.txt:
* platform/qt/fast/forms/formmove2-expected.txt:
* platform/qt/fast/forms/formmove3-expected.txt:
* platform/qt/fast/forms/hidden-input-file-expected.txt:
* platform/qt/fast/forms/input-align-expected.txt:
* platform/qt/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/qt/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/qt/fast/forms/input-appearance-disabled-expected.txt:
* platform/qt/fast/forms/input-appearance-focus-expected.txt:
* platform/qt/fast/forms/input-appearance-height-expected.txt:
* platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/qt/fast/forms/input-appearance-readonly-expected.txt:
* platform/qt/fast/forms/input-appearance-selection-expected.txt:
* platform/qt/fast/forms/input-appearance-visibility-expected.txt:
* platform/qt/fast/forms/input-appearance-width-expected.txt:
* platform/qt/fast/forms/input-baseline-expected.txt:
* platform/qt/fast/forms/input-disabled-color-expected.txt:
* platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/qt/fast/forms/input-paste-undo-expected.txt:
* platform/qt/fast/forms/input-readonly-dimmed-expected.txt:
* platform/qt/fast/forms/input-readonly-empty-expected.txt:
* platform/qt/fast/forms/input-spaces-expected.txt:
* platform/qt/fast/forms/input-table-expected.txt:
* platform/qt/fast/forms/input-text-click-inside-expected.txt:
* platform/qt/fast/forms/input-text-maxlength-expected.txt:
* platform/qt/fast/forms/input-text-option-delete-expected.txt:
* platform/qt/fast/forms/input-text-paste-maxlength-expected.txt:
* platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/qt/fast/forms/input-text-word-wrap-expected.txt:
* platform/qt/fast/forms/input-type-change2-expected.txt:
* platform/qt/fast/forms/input-value-expected.txt:
* platform/qt/fast/forms/input-width-expected.txt:
* platform/qt/fast/forms/listbox-width-change-expected.txt:
* platform/qt/fast/forms/menulist-deselect-update-expected.txt:
* platform/qt/fast/forms/menulist-narrow-width-expected.txt:
* platform/qt/fast/forms/menulist-restrict-line-height-expected.txt:
* platform/qt/fast/forms/menulist-separator-painting-expected.txt:
* platform/qt/fast/forms/menulist-width-change-expected.txt:
* platform/qt/fast/forms/minWidthPercent-expected.txt:
* platform/qt/fast/forms/option-script-expected.txt:
* platform/qt/fast/forms/option-strip-whitespace-expected.txt:
* platform/qt/fast/forms/option-text-clip-expected.txt:
* platform/qt/fast/forms/password-placeholder-expected.txt:
* platform/qt/fast/forms/placeholder-set-attribute-expected.txt:
* platform/qt/fast/forms/plaintext-mode-2-expected.txt:
* platform/qt/fast/forms/radio-attr-order-expected.txt:
* platform/qt/fast/forms/radio-nested-labels-expected.txt:
* platform/qt/fast/forms/radio_checked-expected.txt:
* platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
* platform/qt/fast/forms/select-align-expected.txt:
* platform/qt/fast/forms/select-baseline-expected.txt:
* platform/qt/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/qt/fast/forms/select-disabled-appearance-expected.txt:
* platform/qt/fast/forms/select-initial-position-expected.txt:
* platform/qt/fast/forms/select-selected-expected.txt:
* platform/qt/fast/forms/select-size-expected.txt:
* platform/qt/fast/forms/select-style-expected.txt:
* platform/qt/fast/forms/select-visual-hebrew-expected.txt:
* platform/qt/fast/forms/stuff-on-my-optgroup-expected.txt:
* platform/qt/fast/forms/targeted-frame-submission-expected.txt:
* platform/qt/fast/forms/textarea-align-expected.txt:
* platform/qt/fast/forms/textarea-rows-cols-expected.txt:
* platform/qt/fast/forms/textarea-setinnerhtml-expected.txt:
* platform/qt/fast/forms/textfield-drag-into-disabled-expected.txt:
* platform/qt/fast/forms/textfield-overflow-expected.txt:
* platform/qt/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/qt/fast/images/pdf-as-image-expected.txt:
* platform/qt/fast/images/pdf-as-image-landscape-expected.txt:
* platform/qt/fast/images/svg-as-image-expected.txt:
* platform/qt/fast/inline/positionedLifetime-expected.txt:
* platform/qt/fast/invalid/014-expected.txt:
* platform/qt/fast/lists/dynamic-marker-crash-expected.txt:
* platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
* platform/qt/fast/loader/start-load-in-unload-expected.txt:
* platform/qt/fast/parser/document-write-option-expected.txt:
* platform/qt/fast/repaint/control-clip-expected.txt:
* platform/qt/fast/replaced/pdf-as-image-expected.txt:
* platform/qt/fast/replaced/replaced-breaking-expected.txt:
* platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/qt/fast/replaced/three-selects-break-expected.txt:
* platform/qt/fast/replaced/width100percent-button-expected.txt:
* platform/qt/fast/replaced/width100percent-menulist-expected.txt:
* platform/qt/fast/replaced/width100percent-radio-expected.txt:
* platform/qt/fast/replaced/width100percent-textfield-expected.txt:
* platform/qt/fast/selectors/064-expected.txt:
* platform/qt/fast/table/003-expected.txt:
* platform/qt/fast/table/append-cells2-expected.txt:
* platform/qt/fast/table/colspanMinWidth-expected.txt:
* platform/qt/fast/table/remove-td-display-none-expected.txt:
* platform/qt/fast/table/spanOverlapRepaint-expected.txt:
* platform/qt/fast/table/text-field-baseline-expected.txt:
* platform/qt/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
* platform/qt/tables/mozilla/bugs/45621-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
* platform/qt/tables/mozilla/bugs/bug12384-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
* platform/qt/tables/mozilla/bugs/bug138725-expected.txt:
* platform/qt/tables/mozilla/bugs/bug18359-expected.txt:
* platform/qt/tables/mozilla/bugs/bug194024-expected.txt:
* platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/qt/tables/mozilla/bugs/bug26178-expected.txt:
* platform/qt/tables/mozilla/bugs/bug28928-expected.txt:
* platform/qt/tables/mozilla/bugs/bug29326-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2962-expected.txt:
* platform/qt/tables/mozilla/bugs/bug30559-expected.txt:
* platform/qt/tables/mozilla/bugs/bug30692-expected.txt:
* platform/qt/tables/mozilla/bugs/bug33855-expected.txt:
* platform/qt/tables/mozilla/bugs/bug39209-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4382-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4429-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug51037-expected.txt:
* platform/qt/tables/mozilla/bugs/bug55545-expected.txt:
* platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
* platform/qt/tables/mozilla/bugs/bug59354-expected.txt:
* platform/qt/tables/mozilla/bugs/bug60749-expected.txt:
* platform/qt/tables/mozilla/bugs/bug68912-expected.txt:
* platform/qt/tables/mozilla/bugs/bug7342-expected.txt:
* platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
* platform/qt/tables/mozilla/bugs/bug99948-expected.txt:
* platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/qt/tables/mozilla/core/margins-expected.txt:
* platform/qt/tables/mozilla/dom/tableDom-expected.txt:
* platform/qt/tables/mozilla/other/move_row-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
2008-04-29 Alice Liu <alice.liu@apple.com>
Reviewed by Beth Dakin.
Comply with HTML5 spec about parsing tabindex property according to
integer parsing rules
* fast/parser/tabindex-parsing-expected.txt: Added.
* fast/parser/tabindex-parsing.html: Added.
2008-04-28 Dan Bernstein <mitz@apple.com>
Reviewed by Maciej Stachowiak.
- updated results for https://bugs.webkit.org/show_bug.cgi?id=18795
REGRESSION (r32660): Text heavier with text-shadow
* platform/mac/fast/css/shadow-multiple-expected.checksum:
* platform/mac/fast/css/shadow-multiple-expected.png:
* platform/mac/fast/repaint/shadow-multiple-horizontal-expected.checksum:
* platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png:
* platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum:
* platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
* platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum:
* platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
* platform/mac/fast/repaint/shadow-multiple-vertical-expected.checksum:
* platform/mac/fast/repaint/shadow-multiple-vertical-expected.png:
2008-04-28 Brady Eidson <beidson@apple.com>
Reviewed by Sam Weinig
Add Storage.clear(), per updates to HTML5
* storage/domstorage/localstorage/clear-expected.txt: Added.
* storage/domstorage/localstorage/clear.html: Added.
* storage/domstorage/sessionstorage/clear-expected.txt: Added.
* storage/domstorage/sessionstorage/clear.html: Added.
2008-04-28 Alice Liu <alice.liu@apple.com>
Reviewed by Sam Weinig.
Fix <rdar://problem/4911289> Add tabindex property to all children
of HTMLElement (7138)
http://bugs.webkit.org/show_bug.cgi?id=7138
minor updates to these existing tests:
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/plugin-attributes-enumeration-expected.txt:
* fast/dom/resources/domListEnumeration.js:
* fast/events/resources/abe.png: Added.
* fast/events/resources/tabindex-focus-blur-all-frame1.html: Added.
* fast/events/resources/tabindex-focus-blur-all-frame2.html: Added.
* fast/events/resources/tabindex-focus-blur-all-iframe1.html: Added.
* fast/events/resources/tabindex-focus-blur-all-iframe2.html: Added.
* fast/events/resources/tabindex-focus-blur-all.js: Added.
* fast/events/tabindex-focus-blur-all-expected.txt: Added.
* fast/events/tabindex-focus-blur-all.html: Added.
2008-04-28 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- add rendering and invalidation tests for multiple shadows
* fast/css/shadow-multiple.html: Added.
* fast/repaint/shadow-multiple-horizontal.html: Added.
* fast/repaint/shadow-multiple-strict-horizontal.html: Added.
* fast/repaint/shadow-multiple-strict-vertical.html: Added.
* fast/repaint/shadow-multiple-vertical.html: Added.
* platform/mac/fast/css/shadow-multiple-expected.checksum: Added.
* platform/mac/fast/css/shadow-multiple-expected.png: Added.
* platform/mac/fast/css/shadow-multiple-expected.txt: Added.
* platform/mac/fast/repaint/shadow-multiple-horizontal-expected.checksum: Added.
* platform/mac/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
* platform/mac/fast/repaint/shadow-multiple-horizontal-expected.txt: Added.
* platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.checksum: Added.
* platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
* platform/mac/fast/repaint/shadow-multiple-strict-horizontal-expected.txt: Added.
* platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.checksum: Added.
* platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
* platform/mac/fast/repaint/shadow-multiple-strict-vertical-expected.txt: Added.
* platform/mac/fast/repaint/shadow-multiple-vertical-expected.checksum: Added.
* platform/mac/fast/repaint/shadow-multiple-vertical-expected.png: Added.
* platform/mac/fast/repaint/shadow-multiple-vertical-expected.txt: Added.
2008-04-28 David Hyatt <hyatt@apple.com>
Add layout test for canvas self-drawing bug.
Reviewed by Dan Bernstein
* fast/canvas/canvasDrawingIntoSelf.html: Added.
* platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.checksum: Added.
* platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
* platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.txt: Added.
2008-04-28 David Hyatt <hyatt@apple.com>
Add layout test for canvas.
Reviewed by Tim Hatcher
* fast/canvas/drawImage.html: Added.
* platform/mac/fast/canvas/drawImage-expected.checksum: Added.
* platform/mac/fast/canvas/drawImage-expected.png: Added.
* platform/mac/fast/canvas/drawImage-expected.txt: Added.
2008-04-28 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Simon.
Fix the crash on http://www.orad.pl. We called end too early.
1. we need a ::write that will pause the parser due a pending
script
2. we need a second write to queue data (tricky part)
3. we need to get a finish call (document loaded)
4. we resume the script and parse, schedule loading of a new script
and have called end
5. we resume the new script and we get a crash
This bug is hard to trigger, e.g. if the web server is only allowing
one connection per client/IP. This is why we need to sleep in the scripts. We
want to make sure that the page is first fully received before serving the
scripts.
* http/tests/misc/resources/script-slow1.pl: Added.
* http/tests/misc/resources/script-slow2.pl: Added.
* http/tests/misc/xmltokenizer-do-not-crash-expected.txt: Added.
* http/tests/misc/xmltokenizer-do-not-crash.pl: Added.
2008-04-28 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Simon.
Update the Skipped list, we pass most of the http/tests/misc
* platform/qt/Skipped:
2008-04-27 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
Bug 17173: HTML5 Canvas API requires us to ignore certain operations
<https://bugs.webkit.org/show_bug.cgi?id=17173>
Correct old test case now that undefined behaviour is defined. Add
additional tests for non-path related cases that are also now defined.
* fast/canvas/canvas-path-with-inf-nan-dimensions.html: Added.
* fast/canvas/canvas-with-incorrect-args-expected.txt:
* fast/canvas/canvas-with-incorrect-args.html:
2008-04-27 Rob Buis <buis@kde.org>
Reviewed by Adele.
Testcase for:
https://bugs.webkit.org/show_bug.cgi?id=18652
onchange events don't seem to fire for input[type=range] controls.
* fast/forms/slider-onchange-event-expected.txt: Added.
* fast/forms/slider-onchange-event.html: Added.
2008-04-27 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=3729
<rdar://problem/4036353> REGRESSION: arrow keys move insertion bar backwards in RTL text
* editing/selection/move-left-right-expected.txt: Added.
* editing/selection/move-left-right.html: Added.
* platform/mac/editing/selection/move-left-right-expected.txt: Added.
2008-04-27 Sam Weinig <sam@webkit.org>
Reviewed by Maciej Stachowiak.
Update test to reflect add the CanvasRenderingContext2d constructor.
* fast/dom/Window/window-properties-expected.txt:
2008-04-26 Adam Barth <hk9565@gmail.com>
Reviewed by Adam Roben and Sam Weinig.
Update LayoutTests for new postMessage API.
Collin Jackson <collinj-webkit@collinjackson.com> also contributed to this patch.
* http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag-expected.txt: Removed.
* http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag.html: Removed.
* http/tests/security/postMessage/domain-unaffected-by-document-domain-expected.txt: Removed.
* http/tests/security/postMessage/domain-unaffected-by-document-domain.html: Removed.
* http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt: Added.
* http/tests/security/postMessage/invalid-origin-throws-exception.html: Added.
* http/tests/security/postMessage/javascript-page-still-sends-domain-expected.txt: Removed.
* http/tests/security/postMessage/javascript-page-still-sends-domain.html: Removed.
* 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.
* http/tests/security/postMessage/javascript-page-still-sends-origin.html: Copied from LayoutTests/http/tests/security/postMessage/javascript-page-still-sends-domain.html.
* 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.
* 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.
* 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.
* http/tests/security/postMessage/origin-unaffected-by-document-domain.html: Copied from LayoutTests/http/tests/security/postMessage/domain-unaffected-by-document-domain.html.
* http/tests/security/postMessage/target-origin-expected.txt: Added.
* http/tests/security/postMessage/target-origin.html: Added.
2008-04-26 Anatoli Papirovski <apapirovski@mac.com>
Reviewed by Dave Hyatt.
Test for https://bugs.webkit.org/show_bug.cgi?id=18583
Negative values are invalid for font-size and line-height,
including in the shorthand "font".
* fast/css/font-size-negative.html: Added.
* fast/css/line-height-negative.html: Added.
* platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.checksum:
* platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png:
* platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
* platform/mac/fast/css/font-size-negative-expected.checksum: Added.
* platform/mac/fast/css/font-size-negative-expected.png: Added.
* platform/mac/fast/css/font-size-negative-expected.txt: Added.
* platform/mac/fast/css/line-height-negative-expected.checksum: Added.
* platform/mac/fast/css/line-height-negative-expected.png: Added.
* platform/mac/fast/css/line-height-negative-expected.txt: Added.
2008-04-25 Holger Hans Peter Freyther <zecke@selfish.org>
Rubber stamped by Simon
Do not execute most of the http tests as they hang or crash.
* platform/qt/Skipped:
2008-04-24 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for https://bugs.webkit.org/show_bug.cgi?id=18722
<rdar://problem/5888360> REGRESSION (3.1 -> TOT): Webkit Nightly Build crashes when visiting i has a hotdog
* fast/dynamic/float-remove-above-line-expected.txt: Added.
* fast/dynamic/float-remove-above-line.html: Added.
2008-04-24 Cameron McCormack <cam@mcc.id.au>
Reviewed by Maciej Stachowiak.
Test for:
http://bugs.webkit.org/show_bug.cgi?id=18328
Modifying rx="" or ry="" on a <rect> doesn't relayout
* svg/dom/SVGRectElement: Added.
* svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Added.
* svg/dom/SVGRectElement/rect-modify-rx.svg: Added.
2008-04-24 Adam Barth <hk9565@gmail.com>
Reviewed by Sam Weinig.
Test that we block headers beginning with "Sec-" as per spec.
* http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
* http/tests/xmlhttprequest/set-dangerous-headers.html:
2008-04-22 Feng Qian <feng@chromium.org>
Reviewed by Geoff Garen.
Test for nested event handlers.
* fast/events/nested-window-event-expected.txt: Added.
* fast/events/nested-window-event.html: Added.
2008-04-24 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test the visual position of the primary caret in bidirectional text
* platform/mac/editing/input/caret-primary-bidi-expected.txt: Added.
* platform/mac/editing/input/caret-primary-bidi.html: Added.
2008-04-24 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/5604313> FormatBlock leaves first letter incorrectly styled (16004)
* editing/execCommand/5604313-expected.txt: Added.
* editing/execCommand/5604313.html: Added.
r2008-04-23 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Dave Hyatt.
- update computed style results for border-image and mask-image
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2008-04-23 David Hyatt <hyatt@apple.com>
Implement getComputedStyle for -webkit-border-image.
Reviewed by Dan Bernstein
* fast/css/getComputedStyle-border-image-expected.txt: Added.
* fast/css/getComputedStyle-border-image.html: Added.
2008-04-23 David Hyatt <hyatt@apple.com>
Add support for a new mask-box-image property that is analogous to border-image.
Reviewed by Dan Bernstein
* fast/borders/block-mask-overlay-image.html: Added.
* fast/borders/inline-mask-overlay-image.html: Added.
* fast/borders/resources/mask.png: Added.
* platform/mac/fast/borders/block-mask-overlay-image-expected.checksum: Added.
* platform/mac/fast/borders/block-mask-overlay-image-expected.png: Added.
* platform/mac/fast/borders/block-mask-overlay-image-expected.txt: Added.
* platform/mac/fast/borders/inline-mask-overlay-image-expected.checksum: Added.
* platform/mac/fast/borders/inline-mask-overlay-image-expected.png: Added.
* platform/mac/fast/borders/inline-mask-overlay-image-expected.txt: Added.
2008-04-23 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/5825350> OWA: Caret disappears when navigating with arrows keys in contenteditable div
* editing/selection/5825350-1-expected.txt: Added.
* editing/selection/5825350-1.html: Added.
* editing/selection/5825350-2-expected.txt: Added.
* editing/selection/5825350-2.html: Added.
2008-04-23 Darin Adler <darin@apple.com>
- updated a test affected by the addition of mask-composite
* svg/css/getComputedStyle-basic-expected.txt: Updated.
2008-04-23 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test that moving forward through bidirectional text does not skip the
position after the last character on the line
* editing/selection/move-past-trailing-space.html: Added.
* platform/mac/editing/selection/move-past-trailing-space-expected.checksum: Added.
* platform/mac/editing/selection/move-past-trailing-space-expected.png: Added.
* platform/mac/editing/selection/move-past-trailing-space-expected.txt: Added.
2008-04-22 Anatoli Papirovski <apapirovski@mac.com>
Reviewed by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=18584
Add a test case for border-color inheritance.
* fast/borders/border-color-inherit.html: Added.
* platform/mac/fast/borders/border-color-inherit-expected.checksum: Added.
* platform/mac/fast/borders/border-color-inherit-expected.png: Added.
* platform/mac/fast/borders/border-color-inherit-expected.txt: Added.
2008-04-22 David Hyatt <hyatt@apple.com>
Add support for mask-composite.
Reviewed by Sam Weinig
* fast/backgrounds/mask-composite.html: Added.
* fast/backgrounds/resources/mask-bottom-left.png: Added.
* fast/backgrounds/resources/mask-bottom-right.png: Added.
* fast/backgrounds/resources/mask-bottom.png: Added.
* fast/backgrounds/resources/mask-center.png: Added.
* fast/backgrounds/resources/mask-left.png: Added.
* fast/backgrounds/resources/mask-right.png: Added.
* fast/backgrounds/resources/mask-top-left.png: Added.
* fast/backgrounds/resources/mask-top-right.png: Added.
* fast/backgrounds/resources/mask-top.png: Added.
* platform/mac/fast/backgrounds/mask-composite-expected.checksum: Added.
* platform/mac/fast/backgrounds/mask-composite-expected.png: Added.
* platform/mac/fast/backgrounds/mask-composite-expected.txt: Added.
2008-04-22 Antti Koivisto <antti@apple.com>
Update SVG animation test results.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
2008-04-22 David Hyatt <hyatt@apple.com>
Add support for CSS alpha masks. Test cases.
Reviewed by Dan
* fast/backgrounds/repeat/mask-negative-offset-repeat.html: Added.
* fast/backgrounds/repeat/resources/white.gif: Added.
* fast/backgrounds/svg-as-mask.html: Added.
2008-04-22 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- updated results with the trailing space having the right directionality
* platform/mac/fast/text/trailing-white-space-2-expected.txt:
2008-04-22 Alice Liu <alice.liu@apple.com>
Reviewed by John Sullivan and Adam Roben.
Test for new behavior when advancing focus from a focusable-by-script node, which now
matches Firefox 2 and 3
* fast/events/tabindex-focus-chain-expected.txt: Added.
* fast/events/tabindex-focus-chain.html: Added.
2008-04-21 Mark Rowe <mrowe@apple.com>
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
case.
* platform/mac/svg/custom/altGlyph-expected.checksum: Removed.
* platform/mac/svg/custom/altGlyph-expected.png: Removed.
* platform/mac/svg/custom/altGlyph-expected.txt: Removed.
* platform/mac/svg/custom/altglyph-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/altGlyph-expected.checksum.
* platform/mac/svg/custom/altglyph-expected.png: Copied from LayoutTests/platform/mac/svg/custom/altGlyph-expected.png.
2008-04-21 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- update acid3.html to reflect the updated test.
- test for implicit "all" media in media queries
- test that the value of the monochrome media feature is 0 on color displays
* http/tests/misc/acid3.html:
* fast/media/implicit-media-all.html: Added.
* fast/media/monochrome.html: Added.
* platform/mac/fast/media/implicit-media-all-expected.checksum: Added.
* platform/mac/fast/media/implicit-media-all-expected.png: Added.
* platform/mac/fast/media/implicit-media-all-expected.txt: Added.
* platform/mac/fast/media/monochrome-expected.checksum: Added.
* platform/mac/fast/media/monochrome-expected.png: Added.
* platform/mac/fast/media/monochrome-expected.txt: Added.
2008-04-21 Justin Garcia <justin.garcia@apple.com>
Reviewed by John Sullivan.
<rdar://problem/5803706> Pressing return at the end of a header doesn't break out of header (17460)
* editing/inserting/5803706-1-expected.txt: Added.
* editing/inserting/5803706-1.html: Added.
* editing/inserting/5803706-2-expected.txt: Added.
* editing/inserting/5803706-2.html: Added.
2008-04-21 Mark Rowe <mrowe@apple.com>
Land updated results for three tests and disable three more on Tiger.
* http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt:
* platform/mac-tiger/Skipped: Disable three tests using font-face that fail intermittently on Tiger bots.
* platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Update Tiger results following r32247.
* platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Ditto.
2008-04-21 Julien Chaffraix <jchaffraix@webkit.org>
Not reviewed, add missing files in my previous commit.
* http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt: Added.
* http/tests/xmlhttprequest/infoOnProgressEvent.html: Added.
2008-04-21 Eric Seidel <eric@webkit.org>
Stamped by Anders.
Make test work in Opera. Fix bug in results serialization.
* fast/js/resources/function-toString-parentheses.js:
2008-04-21 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Ap.
Bug 13596: Implement .onprogress handler on XMLHttpRequest objects to support progressive download content length information.
* http/tests/xmlhttprequest/infoOnProgressEvent-expected.txt: Added.
* http/tests/xmlhttprequest/infoOnProgressEvent.html: Added.
2008-04-19 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- more test cases for https://bugs.webkit.org/show_bug.cgi?id=17921
in which the trailing white space is already in a separate
run but still needs to be re-ordered.
* fast/text/trailing-white-space-2.html: Copied from LayoutTests/fast/text/trailing-white-space.html.
* platform/mac/fast/text/trailing-white-space-2-expected.checksum: Added.
* platform/mac/fast/text/trailing-white-space-2-expected.png: Added.
* platform/mac/fast/text/trailing-white-space-2-expected.txt: Added.
2008-04-19 Brady Eidson <beidson@apple.com>
Update window-properties to add the profiler and fix a layout test
* fast/dom/Window/window-properties-expected.txt:
2008-04-18 Antti Koivisto <antti@apple.com>
Update test results.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
2008-04-18 Sam Weinig <sam@webkit.org>
Disable this test until we can figure out why it is failing on some systems.
* fast/canvas/toDataURL-supportedTypes.html: Removed.
* fast/canvas/toDataURL-supportedTypes.html-disabled: Copied from fast/canvas/toDataURL-supportedTypes.html.
2008-04-18 Dan Bernstein <mitz@apple.com>
Reviewed by Brady Eidson.
- test for <rdar://problem/5872671> REGRESSION (3.1.1-TOT): Repro crash going to Ortega Park home page
* fast/dynamic/5872671-expected.txt: Added.
* fast/dynamic/5872671.html: Added.
2008-04-18 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test and updated results for https://bugs.webkit.org/show_bug.cgi?id=17921
Extra white space at the end of right-aligned or justified text with -webkit-line-break: after-white-space
* fast/text/trailing-white-space.html: Added.
* http/tests/misc/acid3-expected.txt:
* platform/mac/editing/deleting/delete-block-table-expected.txt:
* platform/mac/editing/deleting/delete-to-select-table-expected.txt:
* platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
* platform/mac/editing/execCommand/5482023-expected.txt:
* platform/mac/editing/execCommand/boldSelection-expected.txt:
* platform/mac/editing/execCommand/italicizeByCharacter-expected.txt:
* platform/mac/editing/execCommand/modifyForeColorByCharacter-expected.txt:
* platform/mac/editing/execCommand/print-expected.txt:
* platform/mac/editing/execCommand/selectAll-expected.txt:
* platform/mac/editing/execCommand/strikethroughSelection-expected.txt:
* platform/mac/editing/inserting/editable-html-element-expected.txt:
* platform/mac/editing/inserting/insert-div-027-expected.txt:
* platform/mac/editing/pasteboard/5028447-expected.txt:
* platform/mac/editing/pasteboard/block-wrappers-necessary-expected.checksum:
* platform/mac/editing/pasteboard/block-wrappers-necessary-expected.png:
* platform/mac/editing/pasteboard/block-wrappers-necessary-expected.txt:
* platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
* platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png:
* platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
* platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.checksum:
* platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png:
* platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.txt:
* platform/mac/editing/selection/5081257-1-expected.txt:
* platform/mac/editing/selection/after-line-wrap-expected.txt:
* platform/mac/editing/selection/mixed-editability-1-expected.txt:
* platform/mac/editing/selection/select-all-001-expected.txt:
* platform/mac/editing/selection/select-all-002-expected.txt:
* platform/mac/editing/selection/select-all-003-expected.txt:
* platform/mac/editing/style/apple-style-editable-mix-expected.txt:
* platform/mac/editing/style/create-block-for-style-012-expected.checksum:
* platform/mac/editing/style/create-block-for-style-012-expected.png:
* platform/mac/editing/style/create-block-for-style-012-expected.txt:
* platform/mac/fast/clip/outline-overflowClip-expected.txt:
* platform/mac/fast/forms/textarea-rows-cols-expected.txt:
* platform/mac/fast/replaced/width100percent-textarea-expected.txt:
* platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt:
* platform/mac/fast/text/justified-text-rect-expected.txt:
* platform/mac/fast/text/trailing-white-space-expected.checksum: Added.
* platform/mac/fast/text/trailing-white-space-expected.png: Added.
* platform/mac/fast/text/trailing-white-space-expected.txt: Added.
* platform/mac/fast/text/whitespace/pre-wrap-last-char-expected.txt:
* platform/mac/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
* platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
2008-04-18 Dan Bernstein <mitz@apple.com>
- add css2.1/t1506-c525-font-wt-00-b.html to the Windows skipped list
* platform/win/Skipped:
2008-04-18 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Added another failing test.
2008-04-17 Antti Koivisto <antti@apple.com>
Update SVG animation test results.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
2008-04-17 Antti Koivisto <antti@apple.com>
Re-enable animation tests on windows.
* platform/win/Skipped:
2008-04-17 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Update test result for additon of XMLHttpRequest constants.
* fast/dom/Window/window-properties-expected.txt:
2008-04-17 Anders Carlsson <andersca@apple.com>
Add applicationCache object.
* fast/dom/Window/window-properties-expected.txt:
2008-04-17 Adam Roben <aroben@apple.com>
Add some crashing tests to the Skipped file
* platform/win/Skipped:
2008-04-17 Dean Jackson <dino@apple.com>
Reviewed by Hyatt.
Test for <rdar://problem/5849968> translate method should have Y=0 when only X is present
* fast/css/transform-default-parameter.html: Added.
* platform/mac/fast/css/transform-default-parameter-expected.checksum: Added.
* platform/mac/fast/css/transform-default-parameter-expected.png: Added.
* platform/mac/fast/css/transform-default-parameter-expected.txt: Added.
2008-04-16 Darin Adler <darin@apple.com>
Earlier version reviewed by Mitz.
- test for <rdar://problem/5858617> REGRESSION (r21452-Safari 3.1):
Safari does not find words containing ß (German letter sharp-s)
* fast/text/find-case-folding-expected.txt: Added.
* fast/text/find-case-folding.html: Added.
2008-04-16 Antti Koivisto <antti@apple.com>
Reviewed by Alexey.
Test for <rdar://problem/5863728>
REGRESSION: Garbage character shown in temperatures in the Weather widget (encoding issue with degree symbol)
* fast/encoding/resources/utf-8.css: Added.
* fast/encoding/resources/utf-8.js: Added.
* fast/encoding/preload-encoding-expected.txt: Added.
* fast/encoding/preload-encoding.html: Added.
2008-04-16 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Adam.
http://bugs.webkit.org/show_bug.cgi?id=18259
XML+XSLT pages in iframe contains document.location of a parent window
* fast/xsl/resources/subframe-location-frame.xml: Added.
* fast/xsl/resources/subframe-location-frame.xsl: Added.
* fast/xsl/subframe-location-expected.txt: Added.
* fast/xsl/subframe-location.html: Added.
2008-04-15 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver.
<rdar://problem/5665299> REGRESSION (r27369): Paste text into a contenteditable div creates a contenteditable div for each line (16661)
* editing/pasteboard/5665299-expected.txt: Added.
* editing/pasteboard/5665299.html: Added.
2008-04-15 Anatoli Papirovski <apapirovski@mac.com>
Reviewed by hyatt
Added test case for background-origin calculation on root elements
(background-repeat and background-size), r10794 [CSS1 + CSS3]
* fast/backgrounds/background-origin-root-element.html: Added.
* platform/mac/fast/backgrounds/background-origin-root-element-expected.checksum: Added.
* platform/mac/fast/backgrounds/background-origin-root-element-expected.png: Added.
* platform/mac/fast/backgrounds/background-origin-root-element-expected.txt: Added.
2008-04-15 Brady Eidson <beidson@apple.com>
Reviewed by Anders
Hook up event dispatching for window.localStorage changes.
Now a meaningful LayoutTest suite can be landed for window.localStorage.
* storage/domstorage/localstorage/enumerate-storage-expected.txt: Added.
* storage/domstorage/localstorage/enumerate-storage.html: Added.
* storage/domstorage/localstorage/iframe-events-expected.txt: Added.
* storage/domstorage/localstorage/iframe-events.html: Added.
* storage/domstorage/localstorage/index-get-and-set-expected.txt: Added.
* storage/domstorage/localstorage/index-get-and-set.html: Added.
* storage/domstorage/localstorage/onstorage-attribute-markup-expected.txt: Added.
* storage/domstorage/localstorage/onstorage-attribute-markup.html: Added.
* storage/domstorage/localstorage/onstorage-attribute-setattribute-expected.txt: Added.
* storage/domstorage/localstorage/onstorage-attribute-setattribute.html: Added.
* storage/domstorage/localstorage/resources: Added.
* storage/domstorage/localstorage/resources/clearLocalStorage.js: Added.
* storage/domstorage/localstorage/resources/iframe-events-second.html: Added.
* storage/domstorage/localstorage/resources/window-open-second.html: Added.
* storage/domstorage/localstorage/simple-events-expected.txt: Added.
* storage/domstorage/localstorage/simple-events.html: Added.
* storage/domstorage/localstorage/simple-usage-expected.txt: Added.
* storage/domstorage/localstorage/simple-usage.html: Added.
* storage/domstorage/localstorage/window-open-expected.txt: Added.
* storage/domstorage/localstorage/window-open.html: Added.
2008-04-14 Brady Eidson <beidson@apple.com>
Reviewed by Anders
As underpinnings for LocalStorage are laid, it is exposed to the dom - update the relevant layout tests.
* fast/dom/Window/window-properties-expected.txt:
* storage/domstorage/window-attributes-exist-expected.txt:
2008-04-14 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Ap.
Layout test for http://bugs.webkit.org/show_bug.cgi?id=17403:
WebKit Creates Invalid Xhtml Links with Ajax
* fast/parser/ampersand-escaped-parseXMLFragment-expected.txt: Added.
* fast/parser/ampersand-escaped-parseXMLFragment.xhtml: Added.
2008-04-14 Rob Buis <buis@kde.org>
Reviewed by Eric.
Testcase for:
http://bugs.webkit.org/show_bug.cgi?id=18230
tspan in link not working
* platform/mac/svg/custom/text-linking-expected.txt: Added.
* svg/custom/text-linking.svg: Added.
2008-04-11 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- revert incorrect expected results from r31324
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
2008-04-10 Alexey Proskuryakov <ap@webkit.org>
https://bugs.webkit.org/show_bug.cgi?id=18402
REGRESSION: visited element handling is incorrect in nested join/toString calls
* fast/js/array-tostring-and-join-expected.txt: Added.
* fast/js/array-tostring-and-join.html: Added.
* fast/js/resources/array-tostring-and-join.js: Added.
2008-04-11 Rob Buis <buis@kde.org>
Reviewed by Eric.
Testcase for:
http://bugs.webkit.org/show_bug.cgi?id=18340
Elements with display="none" in a <clipPath> still contribute to clipping path
* platform/mac/svg/custom/clip-path-display-none-child-expected.checksum: Added.
* platform/mac/svg/custom/clip-path-display-none-child-expected.png: Added.
* platform/mac/svg/custom/clip-path-display-none-child-expected.txt: Added.
* svg/custom/clip-path-display-none-child.svg: Added.
2008-04-10 Antti Koivisto <antti@apple.com>
Update SVG animation test results.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
2008-04-10 Alice Liu <alice.liu@apple.com>
Reviewed by Dan Bernstein.
Added test for <rdar://5815856> CrashTracer: [USER] 8384 crashes in WebCore::Widget::getView const + 6
* fast/events/mouseout-dead-subframe-expected.txt: Added.
* fast/events/mouseout-dead-subframe.html: Added.
2008-04-10 Brady Eidson <beidson@apple.com>
Reviewed by Mitz Pettel
DOM Storage layout test cleanup
* storage/domstorage/sessionstorage/iframe-events.html: Check for the layoutTestController in a manner that
won't confuse Firefox
* storage/domstorage/sessionstorage/resources/clearSessionStorage.js: Don't mutate while iterating! Clea
the sessionStorage properly
2008-04-09 Brady Eidson <beidson@apple.com>
Forgot to check in this updated result with my Storage-enumeration change
earlier today
* fast/dom/Window/window-properties-expected.txt:
2008-04-09 Brady Eidson <beidson@apple.com>
Reviewed by Mitz Pettel
Add the "onstorage" attribute for the body element to provide easy setup of StorageEvent handling.
* storage/domstorage/sessionstorage/onstorage-attribute-markup-expected.txt: Added.
* storage/domstorage/sessionstorage/onstorage-attribute-markup.html: Added.
* storage/domstorage/sessionstorage/onstorage-attribute-setattribute-expected.txt: Added.
* storage/domstorage/sessionstorage/onstorage-attribute-setattribute.html: Added.
2008-04-09 Brady Eidson <beidson@apple.com>
Reviewed by Sam Weinig
When enumerating a Storage object, the Storage built-ins should not be included, but the
prototype chain SHOULD be included.
Updated the layout test to test this.
* storage/domstorage/sessionstorage/enumerate-storage-expected.txt:
* storage/domstorage/sessionstorage/enumerate-storage.html:
2008-04-09 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- fix more Windows layout test regressions from the font-weight patch
The patch silently introduced the ability to select some fonts
by their full name on Windows. Firefox and IE allow the same.
This made these tests use different, Windows-only fonts on
Windows. The patch removes references to these fonts from the
tests.
* tables/mozilla/bugs/bug4093.html:
* tables/mozilla/bugs/bug43854-1.html:
* tables/mozilla/bugs/bug8381.html:
* tables/mozilla/core/bloomberg.html:
2008-04-09 Brady Eidson <beidson@apple.com>
Reviewed by Adam Roben
Per the HTML5 spec, enumerating a Storage object should walk the keys in the storage area,
and should not return the built-in properties.
This test adds some keys to sessionStorage, enumerates the sessionStorage object, and logs
the sorted result. It should *not* contain the built in properties of the Storage object
* storage/domstorage/sessionstorage/enumerate-storage-expected.txt: Added.
* storage/domstorage/sessionstorage/enumerate-storage.html: Added.
2008-04-08 Brady Eidson <beidson@apple.com>
Rubberstamped by Adam
* platform/win/Skipped: SessionStorage tests pass fine on Windows, as long as the feature is enabled!
2008-04-08 Dan Bernstein <mitz@apple.com>
Reviewed by Antti Koivisto.
- test for http://bugs.webkit.org/show_bug.cgi?id=18172
REGRESSION (r31114-31132): Page renders structured almost horizontally (at flickr.com)
* fast/block/float/br-with-clear-2.html: Added.
* platform/mac/fast/block/float/br-with-clear-2-expected.checksum: Added.
* platform/mac/fast/block/float/br-with-clear-2-expected.png: Added.
* platform/mac/fast/block/float/br-with-clear-2-expected.txt: Added.
2008-04-08 Brady Eidson <beidson@apple.com>
Reviewed by Mitzpettel
Fixed http://bugs.webkit.org/show_bug.cgi?id=18302
-WebArchive subresources dump in random order, intermittent failures
Now that a DRT fix has set the order, these 3 tests needed new results
* webarchive/test-css-import-expected.txt:
* webarchive/test-duplicate-resources-expected.txt:
* webarchive/test-frameset-expected.txt:
2008-04-07 Brady Eidson <beidson@apple.com>
Rubberstamped by Geoff Garen
Forgot to update these results after I added the Prototype
* fast/dom/Window/window-properties-expected.txt:
2008-04-07 Brady Eidson <beidson@apple.com>
I can't fathom why the new storage tests could be hanging, but alas they are on Windows
Disable until I can figure out why
* platform/win/Skipped:
2008-04-07 Brady Eidson <beidson@apple.com>
Begrudgingly reviewed by Sam Weinig
Initial suite of layout tests for HTML5 key/value SessionStorage (<rdar://problem/5797684>)
* fast/dom/Window/window-properties-expected.txt:
* storage/domstorage: Added.
* storage/domstorage/localstorage: Added.
* storage/domstorage/sessionstorage: Added.
* storage/domstorage/sessionstorage/iframe-events-expected.txt: Added.
* storage/domstorage/sessionstorage/iframe-events.html: Added.
* storage/domstorage/sessionstorage/index-get-and-set-expected.txt: Added.
* storage/domstorage/sessionstorage/index-get-and-set.html: Added.
* storage/domstorage/sessionstorage/resources: Added.
* storage/domstorage/sessionstorage/resources/clearSessionStorage.js: Added.
* storage/domstorage/sessionstorage/resources/iframe-events-second.html: Added.
* storage/domstorage/sessionstorage/resources/window-open-second.html: Added.
* storage/domstorage/sessionstorage/simple-events-expected.txt: Added.
* storage/domstorage/sessionstorage/simple-events.html: Added.
* storage/domstorage/sessionstorage/simple-usage-expected.txt: Added.
* storage/domstorage/sessionstorage/simple-usage.html: Added.
* storage/domstorage/sessionstorage/window-open-expected.txt: Added.
* storage/domstorage/sessionstorage/window-open.html: Added.
* storage/domstorage/window-attributes-exist-expected.txt: Added.
* storage/domstorage/window-attributes-exist.html: Added.
2008-04-07 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Dan Bernstein.
<rdar://problem/5574946> Inline frame ISO-8859-1 even though parent character set is UTF-8
* fast/loader/inherit-charset-to-empty-frame-expected.txt: Added.
* fast/loader/inherit-charset-to-empty-frame.html: Added.
2008-04-05 Rob Buis <buis@kde.org>
Reviewed by Eric.
Testcases for:
http://bugs.webkit.org/show_bug.cgi?id=17129
Incorrect style resolution in CSS styled SVG, with multiple style sheets
* fast/css/xml-stylesheet-alternate-processing-expected.txt: Added.
* fast/css/xml-stylesheet-alternate-processing.xhtml: Added.
* fast/css/xml-stylesheet-title-processing-expected.txt: Added.
* fast/css/xml-stylesheet-title-processing.xhtml: Added.
2008-04-05 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- repaint test for <rdar://problem/5843719> Excessive repainting of cells in tables with non-auto height
* fast/repaint/table-two-pass-layout-overpaint.html: Added.
* platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.checksum: Added.
* platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.png: Added.
* platform/mac/fast/repaint/table-two-pass-layout-overpaint-expected.txt: Added.
2008-04-03 Oliver Hunt <oliver@apple.com>
Rollout layout test changes for r31566
2008-04-03 Brady Eidson <beidson@apple.com>
Fix a tab into 4-spaces instead
* webarchive/test-css-import-expected.txt:
2008-04-03 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
Reviewed by Simon.
* Add a Qt specific result for bad-scheme-subframe-expected.txt
* To match the mac-port we would have to return IgnoreNavigationRequest for
schemes/URLs not supported by the QNetworkAccessManager in QWebPage::navigationRequested
but we can't do that because QNetworkAccessManager does not expose a list of supported
schemes and operations. So in contrast to the mac we will try to load the frame and fail.
* platform/qt/http/tests/loading/bad-scheme-subframe-expected.txt: Added.
2008-04-03 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
Reviewed by Simon.
* Fix http/tests/loading/simple-subframe.html by adding a test result. The result is
quite similar to the one of the mac port.
* platform/qt/http/tests/loading/simple-subframe-expected.txt: Added.
2008-04-03 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
Reviewed by Simon.
* Remove dumpFrameLoadCallbacks from simple-subframe.html because it is
located in a directory with the name "loading". And this will autoamtically
enable dumping.
* Remove this method from the LayoutTestController as it is unused now and this
avoids adding it to the DRT of the Qt port.
* http/tests/loading/simple-subframe.html:
2008-04-02 Brady Eidson <beidson@apple.com>
Written by David Kilzer, tweaked by Brady, Reviewed by Mitz Pettel
- test for http://bugs.webkit.org/show_bug.cgi?id=11839
Webarchive fails to save CSS files in @import statements
The idea is to <link> to a CSS file which @imports another CSS file,
and also @import a CSS file inside a <style> element, which also @imports another CSS file
Then make sure all 4 of the css files are in the resulting webarchive
* webarchive/resources/test-css-import-recurse.css: Added.
* webarchive/resources/test-css-import.css: Added.
* webarchive/resources/test-css-link-recurse.css: Added.
* webarchive/resources/test-css-link.css: Added.
* webarchive/test-css-import-expected.txt: Added.
* webarchive/test-css-import.html: Added.
2008-04-02 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Fix all existing tests in svg/dynamic-updates to actually reflect repainting changes, by
removing the timing dependency. Instead model them like frame-getSVGDocument.html by
not including the <script src="js-test-post.js"> element within the TEMPLATE.html but
by dynamically injecting it, if the test actually finished.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
* platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.checksum: Added.
* platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.png: Added.
* platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.png: Added.
* platform/mac-leopard/svg/custom/text-xy-updates-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-xy-updates-expected.png: Added.
* platform/mac-leopard/svg/dom/altGlyph-dom-expected.checksum: Added.
* platform/mac-leopard/svg/dom/altGlyph-dom-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
* platform/mac-leopard/svg/text/kerning-expected.checksum: Added.
* platform/mac-leopard/svg/text/kerning-expected.png: Added.
* platform/mac-leopard/svg/text/multichar-glyph-expected.checksum: Added.
* platform/mac-leopard/svg/text/multichar-glyph-expected.png: Added.
* platform/mac-leopard/svg/text/text-text-06-t-expected.checksum:
* platform/mac-leopard/svg/text/text-text-06-t-expected.png:
* svg/custom/resources/svg-xml-dom-sync.js: Added.
* svg/custom/svg-xml-dom-sync-expected.txt: Added.
* svg/custom/svg-xml-dom-sync.html: Added.
* svg/dynamic-updates/SVGAElement-dom-href-attr.html:
* svg/dynamic-updates/SVGAElement-dom-target-attr.html:
* svg/dynamic-updates/SVGAElement-svgdom-href-prop.html:
* svg/dynamic-updates/SVGAElement-svgdom-target-prop.html:
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html:
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html:
* svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
* svg/dynamic-updates/SVGCircleElement-dom-r-attr.html:
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html:
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html:
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html:
* svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html:
* svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html:
* svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html:
* svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html:
* svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html:
* svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html:
* svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html:
* svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html:
* svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html:
* svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html:
* svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt:
* svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html:
* svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt:
* svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html:
* svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html:
* svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html:
* svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
* svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
* svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
* svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
* svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
* svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js:
* svg/dynamic-updates/resources/SVGTestCase.js:
* svg/dynamic-updates/resources/TEMPLATE.html:
2008-03-25 Eric Seidel <eric@webkit.org>
Reviewed by darin.
Add test for /^bar/ optimization.
http://bugs.webkit.org/show_bug.cgi?id=18086
* fast/js/ascii-regexp-subject-expected.txt: Copied from LayoutTests/fast/xpath/4XPath/Borrowed/kd_20010423-expected.txt.
* fast/js/ascii-regexp-subject.html: Copied from LayoutTests/fast/js/typeof-syntax.html.
* fast/js/resources/ascii-regexp-subject.js: Added.
2008-03-31 Rob Buis <buis@kde.org>
Reviewed by Darin.
Testcase for:
http://bugs.webkit.org/show_bug.cgi?id=15595
marker property doesn't show up correctly as "shorthand" in inspector
* svg/custom/marker-getPropertyValue-expected.txt: Added.
* svg/custom/marker-getPropertyValue.svg: Added.
2008-03-30 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- repaint test for http://bugs.webkit.org/show_bug.cgi?id=18115
REGRESSION (r31250): Incomplete repaint of GoogleReader sidebar while reading unread posts
* fast/repaint/lines-with-layout-delta.html: Added.
* platform/mac/fast/repaint/lines-with-layout-delta-expected.checksum: Added.
* platform/mac/fast/repaint/lines-with-layout-delta-expected.png: Added.
* platform/mac/fast/repaint/lines-with-layout-delta-expected.txt: Added.
2008-03-30 Dan Bernstein <mitz@apple.com>
Reviewed by Maciej Stachowiak.
- test for an assertion failure in CSSParser.cpp's
equalIgnoringCase() when parsing certain transforms.
* fast/css/transform-function-lowercase-assert-expected.txt: Added.
* fast/css/transform-function-lowercase-assert.html: Added.
2008-03-30 Rob Buis <buis@kde.org>
Reviewed by Oliver.
Testcase for:
http://bugs.webkit.org/show_bug.cgi?id=17633
SVG: modifying x & y attribute of text element from JS fails
* platform/mac/svg/custom/text-xy-updates-expected.txt: Added.
* svg/custom/text-xy-updates.svg: Added.
2008-03-30 Rob Buis <buis@kde.org>
Reviewed by Adam Roben.
Fix wrong id.
* svg/custom/tref-update.svg:
2008-03-29 Sam Weinig <sam@webkit.org>
Reviewed by Brady Eidson.
Test for crash when canceling a resource load while port blocked failure
timer is going
* fast/loader/cancel-load-during-port-block-timer-expected.txt: Added.
* fast/loader/cancel-load-during-port-block-timer.html: Added.
2008-03-29 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff.
Bug 17924: Crash in KJS::ConstDeclNode::evaluate with |with| and |const|
<http://bugs.webkit.org/show_bug.cgi?id=17924>
Add test cases for const inside with
* fast/js/const-expected.txt:
* fast/js/resources/const.js:
2008-03-28 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- pixel test for a percentage background position regression from r31389
* fast/backgrounds/background-position-1.html: Added.
* platform/mac/fast/backgrounds/background-position-1-expected.checksum: Added.
* platform/mac/fast/backgrounds/background-position-1-expected.png: Added.
* platform/mac/fast/backgrounds/background-position-1-expected.txt: Added.
2008-03-28 Stephanie Lewis <slewis@apple.com>
Update Windows Skipped list. Bugs filed.
* platform/win/Skipped:
2008-03-28 Darin Adler <darin@apple.com>
Reviewed by Sam.
* fast/encoding/invalid-xml-expected.txt: Update to reflect a true success.
* fast/encoding/resources/invalid-xml.js: Eliminate race condition by not ending
the test until the js-test-post.js script has loaded.
2008-03-28 Alexey Proskuryakov <ap@webkit.org>
Rubber-stamped by Brady.
Enable server-side includes via AddHandler, hopefully making Apache 1.3 happy.
* http/tests/misc/.htaccess:
* http/tests/misc/resources/acid3/.htaccess:
2008-03-28 Alexey Proskuryakov <ap@webkit.org>
Not reviewed.
Enable mod_include for acid3.html - the previous check-in only had it in resources
subdirectory.
* http/tests/misc/.htaccess: Added.
2008-03-28 Eric Seidel <eric@webkit.org>
Reviewed by mjs.
Add Acid3 test as an http test
http://bugs.webkit.org/show_bug.cgi?id=18176
* http/tests/misc/acid3-expected.checksum: Added.
* http/tests/misc/acid3-expected.png: Added.
* http/tests/misc/acid3-expected.txt: Added.
* http/tests/misc/acid3.html: Added.
* http/tests/misc/resources/acid3/.htaccess: Added.
* http/tests/misc/resources/acid3/empty.css: Added.
* http/tests/misc/resources/acid3/empty.html: Added.
* http/tests/misc/resources/acid3/empty.png: Added.
* http/tests/misc/resources/acid3/empty.txt: Added.
* http/tests/misc/resources/acid3/empty.xml: Added.
* http/tests/misc/resources/acid3/font.svg: Added.
* http/tests/misc/resources/acid3/font.ttf: Added.
* http/tests/misc/resources/acid3/instructions.inc: Added.
* http/tests/misc/resources/acid3/reference.html: Added.
* http/tests/misc/resources/acid3/reference.png: Added.
* http/tests/misc/resources/acid3/support-a.png.404: Added.
* http/tests/misc/resources/acid3/support-b.png: Added.
* http/tests/misc/resources/acid3/support-c.png: Added.
* http/tests/misc/resources/acid3/svg.xml: Added.
* http/tests/misc/resources/acid3/xhtml.1: Added.
* http/tests/misc/resources/acid3/xhtml.2: Added.
* http/tests/misc/resources/acid3/xhtml.3: Added.
2008-03-27 Mark Rowe <mrowe@apple.com>
Reviewed by Adam Roben.
Tests for <rdar://problem/5826236> Regular expressions with large nested repetition counts can have their
compiled length calculated incorrectly.
* fast/js/regexp-overflow-expected.txt:
* fast/js/resources/regexp-overflow.js:
2008-03-27 Brady Eidson <beidson@apple.com>
Reviewed by Adam Roben
Updated results, as we now more consistently archive empty frames/empty resources
* webarchive/archive-empty-frame-source-expected.txt:
2008-03-26 Sam Weinig <sam@webkit.org>
Rubber-stamped by Adam Roben.
Update test result.
* fast/dom/Window/window-special-properties-expected.txt:
2008-03-26 Maciej Stachowiak <mjs@apple.com>
Reviewed by Hyatt and Adam.
- new test case and test fixes for SVG text kerning
* svg/text/kerning.svg: Added.
* platform/mac/svg/text/kerning-expected.txt: Added.
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
2008-03-26 Stephanie Lewis <slewis@apple.com>
Not Reviewed.
Move storage tests to Skipped list since they hang 80% of the time. See <rdar://problem/5787763>.
* platform/win/Skipped:
2008-03-26 Maciej Stachowiak <mjs@apple.com>
Reviewed by Darin.
- test updates for "SVG multichar glyph matching matches longest instead of first (affects Acid3 test 79)"
http://bugs.webkit.org/show_bug.cgi?id=18118
These test cases were already checking for this exact bug and now
render correctly.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
o2008-03-26 Eric Seidel <eric@webkit.org>
Reviewed by darin.
Fix, makes us pass Test 70
XML documents should be strict about encoding checks
http://bugs.webkit.org/show_bug.cgi?id=17079
* fast/encoding/invalid-xml-expected.txt: Added.
* fast/encoding/invalid-xml.html: Copied from LayoutTests/fast/dom/resources/TEMPLATE.html.
* fast/encoding/resources/invalid-xml-shift-jis.xml: Added.
* fast/encoding/resources/invalid-xml-utf16.xml: Added.
* fast/encoding/resources/invalid-xml-utf8.xml: Added.
* fast/encoding/resources/invalid-xml-x-mac-thai.xml: Added.
* fast/encoding/resources/invalid-xml.js: Added.
2008-03-26 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- tests for http://bugs.webkit.org/show_bug.cgi?id=17994
REGRESSION (523-525+) View not updated when changing CSS size via JavaScript
- and http://bugs.webkit.org/show_bug.cgi?id=18063
REGRESSION (r31250): Small bug that just cropped up in WebKit r31275
* fast/repaint/subtree-root-clip-2.html: Added.
* fast/repaint/subtree-root-clip-3.html: Added.
* fast/repaint/subtree-root-clip.html: Added.
* platform/mac/fast/repaint/subtree-root-clip-2-expected.checksum: Added.
* platform/mac/fast/repaint/subtree-root-clip-2-expected.png: Added.
* platform/mac/fast/repaint/subtree-root-clip-2-expected.txt: Added.
* platform/mac/fast/repaint/subtree-root-clip-3-expected.checksum: Added.
* platform/mac/fast/repaint/subtree-root-clip-3-expected.png: Added.
* platform/mac/fast/repaint/subtree-root-clip-3-expected.txt: Added.
* platform/mac/fast/repaint/subtree-root-clip-expected.checksum: Added.
* platform/mac/fast/repaint/subtree-root-clip-expected.png: Added.
* platform/mac/fast/repaint/subtree-root-clip-expected.txt: Added.
2008-03-24 Maciej Stachowiak <mjs@apple.com>
Reviewed by Eric.
- test case and new results for "SVGTextElement.getStartPositionOfChar does not correctly account for multichar glyphs"
http://bugs.webkit.org/show_bug.cgi?id=18046
* svg/text/multichar-glyph.svg: Added. New test case for both rendering and getStartPositionOfChar
access of multichar glyphs.
* platform/mac/svg/text/multichar-glyph-expected.txt: Added.
The following test results changed, all appear to be improvements.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
* platform/mac/svg/text/text-altglyph-01-b-expected.txt:
* platform/mac/svg/text/text-text-06-t-expected.txt:
2008-03-25 Beth Dakin <bdakin@apple.com>
Reviewed by Oliver.
Test for <rdar://problem/5811826> CSSValueList::item() does not
range-check index
* fast/css/resources/bikes.bmp: Added.
* fast/css/value-list-out-of-bounds-crash.html: Added.
* platform/mac/fast/css/value-list-out-of-bounds-crash-expected.checksum: Added.
* platform/mac/fast/css/value-list-out-of-bounds-crash-expected.png: Added.
* platform/mac/fast/css/value-list-out-of-bounds-crash-expected.txt: Added.
2008-03-25 Darin Adler <darin@apple.com>
Reviewed by Anders.
- test for http://bugs.webkit.org/show_bug.cgi?id=17252
Acid3 test removing Nodes during NodeIterator walk fails (affects Acid3 test 2)
* traversal/acid3-test-2-expected.txt: Added.
* traversal/acid3-test-2.html: Added.
* traversal/resources/acid3-test-2.js: Added.
* traversal/resources/exception-forwarding.js: Removed bogus extra line of code.
2008-03-24 Oliver Hunt <oliver@apple.com>
Reviewed by Mark Rowe.
Disable this test until we can fix
Bug 18057: keyDown incorrectly propagates up the frame tree
* fast/events/key-events-in-frame.html: Removed.
* fast/events/key-events-in-frame.html-disabled: Added.
2008-03-24 Brady Eidson <beidson@apple.com>
Made new layout test files executable, as needed for the tests to not fail!
* http/tests/navigation/resources/reload-subframe-content.pl: Added.
* http/tests/navigation/resources/reload-subframe.pl: Added.
2008-03-24 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej, landed by Brady
Tests for the following bugs:
Bug 3580: iFrames Appear to be Cached
<http://bugs.webkit.org/show_bug.cgi?id=3580>
Bug 15486: REGRESSION: Reload causes WebKit to *forget* fragment URLs
<http://bugs.webkit.org/show_bug.cgi?id=15486>
Bug 15554: Reload causes <object> to use old data
<http://bugs.webkit.org/show_bug.cgi?id=15554>
* http/tests/navigation/reload-subframe-frame-expected.txt: Added.
* http/tests/navigation/reload-subframe-frame.html: Added.
* http/tests/navigation/reload-subframe-iframe-expected.txt: Added.
* http/tests/navigation/reload-subframe-iframe.html: Added.
* http/tests/navigation/reload-subframe-object-expected.txt: Added.
* http/tests/navigation/reload-subframe-object.html: Added.
* http/tests/navigation/resources/reload-subframe-content.pl: Added.
* http/tests/navigation/resources/reload-subframe.pl: Added.
2008-03-24 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- test for <rdar://problem/5812292> CrashTracer: [REGRESSION] 60 crashes in Safari at com.apple.WebCore: WebCore::RenderObject::repaintRectangle + 47
* fast/repaint/renderer-destruction-by-invalidateSelection-crash.html: Added.
* platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum: Added.
* platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Added.
* platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Added.
2008-03-23 Maciej Stachowiak <mjs@apple.com>
Reviewed by Eric.
- updated test results for "SVGTextElement.getNumberOfChars is broken for altGlyph (affects Acid3 test 79)"
http://bugs.webkit.org/show_bug.cgi?id=17062
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
* platform/mac/svg/text/text-altglyph-01-b-expected.txt:
* svg/dom/altGlyph-dom-expected.txt: Added.
* svg/dom/altGlyph-dom.xhtml: Added.
* svg/dom/resources/altGlyph-dom.js: Added.
2008-03-23 Robert Blaut <webkit@blaut.biz>
Reviewed by eseidel. Landed by eseidel.
Test to ensure [~=] attribute selector doesn't match empty string
* fast/css/attribute-selector-empty-value.html: Added.
2008-03-23 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
Test to ensure key events don't propagate up the frame tree.
* fast/events/key-events-in-frame-expected.txt: Added.
* fast/events/key-events-in-frame.html: Added.
2008-03-22 Eric Seidel <eric@webkit.org>
Update a (passing) result I missed in my last checkin. No review.
* dom/xhtml/level3/core/documentgetdoctype01-expected.txt:
2008-03-22 Eric Seidel <eric@webkit.org>
Reviewed by mjs.
Unify handling of NAMESPACE_ERR and fix Acid3 test 25
http://bugs.webkit.org/show_bug.cgi?id=16693
* fast/dom/DOMImplementation/createDocumentType-err-expected.txt: Added.
* fast/dom/DOMImplementation/createDocumentType-err.html: Copied from LayoutTests/fast/dom/DOMException/EventException.html.
* fast/dom/DOMImplementation/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Document/resources/TEMPLATE.html.
* fast/dom/DOMImplementation/resources/createDocumentType-err.js: Added.
* fast/dom/Document/createAttributeNS-namespace-err-expected.txt:
* fast/dom/Document/createElementNS-namespace-err-expected.txt:
2008-03-22 Eric Seidel <eric@webkit.org>
Reviewed by mjs.
Fix createElementNS to throw exceptions for invalid qualified names
Fixes Acid3 sub-test 23
http://bugs.webkit.org/show_bug.cgi?id=16833
* dom/xhtml/level3/core/documentsetstricterrorchecking02-expected.txt:
* fast/dom/Document/createAttributeNS-namespace-err-expected.txt: Added.
* fast/dom/Document/createAttributeNS-namespace-err.html: Copied from LayoutTests/fast/dom/Element/dimension-properties-unrendered.html.
* fast/dom/Document/createElementNS-namespace-err-expected.txt: Added.
* fast/dom/Document/createElementNS-namespace-err.html: Copied from LayoutTests/fast/dom/EntityReference/readonly-exceptions.html.
* fast/dom/Document/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Element/resources/TEMPLATE.html.
* fast/dom/Document/resources/createAttributeNS-namespace-err.js: Added.
* fast/dom/Document/resources/createElementNS-namespace-err.js: Added.
2008-03-21 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver Hunt.
Test for <http://bugs.webkit.org/show_bug.cgi?id=13693>
Bug 13693: REGRESSION (r13615): Acid2 Test Eyes render improperly after a page refresh
* http/tests/navigation/fallback-anchor-reload-expected.txt: Added.
* http/tests/navigation/fallback-anchor-reload.html: Added.
2008-03-21 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- test for http://bugs.webkit.org/show_bug.cgi?id=17988
REGRESSION (r31114-31132): Crash in InlineBox::isDirty() opening chowhound.com
* fast/css-generated-content/empty-content-with-float-crash-expected.txt: Added.
* fast/css-generated-content/empty-content-with-float-crash.html: Added.
2008-03-21 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff Garen.
Ensure we correctly report optimised variables as being
enumerable.
* fast/js/propertyIsEnumerable-expected.txt:
* fast/js/resources/propertyIsEnumerable.js:
2008-03-21 Sam Weinig <sam@webkit.org>
Reviewed by Oliver Hunt.
Enable tests for <rdar://problem/5788451>
toDataURL not implemented for Windows (need mapping of MIME type to UTI)
* platform/win/Skipped:
* platform/win/fast/canvas: Added.
* platform/win/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
2008-03-21 Dan Bernstein <mitz@apple.com>
Reviewed by Adele Peterson.
- test for http://bugs.webkit.org/show_bug.cgi?id=17966
REGRESSION (r31114-r31132): Clearing via br behaves unpredictably
* fast/block/float/br-with-clear.html: Added.
* platform/mac/fast/block/float/br-with-clear-expected.checksum: Added.
* platform/mac/fast/block/float/br-with-clear-expected.png: Added.
* platform/mac/fast/block/float/br-with-clear-expected.txt: Added.
2008-03-21 Dan Bernstein <mitz@apple.com>
- update results for the 'zoom' property added in
<http://trac.webkit.org/projects/webkit/changeset/31155>
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2008-03-20 Dan Bernstein <mitz@apple.com>
Reviewed by Anders Carlsson.
- test for an assertion failure due to a line being marked dirty during
computeVerticalPositionsForLine() due to temporary box destruction
* fast/inline/clean-after-removing-temp-boxes-expected.txt: Added.
* fast/inline/clean-after-removing-temp-boxes.html: Added.
2008-03-20 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Sam Weinig.
Tweak NodeList tests to ensure that they force a GC outside of DRT.
* fast/dom/NodeList/5725058-crash-scenario-1.html:
* fast/dom/NodeList/5725058-crash-scenario-2.html:
2008-03-20 Aaron Golden <aegolden@gmail.com>
Reviewed by Darin and David Kilzer.
- test for <http://bugs.webkit.org/show_bug.cgi?id=15263>, which caused certain marquees to not display.
* fast/html/marquee-scroll.html: Added.
* platform/mac/fast/html/marquee-scroll-expected.checksum: Added.
* platform/mac/fast/html/marquee-scroll-expected.png: Added.
* platform/mac/fast/html/marquee-scroll-expected.txt: Added.
2008-03-19 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver.
<rdar://problem/5780697> Copying content with CSS property values that are percentages can cause fidelity issues
* editing/pasteboard/5780697-2-expected.txt: Added.
* editing/pasteboard/5780697-2.html: Added.
2008-03-19 Oliver Hunt <oliver@apple.com>
Reviewed by Antti.
Test case for Canvas.arc with zero-length radius needed to
be updated for current html5 spec.
* fast/canvas/canvas-with-incorrect-args-expected.txt:
* fast/canvas/canvas-with-incorrect-args.html:
2008-03-19 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver.
<rdar://problem/5794920> Acid3: Assertion failure in VisiblePosition::previous when clicking on results (17004)
* editing/pasteboard/4989774.html: Updated to wait for the images to load before trying to copy it.
* editing/selection/5794920-1-expected.txt: Added.
* editing/selection/5794920-1.html: Added.
2008-03-19 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- test for assertion failure in RenderBlock::determineStartPosition() at http://www.wired.com/techbiz/it/magazine/16-04/bz_apple
* fast/repaint/line-flow-with-floats-10.html: Added.
* platform/mac/fast/repaint/line-flow-with-floats-10-expected.checksum: Added.
* platform/mac/fast/repaint/line-flow-with-floats-10-expected.png: Added.
* platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt: Added.
2008-03-19 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- test for <rdar://problem/5805070> CrashTracer: [USER] 33 crashes in Safari at com.apple.WebCore: WebCore::FrameView::layout + 431
* fast/dynamic/subtree-parent-static-y.html: Added.
* platform/mac/fast/dynamic/subtree-parent-static-y-expected.checksum: Added.
* platform/mac/fast/dynamic/subtree-parent-static-y-expected.png: Added.
* platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt: Added.
2008-03-19 Mark Rowe <mrowe@apple.com>
Reviewed by Oliver Hunt.
Test for http://bugs.webkit.org/show_bug.cgi?id=17939
Bug 17939: Crash decompiling "const a = 1, b;"
* fast/js/function-toString-parentheses-expected.txt:
* fast/js/resources/function-toString-parentheses.js:
2008-03-18 Oliver Hunt <oliver@apple.com>
Reviewed by Mark Rowe.
Bug 17929: Incorrect decompilation with |const|, comma
http://bugs.webkit.org/show_bug.cgi?id=17929
Test cases for converting const nodes to string.
* fast/js/resources/function-toString-parentheses.js:
2008-03-18 Mark Rowe <mrowe@apple.com>
Reviewed by Oliver Hunt.
Tests for http://bugs.webkit.org/show_bug.cgi?id=17925 and http://bugs.webkit.org/show_bug.cgi?id=17927.
- Bug 17925: Crash in KJS::JSObject::put after setting this.__proto__
- Bug 17927: Hang after attempting to create circular __proto__
* fast/js/cyclic-proto-expected.txt: Added.
* fast/js/cyclic-proto.html: Copied from LayoutTests/fast/js/assign.html.
* fast/js/non-object-proto-expected.txt: Added.
* fast/js/non-object-proto.html: Copied from LayoutTests/fast/js/rehash-assign.html.
* fast/js/resources/cyclic-proto.js: Added.
* fast/js/resources/non-object-proto.js: Added.
2008-03-18 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Tests for http://bugs.webkit.org/show_bug.cgi?id=17057
REGRESSION: Frequent random crashes in WebCore::JSNodeList::indexGetter
<rdar://problem/5725058>
* fast/dom/NodeList/5725058-crash-scenario-1-expected.txt: Added.
* fast/dom/NodeList/5725058-crash-scenario-1.html: Added.
* fast/dom/NodeList/5725058-crash-scenario-2-expected.txt: Added.
* fast/dom/NodeList/5725058-crash-scenario-2.html: Added.
* fast/dom/NodeList/5725058-crash-scenario-3-expected.txt: Added.
* fast/dom/NodeList/5725058-crash-scenario-3.html: Added.
2008-03-18 Sam Weinig <sam@webkit.org>
Reviewed by Darin Adler.
Make domListEnumeration.html test not depend on the order of property enumeration
by sorting the result array.
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/resources/domListEnumeration.js:
2008-03-18 Dan Bernstein <mitz@apple.com>
Reviewed by Adele Peterson.
- test for <rdar://problem/5805127> REGRESSION (r31116): Assertion failure (floatIndex < floats.size()) in RenderBlock::determineStartPosition() at digg.com
* fast/dynamic/floating-to-positioned.html: Added.
* platform/mac/fast/dynamic/floating-to-positioned-expected.checksum: Added.
* platform/mac/fast/dynamic/floating-to-positioned-expected.png: Added.
* platform/mac/fast/dynamic/floating-to-positioned-expected.txt: Added.
2008-03-17 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test incremental relayout of blocks that contain floats
* fast/repaint/line-flow-with-floats-1.html: Added.
* fast/repaint/line-flow-with-floats-2.html: Added.
* fast/repaint/line-flow-with-floats-3.html: Added.
* fast/repaint/line-flow-with-floats-4.html: Added.
* fast/repaint/line-flow-with-floats-5.html: Added.
* fast/repaint/line-flow-with-floats-6.html: Added.
* fast/repaint/line-flow-with-floats-7.html: Added.
* fast/repaint/line-flow-with-floats-8.html: Added.
* fast/repaint/line-flow-with-floats-9.html: Added.
* fast/repaint/resources/line-flow-with-floats.html: Added.
* fast/repaint/resources/line-flow-with-floats.js: Added.
* platform/mac/fast/repaint/line-flow-with-floats-1-expected.checksum: Added.
* platform/mac/fast/repaint/line-flow-with-floats-1-expected.png: Added.
* platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt: Added.
* platform/mac/fast/repaint/line-flow-with-floats-2-expected.checksum: Added.
* platform/mac/fast/repaint/line-flow-with-floats-2-expected.png: Added.
* platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt: Added.
* platform/mac/fast/repaint/line-flow-with-floats-3-expected.checksum: Added.
* platform/mac/fast/repaint/line-flow-with-floats-3-expected.png: Added.
* platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt: Added.
* platform/mac/fast/repaint/line-flow-with-floats-4-expected.checksum: Added.
* platform/mac/fast/repaint/line-flow-with-floats-4-expected.png: Added.
* platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt: Added.
* platform/mac/fast/repaint/line-flow-with-floats-5-expected.checksum: Added.
* platform/mac/fast/repaint/line-flow-with-floats-5-expected.png: Added.
* platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt: Added.
* platform/mac/fast/repaint/line-flow-with-floats-6-expected.checksum: Added.
* platform/mac/fast/repaint/line-flow-with-floats-6-expected.png: Added.
* platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt: Added.
* platform/mac/fast/repaint/line-flow-with-floats-7-expected.checksum: Added.
* platform/mac/fast/repaint/line-flow-with-floats-7-expected.png: Added.
* platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt: Added.
* platform/mac/fast/repaint/line-flow-with-floats-8-expected.checksum: Added.
* platform/mac/fast/repaint/line-flow-with-floats-8-expected.png: Added.
* platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt: Added.
* platform/mac/fast/repaint/line-flow-with-floats-9-expected.checksum: Added.
* platform/mac/fast/repaint/line-flow-with-floats-9-expected.png: Added.
* platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt: Added.
2008-03-17 Eric Seidel <eric@webkit.org>
Reviewed by darin.
Add test case to test NPN_IntFromIdentifier
* plugins/netscape-identifier-conversion-expected.txt: Added.
* plugins/netscape-identifier-conversion.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html.
* plugins/resources/TEMPLATE.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html.
* plugins/resources/netscape-identifier-conversion.js: Added.
2008-03-17 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Add HTMLCollection constructor to the Window object. (Omission noticed by Harri Porten)
* fast/dom/Window/window-properties-expected.txt:
2008-03-17 Robert Blaut <webkit@blaut.biz>
Reviewed by Darin.
Fix for bug http://bugs.webkit.org/show_bug.cgi?id=17696
Set default margin-bottom for form element in quirk mode
and be compatible with Gecko.
* fast/css/margin-bottom-form-element-quirk.html: Added.
* fast/css/margin-bottom-form-element-strict.html: Added.
* fast/frames/viewsource-empty-attribute-value-expected.txt:
* platform/mac/fast/block/margin-collapse/103-expected.checksum:
* platform/mac/fast/block/margin-collapse/103-expected.png:
* platform/mac/fast/block/margin-collapse/103-expected.txt:
* platform/mac/fast/css/margin-bottom-form-element-quirk-expected.checksum: Added.
* platform/mac/fast/css/margin-bottom-form-element-quirk-expected.png: Added.
* platform/mac/fast/css/margin-bottom-form-element-quirk-expected.txt: Added.
* platform/mac/fast/css/margin-bottom-form-element-strict-expected.checksum: Added.
* platform/mac/fast/css/margin-bottom-form-element-strict-expected.png: Added.
* platform/mac/fast/css/margin-bottom-form-element-strict-expected.txt: Added.
* platform/mac/tables/mozilla/bugs/bug44505-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug44505-expected.png:
* platform/mac/tables/mozilla/bugs/bug44505-expected.txt:
* platform/mac/tables/mozilla/bugs/bug51727-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug51727-expected.png:
* platform/mac/tables/mozilla/bugs/bug51727-expected.txt:
* platform/mac/tables/mozilla/bugs/bug52505-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug52505-expected.png:
* platform/mac/tables/mozilla/bugs/bug52505-expected.txt:
* platform/mac/tables/mozilla/bugs/bug52506-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug52506-expected.png:
* platform/mac/tables/mozilla/bugs/bug52506-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.png:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum:
* platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
* platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/qt/fast/block/margin-collapse/103-expected.txt: Removed.
* platform/qt/tables/mozilla/bugs/bug44505-expected.txt: Removed.
* platform/qt/tables/mozilla/bugs/bug51727-expected.txt: Removed.
* platform/qt/tables/mozilla/bugs/bug52505-expected.txt: Removed.
* platform/qt/tables/mozilla/bugs/bug52506-expected.txt: Removed.
* platform/qt/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt: Removed.
* platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Removed.
2008-03-17 Yuzhu Shen <yuzhu.shen@gmail.com>
Reviewed by Darin.
Bug: http://bugs.webkit.org/show_bug.cgi?id=17760
Test whether <img> tries to load image with empty src attribute.
* fast/images/load-img-with-empty-src-expected.txt: Added.
* fast/images/load-img-with-empty-src.html: Added.
* fast/images/resources/test-load.jpg: Added.
2008-03-17 Adam Roben <aroben@apple.com>
Test for Bug 17876: REGRESSION (r31060): Attempting to visit Ofcom page causes crash
<http://bugs.webkit.org/show_bug.cgi?id=17876>
Reviewed by John.
* fast/dom/remove-named-attribute-crash-expected.txt: Added.
* fast/dom/remove-named-attribute-crash.html: Added.
2008-03-16 Maciej Stachowiak <mjs@apple.com>
Reviewed by Darin.
- test for "Acid3 expects different exceptions for surroundContents calls involving comment nodes (affects Acid3 test 11)"
http://bugs.webkit.org/show_bug.cgi?id=17509
* fast/dom/Range/acid3-surround-contents-expected.txt: Added.
* fast/dom/Range/acid3-surround-contents.html: Added.
2008-03-16 Brett Wilson <brettw@chromium.org>
Reviewed by Darin.
Fix bug 15119, unencodable characters in URLs should be entity-escaped.
* http/tests/uri/escaped-entity-expected.txt: Added.
* http/tests/uri/escaped-entity.html: Added.
2008-03-16 Darin Adler <darin@apple.com>
Reviewed by Mark Rowe.
- test for bug fixes in http://bugs.webkit.org/show_bug.cgi?id=17881
a little cleanup for HTMLTextAreaElement
* fast/forms/textarea-default-value-leading-newline-expected.txt: Added.
* fast/forms/textarea-default-value-leading-newline.html: Copied from fast/forms/textarea-crlf.html.
* fast/forms/textarea-hard-linewrap-expected.txt: Updated.
* fast/forms/textarea-hard-linewrap.html: Cleaned up a bit.
* fast/forms/textarea-linewrap-dynamic-expected.txt: Added.
* fast/forms/textarea-linewrap-dynamic.html: Copied from fast/forms/textarea-hard-linewrap.html.
2008-03-16 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
Test for http://bugs.webkit.org/show_bug.cgi?id=17862
REGRESSION (r31038): Reproducible crash under DocLoader::checkForReload() at marware.com
* http/tests/misc/resources/uncacheable-script.cgi: Added.
* http/tests/misc/uncacheable-script-repeated-expected.txt: Added.
* http/tests/misc/uncacheable-script-repeated.html: Added.
2008-03-16 Yuzhu Shen <yuzhu.shen@gmail.com>
Reviewed by Darin.
Bug: http://bugs.webkit.org/show_bug.cgi?id=17714
Test whether clicking <img href="#"> goes to top of the page.
* fast/html/empty-fragment-id-goto-top-expected.txt: Added.
* fast/html/empty-fragment-id-goto-top.html: Added.
2008-03-16 Darin Adler <darin@apple.com>
Reviewed by Mitz.
- test for http://bugs.webkit.org/show_bug.cgi?id=14941
<rdar://problem/5404093> textarea value from JavaScript includes extra newline
* fast/forms/textarea-paste-newline.html: Updated test to expect correct behavior instead
of expecting the bug.
* fast/forms/textarea-trailing-newline-expected.txt: Added.
* fast/forms/textarea-trailing-newline.html: Added.
2008-03-15 Darin Adler <darin@apple.com>
Reviewed by Sam.
- test changes for http://bugs.webkit.org/show_bug.cgi?id=11997
Ranges are not fixed after mutation (affects Acid3 test 13)
* fast/dom/Range/mutation-expected.txt: Added.
* fast/dom/Range/mutation.html: Added.
* fast/dom/Range/resources/mutation.js: Added.
* editing/execCommand/4920742-2-expected.txt: Updated.
* editing/execCommand/4920742-2.html: Updated this test. It was testing for a crash in a
case that's no longer possible -- you can't make a range where one endpoint is in the
document and the other is not.
* platform/mac/editing/execCommand/4920488-expected.txt: Removed WRONG_DOCUMENT_ERR.
The fact that a test was getting this exception was a bug, similar to the case above.
* platform/qt/editing/execCommand/4920488-expected.txt: Ditto.
2008-03-15 Julien Chaffraix <julien.chaffraix@gmail.com>
Reviewed by Holger.
[CURL] Crash below ResourceHandleManager::setupPOST when job->request().httpBody() is NULL
http://bugs.webkit.org/show_bug.cgi?id=16906
* http/tests/xmlhttprequest/xmlhttprequest-post-crash-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-post-crash.html: Added.
2008-03-14 Anders Carlsson <andersca@apple.com>
Reviewed by Sam.
<rdar://problem/5794989>
https://bugs.webkit.org/show_bug.cgi?id=17792
REGRESSION (Safari 3.0.4-3.1): Ordering tickets from Sweden's biggest train operator doesn't work
Add tests.
* fast/dom/Window/window-open-self-from-other-frame-expected.txt: Added.
* fast/dom/Window/window-open-self-from-other-frame.html: Added.
2008-03-14 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for http://bugs.webkit.org/show_bug.cgi?id=17834
REGRESSION: floated first-letter does not work when included in table
* fast/css/first-letter-float.html: Added.
* platform/mac-leopard/fast/css/first-letter-float-expected.checksum: Added.
* platform/mac-leopard/fast/css/first-letter-float-expected.png: Added.
* platform/mac/fast/css/first-letter-float-expected.txt: Added.
2008-03-13 Antti Koivisto <antti@apple.com>
Reviewed by Mitz.
Update test results for the preload patch. Load order for some resources changed,
this does not affect the substance of these tests.
* platform/mac-leopard/security/block-test-expected.txt:
* security/block-test-expected.txt:
* webarchive/loading/cache-expired-subresource-expected.txt:
2008-03-13 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for http://bugs.webkit.org/show_bug.cgi?id=17819
Border-collapse: collapse later cell wins on PC, earlier cell on Mac
* fast/table/border-collapsing/equal-precedence-resolution.html: Added.
* platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.checksum: Added.
* platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.png: Added.
* platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Added.
2008-03-12 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver.
<rdar://problem/5770834> Crash at InsertTextCommand::prepareForTextInsertion() doing RemoveFormat in a certain list
* editing/execCommand/5770834-1-expected.txt: Added.
* editing/execCommand/5770834-1.html: Added.
2008-03-11 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/5640615> REGRESSION (Safari 2-3): Changing subframe encoding rules broke
some sites.
* fast/encoding/frame-default-enc-expected.txt:
* fast/encoding/frame-default-enc.html:
Reversed success and failure.
* http/tests/misc/frame-default-enc-different-domain-expected.txt: Added.
* http/tests/misc/frame-default-enc-different-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html.
* http/tests/misc/frame-default-enc-same-domain-expected.txt: Added.
* http/tests/misc/frame-default-enc-same-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html.
* http/tests/misc/resources/frame-default-enc-frame.html: Copied from LayoutTests/fast/encoding/resources/frame-default-enc-frame.html.
2008-03-10 Sam Weinig <sam@webkit.org>
Reviewed by Beth Dakin.
Update test to catch the SECURITY_ERR thrown by
CanvasRenderingContext2D::getImageData() and
HTMLCanvasElement::toDataURL() on a tainted canvas
* http/tests/security/canvas-remote-read-remote-image-expected.txt:
* http/tests/security/canvas-remote-read-remote-image.html:
2008-03-10 Justin Garcia <justin.garcia@apple.com>
Reviewed by Sam.
<rdar://problem/5779984> REGRESSION (r30391): GMail: Safari won't display the Edit Link dialog
* editing/pasteboard/5780697-2-expected.txt: Added.
* editing/pasteboard/5780697-2.html: Added.
* editing/selection/5779984-1-expected.txt: Added.
* editing/selection/5779984-1.html: Added.
2008-03-10 Sam Weinig <sam@webkit.org>
Reviewed by Beth Dakin.
Add Tiger specific results for toDataURL-supportedTypes.html as the image
encoders have slightly changed between releases.
* platform/mac-tiger/fast/canvas: Added.
* platform/mac-tiger/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
2008-03-02 Julien Chaffraix <julien.chaffraix@gmail.com>
Reviewed and landed by Darin.
bug 12182 : XMLHttpRequest should raise SECURITY_ERR for same-origin policy violations
* http/tests/xmlhttprequest/exceptions-expected.txt: Updated results
2008-03-10 Johnny Ding <johnnyding.webkit@gmail.com>
Reviewed, tweaked and landed by Alexey.
Bug http://bugs.webkit.org/show_bug.cgi?id=17732
Test case for testing script decoding after setting its src attribute
* fast/dom/HTMLScriptElement/resources/script-decoding-error-after-setting-src.js: Added.
* fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src-expected.txt: Added.
* fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src.html: Added.
2008-03-07 Simon Hausmann <hausmann@webkit.org>
Reviewed by Darin.
Done with Lars.
Added a testcase for http://bugs.webkit.org/show_bug.cgi?id=16815
* fast/js/navigator-plugins-crash-expected.txt: Added.
* fast/js/navigator-plugins-crash.html: Added.
2008-03-08 Oliver Hunt <oliver@apple.com>
Reviewed by Sam W.
Test case for Bug 16516: canvas image patterns stop working with some transformations
* fast/canvas/canvas-pattern-behaviour.js:
2008-03-08 Oliver Hunt <oliver@apple.com>
Reviewed by Mitz.
Bug 17728: Canvas.createPattern with null repeat argument throws an exception
Test cases for various way of constructing a pattern
* fast/canvas/canvas-pattern-behaviour-expected.txt: Added.
* fast/canvas/canvas-pattern-behaviour.html: Added.
* fast/canvas/canvas-pattern-behaviour.js: Added.
2008-03-08 Darin Adler <darin@apple.com>
* platform/win/Skipped: Fixed some typos (stray "s" characters).
2008-03-07 Stephanie Lewis <slewis@apple.com>
Reviewed by Oliver.
Add toDataURL tests to skipped list
* platform/win/Skipped:
2008-03-07 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
REGRESSION: Korean decoding doesn't support extended EUC-KR.
* fast/encoding/char-decoding-expected.txt:
* fast/encoding/char-decoding.html:
Added cases for Korean.
2008-03-07 Oliver Hunt <oliver@apple.com>
Reviewed by Mark Rowe.
Test case for Bug 16610: <canvas> restore() removes path segments created before it
* fast/canvas/canvas-save-restore-with-path-expected.txt: Added.
* fast/canvas/canvas-save-restore-with-path.html: Added.
* fast/canvas/canvas-save-restore-with-path.js: Added.
2008-03-07 Samuel Weinig <sam@webkit.org>
Reviewed by Oliver Hunt.
Tests for http://bugs.webkit.org/show_bug.cgi?id=16673
<canvas> lacks toDataURL()
* fast/canvas/toDataURL-noData-expected.txt: Added.
* fast/canvas/toDataURL-noData.html: Added.
* fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
* fast/canvas/toDataURL-supportedTypes.html: Added.
2008-03-07 Stephanie Lewis <slewis@apple.com>
update Windows Skipped List
* platform/win/Skipped:
2008-03-07 Adele Peterson <adele@apple.com>
Adding fast/dom/HTMLDocument/hasFocus.html to the skipped list, while I investigate the failure.
* platform/win/Skipped:
2008-03-06 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
Tests for <rdar://problem/5689093> Stricter (ES4) eval semantics
* fast/js/eval-cross-window-expected.txt: Added.
* fast/js/eval-cross-window.html: Added.
* fast/js/eval-keyword-vs-function-expected.txt: Added.
* fast/js/eval-keyword-vs-function.html: Added.
* fast/js/eval-overriding-expected.txt: Added.
* fast/js/eval-overriding.html: Added.
Tests to make sure not to regress security:
* http/tests/security/resources/xss-eval2.html: Added.
* http/tests/security/resources/xss-eval3.html: Added.
* http/tests/security/xss-eval-expected.txt: Added.
* http/tests/security/xss-eval.html: Added.
I removed these tests because we no longer match the behavior they
expected, and the new tests are more comprehensive:
* fast/js/window-eval-context-expected.txt: Removed.
* fast/js/window-eval-context.html: Removed.
* fast/js/window-eval-tearoff-expected.txt: Removed.
* fast/js/window-eval-tearoff.html: Removed.
2008-03-06 Oliver Hunt <oliver@apple.com>
Reviewed by Mitz.
Test security restrictions for retrieving the content of tainted canvases
* http/tests/security/canvas-remote-read-remote-image-expected.txt: Added.
* http/tests/security/canvas-remote-read-remote-image.html: Added.
2008-03-06 Adele Peterson <adele@apple.com>
Reviewed by Darin.
Tests for <rdar://problem/5785892> Implement activeElement attribute for HTMLDocument (HTML5)
and <rdar://problem/5785895> Implement hasFocus() for HTMLDocument (HTML5)
* fast/dom/HTMLDocument/activeElement-expected.txt: Added.
* fast/dom/HTMLDocument/activeElement.html: Added.
* fast/dom/HTMLDocument/hasFocus-expected.txt: Added.
* fast/dom/HTMLDocument/hasFocus.html: Added.
* fast/dom/HTMLDocument/resources/hasFocus-iframe.html: Added.
2008-03-06 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test and updated results for <rdar://problem/5741981> 154008 WebKit: Some asian language font glyphs are not shown (in Mail and Entourage)
* fast/text/soft-hyphen-3.html: Added.
* platform/mac/fast/text/basic/014-expected.txt:
* platform/mac/fast/text/soft-hyphen-3-expected.checksum: Added.
* platform/mac/fast/text/soft-hyphen-3-expected.png: Added.
* platform/mac/fast/text/soft-hyphen-3-expected.txt: Added.
2008-03-06 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/5687269> Need to create a Collator abstraction for WebCore and JavaScriptCore
Added a test to verify that collation is indeed locale-sensitive, and not just UCA.
* fast/xsl/sort-locale-expected.txt: Added.
* fast/xsl/sort-locale.xml: Added.
* fast/xsl/sort-locale.xsl: Added.
2008-03-06 Dan Bernstein <mitz@apple.com>
Reviewed by Adele.
- add test for r30823 (background-position: inherit)
* fast/css/background-position-inherit-expected.txt: Added.
* fast/css/background-position-inherit.html: Added.
2008-03-05 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin.
<rdar://problem/5780697> Copying content with CSS property values that are percentages can cause fidelity issues
* editing/pasteboard/5780697-1-expected.txt: Added.
* editing/pasteboard/5780697-1.html: Added.
2008-03-05 Brady Eidson <beidson@apple.com>
Reviewed by Alexey + Mark Rowe
Fix for <rdar://problem/5778247> - Reproducible crash on storage/execute-sql-args.html
This test takes its best shot at handling two databases on a single database thread at once,
then having one of those databases go away completely (garbage collection and everything)
* storage/multiple-databases-garbage-collection-expected.txt: Added.
* storage/multiple-databases-garbage-collection.html: Added.
2008-03-04 Maciej Stachowiak <mjs@apple.com>
Reviewed by Sam and Oliver.
- test for http://bugs.webkit.org/show_bug.cgi?id=16289
- test for Acid3 tests 26 and 27 (not exactly the same issue but related)
* fast/dom/gc-11-expected.txt: Added. Test case from bug 16289.
* fast/dom/gc-11.html: Added.
* fast/dom/gc-acid3.html: Added. DOM garbage collection part of Acid3.
* fast/dom/gc-acid3-expected.txt: Added.
* fast/dom/gc-6-expected.txt: Updated results. The old assumptions of this test
were in conflict with the requirements of Acid3.
2008-03-04 Dan Bernstein <mitz@apple.com>
- test for http://bugs.webkit.org/show_bug.cgi?id=17676
<rdar://problem/5781091> REGRESSION (r30240-r30267): href attribute values with non-ASCII characters in the host part do not work
* fast/encoding/url-host-name-non-ascii-expected.txt: Added.
* fast/encoding/url-host-name-non-ascii.html: Added.
2008-03-04 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric.
Fix svg/dynamic-updates time-dependancy problem. Remove unneeded setTimeout() call.
* svg/custom/acid3-test-77.html: Remove uneeded variables 'svgns' / 'xlinkns'
* svg/dynamic-updates/resources/SVGTestCase.js:
2008-03-04 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric & David.
Add new layout test for Acid3 - test 77.
Update result for svg/custom/text-dom-01-f.svg.
* platform/mac-leopard/svg/custom/acid3-test-77-expected.checksum: Added.
* platform/mac-leopard/svg/custom/acid3-test-77-expected.png: Added.
* platform/mac-leopard/svg/custom/getSubStringLength-expected.checksum: Added.
* platform/mac-leopard/svg/custom/getSubStringLength-expected.png: Added.
* platform/mac-leopard/svg/custom/text-dom-01-f-expected.checksum:
* platform/mac-leopard/svg/custom/text-dom-01-f-expected.png:
* svg/custom/acid3-test-77-expected.txt: Added.
* svg/custom/acid3-test-77.html: Added.
* svg/custom/getSubStringLength-expected.txt: Added.
* svg/custom/getSubStringLength.html: Added.
* svg/custom/resources/Acid3Font-loader.svg: Added.
* svg/custom/resources/Acid3Font.svg: Added.
* svg/custom/resources/getSubStringLength.js: Added.
2008-03-04 Sam Weinig <sam@webkit.org>
Reviewed by Darin Adler.
Update results for fixed class names.
* fast/dom/Window/window-properties-expected.txt:
* fast/dom/xmlhttprequest-get-expected.txt:
* http/tests/xmlhttprequest/event-target-expected.txt:
2008-03-04 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt and Geoffrey Garen.
- extended test to cover http://bugs.webkit.org/show_bug.cgi?id=17667
<rdar://problem/5779658> REGRESSION (r30587): Document::implicitClose() not called when done loading page (Image does not get scaled to fit)
* http/tests/misc/missing-style-sheet-expected.txt:
* http/tests/misc/missing-style-sheet.html:
2008-03-04 Adele Peterson <adele@apple.com>
Reviewed by Beth.
Test for <rdar://problem/5779718> focus() does not work for anchor elements with no content
* fast/events/anchor-empty-focus-expected.txt: Added.
* fast/events/anchor-empty-focus.html: Added.
2008-03-04 Dan Bernstein <mitz@apple.com>
- test for <rdar://problem/5622336> Burmese text does not render on http://www.myanmarbible.com/bible/Judson/html/index.html
* platform/win/fast/text/uniscribe-missing-glyph-expected.txt: Added.
* platform/win/fast/text/uniscribe-missing-glyph.html: Added.
2008-03-04 Alexey Proskuryakov <ap@webkit.org>
Suggested by Darin, rubber-stamped by Mark.
http://bugs.webkit.org/show_bug.cgi?id=17569
REGRESSION (r30571): Buzzword.com doesn't load
Rolling out r30571, as determining what is wrong with it proved tricky.
* fast/loader/meta-refresh-anchor-click-expected.txt: Removed.
* fast/loader/meta-refresh-anchor-click.html: Removed.
* fast/loader/resources/meta-refresh-subframe.html: Removed.
2008-03-03 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
Update test results.
* fast/dom/Window/window-properties-expected.txt:
2008-03-03 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test that :first-letter applies to the first letter in normal flow,
skipping floats and positioned objects
* fast/css/first-letter-skip-out-of-flow.html: Added.
* platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.checksum: Added.
* platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.png: Added.
* platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt: Added.
2008-03-03 Mark Rowe <mrowe@apple.com>
Reviewed by Dan Bernstein.
Test for http://bugs.webkit.org/show_bug.cgi?id=17313
Bug 17313: querySelectorAll() causing crashes when called via dojo.query() wrapper
* fast/dom/SelectorAPI/bug-17313-expected.txt: Added.
* fast/dom/SelectorAPI/bug-17313.html: Added.
2008-03-03 David D. Kilzer <ddkilzer@webkit.org>
Dynamically inserting CSS rule with @media query fails with DOM Exception 12
<http://bugs.webkit.org/show_bug.cgi?id=15986>
Reviewed by Darin.
* fast/css/insertRule-font-face.html: Added.
* fast/css/insertRule-media.html: Added.
* fast/css/resources/insertRule-font-face.js: Added.
* fast/css/resources/insertRule-media.js: Added.
2008-03-03 Oliver Hunt <oliver@apple.com>
Reviewed by Mark Rowe.
Add check to make sure we return all the data in a row.
* fast/canvas/canvas-getImageData-expected.txt:
* fast/canvas/canvas-getImageData.html:
2008-03-03 Oliver Hunt <oliver@apple.com>
Reviewed by Mark Rowe.
Test case for incorrect assertions
* fast/canvas/canvas-putImageData.js:
2008-03-02 Kevin Ollivier <kevino@theolliviers.com>
Reviewed by Dave Hyatt.
Gracefully handle a CSS rule containing an invalid value.
(Fixes http://bugs.webkit.org/show_bug.cgi?id=16898)
* fast/css/invalid-rule-value-expected.txt: Added.
* fast/css/invalid-rule-value.html: Added.
2008-03-01 Oliver Hunt <oliver@apple.com>
Reviewed by Sam Weinig.
Bug 16954: Support putImageData
Nice simple testcase for putImageData covering the exciting
little bits of behaviour present in the current spec.
* fast/canvas/canvas-putImageData-expected.txt: Added.
* fast/canvas/canvas-putImageData.html: Added.
2008-03-01 Sam Weinig <sam@webkit.org>
Reviewed by Darin Adler.
Update test result.
* fast/dom/Window/window-function-name-getter-precedence-expected.txt:
2008-03-01 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Add new set of dynamic updates tests, this time for SVGForeignObjectElement.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
* svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt: Added.
* svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html: Added.
* svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt: Added.
* svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html: Added.
* svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.txt: Added.
* svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html: Added.
* svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.txt: Added.
* svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html: Added.
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt: Added.
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html: Added.
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt: Added.
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html: Added.
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.txt: Added.
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html: Added.
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.txt: Added.
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html: Added.
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js: Added.
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js: Added.
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js: Added.
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js: Added.
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js: Added.
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js: Added.
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js: Added.
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js: Added.
* svg/dynamic-updates/resources/SVGTestCase.js: Add xhtml namespace 'xhtmlNS'.
2008-02-29 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig.
- update test results following r30649
* svg/css/getComputedStyle-basic-expected.txt:
2008-02-29 Robert Blaut <webkit@blaut.biz>
Reviewed by Darin Adler.
- Tests for http://bugs.webkit.org/show_bug.cgi?id=17532
Webkit imports styles from <link> element which doesn't have rel=stylesheet defined
* fast/html/link-rel-stylesheet.html: Added.
* fast/media/mq-simple-query-02.html:
* fast/media/mq-width-absolute-02.html:
* platform/mac/fast/html/link-rel-stylesheet-expected.txt: Added.
2008-02-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/5766352> REGRESSION (r27151): XMLHttpRequest.abort() resets response status
* http/tests/xmlhttprequest/status-after-abort-expected.txt: Added.
* http/tests/xmlhttprequest/status-after-abort.html: Added.
2008-02-29 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for a bug where explicit embedding past the end of a line could
affect text that line
* fast/text/embed-at-end-of-pre-wrap-line.html: Added.
* platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.checksum: Added.
* platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added.
* platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt: Added.
2008-02-28 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/4930986> REGRESSION: Paste As Quotation pastes black text instead of blue
Demonstrates the bug:
* editing/pasteboard/4930986-1-expected.txt: Added.
* editing/pasteboard/4930986-1.html: Added.
* editing/pasteboard/4930986-2-expected.txt: Added.
* editing/pasteboard/4930986-2.html: Added.
Demonstrates a problem with the first version of the patch:
* editing/pasteboard/4930986-3-expected.txt: Added.
* editing/pasteboard/4930986-3.html: Added.
Visual problem fixed. An anonymous renderer changed position, DOM remains unchanged:
* editing/execCommand/5144139-1.html:
* platform/mac/editing/execCommand/5144139-1-expected.checksum:
* platform/mac/editing/execCommand/5144139-1-expected.png:
* platform/mac/editing/execCommand/5144139-1-expected.txt:
Removed unnecessary style spans, visual result unchanged:
* platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum:
* platform/mac/editing/pasteboard/merge-end-blockquote-expected.png:
* platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
* platform/mac/editing/style/font-family-with-space-expected.checksum:
* platform/mac/editing/style/font-family-with-space-expected.png:
* platform/mac/editing/style/font-family-with-space-expected.txt:
A style span isn't removed because at paste time because we don't anticipate
encountering styles on style spans that are non-inheritable, because we don't
create style spans like that at copy time. Turned this into a text only
test. Test remains visually unchanged:
* editing/pasteboard/5245519-expected.txt: Added.
* editing/pasteboard/5245519.html:
* platform/mac/editing/pasteboard/5245519-expected.checksum: Removed.
* platform/mac/editing/pasteboard/5245519-expected.png: Removed.
* platform/mac/editing/pasteboard/5245519-expected.txt: Removed.
Added an extra empty anonymous renderer, DOM and visual result remain unchanged:
* platform/mac/editing/execCommand/create-list-with-hr-expected.checksum:
* platform/mac/editing/execCommand/create-list-with-hr-expected.png:
* platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
* platform/mac/editing/pasteboard/paste-list-001-expected.checksum:
* platform/mac/editing/pasteboard/paste-list-001-expected.png:
* platform/mac/editing/pasteboard/paste-list-001-expected.txt:
* platform/mac/editing/pasteboard/paste-table-001-expected.checksum:
* platform/mac/editing/pasteboard/paste-table-001-expected.png:
* platform/mac/editing/pasteboard/paste-table-001-expected.txt:
* platform/mac/editing/pasteboard/paste-text-003-expected.checksum:
* platform/mac/editing/pasteboard/paste-text-003-expected.png:
* platform/mac/editing/pasteboard/paste-text-003-expected.txt:
Reflects changes to CSSComputedStyleDeclaration::getPropertyCSSValue:
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
We don't remove styles from style spans that are overridden by all of their
children, even though they are unnecessary. We've never done this, but now
that there can be two style spans at paste time we are more likely to have
a style span left over because of this problem. Mentioned this in the test
case and turned this into a text only test:
* editing/pasteboard/4840662.html:
* editing/pasteboard/4840662-expected.txt: Added.
* platform/mac/editing/pasteboard/4840662-expected.checksum: Removed.
* platform/mac/editing/pasteboard/4840662-expected.png: Removed.
* platform/mac/editing/pasteboard/4840662-expected.txt: Removed.
2008-02-27 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- test for <rdar://problem/5607547> Single letter surrounded by soft hyphens can disappear
* fast/text/soft-hyphen-2.html: Added.
* platform/mac/fast/text/soft-hyphen-2-expected.checksum: Added.
* platform/mac/fast/text/soft-hyphen-2-expected.png: Added.
* platform/mac/fast/text/soft-hyphen-2-expected.txt: Added.
2008-02-27 Brady Eidson <beidson@apple.com>
Updated resource used in the layout test I landed yesterday.
Due to a difference between Foundation on Tiger vs Leopard, the resource generated on
Leopard caused different results on Leopard and Tiger.
Regenerating the resource on Tiger, however, agrees with Leopard.
* webarchive/loading/resources/cache-expired-subresource.webarchive:
2008-02-27 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test that centered text in right-to-left blocks spills over to the left
* fast/text/align-center-rtl-spill.html: Added.
* platform/mac/fast/text/align-center-rtl-spill-expected.checksum: Added.
* platform/mac/fast/text/align-center-rtl-spill-expected.png: Added.
* platform/mac/fast/text/align-center-rtl-spill-expected.txt: Added.
2008-02-27 Eric Seidel <eric@webkit.org>
Rubber-stamped by Adam.
Fix svn:eol-style on all LayoutTest results
I simply ran:
cd LayoutTests
find . -name "*-expected.txt" | xargs svn ps svn:eol-style native
2008-02-27 Sam Weinig <sam@webkit.org>
Reviewed by Darin.
Updates tests for <rdar://problem/5768769>
* http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* http/tests/security/cross-frame-access-call-expected.txt:
* http/tests/security/cross-frame-access-call.html:
2008-02-27 Brady Eidson <beidson@apple.com>
Reviewed by Mark Rowe
Test for better fix for <rdar://problem/4930688> (see r19549) and
original fix for <rdar://problem/3947312> (and 14 dupes)
Crafting custom WebArchives for layout tests is a pain and something that should
be resolved if we decide to pursue a new format.
Using a custom php script to act as a stand in for an image resource, I set its
cache-control header to expire immediately. Without the fix for the above bugs,
the resource will be "expired" and an attempt to fetch it from the network will
go out and fail. This failure will manifest with different ResourceLoadDelegate
information, as well as different dimensions in the render tree - the missing
image icon versus the archived image.
With the fix in place, the response will be ignored and the image will be pulled
from the WebArchive.
* webarchive/loading/cache-expired-subresource-expected.txt: Added.
* webarchive/loading/cache-expired-subresource.html: Added.
* webarchive/loading/resources/cache-expired-subresource.webarchive: Added.
2008-02-27 Kevin McCullough <kmccullough@apple.com>
Landing test that was forgotten in the original patch (r30087).
Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
HTML5: Client-side database queries should return values of type number
* storage/sql-data-types-expected.txt: Added.
* storage/sql-data-types.html: Added.
* storage/sql-data-types.js: Added.
2008-02-27 Julien Chaffraix <julien.chaffraix@gmail.com>
Reviewed by Alexey.
http://bugs.webkit.org/show_bug.cgi?id=17481
Several consecutive calls to XMLHttpRequest::open should dispatch only one readyState event
* http/tests/xmlhttprequest/xmlhttprequest-multiple-open-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-multiple-open.html: Added.
2008-02-26 Brady Eidson <beidson@apple.com>
Add a skipped storage test for now
* platform/win/Skipped: Added storage/multiple-transactions.html
2008-02-26 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for http://bugs.webkit.org/show_bug.cgi?id=17555
<rdar://problem/5766016> REGRESSION (r27351): Thumbnails positioned wrong on Getty Images results page
* fast/dynamic/subtree-table-cell-height.html: Added.
* platform/mac/fast/dynamic/subtree-table-cell-height-expected.checksum: Added.
* platform/mac/fast/dynamic/subtree-table-cell-height-expected.png: Added.
* platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
2008-02-26 Satoshi Nakagawa <artension@gmail.com>
Reviewed by Darin. Tweaked and landed by Alexey.
- test for http://bugs.webkit.org/show_bug.cgi?id=17411
* fast/text/line-breaks-after-ideographic-comma-or-full-stop.html: Added.
* fast/text/line-breaks-after-ideographic-comma-or-full-stop-expected.txt: Added
2008-02-25 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- test for http://bugs.webkit.org/show_bug.cgi?id=17152
Paragraphs indented with :first-letter and text-align CSS render incorrectly
* fast/text/apply-start-width-after-skipped-text.html: Added.
* platform/mac/fast/text/apply-start-width-after-skipped-text-expected.checksum: Added.
* platform/mac/fast/text/apply-start-width-after-skipped-text-expected.png: Added.
* platform/mac/fast/text/apply-start-width-after-skipped-text-expected.txt: Added.
2008-02-25 Beth Dakin <bdakin@apple.com>
Reviewed by Geoff.
Test for <rdar://problem/5760530> REGRESSION: Assertion failure in
Document::removePendingSheet() from r30438
* http/tests/misc/missing-style-sheet-expected.txt: Added.
* http/tests/misc/missing-style-sheet.html: Added.
2008-02-25 Brady Eidson <beidson@apple.com>
Reviewed by T3h Mitz Pettel (Dan Bernstein)
Layout test for already fixed bug <rdar://problem/5729445>
* storage/multiple-transactions-expected.txt: Added.
* storage/multiple-transactions.html: Added.
2008-02-25 Darin Adler <darin@apple.com>
Reviewed by Anders.
- test for http://bugs.webkit.org/show_bug.cgi?id=17186
Fragment navigation within a page permanently cancels meta refresh
* fast/loader/meta-refresh-anchor-click-expected.txt: Added.
* fast/loader/meta-refresh-anchor-click.html: Added.
* fast/loader/resources/meta-refresh-subframe.html: Added.
2008-02-25 Johnny Ding <johnnyding.webkit@gmail.com>
Reviewed by Darin Adler.
- bug http://bugs.webkit.org/show_bug.cgi?id=17444
Test for multiple nested scripts which are in a external script.
* fast/tokenizer/nested-multiple-scripts-expected.txt: Added.
* fast/tokenizer/nested-multiple-scripts.html: Added.
* fast/tokenizer/resources/external-script-1.js: Added.
* fast/tokenizer/resources/external-script-2.js: Added.
2008-02-24 Michael Knaup <michael.knaup@mac.com>
Reviewed by Darin.
- test for http://bugs.webkit.org/show_bug.cgi?id=8749
* platform/mac/fast/canvas/canvas-draw-xbm-image-expected.checksum: Added.
* platform/mac/fast/canvas/canvas-draw-xbm-image-expected.png: Added.
* platform/mac/fast/canvas/canvas-draw-xbm-image-expected.txt: Added.
* platform/mac/fast/canvas/canvas-draw-xbm-image.html: Added.
* platform/mac/fast/canvas/resources: Added.
* platform/mac/fast/canvas/resources/smile.xbm: Added.
2008-02-24 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for http://bugs.webkit.org/show_bug.cgi?id=17471
REGRESSION (r30438): Crash in deleteLineBoxes in cursor-adjusting code browsing Acid3
* http/tests/misc/object-image-error-expected.txt: Added.
* http/tests/misc/object-image-error.html: Added.
* http/tests/misc/resources/404image.php: Added.
2008-02-24 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Oliver Hunt.
- replace expected results in platform/mac-tiger and
platform/mac-leopard which were identical with a single copy in
platform/mac
2008-02-24 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test float positioning when a float that does not fit on the line is
followed by a float that does
* fast/block/float/narrow-after-wide.html: Added.
* platform/mac/fast/block/float/narrow-after-wide-expected.checksum: Added.
* platform/mac/fast/block/float/narrow-after-wide-expected.png: Added.
* platform/mac/fast/block/float/narrow-after-wide-expected.txt: Added.
2008-02-24 Darin Adler <darin@apple.com>
Reviewed by Sam.
- test for http://bugs.webkit.org/show_bug.cgi?id=16770
Acid3 expects :visited styled links to restyle on iframe load
* fast/history/resources/subframe.html: Added.
* fast/history/subframe-is-visited-expected.txt: Added.
* fast/history/subframe-is-visited.html: Added.
2008-02-23 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test that non-autowrapping text clear floats
* fast/text/whitespace/nowrap-clear-float.html: Added.
* platform/mac-leopard/fast/text/whitespace: Added.
* platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.checksum: Added.
* platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.png: Added.
* platform/mac/fast/text/whitespace/nowrap-clear-float-expected.txt: Added.
2008-02-23 Dan Bernstein <mitz@apple.com>
- undo an accidental change to a test's expected results from r30431.
* fast/js/date-DST-time-cusps-expected.txt:
2008-02-23 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig and Anders Carlsson.
- updated results for <rdar://problem/5714333> Add document.getSelection()
* fast/dom/Window/window-properties-expected.txt:
2008-02-22 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
A few tweaks to PCRE-based regex test suite.
* fast/regex/pcre-test-runner.js: Added support for global regexes. Emulate PCRE test runner
more precisely by trimming trailing whitespace from some lines.
* fast/regex/test1-expected.txt:
* fast/regex/test4-expected.txt:
* fast/regex/testinput1:
* fast/regex/testinput4:
* fast/regex/testoutput1:
* fast/regex/testoutput4:
Updated to PCRE 7.6.
2008-02-22 Dan Bernstein <mitz@apple.com>
- update Tiger expected results following r30431
* platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
* platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.txt:
* platform/mac-tiger/svg/custom/text-dom-01-f-expected.txt:
* platform/mac-tiger/svg/custom/text-hit-test-expected.txt:
* platform/mac-tiger/svg/text/text-align-01-b-expected.txt:
* platform/mac-tiger/svg/text/text-align-02-b-expected.txt:
* platform/mac-tiger/svg/text/text-align-03-b-expected.txt:
* platform/mac-tiger/svg/text/text-align-04-b-expected.txt:
* platform/mac-tiger/svg/text/text-align-05-b-expected.txt:
* platform/mac-tiger/svg/text/text-align-06-b-expected.txt:
* platform/mac-tiger/svg/text/text-altglyph-01-b-expected.txt:
* platform/mac-tiger/svg/text/text-deco-01-b-expected.txt:
* platform/mac-tiger/svg/text/text-fonts-01-t-expected.txt:
* platform/mac-tiger/svg/text/text-fonts-02-t-expected.txt:
* platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
* platform/mac-tiger/svg/text/text-spacing-01-b-expected.txt:
* platform/mac-tiger/svg/text/text-text-01-b-expected.txt:
* platform/mac-tiger/svg/text/text-text-03-b-expected.txt:
* platform/mac-tiger/svg/text/text-text-04-t-expected.txt:
* platform/mac-tiger/svg/text/text-text-05-t-expected.txt:
* platform/mac-tiger/svg/text/text-text-06-t-expected.txt:
* platform/mac-tiger/svg/text/text-text-07-t-expected.txt:
* platform/mac-tiger/svg/text/text-text-08-b-expected.txt:
* platform/mac-tiger/svg/text/text-tref-01-b-expected.txt:
* platform/mac-tiger/svg/text/text-tselect-01-b-expected.txt:
* platform/mac-tiger/svg/text/text-tselect-02-f-expected.txt:
* platform/mac-tiger/svg/text/text-tspan-01-b-expected.txt:
* platform/mac-tiger/svg/text/text-ws-01-t-expected.txt:
* platform/mac-tiger/svg/text/text-ws-02-t-expected.txt:
2008-02-22 Justin Garcia <justin.garcia@apple.com>
Reviewed by Anders.
<rdar://problem/5714333> Add document.getSelection()
* editing/selection/5714333-expected.txt: Added.
* editing/selection/5714333.html: Added.
2008-02-22 Oliver Hunt <oliver@apple.com>
Reviewed by Sam W.
Bug 17486: Support HTML5 Canvas.getImageData API
Support Canvas.getImageData and Canvas.createImageData
Test cases for ImageData behaviour and getImageData correctness
* fast/canvas/canvas-ImageData-behaviour-expected.txt: Added.
* fast/canvas/canvas-ImageData-behaviour.html: Added.
* fast/canvas/canvas-ImageData-behaviour.js: Added.
* fast/canvas/canvas-getImageData-expected.txt: Added.
* fast/canvas/canvas-getImageData.html: Added.
2008-02-22 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Removing the test for KJS_MEM_LIMIT, since I removed KJS_MEM_LIMIT.
* fast/js/out-of-memory-expected.txt: Removed.
* fast/js/out-of-memory.html: Removed.
2008-02-22 Oliver Hunt <oliver@apple.com>
Reviewed by Alexey P.
<rdar://problem/5759327> REGRESSION: while(NaN) acts like while(true)
Add test cases for pre/post-increment of NaN
* fast/js/convert-nan-to-bool-expected.txt:
* fast/js/resources/convert-nan-to-bool.js:
2008-02-21 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Update tests and results for <rdar://problem/5757946>
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt:
* http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html:
2008-02-21 Ada Chan <adachan@apple.com>
Test for <rdar://problem/5757873> Buffer overrun in DeprecatedCString::find() in WebCore
Reviewed by Dan Bernstein.
* fast/loader/charset-parse-expected.txt: Added.
* fast/loader/charset-parse.html: Added.
2008-02-21 Geoffrey Garen <ggaren@apple.com>
Reviewed by David Harrison.
Test for <rdar://problem/5756125> REGRESSION: A crash occurs at
WebCore::Frame::scriptProxy() when completing a search with Package Tracker widget
* fast/dom/script-element-without-frame-crash-expected.txt: Added.
* fast/dom/script-element-without-frame-crash.html: Added.
2008-02-20 Sam Weinig <sam@webkit.org>
Rubber-stamped by Dan Bernstein.
Gratuitous change to this test to use the instanceof operator
instead of the isPrototypeOf method.
* fast/tokenizer/doctype-search-reset.html:
2008-02-20 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for http://bugs.webkit.org/show_bug.cgi?id=17465
REGRESSION: <DIV> tokenized into Div if still searching for DOCTYPE
* fast/tokenizer/doctype-search-reset-expected.txt: Added.
* fast/tokenizer/doctype-search-reset.html: Added.
2008-02-20 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for http://bugs.webkit.org/show_bug.cgi?id=17464
REGRESSION: Crash in RenderBlock::findNextLineBreak reading r30444 commit email in GMail
* fast/text/wbr-in-pre-crash.html: Added.
* platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.checksum: Added.
* platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.png: Added.
* platform/mac/fast/text/wbr-in-pre-crash-expected.txt: Added.
2008-02-20 Michael Knaup <michael.knaup@mac.com>
Reviewed by Darin.
- test for Bug 16753: date set methods with no args should result in NaN (Acid3 bug)
* fast/js/date-set-to-nan-expected.txt: Added.
* fast/js/date-set-to-nan.html: Added.
* fast/js/resources/date-set-to-nan.js: Added.
2008-02-20 Oliver Hunt <oliver@apple.com>
Reviewed by Hyatt.
Test to ensure we do not crash on a zero sized canvas.
* fast/canvas/access-zero-sized-canvas-expected.txt: Added.
* fast/canvas/access-zero-sized-canvas.html: Added.
2008-02-20 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=17106
<rdar://problem/5750722> Debug build ASSERTs on page load
* fast/encoding/GBK/close-gbk-converter-expected.txt: Added.
* fast/encoding/GBK/close-gbk-converter.html: Added.
2008-02-19 Beth Dakin <bdakin@apple.com>
Reviewed by Sam.
Test for <rdar://problem/5729674> Seed: Crash in
RenderButton::setStyle at http://www.dinorpg.com
* fast/forms/input-first-letter.html: Added.
* platform/mac/fast/forms/input-first-letter-expected.checksum: Added.
* platform/mac/fast/forms/input-first-letter-expected.png: Added.
* platform/mac/fast/forms/input-first-letter-expected.txt: Added.
2008-02-19 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/5637569> CrashTracer: [REGRESSION] 620 crashes in Safari at com.apple.WebCore: WebCore::RenderBox::setStaticY + 15
* fast/text/wbr-styled.html: Added.
* platform/mac-leopard/fast/text/wbr-styled-expected.checksum: Added.
* platform/mac-leopard/fast/text/wbr-styled-expected.png: Added.
* platform/mac/fast/css-generated-content/wbr-with-before-content-expected.txt:
* platform/mac/fast/text/wbr-pre-expected.txt:
* platform/mac/fast/text/wbr-styled-expected.txt: Added.
2008-02-18 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben in California.
- remove unnecessary and erroneous layoutTestController calls from a test
* fast/css/font-face-multiple-remote-sources.html:
* platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt:
2008-02-18 Brady Eidson <beidson@apple.com>
Reviewed by Darin
Fix for <rdar://5747529> - ObjC Exception can cause JSLock to never be released
* platform/mac-tiger/Skipped: Removed 2 hanging tests that now don't hang
* platform/mac/plugins/webScriptObject-exception-deadlock-expected.txt: Added.
* platform/mac/plugins/webScriptObject-exception-deadlock.html: Added.
2008-02-18 Darin Adler <darin@apple.com>
Reviewed by Sam.
- generate new results for the one test that was altered by the
double -> float -> double trip taken by numeric values in the
CSS parser
This test appears under three different names in three different
parts of our test suite.
* platform/mac/css1/box_properties/acid_test-expected.checksum: Updated.
* platform/mac/css1/box_properties/acid_test-expected.png: Ditto.
* platform/mac/css1/box_properties/acid_test-expected.txt: Ditto.
* platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum: Ditto.
* platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Ditto.
* platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt: Ditto.
* platform/mac/fast/block/basic/011-expected.checksum: Ditto.
* platform/mac/fast/block/basic/011-expected.png: Ditto.
* platform/mac/fast/block/basic/011-expected.txt: Ditto.
2008-02-18 Dan Bernstein <mitz@apple.com>
- test for <rdar://problem/5736225> crash in svgFontAndFaceElementForFontData on digitalstrom.org/cms
* fast/css/font-face-multiple-remote-sources.html: Added.
* platform/mac/fast/css/font-face-multiple-remote-sources-expected.checksum: Added.
* platform/mac/fast/css/font-face-multiple-remote-sources-expected.png: Added.
* platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt: Added.
2008-02-17 Julien Chaffraix <julien.chaffraix@gmail.com>
Reviewed by Alexey Proskuryakov.
http://bugs.webkit.org/show_bug.cgi?id=16989
bug 16989 : Add send() flag checks in XmlHttpRequest
- Splitted xmlhttprequest-abort-readystate in 2 test cases (xmlhttprequest-abort-readystate-shouldDispatchEvent and xmlhttprequest-abort-readystate-shouldNotDispatchEvent)
- Added test case for the 2 send() flag checks in XmlHttpRequest::send and XmlHttpRequest::setRequestHeader
* http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt: Removed.
* http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
* http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
* http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt.
* http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html.
* http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Removed.
* http/tests/xmlhttprequest/xmlhttprequest-test-send-flag-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html: Added.
2008-02-17 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Update test for http://bugs.webkit.org/show_bug.cgi?id=17365
document.createEvent("MessageEvent") throws NOT_SUPPORTED_ERR
* fast/events/event-instanceof-expected.txt:
* fast/events/resources/event-instanceof.js: Test MessageEvent as well.
2008-02-17 Dan Bernstein <mitz@apple.com>
Reviewed by Mark Rowe.
- disable the non-ASCII parts of a test case for the ASCII code path
because it is failing on the (Tiger) buildbots for an unrelated
reason.
* fast/text/fixed-pitch-control-characters.html:
* platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum:
* platform/mac/fast/text/fixed-pitch-control-characters-expected.png:
* platform/mac/fast/text/fixed-pitch-control-characters-expected.txt:
2008-02-17 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for http://bugs.webkit.org/show_bug.cgi?id=17033
<rdar://problem/5709315> REGRESSION: Really long <option> causes unnecessary page scroll bars to accommodate content
* fast/forms/control-clip-overflow.html: Added.
* platform/mac/fast/forms/control-clip-overflow-expected.checksum: Added.
* platform/mac/fast/forms/control-clip-overflow-expected.png: Added.
* platform/mac/fast/forms/control-clip-overflow-expected.txt: Added.
2008-02-16 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- test fixed-pitch font measurement of control characters that render
as zero-width space
* fast/text/fixed-pitch-control-characters.html: Added.
* platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum: Added.
* platform/mac/fast/text/fixed-pitch-control-characters-expected.png: Added.
* platform/mac/fast/text/fixed-pitch-control-characters-expected.txt: Added.
2008-02-16 Darin Adler <darin@apple.com>
- disable some failing tests; someone can re-enable after fixing the problems causing
them to fail or generating new expected results
http://bugs.webkit.org/show_bug.cgi?id=17391
* fast/frames/iframe-scroll-page-up-down.html: Removed.
* fast/frames/iframe-scroll-page-up-down.html-disabled: Copied from fast/frames/iframe-scroll-page-up-down.html.
http://bugs.webkit.org/show_bug.cgi?id=17392
* svg/batik/text/textBiDi.svg: Removed.
* svg/batik/text/textBiDi.svg-disabled: Copied from svg/batik/text/textBiDi.svg.
http://bugs.webkit.org/show_bug.cgi?id=17393
* svg/custom/use-on-symbol-inside-pattern.svg: Removed.
* svg/custom/use-on-symbol-inside-pattern.svg-disabled: Copied from svg/custom/use-on-symbol-inside-pattern.svg.
2008-02-15 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Oliver Hunt.
- skip a test for a Leopard-only NSHTTPURLResponse bug workaround
* platform/mac-tiger/Skipped:
2008-02-15 Brady Eidson <beidson@apple.com>
Added 2 skipped tests
* platform/mac-tiger/Skipped:
2008-02-15 Brady Eidson <beidson@apple.com>
Reviewed by Darin
Fix for <rdar://problem/5727175> and <rdar://problem/5740495> - Database threads and callback scripts can run after
a page has closed or loaded a new document
* storage/close-during-stress-test-expected.txt: Update results - this test contained output from a javascript callback
that never should have taken place
2008-02-15 Adele Peterson <adele@apple.com>
Reviewed by Darin.
Updated test for <rdar://problem/5745072> REGRESSION (r29348): Shift + Tab does not change indent level on Google Docs
* editing/inserting/typing-tab-designmode-expected.txt:
* editing/inserting/typing-tab-designmode.html:
2008-02-15 Geoffrey Garen <ggaren@apple.com>
Reviewed by Anders Carlsson.
Fixed <rdar://problem/5725429> REGRESSION (r27898): Greenfield online
surveys no longer work due to XMLHttpRequest exceptions
Updated layout tests to expect an exception not to be thrown.
* http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html:
* http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html:
* http/tests/xmlhttprequest/zero-length-response-expected.txt:
* http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
2008-02-15 Justin Garcia <justin.garcia@apple.com>
Reviewed by Dan Bernstein.
<rdar://problem/5738768> REGRESSION (r30062): Crash in InlineTextBox::isLineBreak() when Undoing a replace
Disabled:
* editing/selection/inconsistent-in-removeChildNode.html: Removed.
* editing/selection/inconsistent-in-removeChildNode.html-disabled: Added.
Demonstrates fix:
* editing/undo/5738768-expected.txt: Added.
* editing/undo/5738768.html: Added.
During a shouldChangeSelection call, the old selection is no longer null because
nodeWillBeRemoved doesn't blow it away:
* platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
* platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
* platform/mac/editing/style/remove-underline-in-bold-expected.txt:
During a shouldChangeSelection call, the old selection is now null because
nodeWillBeRemoved blows it away:
* platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
More instances of <rdar://problem/5729315>, where, during a shouldChangeSelection
call content that held the old selection is still around but it wouldn't make sense
to leave the selection there, so we shouldn't call shouldChangeSelection at all:
* platform/mac/editing/style/remove-underline-expected.txt:
* platform/mac/editing/style/unbold-in-bold-expected.txt:
Similar changes, but ones where I've also updated pixel results for old, unrelated fixes:
* platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt:
* platform/mac/editing/deleting/delete-leading-ws-001-expected.checksum:
* platform/mac/editing/deleting/delete-leading-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-line-011-expected.checksum:
* platform/mac/editing/deleting/delete-line-011-expected.txt:
* platform/mac/editing/execCommand/paste-1-expected.checksum:
* platform/mac/editing/execCommand/paste-1-expected.txt:
* platform/mac/editing/execCommand/paste-2-expected.checksum:
* platform/mac/editing/execCommand/paste-2-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.checksum:
* platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
* platform/mac/editing/pasteboard/paste-text-012-expected.checksum:
* platform/mac/editing/selection/4960116-expected.checksum:
2008-02-15 Dan Bernstein <mitz@apple.com>
Reviewed by Alexey Proskuryakov.
- test for http://bugs.webkit.org/show_bug.cgi?id=17360
<rdar://problem/5743131> REGRESSION: mp4 file downloaded from server is downloaded as html
* http/tests/loading/resources/.htaccess: Added.
* http/tests/loading/resources/binaryData.m4a: Added.
* http/tests/loading/text-content-type-with-binary-extension-expected.txt: Added.
* http/tests/loading/text-content-type-with-binary-extension.html: Added.
2008-02-15 Samuel Weinig <sam@webkit.org>
Reviewed and rubber-stamped by Oliver Hunt.
Add leopard specific results for stroke-width-click.svg to work around
a CG regression.
* platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Added.
2008-02-14 Oliver Hunt <oliver@apple.com>
Reviewed by Jon H.
Make assign-to-window-status testcase to be more thorough
* fast/dom/assign-to-window-status-expected.txt:
* fast/dom/assign-to-window-status.html:
2008-02-14 Darin Adler <darin@apple.com>
- update this test further, so that it succeeds
* fast/dom/assign-to-window-status-expected.txt: Updated.
* fast/dom/assign-to-window-status.html: Updated.
2008-02-14 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff G and Weinig.
Add test cases for assigning to window.status, modify existing tests that relied on old
replaceable status property behaviour.
* fast/dom/HTMLScriptElement/script-load-events.html:
* fast/dom/Window/get-set-properties.html:
* fast/dom/assign-to-window-status-expected.txt: Added.
* fast/dom/assign-to-window-status.html: Added.
2008-02-14 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Layout test for <rdar://problem/5737835> nee http://bugs.webkit.org/show_bug.cgi?id=17329
Crash in JSGlobalObject::popActivation when inserting hyperlink in Wordpress (17329)
* fast/dom/javascript-url-crash-function.html: Added.
* fast/dom/javascript-url-crash-function-expected.txt: Added.
* fast/dom/resources/javascript-url-crash-function-iframe.html: Added.
2008-02-14 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Add dynamic update tests for SVGEllipseElement.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
* svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt: Added.
* svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html: Added.
* svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt: Added.
* svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html: Added.
* svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt: Added.
* svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html: Added.
* svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt: Added.
* svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html: Added.
* svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt: Added.
* svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html: Added.
* svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt: Added.
* svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html: Added.
* svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt: Added.
* svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html: Added.
* svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt: Added.
* svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html: Added.
* svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js: Added.
* svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js: Added.
* svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js: Added.
* svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js: Added.
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js: Added.
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js: Added.
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js: Added.
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js: Added.
2008-02-13 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver Hunt.
* platform/mac/editing/deleting/table-cells-expected.checksum: Fixed. Before, a space was
incorrectly removed by a delete (this isn't a smart delete).
* platform/mac/editing/deleting/table-cells-expected.png:
* platform/mac/editing/deleting/table-cells-expected.txt:
* platform/mac/editing/pasteboard/input-field-1-expected.checksum: Fixed. Before a space
was incorrectly added by paste (this isn't a smart paste).
* platform/mac/editing/pasteboard/input-field-1-expected.png:
* platform/mac/editing/pasteboard/input-field-1-expected.txt:
2008-02-13 Justin Garcia <justin.garcia@apple.com>
Reviewed by Adam Roben.
<rdar://problem/5729680> REGRESSION (r27873): Removing the last character of a word in Mail or Safari also removes the following space
* editing/deleting/5729680-expected.txt: Added.
* editing/deleting/5729680.html: Added.
2008-02-13 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Adam.
Make svg/dynamic-updates/* tests deterministic. s/setTimeout('executTest()', 0)/executeTest/ -- as discussed with Adam.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
* platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
* svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
* svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt:
* svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt:
* svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
* svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
* svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
* svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
* svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
* svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
2008-02-13 Brady Eidson <beidson@apple.com>
Reviewed by Darin Adler
Added layout tests to cover
http://trac.webkit.org/projects/webkit/changeset/29983
and
http://trac.webkit.org/projects/webkit/changeset/30184
* platform/gtk/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* storage/quota-tracking-expected.txt: Added.
* storage/quota-tracking.html: Added.
* storage/success-callback-expected.txt: Added.
* storage/success-callback.html: Added.
2008-02-13 Darin Adler <darin@apple.com>
* platform/mac/svg/hixie/perf/001-expected.txt: Removed.
* platform/mac/svg/hixie/perf/002-expected.txt: Removed.
2008-02-13 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/5740042> Database termination issues
* storage/close-during-stress-test-expected.txt: Added.
* storage/close-during-stress-test.html: Added.
* storage/resources: Added.
* storage/resources/stress-frame.html: Added.
2008-02-13 Darin Adler <darin@apple.com>
- check in results for these tests
No idea if these are right or not; just what was generated on my computer.
If someone has a better version, feel free to replace these results with correct ones.
* platform/mac/svg/hixie/perf/001-expected.txt: Added.
* platform/mac/svg/hixie/perf/002-expected.txt: Added.
2008-02-13 Oliver Hunt <oliver@apple.com>
Reviewed by Alexey P.
Tests for <rdar://problem/5737003> REGRESSION (r27747): can't browse pictures on fastcupid.com
Ensure that the basic arithmetic operands can correctly handle the NaN -> boolean conversion
* fast/js/convert-nan-to-bool.html: Added.
* fast/js/convert-nan-to-bool-expected.txt: Added.
* fast/js/resources/convert-nan-to-bool.js: Added.
2008-02-12 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Adam Roben.
- make fast/css/css3-nth-child pass
* fast/css/css3-nth-child.html: Removed spaces that were making the
:nth-child selector fail to parse because of <rdar://problem/5733761>.
* platform/mac-leopard/fast/css/css3-nth-child-expected.checksum: Added.
* platform/mac-leopard/fast/css/css3-nth-child-expected.png: Added.
2008-02-12 Adam Roben <aroben@apple.com>
Add a test for Bug 17328: REGRESSION (r30147): Inspector is unstyled
on Windows
<http://bugs.webkit.org/show_bug.cgi?id=17328>
<rdar://5737946>
Reviewed by Mitz.
* fast/loader/local-css-allowed-in-strict-mode-expected.txt: Added.
* fast/loader/local-css-allowed-in-strict-mode.html: Added.
* fast/loader/resources/stylesheet.css: Added.
2008-02-12 Nikolas Zimmermann <zimmermann@kde.org>
Not reviewed, adding missing layout test results (that have been r+ already, but not commited)
* platform/mac-leopard/svg/dynamic-updates: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
* platform/mac-leopard/svg/hixie/perf/001-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/perf/001-expected.png: Added.
* platform/mac-leopard/svg/hixie/perf/001-expected.txt: Added.
* platform/mac-leopard/svg/hixie/perf/002-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/perf/002-expected.png: Added.
* platform/mac-leopard/svg/hixie/perf/002-expected.txt: Added.
2008-02-11 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for http://bugs.webkit.org/show_bug.cgi?id=17320
<rdar://problem/5736953> :last-child does not set the "uses sibling rules" flag
* fast/css/last-child-style-sharing.html: Added.
* platform/mac/fast/css/last-child-style-sharing-expected.checksum: Added.
* platform/mac/fast/css/last-child-style-sharing-expected.png: Added.
* platform/mac/fast/css/last-child-style-sharing-expected.txt: Added.
2008-02-11 Sam Weinig <sam@webkit.org>
Reviewed by Darin Adler.
Tests for:
<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
<rdar://problem/5735443> Crash when setting the Window objects prototype to a custom Object and then calling a method on it
* fast/dom/Window/resources/WindowProperties.js: Added.
* fast/dom/Window/window-custom-prototype-crash-expected.txt: Added.
* fast/dom/Window/window-custom-prototype-crash.html: Added.
* fast/dom/Window/window-function-frame-getter-precedence-expected.txt: Added.
* fast/dom/Window/window-function-frame-getter-precedence.html: Added.
* fast/dom/Window/window-function-name-getter-precedence-expected.txt:
* fast/dom/Window/window-function-name-getter-precedence.html:
* http/tests/security/cross-frame-access-custom-expected.txt:
* http/tests/security/cross-frame-access-custom.html:
* http/tests/security/cross-frame-access-get-override-expected.txt: Added.
* http/tests/security/cross-frame-access-get-override.html: Added.
* http/tests/security/cross-frame-access-history-get-override-expected.txt:
* http/tests/security/cross-frame-access-history-get-override.html:
* http/tests/security/cross-frame-access-history-put-expected.txt:
* http/tests/security/cross-frame-access-history-put.html:
* http/tests/security/cross-frame-access-location-expected.txt: Removed.
* http/tests/security/cross-frame-access-location-get-expected.txt: Added.
* http/tests/security/cross-frame-access-location-get-override-expected.txt: Added.
* http/tests/security/cross-frame-access-location-get-override.html: Added.
* http/tests/security/cross-frame-access-location-get.html: Copied from http/tests/security/cross-frame-access-location.html.
* http/tests/security/cross-frame-access-location-put-expected.txt: Added.
* http/tests/security/cross-frame-access-location-put.html: Added.
* http/tests/security/cross-frame-access-location.html: Removed.
* http/tests/security/resources/cross-frame-iframe-for-get-override-test.html: Added.
* http/tests/security/resources/cross-frame-iframe-for-get-test.html:
* http/tests/security/resources/cross-frame-iframe-for-history-put-test.html:
* http/tests/security/resources/cross-frame-iframe-for-location-get-override-test.html: Added.
* http/tests/security/resources/cross-frame-iframe-for-location-get-test.html: Added.
* http/tests/security/resources/cross-frame-iframe-for-location-put-test.html: Added.
2008-02-10 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig and Anders Carlsson.
- change a test to simply use 'font-family' instead of unnecessary
@font-face hackery
* fast/text/atsui-spacing-features.html:
* platform/mac/fast/text/atsui-spacing-features-expected.checksum:
* platform/mac/fast/text/atsui-spacing-features-expected.png:
* platform/mac/fast/text/atsui-spacing-features-expected.txt:
2008-02-10 Darin Adler <darin@apple.com>
- fix a couple of directories that were using our JavaScript template/wrapper
system incorrectly
* fast/dom/SelectorAPI/resources/TEMPLATE.html: Fixed relative paths.
* fast/events/event-instanceof.html: Regenerating this file revealed that the path
to the stylesheet was wrong. Fixed by running the make-js-test-wrappers script.
Didn't affect the text-only results, but the test looked wrong in the browser.
* fast/events/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
* traversal/resources/TEMPLATE.html: Fixed relative paths.
2008-02-10 Andrew Wellington <proton@wiretapped.net>
Reviewed and tweaked a bit by Darin.
DOMRange.surroundContents throws wrong exception (Acid3 bug)
http://bugs.webkit.org/show_bug.cgi?id=16749
Throw BAD_BOUNDARYPOINTS_ERR if attempting to split a non-text node that
has offsets in characters
* fast/dom/Range/range-exceptions-expected.txt: Added.
* fast/dom/Range/resources/range-exceptions.js: Added.
2008-02-09 David Hyatt <hyatt@apple.com>
Added test for bug 17254.
Reviewed by Mitz.
* fast/css/negative-nth-child.html: Added.
2008-02-08 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
Test cases for decompilation of variable declaration lists.
* fast/js/function-toString-parentheses-expected.txt:
* fast/js/resources/function-toString-parentheses.js:
2008-02-08 Darin Adler <darin@apple.com>
- test for http://bugs.webkit.org/show_bug.cgi?id=17247
Labelled continue/break can fail in some cases
* fast/js/continue-break-multiple-labels-expected.txt: Added.
* fast/js/continue-break-multiple-labels.html: Added.
2008-02-08 Darin Adler <darin@apple.com>
Reviewed by Eric.
- test for http://bugs.webkit.org/show_bug.cgi?id=15003
Function.prototype.constructor should not be DontDelete/ReadOnly (Acid3 bug)
* fast/js/constructor-attributes-expected.txt: Added.
* fast/js/constructor-attributes.html: Added.
* fast/js/resources/constructor-attributes.js: Added.
2008-02-08 Anders Carlsson <andersca@apple.com>
Reviewed by Mitz.
<rdar://problem/5650446>
http://bugs.webkit.org/show_bug.cgi?id=16102
Crash in FrameLoader::stopLoadingSubframes() on IMDB page
* http/tests/navigation/changing-frame-hierarchy-in-onload-expected.txt: Added.
* http/tests/navigation/changing-frame-hierarchy-in-onload.html: Added.
2008-02-08 Sam Weinig <sam@webkit.org>
Reviewed by Hyatt.
Test for <rdar://problem/5732491>
http://bugs.webkit.org/show_bug.cgi?id=17213
The querySelectorAll method on an element node does not search only the element's descendants
* fast/dom/SelectorAPI/elementRoot-expected.txt: Added.
* fast/dom/SelectorAPI/elementRoot.html: Added.
* fast/dom/SelectorAPI/resources: Added.
* fast/dom/SelectorAPI/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
* fast/dom/SelectorAPI/resources/elementRoot.js: Added.
2008-02-08 Darin Adler <darin@apple.com>
Reviewed by Eric.
- test for http://bugs.webkit.org/show_bug.cgi?id=4714
NodeIterator does not handle exceptions from the filter function (affects Acid3)
- grabbed NodeIterator and TreeWalker tests from Hixie's site and KHTML
* traversal/exception-forwarding-expected.txt: Added.
* traversal/exception-forwarding.html: Added.
* traversal/resources: Added.
* traversal/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
* traversal/resources/exception-forwarding.js: Added.
* traversal/node-iterator-001-expected.txt: Updated to reflect correct results.
The old results reflected a bug in our NodeIterator.
* traversal/node-iterator-001.html: Ditto.
* traversal/node-iterator-006.html: Changed test so there's no whitespace node after
the <span> elements inside the test root element (a <div>). The old test results were
incorrect; the new NodeIterator implementation correctly returned the whitespace node
for this test.
* traversal/node-iterator-006a.html: Copied from traversal/node-iterator-006.html.
Preserve the original test, which now has a strange result. But the result is correct,
so it's worth keeping around.
* traversal/node-iterator-006a-expected.txt: Added.
* fast/dom/TreeWalker/TreeWalker-currentNode-expected.txt: Regenerated.
* fast/dom/TreeWalker/resources/TreeWalker-currentNode.js: Updated test to expect results
that match the DOM specification.
* traversal/hixie-node-iterator/001-expected.txt: Added.
* traversal/hixie-node-iterator/001.xml: Added.
* traversal/hixie-node-iterator/002-expected.txt: Added.
* traversal/hixie-node-iterator/002.xml: Added.
* traversal/hixie-node-iterator/003-expected.txt: Added.
* traversal/hixie-node-iterator/003.xml: Added.
* traversal/hixie-node-iterator/004-expected.txt: Added.
* traversal/hixie-node-iterator/004.xml: Added.
* traversal/hixie-node-iterator/005-expected.txt: Added.
* traversal/hixie-node-iterator/005.xml: Added.
* traversal/hixie-node-iterator/006-expected.txt: Added.
* traversal/hixie-node-iterator/006.xml: Added.
* traversal/hixie-node-iterator/007-expected.txt: Added.
* traversal/hixie-node-iterator/007.xml: Added.
* traversal/hixie-node-iterator/008-expected.txt: Added.
* traversal/hixie-node-iterator/008.xml: Added.
* traversal/hixie-node-iterator/009-expected.txt: Added.
* traversal/hixie-node-iterator/009.xml: Added.
* traversal/hixie-node-iterator/010-expected.txt: Added.
* traversal/hixie-node-iterator/010.xml: Added.
* traversal/hixie-node-iterator/origin.txt: Added.
* traversal/tree-walker-filter-1-expected.txt: Added.
* traversal/tree-walker-filter-1.html: Added.
2008-02-08 Eric Seidel <eric@webkit.org>
Reviewed by darin.
Add support for Text.wholeText and Text.replaceWholeText from DOM Level 3 Core.
http://bugs.webkit.org/show_bug.cgi?id=17125
Test to make sure EntityReference nodes are always treated as read-only.
Added fast/dom/Text/replaceWholeText.html to catch a case the W3C missed.
All of these tests now pass.
* dom/xhtml/level3/core/textreplacewholetext01-expected.txt:
* dom/xhtml/level3/core/textreplacewholetext02-expected.txt:
* dom/xhtml/level3/core/textreplacewholetext03-expected.txt:
* dom/xhtml/level3/core/textreplacewholetext04-expected.txt:
* dom/xhtml/level3/core/textreplacewholetext05-expected.txt:
* dom/xhtml/level3/core/textreplacewholetext06-expected.txt:
* dom/xhtml/level3/core/textreplacewholetext07-expected.txt:
* dom/xhtml/level3/core/textwholetext01-expected.txt:
* dom/xhtml/level3/core/textwholetext02-expected.txt:
* dom/xhtml/level3/core/textwholetext03-expected.txt:
* fast/dom/EntityReference/readonly-exceptions-expected.txt: Added.
* fast/dom/EntityReference/readonly-exceptions.html: Added.
* fast/dom/EntityReference/resources/TEMPLATE.html: Added.
* fast/dom/EntityReference/resources/readonly-exceptions.js: Added.
* fast/dom/Text/replaceWholeText-expected.txt: Added.
* fast/dom/Text/replaceWholeText.html: Added.
* fast/dom/Text/resources/TEMPLATE.html: Added.
* fast/dom/Text/resources/replaceWholeText.js: Added.
* fast/dom/Window/window-properties-expected.txt: updated to reflect addition of replaceWholeText
2008-02-06 Kimmo Kinnunen <kimmok@iki.fi>
Reviewed by Tim Hatcher.
Test for: http://bugs.webkit.org/show_bug.cgi?id=17191
HTML5: Client-side database queries should return values of type number
* storage/sql-data-types-expected.txt: Added.
* storage/sql-data-types.html: Added.
* storage/sql-data-types.js: Added.
2008-02-07 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for <rdar://problem/5729411> REGRESSION (r29834): Float contained in relative-positioned block is painted twice
* fast/block/float/relative-painted-twice.html: Added.
* platform/mac-leopard/fast/block/float/relative-painted-twice-expected.checksum: Added.
* platform/mac-leopard/fast/block/float/relative-painted-twice-expected.png: Added.
* platform/mac/fast/block/float/relative-painted-twice-expected.txt: Added.
2008-02-07 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for http://bugs.webkit.org/show_bug.cgi?id=17194
Changing text to bold changes font family
* platform/mac/fast/text/family-for-font-matched-by-name-expected.checksum: Added.
* platform/mac/fast/text/family-for-font-matched-by-name-expected.png: Added.
* platform/mac/fast/text/family-for-font-matched-by-name-expected.txt: Added.
* platform/mac/fast/text/family-for-font-matched-by-name.html: Added.
2008-02-07 Beth Dakin <bdakin@apple.com>
Test written by Geoff, reviewed by me.
Test for <rdar://problem/5697882> Traffic or Street View button on
Google Maps is sometimes not positioned correctly (17000)
* fast/dom/simultaneouslyRegsiteredTimerFireOrder-expected.txt: Added.
* fast/dom/simultaneouslyRegsiteredTimerFireOrder.html: Added.
2008-02-07 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Eric.
Move existing SVG baseline from platform/mac/ to platform/mac-tiger/ (I generated all of them using Tiger).
Regenerated new SVG baseline in platform/mac-leopard. platform/mac/svg is doesn't contain any test results anymore.
In a later step it should be investigated, which layout test results can be shared between Leopard & Tiger.
Those results should be moved to platform/mac/svg then.
* platform/mac-leopard/Skipped: Remove tests that don't fail anymore.
* platform/mac-leopard/svg/W3C-SVG-1.1: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Added.
* platform/mac-leopard/svg/batik/filters: Added.
* platform/mac-leopard/svg/batik/filters/filterRegions-expected.checksum: Added.
* platform/mac-leopard/svg/batik/filters/filterRegions-expected.png: Added.
* platform/mac-leopard/svg/batik/filters/filterRegions-expected.txt: Added.
* platform/mac-leopard/svg/batik/masking: Added.
* platform/mac-leopard/svg/batik/masking/maskRegions-expected.checksum: Added.
* platform/mac-leopard/svg/batik/masking/maskRegions-expected.png: Added.
* platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt: Added.
* platform/mac-leopard/svg/batik/paints: Added.
* platform/mac-leopard/svg/batik/paints/gradientLimit-expected.checksum: Added.
* platform/mac-leopard/svg/batik/paints/gradientLimit-expected.png: Added.
* platform/mac-leopard/svg/batik/paints/gradientLimit-expected.txt: Added.
* platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Added.
* platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
* platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
* platform/mac-leopard/svg/batik/paints/patternRegionA-expected.checksum: Added.
* platform/mac-leopard/svg/batik/paints/patternRegionA-expected.png: Added.
* platform/mac-leopard/svg/batik/paints/patternRegionA-expected.txt: Added.
* platform/mac-leopard/svg/batik/paints/patternRegions-expected.checksum: Added.
* platform/mac-leopard/svg/batik/paints/patternRegions-expected.png: Added.
* platform/mac-leopard/svg/batik/paints/patternRegions-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/longTextOnPath-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/longTextOnPath-expected.png: Added.
* platform/mac-leopard/svg/batik/text/longTextOnPath-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textAnchor-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textAnchor-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textAnchor-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textAnchor2-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textAnchor2-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textAnchor2-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textAnchor3-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textAnchor3-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textAnchor3-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textBiDi-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textBiDi-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textDecoration2-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textDecoration2-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textDecoration2-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textEffect-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textEffect-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textEffect-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textEffect2-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textEffect2-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textEffect2-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textEffect3-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textEffect3-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textEffect3-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textFeatures-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textFeatures-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textFeatures-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textLayout-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textLayout-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textLayout-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textLayout2-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textLayout2-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textLayout2-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textLength-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textLength-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textLength-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textOnPath-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textOnPath-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textOnPath2-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textOnPath2-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textOnPath2-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textOnPath3-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textOnPath3-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textOnPath3-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textPCDATA-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textPCDATA-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textPCDATA-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textPosition-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textPosition-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textPosition-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textPosition2-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textPosition2-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textPosition2-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textProperties-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textProperties-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textProperties-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textProperties2-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textProperties2-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textProperties2-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/textStyles-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/textStyles-expected.png: Added.
* platform/mac-leopard/svg/batik/text/textStyles-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/verticalText-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/verticalText-expected.png: Added.
* platform/mac-leopard/svg/batik/text/verticalText-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: Added.
* platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.txt: Added.
* platform/mac-leopard/svg/batik/text/xmlSpace-expected.checksum: Added.
* platform/mac-leopard/svg/batik/text/xmlSpace-expected.png: Added.
* platform/mac-leopard/svg/batik/text/xmlSpace-expected.txt: Added.
* platform/mac-leopard/svg/carto.net: Added.
* platform/mac-leopard/svg/carto.net/button-expected.checksum: Added.
* platform/mac-leopard/svg/carto.net/button-expected.png: Added.
* platform/mac-leopard/svg/carto.net/button-expected.txt: Added.
* platform/mac-leopard/svg/carto.net/colourpicker-expected.checksum: Added.
* platform/mac-leopard/svg/carto.net/colourpicker-expected.png: Added.
* platform/mac-leopard/svg/carto.net/colourpicker-expected.txt: Added.
* platform/mac-leopard/svg/carto.net/combobox-expected.checksum: Added.
* platform/mac-leopard/svg/carto.net/combobox-expected.png: Added.
* platform/mac-leopard/svg/carto.net/combobox-expected.txt: Added.
* platform/mac-leopard/svg/carto.net/frameless-svg-parse-error-expected.checksum: Added.
* platform/mac-leopard/svg/carto.net/frameless-svg-parse-error-expected.png: Added.
* platform/mac-leopard/svg/carto.net/scrollbar-expected.checksum: Added.
* platform/mac-leopard/svg/carto.net/scrollbar-expected.png: Added.
* platform/mac-leopard/svg/carto.net/scrollbar-expected.txt: Added.
* platform/mac-leopard/svg/carto.net/selectionlist-expected.checksum: Added.
* platform/mac-leopard/svg/carto.net/selectionlist-expected.png: Added.
* platform/mac-leopard/svg/carto.net/selectionlist-expected.txt: Added.
* platform/mac-leopard/svg/carto.net/slider-expected.checksum: Added.
* platform/mac-leopard/svg/carto.net/slider-expected.png: Added.
* platform/mac-leopard/svg/carto.net/slider-expected.txt: Added.
* platform/mac-leopard/svg/carto.net/tabgroup-expected.checksum: Added.
* platform/mac-leopard/svg/carto.net/tabgroup-expected.png: Added.
* platform/mac-leopard/svg/carto.net/tabgroup-expected.txt: Added.
* platform/mac-leopard/svg/carto.net/textbox-expected.checksum: Added.
* platform/mac-leopard/svg/carto.net/textbox-expected.png: Added.
* platform/mac-leopard/svg/carto.net/textbox-expected.txt: Added.
* platform/mac-leopard/svg/carto.net/window-expected.checksum: Added.
* platform/mac-leopard/svg/carto.net/window-expected.png: Added.
* platform/mac-leopard/svg/carto.net/window-expected.txt: Added.
* platform/mac-leopard/svg/css: Added.
* platform/mac-leopard/svg/css/css-box-min-width-expected.checksum: Added.
* platform/mac-leopard/svg/css/css-box-min-width-expected.png: Added.
* platform/mac-leopard/svg/css/css-box-min-width-expected.txt: Added.
* platform/mac-leopard/svg/css/getComputedStyle-basic-expected.checksum: Added.
* platform/mac-leopard/svg/css/getComputedStyle-basic-expected.png: Added.
* platform/mac-leopard/svg/css/glyph-orientation-rounding-test-expected.checksum: Added.
* platform/mac-leopard/svg/css/glyph-orientation-rounding-test-expected.png: Added.
* platform/mac-leopard/svg/custom/SVGException-expected.checksum: Added.
* platform/mac-leopard/svg/custom/SVGException-expected.png: Added.
* platform/mac-leopard/svg/custom/SVGMatrix-interface-expected.checksum: Added.
* platform/mac-leopard/svg/custom/SVGMatrix-interface-expected.png: Added.
* platform/mac-leopard/svg/custom/SVGMatrix-interface-expected.txt: Added.
* platform/mac-leopard/svg/custom/SVGNumber-interface-expected.checksum: Added.
* platform/mac-leopard/svg/custom/SVGNumber-interface-expected.png: Added.
* platform/mac-leopard/svg/custom/SVGNumber-interface-expected.txt: Added.
* platform/mac-leopard/svg/custom/SVGPoint-interface-expected.checksum: Added.
* platform/mac-leopard/svg/custom/SVGPoint-interface-expected.png: Added.
* platform/mac-leopard/svg/custom/SVGPoint-interface-expected.txt: Added.
* platform/mac-leopard/svg/custom/SVGPoint-matrixTransform-expected.checksum: Added.
* platform/mac-leopard/svg/custom/SVGPoint-matrixTransform-expected.png: Added.
* platform/mac-leopard/svg/custom/SVGPoint-matrixTransform-expected.txt: Added.
* platform/mac-leopard/svg/custom/SVGRect-interface-expected.checksum: Added.
* platform/mac-leopard/svg/custom/SVGRect-interface-expected.png: Added.
* platform/mac-leopard/svg/custom/SVGRect-interface-expected.txt: Added.
* platform/mac-leopard/svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Added.
* platform/mac-leopard/svg/custom/absolute-sized-svg-in-xhtml-expected.png: Added.
* platform/mac-leopard/svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Added.
* platform/mac-leopard/svg/custom/alignment-baseline-modes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/alignment-baseline-modes-expected.png: Added.
* platform/mac-leopard/svg/custom/alignment-baseline-modes-expected.txt: Added.
* platform/mac-leopard/svg/custom/attribute-namespace-check-expected.checksum: Added.
* platform/mac-leopard/svg/custom/attribute-namespace-check-expected.png: Added.
* platform/mac-leopard/svg/custom/attribute-namespace-check-expected.txt: Added.
* platform/mac-leopard/svg/custom/baseval-animval-equality-expected.checksum: Added.
* platform/mac-leopard/svg/custom/baseval-animval-equality-expected.png: Added.
* platform/mac-leopard/svg/custom/baseval-animval-equality-expected.txt: Added.
* platform/mac-leopard/svg/custom/circular-marker-reference-1-expected.checksum: Added.
* platform/mac-leopard/svg/custom/circular-marker-reference-1-expected.png: Added.
* platform/mac-leopard/svg/custom/circular-marker-reference-1-expected.txt: Added.
* platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.checksum: Added.
* platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.png: Added.
* platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.txt: Added.
* platform/mac-leopard/svg/custom/circular-marker-reference-3-expected.checksum: Added.
* platform/mac-leopard/svg/custom/circular-marker-reference-3-expected.png: Added.
* platform/mac-leopard/svg/custom/circular-marker-reference-3-expected.txt: Added.
* platform/mac-leopard/svg/custom/circular-marker-reference-4-expected.checksum: Added.
* platform/mac-leopard/svg/custom/circular-marker-reference-4-expected.png: Added.
* platform/mac-leopard/svg/custom/circular-marker-reference-4-expected.txt: Added.
* platform/mac-leopard/svg/custom/class-selector-expected.checksum: Added.
* platform/mac-leopard/svg/custom/class-selector-expected.png: Added.
* platform/mac-leopard/svg/custom/class-selector-expected.txt: Added.
* platform/mac-leopard/svg/custom/clip-path-child-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/clip-path-child-changes-expected.png: Added.
* platform/mac-leopard/svg/custom/clip-path-child-changes-expected.txt: Added.
* platform/mac-leopard/svg/custom/clip-path-href-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/clip-path-href-changes-expected.png: Added.
* platform/mac-leopard/svg/custom/clip-path-href-changes-expected.txt: Added.
* platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.checksum: Added.
* platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.png: Added.
* platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.txt: Added.
* platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.checksum: Added.
* platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.png: Added.
* platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.txt: Added.
* platform/mac-leopard/svg/custom/clip-path-units-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/clip-path-units-changes-expected.png: Added.
* platform/mac-leopard/svg/custom/clip-path-units-changes-expected.txt: Added.
* platform/mac-leopard/svg/custom/clip-path-with-transform-expected.checksum: Added.
* platform/mac-leopard/svg/custom/clip-path-with-transform-expected.png: Added.
* platform/mac-leopard/svg/custom/clip-path-with-transform-expected.txt: Added.
* platform/mac-leopard/svg/custom/conditional-processing-outside-switch-expected.checksum: Added.
* platform/mac-leopard/svg/custom/conditional-processing-outside-switch-expected.png: Added.
* platform/mac-leopard/svg/custom/conditional-processing-outside-switch-expected.txt: Added.
* platform/mac-leopard/svg/custom/container-opacity-clip-viewBox-expected.checksum: Added.
* platform/mac-leopard/svg/custom/container-opacity-clip-viewBox-expected.png: Added.
* platform/mac-leopard/svg/custom/container-opacity-clip-viewBox-expected.txt: Added.
* platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.checksum: Added.
* platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.png: Added.
* platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.txt: Added.
* platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.checksum: Added.
* platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.png: Added.
* platform/mac-leopard/svg/custom/coords-relative-units-transforms-expected.txt: Added.
* platform/mac-leopard/svg/custom/create-metadata-element-expected.checksum: Added.
* platform/mac-leopard/svg/custom/create-metadata-element-expected.png: Added.
* platform/mac-leopard/svg/custom/create-metadata-element-expected.txt: Added.
* platform/mac-leopard/svg/custom/createelement-expected.checksum: Added.
* platform/mac-leopard/svg/custom/createelement-expected.png: Added.
* platform/mac-leopard/svg/custom/createelement-expected.txt: Added.
* platform/mac-leopard/svg/custom/css-pixels-dpi-expected.checksum: Added.
* platform/mac-leopard/svg/custom/css-pixels-dpi-expected.png: Added.
* platform/mac-leopard/svg/custom/css-pixels-dpi-expected.txt: Added.
* platform/mac-leopard/svg/custom/dasharrayOrigin-expected.checksum: Added.
* platform/mac-leopard/svg/custom/dasharrayOrigin-expected.png: Added.
* platform/mac-leopard/svg/custom/dasharrayOrigin-expected.txt: Added.
* platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.checksum: Added.
* platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.png: Added.
* platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.txt: Added.
* platform/mac-leopard/svg/custom/display-none-expected.checksum: Added.
* platform/mac-leopard/svg/custom/display-none-expected.png: Added.
* platform/mac-leopard/svg/custom/display-none-expected.txt: Added.
* platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
* platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.png: Added.
* platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.txt: Added.
* platform/mac-leopard/svg/custom/dominant-baseline-modes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/dominant-baseline-modes-expected.png: Added.
* platform/mac-leopard/svg/custom/dominant-baseline-modes-expected.txt: Added.
* platform/mac-leopard/svg/custom/dynamic-empty-path-expected.checksum: Added.
* platform/mac-leopard/svg/custom/dynamic-empty-path-expected.png: Added.
* platform/mac-leopard/svg/custom/dynamic-empty-path-expected.txt: Added.
* platform/mac-leopard/svg/custom/dynamic-svg-document-creation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/dynamic-svg-document-creation-expected.png: Added.
* platform/mac-leopard/svg/custom/dynamic-svg-document-creation-expected.txt: Added.
* platform/mac-leopard/svg/custom/dynamic-viewBox-expected.checksum: Added.
* platform/mac-leopard/svg/custom/dynamic-viewBox-expected.png: Added.
* platform/mac-leopard/svg/custom/dynamic-viewBox-expected.txt: Added.
* platform/mac-leopard/svg/custom/embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
* platform/mac-leopard/svg/custom/embedded-svg-disallowed-in-dashboard-expected.png: Added.
* platform/mac-leopard/svg/custom/empty-clip-path-expected.checksum: Added.
* platform/mac-leopard/svg/custom/empty-clip-path-expected.png: Added.
* platform/mac-leopard/svg/custom/empty-clip-path-expected.txt: Added.
* platform/mac-leopard/svg/custom/empty-merge-expected.checksum: Added.
* platform/mac-leopard/svg/custom/empty-merge-expected.png: Added.
* platform/mac-leopard/svg/custom/empty-merge-expected.txt: Added.
* platform/mac-leopard/svg/custom/evt-onload-expected.checksum: Added.
* platform/mac-leopard/svg/custom/evt-onload-expected.png: Added.
* platform/mac-leopard/svg/custom/evt-onload-expected.txt: Added.
* platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.checksum: Added.
* platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.png: Added.
* platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
* platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
* platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
* platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
* platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.checksum: Added.
* platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.png: Added.
* platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.txt: Added.
* platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.checksum: Added.
* platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.png: Added.
* platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.txt: Added.
* platform/mac-leopard/svg/custom/feDisplacementMap-01-expected.checksum: Added.
* platform/mac-leopard/svg/custom/feDisplacementMap-01-expected.png: Added.
* platform/mac-leopard/svg/custom/feDisplacementMap-01-expected.txt: Added.
* platform/mac-leopard/svg/custom/fill-SVGPaint-interface-expected.checksum: Added.
* platform/mac-leopard/svg/custom/fill-SVGPaint-interface-expected.png: Added.
* platform/mac-leopard/svg/custom/fill-SVGPaint-interface-expected.txt: Added.
* platform/mac-leopard/svg/custom/fill-fallback-expected.checksum: Added.
* platform/mac-leopard/svg/custom/fill-fallback-expected.png: Added.
* platform/mac-leopard/svg/custom/fill-fallback-expected.txt: Added.
* platform/mac-leopard/svg/custom/fill-update-expected.checksum: Added.
* platform/mac-leopard/svg/custom/fill-update-expected.png: Added.
* platform/mac-leopard/svg/custom/fill-update-expected.txt: Added.
* platform/mac-leopard/svg/custom/filter-source-alpha-expected.checksum: Added.
* platform/mac-leopard/svg/custom/filter-source-alpha-expected.png: Added.
* platform/mac-leopard/svg/custom/filter-source-alpha-expected.txt: Added.
* platform/mac-leopard/svg/custom/focus-ring-expected.checksum: Added.
* platform/mac-leopard/svg/custom/focus-ring-expected.png: Added.
* platform/mac-leopard/svg/custom/focus-ring-expected.txt: Added.
* platform/mac-leopard/svg/custom/font-face-cascade-order-expected.checksum: Added.
* platform/mac-leopard/svg/custom/font-face-cascade-order-expected.png: Added.
* platform/mac-leopard/svg/custom/font-face-cascade-order-expected.txt: Added.
* platform/mac-leopard/svg/custom/font-face-simple-expected.checksum: Added.
* platform/mac-leopard/svg/custom/font-face-simple-expected.png: Added.
* platform/mac-leopard/svg/custom/font-face-simple-expected.txt: Added.
* platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.checksum: Added.
* platform/mac-leopard/svg/custom/font-platformDestroy-crash-expected.png: Added.
* platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum: Added.
* platform/mac-leopard/svg/custom/foreign-object-skew-expected.png: Added.
* platform/mac-leopard/svg/custom/foreign-object-skew-expected.txt: Added.
* platform/mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.checksum: Added.
* platform/mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
* platform/mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.txt: Added.
* platform/mac-leopard/svg/custom/fractional-rects-expected.checksum: Added.
* platform/mac-leopard/svg/custom/fractional-rects-expected.png: Added.
* platform/mac-leopard/svg/custom/fractional-rects-expected.txt: Added.
* platform/mac-leopard/svg/custom/frame-getSVGDocument-expected.checksum: Added.
* platform/mac-leopard/svg/custom/frame-getSVGDocument-expected.png: Added.
* platform/mac-leopard/svg/custom/getBBox-js-expected.checksum: Added.
* platform/mac-leopard/svg/custom/getBBox-js-expected.png: Added.
* platform/mac-leopard/svg/custom/getPresentationAttribute-expected.checksum: Added.
* platform/mac-leopard/svg/custom/getPresentationAttribute-expected.png: Added.
* platform/mac-leopard/svg/custom/getPresentationAttribute-expected.txt: Added.
* platform/mac-leopard/svg/custom/getTransformToElement-expected.checksum: Added.
* platform/mac-leopard/svg/custom/getTransformToElement-expected.png: Added.
* platform/mac-leopard/svg/custom/getTransformToElement-expected.txt: Added.
* platform/mac-leopard/svg/custom/getscreenctm-in-mixed-content-expected.checksum: Added.
* platform/mac-leopard/svg/custom/getscreenctm-in-mixed-content-expected.png: Added.
* platform/mac-leopard/svg/custom/getscreenctm-in-mixed-content-expected.txt: Added.
* platform/mac-leopard/svg/custom/getsvgdocument-expected.checksum: Added.
* platform/mac-leopard/svg/custom/getsvgdocument-expected.png: Added.
* platform/mac-leopard/svg/custom/getsvgdocument-expected.txt: Added.
* platform/mac-leopard/svg/custom/glyph-selection-lang-attribute-expected.checksum: Added.
* platform/mac-leopard/svg/custom/glyph-selection-lang-attribute-expected.png: Added.
* platform/mac-leopard/svg/custom/glyph-selection-lang-attribute-expected.txt: Added.
* platform/mac-leopard/svg/custom/gradient-add-stops-expected.checksum: Added.
* platform/mac-leopard/svg/custom/gradient-add-stops-expected.png: Added.
* platform/mac-leopard/svg/custom/gradient-add-stops-expected.txt: Added.
* platform/mac-leopard/svg/custom/gradient-attr-update-expected.checksum: Added.
* platform/mac-leopard/svg/custom/gradient-attr-update-expected.png: Added.
* platform/mac-leopard/svg/custom/gradient-attr-update-expected.txt: Added.
* platform/mac-leopard/svg/custom/gradient-cycle-detection-expected.checksum: Added.
* platform/mac-leopard/svg/custom/gradient-cycle-detection-expected.png: Added.
* platform/mac-leopard/svg/custom/gradient-cycle-detection-expected.txt: Added.
* platform/mac-leopard/svg/custom/gradient-deep-referencing-expected.checksum: Added.
* platform/mac-leopard/svg/custom/gradient-deep-referencing-expected.png: Added.
* platform/mac-leopard/svg/custom/gradient-deep-referencing-expected.txt: Added.
* platform/mac-leopard/svg/custom/gradient-rotated-bbox-expected.checksum: Added.
* platform/mac-leopard/svg/custom/gradient-rotated-bbox-expected.png: Added.
* platform/mac-leopard/svg/custom/gradient-rotated-bbox-expected.txt: Added.
* platform/mac-leopard/svg/custom/gradient-stop-corner-cases-expected.checksum: Added.
* platform/mac-leopard/svg/custom/gradient-stop-corner-cases-expected.png: Added.
* platform/mac-leopard/svg/custom/gradient-stop-corner-cases-expected.txt: Added.
* platform/mac-leopard/svg/custom/gradient-stop-style-change-expected.checksum: Added.
* platform/mac-leopard/svg/custom/gradient-stop-style-change-expected.png: Added.
* platform/mac-leopard/svg/custom/gradient-stop-style-change-expected.txt: Added.
* platform/mac-leopard/svg/custom/gradient-stroke-width-expected.checksum: Added.
* platform/mac-leopard/svg/custom/gradient-stroke-width-expected.png: Added.
* platform/mac-leopard/svg/custom/gradient-stroke-width-expected.txt: Added.
* platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.checksum: Added.
* platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.png: Added.
* platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.txt: Added.
* platform/mac-leopard/svg/custom/group-opacity-expected.checksum: Added.
* platform/mac-leopard/svg/custom/group-opacity-expected.png: Added.
* platform/mac-leopard/svg/custom/group-opacity-expected.txt: Added.
* platform/mac-leopard/svg/custom/hit-test-path-expected.checksum: Added.
* platform/mac-leopard/svg/custom/hit-test-path-expected.png: Added.
* platform/mac-leopard/svg/custom/hit-test-path-expected.txt: Added.
* platform/mac-leopard/svg/custom/hit-test-path-stroke-expected.checksum: Added.
* platform/mac-leopard/svg/custom/hit-test-path-stroke-expected.png: Added.
* platform/mac-leopard/svg/custom/hit-test-path-stroke-expected.txt: Added.
* platform/mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.checksum: Added.
* platform/mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.png: Added.
* platform/mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.txt: Added.
* platform/mac-leopard/svg/custom/hit-test-with-br-expected.checksum: Added.
* platform/mac-leopard/svg/custom/hit-test-with-br-expected.png: Added.
* platform/mac-leopard/svg/custom/hit-test-with-br-expected.txt: Added.
* platform/mac-leopard/svg/custom/hover-default-fill-expected.checksum: Added.
* platform/mac-leopard/svg/custom/hover-default-fill-expected.png: Added.
* platform/mac-leopard/svg/custom/hover-default-fill-expected.txt: Added.
* platform/mac-leopard/svg/custom/image-clipped-hit-expected.checksum: Added.
* platform/mac-leopard/svg/custom/image-clipped-hit-expected.png: Added.
* platform/mac-leopard/svg/custom/image-clipped-hit-expected.txt: Added.
* platform/mac-leopard/svg/custom/image-parent-translation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/image-parent-translation-expected.png: Added.
* platform/mac-leopard/svg/custom/image-parent-translation-expected.txt: Added.
* platform/mac-leopard/svg/custom/image-small-width-height-expected.checksum: Added.
* platform/mac-leopard/svg/custom/image-small-width-height-expected.png: Added.
* platform/mac-leopard/svg/custom/image-small-width-height-expected.txt: Added.
* platform/mac-leopard/svg/custom/image-with-aspect-ratio-stretch-expected.checksum: Added.
* platform/mac-leopard/svg/custom/image-with-aspect-ratio-stretch-expected.png: Added.
* platform/mac-leopard/svg/custom/image-with-aspect-ratio-stretch-expected.txt: Added.
* platform/mac-leopard/svg/custom/image-with-prefix-in-webarchive-expected.checksum: Added.
* platform/mac-leopard/svg/custom/image-with-prefix-in-webarchive-expected.png: Added.
* platform/mac-leopard/svg/custom/image-with-transform-clip-filter-expected.checksum: Added.
* platform/mac-leopard/svg/custom/image-with-transform-clip-filter-expected.png: Added.
* platform/mac-leopard/svg/custom/image-with-transform-clip-filter-expected.txt: Added.
* platform/mac-leopard/svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
* platform/mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png: Added.
* platform/mac-leopard/svg/custom/inline-svg-in-xhtml-expected.txt: Added.
* platform/mac-leopard/svg/custom/inner-percent-expected.checksum: Added.
* platform/mac-leopard/svg/custom/inner-percent-expected.png: Added.
* platform/mac-leopard/svg/custom/inner-percent-expected.txt: Added.
* platform/mac-leopard/svg/custom/inner-svg-hit-test-expected.checksum: Added.
* platform/mac-leopard/svg/custom/inner-svg-hit-test-expected.png: Added.
* platform/mac-leopard/svg/custom/inner-svg-hit-test-expected.txt: Added.
* platform/mac-leopard/svg/custom/invalid-css-expected.checksum: Added.
* platform/mac-leopard/svg/custom/invalid-css-expected.png: Added.
* platform/mac-leopard/svg/custom/invalid-css-expected.txt: Added.
* platform/mac-leopard/svg/custom/invalid-fill-expected.checksum: Added.
* platform/mac-leopard/svg/custom/invalid-fill-expected.png: Added.
* platform/mac-leopard/svg/custom/invalid-fill-expected.txt: Added.
* platform/mac-leopard/svg/custom/invalid-fill-hex-expected.checksum: Added.
* platform/mac-leopard/svg/custom/invalid-fill-hex-expected.png: Added.
* platform/mac-leopard/svg/custom/invalid-fill-hex-expected.txt: Added.
* platform/mac-leopard/svg/custom/invalid-lengthlist-expected.checksum: Added.
* platform/mac-leopard/svg/custom/invalid-lengthlist-expected.png: Added.
* platform/mac-leopard/svg/custom/invalid-lengthlist-expected.txt: Added.
* platform/mac-leopard/svg/custom/invalid-transforms-expected.checksum: Added.
* platform/mac-leopard/svg/custom/invalid-transforms-expected.png: Added.
* platform/mac-leopard/svg/custom/invalid-transforms-expected.txt: Added.
* platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.checksum: Added.
* platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.png: Added.
* platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
* platform/mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.png: Added.
* platform/mac-leopard/svg/custom/js-late-clipPath-creation-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png: Added.
* platform/mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.png: Added.
* platform/mac-leopard/svg/custom/js-late-gradient-creation-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-late-marker-and-object-creation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-late-marker-and-object-creation-expected.png: Added.
* platform/mac-leopard/svg/custom/js-late-marker-and-object-creation-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-late-marker-creation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-late-marker-creation-expected.png: Added.
* platform/mac-leopard/svg/custom/js-late-marker-creation-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.png: Added.
* platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-late-mask-creation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-late-mask-creation-expected.png: Added.
* platform/mac-leopard/svg/custom/js-late-mask-creation-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
* platform/mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.png: Added.
* platform/mac-leopard/svg/custom/js-late-pattern-creation-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-svg-constructors-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-svg-constructors-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-bounce-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-bounce-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-bounce-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-container-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-container-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-container-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-container2-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-container2-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-container2-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-gradient-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-gradient-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-gradient-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-image-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-image-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-image-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-path-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-path-changes-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-path-changes-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-path-removal-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-path-removal-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-path-removal-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-pattern-child-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-pattern-child-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-pattern-child-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-pattern-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-pattern-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-pattern-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-polygon-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-polygon-changes-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-polygon-changes-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-polygon-removal-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-polygon-removal-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-polygon-removal-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-stop-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-stop-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-stop-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-style-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-style-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-style-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-transform-addition-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-transform-addition-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-transform-addition-expected.txt: Added.
* platform/mac-leopard/svg/custom/js-update-transform-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/js-update-transform-changes-expected.png: Added.
* platform/mac-leopard/svg/custom/js-update-transform-changes-expected.txt: Added.
* platform/mac-leopard/svg/custom/junk-data-expected.checksum: Added.
* platform/mac-leopard/svg/custom/junk-data-expected.png: Added.
* platform/mac-leopard/svg/custom/junk-data-expected.txt: Added.
* platform/mac-leopard/svg/custom/large-bounding-box-percents-expected.checksum: Added.
* platform/mac-leopard/svg/custom/large-bounding-box-percents-expected.png: Added.
* platform/mac-leopard/svg/custom/large-bounding-box-percents-expected.txt: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-all-expected.checksum: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-all-expected.png: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-all-expected.txt: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-transform-expected.checksum: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-transform-expected.png: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-transform-expected.txt: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-expected.checksum: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-expected.png: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-transform-expected.png: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.checksum: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.png: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-viewTarget-expected.txt: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.checksum: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.png: Added.
* platform/mac-leopard/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Added.
* platform/mac-leopard/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
* platform/mac-leopard/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.png: Added.
* platform/mac-leopard/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.checksum: Added.
* platform/mac-leopard/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.png: Added.
* platform/mac-leopard/svg/custom/marker-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/marker-changes-expected.png: Added.
* platform/mac-leopard/svg/custom/marker-changes-expected.txt: Added.
* platform/mac-leopard/svg/custom/marker-child-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/marker-child-changes-expected.png: Added.
* platform/mac-leopard/svg/custom/marker-child-changes-expected.txt: Added.
* platform/mac-leopard/svg/custom/marker-default-width-height-expected.checksum: Added.
* platform/mac-leopard/svg/custom/marker-default-width-height-expected.png: Added.
* platform/mac-leopard/svg/custom/marker-default-width-height-expected.txt: Added.
* platform/mac-leopard/svg/custom/marker-overflow-clip-expected.checksum: Added.
* platform/mac-leopard/svg/custom/marker-overflow-clip-expected.png: Added.
* platform/mac-leopard/svg/custom/marker-overflow-clip-expected.txt: Added.
* platform/mac-leopard/svg/custom/marker-viewBox-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/marker-viewBox-changes-expected.png: Added.
* platform/mac-leopard/svg/custom/marker-viewBox-changes-expected.txt: Added.
* platform/mac-leopard/svg/custom/mask-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/mask-changes-expected.png: Added.
* platform/mac-leopard/svg/custom/mask-changes-expected.txt: Added.
* platform/mac-leopard/svg/custom/mask-child-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/mask-child-changes-expected.png: Added.
* platform/mac-leopard/svg/custom/mask-child-changes-expected.txt: Added.
* platform/mac-leopard/svg/custom/mask-excessive-malloc-expected.checksum: Added.
* platform/mac-leopard/svg/custom/mask-excessive-malloc-expected.png: Added.
* platform/mac-leopard/svg/custom/mask-excessive-malloc-expected.txt: Added.
* platform/mac-leopard/svg/custom/mask-inside-defs-expected.checksum: Added.
* platform/mac-leopard/svg/custom/mask-inside-defs-expected.png: Added.
* platform/mac-leopard/svg/custom/mask-inside-defs-expected.txt: Added.
* platform/mac-leopard/svg/custom/missing-xlink-expected.checksum: Added.
* platform/mac-leopard/svg/custom/missing-xlink-expected.png: Added.
* platform/mac-leopard/svg/custom/missing-xlink-expected.txt: Added.
* platform/mac-leopard/svg/custom/multiple-title-elements-expected.checksum: Added.
* platform/mac-leopard/svg/custom/multiple-title-elements-expected.png: Added.
* platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.checksum: Added.
* platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.png: Added.
* platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.txt: Added.
* platform/mac-leopard/svg/custom/non-opaque-filters-expected.checksum: Added.
* platform/mac-leopard/svg/custom/non-opaque-filters-expected.png: Added.
* platform/mac-leopard/svg/custom/non-opaque-filters-expected.txt: Added.
* platform/mac-leopard/svg/custom/path-bad-data-expected.checksum: Added.
* platform/mac-leopard/svg/custom/path-bad-data-expected.png: Added.
* platform/mac-leopard/svg/custom/path-bad-data-expected.txt: Added.
* platform/mac-leopard/svg/custom/path-getTotalLength-expected.checksum: Added.
* platform/mac-leopard/svg/custom/path-getTotalLength-expected.png: Added.
* platform/mac-leopard/svg/custom/path-textPath-simulation-expected.checksum: Added.
* platform/mac-leopard/svg/custom/path-textPath-simulation-expected.png: Added.
* platform/mac-leopard/svg/custom/path-textPath-simulation-expected.txt: Added.
* platform/mac-leopard/svg/custom/path-update-expected.checksum: Added.
* platform/mac-leopard/svg/custom/path-update-expected.png: Added.
* platform/mac-leopard/svg/custom/path-update-expected.txt: Added.
* platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.checksum: Added.
* platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.png: Added.
* platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.txt: Added.
* platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.checksum: Added.
* platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.png: Added.
* platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.txt: Added.
* platform/mac-leopard/svg/custom/pattern-in-defs-expected.checksum: Added.
* platform/mac-leopard/svg/custom/pattern-in-defs-expected.png: Added.
* platform/mac-leopard/svg/custom/pattern-in-defs-expected.txt: Added.
* platform/mac-leopard/svg/custom/pattern-rotate-expected.checksum: Added.
* platform/mac-leopard/svg/custom/pattern-rotate-expected.png: Added.
* platform/mac-leopard/svg/custom/pattern-rotate-expected.txt: Added.
* platform/mac-leopard/svg/custom/pattern-y-offset-expected.checksum: Added.
* platform/mac-leopard/svg/custom/pattern-y-offset-expected.png: Added.
* platform/mac-leopard/svg/custom/pattern-y-offset-expected.txt: Added.
* platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.checksum: Added.
* platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.png: Added.
* platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.txt: Added.
* platform/mac-leopard/svg/custom/percentage-rect-expected.checksum: Added.
* platform/mac-leopard/svg/custom/percentage-rect-expected.png: Added.
* platform/mac-leopard/svg/custom/percentage-rect-expected.txt: Added.
* platform/mac-leopard/svg/custom/percentage-rect2-expected.checksum: Added.
* platform/mac-leopard/svg/custom/percentage-rect2-expected.png: Added.
* platform/mac-leopard/svg/custom/percentage-rect2-expected.txt: Added.
* platform/mac-leopard/svg/custom/pointer-events-image-expected.checksum: Added.
* platform/mac-leopard/svg/custom/pointer-events-image-expected.png: Added.
* platform/mac-leopard/svg/custom/pointer-events-image-expected.txt: Added.
* platform/mac-leopard/svg/custom/pointer-events-path-expected.checksum: Added.
* platform/mac-leopard/svg/custom/pointer-events-path-expected.png: Added.
* platform/mac-leopard/svg/custom/pointer-events-path-expected.txt: Added.
* platform/mac-leopard/svg/custom/pointer-events-text-expected.checksum: Added.
* platform/mac-leopard/svg/custom/pointer-events-text-expected.png: Added.
* platform/mac-leopard/svg/custom/pointer-events-text-expected.txt: Added.
* platform/mac-leopard/svg/custom/poly-identify-expected.checksum: Added.
* platform/mac-leopard/svg/custom/poly-identify-expected.png: Added.
* platform/mac-leopard/svg/custom/poly-identify-expected.txt: Added.
* platform/mac-leopard/svg/custom/polyline-hittest-expected.checksum: Added.
* platform/mac-leopard/svg/custom/polyline-hittest-expected.png: Added.
* platform/mac-leopard/svg/custom/polyline-hittest-expected.txt: Added.
* platform/mac-leopard/svg/custom/polyline-invalid-points-expected.checksum: Added.
* platform/mac-leopard/svg/custom/polyline-invalid-points-expected.png: Added.
* platform/mac-leopard/svg/custom/polyline-invalid-points-expected.txt: Added.
* platform/mac-leopard/svg/custom/polyline-setattribute-points-null-expected.checksum: Added.
* platform/mac-leopard/svg/custom/polyline-setattribute-points-null-expected.png: Added.
* platform/mac-leopard/svg/custom/polyline-setattribute-points-null-expected.txt: Added.
* platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.checksum: Added.
* platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.png: Added.
* platform/mac-leopard/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Added.
* platform/mac-leopard/svg/custom/prevent-default-expected.checksum: Added.
* platform/mac-leopard/svg/custom/prevent-default-expected.png: Added.
* platform/mac-leopard/svg/custom/prevent-default-expected.txt: Added.
* platform/mac-leopard/svg/custom/recursive-clippath-expected.checksum: Added.
* platform/mac-leopard/svg/custom/recursive-clippath-expected.png: Added.
* platform/mac-leopard/svg/custom/recursive-clippath-expected.txt: Added.
* platform/mac-leopard/svg/custom/repaint-on-image-bounds-change-expected.checksum: Added.
* platform/mac-leopard/svg/custom/repaint-on-image-bounds-change-expected.png: Added.
* platform/mac-leopard/svg/custom/repaint-on-image-bounds-change-expected.txt: Added.
* platform/mac-leopard/svg/custom/resource-client-removal-expected.checksum: Added.
* platform/mac-leopard/svg/custom/resource-client-removal-expected.png: Added.
* platform/mac-leopard/svg/custom/resource-client-removal-expected.txt: Added.
* platform/mac-leopard/svg/custom/rgbcolor-syntax-expected.checksum: Added.
* platform/mac-leopard/svg/custom/rgbcolor-syntax-expected.png: Added.
* platform/mac-leopard/svg/custom/rgbcolor-syntax-expected.txt: Added.
* platform/mac-leopard/svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Added.
* platform/mac-leopard/svg/custom/root-container-opacity-clip-viewBox-expected.png: Added.
* platform/mac-leopard/svg/custom/root-container-opacity-clip-viewBox-expected.txt: Added.
* platform/mac-leopard/svg/custom/rootelement-expected.checksum: Added.
* platform/mac-leopard/svg/custom/rootelement-expected.png: Added.
* platform/mac-leopard/svg/custom/rootelement-expected.txt: Added.
* platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.checksum: Added.
* platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.png: Added.
* platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.txt: Added.
* platform/mac-leopard/svg/custom/rounded-rects-expected.checksum: Added.
* platform/mac-leopard/svg/custom/rounded-rects-expected.png: Added.
* platform/mac-leopard/svg/custom/rounded-rects-expected.txt: Added.
* platform/mac-leopard/svg/custom/scroll-hit-test-expected.checksum: Added.
* platform/mac-leopard/svg/custom/scroll-hit-test-expected.png: Added.
* platform/mac-leopard/svg/custom/scroll-hit-test-expected.txt: Added.
* platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Added.
* platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Added.
* platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
* platform/mac-leopard/svg/custom/second-inline-text-expected.checksum: Added.
* platform/mac-leopard/svg/custom/second-inline-text-expected.png: Added.
* platform/mac-leopard/svg/custom/second-inline-text-expected.txt: Added.
* platform/mac-leopard/svg/custom/shape-rendering-expected.checksum: Added.
* platform/mac-leopard/svg/custom/shape-rendering-expected.png: Added.
* platform/mac-leopard/svg/custom/shape-rendering-expected.txt: Added.
* platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.checksum: Added.
* platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.png: Added.
* platform/mac-leopard/svg/custom/shapes-supporting-markers-expected.txt: Added.
* platform/mac-leopard/svg/custom/sheet-title-expected.checksum: Added.
* platform/mac-leopard/svg/custom/sheet-title-expected.png: Added.
* platform/mac-leopard/svg/custom/sheet-title-expected.txt: Added.
* platform/mac-leopard/svg/custom/simpleCDF-expected.checksum: Added.
* platform/mac-leopard/svg/custom/simpleCDF-expected.png: Added.
* platform/mac-leopard/svg/custom/simpleCDF-expected.txt: Added.
* platform/mac-leopard/svg/custom/stroke-fallback-expected.checksum: Added.
* platform/mac-leopard/svg/custom/stroke-fallback-expected.png: Added.
* platform/mac-leopard/svg/custom/stroke-fallback-expected.txt: Added.
* platform/mac-leopard/svg/custom/stroke-width-click-expected.checksum: Added.
* platform/mac-leopard/svg/custom/stroke-width-click-expected.png: Added.
* platform/mac-leopard/svg/custom/stroked-pattern-expected.checksum: Added.
* platform/mac-leopard/svg/custom/stroked-pattern-expected.png: Added.
* platform/mac-leopard/svg/custom/stroked-pattern-expected.txt: Added.
* platform/mac-leopard/svg/custom/struct-use-09-b-expected.checksum: Added.
* platform/mac-leopard/svg/custom/struct-use-09-b-expected.png: Added.
* platform/mac-leopard/svg/custom/struct-use-09-b-expected.txt: Added.
* platform/mac-leopard/svg/custom/style-attribute-font-size-expected.checksum: Added.
* platform/mac-leopard/svg/custom/style-attribute-font-size-expected.png: Added.
* platform/mac-leopard/svg/custom/style-attribute-font-size-expected.txt: Added.
* platform/mac-leopard/svg/custom/svg-absolute-children-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svg-absolute-children-expected.png: Added.
* platform/mac-leopard/svg/custom/svg-absolute-children-expected.txt: Added.
* platform/mac-leopard/svg/custom/svg-disallowed-in-dashboard-object-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svg-disallowed-in-dashboard-object-expected.png: Added.
* platform/mac-leopard/svg/custom/svg-features-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svg-features-expected.png: Added.
* platform/mac-leopard/svg/custom/svg-float-border-padding-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svg-float-border-padding-expected.png: Added.
* platform/mac-leopard/svg/custom/svg-float-border-padding-expected.txt: Added.
* platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.png: Added.
* platform/mac-leopard/svg/custom/svg-fonts-in-html-expected.txt: Added.
* platform/mac-leopard/svg/custom/svg-overflow-types-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svg-overflow-types-expected.png: Added.
* platform/mac-leopard/svg/custom/svg-overflow-types-expected.txt: Added.
* platform/mac-leopard/svg/custom/svgpolyparser-extra-space-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svgpolyparser-extra-space-expected.png: Added.
* platform/mac-leopard/svg/custom/svgpolyparser-extra-space-expected.txt: Added.
* platform/mac-leopard/svg/custom/svgsvgelement-ctm-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svgsvgelement-ctm-expected.png: Added.
* platform/mac-leopard/svg/custom/text-clip-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-clip-expected.png: Added.
* platform/mac-leopard/svg/custom/text-clip-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-ctm-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-ctm-expected.png: Added.
* platform/mac-leopard/svg/custom/text-ctm-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-decoration-visibility-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-decoration-visibility-expected.png: Added.
* platform/mac-leopard/svg/custom/text-decoration-visibility-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-dom-01-f-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-dom-01-f-expected.png: Added.
* platform/mac-leopard/svg/custom/text-dom-01-f-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-filter-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-filter-expected.png: Added.
* platform/mac-leopard/svg/custom/text-filter-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-gradient-no-content-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-gradient-no-content-expected.png: Added.
* platform/mac-leopard/svg/custom/text-gradient-no-content-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-hit-test-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-hit-test-expected.png: Added.
* platform/mac-leopard/svg/custom/text-hit-test-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-image-opacity-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-image-opacity-expected.png: Added.
* platform/mac-leopard/svg/custom/text-image-opacity-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-letter-spacing-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-letter-spacing-expected.png: Added.
* platform/mac-leopard/svg/custom/text-letter-spacing-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-repaint-including-stroke-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-repaint-including-stroke-expected.png: Added.
* platform/mac-leopard/svg/custom/text-repaint-including-stroke-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-whitespace-handling-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-whitespace-handling-expected.png: Added.
* platform/mac-leopard/svg/custom/text-whitespace-handling-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-x-dx-lists-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-x-dx-lists-expected.png: Added.
* platform/mac-leopard/svg/custom/text-x-dx-lists-expected.txt: Added.
* platform/mac-leopard/svg/custom/text-x-override-in-tspan-child-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-x-override-in-tspan-child-expected.png: Added.
* platform/mac-leopard/svg/custom/text-x-override-in-tspan-child-expected.txt: Added.
* platform/mac-leopard/svg/custom/textPath-assert-expected.checksum: Added.
* platform/mac-leopard/svg/custom/textPath-assert-expected.png: Added.
* platform/mac-leopard/svg/custom/transform-ignore-after-invalid-expected.checksum: Added.
* platform/mac-leopard/svg/custom/transform-ignore-after-invalid-expected.png: Added.
* platform/mac-leopard/svg/custom/transform-ignore-after-invalid-expected.txt: Added.
* platform/mac-leopard/svg/custom/transform-invalid-expected.checksum: Added.
* platform/mac-leopard/svg/custom/transform-invalid-expected.png: Added.
* platform/mac-leopard/svg/custom/transform-invalid-expected.txt: Added.
* platform/mac-leopard/svg/custom/transform-removeAttributeNS-expected.checksum: Added.
* platform/mac-leopard/svg/custom/transform-removeAttributeNS-expected.png: Added.
* platform/mac-leopard/svg/custom/transform-removeAttributeNS-expected.txt: Added.
* platform/mac-leopard/svg/custom/transform-scale-parse-expected.checksum: Added.
* platform/mac-leopard/svg/custom/transform-scale-parse-expected.png: Added.
* platform/mac-leopard/svg/custom/transform-scale-parse-expected.txt: Added.
* platform/mac-leopard/svg/custom/transform-with-ending-space-expected.checksum: Added.
* platform/mac-leopard/svg/custom/transform-with-ending-space-expected.png: Added.
* platform/mac-leopard/svg/custom/transform-with-ending-space-expected.txt: Added.
* platform/mac-leopard/svg/custom/tref-update-expected.checksum: Added.
* platform/mac-leopard/svg/custom/tref-update-expected.png: Added.
* platform/mac-leopard/svg/custom/tref-update-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-clipped-hit-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-clipped-hit-expected.png: Added.
* platform/mac-leopard/svg/custom/use-clipped-hit-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-css-events-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-css-events-expected.png: Added.
* platform/mac-leopard/svg/custom/use-css-events-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
* platform/mac-leopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-detach-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-detach-expected.png: Added.
* platform/mac-leopard/svg/custom/use-detach-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-dynamic-append-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-dynamic-append-expected.png: Added.
* platform/mac-leopard/svg/custom/use-dynamic-append-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-elementInstance-event-target-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-elementInstance-event-target-expected.png: Added.
* platform/mac-leopard/svg/custom/use-elementInstance-event-target-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-elementInstance-methods-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-elementInstance-methods-expected.png: Added.
* platform/mac-leopard/svg/custom/use-elementInstance-methods-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-empty-reference-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-empty-reference-expected.png: Added.
* platform/mac-leopard/svg/custom/use-empty-reference-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.png: Added.
* platform/mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-event-handler-on-use-element-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-event-handler-on-use-element-expected.png: Added.
* platform/mac-leopard/svg/custom/use-event-handler-on-use-element-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-events-crash-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-events-crash-expected.png: Added.
* platform/mac-leopard/svg/custom/use-events-crash-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-forward-refs-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-forward-refs-expected.png: Added.
* platform/mac-leopard/svg/custom/use-forward-refs-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-infinite-recursion-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-infinite-recursion-expected.png: Added.
* platform/mac-leopard/svg/custom/use-infinite-recursion-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-instanceRoot-modifications-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-instanceRoot-modifications-expected.png: Added.
* platform/mac-leopard/svg/custom/use-instanceRoot-modifications-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-modify-container-in-target-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-modify-container-in-target-expected.png: Added.
* platform/mac-leopard/svg/custom/use-modify-container-in-target-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-modify-target-container-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-modify-target-container-expected.png: Added.
* platform/mac-leopard/svg/custom/use-modify-target-container-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-modify-target-symbol-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-modify-target-symbol-expected.png: Added.
* platform/mac-leopard/svg/custom/use-modify-target-symbol-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-nested-transform-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-nested-transform-expected.png: Added.
* platform/mac-leopard/svg/custom/use-nested-transform-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-g-containing-symbol-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-g-containing-symbol-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-g-containing-symbol-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-g-containing-use-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-g-containing-use-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-g-containing-use-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-g-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-g-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-g-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-non-svg-namespaced-element-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-rect-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-rect-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-rect-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-symbol-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-symbol-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-symbol-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-symbol-inside-pattern-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-symbol-inside-pattern-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-symbol-inside-pattern-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-text-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-text-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-text-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-on-use-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-on-use-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-use-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-property-changes-through-dom-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-property-changes-through-dom-expected.png: Added.
* platform/mac-leopard/svg/custom/use-property-changes-through-dom-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-property-changes-through-svg-dom-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-property-changes-through-svg-dom-expected.png: Added.
* platform/mac-leopard/svg/custom/use-property-changes-through-svg-dom-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-recalcStyle-crash-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-recalcStyle-crash-expected.png: Added.
* platform/mac-leopard/svg/custom/use-recalcStyle-crash-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-recursion-1-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-recursion-1-expected.png: Added.
* platform/mac-leopard/svg/custom/use-recursion-1-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-recursion-2-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-recursion-2-expected.png: Added.
* platform/mac-leopard/svg/custom/use-recursion-2-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-recursion-3-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-recursion-3-expected.png: Added.
* platform/mac-leopard/svg/custom/use-recursion-3-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-recursion-4-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-recursion-4-expected.png: Added.
* platform/mac-leopard/svg/custom/use-recursion-4-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.png: Added.
* platform/mac-leopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-symbol-overflow-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-symbol-overflow-expected.png: Added.
* platform/mac-leopard/svg/custom/use-symbol-overflow-expected.txt: Added.
* platform/mac-leopard/svg/custom/use-transform-expected.checksum: Added.
* platform/mac-leopard/svg/custom/use-transform-expected.png: Added.
* platform/mac-leopard/svg/custom/use-transform-expected.txt: Added.
* platform/mac-leopard/svg/custom/viewBox-hit-expected.checksum: Added.
* platform/mac-leopard/svg/custom/viewBox-hit-expected.png: Added.
* platform/mac-leopard/svg/custom/viewBox-hit-expected.txt: Added.
* platform/mac-leopard/svg/custom/viewbox-syntax-expected.checksum: Added.
* platform/mac-leopard/svg/custom/viewbox-syntax-expected.png: Added.
* platform/mac-leopard/svg/custom/viewbox-syntax-expected.txt: Added.
* platform/mac-leopard/svg/custom/viewport-clip-expected.checksum: Added.
* platform/mac-leopard/svg/custom/viewport-clip-expected.png: Added.
* platform/mac-leopard/svg/custom/viewport-clip-expected.txt: Added.
* platform/mac-leopard/svg/custom/viewport-em-expected.checksum: Added.
* platform/mac-leopard/svg/custom/viewport-em-expected.png: Added.
* platform/mac-leopard/svg/custom/viewport-em-expected.txt: Added.
* platform/mac-leopard/svg/custom/viewport-no-width-height-expected.checksum: Added.
* platform/mac-leopard/svg/custom/viewport-no-width-height-expected.png: Added.
* platform/mac-leopard/svg/custom/viewport-no-width-height-expected.txt: Added.
* platform/mac-leopard/svg/custom/viewport-update-expected.checksum: Added.
* platform/mac-leopard/svg/custom/viewport-update-expected.png: Added.
* platform/mac-leopard/svg/custom/viewport-update-expected.txt: Added.
* platform/mac-leopard/svg/custom/viewport-update2-expected.checksum: Added.
* platform/mac-leopard/svg/custom/viewport-update2-expected.png: Added.
* platform/mac-leopard/svg/custom/viewport-update2-expected.txt: Added.
* platform/mac-leopard/svg/custom/visibility-override-clip-expected.checksum: Added.
* platform/mac-leopard/svg/custom/visibility-override-clip-expected.png: Added.
* platform/mac-leopard/svg/custom/visibility-override-clip-expected.txt: Added.
* platform/mac-leopard/svg/custom/visibility-override-expected.checksum: Added.
* platform/mac-leopard/svg/custom/visibility-override-expected.png: Added.
* platform/mac-leopard/svg/custom/visibility-override-expected.txt: Added.
* platform/mac-leopard/svg/custom/visibility-override-filter-expected.checksum: Added.
* platform/mac-leopard/svg/custom/visibility-override-filter-expected.png: Added.
* platform/mac-leopard/svg/custom/visibility-override-filter-expected.txt: Added.
* platform/mac-leopard/svg/custom/visibility-override-mask-expected.checksum: Added.
* platform/mac-leopard/svg/custom/visibility-override-mask-expected.png: Added.
* platform/mac-leopard/svg/custom/visibility-override-mask-expected.txt: Added.
* platform/mac-leopard/svg/custom/width-full-percentage-expected.checksum: Added.
* platform/mac-leopard/svg/custom/width-full-percentage-expected.png: Added.
* platform/mac-leopard/svg/custom/width-full-percentage-expected.txt: Added.
* platform/mac-leopard/svg/custom/xhtml-no-svg-renderer-expected.checksum: Added.
* platform/mac-leopard/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
* platform/mac-leopard/svg/custom/xhtml-no-svg-renderer-expected.txt: Added.
* platform/mac-leopard/svg/custom/xml-stylesheet-expected.checksum: Added.
* platform/mac-leopard/svg/custom/xml-stylesheet-expected.png: Added.
* platform/mac-leopard/svg/custom/xml-stylesheet-expected.txt: Added.
* platform/mac-leopard/svg/dom: Added.
* platform/mac-leopard/svg/dom/animated-tearoff-equality-expected.checksum: Added.
* platform/mac-leopard/svg/dom/animated-tearoff-equality-expected.png: Added.
* platform/mac-leopard/svg/dom/animated-tearoff-lifespan-expected.checksum: Added.
* platform/mac-leopard/svg/dom/animated-tearoff-lifespan-expected.png: Added.
* platform/mac-leopard/svg/dom/font-face-elements-expected.checksum: Added.
* platform/mac-leopard/svg/dom/font-face-elements-expected.png: Added.
* platform/mac-leopard/svg/dom/length-list-parser-expected.checksum: Added.
* platform/mac-leopard/svg/dom/length-list-parser-expected.png: Added.
* platform/mac-leopard/svg/dom/path-parser-expected.checksum: Added.
* platform/mac-leopard/svg/dom/path-parser-expected.png: Added.
* platform/mac-leopard/svg/dom/points-parser-expected.checksum: Added.
* platform/mac-leopard/svg/dom/points-parser-expected.png: Added.
* platform/mac-leopard/svg/dom/preserve-aspect-ratio-parser-expected.checksum: Added.
* platform/mac-leopard/svg/dom/preserve-aspect-ratio-parser-expected.png: Added.
* platform/mac-leopard/svg/dom/rgb-color-parser-expected.checksum: Added.
* platform/mac-leopard/svg/dom/rgb-color-parser-expected.png: Added.
* platform/mac-leopard/svg/dom/string-list-parser-expected.checksum: Added.
* platform/mac-leopard/svg/dom/string-list-parser-expected.png: Added.
* platform/mac-leopard/svg/dom/svg-element-attribute-js-null-expected.checksum: Added.
* platform/mac-leopard/svg/dom/svg-element-attribute-js-null-expected.png: Added.
* platform/mac-leopard/svg/dom/transform-parser-expected.checksum: Added.
* platform/mac-leopard/svg/dom/transform-parser-expected.png: Added.
* platform/mac-leopard/svg/hixie/cascade: Added.
* platform/mac-leopard/svg/hixie/cascade/001-broken-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/cascade/001-broken-expected.png: Added.
* platform/mac-leopard/svg/hixie/cascade/001-broken-expected.txt: Added.
* platform/mac-leopard/svg/hixie/cascade/002-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/cascade/002-expected.png: Added.
* platform/mac-leopard/svg/hixie/cascade/002-expected.txt: Added.
* platform/mac-leopard/svg/hixie/data-types: Added.
* platform/mac-leopard/svg/hixie/data-types/001-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/data-types/001-expected.png: Added.
* platform/mac-leopard/svg/hixie/data-types/001-expected.txt: Added.
* platform/mac-leopard/svg/hixie/data-types/002-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/data-types/002-expected.png: Added.
* platform/mac-leopard/svg/hixie/data-types/002-expected.txt: Added.
* platform/mac-leopard/svg/hixie/dynamic: Added.
* platform/mac-leopard/svg/hixie/dynamic/001-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/dynamic/001-expected.png: Added.
* platform/mac-leopard/svg/hixie/dynamic/002-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/dynamic/002-expected.png: Added.
* platform/mac-leopard/svg/hixie/dynamic/002-expected.txt: Added.
* platform/mac-leopard/svg/hixie/dynamic/003-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/dynamic/003-expected.png: Added.
* platform/mac-leopard/svg/hixie/dynamic/003-expected.txt: Added.
* platform/mac-leopard/svg/hixie/dynamic/004-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/dynamic/004-expected.png: Added.
* platform/mac-leopard/svg/hixie/dynamic/004-expected.txt: Added.
* platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png: Added.
* platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.txt: Added.
* platform/mac-leopard/svg/hixie/dynamic/006-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/dynamic/006-expected.png: Added.
* platform/mac-leopard/svg/hixie/dynamic/006-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error: Added.
* platform/mac-leopard/svg/hixie/error/001-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/001-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/001-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/002-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/002-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/002-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/003-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/003-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/003-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/004-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/004-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/004-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/005-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/005-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/005-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/006-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/006-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/006-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/007-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/007-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/007-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/008-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/008-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/008-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/009-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/009-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/009-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/010-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/010-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/010-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/011-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/011-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/011-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/012-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/012-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/012-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/013-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/013-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/013-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/014-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/014-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/014-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/014-test-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/014-test-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/014-test-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/015-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/015-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/015-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/016-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/016-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/016-expected.txt: Added.
* platform/mac-leopard/svg/hixie/error/017-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/error/017-expected.png: Added.
* platform/mac-leopard/svg/hixie/error/017-expected.txt: Added.
* platform/mac-leopard/svg/hixie/links: Added.
* platform/mac-leopard/svg/hixie/links/001-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/links/001-expected.png: Added.
* platform/mac-leopard/svg/hixie/links/001-expected.txt: Added.
* platform/mac-leopard/svg/hixie/links/002-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/links/002-expected.png: Added.
* platform/mac-leopard/svg/hixie/links/002-expected.txt: Added.
* platform/mac-leopard/svg/hixie/links/003-broken-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/links/003-broken-expected.png: Added.
* platform/mac-leopard/svg/hixie/links/003-broken-expected.txt: Added.
* platform/mac-leopard/svg/hixie/mixed: Added.
* platform/mac-leopard/svg/hixie/mixed/003-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/mixed/003-expected.png: Added.
* platform/mac-leopard/svg/hixie/mixed/003-expected.txt: Added.
* platform/mac-leopard/svg/hixie/mixed/004-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/mixed/004-expected.png: Added.
* platform/mac-leopard/svg/hixie/mixed/004-expected.txt: Added.
* platform/mac-leopard/svg/hixie/mixed/005-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/mixed/005-expected.png: Added.
* platform/mac-leopard/svg/hixie/mixed/005-expected.txt: Added.
* platform/mac-leopard/svg/hixie/mixed/006-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/mixed/006-expected.png: Added.
* platform/mac-leopard/svg/hixie/mixed/006-expected.txt: Added.
* platform/mac-leopard/svg/hixie/mixed/007-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/mixed/007-expected.png: Added.
* platform/mac-leopard/svg/hixie/mixed/007-expected.txt: Added.
* platform/mac-leopard/svg/hixie/mixed/008-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/mixed/008-expected.png: Added.
* platform/mac-leopard/svg/hixie/mixed/008-expected.txt: Added.
* platform/mac-leopard/svg/hixie/mixed/009-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/mixed/009-expected.png: Added.
* platform/mac-leopard/svg/hixie/mixed/009-expected.txt: Added.
* platform/mac-leopard/svg/hixie/mixed/010-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/mixed/010-expected.png: Added.
* platform/mac-leopard/svg/hixie/mixed/010-expected.txt: Added.
* platform/mac-leopard/svg/hixie/mixed/011-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/mixed/011-expected.png: Added.
* platform/mac-leopard/svg/hixie/mixed/011-expected.txt: Added.
* platform/mac-leopard/svg/hixie/painting: Added.
* platform/mac-leopard/svg/hixie/painting/001-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/painting/001-expected.png: Added.
* platform/mac-leopard/svg/hixie/painting/001-expected.txt: Added.
* platform/mac-leopard/svg/hixie/perf: Added.
* platform/mac-leopard/svg/hixie/perf/003-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/perf/003-expected.png: Added.
* platform/mac-leopard/svg/hixie/perf/003-expected.txt: Added.
* platform/mac-leopard/svg/hixie/perf/004-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/perf/004-expected.png: Added.
* platform/mac-leopard/svg/hixie/perf/004-expected.txt: Added.
* platform/mac-leopard/svg/hixie/perf/005-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/perf/005-expected.png: Added.
* platform/mac-leopard/svg/hixie/perf/005-expected.txt: Added.
* platform/mac-leopard/svg/hixie/perf/006-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/perf/006-expected.png: Added.
* platform/mac-leopard/svg/hixie/perf/006-expected.txt: Added.
* platform/mac-leopard/svg/hixie/perf/007-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/perf/007-expected.png: Added.
* platform/mac-leopard/svg/hixie/perf/007-expected.txt: Added.
* platform/mac-leopard/svg/hixie/processing-model: Added.
* platform/mac-leopard/svg/hixie/processing-model/003-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/processing-model/003-expected.png: Added.
* platform/mac-leopard/svg/hixie/processing-model/003-expected.txt: Added.
* platform/mac-leopard/svg/hixie/processing-model/004-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/processing-model/004-expected.png: Added.
* platform/mac-leopard/svg/hixie/processing-model/004-expected.txt: Added.
* platform/mac-leopard/svg/hixie/processing-model/005-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/processing-model/005-expected.png: Added.
* platform/mac-leopard/svg/hixie/processing-model/005-expected.txt: Added.
* platform/mac-leopard/svg/hixie/rendering-model: Added.
* platform/mac-leopard/svg/hixie/rendering-model/001-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/rendering-model/001-expected.png: Added.
* platform/mac-leopard/svg/hixie/rendering-model/001-expected.txt: Added.
* platform/mac-leopard/svg/hixie/rendering-model/002-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/rendering-model/002-expected.png: Added.
* platform/mac-leopard/svg/hixie/rendering-model/002-expected.txt: Added.
* platform/mac-leopard/svg/hixie/rendering-model/003-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/rendering-model/003-expected.png: Added.
* platform/mac-leopard/svg/hixie/rendering-model/003-expected.txt: Added.
* platform/mac-leopard/svg/hixie/rendering-model/003a-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/rendering-model/003a-expected.png: Added.
* platform/mac-leopard/svg/hixie/rendering-model/003a-expected.txt: Added.
* platform/mac-leopard/svg/hixie/rendering-model/004-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/rendering-model/004-expected.png: Added.
* platform/mac-leopard/svg/hixie/rendering-model/004-expected.txt: Added.
* platform/mac-leopard/svg/hixie/shapes: Added.
* platform/mac-leopard/svg/hixie/shapes/path: Added.
* platform/mac-leopard/svg/hixie/shapes/path/001-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/shapes/path/001-expected.png: Added.
* platform/mac-leopard/svg/hixie/shapes/path/001-expected.txt: Added.
* platform/mac-leopard/svg/hixie/text/001-broken-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/text/001-broken-expected.png: Added.
* platform/mac-leopard/svg/hixie/text/001-broken-expected.txt: Added.
* platform/mac-leopard/svg/hixie/text/002-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/text/002-expected.png: Added.
* platform/mac-leopard/svg/hixie/text/002-expected.txt: Added.
* platform/mac-leopard/svg/hixie/text/003-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/text/003-expected.png: Added.
* platform/mac-leopard/svg/hixie/text/003a-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/text/003a-expected.png: Added.
* platform/mac-leopard/svg/hixie/text/003b-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/text/003b-expected.png: Added.
* platform/mac-leopard/svg/hixie/text/003b-expected.txt: Added.
* platform/mac-leopard/svg/hixie/transform: Added.
* platform/mac-leopard/svg/hixie/transform/001-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/transform/001-expected.png: Added.
* platform/mac-leopard/svg/hixie/transform/001-expected.txt: Added.
* platform/mac-leopard/svg/hixie/use: Added.
* platform/mac-leopard/svg/hixie/use/001-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/use/001-expected.png: Added.
* platform/mac-leopard/svg/hixie/use/001-expected.txt: Added.
* platform/mac-leopard/svg/hixie/use/002-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/use/002-expected.png: Added.
* platform/mac-leopard/svg/hixie/use/002-expected.txt: Added.
* platform/mac-leopard/svg/hixie/use/002-test-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/use/002-test-expected.png: Added.
* platform/mac-leopard/svg/hixie/use/002-test-expected.txt: Added.
* platform/mac-leopard/svg/hixie/viewbox/001-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/viewbox/001-expected.png: Added.
* platform/mac-leopard/svg/hixie/viewbox/001-expected.txt: Added.
* platform/mac-leopard/svg/hixie/viewbox/002-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/viewbox/002-expected.png: Added.
* platform/mac-leopard/svg/hixie/viewbox/002-expected.txt: Added.
* platform/mac-leopard/svg/hixie/viewbox/003-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/viewbox/003-expected.png: Added.
* platform/mac-leopard/svg/hixie/viewbox/003-expected.txt: Added.
* platform/mac-leopard/svg/hixie/viewbox/004-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/viewbox/004-expected.png: Added.
* platform/mac-leopard/svg/hixie/viewbox/004-expected.txt: Added.
* platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
* platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum: Added.
* platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
* platform/mac-leopard/svg/text/text-align-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-align-01-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-align-01-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-align-02-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-align-02-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-align-02-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-align-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-align-03-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-align-03-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-align-04-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-align-04-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-align-04-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-align-05-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-align-05-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-align-05-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-align-06-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-align-06-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-align-06-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-altglyph-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-altglyph-01-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-altglyph-01-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-deco-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-deco-01-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-deco-01-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-fonts-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-fonts-01-t-expected.png: Added.
* platform/mac-leopard/svg/text/text-fonts-01-t-expected.txt: Added.
* platform/mac-leopard/svg/text/text-fonts-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-fonts-02-t-expected.png: Added.
* platform/mac-leopard/svg/text/text-fonts-02-t-expected.txt: Added.
* platform/mac-leopard/svg/text/text-intro-05-t-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-intro-05-t-expected.png: Added.
* platform/mac-leopard/svg/text/text-intro-05-t-expected.txt: Added.
* platform/mac-leopard/svg/text/text-path-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-path-01-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-property-with-display-none-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-property-with-display-none-expected.png: Added.
* platform/mac-leopard/svg/text/text-spacing-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-spacing-01-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-spacing-01-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-text-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-text-01-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-text-01-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-text-03-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-text-03-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-text-03-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-text-04-t-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-text-04-t-expected.png: Added.
* platform/mac-leopard/svg/text/text-text-04-t-expected.txt: Added.
* platform/mac-leopard/svg/text/text-text-05-t-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-text-05-t-expected.png: Added.
* platform/mac-leopard/svg/text/text-text-05-t-expected.txt: Added.
* platform/mac-leopard/svg/text/text-text-06-t-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-text-06-t-expected.png: Added.
* platform/mac-leopard/svg/text/text-text-06-t-expected.txt: Added.
* platform/mac-leopard/svg/text/text-text-07-t-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-text-07-t-expected.png: Added.
* platform/mac-leopard/svg/text/text-text-07-t-expected.txt: Added.
* platform/mac-leopard/svg/text/text-text-08-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-text-08-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-text-08-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-tref-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-tref-01-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-tref-01-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-tselect-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-tselect-01-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-tselect-01-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-tselect-02-f-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-tselect-02-f-expected.png: Added.
* platform/mac-leopard/svg/text/text-tselect-02-f-expected.txt: Added.
* platform/mac-leopard/svg/text/text-tspan-01-b-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-tspan-01-b-expected.png: Added.
* platform/mac-leopard/svg/text/text-tspan-01-b-expected.txt: Added.
* platform/mac-leopard/svg/text/text-ws-01-t-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-ws-01-t-expected.png: Added.
* platform/mac-leopard/svg/text/text-ws-01-t-expected.txt: Added.
* platform/mac-leopard/svg/text/text-ws-02-t-expected.checksum: Added.
* platform/mac-leopard/svg/text/text-ws-02-t-expected.png: Added.
* platform/mac-leopard/svg/text/text-ws-02-t-expected.txt: Added.
* platform/mac-leopard/svg/text/textPathBoundsBug-expected.checksum: Added.
* platform/mac-leopard/svg/text/textPathBoundsBug-expected.png: Added.
* platform/mac-leopard/svg/text/textPathBoundsBug-expected.txt: Added.
* platform/mac-leopard/svg/webarchive: Added.
* platform/mac-leopard/svg/webarchive/svg-cursor-subresources-expected.checksum: Added.
* platform/mac-leopard/svg/webarchive/svg-cursor-subresources-expected.png: Added.
* platform/mac-leopard/svg/webarchive/svg-feimage-subresources-expected.checksum: Added.
* platform/mac-leopard/svg/webarchive/svg-feimage-subresources-expected.png: Added.
* platform/mac-leopard/svg/webarchive/svg-script-subresouces-expected.checksum: Added.
* platform/mac-leopard/svg/webarchive/svg-script-subresouces-expected.png: Added.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/batik/filters: Added.
* platform/mac-tiger/svg/batik/filters/filterRegions-expected.checksum: Copied from platform/mac/svg/batik/filters/filterRegions-expected.checksum.
* platform/mac-tiger/svg/batik/filters/filterRegions-expected.png: Copied from platform/mac/svg/batik/filters/filterRegions-expected.png.
* platform/mac-tiger/svg/batik/filters/filterRegions-expected.txt: Copied from platform/mac/svg/batik/filters/filterRegions-expected.txt.
* platform/mac-tiger/svg/batik/masking: Added.
* platform/mac-tiger/svg/batik/masking/maskRegions-expected.checksum: Copied from platform/mac/svg/batik/masking/maskRegions-expected.checksum.
* platform/mac-tiger/svg/batik/masking/maskRegions-expected.png: Copied from platform/mac/svg/batik/masking/maskRegions-expected.png.
* platform/mac-tiger/svg/batik/masking/maskRegions-expected.txt: Copied from platform/mac/svg/batik/masking/maskRegions-expected.txt.
* platform/mac-tiger/svg/batik/paints: Added.
* platform/mac-tiger/svg/batik/paints/gradientLimit-expected.checksum: Copied from platform/mac/svg/batik/paints/gradientLimit-expected.checksum.
* platform/mac-tiger/svg/batik/paints/gradientLimit-expected.png: Copied from platform/mac/svg/batik/paints/gradientLimit-expected.png.
* platform/mac-tiger/svg/batik/paints/gradientLimit-expected.txt: Copied from platform/mac/svg/batik/paints/gradientLimit-expected.txt.
* platform/mac-tiger/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Copied from platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum.
* platform/mac-tiger/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Copied from platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png.
* platform/mac-tiger/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Copied from platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt.
* platform/mac-tiger/svg/batik/paints/patternRegionA-expected.checksum: Copied from platform/mac/svg/batik/paints/patternRegionA-expected.checksum.
* platform/mac-tiger/svg/batik/paints/patternRegionA-expected.png: Copied from platform/mac/svg/batik/paints/patternRegionA-expected.png.
* platform/mac-tiger/svg/batik/paints/patternRegionA-expected.txt: Copied from platform/mac/svg/batik/paints/patternRegionA-expected.txt.
* platform/mac-tiger/svg/batik/paints/patternRegionB-expected.checksum: Copied from platform/mac/svg/batik/paints/patternRegionB-expected.checksum.
* platform/mac-tiger/svg/batik/paints/patternRegionB-expected.png: Copied from platform/mac/svg/batik/paints/patternRegionB-expected.png.
* platform/mac-tiger/svg/batik/paints/patternRegionB-expected.txt: Copied from platform/mac/svg/batik/paints/patternRegionB-expected.txt.
* platform/mac-tiger/svg/batik/paints/patternRegions-expected.checksum: Copied from platform/mac/svg/batik/paints/patternRegions-expected.checksum.
* platform/mac-tiger/svg/batik/paints/patternRegions-expected.png: Copied from platform/mac/svg/batik/paints/patternRegions-expected.png.
* platform/mac-tiger/svg/batik/paints/patternRegions-expected.txt: Copied from platform/mac/svg/batik/paints/patternRegions-expected.txt.
* platform/mac-tiger/svg/batik/text/longTextOnPath-expected.checksum: Copied from platform/mac/svg/batik/text/longTextOnPath-expected.checksum.
* platform/mac-tiger/svg/batik/text/longTextOnPath-expected.png: Copied from platform/mac/svg/batik/text/longTextOnPath-expected.png.
* platform/mac-tiger/svg/batik/text/longTextOnPath-expected.txt: Copied from platform/mac/svg/batik/text/longTextOnPath-expected.txt.
* platform/mac-tiger/svg/batik/text/textAnchor-expected.checksum: Copied from platform/mac/svg/batik/text/textAnchor-expected.checksum.
* platform/mac-tiger/svg/batik/text/textAnchor-expected.png: Copied from platform/mac/svg/batik/text/textAnchor-expected.png.
* platform/mac-tiger/svg/batik/text/textAnchor-expected.txt: Copied from platform/mac/svg/batik/text/textAnchor-expected.txt.
* platform/mac-tiger/svg/batik/text/textAnchor2-expected.checksum: Copied from platform/mac/svg/batik/text/textAnchor2-expected.checksum.
* platform/mac-tiger/svg/batik/text/textAnchor2-expected.png: Copied from platform/mac/svg/batik/text/textAnchor2-expected.png.
* platform/mac-tiger/svg/batik/text/textAnchor2-expected.txt: Copied from platform/mac/svg/batik/text/textAnchor2-expected.txt.
* platform/mac-tiger/svg/batik/text/textAnchor3-expected.checksum: Copied from platform/mac/svg/batik/text/textAnchor3-expected.checksum.
* platform/mac-tiger/svg/batik/text/textAnchor3-expected.png: Copied from platform/mac/svg/batik/text/textAnchor3-expected.png.
* platform/mac-tiger/svg/batik/text/textAnchor3-expected.txt: Copied from platform/mac/svg/batik/text/textAnchor3-expected.txt.
* platform/mac-tiger/svg/batik/text/textBiDi-expected.checksum: Copied from platform/mac/svg/batik/text/textBiDi-expected.checksum.
* platform/mac-tiger/svg/batik/text/textBiDi-expected.png: Copied from platform/mac/svg/batik/text/textBiDi-expected.png.
* platform/mac-tiger/svg/batik/text/textBiDi-expected.txt: Copied from platform/mac/svg/batik/text/textBiDi-expected.txt.
* platform/mac-tiger/svg/batik/text/textDecoration2-expected.checksum: Copied from platform/mac/svg/batik/text/textDecoration2-expected.checksum.
* platform/mac-tiger/svg/batik/text/textDecoration2-expected.png: Copied from platform/mac/svg/batik/text/textDecoration2-expected.png.
* platform/mac-tiger/svg/batik/text/textDecoration2-expected.txt: Copied from platform/mac/svg/batik/text/textDecoration2-expected.txt.
* platform/mac-tiger/svg/batik/text/textEffect-expected.checksum: Copied from platform/mac/svg/batik/text/textEffect-expected.checksum.
* platform/mac-tiger/svg/batik/text/textEffect-expected.png: Copied from platform/mac/svg/batik/text/textEffect-expected.png.
* platform/mac-tiger/svg/batik/text/textEffect-expected.txt: Copied from platform/mac/svg/batik/text/textEffect-expected.txt.
* platform/mac-tiger/svg/batik/text/textEffect2-expected.checksum: Copied from platform/mac/svg/batik/text/textEffect2-expected.checksum.
* platform/mac-tiger/svg/batik/text/textEffect2-expected.png: Copied from platform/mac/svg/batik/text/textEffect2-expected.png.
* platform/mac-tiger/svg/batik/text/textEffect2-expected.txt: Copied from platform/mac/svg/batik/text/textEffect2-expected.txt.
* platform/mac-tiger/svg/batik/text/textEffect3-expected.checksum: Copied from platform/mac/svg/batik/text/textEffect3-expected.checksum.
* platform/mac-tiger/svg/batik/text/textEffect3-expected.png: Copied from platform/mac/svg/batik/text/textEffect3-expected.png.
* platform/mac-tiger/svg/batik/text/textEffect3-expected.txt: Copied from platform/mac/svg/batik/text/textEffect3-expected.txt.
* platform/mac-tiger/svg/batik/text/textFeatures-expected.checksum: Copied from platform/mac/svg/batik/text/textFeatures-expected.checksum.
* platform/mac-tiger/svg/batik/text/textFeatures-expected.png: Copied from platform/mac/svg/batik/text/textFeatures-expected.png.
* platform/mac-tiger/svg/batik/text/textFeatures-expected.txt: Copied from platform/mac/svg/batik/text/textFeatures-expected.txt.
* platform/mac-tiger/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Copied from platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum.
* platform/mac-tiger/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Copied from platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png.
* platform/mac-tiger/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Copied from platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt.
* platform/mac-tiger/svg/batik/text/textLayout-expected.checksum: Copied from platform/mac/svg/batik/text/textLayout-expected.checksum.
* platform/mac-tiger/svg/batik/text/textLayout-expected.png: Copied from platform/mac/svg/batik/text/textLayout-expected.png.
* platform/mac-tiger/svg/batik/text/textLayout-expected.txt: Copied from platform/mac/svg/batik/text/textLayout-expected.txt.
* platform/mac-tiger/svg/batik/text/textLayout2-expected.checksum: Copied from platform/mac/svg/batik/text/textLayout2-expected.checksum.
* platform/mac-tiger/svg/batik/text/textLayout2-expected.png: Copied from platform/mac/svg/batik/text/textLayout2-expected.png.
* platform/mac-tiger/svg/batik/text/textLayout2-expected.txt: Copied from platform/mac/svg/batik/text/textLayout2-expected.txt.
* platform/mac-tiger/svg/batik/text/textLength-expected.checksum: Copied from platform/mac/svg/batik/text/textLength-expected.checksum.
* platform/mac-tiger/svg/batik/text/textLength-expected.png: Copied from platform/mac/svg/batik/text/textLength-expected.png.
* platform/mac-tiger/svg/batik/text/textLength-expected.txt: Copied from platform/mac/svg/batik/text/textLength-expected.txt.
* platform/mac-tiger/svg/batik/text/textOnPath-expected.checksum: Copied from platform/mac/svg/batik/text/textOnPath-expected.checksum.
* platform/mac-tiger/svg/batik/text/textOnPath-expected.png: Copied from platform/mac/svg/batik/text/textOnPath-expected.png.
* platform/mac-tiger/svg/batik/text/textOnPath-expected.txt: Copied from platform/mac/svg/batik/text/textOnPath-expected.txt.
* platform/mac-tiger/svg/batik/text/textOnPath2-expected.checksum: Copied from platform/mac/svg/batik/text/textOnPath2-expected.checksum.
* platform/mac-tiger/svg/batik/text/textOnPath2-expected.png: Copied from platform/mac/svg/batik/text/textOnPath2-expected.png.
* platform/mac-tiger/svg/batik/text/textOnPath2-expected.txt: Copied from platform/mac/svg/batik/text/textOnPath2-expected.txt.
* platform/mac-tiger/svg/batik/text/textOnPath3-expected.checksum: Copied from platform/mac/svg/batik/text/textOnPath3-expected.checksum.
* platform/mac-tiger/svg/batik/text/textOnPath3-expected.png: Copied from platform/mac/svg/batik/text/textOnPath3-expected.png.
* platform/mac-tiger/svg/batik/text/textOnPath3-expected.txt: Copied from platform/mac/svg/batik/text/textOnPath3-expected.txt.
* platform/mac-tiger/svg/batik/text/textOnPathSpaces-expected.checksum: Copied from platform/mac/svg/batik/text/textOnPathSpaces-expected.checksum.
* platform/mac-tiger/svg/batik/text/textOnPathSpaces-expected.png: Copied from platform/mac/svg/batik/text/textOnPathSpaces-expected.png.
* platform/mac-tiger/svg/batik/text/textOnPathSpaces-expected.txt: Copied from platform/mac/svg/batik/text/textOnPathSpaces-expected.txt.
* platform/mac-tiger/svg/batik/text/textPCDATA-expected.checksum: Copied from platform/mac/svg/batik/text/textPCDATA-expected.checksum.
* platform/mac-tiger/svg/batik/text/textPCDATA-expected.png: Copied from platform/mac/svg/batik/text/textPCDATA-expected.png.
* platform/mac-tiger/svg/batik/text/textPCDATA-expected.txt: Copied from platform/mac/svg/batik/text/textPCDATA-expected.txt.
* platform/mac-tiger/svg/batik/text/textPosition-expected.checksum: Copied from platform/mac/svg/batik/text/textPosition-expected.checksum.
* platform/mac-tiger/svg/batik/text/textPosition-expected.png: Copied from platform/mac/svg/batik/text/textPosition-expected.png.
* platform/mac-tiger/svg/batik/text/textPosition-expected.txt: Copied from platform/mac/svg/batik/text/textPosition-expected.txt.
* platform/mac-tiger/svg/batik/text/textPosition2-expected.checksum: Copied from platform/mac/svg/batik/text/textPosition2-expected.checksum.
* platform/mac-tiger/svg/batik/text/textPosition2-expected.png: Copied from platform/mac/svg/batik/text/textPosition2-expected.png.
* platform/mac-tiger/svg/batik/text/textPosition2-expected.txt: Copied from platform/mac/svg/batik/text/textPosition2-expected.txt.
* platform/mac-tiger/svg/batik/text/textProperties-expected.checksum: Copied from platform/mac/svg/batik/text/textProperties-expected.checksum.
* platform/mac-tiger/svg/batik/text/textProperties-expected.png: Copied from platform/mac/svg/batik/text/textProperties-expected.png.
* platform/mac-tiger/svg/batik/text/textProperties-expected.txt: Copied from platform/mac/svg/batik/text/textProperties-expected.txt.
* platform/mac-tiger/svg/batik/text/textProperties2-expected.checksum: Copied from platform/mac/svg/batik/text/textProperties2-expected.checksum.
* platform/mac-tiger/svg/batik/text/textProperties2-expected.png: Copied from platform/mac/svg/batik/text/textProperties2-expected.png.
* platform/mac-tiger/svg/batik/text/textProperties2-expected.txt: Copied from platform/mac/svg/batik/text/textProperties2-expected.txt.
* platform/mac-tiger/svg/batik/text/textStyles-expected.checksum: Copied from platform/mac/svg/batik/text/textStyles-expected.checksum.
* platform/mac-tiger/svg/batik/text/textStyles-expected.png: Copied from platform/mac/svg/batik/text/textStyles-expected.png.
* platform/mac-tiger/svg/batik/text/textStyles-expected.txt: Copied from platform/mac/svg/batik/text/textStyles-expected.txt.
* platform/mac-tiger/svg/batik/text/verticalText-expected.checksum: Copied from platform/mac/svg/batik/text/verticalText-expected.checksum.
* platform/mac-tiger/svg/batik/text/verticalText-expected.png: Copied from platform/mac/svg/batik/text/verticalText-expected.png.
* platform/mac-tiger/svg/batik/text/verticalText-expected.txt: Copied from platform/mac/svg/batik/text/verticalText-expected.txt.
* platform/mac-tiger/svg/batik/text/verticalTextOnPath-expected.checksum: Copied from platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum.
* platform/mac-tiger/svg/batik/text/verticalTextOnPath-expected.png: Copied from platform/mac/svg/batik/text/verticalTextOnPath-expected.png.
* platform/mac-tiger/svg/batik/text/verticalTextOnPath-expected.txt: Copied from platform/mac/svg/batik/text/verticalTextOnPath-expected.txt.
* platform/mac-tiger/svg/batik/text/xmlSpace-expected.checksum: Copied from platform/mac/svg/batik/text/xmlSpace-expected.checksum.
* platform/mac-tiger/svg/batik/text/xmlSpace-expected.png: Copied from platform/mac/svg/batik/text/xmlSpace-expected.png.
* platform/mac-tiger/svg/batik/text/xmlSpace-expected.txt: Copied from platform/mac/svg/batik/text/xmlSpace-expected.txt.
* platform/mac-tiger/svg/carto.net/button-expected.checksum: Copied from platform/mac/svg/carto.net/button-expected.checksum.
* platform/mac-tiger/svg/carto.net/button-expected.png: Copied from platform/mac/svg/carto.net/button-expected.png.
* platform/mac-tiger/svg/carto.net/button-expected.txt: Copied from platform/mac/svg/carto.net/button-expected.txt.
* platform/mac-tiger/svg/carto.net/colourpicker-expected.checksum: Copied from platform/mac/svg/carto.net/colourpicker-expected.checksum.
* platform/mac-tiger/svg/carto.net/colourpicker-expected.png: Copied from platform/mac/svg/carto.net/colourpicker-expected.png.
* platform/mac-tiger/svg/carto.net/colourpicker-expected.txt: Copied from platform/mac/svg/carto.net/colourpicker-expected.txt.
* platform/mac-tiger/svg/carto.net/combobox-expected.checksum: Copied from platform/mac/svg/carto.net/combobox-expected.checksum.
* platform/mac-tiger/svg/carto.net/combobox-expected.png: Copied from platform/mac/svg/carto.net/combobox-expected.png.
* platform/mac-tiger/svg/carto.net/combobox-expected.txt: Copied from platform/mac/svg/carto.net/combobox-expected.txt.
* 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.
* 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.
* platform/mac-tiger/svg/carto.net/scrollbar-expected.checksum: Copied from platform/mac/svg/carto.net/scrollbar-expected.checksum.
* platform/mac-tiger/svg/carto.net/scrollbar-expected.png: Copied from platform/mac/svg/carto.net/scrollbar-expected.png.
* platform/mac-tiger/svg/carto.net/scrollbar-expected.txt: Copied from platform/mac/svg/carto.net/scrollbar-expected.txt.
* platform/mac-tiger/svg/carto.net/selectionlist-expected.checksum: Copied from platform/mac/svg/carto.net/selectionlist-expected.checksum.
* platform/mac-tiger/svg/carto.net/selectionlist-expected.png: Copied from platform/mac/svg/carto.net/selectionlist-expected.png.
* platform/mac-tiger/svg/carto.net/selectionlist-expected.txt: Copied from platform/mac/svg/carto.net/selectionlist-expected.txt.
* platform/mac-tiger/svg/carto.net/slider-expected.checksum: Copied from platform/mac/svg/carto.net/slider-expected.checksum.
* platform/mac-tiger/svg/carto.net/slider-expected.png: Copied from platform/mac/svg/carto.net/slider-expected.png.
* platform/mac-tiger/svg/carto.net/slider-expected.txt: Copied from platform/mac/svg/carto.net/slider-expected.txt.
* platform/mac-tiger/svg/carto.net/tabgroup-expected.checksum: Copied from platform/mac/svg/carto.net/tabgroup-expected.checksum.
* platform/mac-tiger/svg/carto.net/tabgroup-expected.png: Copied from platform/mac/svg/carto.net/tabgroup-expected.png.
* platform/mac-tiger/svg/carto.net/tabgroup-expected.txt: Copied from platform/mac/svg/carto.net/tabgroup-expected.txt.
* platform/mac-tiger/svg/carto.net/textbox-expected.checksum: Copied from platform/mac/svg/carto.net/textbox-expected.checksum.
* platform/mac-tiger/svg/carto.net/textbox-expected.png: Copied from platform/mac/svg/carto.net/textbox-expected.png.
* platform/mac-tiger/svg/carto.net/textbox-expected.txt: Copied from platform/mac/svg/carto.net/textbox-expected.txt.
* platform/mac-tiger/svg/carto.net/window-expected.checksum: Copied from platform/mac/svg/carto.net/window-expected.checksum.
* platform/mac-tiger/svg/carto.net/window-expected.png: Copied from platform/mac/svg/carto.net/window-expected.png.
* platform/mac-tiger/svg/carto.net/window-expected.txt: Copied from platform/mac/svg/carto.net/window-expected.txt.
* platform/mac-tiger/svg/css: Added.
* platform/mac-tiger/svg/css/css-box-min-width-expected.checksum: Copied from platform/mac/svg/css/css-box-min-width-expected.checksum.
* platform/mac-tiger/svg/css/css-box-min-width-expected.png: Copied from platform/mac/svg/css/css-box-min-width-expected.png.
* platform/mac-tiger/svg/css/css-box-min-width-expected.txt: Copied from platform/mac/svg/css/css-box-min-width-expected.txt.
* platform/mac-tiger/svg/css/getComputedStyle-basic-expected.checksum: Copied from platform/mac/svg/css/getComputedStyle-basic-expected.checksum.
* platform/mac-tiger/svg/css/getComputedStyle-basic-expected.png: Copied from platform/mac/svg/css/getComputedStyle-basic-expected.png.
* platform/mac-tiger/svg/css/glyph-orientation-rounding-test-expected.checksum: Copied from platform/mac/svg/css/glyph-orientation-rounding-test-expected.checksum.
* platform/mac-tiger/svg/css/glyph-orientation-rounding-test-expected.png: Copied from platform/mac/svg/css/glyph-orientation-rounding-test-expected.png.
* platform/mac-tiger/svg/custom/SVGException-expected.checksum: Copied from platform/mac/svg/custom/SVGException-expected.checksum.
* platform/mac-tiger/svg/custom/SVGException-expected.png: Copied from platform/mac/svg/custom/SVGException-expected.png.
* platform/mac-tiger/svg/custom/SVGMatrix-interface-expected.checksum: Copied from platform/mac/svg/custom/SVGMatrix-interface-expected.checksum.
* platform/mac-tiger/svg/custom/SVGMatrix-interface-expected.png: Copied from platform/mac/svg/custom/SVGMatrix-interface-expected.png.
* platform/mac-tiger/svg/custom/SVGMatrix-interface-expected.txt: Copied from platform/mac/svg/custom/SVGMatrix-interface-expected.txt.
* platform/mac-tiger/svg/custom/SVGNumber-interface-expected.checksum: Copied from platform/mac/svg/custom/SVGNumber-interface-expected.checksum.
* platform/mac-tiger/svg/custom/SVGNumber-interface-expected.png: Copied from platform/mac/svg/custom/SVGNumber-interface-expected.png.
* platform/mac-tiger/svg/custom/SVGNumber-interface-expected.txt: Copied from platform/mac/svg/custom/SVGNumber-interface-expected.txt.
* platform/mac-tiger/svg/custom/SVGPoint-interface-expected.checksum: Copied from platform/mac/svg/custom/SVGPoint-interface-expected.checksum.
* platform/mac-tiger/svg/custom/SVGPoint-interface-expected.png: Copied from platform/mac/svg/custom/SVGPoint-interface-expected.png.
* platform/mac-tiger/svg/custom/SVGPoint-interface-expected.txt: Copied from platform/mac/svg/custom/SVGPoint-interface-expected.txt.
* platform/mac-tiger/svg/custom/SVGPoint-matrixTransform-expected.checksum: Copied from platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum.
* platform/mac-tiger/svg/custom/SVGPoint-matrixTransform-expected.png: Copied from platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png.
* platform/mac-tiger/svg/custom/SVGPoint-matrixTransform-expected.txt: Copied from platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt.
* platform/mac-tiger/svg/custom/SVGRect-interface-expected.checksum: Copied from platform/mac/svg/custom/SVGRect-interface-expected.checksum.
* platform/mac-tiger/svg/custom/SVGRect-interface-expected.png: Copied from platform/mac/svg/custom/SVGRect-interface-expected.png.
* platform/mac-tiger/svg/custom/SVGRect-interface-expected.txt: Copied from platform/mac/svg/custom/SVGRect-interface-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/alignment-baseline-modes-expected.checksum: Copied from platform/mac/svg/custom/alignment-baseline-modes-expected.checksum.
* platform/mac-tiger/svg/custom/alignment-baseline-modes-expected.png: Copied from platform/mac/svg/custom/alignment-baseline-modes-expected.png.
* platform/mac-tiger/svg/custom/alignment-baseline-modes-expected.txt: Copied from platform/mac/svg/custom/alignment-baseline-modes-expected.txt.
* platform/mac-tiger/svg/custom/attribute-namespace-check-expected.checksum: Copied from platform/mac/svg/custom/attribute-namespace-check-expected.checksum.
* platform/mac-tiger/svg/custom/attribute-namespace-check-expected.png: Copied from platform/mac/svg/custom/attribute-namespace-check-expected.png.
* platform/mac-tiger/svg/custom/attribute-namespace-check-expected.txt: Copied from platform/mac/svg/custom/attribute-namespace-check-expected.txt.
* platform/mac-tiger/svg/custom/baseval-animval-equality-expected.checksum: Copied from platform/mac/svg/custom/baseval-animval-equality-expected.checksum.
* platform/mac-tiger/svg/custom/baseval-animval-equality-expected.png: Copied from platform/mac/svg/custom/baseval-animval-equality-expected.png.
* platform/mac-tiger/svg/custom/baseval-animval-equality-expected.txt: Copied from platform/mac/svg/custom/baseval-animval-equality-expected.txt.
* platform/mac-tiger/svg/custom/circular-marker-reference-1-expected.checksum: Copied from platform/mac/svg/custom/circular-marker-reference-1-expected.checksum.
* platform/mac-tiger/svg/custom/circular-marker-reference-1-expected.png: Copied from platform/mac/svg/custom/circular-marker-reference-1-expected.png.
* platform/mac-tiger/svg/custom/circular-marker-reference-1-expected.txt: Copied from platform/mac/svg/custom/circular-marker-reference-1-expected.txt.
* platform/mac-tiger/svg/custom/circular-marker-reference-2-expected.checksum: Copied from platform/mac/svg/custom/circular-marker-reference-2-expected.checksum.
* platform/mac-tiger/svg/custom/circular-marker-reference-2-expected.png: Copied from platform/mac/svg/custom/circular-marker-reference-2-expected.png.
* platform/mac-tiger/svg/custom/circular-marker-reference-2-expected.txt: Copied from platform/mac/svg/custom/circular-marker-reference-2-expected.txt.
* platform/mac-tiger/svg/custom/circular-marker-reference-3-expected.checksum: Copied from platform/mac/svg/custom/circular-marker-reference-3-expected.checksum.
* platform/mac-tiger/svg/custom/circular-marker-reference-3-expected.png: Copied from platform/mac/svg/custom/circular-marker-reference-3-expected.png.
* platform/mac-tiger/svg/custom/circular-marker-reference-3-expected.txt: Copied from platform/mac/svg/custom/circular-marker-reference-3-expected.txt.
* platform/mac-tiger/svg/custom/circular-marker-reference-4-expected.checksum: Copied from platform/mac/svg/custom/circular-marker-reference-4-expected.checksum.
* platform/mac-tiger/svg/custom/circular-marker-reference-4-expected.png: Copied from platform/mac/svg/custom/circular-marker-reference-4-expected.png.
* platform/mac-tiger/svg/custom/circular-marker-reference-4-expected.txt: Copied from platform/mac/svg/custom/circular-marker-reference-4-expected.txt.
* platform/mac-tiger/svg/custom/class-selector-expected.checksum: Copied from platform/mac/svg/custom/class-selector-expected.checksum.
* platform/mac-tiger/svg/custom/class-selector-expected.png: Copied from platform/mac/svg/custom/class-selector-expected.png.
* platform/mac-tiger/svg/custom/class-selector-expected.txt: Copied from platform/mac/svg/custom/class-selector-expected.txt.
* platform/mac-tiger/svg/custom/clip-path-child-changes-expected.checksum: Copied from platform/mac/svg/custom/clip-path-child-changes-expected.checksum.
* platform/mac-tiger/svg/custom/clip-path-child-changes-expected.png: Copied from platform/mac/svg/custom/clip-path-child-changes-expected.png.
* platform/mac-tiger/svg/custom/clip-path-child-changes-expected.txt: Copied from platform/mac/svg/custom/clip-path-child-changes-expected.txt.
* platform/mac-tiger/svg/custom/clip-path-href-changes-expected.checksum: Copied from platform/mac/svg/custom/clip-path-href-changes-expected.checksum.
* platform/mac-tiger/svg/custom/clip-path-href-changes-expected.png: Copied from platform/mac/svg/custom/clip-path-href-changes-expected.png.
* platform/mac-tiger/svg/custom/clip-path-href-changes-expected.txt: Copied from platform/mac/svg/custom/clip-path-href-changes-expected.txt.
* platform/mac-tiger/svg/custom/clip-path-referencing-use-expected.checksum: Copied from platform/mac/svg/custom/clip-path-referencing-use-expected.checksum.
* platform/mac-tiger/svg/custom/clip-path-referencing-use-expected.png: Copied from platform/mac/svg/custom/clip-path-referencing-use-expected.png.
* platform/mac-tiger/svg/custom/clip-path-referencing-use-expected.txt: Copied from platform/mac/svg/custom/clip-path-referencing-use-expected.txt.
* platform/mac-tiger/svg/custom/clip-path-referencing-use2-expected.checksum: Copied from platform/mac/svg/custom/clip-path-referencing-use2-expected.checksum.
* platform/mac-tiger/svg/custom/clip-path-referencing-use2-expected.png: Copied from platform/mac/svg/custom/clip-path-referencing-use2-expected.png.
* platform/mac-tiger/svg/custom/clip-path-referencing-use2-expected.txt: Copied from platform/mac/svg/custom/clip-path-referencing-use2-expected.txt.
* platform/mac-tiger/svg/custom/clip-path-units-changes-expected.checksum: Copied from platform/mac/svg/custom/clip-path-units-changes-expected.checksum.
* platform/mac-tiger/svg/custom/clip-path-units-changes-expected.png: Copied from platform/mac/svg/custom/clip-path-units-changes-expected.png.
* platform/mac-tiger/svg/custom/clip-path-units-changes-expected.txt: Copied from platform/mac/svg/custom/clip-path-units-changes-expected.txt.
* platform/mac-tiger/svg/custom/clip-path-with-transform-expected.checksum: Copied from platform/mac/svg/custom/clip-path-with-transform-expected.checksum.
* platform/mac-tiger/svg/custom/clip-path-with-transform-expected.png: Copied from platform/mac/svg/custom/clip-path-with-transform-expected.png.
* platform/mac-tiger/svg/custom/clip-path-with-transform-expected.txt: Copied from platform/mac/svg/custom/clip-path-with-transform-expected.txt.
* platform/mac-tiger/svg/custom/conditional-processing-outside-switch-expected.checksum: Copied from platform/mac/svg/custom/conditional-processing-outside-switch-expected.checksum.
* platform/mac-tiger/svg/custom/conditional-processing-outside-switch-expected.png: Copied from platform/mac/svg/custom/conditional-processing-outside-switch-expected.png.
* platform/mac-tiger/svg/custom/conditional-processing-outside-switch-expected.txt: Copied from platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt.
* platform/mac-tiger/svg/custom/container-opacity-clip-viewBox-expected.checksum: Copied from platform/mac/svg/custom/container-opacity-clip-viewBox-expected.checksum.
* platform/mac-tiger/svg/custom/container-opacity-clip-viewBox-expected.png: Copied from platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png.
* platform/mac-tiger/svg/custom/container-opacity-clip-viewBox-expected.txt: Copied from platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/coords-relative-units-transforms-expected.checksum: Copied from platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum.
* platform/mac-tiger/svg/custom/coords-relative-units-transforms-expected.png: Copied from platform/mac/svg/custom/coords-relative-units-transforms-expected.png.
* platform/mac-tiger/svg/custom/coords-relative-units-transforms-expected.txt: Copied from platform/mac/svg/custom/coords-relative-units-transforms-expected.txt.
* platform/mac-tiger/svg/custom/create-metadata-element-expected.checksum: Copied from platform/mac/svg/custom/create-metadata-element-expected.checksum.
* platform/mac-tiger/svg/custom/create-metadata-element-expected.png: Copied from platform/mac/svg/custom/create-metadata-element-expected.png.
* platform/mac-tiger/svg/custom/create-metadata-element-expected.txt: Copied from platform/mac/svg/custom/create-metadata-element-expected.txt.
* platform/mac-tiger/svg/custom/createelement-expected.checksum: Copied from platform/mac/svg/custom/createelement-expected.checksum.
* platform/mac-tiger/svg/custom/createelement-expected.png: Copied from platform/mac/svg/custom/createelement-expected.png.
* platform/mac-tiger/svg/custom/createelement-expected.txt: Copied from platform/mac/svg/custom/createelement-expected.txt.
* platform/mac-tiger/svg/custom/css-pixels-dpi-expected.checksum: Copied from platform/mac/svg/custom/css-pixels-dpi-expected.checksum.
* platform/mac-tiger/svg/custom/css-pixels-dpi-expected.png: Copied from platform/mac/svg/custom/css-pixels-dpi-expected.png.
* platform/mac-tiger/svg/custom/css-pixels-dpi-expected.txt: Copied from platform/mac/svg/custom/css-pixels-dpi-expected.txt.
* platform/mac-tiger/svg/custom/dasharrayOrigin-expected.checksum: Copied from platform/mac/svg/custom/dasharrayOrigin-expected.checksum.
* platform/mac-tiger/svg/custom/dasharrayOrigin-expected.png: Copied from platform/mac/svg/custom/dasharrayOrigin-expected.png.
* platform/mac-tiger/svg/custom/dasharrayOrigin-expected.txt: Copied from platform/mac/svg/custom/dasharrayOrigin-expected.txt.
* platform/mac-tiger/svg/custom/deep-dynamic-updates-expected.checksum: Copied from platform/mac/svg/custom/deep-dynamic-updates-expected.checksum.
* platform/mac-tiger/svg/custom/deep-dynamic-updates-expected.png: Copied from platform/mac/svg/custom/deep-dynamic-updates-expected.png.
* platform/mac-tiger/svg/custom/deep-dynamic-updates-expected.txt: Copied from platform/mac/svg/custom/deep-dynamic-updates-expected.txt.
* platform/mac-tiger/svg/custom/display-none-expected.checksum: Copied from platform/mac/svg/custom/display-none-expected.checksum.
* platform/mac-tiger/svg/custom/display-none-expected.png: Copied from platform/mac/svg/custom/display-none-expected.png.
* platform/mac-tiger/svg/custom/display-none-expected.txt: Copied from platform/mac/svg/custom/display-none-expected.txt.
* platform/mac-tiger/svg/custom/dominant-baseline-hanging-expected.checksum: Copied from platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum.
* platform/mac-tiger/svg/custom/dominant-baseline-hanging-expected.png: Copied from platform/mac/svg/custom/dominant-baseline-hanging-expected.png.
* platform/mac-tiger/svg/custom/dominant-baseline-hanging-expected.txt: Copied from platform/mac/svg/custom/dominant-baseline-hanging-expected.txt.
* platform/mac-tiger/svg/custom/dominant-baseline-modes-expected.checksum: Copied from platform/mac/svg/custom/dominant-baseline-modes-expected.checksum.
* platform/mac-tiger/svg/custom/dominant-baseline-modes-expected.png: Copied from platform/mac/svg/custom/dominant-baseline-modes-expected.png.
* platform/mac-tiger/svg/custom/dominant-baseline-modes-expected.txt: Copied from platform/mac/svg/custom/dominant-baseline-modes-expected.txt.
* platform/mac-tiger/svg/custom/dynamic-empty-path-expected.checksum: Copied from platform/mac/svg/custom/dynamic-empty-path-expected.checksum.
* platform/mac-tiger/svg/custom/dynamic-empty-path-expected.png: Copied from platform/mac/svg/custom/dynamic-empty-path-expected.png.
* platform/mac-tiger/svg/custom/dynamic-empty-path-expected.txt: Copied from platform/mac/svg/custom/dynamic-empty-path-expected.txt.
* platform/mac-tiger/svg/custom/dynamic-svg-document-creation-expected.checksum: Copied from platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum.
* platform/mac-tiger/svg/custom/dynamic-svg-document-creation-expected.png: Copied from platform/mac/svg/custom/dynamic-svg-document-creation-expected.png.
* platform/mac-tiger/svg/custom/dynamic-svg-document-creation-expected.txt: Copied from platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt.
* platform/mac-tiger/svg/custom/dynamic-viewBox-expected.checksum: Copied from platform/mac/svg/custom/dynamic-viewBox-expected.checksum.
* platform/mac-tiger/svg/custom/dynamic-viewBox-expected.png: Copied from platform/mac/svg/custom/dynamic-viewBox-expected.png.
* platform/mac-tiger/svg/custom/dynamic-viewBox-expected.txt: Copied from platform/mac/svg/custom/dynamic-viewBox-expected.txt.
* 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.
* 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.
* platform/mac-tiger/svg/custom/empty-clip-path-expected.checksum: Copied from platform/mac/svg/custom/empty-clip-path-expected.checksum.
* platform/mac-tiger/svg/custom/empty-clip-path-expected.png: Copied from platform/mac/svg/custom/empty-clip-path-expected.png.
* platform/mac-tiger/svg/custom/empty-clip-path-expected.txt: Copied from platform/mac/svg/custom/empty-clip-path-expected.txt.
* platform/mac-tiger/svg/custom/empty-merge-expected.checksum: Copied from platform/mac/svg/custom/empty-merge-expected.checksum.
* platform/mac-tiger/svg/custom/empty-merge-expected.png: Copied from platform/mac/svg/custom/empty-merge-expected.png.
* platform/mac-tiger/svg/custom/empty-merge-expected.txt: Copied from platform/mac/svg/custom/empty-merge-expected.txt.
* platform/mac-tiger/svg/custom/evt-onload-expected.checksum: Copied from platform/mac/svg/custom/evt-onload-expected.checksum.
* platform/mac-tiger/svg/custom/evt-onload-expected.png: Copied from platform/mac/svg/custom/evt-onload-expected.png.
* platform/mac-tiger/svg/custom/evt-onload-expected.txt: Copied from platform/mac/svg/custom/evt-onload-expected.txt.
* platform/mac-tiger/svg/custom/feComponentTransfer-Discrete-expected.checksum: Copied from platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum.
* platform/mac-tiger/svg/custom/feComponentTransfer-Discrete-expected.png: Copied from platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png.
* platform/mac-tiger/svg/custom/feComponentTransfer-Discrete-expected.txt: Copied from platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt.
* platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.checksum: Copied from platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum.
* platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.png: Copied from platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png.
* platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.txt: Copied from platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt.
* platform/mac-tiger/svg/custom/feComponentTransfer-Linear-expected.checksum: Copied from platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum.
* platform/mac-tiger/svg/custom/feComponentTransfer-Linear-expected.png: Copied from platform/mac/svg/custom/feComponentTransfer-Linear-expected.png.
* platform/mac-tiger/svg/custom/feComponentTransfer-Linear-expected.txt: Copied from platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt.
* platform/mac-tiger/svg/custom/feComponentTransfer-Table-expected.checksum: Copied from platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum.
* platform/mac-tiger/svg/custom/feComponentTransfer-Table-expected.png: Copied from platform/mac/svg/custom/feComponentTransfer-Table-expected.png.
* platform/mac-tiger/svg/custom/feComponentTransfer-Table-expected.txt: Copied from platform/mac/svg/custom/feComponentTransfer-Table-expected.txt.
* platform/mac-tiger/svg/custom/feDisplacementMap-01-expected.checksum: Copied from platform/mac/svg/custom/feDisplacementMap-01-expected.checksum.
* platform/mac-tiger/svg/custom/feDisplacementMap-01-expected.png: Copied from platform/mac/svg/custom/feDisplacementMap-01-expected.png.
* platform/mac-tiger/svg/custom/feDisplacementMap-01-expected.txt: Copied from platform/mac/svg/custom/feDisplacementMap-01-expected.txt.
* platform/mac-tiger/svg/custom/fill-SVGPaint-interface-expected.checksum: Copied from platform/mac/svg/custom/fill-SVGPaint-interface-expected.checksum.
* platform/mac-tiger/svg/custom/fill-SVGPaint-interface-expected.png: Copied from platform/mac/svg/custom/fill-SVGPaint-interface-expected.png.
* platform/mac-tiger/svg/custom/fill-SVGPaint-interface-expected.txt: Copied from platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt.
* platform/mac-tiger/svg/custom/fill-fallback-expected.checksum: Copied from platform/mac/svg/custom/fill-fallback-expected.checksum.
* platform/mac-tiger/svg/custom/fill-fallback-expected.png: Copied from platform/mac/svg/custom/fill-fallback-expected.png.
* platform/mac-tiger/svg/custom/fill-fallback-expected.txt: Copied from platform/mac/svg/custom/fill-fallback-expected.txt.
* platform/mac-tiger/svg/custom/fill-update-expected.checksum: Copied from platform/mac/svg/custom/fill-update-expected.checksum.
* platform/mac-tiger/svg/custom/fill-update-expected.png: Copied from platform/mac/svg/custom/fill-update-expected.png.
* platform/mac-tiger/svg/custom/fill-update-expected.txt: Copied from platform/mac/svg/custom/fill-update-expected.txt.
* platform/mac-tiger/svg/custom/filter-source-alpha-expected.checksum: Copied from platform/mac/svg/custom/filter-source-alpha-expected.checksum.
* platform/mac-tiger/svg/custom/filter-source-alpha-expected.png: Copied from platform/mac/svg/custom/filter-source-alpha-expected.png.
* platform/mac-tiger/svg/custom/filter-source-alpha-expected.txt: Copied from platform/mac/svg/custom/filter-source-alpha-expected.txt.
* platform/mac-tiger/svg/custom/focus-ring-expected.checksum: Copied from platform/mac/svg/custom/focus-ring-expected.checksum.
* platform/mac-tiger/svg/custom/focus-ring-expected.png: Copied from platform/mac/svg/custom/focus-ring-expected.png.
* platform/mac-tiger/svg/custom/focus-ring-expected.txt: Copied from platform/mac/svg/custom/focus-ring-expected.txt.
* platform/mac-tiger/svg/custom/font-face-cascade-order-expected.checksum: Copied from platform/mac/svg/custom/font-face-cascade-order-expected.checksum.
* platform/mac-tiger/svg/custom/font-face-cascade-order-expected.png: Copied from platform/mac/svg/custom/font-face-cascade-order-expected.png.
* platform/mac-tiger/svg/custom/font-face-cascade-order-expected.txt: Copied from platform/mac/svg/custom/font-face-cascade-order-expected.txt.
* platform/mac-tiger/svg/custom/font-face-simple-expected.checksum: Copied from platform/mac/svg/custom/font-face-simple-expected.checksum.
* platform/mac-tiger/svg/custom/font-face-simple-expected.png: Copied from platform/mac/svg/custom/font-face-simple-expected.png.
* platform/mac-tiger/svg/custom/font-face-simple-expected.txt: Copied from platform/mac/svg/custom/font-face-simple-expected.txt.
* platform/mac-tiger/svg/custom/font-face-source-fallback-expected.txt: Copied from platform/mac/svg/custom/font-face-source-fallback-expected.txt.
* platform/mac-tiger/svg/custom/font-platformDestroy-crash-expected.checksum: Copied from platform/mac/svg/custom/font-platformDestroy-crash-expected.checksum.
* platform/mac-tiger/svg/custom/font-platformDestroy-crash-expected.png: Copied from platform/mac/svg/custom/font-platformDestroy-crash-expected.png.
* platform/mac-tiger/svg/custom/foreign-object-skew-expected.checksum: Copied from platform/mac/svg/custom/foreign-object-skew-expected.checksum.
* platform/mac-tiger/svg/custom/foreign-object-skew-expected.png: Copied from platform/mac/svg/custom/foreign-object-skew-expected.png.
* platform/mac-tiger/svg/custom/foreign-object-skew-expected.txt: Copied from platform/mac/svg/custom/foreign-object-skew-expected.txt.
* platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.checksum: Copied from platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum.
* platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.png: Copied from platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png.
* platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.txt: Copied from platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt.
* platform/mac-tiger/svg/custom/fractional-rects-expected.checksum: Copied from platform/mac/svg/custom/fractional-rects-expected.checksum.
* platform/mac-tiger/svg/custom/fractional-rects-expected.png: Copied from platform/mac/svg/custom/fractional-rects-expected.png.
* platform/mac-tiger/svg/custom/fractional-rects-expected.txt: Copied from platform/mac/svg/custom/fractional-rects-expected.txt.
* platform/mac-tiger/svg/custom/frame-getSVGDocument-expected.checksum: Copied from platform/mac/svg/custom/frame-getSVGDocument-expected.checksum.
* platform/mac-tiger/svg/custom/frame-getSVGDocument-expected.png: Copied from platform/mac/svg/custom/frame-getSVGDocument-expected.png.
* platform/mac-tiger/svg/custom/getBBox-js-expected.checksum: Copied from platform/mac/svg/custom/getBBox-js-expected.checksum.
* platform/mac-tiger/svg/custom/getBBox-js-expected.png: Copied from platform/mac/svg/custom/getBBox-js-expected.png.
* platform/mac-tiger/svg/custom/getPresentationAttribute-expected.checksum: Copied from platform/mac/svg/custom/getPresentationAttribute-expected.checksum.
* platform/mac-tiger/svg/custom/getPresentationAttribute-expected.png: Copied from platform/mac/svg/custom/getPresentationAttribute-expected.png.
* platform/mac-tiger/svg/custom/getPresentationAttribute-expected.txt: Copied from platform/mac/svg/custom/getPresentationAttribute-expected.txt.
* platform/mac-tiger/svg/custom/getTransformToElement-expected.checksum: Copied from platform/mac/svg/custom/getTransformToElement-expected.checksum.
* platform/mac-tiger/svg/custom/getTransformToElement-expected.png: Copied from platform/mac/svg/custom/getTransformToElement-expected.png.
* platform/mac-tiger/svg/custom/getTransformToElement-expected.txt: Copied from platform/mac/svg/custom/getTransformToElement-expected.txt.
* platform/mac-tiger/svg/custom/getscreenctm-in-mixed-content-expected.checksum: Copied from platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum.
* platform/mac-tiger/svg/custom/getscreenctm-in-mixed-content-expected.png: Copied from platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png.
* platform/mac-tiger/svg/custom/getscreenctm-in-mixed-content-expected.txt: Copied from platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt.
* platform/mac-tiger/svg/custom/getsvgdocument-expected.checksum: Copied from platform/mac/svg/custom/getsvgdocument-expected.checksum.
* platform/mac-tiger/svg/custom/getsvgdocument-expected.png: Copied from platform/mac/svg/custom/getsvgdocument-expected.png.
* platform/mac-tiger/svg/custom/getsvgdocument-expected.txt: Copied from platform/mac/svg/custom/getsvgdocument-expected.txt.
* platform/mac-tiger/svg/custom/glyph-selection-lang-attribute-expected.checksum: Copied from platform/mac/svg/custom/glyph-selection-lang-attribute-expected.checksum.
* platform/mac-tiger/svg/custom/glyph-selection-lang-attribute-expected.png: Copied from platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png.
* platform/mac-tiger/svg/custom/glyph-selection-lang-attribute-expected.txt: Copied from platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt.
* platform/mac-tiger/svg/custom/gradient-add-stops-expected.checksum: Copied from platform/mac/svg/custom/gradient-add-stops-expected.checksum.
* platform/mac-tiger/svg/custom/gradient-add-stops-expected.png: Copied from platform/mac/svg/custom/gradient-add-stops-expected.png.
* platform/mac-tiger/svg/custom/gradient-add-stops-expected.txt: Copied from platform/mac/svg/custom/gradient-add-stops-expected.txt.
* platform/mac-tiger/svg/custom/gradient-attr-update-expected.checksum: Copied from platform/mac/svg/custom/gradient-attr-update-expected.checksum.
* platform/mac-tiger/svg/custom/gradient-attr-update-expected.png: Copied from platform/mac/svg/custom/gradient-attr-update-expected.png.
* platform/mac-tiger/svg/custom/gradient-attr-update-expected.txt: Copied from platform/mac/svg/custom/gradient-attr-update-expected.txt.
* platform/mac-tiger/svg/custom/gradient-cycle-detection-expected.checksum: Copied from platform/mac/svg/custom/gradient-cycle-detection-expected.checksum.
* platform/mac-tiger/svg/custom/gradient-cycle-detection-expected.png: Copied from platform/mac/svg/custom/gradient-cycle-detection-expected.png.
* platform/mac-tiger/svg/custom/gradient-cycle-detection-expected.txt: Copied from platform/mac/svg/custom/gradient-cycle-detection-expected.txt.
* platform/mac-tiger/svg/custom/gradient-deep-referencing-expected.checksum: Copied from platform/mac/svg/custom/gradient-deep-referencing-expected.checksum.
* platform/mac-tiger/svg/custom/gradient-deep-referencing-expected.png: Copied from platform/mac/svg/custom/gradient-deep-referencing-expected.png.
* platform/mac-tiger/svg/custom/gradient-deep-referencing-expected.txt: Copied from platform/mac/svg/custom/gradient-deep-referencing-expected.txt.
* platform/mac-tiger/svg/custom/gradient-rotated-bbox-expected.checksum: Copied from platform/mac/svg/custom/gradient-rotated-bbox-expected.checksum.
* platform/mac-tiger/svg/custom/gradient-rotated-bbox-expected.png: Copied from platform/mac/svg/custom/gradient-rotated-bbox-expected.png.
* platform/mac-tiger/svg/custom/gradient-rotated-bbox-expected.txt: Copied from platform/mac/svg/custom/gradient-rotated-bbox-expected.txt.
* platform/mac-tiger/svg/custom/gradient-stop-corner-cases-expected.checksum: Copied from platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum.
* platform/mac-tiger/svg/custom/gradient-stop-corner-cases-expected.png: Copied from platform/mac/svg/custom/gradient-stop-corner-cases-expected.png.
* platform/mac-tiger/svg/custom/gradient-stop-corner-cases-expected.txt: Copied from platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt.
* platform/mac-tiger/svg/custom/gradient-stop-style-change-expected.checksum: Copied from platform/mac/svg/custom/gradient-stop-style-change-expected.checksum.
* platform/mac-tiger/svg/custom/gradient-stop-style-change-expected.png: Copied from platform/mac/svg/custom/gradient-stop-style-change-expected.png.
* platform/mac-tiger/svg/custom/gradient-stop-style-change-expected.txt: Copied from platform/mac/svg/custom/gradient-stop-style-change-expected.txt.
* platform/mac-tiger/svg/custom/gradient-stroke-width-expected.checksum: Copied from platform/mac/svg/custom/gradient-stroke-width-expected.checksum.
* platform/mac-tiger/svg/custom/gradient-stroke-width-expected.png: Copied from platform/mac/svg/custom/gradient-stroke-width-expected.png.
* platform/mac-tiger/svg/custom/gradient-stroke-width-expected.txt: Copied from platform/mac/svg/custom/gradient-stroke-width-expected.txt.
* platform/mac-tiger/svg/custom/grayscale-gradient-mask-expected.checksum: Copied from platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum.
* platform/mac-tiger/svg/custom/grayscale-gradient-mask-expected.png: Copied from platform/mac/svg/custom/grayscale-gradient-mask-expected.png.
* platform/mac-tiger/svg/custom/grayscale-gradient-mask-expected.txt: Copied from platform/mac/svg/custom/grayscale-gradient-mask-expected.txt.
* platform/mac-tiger/svg/custom/group-opacity-expected.checksum: Copied from platform/mac/svg/custom/group-opacity-expected.checksum.
* platform/mac-tiger/svg/custom/group-opacity-expected.png: Copied from platform/mac/svg/custom/group-opacity-expected.png.
* platform/mac-tiger/svg/custom/group-opacity-expected.txt: Copied from platform/mac/svg/custom/group-opacity-expected.txt.
* platform/mac-tiger/svg/custom/hit-test-path-expected.checksum: Copied from platform/mac/svg/custom/hit-test-path-expected.checksum.
* platform/mac-tiger/svg/custom/hit-test-path-expected.png: Copied from platform/mac/svg/custom/hit-test-path-expected.png.
* platform/mac-tiger/svg/custom/hit-test-path-expected.txt: Copied from platform/mac/svg/custom/hit-test-path-expected.txt.
* platform/mac-tiger/svg/custom/hit-test-path-stroke-expected.checksum: Copied from platform/mac/svg/custom/hit-test-path-stroke-expected.checksum.
* platform/mac-tiger/svg/custom/hit-test-path-stroke-expected.png: Copied from platform/mac/svg/custom/hit-test-path-stroke-expected.png.
* platform/mac-tiger/svg/custom/hit-test-path-stroke-expected.txt: Copied from platform/mac/svg/custom/hit-test-path-stroke-expected.txt.
* platform/mac-tiger/svg/custom/hit-test-unclosed-subpaths-expected.checksum: Copied from platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.checksum.
* platform/mac-tiger/svg/custom/hit-test-unclosed-subpaths-expected.png: Copied from platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png.
* platform/mac-tiger/svg/custom/hit-test-unclosed-subpaths-expected.txt: Copied from platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt.
* platform/mac-tiger/svg/custom/hit-test-with-br-expected.checksum: Copied from platform/mac/svg/custom/hit-test-with-br-expected.checksum.
* platform/mac-tiger/svg/custom/hit-test-with-br-expected.png: Copied from platform/mac/svg/custom/hit-test-with-br-expected.png.
* platform/mac-tiger/svg/custom/hit-test-with-br-expected.txt: Copied from platform/mac/svg/custom/hit-test-with-br-expected.txt.
* platform/mac-tiger/svg/custom/hover-default-fill-expected.checksum: Copied from platform/mac/svg/custom/hover-default-fill-expected.checksum.
* platform/mac-tiger/svg/custom/hover-default-fill-expected.png: Copied from platform/mac/svg/custom/hover-default-fill-expected.png.
* platform/mac-tiger/svg/custom/hover-default-fill-expected.txt: Copied from platform/mac/svg/custom/hover-default-fill-expected.txt.
* platform/mac-tiger/svg/custom/image-clipped-hit-expected.checksum: Copied from platform/mac/svg/custom/image-clipped-hit-expected.checksum.
* platform/mac-tiger/svg/custom/image-clipped-hit-expected.png: Copied from platform/mac/svg/custom/image-clipped-hit-expected.png.
* platform/mac-tiger/svg/custom/image-clipped-hit-expected.txt: Copied from platform/mac/svg/custom/image-clipped-hit-expected.txt.
* platform/mac-tiger/svg/custom/image-parent-translation-expected.checksum: Copied from platform/mac/svg/custom/image-parent-translation-expected.checksum.
* platform/mac-tiger/svg/custom/image-parent-translation-expected.png: Copied from platform/mac/svg/custom/image-parent-translation-expected.png.
* platform/mac-tiger/svg/custom/image-parent-translation-expected.txt: Copied from platform/mac/svg/custom/image-parent-translation-expected.txt.
* platform/mac-tiger/svg/custom/image-small-width-height-expected.checksum: Copied from platform/mac/svg/custom/image-small-width-height-expected.checksum.
* platform/mac-tiger/svg/custom/image-small-width-height-expected.png: Copied from platform/mac/svg/custom/image-small-width-height-expected.png.
* platform/mac-tiger/svg/custom/image-small-width-height-expected.txt: Copied from platform/mac/svg/custom/image-small-width-height-expected.txt.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/inline-svg-in-xhtml-expected.checksum: Copied from platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum.
* platform/mac-tiger/svg/custom/inline-svg-in-xhtml-expected.png: Copied from platform/mac/svg/custom/inline-svg-in-xhtml-expected.png.
* platform/mac-tiger/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt.
* platform/mac-tiger/svg/custom/inner-percent-expected.checksum: Copied from platform/mac/svg/custom/inner-percent-expected.checksum.
* platform/mac-tiger/svg/custom/inner-percent-expected.png: Copied from platform/mac/svg/custom/inner-percent-expected.png.
* platform/mac-tiger/svg/custom/inner-percent-expected.txt: Copied from platform/mac/svg/custom/inner-percent-expected.txt.
* platform/mac-tiger/svg/custom/inner-svg-hit-test-expected.checksum: Copied from platform/mac/svg/custom/inner-svg-hit-test-expected.checksum.
* platform/mac-tiger/svg/custom/inner-svg-hit-test-expected.png: Copied from platform/mac/svg/custom/inner-svg-hit-test-expected.png.
* platform/mac-tiger/svg/custom/inner-svg-hit-test-expected.txt: Copied from platform/mac/svg/custom/inner-svg-hit-test-expected.txt.
* platform/mac-tiger/svg/custom/invalid-css-expected.checksum: Copied from platform/mac/svg/custom/invalid-css-expected.checksum.
* platform/mac-tiger/svg/custom/invalid-css-expected.png: Copied from platform/mac/svg/custom/invalid-css-expected.png.
* platform/mac-tiger/svg/custom/invalid-css-expected.txt: Copied from platform/mac/svg/custom/invalid-css-expected.txt.
* platform/mac-tiger/svg/custom/invalid-fill-expected.checksum: Copied from platform/mac/svg/custom/invalid-fill-expected.checksum.
* platform/mac-tiger/svg/custom/invalid-fill-expected.png: Copied from platform/mac/svg/custom/invalid-fill-expected.png.
* platform/mac-tiger/svg/custom/invalid-fill-expected.txt: Copied from platform/mac/svg/custom/invalid-fill-expected.txt.
* platform/mac-tiger/svg/custom/invalid-fill-hex-expected.checksum: Copied from platform/mac/svg/custom/invalid-fill-hex-expected.checksum.
* platform/mac-tiger/svg/custom/invalid-fill-hex-expected.png: Copied from platform/mac/svg/custom/invalid-fill-hex-expected.png.
* platform/mac-tiger/svg/custom/invalid-fill-hex-expected.txt: Copied from platform/mac/svg/custom/invalid-fill-hex-expected.txt.
* platform/mac-tiger/svg/custom/invalid-lengthlist-expected.checksum: Copied from platform/mac/svg/custom/invalid-lengthlist-expected.checksum.
* platform/mac-tiger/svg/custom/invalid-lengthlist-expected.png: Copied from platform/mac/svg/custom/invalid-lengthlist-expected.png.
* platform/mac-tiger/svg/custom/invalid-lengthlist-expected.txt: Copied from platform/mac/svg/custom/invalid-lengthlist-expected.txt.
* platform/mac-tiger/svg/custom/invalid-transforms-expected.checksum: Copied from platform/mac/svg/custom/invalid-transforms-expected.checksum.
* platform/mac-tiger/svg/custom/invalid-transforms-expected.png: Copied from platform/mac/svg/custom/invalid-transforms-expected.png.
* platform/mac-tiger/svg/custom/invalid-transforms-expected.txt: Copied from platform/mac/svg/custom/invalid-transforms-expected.txt.
* platform/mac-tiger/svg/custom/invisible-text-after-scrolling-expected.checksum: Copied from platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum.
* platform/mac-tiger/svg/custom/invisible-text-after-scrolling-expected.png: Copied from platform/mac/svg/custom/invisible-text-after-scrolling-expected.png.
* platform/mac-tiger/svg/custom/invisible-text-after-scrolling-expected.txt: Copied from platform/mac/svg/custom/invisible-text-after-scrolling-expected.txt.
* platform/mac-tiger/svg/custom/js-font-test-expected.checksum: Copied from platform/mac/svg/custom/js-font-test-expected.checksum.
* platform/mac-tiger/svg/custom/js-font-test-expected.png: Copied from platform/mac/svg/custom/js-font-test-expected.png.
* platform/mac-tiger/svg/custom/js-font-test-expected.txt: Copied from platform/mac/svg/custom/js-font-test-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/js-late-clipPath-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum.
* platform/mac-tiger/svg/custom/js-late-clipPath-creation-expected.png: Copied from platform/mac/svg/custom/js-late-clipPath-creation-expected.png.
* platform/mac-tiger/svg/custom/js-late-clipPath-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-clipPath-creation-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/js-late-gradient-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-gradient-creation-expected.checksum.
* platform/mac-tiger/svg/custom/js-late-gradient-creation-expected.png: Copied from platform/mac/svg/custom/js-late-gradient-creation-expected.png.
* platform/mac-tiger/svg/custom/js-late-gradient-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-gradient-creation-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/js-late-marker-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-marker-creation-expected.checksum.
* platform/mac-tiger/svg/custom/js-late-marker-creation-expected.png: Copied from platform/mac/svg/custom/js-late-marker-creation-expected.png.
* platform/mac-tiger/svg/custom/js-late-marker-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-marker-creation-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/js-late-mask-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-mask-creation-expected.checksum.
* platform/mac-tiger/svg/custom/js-late-mask-creation-expected.png: Copied from platform/mac/svg/custom/js-late-mask-creation-expected.png.
* platform/mac-tiger/svg/custom/js-late-mask-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-mask-creation-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/js-late-pattern-creation-expected.checksum: Copied from platform/mac/svg/custom/js-late-pattern-creation-expected.checksum.
* platform/mac-tiger/svg/custom/js-late-pattern-creation-expected.png: Copied from platform/mac/svg/custom/js-late-pattern-creation-expected.png.
* platform/mac-tiger/svg/custom/js-late-pattern-creation-expected.txt: Copied from platform/mac/svg/custom/js-late-pattern-creation-expected.txt.
* platform/mac-tiger/svg/custom/js-svg-constructors-expected.checksum: Copied from platform/mac/svg/custom/js-svg-constructors-expected.checksum.
* platform/mac-tiger/svg/custom/js-svg-constructors-expected.png: Copied from platform/mac/svg/custom/js-svg-constructors-expected.png.
* platform/mac-tiger/svg/custom/js-update-bounce-expected.checksum: Copied from platform/mac/svg/custom/js-update-bounce-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-bounce-expected.png: Copied from platform/mac/svg/custom/js-update-bounce-expected.png.
* platform/mac-tiger/svg/custom/js-update-bounce-expected.txt: Copied from platform/mac/svg/custom/js-update-bounce-expected.txt.
* platform/mac-tiger/svg/custom/js-update-container-expected.checksum: Copied from platform/mac/svg/custom/js-update-container-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-container-expected.png: Copied from platform/mac/svg/custom/js-update-container-expected.png.
* platform/mac-tiger/svg/custom/js-update-container-expected.txt: Copied from platform/mac/svg/custom/js-update-container-expected.txt.
* platform/mac-tiger/svg/custom/js-update-container2-expected.checksum: Copied from platform/mac/svg/custom/js-update-container2-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-container2-expected.png: Copied from platform/mac/svg/custom/js-update-container2-expected.png.
* platform/mac-tiger/svg/custom/js-update-container2-expected.txt: Copied from platform/mac/svg/custom/js-update-container2-expected.txt.
* platform/mac-tiger/svg/custom/js-update-gradient-expected.checksum: Copied from platform/mac/svg/custom/js-update-gradient-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-gradient-expected.png: Copied from platform/mac/svg/custom/js-update-gradient-expected.png.
* platform/mac-tiger/svg/custom/js-update-gradient-expected.txt: Copied from platform/mac/svg/custom/js-update-gradient-expected.txt.
* platform/mac-tiger/svg/custom/js-update-image-expected.checksum: Copied from platform/mac/svg/custom/js-update-image-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-image-expected.png: Copied from platform/mac/svg/custom/js-update-image-expected.png.
* platform/mac-tiger/svg/custom/js-update-image-expected.txt: Copied from platform/mac/svg/custom/js-update-image-expected.txt.
* platform/mac-tiger/svg/custom/js-update-path-changes-expected.checksum: Copied from platform/mac/svg/custom/js-update-path-changes-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-path-changes-expected.png: Copied from platform/mac/svg/custom/js-update-path-changes-expected.png.
* platform/mac-tiger/svg/custom/js-update-path-changes-expected.txt: Copied from platform/mac/svg/custom/js-update-path-changes-expected.txt.
* platform/mac-tiger/svg/custom/js-update-path-removal-expected.checksum: Copied from platform/mac/svg/custom/js-update-path-removal-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-path-removal-expected.png: Copied from platform/mac/svg/custom/js-update-path-removal-expected.png.
* platform/mac-tiger/svg/custom/js-update-path-removal-expected.txt: Copied from platform/mac/svg/custom/js-update-path-removal-expected.txt.
* platform/mac-tiger/svg/custom/js-update-pattern-child-expected.checksum: Copied from platform/mac/svg/custom/js-update-pattern-child-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-pattern-child-expected.png: Copied from platform/mac/svg/custom/js-update-pattern-child-expected.png.
* platform/mac-tiger/svg/custom/js-update-pattern-child-expected.txt: Copied from platform/mac/svg/custom/js-update-pattern-child-expected.txt.
* platform/mac-tiger/svg/custom/js-update-pattern-expected.checksum: Copied from platform/mac/svg/custom/js-update-pattern-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-pattern-expected.png: Copied from platform/mac/svg/custom/js-update-pattern-expected.png.
* platform/mac-tiger/svg/custom/js-update-pattern-expected.txt: Copied from platform/mac/svg/custom/js-update-pattern-expected.txt.
* platform/mac-tiger/svg/custom/js-update-polygon-changes-expected.checksum: Copied from platform/mac/svg/custom/js-update-polygon-changes-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-polygon-changes-expected.png: Copied from platform/mac/svg/custom/js-update-polygon-changes-expected.png.
* platform/mac-tiger/svg/custom/js-update-polygon-changes-expected.txt: Copied from platform/mac/svg/custom/js-update-polygon-changes-expected.txt.
* platform/mac-tiger/svg/custom/js-update-polygon-removal-expected.checksum: Copied from platform/mac/svg/custom/js-update-polygon-removal-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-polygon-removal-expected.png: Copied from platform/mac/svg/custom/js-update-polygon-removal-expected.png.
* platform/mac-tiger/svg/custom/js-update-polygon-removal-expected.txt: Copied from platform/mac/svg/custom/js-update-polygon-removal-expected.txt.
* platform/mac-tiger/svg/custom/js-update-stop-expected.checksum: Copied from platform/mac/svg/custom/js-update-stop-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-stop-expected.png: Copied from platform/mac/svg/custom/js-update-stop-expected.png.
* platform/mac-tiger/svg/custom/js-update-stop-expected.txt: Copied from platform/mac/svg/custom/js-update-stop-expected.txt.
* platform/mac-tiger/svg/custom/js-update-style-expected.checksum: Copied from platform/mac/svg/custom/js-update-style-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-style-expected.png: Copied from platform/mac/svg/custom/js-update-style-expected.png.
* platform/mac-tiger/svg/custom/js-update-style-expected.txt: Copied from platform/mac/svg/custom/js-update-style-expected.txt.
* platform/mac-tiger/svg/custom/js-update-transform-addition-expected.checksum: Copied from platform/mac/svg/custom/js-update-transform-addition-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-transform-addition-expected.png: Copied from platform/mac/svg/custom/js-update-transform-addition-expected.png.
* platform/mac-tiger/svg/custom/js-update-transform-addition-expected.txt: Copied from platform/mac/svg/custom/js-update-transform-addition-expected.txt.
* platform/mac-tiger/svg/custom/js-update-transform-changes-expected.checksum: Copied from platform/mac/svg/custom/js-update-transform-changes-expected.checksum.
* platform/mac-tiger/svg/custom/js-update-transform-changes-expected.png: Copied from platform/mac/svg/custom/js-update-transform-changes-expected.png.
* platform/mac-tiger/svg/custom/js-update-transform-changes-expected.txt: Copied from platform/mac/svg/custom/js-update-transform-changes-expected.txt.
* platform/mac-tiger/svg/custom/junk-data-expected.checksum: Copied from platform/mac/svg/custom/junk-data-expected.checksum.
* platform/mac-tiger/svg/custom/junk-data-expected.png: Copied from platform/mac/svg/custom/junk-data-expected.png.
* platform/mac-tiger/svg/custom/junk-data-expected.txt: Copied from platform/mac/svg/custom/junk-data-expected.txt.
* platform/mac-tiger/svg/custom/large-bounding-box-percents-expected.checksum: Copied from platform/mac/svg/custom/large-bounding-box-percents-expected.checksum.
* platform/mac-tiger/svg/custom/large-bounding-box-percents-expected.png: Copied from platform/mac/svg/custom/large-bounding-box-percents-expected.png.
* platform/mac-tiger/svg/custom/large-bounding-box-percents-expected.txt: Copied from platform/mac/svg/custom/large-bounding-box-percents-expected.txt.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/marker-changes-expected.checksum: Copied from platform/mac/svg/custom/marker-changes-expected.checksum.
* platform/mac-tiger/svg/custom/marker-changes-expected.png: Copied from platform/mac/svg/custom/marker-changes-expected.png.
* platform/mac-tiger/svg/custom/marker-changes-expected.txt: Copied from platform/mac/svg/custom/marker-changes-expected.txt.
* platform/mac-tiger/svg/custom/marker-child-changes-expected.checksum: Copied from platform/mac/svg/custom/marker-child-changes-expected.checksum.
* platform/mac-tiger/svg/custom/marker-child-changes-expected.png: Copied from platform/mac/svg/custom/marker-child-changes-expected.png.
* platform/mac-tiger/svg/custom/marker-child-changes-expected.txt: Copied from platform/mac/svg/custom/marker-child-changes-expected.txt.
* platform/mac-tiger/svg/custom/marker-default-width-height-expected.checksum: Copied from platform/mac/svg/custom/marker-default-width-height-expected.checksum.
* platform/mac-tiger/svg/custom/marker-default-width-height-expected.png: Copied from platform/mac/svg/custom/marker-default-width-height-expected.png.
* platform/mac-tiger/svg/custom/marker-default-width-height-expected.txt: Copied from platform/mac/svg/custom/marker-default-width-height-expected.txt.
* platform/mac-tiger/svg/custom/marker-overflow-clip-expected.checksum: Copied from platform/mac/svg/custom/marker-overflow-clip-expected.checksum.
* platform/mac-tiger/svg/custom/marker-overflow-clip-expected.png: Copied from platform/mac/svg/custom/marker-overflow-clip-expected.png.
* platform/mac-tiger/svg/custom/marker-overflow-clip-expected.txt: Copied from platform/mac/svg/custom/marker-overflow-clip-expected.txt.
* platform/mac-tiger/svg/custom/marker-viewBox-changes-expected.checksum: Copied from platform/mac/svg/custom/marker-viewBox-changes-expected.checksum.
* platform/mac-tiger/svg/custom/marker-viewBox-changes-expected.png: Copied from platform/mac/svg/custom/marker-viewBox-changes-expected.png.
* platform/mac-tiger/svg/custom/marker-viewBox-changes-expected.txt: Copied from platform/mac/svg/custom/marker-viewBox-changes-expected.txt.
* platform/mac-tiger/svg/custom/mask-changes-expected.checksum: Copied from platform/mac/svg/custom/mask-changes-expected.checksum.
* platform/mac-tiger/svg/custom/mask-changes-expected.png: Copied from platform/mac/svg/custom/mask-changes-expected.png.
* platform/mac-tiger/svg/custom/mask-changes-expected.txt: Copied from platform/mac/svg/custom/mask-changes-expected.txt.
* platform/mac-tiger/svg/custom/mask-child-changes-expected.checksum: Copied from platform/mac/svg/custom/mask-child-changes-expected.checksum.
* platform/mac-tiger/svg/custom/mask-child-changes-expected.png: Copied from platform/mac/svg/custom/mask-child-changes-expected.png.
* platform/mac-tiger/svg/custom/mask-child-changes-expected.txt: Copied from platform/mac/svg/custom/mask-child-changes-expected.txt.
* platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.checksum: Copied from platform/mac/svg/custom/mask-excessive-malloc-expected.checksum.
* platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.png: Copied from platform/mac/svg/custom/mask-excessive-malloc-expected.png.
* platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.txt: Copied from platform/mac/svg/custom/mask-excessive-malloc-expected.txt.
* platform/mac-tiger/svg/custom/mask-inside-defs-expected.checksum: Copied from platform/mac/svg/custom/mask-inside-defs-expected.checksum.
* platform/mac-tiger/svg/custom/mask-inside-defs-expected.png: Copied from platform/mac/svg/custom/mask-inside-defs-expected.png.
* platform/mac-tiger/svg/custom/mask-inside-defs-expected.txt: Copied from platform/mac/svg/custom/mask-inside-defs-expected.txt.
* platform/mac-tiger/svg/custom/missing-xlink-expected.checksum: Copied from platform/mac/svg/custom/missing-xlink-expected.checksum.
* platform/mac-tiger/svg/custom/missing-xlink-expected.png: Copied from platform/mac/svg/custom/missing-xlink-expected.png.
* platform/mac-tiger/svg/custom/missing-xlink-expected.txt: Copied from platform/mac/svg/custom/missing-xlink-expected.txt.
* platform/mac-tiger/svg/custom/multiple-title-elements-expected.checksum: Copied from platform/mac/svg/custom/multiple-title-elements-expected.checksum.
* platform/mac-tiger/svg/custom/multiple-title-elements-expected.png: Copied from platform/mac/svg/custom/multiple-title-elements-expected.png.
* platform/mac-tiger/svg/custom/non-circular-marker-reference-expected.checksum: Copied from platform/mac/svg/custom/non-circular-marker-reference-expected.checksum.
* platform/mac-tiger/svg/custom/non-circular-marker-reference-expected.png: Copied from platform/mac/svg/custom/non-circular-marker-reference-expected.png.
* platform/mac-tiger/svg/custom/non-circular-marker-reference-expected.txt: Copied from platform/mac/svg/custom/non-circular-marker-reference-expected.txt.
* platform/mac-tiger/svg/custom/non-opaque-filters-expected.checksum: Copied from platform/mac/svg/custom/non-opaque-filters-expected.checksum.
* platform/mac-tiger/svg/custom/non-opaque-filters-expected.png: Copied from platform/mac/svg/custom/non-opaque-filters-expected.png.
* platform/mac-tiger/svg/custom/non-opaque-filters-expected.txt: Copied from platform/mac/svg/custom/non-opaque-filters-expected.txt.
* platform/mac-tiger/svg/custom/path-bad-data-expected.checksum: Copied from platform/mac/svg/custom/path-bad-data-expected.checksum.
* platform/mac-tiger/svg/custom/path-bad-data-expected.png: Copied from platform/mac/svg/custom/path-bad-data-expected.png.
* platform/mac-tiger/svg/custom/path-bad-data-expected.txt: Copied from platform/mac/svg/custom/path-bad-data-expected.txt.
* platform/mac-tiger/svg/custom/path-getTotalLength-expected.checksum: Copied from platform/mac/svg/custom/path-getTotalLength-expected.checksum.
* platform/mac-tiger/svg/custom/path-getTotalLength-expected.png: Copied from platform/mac/svg/custom/path-getTotalLength-expected.png.
* platform/mac-tiger/svg/custom/path-textPath-simulation-expected.checksum: Copied from platform/mac/svg/custom/path-textPath-simulation-expected.checksum.
* platform/mac-tiger/svg/custom/path-textPath-simulation-expected.png: Copied from platform/mac/svg/custom/path-textPath-simulation-expected.png.
* platform/mac-tiger/svg/custom/path-textPath-simulation-expected.txt: Copied from platform/mac/svg/custom/path-textPath-simulation-expected.txt.
* platform/mac-tiger/svg/custom/path-update-expected.checksum: Copied from platform/mac/svg/custom/path-update-expected.checksum.
* platform/mac-tiger/svg/custom/path-update-expected.png: Copied from platform/mac/svg/custom/path-update-expected.png.
* platform/mac-tiger/svg/custom/path-update-expected.txt: Copied from platform/mac/svg/custom/path-update-expected.txt.
* platform/mac-tiger/svg/custom/pattern-cycle-detection-expected.checksum: Copied from platform/mac/svg/custom/pattern-cycle-detection-expected.checksum.
* platform/mac-tiger/svg/custom/pattern-cycle-detection-expected.png: Copied from platform/mac/svg/custom/pattern-cycle-detection-expected.png.
* platform/mac-tiger/svg/custom/pattern-cycle-detection-expected.txt: Copied from platform/mac/svg/custom/pattern-cycle-detection-expected.txt.
* platform/mac-tiger/svg/custom/pattern-deep-referencing-expected.checksum: Copied from platform/mac/svg/custom/pattern-deep-referencing-expected.checksum.
* platform/mac-tiger/svg/custom/pattern-deep-referencing-expected.png: Copied from platform/mac/svg/custom/pattern-deep-referencing-expected.png.
* platform/mac-tiger/svg/custom/pattern-deep-referencing-expected.txt: Copied from platform/mac/svg/custom/pattern-deep-referencing-expected.txt.
* platform/mac-tiger/svg/custom/pattern-in-defs-expected.checksum: Copied from platform/mac/svg/custom/pattern-in-defs-expected.checksum.
* platform/mac-tiger/svg/custom/pattern-in-defs-expected.png: Copied from platform/mac/svg/custom/pattern-in-defs-expected.png.
* platform/mac-tiger/svg/custom/pattern-in-defs-expected.txt: Copied from platform/mac/svg/custom/pattern-in-defs-expected.txt.
* platform/mac-tiger/svg/custom/pattern-rotate-expected.checksum: Copied from platform/mac/svg/custom/pattern-rotate-expected.checksum.
* platform/mac-tiger/svg/custom/pattern-rotate-expected.png: Copied from platform/mac/svg/custom/pattern-rotate-expected.png.
* platform/mac-tiger/svg/custom/pattern-rotate-expected.txt: Copied from platform/mac/svg/custom/pattern-rotate-expected.txt.
* platform/mac-tiger/svg/custom/pattern-y-offset-expected.checksum: Copied from platform/mac/svg/custom/pattern-y-offset-expected.checksum.
* platform/mac-tiger/svg/custom/pattern-y-offset-expected.png: Copied from platform/mac/svg/custom/pattern-y-offset-expected.png.
* platform/mac-tiger/svg/custom/pattern-y-offset-expected.txt: Copied from platform/mac/svg/custom/pattern-y-offset-expected.txt.
* platform/mac-tiger/svg/custom/percentage-of-html-parent-expected.checksum: Copied from platform/mac/svg/custom/percentage-of-html-parent-expected.checksum.
* platform/mac-tiger/svg/custom/percentage-of-html-parent-expected.png: Copied from platform/mac/svg/custom/percentage-of-html-parent-expected.png.
* platform/mac-tiger/svg/custom/percentage-of-html-parent-expected.txt: Copied from platform/mac/svg/custom/percentage-of-html-parent-expected.txt.
* platform/mac-tiger/svg/custom/percentage-rect-expected.checksum: Copied from platform/mac/svg/custom/percentage-rect-expected.checksum.
* platform/mac-tiger/svg/custom/percentage-rect-expected.png: Copied from platform/mac/svg/custom/percentage-rect-expected.png.
* platform/mac-tiger/svg/custom/percentage-rect-expected.txt: Copied from platform/mac/svg/custom/percentage-rect-expected.txt.
* platform/mac-tiger/svg/custom/percentage-rect2-expected.checksum: Copied from platform/mac/svg/custom/percentage-rect2-expected.checksum.
* platform/mac-tiger/svg/custom/percentage-rect2-expected.png: Copied from platform/mac/svg/custom/percentage-rect2-expected.png.
* platform/mac-tiger/svg/custom/percentage-rect2-expected.txt: Copied from platform/mac/svg/custom/percentage-rect2-expected.txt.
* platform/mac-tiger/svg/custom/pointer-events-image-expected.checksum: Copied from platform/mac/svg/custom/pointer-events-image-expected.checksum.
* platform/mac-tiger/svg/custom/pointer-events-image-expected.png: Copied from platform/mac/svg/custom/pointer-events-image-expected.png.
* platform/mac-tiger/svg/custom/pointer-events-image-expected.txt: Copied from platform/mac/svg/custom/pointer-events-image-expected.txt.
* platform/mac-tiger/svg/custom/pointer-events-path-expected.checksum: Copied from platform/mac/svg/custom/pointer-events-path-expected.checksum.
* platform/mac-tiger/svg/custom/pointer-events-path-expected.png: Copied from platform/mac/svg/custom/pointer-events-path-expected.png.
* platform/mac-tiger/svg/custom/pointer-events-path-expected.txt: Copied from platform/mac/svg/custom/pointer-events-path-expected.txt.
* platform/mac-tiger/svg/custom/pointer-events-text-expected.checksum: Copied from platform/mac/svg/custom/pointer-events-text-expected.checksum.
* platform/mac-tiger/svg/custom/pointer-events-text-expected.png: Copied from platform/mac/svg/custom/pointer-events-text-expected.png.
* platform/mac-tiger/svg/custom/pointer-events-text-expected.txt: Copied from platform/mac/svg/custom/pointer-events-text-expected.txt.
* platform/mac-tiger/svg/custom/poly-identify-expected.checksum: Copied from platform/mac/svg/custom/poly-identify-expected.checksum.
* platform/mac-tiger/svg/custom/poly-identify-expected.png: Copied from platform/mac/svg/custom/poly-identify-expected.png.
* platform/mac-tiger/svg/custom/poly-identify-expected.txt: Copied from platform/mac/svg/custom/poly-identify-expected.txt.
* platform/mac-tiger/svg/custom/polyline-hittest-expected.checksum: Copied from platform/mac/svg/custom/polyline-hittest-expected.checksum.
* platform/mac-tiger/svg/custom/polyline-hittest-expected.png: Copied from platform/mac/svg/custom/polyline-hittest-expected.png.
* platform/mac-tiger/svg/custom/polyline-hittest-expected.txt: Copied from platform/mac/svg/custom/polyline-hittest-expected.txt.
* platform/mac-tiger/svg/custom/polyline-invalid-points-expected.checksum: Copied from platform/mac/svg/custom/polyline-invalid-points-expected.checksum.
* platform/mac-tiger/svg/custom/polyline-invalid-points-expected.png: Copied from platform/mac/svg/custom/polyline-invalid-points-expected.png.
* platform/mac-tiger/svg/custom/polyline-invalid-points-expected.txt: Copied from platform/mac/svg/custom/polyline-invalid-points-expected.txt.
* platform/mac-tiger/svg/custom/polyline-setattribute-points-null-expected.checksum: Copied from platform/mac/svg/custom/polyline-setattribute-points-null-expected.checksum.
* platform/mac-tiger/svg/custom/polyline-setattribute-points-null-expected.png: Copied from platform/mac/svg/custom/polyline-setattribute-points-null-expected.png.
* platform/mac-tiger/svg/custom/polyline-setattribute-points-null-expected.txt: Copied from platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt.
* platform/mac-tiger/svg/custom/preserve-aspect-ratio-syntax-expected.checksum: Copied from platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum.
* platform/mac-tiger/svg/custom/preserve-aspect-ratio-syntax-expected.png: Copied from platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png.
* platform/mac-tiger/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Copied from platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt.
* platform/mac-tiger/svg/custom/prevent-default-expected.checksum: Copied from platform/mac/svg/custom/prevent-default-expected.checksum.
* platform/mac-tiger/svg/custom/prevent-default-expected.png: Copied from platform/mac/svg/custom/prevent-default-expected.png.
* platform/mac-tiger/svg/custom/prevent-default-expected.txt: Copied from platform/mac/svg/custom/prevent-default-expected.txt.
* platform/mac-tiger/svg/custom/recursive-clippath-expected.checksum: Copied from platform/mac/svg/custom/recursive-clippath-expected.checksum.
* platform/mac-tiger/svg/custom/recursive-clippath-expected.png: Copied from platform/mac/svg/custom/recursive-clippath-expected.png.
* platform/mac-tiger/svg/custom/recursive-clippath-expected.txt: Copied from platform/mac/svg/custom/recursive-clippath-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/resource-client-removal-expected.checksum: Copied from platform/mac/svg/custom/resource-client-removal-expected.checksum.
* platform/mac-tiger/svg/custom/resource-client-removal-expected.png: Copied from platform/mac/svg/custom/resource-client-removal-expected.png.
* platform/mac-tiger/svg/custom/resource-client-removal-expected.txt: Copied from platform/mac/svg/custom/resource-client-removal-expected.txt.
* platform/mac-tiger/svg/custom/rgbcolor-syntax-expected.checksum: Copied from platform/mac/svg/custom/rgbcolor-syntax-expected.checksum.
* platform/mac-tiger/svg/custom/rgbcolor-syntax-expected.png: Copied from platform/mac/svg/custom/rgbcolor-syntax-expected.png.
* platform/mac-tiger/svg/custom/rgbcolor-syntax-expected.txt: Copied from platform/mac/svg/custom/rgbcolor-syntax-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/rootelement-expected.checksum: Copied from platform/mac/svg/custom/rootelement-expected.checksum.
* platform/mac-tiger/svg/custom/rootelement-expected.png: Copied from platform/mac/svg/custom/rootelement-expected.png.
* platform/mac-tiger/svg/custom/rootelement-expected.txt: Copied from platform/mac/svg/custom/rootelement-expected.txt.
* platform/mac-tiger/svg/custom/rootmost-svg-xy-attrs-expected.checksum: Copied from platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum.
* platform/mac-tiger/svg/custom/rootmost-svg-xy-attrs-expected.png: Copied from platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png.
* platform/mac-tiger/svg/custom/rootmost-svg-xy-attrs-expected.txt: Copied from platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt.
* platform/mac-tiger/svg/custom/rounded-rects-expected.checksum: Copied from platform/mac/svg/custom/rounded-rects-expected.checksum.
* platform/mac-tiger/svg/custom/rounded-rects-expected.png: Copied from platform/mac/svg/custom/rounded-rects-expected.png.
* platform/mac-tiger/svg/custom/rounded-rects-expected.txt: Copied from platform/mac/svg/custom/rounded-rects-expected.txt.
* platform/mac-tiger/svg/custom/scroll-hit-test-expected.checksum: Copied from platform/mac/svg/custom/scroll-hit-test-expected.checksum.
* platform/mac-tiger/svg/custom/scroll-hit-test-expected.png: Copied from platform/mac/svg/custom/scroll-hit-test-expected.png.
* platform/mac-tiger/svg/custom/scroll-hit-test-expected.txt: Copied from platform/mac/svg/custom/scroll-hit-test-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/second-inline-text-expected.checksum: Copied from platform/mac/svg/custom/second-inline-text-expected.checksum.
* platform/mac-tiger/svg/custom/second-inline-text-expected.png: Copied from platform/mac/svg/custom/second-inline-text-expected.png.
* platform/mac-tiger/svg/custom/second-inline-text-expected.txt: Copied from platform/mac/svg/custom/second-inline-text-expected.txt.
* platform/mac-tiger/svg/custom/shape-rendering-expected.checksum: Copied from platform/mac/svg/custom/shape-rendering-expected.checksum.
* platform/mac-tiger/svg/custom/shape-rendering-expected.png: Copied from platform/mac/svg/custom/shape-rendering-expected.png.
* platform/mac-tiger/svg/custom/shape-rendering-expected.txt: Copied from platform/mac/svg/custom/shape-rendering-expected.txt.
* platform/mac-tiger/svg/custom/shapes-supporting-markers-expected.checksum: Copied from platform/mac/svg/custom/shapes-supporting-markers-expected.checksum.
* platform/mac-tiger/svg/custom/shapes-supporting-markers-expected.png: Copied from platform/mac/svg/custom/shapes-supporting-markers-expected.png.
* platform/mac-tiger/svg/custom/shapes-supporting-markers-expected.txt: Copied from platform/mac/svg/custom/shapes-supporting-markers-expected.txt.
* platform/mac-tiger/svg/custom/sheet-title-expected.checksum: Copied from platform/mac/svg/custom/sheet-title-expected.checksum.
* platform/mac-tiger/svg/custom/sheet-title-expected.png: Copied from platform/mac/svg/custom/sheet-title-expected.png.
* platform/mac-tiger/svg/custom/sheet-title-expected.txt: Copied from platform/mac/svg/custom/sheet-title-expected.txt.
* platform/mac-tiger/svg/custom/simpleCDF-expected.checksum: Copied from platform/mac/svg/custom/simpleCDF-expected.checksum.
* platform/mac-tiger/svg/custom/simpleCDF-expected.png: Copied from platform/mac/svg/custom/simpleCDF-expected.png.
* platform/mac-tiger/svg/custom/simpleCDF-expected.txt: Copied from platform/mac/svg/custom/simpleCDF-expected.txt.
* platform/mac-tiger/svg/custom/stroke-fallback-expected.checksum: Copied from platform/mac/svg/custom/stroke-fallback-expected.checksum.
* platform/mac-tiger/svg/custom/stroke-fallback-expected.png: Copied from platform/mac/svg/custom/stroke-fallback-expected.png.
* platform/mac-tiger/svg/custom/stroke-fallback-expected.txt: Copied from platform/mac/svg/custom/stroke-fallback-expected.txt.
* platform/mac-tiger/svg/custom/stroke-width-click-expected.checksum: Copied from platform/mac/svg/custom/stroke-width-click-expected.checksum.
* platform/mac-tiger/svg/custom/stroke-width-click-expected.png: Copied from platform/mac/svg/custom/stroke-width-click-expected.png.
* platform/mac-tiger/svg/custom/stroked-pattern-expected.checksum: Copied from platform/mac/svg/custom/stroked-pattern-expected.checksum.
* platform/mac-tiger/svg/custom/stroked-pattern-expected.png: Copied from platform/mac/svg/custom/stroked-pattern-expected.png.
* platform/mac-tiger/svg/custom/stroked-pattern-expected.txt: Copied from platform/mac/svg/custom/stroked-pattern-expected.txt.
* platform/mac-tiger/svg/custom/struct-use-09-b-expected.checksum: Copied from platform/mac/svg/custom/struct-use-09-b-expected.checksum.
* platform/mac-tiger/svg/custom/struct-use-09-b-expected.png: Copied from platform/mac/svg/custom/struct-use-09-b-expected.png.
* platform/mac-tiger/svg/custom/struct-use-09-b-expected.txt: Copied from platform/mac/svg/custom/struct-use-09-b-expected.txt.
* platform/mac-tiger/svg/custom/style-attribute-font-size-expected.checksum: Copied from platform/mac/svg/custom/style-attribute-font-size-expected.checksum.
* platform/mac-tiger/svg/custom/style-attribute-font-size-expected.png: Copied from platform/mac/svg/custom/style-attribute-font-size-expected.png.
* platform/mac-tiger/svg/custom/style-attribute-font-size-expected.txt: Copied from platform/mac/svg/custom/style-attribute-font-size-expected.txt.
* platform/mac-tiger/svg/custom/svg-absolute-children-expected.checksum: Copied from platform/mac/svg/custom/svg-absolute-children-expected.checksum.
* platform/mac-tiger/svg/custom/svg-absolute-children-expected.png: Copied from platform/mac/svg/custom/svg-absolute-children-expected.png.
* platform/mac-tiger/svg/custom/svg-absolute-children-expected.txt: Copied from platform/mac/svg/custom/svg-absolute-children-expected.txt.
* 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.
* 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.
* platform/mac-tiger/svg/custom/svg-features-expected.checksum: Copied from platform/mac/svg/custom/svg-features-expected.checksum.
* platform/mac-tiger/svg/custom/svg-features-expected.png: Copied from platform/mac/svg/custom/svg-features-expected.png.
* platform/mac-tiger/svg/custom/svg-float-border-padding-expected.checksum: Copied from platform/mac/svg/custom/svg-float-border-padding-expected.checksum.
* platform/mac-tiger/svg/custom/svg-float-border-padding-expected.png: Copied from platform/mac/svg/custom/svg-float-border-padding-expected.png.
* platform/mac-tiger/svg/custom/svg-float-border-padding-expected.txt: Copied from platform/mac/svg/custom/svg-float-border-padding-expected.txt.
* platform/mac-tiger/svg/custom/svg-fonts-in-html-expected.checksum: Copied from platform/mac/svg/custom/svg-fonts-in-html-expected.checksum.
* platform/mac-tiger/svg/custom/svg-fonts-in-html-expected.png: Copied from platform/mac/svg/custom/svg-fonts-in-html-expected.png.
* platform/mac-tiger/svg/custom/svg-fonts-in-html-expected.txt: Copied from platform/mac/svg/custom/svg-fonts-in-html-expected.txt.
* platform/mac-tiger/svg/custom/svg-overflow-types-expected.checksum: Copied from platform/mac/svg/custom/svg-overflow-types-expected.checksum.
* platform/mac-tiger/svg/custom/svg-overflow-types-expected.png: Copied from platform/mac/svg/custom/svg-overflow-types-expected.png.
* platform/mac-tiger/svg/custom/svg-overflow-types-expected.txt: Copied from platform/mac/svg/custom/svg-overflow-types-expected.txt.
* platform/mac-tiger/svg/custom/svgpolyparser-extra-space-expected.checksum: Copied from platform/mac/svg/custom/svgpolyparser-extra-space-expected.checksum.
* platform/mac-tiger/svg/custom/svgpolyparser-extra-space-expected.png: Copied from platform/mac/svg/custom/svgpolyparser-extra-space-expected.png.
* platform/mac-tiger/svg/custom/svgpolyparser-extra-space-expected.txt: Copied from platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt.
* platform/mac-tiger/svg/custom/svgsvgelement-ctm-expected.checksum: Copied from platform/mac/svg/custom/svgsvgelement-ctm-expected.checksum.
* platform/mac-tiger/svg/custom/svgsvgelement-ctm-expected.png: Copied from platform/mac/svg/custom/svgsvgelement-ctm-expected.png.
* platform/mac-tiger/svg/custom/text-clip-expected.checksum: Copied from platform/mac/svg/custom/text-clip-expected.checksum.
* platform/mac-tiger/svg/custom/text-clip-expected.png: Copied from platform/mac/svg/custom/text-clip-expected.png.
* platform/mac-tiger/svg/custom/text-clip-expected.txt: Copied from platform/mac/svg/custom/text-clip-expected.txt.
* platform/mac-tiger/svg/custom/text-ctm-expected.checksum: Copied from platform/mac/svg/custom/text-ctm-expected.checksum.
* platform/mac-tiger/svg/custom/text-ctm-expected.png: Copied from platform/mac/svg/custom/text-ctm-expected.png.
* platform/mac-tiger/svg/custom/text-ctm-expected.txt: Copied from platform/mac/svg/custom/text-ctm-expected.txt.
* platform/mac-tiger/svg/custom/text-decoration-visibility-expected.checksum: Copied from platform/mac/svg/custom/text-decoration-visibility-expected.checksum.
* platform/mac-tiger/svg/custom/text-decoration-visibility-expected.png: Copied from platform/mac/svg/custom/text-decoration-visibility-expected.png.
* platform/mac-tiger/svg/custom/text-decoration-visibility-expected.txt: Copied from platform/mac/svg/custom/text-decoration-visibility-expected.txt.
* platform/mac-tiger/svg/custom/text-dom-01-f-expected.checksum: Copied from platform/mac/svg/custom/text-dom-01-f-expected.checksum.
* platform/mac-tiger/svg/custom/text-dom-01-f-expected.png: Copied from platform/mac/svg/custom/text-dom-01-f-expected.png.
* platform/mac-tiger/svg/custom/text-dom-01-f-expected.txt: Copied from platform/mac/svg/custom/text-dom-01-f-expected.txt.
* platform/mac-tiger/svg/custom/text-filter-expected.checksum: Copied from platform/mac/svg/custom/text-filter-expected.checksum.
* platform/mac-tiger/svg/custom/text-filter-expected.png: Copied from platform/mac/svg/custom/text-filter-expected.png.
* platform/mac-tiger/svg/custom/text-filter-expected.txt: Copied from platform/mac/svg/custom/text-filter-expected.txt.
* platform/mac-tiger/svg/custom/text-gradient-no-content-expected.checksum: Copied from platform/mac/svg/custom/text-gradient-no-content-expected.checksum.
* platform/mac-tiger/svg/custom/text-gradient-no-content-expected.png: Copied from platform/mac/svg/custom/text-gradient-no-content-expected.png.
* platform/mac-tiger/svg/custom/text-gradient-no-content-expected.txt: Copied from platform/mac/svg/custom/text-gradient-no-content-expected.txt.
* platform/mac-tiger/svg/custom/text-hit-test-expected.checksum: Copied from platform/mac/svg/custom/text-hit-test-expected.checksum.
* platform/mac-tiger/svg/custom/text-hit-test-expected.png: Copied from platform/mac/svg/custom/text-hit-test-expected.png.
* platform/mac-tiger/svg/custom/text-hit-test-expected.txt: Copied from platform/mac/svg/custom/text-hit-test-expected.txt.
* platform/mac-tiger/svg/custom/text-image-opacity-expected.checksum: Copied from platform/mac/svg/custom/text-image-opacity-expected.checksum.
* platform/mac-tiger/svg/custom/text-image-opacity-expected.png: Copied from platform/mac/svg/custom/text-image-opacity-expected.png.
* platform/mac-tiger/svg/custom/text-image-opacity-expected.txt: Copied from platform/mac/svg/custom/text-image-opacity-expected.txt.
* platform/mac-tiger/svg/custom/text-letter-spacing-expected.checksum: Copied from platform/mac/svg/custom/text-letter-spacing-expected.checksum.
* platform/mac-tiger/svg/custom/text-letter-spacing-expected.png: Copied from platform/mac/svg/custom/text-letter-spacing-expected.png.
* platform/mac-tiger/svg/custom/text-letter-spacing-expected.txt: Copied from platform/mac/svg/custom/text-letter-spacing-expected.txt.
* platform/mac-tiger/svg/custom/text-repaint-including-stroke-expected.checksum: Copied from platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum.
* platform/mac-tiger/svg/custom/text-repaint-including-stroke-expected.png: Copied from platform/mac/svg/custom/text-repaint-including-stroke-expected.png.
* platform/mac-tiger/svg/custom/text-repaint-including-stroke-expected.txt: Copied from platform/mac/svg/custom/text-repaint-including-stroke-expected.txt.
* platform/mac-tiger/svg/custom/text-whitespace-handling-expected.checksum: Copied from platform/mac/svg/custom/text-whitespace-handling-expected.checksum.
* platform/mac-tiger/svg/custom/text-whitespace-handling-expected.png: Copied from platform/mac/svg/custom/text-whitespace-handling-expected.png.
* platform/mac-tiger/svg/custom/text-whitespace-handling-expected.txt: Copied from platform/mac/svg/custom/text-whitespace-handling-expected.txt.
* platform/mac-tiger/svg/custom/text-x-dx-lists-expected.checksum: Copied from platform/mac/svg/custom/text-x-dx-lists-expected.checksum.
* platform/mac-tiger/svg/custom/text-x-dx-lists-expected.png: Copied from platform/mac/svg/custom/text-x-dx-lists-expected.png.
* platform/mac-tiger/svg/custom/text-x-dx-lists-expected.txt: Copied from platform/mac/svg/custom/text-x-dx-lists-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/textPath-assert-expected.checksum: Copied from platform/mac/svg/custom/textPath-assert-expected.checksum.
* platform/mac-tiger/svg/custom/textPath-assert-expected.png: Copied from platform/mac/svg/custom/textPath-assert-expected.png.
* platform/mac-tiger/svg/custom/transform-ignore-after-invalid-expected.checksum: Copied from platform/mac/svg/custom/transform-ignore-after-invalid-expected.checksum.
* platform/mac-tiger/svg/custom/transform-ignore-after-invalid-expected.png: Copied from platform/mac/svg/custom/transform-ignore-after-invalid-expected.png.
* platform/mac-tiger/svg/custom/transform-ignore-after-invalid-expected.txt: Copied from platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt.
* platform/mac-tiger/svg/custom/transform-invalid-expected.checksum: Copied from platform/mac/svg/custom/transform-invalid-expected.checksum.
* platform/mac-tiger/svg/custom/transform-invalid-expected.png: Copied from platform/mac/svg/custom/transform-invalid-expected.png.
* platform/mac-tiger/svg/custom/transform-invalid-expected.txt: Copied from platform/mac/svg/custom/transform-invalid-expected.txt.
* platform/mac-tiger/svg/custom/transform-removeAttributeNS-expected.checksum: Copied from platform/mac/svg/custom/transform-removeAttributeNS-expected.checksum.
* platform/mac-tiger/svg/custom/transform-removeAttributeNS-expected.png: Copied from platform/mac/svg/custom/transform-removeAttributeNS-expected.png.
* platform/mac-tiger/svg/custom/transform-removeAttributeNS-expected.txt: Copied from platform/mac/svg/custom/transform-removeAttributeNS-expected.txt.
* platform/mac-tiger/svg/custom/transform-scale-parse-expected.checksum: Copied from platform/mac/svg/custom/transform-scale-parse-expected.checksum.
* platform/mac-tiger/svg/custom/transform-scale-parse-expected.png: Copied from platform/mac/svg/custom/transform-scale-parse-expected.png.
* platform/mac-tiger/svg/custom/transform-scale-parse-expected.txt: Copied from platform/mac/svg/custom/transform-scale-parse-expected.txt.
* platform/mac-tiger/svg/custom/transform-with-ending-space-expected.checksum: Copied from platform/mac/svg/custom/transform-with-ending-space-expected.checksum.
* platform/mac-tiger/svg/custom/transform-with-ending-space-expected.png: Copied from platform/mac/svg/custom/transform-with-ending-space-expected.png.
* platform/mac-tiger/svg/custom/transform-with-ending-space-expected.txt: Copied from platform/mac/svg/custom/transform-with-ending-space-expected.txt.
* platform/mac-tiger/svg/custom/tref-update-expected.checksum: Copied from platform/mac/svg/custom/tref-update-expected.checksum.
* platform/mac-tiger/svg/custom/tref-update-expected.png: Copied from platform/mac/svg/custom/tref-update-expected.png.
* platform/mac-tiger/svg/custom/tref-update-expected.txt: Copied from platform/mac/svg/custom/tref-update-expected.txt.
* platform/mac-tiger/svg/custom/use-clipped-hit-expected.checksum: Copied from platform/mac/svg/custom/use-clipped-hit-expected.checksum.
* platform/mac-tiger/svg/custom/use-clipped-hit-expected.png: Copied from platform/mac/svg/custom/use-clipped-hit-expected.png.
* platform/mac-tiger/svg/custom/use-clipped-hit-expected.txt: Copied from platform/mac/svg/custom/use-clipped-hit-expected.txt.
* platform/mac-tiger/svg/custom/use-css-events-expected.checksum: Copied from platform/mac/svg/custom/use-css-events-expected.checksum.
* platform/mac-tiger/svg/custom/use-css-events-expected.png: Copied from platform/mac/svg/custom/use-css-events-expected.png.
* platform/mac-tiger/svg/custom/use-css-events-expected.txt: Copied from platform/mac/svg/custom/use-css-events-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/use-detach-expected.checksum: Copied from platform/mac/svg/custom/use-detach-expected.checksum.
* platform/mac-tiger/svg/custom/use-detach-expected.png: Copied from platform/mac/svg/custom/use-detach-expected.png.
* platform/mac-tiger/svg/custom/use-detach-expected.txt: Copied from platform/mac/svg/custom/use-detach-expected.txt.
* platform/mac-tiger/svg/custom/use-dynamic-append-expected.checksum: Copied from platform/mac/svg/custom/use-dynamic-append-expected.checksum.
* platform/mac-tiger/svg/custom/use-dynamic-append-expected.png: Copied from platform/mac/svg/custom/use-dynamic-append-expected.png.
* platform/mac-tiger/svg/custom/use-dynamic-append-expected.txt: Copied from platform/mac/svg/custom/use-dynamic-append-expected.txt.
* platform/mac-tiger/svg/custom/use-elementInstance-event-target-expected.checksum: Copied from platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum.
* platform/mac-tiger/svg/custom/use-elementInstance-event-target-expected.png: Copied from platform/mac/svg/custom/use-elementInstance-event-target-expected.png.
* platform/mac-tiger/svg/custom/use-elementInstance-event-target-expected.txt: Copied from platform/mac/svg/custom/use-elementInstance-event-target-expected.txt.
* platform/mac-tiger/svg/custom/use-elementInstance-methods-expected.checksum: Copied from platform/mac/svg/custom/use-elementInstance-methods-expected.checksum.
* platform/mac-tiger/svg/custom/use-elementInstance-methods-expected.png: Copied from platform/mac/svg/custom/use-elementInstance-methods-expected.png.
* platform/mac-tiger/svg/custom/use-elementInstance-methods-expected.txt: Copied from platform/mac/svg/custom/use-elementInstance-methods-expected.txt.
* platform/mac-tiger/svg/custom/use-empty-reference-expected.checksum: Copied from platform/mac/svg/custom/use-empty-reference-expected.checksum.
* platform/mac-tiger/svg/custom/use-empty-reference-expected.png: Copied from platform/mac/svg/custom/use-empty-reference-expected.png.
* platform/mac-tiger/svg/custom/use-empty-reference-expected.txt: Copied from platform/mac/svg/custom/use-empty-reference-expected.txt.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/use-events-crash-expected.checksum: Copied from platform/mac/svg/custom/use-events-crash-expected.checksum.
* platform/mac-tiger/svg/custom/use-events-crash-expected.png: Copied from platform/mac/svg/custom/use-events-crash-expected.png.
* platform/mac-tiger/svg/custom/use-events-crash-expected.txt: Copied from platform/mac/svg/custom/use-events-crash-expected.txt.
* platform/mac-tiger/svg/custom/use-forward-refs-expected.checksum: Copied from platform/mac/svg/custom/use-forward-refs-expected.checksum.
* platform/mac-tiger/svg/custom/use-forward-refs-expected.png: Copied from platform/mac/svg/custom/use-forward-refs-expected.png.
* platform/mac-tiger/svg/custom/use-forward-refs-expected.txt: Copied from platform/mac/svg/custom/use-forward-refs-expected.txt.
* platform/mac-tiger/svg/custom/use-infinite-recursion-expected.checksum: Copied from platform/mac/svg/custom/use-infinite-recursion-expected.checksum.
* platform/mac-tiger/svg/custom/use-infinite-recursion-expected.png: Copied from platform/mac/svg/custom/use-infinite-recursion-expected.png.
* platform/mac-tiger/svg/custom/use-infinite-recursion-expected.txt: Copied from platform/mac/svg/custom/use-infinite-recursion-expected.txt.
* platform/mac-tiger/svg/custom/use-instanceRoot-modifications-expected.checksum: Copied from platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum.
* platform/mac-tiger/svg/custom/use-instanceRoot-modifications-expected.png: Copied from platform/mac/svg/custom/use-instanceRoot-modifications-expected.png.
* platform/mac-tiger/svg/custom/use-instanceRoot-modifications-expected.txt: Copied from platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/use-modify-target-container-expected.checksum: Copied from platform/mac/svg/custom/use-modify-target-container-expected.checksum.
* platform/mac-tiger/svg/custom/use-modify-target-container-expected.png: Copied from platform/mac/svg/custom/use-modify-target-container-expected.png.
* platform/mac-tiger/svg/custom/use-modify-target-container-expected.txt: Copied from platform/mac/svg/custom/use-modify-target-container-expected.txt.
* platform/mac-tiger/svg/custom/use-modify-target-symbol-expected.checksum: Copied from platform/mac/svg/custom/use-modify-target-symbol-expected.checksum.
* platform/mac-tiger/svg/custom/use-modify-target-symbol-expected.png: Copied from platform/mac/svg/custom/use-modify-target-symbol-expected.png.
* platform/mac-tiger/svg/custom/use-modify-target-symbol-expected.txt: Copied from platform/mac/svg/custom/use-modify-target-symbol-expected.txt.
* platform/mac-tiger/svg/custom/use-nested-transform-expected.checksum: Copied from platform/mac/svg/custom/use-nested-transform-expected.checksum.
* platform/mac-tiger/svg/custom/use-nested-transform-expected.png: Copied from platform/mac/svg/custom/use-nested-transform-expected.png.
* platform/mac-tiger/svg/custom/use-nested-transform-expected.txt: Copied from platform/mac/svg/custom/use-nested-transform-expected.txt.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/use-on-g-expected.checksum: Copied from platform/mac/svg/custom/use-on-g-expected.checksum.
* platform/mac-tiger/svg/custom/use-on-g-expected.png: Copied from platform/mac/svg/custom/use-on-g-expected.png.
* platform/mac-tiger/svg/custom/use-on-g-expected.txt: Copied from platform/mac/svg/custom/use-on-g-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/use-on-rect-expected.checksum: Copied from platform/mac/svg/custom/use-on-rect-expected.checksum.
* platform/mac-tiger/svg/custom/use-on-rect-expected.png: Copied from platform/mac/svg/custom/use-on-rect-expected.png.
* platform/mac-tiger/svg/custom/use-on-rect-expected.txt: Copied from platform/mac/svg/custom/use-on-rect-expected.txt.
* platform/mac-tiger/svg/custom/use-on-symbol-expected.checksum: Copied from platform/mac/svg/custom/use-on-symbol-expected.checksum.
* platform/mac-tiger/svg/custom/use-on-symbol-expected.png: Copied from platform/mac/svg/custom/use-on-symbol-expected.png.
* platform/mac-tiger/svg/custom/use-on-symbol-expected.txt: Copied from platform/mac/svg/custom/use-on-symbol-expected.txt.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/use-on-text-expected.checksum: Copied from platform/mac/svg/custom/use-on-text-expected.checksum.
* platform/mac-tiger/svg/custom/use-on-text-expected.png: Copied from platform/mac/svg/custom/use-on-text-expected.png.
* platform/mac-tiger/svg/custom/use-on-text-expected.txt: Copied from platform/mac/svg/custom/use-on-text-expected.txt.
* platform/mac-tiger/svg/custom/use-on-use-expected.checksum: Copied from platform/mac/svg/custom/use-on-use-expected.checksum.
* platform/mac-tiger/svg/custom/use-on-use-expected.png: Copied from platform/mac/svg/custom/use-on-use-expected.png.
* platform/mac-tiger/svg/custom/use-on-use-expected.txt: Copied from platform/mac/svg/custom/use-on-use-expected.txt.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* platform/mac-tiger/svg/custom/use-recalcStyle-crash-expected.checksum: Copied from platform/mac/svg/custom/use-recalcStyle-crash-expected.checksum.
* platform/mac-tiger/svg/custom/use-recalcStyle-crash-expected.png: Copied from platform/mac/svg/custom/use-recalcStyle-crash-expected.png.
* platform/mac-tiger/svg/custom/use-recalcStyle-crash-expected.txt: Copied from platform/mac/svg/custom/use-recalcStyle-crash-expected.txt.
* platform/mac-tiger/svg/custom/use-recursion-1-expected.checksum: Copied from platform/mac/svg/custom/use-recursion-1-expected.checksum.
* platform/mac-tiger/svg/custom/use-recursion-1-expected.png: Copied from platform/mac/svg/custom/use-recursion-1-expected.png.
* platform/mac-tiger/svg/custom/use-recursion-1-expected.txt: Copied from platform/mac/svg/custom/use-recursion-1-expected.txt.
* platform/mac-tiger/svg/custom/use-recursion-2-expected.checksum: Copied from platform/mac/svg/custom/use-recursion-2-expected.checksum.
* platform/mac-tiger/svg/custom/use-recursion-2-expected.png: Copied from platform/mac/svg/custom/use-recursion-2-expected.png.
* platform/mac-tiger/svg/custom/use-recursion-2-expected.txt: Copied from platform/mac/svg/custom/use-recursion-2-expected.txt.
* platform/mac-tiger/svg/custom/use-recursion-3-expected.checksum: Copied from platform/mac/svg/custom/use-recursion-3-expected.checksum.
* platform/mac-tiger/svg/custom/use-recursion-3-expected.png: Copied from platform/mac/svg/custom/use-recursion-3-expected.png.
* platform/mac-tiger/svg/custom/use-recursion-3-expected.txt: Copied from platform/mac/svg/custom/use-recursion-3-expected.txt.
* platform/mac-tiger/svg/custom/use-recursion-4-expected.checksum: Copied from platform/mac/svg/custom/use-recursion-4-expected.checksum.
* platform/mac-tiger/svg/custom/use-recursion-4-expected.png: Copied from platform/mac/svg/custom/use-recursion-4-expected.png.
* platform/mac-tiger/svg/custom/use-recursion-4-expected.txt: Copied from platform/mac/svg/custom/use-recursion-4-expected.txt.
* platform/mac-tiger/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Copied from platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum.
* platform/mac-tiger/svg/custom/use-referencing-nonexisting-symbol-expected.png: Copied from platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png.
* platform/mac-tiger/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Copied from platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt.
* platform/mac-tiger/svg/custom/use-symbol-overflow-expected.checksum: Copied from platform/mac/svg/custom/use-symbol-overflow-expected.checksum.
* platform/mac-tiger/svg/custom/use-symbol-overflow-expected.png: Copied from platform/mac/svg/custom/use-symbol-overflow-expected.png.
* platform/mac-tiger/svg/custom/use-symbol-overflow-expected.txt: Copied from platform/mac/svg/custom/use-symbol-overflow-expected.txt.
* platform/mac-tiger/svg/custom/use-transform-expected.checksum: Copied from platform/mac/svg/custom/use-transform-expected.checksum.
* platform/mac-tiger/svg/custom/use-transform-expected.png: Copied from platform/mac/svg/custom/use-transform-expected.png.
* platform/mac-tiger/svg/custom/use-transform-expected.txt: Copied from platform/mac/svg/custom/use-transform-expected.txt.
* platform/mac-tiger/svg/custom/viewBox-hit-expected.checksum: Copied from platform/mac/svg/custom/viewBox-hit-expected.checksum.
* platform/mac-tiger/svg/custom/viewBox-hit-expected.png: Copied from platform/mac/svg/custom/viewBox-hit-expected.png.
* platform/mac-tiger/svg/custom/viewBox-hit-expected.txt: Copied from platform/mac/svg/custom/viewBox-hit-expected.txt.
* platform/mac-tiger/svg/custom/viewbox-syntax-expected.checksum: Copied from platform/mac/svg/custom/viewbox-syntax-expected.checksum.
* platform/mac-tiger/svg/custom/viewbox-syntax-expected.png: Copied from platform/mac/svg/custom/viewbox-syntax-expected.png.
* platform/mac-tiger/svg/custom/viewbox-syntax-expected.txt: Copied from platform/mac/svg/custom/viewbox-syntax-expected.txt.
* platform/mac-tiger/svg/custom/viewport-clip-expected.checksum: Copied from platform/mac/svg/custom/viewport-clip-expected.checksum.
* platform/mac-tiger/svg/custom/viewport-clip-expected.png: Copied from platform/mac/svg/custom/viewport-clip-expected.png.
* platform/mac-tiger/svg/custom/viewport-clip-expected.txt: Copied from platform/mac/svg/custom/viewport-clip-expected.txt.
* platform/mac-tiger/svg/custom/viewport-em-expected.checksum: Copied from platform/mac/svg/custom/viewport-em-expected.checksum.
* platform/mac-tiger/svg/custom/viewport-em-expected.png: Copied from platform/mac/svg/custom/viewport-em-expected.png.
* platform/mac-tiger/svg/custom/viewport-em-expected.txt: Copied from platform/mac/svg/custom/viewport-em-expected.txt.
* platform/mac-tiger/svg/custom/viewport-no-width-height-expected.checksum: Copied from platform/mac/svg/custom/viewport-no-width-height-expected.checksum.
* platform/mac-tiger/svg/custom/viewport-no-width-height-expected.png: Copied from platform/mac/svg/custom/viewport-no-width-height-expected.png.
* platform/mac-tiger/svg/custom/viewport-no-width-height-expected.txt: Copied from platform/mac/svg/custom/viewport-no-width-height-expected.txt.
* platform/mac-tiger/svg/custom/viewport-update-expected.checksum: Copied from platform/mac/svg/custom/viewport-update-expected.checksum.
* platform/mac-tiger/svg/custom/viewport-update-expected.png: Copied from platform/mac/svg/custom/viewport-update-expected.png.
* platform/mac-tiger/svg/custom/viewport-update-expected.txt: Copied from platform/mac/svg/custom/viewport-update-expected.txt.
* platform/mac-tiger/svg/custom/viewport-update2-expected.checksum: Copied from platform/mac/svg/custom/viewport-update2-expected.checksum.
* platform/mac-tiger/svg/custom/viewport-update2-expected.png: Copied from platform/mac/svg/custom/viewport-update2-expected.png.
* platform/mac-tiger/svg/custom/viewport-update2-expected.txt: Copied from platform/mac/svg/custom/viewport-update2-expected.txt.
* platform/mac-tiger/svg/custom/visibility-override-clip-expected.checksum: Copied from platform/mac/svg/custom/visibility-override-clip-expected.checksum.
* platform/mac-tiger/svg/custom/visibility-override-clip-expected.png: Copied from platform/mac/svg/custom/visibility-override-clip-expected.png.
* platform/mac-tiger/svg/custom/visibility-override-clip-expected.txt: Copied from platform/mac/svg/custom/visibility-override-clip-expected.txt.
* platform/mac-tiger/svg/custom/visibility-override-expected.checksum: Copied from platform/mac/svg/custom/visibility-override-expected.checksum.
* platform/mac-tiger/svg/custom/visibility-override-expected.png: Copied from platform/mac/svg/custom/visibility-override-expected.png.
* platform/mac-tiger/svg/custom/visibility-override-expected.txt: Copied from platform/mac/svg/custom/visibility-override-expected.txt.
* platform/mac-tiger/svg/custom/visibility-override-filter-expected.checksum: Copied from platform/mac/svg/custom/visibility-override-filter-expected.checksum.
* platform/mac-tiger/svg/custom/visibility-override-filter-expected.png: Copied from platform/mac/svg/custom/visibility-override-filter-expected.png.
* platform/mac-tiger/svg/custom/visibility-override-filter-expected.txt: Copied from platform/mac/svg/custom/visibility-override-filter-expected.txt.
* platform/mac-tiger/svg/custom/visibility-override-mask-expected.checksum: Copied from platform/mac/svg/custom/visibility-override-mask-expected.checksum.
* platform/mac-tiger/svg/custom/visibility-override-mask-expected.png: Copied from platform/mac/svg/custom/visibility-override-mask-expected.png.
* platform/mac-tiger/svg/custom/visibility-override-mask-expected.txt: Copied from platform/mac/svg/custom/visibility-override-mask-expected.txt.
* platform/mac-tiger/svg/custom/width-full-percentage-expected.checksum: Copied from platform/mac/svg/custom/width-full-percentage-expected.checksum.
* platform/mac-tiger/svg/custom/width-full-percentage-expected.png: Copied from platform/mac/svg/custom/width-full-percentage-expected.png.
* platform/mac-tiger/svg/custom/width-full-percentage-expected.txt: Copied from platform/mac/svg/custom/width-full-percentage-expected.txt.
* platform/mac-tiger/svg/custom/xhtml-no-svg-renderer-expected.checksum: Copied from platform/mac/svg/custom/xhtml-no-svg-renderer-expected.checksum.
* platform/mac-tiger/svg/custom/xhtml-no-svg-renderer-expected.png: Copied from platform/mac/svg/custom/xhtml-no-svg-renderer-expected.png.
* platform/mac-tiger/svg/custom/xhtml-no-svg-renderer-expected.txt: Copied from platform/mac/svg/custom/xhtml-no-svg-renderer-expected.txt.
* platform/mac-tiger/svg/custom/xml-stylesheet-expected.checksum: Copied from platform/mac/svg/custom/xml-stylesheet-expected.checksum.
* platform/mac-tiger/svg/custom/xml-stylesheet-expected.png: Copied from platform/mac/svg/custom/xml-stylesheet-expected.png.
* platform/mac-tiger/svg/custom/xml-stylesheet-expected.txt: Copied from platform/mac/svg/custom/xml-stylesheet-expected.txt.
* platform/mac-tiger/svg/dom: Added.
* platform/mac-tiger/svg/dom/animated-tearoff-equality-expected.checksum: Copied from platform/mac/svg/dom/animated-tearoff-equality-expected.checksum.
* platform/mac-tiger/svg/dom/animated-tearoff-equality-expected.png: Copied from platform/mac/svg/dom/animated-tearoff-equality-expected.png.
* platform/mac-tiger/svg/dom/animated-tearoff-lifespan-expected.checksum: Copied from platform/mac/svg/dom/animated-tearoff-lifespan-expected.checksum.
* platform/mac-tiger/svg/dom/animated-tearoff-lifespan-expected.png: Copied from platform/mac/svg/dom/animated-tearoff-lifespan-expected.png.
* platform/mac-tiger/svg/dom/font-face-elements-expected.checksum: Copied from platform/mac/svg/dom/font-face-elements-expected.checksum.
* platform/mac-tiger/svg/dom/font-face-elements-expected.png: Copied from platform/mac/svg/dom/font-face-elements-expected.png.
* platform/mac-tiger/svg/dom/length-list-parser-expected.checksum: Copied from platform/mac/svg/dom/length-list-parser-expected.checksum.
* platform/mac-tiger/svg/dom/length-list-parser-expected.png: Copied from platform/mac/svg/dom/length-list-parser-expected.png.
* platform/mac-tiger/svg/dom/path-parser-expected.checksum: Copied from platform/mac/svg/dom/path-parser-expected.checksum.
* platform/mac-tiger/svg/dom/path-parser-expected.png: Copied from platform/mac/svg/dom/path-parser-expected.png.
* platform/mac-tiger/svg/dom/points-parser-expected.checksum: Copied from platform/mac/svg/dom/points-parser-expected.checksum.
* platform/mac-tiger/svg/dom/points-parser-expected.png: Copied from platform/mac/svg/dom/points-parser-expected.png.
* platform/mac-tiger/svg/dom/preserve-aspect-ratio-parser-expected.checksum: Copied from platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.checksum.
* platform/mac-tiger/svg/dom/preserve-aspect-ratio-parser-expected.png: Copied from platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.png.
* platform/mac-tiger/svg/dom/rgb-color-parser-expected.checksum: Copied from platform/mac/svg/dom/rgb-color-parser-expected.checksum.
* platform/mac-tiger/svg/dom/rgb-color-parser-expected.png: Copied from platform/mac/svg/dom/rgb-color-parser-expected.png.
* platform/mac-tiger/svg/dom/string-list-parser-expected.checksum: Copied from platform/mac/svg/dom/string-list-parser-expected.checksum.
* platform/mac-tiger/svg/dom/string-list-parser-expected.png: Copied from platform/mac/svg/dom/string-list-parser-expected.png.
* 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.
* 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.
* platform/mac-tiger/svg/dom/transform-parser-expected.checksum: Copied from platform/mac/svg/dom/transform-parser-expected.checksum.
* platform/mac-tiger/svg/dom/transform-parser-expected.png: Copied from platform/mac/svg/dom/transform-parser-expected.png.
* platform/mac-tiger/svg/dynamic-updates: Added.
* platform/mac-tiger/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Copied from svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum.
* platform/mac-tiger/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Copied from svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png.
* platform/mac-tiger/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Copied from svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum.
* platform/mac-tiger/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Copied from svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png.
* platform/mac-tiger/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Copied from svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum.
* platform/mac-tiger/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Copied from svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png.
* platform/mac-tiger/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Copied from svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum.
* platform/mac-tiger/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Copied from svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png.
* platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Copied from svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum.
* platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Copied from svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png.
* platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Copied from svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum.
* platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Copied from svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png.
* platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Copied from svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum.
* platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Copied from svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png.
* platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Copied from svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum.
* platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Copied from svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png.
* platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Copied from svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum.
* platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Copied from svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png.
* platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Copied from svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum.
* platform/mac-tiger/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Copied from svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png.
* platform/mac-tiger/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Copied from svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum.
* platform/mac-tiger/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Copied from svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png.
* platform/mac-tiger/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Copied from svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum.
* platform/mac-tiger/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Copied from svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png.
* platform/mac-tiger/svg/hixie/cascade/001-broken-expected.checksum: Copied from platform/mac/svg/hixie/cascade/001-broken-expected.checksum.
* platform/mac-tiger/svg/hixie/cascade/001-broken-expected.png: Copied from platform/mac/svg/hixie/cascade/001-broken-expected.png.
* platform/mac-tiger/svg/hixie/cascade/001-broken-expected.txt: Copied from platform/mac/svg/hixie/cascade/001-broken-expected.txt.
* platform/mac-tiger/svg/hixie/cascade/002-expected.checksum: Copied from platform/mac/svg/hixie/cascade/002-expected.checksum.
* platform/mac-tiger/svg/hixie/cascade/002-expected.png: Copied from platform/mac/svg/hixie/cascade/002-expected.png.
* platform/mac-tiger/svg/hixie/cascade/002-expected.txt: Copied from platform/mac/svg/hixie/cascade/002-expected.txt.
* platform/mac-tiger/svg/hixie/data-types/001-expected.checksum: Copied from platform/mac/svg/hixie/data-types/001-expected.checksum.
* platform/mac-tiger/svg/hixie/data-types/001-expected.png: Copied from platform/mac/svg/hixie/data-types/001-expected.png.
* platform/mac-tiger/svg/hixie/data-types/001-expected.txt: Copied from platform/mac/svg/hixie/data-types/001-expected.txt.
* platform/mac-tiger/svg/hixie/data-types/002-expected.checksum: Copied from platform/mac/svg/hixie/data-types/002-expected.checksum.
* platform/mac-tiger/svg/hixie/data-types/002-expected.png: Copied from platform/mac/svg/hixie/data-types/002-expected.png.
* platform/mac-tiger/svg/hixie/data-types/002-expected.txt: Copied from platform/mac/svg/hixie/data-types/002-expected.txt.
* platform/mac-tiger/svg/hixie/dynamic/001-expected.checksum: Copied from platform/mac/svg/hixie/dynamic/001-expected.checksum.
* platform/mac-tiger/svg/hixie/dynamic/001-expected.png: Copied from platform/mac/svg/hixie/dynamic/001-expected.png.
* platform/mac-tiger/svg/hixie/dynamic/002-expected.checksum: Copied from platform/mac/svg/hixie/dynamic/002-expected.checksum.
* platform/mac-tiger/svg/hixie/dynamic/002-expected.png: Copied from platform/mac/svg/hixie/dynamic/002-expected.png.
* platform/mac-tiger/svg/hixie/dynamic/002-expected.txt: Copied from platform/mac/svg/hixie/dynamic/002-expected.txt.
* platform/mac-tiger/svg/hixie/dynamic/003-expected.checksum: Copied from platform/mac/svg/hixie/dynamic/003-expected.checksum.
* platform/mac-tiger/svg/hixie/dynamic/003-expected.png: Copied from platform/mac/svg/hixie/dynamic/003-expected.png.
* platform/mac-tiger/svg/hixie/dynamic/003-expected.txt: Copied from platform/mac/svg/hixie/dynamic/003-expected.txt.
* platform/mac-tiger/svg/hixie/dynamic/004-expected.checksum: Copied from platform/mac/svg/hixie/dynamic/004-expected.checksum.
* platform/mac-tiger/svg/hixie/dynamic/004-expected.png: Copied from platform/mac/svg/hixie/dynamic/004-expected.png.
* platform/mac-tiger/svg/hixie/dynamic/004-expected.txt: Copied from platform/mac/svg/hixie/dynamic/004-expected.txt.
* platform/mac-tiger/svg/hixie/dynamic/005-broken-expected.checksum: Copied from platform/mac/svg/hixie/dynamic/005-broken-expected.checksum.
* platform/mac-tiger/svg/hixie/dynamic/005-broken-expected.png: Copied from platform/mac/svg/hixie/dynamic/005-broken-expected.png.
* platform/mac-tiger/svg/hixie/dynamic/005-broken-expected.txt: Copied from platform/mac/svg/hixie/dynamic/005-broken-expected.txt.
* platform/mac-tiger/svg/hixie/dynamic/006-expected.checksum: Copied from platform/mac/svg/hixie/dynamic/006-expected.checksum.
* platform/mac-tiger/svg/hixie/dynamic/006-expected.png: Copied from platform/mac/svg/hixie/dynamic/006-expected.png.
* platform/mac-tiger/svg/hixie/dynamic/006-expected.txt: Copied from platform/mac/svg/hixie/dynamic/006-expected.txt.
* platform/mac-tiger/svg/hixie/error/001-expected.checksum: Copied from platform/mac/svg/hixie/error/001-expected.checksum.
* platform/mac-tiger/svg/hixie/error/001-expected.png: Copied from platform/mac/svg/hixie/error/001-expected.png.
* platform/mac-tiger/svg/hixie/error/001-expected.txt: Copied from platform/mac/svg/hixie/error/001-expected.txt.
* platform/mac-tiger/svg/hixie/error/002-expected.checksum: Copied from platform/mac/svg/hixie/error/002-expected.checksum.
* platform/mac-tiger/svg/hixie/error/002-expected.png: Copied from platform/mac/svg/hixie/error/002-expected.png.
* platform/mac-tiger/svg/hixie/error/002-expected.txt: Copied from platform/mac/svg/hixie/error/002-expected.txt.
* platform/mac-tiger/svg/hixie/error/003-expected.checksum: Copied from platform/mac/svg/hixie/error/003-expected.checksum.
* platform/mac-tiger/svg/hixie/error/003-expected.png: Copied from platform/mac/svg/hixie/error/003-expected.png.
* platform/mac-tiger/svg/hixie/error/003-expected.txt: Copied from platform/mac/svg/hixie/error/003-expected.txt.
* platform/mac-tiger/svg/hixie/error/004-expected.checksum: Copied from platform/mac/svg/hixie/error/004-expected.checksum.
* platform/mac-tiger/svg/hixie/error/004-expected.png: Copied from platform/mac/svg/hixie/error/004-expected.png.
* platform/mac-tiger/svg/hixie/error/004-expected.txt: Copied from platform/mac/svg/hixie/error/004-expected.txt.
* platform/mac-tiger/svg/hixie/error/005-expected.checksum: Copied from platform/mac/svg/hixie/error/005-expected.checksum.
* platform/mac-tiger/svg/hixie/error/005-expected.png: Copied from platform/mac/svg/hixie/error/005-expected.png.
* platform/mac-tiger/svg/hixie/error/005-expected.txt: Copied from platform/mac/svg/hixie/error/005-expected.txt.
* platform/mac-tiger/svg/hixie/error/006-expected.checksum: Copied from platform/mac/svg/hixie/error/006-expected.checksum.
* platform/mac-tiger/svg/hixie/error/006-expected.png: Copied from platform/mac/svg/hixie/error/006-expected.png.
* platform/mac-tiger/svg/hixie/error/006-expected.txt: Copied from platform/mac/svg/hixie/error/006-expected.txt.
* platform/mac-tiger/svg/hixie/error/007-expected.checksum: Copied from platform/mac/svg/hixie/error/007-expected.checksum.
* platform/mac-tiger/svg/hixie/error/007-expected.png: Copied from platform/mac/svg/hixie/error/007-expected.png.
* platform/mac-tiger/svg/hixie/error/007-expected.txt: Copied from platform/mac/svg/hixie/error/007-expected.txt.
* platform/mac-tiger/svg/hixie/error/008-expected.checksum: Copied from platform/mac/svg/hixie/error/008-expected.checksum.
* platform/mac-tiger/svg/hixie/error/008-expected.png: Copied from platform/mac/svg/hixie/error/008-expected.png.
* platform/mac-tiger/svg/hixie/error/008-expected.txt: Copied from platform/mac/svg/hixie/error/008-expected.txt.
* platform/mac-tiger/svg/hixie/error/009-expected.checksum: Copied from platform/mac/svg/hixie/error/009-expected.checksum.
* platform/mac-tiger/svg/hixie/error/009-expected.png: Copied from platform/mac/svg/hixie/error/009-expected.png.
* platform/mac-tiger/svg/hixie/error/009-expected.txt: Copied from platform/mac/svg/hixie/error/009-expected.txt.
* platform/mac-tiger/svg/hixie/error/010-expected.checksum: Copied from platform/mac/svg/hixie/error/010-expected.checksum.
* platform/mac-tiger/svg/hixie/error/010-expected.png: Copied from platform/mac/svg/hixie/error/010-expected.png.
* platform/mac-tiger/svg/hixie/error/010-expected.txt: Copied from platform/mac/svg/hixie/error/010-expected.txt.
* platform/mac-tiger/svg/hixie/error/011-expected.checksum: Copied from platform/mac/svg/hixie/error/011-expected.checksum.
* platform/mac-tiger/svg/hixie/error/011-expected.png: Copied from platform/mac/svg/hixie/error/011-expected.png.
* platform/mac-tiger/svg/hixie/error/011-expected.txt: Copied from platform/mac/svg/hixie/error/011-expected.txt.
* platform/mac-tiger/svg/hixie/error/012-expected.checksum: Copied from platform/mac/svg/hixie/error/012-expected.checksum.
* platform/mac-tiger/svg/hixie/error/012-expected.png: Copied from platform/mac/svg/hixie/error/012-expected.png.
* platform/mac-tiger/svg/hixie/error/012-expected.txt: Copied from platform/mac/svg/hixie/error/012-expected.txt.
* platform/mac-tiger/svg/hixie/error/013-expected.checksum: Copied from platform/mac/svg/hixie/error/013-expected.checksum.
* platform/mac-tiger/svg/hixie/error/013-expected.png: Copied from platform/mac/svg/hixie/error/013-expected.png.
* platform/mac-tiger/svg/hixie/error/013-expected.txt: Copied from platform/mac/svg/hixie/error/013-expected.txt.
* platform/mac-tiger/svg/hixie/error/014-expected.checksum: Copied from platform/mac/svg/hixie/error/014-expected.checksum.
* platform/mac-tiger/svg/hixie/error/014-expected.png: Copied from platform/mac/svg/hixie/error/014-expected.png.
* platform/mac-tiger/svg/hixie/error/014-expected.txt: Copied from platform/mac/svg/hixie/error/014-expected.txt.
* platform/mac-tiger/svg/hixie/error/014-test-expected.checksum: Copied from platform/mac/svg/hixie/error/014-test-expected.checksum.
* platform/mac-tiger/svg/hixie/error/014-test-expected.png: Copied from platform/mac/svg/hixie/error/014-test-expected.png.
* platform/mac-tiger/svg/hixie/error/014-test-expected.txt: Copied from platform/mac/svg/hixie/error/014-test-expected.txt.
* platform/mac-tiger/svg/hixie/error/015-expected.checksum: Copied from platform/mac/svg/hixie/error/015-expected.checksum.
* platform/mac-tiger/svg/hixie/error/015-expected.png: Copied from platform/mac/svg/hixie/error/015-expected.png.
* platform/mac-tiger/svg/hixie/error/015-expected.txt: Copied from platform/mac/svg/hixie/error/015-expected.txt.
* platform/mac-tiger/svg/hixie/error/016-expected.checksum: Copied from platform/mac/svg/hixie/error/016-expected.checksum.
* platform/mac-tiger/svg/hixie/error/016-expected.png: Copied from platform/mac/svg/hixie/error/016-expected.png.
* platform/mac-tiger/svg/hixie/error/016-expected.txt: Copied from platform/mac/svg/hixie/error/016-expected.txt.
* platform/mac-tiger/svg/hixie/error/017-expected.checksum: Copied from platform/mac/svg/hixie/error/017-expected.checksum.
* platform/mac-tiger/svg/hixie/error/017-expected.png: Copied from platform/mac/svg/hixie/error/017-expected.png.
* platform/mac-tiger/svg/hixie/error/017-expected.txt: Copied from platform/mac/svg/hixie/error/017-expected.txt.
* platform/mac-tiger/svg/hixie/links/001-expected.checksum: Copied from platform/mac/svg/hixie/links/001-expected.checksum.
* platform/mac-tiger/svg/hixie/links/001-expected.png: Copied from platform/mac/svg/hixie/links/001-expected.png.
* platform/mac-tiger/svg/hixie/links/001-expected.txt: Copied from platform/mac/svg/hixie/links/001-expected.txt.
* platform/mac-tiger/svg/hixie/links/002-expected.checksum: Copied from platform/mac/svg/hixie/links/002-expected.checksum.
* platform/mac-tiger/svg/hixie/links/002-expected.png: Copied from platform/mac/svg/hixie/links/002-expected.png.
* platform/mac-tiger/svg/hixie/links/002-expected.txt: Copied from platform/mac/svg/hixie/links/002-expected.txt.
* platform/mac-tiger/svg/hixie/links/003-broken-expected.checksum: Copied from platform/mac/svg/hixie/links/003-broken-expected.checksum.
* platform/mac-tiger/svg/hixie/links/003-broken-expected.png: Copied from platform/mac/svg/hixie/links/003-broken-expected.png.
* platform/mac-tiger/svg/hixie/links/003-broken-expected.txt: Copied from platform/mac/svg/hixie/links/003-broken-expected.txt.
* platform/mac-tiger/svg/hixie/mixed/003-expected.checksum: Copied from platform/mac/svg/hixie/mixed/003-expected.checksum.
* platform/mac-tiger/svg/hixie/mixed/003-expected.png: Copied from platform/mac/svg/hixie/mixed/003-expected.png.
* platform/mac-tiger/svg/hixie/mixed/003-expected.txt: Copied from platform/mac/svg/hixie/mixed/003-expected.txt.
* platform/mac-tiger/svg/hixie/mixed/004-expected.checksum: Copied from platform/mac/svg/hixie/mixed/004-expected.checksum.
* platform/mac-tiger/svg/hixie/mixed/004-expected.png: Copied from platform/mac/svg/hixie/mixed/004-expected.png.
* platform/mac-tiger/svg/hixie/mixed/004-expected.txt: Copied from platform/mac/svg/hixie/mixed/004-expected.txt.
* platform/mac-tiger/svg/hixie/mixed/005-expected.checksum: Copied from platform/mac/svg/hixie/mixed/005-expected.checksum.
* platform/mac-tiger/svg/hixie/mixed/005-expected.png: Copied from platform/mac/svg/hixie/mixed/005-expected.png.
* platform/mac-tiger/svg/hixie/mixed/005-expected.txt: Copied from platform/mac/svg/hixie/mixed/005-expected.txt.
* platform/mac-tiger/svg/hixie/mixed/006-expected.checksum: Copied from platform/mac/svg/hixie/mixed/006-expected.checksum.
* platform/mac-tiger/svg/hixie/mixed/006-expected.png: Copied from platform/mac/svg/hixie/mixed/006-expected.png.
* platform/mac-tiger/svg/hixie/mixed/006-expected.txt: Copied from platform/mac/svg/hixie/mixed/006-expected.txt.
* platform/mac-tiger/svg/hixie/mixed/007-expected.checksum: Copied from platform/mac/svg/hixie/mixed/007-expected.checksum.
* platform/mac-tiger/svg/hixie/mixed/007-expected.png: Copied from platform/mac/svg/hixie/mixed/007-expected.png.
* platform/mac-tiger/svg/hixie/mixed/007-expected.txt: Copied from platform/mac/svg/hixie/mixed/007-expected.txt.
* platform/mac-tiger/svg/hixie/mixed/008-expected.checksum: Copied from platform/mac/svg/hixie/mixed/008-expected.checksum.
* platform/mac-tiger/svg/hixie/mixed/008-expected.png: Copied from platform/mac/svg/hixie/mixed/008-expected.png.
* platform/mac-tiger/svg/hixie/mixed/008-expected.txt: Copied from platform/mac/svg/hixie/mixed/008-expected.txt.
* platform/mac-tiger/svg/hixie/mixed/009-expected.checksum: Copied from platform/mac/svg/hixie/mixed/009-expected.checksum.
* platform/mac-tiger/svg/hixie/mixed/009-expected.png: Copied from platform/mac/svg/hixie/mixed/009-expected.png.
* platform/mac-tiger/svg/hixie/mixed/009-expected.txt: Copied from platform/mac/svg/hixie/mixed/009-expected.txt.
* platform/mac-tiger/svg/hixie/mixed/010-expected.checksum: Copied from platform/mac/svg/hixie/mixed/010-expected.checksum.
* platform/mac-tiger/svg/hixie/mixed/010-expected.png: Copied from platform/mac/svg/hixie/mixed/010-expected.png.
* platform/mac-tiger/svg/hixie/mixed/010-expected.txt: Copied from platform/mac/svg/hixie/mixed/010-expected.txt.
* platform/mac-tiger/svg/hixie/mixed/011-expected.checksum: Copied from platform/mac/svg/hixie/mixed/011-expected.checksum.
* platform/mac-tiger/svg/hixie/mixed/011-expected.png: Copied from platform/mac/svg/hixie/mixed/011-expected.png.
* platform/mac-tiger/svg/hixie/mixed/011-expected.txt: Copied from platform/mac/svg/hixie/mixed/011-expected.txt.
* platform/mac-tiger/svg/hixie/painting/001-expected.checksum: Copied from platform/mac/svg/hixie/painting/001-expected.checksum.
* platform/mac-tiger/svg/hixie/painting/001-expected.png: Copied from platform/mac/svg/hixie/painting/001-expected.png.
* platform/mac-tiger/svg/hixie/painting/001-expected.txt: Copied from platform/mac/svg/hixie/painting/001-expected.txt.
* platform/mac-tiger/svg/hixie/perf/001-expected.checksum: Copied from platform/mac/svg/hixie/perf/001-expected.checksum.
* platform/mac-tiger/svg/hixie/perf/001-expected.png: Copied from platform/mac/svg/hixie/perf/001-expected.png.
* platform/mac-tiger/svg/hixie/perf/001-expected.txt: Copied from platform/mac/svg/hixie/perf/001-expected.txt.
* platform/mac-tiger/svg/hixie/perf/002-expected.checksum: Copied from platform/mac/svg/hixie/perf/002-expected.checksum.
* platform/mac-tiger/svg/hixie/perf/002-expected.png: Copied from platform/mac/svg/hixie/perf/002-expected.png.
* platform/mac-tiger/svg/hixie/perf/002-expected.txt: Copied from platform/mac/svg/hixie/perf/002-expected.txt.
* platform/mac-tiger/svg/hixie/perf/003-expected.checksum: Copied from platform/mac/svg/hixie/perf/003-expected.checksum.
* platform/mac-tiger/svg/hixie/perf/003-expected.png: Copied from platform/mac/svg/hixie/perf/003-expected.png.
* platform/mac-tiger/svg/hixie/perf/003-expected.txt: Copied from platform/mac/svg/hixie/perf/003-expected.txt.
* platform/mac-tiger/svg/hixie/perf/004-expected.checksum: Copied from platform/mac/svg/hixie/perf/004-expected.checksum.
* platform/mac-tiger/svg/hixie/perf/004-expected.png: Copied from platform/mac/svg/hixie/perf/004-expected.png.
* platform/mac-tiger/svg/hixie/perf/004-expected.txt: Copied from platform/mac/svg/hixie/perf/004-expected.txt.
* platform/mac-tiger/svg/hixie/perf/005-expected.checksum: Copied from platform/mac/svg/hixie/perf/005-expected.checksum.
* platform/mac-tiger/svg/hixie/perf/005-expected.png: Copied from platform/mac/svg/hixie/perf/005-expected.png.
* platform/mac-tiger/svg/hixie/perf/005-expected.txt: Copied from platform/mac/svg/hixie/perf/005-expected.txt.
* platform/mac-tiger/svg/hixie/perf/006-expected.checksum: Copied from platform/mac/svg/hixie/perf/006-expected.checksum.
* platform/mac-tiger/svg/hixie/perf/006-expected.png: Copied from platform/mac/svg/hixie/perf/006-expected.png.
* platform/mac-tiger/svg/hixie/perf/006-expected.txt: Copied from platform/mac/svg/hixie/perf/006-expected.txt.
* platform/mac-tiger/svg/hixie/perf/007-expected.checksum: Copied from platform/mac/svg/hixie/perf/007-expected.checksum.
* platform/mac-tiger/svg/hixie/perf/007-expected.png: Copied from platform/mac/svg/hixie/perf/007-expected.png.
* platform/mac-tiger/svg/hixie/perf/007-expected.txt: Copied from platform/mac/svg/hixie/perf/007-expected.txt.
* platform/mac-tiger/svg/hixie/processing-model/003-expected.checksum: Copied from platform/mac/svg/hixie/processing-model/003-expected.checksum.
* platform/mac-tiger/svg/hixie/processing-model/003-expected.png: Copied from platform/mac/svg/hixie/processing-model/003-expected.png.
* platform/mac-tiger/svg/hixie/processing-model/003-expected.txt: Copied from platform/mac/svg/hixie/processing-model/003-expected.txt.
* platform/mac-tiger/svg/hixie/processing-model/004-expected.checksum: Copied from platform/mac/svg/hixie/processing-model/004-expected.checksum.
* platform/mac-tiger/svg/hixie/processing-model/004-expected.png: Copied from platform/mac/svg/hixie/processing-model/004-expected.png.
* platform/mac-tiger/svg/hixie/processing-model/004-expected.txt: Copied from platform/mac/svg/hixie/processing-model/004-expected.txt.
* platform/mac-tiger/svg/hixie/processing-model/005-expected.checksum: Copied from platform/mac/svg/hixie/processing-model/005-expected.checksum.
* platform/mac-tiger/svg/hixie/processing-model/005-expected.png: Copied from platform/mac/svg/hixie/processing-model/005-expected.png.
* platform/mac-tiger/svg/hixie/processing-model/005-expected.txt: Copied from platform/mac/svg/hixie/processing-model/005-expected.txt.
* platform/mac-tiger/svg/hixie/rendering-model/001-expected.checksum: Copied from platform/mac/svg/hixie/rendering-model/001-expected.checksum.
* platform/mac-tiger/svg/hixie/rendering-model/001-expected.png: Copied from platform/mac/svg/hixie/rendering-model/001-expected.png.
* platform/mac-tiger/svg/hixie/rendering-model/001-expected.txt: Copied from platform/mac/svg/hixie/rendering-model/001-expected.txt.
* platform/mac-tiger/svg/hixie/rendering-model/002-expected.checksum: Copied from platform/mac/svg/hixie/rendering-model/002-expected.checksum.
* platform/mac-tiger/svg/hixie/rendering-model/002-expected.png: Copied from platform/mac/svg/hixie/rendering-model/002-expected.png.
* platform/mac-tiger/svg/hixie/rendering-model/002-expected.txt: Copied from platform/mac/svg/hixie/rendering-model/002-expected.txt.
* platform/mac-tiger/svg/hixie/rendering-model/003-expected.checksum: Copied from platform/mac/svg/hixie/rendering-model/003-expected.checksum.
* platform/mac-tiger/svg/hixie/rendering-model/003-expected.png: Copied from platform/mac/svg/hixie/rendering-model/003-expected.png.
* platform/mac-tiger/svg/hixie/rendering-model/003-expected.txt: Copied from platform/mac/svg/hixie/rendering-model/003-expected.txt.
* platform/mac-tiger/svg/hixie/rendering-model/003a-expected.checksum: Copied from platform/mac/svg/hixie/rendering-model/003a-expected.checksum.
* platform/mac-tiger/svg/hixie/rendering-model/003a-expected.png: Copied from platform/mac/svg/hixie/rendering-model/003a-expected.png.
* platform/mac-tiger/svg/hixie/rendering-model/003a-expected.txt: Copied from platform/mac/svg/hixie/rendering-model/003a-expected.txt.
* platform/mac-tiger/svg/hixie/rendering-model/004-expected.checksum: Copied from platform/mac/svg/hixie/rendering-model/004-expected.checksum.
* platform/mac-tiger/svg/hixie/rendering-model/004-expected.png: Copied from platform/mac/svg/hixie/rendering-model/004-expected.png.
* platform/mac-tiger/svg/hixie/rendering-model/004-expected.txt: Copied from platform/mac/svg/hixie/rendering-model/004-expected.txt.
* platform/mac-tiger/svg/hixie/shapes/path/001-expected.checksum: Copied from platform/mac/svg/hixie/shapes/path/001-expected.checksum.
* platform/mac-tiger/svg/hixie/shapes/path/001-expected.png: Copied from platform/mac/svg/hixie/shapes/path/001-expected.png.
* platform/mac-tiger/svg/hixie/shapes/path/001-expected.txt: Copied from platform/mac/svg/hixie/shapes/path/001-expected.txt.
* platform/mac-tiger/svg/hixie/text/001-broken-expected.checksum: Copied from platform/mac/svg/hixie/text/001-broken-expected.checksum.
* platform/mac-tiger/svg/hixie/text/001-broken-expected.png: Copied from platform/mac/svg/hixie/text/001-broken-expected.png.
* platform/mac-tiger/svg/hixie/text/001-broken-expected.txt: Copied from platform/mac/svg/hixie/text/001-broken-expected.txt.
* platform/mac-tiger/svg/hixie/text/002-expected.checksum: Copied from platform/mac/svg/hixie/text/002-expected.checksum.
* platform/mac-tiger/svg/hixie/text/002-expected.png: Copied from platform/mac/svg/hixie/text/002-expected.png.
* platform/mac-tiger/svg/hixie/text/002-expected.txt: Copied from platform/mac/svg/hixie/text/002-expected.txt.
* platform/mac-tiger/svg/hixie/text/003-expected.checksum: Copied from platform/mac/svg/hixie/text/003-expected.checksum.
* platform/mac-tiger/svg/hixie/text/003-expected.png: Copied from platform/mac/svg/hixie/text/003-expected.png.
* platform/mac-tiger/svg/hixie/text/003-expected.txt: Copied from platform/mac/svg/hixie/text/003-expected.txt.
* platform/mac-tiger/svg/hixie/text/003a-expected.checksum: Copied from platform/mac/svg/hixie/text/003a-expected.checksum.
* platform/mac-tiger/svg/hixie/text/003a-expected.png: Copied from platform/mac/svg/hixie/text/003a-expected.png.
* platform/mac-tiger/svg/hixie/text/003a-expected.txt: Copied from platform/mac/svg/hixie/text/003a-expected.txt.
* platform/mac-tiger/svg/hixie/text/003b-expected.checksum: Copied from platform/mac/svg/hixie/text/003b-expected.checksum.
* platform/mac-tiger/svg/hixie/text/003b-expected.png: Copied from platform/mac/svg/hixie/text/003b-expected.png.
* platform/mac-tiger/svg/hixie/text/003b-expected.txt: Copied from platform/mac/svg/hixie/text/003b-expected.txt.
* platform/mac-tiger/svg/hixie/transform/001-expected.checksum: Copied from platform/mac/svg/hixie/transform/001-expected.checksum.
* platform/mac-tiger/svg/hixie/transform/001-expected.png: Copied from platform/mac/svg/hixie/transform/001-expected.png.
* platform/mac-tiger/svg/hixie/transform/001-expected.txt: Copied from platform/mac/svg/hixie/transform/001-expected.txt.
* platform/mac-tiger/svg/hixie/use/001-expected.checksum: Copied from platform/mac/svg/hixie/use/001-expected.checksum.
* platform/mac-tiger/svg/hixie/use/001-expected.png: Copied from platform/mac/svg/hixie/use/001-expected.png.
* platform/mac-tiger/svg/hixie/use/001-expected.txt: Copied from platform/mac/svg/hixie/use/001-expected.txt.
* platform/mac-tiger/svg/hixie/use/002-expected.checksum: Copied from platform/mac/svg/hixie/use/002-expected.checksum.
* platform/mac-tiger/svg/hixie/use/002-expected.png: Copied from platform/mac/svg/hixie/use/002-expected.png.
* platform/mac-tiger/svg/hixie/use/002-expected.txt: Copied from platform/mac/svg/hixie/use/002-expected.txt.
* platform/mac-tiger/svg/hixie/use/002-test-expected.checksum: Copied from platform/mac/svg/hixie/use/002-test-expected.checksum.
* platform/mac-tiger/svg/hixie/use/002-test-expected.png: Copied from platform/mac/svg/hixie/use/002-test-expected.png.
* platform/mac-tiger/svg/hixie/use/002-test-expected.txt: Copied from platform/mac/svg/hixie/use/002-test-expected.txt.
* platform/mac-tiger/svg/hixie/viewbox/001-expected.checksum: Copied from platform/mac/svg/hixie/viewbox/001-expected.checksum.
* platform/mac-tiger/svg/hixie/viewbox/001-expected.png: Copied from platform/mac/svg/hixie/viewbox/001-expected.png.
* platform/mac-tiger/svg/hixie/viewbox/001-expected.txt: Copied from platform/mac/svg/hixie/viewbox/001-expected.txt.
* platform/mac-tiger/svg/hixie/viewbox/002-expected.checksum: Copied from platform/mac/svg/hixie/viewbox/002-expected.checksum.
* platform/mac-tiger/svg/hixie/viewbox/002-expected.png: Copied from platform/mac/svg/hixie/viewbox/002-expected.png.
* platform/mac-tiger/svg/hixie/viewbox/002-expected.txt: Copied from platform/mac/svg/hixie/viewbox/002-expected.txt.
* platform/mac-tiger/svg/hixie/viewbox/003-expected.checksum: Copied from platform/mac/svg/hixie/viewbox/003-expected.checksum.
* platform/mac-tiger/svg/hixie/viewbox/003-expected.png: Copied from platform/mac/svg/hixie/viewbox/003-expected.png.
* platform/mac-tiger/svg/hixie/viewbox/003-expected.txt: Copied from platform/mac/svg/hixie/viewbox/003-expected.txt.
* platform/mac-tiger/svg/hixie/viewbox/004-expected.checksum: Copied from platform/mac/svg/hixie/viewbox/004-expected.checksum.
* platform/mac-tiger/svg/hixie/viewbox/004-expected.png: Copied from platform/mac/svg/hixie/viewbox/004-expected.png.
* platform/mac-tiger/svg/hixie/viewbox/004-expected.txt: Copied from platform/mac/svg/hixie/viewbox/004-expected.txt.
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: Copied from platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum.
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Copied from platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png.
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Copied from platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt.
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum: Copied from platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum.
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Copied from platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png.
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Copied from platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt.
* platform/mac-tiger/svg/text: Added.
* platform/mac-tiger/svg/text/text-align-01-b-expected.checksum: Copied from platform/mac/svg/text/text-align-01-b-expected.checksum.
* platform/mac-tiger/svg/text/text-align-01-b-expected.png: Copied from platform/mac/svg/text/text-align-01-b-expected.png.
* platform/mac-tiger/svg/text/text-align-01-b-expected.txt: Copied from platform/mac/svg/text/text-align-01-b-expected.txt.
* platform/mac-tiger/svg/text/text-align-02-b-expected.checksum: Copied from platform/mac/svg/text/text-align-02-b-expected.checksum.
* platform/mac-tiger/svg/text/text-align-02-b-expected.png: Copied from platform/mac/svg/text/text-align-02-b-expected.png.
* platform/mac-tiger/svg/text/text-align-02-b-expected.txt: Copied from platform/mac/svg/text/text-align-02-b-expected.txt.
* platform/mac-tiger/svg/text/text-align-03-b-expected.checksum: Copied from platform/mac/svg/text/text-align-03-b-expected.checksum.
* platform/mac-tiger/svg/text/text-align-03-b-expected.png: Copied from platform/mac/svg/text/text-align-03-b-expected.png.
* platform/mac-tiger/svg/text/text-align-03-b-expected.txt: Copied from platform/mac/svg/text/text-align-03-b-expected.txt.
* platform/mac-tiger/svg/text/text-align-04-b-expected.checksum: Copied from platform/mac/svg/text/text-align-04-b-expected.checksum.
* platform/mac-tiger/svg/text/text-align-04-b-expected.png: Copied from platform/mac/svg/text/text-align-04-b-expected.png.
* platform/mac-tiger/svg/text/text-align-04-b-expected.txt: Copied from platform/mac/svg/text/text-align-04-b-expected.txt.
* platform/mac-tiger/svg/text/text-align-05-b-expected.checksum: Copied from platform/mac/svg/text/text-align-05-b-expected.checksum.
* platform/mac-tiger/svg/text/text-align-05-b-expected.png: Copied from platform/mac/svg/text/text-align-05-b-expected.png.
* platform/mac-tiger/svg/text/text-align-05-b-expected.txt: Copied from platform/mac/svg/text/text-align-05-b-expected.txt.
* platform/mac-tiger/svg/text/text-align-06-b-expected.checksum: Copied from platform/mac/svg/text/text-align-06-b-expected.checksum.
* platform/mac-tiger/svg/text/text-align-06-b-expected.png: Copied from platform/mac/svg/text/text-align-06-b-expected.png.
* platform/mac-tiger/svg/text/text-align-06-b-expected.txt: Copied from platform/mac/svg/text/text-align-06-b-expected.txt.
* platform/mac-tiger/svg/text/text-altglyph-01-b-expected.checksum: Copied from platform/mac/svg/text/text-altglyph-01-b-expected.checksum.
* platform/mac-tiger/svg/text/text-altglyph-01-b-expected.png: Copied from platform/mac/svg/text/text-altglyph-01-b-expected.png.
* platform/mac-tiger/svg/text/text-altglyph-01-b-expected.txt: Copied from platform/mac/svg/text/text-altglyph-01-b-expected.txt.
* platform/mac-tiger/svg/text/text-deco-01-b-expected.checksum: Copied from platform/mac/svg/text/text-deco-01-b-expected.checksum.
* platform/mac-tiger/svg/text/text-deco-01-b-expected.png: Copied from platform/mac/svg/text/text-deco-01-b-expected.png.
* platform/mac-tiger/svg/text/text-deco-01-b-expected.txt: Copied from platform/mac/svg/text/text-deco-01-b-expected.txt.
* platform/mac-tiger/svg/text/text-fonts-01-t-expected.checksum: Copied from platform/mac/svg/text/text-fonts-01-t-expected.checksum.
* platform/mac-tiger/svg/text/text-fonts-01-t-expected.png: Copied from platform/mac/svg/text/text-fonts-01-t-expected.png.
* platform/mac-tiger/svg/text/text-fonts-01-t-expected.txt: Copied from platform/mac/svg/text/text-fonts-01-t-expected.txt.
* platform/mac-tiger/svg/text/text-fonts-02-t-expected.checksum: Copied from platform/mac/svg/text/text-fonts-02-t-expected.checksum.
* platform/mac-tiger/svg/text/text-fonts-02-t-expected.png: Copied from platform/mac/svg/text/text-fonts-02-t-expected.png.
* platform/mac-tiger/svg/text/text-fonts-02-t-expected.txt: Copied from platform/mac/svg/text/text-fonts-02-t-expected.txt.
* platform/mac-tiger/svg/text/text-intro-05-t-expected.checksum: Copied from platform/mac/svg/text/text-intro-05-t-expected.checksum.
* platform/mac-tiger/svg/text/text-intro-05-t-expected.png: Copied from platform/mac/svg/text/text-intro-05-t-expected.png.
* platform/mac-tiger/svg/text/text-intro-05-t-expected.txt: Copied from platform/mac/svg/text/text-intro-05-t-expected.txt.
* platform/mac-tiger/svg/text/text-path-01-b-expected.checksum: Copied from platform/mac/svg/text/text-path-01-b-expected.checksum.
* platform/mac-tiger/svg/text/text-path-01-b-expected.png: Copied from platform/mac/svg/text/text-path-01-b-expected.png.
* platform/mac-tiger/svg/text/text-path-01-b-expected.txt: Copied from platform/mac/svg/text/text-path-01-b-expected.txt.
* 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.
* 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.
* platform/mac-tiger/svg/text/text-spacing-01-b-expected.checksum: Copied from platform/mac/svg/text/text-spacing-01-b-expected.checksum.
* platform/mac-tiger/svg/text/text-spacing-01-b-expected.png: Copied from platform/mac/svg/text/text-spacing-01-b-expected.png.
* platform/mac-tiger/svg/text/text-spacing-01-b-expected.txt: Copied from platform/mac/svg/text/text-spacing-01-b-expected.txt.
* platform/mac-tiger/svg/text/text-text-01-b-expected.checksum: Copied from platform/mac/svg/text/text-text-01-b-expected.checksum.
* platform/mac-tiger/svg/text/text-text-01-b-expected.png: Copied from platform/mac/svg/text/text-text-01-b-expected.png.
* platform/mac-tiger/svg/text/text-text-01-b-expected.txt: Copied from platform/mac/svg/text/text-text-01-b-expected.txt.
* platform/mac-tiger/svg/text/text-text-03-b-expected.checksum: Copied from platform/mac/svg/text/text-text-03-b-expected.checksum.
* platform/mac-tiger/svg/text/text-text-03-b-expected.png: Copied from platform/mac/svg/text/text-text-03-b-expected.png.
* platform/mac-tiger/svg/text/text-text-03-b-expected.txt: Copied from platform/mac/svg/text/text-text-03-b-expected.txt.
* platform/mac-tiger/svg/text/text-text-04-t-expected.checksum: Copied from platform/mac/svg/text/text-text-04-t-expected.checksum.
* platform/mac-tiger/svg/text/text-text-04-t-expected.png: Copied from platform/mac/svg/text/text-text-04-t-expected.png.
* platform/mac-tiger/svg/text/text-text-04-t-expected.txt: Copied from platform/mac/svg/text/text-text-04-t-expected.txt.
* platform/mac-tiger/svg/text/text-text-05-t-expected.checksum: Copied from platform/mac/svg/text/text-text-05-t-expected.checksum.
* platform/mac-tiger/svg/text/text-text-05-t-expected.png: Copied from platform/mac/svg/text/text-text-05-t-expected.png.
* platform/mac-tiger/svg/text/text-text-05-t-expected.txt: Copied from platform/mac/svg/text/text-text-05-t-expected.txt.
* platform/mac-tiger/svg/text/text-text-06-t-expected.checksum: Copied from platform/mac/svg/text/text-text-06-t-expected.checksum.
* platform/mac-tiger/svg/text/text-text-06-t-expected.png: Copied from platform/mac/svg/text/text-text-06-t-expected.png.
* platform/mac-tiger/svg/text/text-text-06-t-expected.txt: Copied from platform/mac/svg/text/text-text-06-t-expected.txt.
* platform/mac-tiger/svg/text/text-text-07-t-expected.checksum: Copied from platform/mac/svg/text/text-text-07-t-expected.checksum.
* platform/mac-tiger/svg/text/text-text-07-t-expected.png: Copied from platform/mac/svg/text/text-text-07-t-expected.png.
* platform/mac-tiger/svg/text/text-text-07-t-expected.txt: Copied from platform/mac/svg/text/text-text-07-t-expected.txt.
* platform/mac-tiger/svg/text/text-text-08-b-expected.checksum: Copied from platform/mac/svg/text/text-text-08-b-expected.checksum.
* platform/mac-tiger/svg/text/text-text-08-b-expected.png: Copied from platform/mac/svg/text/text-text-08-b-expected.png.
* platform/mac-tiger/svg/text/text-text-08-b-expected.txt: Copied from platform/mac/svg/text/text-text-08-b-expected.txt.
* platform/mac-tiger/svg/text/text-tref-01-b-expected.checksum: Copied from platform/mac/svg/text/text-tref-01-b-expected.checksum.
* platform/mac-tiger/svg/text/text-tref-01-b-expected.png: Copied from platform/mac/svg/text/text-tref-01-b-expected.png.
* platform/mac-tiger/svg/text/text-tref-01-b-expected.txt: Copied from platform/mac/svg/text/text-tref-01-b-expected.txt.
* platform/mac-tiger/svg/text/text-tselect-01-b-expected.checksum: Copied from platform/mac/svg/text/text-tselect-01-b-expected.checksum.
* platform/mac-tiger/svg/text/text-tselect-01-b-expected.png: Copied from platform/mac/svg/text/text-tselect-01-b-expected.png.
* platform/mac-tiger/svg/text/text-tselect-01-b-expected.txt: Copied from platform/mac/svg/text/text-tselect-01-b-expected.txt.
* platform/mac-tiger/svg/text/text-tselect-02-f-expected.checksum: Copied from platform/mac/svg/text/text-tselect-02-f-expected.checksum.
* platform/mac-tiger/svg/text/text-tselect-02-f-expected.png: Copied from platform/mac/svg/text/text-tselect-02-f-expected.png.
* platform/mac-tiger/svg/text/text-tselect-02-f-expected.txt: Copied from platform/mac/svg/text/text-tselect-02-f-expected.txt.
* platform/mac-tiger/svg/text/text-tspan-01-b-expected.checksum: Copied from platform/mac/svg/text/text-tspan-01-b-expected.checksum.
* platform/mac-tiger/svg/text/text-tspan-01-b-expected.png: Copied from platform/mac/svg/text/text-tspan-01-b-expected.png.
* platform/mac-tiger/svg/text/text-tspan-01-b-expected.txt: Copied from platform/mac/svg/text/text-tspan-01-b-expected.txt.
* platform/mac-tiger/svg/text/text-ws-01-t-expected.checksum: Copied from platform/mac/svg/text/text-ws-01-t-expected.checksum.
* platform/mac-tiger/svg/text/text-ws-01-t-expected.png: Copied from platform/mac/svg/text/text-ws-01-t-expected.png.
* platform/mac-tiger/svg/text/text-ws-01-t-expected.txt: Copied from platform/mac/svg/text/text-ws-01-t-expected.txt.
* platform/mac-tiger/svg/text/text-ws-02-t-expected.checksum: Copied from platform/mac/svg/text/text-ws-02-t-expected.checksum.
* platform/mac-tiger/svg/text/text-ws-02-t-expected.png: Copied from platform/mac/svg/text/text-ws-02-t-expected.png.
* platform/mac-tiger/svg/text/text-ws-02-t-expected.txt: Copied from platform/mac/svg/text/text-ws-02-t-expected.txt.
* platform/mac-tiger/svg/text/textPathBoundsBug-expected.checksum: Copied from platform/mac/svg/text/textPathBoundsBug-expected.checksum.
* platform/mac-tiger/svg/text/textPathBoundsBug-expected.png: Copied from platform/mac/svg/text/textPathBoundsBug-expected.png.
* platform/mac-tiger/svg/text/textPathBoundsBug-expected.txt: Copied from platform/mac/svg/text/textPathBoundsBug-expected.txt.
* platform/mac-tiger/svg/webarchive: Added.
* platform/mac-tiger/svg/webarchive/svg-cursor-subresources-expected.checksum: Copied from platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum.
* platform/mac-tiger/svg/webarchive/svg-cursor-subresources-expected.png: Copied from platform/mac/svg/webarchive/svg-cursor-subresources-expected.png.
* platform/mac-tiger/svg/webarchive/svg-feimage-subresources-expected.checksum: Copied from platform/mac/svg/webarchive/svg-feimage-subresources-expected.checksum.
* platform/mac-tiger/svg/webarchive/svg-feimage-subresources-expected.png: Copied from platform/mac/svg/webarchive/svg-feimage-subresources-expected.png.
* platform/mac-tiger/svg/webarchive/svg-script-subresouces-expected.checksum: Copied from platform/mac/svg/webarchive/svg-script-subresouces-expected.checksum.
* platform/mac-tiger/svg/webarchive/svg-script-subresouces-expected.png: Copied from platform/mac/svg/webarchive/svg-script-subresouces-expected.png.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-align-08-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-intro-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-intro-02-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-intro-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-intro-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: Removed.
* platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: Removed.
* platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Removed.
* platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt: Removed.
* platform/mac/svg/batik/filters/filterRegions-expected.checksum: Removed.
* platform/mac/svg/batik/filters/filterRegions-expected.png: Removed.
* platform/mac/svg/batik/filters/filterRegions-expected.txt: Removed.
* platform/mac/svg/batik/masking/maskRegions-expected.checksum: Removed.
* platform/mac/svg/batik/masking/maskRegions-expected.png: Removed.
* platform/mac/svg/batik/masking/maskRegions-expected.txt: Removed.
* platform/mac/svg/batik/paints/gradientLimit-expected.checksum: Removed.
* platform/mac/svg/batik/paints/gradientLimit-expected.png: Removed.
* platform/mac/svg/batik/paints/gradientLimit-expected.txt: Removed.
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Removed.
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Removed.
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
* platform/mac/svg/batik/paints/patternRegionA-expected.checksum: Removed.
* platform/mac/svg/batik/paints/patternRegionA-expected.png: Removed.
* platform/mac/svg/batik/paints/patternRegionA-expected.txt: Removed.
* platform/mac/svg/batik/paints/patternRegionB-expected.checksum: Removed.
* platform/mac/svg/batik/paints/patternRegionB-expected.png: Removed.
* platform/mac/svg/batik/paints/patternRegionB-expected.txt: Removed.
* platform/mac/svg/batik/paints/patternRegions-expected.checksum: Removed.
* platform/mac/svg/batik/paints/patternRegions-expected.png: Removed.
* platform/mac/svg/batik/paints/patternRegions-expected.txt: Removed.
* platform/mac/svg/batik/text/longTextOnPath-expected.checksum: Removed.
* platform/mac/svg/batik/text/longTextOnPath-expected.png: Removed.
* platform/mac/svg/batik/text/longTextOnPath-expected.txt: Removed.
* platform/mac/svg/batik/text/textAnchor-expected.checksum: Removed.
* platform/mac/svg/batik/text/textAnchor-expected.png: Removed.
* platform/mac/svg/batik/text/textAnchor-expected.txt: Removed.
* platform/mac/svg/batik/text/textAnchor2-expected.checksum: Removed.
* platform/mac/svg/batik/text/textAnchor2-expected.png: Removed.
* platform/mac/svg/batik/text/textAnchor2-expected.txt: Removed.
* platform/mac/svg/batik/text/textAnchor3-expected.checksum: Removed.
* platform/mac/svg/batik/text/textAnchor3-expected.png: Removed.
* platform/mac/svg/batik/text/textAnchor3-expected.txt: Removed.
* platform/mac/svg/batik/text/textBiDi-expected.checksum: Removed.
* platform/mac/svg/batik/text/textBiDi-expected.png: Removed.
* platform/mac/svg/batik/text/textBiDi-expected.txt: Removed.
* platform/mac/svg/batik/text/textDecoration2-expected.checksum: Removed.
* platform/mac/svg/batik/text/textDecoration2-expected.png: Removed.
* platform/mac/svg/batik/text/textDecoration2-expected.txt: Removed.
* platform/mac/svg/batik/text/textEffect-expected.checksum: Removed.
* platform/mac/svg/batik/text/textEffect-expected.png: Removed.
* platform/mac/svg/batik/text/textEffect-expected.txt: Removed.
* platform/mac/svg/batik/text/textEffect2-expected.checksum: Removed.
* platform/mac/svg/batik/text/textEffect2-expected.png: Removed.
* platform/mac/svg/batik/text/textEffect2-expected.txt: Removed.
* platform/mac/svg/batik/text/textEffect3-expected.checksum: Removed.
* platform/mac/svg/batik/text/textEffect3-expected.png: Removed.
* platform/mac/svg/batik/text/textEffect3-expected.txt: Removed.
* platform/mac/svg/batik/text/textFeatures-expected.checksum: Removed.
* platform/mac/svg/batik/text/textFeatures-expected.png: Removed.
* platform/mac/svg/batik/text/textFeatures-expected.txt: Removed.
* platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum: Removed.
* platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Removed.
* platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
* platform/mac/svg/batik/text/textLayout-expected.checksum: Removed.
* platform/mac/svg/batik/text/textLayout-expected.png: Removed.
* platform/mac/svg/batik/text/textLayout-expected.txt: Removed.
* platform/mac/svg/batik/text/textLayout2-expected.checksum: Removed.
* platform/mac/svg/batik/text/textLayout2-expected.png: Removed.
* platform/mac/svg/batik/text/textLayout2-expected.txt: Removed.
* platform/mac/svg/batik/text/textLength-expected.checksum: Removed.
* platform/mac/svg/batik/text/textLength-expected.png: Removed.
* platform/mac/svg/batik/text/textLength-expected.txt: Removed.
* platform/mac/svg/batik/text/textOnPath-expected.checksum: Removed.
* platform/mac/svg/batik/text/textOnPath-expected.png: Removed.
* platform/mac/svg/batik/text/textOnPath-expected.txt: Removed.
* platform/mac/svg/batik/text/textOnPath2-expected.checksum: Removed.
* platform/mac/svg/batik/text/textOnPath2-expected.png: Removed.
* platform/mac/svg/batik/text/textOnPath2-expected.txt: Removed.
* platform/mac/svg/batik/text/textOnPath3-expected.checksum: Removed.
* platform/mac/svg/batik/text/textOnPath3-expected.png: Removed.
* platform/mac/svg/batik/text/textOnPath3-expected.txt: Removed.
* platform/mac/svg/batik/text/textOnPathSpaces-expected.checksum: Removed.
* platform/mac/svg/batik/text/textOnPathSpaces-expected.png: Removed.
* platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: Removed.
* platform/mac/svg/batik/text/textPCDATA-expected.checksum: Removed.
* platform/mac/svg/batik/text/textPCDATA-expected.png: Removed.
* platform/mac/svg/batik/text/textPCDATA-expected.txt: Removed.
* platform/mac/svg/batik/text/textPosition-expected.checksum: Removed.
* platform/mac/svg/batik/text/textPosition-expected.png: Removed.
* platform/mac/svg/batik/text/textPosition-expected.txt: Removed.
* platform/mac/svg/batik/text/textPosition2-expected.checksum: Removed.
* platform/mac/svg/batik/text/textPosition2-expected.png: Removed.
* platform/mac/svg/batik/text/textPosition2-expected.txt: Removed.
* platform/mac/svg/batik/text/textProperties-expected.checksum: Removed.
* platform/mac/svg/batik/text/textProperties-expected.png: Removed.
* platform/mac/svg/batik/text/textProperties-expected.txt: Removed.
* platform/mac/svg/batik/text/textProperties2-expected.checksum: Removed.
* platform/mac/svg/batik/text/textProperties2-expected.png: Removed.
* platform/mac/svg/batik/text/textProperties2-expected.txt: Removed.
* platform/mac/svg/batik/text/textStyles-expected.checksum: Removed.
* platform/mac/svg/batik/text/textStyles-expected.png: Removed.
* platform/mac/svg/batik/text/textStyles-expected.txt: Removed.
* platform/mac/svg/batik/text/verticalText-expected.checksum: Removed.
* platform/mac/svg/batik/text/verticalText-expected.png: Removed.
* platform/mac/svg/batik/text/verticalText-expected.txt: Removed.
* platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum: Removed.
* platform/mac/svg/batik/text/verticalTextOnPath-expected.png: Removed.
* platform/mac/svg/batik/text/verticalTextOnPath-expected.txt: Removed.
* platform/mac/svg/batik/text/xmlSpace-expected.checksum: Removed.
* platform/mac/svg/batik/text/xmlSpace-expected.png: Removed.
* platform/mac/svg/batik/text/xmlSpace-expected.txt: Removed.
* platform/mac/svg/carto.net/button-expected.checksum: Removed.
* platform/mac/svg/carto.net/button-expected.png: Removed.
* platform/mac/svg/carto.net/button-expected.txt: Removed.
* platform/mac/svg/carto.net/colourpicker-expected.checksum: Removed.
* platform/mac/svg/carto.net/colourpicker-expected.png: Removed.
* platform/mac/svg/carto.net/colourpicker-expected.txt: Removed.
* platform/mac/svg/carto.net/combobox-expected.checksum: Removed.
* platform/mac/svg/carto.net/combobox-expected.png: Removed.
* platform/mac/svg/carto.net/combobox-expected.txt: Removed.
* platform/mac/svg/carto.net/frameless-svg-parse-error-expected.checksum: Removed.
* platform/mac/svg/carto.net/frameless-svg-parse-error-expected.png: Removed.
* platform/mac/svg/carto.net/scrollbar-expected.checksum: Removed.
* platform/mac/svg/carto.net/scrollbar-expected.png: Removed.
* platform/mac/svg/carto.net/scrollbar-expected.txt: Removed.
* platform/mac/svg/carto.net/selectionlist-expected.checksum: Removed.
* platform/mac/svg/carto.net/selectionlist-expected.png: Removed.
* platform/mac/svg/carto.net/selectionlist-expected.txt: Removed.
* platform/mac/svg/carto.net/slider-expected.checksum: Removed.
* platform/mac/svg/carto.net/slider-expected.png: Removed.
* platform/mac/svg/carto.net/slider-expected.txt: Removed.
* platform/mac/svg/carto.net/tabgroup-expected.checksum: Removed.
* platform/mac/svg/carto.net/tabgroup-expected.png: Removed.
* platform/mac/svg/carto.net/tabgroup-expected.txt: Removed.
* platform/mac/svg/carto.net/textbox-expected.checksum: Removed.
* platform/mac/svg/carto.net/textbox-expected.png: Removed.
* platform/mac/svg/carto.net/textbox-expected.txt: Removed.
* platform/mac/svg/carto.net/window-expected.checksum: Removed.
* platform/mac/svg/carto.net/window-expected.png: Removed.
* platform/mac/svg/carto.net/window-expected.txt: Removed.
* platform/mac/svg/css/css-box-min-width-expected.checksum: Removed.
* platform/mac/svg/css/css-box-min-width-expected.png: Removed.
* platform/mac/svg/css/css-box-min-width-expected.txt: Removed.
* platform/mac/svg/css/getComputedStyle-basic-expected.checksum: Removed.
* platform/mac/svg/css/getComputedStyle-basic-expected.png: Removed.
* platform/mac/svg/css/glyph-orientation-rounding-test-expected.checksum: Removed.
* platform/mac/svg/css/glyph-orientation-rounding-test-expected.png: Removed.
* platform/mac/svg/custom/SVGException-expected.checksum: Removed.
* platform/mac/svg/custom/SVGException-expected.png: Removed.
* platform/mac/svg/custom/SVGMatrix-interface-expected.checksum: Removed.
* platform/mac/svg/custom/SVGMatrix-interface-expected.png: Removed.
* platform/mac/svg/custom/SVGMatrix-interface-expected.txt: Removed.
* platform/mac/svg/custom/SVGNumber-interface-expected.checksum: Removed.
* platform/mac/svg/custom/SVGNumber-interface-expected.png: Removed.
* platform/mac/svg/custom/SVGNumber-interface-expected.txt: Removed.
* platform/mac/svg/custom/SVGPoint-interface-expected.checksum: Removed.
* platform/mac/svg/custom/SVGPoint-interface-expected.png: Removed.
* platform/mac/svg/custom/SVGPoint-interface-expected.txt: Removed.
* platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum: Removed.
* platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png: Removed.
* platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt: Removed.
* platform/mac/svg/custom/SVGRect-interface-expected.checksum: Removed.
* platform/mac/svg/custom/SVGRect-interface-expected.png: Removed.
* platform/mac/svg/custom/SVGRect-interface-expected.txt: Removed.
* platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Removed.
* platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png: Removed.
* platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Removed.
* platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Removed.
* platform/mac/svg/custom/alignment-baseline-modes-expected.png: Removed.
* platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Removed.
* platform/mac/svg/custom/attribute-namespace-check-expected.checksum: Removed.
* platform/mac/svg/custom/attribute-namespace-check-expected.png: Removed.
* platform/mac/svg/custom/attribute-namespace-check-expected.txt: Removed.
* platform/mac/svg/custom/baseval-animval-equality-expected.checksum: Removed.
* platform/mac/svg/custom/baseval-animval-equality-expected.png: Removed.
* platform/mac/svg/custom/baseval-animval-equality-expected.txt: Removed.
* platform/mac/svg/custom/circular-marker-reference-1-expected.checksum: Removed.
* platform/mac/svg/custom/circular-marker-reference-1-expected.png: Removed.
* platform/mac/svg/custom/circular-marker-reference-1-expected.txt: Removed.
* platform/mac/svg/custom/circular-marker-reference-2-expected.checksum: Removed.
* platform/mac/svg/custom/circular-marker-reference-2-expected.png: Removed.
* platform/mac/svg/custom/circular-marker-reference-2-expected.txt: Removed.
* platform/mac/svg/custom/circular-marker-reference-3-expected.checksum: Removed.
* platform/mac/svg/custom/circular-marker-reference-3-expected.png: Removed.
* platform/mac/svg/custom/circular-marker-reference-3-expected.txt: Removed.
* platform/mac/svg/custom/circular-marker-reference-4-expected.checksum: Removed.
* platform/mac/svg/custom/circular-marker-reference-4-expected.png: Removed.
* platform/mac/svg/custom/circular-marker-reference-4-expected.txt: Removed.
* platform/mac/svg/custom/class-selector-expected.checksum: Removed.
* platform/mac/svg/custom/class-selector-expected.png: Removed.
* platform/mac/svg/custom/class-selector-expected.txt: Removed.
* platform/mac/svg/custom/clip-path-child-changes-expected.checksum: Removed.
* platform/mac/svg/custom/clip-path-child-changes-expected.png: Removed.
* platform/mac/svg/custom/clip-path-child-changes-expected.txt: Removed.
* platform/mac/svg/custom/clip-path-href-changes-expected.checksum: Removed.
* platform/mac/svg/custom/clip-path-href-changes-expected.png: Removed.
* platform/mac/svg/custom/clip-path-href-changes-expected.txt: Removed.
* platform/mac/svg/custom/clip-path-referencing-use-expected.checksum: Removed.
* platform/mac/svg/custom/clip-path-referencing-use-expected.png: Removed.
* platform/mac/svg/custom/clip-path-referencing-use-expected.txt: Removed.
* platform/mac/svg/custom/clip-path-referencing-use2-expected.checksum: Removed.
* platform/mac/svg/custom/clip-path-referencing-use2-expected.png: Removed.
* platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: Removed.
* platform/mac/svg/custom/clip-path-units-changes-expected.checksum: Removed.
* platform/mac/svg/custom/clip-path-units-changes-expected.png: Removed.
* platform/mac/svg/custom/clip-path-units-changes-expected.txt: Removed.
* platform/mac/svg/custom/clip-path-with-transform-expected.checksum: Removed.
* platform/mac/svg/custom/clip-path-with-transform-expected.png: Removed.
* platform/mac/svg/custom/clip-path-with-transform-expected.txt: Removed.
* platform/mac/svg/custom/conditional-processing-outside-switch-expected.checksum: Removed.
* platform/mac/svg/custom/conditional-processing-outside-switch-expected.png: Removed.
* platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt: Removed.
* platform/mac/svg/custom/container-opacity-clip-viewBox-expected.checksum: Removed.
* platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png: Removed.
* platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt: Removed.
* platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum: Removed.
* platform/mac/svg/custom/control-points-for-S-and-T-expected.png: Removed.
* platform/mac/svg/custom/control-points-for-S-and-T-expected.txt: Removed.
* platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum: Removed.
* platform/mac/svg/custom/coords-relative-units-transforms-expected.png: Removed.
* platform/mac/svg/custom/coords-relative-units-transforms-expected.txt: Removed.
* platform/mac/svg/custom/create-metadata-element-expected.checksum: Removed.
* platform/mac/svg/custom/create-metadata-element-expected.png: Removed.
* platform/mac/svg/custom/create-metadata-element-expected.txt: Removed.
* platform/mac/svg/custom/createelement-expected.checksum: Removed.
* platform/mac/svg/custom/createelement-expected.png: Removed.
* platform/mac/svg/custom/createelement-expected.txt: Removed.
* platform/mac/svg/custom/css-pixels-dpi-expected.checksum: Removed.
* platform/mac/svg/custom/css-pixels-dpi-expected.png: Removed.
* platform/mac/svg/custom/css-pixels-dpi-expected.txt: Removed.
* platform/mac/svg/custom/dasharrayOrigin-expected.checksum: Removed.
* platform/mac/svg/custom/dasharrayOrigin-expected.png: Removed.
* platform/mac/svg/custom/dasharrayOrigin-expected.txt: Removed.
* platform/mac/svg/custom/deep-dynamic-updates-expected.checksum: Removed.
* platform/mac/svg/custom/deep-dynamic-updates-expected.png: Removed.
* platform/mac/svg/custom/deep-dynamic-updates-expected.txt: Removed.
* platform/mac/svg/custom/display-none-expected.checksum: Removed.
* platform/mac/svg/custom/display-none-expected.png: Removed.
* platform/mac/svg/custom/display-none-expected.txt: Removed.
* platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Removed.
* platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Removed.
* platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Removed.
* platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Removed.
* platform/mac/svg/custom/dominant-baseline-modes-expected.png: Removed.
* platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Removed.
* platform/mac/svg/custom/dynamic-empty-path-expected.checksum: Removed.
* platform/mac/svg/custom/dynamic-empty-path-expected.png: Removed.
* platform/mac/svg/custom/dynamic-empty-path-expected.txt: Removed.
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum: Removed.
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.png: Removed.
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt: Removed.
* platform/mac/svg/custom/dynamic-viewBox-expected.checksum: Removed.
* platform/mac/svg/custom/dynamic-viewBox-expected.png: Removed.
* platform/mac/svg/custom/dynamic-viewBox-expected.txt: Removed.
* platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.checksum: Removed.
* platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.png: Removed.
* platform/mac/svg/custom/empty-clip-path-expected.checksum: Removed.
* platform/mac/svg/custom/empty-clip-path-expected.png: Removed.
* platform/mac/svg/custom/empty-clip-path-expected.txt: Removed.
* platform/mac/svg/custom/empty-merge-expected.checksum: Removed.
* platform/mac/svg/custom/empty-merge-expected.png: Removed.
* platform/mac/svg/custom/empty-merge-expected.txt: Removed.
* platform/mac/svg/custom/evt-onload-expected.checksum: Removed.
* platform/mac/svg/custom/evt-onload-expected.png: Removed.
* platform/mac/svg/custom/evt-onload-expected.txt: Removed.
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum: Removed.
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png: Removed.
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt: Removed.
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum: Removed.
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png: Removed.
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt: Removed.
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum: Removed.
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.png: Removed.
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt: Removed.
* platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum: Removed.
* platform/mac/svg/custom/feComponentTransfer-Table-expected.png: Removed.
* platform/mac/svg/custom/feComponentTransfer-Table-expected.txt: Removed.
* platform/mac/svg/custom/feDisplacementMap-01-expected.checksum: Removed.
* platform/mac/svg/custom/feDisplacementMap-01-expected.png: Removed.
* platform/mac/svg/custom/feDisplacementMap-01-expected.txt: Removed.
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.checksum: Removed.
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.png: Removed.
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt: Removed.
* platform/mac/svg/custom/fill-fallback-expected.checksum: Removed.
* platform/mac/svg/custom/fill-fallback-expected.png: Removed.
* platform/mac/svg/custom/fill-fallback-expected.txt: Removed.
* platform/mac/svg/custom/fill-update-expected.checksum: Removed.
* platform/mac/svg/custom/fill-update-expected.png: Removed.
* platform/mac/svg/custom/fill-update-expected.txt: Removed.
* platform/mac/svg/custom/filter-source-alpha-expected.checksum: Removed.
* platform/mac/svg/custom/filter-source-alpha-expected.png: Removed.
* platform/mac/svg/custom/filter-source-alpha-expected.txt: Removed.
* platform/mac/svg/custom/focus-ring-expected.checksum: Removed.
* platform/mac/svg/custom/focus-ring-expected.png: Removed.
* platform/mac/svg/custom/focus-ring-expected.txt: Removed.
* platform/mac/svg/custom/font-face-cascade-order-expected.checksum: Removed.
* platform/mac/svg/custom/font-face-cascade-order-expected.png: Removed.
* platform/mac/svg/custom/font-face-cascade-order-expected.txt: Removed.
* platform/mac/svg/custom/font-face-simple-expected.checksum: Removed.
* platform/mac/svg/custom/font-face-simple-expected.png: Removed.
* platform/mac/svg/custom/font-face-simple-expected.txt: Removed.
* platform/mac/svg/custom/font-face-source-fallback-expected.txt: Removed.
* platform/mac/svg/custom/font-platformDestroy-crash-expected.checksum: Removed.
* platform/mac/svg/custom/font-platformDestroy-crash-expected.png: Removed.
* platform/mac/svg/custom/foreign-object-skew-expected.checksum: Removed.
* platform/mac/svg/custom/foreign-object-skew-expected.png: Removed.
* platform/mac/svg/custom/foreign-object-skew-expected.txt: Removed.
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum: Removed.
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png: Removed.
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: Removed.
* platform/mac/svg/custom/fractional-rects-expected.checksum: Removed.
* platform/mac/svg/custom/fractional-rects-expected.png: Removed.
* platform/mac/svg/custom/fractional-rects-expected.txt: Removed.
* platform/mac/svg/custom/frame-getSVGDocument-expected.checksum: Removed.
* platform/mac/svg/custom/frame-getSVGDocument-expected.png: Removed.
* platform/mac/svg/custom/getBBox-js-expected.checksum: Removed.
* platform/mac/svg/custom/getBBox-js-expected.png: Removed.
* platform/mac/svg/custom/getPresentationAttribute-expected.checksum: Removed.
* platform/mac/svg/custom/getPresentationAttribute-expected.png: Removed.
* platform/mac/svg/custom/getPresentationAttribute-expected.txt: Removed.
* platform/mac/svg/custom/getTransformToElement-expected.checksum: Removed.
* platform/mac/svg/custom/getTransformToElement-expected.png: Removed.
* platform/mac/svg/custom/getTransformToElement-expected.txt: Removed.
* platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum: Removed.
* platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png: Removed.
* platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt: Removed.
* platform/mac/svg/custom/getsvgdocument-expected.checksum: Removed.
* platform/mac/svg/custom/getsvgdocument-expected.png: Removed.
* platform/mac/svg/custom/getsvgdocument-expected.txt: Removed.
* platform/mac/svg/custom/glyph-selection-lang-attribute-expected.checksum: Removed.
* platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png: Removed.
* platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt: Removed.
* platform/mac/svg/custom/gradient-add-stops-expected.checksum: Removed.
* platform/mac/svg/custom/gradient-add-stops-expected.png: Removed.
* platform/mac/svg/custom/gradient-add-stops-expected.txt: Removed.
* platform/mac/svg/custom/gradient-attr-update-expected.checksum: Removed.
* platform/mac/svg/custom/gradient-attr-update-expected.png: Removed.
* platform/mac/svg/custom/gradient-attr-update-expected.txt: Removed.
* platform/mac/svg/custom/gradient-cycle-detection-expected.checksum: Removed.
* platform/mac/svg/custom/gradient-cycle-detection-expected.png: Removed.
* platform/mac/svg/custom/gradient-cycle-detection-expected.txt: Removed.
* platform/mac/svg/custom/gradient-deep-referencing-expected.checksum: Removed.
* platform/mac/svg/custom/gradient-deep-referencing-expected.png: Removed.
* platform/mac/svg/custom/gradient-deep-referencing-expected.txt: Removed.
* platform/mac/svg/custom/gradient-rotated-bbox-expected.checksum: Removed.
* platform/mac/svg/custom/gradient-rotated-bbox-expected.png: Removed.
* platform/mac/svg/custom/gradient-rotated-bbox-expected.txt: Removed.
* platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum: Removed.
* platform/mac/svg/custom/gradient-stop-corner-cases-expected.png: Removed.
* platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt: Removed.
* platform/mac/svg/custom/gradient-stop-style-change-expected.checksum: Removed.
* platform/mac/svg/custom/gradient-stop-style-change-expected.png: Removed.
* platform/mac/svg/custom/gradient-stop-style-change-expected.txt: Removed.
* platform/mac/svg/custom/gradient-stroke-width-expected.checksum: Removed.
* platform/mac/svg/custom/gradient-stroke-width-expected.png: Removed.
* platform/mac/svg/custom/gradient-stroke-width-expected.txt: Removed.
* platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum: Removed.
* platform/mac/svg/custom/grayscale-gradient-mask-expected.png: Removed.
* platform/mac/svg/custom/grayscale-gradient-mask-expected.txt: Removed.
* platform/mac/svg/custom/group-opacity-expected.checksum: Removed.
* platform/mac/svg/custom/group-opacity-expected.png: Removed.
* platform/mac/svg/custom/group-opacity-expected.txt: Removed.
* platform/mac/svg/custom/hit-test-path-expected.checksum: Removed.
* platform/mac/svg/custom/hit-test-path-expected.png: Removed.
* platform/mac/svg/custom/hit-test-path-expected.txt: Removed.
* platform/mac/svg/custom/hit-test-path-stroke-expected.checksum: Removed.
* platform/mac/svg/custom/hit-test-path-stroke-expected.png: Removed.
* platform/mac/svg/custom/hit-test-path-stroke-expected.txt: Removed.
* platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.checksum: Removed.
* platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png: Removed.
* platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt: Removed.
* platform/mac/svg/custom/hit-test-with-br-expected.checksum: Removed.
* platform/mac/svg/custom/hit-test-with-br-expected.png: Removed.
* platform/mac/svg/custom/hit-test-with-br-expected.txt: Removed.
* platform/mac/svg/custom/hover-default-fill-expected.checksum: Removed.
* platform/mac/svg/custom/hover-default-fill-expected.png: Removed.
* platform/mac/svg/custom/hover-default-fill-expected.txt: Removed.
* platform/mac/svg/custom/image-clipped-hit-expected.checksum: Removed.
* platform/mac/svg/custom/image-clipped-hit-expected.png: Removed.
* platform/mac/svg/custom/image-clipped-hit-expected.txt: Removed.
* platform/mac/svg/custom/image-parent-translation-expected.checksum: Removed.
* platform/mac/svg/custom/image-parent-translation-expected.png: Removed.
* platform/mac/svg/custom/image-parent-translation-expected.txt: Removed.
* platform/mac/svg/custom/image-small-width-height-expected.checksum: Removed.
* platform/mac/svg/custom/image-small-width-height-expected.png: Removed.
* platform/mac/svg/custom/image-small-width-height-expected.txt: Removed.
* platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.checksum: Removed.
* platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png: Removed.
* platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt: Removed.
* platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.checksum: Removed.
* platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png: Removed.
* platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum: Removed.
* platform/mac/svg/custom/image-with-transform-clip-filter-expected.png: Removed.
* platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt: Removed.
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum: Removed.
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.png: Removed.
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: Removed.
* platform/mac/svg/custom/inner-percent-expected.checksum: Removed.
* platform/mac/svg/custom/inner-percent-expected.png: Removed.
* platform/mac/svg/custom/inner-percent-expected.txt: Removed.
* platform/mac/svg/custom/inner-svg-hit-test-expected.checksum: Removed.
* platform/mac/svg/custom/inner-svg-hit-test-expected.png: Removed.
* platform/mac/svg/custom/inner-svg-hit-test-expected.txt: Removed.
* platform/mac/svg/custom/invalid-css-expected.checksum: Removed.
* platform/mac/svg/custom/invalid-css-expected.png: Removed.
* platform/mac/svg/custom/invalid-css-expected.txt: Removed.
* platform/mac/svg/custom/invalid-fill-expected.checksum: Removed.
* platform/mac/svg/custom/invalid-fill-expected.png: Removed.
* platform/mac/svg/custom/invalid-fill-expected.txt: Removed.
* platform/mac/svg/custom/invalid-fill-hex-expected.checksum: Removed.
* platform/mac/svg/custom/invalid-fill-hex-expected.png: Removed.
* platform/mac/svg/custom/invalid-fill-hex-expected.txt: Removed.
* platform/mac/svg/custom/invalid-lengthlist-expected.checksum: Removed.
* platform/mac/svg/custom/invalid-lengthlist-expected.png: Removed.
* platform/mac/svg/custom/invalid-lengthlist-expected.txt: Removed.
* platform/mac/svg/custom/invalid-transforms-expected.checksum: Removed.
* platform/mac/svg/custom/invalid-transforms-expected.png: Removed.
* platform/mac/svg/custom/invalid-transforms-expected.txt: Removed.
* platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum: Removed.
* platform/mac/svg/custom/invisible-text-after-scrolling-expected.png: Removed.
* platform/mac/svg/custom/invisible-text-after-scrolling-expected.txt: Removed.
* platform/mac/svg/custom/js-font-test-expected.checksum: Removed.
* platform/mac/svg/custom/js-font-test-expected.png: Removed.
* platform/mac/svg/custom/js-font-test-expected.txt: Removed.
* platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: Removed.
* platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png: Removed.
* platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Removed.
* platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum: Removed.
* platform/mac/svg/custom/js-late-clipPath-creation-expected.png: Removed.
* platform/mac/svg/custom/js-late-clipPath-creation-expected.txt: Removed.
* platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum: Removed.
* platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png: Removed.
* platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt: Removed.
* platform/mac/svg/custom/js-late-gradient-creation-expected.checksum: Removed.
* platform/mac/svg/custom/js-late-gradient-creation-expected.png: Removed.
* platform/mac/svg/custom/js-late-gradient-creation-expected.txt: Removed.
* platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum: Removed.
* platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png: Removed.
* platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt: Removed.
* platform/mac/svg/custom/js-late-marker-creation-expected.checksum: Removed.
* platform/mac/svg/custom/js-late-marker-creation-expected.png: Removed.
* platform/mac/svg/custom/js-late-marker-creation-expected.txt: Removed.
* platform/mac/svg/custom/js-late-mask-and-object-creation-expected.checksum: Removed.
* platform/mac/svg/custom/js-late-mask-and-object-creation-expected.png: Removed.
* platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt: Removed.
* platform/mac/svg/custom/js-late-mask-creation-expected.checksum: Removed.
* platform/mac/svg/custom/js-late-mask-creation-expected.png: Removed.
* platform/mac/svg/custom/js-late-mask-creation-expected.txt: Removed.
* platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.checksum: Removed.
* platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
* platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt: Removed.
* platform/mac/svg/custom/js-late-pattern-creation-expected.checksum: Removed.
* platform/mac/svg/custom/js-late-pattern-creation-expected.png: Removed.
* platform/mac/svg/custom/js-late-pattern-creation-expected.txt: Removed.
* platform/mac/svg/custom/js-svg-constructors-expected.checksum: Removed.
* platform/mac/svg/custom/js-svg-constructors-expected.png: Removed.
* platform/mac/svg/custom/js-update-bounce-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-bounce-expected.png: Removed.
* platform/mac/svg/custom/js-update-bounce-expected.txt: Removed.
* platform/mac/svg/custom/js-update-container-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-container-expected.png: Removed.
* platform/mac/svg/custom/js-update-container-expected.txt: Removed.
* platform/mac/svg/custom/js-update-container2-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-container2-expected.png: Removed.
* platform/mac/svg/custom/js-update-container2-expected.txt: Removed.
* platform/mac/svg/custom/js-update-gradient-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-gradient-expected.png: Removed.
* platform/mac/svg/custom/js-update-gradient-expected.txt: Removed.
* platform/mac/svg/custom/js-update-image-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-image-expected.png: Removed.
* platform/mac/svg/custom/js-update-image-expected.txt: Removed.
* platform/mac/svg/custom/js-update-path-changes-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-path-changes-expected.png: Removed.
* platform/mac/svg/custom/js-update-path-changes-expected.txt: Removed.
* platform/mac/svg/custom/js-update-path-removal-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-path-removal-expected.png: Removed.
* platform/mac/svg/custom/js-update-path-removal-expected.txt: Removed.
* platform/mac/svg/custom/js-update-pattern-child-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-pattern-child-expected.png: Removed.
* platform/mac/svg/custom/js-update-pattern-child-expected.txt: Removed.
* platform/mac/svg/custom/js-update-pattern-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-pattern-expected.png: Removed.
* platform/mac/svg/custom/js-update-pattern-expected.txt: Removed.
* platform/mac/svg/custom/js-update-polygon-changes-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-polygon-changes-expected.png: Removed.
* platform/mac/svg/custom/js-update-polygon-changes-expected.txt: Removed.
* platform/mac/svg/custom/js-update-polygon-removal-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-polygon-removal-expected.png: Removed.
* platform/mac/svg/custom/js-update-polygon-removal-expected.txt: Removed.
* platform/mac/svg/custom/js-update-stop-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-stop-expected.png: Removed.
* platform/mac/svg/custom/js-update-stop-expected.txt: Removed.
* platform/mac/svg/custom/js-update-style-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-style-expected.png: Removed.
* platform/mac/svg/custom/js-update-style-expected.txt: Removed.
* platform/mac/svg/custom/js-update-transform-addition-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-transform-addition-expected.png: Removed.
* platform/mac/svg/custom/js-update-transform-addition-expected.txt: Removed.
* platform/mac/svg/custom/js-update-transform-changes-expected.checksum: Removed.
* platform/mac/svg/custom/js-update-transform-changes-expected.png: Removed.
* platform/mac/svg/custom/js-update-transform-changes-expected.txt: Removed.
* platform/mac/svg/custom/junk-data-expected.checksum: Removed.
* platform/mac/svg/custom/junk-data-expected.png: Removed.
* platform/mac/svg/custom/junk-data-expected.txt: Removed.
* platform/mac/svg/custom/large-bounding-box-percents-expected.checksum: Removed.
* platform/mac/svg/custom/large-bounding-box-percents-expected.png: Removed.
* platform/mac/svg/custom/large-bounding-box-percents-expected.txt: Removed.
* platform/mac/svg/custom/linking-a-03-b-all-expected.checksum: Removed.
* platform/mac/svg/custom/linking-a-03-b-all-expected.png: Removed.
* platform/mac/svg/custom/linking-a-03-b-all-expected.txt: Removed.
* platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum: Removed.
* platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png: Removed.
* platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Removed.
* platform/mac/svg/custom/linking-a-03-b-transform-expected.checksum: Removed.
* platform/mac/svg/custom/linking-a-03-b-transform-expected.png: Removed.
* platform/mac/svg/custom/linking-a-03-b-transform-expected.txt: Removed.
* platform/mac/svg/custom/linking-a-03-b-viewBox-expected.checksum: Removed.
* platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png: Removed.
* platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt: Removed.
* platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum: Removed.
* platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png: Removed.
* platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Removed.
* platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.checksum: Removed.
* platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png: Removed.
* platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt: Removed.
* platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.checksum: Removed.
* platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png: Removed.
* platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Removed.
* platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.checksum: Removed.
* platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.png: Removed.
* platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.checksum: Removed.
* platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.png: Removed.
* platform/mac/svg/custom/marker-changes-expected.checksum: Removed.
* platform/mac/svg/custom/marker-changes-expected.png: Removed.
* platform/mac/svg/custom/marker-changes-expected.txt: Removed.
* platform/mac/svg/custom/marker-child-changes-expected.checksum: Removed.
* platform/mac/svg/custom/marker-child-changes-expected.png: Removed.
* platform/mac/svg/custom/marker-child-changes-expected.txt: Removed.
* platform/mac/svg/custom/marker-default-width-height-expected.checksum: Removed.
* platform/mac/svg/custom/marker-default-width-height-expected.png: Removed.
* platform/mac/svg/custom/marker-default-width-height-expected.txt: Removed.
* platform/mac/svg/custom/marker-overflow-clip-expected.checksum: Removed.
* platform/mac/svg/custom/marker-overflow-clip-expected.png: Removed.
* platform/mac/svg/custom/marker-overflow-clip-expected.txt: Removed.
* platform/mac/svg/custom/marker-viewBox-changes-expected.checksum: Removed.
* platform/mac/svg/custom/marker-viewBox-changes-expected.png: Removed.
* platform/mac/svg/custom/marker-viewBox-changes-expected.txt: Removed.
* platform/mac/svg/custom/mask-changes-expected.checksum: Removed.
* platform/mac/svg/custom/mask-changes-expected.png: Removed.
* platform/mac/svg/custom/mask-changes-expected.txt: Removed.
* platform/mac/svg/custom/mask-child-changes-expected.checksum: Removed.
* platform/mac/svg/custom/mask-child-changes-expected.png: Removed.
* platform/mac/svg/custom/mask-child-changes-expected.txt: Removed.
* platform/mac/svg/custom/mask-excessive-malloc-expected.checksum: Removed.
* platform/mac/svg/custom/mask-excessive-malloc-expected.png: Removed.
* platform/mac/svg/custom/mask-excessive-malloc-expected.txt: Removed.
* platform/mac/svg/custom/mask-inside-defs-expected.checksum: Removed.
* platform/mac/svg/custom/mask-inside-defs-expected.png: Removed.
* platform/mac/svg/custom/mask-inside-defs-expected.txt: Removed.
* platform/mac/svg/custom/missing-xlink-expected.checksum: Removed.
* platform/mac/svg/custom/missing-xlink-expected.png: Removed.
* platform/mac/svg/custom/missing-xlink-expected.txt: Removed.
* platform/mac/svg/custom/multiple-title-elements-expected.checksum: Removed.
* platform/mac/svg/custom/multiple-title-elements-expected.png: Removed.
* platform/mac/svg/custom/non-circular-marker-reference-expected.checksum: Removed.
* platform/mac/svg/custom/non-circular-marker-reference-expected.png: Removed.
* platform/mac/svg/custom/non-circular-marker-reference-expected.txt: Removed.
* platform/mac/svg/custom/non-opaque-filters-expected.checksum: Removed.
* platform/mac/svg/custom/non-opaque-filters-expected.png: Removed.
* platform/mac/svg/custom/non-opaque-filters-expected.txt: Removed.
* platform/mac/svg/custom/path-bad-data-expected.checksum: Removed.
* platform/mac/svg/custom/path-bad-data-expected.png: Removed.
* platform/mac/svg/custom/path-bad-data-expected.txt: Removed.
* platform/mac/svg/custom/path-getTotalLength-expected.checksum: Removed.
* platform/mac/svg/custom/path-getTotalLength-expected.png: Removed.
* platform/mac/svg/custom/path-textPath-simulation-expected.checksum: Removed.
* platform/mac/svg/custom/path-textPath-simulation-expected.png: Removed.
* platform/mac/svg/custom/path-textPath-simulation-expected.txt: Removed.
* platform/mac/svg/custom/path-update-expected.checksum: Removed.
* platform/mac/svg/custom/path-update-expected.png: Removed.
* platform/mac/svg/custom/path-update-expected.txt: Removed.
* platform/mac/svg/custom/pattern-cycle-detection-expected.checksum: Removed.
* platform/mac/svg/custom/pattern-cycle-detection-expected.png: Removed.
* platform/mac/svg/custom/pattern-cycle-detection-expected.txt: Removed.
* platform/mac/svg/custom/pattern-deep-referencing-expected.checksum: Removed.
* platform/mac/svg/custom/pattern-deep-referencing-expected.png: Removed.
* platform/mac/svg/custom/pattern-deep-referencing-expected.txt: Removed.
* platform/mac/svg/custom/pattern-in-defs-expected.checksum: Removed.
* platform/mac/svg/custom/pattern-in-defs-expected.png: Removed.
* platform/mac/svg/custom/pattern-in-defs-expected.txt: Removed.
* platform/mac/svg/custom/pattern-rotate-expected.checksum: Removed.
* platform/mac/svg/custom/pattern-rotate-expected.png: Removed.
* platform/mac/svg/custom/pattern-rotate-expected.txt: Removed.
* platform/mac/svg/custom/pattern-y-offset-expected.checksum: Removed.
* platform/mac/svg/custom/pattern-y-offset-expected.png: Removed.
* platform/mac/svg/custom/pattern-y-offset-expected.txt: Removed.
* platform/mac/svg/custom/percentage-of-html-parent-expected.checksum: Removed.
* platform/mac/svg/custom/percentage-of-html-parent-expected.png: Removed.
* platform/mac/svg/custom/percentage-of-html-parent-expected.txt: Removed.
* platform/mac/svg/custom/percentage-rect-expected.checksum: Removed.
* platform/mac/svg/custom/percentage-rect-expected.png: Removed.
* platform/mac/svg/custom/percentage-rect-expected.txt: Removed.
* platform/mac/svg/custom/percentage-rect2-expected.checksum: Removed.
* platform/mac/svg/custom/percentage-rect2-expected.png: Removed.
* platform/mac/svg/custom/percentage-rect2-expected.txt: Removed.
* platform/mac/svg/custom/pointer-events-image-expected.checksum: Removed.
* platform/mac/svg/custom/pointer-events-image-expected.png: Removed.
* platform/mac/svg/custom/pointer-events-image-expected.txt: Removed.
* platform/mac/svg/custom/pointer-events-path-expected.checksum: Removed.
* platform/mac/svg/custom/pointer-events-path-expected.png: Removed.
* platform/mac/svg/custom/pointer-events-path-expected.txt: Removed.
* platform/mac/svg/custom/pointer-events-text-expected.checksum: Removed.
* platform/mac/svg/custom/pointer-events-text-expected.png: Removed.
* platform/mac/svg/custom/pointer-events-text-expected.txt: Removed.
* platform/mac/svg/custom/poly-identify-expected.checksum: Removed.
* platform/mac/svg/custom/poly-identify-expected.png: Removed.
* platform/mac/svg/custom/poly-identify-expected.txt: Removed.
* platform/mac/svg/custom/polyline-hittest-expected.checksum: Removed.
* platform/mac/svg/custom/polyline-hittest-expected.png: Removed.
* platform/mac/svg/custom/polyline-hittest-expected.txt: Removed.
* platform/mac/svg/custom/polyline-invalid-points-expected.checksum: Removed.
* platform/mac/svg/custom/polyline-invalid-points-expected.png: Removed.
* platform/mac/svg/custom/polyline-invalid-points-expected.txt: Removed.
* platform/mac/svg/custom/polyline-setattribute-points-null-expected.checksum: Removed.
* platform/mac/svg/custom/polyline-setattribute-points-null-expected.png: Removed.
* platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt: Removed.
* platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum: Removed.
* platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png: Removed.
* platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Removed.
* platform/mac/svg/custom/prevent-default-expected.checksum: Removed.
* platform/mac/svg/custom/prevent-default-expected.png: Removed.
* platform/mac/svg/custom/prevent-default-expected.txt: Removed.
* platform/mac/svg/custom/recursive-clippath-expected.checksum: Removed.
* platform/mac/svg/custom/recursive-clippath-expected.png: Removed.
* platform/mac/svg/custom/recursive-clippath-expected.txt: Removed.
* platform/mac/svg/custom/repaint-on-image-bounds-change-expected.checksum: Removed.
* platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png: Removed.
* platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt: Removed.
* platform/mac/svg/custom/resource-client-removal-expected.checksum: Removed.
* platform/mac/svg/custom/resource-client-removal-expected.png: Removed.
* platform/mac/svg/custom/resource-client-removal-expected.txt: Removed.
* platform/mac/svg/custom/rgbcolor-syntax-expected.checksum: Removed.
* platform/mac/svg/custom/rgbcolor-syntax-expected.png: Removed.
* platform/mac/svg/custom/rgbcolor-syntax-expected.txt: Removed.
* platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Removed.
* platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png: Removed.
* platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt: Removed.
* platform/mac/svg/custom/rootelement-expected.checksum: Removed.
* platform/mac/svg/custom/rootelement-expected.png: Removed.
* platform/mac/svg/custom/rootelement-expected.txt: Removed.
* platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum: Removed.
* platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png: Removed.
* platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt: Removed.
* platform/mac/svg/custom/rounded-rects-expected.checksum: Removed.
* platform/mac/svg/custom/rounded-rects-expected.png: Removed.
* platform/mac/svg/custom/rounded-rects-expected.txt: Removed.
* platform/mac/svg/custom/scroll-hit-test-expected.checksum: Removed.
* platform/mac/svg/custom/scroll-hit-test-expected.png: Removed.
* platform/mac/svg/custom/scroll-hit-test-expected.txt: Removed.
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum: Removed.
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Removed.
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
* platform/mac/svg/custom/second-inline-text-expected.checksum: Removed.
* platform/mac/svg/custom/second-inline-text-expected.png: Removed.
* platform/mac/svg/custom/second-inline-text-expected.txt: Removed.
* platform/mac/svg/custom/shape-rendering-expected.checksum: Removed.
* platform/mac/svg/custom/shape-rendering-expected.png: Removed.
* platform/mac/svg/custom/shape-rendering-expected.txt: Removed.
* platform/mac/svg/custom/shapes-supporting-markers-expected.checksum: Removed.
* platform/mac/svg/custom/shapes-supporting-markers-expected.png: Removed.
* platform/mac/svg/custom/shapes-supporting-markers-expected.txt: Removed.
* platform/mac/svg/custom/sheet-title-expected.checksum: Removed.
* platform/mac/svg/custom/sheet-title-expected.png: Removed.
* platform/mac/svg/custom/sheet-title-expected.txt: Removed.
* platform/mac/svg/custom/simpleCDF-expected.checksum: Removed.
* platform/mac/svg/custom/simpleCDF-expected.png: Removed.
* platform/mac/svg/custom/simpleCDF-expected.txt: Removed.
* platform/mac/svg/custom/stroke-fallback-expected.checksum: Removed.
* platform/mac/svg/custom/stroke-fallback-expected.png: Removed.
* platform/mac/svg/custom/stroke-fallback-expected.txt: Removed.
* platform/mac/svg/custom/stroke-width-click-expected.checksum: Removed.
* platform/mac/svg/custom/stroke-width-click-expected.png: Removed.
* platform/mac/svg/custom/stroked-pattern-expected.checksum: Removed.
* platform/mac/svg/custom/stroked-pattern-expected.png: Removed.
* platform/mac/svg/custom/stroked-pattern-expected.txt: Removed.
* platform/mac/svg/custom/struct-use-09-b-expected.checksum: Removed.
* platform/mac/svg/custom/struct-use-09-b-expected.png: Removed.
* platform/mac/svg/custom/struct-use-09-b-expected.txt: Removed.
* platform/mac/svg/custom/style-attribute-font-size-expected.checksum: Removed.
* platform/mac/svg/custom/style-attribute-font-size-expected.png: Removed.
* platform/mac/svg/custom/style-attribute-font-size-expected.txt: Removed.
* platform/mac/svg/custom/svg-absolute-children-expected.checksum: Removed.
* platform/mac/svg/custom/svg-absolute-children-expected.png: Removed.
* platform/mac/svg/custom/svg-absolute-children-expected.txt: Removed.
* platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.checksum: Removed.
* platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.png: Removed.
* platform/mac/svg/custom/svg-features-expected.checksum: Removed.
* platform/mac/svg/custom/svg-features-expected.png: Removed.
* platform/mac/svg/custom/svg-float-border-padding-expected.checksum: Removed.
* platform/mac/svg/custom/svg-float-border-padding-expected.png: Removed.
* platform/mac/svg/custom/svg-float-border-padding-expected.txt: Removed.
* platform/mac/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
* platform/mac/svg/custom/svg-fonts-in-html-expected.png: Removed.
* platform/mac/svg/custom/svg-fonts-in-html-expected.txt: Removed.
* platform/mac/svg/custom/svg-overflow-types-expected.checksum: Removed.
* platform/mac/svg/custom/svg-overflow-types-expected.png: Removed.
* platform/mac/svg/custom/svg-overflow-types-expected.txt: Removed.
* platform/mac/svg/custom/svgpolyparser-extra-space-expected.checksum: Removed.
* platform/mac/svg/custom/svgpolyparser-extra-space-expected.png: Removed.
* platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt: Removed.
* platform/mac/svg/custom/svgsvgelement-ctm-expected.checksum: Removed.
* platform/mac/svg/custom/svgsvgelement-ctm-expected.png: Removed.
* platform/mac/svg/custom/text-clip-expected.checksum: Removed.
* platform/mac/svg/custom/text-clip-expected.png: Removed.
* platform/mac/svg/custom/text-clip-expected.txt: Removed.
* platform/mac/svg/custom/text-ctm-expected.checksum: Removed.
* platform/mac/svg/custom/text-ctm-expected.png: Removed.
* platform/mac/svg/custom/text-ctm-expected.txt: Removed.
* platform/mac/svg/custom/text-decoration-visibility-expected.checksum: Removed.
* platform/mac/svg/custom/text-decoration-visibility-expected.png: Removed.
* platform/mac/svg/custom/text-decoration-visibility-expected.txt: Removed.
* platform/mac/svg/custom/text-dom-01-f-expected.checksum: Removed.
* platform/mac/svg/custom/text-dom-01-f-expected.png: Removed.
* platform/mac/svg/custom/text-dom-01-f-expected.txt: Removed.
* platform/mac/svg/custom/text-filter-expected.checksum: Removed.
* platform/mac/svg/custom/text-filter-expected.png: Removed.
* platform/mac/svg/custom/text-filter-expected.txt: Removed.
* platform/mac/svg/custom/text-gradient-no-content-expected.checksum: Removed.
* platform/mac/svg/custom/text-gradient-no-content-expected.png: Removed.
* platform/mac/svg/custom/text-gradient-no-content-expected.txt: Removed.
* platform/mac/svg/custom/text-hit-test-expected.checksum: Removed.
* platform/mac/svg/custom/text-hit-test-expected.png: Removed.
* platform/mac/svg/custom/text-hit-test-expected.txt: Removed.
* platform/mac/svg/custom/text-image-opacity-expected.checksum: Removed.
* platform/mac/svg/custom/text-image-opacity-expected.png: Removed.
* platform/mac/svg/custom/text-image-opacity-expected.txt: Removed.
* platform/mac/svg/custom/text-letter-spacing-expected.checksum: Removed.
* platform/mac/svg/custom/text-letter-spacing-expected.png: Removed.
* platform/mac/svg/custom/text-letter-spacing-expected.txt: Removed.
* platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum: Removed.
* platform/mac/svg/custom/text-repaint-including-stroke-expected.png: Removed.
* platform/mac/svg/custom/text-repaint-including-stroke-expected.txt: Removed.
* platform/mac/svg/custom/text-whitespace-handling-expected.checksum: Removed.
* platform/mac/svg/custom/text-whitespace-handling-expected.png: Removed.
* platform/mac/svg/custom/text-whitespace-handling-expected.txt: Removed.
* platform/mac/svg/custom/text-x-dx-lists-expected.checksum: Removed.
* platform/mac/svg/custom/text-x-dx-lists-expected.png: Removed.
* platform/mac/svg/custom/text-x-dx-lists-expected.txt: Removed.
* platform/mac/svg/custom/text-x-override-in-tspan-child-expected.checksum: Removed.
* platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png: Removed.
* platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Removed.
* platform/mac/svg/custom/textPath-assert-expected.checksum: Removed.
* platform/mac/svg/custom/textPath-assert-expected.png: Removed.
* platform/mac/svg/custom/transform-ignore-after-invalid-expected.checksum: Removed.
* platform/mac/svg/custom/transform-ignore-after-invalid-expected.png: Removed.
* platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt: Removed.
* platform/mac/svg/custom/transform-invalid-expected.checksum: Removed.
* platform/mac/svg/custom/transform-invalid-expected.png: Removed.
* platform/mac/svg/custom/transform-invalid-expected.txt: Removed.
* platform/mac/svg/custom/transform-removeAttributeNS-expected.checksum: Removed.
* platform/mac/svg/custom/transform-removeAttributeNS-expected.png: Removed.
* platform/mac/svg/custom/transform-removeAttributeNS-expected.txt: Removed.
* platform/mac/svg/custom/transform-scale-parse-expected.checksum: Removed.
* platform/mac/svg/custom/transform-scale-parse-expected.png: Removed.
* platform/mac/svg/custom/transform-scale-parse-expected.txt: Removed.
* platform/mac/svg/custom/transform-with-ending-space-expected.checksum: Removed.
* platform/mac/svg/custom/transform-with-ending-space-expected.png: Removed.
* platform/mac/svg/custom/transform-with-ending-space-expected.txt: Removed.
* platform/mac/svg/custom/tref-update-expected.checksum: Removed.
* platform/mac/svg/custom/tref-update-expected.png: Removed.
* platform/mac/svg/custom/tref-update-expected.txt: Removed.
* platform/mac/svg/custom/use-clipped-hit-expected.checksum: Removed.
* platform/mac/svg/custom/use-clipped-hit-expected.png: Removed.
* platform/mac/svg/custom/use-clipped-hit-expected.txt: Removed.
* platform/mac/svg/custom/use-css-events-expected.checksum: Removed.
* platform/mac/svg/custom/use-css-events-expected.png: Removed.
* platform/mac/svg/custom/use-css-events-expected.txt: Removed.
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Removed.
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Removed.
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Removed.
* platform/mac/svg/custom/use-detach-expected.checksum: Removed.
* platform/mac/svg/custom/use-detach-expected.png: Removed.
* platform/mac/svg/custom/use-detach-expected.txt: Removed.
* platform/mac/svg/custom/use-dynamic-append-expected.checksum: Removed.
* platform/mac/svg/custom/use-dynamic-append-expected.png: Removed.
* platform/mac/svg/custom/use-dynamic-append-expected.txt: Removed.
* platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum: Removed.
* platform/mac/svg/custom/use-elementInstance-event-target-expected.png: Removed.
* platform/mac/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
* platform/mac/svg/custom/use-elementInstance-methods-expected.checksum: Removed.
* platform/mac/svg/custom/use-elementInstance-methods-expected.png: Removed.
* platform/mac/svg/custom/use-elementInstance-methods-expected.txt: Removed.
* platform/mac/svg/custom/use-empty-reference-expected.checksum: Removed.
* platform/mac/svg/custom/use-empty-reference-expected.png: Removed.
* platform/mac/svg/custom/use-empty-reference-expected.txt: Removed.
* platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum: Removed.
* platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png: Removed.
* platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt: Removed.
* platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum: Removed.
* platform/mac/svg/custom/use-event-handler-on-use-element-expected.png: Removed.
* platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt: Removed.
* platform/mac/svg/custom/use-events-crash-expected.checksum: Removed.
* platform/mac/svg/custom/use-events-crash-expected.png: Removed.
* platform/mac/svg/custom/use-events-crash-expected.txt: Removed.
* platform/mac/svg/custom/use-forward-refs-expected.checksum: Removed.
* platform/mac/svg/custom/use-forward-refs-expected.png: Removed.
* platform/mac/svg/custom/use-forward-refs-expected.txt: Removed.
* platform/mac/svg/custom/use-infinite-recursion-expected.checksum: Removed.
* platform/mac/svg/custom/use-infinite-recursion-expected.png: Removed.
* platform/mac/svg/custom/use-infinite-recursion-expected.txt: Removed.
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum: Removed.
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.png: Removed.
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt: Removed.
* platform/mac/svg/custom/use-modify-container-in-target-expected.checksum: Removed.
* platform/mac/svg/custom/use-modify-container-in-target-expected.png: Removed.
* platform/mac/svg/custom/use-modify-container-in-target-expected.txt: Removed.
* platform/mac/svg/custom/use-modify-target-container-expected.checksum: Removed.
* platform/mac/svg/custom/use-modify-target-container-expected.png: Removed.
* platform/mac/svg/custom/use-modify-target-container-expected.txt: Removed.
* platform/mac/svg/custom/use-modify-target-symbol-expected.checksum: Removed.
* platform/mac/svg/custom/use-modify-target-symbol-expected.png: Removed.
* platform/mac/svg/custom/use-modify-target-symbol-expected.txt: Removed.
* platform/mac/svg/custom/use-nested-transform-expected.checksum: Removed.
* platform/mac/svg/custom/use-nested-transform-expected.png: Removed.
* platform/mac/svg/custom/use-nested-transform-expected.txt: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Removed.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Removed.
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Removed.
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Removed.
* platform/mac/svg/custom/use-on-g-containing-symbol-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-g-containing-symbol-expected.png: Removed.
* platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt: Removed.
* platform/mac/svg/custom/use-on-g-containing-use-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-g-containing-use-expected.png: Removed.
* platform/mac/svg/custom/use-on-g-containing-use-expected.txt: Removed.
* platform/mac/svg/custom/use-on-g-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-g-expected.png: Removed.
* platform/mac/svg/custom/use-on-g-expected.txt: Removed.
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png: Removed.
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt: Removed.
* platform/mac/svg/custom/use-on-rect-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-rect-expected.png: Removed.
* platform/mac/svg/custom/use-on-rect-expected.txt: Removed.
* platform/mac/svg/custom/use-on-symbol-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-symbol-expected.png: Removed.
* platform/mac/svg/custom/use-on-symbol-expected.txt: Removed.
* platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png: Removed.
* platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt: Removed.
* platform/mac/svg/custom/use-on-text-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-text-expected.png: Removed.
* platform/mac/svg/custom/use-on-text-expected.txt: Removed.
* platform/mac/svg/custom/use-on-use-expected.checksum: Removed.
* platform/mac/svg/custom/use-on-use-expected.png: Removed.
* platform/mac/svg/custom/use-on-use-expected.txt: Removed.
* platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum: Removed.
* platform/mac/svg/custom/use-property-changes-through-dom-expected.png: Removed.
* platform/mac/svg/custom/use-property-changes-through-dom-expected.txt: Removed.
* platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum: Removed.
* platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png: Removed.
* platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt: Removed.
* platform/mac/svg/custom/use-recalcStyle-crash-expected.checksum: Removed.
* platform/mac/svg/custom/use-recalcStyle-crash-expected.png: Removed.
* platform/mac/svg/custom/use-recalcStyle-crash-expected.txt: Removed.
* platform/mac/svg/custom/use-recursion-1-expected.checksum: Removed.
* platform/mac/svg/custom/use-recursion-1-expected.png: Removed.
* platform/mac/svg/custom/use-recursion-1-expected.txt: Removed.
* platform/mac/svg/custom/use-recursion-2-expected.checksum: Removed.
* platform/mac/svg/custom/use-recursion-2-expected.png: Removed.
* platform/mac/svg/custom/use-recursion-2-expected.txt: Removed.
* platform/mac/svg/custom/use-recursion-3-expected.checksum: Removed.
* platform/mac/svg/custom/use-recursion-3-expected.png: Removed.
* platform/mac/svg/custom/use-recursion-3-expected.txt: Removed.
* platform/mac/svg/custom/use-recursion-4-expected.checksum: Removed.
* platform/mac/svg/custom/use-recursion-4-expected.png: Removed.
* platform/mac/svg/custom/use-recursion-4-expected.txt: Removed.
* platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: Removed.
* platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png: Removed.
* platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Removed.
* platform/mac/svg/custom/use-symbol-overflow-expected.checksum: Removed.
* platform/mac/svg/custom/use-symbol-overflow-expected.png: Removed.
* platform/mac/svg/custom/use-symbol-overflow-expected.txt: Removed.
* platform/mac/svg/custom/use-transform-expected.checksum: Removed.
* platform/mac/svg/custom/use-transform-expected.png: Removed.
* platform/mac/svg/custom/use-transform-expected.txt: Removed.
* platform/mac/svg/custom/viewBox-hit-expected.checksum: Removed.
* platform/mac/svg/custom/viewBox-hit-expected.png: Removed.
* platform/mac/svg/custom/viewBox-hit-expected.txt: Removed.
* platform/mac/svg/custom/viewbox-syntax-expected.checksum: Removed.
* platform/mac/svg/custom/viewbox-syntax-expected.png: Removed.
* platform/mac/svg/custom/viewbox-syntax-expected.txt: Removed.
* platform/mac/svg/custom/viewport-clip-expected.checksum: Removed.
* platform/mac/svg/custom/viewport-clip-expected.png: Removed.
* platform/mac/svg/custom/viewport-clip-expected.txt: Removed.
* platform/mac/svg/custom/viewport-em-expected.checksum: Removed.
* platform/mac/svg/custom/viewport-em-expected.png: Removed.
* platform/mac/svg/custom/viewport-em-expected.txt: Removed.
* platform/mac/svg/custom/viewport-no-width-height-expected.checksum: Removed.
* platform/mac/svg/custom/viewport-no-width-height-expected.png: Removed.
* platform/mac/svg/custom/viewport-no-width-height-expected.txt: Removed.
* platform/mac/svg/custom/viewport-update-expected.checksum: Removed.
* platform/mac/svg/custom/viewport-update-expected.png: Removed.
* platform/mac/svg/custom/viewport-update-expected.txt: Removed.
* platform/mac/svg/custom/viewport-update2-expected.checksum: Removed.
* platform/mac/svg/custom/viewport-update2-expected.png: Removed.
* platform/mac/svg/custom/viewport-update2-expected.txt: Removed.
* platform/mac/svg/custom/visibility-override-clip-expected.checksum: Removed.
* platform/mac/svg/custom/visibility-override-clip-expected.png: Removed.
* platform/mac/svg/custom/visibility-override-clip-expected.txt: Removed.
* platform/mac/svg/custom/visibility-override-expected.checksum: Removed.
* platform/mac/svg/custom/visibility-override-expected.png: Removed.
* platform/mac/svg/custom/visibility-override-expected.txt: Removed.
* platform/mac/svg/custom/visibility-override-filter-expected.checksum: Removed.
* platform/mac/svg/custom/visibility-override-filter-expected.png: Removed.
* platform/mac/svg/custom/visibility-override-filter-expected.txt: Removed.
* platform/mac/svg/custom/visibility-override-mask-expected.checksum: Removed.
* platform/mac/svg/custom/visibility-override-mask-expected.png: Removed.
* platform/mac/svg/custom/visibility-override-mask-expected.txt: Removed.
* platform/mac/svg/custom/width-full-percentage-expected.checksum: Removed.
* platform/mac/svg/custom/width-full-percentage-expected.png: Removed.
* platform/mac/svg/custom/width-full-percentage-expected.txt: Removed.
* platform/mac/svg/custom/xhtml-no-svg-renderer-expected.checksum: Removed.
* platform/mac/svg/custom/xhtml-no-svg-renderer-expected.png: Removed.
* platform/mac/svg/custom/xhtml-no-svg-renderer-expected.txt: Removed.
* platform/mac/svg/custom/xml-stylesheet-expected.checksum: Removed.
* platform/mac/svg/custom/xml-stylesheet-expected.png: Removed.
* platform/mac/svg/custom/xml-stylesheet-expected.txt: Removed.
* platform/mac/svg/dom/animated-tearoff-equality-expected.checksum: Removed.
* platform/mac/svg/dom/animated-tearoff-equality-expected.png: Removed.
* platform/mac/svg/dom/animated-tearoff-lifespan-expected.checksum: Removed.
* platform/mac/svg/dom/animated-tearoff-lifespan-expected.png: Removed.
* platform/mac/svg/dom/font-face-elements-expected.checksum: Removed.
* platform/mac/svg/dom/font-face-elements-expected.png: Removed.
* platform/mac/svg/dom/length-list-parser-expected.checksum: Removed.
* platform/mac/svg/dom/length-list-parser-expected.png: Removed.
* platform/mac/svg/dom/path-parser-expected.checksum: Removed.
* platform/mac/svg/dom/path-parser-expected.png: Removed.
* platform/mac/svg/dom/points-parser-expected.checksum: Removed.
* platform/mac/svg/dom/points-parser-expected.png: Removed.
* platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.checksum: Removed.
* platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.png: Removed.
* platform/mac/svg/dom/rgb-color-parser-expected.checksum: Removed.
* platform/mac/svg/dom/rgb-color-parser-expected.png: Removed.
* platform/mac/svg/dom/string-list-parser-expected.checksum: Removed.
* platform/mac/svg/dom/string-list-parser-expected.png: Removed.
* platform/mac/svg/dom/svg-element-attribute-js-null-expected.checksum: Removed.
* platform/mac/svg/dom/svg-element-attribute-js-null-expected.png: Removed.
* platform/mac/svg/dom/transform-parser-expected.checksum: Removed.
* platform/mac/svg/dom/transform-parser-expected.png: Removed.
* platform/mac/svg/hixie/cascade/001-broken-expected.checksum: Removed.
* platform/mac/svg/hixie/cascade/001-broken-expected.png: Removed.
* platform/mac/svg/hixie/cascade/001-broken-expected.txt: Removed.
* platform/mac/svg/hixie/cascade/002-expected.checksum: Removed.
* platform/mac/svg/hixie/cascade/002-expected.png: Removed.
* platform/mac/svg/hixie/cascade/002-expected.txt: Removed.
* platform/mac/svg/hixie/data-types/001-expected.checksum: Removed.
* platform/mac/svg/hixie/data-types/001-expected.png: Removed.
* platform/mac/svg/hixie/data-types/001-expected.txt: Removed.
* platform/mac/svg/hixie/data-types/002-expected.checksum: Removed.
* platform/mac/svg/hixie/data-types/002-expected.png: Removed.
* platform/mac/svg/hixie/data-types/002-expected.txt: Removed.
* platform/mac/svg/hixie/dynamic/001-expected.checksum: Removed.
* platform/mac/svg/hixie/dynamic/001-expected.png: Removed.
* platform/mac/svg/hixie/dynamic/002-expected.checksum: Removed.
* platform/mac/svg/hixie/dynamic/002-expected.png: Removed.
* platform/mac/svg/hixie/dynamic/002-expected.txt: Removed.
* platform/mac/svg/hixie/dynamic/003-expected.checksum: Removed.
* platform/mac/svg/hixie/dynamic/003-expected.png: Removed.
* platform/mac/svg/hixie/dynamic/003-expected.txt: Removed.
* platform/mac/svg/hixie/dynamic/004-expected.checksum: Removed.
* platform/mac/svg/hixie/dynamic/004-expected.png: Removed.
* platform/mac/svg/hixie/dynamic/004-expected.txt: Removed.
* platform/mac/svg/hixie/dynamic/005-broken-expected.checksum: Removed.
* platform/mac/svg/hixie/dynamic/005-broken-expected.png: Removed.
* platform/mac/svg/hixie/dynamic/005-broken-expected.txt: Removed.
* platform/mac/svg/hixie/dynamic/006-expected.checksum: Removed.
* platform/mac/svg/hixie/dynamic/006-expected.png: Removed.
* platform/mac/svg/hixie/dynamic/006-expected.txt: Removed.
* platform/mac/svg/hixie/error/001-expected.checksum: Removed.
* platform/mac/svg/hixie/error/001-expected.png: Removed.
* platform/mac/svg/hixie/error/001-expected.txt: Removed.
* platform/mac/svg/hixie/error/002-expected.checksum: Removed.
* platform/mac/svg/hixie/error/002-expected.png: Removed.
* platform/mac/svg/hixie/error/002-expected.txt: Removed.
* platform/mac/svg/hixie/error/003-expected.checksum: Removed.
* platform/mac/svg/hixie/error/003-expected.png: Removed.
* platform/mac/svg/hixie/error/003-expected.txt: Removed.
* platform/mac/svg/hixie/error/004-expected.checksum: Removed.
* platform/mac/svg/hixie/error/004-expected.png: Removed.
* platform/mac/svg/hixie/error/004-expected.txt: Removed.
* platform/mac/svg/hixie/error/005-expected.checksum: Removed.
* platform/mac/svg/hixie/error/005-expected.png: Removed.
* platform/mac/svg/hixie/error/005-expected.txt: Removed.
* platform/mac/svg/hixie/error/006-expected.checksum: Removed.
* platform/mac/svg/hixie/error/006-expected.png: Removed.
* platform/mac/svg/hixie/error/006-expected.txt: Removed.
* platform/mac/svg/hixie/error/007-expected.checksum: Removed.
* platform/mac/svg/hixie/error/007-expected.png: Removed.
* platform/mac/svg/hixie/error/007-expected.txt: Removed.
* platform/mac/svg/hixie/error/008-expected.checksum: Removed.
* platform/mac/svg/hixie/error/008-expected.png: Removed.
* platform/mac/svg/hixie/error/008-expected.txt: Removed.
* platform/mac/svg/hixie/error/009-expected.checksum: Removed.
* platform/mac/svg/hixie/error/009-expected.png: Removed.
* platform/mac/svg/hixie/error/009-expected.txt: Removed.
* platform/mac/svg/hixie/error/010-expected.checksum: Removed.
* platform/mac/svg/hixie/error/010-expected.png: Removed.
* platform/mac/svg/hixie/error/010-expected.txt: Removed.
* platform/mac/svg/hixie/error/011-expected.checksum: Removed.
* platform/mac/svg/hixie/error/011-expected.png: Removed.
* platform/mac/svg/hixie/error/011-expected.txt: Removed.
* platform/mac/svg/hixie/error/012-expected.checksum: Removed.
* platform/mac/svg/hixie/error/012-expected.png: Removed.
* platform/mac/svg/hixie/error/012-expected.txt: Removed.
* platform/mac/svg/hixie/error/013-expected.checksum: Removed.
* platform/mac/svg/hixie/error/013-expected.png: Removed.
* platform/mac/svg/hixie/error/013-expected.txt: Removed.
* platform/mac/svg/hixie/error/014-expected.checksum: Removed.
* platform/mac/svg/hixie/error/014-expected.png: Removed.
* platform/mac/svg/hixie/error/014-expected.txt: Removed.
* platform/mac/svg/hixie/error/014-test-expected.checksum: Removed.
* platform/mac/svg/hixie/error/014-test-expected.png: Removed.
* platform/mac/svg/hixie/error/014-test-expected.txt: Removed.
* platform/mac/svg/hixie/error/015-expected.checksum: Removed.
* platform/mac/svg/hixie/error/015-expected.png: Removed.
* platform/mac/svg/hixie/error/015-expected.txt: Removed.
* platform/mac/svg/hixie/error/016-expected.checksum: Removed.
* platform/mac/svg/hixie/error/016-expected.png: Removed.
* platform/mac/svg/hixie/error/016-expected.txt: Removed.
* platform/mac/svg/hixie/error/017-expected.checksum: Removed.
* platform/mac/svg/hixie/error/017-expected.png: Removed.
* platform/mac/svg/hixie/error/017-expected.txt: Removed.
* platform/mac/svg/hixie/links/001-expected.checksum: Removed.
* platform/mac/svg/hixie/links/001-expected.png: Removed.
* platform/mac/svg/hixie/links/001-expected.txt: Removed.
* platform/mac/svg/hixie/links/002-expected.checksum: Removed.
* platform/mac/svg/hixie/links/002-expected.png: Removed.
* platform/mac/svg/hixie/links/002-expected.txt: Removed.
* platform/mac/svg/hixie/links/003-broken-expected.checksum: Removed.
* platform/mac/svg/hixie/links/003-broken-expected.png: Removed.
* platform/mac/svg/hixie/links/003-broken-expected.txt: Removed.
* platform/mac/svg/hixie/mixed/003-expected.checksum: Removed.
* platform/mac/svg/hixie/mixed/003-expected.png: Removed.
* platform/mac/svg/hixie/mixed/003-expected.txt: Removed.
* platform/mac/svg/hixie/mixed/004-expected.checksum: Removed.
* platform/mac/svg/hixie/mixed/004-expected.png: Removed.
* platform/mac/svg/hixie/mixed/004-expected.txt: Removed.
* platform/mac/svg/hixie/mixed/005-expected.checksum: Removed.
* platform/mac/svg/hixie/mixed/005-expected.png: Removed.
* platform/mac/svg/hixie/mixed/005-expected.txt: Removed.
* platform/mac/svg/hixie/mixed/006-expected.checksum: Removed.
* platform/mac/svg/hixie/mixed/006-expected.png: Removed.
* platform/mac/svg/hixie/mixed/006-expected.txt: Removed.
* platform/mac/svg/hixie/mixed/007-expected.checksum: Removed.
* platform/mac/svg/hixie/mixed/007-expected.png: Removed.
* platform/mac/svg/hixie/mixed/007-expected.txt: Removed.
* platform/mac/svg/hixie/mixed/008-expected.checksum: Removed.
* platform/mac/svg/hixie/mixed/008-expected.png: Removed.
* platform/mac/svg/hixie/mixed/008-expected.txt: Removed.
* platform/mac/svg/hixie/mixed/009-expected.checksum: Removed.
* platform/mac/svg/hixie/mixed/009-expected.png: Removed.
* platform/mac/svg/hixie/mixed/009-expected.txt: Removed.
* platform/mac/svg/hixie/mixed/010-expected.checksum: Removed.
* platform/mac/svg/hixie/mixed/010-expected.png: Removed.
* platform/mac/svg/hixie/mixed/010-expected.txt: Removed.
* platform/mac/svg/hixie/mixed/011-expected.checksum: Removed.
* platform/mac/svg/hixie/mixed/011-expected.png: Removed.
* platform/mac/svg/hixie/mixed/011-expected.txt: Removed.
* platform/mac/svg/hixie/painting/001-expected.checksum: Removed.
* platform/mac/svg/hixie/painting/001-expected.png: Removed.
* platform/mac/svg/hixie/painting/001-expected.txt: Removed.
* platform/mac/svg/hixie/perf/001-expected.checksum: Removed.
* platform/mac/svg/hixie/perf/001-expected.png: Removed.
* platform/mac/svg/hixie/perf/001-expected.txt: Removed.
* platform/mac/svg/hixie/perf/002-expected.checksum: Removed.
* platform/mac/svg/hixie/perf/002-expected.png: Removed.
* platform/mac/svg/hixie/perf/002-expected.txt: Removed.
* platform/mac/svg/hixie/perf/003-expected.checksum: Removed.
* platform/mac/svg/hixie/perf/003-expected.png: Removed.
* platform/mac/svg/hixie/perf/003-expected.txt: Removed.
* platform/mac/svg/hixie/perf/004-expected.checksum: Removed.
* platform/mac/svg/hixie/perf/004-expected.png: Removed.
* platform/mac/svg/hixie/perf/004-expected.txt: Removed.
* platform/mac/svg/hixie/perf/005-expected.checksum: Removed.
* platform/mac/svg/hixie/perf/005-expected.png: Removed.
* platform/mac/svg/hixie/perf/005-expected.txt: Removed.
* platform/mac/svg/hixie/perf/006-expected.checksum: Removed.
* platform/mac/svg/hixie/perf/006-expected.png: Removed.
* platform/mac/svg/hixie/perf/006-expected.txt: Removed.
* platform/mac/svg/hixie/perf/007-expected.checksum: Removed.
* platform/mac/svg/hixie/perf/007-expected.png: Removed.
* platform/mac/svg/hixie/perf/007-expected.txt: Removed.
* platform/mac/svg/hixie/processing-model/003-expected.checksum: Removed.
* platform/mac/svg/hixie/processing-model/003-expected.png: Removed.
* platform/mac/svg/hixie/processing-model/003-expected.txt: Removed.
* platform/mac/svg/hixie/processing-model/004-expected.checksum: Removed.
* platform/mac/svg/hixie/processing-model/004-expected.png: Removed.
* platform/mac/svg/hixie/processing-model/004-expected.txt: Removed.
* platform/mac/svg/hixie/processing-model/005-expected.checksum: Removed.
* platform/mac/svg/hixie/processing-model/005-expected.png: Removed.
* platform/mac/svg/hixie/processing-model/005-expected.txt: Removed.
* platform/mac/svg/hixie/rendering-model/001-expected.checksum: Removed.
* platform/mac/svg/hixie/rendering-model/001-expected.png: Removed.
* platform/mac/svg/hixie/rendering-model/001-expected.txt: Removed.
* platform/mac/svg/hixie/rendering-model/002-expected.checksum: Removed.
* platform/mac/svg/hixie/rendering-model/002-expected.png: Removed.
* platform/mac/svg/hixie/rendering-model/002-expected.txt: Removed.
* platform/mac/svg/hixie/rendering-model/003-expected.checksum: Removed.
* platform/mac/svg/hixie/rendering-model/003-expected.png: Removed.
* platform/mac/svg/hixie/rendering-model/003-expected.txt: Removed.
* platform/mac/svg/hixie/rendering-model/003a-expected.checksum: Removed.
* platform/mac/svg/hixie/rendering-model/003a-expected.png: Removed.
* platform/mac/svg/hixie/rendering-model/003a-expected.txt: Removed.
* platform/mac/svg/hixie/rendering-model/004-expected.checksum: Removed.
* platform/mac/svg/hixie/rendering-model/004-expected.png: Removed.
* platform/mac/svg/hixie/rendering-model/004-expected.txt: Removed.
* platform/mac/svg/hixie/shapes/path/001-expected.checksum: Removed.
* platform/mac/svg/hixie/shapes/path/001-expected.png: Removed.
* platform/mac/svg/hixie/shapes/path/001-expected.txt: Removed.
* platform/mac/svg/hixie/text/001-broken-expected.checksum: Removed.
* platform/mac/svg/hixie/text/001-broken-expected.png: Removed.
* platform/mac/svg/hixie/text/001-broken-expected.txt: Removed.
* platform/mac/svg/hixie/text/002-expected.checksum: Removed.
* platform/mac/svg/hixie/text/002-expected.png: Removed.
* platform/mac/svg/hixie/text/002-expected.txt: Removed.
* platform/mac/svg/hixie/text/003-expected.checksum: Removed.
* platform/mac/svg/hixie/text/003-expected.png: Removed.
* platform/mac/svg/hixie/text/003-expected.txt: Removed.
* platform/mac/svg/hixie/text/003a-expected.checksum: Removed.
* platform/mac/svg/hixie/text/003a-expected.png: Removed.
* platform/mac/svg/hixie/text/003a-expected.txt: Removed.
* platform/mac/svg/hixie/text/003b-expected.checksum: Removed.
* platform/mac/svg/hixie/text/003b-expected.png: Removed.
* platform/mac/svg/hixie/text/003b-expected.txt: Removed.
* platform/mac/svg/hixie/transform/001-expected.checksum: Removed.
* platform/mac/svg/hixie/transform/001-expected.png: Removed.
* platform/mac/svg/hixie/transform/001-expected.txt: Removed.
* platform/mac/svg/hixie/use/001-expected.checksum: Removed.
* platform/mac/svg/hixie/use/001-expected.png: Removed.
* platform/mac/svg/hixie/use/001-expected.txt: Removed.
* platform/mac/svg/hixie/use/002-expected.checksum: Removed.
* platform/mac/svg/hixie/use/002-expected.png: Removed.
* platform/mac/svg/hixie/use/002-expected.txt: Removed.
* platform/mac/svg/hixie/use/002-test-expected.checksum: Removed.
* platform/mac/svg/hixie/use/002-test-expected.png: Removed.
* platform/mac/svg/hixie/use/002-test-expected.txt: Removed.
* platform/mac/svg/hixie/viewbox/001-expected.checksum: Removed.
* platform/mac/svg/hixie/viewbox/001-expected.png: Removed.
* platform/mac/svg/hixie/viewbox/001-expected.txt: Removed.
* platform/mac/svg/hixie/viewbox/002-expected.checksum: Removed.
* platform/mac/svg/hixie/viewbox/002-expected.png: Removed.
* platform/mac/svg/hixie/viewbox/002-expected.txt: Removed.
* platform/mac/svg/hixie/viewbox/003-expected.checksum: Removed.
* platform/mac/svg/hixie/viewbox/003-expected.png: Removed.
* platform/mac/svg/hixie/viewbox/003-expected.txt: Removed.
* platform/mac/svg/hixie/viewbox/004-expected.checksum: Removed.
* platform/mac/svg/hixie/viewbox/004-expected.png: Removed.
* platform/mac/svg/hixie/viewbox/004-expected.txt: Removed.
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: Removed.
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Removed.
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Removed.
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum: Removed.
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Removed.
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Removed.
* platform/mac/svg/text/text-align-01-b-expected.checksum: Removed.
* platform/mac/svg/text/text-align-01-b-expected.png: Removed.
* platform/mac/svg/text/text-align-01-b-expected.txt: Removed.
* platform/mac/svg/text/text-align-02-b-expected.checksum: Removed.
* platform/mac/svg/text/text-align-02-b-expected.png: Removed.
* platform/mac/svg/text/text-align-02-b-expected.txt: Removed.
* platform/mac/svg/text/text-align-03-b-expected.checksum: Removed.
* platform/mac/svg/text/text-align-03-b-expected.png: Removed.
* platform/mac/svg/text/text-align-03-b-expected.txt: Removed.
* platform/mac/svg/text/text-align-04-b-expected.checksum: Removed.
* platform/mac/svg/text/text-align-04-b-expected.png: Removed.
* platform/mac/svg/text/text-align-04-b-expected.txt: Removed.
* platform/mac/svg/text/text-align-05-b-expected.checksum: Removed.
* platform/mac/svg/text/text-align-05-b-expected.png: Removed.
* platform/mac/svg/text/text-align-05-b-expected.txt: Removed.
* platform/mac/svg/text/text-align-06-b-expected.checksum: Removed.
* platform/mac/svg/text/text-align-06-b-expected.png: Removed.
* platform/mac/svg/text/text-align-06-b-expected.txt: Removed.
* platform/mac/svg/text/text-altglyph-01-b-expected.checksum: Removed.
* platform/mac/svg/text/text-altglyph-01-b-expected.png: Removed.
* platform/mac/svg/text/text-altglyph-01-b-expected.txt: Removed.
* platform/mac/svg/text/text-deco-01-b-expected.checksum: Removed.
* platform/mac/svg/text/text-deco-01-b-expected.png: Removed.
* platform/mac/svg/text/text-deco-01-b-expected.txt: Removed.
* platform/mac/svg/text/text-fonts-01-t-expected.checksum: Removed.
* platform/mac/svg/text/text-fonts-01-t-expected.png: Removed.
* platform/mac/svg/text/text-fonts-01-t-expected.txt: Removed.
* platform/mac/svg/text/text-fonts-02-t-expected.checksum: Removed.
* platform/mac/svg/text/text-fonts-02-t-expected.png: Removed.
* platform/mac/svg/text/text-fonts-02-t-expected.txt: Removed.
* platform/mac/svg/text/text-intro-05-t-expected.checksum: Removed.
* platform/mac/svg/text/text-intro-05-t-expected.png: Removed.
* platform/mac/svg/text/text-intro-05-t-expected.txt: Removed.
* platform/mac/svg/text/text-path-01-b-expected.checksum: Removed.
* platform/mac/svg/text/text-path-01-b-expected.png: Removed.
* platform/mac/svg/text/text-path-01-b-expected.txt: Removed.
* platform/mac/svg/text/text-property-with-display-none-expected.checksum: Removed.
* platform/mac/svg/text/text-property-with-display-none-expected.png: Removed.
* platform/mac/svg/text/text-spacing-01-b-expected.checksum: Removed.
* platform/mac/svg/text/text-spacing-01-b-expected.png: Removed.
* platform/mac/svg/text/text-spacing-01-b-expected.txt: Removed.
* platform/mac/svg/text/text-text-01-b-expected.checksum: Removed.
* platform/mac/svg/text/text-text-01-b-expected.png: Removed.
* platform/mac/svg/text/text-text-01-b-expected.txt: Removed.
* platform/mac/svg/text/text-text-03-b-expected.checksum: Removed.
* platform/mac/svg/text/text-text-03-b-expected.png: Removed.
* platform/mac/svg/text/text-text-03-b-expected.txt: Removed.
* platform/mac/svg/text/text-text-04-t-expected.checksum: Removed.
* platform/mac/svg/text/text-text-04-t-expected.png: Removed.
* platform/mac/svg/text/text-text-04-t-expected.txt: Removed.
* platform/mac/svg/text/text-text-05-t-expected.checksum: Removed.
* platform/mac/svg/text/text-text-05-t-expected.png: Removed.
* platform/mac/svg/text/text-text-05-t-expected.txt: Removed.
* platform/mac/svg/text/text-text-06-t-expected.checksum: Removed.
* platform/mac/svg/text/text-text-06-t-expected.png: Removed.
* platform/mac/svg/text/text-text-06-t-expected.txt: Removed.
* platform/mac/svg/text/text-text-07-t-expected.checksum: Removed.
* platform/mac/svg/text/text-text-07-t-expected.png: Removed.
* platform/mac/svg/text/text-text-07-t-expected.txt: Removed.
* platform/mac/svg/text/text-text-08-b-expected.checksum: Removed.
* platform/mac/svg/text/text-text-08-b-expected.png: Removed.
* platform/mac/svg/text/text-text-08-b-expected.txt: Removed.
* platform/mac/svg/text/text-tref-01-b-expected.checksum: Removed.
* platform/mac/svg/text/text-tref-01-b-expected.png: Removed.
* platform/mac/svg/text/text-tref-01-b-expected.txt: Removed.
* platform/mac/svg/text/text-tselect-01-b-expected.checksum: Removed.
* platform/mac/svg/text/text-tselect-01-b-expected.png: Removed.
* platform/mac/svg/text/text-tselect-01-b-expected.txt: Removed.
* platform/mac/svg/text/text-tselect-02-f-expected.checksum: Removed.
* platform/mac/svg/text/text-tselect-02-f-expected.png: Removed.
* platform/mac/svg/text/text-tselect-02-f-expected.txt: Removed.
* platform/mac/svg/text/text-tspan-01-b-expected.checksum: Removed.
* platform/mac/svg/text/text-tspan-01-b-expected.png: Removed.
* platform/mac/svg/text/text-tspan-01-b-expected.txt: Removed.
* platform/mac/svg/text/text-ws-01-t-expected.checksum: Removed.
* platform/mac/svg/text/text-ws-01-t-expected.png: Removed.
* platform/mac/svg/text/text-ws-01-t-expected.txt: Removed.
* platform/mac/svg/text/text-ws-02-t-expected.checksum: Removed.
* platform/mac/svg/text/text-ws-02-t-expected.png: Removed.
* platform/mac/svg/text/text-ws-02-t-expected.txt: Removed.
* platform/mac/svg/text/textPathBoundsBug-expected.checksum: Removed.
* platform/mac/svg/text/textPathBoundsBug-expected.png: Removed.
* platform/mac/svg/text/textPathBoundsBug-expected.txt: Removed.
* platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum: Removed.
* platform/mac/svg/webarchive/svg-cursor-subresources-expected.png: Removed.
* platform/mac/svg/webarchive/svg-feimage-subresources-expected.checksum: Removed.
* platform/mac/svg/webarchive/svg-feimage-subresources-expected.png: Removed.
* platform/mac/svg/webarchive/svg-script-subresouces-expected.checksum: Removed.
* platform/mac/svg/webarchive/svg-script-subresouces-expected.png: Removed.
* svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Removed.
* svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Removed.
* svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Removed.
* svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Removed.
* svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Removed.
* svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Removed.
* svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Removed.
* svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Removed.
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Removed.
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Removed.
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Removed.
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Removed.
* svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Removed.
* svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Removed.
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Removed.
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Removed.
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Removed.
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Removed.
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Removed.
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Removed.
* svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Removed.
* svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Removed.
* svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Removed.
* svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Removed.
2008-02-06 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/5195056> Huge plain text pastes are slow
The changes made for this fix exposed several more cases of:
<rdar://problem/5729315> Some shouldChangeSelectedDOMRange contain Ranges for selections that are no longer valid
* platform/mac/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
* platform/mac/editing/deleting/delete-3608462-fix-expected.txt:
* platform/mac/editing/deleting/delete-4083333-fix-expected.txt:
* platform/mac/editing/execCommand/find-after-replace-expected.txt:
* platform/mac/editing/selection/move-between-blocks-no-001-expected.txt:
* platform/mac/editing/selection/replace-selection-1-expected.txt:
2008-02-06 Alexey Proskuryakov <ap@webkit.org>
Landing updated (improved) results for this test. The results changed in r30013,
but this wasn't immediately noticed because of the test being on Leopard skipped list.
Interestingly, js-test-pre.js has a workaround for the issue fixed in this revision in
its debug() function, but not in description(). Keeping the workaround for now to let tests
keep running in shipping Safari/WebKit.
* svg/css/glyph-orientation-rounding-test-expected.txt:
2008-02-06 Oliver Hunt <oliver@apple.com>
RS=Stephanie
Fix expected output for layout tests to match tiger expected (and so work on the build bots)
* platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
* svg/custom/image-with-prefix-in-webarchive-expected.txt:
* svg/custom/stroke-width-click-expected.txt:
2008-02-06 Kevin McCullough <kmccullough@apple.com>
Rubberstamped by Darin.
<rdar://problem/5727708> REGRESSION (r29952): Can't send message from Yahoo Mail beta
- Reverted the change that caused the regression.
* dom/xhtml/level3/core/documentsetstricterrorchecking02-expected.txt:
* fast/dom/Document/createAttributeNS-namespace-err-expected.txt: Removed.
* fast/dom/Document/createAttributeNS-namespace-err.html: Removed.
* fast/dom/Document/createElementNS-namespace-err-expected.txt: Removed.
* fast/dom/Document/createElementNS-namespace-err.html: Removed.
* fast/dom/Document/resources/TEMPLATE.html: Removed.
* fast/dom/Document/resources/createAttributeNS-namespace-err.js: Removed.
* fast/dom/Document/resources/createElementNS-namespace-err.js: Removed.
2008-02-06 Darin Adler <darin@apple.com>
Reviewed by Sam.
- tests for http://bugs.webkit.org/show_bug.cgi?id=17094
Array.prototype functions create length attributes with DontEnum/DontDelete
* fast/js/array-functions-non-arrays-expected.txt: Added.
* fast/js/array-functions-non-arrays.html: Added.
* fast/js/resources/array-functions-non-arrays.js: Added.
2008-02-06 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for http://bugs.webkit.org/show_bug.cgi?17093
'border-color' does not animate to the value of 'color' when unspecified
* fast/css/transition-color-unspecified.html: Added.
* platform/mac/fast/css/transition-color-unspecified-expected.checksum: Added.
* platform/mac/fast/css/transition-color-unspecified-expected.png: Added.
* platform/mac/fast/css/transition-color-unspecified-expected.txt: Added.
2008-02-05 Oliver Hunt <oliver@apple.com>
RS=Eric.
Update layout test results for foreignObject being enabled again.
* platform/mac-leopard/svg/batik/text/textBiDi-expected.txt:
* platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
* platform/mac/svg/custom/baseval-animval-equality-expected.png:
* platform/mac/svg/custom/baseval-animval-equality-expected.txt:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.checksum:
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.png:
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
* platform/mac/svg/custom/foreign-object-skew-expected.checksum:
* platform/mac/svg/custom/foreign-object-skew-expected.png:
* platform/mac/svg/custom/foreign-object-skew-expected.txt:
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
* platform/mac/svg/custom/getPresentationAttribute-expected.checksum:
* platform/mac/svg/custom/getPresentationAttribute-expected.png:
* platform/mac/svg/custom/getPresentationAttribute-expected.txt:
* platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.checksum:
* platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png:
* platform/mac/svg/custom/stroke-width-click-expected.checksum:
* platform/mac/svg/custom/stroke-width-click-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum:
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png:
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
* platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
* platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
* platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
* platform/mac/svg/hixie/mixed/006-expected.txt:
* platform/mac/svg/hixie/mixed/007-expected.txt:
* platform/mac/svg/hixie/mixed/008-expected.txt:
* platform/mac/svg/hixie/mixed/009-expected.txt:
* platform/mac/svg/hixie/mixed/011-expected.txt:
* platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum:
* platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
* svg/custom/image-with-prefix-in-webarchive-expected.txt:
* svg/custom/stroke-width-click-expected.txt:
* svg/custom/svg-features-expected.txt:
2008-02-05 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Test for http://bugs.webkit.org/show_bug.cgi?id=8080
NodeList (and other DOM lists) items are not enumeratable using for..in
* fast/dom/domListEnumeration-expected.txt: Added.
* fast/dom/domListEnumeration.html: Added.
* fast/dom/resources/domListEnumeration.js: Added.
2008-02-05 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Add new dynamic update tests, for SVGClipPathElement.
* svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum: Added.
* svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
* svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html: Added.
* svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum: Added.
* svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
* svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html: Added.
* svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js: Added.
2008-02-05 Samuel Weinig <sam@webkit.org>
Reviewed by Darin Adler.
Test for <rdar://problem/5726604>
dom-checker: deleting properties of the window object cross-domain should not be allowed
* http/tests/security/cross-frame-access-delete-expected.txt: Added.
* http/tests/security/cross-frame-access-delete.html: Added.
* http/tests/security/resources/cross-frame-iframe-for-delete-test.html: Added.
2008-02-05 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Next round of dynamic update tests, for SVGCircleElement.
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum: Added.
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt: Added.
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html: Added.
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum: Added.
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt: Added.
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html: Added.
* svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum: Added.
* svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
* svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt: Added.
* svg/dynamic-updates/SVGCircleElement-dom-r-attr.html: Added.
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum: Added.
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt: Added.
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html: Added.
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum: Added.
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt: Added.
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html: Added.
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum: Added.
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt: Added.
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html: Added.
* svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js: Added.
* svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js: Added.
* svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js: Added.
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js: Added.
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js: Added.
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js: Added.
* svg/dynamic-updates/resources/SVGTestCase.js:
2008-02-05 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Holger.
Add first files of my new SVG 1.1 dynamic updates testsuite.
* svg/dynamic-updates: Added.
* svg/dynamic-updates/SVGAElement-dom-href-attr-expected.checksum: Added.
* svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
* svg/dynamic-updates/SVGAElement-dom-href-attr-expected.txt: Added.
* svg/dynamic-updates/SVGAElement-dom-href-attr.html: Added.
* svg/dynamic-updates/SVGAElement-dom-target-attr-expected.checksum: Added.
* svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
* svg/dynamic-updates/SVGAElement-dom-target-attr-expected.txt: Added.
* svg/dynamic-updates/SVGAElement-dom-target-attr.html: Added.
* svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.checksum: Added.
* svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
* svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.txt: Added.
* svg/dynamic-updates/SVGAElement-svgdom-href-prop.html: Added.
* svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.checksum: Added.
* svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
* svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.txt: Added.
* svg/dynamic-updates/SVGAElement-svgdom-target-prop.html: Added.
* svg/dynamic-updates/resources: Added.
* svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js: Added.
* svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js: Added.
* svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js: Added.
* svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js: Added.
* svg/dynamic-updates/resources/SVGTestCase.js: Added.
* svg/dynamic-updates/resources/TEMPLATE.html: Added.
* svg/dynamic-updates/resources/linkTarget.svg: Added.
2008-02-05 Justin Garcia <justin.garcia@apple.com>
Reviewed by Alexey Proskuryakov.
<rdar://problem/5685601> webkit-block-placeholder class on placeholders seems unnecessary (12317)
* editing/inserting/5685601-1-expected.txt: Added.
* editing/inserting/5685601-1.html: Added.
* editing/inserting/5685601-2-expected.txt: Added.
* editing/inserting/5685601-2.html: Added.
* editing/inserting/5685601-3-expected.txt: Added.
* editing/inserting/5685601-3.html: Added.
2008-02-05 Holger Freyther <zecke@selfish.org>
Reviewed by Darin.
In http://bugs.webkit.org/show_bug.cgi?id=16853 it was identified that the
the output of the willCloseFrame and didClearWindowObject FrameLoadDelegate
depends on the order the tests are executed.
Propose to remove willCloseFrame and didlCearWindowObject output from the
FrameLoadDelegate and update the test results. The output of didClearWindowObject
is not interesting for any of the current tests and we have other ways to find
out if a frame was closed or not.
* http/tests/loading/bad-scheme-subframe-expected.txt:
* http/tests/loading/bad-server-subframe-expected.txt:
* http/tests/loading/basic-expected.txt:
* http/tests/loading/empty-subframe-expected.txt:
* http/tests/loading/gmail-assert-on-load-expected.txt:
* http/tests/loading/onload-vs-immediate-refresh-expected.txt:
* http/tests/loading/slow-parsing-subframe-expected.txt:
* platform/mac/http/tests/loading/simple-subframe-expected.txt:
* webarchive/loading/test-loading-archive-expected.txt:
2008-02-05 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=17158
Setting innerHTML in a detached XHTML element doesn't use the right namespace
* fast/dom/innerHTML-detached-element-expected.txt: Added.
* fast/dom/innerHTML-detached-element.xhtml: Added.
2008-02-05 Antti Koivisto <antti@apple.com>
Reviewed by Geoff.
Test for <rdar://problem/5698200>
eBay photo uploading hangs and causes slow script warning to pop up
* http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW-expected.txt: Added.
* http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html: Added.
* http/tests/security/cross-frame-access-callback-explicit-domain-DENY-expected.txt: Added.
* http/tests/security/cross-frame-access-callback-explicit-domain-DENY.html: Added.
* http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-ALLOW.html: Added.
* http/tests/security/resources/cross-frame-iframe-callback-explicit-domain-DENY.html: Added.
2008-02-04 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver Hunt.
Adds layout tests for the collective fix for the following bugs:
Bug 16889: REGRESSION (r29425): Canvas-based graphing calculator fails to run
Bug 17015: REGRESSION (r29414-29428): www.fox.com "shows" menu fails to render
Bug 17164: REGRESSION: JavaScript pop-up menu appears at wrong location when hovering image at http://news.chinatimes.com/
<http://bugs.webkit.org/show_bug.cgi?id=16889>
<rdar://problem/5696255>
<http://bugs.webkit.org/show_bug.cgi?id=17015>
<http://bugs.webkit.org/show_bug.cgi?id=17164>
<rdar://problem/5720947>
* fast/js/read-modify-eval-expected.txt: Added.
* fast/js/read-modify-eval.html: Added.
* fast/js/resources/read-modify-eval.js: Added.
2008-02-04 Oliver Hunt <oliver@apple.com>
Reviewed by Steve F.
Update the windows platform skip list to remove the majority of DND tests.
Minor change to select-from-textfield-outwards.html, as the use of leapForward
appears to be unnecessary but breaks in windows with the new leapForward logic.
* editing/selection/select-from-textfield-outwards.html:
* platform/win/Skipped:
2008-02-04 Robert Sesek <rsesek@bluestatic.org>
Reviewed by Darin Adler.
Test for Fix http://bugs.webkit.org/show_bug.cgi?id=17042
forms without action attributes submit to the <base> href instead of the originating page
* fast/forms/missing-action-expected.txt: Added.
* fast/forms/missing-action.html: Added.
2008-02-04 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Added one more failure.
2008-02-04 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Added some new failures.
2008-02-03 David Harrison <harrison@apple.com>
Reviewed by Tim Hatcher.
Test for <rdar://problem/5715481> REGRESSION (r26499): JavaScript document.lastModified is not supported
* fast/js/lastModified-expected.txt: Added.
* fast/js/lastModified.html: Added.
* fast/js/resources/lastModified.js: Added.
2008-02-04 Darin Adler <darin@apple.com>
Reviewed by Geoff.
- test for <rdar://problem/5715692> REGRESSION (r28570): JavaScript window.scrollTo() calls
no longer accept 'undefined' values
* fast/dom/non-numeric-values-numeric-parameters-expected.txt: Added.
* fast/dom/non-numeric-values-numeric-parameters.html: Added.
* fast/dom/resources/TEMPLATE.html: Copied from fast/dom/Element/resources/TEMPLATE.html.
* fast/dom/resources/non-numeric-values-numeric-parameters.js: Added.
* editing/selection/extend-expected.txt: Updated.
* editing/selection/extend.html: Removed test that extend throws if passed only one parameter.
There's no reason for us to be strict about this -- we generally treat missing parameters the
same as if "undefined" had been passed with few exceptions.
2008-02-03 Oliver Hunt <oliver@apple.com>
RS=Eric.
Add an additional test for Canvas.transform with non-invertible matrix.
* fast/canvas/canvas-transform-non-invertible-expected.checksum: Added.
* fast/canvas/canvas-transform-non-invertible-expected.png: Added.
* fast/canvas/canvas-transform-non-invertible-expected.txt: Added.
* fast/canvas/canvas-transform-non-invertible.html: Added.
2008-02-03 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
Bug 17169: Support transform on Canvas
Test cases for Canvas.transform -- the output for these tests is
a single green square, so should be entirely cross-platform.
* fast/canvas/canvas-transform-identity-expected.checksum: Added.
* fast/canvas/canvas-transform-identity-expected.png: Added.
* fast/canvas/canvas-transform-identity-expected.txt: Added.
* fast/canvas/canvas-transform-identity.html: Added.
* fast/canvas/canvas-transform-infinity-expected.checksum: Added.
* fast/canvas/canvas-transform-infinity-expected.png: Added.
* fast/canvas/canvas-transform-infinity-expected.txt: Added.
* fast/canvas/canvas-transform-infinity.html: Added.
* fast/canvas/canvas-transform-multiply-expected.checksum: Added.
* fast/canvas/canvas-transform-multiply-expected.png: Added.
* fast/canvas/canvas-transform-multiply-expected.txt: Added.
* fast/canvas/canvas-transform-multiply.html: Added.
* fast/canvas/canvas-transform-nan-expected.checksum: Added.
* fast/canvas/canvas-transform-nan-expected.png: Added.
* fast/canvas/canvas-transform-nan-expected.txt: Added.
* fast/canvas/canvas-transform-nan.html: Added.
* fast/canvas/canvas-transform-skewed-expected.checksum: Added.
* fast/canvas/canvas-transform-skewed-expected.png: Added.
* fast/canvas/canvas-transform-skewed-expected.txt: Added.
* fast/canvas/canvas-transform-skewed.html: Added.
2008-02-03 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Eric.
Add missing layout test results.
* platform/mac/svg/custom/frame-getSVGDocument-expected.checksum: Added.
* platform/mac/svg/custom/frame-getSVGDocument-expected.png: Added.
* platform/mac/svg/custom/textPath-assert-expected.checksum: Added.
* platform/mac/svg/custom/textPath-assert-expected.png: Added.
2008-02-03 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Add testcase js-update-image.svg to check that <image> reacts on dynamic property changes.
* platform/mac/svg/custom/js-update-image-expected.checksum: Added.
* platform/mac/svg/custom/js-update-image-expected.png: Added.
* platform/mac/svg/custom/js-update-image-expected.txt: Added.
* svg/custom/js-update-image.svg: Added.
2008-02-03 Eric Seidel <eric@webkit.org>
Reviewed by darin.
Acid3 expects textNode.localName === null
http://bugs.webkit.org/show_bug.cgi?id=17060
Add test to verify that initial values after node creation
agree with the W3C DOM Level 2/3 specs.
We intentionally "fail" a few of these tests.
http://bugs.webkit.org/show_bug.cgi?id=17167 covers those "failures"
* fast/dom/Node/initial-values.html: Added.
* fast/dom/Node/initial-values-expected.txt: Added.
* fast/dom/Node/resources/TEMPLATE.html: Added.
* fast/dom/Node/resources/initial-values.js: Added.
2008-02-03 Eric Seidel <eric@webkit.org>
Reviewed by darin.
Make createElementNS and createAttributeNS follow the (vague) DOM Core 2 spec
by throwing exceptions for more types of invalid qualified names.
http://bugs.webkit.org/show_bug.cgi?id=16833
These tests were originally from Hixie's Acid3, then I added some, then Josh
from mozilla added more. We pass all of mine and Hixie's. Some of Josh's
still fail (extreme edge cases, such as *which* exception to throw when
a QName is a valid XML name but invalid QName, etc.)
The "failure" results are still being checked in, perhaps some day we'll "fix" them.
* dom/xhtml/level3/core/documentsetstricterrorchecking02-expected.txt:
* fast/dom/Document/createAttributeNS-namespace-err-expected.txt: Added.
* fast/dom/Document/createAttributeNS-namespace-err.html: Added.
* fast/dom/Document/createElementNS-namespace-err-expected.txt: Added.
* fast/dom/Document/createElementNS-namespace-err.html: Added.
* fast/dom/Document/resources/TEMPLATE.html: Added.
* fast/dom/Document/resources/createAttributeNS-namespace-err.js: Added.
* fast/dom/Document/resources/createElementNS-namespace-err.js: Added.
2008-02-03 Darin Adler <darin@apple.com>
- updated some more only-child and only-of-type tests to expect success
(failures seen on buildbot)
The tests were now succeeding, but the results and placement reflected failure.
I'm not sure why we have such a tiny set of tests in the css3 directory.
The expected results are updated as well as moved.
* css3/css3-modsel-36.html: Copied from css3/expected_failures/css3-modsel-36.html.
* css3/css3-modsel-37.html: Copied from css3/expected_failures/css3-modsel-37.html.
* platform/mac/css3/css3-modsel-36-expected.checksum: Copied from platform/mac/css3/expected_failures/css3-modsel-36-expected.checksum.
* platform/mac/css3/css3-modsel-36-expected.png: Copied from platform/mac/css3/expected_failures/css3-modsel-36-expected.png.
* platform/mac/css3/css3-modsel-36-expected.txt: Copied from platform/mac/css3/expected_failures/css3-modsel-36-expected.txt.
* platform/mac/css3/css3-modsel-37-expected.checksum: Copied from platform/mac/css3/expected_failures/css3-modsel-37-expected.checksum.
* platform/mac/css3/css3-modsel-37-expected.png: Copied from platform/mac/css3/expected_failures/css3-modsel-37-expected.png.
* platform/mac/css3/css3-modsel-37-expected.txt: Copied from platform/mac/css3/expected_failures/css3-modsel-37-expected.txt.
* platform/qt/css3/css3-modsel-36-expected.txt: Copied from platform/qt/css3/expected_failures/css3-modsel-36-expected.txt.
* platform/qt/css3/css3-modsel-37-expected.txt: Copied from platform/qt/css3/expected_failures/css3-modsel-37-expected.txt.
* css3/expected_failures: Removed.
* platform/mac/css3/expected_failures: Removed.
* platform/qt/css3/expected_failures: Removed.
2008-02-02 David Hyatt <hyatt@apple.com>
Add test for bug 5468, supporting :only-child and :only-of-type in CSS3.
Reviewed by olliej
* platform/mac/fast/css/only-child-pseudo-class-expected.checksum: Added.
* platform/mac/fast/css/only-child-pseudo-class-expected.png: Added.
* platform/mac/fast/css/only-child-pseudo-class-expected.txt: Added.
* platform/mac/fast/css/only-of-type-pseudo-class-expected.checksum: Added.
* platform/mac/fast/css/only-of-type-pseudo-class-expected.png: Added.
* platform/mac/fast/css/only-of-type-pseudo-class-expected.txt: Added.
2008-02-02 Darin Adler <darin@apple.com>
- updated some more last-child and last-of-type tests to expect success
(failures seen on buildbot)
The tests were now succeeding, but the results and placement reflected failure.
I'm not sure why we have such a tiny set of tests in the css3 directory.
The expected results are updated as well as moved.
* css3/css3-modsel-33.html: Copied from css3/expected_failures/css3-modsel-33.html.
* css3/css3-modsel-35.html: Copied from css3/expected_failures/css3-modsel-35.html.
* css3/expected_failures/css3-modsel-33.html: Removed.
* css3/expected_failures/css3-modsel-35.html: Removed.
* platform/mac/css3/css3-modsel-33-expected.checksum: Copied from platform/mac/css3/expected_failures/css3-modsel-33-expected.checksum.
* platform/mac/css3/css3-modsel-33-expected.png: Copied from platform/mac/css3/expected_failures/css3-modsel-33-expected.png.
* platform/mac/css3/css3-modsel-33-expected.txt: Copied from platform/mac/css3/expected_failures/css3-modsel-33-expected.txt.
* platform/mac/css3/css3-modsel-35-expected.checksum: Copied from platform/mac/css3/expected_failures/css3-modsel-35-expected.checksum.
* platform/mac/css3/css3-modsel-35-expected.png: Copied from platform/mac/css3/expected_failures/css3-modsel-35-expected.png.
* platform/mac/css3/css3-modsel-35-expected.txt: Copied from platform/mac/css3/expected_failures/css3-modsel-35-expected.txt.
* platform/mac/css3/expected_failures/css3-modsel-33-expected.checksum: Removed.
* platform/mac/css3/expected_failures/css3-modsel-33-expected.png: Removed.
* platform/mac/css3/expected_failures/css3-modsel-33-expected.txt: Removed.
* platform/mac/css3/expected_failures/css3-modsel-35-expected.checksum: Removed.
* platform/mac/css3/expected_failures/css3-modsel-35-expected.png: Removed.
* platform/mac/css3/expected_failures/css3-modsel-35-expected.txt: Removed.
* platform/qt/css3/css3-modsel-33-expected.txt: Copied from platform/qt/css3/expected_failures/css3-modsel-33-expected.txt.
* platform/qt/css3/css3-modsel-35-expected.txt: Copied from platform/qt/css3/expected_failures/css3-modsel-35-expected.txt.
* platform/qt/css3/expected_failures/css3-modsel-33-expected.txt: Removed.
* platform/qt/css3/expected_failures/css3-modsel-35-expected.txt: Removed.
2008-02-02 David Hyatt <hyatt@apple.com>
Fix for bug 4812. Support last-child and last-of-type (and make sure they are properly dynamic).
Reviewed by olliej
* fast/css/last-child-pseudo-class.html: Added.
* fast/css/last-of-type-pseudo-class.html: Added.
* platform/mac/fast/css/last-child-pseudo-class-expected.checksum: Added.
* platform/mac/fast/css/last-child-pseudo-class-expected.png: Added.
* platform/mac/fast/css/last-child-pseudo-class-expected.txt: Added.
* platform/mac/fast/css/last-of-type-pseudo-class-expected.checksum: Added.
* platform/mac/fast/css/last-of-type-pseudo-class-expected.png: Added.
* platform/mac/fast/css/last-of-type-pseudo-class-expected.txt: Added.
2008-02-01 David Hyatt <hyatt@apple.com>
Added tests for dynamic :first-child support (Acid3).
Reviewed by olliej
* fast/css/empty-body-test.html: Added.
* fast/css/first-child-pseudo-class.html: Added.
* fast/css/first-of-type-pseudo-class.html: Added.
* platform/mac/fast/css/empty-body-test-expected.checksum: Added.
* platform/mac/fast/css/empty-body-test-expected.png: Added.
* platform/mac/fast/css/empty-body-test-expected.txt: Added.
* platform/mac/fast/css/first-child-pseudo-class-expected.checksum: Added.
* platform/mac/fast/css/first-child-pseudo-class-expected.png: Added.
* platform/mac/fast/css/first-child-pseudo-class-expected.txt: Added.
* platform/mac/fast/css/first-of-type-pseudo-class-expected.checksum: Added.
* platform/mac/fast/css/first-of-type-pseudo-class-expected.png: Added.
* platform/mac/fast/css/first-of-type-pseudo-class-expected.txt: Added.
2008-02-02 Dan Bernstein <mitz@apple.com>
- added Tiger-only results for a test
* platform/mac-leopard/fast/text/cg-fallback-bolding-expected.txt: Copied from LayoutTests/platform/mac/fast/text/cg-fallback-bolding-expected.txt.
* platform/mac/fast/text/cg-fallback-bolding-expected.txt:
2008-02-02 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- changed a test to use the same fonts on Windows as on Mac OS X
* fast/text/atsui-spacing-features.html: Changed to use Lucida Grande
for Hebrew.
* platform/win/Skipped: Re-categorized the above test. It is still
failing on Windows, but due to a different bug.
2008-02-01 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- address the remaining tests listed under <rdar://problem/5075790> Layout tests that depend on certain fonts don't match Mac results
* fast/text/cg-fallback-bolding.html: Changed to use Ahem instead of
Geneva.
* fast/text/international/bidi-fallback-font-weight.html: Made Mac-only.
* platform/mac/fast/text/cg-fallback-bolding-expected.checksum: Updated.
* platform/mac/fast/text/cg-fallback-bolding-expected.png: Updated
* platform/mac/fast/text/cg-fallback-bolding-expected.txt: Updated.
* platform/mac/fast/text/international/bidi-fallback-font-weight.html: Copied from LayoutTests/fast/text/international/bidi-fallback-font-weight.html.
* platform/win/Skipped: Removed passing tests and categorized remaining
failures.
* platform/win/svg/W3C-SVG-1.1: Added.
* platform/win/svg/W3C-SVG-1.1/resources: Added.
* platform/win/svg/W3C-SVG-1.1/resources/Mac-compatible-font-fallback.css: Added.
* platform/win/svg/W3C-SVG-1.1/resources/run-webkit-tests-epilogue.html: Added.
* platform/win/svg/W3C-SVG-1.1/resources/run-webkit-tests-prologue.html: Added.
* svg/text/text-tselect-02-f.svg: Added @font-face rule to use Lucida
Grande for Hebrew.
2008-02-01 Dan Bernstein <mitz@apple.com>
Reviewed by Alexey Proskuryakov.
- change fast/xsl/xslt-text to dump as text
* fast/xsl/resources/xslt-text.xml: Copied from LayoutTests/fast/xsl/xslt-text.xml.
* fast/xsl/resources/xslt-text.xsl: Copied from LayoutTests/fast/xsl/xslt-text.xsl.
* fast/xsl/xslt-processor.html:
* fast/xsl/xslt-text-expected.txt: Added.
* fast/xsl/xslt-text.html: Added.
* fast/xsl/xslt-text.xml: Removed.
* fast/xsl/xslt-text.xsl: Removed.
* platform/mac/fast/xsl/xslt-text-expected.checksum: Removed.
* platform/mac/fast/xsl/xslt-text-expected.png: Removed.
* platform/mac/fast/xsl/xslt-text-expected.txt: Removed.
* platform/win/Skipped:
2008-02-01 David Hyatt <hyatt@apple.com>
Add a new layout test for dynamic :empty selectors.
Reviewed by olliej
* fast/css/empty-pseudo-class.html: Added.
* platform/mac/fast/css/empty-pseudo-class-expected.checksum: Added.
* platform/mac/fast/css/empty-pseudo-class-expected.png: Added.
* platform/mac/fast/css/empty-pseudo-class-expected.txt: Added.
2008-02-01 Eric Seidel <eric@webkit.org>
Reviewed by Oliver.
Add test for getSVGDocument() on object, embed, frame and iframe.
* svg/custom/frame-getSVGDocument.html: Added.
* svg/custom/frame-getSVGDocument-expected.txt: Added.
* svg/custom/resources/TEMPLATE.html: Added.
2008-01-31 Kevin McCullough <kmccullough@apple.com>
<rdar://problem/5716912> REGRESSION (r29816): Can't navigate back to
Gmail Inbox from Gmail Compose page
Rolling out the change that caused the regression.
* http/tests/navigation/document-open-adds-history-item-expected.txt: Removed.
* http/tests/navigation/document-open-adds-history-item.html: Removed.
* http/tests/navigation/document-open-delayed-adds-history-item-expected.txt: Removed.
* http/tests/navigation/document-open-delayed-adds-history-item.html: Removed.
* http/tests/navigation/document-open-new-window-adds-history-item-expected.txt: Removed.
* http/tests/navigation/document-open-new-window-adds-history-item.html: Removed.
* http/tests/navigation/document-open-replace-no-history-item-expected.txt: Removed.
* http/tests/navigation/document-open-replace-no-history-item.html: Removed.
* http/tests/navigation/resources/document-open-page-2.html: Removed.
* http/tests/navigation/resources/document-open.js: Removed.
2008-01-31 Dan Bernstein <mitz@apple.com>
- re-categorize three skipped tests
* platform/win/Skipped:
2008-01-31 Dan Bernstein <mitz@apple.com>
Reviewed by Geoffrey Garen.
- change the font used in fast/text/monospace-width-cache.html again to
a font that contains the U+2500 character in Tiger too
* fast/text/monospace-width-cache.html:
* platform/mac/fast/text/monospace-width-cache-expected.checksum:
* platform/mac/fast/text/monospace-width-cache-expected.png:
* platform/mac/fast/text/monospace-width-cache-expected.txt:
2008-01-31 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben.
- change several tests that use Mac-only fonts to use fonts that are
available on both Windows and Mac OS X
* fast/text/monospace-width-cache.html:
* platform/mac/fast/text/monospace-width-cache-expected.checksum:
* platform/mac/fast/text/monospace-width-cache-expected.png:
* platform/mac/fast/text/monospace-width-cache-expected.txt:
* platform/mac/tables/mozilla/bugs/bug10633-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug10633-expected.png:
* platform/mac/tables/mozilla/bugs/bug10633-expected.txt:
* platform/mac/tables/mozilla/bugs/bug113424-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug113424-expected.png:
* platform/mac/tables/mozilla/bugs/bug113424-expected.txt:
* platform/mac/tables/mozilla/bugs/bug23151-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug23151-expected.png:
* platform/mac/tables/mozilla/bugs/bug23151-expected.txt:
* platform/mac/tables/mozilla/core/bloomberg-expected.checksum:
* platform/mac/tables/mozilla/core/bloomberg-expected.png:
* platform/mac/tables/mozilla/core/bloomberg-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.checksum:
* platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
* platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.txt:
* platform/win/Skipped:
* tables/mozilla/bugs/bug10633.html:
* tables/mozilla/bugs/bug113424.html:
* tables/mozilla/bugs/bug23151.html:
* tables/mozilla/core/bloomberg.html:
* tables/mozilla_expected_failures/bugs/bug11331.html:
2008-01-31 Samuel Weinig <sam@webkit.org>
Reviewed by Darin Adler.
Tests for <rdar://problem/5708993> Mutability of the History object
* http/tests/security/cross-frame-access-enumeration-expected.txt:
* http/tests/security/cross-frame-access-enumeration.html:
* http/tests/security/cross-frame-access-history-expected.txt: Removed.
* http/tests/security/cross-frame-access-history-get-expected.txt: Renamed from LayoutTests/http/tests/security/cross-frame-access-history-expected.txt.
* http/tests/security/cross-frame-access-history-get-override-expected.txt: Added.
* http/tests/security/cross-frame-access-history-get-override.html: Added.
* http/tests/security/cross-frame-access-history-get.html: Renamed from LayoutTests/http/tests/security/cross-frame-access-history.html.
* http/tests/security/cross-frame-access-history-put-expected.txt: Added.
* http/tests/security/cross-frame-access-history-put.html: Added.
* http/tests/security/cross-frame-access-history.html: Removed.
* http/tests/security/resources/cross-frame-access.js:
* http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html:
* http/tests/security/resources/cross-frame-iframe-for-history-get-override-test.html: Added.
* http/tests/security/resources/cross-frame-iframe-for-history-get-test.html: Added.
* http/tests/security/resources/cross-frame-iframe-for-history-put-test.html: Added.
2008-01-31 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- pixel test for http://bugs.webkit.org/show_bug.cgi?id=17107
<rdar://problem/5716722> REGRESSION (r29834): Article text on redhat.com magazine site appears to be painting twice
* fast/block/float/intruding-painted-twice.html: Added.
* platform/mac-leopard/fast/block/float/intruding-painted-twice-expected.checksum: Added.
* platform/mac-leopard/fast/block/float/intruding-painted-twice-expected.png: Added.
* platform/mac/fast/block/float/intruding-painted-twice-expected.txt: Added.
2008-01-30 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- add a test for the unicode-range @font-face property
- update @font-face rules in existing tests after changing unicode-range
values in "from-to" form to include the "to" character
* fast/css/font-face-unicode-range.html: Added.
* fast/css/rtl-ordering.html:
* fast/text/international/resources/Mac-compatible-font-fallback.css:
* platform/mac-leopard/fast/css/font-face-unicode-range-expected.checksum: Added.
* platform/mac-leopard/fast/css/font-face-unicode-range-expected.png: Added.
* platform/mac/fast/css/font-face-unicode-range-expected.txt: Added.
* platform/win/css2.1/resources/Mac-compatible-font-fallback.css:
2008-01-30 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/5700414> REGRESSION (Adama-ToT): Selecting "Header 1" style in Leopard Server wiki inserts newline
* editing/execCommand/5700414-1.html: Added.
* editing/execCommand/5700414-2.html: Added.
* platform/mac/editing/execCommand/5700414-1-expected.checksum: Added.
* platform/mac/editing/execCommand/5700414-1-expected.png: Added.
* platform/mac/editing/execCommand/5700414-1-expected.txt: Added.
* platform/mac/editing/execCommand/5700414-2-expected.checksum: Added.
* platform/mac/editing/execCommand/5700414-2-expected.png: Added.
* platform/mac/editing/execCommand/5700414-2-expected.txt: Added.
2008-01-29 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- try to make this test more robust on slower machines
* fast/css/font-face-remote.html:
2008-01-29 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for http://bugs.webkit.org/show_bug.cgi?id=17085
<rdar://problem/5714136> REGRESSION (r29839): All remote fonts are treated as SVG fonts
This is the first @font-face test that actually tests loading font data
from a URL.
* fast/css/font-face-remote.html: Added.
* fast/css/resources/Ahem.ttf: Added.
* platform/mac/fast/css/font-face-remote-expected.checksum: Added.
* platform/mac/fast/css/font-face-remote-expected.png: Added.
* platform/mac/fast/css/font-face-remote-expected.txt: Added.
2008-01-29 Adele Peterson <adele@apple.com>
Reviewed by Oliver.
Remove pixel results for text-only tests that I mistakingly added.
* platform/mac/media/audio-constructor-expected.checksum: Removed.
* platform/mac/media/audio-constructor-expected.png: Removed.
* platform/mac/media/audio-constructor-src-expected.checksum: Removed.
* platform/mac/media/audio-constructor-src-expected.png: Removed.
* platform/mac/media/broken-video-expected.checksum: Removed.
* platform/mac/media/broken-video-expected.png: Removed.
* platform/mac/media/constructors-expected.checksum: Removed.
* platform/mac/media/constructors-expected.png: Removed.
* platform/mac/media/fallback-expected.checksum: Removed.
* platform/mac/media/fallback-expected.png: Removed.
* platform/mac/media/progress-event-expected.checksum: Removed.
* platform/mac/media/progress-event-expected.png: Removed.
* platform/mac/media/remove-from-document-expected.checksum: Removed.
* platform/mac/media/remove-from-document-expected.png: Removed.
* platform/mac/media/unsupported-rtsp-expected.checksum: Removed.
* platform/mac/media/unsupported-rtsp-expected.png: Removed.
* platform/mac/media/unsupported-tracks-expected.checksum: Removed.
* platform/mac/media/unsupported-tracks-expected.png: Removed.
* platform/mac/media/video-append-source-expected.checksum: Removed.
* platform/mac/media/video-append-source-expected.png: Removed.
* platform/mac/media/video-autoplay-expected.checksum: Removed.
* platform/mac/media/video-autoplay-expected.png: Removed.
* platform/mac/media/video-buffered-expected.checksum: Removed.
* platform/mac/media/video-buffered-expected.png: Removed.
* platform/mac/media/video-controls-expected.checksum: Removed.
* platform/mac/media/video-controls-expected.png: Removed.
* platform/mac/media/video-currentTime-expected.checksum: Removed.
* platform/mac/media/video-currentTime-expected.png: Removed.
* platform/mac/media/video-currentTime-set-expected.checksum: Removed.
* platform/mac/media/video-currentTime-set-expected.png: Removed.
* platform/mac/media/video-currentTime-set2-expected.checksum: Removed.
* platform/mac/media/video-currentTime-set2-expected.png: Removed.
* platform/mac/media/video-dom-autoplay-expected.checksum: Removed.
* platform/mac/media/video-dom-autoplay-expected.png: Removed.
* platform/mac/media/video-dom-end-expected.checksum: Removed.
* platform/mac/media/video-dom-end-expected.png: Removed.
* platform/mac/media/video-dom-loopcount-expected.checksum: Removed.
* platform/mac/media/video-dom-loopcount-expected.png: Removed.
* platform/mac/media/video-dom-loopend-expected.checksum: Removed.
* platform/mac/media/video-dom-loopend-expected.png: Removed.
* platform/mac/media/video-dom-loopstart-expected.checksum: Removed.
* platform/mac/media/video-dom-loopstart-expected.png: Removed.
* platform/mac/media/video-dom-src-expected.checksum: Removed.
* platform/mac/media/video-dom-src-expected.png: Removed.
* platform/mac/media/video-dom-start-expected.checksum: Removed.
* platform/mac/media/video-dom-start-expected.png: Removed.
* platform/mac/media/video-end-expected.checksum: Removed.
* platform/mac/media/video-end-expected.png: Removed.
* platform/mac/media/video-error-abort-expected.checksum: Removed.
* platform/mac/media/video-error-abort-expected.png: Removed.
* platform/mac/media/video-error-does-not-exist-expected.checksum: Removed.
* platform/mac/media/video-error-does-not-exist-expected.png: Removed.
* platform/mac/media/video-load-networkState-expected.checksum: Removed.
* platform/mac/media/video-load-networkState-expected.png: Removed.
* platform/mac/media/video-load-readyState-expected.checksum: Removed.
* platform/mac/media/video-load-readyState-expected.png: Removed.
* platform/mac/media/video-loopcount-expected.checksum: Removed.
* platform/mac/media/video-loopcount-expected.png: Removed.
* platform/mac/media/video-loopend-expected.checksum: Removed.
* platform/mac/media/video-loopend-expected.png: Removed.
* platform/mac/media/video-loopstart-expected.checksum: Removed.
* platform/mac/media/video-loopstart-expected.png: Removed.
* platform/mac/media/video-muted-expected.checksum: Removed.
* platform/mac/media/video-muted-expected.png: Removed.
* platform/mac/media/video-no-autoplay-expected.checksum: Removed.
* platform/mac/media/video-no-autoplay-expected.png: Removed.
* platform/mac/media/video-pause-empty-events-expected.checksum: Removed.
* platform/mac/media/video-pause-empty-events-expected.png: Removed.
* platform/mac/media/video-play-empty-events-expected.checksum: Removed.
* platform/mac/media/video-play-empty-events-expected.png: Removed.
* platform/mac/media/video-play-pause-events-expected.checksum: Removed.
* platform/mac/media/video-play-pause-events-expected.png: Removed.
* platform/mac/media/video-play-pause-exception-expected.checksum: Removed.
* platform/mac/media/video-play-pause-exception-expected.png: Removed.
* platform/mac/media/video-poster-expected.checksum: Removed.
* platform/mac/media/video-poster-expected.png: Removed.
* platform/mac/media/video-seek-past-end-paused-expected.checksum: Removed.
* platform/mac/media/video-seek-past-end-paused-expected.png: Removed.
* platform/mac/media/video-seek-past-end-playing-expected.checksum: Removed.
* platform/mac/media/video-seek-past-end-playing-expected.png: Removed.
* platform/mac/media/video-seekable-expected.checksum: Removed.
* platform/mac/media/video-seekable-expected.png: Removed.
* platform/mac/media/video-seeking-expected.checksum: Removed.
* platform/mac/media/video-seeking-expected.png: Removed.
* platform/mac/media/video-size-expected.checksum: Removed.
* platform/mac/media/video-size-expected.png: Removed.
* platform/mac/media/video-source-expected.checksum: Removed.
* platform/mac/media/video-source-expected.png: Removed.
* platform/mac/media/video-source-media-expected.checksum: Removed.
* platform/mac/media/video-source-media-expected.png: Removed.
* platform/mac/media/video-source-type-expected.checksum: Removed.
* platform/mac/media/video-source-type-expected.png: Removed.
* platform/mac/media/video-src-change-expected.checksum: Removed.
* platform/mac/media/video-src-change-expected.png: Removed.
* platform/mac/media/video-src-expected.checksum: Removed.
* platform/mac/media/video-src-expected.png: Removed.
* platform/mac/media/video-src-remove-expected.checksum: Removed.
* platform/mac/media/video-src-remove-expected.png: Removed.
* platform/mac/media/video-src-set-expected.checksum: Removed.
* platform/mac/media/video-src-set-expected.png: Removed.
* platform/mac/media/video-src-source-expected.checksum: Removed.
* platform/mac/media/video-src-source-expected.png: Removed.
* platform/mac/media/video-start-expected.checksum: Removed.
* platform/mac/media/video-start-expected.png: Removed.
* platform/mac/media/video-volume-expected.checksum: Removed.
* platform/mac/media/video-volume-expected.png: Removed.
* platform/mac/media/video-width-height-expected.checksum: Removed.
* platform/mac/media/video-width-height-expected.png: Removed.
2008-01-29 Adele Peterson <adele@apple.com>
Reviewed by Antti.
Removing test from Skipped list for <rdar://5683527> media/{audio,video|-controls-rendering.html failing
* platform/win/Skipped:
2008-01-29 Dan Bernstein <mitz@apple.com>
- re-add a couple of tests that are still failing back to the list
* platform/win/Skipped:
2008-01-29 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig. Sam Weinig.
Fixed <rdar://problem/5692566> fast/encoding/mailto-always-utf-8.html
fails when run after fast/dom/Window/window-property-shadowing.html (16902)
These layout tests demonstrate the expected behavior of window.name,
including the fact that one test can change the window.name value seen
by another test:
* fast/dom/Window/window-property-shadowing-name-expected.txt: Added.
* fast/dom/Window/window-property-shadowing-name.html: Added.
* fast/dom/Window/window-property-clearing-expected.txt:
* fast/dom/Window/window-property-clearing.html:
Modified these expected results not to depend on window.name. Since a
previous test may have explicitly set window.name, we can't rely on its
implicit value:
* fast/encoding/mailto-always-utf-8-expected.txt:
* fast/forms/mailto/advanced-get-expected.txt:
* fast/forms/mailto/advanced-put-expected.txt:
* fast/forms/mailto/get-multiple-items-expected.txt:
* fast/forms/mailto/get-multiple-items-text-plain-expected.txt:
* fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt:
* fast/forms/mailto/get-non-ascii-always-utf-8-expected.txt:
* fast/forms/mailto/get-non-ascii-expected.txt:
* fast/forms/mailto/get-non-ascii-text-plain-expected.txt:
* fast/forms/mailto/get-non-ascii-text-plain-latin-1-expected.txt:
* fast/forms/mailto/get-overwrite-query-expected.txt:
* fast/forms/mailto/post-append-query-expected.txt:
* fast/forms/mailto/post-multiple-items-expected.txt:
* fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt:
* fast/forms/mailto/post-multiple-items-text-plain-expected.txt:
* fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt:
* fast/forms/mailto/post-text-plain-expected.txt:
* fast/forms/mailto/post-text-plain-with-accept-charset-expected.txt:
* http/tests/security/feed-urls-from-remote-expected.txt:
2008-01-29 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben and Oliver Hunt.
- remove skipped tests after fixing <rdar://problem/5713131> REGRESSION (r29246): Many SVG font tests are failing
* platform/win/Skipped:
2008-01-29 Eric Seidel <eric@webkit.org>
Reviewed by Nikolas.
Acid3 after double-attach
http://bugs.webkit.org/show_bug.cgi?id=17058
* svg/custom/textPath-assert-expected.txt: Added.
* svg/custom/textPath-assert.svg: Added.
2008-01-29 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Added new failures.
2008-01-28 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric, Dan & Oliver.
Update layout tests after adding external SVG Fonts support.
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
* platform/mac/svg/custom/svg-fonts-in-html-expected.checksum: Added.
* platform/mac/svg/custom/svg-fonts-in-html-expected.png: Added.
* platform/mac/svg/custom/svg-fonts-in-html-expected.txt: Added.
* svg/custom/resources/graffiti.svg: Added.
* svg/custom/svg-fonts-in-html.html: Added.
2008-01-28 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben.
- updated results for a test that was failing on Windows
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
2008-01-28 Alexey Proskuryakov <ap@webkit.org>
<rdar://problem/5667017> storage/execute-sql-args.html failing -- openDatabase returning null on buildbot
* platform/win/Skipped: Removed a passing test.
2008-01-28 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- pixel test for http://bugs.webkit.org/show_bug.cgi?id=16774
REGRESSION (r27464-r27504) javascript popup menu does not display 'close' button
* fast/dynamic/float-no-longer-overhanging.html: Added.
* platform/mac/fast/dynamic/float-no-longer-overhanging-expected.checksum: Added.
* platform/mac/fast/dynamic/float-no-longer-overhanging-expected.png: Added.
* platform/mac/fast/dynamic/float-no-longer-overhanging-expected.txt: Added.
2008-01-28 Oliver Hunt <oliver@apple.com>
RS=Mark.
Due to a difference between the collision bounds for paths
in different versions of CG these tests need modified to
pass on tiger and leopard.
* fast/canvas/pointInPath-expected.txt:
* fast/canvas/pointInPath.js:
2008-01-27 Oliver Hunt <oliver@apple.com>
Reviewed by Sam Weinig.
Test case for canvas.pointInPath
* fast/canvas/pointInPath-expected.txt: Added.
* fast/canvas/pointInPath.html: Added.
* fast/canvas/pointInPath.js: Added.
2008-01-27 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=17014
REGRESSION: EUC-CN code A3A0 is mapped to U+E5E5 instead of U+3000
* fast/encoding/char-decoding-expected.txt:
* fast/encoding/char-decoding.html:
2008-01-27 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- make some CSS2.1 tests pass on Windows by using @font-face to force
font fallback to match Mac OS X.
* platform/win/Skipped:
* platform/win/css2.1: Added.
* platform/win/css2.1/resources: Added.
* platform/win/css2.1/resources/Mac-compatible-font-fallback.css: Added.
* platform/win/css2.1/resources/run-webkit-tests-epilogue.html: Added.
* platform/win/css2.1/resources/run-webkit-tests-prologue.html: Added.
2008-01-27 Darin Adler <darin@apple.com>
* http/tests/security/cross-frame-access-put-expected.txt: Updated again.
Not sure why, but I generated a different result the first time I tried.
I suspect this test gives different results depending on what other tests
are run with it.
2008-01-27 Darin Adler <darin@apple.com>
- updated some test results I missed that were affected by my fix for bug 16498
* fast/dom/xmlhttprequest-get-expected.txt:
* http/tests/security/cross-frame-access-put-expected.txt:
* plugins/inner-html-display-none-expected.txt:
2008-01-27 Darin Adler <darin@apple.com>
Reviewed by Oliver.
- tests for <rdar://problem/5657450> REGRESSION: const is broken
* fast/js/const-expected.txt: Updated with results that express success
rather than failure, and to include the many new tests I added.
* fast/js/kde/const-expected.txt: Ditto.
* fast/js/resources/const.js: Added many new tests, covering the various
cases of const in globals, function locals, the slow case inside eval,
the different node types, and the values of the expressions.
2008-01-27 Darin Adler <darin@apple.com>
Reviewed by Oliver.
- test for http://bugs.webkit.org/show_bug.cgi?id=16498
''.constructor.toString() gives [function]
* fast/js/function-names-expected.txt: Updated for new tests.
* fast/js/kde/resources/function.js: Updated test to expect the format that Gecko uses
for native code, which we now match character for character.
* fast/js/resources/function-names.js: Added tests for the names of all the constructors.
2008-01-27 Matt Perry <mpComplete@gmail.com>
Reviewed by Darin.
Test cases for fix to http://bugs.webkit.org/show_bug.cgi?id=14959
No back forward entry added for pages created in javascript.
* http/tests/navigation/document-open-adds-history-item-expected.txt: Added.
* http/tests/navigation/document-open-adds-history-item.html: Added.
* http/tests/navigation/document-open-delayed-adds-history-item-expected.txt: Added.
* http/tests/navigation/document-open-delayed-adds-history-item.html: Added.
* http/tests/navigation/document-open-new-window-adds-history-item-expected.txt: Added.
* http/tests/navigation/document-open-new-window-adds-history-item.html: Added.
* http/tests/navigation/document-open-replace-no-history-item-expected.txt: Added.
* http/tests/navigation/document-open-replace-no-history-item.html: Added.
2008-01-26 Darin Adler <darin@apple.com>
Reviewed by Oliver.
- test for http://bugs.webkit.org/show_bug.cgi?id=17027
Incorrect Function.toString behaviour with read/modify/write operators performed on negative numbers
* fast/js/function-toString-parentheses-expected.txt: Updated.
* fast/js/resources/function-toString-parentheses.js: More test cases.
2008-01-26 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej and Darin.
Test cases for http://bugs.webkit.org/show_bug.cgi?id=17020
Function.toString does not parenthesise numbers for the bracket accessor
* fast/js/function-toString-parentheses-expected.txt:
* fast/js/resources/function-toString-parentheses.js:
2008-01-26 Oliver Hunt <oliver@apple.com>
Reviewed by Darin.
Add test for getters and setters as part of fix for bug #17018
* fast/js/function-toString-object-literals-expected.txt:
* fast/js/resources/function-toString-object-literals.js:
2008-01-26 Darin Adler <darin@apple.com>
Reviewed by Oliver.
- test for http://bugs.webkit.org/show_bug.cgi?id=17013
JSC can't round trip certain for-loops
* fast/js/resources/toString-for-var-decl.js: Streamlined the test a bit, with more
of the execution within shouldBe so that exceptions are caught for us. Added a new
test case reflecting the just-fixed bug.
* fast/js/toString-for-var-decl-expected.txt: Updated.
2008-01-25 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
Add additional check for using Function.toString on a function with object literals
* fast/js/function-toString-parentheses-expected.txt:
* fast/js/resources/function-toString-parentheses.js:
2008-01-25 Darin Adler <darin@apple.com>
Reviewed by Anders.
- test for <rdar://problem/5691072> ASSERTION FAILED: isPrepared() when executing an empty statement
* storage/empty-statement-expected.txt: Added.
* storage/empty-statement.html: Added.
2008-01-25 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
Fix <rdar://problem/5674282>
Some media tests fail on Windows
- fix the script to exit cleanly
- slightly increase the amount of data to hand out before stalling, apparently
QT on Windows needs more to start playback
* http/tests/media/remove-while-loading.html:
* http/tests/media/video-load-and-stall.cgi:
* http/tests/media/video-play-stall-seek.html:
* http/tests/media/video-play-stall.html:
* http/tests/media/video-seekable-stall.html:
* platform/win/Skipped:
2008-01-25 Adele Peterson <adele@apple.com>
Reviewed by Sam.
Adding new test and updated results for:
<rdar://problem/5679452> Finish tweaking layout/alignment of media controls slider to match QuickTime plug-in
* fast/forms/slider-padding.html: Added.
* platform/mac/fast/forms/slider-padding-expected.checksum: Added.
* platform/mac/fast/forms/slider-padding-expected.png: Added.
* platform/mac/fast/forms/slider-padding-expected.txt: Added.
* platform/mac/media/audio-controls-rendering-expected.checksum:
* platform/mac/media/audio-controls-rendering-expected.png:
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/broken-video-expected.checksum:
* platform/mac/media/broken-video-expected.png:
* platform/mac/media/progress-event-expected.checksum:
* platform/mac/media/progress-event-expected.png:
* platform/mac/media/unsupported-rtsp-expected.checksum:
* platform/mac/media/unsupported-rtsp-expected.png:
* platform/mac/media/unsupported-tracks-expected.checksum:
* platform/mac/media/unsupported-tracks-expected.png:
* platform/mac/media/video-append-source-expected.checksum:
* platform/mac/media/video-append-source-expected.png:
* platform/mac/media/video-autoplay-expected.checksum:
* platform/mac/media/video-autoplay-expected.png:
* platform/mac/media/video-buffered-expected.checksum:
* platform/mac/media/video-buffered-expected.png:
* platform/mac/media/video-controls-expected.checksum:
* platform/mac/media/video-controls-expected.png:
* platform/mac/media/video-controls-rendering-expected.checksum:
* platform/mac/media/video-controls-rendering-expected.png:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-currentTime-set2-expected.checksum:
* platform/mac/media/video-currentTime-set2-expected.png:
* platform/mac/media/video-display-toggle-expected.checksum:
* platform/mac/media/video-display-toggle-expected.png:
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-dom-autoplay-expected.checksum:
* platform/mac/media/video-dom-autoplay-expected.png:
* platform/mac/media/video-dom-src-expected.checksum:
* platform/mac/media/video-dom-src-expected.png:
* platform/mac/media/video-dom-start-expected.checksum:
* platform/mac/media/video-dom-start-expected.png:
* platform/mac/media/video-error-abort-expected.checksum:
* platform/mac/media/video-error-abort-expected.png:
* platform/mac/media/video-error-does-not-exist-expected.checksum:
* platform/mac/media/video-error-does-not-exist-expected.png:
* platform/mac/media/video-load-networkState-expected.checksum:
* platform/mac/media/video-load-networkState-expected.png:
* platform/mac/media/video-load-readyState-expected.checksum:
* platform/mac/media/video-load-readyState-expected.png:
* platform/mac/media/video-muted-expected.checksum:
* platform/mac/media/video-muted-expected.png:
* platform/mac/media/video-no-autoplay-expected.checksum:
* platform/mac/media/video-no-autoplay-expected.png:
* platform/mac/media/video-pause-empty-events-expected.checksum:
* platform/mac/media/video-pause-empty-events-expected.png:
* platform/mac/media/video-play-empty-events-expected.checksum:
* platform/mac/media/video-play-empty-events-expected.png:
* platform/mac/media/video-play-pause-events-expected.checksum:
* platform/mac/media/video-play-pause-events-expected.png:
* platform/mac/media/video-play-pause-exception-expected.checksum:
* platform/mac/media/video-play-pause-exception-expected.png:
* platform/mac/media/video-seek-past-end-paused-expected.checksum:
* platform/mac/media/video-seek-past-end-paused-expected.png:
* platform/mac/media/video-seek-past-end-playing-expected.checksum:
* platform/mac/media/video-seek-past-end-playing-expected.png:
* platform/mac/media/video-seekable-expected.checksum:
* platform/mac/media/video-seekable-expected.png:
* platform/mac/media/video-seeking-expected.checksum:
* platform/mac/media/video-seeking-expected.png:
* platform/mac/media/video-size-expected.checksum:
* platform/mac/media/video-size-expected.png:
* platform/mac/media/video-source-expected.checksum:
* platform/mac/media/video-source-expected.png:
* platform/mac/media/video-source-media-expected.checksum:
* platform/mac/media/video-source-media-expected.png:
* platform/mac/media/video-source-type-expected.checksum:
* platform/mac/media/video-source-type-expected.png: