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:
* platform/mac/media/video-src-change-expected.checksum:
* platform/mac/media/video-src-change-expected.png:
* platform/mac/media/video-src-expected.checksum:
* platform/mac/media/video-src-expected.png:
* platform/mac/media/video-src-remove-expected.checksum:
* platform/mac/media/video-src-remove-expected.png:
* platform/mac/media/video-src-set-expected.checksum:
* platform/mac/media/video-src-set-expected.png:
* platform/mac/media/video-src-source-expected.checksum:
* platform/mac/media/video-src-source-expected.png:
* platform/mac/media/video-start-expected.checksum:
* platform/mac/media/video-start-expected.png:
* platform/mac/media/video-volume-expected.checksum:
* platform/mac/media/video-volume-expected.png:
* platform/mac/media/video-width-height-expected.checksum:
* platform/mac/media/video-width-height-expected.png:
2008-01-25 Antti Koivisto <antti@apple.com>
<rdar://problem/5674277>
Test media/video-display-toggle.html crashes on Windows
Appears to be some problem in DRT when test ends with layout pending.
Fixed by forcing layout, this improves test coverage too.
* media/video-display-toggle.html:
* platform/win/Skipped:
2008-01-25 Alexey Proskuryakov <ap@webkit.org>
<rdar://problem/5706788> http/tests/security/cross-frame-access-port-explicit-domain.html fails on Windows
* platform/win/Skipped:
2008-01-25 Alexey Proskuryakov <ap@webkit.org>
http/tests/xmlhttprequest/readystatechange.html fails on buildbot.
* platform/win/Skipped:
2008-01-24 Sam Weinig <sam@webkit.org>
Reviewed by Ada Chan.
<rdar://5131975> DumpRenderTree doesn't support undo/redo
* platform/win/Skipped: With undo/redo support enabled, we can now
remove the undo tests from the Skipped list.
2008-01-24 Adam Roben <aroben@apple.com>
Test for Bug 16996: Crash in createFontCustomPlatformData when loading
0-byte font via @font-face
<http://bugs.webkit.org/show_bug.cgi?id=16996>
Reviewed by Hyatt.
* fast/loader/font-face-empty-expected.txt: Added.
* fast/loader/font-face-empty.html: Added.
2008-01-24 Alexey Proskuryakov <ap@webkit.org>
http://bugs.webkit.org/show_bug.cgi?id=16993
<rdar://problem/5704331> REGRESSION: Loading page leads to many unexpected redirections
Rolled out r29590, which was not a correct fix for <rdar://problem/5692566>.
* fast/dom/Window/window-property-shadowing_-expected.txt: Removed.
* fast/dom/Window/window-property-shadowing_.html: Removed.
* platform/win/Skipped:
2008-01-23 Antti Koivisto <antti@apple.com>
Reviewed by Adam.
Test that playback can be resumed by seeking backwards after a stall.
* http/tests/media/video-play-stall-seek-expected.txt: Added.
* http/tests/media/video-play-stall-seek.html: Added.
* platform/win/Skipped:
2008-01-15 Michael Goddard <michael.goddard@trolltech.com>
Reviewed by Darin.
Add a test for a crash encountered with -webkit-border-image.
* fast/css/border-image-crash-expected.txt: Added.
* fast/css/border-image-crash.html: Added.
2008-01-23 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/4200075> Missing support for accented chars in mailto forms
* fast/forms/mailto/get-non-ascii-always-utf-8-expected.txt:
* fast/forms/mailto/get-non-ascii-text-plain-latin-1-expected.txt: Added.
* fast/forms/mailto/get-non-ascii-text-plain-latin-1.html: Added.
These results do not match Firefox, which uses page encoding for GET. Mail.app fails to create
a message then; there doesn't seem to be any reason for GET to be different from POST.
* fast/forms/mailto/post-text-plain-expected.txt: Added.
* fast/forms/mailto/post-text-plain-with-accept-charset-expected.txt: Added.
* fast/forms/mailto/post-text-plain-with-accept-charset.html: Added.
* fast/forms/mailto/post-text-plain.html: Added.
2008-01-23 Justin Garcia <justin.garcia@apple.com>
Reviewed by Alice Liu.
<rdar://problem/5658727> Undo/redo for pasted or typed text in yahoo mail becomes disabled after one round of being selected
* editing/undo/5658727-expected.txt: Added.
* editing/undo/5658727.html: Added.
2008-01-23 Adam Roben <aroben@apple.com>
Add a test for <rdar://5700620> REGRESSION (r28190): "Open frame in
new tab" instead of "Open link in new tab" @ digg.com
Reviewed by Dan.
* fast/events/contextmenu-scrolled-page-with-frame-expected.txt: Added.
* fast/events/contextmenu-scrolled-page-with-frame.html: Added.
2008-01-23 Dan Bernstein <mitz@apple.com>
- updated results following <http://trac.webkit.org/projects/webkit/changeset/29721>
* 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-01-22 Anders Carlsson <andersca@apple.com>
Reviewed by Darin and Adam.
<rdar://problem/5688975>
div element on microsoft site has wrong left offset.
Add test.
* plugins/netscape-get-property-return-value-expected.txt: Added.
* plugins/netscape-get-property-return-value.html: Added.
2008-01-22 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Adam Roben.
<rdar://problem/5670257> editing/selection/4895428-3.html makes editing/selection/5131716-2.html fail
* platform/win/Skipped: Removed this test, as it doesn't cause problems any more.
2008-01-22 Adam Roben <aroben@apple.com>
Tests for <rdar://5693599> REGRESSION (r29369): scroll bars are drawing when they shouldn't be on an ad on cnn.com
Reviewed by Hyatt.
* fast/frames/frame-scrolling-attribute.html: Added.
* fast/frames/iframe-scrolling-attribute.html: Added.
* platform/mac/fast/frames/frame-scrolling-attribute-expected.checksum: Added.
* platform/mac/fast/frames/frame-scrolling-attribute-expected.png: Added.
* platform/mac/fast/frames/frame-scrolling-attribute-expected.txt: Added.
* platform/mac/fast/frames/iframe-scrolling-attribute-expected.checksum: Added.
* platform/mac/fast/frames/iframe-scrolling-attribute-expected.png: Added.
* platform/mac/fast/frames/iframe-scrolling-attribute-expected.txt: Added.
2008-01-22 Dan Bernstein <mitz@apple.com>
Reviewed by Eric.
- test for http://bugs.webkit.org/show_bug.cgi?id=16967
<rdar://problem/5699344> Reproducible crash when navigating back to a page using SVG fonts
* platform/mac/svg/custom/font-platformDestroy-crash-expected.checksum: Added.
* platform/mac/svg/custom/font-platformDestroy-crash-expected.png: Added.
* svg/custom/font-platformDestroy-crash-expected.txt: Added.
* svg/custom/font-platformDestroy-crash.svg: Added.
2008-01-22 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
Ported the font implementation to use the new QFont features of Qt 4.4.
* platform/qt/css1/text_properties/letter_spacing-expected.txt:
* platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.txt:
* platform/qt/fast/css-generated-content/wbr-with-before-content-expected.txt:
* platform/qt/fast/css/ex-after-font-variant-expected.txt:
* platform/qt/fast/css/word-space-extra-expected.txt:
* platform/qt/fast/encoding/denormalised-voiced-japanese-chars-expected.txt:
* platform/qt/fast/repaint/continuation-after-outline-expected.txt:
* platform/qt/fast/text/atsui-multiple-renderers-expected.txt:
* platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
* platform/qt/fast/text/basic/003-expected.txt:
* platform/qt/fast/text/basic/013-expected.txt:
* platform/qt/fast/text/large-text-composed-char-expected.txt:
* platform/qt/fast/text/letter-spacing-negative-opacity-expected.txt:
* platform/qt/fast/text/wide-zero-width-space-expected.txt:
* platform/qt/fast/text/word-break-soft-hyphen-expected.txt: Added.
* platform/qt/tables/mozilla/images/adforce_imgis_com-expected.txt:
2008-01-21 Eric Seidel <eric@webkit.org>
Reviewed by Nikolas & Oliver.
* svg/custom/svg-features-expected.txt: updated to reflect foreignObject off and fonts on
2008-01-21 Geoffrey Garen <ggaren@apple.com>
Layout test for http://bugs.webkit.org/show_bug.cgi?id=16909
REGRESSION: Amazon.com crash (ActivationImp)
* fast/js/exec-state-marking-expected.txt: Added.
* fast/js/exec-state-marking.html: Added.
2008-01-21 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric.
Update layout test results after adding missing-glyph support.
Add new layout test svg/custom/glyph-selection-lang-attribute.svg.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-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-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-glyph-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
* 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/masking-mask-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-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/text-altglyph-01-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.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
* platform/mac/svg/batik/text/textEffect-expected.checksum:
* platform/mac/svg/batik/text/textEffect-expected.png:
* platform/mac/svg/batik/text/textEffect-expected.txt:
* platform/mac/svg/batik/text/textEffect3-expected.checksum:
* platform/mac/svg/batik/text/textEffect3-expected.png:
* platform/mac/svg/batik/text/textEffect3-expected.txt:
* platform/mac/svg/batik/text/textPosition2-expected.txt:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
* platform/mac/svg/custom/glyph-selection-lang-attribute-expected.checksum: Added.
* platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png: Added.
* platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt: Added.
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-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/hixie/mixed/008-expected.checksum:
* platform/mac/svg/hixie/mixed/008-expected.png:
* platform/mac/svg/hixie/mixed/009-expected.checksum:
* platform/mac/svg/hixie/mixed/009-expected.png:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
* platform/mac/svg/text/text-altglyph-01-b-expected.checksum:
* platform/mac/svg/text/text-altglyph-01-b-expected.png:
* platform/mac/svg/text/text-altglyph-01-b-expected.txt:
* platform/mac/svg/text/text-text-04-t-expected.checksum:
* platform/mac/svg/text/text-text-04-t-expected.png:
* platform/mac/svg/text/text-text-04-t-expected.txt:
* platform/mac/svg/text/text-text-05-t-expected.checksum:
* platform/mac/svg/text/text-text-05-t-expected.png:
* platform/mac/svg/text/text-text-05-t-expected.txt:
* platform/mac/svg/text/text-text-06-t-expected.checksum:
* platform/mac/svg/text/text-text-06-t-expected.png:
* platform/mac/svg/text/text-text-06-t-expected.txt:
* svg/custom/glyph-selection-lang-attribute.svg: Added.
2008-01-21 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Oliver.
Add missing layout test results.
* platform/mac/svg/custom/stroke-width-click-expected.checksum: Added.
* platform/mac/svg/custom/stroke-width-click-expected.png: Added.
* platform/mac/svg/text/text-property-with-display-none-expected.checksum: Added.
* platform/mac/svg/text/text-property-with-display-none-expected.png: Added.
2008-01-21 David Hyatt <hyatt@apple.com>
http://bugs.webkit.org/show_bug.cgi?id=16935
Reviewed by olliej
* fast/layers/positioned-inside-root-with-margins.html: Added.
* platform/mac/fast/layers/positioned-inside-root-with-margins-expected.checksum: Added.
* platform/mac/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
* platform/mac/fast/layers/positioned-inside-root-with-margins-expected.txt: Added.
2008-01-21 Adele Peterson <adele@apple.com>
Adding media/{audio,video}-controls-rendering.html back to the skipped list, since they're still failing on some machines.
* platform/win/Skipped:
2008-01-21 Antti Koivisto <antti@apple.com>
Try to make the test less timing dependent to fix occasional test bot failures.
* media/video-seek-past-end-paused-expected.txt:
* media/video-seek-past-end-paused.html:
2008-01-20 Dan Bernstein <mitz@apple.com>
- update Tiger-specific results for r29667
* platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
2008-01-20 Collin Jackson <webkit@collinjackson.com>
Reviewed by Sam Weinig.
Tests for http://bugs.webkit.org/show_bug.cgi?id=16775
* http/tests/security/postMessage: Added.
* http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag-expected.txt: Added.
* http/tests/security/postMessage/domain-and-uri-unaffected-by-base-tag.html: Added.
* http/tests/security/postMessage/domain-unaffected-by-document-domain-expected.txt: Added.
* http/tests/security/postMessage/domain-unaffected-by-document-domain.html: Added.
* http/tests/security/postMessage/javascript-page-still-sends-domain-expected.txt: Added.
* http/tests/security/postMessage/javascript-page-still-sends-domain.html: Added.
* http/tests/security/postMessage/resources: Added.
* http/tests/security/postMessage/resources/javascript-post-message-sender.html: Added.
* http/tests/security/postMessage/resources/post-message-listener.html: Added.
2008-01-20 Antti Koivisto <antti@apple.com>
Reviewed by Adele.
Update test so it checks the state of time related properties after the failure.
* media/video-error-does-not-exist-expected.txt:
* media/video-error-does-not-exist.html:
2008-01-19 Dan Bernstein <mitz@apple.com>
Reviewed by Maciej Stachowiak.
- test and updated results for <rdar://problem/5645813> CrashTracer: [USER] 6 crashes in Safari at com.apple.WebCore: WebCore::RenderBox::destroy + 116
* editing/selection/inconsistent-in-removeChildNode.html: Added.
* platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt:
* platform/mac-leopard/editing/selection: Added.
* platform/mac-leopard/editing/selection/inconsistent-in-removeChildNode-expected.checksum: Added.
* platform/mac-leopard/editing/selection/inconsistent-in-removeChildNode-expected.png: Added.
* 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/deleting/delete-leading-ws-001-expected.txt:
* platform/mac/editing/deleting/delete-line-011-expected.txt:
* platform/mac/editing/execCommand/find-after-replace-expected.txt:
* platform/mac/editing/execCommand/paste-1-expected.txt:
* platform/mac/editing/execCommand/paste-2-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
* platform/mac/editing/selection/inconsistent-in-removeChildNode-expected.txt: Added.
* platform/mac/editing/selection/move-between-blocks-no-001-expected.txt:
* platform/mac/editing/selection/replace-selection-1-expected.txt:
* platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
* 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-expected.txt:
* platform/mac/editing/style/remove-underline-in-bold-expected.txt:
* platform/mac/editing/style/unbold-in-bold-expected.txt:
2008-01-18 Adele Peterson <adele@apple.com>
Reviewed by Oliver.
Fix for <rdar://5683527> media/{audio,video|-controls-rendering.html failing
Remove platform specific results from media directory, since they should match the mac. Also, remove these tests from the skipped list.
* platform/win/Skipped:
* platform/win/media: Removed.
2008-01-18 Adele Peterson <adele@apple.com>
Updating these results again. I accidently checked in the other results with some local changes.
* platform/mac/media/audio-controls-rendering-expected.checksum:
* platform/mac/media/audio-controls-rendering-expected.png:
* platform/mac/media/video-controls-rendering-expected.checksum:
* platform/mac/media/video-controls-rendering-expected.png:
* platform/mac/media/video-display-toggle-expected.checksum:
* platform/mac/media/video-display-toggle-expected.png:
* platform/mac/media/video-seek-past-end-playing-expected.checksum:
* platform/mac/media/video-seek-past-end-playing-expected.png:
2008-01-18 Beth Dakin <bdakin@apple.com>
Rubber stamped by Darin.
These are updated test results after http://bugs.webkit.org/
show_bug.cgi?id=15765 ASSERTION FAILED: m_frame->page() in
FrameLoader::tokenizerProcessedData using the new GMail interface
was checked in. This is a TEMPORARY fix until http://
bugs.webkit.org/show_bug.cgi?id=16853 really addresses this
problem.
* http/tests/loading/gmail-assert-on-load-expected.txt:
* http/tests/loading/onload-vs-immediate-refresh-expected.txt:
2008-01-18 Kevin McCullough <kmccullough@apple.com>
Rubber stamped by Geoff.
- <rdar://5667267> editing/selection/5131716-1.html is failing
The problem is when the fonts are not present, but they should be
available now. This may have failed for other reasons in the past
that are now fixed.
* platform/win/Skipped:
2008-01-18 Adele Peterson <adele@apple.com>
Reviewed by Antti.
Adding pixel results for media tests.
* platform/mac/media/audio-constructor-expected.checksum: Added.
* platform/mac/media/audio-constructor-expected.png: Added.
* platform/mac/media/audio-constructor-src-expected.checksum: Added.
* platform/mac/media/audio-constructor-src-expected.png: Added.
* platform/mac/media/broken-video-expected.checksum: Added.
* platform/mac/media/broken-video-expected.png: Added.
* platform/mac/media/constructors-expected.checksum: Added.
* platform/mac/media/constructors-expected.png: Added.
* platform/mac/media/fallback-expected.checksum: Added.
* platform/mac/media/fallback-expected.png: Added.
* platform/mac/media/progress-event-expected.checksum: Added.
* platform/mac/media/progress-event-expected.png: Added.
* platform/mac/media/remove-from-document-expected.checksum: Added.
* platform/mac/media/remove-from-document-expected.png: Added.
* platform/mac/media/unsupported-rtsp-expected.checksum: Added.
* platform/mac/media/unsupported-rtsp-expected.png: Added.
* platform/mac/media/unsupported-tracks-expected.checksum: Added.
* platform/mac/media/unsupported-tracks-expected.png: Added.
* platform/mac/media/video-append-source-expected.checksum: Added.
* platform/mac/media/video-append-source-expected.png: Added.
* platform/mac/media/video-autoplay-expected.checksum: Added.
* platform/mac/media/video-autoplay-expected.png: Added.
* platform/mac/media/video-buffered-expected.checksum: Added.
* platform/mac/media/video-buffered-expected.png: Added.
* platform/mac/media/video-controls-expected.checksum: Added.
* platform/mac/media/video-controls-expected.png: Added.
* platform/mac/media/video-currentTime-expected.checksum: Added.
* platform/mac/media/video-currentTime-expected.png: Added.
* platform/mac/media/video-currentTime-set-expected.checksum: Added.
* platform/mac/media/video-currentTime-set-expected.png: Added.
* platform/mac/media/video-currentTime-set2-expected.checksum: Added.
* platform/mac/media/video-currentTime-set2-expected.png: Added.
* platform/mac/media/video-dom-autoplay-expected.checksum: Added.
* platform/mac/media/video-dom-autoplay-expected.png: Added.
* platform/mac/media/video-dom-end-expected.checksum: Added.
* platform/mac/media/video-dom-end-expected.png: Added.
* platform/mac/media/video-dom-loopcount-expected.checksum: Added.
* platform/mac/media/video-dom-loopcount-expected.png: Added.
* platform/mac/media/video-dom-loopend-expected.checksum: Added.
* platform/mac/media/video-dom-loopend-expected.png: Added.
* platform/mac/media/video-dom-loopstart-expected.checksum: Added.
* platform/mac/media/video-dom-loopstart-expected.png: Added.
* platform/mac/media/video-dom-src-expected.checksum: Added.
* platform/mac/media/video-dom-src-expected.png: Added.
* platform/mac/media/video-dom-start-expected.checksum: Added.
* platform/mac/media/video-dom-start-expected.png: Added.
* platform/mac/media/video-end-expected.checksum: Added.
* platform/mac/media/video-end-expected.png: Added.
* platform/mac/media/video-error-abort-expected.checksum: Added.
* platform/mac/media/video-error-abort-expected.png: Added.
* platform/mac/media/video-error-does-not-exist-expected.checksum: Added.
* platform/mac/media/video-error-does-not-exist-expected.png: Added.
* platform/mac/media/video-load-networkState-expected.checksum: Added.
* platform/mac/media/video-load-networkState-expected.png: Added.
* platform/mac/media/video-load-readyState-expected.checksum: Added.
* platform/mac/media/video-load-readyState-expected.png: Added.
* platform/mac/media/video-loopcount-expected.checksum: Added.
* platform/mac/media/video-loopcount-expected.png: Added.
* platform/mac/media/video-loopend-expected.checksum: Added.
* platform/mac/media/video-loopend-expected.png: Added.
* platform/mac/media/video-loopstart-expected.checksum: Added.
* platform/mac/media/video-loopstart-expected.png: Added.
* platform/mac/media/video-muted-expected.checksum: Added.
* platform/mac/media/video-muted-expected.png: Added.
* platform/mac/media/video-no-autoplay-expected.checksum: Added.
* platform/mac/media/video-no-autoplay-expected.png: Added.
* platform/mac/media/video-pause-empty-events-expected.checksum: Added.
* platform/mac/media/video-pause-empty-events-expected.png: Added.
* platform/mac/media/video-play-empty-events-expected.checksum: Added.
* platform/mac/media/video-play-empty-events-expected.png: Added.
* platform/mac/media/video-play-pause-events-expected.checksum: Added.
* platform/mac/media/video-play-pause-events-expected.png: Added.
* platform/mac/media/video-play-pause-exception-expected.checksum: Added.
* platform/mac/media/video-play-pause-exception-expected.png: Added.
* platform/mac/media/video-poster-expected.checksum: Added.
* platform/mac/media/video-poster-expected.png: Added.
* platform/mac/media/video-seek-past-end-paused-expected.checksum: Added.
* platform/mac/media/video-seek-past-end-paused-expected.png: Added.
* platform/mac/media/video-seek-past-end-playing-expected.checksum: Added.
* platform/mac/media/video-seek-past-end-playing-expected.png: Added.
* platform/mac/media/video-seekable-expected.checksum: Added.
* platform/mac/media/video-seekable-expected.png: Added.
* platform/mac/media/video-seeking-expected.checksum: Added.
* platform/mac/media/video-seeking-expected.png: Added.
* platform/mac/media/video-size-expected.checksum: Added.
* platform/mac/media/video-size-expected.png: Added.
* platform/mac/media/video-source-expected.checksum: Added.
* platform/mac/media/video-source-expected.png: Added.
* platform/mac/media/video-source-media-expected.checksum: Added.
* platform/mac/media/video-source-media-expected.png: Added.
* platform/mac/media/video-source-type-expected.checksum: Added.
* platform/mac/media/video-source-type-expected.png: Added.
* platform/mac/media/video-src-change-expected.checksum: Added.
* platform/mac/media/video-src-change-expected.png: Added.
* platform/mac/media/video-src-expected.checksum: Added.
* platform/mac/media/video-src-expected.png: Added.
* platform/mac/media/video-src-remove-expected.checksum: Added.
* platform/mac/media/video-src-remove-expected.png: Added.
* platform/mac/media/video-src-set-expected.checksum: Added.
* platform/mac/media/video-src-set-expected.png: Added.
* platform/mac/media/video-src-source-expected.checksum: Added.
* platform/mac/media/video-src-source-expected.png: Added.
* platform/mac/media/video-start-expected.checksum: Added.
* platform/mac/media/video-start-expected.png: Added.
* platform/mac/media/video-volume-expected.checksum: Added.
* platform/mac/media/video-volume-expected.png: Added.
* platform/mac/media/video-width-height-expected.checksum: Added.
* platform/mac/media/video-width-height-expected.png: Added.
2008-01-18 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
Reviewed by Darin, landed by Beth.
-test for http://bugs.webkit.org/show_bug.cgi?id=15765
Gmail hitting an assert in FrameLoader::tokenizerProcessedData
* http/tests/loading/gmail-assert-on-load-expected.txt: Added.
* http/tests/loading/gmail-assert-on-load.html: Added.
* http/tests/loading/resources/gmail-assert-on-load-frame.html: Added.
2008-01-18 Sam Weinig <sam@webkit.org>
Reviewed by Beth Dakin.
Fix for <rdar://problem/5683524> http/tests/security/cross-frame-access-get.html is failing
- Guard against possible timing related failures using polling.
* http/tests/security/:
* http/tests/security/resources/cross-frame-iframe-for-get-test.html:
2008-01-18 David Hyatt <hyatt@apple.com>
Update inline results after previous checkins. New results match Firefox more closely.
* platform/mac/fast/inline/001-expected.checksum:
* platform/mac/fast/inline/001-expected.png:
* platform/mac/fast/inline/002-expected.checksum:
* platform/mac/fast/inline/002-expected.png:
* platform/mac/fast/inline/br-text-decoration-expected.checksum:
* platform/mac/fast/inline/br-text-decoration-expected.png:
* platform/mac/fast/inline/continuation-outlines-expected.checksum:
* platform/mac/fast/inline/continuation-outlines-expected.png:
* platform/mac/fast/inline/continuation-outlines-with-layers-expected.checksum:
* platform/mac/fast/inline/continuation-outlines-with-layers-expected.png:
* platform/mac/fast/inline/dirtyLinesForInline-expected.checksum:
* platform/mac/fast/inline/dirtyLinesForInline-expected.png:
* platform/mac/fast/inline/drawStyledEmptyInlines-expected.checksum:
* platform/mac/fast/inline/drawStyledEmptyInlines-expected.png:
* platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
* platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.checksum:
* platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
* platform/mac/fast/inline/emptyInlinesWithinLists-expected.checksum:
* platform/mac/fast/inline/emptyInlinesWithinLists-expected.png:
* platform/mac/fast/inline/emptyInlinesWithinLists-expected.txt:
* platform/mac/fast/inline/inline-borders-with-bidi-override-expected.checksum:
* platform/mac/fast/inline/inline-borders-with-bidi-override-expected.png:
* platform/mac/fast/inline/outline-continuations-expected.checksum:
* platform/mac/fast/inline/outline-continuations-expected.png:
* platform/mac/fast/inline/positionedLifetime-expected.checksum:
* platform/mac/fast/inline/positionedLifetime-expected.png:
* platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.checksum:
* platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png:
2008-01-18 David Hyatt <hyatt@apple.com>
Fix for http://bugs.webkit.org/show_bug.cgi?id=15665
Reviewed by Beth
* fast/inline/inline-padding-disables-text-quirk.html: Added.
* platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.checksum: Added.
* platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.png: Added.
* platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.txt: Added.
2008-01-18 David Hyatt <hyatt@apple.com>
Updated results for http://bugs.webkit.org/show_bug.cgi?id=14975
Reviewed by Antti
* fast/css/computed-style-without-renderer-expected.txt:
* fast/css/padding-no-renderer-expected.txt: Added.
* fast/css/padding-no-renderer.html: Added.
* platform/mac/fast/css/acid2-expected.checksum:
* platform/mac/fast/css/acid2-expected.png:
* platform/mac/fast/css/acid2-expected.txt:
* platform/mac/fast/css/acid2-pixel-expected.checksum:
* platform/mac/fast/css/acid2-pixel-expected.png:
* platform/mac/fast/css/acid2-pixel-expected.txt:
* platform/mac/fast/frames/viewsource-attribute-expected.checksum:
* platform/mac/fast/frames/viewsource-attribute-expected.png:
* platform/mac/fast/frames/viewsource-attribute-expected.txt:
* platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.checksum:
* platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.png:
* platform/mac/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
* platform/mac/fast/table/add-before-anonymous-child-expected.checksum:
* platform/mac/fast/table/add-before-anonymous-child-expected.png:
* platform/mac/fast/table/add-before-anonymous-child-expected.txt:
* platform/mac/fast/table/cell-absolute-child-expected.checksum:
* platform/mac/fast/table/cell-absolute-child-expected.png:
* platform/mac/fast/table/cell-absolute-child-expected.txt:
* platform/mac/fast/table/frame-and-rules-expected.checksum:
* platform/mac/fast/table/frame-and-rules-expected.png:
* platform/mac/fast/table/frame-and-rules-expected.txt:
* platform/mac/http/tests/misc/acid2-expected.checksum:
* platform/mac/http/tests/misc/acid2-expected.png:
* platform/mac/http/tests/misc/acid2-expected.txt:
* platform/mac/http/tests/misc/acid2-pixel-expected.checksum:
* platform/mac/http/tests/misc/acid2-pixel-expected.png:
* platform/mac/http/tests/misc/acid2-pixel-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30985-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug30985-expected.png:
* platform/mac/tables/mozilla/bugs/bug30985-expected.txt:
2008-01-18 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- tests for <rdar://problem/5615307> Repro crash in WebKit!WebCore::RenderContainer::destroyLeftoverChildren
* fast/table/insert-cell-before-form.html: Added.
* fast/table/insert-row-before-form.html: Added.
* platform/mac-leopard/fast/table: Added.
* platform/mac-leopard/fast/table/insert-cell-before-form-expected.checksum: Added.
* platform/mac-leopard/fast/table/insert-cell-before-form-expected.png: Added.
* platform/mac-leopard/fast/table/insert-row-before-form-expected.checksum: Added.
* platform/mac-leopard/fast/table/insert-row-before-form-expected.png: Added.
* platform/mac/fast/table/insert-cell-before-form-expected.txt: Added.
* platform/mac/fast/table/insert-row-before-form-expected.txt: Added.
2008-01-18 Beth Dakin <bdakin@apple.com>
Checked in new results for another test affected by disabling SVG
foreign object.
* platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Removed.
* platform/mac/svg/custom/stroke-width-click-expected.checksum: Removed.
* platform/mac/svg/custom/stroke-width-click-expected.png: Removed.
* svg/custom/stroke-width-click-expected.txt:
2008-01-18 Kevin McCullough <kmccullough@apple.com>
Reviewed by Geoff.
- Correctly report cost of appended strings to trigger GC.
* fast/js/garbage-collect-after-string-appends-expected.txt: Added.
* fast/js/garbage-collect-after-string-appends.html: Added.
* fast/js/resources/garbage-collect-after-string-appends.js: Added.
2008-01-18 Beth Dakin <bdakin@apple.com>
Reviewed by Oliver.
Changed test results from disabling SVG foreign object for <rdar://
problem/5686989> turn off SVG foreignobject because it does not
repaint/dirty correctly
* platform/mac/svg/custom/baseval-animval-equality-expected.checksum: Replaced.
* platform/mac/svg/custom/baseval-animval-equality-expected.png: Replaced.
* platform/mac/svg/custom/baseval-animval-equality-expected.txt: Replaced.
* platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Replaced.
* platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Replaced.
* platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Replaced.
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum: Replaced.
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.png: Replaced.
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt: Replaced.
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.checksum: Replaced.
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.png: Replaced.
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt: Replaced.
* platform/mac/svg/custom/foreign-object-skew-expected.checksum: Replaced.
* platform/mac/svg/custom/foreign-object-skew-expected.png: Replaced.
* platform/mac/svg/custom/foreign-object-skew-expected.txt: Replaced.
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum: Replaced.
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png: Replaced.
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: Replaced.
* platform/mac/svg/custom/getPresentationAttribute-expected.checksum: Replaced.
* platform/mac/svg/custom/getPresentationAttribute-expected.png: Replaced.
* platform/mac/svg/custom/getPresentationAttribute-expected.txt: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Replaced.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Replaced.
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Replaced.
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Replaced.
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Replaced.
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Replaced.
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png: Replaced.
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt: Replaced.
* platform/mac/svg/hixie/mixed/006-expected.checksum: Replaced.
* platform/mac/svg/hixie/mixed/006-expected.png: Replaced.
* platform/mac/svg/hixie/mixed/006-expected.txt: Replaced.
* platform/mac/svg/hixie/mixed/007-expected.checksum: Replaced.
* platform/mac/svg/hixie/mixed/007-expected.png: Replaced.
* platform/mac/svg/hixie/mixed/007-expected.txt: Replaced.
* platform/mac/svg/hixie/mixed/008-expected.checksum: Replaced.
* platform/mac/svg/hixie/mixed/008-expected.png: Replaced.
* platform/mac/svg/hixie/mixed/008-expected.txt: Replaced.
* platform/mac/svg/hixie/mixed/009-expected.checksum: Replaced.
* platform/mac/svg/hixie/mixed/009-expected.png: Replaced.
* platform/mac/svg/hixie/mixed/009-expected.txt: Replaced.
* platform/mac/svg/hixie/mixed/011-expected.checksum: Replaced.
* platform/mac/svg/hixie/mixed/011-expected.png: Replaced.
* platform/mac/svg/hixie/mixed/011-expected.txt: Replaced.
2008-01-18 Adam Roben <aroben@apple.com>
Reviewed by Adele.
* platform/win/Skipped: Removed a fixed test, and a test that passes
for me locally.
2008-01-17 Antti Koivisto <antti@apple.com>
Reviewed by Adele.
Enable tests for unsupported types on Windows.
* platform/win/Skipped:
2008-01-17 Stephanie <slewis@apple.com>
RS=Adam
Move some new failing tests to the skipped list
* platform/win/Skipped:
2008-01-17 Oliver Hunt <oliver@apple.com>
Reviewed by Anders.
Layout tests for <rdar://problem/5692940> Crash when attempting to get text properties in SVG with no renderer
* svg/text/text-property-with-display-none-expected.txt: Added.
* svg/text/text-property-with-display-none.html: Added.
2008-01-17 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=16902
<rdar://problem/5692566> fast/encoding/mailto-always-utf-8.html fails when run after
fast/dom/Window/window-property-shadowing.html
* fast/dom/Window/window-property-shadowing.html: Changed some override values to not equal
actual ones.
* fast/dom/Window/window-property-shadowing_-expected.txt: Added.
* fast/dom/Window/window-property-shadowing_.html: Added.
Test that all properties shadowed in the previous test are back to normal.
* platform/win/Skipped: Removed the test.
2008-01-17 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- make more test pass on Windows by using @font-face to force font
fallback to match Mac OS X.
* editing/deleting/5144139-2.html:
* fast/encoding/invalid-UTF-8.html:
* fast/events/updateLayoutForHitTest.html:
* fast/forms/select-visual-hebrew.html:
* fast/forms/select-writing-direction-natural.html:
* fast/forms/visual-hebrew-text-field.html:
* fast/text/in-rendered-text-rtl.html:
* fast/text/international/bidi-L2-run-reordering.html:
* fast/text/international/bidi-LDB-2-CSS.html:
* fast/text/international/bidi-LDB-2-HTML.html:
* fast/text/international/bidi-LDB-2-formatting-characters.html:
* fast/text/international/bidi-european-terminators.html:
* fast/text/international/bidi-ignored-for-first-child-inline.html:
* fast/text/international/bidi-innertext.html:
* fast/text/international/bidi-listbox-atsui.html:
* fast/text/international/bidi-listbox.html:
* fast/text/international/bidi-menulist.html:
* fast/text/international/bidi-override.html:
* fast/text/international/resources: Added.
* fast/text/international/resources/Mac-compatible-font-fallback.css: Added.
* fast/text/international/rtl-caret.html:
* platform/mac/editing/deleting/5144139-2-expected.txt:
* platform/win/Skipped:
2008-01-17 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Added another failure.
2008-01-17 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- update results for fixing determinePitch for segmented fonts
* platform/mac/fast/css/font-face-implicit-local-font-expected.txt:
2008-01-16 David Hyatt <hyatt@apple.com>
Fix for http://bugs.webkit.org/show_bug.cgi?id=16611
Reviewed by olliej
* ChangeLog:
* fast/css/vertical-align-lengths.html: Added.
* platform/mac/fast/css/vertical-align-lengths-expected.checksum: Added.
* platform/mac/fast/css/vertical-align-lengths-expected.png: Added.
* platform/mac/fast/css/vertical-align-lengths-expected.txt: Added.
2008-01-16 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- add test for @font-face rules with unicode-range: always use a local
font where not explicitly overlaid.
* fast/css/font-face-implicit-local-font.html: Added.
* platform/mac-leopard/fast/css/font-face-implicit-local-font-expected.checksum: Added.
* platform/mac-leopard/fast/css/font-face-implicit-local-font-expected.png: Added.
* platform/mac/fast/css/font-face-implicit-local-font-expected.txt: Added.
2008-01-16 Antti Koivisto <antti@apple.com>
Add tests for unsupported types to Windows skip list for now.
* platform/win/Skipped:
2008-01-16 Antti Koivisto <antti@apple.com>
Reviewed by Adele.
Tests for <rdar://problem/5605682>
Disallow streaming protocols for media elements
and <rdar://problem/5668711>
Limit the container and codec types that the <video> tag supports
- test that rtsp: protocol is disabled (for now).
- test that QuickTime files with unsupported track types are handled correctly
- test that broken video file produces an error
* media/broken-video-expected.txt: Added.
* media/broken-video.html: Added.
* media/content/garbage.mp4: Added.
* media/content/unsupported_track.mov: Added.
* media/unsupported-rtsp-expected.txt: Added.
* media/unsupported-rtsp.html: Added.
* media/unsupported-tracks-expected.txt: Added.
* media/unsupported-tracks.html: Added.
2008-01-16 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Added a test that checks whether ActivationImp tear-off occurs before
a cross-window eval(). Relevant to
Bug 16868: Gmail crash
<http://bugs.webkit.org/show_bug.cgi?id=16868>
<rdar://problem/5686108>
* fast/js/window-eval-tearoff-expected.txt: Added.
* fast/js/window-eval-tearoff.html: Added.
2008-01-16 David Hyatt <hyatt@apple.com>
Update layout tests after fix for <rdar://problem/5681647>.
* platform/mac/tables/mozilla/bugs/bug101674-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2973-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.txt:
2008-01-16 David Hyatt <hyatt@apple.com>
Reviewed by Eric Seidel
http://bugs.webkit.org/show_bug.cgi?id=14846
* fast/table/dynamic-cellpadding.html: Added.
* platform/mac/fast/table/dynamic-cellpadding-expected.checksum: Added.
* platform/mac/fast/table/dynamic-cellpadding-expected.png: Added.
* platform/mac/fast/table/dynamic-cellpadding-expected.txt: Added.
2008-01-16 David Hyatt <hyatt@apple.com>
Reviewed by Beth.
<rdar://problem/5681647> Item pages on http://www.stendmarsofa.com/ hang Safari
* fast/table/unbreakable-images-quirk.html: Added.
* platform/mac/fast/table/unbreakable-images-quirk-expected.checksum: Added.
* platform/mac/fast/table/unbreakable-images-quirk-expected.png: Added.
* platform/mac/fast/table/unbreakable-images-quirk-expected.txt: Added.
2008-01-16 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben.
- copied Windows expected results for
svg/hixie/viewbox/preserveAspectRatio/001.xml from Tiger
* platform/win/svg: Added.
* platform/win/svg/hixie: Added.
* platform/win/svg/hixie/viewbox: Added.
* platform/win/svg/hixie/viewbox/preserveAspectRatio: Added.
* platform/win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Copied from LayoutTests/platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt.
2008-01-15 Dan Bernstein <mitz@apple.com>
- updated Tiger results for <rdar://problem/5666926>
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
2008-01-15 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- updated results for <rdar://problem/5666926> svg/custom/use-css-no-effect-on-shadow-tree.svg is failing
* platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
* platform/mac/svg/hixie/links/001-expected.txt:
* platform/win/Skipped:
2008-01-15 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/5342813> REGRESSION: Safari encodes mailto URLs incorrectly
* fast/encoding/mailto-always-utf-8-expected.txt: Added.
* fast/encoding/mailto-always-utf-8.html: Added.
* fast/forms/mailto/get-non-ascii-always-utf-8-expected.txt: Added.
* fast/forms/mailto/get-non-ascii-always-utf-8.html: Added.
We didn't have this problem for forms, adding the test to guard against future regressions.
2008-01-15 Adele Peterson <adele@apple.com>
Reviewed by Adam and Antti.
Updated tests for <rdar://problem/5619062> Add load progress indicator to video controls
* 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/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-display-toggle-expected.checksum:
* platform/mac/media/video-display-toggle-expected.png:
* platform/mac/media/video-display-toggle-expected.txt:
2008-01-14 Stephanie <slewis@apple.com>
RS=Oliver
add svg/css/glyph-orientation-rounding-test.xhtml to skip list. See <rdar://problem/5686552>
* platform/mac-leopard/Skipped:
2008-01-14 Kevin McCullough <kmccullough@apple.com>
Reviewed by Oliver.
- <rdar://problem/5622667> REGRESSION (Leopard-ToT): Endless loading
loop trying to view techreport.com comments
- Any resetting of a value in an array of sufficient size, would cause
the second value to be lost.
* fast/js/array-reset-large-index-expected.txt: Added.
* fast/js/array-reset-large-index.html: Added.
* fast/js/resources/array-reset-large-index.js: Added.
2008-01-14 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Fixed a typo pointed out by Alexey.
2008-01-14 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Added some intermittent failures.
2008-01-14 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Put back a failing test.
2008-01-14 Alexey Proskuryakov <ap@webkit.org>
Re-added two tests that weren't failing for me, but fail on the buildbot.
* platform/win/Skipped:
2008-01-14 Alexey Proskuryakov <ap@webkit.org>
Added fast/frames/frame-name-reset.html, which crashes, and sometimes freezes buildbot.
* platform/win/Skipped:
2008-01-14 Alexey Proskuryakov <ap@webkit.org>
Removed some more tests, moved one to a better place.
* platform/win/Skipped:
2008-01-14 Alexey Proskuryakov <ap@webkit.org>
Remove a test that doesn't fail for me - let's see what the bot thinks.
* platform/win/Skipped: Removed http/tests/xmlhttprequest/XMLHttpRequestException.html.
2008-01-14 Alexey Proskuryakov <ap@webkit.org>
Reviewed by David Kilzer.
http://bugs.webkit.org/show_bug.cgi?id=16787
array.splice() with 1 element not working
* fast/js/array-splice-expected.txt: Added.
* fast/js/array-splice.html: Added.
* fast/js/resources/array-splice.js: Added.
2008-01-13 Eric Seidel <eric@webkit.org>
Reviewed by darin.
range-insertNode-separate-endContainer validates proper range behavior
and does not change with this patch.
range-insertNode-splittext demonstrates the issue fixed by this patch
http://bugs.webkit.org/show_bug.cgi?id=16765
* fast/dom/Range/range-insertNode-separate-endContainer-expected.txt: Added.
* fast/dom/Range/range-insertNode-separate-endContainer.html: Added.
* fast/dom/Range/range-insertNode-splittext-expected.txt: Added.
* fast/dom/Range/range-insertNode-splittext.html: Added.
* fast/dom/Range/resources/range-insertNode-separate-endContainer.js: Added.
* fast/dom/Range/resources/range-insertNode-splittext.js: Added.
2008-01-13 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben.
- enable tests affected by <rdar://problem/5132009> Windows DRT does not support multiple windows
* platform/win/Skipped:
2008-01-13 Dan Bernstein <mitz@apple.com>
Change test to match the results landed in r29424. The test changes were
omitted in that check-in.
* editing/pasteboard/paste-RTFD.html:
2008-01-12 Dan Bernstein <mitz@apple.com>
Update expected results for fast/replaced/image-map-expected after
r29432 disabled document replacement by the JavaScript result in this
case.
* fast/replaced/image-map-expected.txt:
2008-01-12 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
Reviewed by Ap.
* Make launching of the WebKit httpd work on GNU/Debian/Linux
The configuration of Apache2 and installation does not depend on
the kernel but on the distribution policy. Make launching of httpd
work for Debian derived distributions.
* http/conf/apache2-debian-httpd.conf: Added.
2008-01-11 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Fixed <rdar://problem/5665251> REGRESSION (r28880-r28886): Global
variable access (16644)
Added a test. Updated other tests to match new behavior.
* fast/js/var-declarations-shadowing-expected.txt: Added.
* fast/js/var-declarations-shadowing.html: Added.
* fast/dom/HTMLScriptElement/script-load-events.html: Changed this test
a bit because the original design made it hard to understand why it was failing.
* fast/dom/HTMLScriptElement/script-load-events-expected.txt:
* fast/dom/Window/get-set-properties.html: Changed this test to expect
our new behavior, which matches Firefox.
* fast/dom/Window/get-set-properties-expected.txt:
* fast/dom/Window/window-property-shadowing.html: Removed some cases
that differed from Firefox.
* fast/dom/Window/window-property-shadowing-expected.txt:
* http/tests/security/cross-frame-access-put-expected.txt: This test emits
more "Unsafe JavaScript attempt" messages now because property sets that
used to be prohibited (somewhat accidentally) by the ReadOnly attribute
are now prohibited by security checks.
2008-01-11 Anyang Ren <anyang.ren@gmail.com>
Reviewed by Darin Adler.
Add a new regression test for
http://bugs.webkit.org/show_bug.cgi?id=15960
The view source mode should skip an empty attribute value only if
the attribute name is not followed by an equal sign (=).
* fast/frames/resources/viewsource-frame-1.html: Added.
* fast/frames/viewsource-empty-attribute-value-expected.txt: Added.
* fast/frames/viewsource-empty-attribute-value.html: Added.
2008-01-11 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Added a test case that came up when developing the ActivationImp tear-off.
* fast/js/resources/vardecl-preserve-arguments.js:
* fast/js/vardecl-preserve-arguments-expected.txt:
2008-01-11 Justin Garcia <justin.garcia@apple.com>
<rdar://problem/5541054> editing/pasteboard/paste-RTFD.html failing on Tiger
* editing/pasteboard/paste-RTFD.html: Mention the Tiger bug that this demonstrates.
* platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.checksum: Added.
* platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.png: Added.
* platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt: Updated expected results
to reflect the new info included in the test.
* platform/mac/editing/pasteboard/paste-RTFD-expected.checksum: Ditto.
* platform/mac/editing/pasteboard/paste-RTFD-expected.png:
* platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
2008-01-11 Jon Honeycutt <jhoneycutt@apple.com>
* platform/win/Skipped: Remove a test that was fixed in r29419.
2008-01-11 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Adam Roben.
<rdar://problem/5667275> fast/dynamic/layer-hit-test-crash.html is failing
* platform/win/Skipped: The test now passes.
2008-01-11 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Added some new failures.
2008-01-10 Stephanie <slewis@apple.com>
RS=Oliver.
Move svg/batik/text/smallfonts.svg to the right skip list.
* platform/mac-tiger/Skipped:
* platform/mac/Skipped:
2008-01-10 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Tests for http://bugs.webkit.org/show_bug.cgi?id=16522
<rdar://problem/5657355>
* http/tests/security/frameNavigation/resources/frame-with-link-to-navigate.html: Added.
* http/tests/security/frameNavigation/resources/frame-with-plugin-to-navigate.html: Added.
* http/tests/security/frameNavigation/resources/navigation-happened.html: Added.
* http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Added.
* http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html: Added.
* http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation-expected.txt: Added.
* http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation.html: Added.
* platform/win/Skipped:
2008-01-10 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Removed a test that was fixed in r26826.
2008-01-10 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Removed a test that was fixed in r28372.
2008-01-10 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Adam Roben.
<rdar://problem/5667003> fast/dom/xmlhttprequest-html-response-encoding.html is failing
* platform/win/Skipped: Remove the fixed test.
2008-01-10 Kevin McCullough <kmccullough@apple.com>
Reviewed by Darin, Sam, and Adam.
-<rdar://problem/5654486> REGRESSION (Safari 3.0.4-TOT): clicking on
link in gmail message displays JavaScript alert falsely complaining
about pop-up blocking
- When trying to open a new window, we now see if the user gesture
occurred in the global dynamic object instead of the frame since that is
the only place an event can occur.
* fast/events/open-window-from-another-frame-expected.txt: Added.
* fast/events/open-window-from-another-frame.html: Added.
* fast/events/resources/open-window-from-another-frame-otherFrame.html: Added.
* fast/events/resources/window-opened.html: Added.
* platform/win/Skipped:
2008-01-10 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- re-enable crashing test after fixing http://bugs.webkit.org/show_bug.cgi?id=16782
<rdar://problem/5675331> REGRESSION(r29266): Reproducible crash in fast/replaced/image-map.html
* fast/replaced/image-map-expected.txt: Updated results for the new
behavior, which is to replace the document with the success message.
* fast/replaced/image-map.html: Copied from LayoutTests/fast/replaced/image-map.html-disabled.
* fast/replaced/image-map.html-disabled: Removed.
2008-01-10 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- make more tests pass on Windows by forcing font fallback to match
Mac OS X.
* fast/css/beforeSelectorOnCodeElement.html:
* fast/css/rtl-ordering.html:
* fast/css/text-security.html:
* platform/win/Skipped:
2008-01-09 Ada Chan <adachan@apple.com>
Tests tabbing with different combinations of modifiers keys, where some
should advance focus and some should not.
Reviewed by Darin.
* fast/forms/tabs-with-modifiers-expected.txt: Added.
* fast/forms/tabs-with-modifiers.html: Copied from fast/forms/focus2.html.
2008-01-09 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- move a WebKit test which was inadvertently added to a test suite
directory into a custom test directory and change it to give the same
results on Windows.
* css1/text_properties/text-transCapitalize.html: Removed.
* fast/text/capitalize-boundaries.html: Copied from LayoutTests/css1/text_properties/text-transCapitalize.html,
updated the Bugzilla URL and added @font-face rules to make Windows
results match Mac OS X.
* platform/mac/css1/text_properties/text-transCapitalize-expected.checksum: Removed.
* platform/mac/css1/text_properties/text-transCapitalize-expected.png: Removed.
* platform/mac/css1/text_properties/text-transCapitalize-expected.txt: Removed.
* platform/mac/fast/text/capitalize-boundaries-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/text-transCapitalize-expected.checksum.
* platform/mac/fast/text/capitalize-boundaries-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/text-transCapitalize-expected.png.
* platform/mac/fast/text/capitalize-boundaries-expected.txt: Copied from LayoutTests/platform/mac/css1/text_properties/text-transCapitalize-expected.txt.
* platform/qt/css1/text_properties/text-transCapitalize-expected.txt: Removed.
* platform/win/Skipped: Removed css1/text_properties/text-transCapitalize.html.
2008-01-09 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Adam Roben.
<rdar://problem/5673716> fast/loader/opaque-base-url.html is failing
<rdar://problem/5670275> fast/loader/onunload-form-submit-crash.html is failing
<rdar://problem/5667277> fast/loader/onunload-form-submit-crash-2.html is failing
* fast/loader/meta-refresh-vs-open.html: Changed to be more DRT-friendly.
* platform/win/Skipped: Removed tests that were victims of the above.
2008-01-09 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Adam Roben.
Fix fast/encoding/frame-default-enc.html, which is failing on buildbot.
Internal frame names for this test are changing for no apparent reason (see r25269).
Make the test independent of the names.
* fast/encoding/frame-default-enc-expected.txt:
* fast/encoding/frame-default-enc.html:
* fast/encoding/resources/frame-default-enc-frame.html:
2008-01-09 Adam Roben <aroben@apple.com>
Update some test results
Reviewed by Anders.
* fast/dom/Window/window-properties-expected.txt: Updated after
r29328.
* platform/win/media/audio-controls-rendering-expected.txt:
Regenerated results with the correct fonts.
* platform/win/media/video-aspect-ratio-expected.txt: Ditto.
* platform/win/media/video-controls-rendering-expected.txt: Ditto.
* platform/win/media/video-transformed-expected.txt: Ditto.
2007-10-01 Allan Sandfeld Jensen <sandfeld@kde.org>
Updated by Eric, Reviewed by Hyatt.
- tests and updates for http://bugs.webkit.org/show_bug.cgi?id=9454
* fast/selectors/lang-inheritance-expected.checksum: Added.
* fast/selectors/lang-inheritance-expected.png: Added.
* fast/selectors/lang-inheritance-expected.txt: Added.
* fast/selectors/lang-inheritance.html: Added.
* fast/selectors/lang-inheritance2-expected.checksum: Added.
* fast/selectors/lang-inheritance2-expected.png: Added.
* fast/selectors/lang-inheritance2-expected.txt: Added.
* fast/selectors/lang-inheritance2.html: Added.
* fast/selectors/lang-vs-xml-lang-expected.checksum: Added.
* fast/selectors/lang-vs-xml-lang-expected.png: Added.
* fast/selectors/lang-vs-xml-lang-expected.txt: Added.
* fast/selectors/lang-vs-xml-lang-xhtml-expected.checksum: Added.
* fast/selectors/lang-vs-xml-lang-xhtml-expected.png: Added.
* fast/selectors/lang-vs-xml-lang-xhtml-expected.txt: Added.
* fast/selectors/lang-vs-xml-lang-xhtml.xhtml: Added.
* fast/selectors/lang-vs-xml-lang.html: Added.
* svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
* svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
* svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
2008-01-08 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
Test that media element constructors behave consistently.
* media/constructors-expected.txt: Added.
* media/constructors.html: Added.
2008-01-08 Adam Roben <aroben@apple.com>
* fast/replaced/image-map.html: Disabled this until bug 16782 is
fixed.
2008-01-08 Adam Roben <aroben@apple.com>
Fix fast/dom/Window/window-properties.html on Windows
Windows now has the same results as other platforms.
* platform/win/fast/dom/Window/window-properties-expected.txt: Removed.
2008-01-08 Dan Bernstein <mitz@apple.com>
- remove a test from the skipped list
* platform/win/Skipped:
2008-01-08 Antti Koivisto <antti@apple.com>
Reviewed by Weinig.
Test cross-frame access to media properties.
* http/tests/security/cross-frame-access-get-expected.txt:
* http/tests/security/cross-frame-access-get.html:
2008-01-07 Antti Koivisto <antti@apple.com>
Rubber stamped by Darin.
Enable media tests on Windows.
* platform/win/Skipped:
* platform/win/media: Added.
* platform/win/media/audio-controls-rendering-expected.txt: Added.
* platform/win/media/video-aspect-ratio-expected.txt: Added.
* platform/win/media/video-controls-rendering-expected.txt: Added.
* platform/win/media/video-transformed-expected.txt: Added.
2008-01-08 Adele Peterson <adele@apple.com>
Reviewed by Darin.
Updated test for:
<rdar://problem/5674667> fast/forms/slider-mouse-events.html is broken by media control checkin 29257
* fast/forms/slider-mouse-events-expected.txt:
* fast/forms/slider-mouse-events.html: Now tests mousemove events too.
2008-01-08 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/5659812> CrashTracer: 462 crashes in Safari at com.apple.WebCore:
WebCore::Node::setChanged + 96
* fast/dom/cssTarget-crash-expected.txt: Added.
* fast/dom/cssTarget-crash.html: Added.
2008-01-08 Anders Carlsson <andersca@apple.com>
Reviewed by Mitz.
<rdar://problem/5667286>
plugins/createScriptableObject-before-start.html is failing due to denied cross-frame access
Use our own test plug-in instead of the Flash plug-in. The Flash plug-in tries to get the URL of the top frame
which will cause a security exception.
* platform/win/Skipped:
* plugins/createScriptableObject-before-start.html:
2008-01-07 Alice Liu <alice.liu@apple.com>
* platform/win/Skipped:
removing fixed test
2008-01-07 Adele Peterson <adele@apple.com>
Temporary results until I fix:
<rdar://problem/5674667> fast/forms/slider-mouse-events.html is broken by media control checkin 29257
* fast/forms/slider-mouse-events-expected.txt:
2008-01-07 Oliver Hunt <oliver@apple.com>
Reviewed by Niko.
Add test case for <image> with a transformation to retain aspect ratio
* platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.checksum: Added.
* platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png: Added.
* platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt: Added.
* svg/custom/image-with-aspect-ratio-stretch.svg: Added.
Fixed expected output:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
* platform/mac/svg/carto.net/selectionlist-expected.checksum:
* platform/mac/svg/carto.net/selectionlist-expected.png:
* platform/mac/svg/custom/pointer-events-image-expected.checksum:
* platform/mac/svg/custom/pointer-events-image-expected.png:
* platform/mac/svg/custom/text-image-opacity-expected.checksum:
* platform/mac/svg/custom/text-image-opacity-expected.png:
2008-01-07 Adam Barth <hk9565@gmail.com>
Reviewed by Sam Weinig.
Fixes: http://bugs.webkit.org/show_bug.cgi?id=16523
Adds new LayoutTests for scripting from about:blank windows. These
windows should inherit its SecurityOrigin from its opener and should
refuse to change their origins when their opener changes exogenously
(the navigate-opener tests) or explicitly (the set-opener test).
* http/tests/security/aboutBlank: Added.
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Added.
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html: Added.
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Added.
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url.html: Added.
* http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Added.
* http/tests/security/aboutBlank/xss-DENIED-set-opener.html: Added.
* http/tests/security/resources/innocent-victim-with-notify.html: Added.
* http/tests/security/resources/innocent-victim.html: Added.
* http/tests/security/resources/libwrapjs.js: Added.
* http/tests/security/resources/open-window.html: Added.
2008-01-07 Adele Peterson <adele@apple.com>
Reviewed by Antti, Adam, and Mitz.
Updated results for:
<rdar://problem/5619073> Updated look for <video> controls
<rdar://problem/5619057> Add volume control to video controls
* 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/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-display-toggle-expected.checksum:
* platform/mac/media/video-display-toggle-expected.png:
* platform/mac/media/video-display-toggle-expected.txt:
2008-01-07 Alice Liu <alice.liu@apple.com>
Reviewed by Sam.
checking in platform-specific results. addresses <rdar://5137719>
* platform/win/Skipped:
* platform/win/fast/dom/Window/window-screen-properties-expected.txt: Added.
2008-01-07 Kevin McCullough <kmccullough@apple.com>
Reviewed by Adele.
- <rdar://problem/5667022> fast/events/mousemove-after-drag-over-scrollbar.html
failing (missing a mousemove event)
- Updated test to reflect it's original intention and filed a different
bug about the issue that caused the test to fail on Windows.
* fast/events/mousemove-after-drag-over-scrollbar-expected.txt:
* fast/events/mousemove-after-drag-over-scrollbar.html:
* platform/win/Skipped:
2008-01-07 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Update layout tests after landing SVG Fonts support.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
* platform/mac/svg/batik/masking/maskRegions-expected.checksum:
* platform/mac/svg/batik/masking/maskRegions-expected.png:
* platform/mac/svg/batik/paints/gradientLimit-expected.checksum:
* platform/mac/svg/batik/paints/gradientLimit-expected.png:
* platform/mac/svg/batik/paints/patternRegionA-expected.checksum:
* platform/mac/svg/batik/paints/patternRegionA-expected.png:
* platform/mac/svg/batik/paints/patternRegions-expected.checksum:
* platform/mac/svg/batik/paints/patternRegions-expected.png:
* platform/mac/svg/batik/text/longTextOnPath-expected.checksum:
* platform/mac/svg/batik/text/longTextOnPath-expected.png:
* platform/mac/svg/batik/text/textBiDi-expected.checksum:
* platform/mac/svg/batik/text/textBiDi-expected.png:
* platform/mac/svg/batik/text/textEffect-expected.checksum:
* platform/mac/svg/batik/text/textEffect-expected.png:
* platform/mac/svg/batik/text/textEffect-expected.txt:
* platform/mac/svg/batik/text/textEffect3-expected.checksum:
* platform/mac/svg/batik/text/textEffect3-expected.png:
* platform/mac/svg/batik/text/textEffect3-expected.txt:
* platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
* platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
* platform/mac/svg/batik/text/textLayout2-expected.checksum:
* platform/mac/svg/batik/text/textLayout2-expected.png:
* platform/mac/svg/batik/text/textOnPath3-expected.checksum:
* platform/mac/svg/batik/text/textOnPath3-expected.png:
* platform/mac/svg/batik/text/textPCDATA-expected.checksum:
* platform/mac/svg/batik/text/textPCDATA-expected.png:
* platform/mac/svg/batik/text/textPosition-expected.checksum:
* platform/mac/svg/batik/text/textPosition-expected.png:
* platform/mac/svg/batik/text/textPosition2-expected.checksum:
* platform/mac/svg/batik/text/textPosition2-expected.png:
* platform/mac/svg/batik/text/textPosition2-expected.txt:
* platform/mac/svg/batik/text/textProperties-expected.checksum:
* platform/mac/svg/batik/text/textProperties-expected.png:
* platform/mac/svg/batik/text/textStyles-expected.checksum:
* platform/mac/svg/batik/text/textStyles-expected.png:
* platform/mac/svg/batik/text/xmlSpace-expected.checksum:
* platform/mac/svg/batik/text/xmlSpace-expected.png:
* platform/mac/svg/custom/focus-ring-expected.checksum:
* platform/mac/svg/custom/focus-ring-expected.png:
* platform/mac/svg/custom/font-face-simple-expected.checksum:
* platform/mac/svg/custom/font-face-simple-expected.png:
* platform/mac/svg/custom/font-face-simple-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum:
* platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
* platform/mac/svg/custom/linking-a-03-b-transform-expected.checksum:
* platform/mac/svg/custom/linking-a-03-b-transform-expected.png:
* platform/mac/svg/custom/linking-a-03-b-viewBox-expected.checksum:
* platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png:
* platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.checksum:
* platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
* platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.checksum:
* platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
* platform/mac/svg/custom/pattern-rotate-expected.checksum:
* platform/mac/svg/custom/pattern-rotate-expected.png:
* platform/mac/svg/custom/pointer-events-path-expected.checksum:
* platform/mac/svg/custom/pointer-events-path-expected.png:
* platform/mac/svg/custom/pointer-events-text-expected.checksum:
* platform/mac/svg/custom/pointer-events-text-expected.png:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/custom/text-hit-test-expected.checksum:
* platform/mac/svg/custom/text-hit-test-expected.png:
* platform/mac/svg/text/text-align-01-b-expected.checksum:
* platform/mac/svg/text/text-align-01-b-expected.png:
* platform/mac/svg/text/text-align-02-b-expected.checksum:
* platform/mac/svg/text/text-align-02-b-expected.png:
* platform/mac/svg/text/text-align-05-b-expected.checksum:
* platform/mac/svg/text/text-align-05-b-expected.png:
* platform/mac/svg/text/text-align-06-b-expected.checksum:
* platform/mac/svg/text/text-align-06-b-expected.png:
* platform/mac/svg/text/text-altglyph-01-b-expected.checksum:
* platform/mac/svg/text/text-altglyph-01-b-expected.png:
* platform/mac/svg/text/text-altglyph-01-b-expected.txt:
* platform/mac/svg/text/text-fonts-01-t-expected.checksum:
* platform/mac/svg/text/text-fonts-01-t-expected.png:
* platform/mac/svg/text/text-intro-05-t-expected.checksum:
* platform/mac/svg/text/text-intro-05-t-expected.png:
* platform/mac/svg/text/text-text-04-t-expected.checksum:
* platform/mac/svg/text/text-text-04-t-expected.png:
* platform/mac/svg/text/text-text-04-t-expected.txt:
* platform/mac/svg/text/text-text-05-t-expected.checksum:
* platform/mac/svg/text/text-text-05-t-expected.png:
* platform/mac/svg/text/text-text-05-t-expected.txt:
* platform/mac/svg/text/text-text-06-t-expected.checksum:
* platform/mac/svg/text/text-text-06-t-expected.png:
* platform/mac/svg/text/text-text-06-t-expected.txt:
* platform/mac/svg/text/text-text-07-t-expected.checksum:
* platform/mac/svg/text/text-text-07-t-expected.png:
* platform/mac/svg/text/text-tselect-01-b-expected.checksum:
* platform/mac/svg/text/text-tselect-01-b-expected.png:
* svg/custom/stroke-width-click-expected.txt: Added.
* svg/dom/font-face-elements-expected.txt:
2008-01-07 Nikolas Zimmermann <zimmermann@kde.org>
Rubberstamped by Oliver.
Fix all SVG layout tests now that DRT works again reliable for SVG pixel tests.
Move all *-expected.txt files into platform/mac (as most contain text, and other measured values)
Leave only -expected.txt files there which dump as text.
* platform/mac/svg/batik/filters: Added.
* platform/mac/svg/batik/filters/filterRegions-expected.checksum: Copied from svg/batik/filters/filterRegions-expected.checksum.
* platform/mac/svg/batik/filters/filterRegions-expected.png: Copied from svg/batik/filters/filterRegions-expected.png.
* platform/mac/svg/batik/filters/filterRegions-expected.txt: Copied from svg/batik/filters/filterRegions-expected.txt.
* platform/mac/svg/batik/masking/maskRegions-expected.txt: Copied from svg/batik/masking/maskRegions-expected.txt.
* platform/mac/svg/batik/paints/gradientLimit-expected.txt: Copied from svg/batik/paints/gradientLimit-expected.txt.
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Copied from svg/batik/paints/patternPreserveAspectRatioA-expected.checksum.
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Copied from svg/batik/paints/patternPreserveAspectRatioA-expected.png.
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Copied from svg/batik/paints/patternPreserveAspectRatioA-expected.txt.
* platform/mac/svg/batik/paints/patternRegionA-expected.txt: Copied from svg/batik/paints/patternRegionA-expected.txt.
* platform/mac/svg/batik/paints/patternRegionB-expected.checksum: Copied from svg/batik/paints/patternRegionB-expected.checksum.
* platform/mac/svg/batik/paints/patternRegionB-expected.png: Copied from svg/batik/paints/patternRegionB-expected.png.
* platform/mac/svg/batik/paints/patternRegionB-expected.txt: Copied from svg/batik/paints/patternRegionB-expected.txt.
* platform/mac/svg/batik/paints/patternRegions-expected.txt: Copied from svg/batik/paints/patternRegions-expected.txt.
* platform/mac/svg/batik/text/longTextOnPath-expected.txt: Copied from svg/batik/text/longTextOnPath-expected.txt.
* platform/mac/svg/batik/text/textAnchor-expected.checksum: Copied from svg/batik/text/textAnchor-expected.checksum.
* platform/mac/svg/batik/text/textAnchor-expected.png: Copied from svg/batik/text/textAnchor-expected.png.
* platform/mac/svg/batik/text/textAnchor-expected.txt: Copied from svg/batik/text/textAnchor-expected.txt.
* platform/mac/svg/batik/text/textAnchor2-expected.checksum: Copied from svg/batik/text/textAnchor2-expected.checksum.
* platform/mac/svg/batik/text/textAnchor2-expected.png: Copied from svg/batik/text/textAnchor2-expected.png.
* platform/mac/svg/batik/text/textAnchor2-expected.txt: Copied from svg/batik/text/textAnchor2-expected.txt.
* platform/mac/svg/batik/text/textAnchor3-expected.checksum: Copied from svg/batik/text/textAnchor3-expected.checksum.
* platform/mac/svg/batik/text/textAnchor3-expected.png: Copied from svg/batik/text/textAnchor3-expected.png.
* platform/mac/svg/batik/text/textAnchor3-expected.txt: Copied from svg/batik/text/textAnchor3-expected.txt.
* platform/mac/svg/batik/text/textBiDi-expected.txt: Copied from svg/batik/text/textBiDi-expected.txt.
* platform/mac/svg/batik/text/textDecoration2-expected.checksum: Copied from svg/batik/text/textDecoration2-expected.checksum.
* platform/mac/svg/batik/text/textDecoration2-expected.png: Copied from svg/batik/text/textDecoration2-expected.png.
* platform/mac/svg/batik/text/textDecoration2-expected.txt: Copied from svg/batik/text/textDecoration2-expected.txt.
* platform/mac/svg/batik/text/textEffect-expected.txt: Copied from svg/batik/text/textEffect-expected.txt.
* platform/mac/svg/batik/text/textEffect2-expected.txt: Copied from svg/batik/text/textEffect2-expected.txt.
* platform/mac/svg/batik/text/textEffect3-expected.txt: Copied from svg/batik/text/textEffect3-expected.txt.
* platform/mac/svg/batik/text/textFeatures-expected.checksum: Copied from svg/batik/text/textFeatures-expected.checksum.
* platform/mac/svg/batik/text/textFeatures-expected.png: Copied from svg/batik/text/textFeatures-expected.png.
* platform/mac/svg/batik/text/textFeatures-expected.txt: Copied from svg/batik/text/textFeatures-expected.txt.
* platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Copied from svg/batik/text/textGlyphOrientationHorizontal-expected.txt.
* platform/mac/svg/batik/text/textLayout-expected.checksum: Copied from svg/batik/text/textLayout-expected.checksum.
* platform/mac/svg/batik/text/textLayout-expected.png: Copied from svg/batik/text/textLayout-expected.png.
* platform/mac/svg/batik/text/textLayout-expected.txt: Copied from svg/batik/text/textLayout-expected.txt.
* platform/mac/svg/batik/text/textLayout2-expected.txt: Copied from svg/batik/text/textLayout2-expected.txt.
* platform/mac/svg/batik/text/textLength-expected.checksum: Copied from svg/batik/text/textLength-expected.checksum.
* platform/mac/svg/batik/text/textLength-expected.png: Copied from svg/batik/text/textLength-expected.png.
* platform/mac/svg/batik/text/textLength-expected.txt: Copied from svg/batik/text/textLength-expected.txt.
* platform/mac/svg/batik/text/textOnPath-expected.checksum: Copied from svg/batik/text/textOnPath-expected.checksum.
* platform/mac/svg/batik/text/textOnPath-expected.png: Copied from svg/batik/text/textOnPath-expected.png.
* platform/mac/svg/batik/text/textOnPath-expected.txt: Copied from svg/batik/text/textOnPath-expected.txt.
* platform/mac/svg/batik/text/textOnPath2-expected.checksum: Copied from svg/batik/text/textOnPath2-expected.checksum.
* platform/mac/svg/batik/text/textOnPath2-expected.png: Copied from svg/batik/text/textOnPath2-expected.png.
* platform/mac/svg/batik/text/textOnPath2-expected.txt: Copied from svg/batik/text/textOnPath2-expected.txt.
* platform/mac/svg/batik/text/textOnPath3-expected.txt: Copied from svg/batik/text/textOnPath3-expected.txt.
* platform/mac/svg/batik/text/textOnPathSpaces-expected.checksum: Copied from svg/batik/text/textOnPathSpaces-expected.checksum.
* platform/mac/svg/batik/text/textOnPathSpaces-expected.png: Copied from svg/batik/text/textOnPathSpaces-expected.png.
* platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: Copied from svg/batik/text/textOnPathSpaces-expected.txt.
* platform/mac/svg/batik/text/textPCDATA-expected.txt: Copied from svg/batik/text/textPCDATA-expected.txt.
* platform/mac/svg/batik/text/textPosition-expected.txt: Copied from svg/batik/text/textPosition-expected.txt.
* platform/mac/svg/batik/text/textPosition2-expected.txt: Copied from svg/batik/text/textPosition2-expected.txt.
* platform/mac/svg/batik/text/textProperties-expected.txt: Copied from svg/batik/text/textProperties-expected.txt.
* platform/mac/svg/batik/text/textProperties2-expected.checksum: Copied from svg/batik/text/textProperties2-expected.checksum.
* platform/mac/svg/batik/text/textProperties2-expected.png: Copied from svg/batik/text/textProperties2-expected.png.
* platform/mac/svg/batik/text/textProperties2-expected.txt: Copied from svg/batik/text/textProperties2-expected.txt.
* platform/mac/svg/batik/text/textStyles-expected.txt: Copied from svg/batik/text/textStyles-expected.txt.
* platform/mac/svg/batik/text/verticalText-expected.checksum: Copied from svg/batik/text/verticalText-expected.checksum.
* platform/mac/svg/batik/text/verticalText-expected.png: Copied from svg/batik/text/verticalText-expected.png.
* platform/mac/svg/batik/text/verticalText-expected.txt: Copied from svg/batik/text/verticalText-expected.txt.
* platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum: Copied from svg/batik/text/verticalTextOnPath-expected.checksum.
* platform/mac/svg/batik/text/verticalTextOnPath-expected.png: Copied from svg/batik/text/verticalTextOnPath-expected.png.
* platform/mac/svg/batik/text/verticalTextOnPath-expected.txt: Copied from svg/batik/text/verticalTextOnPath-expected.txt.
* platform/mac/svg/batik/text/xmlSpace-expected.txt: Copied from svg/batik/text/xmlSpace-expected.txt.
* platform/mac/svg/carto.net/frameless-svg-parse-error-expected.checksum: Added.
* platform/mac/svg/carto.net/frameless-svg-parse-error-expected.png: Added.
* platform/mac/svg/css/getComputedStyle-basic-expected.checksum: Added.
* platform/mac/svg/css/getComputedStyle-basic-expected.png: Added.
* platform/mac/svg/css/glyph-orientation-rounding-test-expected.checksum: Added.
* platform/mac/svg/css/glyph-orientation-rounding-test-expected.png: Added.
* platform/mac/svg/custom/SVGException-expected.checksum: Added.
* platform/mac/svg/custom/SVGException-expected.png: Added.
* platform/mac/svg/custom/SVGMatrix-interface-expected.checksum: Copied from svg/custom/SVGMatrix-interface-expected.checksum.
* platform/mac/svg/custom/SVGMatrix-interface-expected.png: Copied from svg/custom/SVGMatrix-interface-expected.png.
* platform/mac/svg/custom/SVGMatrix-interface-expected.txt: Copied from svg/custom/SVGMatrix-interface-expected.txt.
* platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Copied from svg/custom/absolute-sized-svg-in-xhtml-expected.checksum.
* platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png: Copied from svg/custom/absolute-sized-svg-in-xhtml-expected.png.
* platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Copied from svg/custom/absolute-sized-svg-in-xhtml-expected.txt.
* platform/mac/svg/custom/clip-path-referencing-use-expected.checksum: Copied from svg/custom/clip-path-referencing-use-expected.checksum.
* platform/mac/svg/custom/clip-path-referencing-use-expected.png: Copied from svg/custom/clip-path-referencing-use-expected.png.
* platform/mac/svg/custom/clip-path-referencing-use-expected.txt: Copied from svg/custom/clip-path-referencing-use-expected.txt.
* platform/mac/svg/custom/clip-path-referencing-use2-expected.checksum: Copied from svg/custom/clip-path-referencing-use2-expected.checksum.
* platform/mac/svg/custom/clip-path-referencing-use2-expected.png: Copied from svg/custom/clip-path-referencing-use2-expected.png.
* platform/mac/svg/custom/clip-path-referencing-use2-expected.txt: Copied from svg/custom/clip-path-referencing-use2-expected.txt.
* platform/mac/svg/custom/container-opacity-clip-viewBox-expected.checksum: Copied from svg/custom/container-opacity-clip-viewBox-expected.checksum.
* platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png: Copied from svg/custom/container-opacity-clip-viewBox-expected.png.
* platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt: Copied from svg/custom/container-opacity-clip-viewBox-expected.txt.
* platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
* platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.png: Added.
* platform/mac/svg/custom/empty-clip-path-expected.checksum: Copied from svg/custom/empty-clip-path-expected.checksum.
* platform/mac/svg/custom/empty-clip-path-expected.png: Copied from svg/custom/empty-clip-path-expected.png.
* platform/mac/svg/custom/empty-clip-path-expected.txt: Copied from svg/custom/empty-clip-path-expected.txt.
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.checksum: Copied from svg/custom/fill-SVGPaint-interface-expected.checksum.
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.png: Copied from svg/custom/fill-SVGPaint-interface-expected.png.
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt: Copied from svg/custom/fill-SVGPaint-interface-expected.txt.
* platform/mac/svg/custom/fill-fallback-expected.checksum: Copied from svg/custom/fill-fallback-expected.checksum.
* platform/mac/svg/custom/fill-fallback-expected.png: Copied from svg/custom/fill-fallback-expected.png.
* platform/mac/svg/custom/fill-fallback-expected.txt: Copied from svg/custom/fill-fallback-expected.txt.
* platform/mac/svg/custom/focus-ring-expected.checksum:
* platform/mac/svg/custom/focus-ring-expected.png:
* platform/mac/svg/custom/getBBox-js-expected.checksum: Added.
* platform/mac/svg/custom/getBBox-js-expected.png: Added.
* platform/mac/svg/custom/getPresentationAttribute-expected.checksum: Copied from svg/custom/getPresentationAttribute-expected.checksum.
* platform/mac/svg/custom/getPresentationAttribute-expected.png: Copied from svg/custom/getPresentationAttribute-expected.png.
* platform/mac/svg/custom/getPresentationAttribute-expected.txt: Copied from svg/custom/getPresentationAttribute-expected.txt.
* platform/mac/svg/custom/gradient-rotated-bbox-expected.checksum: Copied from svg/custom/gradient-rotated-bbox-expected.checksum.
* platform/mac/svg/custom/gradient-rotated-bbox-expected.png: Copied from svg/custom/gradient-rotated-bbox-expected.png.
* platform/mac/svg/custom/gradient-rotated-bbox-expected.txt: Copied from svg/custom/gradient-rotated-bbox-expected.txt.
* platform/mac/svg/custom/group-opacity-expected.checksum: Copied from svg/custom/group-opacity-expected.checksum.
* platform/mac/svg/custom/group-opacity-expected.png: Copied from svg/custom/group-opacity-expected.png.
* platform/mac/svg/custom/group-opacity-expected.txt: Copied from svg/custom/group-opacity-expected.txt.
* platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.checksum: Copied from svg/custom/hit-test-unclosed-subpaths-expected.checksum.
* platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png: Copied from svg/custom/hit-test-unclosed-subpaths-expected.png.
* platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt: Copied from svg/custom/hit-test-unclosed-subpaths-expected.txt.
* platform/mac/svg/custom/hit-test-with-br-expected.checksum: Copied from svg/custom/hit-test-with-br-expected.checksum.
* platform/mac/svg/custom/hit-test-with-br-expected.png: Copied from svg/custom/hit-test-with-br-expected.png.
* platform/mac/svg/custom/hit-test-with-br-expected.txt: Copied from svg/custom/hit-test-with-br-expected.txt.
* platform/mac/svg/custom/image-parent-translation-expected.checksum: Copied from svg/custom/image-parent-translation-expected.checksum.
* platform/mac/svg/custom/image-parent-translation-expected.png: Copied from svg/custom/image-parent-translation-expected.png.
* platform/mac/svg/custom/image-parent-translation-expected.txt: Copied from svg/custom/image-parent-translation-expected.txt.
* platform/mac/svg/custom/image-small-width-height-expected.checksum: Copied from svg/custom/image-small-width-height-expected.checksum.
* platform/mac/svg/custom/image-small-width-height-expected.png: Copied from svg/custom/image-small-width-height-expected.png.
* platform/mac/svg/custom/image-small-width-height-expected.txt: Copied from svg/custom/image-small-width-height-expected.txt.
* platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.checksum: Added.
* platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png: Added.
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from svg/custom/inline-svg-in-xhtml-expected.txt.
* platform/mac/svg/custom/invalid-lengthlist-expected.checksum: Copied from svg/custom/invalid-lengthlist-expected.checksum.
* platform/mac/svg/custom/invalid-lengthlist-expected.png: Copied from svg/custom/invalid-lengthlist-expected.png.
* platform/mac/svg/custom/invalid-lengthlist-expected.txt: Copied from svg/custom/invalid-lengthlist-expected.txt.
* platform/mac/svg/custom/js-font-test-expected.txt: Copied from svg/custom/js-font-test-expected.txt.
* platform/mac/svg/custom/js-svg-constructors-expected.checksum: Copied from svg/custom/js-svg-constructors-expected.checksum.
* platform/mac/svg/custom/js-svg-constructors-expected.png: Copied from svg/custom/js-svg-constructors-expected.png.
* platform/mac/svg/custom/js-update-transform-addition-expected.checksum: Copied from svg/custom/js-update-transform-addition-expected.checksum.
* platform/mac/svg/custom/js-update-transform-addition-expected.png: Copied from svg/custom/js-update-transform-addition-expected.png.
* platform/mac/svg/custom/js-update-transform-addition-expected.txt: Copied from svg/custom/js-update-transform-addition-expected.txt.
* platform/mac/svg/custom/js-update-transform-changes-expected.checksum: Copied from svg/custom/js-update-transform-changes-expected.checksum.
* platform/mac/svg/custom/js-update-transform-changes-expected.png: Copied from svg/custom/js-update-transform-changes-expected.png.
* platform/mac/svg/custom/js-update-transform-changes-expected.txt: Copied from svg/custom/js-update-transform-changes-expected.txt.
* platform/mac/svg/custom/linking-a-03-b-all-expected.txt: Copied from svg/custom/linking-a-03-b-all-expected.txt.
* platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Copied from svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt.
* platform/mac/svg/custom/linking-a-03-b-transform-expected.txt: Copied from svg/custom/linking-a-03-b-transform-expected.txt.
* platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt: Copied from svg/custom/linking-a-03-b-viewBox-expected.txt.
* platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Copied from svg/custom/linking-a-03-b-viewBox-transform-expected.txt.
* platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt: Copied from svg/custom/linking-a-03-b-viewTarget-expected.txt.
* platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Copied from svg/custom/linking-a-03-b-zoomAndPan-expected.txt.
* platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.checksum: Added.
* platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.png: Added.
* platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.checksum: Added.
* platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.png: Added.
* platform/mac/svg/custom/multiple-title-elements-expected.checksum: Added.
* platform/mac/svg/custom/multiple-title-elements-expected.png: Added.
* platform/mac/svg/custom/path-getTotalLength-expected.checksum: Added.
* platform/mac/svg/custom/path-getTotalLength-expected.png: Added.
* platform/mac/svg/custom/pattern-rotate-expected.txt: Copied from svg/custom/pattern-rotate-expected.txt.
* platform/mac/svg/custom/percentage-of-html-parent-expected.checksum: Copied from svg/custom/percentage-of-html-parent-expected.checksum.
* platform/mac/svg/custom/percentage-of-html-parent-expected.png: Copied from svg/custom/percentage-of-html-parent-expected.png.
* platform/mac/svg/custom/percentage-of-html-parent-expected.txt: Copied from svg/custom/percentage-of-html-parent-expected.txt.
* platform/mac/svg/custom/repaint-on-image-bounds-change-expected.checksum: Copied from svg/custom/repaint-on-image-bounds-change-expected.checksum.
* platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png: Copied from svg/custom/repaint-on-image-bounds-change-expected.png.
* platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt: Copied from svg/custom/repaint-on-image-bounds-change-expected.txt.
* platform/mac/svg/custom/resource-client-removal-expected.checksum: Copied from svg/custom/resource-client-removal-expected.checksum.
* platform/mac/svg/custom/resource-client-removal-expected.png: Copied from svg/custom/resource-client-removal-expected.png.
* platform/mac/svg/custom/resource-client-removal-expected.txt: Copied from svg/custom/resource-client-removal-expected.txt.
* platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Copied from svg/custom/root-container-opacity-clip-viewBox-expected.checksum.
* platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png: Copied from svg/custom/root-container-opacity-clip-viewBox-expected.png.
* platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt: Copied from svg/custom/root-container-opacity-clip-viewBox-expected.txt.
* platform/mac/svg/custom/scroll-hit-test-expected.checksum: Copied from svg/custom/scroll-hit-test-expected.checksum.
* platform/mac/svg/custom/scroll-hit-test-expected.png: Copied from svg/custom/scroll-hit-test-expected.png.
* platform/mac/svg/custom/scroll-hit-test-expected.txt: Copied from svg/custom/scroll-hit-test-expected.txt.
* platform/mac/svg/custom/shape-rendering-expected.checksum: Copied from svg/custom/shape-rendering-expected.checksum.
* platform/mac/svg/custom/shape-rendering-expected.png: Copied from svg/custom/shape-rendering-expected.png.
* platform/mac/svg/custom/shape-rendering-expected.txt: Copied from svg/custom/shape-rendering-expected.txt.
* platform/mac/svg/custom/stroke-fallback-expected.checksum: Copied from svg/custom/stroke-fallback-expected.checksum.
* platform/mac/svg/custom/stroke-fallback-expected.png: Copied from svg/custom/stroke-fallback-expected.png.
* platform/mac/svg/custom/stroke-fallback-expected.txt: Copied from svg/custom/stroke-fallback-expected.txt.
* platform/mac/svg/custom/stroke-width-click-expected.checksum: Added.
* platform/mac/svg/custom/stroke-width-click-expected.png: Added.
* platform/mac/svg/custom/stroked-pattern-expected.checksum: Copied from svg/custom/stroked-pattern-expected.checksum.
* platform/mac/svg/custom/stroked-pattern-expected.png: Copied from svg/custom/stroked-pattern-expected.png.
* platform/mac/svg/custom/stroked-pattern-expected.txt: Copied from svg/custom/stroked-pattern-expected.txt.
* platform/mac/svg/custom/style-attribute-font-size-expected.checksum: Copied from svg/custom/style-attribute-font-size-expected.checksum.
* platform/mac/svg/custom/style-attribute-font-size-expected.png: Copied from svg/custom/style-attribute-font-size-expected.png.
* platform/mac/svg/custom/style-attribute-font-size-expected.txt: Copied from svg/custom/style-attribute-font-size-expected.txt.
* platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.checksum: Added.
* platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.png: Added.
* platform/mac/svg/custom/svg-features-expected.checksum: Added.
* platform/mac/svg/custom/svg-features-expected.png: Added.
* platform/mac/svg/custom/svgsvgelement-ctm-expected.checksum: Added.
* platform/mac/svg/custom/svgsvgelement-ctm-expected.png: Added.
* platform/mac/svg/custom/text-decoration-visibility-expected.checksum: Copied from svg/custom/text-decoration-visibility-expected.checksum.
* platform/mac/svg/custom/text-decoration-visibility-expected.png: Copied from svg/custom/text-decoration-visibility-expected.png.
* platform/mac/svg/custom/text-decoration-visibility-expected.txt: Copied from svg/custom/text-decoration-visibility-expected.txt.
* platform/mac/svg/custom/text-letter-spacing-expected.checksum: Copied from svg/custom/text-letter-spacing-expected.checksum.
* platform/mac/svg/custom/text-letter-spacing-expected.png: Copied from svg/custom/text-letter-spacing-expected.png.
* platform/mac/svg/custom/text-letter-spacing-expected.txt: Copied from svg/custom/text-letter-spacing-expected.txt.
* platform/mac/svg/custom/text-x-dx-lists-expected.checksum: Copied from svg/custom/text-x-dx-lists-expected.checksum.
* platform/mac/svg/custom/text-x-dx-lists-expected.png: Copied from svg/custom/text-x-dx-lists-expected.png.
* platform/mac/svg/custom/text-x-dx-lists-expected.txt: Copied from svg/custom/text-x-dx-lists-expected.txt.
* platform/mac/svg/custom/text-x-override-in-tspan-child-expected.checksum: Copied from svg/custom/text-x-override-in-tspan-child-expected.checksum.
* platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png: Copied from svg/custom/text-x-override-in-tspan-child-expected.png.
* platform/mac/svg/custom/text-x-override-in-tspan-child-expected.txt: Copied from svg/custom/text-x-override-in-tspan-child-expected.txt.
* platform/mac/svg/custom/transform-removeAttributeNS-expected.checksum: Copied from svg/custom/transform-removeAttributeNS-expected.checksum.
* platform/mac/svg/custom/transform-removeAttributeNS-expected.png: Copied from svg/custom/transform-removeAttributeNS-expected.png.
* platform/mac/svg/custom/transform-removeAttributeNS-expected.txt: Copied from svg/custom/transform-removeAttributeNS-expected.txt.
* platform/mac/svg/custom/use-detach-expected.checksum: Copied from svg/custom/use-detach-expected.checksum.
* platform/mac/svg/custom/use-detach-expected.png: Copied from svg/custom/use-detach-expected.png.
* platform/mac/svg/custom/use-detach-expected.txt: Copied from svg/custom/use-detach-expected.txt.
* platform/mac/svg/custom/use-dynamic-append-expected.checksum:
* platform/mac/svg/custom/use-dynamic-append-expected.png: Copied from svg/custom/use-dynamic-append-expected.png.
* platform/mac/svg/custom/use-dynamic-append-expected.txt: Copied from svg/custom/use-dynamic-append-expected.txt.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-1-expected.checksum.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-1-expected.png.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-1-expected.txt.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-2-expected.checksum.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-2-expected.png.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-2-expected.txt.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-3-expected.checksum.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-3-expected.png.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-3-expected.txt.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-4-expected.checksum.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-4-expected.png.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-4-expected.txt.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-5-expected.checksum.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-5-expected.png.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-5-expected.txt.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Copied from svg/custom/use-on-disallowed-foreign-object-6-expected.checksum.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Copied from svg/custom/use-on-disallowed-foreign-object-6-expected.png.
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Copied from svg/custom/use-on-disallowed-foreign-object-6-expected.txt.
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Copied from svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum.
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Copied from svg/custom/use-on-g-containing-foreignObject-and-image-expected.png.
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Copied from svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt.
* platform/mac/svg/custom/use-on-g-containing-symbol-expected.checksum: Copied from svg/custom/use-on-g-containing-symbol-expected.checksum.
* platform/mac/svg/custom/use-on-g-containing-symbol-expected.png: Copied from svg/custom/use-on-g-containing-symbol-expected.png.
* platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt: Copied from svg/custom/use-on-g-containing-symbol-expected.txt.
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Copied from svg/custom/use-on-non-svg-namespaced-element-expected.checksum.
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png: Copied from svg/custom/use-on-non-svg-namespaced-element-expected.png.
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.txt: Copied from svg/custom/use-on-non-svg-namespaced-element-expected.txt.
* platform/mac/svg/dom: Added.
* platform/mac/svg/dom/animated-tearoff-equality-expected.checksum: Added.
* platform/mac/svg/dom/animated-tearoff-equality-expected.png: Added.
* platform/mac/svg/dom/animated-tearoff-lifespan-expected.checksum: Added.
* platform/mac/svg/dom/animated-tearoff-lifespan-expected.png: Added.
* platform/mac/svg/dom/font-face-elements-expected.checksum: Added.
* platform/mac/svg/dom/font-face-elements-expected.png: Added.
* platform/mac/svg/dom/length-list-parser-expected.checksum: Added.
* platform/mac/svg/dom/length-list-parser-expected.png: Added.
* platform/mac/svg/dom/path-parser-expected.checksum: Added.
* platform/mac/svg/dom/path-parser-expected.png: Added.
* platform/mac/svg/dom/points-parser-expected.checksum: Added.
* platform/mac/svg/dom/points-parser-expected.png: Added.
* platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.checksum: Added.
* platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.png: Added.
* platform/mac/svg/dom/rgb-color-parser-expected.checksum: Added.
* platform/mac/svg/dom/rgb-color-parser-expected.png: Added.
* platform/mac/svg/dom/string-list-parser-expected.checksum: Added.
* platform/mac/svg/dom/string-list-parser-expected.png: Added.
* platform/mac/svg/dom/svg-element-attribute-js-null-expected.checksum: Added.
* platform/mac/svg/dom/svg-element-attribute-js-null-expected.png: Added.
* platform/mac/svg/dom/transform-parser-expected.checksum: Added.
* platform/mac/svg/dom/transform-parser-expected.png: Added.
* platform/mac/svg/hixie/dynamic/001-expected.checksum: Added.
* platform/mac/svg/hixie/dynamic/001-expected.png: Added.
* platform/mac/svg/hixie/error/013-broken-expected.checksum: Removed.
* platform/mac/svg/hixie/error/013-broken-expected.png: Removed.
* platform/mac/svg/hixie/error/013-broken-expected.txt: Removed.
* platform/mac/svg/hixie/error/013-expected.checksum: Copied from svg/hixie/error/013-expected.checksum.
* platform/mac/svg/hixie/error/013-expected.png: Copied from svg/hixie/error/013-expected.png.
* platform/mac/svg/hixie/error/013-expected.txt: Copied from svg/hixie/error/013-expected.txt.
* platform/mac/svg/text/text-align-01-b-expected.txt: Copied from svg/text/text-align-01-b-expected.txt.
* platform/mac/svg/text/text-align-02-b-expected.txt: Copied from svg/text/text-align-02-b-expected.txt.
* platform/mac/svg/text/text-align-03-b-expected.checksum: Copied from svg/text/text-align-03-b-expected.checksum.
* platform/mac/svg/text/text-align-03-b-expected.png: Copied from svg/text/text-align-03-b-expected.png.
* platform/mac/svg/text/text-align-03-b-expected.txt: Copied from svg/text/text-align-03-b-expected.txt.
* platform/mac/svg/text/text-align-04-b-expected.checksum: Copied from svg/text/text-align-04-b-expected.checksum.
* platform/mac/svg/text/text-align-04-b-expected.png: Copied from svg/text/text-align-04-b-expected.png.
* platform/mac/svg/text/text-align-04-b-expected.txt: Copied from svg/text/text-align-04-b-expected.txt.
* platform/mac/svg/text/text-align-05-b-expected.txt: Copied from svg/text/text-align-05-b-expected.txt.
* platform/mac/svg/text/text-align-06-b-expected.txt: Copied from svg/text/text-align-06-b-expected.txt.
* platform/mac/svg/text/text-altglyph-01-b-expected.checksum: Copied from svg/text/text-altglyph-01-b-expected.checksum.
* platform/mac/svg/text/text-altglyph-01-b-expected.png: Copied from svg/text/text-altglyph-01-b-expected.png.
* platform/mac/svg/text/text-altglyph-01-b-expected.txt: Copied from svg/text/text-altglyph-01-b-expected.txt.
* platform/mac/svg/text/text-deco-01-b-expected.checksum: Copied from svg/text/text-deco-01-b-expected.checksum.
* platform/mac/svg/text/text-deco-01-b-expected.png: Copied from svg/text/text-deco-01-b-expected.png.
* platform/mac/svg/text/text-deco-01-b-expected.txt: Copied from svg/text/text-deco-01-b-expected.txt.
* platform/mac/svg/text/text-fonts-01-t-expected.txt: Copied from svg/text/text-fonts-01-t-expected.txt.
* platform/mac/svg/text/text-fonts-02-t-expected.checksum: Copied from svg/text/text-fonts-02-t-expected.checksum.
* platform/mac/svg/text/text-fonts-02-t-expected.png: Copied from svg/text/text-fonts-02-t-expected.png.
* platform/mac/svg/text/text-fonts-02-t-expected.txt: Copied from svg/text/text-fonts-02-t-expected.txt.
* platform/mac/svg/text/text-intro-05-t-expected.txt: Copied from svg/text/text-intro-05-t-expected.txt.
* platform/mac/svg/text/text-path-01-b-expected.checksum: Copied from svg/text/text-path-01-b-expected.checksum.
* platform/mac/svg/text/text-path-01-b-expected.png: Copied from svg/text/text-path-01-b-expected.png.
* platform/mac/svg/text/text-path-01-b-expected.txt: Copied from svg/text/text-path-01-b-expected.txt.
* platform/mac/svg/text/text-spacing-01-b-expected.checksum: Copied from svg/text/text-spacing-01-b-expected.checksum.
* platform/mac/svg/text/text-spacing-01-b-expected.png: Copied from svg/text/text-spacing-01-b-expected.png.
* platform/mac/svg/text/text-spacing-01-b-expected.txt: Copied from svg/text/text-spacing-01-b-expected.txt.
* platform/mac/svg/text/text-text-01-b-expected.checksum: Copied from svg/text/text-text-01-b-expected.checksum.
* platform/mac/svg/text/text-text-01-b-expected.png: Copied from svg/text/text-text-01-b-expected.png.
* platform/mac/svg/text/text-text-01-b-expected.txt: Copied from svg/text/text-text-01-b-expected.txt.
* platform/mac/svg/text/text-text-03-b-expected.checksum: Copied from svg/text/text-text-03-b-expected.checksum.
* platform/mac/svg/text/text-text-03-b-expected.png: Copied from svg/text/text-text-03-b-expected.png.
* platform/mac/svg/text/text-text-03-b-expected.txt: Copied from svg/text/text-text-03-b-expected.txt.
* platform/mac/svg/text/text-text-04-t-expected.checksum: Copied from svg/text/text-text-04-t-expected.checksum.
* platform/mac/svg/text/text-text-04-t-expected.png: Copied from svg/text/text-text-04-t-expected.png.
* platform/mac/svg/text/text-text-04-t-expected.txt: Copied from svg/text/text-text-04-t-expected.txt.
* platform/mac/svg/text/text-text-05-t-expected.checksum: Copied from svg/text/text-text-05-t-expected.checksum.
* platform/mac/svg/text/text-text-05-t-expected.png: Copied from svg/text/text-text-05-t-expected.png.
* platform/mac/svg/text/text-text-05-t-expected.txt: Copied from svg/text/text-text-05-t-expected.txt.
* platform/mac/svg/text/text-text-06-t-expected.checksum: Copied from svg/text/text-text-06-t-expected.checksum.
* platform/mac/svg/text/text-text-06-t-expected.png: Copied from svg/text/text-text-06-t-expected.png.
* platform/mac/svg/text/text-text-06-t-expected.txt: Copied from svg/text/text-text-06-t-expected.txt.
* platform/mac/svg/text/text-text-07-t-expected.txt: Copied from svg/text/text-text-07-t-expected.txt.
* platform/mac/svg/text/text-text-08-b-expected.checksum: Copied from svg/text/text-text-08-b-expected.checksum.
* platform/mac/svg/text/text-text-08-b-expected.png: Copied from svg/text/text-text-08-b-expected.png.
* platform/mac/svg/text/text-text-08-b-expected.txt: Copied from svg/text/text-text-08-b-expected.txt.
* platform/mac/svg/text/text-tref-01-b-expected.checksum: Copied from svg/text/text-tref-01-b-expected.checksum.
* platform/mac/svg/text/text-tref-01-b-expected.png: Copied from svg/text/text-tref-01-b-expected.png.
* platform/mac/svg/text/text-tref-01-b-expected.txt: Copied from svg/text/text-tref-01-b-expected.txt.
* platform/mac/svg/text/text-tselect-01-b-expected.txt: Copied from svg/text/text-tselect-01-b-expected.txt.
* platform/mac/svg/text/text-tselect-02-f-expected.checksum: Copied from svg/text/text-tselect-02-f-expected.checksum.
* platform/mac/svg/text/text-tselect-02-f-expected.png: Copied from svg/text/text-tselect-02-f-expected.png.
* platform/mac/svg/text/text-tselect-02-f-expected.txt: Copied from svg/text/text-tselect-02-f-expected.txt.
* platform/mac/svg/text/text-tspan-01-b-expected.checksum: Copied from svg/text/text-tspan-01-b-expected.checksum.
* platform/mac/svg/text/text-tspan-01-b-expected.png: Copied from svg/text/text-tspan-01-b-expected.png.
* platform/mac/svg/text/text-tspan-01-b-expected.txt: Copied from svg/text/text-tspan-01-b-expected.txt.
* platform/mac/svg/text/text-ws-01-t-expected.checksum: Copied from svg/text/text-ws-01-t-expected.checksum.
* platform/mac/svg/text/text-ws-01-t-expected.png: Copied from svg/text/text-ws-01-t-expected.png.
* platform/mac/svg/text/text-ws-01-t-expected.txt: Copied from svg/text/text-ws-01-t-expected.txt.
* platform/mac/svg/text/text-ws-02-t-expected.checksum: Copied from svg/text/text-ws-02-t-expected.checksum.
* platform/mac/svg/text/text-ws-02-t-expected.png: Copied from svg/text/text-ws-02-t-expected.png.
* platform/mac/svg/text/text-ws-02-t-expected.txt: Copied from svg/text/text-ws-02-t-expected.txt.
* platform/mac/svg/webarchive: Added.
* platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum: Added.
* platform/mac/svg/webarchive/svg-cursor-subresources-expected.png: Added.
* platform/mac/svg/webarchive/svg-feimage-subresources-expected.checksum: Added.
* platform/mac/svg/webarchive/svg-feimage-subresources-expected.png: Added.
* platform/mac/svg/webarchive/svg-script-subresouces-expected.checksum: Added.
* platform/mac/svg/webarchive/svg-script-subresouces-expected.png: Added.
* svg/W3C-SVG-1.1/text-align-08-b-expected.txt: Removed.
* svg/W3C-SVG-1.1/text-intro-01-t-expected.txt: Removed.
* svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: Removed.
* svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: Removed.
* svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: Removed.
* svg/batik/filters/filterRegions-expected.checksum: Removed.
* svg/batik/filters/filterRegions-expected.png: Removed.
* svg/batik/filters/filterRegions-expected.txt: Removed.
* svg/batik/masking/maskRegions-expected.txt: Removed.
* svg/batik/paints/gradientLimit-expected.txt: Removed.
* svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Removed.
* svg/batik/paints/patternPreserveAspectRatioA-expected.png: Removed.
* svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed.
* svg/batik/paints/patternRegionA-expected.txt: Removed.
* svg/batik/paints/patternRegionB-expected.checksum: Removed.
* svg/batik/paints/patternRegionB-expected.png: Removed.
* svg/batik/paints/patternRegionB-expected.txt: Removed.
* svg/batik/paints/patternRegions-expected.txt: Removed.
* svg/batik/text/longTextOnPath-expected.txt: Removed.
* svg/batik/text/textAnchor-expected.checksum: Removed.
* svg/batik/text/textAnchor-expected.png: Removed.
* svg/batik/text/textAnchor-expected.txt: Removed.
* svg/batik/text/textAnchor2-expected.checksum: Removed.
* svg/batik/text/textAnchor2-expected.png: Removed.
* svg/batik/text/textAnchor2-expected.txt: Removed.
* svg/batik/text/textAnchor3-expected.checksum: Removed.
* svg/batik/text/textAnchor3-expected.png: Removed.
* svg/batik/text/textAnchor3-expected.txt: Removed.
* svg/batik/text/textBiDi-expected.txt: Removed.
* svg/batik/text/textDecoration2-expected.checksum: Removed.
* svg/batik/text/textDecoration2-expected.png: Removed.
* svg/batik/text/textDecoration2-expected.txt: Removed.
* svg/batik/text/textEffect-expected.txt: Removed.
* svg/batik/text/textEffect2-expected.txt: Removed.
* svg/batik/text/textEffect3-expected.txt: Removed.
* svg/batik/text/textFeatures-expected.checksum: Removed.
* svg/batik/text/textFeatures-expected.png: Removed.
* svg/batik/text/textFeatures-expected.txt: Removed.
* svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Removed.
* svg/batik/text/textLayout-expected.checksum: Removed.
* svg/batik/text/textLayout-expected.png: Removed.
* svg/batik/text/textLayout-expected.txt: Removed.
* svg/batik/text/textLayout2-expected.txt: Removed.
* svg/batik/text/textLength-expected.checksum: Removed.
* svg/batik/text/textLength-expected.png: Removed.
* svg/batik/text/textLength-expected.txt: Removed.
* svg/batik/text/textOnPath-expected.checksum: Removed.
* svg/batik/text/textOnPath-expected.png: Removed.
* svg/batik/text/textOnPath-expected.txt: Removed.
* svg/batik/text/textOnPath2-expected.checksum: Removed.
* svg/batik/text/textOnPath2-expected.png: Removed.
* svg/batik/text/textOnPath2-expected.txt: Removed.
* svg/batik/text/textOnPath3-expected.txt: Removed.
* svg/batik/text/textOnPathSpaces-expected.checksum: Removed.
* svg/batik/text/textOnPathSpaces-expected.png: Removed.
* svg/batik/text/textOnPathSpaces-expected.txt: Removed.
* svg/batik/text/textPCDATA-expected.txt: Removed.
* svg/batik/text/textPosition-expected.txt: Removed.
* svg/batik/text/textPosition2-expected.txt: Removed.
* svg/batik/text/textProperties-expected.txt: Removed.
* svg/batik/text/textProperties2-expected.checksum: Removed.
* svg/batik/text/textProperties2-expected.png: Removed.
* svg/batik/text/textProperties2-expected.txt: Removed.
* svg/batik/text/textStyles-expected.txt: Removed.
* svg/batik/text/verticalText-expected.checksum: Removed.
* svg/batik/text/verticalText-expected.png: Removed.
* svg/batik/text/verticalText-expected.txt: Removed.
* svg/batik/text/verticalTextOnPath-expected.checksum: Removed.
* svg/batik/text/verticalTextOnPath-expected.png: Removed.
* svg/batik/text/verticalTextOnPath-expected.txt: Removed.
* svg/batik/text/xmlSpace-expected.txt: Removed.
* svg/custom/SVGMatrix-interface-expected.checksum: Removed.
* svg/custom/SVGMatrix-interface-expected.png: Removed.
* svg/custom/SVGMatrix-interface-expected.txt: Removed.
* svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Removed.
* svg/custom/absolute-sized-svg-in-xhtml-expected.png: Removed.
* svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Removed.
* svg/custom/clip-path-referencing-use-expected.checksum: Removed.
* svg/custom/clip-path-referencing-use-expected.png: Removed.
* svg/custom/clip-path-referencing-use-expected.txt: Removed.
* svg/custom/clip-path-referencing-use2-expected.checksum: Removed.
* svg/custom/clip-path-referencing-use2-expected.png: Removed.
* svg/custom/clip-path-referencing-use2-expected.txt: Removed.
* svg/custom/container-opacity-clip-viewBox-expected.checksum: Removed.
* svg/custom/container-opacity-clip-viewBox-expected.png: Removed.
* svg/custom/container-opacity-clip-viewBox-expected.txt: Removed.
* svg/custom/empty-clip-path-expected.checksum: Removed.
* svg/custom/empty-clip-path-expected.png: Removed.
* svg/custom/empty-clip-path-expected.txt: Removed.
* svg/custom/fill-SVGPaint-interface-expected.checksum: Removed.
* svg/custom/fill-SVGPaint-interface-expected.png: Removed.
* svg/custom/fill-SVGPaint-interface-expected.txt: Removed.
* svg/custom/fill-fallback-expected.checksum: Removed.
* svg/custom/fill-fallback-expected.png: Removed.
* svg/custom/fill-fallback-expected.txt: Removed.
* svg/custom/focus-ring-expected.checksum: Removed.
* svg/custom/focus-ring-expected.png: Removed.
* svg/custom/focus-ring-expected.txt: Removed.
* svg/custom/getPresentationAttribute-expected.checksum: Removed.
* svg/custom/getPresentationAttribute-expected.png: Removed.
* svg/custom/getPresentationAttribute-expected.txt: Removed.
* svg/custom/gradient-rotated-bbox-expected.checksum: Removed.
* svg/custom/gradient-rotated-bbox-expected.png: Removed.
* svg/custom/gradient-rotated-bbox-expected.txt: Removed.
* svg/custom/group-opacity-expected.checksum: Removed.
* svg/custom/group-opacity-expected.png: Removed.
* svg/custom/group-opacity-expected.txt: Removed.
* svg/custom/hit-test-unclosed-subpaths-expected.checksum: Removed.
* svg/custom/hit-test-unclosed-subpaths-expected.png: Removed.
* svg/custom/hit-test-unclosed-subpaths-expected.txt: Removed.
* svg/custom/hit-test-with-br-expected.checksum: Removed.
* svg/custom/hit-test-with-br-expected.png: Removed.
* svg/custom/hit-test-with-br-expected.txt: Removed.
* svg/custom/image-parent-translation-expected.checksum: Removed.
* svg/custom/image-parent-translation-expected.png: Removed.
* svg/custom/image-parent-translation-expected.txt: Removed.
* svg/custom/image-small-width-height-expected.checksum: Removed.
* svg/custom/image-small-width-height-expected.png: Removed.
* svg/custom/image-small-width-height-expected.txt: Removed.
* svg/custom/inline-svg-in-xhtml-expected.txt: Removed.
* svg/custom/invalid-lengthlist-expected.checksum: Removed.
* svg/custom/invalid-lengthlist-expected.png: Removed.
* svg/custom/invalid-lengthlist-expected.txt: Removed.
* svg/custom/js-font-test-expected.txt: Removed.
* svg/custom/js-svg-constructors-expected.checksum: Removed.
* svg/custom/js-svg-constructors-expected.png: Removed.
* svg/custom/js-update-transform-addition-expected.checksum: Removed.
* svg/custom/js-update-transform-addition-expected.png: Removed.
* svg/custom/js-update-transform-addition-expected.txt: Removed.
* svg/custom/js-update-transform-changes-expected.checksum: Removed.
* svg/custom/js-update-transform-changes-expected.png: Removed.
* svg/custom/js-update-transform-changes-expected.txt: Removed.
* svg/custom/linking-a-03-b-all-expected.txt: Removed.
* svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Removed.
* svg/custom/linking-a-03-b-transform-expected.txt: Removed.
* svg/custom/linking-a-03-b-viewBox-expected.txt: Removed.
* svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Removed.
* svg/custom/linking-a-03-b-viewTarget-expected.txt: Removed.
* svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Removed.
* svg/custom/pattern-rotate-expected.txt: Removed.
* svg/custom/percentage-of-html-parent-expected.checksum: Removed.
* svg/custom/percentage-of-html-parent-expected.png: Removed.
* svg/custom/percentage-of-html-parent-expected.txt: Removed.
* svg/custom/repaint-on-image-bounds-change-expected.checksum: Removed.
* svg/custom/repaint-on-image-bounds-change-expected.png: Removed.
* svg/custom/repaint-on-image-bounds-change-expected.txt: Removed.
* svg/custom/resource-client-removal-expected.checksum: Removed.
* svg/custom/resource-client-removal-expected.png: Removed.
* svg/custom/resource-client-removal-expected.txt: Removed.
* svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Removed.
* svg/custom/root-container-opacity-clip-viewBox-expected.png: Removed.
* svg/custom/root-container-opacity-clip-viewBox-expected.txt: Removed.
* svg/custom/scroll-hit-test-expected.checksum: Removed.
* svg/custom/scroll-hit-test-expected.png: Removed.
* svg/custom/scroll-hit-test-expected.txt: Removed.
* svg/custom/shape-rendering-expected.checksum: Removed.
* svg/custom/shape-rendering-expected.png: Removed.
* svg/custom/shape-rendering-expected.txt: Removed.
* svg/custom/stroke-fallback-expected.checksum: Removed.
* svg/custom/stroke-fallback-expected.png: Removed.
* svg/custom/stroke-fallback-expected.txt: Removed.
* svg/custom/stroke-width-click-expected.txt: Removed.
* svg/custom/stroked-pattern-expected.checksum: Removed.
* svg/custom/stroked-pattern-expected.png: Removed.
* svg/custom/stroked-pattern-expected.txt: Removed.
* svg/custom/style-attribute-font-size-expected.checksum: Removed.
* svg/custom/style-attribute-font-size-expected.png: Removed.
* svg/custom/style-attribute-font-size-expected.txt: Removed.
* svg/custom/text-decoration-visibility-expected.checksum: Removed.
* svg/custom/text-decoration-visibility-expected.png: Removed.
* svg/custom/text-decoration-visibility-expected.txt: Removed.
* svg/custom/text-letter-spacing-expected.checksum: Removed.
* svg/custom/text-letter-spacing-expected.png: Removed.
* svg/custom/text-letter-spacing-expected.txt: Removed.
* svg/custom/text-x-dx-lists-expected.checksum: Removed.
* svg/custom/text-x-dx-lists-expected.png: Removed.
* svg/custom/text-x-dx-lists-expected.txt: Removed.
* svg/custom/text-x-override-in-tspan-child-expected.checksum: Removed.
* svg/custom/text-x-override-in-tspan-child-expected.png: Removed.
* svg/custom/text-x-override-in-tspan-child-expected.txt: Removed.
* svg/custom/transform-removeAttributeNS-expected.checksum: Removed.
* svg/custom/transform-removeAttributeNS-expected.png: Removed.
* svg/custom/transform-removeAttributeNS-expected.txt: Removed.
* svg/custom/use-detach-expected.checksum: Removed.
* svg/custom/use-detach-expected.png: Removed.
* svg/custom/use-detach-expected.txt: Removed.
* svg/custom/use-dynamic-append-expected.png: Removed.
* svg/custom/use-dynamic-append-expected.txt: Removed.
* svg/custom/use-on-disallowed-foreign-object-1-expected.checksum: Removed.
* svg/custom/use-on-disallowed-foreign-object-1-expected.png: Removed.
* svg/custom/use-on-disallowed-foreign-object-1-expected.txt: Removed.
* svg/custom/use-on-disallowed-foreign-object-2-expected.checksum: Removed.
* svg/custom/use-on-disallowed-foreign-object-2-expected.png: Removed.
* svg/custom/use-on-disallowed-foreign-object-2-expected.txt: Removed.
* svg/custom/use-on-disallowed-foreign-object-3-expected.checksum: Removed.
* svg/custom/use-on-disallowed-foreign-object-3-expected.png: Removed.
* svg/custom/use-on-disallowed-foreign-object-3-expected.txt: Removed.
* svg/custom/use-on-disallowed-foreign-object-4-expected.checksum: Removed.
* svg/custom/use-on-disallowed-foreign-object-4-expected.png: Removed.
* svg/custom/use-on-disallowed-foreign-object-4-expected.txt: Removed.
* svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Removed.
* svg/custom/use-on-disallowed-foreign-object-5-expected.png: Removed.
* svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Removed.
* svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Removed.
* svg/custom/use-on-disallowed-foreign-object-6-expected.png: Removed.
* svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Removed.
* svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Removed.
* svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Removed.
* svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Removed.
* svg/custom/use-on-g-containing-symbol-expected.checksum: Removed.
* svg/custom/use-on-g-containing-symbol-expected.png: Removed.
* svg/custom/use-on-g-containing-symbol-expected.txt: Removed.
* svg/custom/use-on-non-svg-namespaced-element-expected.checksum: Removed.
* svg/custom/use-on-non-svg-namespaced-element-expected.png: Removed.
* svg/custom/use-on-non-svg-namespaced-element-expected.txt: Removed.
* svg/hixie/error/013-expected.checksum: Removed.
* svg/hixie/error/013-expected.png: Removed.
* svg/hixie/error/013-expected.txt: Removed.
* svg/text/text-align-01-b-expected.txt: Removed.
* svg/text/text-align-02-b-expected.txt: Removed.
* svg/text/text-align-03-b-expected.checksum: Removed.
* svg/text/text-align-03-b-expected.png: Removed.
* svg/text/text-align-03-b-expected.txt: Removed.
* svg/text/text-align-04-b-expected.checksum: Removed.
* svg/text/text-align-04-b-expected.png: Removed.
* svg/text/text-align-04-b-expected.txt: Removed.
* svg/text/text-align-05-b-expected.txt: Removed.
* svg/text/text-align-06-b-expected.txt: Removed.
* svg/text/text-altglyph-01-b-expected.checksum: Removed.
* svg/text/text-altglyph-01-b-expected.png: Removed.
* svg/text/text-altglyph-01-b-expected.txt: Removed.
* svg/text/text-deco-01-b-expected.checksum: Removed.
* svg/text/text-deco-01-b-expected.png: Removed.
* svg/text/text-deco-01-b-expected.txt: Removed.
* svg/text/text-fonts-01-t-expected.txt: Removed.
* svg/text/text-fonts-02-t-expected.checksum: Removed.
* svg/text/text-fonts-02-t-expected.png: Removed.
* svg/text/text-fonts-02-t-expected.txt: Removed.
* svg/text/text-intro-05-t-expected.txt: Removed.
* svg/text/text-path-01-b-expected.checksum: Removed.
* svg/text/text-path-01-b-expected.png: Removed.
* svg/text/text-path-01-b-expected.txt: Removed.
* svg/text/text-spacing-01-b-expected.checksum: Removed.
* svg/text/text-spacing-01-b-expected.png: Removed.
* svg/text/text-spacing-01-b-expected.txt: Removed.
* svg/text/text-text-01-b-expected.checksum: Removed.
* svg/text/text-text-01-b-expected.png: Removed.
* svg/text/text-text-01-b-expected.txt: Removed.
* svg/text/text-text-03-b-expected.checksum: Removed.
* svg/text/text-text-03-b-expected.png: Removed.
* svg/text/text-text-03-b-expected.txt: Removed.
* svg/text/text-text-04-t-expected.checksum: Removed.
* svg/text/text-text-04-t-expected.png: Removed.
* svg/text/text-text-04-t-expected.txt: Removed.
* svg/text/text-text-05-t-expected.checksum: Removed.
* svg/text/text-text-05-t-expected.png: Removed.
* svg/text/text-text-05-t-expected.txt: Removed.
* svg/text/text-text-06-t-expected.checksum: Removed.
* svg/text/text-text-06-t-expected.png: Removed.
* svg/text/text-text-06-t-expected.txt: Removed.
* svg/text/text-text-07-t-expected.txt: Removed.
* svg/text/text-text-08-b-expected.checksum: Removed.
* svg/text/text-text-08-b-expected.png: Removed.
* svg/text/text-text-08-b-expected.txt: Removed.
* svg/text/text-tref-01-b-expected.checksum: Removed.
* svg/text/text-tref-01-b-expected.png: Removed.
* svg/text/text-tref-01-b-expected.txt: Removed.
* svg/text/text-tselect-01-b-expected.txt: Removed.
* svg/text/text-tselect-02-f-expected.checksum: Removed.
* svg/text/text-tselect-02-f-expected.png: Removed.
* svg/text/text-tselect-02-f-expected.txt: Removed.
* svg/text/text-tspan-01-b-expected.checksum: Removed.
* svg/text/text-tspan-01-b-expected.png: Removed.
* svg/text/text-tspan-01-b-expected.txt: Removed.
* svg/text/text-ws-01-t-expected.checksum: Removed.
* svg/text/text-ws-01-t-expected.png: Removed.
* svg/text/text-ws-01-t-expected.txt: Removed.
* svg/text/text-ws-02-t-expected.checksum: Removed.
* svg/text/text-ws-02-t-expected.png: Removed.
* svg/text/text-ws-02-t-expected.txt: Removed.
2008-01-07 Kevin McCullough <kmccullough@apple.com>
- Updated to run a test whose failure was only a build bot state issue.
* platform/win/Skipped:
2008-01-07 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Skip the culprit, not the victim.
2008-01-07 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Added a few more failures.
2008-01-07 Adam Roben <aroben@apple.com>
Remove a now incorrect Windows-specific result
This should have been done as part of r29187
* platform/win/fast/dom/wrapper-classes-expected.txt: Removed.
2008-01-04 Kevin McCullough <kmccullough@apple.com>
Reviewed by Darin.
- <rdar://problem/5666914> fast/regex/test{1,4}.html are failing.
Since they pass now, the two tests are removed from the Skipped list.
* platform/win/Skipped:
2008-01-06 Andrew Wellington <proton@wiretapped.net>
Reviewed by Darin.
DOMRange doesn't correctly re-size when inserting items (Acid3)
http://bugs.webkit.org/show_bug.cgi?id=16764
Update the offset for the range when inserting items into the range.
* fast/dom/Range/range-modifycontents-expected.txt: Added.
* fast/dom/Range/range-modifycontents.html: Added.
* fast/dom/Range/resources/range-modifycontents.js: Added.
2008-01-06 Sam Weinig <sam@webkit.org>
Add missing expected result.
* fast/dom/TreeWalker/TreeWalker-currentNode-expected.txt: Added.
2008-01-06 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=16731
Incorrect node type for whitespace when setting innerHTML in an XHTML document
* fast/dom/xhtml-fragment-whitespace-expected.txt: Added.
* fast/dom/xhtml-fragment-whitespace.xhtml: Added.
2008-01-06 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=16701
<rdar://problem/5666580> REGRESSION: URL-encoded space (%20) in livejournal url
causes page load error
* http/tests/misc/location-with-space-expected.txt: Added.
* http/tests/misc/location-with-space.php: Added.
* http/tests/misc/resources/a success.html: Added.
2008-01-06 Andrew Wellington <proton@wiretapped.net>
Reviewed by Darin.
DOMRange.cloneContents does not work (Acid3 bug)
http://bugs.webkit.org/show_bug.cgi?id=16748
When cloning an empty range, return an empty DocmentFragment instead of
null or undefined.
* fast/dom/Range/range-clone-empty-expected.txt: Added.
* fast/dom/Range/range-clone-empty.html: Added.
* fast/dom/Range/resources/range-clone-empty.js: Added.
2008-01-06 Eric Seidel <eric@webkit.org>
Reviewed by darin.
Make attr selectors case-insensitive for certain HTML attributes
http://bugs.webkit.org/show_bug.cgi?id=15470
* fast/css/html-attr-case-sensitivity-expected.txt: Added.
* fast/css/html-attr-case-sensitivity.html: Added.
* fast/css/resources/html-attr-case-sensitivity.js: Added.
2008-01-06 Eric Seidel <eric@webkit.org>
Reviewed by Sam.
Fix :checked matching type='text' and add test case
http://bugs.webkit.org/show_bug.cgi?id=16750
* fast/dom/HTMLInputElement/checked-pseudo-selector-expected.txt: Added.
* fast/dom/HTMLInputElement/checked-pseudo-selector.html: Added.
* fast/dom/HTMLInputElement/resources/TEMPLATE.html: Added.
* fast/dom/HTMLInputElement/resources/checked-pseudo-selector.js: Added.
2008-01-05 Sam Weinig <sam@webkit.org>
Reviewed by Eric Seidel.
Test for http://bugs.webkit.org/show_bug.cgi?id=16758
ASSERT when using TreeWalker methods for a current node outside of the root (Acid3)
* fast/dom/TreeWalker: Added.
* fast/dom/TreeWalker/TreeWalker-currentNode.html: Added.
* fast/dom/TreeWalker/resources: Added.
* fast/dom/TreeWalker/resources/TreeWalker-currentNode.js: Added.
2008-01-04 Dan Bernstein <mitz@apple.com>
- update the list of tests failing on Windows because of font
differences and uncomment a test that has been re-enabled on Mac.
* platform/win/Skipped:
2008-01-04 Oliver Hunt <oliver@apple.com>
Reviewed by Beth Dakin.
As a byproduct of correct the bounds computation of image elements
the metrics for the render tree changed slightly.
* platform/mac/svg/carto.net/scrollbar-expected.txt:
2008-01-04 Beth Dakin <bdakin@apple.com>
Reviewed by Oliver.
Test for http://bugs.webkit.org/show_bug.cgi?id=16704 input with
type="hidden" matches :enabled/:disabled (Acid3 bug)
* fast/forms/hidden-input-not-enabled-expected.txt: Added.
* fast/forms/hidden-input-not-enabled.html: Added.
2008-01-04 Sam Weinig <sam@webkit.org>
Add missing expected result.
* fast/images/border-expected.txt: Added.
2008-01-04 Sam Weinig <sam@webkit.org>
Reviewed by Oliver Hunt.
Throw exceptions for the CSSPrimitiveValue getters, matching the spec.
* fast/css/CSSPrimitiveValue-exceptions-expected.txt: Added.
* fast/css/CSSPrimitiveValue-exceptions.html: Added.
* fast/css/resources/CSSPrimitiveValue-exceptions.js: Added.
* fast/dom/prototypes.html:
* fast/dom/wrapper-classes.html:
* platform/mac/fast/dom/wrapper-classes-objc.html:
* svg/css/glyph-orientation-rounding-test-expected.txt:
* svg/css/glyph-orientation-rounding-test.xhtml: Pass in a unit so this doesn't throw.
This patch also fixes the associated intermittent failure seen in this test.
2008-01-04 Sam Weinig <sam@webkit.org>
Reviewed by Kevin McCullough.
- Splits Objective-C tests out of wrapper-classes.html and into platform specific test.
- Adds tests for .__proto__ and .constructor to JS wrapper tests.
* fast/dom/wrapper-classes.html:
* platform/mac/fast/dom/wrapper-classes-expected.txt:
* platform/mac/fast/dom/wrapper-classes-objc-expected.txt: Added.
* platform/mac/fast/dom/wrapper-classes-objc.html: Copied from fast/dom/wrapper-classes.html.
* platform/win/Skipped:
2008-01-04 Stephanie <slewis@apple.com>
RS by Oliver.
Move svg/batik/text/smallFonts.svg
to skip list since it is still failing on tiger.
* platform/mac-tiger/Skipped:
2008-01-04 Darin Adler <darin@apple.com>
Reviewed by Maciej and Alice.
- test for <rdar://problem/4404302> Borders where there should be none (canadasmountains.com)
* fast/images/border.html: Added.
* fast/images/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
* fast/images/resources/border.js: Added.
2008-01-04 Alice Liu <alice.liu@apple.com>
Reviewed by Alexey and Darin.
* editing/selection/move-begin-end.html:
add a codepath that will test the same kind of functionality for home and end keys
* platform/win/Skipped:
removing section of tests that have been resolved
2008-01-04 Oliver Hunt <oliver@apple.com>
RS=Adam
Update tiger layout test results for svg/batik/text/smallFonts,
and move to mac-tiger platform
* platform/mac-tiger/svg/batik/text/smallFonts-expected.checksum: Added.
* platform/mac-tiger/svg/batik/text/smallFonts-expected.png: Added.
* platform/mac/svg/batik/text/smallFonts-expected.txt: Added.
* svg/batik/text/smallFonts-expected.checksum: Removed.
* svg/batik/text/smallFonts-expected.png: Removed.
* svg/batik/text/smallFonts-expected.txt: Removed.
2008-01-04 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/5611712> xsl:sort does not use a case folding sort, and the 'case-order' attribute is ignored (16077)
* platform/win/Skipped: The fix for this bug is now enabled on Windows, take the test out of Skipped list.
2008-01-04 Adam Roben <aroben@apple.com>
Added a test for <rdar://4968855> Shift-PageUp/Shift-PageDown only select one line of text
Reviewed by Oliver.
* platform/win/editing/selection/shift-page-up-down-expected.txt: Added.
* platform/win/editing/selection/shift-page-up-down.html: Added.
2008-01-04 Oliver Hunt <oliver@apple.com>
Reviewed by Darin.
<rdar://problem/5646437> REGRESSION (r28015): svg/batik/text/smallFonts fails
Regenerated expected output as filter elements are no longer generated in a default
build. This wasn't done when filters were turned off earlier due to other (now gone)
layout failures i didn't want to put in the expected output.
* platform/mac-leopard/svg/batik/text/smallFonts-expected.txt:
* svg/batik/text/smallFonts.svg: Added.
* svg/batik/text/smallFonts.svg-disabled: Removed.
2008-01-04 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Added some more failures.
2008-01-03 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/5463489> A number of layout tests should be using execCommand instead of textInputController
* editing/deleting/5300379.html:
* editing/deleting/delete-to-end-of-paragraph.html:
* editing/deleting/smart-delete-003.html:
* editing/deleting/smart-delete-004.html:
* editing/selection/4947387.html:
* editing/selection/5195166-1.html:
* editing/selection/5195166-2.html:
* editing/selection/select-line.html:
* editing/selection/selection-actions.html:
* platform/win/Skipped:
Changed these tests to use layoutTestController.execCommand, so they no longer need to be disabled.
2008-01-03 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
Testcase for <rdar://problem/5668517> REGRESSION: Major under painting issues in SVG
* svg/custom/repaint-on-image-bounds-change-expected.checksum: Copied from LayoutTests/svg/custom/resource-client-removal-expected.checksum.
* svg/custom/repaint-on-image-bounds-change-expected.png: Copied from LayoutTests/svg/custom/resource-client-removal-expected.png.
* svg/custom/repaint-on-image-bounds-change-expected.txt: Added.
* svg/custom/repaint-on-image-bounds-change.svg: Added.
2008-01-03 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- skip tests that are failing because font fallback results in a
different font being used on Windows than on Mac.
* platform/win/Skipped:
2008-01-03 Alice Liu <alice.liu@apple.com>
Reviewed by Darin, Mitz.
updating expected results after fixing clickcount for
<rdar://5130762> mousedowns in different locations increase the clickcount incorrectly
* fast/forms/focus-selection-input-expected.txt:
* fast/forms/focus-selection-textarea-expected.txt:
* platform/mac/fast/events/objc-event-api-expected.txt:
* platform/mac/fast/inline/dirtyLinesForInline-expected.txt:
* platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
* platform/mac/svg/custom/pointer-events-image-expected.txt:
* platform/mac/svg/custom/pointer-events-path-expected.txt:
* platform/mac/svg/custom/pointer-events-text-expected.txt:
* platform/mac/svg/custom/text-hit-test-expected.txt:
2008-01-03 Darin Adler <darin@apple.com>
Reviewed by Mitz.
- test for http://bugs.webkit.org/show_bug.cgi?id=16723
tables/mozilla/bugs/bug30418.html test failing due to problems updating dynamic border rules
* fast/table/border-changes-expected.txt: Added.
* fast/table/border-changes.html: Added.
* fast/table/resources: Added.
* fast/table/resources/TEMPLATE.html: Added.
* fast/table/resources/border-changes.js: Added.
2008-01-03 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=10909
Hixie's XMLHttpRequest/018.html test fails
This was fixed earlier, just adding a test case.
* http/tests/xmlhttprequest/web-apps/018-expected.txt: Added.
* http/tests/xmlhttprequest/web-apps/018.html: Added.
* http/tests/xmlhttprequest/web-apps/resources: Added.
* http/tests/xmlhttprequest/web-apps/resources/018-test.xml: Added.
2008-01-02 Darin Adler <darin@apple.com>
Reviewed by Geoff.
- test for http://bugs.webkit.org/show_bug.cgi?id=16696
JSCRE fails fails to match Acid3 regexp
* fast/regex/early-acid3-86-expected.txt: Added.
* fast/regex/early-acid3-86.html: Added.
* fast/regex/resources/early-acid3-86.js: Added.
* fast/regex/test1-expected.txt: Updated for a few cases where we now fail.
But these "failures" represent us replacing PCRE behavior with semantics
that are correct for JavaScript regular expressions.
2008-01-02 Alice Liu <alice.liu@apple.com>
* platform/win/Skipped: removing a fixed test
this was fixed with r28836 but was left behind on the skipped list
2008-01-02 Darin Adler <darin@apple.com>
Reviewed by Geoff.
- test for http://bugs.webkit.org/show_bug.cgi?id=16696
JSCRE fails fails to match Acid3 regexp
* fast/regex/early-acid3-86-expected.txt: Added.
* fast/regex/early-acid3-86.html: Added.
* fast/regex/resources/early-acid3-86.js: Added.
* fast/regex/test1-expected.txt: Updated for a few cases where we now fail.
But these "failures" represent us replacing PCRE behavior with semantics
that are correct for JavaScript regular expressions.
2008-01-02 Darin Adler <darin@apple.com>
Reviewed by Maciej.
- test for http://bugs.webkit.org/show_bug.cgi?id=16657
Acid3 failure since table.caption and table.thead do not work for nodes added by appendChild
- test for http://bugs.webkit.org/show_bug.cgi?id=16659
Acid3 expects HTMLTableElement.rows to include a <tr> element that is an immediate child of the <table>
* fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt: Added.
* fast/dom/HTMLTableElement/early-acid3-65-excerpt.html: Added.
* fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt: Added.
* fast/dom/HTMLTableElement/early-acid3-66-excerpt.html: Added.
* fast/dom/HTMLTableElement/resources/early-acid3-65-excerpt.js: Added.
* fast/dom/HTMLTableElement/resources/early-acid3-66-excerpt.js: Added.
* dom/html/level2/html/HTMLCollection07-expected.txt: Updated to reflect success.
* dom/html/level2/html/HTMLCollection08-expected.txt: Updated to reflect success.
* dom/xhtml/level2/html/HTMLCollection07-expected.txt: Updated to reflect success.
* dom/xhtml/level2/html/HTMLCollection08-expected.txt: Updated to reflect success.
* fast/dom/HTMLTableElement/resources/rows.js: Changed to expect HTML 5 behavior for rows outside
table sections.
* fast/dom/HTMLTableElement/rows-expected.txt: Updated.
* platform/mac/tables/mozilla/bugs/bug30418-expected.checksum: Updated to reflect better results.
* platform/mac/tables/mozilla/bugs/bug30418-expected.png: Ditto.
* platform/mac/tables/mozilla/bugs/bug30418-expected.txt: Ditto.
2008-01-02 Alice Liu <alice.liu@apple.com>
Reviewed by Maciej.
Added test for <rdar://5283861> (problems scrolling in gmail message content area)
* fast/frames/iframe-scroll-page-up-down-expected.txt: Added.
* fast/frames/iframe-scroll-page-up-down.html: Added.
* fast/frames/resources/iframe-scroll-page-up-down-1.html: Added.
* fast/frames/resources/iframe-scroll-page-up-down-2.html: Added.
2008-01-02 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Added some more failures.
2008-01-02 Adam Roben <aroben@apple.com>
Get the Windows bots closer to green
* platform/win/Skipped: Added some new failures.
* platform/win/fast/dom/Window/window-properties-expected.txt: Updated
these results.
2008-01-02 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
Changed tests that were recently modified to use non-standard execCommand identifiers back to
textInputController.doCommand, re-added them to Windows skip list.
Added several tests for commands that have different behavior when invoked manually rather
than from JS.
* editing/deleting/5300379.html:
* editing/deleting/delete-to-end-of-paragraph.html:
* editing/deleting/smart-delete-003.html:
* editing/deleting/smart-delete-004.html:
* editing/execCommand/delete-no-scroll-expected.txt: Added.
* editing/execCommand/delete-no-scroll.html: Added.
* editing/execCommand/forward-delete-no-scroll-expected.txt: Added.
* editing/execCommand/forward-delete-no-scroll.html: Added.
* editing/execCommand/insert-line-break-no-scroll-expected.txt: Added.
* editing/execCommand/insert-line-break-no-scroll.html: Added.
* editing/selection/4947387.html:
* editing/selection/5195166-1.html:
* editing/selection/5195166-2.html:
* editing/selection/select-line.html:
* editing/selection/selection-actions.html:
* platform/win/Skipped:
2008-01-02 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=14555
action=mailto + method=get - The generated mailto URI is incorrect and the hvalues are encoded twice
http://bugs.webkit.org/show_bug.cgi?id=14774
Submitted data only includes first input item
* fast/forms/mailto: Added.
* fast/forms/mailto/advanced-get-expected.txt: Added.
* fast/forms/mailto/advanced-get.html: Added.
* fast/forms/mailto/advanced-put-expected.txt: Added.
* fast/forms/mailto/advanced-put.html: Added.
* fast/forms/mailto/get-multiple-items-expected.txt: Added.
* fast/forms/mailto/get-multiple-items-text-plain-expected.txt: Added.
* fast/forms/mailto/get-multiple-items-text-plain.html: Added.
* fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt: Added.
* fast/forms/mailto/get-multiple-items-x-www-form-urlencoded.html: Added.
* fast/forms/mailto/get-multiple-items.html: Added.
* fast/forms/mailto/get-non-ascii-expected.txt: Added.
* fast/forms/mailto/get-non-ascii.html: Added.
* fast/forms/mailto/get-non-ascii-text-plain.html: Added.
* fast/forms/mailto/get-non-ascii-text-plain-expected.txt: Added.
* fast/forms/mailto/get-overwrite-query-expected.txt: Added.
* fast/forms/mailto/get-overwrite-query.html: Added.
* fast/forms/mailto/post-append-query-expected.txt: Added.
* fast/forms/mailto/post-append-query.html: Added.
* fast/forms/mailto/post-multiple-items-expected.txt: Added.
* fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt: Added.
* fast/forms/mailto/post-multiple-items-multipart-form-data.html: Added.
* fast/forms/mailto/post-multiple-items-text-plain-expected.txt: Added.
* fast/forms/mailto/post-multiple-items-text-plain.html: Added.
* fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt: Added.
* fast/forms/mailto/post-multiple-items-x-www-form-urlencoded.html: Added.
* fast/forms/mailto/post-multiple-items.html: Added.
2008-01-01 Darin Adler <darin@apple.com>
Reviewed by Eric.
- test for http://bugs.webkit.org/show_bug.cgi?id=16695
JSC allows non-identifier codepoints in identifiers (affects Acid3)
* fast/js/kde/parse-expected.txt: Updated.
* fast/js/kde/resources/parse.js: Added tests that cover both the
non-ASCII characters themselves and the same characters parsed as
\u sequences.
2008-01-01 Sam Weinig <sam@webkit.org>
Reviewed by Darin.
Tests for http://bugs.webkit.org/show_bug.cgi?id=16691
Use real JS objects for the rest of the DOMExceptions (EventException, RangeException, etc)
* fast/dom/DOMException/EventException-expected.txt: Added.
* fast/dom/DOMException/EventException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
* fast/dom/DOMException/RangeException-expected.txt: Added.
* fast/dom/DOMException/RangeException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
* fast/dom/DOMException/XPathException-expected.txt: Added.
* fast/dom/DOMException/XPathException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
* fast/dom/DOMException/resources/EventException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
* fast/dom/DOMException/resources/RangeException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
* fast/dom/DOMException/resources/XPathException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
* fast/dom/Window/window-properties-expected.txt:
* http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: Added.
* http/tests/xmlhttprequest/XMLHttpRequestException.html: Added.
* svg/custom/SVGException-expected.txt: Added.
* svg/custom/SVGException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html.
* svg/custom/resources/SVGException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js.
2008-01-01 Darin Adler <darin@apple.com>
Reviewed by Geoff.
- updated test results for https://bugs.webkit.org/show_bug.cgi?id=16648
* fast/regex/test1-expected.txt: Update results changed by restoring the logic to
avoid failing on infinite repeats of brackets that match the empty string.
2008-01-01 Eric Seidel <eric@webkit.org>
Reviewed by Alexey.
Don't replace \ with / in data: urls
http://bugs.webkit.org/show_bug.cgi?id=16692
* fast/loader/url-data-replace-backslash-expected.txt: Added.
* fast/loader/url-data-replace-backslash.html: Added.
2007-12-31 Sam Weinig <sam@webkit.org>
Reviewed by Darin.
Test for http://bugs.webkit.org/show_bug.cgi?id=16637
Acid3 expects ExeceptionCode constants to be defined on DOMException objects
* fast/dom/DOMException: Added.
* fast/dom/DOMException/prototype-object-expected.txt: Added.
* fast/dom/DOMException/prototype-object.html: Added.
* fast/dom/DOMException/resources: Added.
* fast/dom/DOMException/resources/prototype-object.js: Added.
* fast/dom/Window/window-properties-expected.txt:
* http/tests/xmlhttprequest/connection-error-sync-expected.txt:
2007-12-31 Darin Adler <darin@apple.com>
* fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Updated results to expect success.
I accdidentally landed an expected failure instead!
2007-12-31 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14134
<rdar://problem/5655160> REGRESSION (r25353): Whitespace nodes ignored between inline list items
* fast/dynamic/create-renderer-for-whitespace-only-text.html: Added.
* fast/dynamic/style-access-late-stylesheet-load-expected.txt:
* platform/mac-leopard/fast/dynamic: Added.
* platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.checksum: Added.
* platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png: Added.
* platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt:
* platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt:
* platform/mac/editing/inserting/editable-html-element-expected.txt:
* platform/mac/editing/inserting/editing-empty-divs-expected.txt:
* platform/mac/editing/pasteboard/paste-TIFF-expected.txt:
* platform/mac/editing/selection/4983858-expected.txt:
* platform/mac/editing/selection/5136696-expected.txt:
* platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt:
* platform/mac/editing/style/remove-underline-across-paragraph-expected.txt:
* platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt:
* platform/mac/editing/style/remove-underline-after-paragraph-expected.txt:
* platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt:
* platform/mac/editing/style/remove-underline-from-stylesheet-expected.txt:
* platform/mac/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt: Added.
* platform/mac/fast/dynamic/move-node-with-selection-expected.txt:
* platform/mac/fast/forms/input-align-expected.txt:
* platform/mac/fast/inline/positionedLifetime-expected.txt:
2007-12-31 Darin Adler <darin@apple.com>
Reviewed by Mitz.
- test for http://bugs.webkit.org/show_bug.cgi?id=16641
Acid3 reveals HTMLFormElement.elements fails to update when element name changes
* fast/dom/HTMLFormElement: Added.
* fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Added.
* fast/dom/HTMLFormElement/elements-not-in-document.html: Added.
* fast/dom/HTMLFormElement/resources: Added.
* fast/dom/HTMLFormElement/resources/TEMPLATE.html: Added.
* fast/dom/HTMLFormElement/resources/elements-not-in-document.js: Added.
2007-12-31 Henry Mason <hmason@mac.com>
Reviewed by Darin.
Test for http://bugs.webkit.org/show_bug.cgi?id=14994
Support for MessageEvent and cross-domain messaging
* fast/dom/Window/window-properties-expected.txt:
* http/tests/messaging: Added.
* http/tests/messaging/cross-domain-message-send-expected.txt: Added.
* http/tests/messaging/cross-domain-message-send.html: Added.
* http/tests/messaging/resources: Added.
* http/tests/messaging/resources/cross-domain-message-receive.html: Added.
2007-12-30 Sam Weinig <sam@webkit.org>
Reviewed by Oliver Hunt.
Test for http://bugs.webkit.org/show_bug.cgi?id=16387
* http/tests/security/cross-frame-access-enumeration-expected.txt: Added.
* http/tests/security/cross-frame-access-enumeration.html: Added.
* http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html: Added.
2007-12-30 Darin Adler <darin@apple.com>
- added missing results file
* fast/events/event-instanceof-expected.txt: Added.
2007-12-30 Sam Weinig <sam@webkit.org>
Reviewed by Oliver Hunt.
Test for http://bugs.webkit.org/show_bug.cgi?id=10686
event instanceof MouseEvent throws exception
* fast/dom/Window/window-properties-expected.txt:
* fast/events/event-instanceof.html: Added.
* fast/events/resources/event-instanceof.js: Added.
2007-12-30 David Kilzer <ddkilzer@webkit.org>
Reviewed by Darin.
- test for http://bugs.webkit.org/show_bug.cgi?id=15359
JPEG image not shown when height is specified as percentage inside a table
This test was added specifically for this bug. It tests the height of
replaced elements (canvas, embed, img, object, button, input, isindex,
select, textarea ) within table cells.
* fast/replaced/table-percent-height-expected.txt: Added.
* fast/replaced/table-percent-height.html: Added.
These test results were updated because they are more correct.
* platform/mac/fast/replaced/width100percent-image-expected.checksum: Updated.
* platform/mac/fast/replaced/width100percent-image-expected.png: Updated.
* platform/mac/fast/replaced/width100percent-image-expected.txt: Updated.
Moved tests and results for these two tests from tables/mozilla_expected_failures/bugs
to tables/mozilla/bugs since these results have been fixed.
* platform/mac/tables/mozilla/bugs/bug137388-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum.
* platform/mac/tables/mozilla/bugs/bug137388-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png.
* platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt.
* platform/mac/tables/mozilla/bugs/bug137388-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum.
* platform/mac/tables/mozilla/bugs/bug137388-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png.
* platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt.
* platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt: Removed.
* tables/mozilla/bugs/bug137388-1.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-1.html.
* tables/mozilla/bugs/bug137388-2.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-2.html.
* tables/mozilla_expected_failures/bugs/bug137388-1.html: Removed.
* tables/mozilla_expected_failures/bugs/bug137388-2.html: Removed.
2007-12-30 Eric Seidel <eric@webkit.org>
Reviewed by Sam.
Add missing fast/js/number-toExponential.html file and correct results.
Add missing number.toString(2) test which also was missing.
Update toString results now that we're properly throwing exceptions.
* fast/js/number-toExponential-expected.txt:
* fast/js/number-toExponential.html: Added.
* fast/js/number-toString-expected.txt:
* fast/js/resources/number-toString.js:
2007-12-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=14428
FCKEditor: Images disappear on drag/drop and copy/paste
* editing/pasteboard/drag-image-in-about-blank-frame-expected.txt: Added.
* editing/pasteboard/drag-image-in-about-blank-frame.html: Added.
2007-12-28 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Mitz.
http://bugs.webkit.org/show_bug.cgi?id=15734
fast/xpath/namespace-vs-predicate.xhtml fails unexpectedly in no-SVG build
* fast/xpath/namespace-vs-predicate.xhtml: Use (hopefully) correct code to remove an SVG element.
2007-12-28 Darin Adler <darin@apple.com>
- checked in these files that were supposed to be part of
the previous check-in, but somehow weren't
* fast/js/number-tofixed-expected.txt: Updated.
* fast/js/number-toprecision-expected.txt: Ditto.
2007-12-28 Eric Seidel <eric@webkit.org>
Reviewed by Oliver.
Add more tests for toFixed, toPrecision and toExponential
Add tests for toString to match Firefox's behavior
All tests pass in Firefox, but some fail in WebKit
I've chosen to land failing tests as I expect we'll move closer
towards Firefox's behavior in the future, and it's better to have
the tests now thus to notice any behavior changes in the future.
* fast/js/number-toExponential-expected.txt: Added.
* fast/js/number-toString-expected.txt: Added.
* fast/js/number-toString.html: Added.
* fast/js/number-tofixed-expected.txt:
* fast/js/number-toprecision-expected.txt:
* fast/js/resources/number-toExponential.js: Added.
* fast/js/resources/number-toString.js: Added.
* fast/js/resources/number-tofixed.js:
* fast/js/resources/number-toprecision.js:
2007-12-29 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Update layout test results after the SVG Fonts addition.
<font-face> is now also disabled by default wrapped in ENABLE(SVG_FONTS) block.
Fix two misplaced layout test results (results added in the wrong place.)
* platform/mac/svg/css/css-box-min-width-expected.checksum:
* platform/mac/svg/css/css-box-min-width-expected.png:
* platform/mac/svg/custom/font-face-simple-expected.checksum:
* platform/mac/svg/custom/font-face-simple-expected.png:
* platform/mac/svg/custom/font-face-simple-expected.txt:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
* platform/mac/svg/custom/use-infinite-recursion-expected.png: Added.
* svg/custom/inline-svg-in-xhtml-expected.checksum: Removed.
* svg/custom/inline-svg-in-xhtml-expected.png: Removed.
* svg/custom/use-infinite-recursion-expected.checksum: Removed.
* svg/custom/use-infinite-recursion-expected.png: Removed.
2007-12-27 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- test for http://bugs.webkit.org/show_bug.cgi?id=16603
<rdar://problem/5664199> Crash when resizing text field
* fast/layers/resize-layer-deletion-crash-expected.txt: Added.
* fast/layers/resize-layer-deletion-crash.html: Added.
2007-12-27 Sam Weinig <sam@webkit.org>
Reviewed by Alice Liu.
* platform/win/Skipped: Remove xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html
since it is now passing.
2007-12-27 Collin Jackson <webkit@collinjackson.com>
Reviewed by Sam Weinig.
Tests for http://bugs.webkit.org/show_bug.cgi?id=16539
<rdar://problem/5659269>
* http/tests/security/cross-frame-access-call-expected.txt: Added.
* http/tests/security/cross-frame-access-call.html: Added.
2007-12-27 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt and Sam Weinig.
- pixel tests for <rdar://problem/5605937> Inspector: Disclosure triangle not drawn in node's properties panel until click
* fast/layers/add-layer-with-nested-stacking.html: Added.
* fast/layers/remove-layer-with-nested-stacking.html: Added.
* platform/mac/fast/layers/add-layer-with-nested-stacking-expected.checksum: Added.
* platform/mac/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
* platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
* platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.checksum: Added.
* platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
* platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added.
2007-12-27 Eric Seidel <eric@webkit.org>
Reviewed by Sam.
ASSERT in JavaScriptCore while viewing WICD test case
http://bugs.webkit.org/show_bug.cgi?id=16626
* fast/js/for-in-exeception-expected.txt: Added.
* fast/js/for-in-exeception.html: Added.
* fast/js/resources/for-in-exception.js: Added.
2007-12-27 Sam Weinig <sam@webkit.org>
Reviewed by Alice Liu.
* platform/mac-leopard/Skipped: Remove dom/html/level2/html/HTMLDocument12.html
from the Skipped list because it is now passing.
2007-12-27 Dan Bernstein <mitz@apple.com>
Reviewed by Eric Seidel.
- test for http://bugs.webkit.org/show_bug.cgi?id=16490
ASSERT in ~FrameView while viewing/reloading WICD test case
* fast/dynamic/paused-event-dispatch-expected.txt: Added.
* fast/dynamic/paused-event-dispatch.html: Added.
* fast/dynamic/resources/paused-event-dispatch-iframe.html: Added.
2007-12-27 Sam Weinig <sam@webkit.org>
Reviewed by Maciej.
* platform/win/Skipped: Move cross-frame-access-protocol* tests to show that they
are failing because of a lack of ssl on windows.
2007-12-27 Sam Weinig <sam@webkit.org>
Rubber-stamped by Maciej.
- Change more tests to use the new layoutTestController.globalFlag style polling instead
of the "flag frame hack".
* http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-port-expected.txt:
* http/tests/security/cross-frame-access-private-browsing-expected.txt:
* http/tests/security/cross-frame-access-protocol-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
* http/tests/security/host-compare-case-insensitive-expected.txt:
* 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:
* http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html:
* http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-opened-frame.html:
* http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html:
* http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-opened-frame.html:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-window-open.html:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
* http/tests/security/protocol-compare-case-insensitive-expected.txt:
* http/tests/security/resources/cross-frame-iframe.html:
2007-12-27 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej.
http://bugs.webkit.org/show_bug.cgi?id=14500
need to be more generous about charset declaration with meta tag
http://bugs.webkit.org/show_bug.cgi?id=12526
<rdar://problem/4867183> Safari ignores encoding description "charset=Shift_JIS" in invalid html
<rdar://problem/4892428> Unlike other browsers, WebKit ignores <meta> charset definitions outside the head
<rdar://problem/5643774> REGRESSION: Text is garbled when clicking a link inside an Arabic website
* fast/encoding/ahram-org-eg-expected.txt: Added.
* fast/encoding/ahram-org-eg.html: Added.
* fast/encoding/bandai-co-jp-releases-expected.txt: Added.
* fast/encoding/bandai-co-jp-releases.html: Added.
* fast/encoding/floraexpres-ru-expected.txt: Added.
* fast/encoding/floraexpres-ru.html: Added.
* fast/encoding/hanarei-blog32-fc2-com-expected.txt: Added.
* fast/encoding/hanarei-blog32-fc2-com.html: Added.
* fast/encoding/yahoo-mail-expected.txt: Added.
* fast/encoding/yahoo-mail.html: Added.
2007-12-26 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Anders Carlsson.
- re-categorize some SVG tests the are failing on Windows
* platform/win/Skipped:
2007-12-26 Sam Weinig <sam@webkit.org>
Reviewed by Alice Liu.
Re-enable disabled tests with new polling logic using layoutTestController.globalFlag.
* http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-iframe.html:
* http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-opened-frame.html:
* http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-iframe.html:
* http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-opened-frame.html:
* http/tests/security/dataURL/resources/foreign-domain-data-url-window-location.html:
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html: Copied from http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html-disabled.
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html-disabled: Removed.
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html: Copied from http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html-disabled.
* http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html-disabled: Removed.
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html-disabled.
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html-disabled: Removed.
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html-disabled.
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html-disabled: Removed.
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html-disabled.
* http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html-disabled: Removed.
* platform/win/Skipped:
2007-12-26 Alice Liu <alice.liu@apple.com>
removing tests tracked by <rdar://5463489> A number of layout tests should be using
execCommand instead of textInputController
* platform/win/Skipped:
removing tests fixed by http://trac.webkit.org/projects/webkit/changeset/28626
2007-12-26 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Sam Weinig.
http://bugs.webkit.org/show_bug.cgi?id=16609
Make manual-tests/xmlhttprequest-contenttype-empty.html test automatic
* http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty-expected.txt: Added.
* http/tests/xmlhttprequest/resources/empty-content-type.php: Added.
* http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty.html: Copied from WebCore/manual-tests/xmlhttprequest-contenttype-empty.html.
2007-12-25 Rob Buis <buis@kde.org>
Reviewed by Eric.
Testcases for:
http://bugs.webkit.org/show_bug.cgi?id=15514
<clipPath> with <use> not respected
http://bugs.webkit.org/show_bug.cgi?id=16557
SVG circle elements have been clipped away completely, instead of partially.
* svg/custom/clip-path-referencing-use-expected.checksum: Added.
* svg/custom/clip-path-referencing-use-expected.png: Added.
* svg/custom/clip-path-referencing-use-expected.txt: Added.
* svg/custom/clip-path-referencing-use.svg: Added.
* svg/custom/clip-path-referencing-use2-expected.checksum: Added.
* svg/custom/clip-path-referencing-use2-expected.png: Added.
* svg/custom/clip-path-referencing-use2-expected.txt: Added.
* svg/custom/clip-path-referencing-use2.svg: Added.
2007-12-25 David Smith <catfish.man@gmail.com> and Sam Weinig <sam@webkit.org>
Reviewed by Oliver.
- http://bugs.webkit.org/show_bug.cgi?id=16587
Implement the most useful part of the W3C Selectors API.
* fast/dom/SelectorAPI: Copied from LayoutTests/fast/dom/getElementsByClassName.
* fast/dom/SelectorAPI/dumpNodeList-expected.txt:
* fast/dom/SelectorAPI/dumpNodeList.html: Modified to test querySelector and querySelectorAll instead of getElementsByClassName
* fast/dom/Window/window-properties-expected.txt: Added querySelector and querySelectorAll
2007-12-23 Darin Adler <darin@apple.com>
- updated results (character used for controls changed in r28945)
* platform/mac/media/audio-controls-rendering-expected.txt: Regenerated.
* platform/mac/media/video-controls-rendering-expected.txt: Regenerated.
* platform/mac/media/video-display-toggle-expected.txt: Regenerated.
2007-12-22 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Fixes: http://bugs.webkit.org/show_bug.cgi?id=15966 (Crash in SVGRootInlineBox::walkTextChunks() on mouse hover)
Add new layout test foreignObject-crash-on-hover.xml verifying debug builds don't hit an assertion anymore.
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum: Added.
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png: Added.
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: Added.
* svg/custom/foreignObject-crash-on-hover.xml: Added.
2007-12-21 Sam Weinig <sam@webkit.org>
Reviewed by Adele.
Fix another mistaken duplication, this time in cross-frame-access-parent-explicit-domain.html,
that was causing intermittent failures.
* http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-parent-explicit-domain.html:
* http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
2007-12-21 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Fix mistaken duplication in cross-frame-access-child-explicit-domain.html that was causing
intermittent failures.
* http/tests/security/cross-frame-access-child-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-child-explicit-domain.html:
* http/tests/security/cross-frame-access-custom-expected.txt:
2007-12-21 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Oliver.
<rdar://problem/5629995> Incorrect display of Danish characters on web site.
* http/tests/xmlhttprequest/resources/utf-8-no-charset.html: Added.
* http/tests/xmlhttprequest/response-encoding-expected.txt:
* http/tests/xmlhttprequest/response-encoding.html:
2007-12-20 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver Hunt.
<rdar://problem/5543472> GoogleDocs: Safari hangs when creating a list from a particular selection
* editing/execCommand/5543472-1-expected.txt: Added.
* editing/execCommand/5543472-1.html: Added.
* editing/execCommand/5543472-2-expected.txt: Added.
* editing/execCommand/5543472-2.html: Added.
* editing/execCommand/5543472-3-expected.txt: Added.
* editing/execCommand/5543472-3.html: Added.
2007-12-20 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- reorganize skipped test list
* platform/win/Skipped:
2007-12-20 Adam Barth <hk9565@gmail.com>
Reviewed and landed by Sam Weinig.
Update LayoutTests for http://bugs.webkit.org/show_bug.cgi?id=15313
* http/tests/security/cross-frame-access-child-explicit-domain-expected.txt: Added.
* http/tests/security/cross-frame-access-child-explicit-domain.html: Added.
* http/tests/security/cross-frame-access-custom-expected.txt:
* http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt: Added.
* http/tests/security/cross-frame-access-parent-explicit-domain.html: Added.
* http/tests/security/cross-frame-access-port-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt:
* http/tests/security/cross-frame-access-protocol-explicit-domain.html:
2007-12-20 johnnyding.webkit <johnnyding.webkit@gmail.com>
Reviewed by Alexey. Landed by Stephanie.
- bug http://bugs.webkit.org/show_bug.cgi?id=16179 | <rdar://problem/5619399>
Test for unicode characters which is great than 255 are in HTML attribute name
* fast/parser/test-unicode-characters-in-attribute-name-expected.txt: Added.
* fast/parser/test-unicode-characters-in-attribute-name.html: Added.
2007-12-20 Eric Seidel <eric@webkit.org>
Reviewed by Nikolas Zimmermann.
WebKit claims to support SVG feature strings it shouldn't
http://bugs.webkit.org/show_bug.cgi?id=15480
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
* svg/custom/svg-features-expected.txt:
* svg/custom/svg-features.html:
2007-12-17 Tony Chang <idealisms@gmail.com>
Reviewed by Darin.
Test for http://bugs.webkit.org/show_bug.cgi?id=16479
Reset the drag state on non-mac platforms.
* fast/text/reset-drag-on-mouse-down.html: Added.
* platform/mac/fast/text/reset-drag-on-mouse-down-expected.txt: Added.
2007-12-19 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Added some tests to verify some of the changes I made while optimizing
global access to global variables.
* fast/dom/Window/resources/window-property-clearing-iframe0.html: Added.
* fast/dom/Window/resources/window-property-clearing-iframe1.html: Added.
* fast/dom/Window/window-property-clearing-expected.txt: Added.
* fast/dom/Window/window-property-clearing.html: Added.
* fast/dom/getter-on-window-object2-expected.txt: Added.
* fast/dom/getter-on-window-object2.html: Added.
Checked in failing results for these const tests. The symbol table
optimization broke const. (We didn't know this before because our only
tests used global variables.)
* fast/js/const-expected.txt:
* fast/js/kde/const-expected.txt:
* fast/js/resources/for-in-avoid-duplicates.js: Fixed a typo I noticed.
Not related to this patch.
* fast/dom/Window/window-property-shadowing.html: Changed this test to
use "this" instead of "window". The fact that "window" worked before,
despite an overriding / shadowing var declaration, was a bug.
2007-12-19 Dan Bernstein <mitz@apple.com>
- remove two more tests that pass now due to changed font fallback
* platform/win/Skipped:
2007-12-19 Dan Bernstein <mitz@apple.com>
- remove passing tests following the change to font fallback
* platform/win/Skipped: Removed tests that failed only because they
specified as primary font family a font family that was not available
on Windows and therefore were rendered using the platform last resort
font, Times New Roman. Now they are rendered using the 'standard'
font family, which is set to Times on both Mac and Windows when running
the tests.
2007-12-19 Alice Liu <alice.liu@apple.com>
Reviewed by Darin.
Fixed <rdar://problem/5592485> Safari crashed trying to get a motorcycle insurance quote
on Geico.com WebCore::Document::inPageCache()
* fast/events/nested-event-remove-node-crash-expected.txt: Added.
* fast/events/nested-event-remove-node-crash.html: Added.
2007-12-19 Andre Boule <aboule@apple.com>
Reviewed by Dan Bernstein.
Adding tests for canvas compositing modes to make sure the results don't change after:
<rdar://problem/5640059> GraphicsContext::setCompositeOperation should use CGContextSetBlendMode
The following compositing modes don't pass however that is covered by another bug:
source-in
source-out
destination-in
destination-atop
copy
<rdar://problem/5651783> Some canvas tag compositing modes don't render correctly
* fast/canvas/canvas-composite.html: Added.
* platform/mac/fast/canvas/canvas-composite-expected.checksum: Added.
* platform/mac/fast/canvas/canvas-composite-expected.png: Added.
* platform/mac/fast/canvas/canvas-composite-expected.txt: Added.
2007-12-19 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for <rdar://problem/5650045> REGRESSION: major layout problems in svn r28754 WebKit on Vox.com page
* fast/dynamic/subtree-boundary-percent-height.html: Added.
* platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.checksum: Added.
* platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.png: Added.
* platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added.
2007-12-18 Beth Dakin <bdakin@apple.com>
Reviewed by Oliver.
Test for <rdar://problem/5616982> SVGs with width and height 100%
fail to render when used as <img> or CSS image (16167)
* fast/images/resources/green-relative-size-rect.svg: Added.
* fast/images/svg-as-relative-image.html: Added.
* platform/mac/fast/images/svg-as-relative-image-expected.checksum: Added.
* platform/mac/fast/images/svg-as-relative-image-expected.png: Added.
* platform/mac/fast/images/svg-as-relative-image-expected.txt: Added.
2007-12-18 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- remove passing test and reclassify one failing test
* platform/win/Skipped: Removed fast/text/international/002.html.
2007-12-18 Sam Weinig <sam@webkit.org>
Reviewed by Geoffrey.
- Temporarily remove calls that are causing subsequent tests in DRT to fail.
Filled http://bugs.webkit.org/show_bug.cgi?id=16510 to track the issue.
* http/tests/security/cross-frame-access-history-expected.txt:
* http/tests/security/cross-frame-access-history.html:
2007-12-18 Darin Adler <darin@apple.com>
- fix failing regression test
* fast/regex/resources/TEMPLATE.html: Updated this template -- I accidentally landed
the one that was copied without updating the paths.
* fast/regex/slow.html: Regenerated.
2007-12-18 Alice Liu <alice.liu@apple.com>
Reviewed by Darin.
Fixed <rdar://problem/5646454> REGRESSION: dom/xhtml/level2/html/HTMLDocument12 fails on Leopard
* fast/cookies/local-file-can-set-cookies.html:
cookies are matched by domain and path, and since layout tests are file URLs,
they all match on domain. setting a cookie without specifying the path will
make CFNetwork pick up the path from the URL automatically. Since
fast/cookies/local-file-can-set-cookies.html set a specific path of /, that
cookie will be set for EVERY local file loaded in Safari. removing that
component from the cookie string will fix the problem.
2007-12-18 Darin Adler <darin@apple.com>
Reviewed by Geoff.
- test for http://bugs.webkit.org/show_bug.cgi?id=16458
REGRESSION (r28164): regular expressions can now hang due to lack of a match limit
* fast/regex/resources: Added.
* fast/regex/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
* fast/regex/resources/slow.js: Added.
* fast/regex/slow-expected.txt: Added.
* fast/regex/slow.html: Added.
2007-12-18 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- remove passing test
* platform/win/Skipped: Removed fast/text/international/wrap-CJK-001.html
2007-12-17 Alice Liu <alice.liu@apple.com>
Reviewed by Adam.
Test for <rdar://problem/5566435> window with no scrollbars can still be scrolled with wheelevent
* fast/events/attempt-scroll-with-no-scrollbars-expected.txt: Added.
* fast/events/attempt-scroll-with-no-scrollbars.html: Added.
* platform/mac/Skipped:
Adding to mac Skipped list because of <rdar://problem/5643675> window.scrollTo scrolls a window with no scrollbars
* platform/win/Skipped:
Adding to win Skipped list because of <rdar://problem/5132009> Windows DRT does not support multiple windows
2007-12-17 Darin Adler <darin@apple.com>
- disabling this test until we can find a way to make it pass on diverse machines
* fast/css/css2-system-color.html: Removed.
* fast/css/css2-system-color.html-disabled: Copied from fast/css/css2-system-color.html.
2007-12-17 Anders Carlsson <andersca@apple.com>
Fix argument to window.open.
* http/tests/misc/window-open-then-write.html:
2007-12-17 Mark Rowe <mrowe@apple.com>
Update test results after r28812.
* platform/mac-tiger/fast/css/css2-system-color-expected.txt:
* platform/mac/fast/css/css2-system-color-expected.txt:
2007-12-17 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
Live to the promise of never making AppKit special character codes visible via DOM.
* fast/events/arrow-keys-on-body-expected.txt: Added.
* fast/events/arrow-keys-on-body.html: Added.
2007-12-16 Darin Adler <darin@apple.com>
* fast/js/regexp-overflow-expected.txt: Updated. I accidentally checked in an
out-of-date file last time.
2007-12-16 Darin Adler <darin@apple.com>
Reviewed by Maciej.
- test for http://bugs.webkit.org/show_bug.cgi?id=16459
REGRESSION: assertion failure with regexp with \B in a case-ignoring character range
<rdar://problem/5646361>
* fast/js/regexp-overflow-expected.txt: Updated.
* fast/js/resources/regexp-overflow.js: Added test cases.
2007-12-16 Darin Adler <darin@apple.com>
Reviewed by Maciej.
- tests for the argument handling of the executeSql function
* storage/execute-sql-args-expected.txt: Added.
* storage/execute-sql-args.html: Added.
2007-12-16 Darin Adler <darin@apple.com>
- try to get the system color test passing on the buildbot
I fear this test may be vulnerable to slight platform differences.
* platform/mac-tiger/fast: Added.
* platform/mac-tiger/fast/css: Added.
* platform/mac-tiger/fast/css/css2-system-color-expected.checksum: Copied from platform/mac/fast/css/css2-system-color-expected.checksum.
* platform/mac-tiger/fast/css/css2-system-color-expected.png: Copied from platform/mac/fast/css/css2-system-color-expected.png.
* platform/mac-tiger/fast/css/css2-system-color-expected.txt: Copied from platform/mac/fast/css/css2-system-color-expected.txt.
Then updated to match what the buildbot says.
* platform/mac/fast/css/css2-system-color-expected.txt: Updated to match
results I'm getting locally on my Leopard machine.
2007-12-16 Beth Dakin <bdakin@apple.com>
Reviewed by Geoff.
Tests for SVG as border-image.
* fast/borders/resources/green-fixed-size-rect.svg: Added.
* fast/borders/resources/green-relative-size-rect.svg: Added.
* fast/borders/svg-as-border-image-2.html: Added.
* fast/borders/svg-as-border-image.html: Added.
* platform/mac/fast/borders/svg-as-border-image-2-expected.checksum: Added.
* platform/mac/fast/borders/svg-as-border-image-2-expected.png: Added.
* platform/mac/fast/borders/svg-as-border-image-2-expected.txt: Added.
* platform/mac/fast/borders/svg-as-border-image-expected.checksum: Added.
* platform/mac/fast/borders/svg-as-border-image-expected.png: Added.
* platform/mac/fast/borders/svg-as-border-image-expected.txt: Added.
2007-12-16 Andrew Wellington <proton@wiretapped.net>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=6129
Incomplete implementation of CSS 2.1 system colors
Add layout test for this bug and update tests for new system-derived colors
* fast/css/css2-system-color.html: Added.
* platform/mac/fast/css/css2-system-color-expected.checksum: Added.
* platform/mac/fast/css/css2-system-color-expected.png: Added.
* platform/mac/fast/css/css2-system-color-expected.txt: Added.
* platform/mac/fast/css/css2-system-fonts-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug103533-expected.txt:
2007-12-16 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for http://bugs.webkit.org/show_bug.cgi?id=16426
Divs with overflow:auto: scrollbars not correctly updated when contents change
* fast/overflow/scrollbar-position-update.html: Added.
* platform/mac-leopard/fast/overflow: Added.
* platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.checksum: Added.
* platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.png: Added.
* platform/mac/fast/overflow/scrollbar-position-update-expected.txt: Added.
2007-12-15 Darin Adler <darin@apple.com>
Disabled the smallFonts.svg test, which has been failing for weeks. I heard that Niko
is going to fix this soon. He should rename it back at that time.
Removed the svn:executable flag from many .svg, .png, and .css files that had it set
for no good reason.
* svg/batik/text/smallFonts.svg: Removed.
* svg/batik/text/smallFonts.svg-disabled: Copied from svg/batik/text/smallFonts.svg.
2007-12-15 Eric Seidel <eric@webkit.org>
Reviewed by Oliver.
Width of SVG elements not applied to container elements
http://bugs.webkit.org/show_bug.cgi?id=16305
* platform/mac/svg/css/css-box-min-width-expected.checksum: Added.
* platform/mac/svg/css/css-box-min-width-expected.png: Added.
* platform/mac/svg/css/css-box-min-width-expected.txt: Added.
* svg/css/css-box-min-width.html: Added.
2007-12-15 Alp Toker <alp@atoker.com>
http://bugs.webkit.org/show_bug.cgi?id=16449
cairo_arc() functions hang or crash when passed inf as radius or start/end angle
Fixed in r28751. Remove these tests from the skip list:
fast/canvas/arc-crash.html
fast/canvas/canvas-with-incorrect-args.html
* platform/gtk/Skipped:
2007-12-05 Mark Rowe <mrowe@apple.com>
Reviewed by Alp Toker.
Add a skeleton Gtk skipped list containing only tests that hang run-webkit-tests.
* platform/gtk/Skipped: Added.
2007-12-15 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej.
http://bugs.webkit.org/show_bug.cgi?id=16436
Alt+Space works incorrectly
* platform/win/fast/events/alt-space-scroll-expected.txt: Added.
* platform/win/fast/events/alt-space-scroll.html: Added.
2007-12-14 Dan Bernstein <mitz@apple.com>
- share the results of this test between Tiger and Leopard
* platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
* platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt.
2007-12-14 Anders Carlsson <andersca@apple.com>
Reviewed by Brady.
Add test that calls window.open and then immediately writes into the document
of the newly opened window.
* http/tests/misc/resources/compass.jpg: Added.
* http/tests/misc/window-open-then-write-expected.txt: Added.
* http/tests/misc/window-open-then-write.html: Added.
* platform/win/Skipped:
2007-12-14 David Smith <catfish.man@gmail.com>
Reviewed by Mitz.
- test for http://bugs.webkit.org/show_bug.cgi?id=14955
Implement getElementsByClassName
Tests added from http://tc.labs.opera.com/apis/getElementsByClassName/
* fast/dom/Window/window-properties-expected.txt:
* fast/dom/getElementsByClassName: Added.
* fast/dom/getElementsByClassName/001-expected.txt: Added.
* fast/dom/getElementsByClassName/001.html: Added.
* fast/dom/getElementsByClassName/002-expected.txt: Added.
* fast/dom/getElementsByClassName/002.html: Added.
* fast/dom/getElementsByClassName/003-expected.txt: Added.
* fast/dom/getElementsByClassName/003.html: Added.
* fast/dom/getElementsByClassName/004-expected.txt: Added.
* fast/dom/getElementsByClassName/004.html: Added.
* fast/dom/getElementsByClassName/005-expected.txt: Added.
* fast/dom/getElementsByClassName/005.html: Added.
* fast/dom/getElementsByClassName/006-expected.txt: Added.
* fast/dom/getElementsByClassName/006.html: Added.
* fast/dom/getElementsByClassName/007-expected.txt: Added.
* fast/dom/getElementsByClassName/007.html: Added.
* fast/dom/getElementsByClassName/008-expected.txt: Added.
* fast/dom/getElementsByClassName/008.html: Added.
* fast/dom/getElementsByClassName/009-expected.txt: Added.
* fast/dom/getElementsByClassName/009.html: Added.
* fast/dom/getElementsByClassName/010-expected.txt: Added.
* fast/dom/getElementsByClassName/010.xml: Added.
* fast/dom/getElementsByClassName/011-expected.txt: Added.
* fast/dom/getElementsByClassName/011.xml: Added.
* fast/dom/getElementsByClassName/012-expected.txt: Added.
* fast/dom/getElementsByClassName/012.html: Added.
* fast/dom/getElementsByClassName/013-expected.txt: Added.
* fast/dom/getElementsByClassName/013.html: Added.
* fast/dom/getElementsByClassName/014-expected.txt: Added.
* fast/dom/getElementsByClassName/014.html: Added.
* fast/dom/getElementsByClassName/array: Added.
* fast/dom/getElementsByClassName/array/001-expected.txt: Added.
* fast/dom/getElementsByClassName/array/001.html: Added.
* fast/dom/getElementsByClassName/array/002-expected.txt: Added.
* fast/dom/getElementsByClassName/array/002.html: Added.
* fast/dom/getElementsByClassName/array/003-expected.txt: Added.
* fast/dom/getElementsByClassName/array/003.html: Added.
* fast/dom/getElementsByClassName/array/004-expected.txt: Added.
* fast/dom/getElementsByClassName/array/004.html: Added.
* fast/dom/getElementsByClassName/dumpNodeList-expected.txt: Added.
* fast/dom/getElementsByClassName/dumpNodeList.html: Added.
* fast/dom/getElementsByClassName/resources: Added.
* fast/dom/getElementsByClassName/resources/common.js: Added.
2007-12-14 Darin Adler <darin@apple.com>
Reviewed by Alexey.
- http://bugs.webkit.org/show_bug.cgi?id=16420
change regression tests to use document.execCommand instead of textInputController.doCommand
To avoid changing results at this time, I didn't correct the many tests that now have
misleading "this test cannot be run manually" text or references to "NSResponder" or
uneeded instructions for running the test manually. We can do that on a later pass.
* editing/deleting/5300379.html: Use execCommand instead of doCommand.
* editing/deleting/delete-to-end-of-paragraph.html: Ditto.
* editing/deleting/smart-delete-003.html: Ditto.
* editing/deleting/smart-delete-004.html: Ditto.
* editing/execCommand/nsresponder-indent.html: Ditto.
* editing/execCommand/nsresponder-outdent.html: Ditto.
* editing/selection/4947387.html: Ditto.
* editing/selection/5195166-1.html: Ditto.
* editing/selection/5195166-2.html: Ditto.
* editing/selection/select-line.html: Ditto.
* editing/selection/selection-actions.html: Ditto.
2007-12-14 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/5575101> Hang in SplitElementCommand::doApply when outdenting a list item in a particular list
* editing/execCommand/5575101-1-expected.txt: Added.
* editing/execCommand/5575101-1.html: Added.
* editing/execCommand/5575101-2-expected.txt: Added.
* editing/execCommand/5575101-2.html: Added.
* editing/execCommand/5575101-3-expected.txt: Added.
* editing/execCommand/5575101-3.html: Added.
2007-12-14 Anders Carlsson <andersca@apple.com>
Reviewed by Darin and Geoff.
<rdar://problem/5619295>
REGRESSION: 303-304: Embedded YouTube video fails to render- JS errors (16150) (Flash 9)
Add cross frame plug/in test where a plug/in inside an iframe tries to access properties of the
top-level frame.
* http/tests/plugins/cross-frame-object-access-expected.txt: Added.
* http/tests/plugins/cross-frame-object-access.html: Added.
* http/tests/plugins/resources/cross-frame-object-access.html: Added.
2007-12-14 Oliver Hunt <oliver@apple.com>
Reviewed by Adam.
Fix test output, and move test to mac skipped lists until
<rdar://problem/5647952> fast/events/mouseout-on-window.html
is fixed.
* fast/events/mouseout-on-window-expected.txt:
* platform/mac/Skipped:
2007-12-13 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver Hunt.
<rdar://problem/5607069> In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a <FORM> element
* editing/inserting/5607069-1-expected.checksum: Added.
* editing/inserting/5607069-1-expected.png: Added.
* editing/inserting/5607069-1-expected.txt: Added.
* editing/inserting/5607069-1.html: Added.
* editing/inserting/5607069-2.html: Added.
* editing/inserting/5607069-3.html: Added.
* platform/mac/editing/inserting/5607069-2-expected.checksum: Added.
* platform/mac/editing/inserting/5607069-2-expected.png: Added.
* platform/mac/editing/inserting/5607069-2-expected.txt: Added.
* platform/mac/editing/inserting/5607069-3-expected.checksum: Added.
* platform/mac/editing/inserting/5607069-3-expected.png: Added.
* platform/mac/editing/inserting/5607069-3-expected.txt: Added.
2007-12-13 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for <rdar://problem/5642426> explicit cubic-bezier curves all treated as "default" for transition-timing-function
* fast/css/transition-timing-function-expected.txt: Added.
* fast/css/transition-timing-function.html: Added.
2007-12-13 Kevin McCullough <kmccullough@apple.com>
Reviewed by Adam.
- Layout tests fix. Removed machine dependant results and generated new
results without machine specific information.
* fast/dom/frame-loading-via-document-write-expected.txt: Added.
* http/tests/security/frame-loading-via-document-write-expected.txt: Added.
* http/tests/security/local-CSS-from-remote-expected.txt:
* http/tests/security/local-JavaScript-from-remote-expected.txt:
* http/tests/security/local-iFrame-from-remote-expected.txt:
* http/tests/security/local-image-from-remote-expected.txt:
* platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed.
* platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed.
* platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed.
* platform/mac/http/tests/security: Removed.
* platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed.
* platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed.
* platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
* platform/win/Skipped:
* platform/win/http: Removed.
* platform/win/http/tests: Removed.
* platform/win/http/tests/security: Removed.
* platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed.
2007-12-13 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Adele.
http://bugs.webkit.org/show_bug.cgi?id=16421
REGRESSION(r28669): Page scrolls down when you hit space key in text area
* fast/events/space-scroll-event-expected.txt: Added.
* fast/events/space-scroll-event.html: Added.
2007-12-13 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/5601583> GMail Editor: Copied link doesn't paste as a link, just colored text
* editing/pasteboard/5601583-1.html: Added.
* platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added.
* platform/mac/editing/pasteboard/5601583-1-expected.png: Added.
* platform/mac/editing/pasteboard/5601583-1-expected.txt: Added.
2007-12-13 Kevin McCullough <kmccullough@apple.com>
Reviewed by Alice and Sam.
- <rdar://5621435> Need a way to specify local resources (being loaded
from HTTP tests) on Windows.
- Updated the following tests to use the new layoutTestController
function, pathToLocalResource to get a Windows viable path (when on
Windows) to the local resources they are attempting to access.
- Also clarified and updated some results.
* fast/dom/frame-loading-via-document-write.html:
* fast/loader/local-CSS-from-local-expected.txt:
* fast/loader/local-CSS-from-local.html:
* fast/loader/local-JavaScript-from-local-expected.txt:
* fast/loader/local-JavaScript-from-local.html:
* fast/loader/local-iFrame-source-from-local-expected.txt:
* fast/loader/local-iFrame-source-from-local.html:
* fast/loader/local-image-from-local-expected.txt:
* fast/loader/local-image-from-local.html:
* http/tests/security/frame-loading-via-document-write.html:
* http/tests/security/local-CSS-from-remote-expected.txt:
* http/tests/security/local-CSS-from-remote.html:
* http/tests/security/local-JavaScript-from-remote-expected.txt:
* http/tests/security/local-JavaScript-from-remote.html:
* http/tests/security/local-iFrame-from-remote-expected.txt:
* http/tests/security/local-iFrame-from-remote.html:
* http/tests/security/local-image-from-remote-expected.txt:
* http/tests/security/local-image-from-remote.html:
* http/tests/security/local-user-CSS-from-remote.html:
* platform/mac/fast/dom/frame-loading-via-document-write-expected.txt:
* platform/win/Skipped:
* platform/win/http: Added.
* platform/win/http/tests: Added.
* platform/win/http/tests/security: Added.
* platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added.
2007-12-13 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben.
- test that Unicode bidi control characters are rendered as zero width
spaces
* fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added.
* platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added.
* platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added.
* platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added.
2007-12-12 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- updated results and skipped tests file for
<rdar://problem/5074620> text with font:initial; fails to appear (causes fast/text/font-initial.html to fail)
* platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum.
* platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png.
* platform/mac/fast/text/font-initial-expected.checksum: Removed.
* platform/mac/fast/text/font-initial-expected.png: Removed.
* platform/mac/fast/text/font-initial-expected.txt:
* platform/win/Skipped:
2007-12-12 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/5433862> Mail crashes at WebCore::highestAncestor() when deleting a particular selection
* editing/deleting/5433862-1-expected.txt: Added.
* editing/deleting/5433862-1.html: Added.
* editing/deleting/5433862-2.html: Added.
* platform/mac/editing/deleting/5433862-2-expected.checksum: Added.
* platform/mac/editing/deleting/5433862-2-expected.txt: Added.
2007-12-12 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- test for a bug in debug builds only where selecting an earlier item in
a popup selects the first item
* fast/forms/menulist-selection-reset-expected.txt: Added.
* fast/forms/menulist-selection-reset.html: Added.
2007-12-12 Beth Dakin <bdakin@apple.com>
Reviewed by Niko.
Updated pixel results from my recent SVG change.
* svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
* svg/custom/inline-svg-in-xhtml-expected.png: Added.
2007-12-12 Anders Carlsson <andersca@apple.com>
Reviewed by Sam.
<rdar://problem/5132003>
dumpResourceLoadCallbacks is not implemented in DRT on Windows.
Remove now passing tests.
* platform/win/Skipped:
2007-12-12 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Adam Roben.
Results corrected by a fix to EventSender.
* platform/win/fast/events/keyLocation-numpad-expected.txt:
2007-12-12 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=16410
Implement isKeypadEvent() on Windows
* platform/win/fast/events/keyLocation-numpad-expected.txt: Added.
* platform/win/fast/events/keyLocation-numpad.html: Added.
2007-12-12 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Oliver.
http://bugs.webkit.org/show_bug.cgi?id=15248
Can not enter accented characters using alt-numeric keypad
* platform/win/fast/events/alt-numpad-expected.txt: Added.
* platform/win/fast/events/alt-numpad.html: Added.
2007-12-12 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
<rdar://problem/5071781> window.mouseout events are not
sent to window when mouse moves out of window
Layout tests to make sure we correctly handle mouse out
on the window object.
* fast/events/mouseout-on-window-expected.txt: Added.
* fast/events/mouseout-on-window.html: Added.
2007-12-11 Dan Bernstein <mitz@apple.com>
Reviewed by Maciej Stachowiak.
- removed now-passing tests
* platform/win/Skipped:
2007-12-11 Dan Bernstein <mitz@apple.com>
Reviewed by Mark Rowe and Sam Weinig too!
- removed tests that pass when Helvetica Oblique and Helvetica
Bold Oblique are available.
* platform/win/Skipped:
2007-12-11 Beth Dakin <bdakin@apple.com>
Reviewed by Darin.
Tests for <rdar://problem/5641255> SVGs with width and height 100%
fail to render when used as background images
* fast/backgrounds/resources/balloon.svg: Added.
* fast/backgrounds/resources/eyes.svg: Added.
* fast/backgrounds/resources/hearts.svg: Added.
* fast/backgrounds/resources/linguistics.svg: Added.
* fast/backgrounds/resources/map.svg: Added.
* fast/backgrounds/resources/mouse-repel.svg: Added.
* fast/backgrounds/svg-as-background-1.html: Added.
* fast/backgrounds/svg-as-background-2.html: Added.
* fast/backgrounds/svg-as-background-3.html: Added.
* fast/backgrounds/svg-as-background-4.html: Added.
* fast/backgrounds/svg-as-background-5.html: Added.
* fast/backgrounds/svg-as-background-6.html: Added.
* platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum: Added.
* platform/mac/fast/backgrounds/svg-as-background-1-expected.png: Added.
* platform/mac/fast/backgrounds/svg-as-background-1-expected.txt: Added.
* platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Added.
* platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Added.
* platform/mac/fast/backgrounds/svg-as-background-2-expected.txt: Added.
* platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: Added.
* platform/mac/fast/backgrounds/svg-as-background-3-expected.png: Added.
* platform/mac/fast/backgrounds/svg-as-background-3-expected.txt: Added.
* platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: Added.
* platform/mac/fast/backgrounds/svg-as-background-4-expected.png: Added.
* platform/mac/fast/backgrounds/svg-as-background-4-expected.txt: Added.
* platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: Added.
* platform/mac/fast/backgrounds/svg-as-background-5-expected.png: Added.
* platform/mac/fast/backgrounds/svg-as-background-5-expected.txt: Added.
* platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Added.
* platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Added.
* platform/mac/fast/backgrounds/svg-as-background-6-expected.txt: Added.
2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
Rubberstamped by Mark.
Add missing tests - their results have already been checked in over a month ago - I forgot to commit the tests itself.
* svg/custom/alignment-baseline-modes.svg: Added.
* svg/custom/dominant-baseline-hanging.svg: Added.
* svg/custom/dominant-baseline-modes.svg: Added.
2007-12-11 Nikolas Zimmermann <zimmermann@kde.org>
Rubberstamped by Mark.
Update pixel test results now that filters are disabled.
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
* platform/mac/svg/custom/empty-merge-expected.checksum:
* platform/mac/svg/custom/empty-merge-expected.png:
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
* platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
* platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
* platform/mac/svg/custom/feDisplacementMap-01-expected.checksum:
* platform/mac/svg/custom/feDisplacementMap-01-expected.png:
* platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
* platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
* platform/mac/svg/custom/non-opaque-filters-expected.checksum:
* platform/mac/svg/custom/non-opaque-filters-expected.png:
* platform/mac/svg/custom/text-filter-expected.checksum:
* platform/mac/svg/custom/text-filter-expected.png:
* platform/mac/svg/custom/visibility-override-filter-expected.checksum:
* platform/mac/svg/custom/visibility-override-filter-expected.png:
* svg/batik/filters/filterRegions-expected.checksum:
* svg/batik/filters/filterRegions-expected.png:
* svg/batik/text/textFeatures-expected.checksum:
* svg/batik/text/textFeatures-expected.png:
* svg/custom/js-svg-constructors-expected.checksum:
* svg/custom/js-svg-constructors-expected.png:
2007-12-11 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/5631507> Text doesn't wrap properly at Tamil version of Wikipedia
* fast/text/international/complex-character-based-fallback.html: Added.
* platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
* platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.png: Added.
* platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Added.
* platform/win/fast/text: Added.
* platform/win/fast/text/international: Added.
* platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
* platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added.
* platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Added.
2007-12-07 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
<rdar://problem/5535636>
Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard.
http://bugs.webkit.org/show_bug.cgi?id=13916
JavaScript detects Tab as a character input on a textfield validation
* platform/win/fast/events: Added.
* platform/win/fast/events/double-dead-char-expected.txt: Added.
* platform/win/fast/events/double-dead-char.html: Added.
* fast/events/key-events-in-input-button.html: Added
* fast/events/key-events-in-input-button-expected.txt: Added
* fast/events/key-events-in-input-text.html: Added
* fast/events/key-events-in-input-text-expected.txt: Added
* fast/events/access-key-self-destruct.html:
* fast/forms/listbox-onchange.html:
* fast/forms/listbox-selection.html:
* fast/forms/access-key.html:
* fast/forms/legend-access-key.html:
* fast/forms/enter-clicks-buttons.html:
* fast/forms/check-box-enter-key.html:
* fast/forms/button-enter-click.html:
* fast/events/onsearch-enter.html:
* fast/events/onchange-passwordfield.html:
* fast/events/onchange-searchfield.html:
* fast/events/onchange-textfield.html:
Use eventSender instead of DOM events, because it emulates the real user action much better,
and we weren't getting cross-browser compatibility for the tests anyway.
* fast/events/frame-tab-focus.html:
* fast/html/tab-order.html:
* fast/forms/select-enter-key.html:
* fast/forms/focus2-expected.txt:
* fast/forms/focus2.html:
* fast/events/option-tab.html:
Dispatch a keydown instead of keypress, as this is when default processing is now done.
Possibly, it would be better stiull to use eventSender here, as well.
* fast/forms/onchange-enter-submit.html:
* fast/forms/select-double-onchange.html:
* fast/forms/textfield-onchange-deletion.html:
The correct code is '\r', not '\n' - previously, the difference was lost while converting
events back and forth.
* fast/forms/search-event-delay.html: Use a new named key to dispatch backspace - the
character code for it is cross-platform, but key code is not.
Also changed the test to call notifyDone() from a timer - otherwise, DRT would hang as
WM_KEYUP was dispatched after WM_QUIT. I tried and couldn't make DRT work, but I'm
fairly confident that this issue doesn't affect Safari.
* fast/events/keydown-keypress-preventDefault-expected.txt:
* fast/events/keydown-keypress-preventDefault.html:
This test claimed that its expacted behavior matched both IE and Firefox, but it did not.
We now match IE.
* fast/events/js-keyboard-event-creation-expected.txt:
* fast/events/js-keyboard-event-creation.html:
This test was problematic, because it was tabbing out to chrome, and that doesn't work
well in DRT. I have added another input for it to have a nicer target.
* platform/mac/fast/events/objc-event-api-expected.txt:
Updated for new behavior:
- eventSender.keyDown() now dispatches a keyUp, too;
- raw events do not have charCode;
- keypresses do not have keyIdentifiers.
2007-12-10 Oliver Hunt <oliver@apple.com>
Reviewed by Weinig, Dan and Alexey.
Layout test to confirm correct character encoding is used to
load dynamically loaded scripts.
* fast/encoding/no-charset-on-dynamic-script-load.html: Added.
* fast/encoding/resources/dynamic-load-target.js: Added.
2007-12-10 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver Hunt.
<rdar://problem/5482023> GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled
* editing/execCommand/5482023.html: Added.
* platform/mac/editing/execCommand/5482023-expected.checksum: Added.
* platform/mac/editing/execCommand/5482023-expected.png: Added.
* platform/mac/editing/execCommand/5482023-expected.txt: Added.
2007-12-10 Darin Adler <darin@apple.com>
Reviewed by Sam Weinig.
- test for http://bugs.webkit.org/show_bug.cgi?id=16379
REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and
fast/dom/xmlhttprequest-html-response-encoding.html
and <rdar://problem/5640230> REGRESSION (306A4-ToT): Access violation in PCRE function
find_firstassertedchar
* fast/js/regexp-find-first-asserted-expected.txt: Added.
* fast/js/regexp-find-first-asserted.html: Added.
* fast/js/resources/regexp-find-first-asserted.js: Added.
2007-12-10 Antti Koivisto <antti@apple.com>
Reviewed by Adele.
The load events could fire before the event listener was registered making these tests fail occasionally.
No changes to test results.
* media/video-source-media.html:
* media/video-source-type.html:
* media/video-source.html:
* media/video-src-remove.html:
* media/video-src-source.html:
* media/video-src.html:
* media/video-test.js:
2007-12-10 Stephanie <slewis@apple.com>
Rubber-stamped by Sam.
Check in correct results
* svg/custom/resource-client-removal-expected.txt:
2007-12-10 Rob Buis <buis@kde.org>
Reviewed by Darin.
Testcase for:
http://bugs.webkit.org/show_bug.cgi?id=16182
SVG should disable antialiasing for shape-rendering="crispEdges"
* svg/custom/shape-rendering-expected.checksum: Added.
* svg/custom/shape-rendering-expected.png: Added.
* svg/custom/shape-rendering-expected.txt: Added.
* svg/custom/shape-rendering.svg: Added.
2007-12-09 Rob Buis <buis@kde.org>
Reviewed by Niko.
Testcase for:
http://bugs.webkit.org/show_bug.cgi?id=16163
SVG crash in Node::setChanged() on Debug builds only (trashed parent)
* svg/custom/resource-client-removal-expected.checksum: Added.
* svg/custom/resource-client-removal-expected.png: Added.
* svg/custom/resource-client-removal-expected.txt: Added.
* svg/custom/resource-client-removal.svg: Added.
2007-12-10 David D. Kilzer <ddkilzer@webkit.org>
Bug 9683: Implement select.options.remove() method
<http://bugs.webkit.org/show_bug.cgi?id=9683>
Reviewed by Maciej.
* fast/js/resources/select-options-remove.js: Added.
* fast/js/select-options-remove-expected.txt: Added.
* fast/js/select-options-remove-gc-expected.txt: Added.
* fast/js/select-options-remove-gc.html: Added.
* fast/js/select-options-remove.html: Added.
2007-12-10 Alexey Proskuryakov <ap@webkit.org>
Removed fast/events/objc-keyboard-event-creation.html from skipped list, as this test has
been moved to platform/mac long ago.
* platform/win/Skipped:
2007-12-09 Oliver Hunt <oliver@apple.com>
Reviewed by Niko.
Somehow I managed to not check in new expected results
in the last patch.
* svg/dom/path-parser-expected.txt:
2007-12-09 Oliver Hunt <oliver@apple.com>
Reviewed by Niko.
Prevent unlimited iteration in the case of invalid path data.
The only path commands that can leave numbers trailing the command processing
are 'm' and 'M', in which trailing numbers are parsed as arguments to an
implicit lineto command. In any case we should just terminate as an invalid
path.
* svg/dom/path-parser-expected.txt:
* svg/dom/path-parser.html:
2007-12-08 Sam Weinig <sam@webkit.org>
Rubber-stamped by Adam Roben.
* fast/dom/Window/window-resize-and-move-arguments.html: Make the window small enough
that this test won't fail on systems with lower resolutions.
2007-12-08 Oliver Hunt <oliver@apple.com>
Reviewed by Sam W.
Split the ENABLE_SVG_EXPERIMENTAL_FEATURES flag into separate flags.
Fixes <rdar://problem/5620249> Must disable SVG animation
<rdar://problem/5612772> Disable SVG filters on Mac to match Windows behavior
These layout test changes are caused by some of the experimental
features no longer being enabled by default.
* fast/dom/Window/window-properties-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/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/image-with-transform-clip-filter-expected.txt:
* platform/mac/svg/custom/invalid-css-expected.txt:
* platform/mac/svg/custom/non-opaque-filters-expected.txt:
* platform/mac/svg/custom/text-filter-expected.txt:
* platform/mac/svg/custom/visibility-override-filter-expected.txt:
* svg/batik/filters/filterRegions-expected.txt:
* svg/batik/text/textEffect-expected.txt:
* svg/batik/text/textEffect3-expected.txt:
* svg/batik/text/textFeatures-expected.txt:
* svg/batik/text/textProperties-expected.txt:
* svg/custom/js-svg-constructors-expected.txt:
* svg/dom/font-face-elements-expected.txt:
* svg/webarchive/svg-feimage-subresources-expected.txt:
2007-12-08 Sam Weinig <sam@webkit.org>
Reviewed by Mitz.
Test that calling window scrolling, moving and resizing methods with
less than 2 arguments is not allowed and that calling them with more
than 2 is allowed.
* fast/dom/Window/window-resize-and-move-arguments-expected.txt: Added.
* fast/dom/Window/window-resize-and-move-arguments.html: Added.
* fast/dom/Window/window-scroll-arguments-expected.txt: Added.
* fast/dom/Window/window-scroll-arguments.html: Added.
* http/tests/security/cross-frame-access-get-expected.txt:
2007-12-08 Dan Bernstein <mitz@apple.com>
Reviewed by Adele Peterson.
- test that re-inserting a parser-generated <style> element applies its
stylesheet.
* fast/dom/HTMLStyleElement: Added.
* fast/dom/HTMLStyleElement/insert-parser-generated.html: Added.
* platform/mac/fast/dom/HTMLStyleElement: Added.
* platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.checksum: Added.
* platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png: Added.
* platform/mac/fast/dom/HTMLStyleElement/insert-parser-generated-expected.txt: Added.
2007-12-08 Rob Buis <buis@kde.org>
Reviewed by Darin.
Testcase for:
http://bugs.webkit.org/show_bug.cgi?id=15464
SVGLengthList allows bad values
* svg/custom/invalid-lengthlist-expected.checksum: Added.
* svg/custom/invalid-lengthlist-expected.png: Added.
* svg/custom/invalid-lengthlist-expected.txt: Added.
* svg/custom/invalid-lengthlist.svg: Added.
* svg/dom/length-list-parser-expected.txt:
2007-12-07 Antti Koivisto <antti@apple.com>
Reviewed by Adele.
Test video painting when transform is applied.
* media/video-paint-test.js: Added.
* media/video-transformed.html: Added.
* platform/mac/media/video-transformed-expected.checksum: Added.
* platform/mac/media/video-transformed-expected.png: Added.
* platform/mac/media/video-transformed-expected.txt: Added.
2007-12-07 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- test for http://bugs.webkit.org/show_bug.cgi?id=16348
@font-face does not affect the default style
* fast/css/font-face-default-font.html: Added.
* platform/mac-leopard/fast/css: Added.
* platform/mac-leopard/fast/css/font-face-default-font-expected.checksum: Added.
* platform/mac-leopard/fast/css/font-face-default-font-expected.png: Added.
* platform/mac/fast/css/font-face-default-font-expected.txt: Added.
2007-12-07 Darin Adler <darin@apple.com>
Reviewed by Adele.
- test for <rdar://problem/5608795> CrashTracer: 481 crashes in Safari
at WebCore::HTMLSelectElement::saveState const + 152
* fast/forms/select-set-inner-expected.txt: Added.
* fast/forms/select-set-inner.html: Added.
2007-12-07 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- repaint test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
* fast/repaint/focus-ring.html: Added.
* platform/mac/fast/repaint/focus-ring-expected.checksum: Added.
* platform/mac/fast/repaint/focus-ring-expected.png: Added.
* platform/mac/fast/repaint/focus-ring-expected.txt: Added.
2007-12-07 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for http://bugs.webkit.org/show_bug.cgi?id=16334
<rdar://problem/5634923> REGRESSION (r28299): Homepage of any DotMac Web Gallery won't load completely
* fast/dynamic/subtree-no-common-root-static-y.html: Added.
* platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.checksum: Added.
* platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.png: Added.
* platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
2007-12-07 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=16325
<rdar://problem/5632997> REGRESSION: www.xerox.ru doesn't work
* http/tests/misc/empty-cookie-expected.txt: Added.
* http/tests/misc/empty-cookie.html: Added.
2007-12-06 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=16091
JSCRE needs to import the PCRE test suite
We can use two files from PCRE test suite, as others either test for features not supported
in JS, or use internal debugging facilities of PCRE.
The files are checked in almost unmodified, I have only converted them to UTF-8 and removed two
huge test cases that were completely incompatible with JSC, and were polluting the output.
Many of the failures in results are just legitimate differences in behavior or possibly
problems with the test runner, but some may be genuine bugs and even regressions in JSC.
* fast/regex: Added.
* fast/regex/pcre-test-runner.js: Added.
* fast/regex/test1-expected.txt: Added.
* fast/regex/test1.html: Added.
* fast/regex/test4-expected.txt: Added.
* fast/regex/test4.html: Added.
* fast/regex/testinput1: Added.
* fast/regex/testinput4: Added.
* fast/regex/testoutput1: Added.
* fast/regex/testoutput4: Added.
2007-12-06 Dan Bernstein <mitz@apple.com>
- updated render tree results for r28483
* svg/batik/text/textEffect2-expected.txt:
* svg/batik/text/textProperties-expected.txt:
2007-12-06 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Test for http://bugs.webkit.org/show_bug.cgi?id=16328
REGRESSION (r28470): Crash expanding a GMail conversation
* fast/frames/location-put-after-removal.html: Added.
* fast/frames/resources/location-put-after-removal-frame.html: Added.
* fast/frames/resources/location-put-after-removal-frame-expected.txt: Updated.
2007-12-06 Darin Adler <darin@apple.com>
Reviewed by Eric Seidel.
- fix http://bugs.webkit.org/show_bug.cgi?id=16321
new RegExp("[\u0097]{4,6}", "gmy") crashes in DEBUG builds
<rdar://problem/5632992>
* fast/js/regexp-overflow-expected.txt: Updated.
* fast/js/resources/regexp-overflow.js: Added test.
2007-12-06 Adele Peterson <adele@apple.com>
Reviewed by Oliver.
Fix <rdar://problem/5631356> Toggling display property on video causes controls to get lost
* media/video-display-toggle.html: Added.
* platform/mac/media/video-display-toggle-expected.checksum: Added.
* platform/mac/media/video-display-toggle-expected.png: Added.
* platform/mac/media/video-display-toggle-expected.txt: Added.
2007-12-05 Rob Buis <buis@kde.org>
Reviewed by Mitz.
Testcase for:
http://bugs.webkit.org/show_bug.cgi?id=15289
WebKit does not respect clip paths of a 0x0 rect
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
* platform/mac/svg/batik/text/textEffect2-expected.checksum:
* platform/mac/svg/batik/text/textEffect2-expected.png:
* platform/mac/svg/batik/text/textProperties-expected.checksum:
* platform/mac/svg/batik/text/textProperties-expected.png:
* svg/custom/empty-clip-path-expected.checksum: Added.
* svg/custom/empty-clip-path-expected.png: Added.
* svg/custom/empty-clip-path-expected.txt: Added.
* svg/custom/empty-clip-path.svg: Added.
2007-12-05 Alice Liu <alice.liu@apple.com>
Reviewed by Antti.
Addressed <rdar://problem/5137284> fast/events/mouseout-dead-node.html fails on boomer
* fast/events/mouseout-dead-node.html:
Changed the questionable calls to mouseUp() to mouseMoveTo() to better simulate mouseovers
* platform/win/Skipped:
removed this test from skipped file
2007-12-05 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Add a crashing test.
2007-12-05 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Add another test failing due to fonts.
2007-12-05 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben.
- adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097
* fast/dom/ImageDocument-image-deletion-expected.txt: Added.
* fast/dom/ImageDocument-image-deletion.html: Added.
2007-12-04 Adele Peterson <adele@apple.com>
Reviewed by Darin.
Test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
* fast/forms/textfield-outline.html: Added.
* platform/mac/fast/forms/textfield-outline-expected.checksum: Added.
* platform/mac/fast/forms/textfield-outline-expected.png: Added.
* platform/mac/fast/forms/textfield-outline-expected.txt: Added.
2007-12-04 Sam Weinig <sam@webkit.org>
Reviewed by Adam Roben.
Remove http/tests/incremental/frame-focus-before-load.html from the skipped list
as it is no longer crashing. <rdar://problem/5507278>
* platform/win/Skipped:
2007-12-04 Adele Peterson <adele@apple.com>
Reviewed by Hyatt.
Test for <rdar://problem/5622464> controls should show up for audio element
* media/audio-controls-rendering.html: Added.
* platform/mac/media/audio-controls-rendering-expected.checksum: Added.
* platform/mac/media/audio-controls-rendering-expected.png: Added.
* platform/mac/media/audio-controls-rendering-expected.txt: Added.
2007-11-27 Adam Roben <aroben@apple.com>
Remove a now-passing test from the Windows Skipped file
Reviewed by Maciej.
* platform/win/Skipped:
2007-12-03 Antti Koivisto <antti@apple.com>
Reviewed by Adele.
Test for <rdar://problem/5624802>
Controller displays outside of <video> element when width and height aren't specified
* media/remove-from-document.html: Improve coverage by doing relayout before finishing.
* media/video-controls-rendering.html: Added.
* platform/mac/media/video-controls-rendering-expected.checksum: Added.
* platform/mac/media/video-controls-rendering-expected.png: Added.
* platform/mac/media/video-controls-rendering-expected.txt: Added.
2007-12-04 Darin Adler <darin@apple.com>
Reviewed by Geoff.
- test for first part of http://bugs.webkit.org/show_bug.cgi?id=16220
<rdar://problem/5625221> Crash opening www.news.com (CNet)
* fast/js/regexp-overflow-expected.txt: Updated.
* fast/js/resources/regexp-overflow.js: Added test cases.
2007-12-03 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- remove passing test
* platform/win/Skipped:
2007-12-03 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
* fast/events/resize-subframe-expected.txt: Added.
* fast/events/resize-subframe.html: Added.
2007-12-03 Darin Adler <darin@apple.com>
Reviewed by Geoff.
- test for http://bugs.webkit.org/show_bug.cgi?id=15618
<rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
* fast/js/recursion-limit-equal-expected.txt: Added.
* fast/js/recursion-limit-equal.html: Added.
* fast/js/resources/recursion-limit-equal.js: Added.
2007-12-03 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- added a test of the behavior of getIntIdentifier with the integers
0 and -1
* plugins/getintidentifier-special-values-expected.txt: Added.
* plugins/getintidentifier-special-values.html: Added.
2007-12-03 Rob Buis <buis@kde.org>
Reviewed by Darin.
Testcase for:
http://bugs.webkit.org/show_bug.cgi?id=15767
Text decorations do not respect "visibility" property
* svg/custom/text-decoration-visibility-expected.checksum: Added.
* svg/custom/text-decoration-visibility-expected.png: Added.
* svg/custom/text-decoration-visibility-expected.txt: Added.
* svg/custom/text-decoration-visibility.svg: Added.
2007-12-03 Alice Liu <alice.liu@apple.com>
Removing passing tests
* platform/win/Skipped:
2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by David.
Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
* svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Mark.
Commit missing layout test results from my last commit (fix for bug 15403)
* platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
* platform/mac/svg/custom/deep-dynamic-updates-expected.png:
* platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
* platform/mac/svg/custom/image-clipped-hit-expected.checksum:
* platform/mac/svg/custom/image-clipped-hit-expected.png:
* platform/mac/svg/custom/image-clipped-hit-expected.txt:
* platform/mac/svg/custom/use-clipped-hit-expected.checksum:
* platform/mac/svg/custom/use-clipped-hit-expected.png:
* platform/mac/svg/custom/use-clipped-hit-expected.txt:
* platform/mac/svg/custom/use-css-events-expected.checksum:
* platform/mac/svg/custom/use-css-events-expected.png:
2007-12-03 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben.
- test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
* fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
* fast/dom/Document/replaceChild-null-oldChild.html: Added.
* fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
2007-12-02 Darin Adler <darin@apple.com>
Reviewed by Mitz.
- test for http://bugs.webkit.org/show_bug.cgi?id=15848
<rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
* fast/js/resources/sparse-array.js: Added.
* fast/js/sparse-array-expected.txt: Added.
* fast/js/sparse-array.html: Added.
2007-12-02 Darin Adler <darin@apple.com>
Reviewed by Mitz.
- tests for table-related HTMLCollection classes for misnested
tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
* fast/dom/HTMLTableElement/resources: Added.
* fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
* fast/dom/HTMLTableElement/resources/rows.js: Added.
* fast/dom/HTMLTableElement/resources/tBodies.js: Added.
* fast/dom/HTMLTableElement/rows-expected.txt: Added.
* fast/dom/HTMLTableElement/rows.html: Added.
* fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
* fast/dom/HTMLTableElement/tBodies.html: Added.
* fast/dom/HTMLTableRowElement: Added.
* fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
* fast/dom/HTMLTableRowElement/cells.html: Added.
* fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
* fast/dom/HTMLTableRowElement/insertCell.html: Added.
* fast/dom/HTMLTableRowElement/resources: Added.
* fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
* fast/dom/HTMLTableRowElement/resources/cells.js: Added.
* fast/dom/HTMLTableSectionElement: Added.
* fast/dom/HTMLTableSectionElement/resources: Added.
* fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
* fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
* fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
* fast/dom/HTMLTableSectionElement/rows.html: Added.
2007-12-01 Antti Koivisto <antti@apple.com>
Reviewed by Adam.
Test that removing a media element when it is loading does not crash.
Test that media is paused when it is removed from the tree.
* http/tests/media/remove-while-loading-expected.txt: Added.
* http/tests/media/remove-while-loading.html: Added.
* media/remove-from-document-expected.txt: Added.
* media/remove-from-document.html: Added.
2007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
Reviewed by Darin Adler.
* http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
* http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
2007-12-01 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
* fast/dynamic/subtree-common-root-expected.txt: Added.
* fast/dynamic/subtree-common-root.html: Added.
2007-11-30 Eric Seidel <eric@webkit.org>
Reviewed by darin.
Test case for:
http://bugs.webkit.org/show_bug.cgi?id=16127
* fast/js/regexp-compile-crash-expected.txt: Added.
* fast/js/regexp-compile-crash.html: Added.
2007-11-30 Adam Roben <aroben@apple.com>
Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
* platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
* platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
2007-11-30 Darin Adler <darin@apple.com>
Reviewed by Adam Roben.
- test for http://bugs.webkit.org/show_bug.cgi?id=16207
JavaScript regular expressions should match UTF-16 code units rather than characters
* fast/js/regexp-non-bmp-expected.txt: Added.
* fast/js/regexp-non-bmp.html: Added.
* fast/js/resources/regexp-non-bmp.js: Added.
2007-11-30 Adele Peterson <adele@apple.com>
Reviewed by Darin.
Test for http://bugs.webkit.org/show_bug.cgi?id=16072
<rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
* fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
* fast/events/mousemove-after-drag-over-scrollbar.html: Added.
2007-11-30 Alexey Proskuryakov <ap@webkit.org>
* platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
2007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
Reviewed by Maciej.
* Fix fast/events/mousedown_in_scrollbar.html
* This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
* Extend the current check that the scrollbar in the mev can be go away.
This happens if we destroy a RenderLayer as the result of a click. In the
case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
scrollbar in the old mev and is gone in the new one.
* This happens only on the Qt port because we send more/different move events.
* platform/qt/Skipped:
2007-11-29 Antti Koivisto <antti@apple.com>
Reviewed by Mitz.
Test for video aspect ratio calculation.
* media/video-aspect-ratio.html: Added.
* platform/mac/media: Added.
* platform/mac/media/video-aspect-ratio-expected.checksum: Added.
* platform/mac/media/video-aspect-ratio-expected.png: Added.
* platform/mac/media/video-aspect-ratio-expected.txt: Added.
2007-11-29 Anders Carlsson <andersca@apple.com>
Reviewed by Sam.
<rdar://problem/5230478>
FrameLoadDelegate callbacks are not dumped in DRT.
Remove now passing tests.
* platform/win/Skipped:
2007-11-29 Alice Liu <alice.liu@apple.com>
Reviewed by Adam.
* platform/win/Skipped: Removed two Mac-specific tests.
2007-11-29 Alice Liu <alice.liu@apple.com>
Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
The incorrect results are tracked by <rdar://5563578>.
Reviewed by Adam.
* fast/dom/Window/window-resize-expected.txt: Replaced.
* platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
* platform/win/Skipped: Removed window-resize tests.
2007-11-29 Sam Weinig <sam@webkit.org>
Reviewed by Anders.
Revert r28213 which added an error callback that was not needed and changed
the results.
* storage/transaction_callback_exception_crash.html:
2007-11-29 Alice Liu <alice.liu@apple.com>
Reviewed by Adam.
* platform/win/Skipped: Removed a passing test.
2007-11-29 Alice Liu <alice.liu@apple.com>
Group failures related to dumpResourceLoadCallbacks being unimplemented
Reviewed by Adam.
* platform/win/Skipped:
2007-11-29 Alice Liu <alice.liu@apple.com>
Group failures related to using Cygwin paths
Reviewed by Adam.
* platform/win/Skipped:
2007-11-29 Brady Eidson <beidson@apple.com>
Not reviewed.
Fixed a hang in the layout tests.
My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
Therefore LayoutTestController is never notified that the test is done.
This changes modifies the test such that the controller is notified of completion even if
there's a transaction error.
The net effect of this fix is to transform the hang to a single layout test failure, so people
and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
* storage/transaction_callback_exception_crash.html:
2007-11-29 Darin Adler <darin@apple.com>
Reviewed by Adele.
- test for http://bugs.webkit.org/show_bug.cgi?id=16191
REGRESSION: cannot tab to radio input after setting checked to false
* fast/forms/input-radio-checked-tab-expected.txt: Added.
* fast/forms/input-radio-checked-tab.html: Added.
2007-11-29 Alice Liu <alice.liu@apple.com>
Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
Reviewed by Adam.
* fast/dom/wrapper-classes-expected.txt: Replaced.
* platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
2007-11-29 Alice Liu <alice.liu@apple.com>
Group drag-n-drop related failures under one bug
We don't know the specific causes of these failures, but we believe
they're due to bugs in DRT's drag-n-drop implementation.
Reviewed by Adam.
* platform/win/Skipped:
2007-11-29 Alice Liu <alice.liu@apple.com>
Reviewed by Adam.
* platform/win/Skipped: Removed another passing test.
2007-11-29 Alice Liu <alice.liu@apple.com>
Reviewed by Adam.
* platform/win/Skipped: Recategorized one failing test and removed a
passing test.
2007-11-29 Alice Liu <alice.liu@apple.com>
Removing <rdar://5507350> from skipped list because it's not failing.
* platform/win/Skipped:
2007-11-29 Anders Carlsson <andersca@apple.com>
Reviewed by Alexey.
Move Mac-specific tests to platform/mac.
* fast/events/objc-event-api-expected.txt: Removed.
* fast/events/objc-event-api.html: Removed.
* fast/events/objc-keyboard-event-creation-expected.txt: Removed.
* fast/events/objc-keyboard-event-creation.html: Removed.
* platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
* platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
* platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
* platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
2007-11-29 Alice Liu <alice.liu@apple.com>
Removing some fixed tests
* platform/win/Skipped:
2007-11-29 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.
<rdar://problem/5132005>
setUserStyleSheetEnabled is not fully implemented in Windows DRT.
* platform/win/Skipped:
2007-11-28 Mark Rowe <mrowe@apple.com>
Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
This caused four layout tests to fail.
* http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
* http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
* http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
* http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
* http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html.
* http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-opened-frame.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html.
* http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html.
* http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-opened-frame.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html.
2007-11-28 Antti Koivisto <antti@apple.com>
Reviewed by Geoff.
Test that fallback content inside media elements is not be rendered.
* media/fallback-expected.txt: Added.
* media/fallback.html: Added.
2007-11-28 Alice Liu <alice.liu@apple.com>
just some more typo fixes
* http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
* http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
2007-11-28 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
<rdar://problem/5605668>
Implement controls attribute for video element
- A new test for the controls attribute.
- Add the controls attibute to all existing video tests. This will give the code
some additional exercise without affecting test results.
* media/progress-event.html:
* media/video-append-source.html:
* media/video-autoplay.html:
* media/video-buffered.html:
* media/video-controls-expected.txt: Added.
* media/video-controls.html: Added.
* media/video-currentTime-set.html:
* media/video-currentTime-set2.html:
* media/video-currentTime.html:
* media/video-dom-autoplay.html:
* media/video-dom-end.html:
* media/video-dom-loopcount.html:
* media/video-dom-loopend.html:
* media/video-dom-loopstart.html:
* media/video-dom-src.html:
* media/video-dom-start.html:
* media/video-end.html:
* media/video-error-abort.html:
* media/video-error-does-not-exist.html:
* media/video-load-networkState.html:
* media/video-load-readyState.html:
* media/video-loopcount.html:
* media/video-loopend.html:
* media/video-loopstart.html:
* media/video-muted.html:
* media/video-no-autoplay.html:
* media/video-pause-empty-events.html:
* media/video-play-empty-events.html:
* media/video-play-pause-events.html:
* media/video-play-pause-exception.html:
* media/video-poster.html:
* media/video-seek-past-end-paused.html:
* media/video-seek-past-end-playing.html:
* media/video-seekable.html:
* media/video-seeking.html:
* media/video-size.html:
* media/video-source-media.html:
* media/video-source-type.html:
* media/video-source.html:
* media/video-src-change.html:
* media/video-src-remove.html:
* media/video-src-set.html:
* media/video-src-source.html:
* media/video-src.html:
* media/video-start.html:
* media/video-volume.html:
* media/video-width-height.html:
2007-11-28 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
Added to demonstrate fixes:
* editing/execCommand/5573879.html: Added.
* platform/mac/editing/execCommand/5573879-expected.checksum: Added.
* platform/mac/editing/execCommand/5573879-expected.png: Added.
* platform/mac/editing/execCommand/5573879-expected.txt: Added.
Fixes (RemoveFormat now preserves the selection correctly):
* platform/mac/editing/execCommand/4920742-1-expected.checksum:
* platform/mac/editing/execCommand/4920742-1-expected.png:
* platform/mac/editing/execCommand/4920742-1-expected.txt:
* platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
* platform/mac/editing/execCommand/remove-formatting-2-expected.png:
* platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
* platform/mac/editing/execCommand/remove-formatting-expected.checksum:
* platform/mac/editing/execCommand/remove-formatting-expected.png:
* platform/mac/editing/execCommand/remove-formatting-expected.txt:
2007-11-28 Timothy Hatcher <timothy@apple.com>
Make this test not depend on the screen size.
* fast/dom/Window/window-resize-expected.txt:
* fast/dom/Window/window-resize.html:
2007-11-28 Anders Carlsson <andersca@apple.com>
Reviewed by Darin.
<rdar://problem/5132001>
contextClick is not implemented in DRT on Windows.
Remove tests that pass now that we have contextClick.
* platform/win/Skipped:
2007-11-28 Alice Liu <alice.liu@apple.com>
Removing some tests tracked by <rdar://5130762> because they don't fail.
* platform/win/Skipped:
2007-11-28 Alice Liu <alice.liu@apple.com>
Removing fixed tests tracked by <rdar://5128229>
* platform/win/Skipped:
2007-11-28 Alice Liu <alice.liu@apple.com>
Rubberstamped by Sam.
Fixing a typo in some filenames
* http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
* http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
* http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
* http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt.
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html.
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt.
* http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html.
* http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
* http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
* http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
* http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt.
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html.
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt.
* http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html.
* platform/win/Skipped:
2007-11-28 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
* fast/table/empty-auto-column-zero-divide-expected.txt: Added.
* fast/table/empty-auto-column-zero-divide.html: Added.
2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
Reviewed by Dan.
<rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
in-full-frame-plugin.html is crashing
Alice fixed this in r28046
* platform/win/Skipped:
2007-11-27 Beth Dakin <bdakin@apple.com>
Reviewed by Oliver.
Test for <rdar://problem/5616052> SVGs with width or height of 100%
hang when used as a background-image (16164)
* fast/images/resources/width-100-percent.svg: Added.
* fast/images/svg-width-100p-as-background.html: Added.
* platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
* platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
* platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
2007-11-27 Timothy Hatcher <timothy@apple.com>
Reviewed by Kevin McCullough.
Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
http://bugs.webkit.org/show_bug.cgi?id=16161
Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
* fast/dom/Window/window-resize.html:
* fast/dom/Window/window-resize-expected.txt:
2007-11-26 Timothy Hatcher <timothy@apple.com>
Reviewed by Dave Hyatt.
Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
* fast/css/disabled-author-styles.html: Added.
* platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
2007-11-26 Feng Qian <feng@chromium.org>
Reviewed by Sam Weinig.
Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
* http/tests/security/resources/iframe-invalid-domain-change.html: Added.
* http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
* http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
2007-11-26 Darin Adler <darin@apple.com>
Reviewed by Mitz.
- test for http://bugs.webkit.org/show_bug.cgi?id=16096
REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
* fast/js/regexp-overflow-expected.txt: Added.
* fast/js/regexp-overflow.html: Added.
* fast/js/resources/regexp-overflow.js: Added.
2007-11-26 Sam Weinig <sam@webkit.org>
Reviewed by Darin.
Tests for <rdar://problem/5592988>
- Update and add tests for new tighter restrictions on what frames in other domains
can be navigated.
* http/tests/security/cross-frame-access-location-expected.txt:
* http/tests/security/frameNavigation: Added.
* http/tests/security/frameNavigation/resources: Added.
* http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
* http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
* http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
* http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
* http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
* http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
* http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
2007-11-26 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for <rdar://problem/5609337> Making a float shorter does not remove it from the floating object list of a nested block it intruded into
* fast/dynamic/float-withdrawal-2.html: Added.
* platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
* platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
* platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
2007-11-25 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Add a known failure.
2007-11-25 Adam Roben <aroben@apple.com>
* platform/win/Skipped: Remove an unnecessary entry.
2007-11-25 Mark Rowe <mrowe@apple.com>
Reviewed by Dan Bernstein.
Test for http://bugs.webkit.org/show_bug.cgi?id=16129
Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
* fast/js/regexp-range-out-of-order-expected.txt: Added.
* fast/js/regexp-range-out-of-order.html: Added.
* fast/js/resources/regexp-range-out-of-order.js: Added.
2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Adam Roben.
Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
* platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
* platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
* platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
* platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
* svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
* svg/batik/text/textOnPath-expected.txt:
* svg/batik/text/textOnPath3-expected.txt:
* svg/batik/text/verticalTextOnPath-expected.txt:
* svg/text/text-align-04-b-expected.checksum:
* svg/text/text-align-04-b-expected.png:
* svg/text/text-align-04-b-expected.txt:
* svg/text/textPathBoundsBug.svg: Added.
2007-11-25 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej.
http://bugs.webkit.org/show_bug.cgi?id=15919
XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
* fast/xsl/extra-lf-at-end-expected.txt: Added.
* fast/xsl/extra-lf-at-end.html: Added.
* fast/xsl/xslt-processor-expected.txt:
* platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
* platform/mac/fast/xsl/xslt-enc-expected.txt:
* platform/mac/fast/xsl/xslt-enc16-expected.txt:
* platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
* platform/mac/fast/xsl/xslt-text-expected.txt:
2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
Added tests for select.options.remove(boolean).
Reviewed by Maciej.
* fast/js/resources/select-options-add.js: Added two tests.
* fast/js/select-options-add-expected.txt: Updated results.
2007-11-23 Antti Koivisto <antti@apple.com>
Set video src from script, not from the element attribute. This
guarantees load events do not fire before event listeners are registered.
This change does not affect test results.
* media/progress-event.html:
* media/video-autoplay.html:
* media/video-buffered.html:
* media/video-currentTime-set.html:
* media/video-currentTime-set2.html:
* media/video-currentTime.html:
* media/video-dom-autoplay.html:
* media/video-error-abort.html:
* media/video-error-does-not-exist.html:
* media/video-load-networkState.html:
* media/video-load-readyState.html:
* media/video-no-autoplay.html:
* media/video-seekable.html:
* media/video-seeking.html:
* media/video-size.html:
* media/video-src.html:
* media/video-start.html:
2007-11-23 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej.
<rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
not closed (affects digg.com)
* fast/loader/meta-refresh-vs-open-expected.txt: Added.
* fast/loader/meta-refresh-vs-open.html: Added.
Test that HTTP refresh never fires if the document stays open indefinitely.
* fast/loader/redirect-with-open-subframe-expected.txt: Added.
* fast/loader/redirect-with-open-subframe.html: Added.
* fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
* fast/loader/redirect-with-open-subframe-2.html: Added.
Test that setting window.location has effect even if the document is open.
* http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
* http/tests/loading/onload-vs-immediate-refresh.pl: Added.
Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
* platform/mac/http/tests/loading/simple-subframe-expected.txt:
It seems that there was a line spilled from the previous test that is now in
onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
2007-11-23 Dan Bernstein <mitz@apple.com>
Reviewed by Alexey Proskuryakov.
- test the matrix transforms are applied on the correct side
* fast/transforms/matrix-02.html: Added.
* platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
* platform/mac/fast/transforms/matrix-02-expected.png: Added.
* platform/mac/fast/transforms/matrix-02-expected.txt: Added.
2007-11-23 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej.
http://bugs.webkit.org/show_bug.cgi?id=16077
<rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
browser implementations
* fast/xsl/sort-unicode-expected.txt: Added.
* fast/xsl/sort-unicode.xml: Added.
* fast/xsl/sort-unicode.xsl: Added.
2007-11-22 Dan Bernstein <mitz@apple.com>
Reviewed by Maciej Stachowiak.
- pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
-webkit-transform matrix does not work
* fast/transforms/matrix-01.html: Added.
* platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
* platform/mac/fast/transforms/matrix-01-expected.png: Added.
* platform/mac/fast/transforms/matrix-01-expected.txt: Added.
2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
Reviewed by Alexey.
Bug 15530: XMLHttpRequest should not support certain methods
* http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
2007-11-21 Dan Bernstein <mitz@apple.com>
Reviewed by Eric Seidel.
- repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
* fast/repaint/subtree-root-skipped.html: Added.
* platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
* platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
* platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
2007-11-21 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej.
<rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
support subresource loading from (X)HTML.
Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
* platform/win/Skipped:
2007-11-21 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej.
Fix a copy/paste error in the test (introduced in bug 12194).
* http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
* http/tests/xmlhttprequest/zero-length-response-sync.html:
2007-11-20 Mark Rowe <mrowe@apple.com>
Reviewed by Sam Weinig.
Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
* editing/execCommand/arguments-combinations-expected.txt:
* editing/execCommand/arguments-combinations.html:
2007-11-20 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
Adjust some test result after fixing a bug related to computation
of QFont::xHeight() in Qt.
* platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
* platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
* platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
* platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
* platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
2007-11-20 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
Fix text break interators.
The break iterators where trying to be smart about the input
string and caching their results. Unfortunately a pointer/string length
comparison is not good enough in all cases (since some input is stack based
temp strings). Removed the caching but at the same time started to use a more
efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
most strings.
Fixes two test cases that test "text-transform: capitalize".
* platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
* platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
2007-11-19 Antti Koivisto <antti@apple.com>
Rubber-stamped by bdash.
Improve coverage of these tests.
* media/video-muted-expected.txt:
* media/video-muted.html:
* media/video-volume-expected.txt:
* media/video-volume.html:
2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12194
Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
available should raise an exception
* http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
* http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
* http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
* http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
* http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
exception handling to test case
2007-11-18 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej.
<rdar://problem/5546393> Whitespace handling doesn't match HTML5.
* fast/parser/html-whitespace-expected.txt: Added.
* fast/parser/html-whitespace.html: Added.
2007-11-16 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
REGRESSION: Incomplete repaint of CSS image substitution
* fast/repaint/clip-with-layout-delta.html: Added.
* platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
* platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
* platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
2007-11-16 Antti Koivisto <antti@apple.com>
Reviewed by Adele.
Seeking related test updates
- update to match specificiation
- rename loopCount to playCount everywhere
- timeupdate events during seek
- fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
- add text about what is being tested
Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
* http/tests/media/video-seekable-stall-expected.txt: Added.
* http/tests/media/video-seekable-stall.html: Added.
* media/audio-constructor-expected.txt:
* media/audio-constructor-src-expected.txt:
* media/audio-constructor-src.html:
* media/audio-constructor.html:
* media/video-dom-loopcount-expected.txt:
* media/video-dom-loopcount.html:
* media/video-dom-loopend-expected.txt:
* media/video-dom-loopend.html:
* media/video-dom-loopstart-expected.txt:
* media/video-dom-loopstart.html:
* media/video-dom-start-expected.txt:
* media/video-dom-start.html:
* media/video-loopcount-expected.txt:
* media/video-loopcount.html:
* media/video-loopend-expected.txt:
* media/video-loopend.html:
* media/video-loopstart-expected.txt:
* media/video-loopstart.html:
* media/video-seek-past-end-paused-expected.txt: Added.
* media/video-seek-past-end-paused.html: Added.
* media/video-seek-past-end-playing-expected.txt: Added.
* media/video-seek-past-end-playing.html: Added.
* media/video-seeking-expected.txt: Added.
* media/video-seeking.html: Added.
* media/video-test.js:
2007-11-16 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.
<rdar://problem/5603832>
XMLHttpRequest readyState 3 & responseText buffer issues.
Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
* platform/win/Skipped:
2007-11-16 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler and Sam Weinig.
- remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
* platform/win/Skipped:
2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
Rubberstamped by Eric.
Full update of the SVG pixel tests - all files containing text show rendering improvments.
Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
sure what commit actually caused it - but it's better now.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
* 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-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-05-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
* 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-glyph-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
* platform/mac/svg/carto.net/button-expected.checksum:
* platform/mac/svg/carto.net/button-expected.png:
* platform/mac/svg/carto.net/colourpicker-expected.checksum:
* platform/mac/svg/carto.net/colourpicker-expected.png:
* platform/mac/svg/carto.net/combobox-expected.checksum:
* platform/mac/svg/carto.net/combobox-expected.png:
* platform/mac/svg/carto.net/scrollbar-expected.checksum:
* platform/mac/svg/carto.net/scrollbar-expected.png:
* platform/mac/svg/carto.net/selectionlist-expected.checksum:
* platform/mac/svg/carto.net/selectionlist-expected.png:
* platform/mac/svg/carto.net/slider-expected.checksum:
* platform/mac/svg/carto.net/slider-expected.png:
* platform/mac/svg/carto.net/textbox-expected.checksum:
* platform/mac/svg/carto.net/textbox-expected.png:
* platform/mac/svg/carto.net/window-expected.checksum:
* platform/mac/svg/carto.net/window-expected.png:
* platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum:
* platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
* platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
* platform/mac/svg/custom/alignment-baseline-modes-expected.png:
* platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
* platform/mac/svg/custom/baseval-animval-equality-expected.png:
* platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum:
* platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
* platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum:
* platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
* platform/mac/svg/custom/dasharrayOrigin-expected.checksum:
* platform/mac/svg/custom/dasharrayOrigin-expected.png:
* platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
* platform/mac/svg/custom/deep-dynamic-updates-expected.png:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
* platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
* platform/mac/svg/custom/dominant-baseline-modes-expected.png:
* platform/mac/svg/custom/dynamic-empty-path-expected.checksum:
* platform/mac/svg/custom/dynamic-empty-path-expected.png:
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
* platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
* platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
* platform/mac/svg/custom/focus-ring-expected.checksum:
* platform/mac/svg/custom/focus-ring-expected.png:
* platform/mac/svg/custom/font-face-cascade-order-expected.checksum:
* platform/mac/svg/custom/font-face-cascade-order-expected.png:
* platform/mac/svg/custom/font-face-simple-expected.checksum:
* platform/mac/svg/custom/font-face-simple-expected.png:
* platform/mac/svg/custom/foreign-object-skew-expected.checksum:
* platform/mac/svg/custom/foreign-object-skew-expected.png:
* platform/mac/svg/custom/getTransformToElement-expected.checksum:
* platform/mac/svg/custom/getTransformToElement-expected.png:
* platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum:
* platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
* platform/mac/svg/custom/getsvgdocument-expected.checksum:
* platform/mac/svg/custom/getsvgdocument-expected.png:
* platform/mac/svg/custom/gradient-cycle-detection-expected.checksum:
* platform/mac/svg/custom/gradient-cycle-detection-expected.png:
* platform/mac/svg/custom/gradient-deep-referencing-expected.checksum:
* platform/mac/svg/custom/gradient-deep-referencing-expected.png:
* platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
* platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
* platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
* platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
* platform/mac/svg/custom/hit-test-path-expected.checksum:
* platform/mac/svg/custom/hit-test-path-expected.png:
* platform/mac/svg/custom/hit-test-path-stroke-expected.checksum:
* platform/mac/svg/custom/hit-test-path-stroke-expected.png:
* platform/mac/svg/custom/image-clipped-hit-expected.checksum:
* platform/mac/svg/custom/image-clipped-hit-expected.png:
* platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
* platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
* platform/mac/svg/custom/invalid-css-expected.checksum:
* platform/mac/svg/custom/invalid-css-expected.png:
* platform/mac/svg/custom/invalid-fill-expected.checksum:
* platform/mac/svg/custom/invalid-fill-expected.png:
* platform/mac/svg/custom/invalid-fill-hex-expected.checksum:
* platform/mac/svg/custom/invalid-fill-hex-expected.png:
* platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
* platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
* platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
* platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
* platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
* platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
* platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
* platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
* platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
* platform/mac/svg/custom/js-late-marker-creation-expected.png:
* platform/mac/svg/custom/js-update-bounce-expected.checksum:
* platform/mac/svg/custom/js-update-bounce-expected.png:
* platform/mac/svg/custom/js-update-container-expected.checksum:
* platform/mac/svg/custom/js-update-container-expected.png:
* platform/mac/svg/custom/js-update-container2-expected.checksum:
* platform/mac/svg/custom/js-update-container2-expected.png:
* platform/mac/svg/custom/js-update-path-changes-expected.checksum:
* platform/mac/svg/custom/js-update-path-changes-expected.png:
* platform/mac/svg/custom/js-update-path-removal-expected.checksum:
* platform/mac/svg/custom/js-update-path-removal-expected.png:
* platform/mac/svg/custom/junk-data-expected.checksum:
* platform/mac/svg/custom/junk-data-expected.png:
* platform/mac/svg/custom/marker-changes-expected.checksum:
* platform/mac/svg/custom/marker-changes-expected.png:
* platform/mac/svg/custom/marker-child-changes-expected.checksum:
* platform/mac/svg/custom/marker-child-changes-expected.png:
* platform/mac/svg/custom/marker-default-width-height-expected.checksum:
* platform/mac/svg/custom/marker-default-width-height-expected.png:
* platform/mac/svg/custom/marker-overflow-clip-expected.checksum:
* platform/mac/svg/custom/marker-overflow-clip-expected.png:
* platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
* platform/mac/svg/custom/marker-viewBox-changes-expected.png:
* platform/mac/svg/custom/missing-xlink-expected.checksum:
* platform/mac/svg/custom/missing-xlink-expected.png:
* platform/mac/svg/custom/non-opaque-filters-expected.checksum:
* platform/mac/svg/custom/non-opaque-filters-expected.png:
* platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
* platform/mac/svg/custom/path-textPath-simulation-expected.png:
* platform/mac/svg/custom/pattern-cycle-detection-expected.checksum:
* platform/mac/svg/custom/pattern-cycle-detection-expected.png:
* platform/mac/svg/custom/pattern-deep-referencing-expected.checksum:
* platform/mac/svg/custom/pattern-deep-referencing-expected.png:
* platform/mac/svg/custom/pointer-events-image-expected.checksum:
* platform/mac/svg/custom/pointer-events-image-expected.png:
* platform/mac/svg/custom/pointer-events-path-expected.checksum:
* platform/mac/svg/custom/pointer-events-path-expected.png:
* platform/mac/svg/custom/pointer-events-text-expected.checksum:
* platform/mac/svg/custom/pointer-events-text-expected.png:
* platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
* platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
* platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum:
* platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/mac/svg/custom/second-inline-text-expected.checksum:
* platform/mac/svg/custom/second-inline-text-expected.png:
* platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
* platform/mac/svg/custom/shapes-supporting-markers-expected.png:
* platform/mac/svg/custom/simpleCDF-expected.checksum:
* platform/mac/svg/custom/simpleCDF-expected.png:
* platform/mac/svg/custom/struct-use-09-b-expected.checksum:
* platform/mac/svg/custom/struct-use-09-b-expected.png:
* platform/mac/svg/custom/svg-float-border-padding-expected.checksum:
* platform/mac/svg/custom/svg-float-border-padding-expected.png:
* platform/mac/svg/custom/svg-overflow-types-expected.checksum:
* platform/mac/svg/custom/svg-overflow-types-expected.png:
* platform/mac/svg/custom/text-clip-expected.checksum:
* platform/mac/svg/custom/text-clip-expected.png:
* platform/mac/svg/custom/text-ctm-expected.checksum:
* platform/mac/svg/custom/text-ctm-expected.png:
* platform/mac/svg/custom/text-dom-01-f-expected.checksum:
* platform/mac/svg/custom/text-dom-01-f-expected.png:
* platform/mac/svg/custom/text-hit-test-expected.checksum:
* platform/mac/svg/custom/text-hit-test-expected.png:
* platform/mac/svg/custom/text-image-opacity-expected.checksum:
* platform/mac/svg/custom/text-image-opacity-expected.png:
* platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum:
* platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
* platform/mac/svg/custom/text-whitespace-handling-expected.checksum:
* platform/mac/svg/custom/text-whitespace-handling-expected.png:
* platform/mac/svg/custom/tref-update-expected.checksum:
* platform/mac/svg/custom/tref-update-expected.png:
* platform/mac/svg/custom/use-clipped-hit-expected.checksum:
* platform/mac/svg/custom/use-clipped-hit-expected.png:
* platform/mac/svg/custom/use-css-events-expected.checksum:
* platform/mac/svg/custom/use-css-events-expected.png:
* platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
* platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
* platform/mac/svg/custom/use-elementInstance-methods-expected.checksum:
* platform/mac/svg/custom/use-elementInstance-methods-expected.png:
* platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
* platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
* platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum:
* platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
* platform/mac/svg/custom/use-events-crash-expected.checksum:
* platform/mac/svg/custom/use-events-crash-expected.png:
* platform/mac/svg/custom/use-forward-refs-expected.checksum:
* platform/mac/svg/custom/use-forward-refs-expected.png:
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum:
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
* platform/mac/svg/custom/use-modify-container-in-target-expected.checksum:
* platform/mac/svg/custom/use-modify-container-in-target-expected.png:
* platform/mac/svg/custom/use-modify-target-container-expected.checksum:
* platform/mac/svg/custom/use-modify-target-container-expected.png:
* platform/mac/svg/custom/use-modify-target-symbol-expected.checksum:
* platform/mac/svg/custom/use-modify-target-symbol-expected.png:
* platform/mac/svg/custom/use-nested-transform-expected.checksum:
* platform/mac/svg/custom/use-nested-transform-expected.png:
* platform/mac/svg/custom/use-on-g-containing-use-expected.checksum:
* platform/mac/svg/custom/use-on-g-containing-use-expected.png:
* platform/mac/svg/custom/use-on-g-expected.checksum:
* platform/mac/svg/custom/use-on-g-expected.png:
* platform/mac/svg/custom/use-on-rect-expected.checksum:
* platform/mac/svg/custom/use-on-rect-expected.png:
* platform/mac/svg/custom/use-on-symbol-expected.checksum:
* platform/mac/svg/custom/use-on-symbol-expected.png:
* 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-text-expected.checksum:
* platform/mac/svg/custom/use-on-text-expected.png:
* platform/mac/svg/custom/use-on-use-expected.checksum:
* platform/mac/svg/custom/use-on-use-expected.png:
* platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum:
* platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
* platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
* platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
* platform/mac/svg/custom/use-recursion-1-expected.checksum:
* platform/mac/svg/custom/use-recursion-1-expected.png:
* platform/mac/svg/custom/use-recursion-2-expected.checksum:
* platform/mac/svg/custom/use-recursion-2-expected.png:
* platform/mac/svg/custom/use-recursion-3-expected.checksum:
* platform/mac/svg/custom/use-recursion-3-expected.png:
* platform/mac/svg/custom/use-recursion-4-expected.checksum:
* platform/mac/svg/custom/use-recursion-4-expected.png:
* platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
* platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
* platform/mac/svg/custom/use-transform-expected.checksum:
* platform/mac/svg/custom/use-transform-expected.png:
* platform/mac/svg/custom/viewBox-hit-expected.checksum:
* platform/mac/svg/custom/viewBox-hit-expected.png:
* platform/mac/svg/custom/viewbox-syntax-expected.checksum:
* platform/mac/svg/custom/viewbox-syntax-expected.png:
* platform/mac/svg/custom/viewport-em-expected.checksum:
* platform/mac/svg/custom/viewport-em-expected.png:
* platform/mac/svg/hixie/cascade/002-expected.checksum:
* platform/mac/svg/hixie/cascade/002-expected.png:
* platform/mac/svg/hixie/data-types/001-expected.checksum:
* platform/mac/svg/hixie/data-types/001-expected.png:
* platform/mac/svg/hixie/data-types/002-expected.checksum:
* platform/mac/svg/hixie/data-types/002-expected.png:
* platform/mac/svg/hixie/dynamic/002-expected.checksum:
* platform/mac/svg/hixie/dynamic/002-expected.png:
* platform/mac/svg/hixie/error/002-expected.checksum:
* platform/mac/svg/hixie/error/002-expected.png:
* platform/mac/svg/hixie/error/003-expected.checksum:
* platform/mac/svg/hixie/error/003-expected.png:
* platform/mac/svg/hixie/error/004-expected.checksum:
* platform/mac/svg/hixie/error/004-expected.png:
* platform/mac/svg/hixie/error/005-expected.checksum:
* platform/mac/svg/hixie/error/005-expected.png:
* platform/mac/svg/hixie/error/010-expected.checksum:
* platform/mac/svg/hixie/error/010-expected.png:
* platform/mac/svg/hixie/error/011-expected.checksum:
* platform/mac/svg/hixie/error/011-expected.png:
* platform/mac/svg/hixie/error/012-expected.checksum:
* platform/mac/svg/hixie/error/012-expected.png:
* platform/mac/svg/hixie/error/017-expected.checksum:
* platform/mac/svg/hixie/error/017-expected.png:
* platform/mac/svg/hixie/links/002-expected.checksum:
* platform/mac/svg/hixie/links/002-expected.png:
* platform/mac/svg/hixie/links/003-broken-expected.checksum:
* platform/mac/svg/hixie/links/003-broken-expected.png:
* platform/mac/svg/hixie/mixed/003-expected.checksum:
* platform/mac/svg/hixie/mixed/003-expected.png:
* platform/mac/svg/hixie/mixed/004-expected.checksum:
* platform/mac/svg/hixie/mixed/004-expected.png:
* platform/mac/svg/hixie/mixed/005-expected.checksum:
* platform/mac/svg/hixie/mixed/005-expected.png:
* platform/mac/svg/hixie/mixed/006-expected.checksum:
* platform/mac/svg/hixie/mixed/006-expected.png:
* platform/mac/svg/hixie/mixed/007-expected.checksum:
* platform/mac/svg/hixie/mixed/007-expected.png:
* platform/mac/svg/hixie/mixed/008-expected.checksum:
* platform/mac/svg/hixie/mixed/008-expected.png:
* platform/mac/svg/hixie/mixed/009-expected.checksum:
* platform/mac/svg/hixie/mixed/009-expected.png:
* platform/mac/svg/hixie/mixed/010-expected.checksum:
* platform/mac/svg/hixie/mixed/010-expected.png:
* platform/mac/svg/hixie/mixed/011-expected.checksum:
* platform/mac/svg/hixie/mixed/011-expected.png:
* platform/mac/svg/hixie/perf/001-expected.checksum:
* platform/mac/svg/hixie/perf/001-expected.png:
* platform/mac/svg/hixie/perf/002-expected.checksum:
* platform/mac/svg/hixie/perf/002-expected.png:
* platform/mac/svg/hixie/perf/003-expected.checksum:
* platform/mac/svg/hixie/perf/003-expected.png:
* platform/mac/svg/hixie/perf/004-expected.checksum:
* platform/mac/svg/hixie/perf/004-expected.png:
* platform/mac/svg/hixie/perf/005-expected.checksum:
* platform/mac/svg/hixie/perf/005-expected.png:
* platform/mac/svg/hixie/perf/006-expected.checksum:
* platform/mac/svg/hixie/perf/006-expected.png:
* platform/mac/svg/hixie/perf/007-expected.checksum:
* platform/mac/svg/hixie/perf/007-expected.png:
* platform/mac/svg/hixie/processing-model/003-expected.checksum:
* platform/mac/svg/hixie/processing-model/003-expected.png:
* platform/mac/svg/hixie/processing-model/004-expected.checksum:
* platform/mac/svg/hixie/processing-model/004-expected.png:
* platform/mac/svg/hixie/rendering-model/001-expected.checksum:
* platform/mac/svg/hixie/rendering-model/001-expected.png:
* platform/mac/svg/hixie/rendering-model/002-expected.checksum:
* platform/mac/svg/hixie/rendering-model/002-expected.png:
* platform/mac/svg/hixie/rendering-model/003-expected.checksum:
* platform/mac/svg/hixie/rendering-model/003-expected.png:
* platform/mac/svg/hixie/rendering-model/004-expected.checksum:
* platform/mac/svg/hixie/rendering-model/004-expected.png:
* platform/mac/svg/hixie/shapes/path/001-expected.checksum:
* platform/mac/svg/hixie/shapes/path/001-expected.png:
* platform/mac/svg/hixie/text/002-expected.checksum:
* platform/mac/svg/hixie/text/002-expected.png:
* platform/mac/svg/hixie/text/003-expected.checksum:
* platform/mac/svg/hixie/text/003-expected.png:
* platform/mac/svg/hixie/text/003b-expected.checksum:
* platform/mac/svg/hixie/text/003b-expected.png:
* platform/mac/svg/hixie/transform/001-expected.checksum:
* platform/mac/svg/hixie/transform/001-expected.png:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
* svg/batik/filters/filterRegions-expected.checksum:
* svg/batik/filters/filterRegions-expected.png:
* svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
* svg/batik/paints/patternPreserveAspectRatioA-expected.png:
* svg/batik/text/smallFonts-expected.checksum:
* svg/batik/text/smallFonts-expected.png:
* svg/batik/text/textAnchor-expected.checksum:
* svg/batik/text/textAnchor-expected.png:
* svg/batik/text/textAnchor2-expected.checksum:
* svg/batik/text/textAnchor2-expected.png:
* svg/batik/text/textAnchor3-expected.checksum:
* svg/batik/text/textAnchor3-expected.png:
* svg/batik/text/textDecoration2-expected.checksum:
* svg/batik/text/textDecoration2-expected.png:
* svg/batik/text/textFeatures-expected.checksum:
* svg/batik/text/textFeatures-expected.png:
* svg/batik/text/textLayout-expected.checksum:
* svg/batik/text/textLayout-expected.png:
* svg/batik/text/textLength-expected.checksum:
* svg/batik/text/textLength-expected.png:
* svg/batik/text/textOnPath-expected.checksum:
* svg/batik/text/textOnPath-expected.png:
* svg/batik/text/textOnPath2-expected.checksum:
* svg/batik/text/textOnPath2-expected.png:
* svg/batik/text/textOnPathSpaces-expected.checksum:
* svg/batik/text/textOnPathSpaces-expected.png:
* svg/batik/text/textProperties2-expected.checksum:
* svg/batik/text/textProperties2-expected.png:
* svg/batik/text/verticalText-expected.checksum:
* svg/batik/text/verticalText-expected.png:
* svg/batik/text/verticalTextOnPath-expected.checksum:
* svg/batik/text/verticalTextOnPath-expected.png:
* svg/custom/SVGMatrix-interface-expected.checksum:
* svg/custom/SVGMatrix-interface-expected.png:
* svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
* svg/custom/absolute-sized-svg-in-xhtml-expected.png:
* svg/custom/container-opacity-clip-viewBox-expected.checksum:
* svg/custom/container-opacity-clip-viewBox-expected.png:
* svg/custom/fill-SVGPaint-interface-expected.checksum:
* svg/custom/fill-SVGPaint-interface-expected.png:
* svg/custom/fill-fallback-expected.checksum:
* svg/custom/fill-fallback-expected.png:
* svg/custom/getPresentationAttribute-expected.checksum:
* svg/custom/getPresentationAttribute-expected.png:
* svg/custom/group-opacity-expected.checksum:
* svg/custom/group-opacity-expected.png:
* svg/custom/hit-test-unclosed-subpaths-expected.checksum:
* svg/custom/hit-test-unclosed-subpaths-expected.png:
* svg/custom/hit-test-with-br-expected.checksum:
* svg/custom/hit-test-with-br-expected.png:
* svg/custom/image-parent-translation-expected.checksum:
* svg/custom/image-parent-translation-expected.png:
* svg/custom/percentage-of-html-parent-expected.checksum:
* svg/custom/percentage-of-html-parent-expected.png:
* svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
* svg/custom/root-container-opacity-clip-viewBox-expected.png:
* svg/custom/scroll-hit-test-expected.checksum:
* svg/custom/scroll-hit-test-expected.png:
* svg/custom/stroke-fallback-expected.checksum:
* svg/custom/stroke-fallback-expected.png:
* svg/custom/stroked-pattern-expected.checksum:
* svg/custom/stroked-pattern-expected.png:
* svg/custom/style-attribute-font-size-expected.checksum:
* svg/custom/style-attribute-font-size-expected.png:
* svg/custom/text-letter-spacing-expected.checksum:
* svg/custom/text-letter-spacing-expected.png:
* svg/custom/text-x-dx-lists-expected.checksum:
* svg/custom/text-x-dx-lists-expected.png:
* svg/custom/text-x-override-in-tspan-child-expected.checksum:
* svg/custom/text-x-override-in-tspan-child-expected.png:
* svg/custom/use-detach-expected.checksum:
* svg/custom/use-detach-expected.png:
* svg/custom/use-dynamic-append-expected.png:
* svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
* svg/custom/use-on-disallowed-foreign-object-1-expected.png:
* svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
* svg/custom/use-on-disallowed-foreign-object-2-expected.png:
* svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
* svg/custom/use-on-disallowed-foreign-object-3-expected.png:
* svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
* svg/custom/use-on-disallowed-foreign-object-4-expected.png:
* svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
* svg/custom/use-on-disallowed-foreign-object-5-expected.png:
* svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
* svg/custom/use-on-disallowed-foreign-object-6-expected.png:
* svg/custom/use-on-g-containing-symbol-expected.checksum:
* svg/custom/use-on-g-containing-symbol-expected.png:
* svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
* svg/custom/use-on-non-svg-namespaced-element-expected.png:
* svg/hixie/error/013-expected.checksum:
* svg/hixie/error/013-expected.png:
* svg/text/text-align-03-b-expected.checksum:
* svg/text/text-align-03-b-expected.png:
* svg/text/text-align-04-b-expected.checksum:
* svg/text/text-align-04-b-expected.png:
* svg/text/text-altglyph-01-b-expected.checksum:
* svg/text/text-altglyph-01-b-expected.png:
* svg/text/text-deco-01-b-expected.checksum:
* svg/text/text-deco-01-b-expected.png:
* svg/text/text-fonts-02-t-expected.checksum:
* svg/text/text-fonts-02-t-expected.png:
* svg/text/text-path-01-b-expected.checksum:
* svg/text/text-path-01-b-expected.png:
* svg/text/text-spacing-01-b-expected.checksum:
* svg/text/text-spacing-01-b-expected.png:
* svg/text/text-text-01-b-expected.checksum:
* svg/text/text-text-01-b-expected.png:
* svg/text/text-text-03-b-expected.checksum:
* svg/text/text-text-03-b-expected.png:
* svg/text/text-text-04-t-expected.checksum:
* svg/text/text-text-04-t-expected.png:
* svg/text/text-text-05-t-expected.checksum:
* svg/text/text-text-05-t-expected.png:
* svg/text/text-text-06-t-expected.checksum:
* svg/text/text-text-06-t-expected.png:
* svg/text/text-text-08-b-expected.checksum:
* svg/text/text-text-08-b-expected.png:
* svg/text/text-tref-01-b-expected.checksum:
* svg/text/text-tref-01-b-expected.png:
* svg/text/text-tselect-02-f-expected.checksum:
* svg/text/text-tselect-02-f-expected.png:
* svg/text/text-tspan-01-b-expected.checksum:
* svg/text/text-tspan-01-b-expected.png:
* svg/text/text-ws-01-t-expected.checksum:
* svg/text/text-ws-01-t-expected.png:
* svg/text/text-ws-02-t-expected.checksum:
* svg/text/text-ws-02-t-expected.png:
2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric.
Update layout test results after the addition of the SVGTextContentElement DOM methods.
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
* platform/mac/svg/custom/text-dom-01-f-expected.checksum: Added.
* platform/mac/svg/custom/text-dom-01-f-expected.png: Added.
* platform/mac/svg/custom/text-dom-01-f-expected.txt: Added.
* svg/custom/text-dom-01-f.svg: Added.
* svg/text/text-tselect-02-f-expected.checksum:
* svg/text/text-tselect-02-f-expected.png:
* svg/text/text-tselect-02-f-expected.txt:
2007-11-15 Adele Peterson <adele@apple.com>
Reviewed by Oliver.
Test for <rdar://problem/5566652> CrashTracer: [USER] 3 crashes in Safari at HTMLSelectElement::menuListDefaultEventHandler (reproducible on mactc30.com)
* fast/forms/menulist-no-renderer-onmousedown-expected.txt: Added.
* fast/forms/menulist-no-renderer-onmousedown.html: Added.
2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15989
XPath queries with predicates incorrectly retains the current node across unions
* fast/xpath/union-context-node-expected.txt: Added.
* fast/xpath/union-context-node.xhtml: Added.
2007-11-15 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15448
Import XPath test suite from amachang.art-code.org
Test by Hitoshi Amano <seijro@gmail.com>.
* fast/xpath/xpath-functional-test-expected.txt: Added.
* fast/xpath/xpath-functional-test.html: Added.
2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15988
REGRESSION: XPath preceding-axis query misses nested elements
* fast/xpath/preceding-axis-expected.txt: Added.
* fast/xpath/preceding-axis.xhtml: Added.
2007-11-15 Justin Garcia <justin.garcia@apple.com>
Reviewed by Adele Peterson.
<rdar://problem/5497643> Crash at Node::isDescendantOf when switching out of Edit HTML Source mode
* editing/selection/5497643-expected.txt: Added.
* editing/selection/5497643.html: Added.
2007-11-14 Anders Carlsson <andersca@apple.com>
Reviewed by Brady.
<rdar://problem/5562470>
openDatabase does not work when the version string is empty
* storage/open-database-empty-version-expected.txt: Added.
* storage/open-database-empty-version.html: Added.
2007-11-14 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Justin Garcia.
http://bugs.webkit.org/show_bug.cgi?id=15781
REGRESSION: Ligatures fail to form when typing in Devanagari (because WebKit can't handle
a marked range that covers half of a composed character sequence)
* platform/mac/editing/input/devanagari-ligature-expected.checksum: Added.
* platform/mac/editing/input/devanagari-ligature-expected.png: Added.
* platform/mac/editing/input/devanagari-ligature-expected.txt: Added.
* platform/mac/editing/input/devanagari-ligature.html: Added.
2007-11-14 Antti Koivisto <antti@apple.com>
Try to make this test less timing dependent.
* http/tests/media/video-play-stall.html:
2007-11-14 Beth Dakin <bdakin@apple.com>
Reviewed by Hyatt.
Tests for <rdar://problem/5540855> REGRESSION: Combination of
client-side image map and <a> tag is not working properly (15522)
New test:
* fast/images/image-map-anchor-children.html: Added.
* fast/images/resources/boston.gif: Added.
* platform/mac/fast/images/image-map-anchor-children-
expected.checksum: Added.
* platform/mac/fast/images/image-map-anchor-children-expected.png:
Added.
* platform/mac/fast/images/image-map-anchor-children-expected.txt:
Added.
This test was broken and is fixed now! I had to edit the test
itself because it was written in the html that the two <map>
examples were failing, but now they succeed.
* fast/invalid/residual-style.html:
* platform/mac/fast/invalid/residual-style-expected.checksum:
* platform/mac/fast/invalid/residual-style-expected.png:
* platform/mac/fast/invalid/residual-style-expected.txt:
2007-11-14 Justin Garcia <justin.garcia@apple.com>
Reviewed by Alexey Proskuryakov.
<rdar://problem/5546763> CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs
* editing/deleting/5546763-expected.txt: Added.
* editing/deleting/5546763.html: Added.
2007-11-14 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.
<rdar://problem/5309081>
In DRT, "plugin.logDestroy = true" not working on Windows.
Remove now succeeding test from the skipped list.
* platform/win/Skipped:
2007-11-14 Antti Koivisto <antti@apple.com>
Try to make this test less timing dependent.
* media/video-currentTime-set-expected.txt:
* media/video-currentTime-set.html:
2007-11-14 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.
* platform/win/Skipped:
Remove fast/dom/Window/window-onFocus.html since it succeeds now.
2007-11-13 Brady Eidson <beidson@apple.com>
Reviewed by Adam
Fix for http://bugs.webkit.org/show_bug.cgi?id=15976
* storage: Added - There will soon be an entire suite in here!
* storage/transaction_callback_exception_crash-expected.txt: Added.
* storage/transaction_callback_exception_crash.html: Added.
2007-11-13 Adam Roben <aroben@apple.com>
Add the http/tests/media directory to the Windows Skipped file
* platform/win/Skipped:
2007-11-13 Sam Weinig <sam@webkit.org>
Reviewed by Adam Roben.
Fix for <rdar://problem/5382579>
http/tests/security/cross-frame-access-put.html reports large
negative numbers for screenLeft and screenTop (Mac reports "0")
* platform/win/Skipped: remove http/tests/security/cross-frame-access-put.html
2007-11-13 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.
Make this a text-only test.
* fast/dom/Window/window-onFocus-expected.txt: Added.
* fast/dom/Window/window-onFocus.html:
* platform/mac/fast/dom/Window/window-onFocus-expected.checksum: Removed.
* platform/mac/fast/dom/Window/window-onFocus-expected.png: Removed.
* platform/mac/fast/dom/Window/window-onFocus-expected.txt: Removed.
2007-11-12 Antti Koivisto <antti@apple.com>
Reviewed by Adele.
- add HTTP media test for stalling load
- update tests that don't specifically test autoplay feature to not use autoplay
attribute since playback may start before event listeners are registered
* http/tests/media: Added.
* http/tests/media/video-load-and-stall.cgi: Added.
* http/tests/media/video-play-stall-expected.txt: Added.
* http/tests/media/video-play-stall.html: Added.
* media/video-autoplay.html:
* media/video-dom-loopstart.html:
* media/video-end.html:
* media/video-loopcount.html:
* media/video-loopend.html:
* media/video-loopstart.html:
2007-11-13 Darin Adler <darin@apple.com>
Reviewed by Geoff.
- test for http://bugs.webkit.org/show_bug.cgi?id=11231
RegExp bug when handling newline characters and other regular expression
behavior that is different for JavaScript and PCRE
* fast/js/regexp-no-extensions-expected.txt: Added.
* fast/js/regexp-no-extensions.html: Added.
* fast/js/resources/regexp-no-extensions.js: Added.
2007-11-12 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- no-repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15890>
Most of www.aol.com still redraws unnecessarily when headline/photo section changes
* fast/repaint/invisible-objects.html: Added.
* platform/mac/fast/repaint/invisible-objects-expected.checksum: Added.
* platform/mac/fast/repaint/invisible-objects-expected.png: Added.
* platform/mac/fast/repaint/invisible-objects-expected.txt: Added.
2007-11-12 Sam Weinig <sam@webkit.org>
Reviewed by Adam Roben.
* platform/win/Skipped: Remove http/tests/security/cross-frame-acdcess-private-browsing.html
from the windows skipped list now that LayoutTestController.setPrivateBrowsingEnabled has
been implmented.
2007-11-12 Darin Adler <darin@apple.com>
Reviewed by Sam.
- test for http://bugs.webkit.org/show_bug.cgi?id=15951
REGRESSION: assertion failure in regexp match() when running JS tests
* fast/js/regexp-many-brackets-expected.txt: Added.
* fast/js/regexp-many-brackets.html: Added.
* fast/js/resources/regexp-many-brackets.js: Added.
2007-11-12 Geoffrey Garen <ggaren@apple.com>
Rubber-stamped by Oliver Hunt.
Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
Import variable lookup optimizations from KJS
* fast/js/kde/completion-expected.txt:
* fast/js/kde/resources/completion.js:
2007-11-12 Geoffrey Garen <ggaren@apple.com>
Rubber-stamped by Oliver Hunt.
Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
Import variable lookup optimizations from KJS
* fast/js/kde/completion-expected.txt:
* fast/js/kde/iteration-expected.txt:
* fast/js/kde/resources/completion.js:
* fast/js/kde/resources/iteration.js:
2007-11-12 Geoffrey Garen <ggaren@apple.com>
Rubber-stamped by Oliver Hunt.
Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
Import variable lookup optimizations from KJS
* fast/js/kde/lval-exceptions-expected.txt: Added.
* fast/js/kde/lval-exceptions.html: Added.
* fast/js/kde/operators-expected.txt:
* fast/js/kde/resources/lval-exceptions.js: Added.
* fast/js/kde/resources/operators.js:
2007-11-12 Geoffrey Garen <ggaren@apple.com>
Rubber-stamped by Oliver Hunt.
Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
Import variable lookup optimizations from KJS
* fast/js/kde/func-decl-expected.txt: Added.
* fast/js/kde/func-decl.html: Added.
* fast/js/kde/resources/func-decl.js: Added.
2007-11-12 Geoffrey Garen <ggaren@apple.com>
Rubber-stamped by Oliver Hunt.
Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
Import variable lookup optimizations from KJS
* fast/js/rehash-assign-expected.txt: Added.
* fast/js/rehash-assign.html: Added.
* fast/js/resize-array-assign-expected.txt: Added.
* fast/js/resize-array-assign.html: Added.
* fast/js/resources/rehash-assign.js: Added.
* fast/js/resources/resize-array-assign.js: Added.
2007-11-12 Geoffrey Garen <ggaren@apple.com>
Rubber-stamped by Oliver Hunt.
Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
Import variable lookup optimizations from KJS
* fast/js/kde/arguments-scope-expected.txt: Added.
* fast/js/kde/arguments-scope.html: Added.
* fast/js/kde/resources/arguments-scope.js: Added.
* fast/js/kde/resources/scope.js:
* fast/js/kde/scope-expected.txt:
2007-11-11 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben.
- test for http://bugs.webkit.org/show_bug.cgi?id=15942
REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
* editing/selection/cleared-by-relayout-expected.txt: Added.
* editing/selection/cleared-by-relayout.html: Added.
2007-11-11 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
Add tests for play() and pause() events.
Update one test to match new behavior.
* media/video-currentTime-expected.txt:
* media/video-currentTime.html:
* media/video-pause-empty-events-expected.txt: Added.
* media/video-pause-empty-events.html: Added.
* media/video-play-empty-events-expected.txt: Added.
* media/video-play-empty-events.html: Added.
* media/video-play-pause-events-expected.txt: Added.
* media/video-play-pause-events.html: Added.
* media/video-play-pause-exception-expected.txt: Added
* media/video-play-pause-exception.html: Added
* media/video-test.js:
2007-11-11 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric.
Add some basic tests to check alignment-baseline / dominant-baseline functionality.
* platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Added.
* platform/mac/svg/custom/alignment-baseline-modes-expected.png: Added.
* platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Added.
* platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
* platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Added.
* platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
* platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Added.
* platform/mac/svg/custom/dominant-baseline-modes-expected.png: Added.
* platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
2007-11-11 Adam Roben <aroben@apple.com>
Remove a now-passing test from the Windows Skipped file
Reviewed by Darin.
* platform/win/Skipped:
2007-11-10 Darin Adler <darin@apple.com>
* platform/win/fast/dom/Window/window-properties-expected.txt: Update for
fix for http://bugs.webkit.org/show_bug.cgi?id=15922.
2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric.
Update SVG layout test results after landing the vertical text support fixes.
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
* 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.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
* svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
* svg/batik/text/verticalText-expected.checksum:
* svg/batik/text/verticalText-expected.png:
* svg/batik/text/verticalText-expected.txt:
* svg/batik/text/verticalTextOnPath-expected.checksum:
* svg/batik/text/verticalTextOnPath-expected.png:
* svg/batik/text/verticalTextOnPath-expected.txt:
* svg/text/text-align-05-b-expected.txt:
* svg/text/text-align-06-b-expected.txt:
* svg/text/text-path-01-b-expected.checksum:
* svg/text/text-path-01-b-expected.png:
2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
Rubberstamped by Eric.
Update some SVG pixel test results - which show changes lately -> repainting fixes.
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
* platform/mac/svg/custom/junk-data-expected.checksum:
* platform/mac/svg/custom/junk-data-expected.png:
* platform/mac/svg/custom/missing-xlink-expected.checksum:
* platform/mac/svg/custom/missing-xlink-expected.png:
* platform/mac/svg/hixie/error/012-expected.checksum:
* platform/mac/svg/hixie/error/012-expected.png:
2007-11-10 Darin Adler <darin@apple.com>
Reviewed by Sam.
- test for http://bugs.webkit.org/show_bug.cgi?id=15927
delete a.c followed by __defineGetter__("c", ...) incorrectly deletes another property
* fast/js/delete-then-put-expected.txt: Added.
* fast/js/delete-then-put.html: Added.
* fast/js/resources/delete-then-put.js: Added.
2007-11-10 Sam Weinig <sam@webkit.org>
Reviewed by Tim Hatcher.
Follow up to <rdar://problem/5394877> Safari should not log unsafe JavaScript
attempts when in private browsing mode (only an issue if Log JavaScript Exceptions
is turned on)
Test using the new LayoutTestController.setPrivateBrowsingEnabled(bool)
* http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
* http/tests/security/cross-frame-access-private-browsing.html: Added.
* platform/win/Skipped: Add new test to windows skip list until we have an
implementation of LayoutTestController.setPrivateBrowsingEnabled(bool) for it.
2007-11-10 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15922
Implement more of Mozilla Selection API
* editing/selection/containsNode-expected.txt: Added.
* editing/selection/containsNode.html: Added.
* editing/selection/deleteFromDocument-expected.txt: Added.
* editing/selection/deleteFromDocument.html: Added.
* editing/selection/extend-expected.txt: Added.
* editing/selection/extend.html: Added.
* editing/selection/selectAllChildren-expected.txt: Added.
* editing/selection/selectAllChildren.html: Added.
* fast/dom/Window/window-properties-expected.txt:
2007-11-10 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15892
DOM Range operations are not implemented for ProcessingInstruction nodes
* fast/dom/Range/range-processing-instructions-expected.txt: Added.
* fast/dom/Range/range-processing-instructions.html: Added.
2007-11-09 Tristan O'Tierney <tristan@apple.com>
Reviewed by Sam Weinig.
* fast/dom/Window/window-resize-nan.html: Removed.
* fast/dom/Window/window-resize-nan.html-disabled: Copied from fast/dom/Window/window-resize-nan.html.
Disabled nan test until window resize issues can be resolved.
2007-11-08 Adam Roben <aroben@apple.com>
Add a test for <rdar://5483519> Pressing Enter on selected buttons should fire onclick
Reviewed by Adele.
* fast/forms/enter-clicks-buttons-expected.txt: Added.
* fast/forms/enter-clicks-buttons.html: Added.
2007-11-09 Dan Bernstein <mitz@apple.com>
Reviewed by Antti Koivisto.
- test that dynamically changing a descendant of an invisible layer to
be visible works
* fast/layers/layer-content-visibility-change.html: Added.
* platform/mac/fast/layers/layer-content-visibility-change-expected.checksum: Added.
* platform/mac/fast/layers/layer-content-visibility-change-expected.png: Added.
* platform/mac/fast/layers/layer-content-visibility-change-expected.txt: Added.
2007-11-09 Beth Dakin <bdakin@apple.com>
Reviewed by Oliver.
Test for <rdar://problem/5586370> CSS Transform - incorrect matrix
math leads to crazy problems
* fast/transforms/identity-matrix.html: Added.
* platform/mac/fast/transforms/identity-matrix-expected.checksum: Added.
* platform/mac/fast/transforms/identity-matrix-expected.png: Added.
* platform/mac/fast/transforms/identity-matrix-expected.txt: Added.
2007-11-08 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej.
Layout test to guard against bit operation regressions.
* fast/js/bitwise-and-on-undefined-expected.txt: Added.
* fast/js/bitwise-and-on-undefined.html: Added.
2007-11-08 Dan Bernstein <mitz@apple.com>
Reviewed by Beth Dakin.
- test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
* fast/dom/length-attribute-mapping-expected.txt: Added.
* fast/dom/length-attribute-mapping.html: Added.
2007-11-08 Darin Adler <darin@apple.com>
Reviewed by Adam.
- test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
* fast/forms/access-key.html: Check for both focus and click events on all elements, but
resisted the urge to switch to the American spelling for "focused".
* fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
<input type=reset> are all both focused and clicked ("2 input type button clicked",
"3 input type checkbox clicked", "5 input type submit focussed", and
"6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
send a click to <input type=text> and Gecko does. And there are still quite a few types
that are not covered.
2007-11-07 David Kilzer <ddkilzer@apple.com>
WebKit confuses width/height for Media Queries device-aspect-ratio evaluation
<http://bugs.webkit.org/show_bug.cgi?id=14893>
<rdar://problem/5380295>
Reviewed by Darin.
Each of the following tests creates a <link> element and dynamically sets its
media query based on the aspect ratio (width/height) of the current screen.
When the <link> element is attached to the <head> node, the test expects the
stylesheet to be loaded for the test to pass.
* fast/css/device-aspect-ratio-expected.txt: Added.
* fast/css/device-aspect-ratio.html: Added.
This test sets the device-aspect-ratio to the current size of the screen.
NOTE: This test passed before the fix.
* fast/css/max-device-aspect-ratio-expected.txt: Added.
* fast/css/max-device-aspect-ratio.html: Added.
This test sets the max-device-aspect ratio to 100/1 for landscape monitors or
1/1 for portrait (or square) monitors.
NOTE: This test failed before the fix.
* fast/css/min-device-aspect-ratio-expected.txt: Added.
* fast/css/min-device-aspect-ratio.html: Added.
This test sets the min-device-aspect ratio to 1/1 for landscape monitors or
1/100 for portrait (or square) monitors.
NOTE: This test failed before the fix.
* fast/css/resources/device-aspect-ratio.css: Added.
2007-11-07 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for http://bugs.webkit.org/show_bug.cgi?id=15887
REGRESSION (r27576): Crash in RenderStyle::affectedByHoverRules clicking link on Digg
* fast/css/display-none-inline-style-change-crash-expected.txt: Added.
* fast/css/display-none-inline-style-change-crash.html: Added.
2007-11-07 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test that CSS rules with :hover in the ancestor chain continue to work
after changing the inline style declaration of the ancestor
* fast/css/affected-by-hover-after-style-change.html: Added.
* platform/mac/fast/css/affected-by-hover-after-style-change-expected.checksum: Added.
* platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Added.
* platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Added.
2007-11-06 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
Beefed up the RegExp.compile testcase to cover a mistake in the
original check-in and a mistake I made while developing my new patch.
* fast/js/resources/regexp-compile.js:
2007-11-07 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
don't put nbsp's into the plan text paste
Fix both ClipboardQt and PasteboardQt to replace
nbsp's with spaces before putting the text onto the
native clipboard. This is consistent with Mac and Win
and fixes at least editing/pasteboard/4076267-3.html
* platform/qt/Skipped:
* platform/qt/editing/pasteboard/4076267-3-expected.txt: Added.
2007-11-07 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
update test results after the last commit.
* platform/qt/css1/box_properties/acid_test-expected.txt:
* platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/qt/fast/block/basic/011-expected.txt:
* platform/qt/fast/block/margin-collapse/103-expected.txt:
* platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/qt/fast/forms/002-expected.txt:
* platform/qt/fast/forms/005-expected.txt:
* platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
* platform/qt/fast/forms/formmove-expected.txt:
* platform/qt/fast/forms/formmove2-expected.txt:
* platform/qt/fast/forms/input-align-image-expected.txt:
* platform/qt/fast/forms/input-appearance-height-expected.txt:
* platform/qt/fast/forms/input-type-change-expected.txt:
* platform/qt/fast/forms/preserveFormDuringResidualStyle-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/search-cancel-button-style-sharing-expected.txt:
* platform/qt/fast/forms/searchfield-heights-expected.txt:
* platform/qt/fast/forms/slider-thumb-shared-style-expected.txt:
* platform/qt/fast/forms/slider-thumb-stylability-expected.txt:
* platform/qt/fast/inline/positionedLifetime-expected.txt:
* platform/qt/fast/replaced/width100percent-radio-expected.txt:
* platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
* platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
* platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
2007-11-07 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
Update the list of skipped tests.
Three more tests are passing.
* platform/qt/Skipped:
2007-11-07 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
add more passing test cases.
* platform/qt/Skipped:
* platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Added.
* platform/qt/editing/pasteboard/3976872-expected.txt: Added.
* platform/qt/editing/pasteboard/4242293-1-expected.txt: Added.
* platform/qt/editing/pasteboard/4242293-expected.txt: Added.
* platform/qt/editing/pasteboard/4631972-expected.txt: Added.
* platform/qt/editing/pasteboard/4641033-expected.txt: Added.
* platform/qt/editing/pasteboard/4700297-expected.txt: Added.
* platform/qt/editing/pasteboard/4806874-expected.txt: Added.
* platform/qt/editing/pasteboard/4840662-expected.txt: Added.
* platform/qt/editing/pasteboard/4944770-1-expected.txt: Added.
* platform/qt/editing/pasteboard/4989774-expected.txt: Added.
* platform/qt/editing/pasteboard/5006779-expected.txt: Added.
* platform/qt/editing/pasteboard/5027857-expected.txt: Added.
* platform/qt/editing/pasteboard/5032095-expected.txt: Added.
* platform/qt/editing/pasteboard/5065605-expected.txt: Added.
* platform/qt/editing/pasteboard/5071074-2-expected.txt: Added.
* platform/qt/editing/pasteboard/5071074-expected.txt: Added.
* platform/qt/editing/pasteboard/5075944-2-expected.txt: Added.
* platform/qt/editing/pasteboard/5075944-3-expected.txt: Added.
* platform/qt/editing/pasteboard/5075944-expected.txt: Added.
* platform/qt/editing/pasteboard/5134759-expected.txt: Added.
* platform/qt/editing/pasteboard/5156401-1-expected.txt: Added.
* platform/qt/editing/pasteboard/5245519-expected.txt: Added.
* platform/qt/editing/pasteboard/5247341-expected.txt: Added.
* platform/qt/editing/pasteboard/5368833-expected.txt: Added.
* platform/qt/editing/pasteboard/5387578-expected.txt: Added.
* platform/qt/editing/pasteboard/5478250-expected.txt: Added.
* platform/qt/editing/pasteboard/5483567-expected.txt: Added.
* platform/qt/editing/pasteboard/7955-expected.txt: Added.
* platform/qt/editing/pasteboard/8145-1-expected.txt: Added.
* platform/qt/editing/pasteboard/8145-2-expected.txt: Added.
* platform/qt/editing/pasteboard/8145-3-expected.txt: Added.
* platform/qt/editing/pasteboard/bad-placeholder-expected.txt: Added.
* platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Added.
* platform/qt/editing/pasteboard/cut-text-001-expected.txt: Added.
* platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
* platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: Added.
* platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Added.
* platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
* platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: Added.
* platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Added.
* platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: Added.
* platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-after-delete-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-end-1-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-end-2-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-end-3-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-end-4-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-end-5-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-end-borders-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-end-list-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-end-table-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: Added.
* platform/qt/editing/pasteboard/merge-start-list-expected.txt: Added.
* platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
* platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-list-001-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-table-001-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-table-003-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-002-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-003-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-004-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-005-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-006-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-007-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-009-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-010-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-011-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-012-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-014-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-015-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-016-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-017-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-018-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-019-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added.
* platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Added.
* platform/qt/editing/pasteboard/pasting-object-expected.txt: Added.
* platform/qt/editing/pasteboard/pasting-tabs-expected.txt: Added.
* platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
* platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
* platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Added.
* platform/qt/editing/pasteboard/styled-element-markup-expected.txt: Added.
* platform/qt/editing/selection/4932260-1-expected.txt: Added.
* platform/qt/editing/selection/5234383-1-expected.txt: Added.
* platform/qt/editing/selection/extend-by-word-002-expected.txt: Added.
* platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
* platform/qt/editing/selection/select-box-expected.txt: Added.
* platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
* platform/qt/editing/style/font-family-with-space-expected.txt: Added.
* platform/qt/editing/style/non-inheritable-styles-expected.txt: Added.
* platform/qt/editing/style/relative-font-size-change-002-expected.txt: Added.
* platform/qt/editing/undo/undo-misspellings-expected.txt: Added.
* platform/qt/editing/undo/undo-typing-001-expected.txt: Added.
* platform/qt/editing/unsupported-content/list-delete-001-expected.txt: Added.
* platform/qt/editing/unsupported-content/list-delete-003-expected.txt: Added.
* platform/qt/editing/unsupported-content/list-type-after-expected.txt: Added.
* platform/qt/editing/unsupported-content/list-type-before-expected.txt: Added.
* platform/qt/editing/unsupported-content/table-delete-001-expected.txt: Added.
* platform/qt/editing/unsupported-content/table-delete-002-expected.txt: Added.
* platform/qt/editing/unsupported-content/table-delete-003-expected.txt: Added.
* platform/qt/editing/unsupported-content/table-type-after-expected.txt: Added.
* platform/qt/editing/unsupported-content/table-type-before-expected.txt: Added.
2007-11-07 Alexey Proskuryakov <ap@nypop.com>
Finished moving editing/pasteboard/5583362.html to platform/mac (this test was crashing in ObjC test plugin,
because it couldn't find its resources).
* editing/resources/plaintext-pasteboard-data.dat: Removed.
* platform/mac/editing/resources: Added.
* platform/mac/editing/resources/plaintext-pasteboard-data.dat: Copied from editing/resources/plaintext-pasteboard-data.dat.
2007-11-07 Dan Bernstein <mitz@apple.com>
Reviewed by Brady Eidson.
- test for http://bugs.webkit.org/show_bug.cgi?id=15877
REGRESSION: r27486 caused a layout regression at my bank's website
* fast/block/float/overhanging-after-height-decrease-offsets.html: Added.
* platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.checksum: Added.
* platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Added.
* platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Added.
2007-11-06 Adam Roben <aroben@apple.com>
Move a Mac-specific test to platform/mac
* editing/pasteboard/5583362.html: Removed.
* platform/mac/editing/pasteboard/5583362.html: Added.
2007-11-06 Beth Dakin <bdakin@apple.com>
Reviewed by Sam.
New test for <rdar://problem/5575812> REGRESSION:When using
absolute positioning with overflow:auto div, WebKit seems to add an
additional 15px
* fast/overflow/overflow-auto-position-absolute.html: Added.
* platform/mac/fast/overflow/overflow-auto-position-absolute-expected.checksum: Added.
* platform/mac/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
* platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt: Added.
Test with changed results. The measurements in the rtl example now
more closely mirror the ltr example.
* platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
2007-11-06 Justin Garcia <justin.garcia@apple.com>
Reviewed by Dan Bernstein.
<rdar://problem/5583387> ASSERTION FAILED: !refChild->hasTagName(bodyTag) when pasting newline in plain text into rich text Mail
<rdar://problem/5583362> REGRESSION (5523.10.3-TOT): Newlines stripped when pasting plain text in Mail
* editing/pasteboard/5583362.html: Added.
* editing/resources/plaintext-pasteboard-data.dat: Added.
* platform/mac/editing/pasteboard/5583362-expected.checksum: Added.
* platform/mac/editing/pasteboard/5583362-expected.png: Added.
* platform/mac/editing/pasteboard/5583362-expected.txt: Added.
2007-11-06 Antti Koivisto <antti@apple.com>
Correct test results.
* platform/mac/fast/layers/layer-visibility-expected.txt:
2007-11-06 Antti Koivisto <antti@apple.com>
Reviewed by Hyatt.
Update test to cover
<rdar://problem/5521068>
Visibility not propagated correctly for children of a layer with z-index
The fix for this was (accidentally) already checked in with r27277,
with retroactive r=hyatt.
* fast/layers/layer-visibility.html:
* platform/mac/fast/layers/layer-visibility-expected.checksum:
* platform/mac/fast/layers/layer-visibility-expected.png:
* platform/mac/fast/layers/layer-visibility-expected.txt:
2007-11-06 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/5576619> REGRESSION: Caret disappears after deleting the last character in inline hole (15714)
* platform/mac/editing/input/5576619-expected.checksum: Added.
* platform/mac/editing/input/5576619-expected.png: Added.
* platform/mac/editing/input/5576619-expected.txt: Added.
* platform/mac/editing/input/5576619.html: Added.
* platform/mac/editing/input/text-input-controller-expected.txt:
2007-11-06 Dan Bernstein <mitz@apple.com>
Reviewed by Antti Koivisto and Dave Hyatt.
- test for <rdar://problem/5582961> Incorrect layout and floating object list corruption when CSS decreases a block's height
* fast/block/float/overhanging-after-height-decrease.html: Added.
* platform/mac-leopard/fast/block: Added.
* platform/mac-leopard/fast/block/float: Added.
* platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.checksum: Added.
* platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
* platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt: Added.
2007-11-05 Adele Peterson <adele@apple.com>
Reviewed by Darin.
Added test for poster attribute.
* media/content/abe.png: Added.
* media/content/greenbox.png: Added.
* media/video-poster-expected.txt: Added.
* media/video-poster.html: Added.
2007-11-06 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
Tests for media src attribute changes.
* media/video-src-change-expected.txt: Added.
* media/video-src-change.html: Added.
* media/video-src-remove-expected.txt: Added.
* media/video-src-remove.html: Added.
* media/video-src-set-expected.txt: Added.
* media/video-src-set.html: Added.
* media/video-test.js:
2007-11-06 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- repaint test for http://bugs.webkit.org/show_bug.cgi?id=15838
Incomplete repaint toggling "How you know this person" on Facebook
* fast/repaint/make-children-non-inline.html: Added.
* platform/mac/fast/repaint/make-children-non-inline-expected.txt: Added.
* platform/mac-leopard/fast/repaint: Added.
* platform/mac-leopard/fast/repaint/make-children-non-inline-expected.checksum: Added.
* platform/mac-leopard/fast/repaint/make-children-non-inline-expected.png: Added.
2007-11-05 Adam Roben <aroben@apple.com>
Remove a now-passing test from the Windows Skipped file
Reviewed by Eric.
* platform/win/Skipped:
2007-11-05 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- test that an all-whitespace class attribute does not cause an assertion failure
* fast/dom/class-all-whitespace-expected.txt: Added.
* fast/dom/class-all-whitespace.html: Added.
2007-11-05 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15841
fast/dom/Document/early-document-access.html crashes under GuardMalloc
* fast/dom/Document/early-document-access.html: Don't check for open() timeout;
wait for popup window to close as long as it takes.
2007-11-03 Darin Adler <darin@apple.com>
Reviewed by Maciej.
- updates for http://bugs.webkit.org/show_bug.cgi?id=15814
<rdar://problem/5536644> fast/js/kde/encode_decode_uri.html fails
* fast/js/kde/resources/encode_decode_uri.js: Rewrote the test to cover edges better,
and use the should functions in a way that makes failures easier to understand.
* fast/js/kde/encode_decode_uri-expected.txt: Updated.
2007-11-02 Antti Koivisto <antti@apple.com>
Reviewed by Adam.
Test for video width/height DOM and content attributes.
* media/video-width-height-expected.txt: Added.
* media/video-width-height.html: Added.
2007-11-02 Darin Adler <darin@apple.com>
Reviewed by Mitz.
- test for http://bugs.webkit.org/show_bug.cgi?id=15806
<rdar://problem/5561626> ASSERT(element->isRadioButton()) fires destroying form elements
* fast/forms/remove-radio-button-assert-expected.txt: Added.
* fast/forms/remove-radio-button-assert.html: Added.
2007-11-02 Darin Adler <darin@apple.com>
Reviewed by Mitz.
- update tests affected by fix for <rdar://problem/5530185> WebKit does not show
<object> fallback content when both URL and MIME type is omitted
* dom/html/level2/html/AppletsCollection-expected.txt: The text "Nothing here!" renders now.
* fast/dom/HTMLDocument/object-by-name-unknown-child-element-expected.txt: Some blank
space renders now.
* platform/mac/fast/invalid/residual-style-expected.txt: A font element renders now.
2007-11-01 Dan Bernstein <mitz@apple.com>
- fix typo in test name
* fast/repaint/layout-state-only-posiitoned.html: Removed.
* fast/repaint/layout-state-only-positioned.html: Copied from fast/repaint/layout-state-only-posiitoned.html.
* platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Removed.
* platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Removed.
* platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Removed.
* platform/mac/fast/repaint/layout-state-only-positioned-expected.checksum: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum.
* platform/mac/fast/repaint/layout-state-only-positioned-expected.png: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png.
* platform/mac/fast/repaint/layout-state-only-positioned-expected.txt: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt.
2007-11-01 Geoffrey Garen <ggaren@apple.com>
Reviewed by Maciej Stachowiak.
Layout test for http://bugs.webkit.org/show_bug.cgi?id=15785
REGRESSION(r27344): Crash on load at finance.yahoo.com
* fast/js/activation-object-function-lifetime-expected.txt: Added.
* fast/js/activation-object-function-lifetime.html: Added.
2007-11-01 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- repaint test for http://bugs.webkit.org/show_bug.cgi?id=15015
<rdar://problem/5420308> Most of www.aol.com redraws unnecessarily when headline/photo section changes
* fast/repaint/overflow-clip-subtree-layout.html: Added.
* platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.checksum: Added.
* platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
* platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
2007-10-31 Adam Roben <aroben@apple.com>
Add Windows-specific results for window-properties
HTML Timed Media elements aren't implemented yet on Windows.
* platform/win/fast/dom/Window/window-properties-expected.txt: Added.
2007-10-31 Adam Roben <aroben@apple.com>
New test for a crash when parsing a cubic-bezier function
Reviewed by Hyatt.
* fast/css/parse-timing-function-crash-expected.txt: Added.
* fast/css/parse-timing-function-crash.html: Added.
2007-10-31 Justin Garcia <justin.garcia@apple.com>
Reviewed by Dave Harrison.
* editing/execCommand/5569741.html: Added.
* platform/mac/editing/execCommand/5569741-expected.checksum: Added.
* platform/mac/editing/execCommand/5569741-expected.png: Added.
* platform/mac/editing/execCommand/5569741-expected.txt: Added.
2007-10-31 Antti Koivisto <antti@apple.com>
Remove timing dependent, occasionally failing cue point tests.
Cue points will be replaced with cue ranges soon anyway.
* media/video-cuepoint-pause-expected.txt: Removed.
* media/video-cuepoint-remove-multiple-expected.txt: Removed.
* media/video-cuepoint-multiple-expected.txt: Removed.
* media/video-cuepoint-remove-expected.txt: Removed.
* media/video-cuepoint-pause.html: Removed.
* media/video-cuepoint-remove-multiple.html: Removed.
* media/video-cuepoint-multiple.html: Removed.
* media/video-cuepoint-remove.html: Removed.
* media/video-cuepoint-add-expected.txt: Removed.
* media/video-cuepoint-add.html: Removed.
2007-10-31 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
Fixes in the XML tokenizer when using QXmlStream.
Use new functionality of QXmlStream in Qt 4.4 to simplify
the code (but keep the old code for now to still support Qt 4.3).
Add proper support for namespace handling when parsing into
a document fragment.
* platform/qt/Skipped:
* platform/qt/dom/xhtml/level3/core/canonicalform10-expected.txt: Removed.
* platform/qt/dom/xhtml/level3/core/canonicalform11-expected.txt: Removed.
2007-10-31 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=11001
WebKit doesn't support RegExp.compile method
* fast/js/regexp-compile-expected.txt: Added.
* fast/js/regexp-compile.html: Added.
* fast/js/resources/regexp-compile.js: Added.
2007-10-31 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Anders.
http://bugs.webkit.org/show_bug.cgi?id=15762
XSLStylesheet loads subresources from a wrong URL
* fast/xsl/resources/xslt-second-level-import.xsl:
* fast/parser/resources/external-entities.xsl.xsl:
These tests depended on old buggy behavior.
2007-10-30 Antti Koivisto <antti@apple.com>
Reviewed by Maciej.
Media tests from feature branch.
* fast/dom/Window/window-properties-expected.txt: Replaced.
* fast/dom/Window/window-properties.html: Replaced.
* media: Added.
* media/audio-constructor-expected.txt: Added.
* media/audio-constructor-src-expected.txt: Added.
* media/audio-constructor-src.html: Added.
* media/audio-constructor.html: Added.
* media/content: Added.
* media/content/test.mp4: Added.
* media/content/test.wav: Added.
* media/progress-event-expected.txt: Added.
* media/progress-event.html: Added.
* media/video-append-source-expected.txt: Added.
* media/video-append-source.html: Added.
* media/video-autoplay-expected.txt: Added.
* media/video-autoplay.html: Added.
* media/video-buffered-expected.txt: Added.
* media/video-buffered.html: Added.
* media/video-cuepoint-add-expected.txt: Added.
* media/video-cuepoint-add.html: Added.
* media/video-cuepoint-multiple-expected.txt: Added.
* media/video-cuepoint-multiple.html: Added.
* media/video-cuepoint-pause-expected.txt: Added.
* media/video-cuepoint-pause.html: Added.
* media/video-cuepoint-remove-expected.txt: Added.
* media/video-cuepoint-remove-multiple-expected.txt: Added.
* media/video-cuepoint-remove-multiple.html: Added.
* media/video-cuepoint-remove.html: Added.
* media/video-currentTime-expected.txt: Added.
* media/video-currentTime-set-expected.txt: Added.
* media/video-currentTime-set.html: Added.
* media/video-currentTime-set2-expected.txt: Added.
* media/video-currentTime-set2.html: Added.
* media/video-currentTime.html: Added.
* media/video-dom-autoplay-expected.txt: Added.
* media/video-dom-autoplay.html: Added.
* media/video-dom-end-expected.txt: Added.
* media/video-dom-end.html: Added.
* media/video-dom-loopcount-expected.txt: Added.
* media/video-dom-loopcount.html: Added.
* media/video-dom-loopend-expected.txt: Added.
* media/video-dom-loopend.html: Added.
* media/video-dom-loopstart-expected.txt: Added.
* media/video-dom-loopstart.html: Added.
* media/video-dom-src-expected.txt: Added.
* media/video-dom-src.html: Added.
* media/video-dom-start-expected.txt: Added.
* media/video-dom-start.html: Added.
* media/video-end-expected.txt: Added.
* media/video-end.html: Added.
* media/video-error-abort-expected.txt: Added.
* media/video-error-abort.html: Added.
* media/video-error-does-not-exist-expected.txt: Added.
* media/video-error-does-not-exist.html: Added.
* media/video-load-networkState-expected.txt: Added.
* media/video-load-networkState.html: Added.
* media/video-load-readyState-expected.txt: Added.
* media/video-load-readyState.html: Added.
* media/video-loopcount-expected.txt: Added.
* media/video-loopcount.html: Added.
* media/video-loopend-expected.txt: Added.
* media/video-loopend.html: Added.
* media/video-loopstart-expected.txt: Added.
* media/video-loopstart.html: Added.
* media/video-muted-expected.txt: Added.
* media/video-muted.html: Added.
* media/video-no-autoplay-expected.txt: Added.
* media/video-no-autoplay.html: Added.
* media/video-seekable-expected.txt: Added.
* media/video-seekable.html: Added.
* media/video-size-expected.txt: Added.
* media/video-size.html: Added.
* media/video-source-expected.txt: Added.
* media/video-source-media-expected.txt: Added.
* media/video-source-media.html: Added.
* media/video-source-type-expected.txt: Added.
* media/video-source-type.html: Added.
* media/video-source.html: Added.
* media/video-src-expected.txt: Added.
* media/video-src-source-expected.txt: Added.
* media/video-src-source.html: Added.
* media/video-src.html: Added.
* media/video-start-expected.txt: Added.
* media/video-start.html: Added.
* media/video-test.js: Added.
* media/video-volume-expected.txt: Added.
* media/video-volume.html: Added.
* platform/qt/Skipped:
* platform/win/Skipped:
2007-10-30 Justin Garcia <set EMAIL_ADDRESS environment variable>
Reviewed by Darin Adler.
<rdar://problem/5549929> CrashTracer: [USER] 35 crashes at WebCore::CharacterData::insertData
* editing/inserting/5549929-1-expected.txt: Added.
* editing/inserting/5549929-1.html: Added.
* editing/inserting/5549929-2.html: Added.
* editing/inserting/5549929-3.html: Added.
* platform/mac/editing/inserting/5549929-2-expected.checksum: Added.
* platform/mac/editing/inserting/5549929-2-expected.png: Added.
* platform/mac/editing/inserting/5549929-2-expected.txt: Added.
* platform/mac/editing/inserting/5549929-3-expected.checksum: Added.
* platform/mac/editing/inserting/5549929-3-expected.png: Added.
* platform/mac/editing/inserting/5549929-3-expected.txt: Added.
2007-10-30 Adam Roben <aroben@apple.com>
Add another failing test to the Windows Skipped file
* platform/win/Skipped:
2007-10-30 Sam Weinig <sam@webkit.org>
Rubber-stamped by Adam Roben.
Update test to not intermittently fail.
* http/tests/security/host-compare-case-insensitive-expected.txt:
* http/tests/security/host-compare-case-insensitive.html:
* http/tests/security/resources/cross-frame-iframe.html:
* http/tests/security/resources/localhost-accesssor.html:
2007-10-30 Beth Dakin <bdakin@apple.com>
Rubber stamped by Geoff.
This test needed updated results from my patch last night. It has
<parsererror> tags, which are now block instead on inline.
* platform/mac/fast/frames/onlyCommentInIFrame-expected.checksum: Replaced.
* platform/mac/fast/frames/onlyCommentInIFrame-expected.png: Replaced.
* platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
2007-10-30 Beth Dakin <bdakin@apple.com>
Rubber stamped by Geoff.
Fixing two layout test mixups from my patch last night.
I added this test, but checked in old results:
* platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
I removed the results of this test by accident:
* platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Added.
2007-10-29 Beth Dakin <bdakin@apple.com>
Reviewed by Hyatt.
New tests and new results for old tests for <rdar://problem/
5399614> anchor tag is not rendered without text content, works in
Firefox with CSS background-image (13237)
New tests:
* fast/inline/drawStyledEmptyInlines.html: Added.
* fast/inline/drawStyledEmptyInlinesWithWS.html: Added.
* fast/inline/emptyInlinesWithinLists.html: Added.
* fast/inline/styledEmptyInlinesWithBRs.html: Added.
* platform/mac/fast/inline/drawStyledEmptyInlines-expected.checksum: Added.
* platform/mac/fast/inline/drawStyledEmptyInlines-expected.png: Added.
* platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt: Added.
* platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.checksum: Added.
* platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: Added.
* platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added.
* platform/mac/fast/inline/emptyInlinesWithinLists-expected.checksum: Added.
* platform/mac/fast/inline/emptyInlinesWithinLists-expected.png: Added.
* platform/mac/fast/inline/emptyInlinesWithinLists-expected.txt: Added.
* platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.checksum: Added.
* platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png: Added.
* platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.txt: Added.
New results for tests with <paserererrors> since <parsererror> is
now block.
* platform/mac/fast/invalid/junk-data-expected.checksum: Replaced.
* platform/mac/fast/invalid/junk-data-expected.png: Replaced.
* platform/mac/fast/invalid/junk-data-expected.txt:
* platform/mac/fast/invalid/missing-end-tag-expected.checksum: Replaced.
* platform/mac/fast/invalid/missing-end-tag-expected.png: Replaced.
* platform/mac/fast/invalid/missing-end-tag-expected.txt:
* platform/mac/fast/parser/xhtml-alternate-entities-expected.checksum: Replaced.
* platform/mac/fast/parser/xhtml-alternate-entities-expected.png: Replaced.
* platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
* platform/mac/fast/xsl/xslt-extra-content-at-end-expected.checksum: Replaced.
* platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png: Replaced.
* platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Removed.
* platform/mac/svg/custom/junk-data-expected.checksum: Replaced.
* platform/mac/svg/custom/junk-data-expected.png: Replaced.
* platform/mac/svg/custom/junk-data-expected.txt:
* platform/mac/svg/custom/missing-xlink-expected.checksum: Replaced.
* platform/mac/svg/custom/missing-xlink-expected.png: Replaced.
* platform/mac/svg/custom/missing-xlink-expected.txt:
* platform/mac/svg/hixie/error/012-expected.checksum: Replaced.
* platform/mac/svg/hixie/error/012-expected.png: Replaced.
* platform/mac/svg/hixie/error/012-expected.txt:
2007-10-29 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben.
- test for http://bugs.webkit.org/show_bug.cgi?id=15750
REGRESSION(r27173): Web Inspector freezes beneath Image::drawPattern()
* fast/backgrounds/size/zero.html: Added.
* platform/mac/fast/backgrounds/size/zero-expected.checksum: Added.
* platform/mac/fast/backgrounds/size/zero-expected.png: Added.
* platform/mac/fast/backgrounds/size/zero-expected.txt: Added.
2007-10-29 Sam Weinig <sam@webkit.org>
Rubber-stamped by Adam Roben.
Simplify the dataURL xxs tests.
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame.html:
* http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url.html:
* http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open.html:
* http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html:
* http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-window-open.html:
2007-10-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Mitz.
Test for http://bugs.webkit.org/show_bug.cgi?id=10030
Star Alliance site is opened without the main frame
* fast/frames/location-change-expected.txt: Added.
* fast/frames/location-change.html: Added.
* fast/frames/resources/location-change-frame-1.html: Added.
* fast/frames/resources/location-change-frame-2.html: Added.
2007-10-29 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan,
- repaint test for <rdar://problem/5424455> REGRESSION (r21168-r21193, Tiger only): Safari scrollbar is clipped at top when loading particular RSS page
* fast/repaint/layout-state-only-posiitoned.html: Added.
* platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Added.
* platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Added.
* platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Added.
2007-10-29 David Kilzer <ddkilzer@webkit.org>
Test for: REGRESSION (r17701): Favicons should be viewable as image documents
<http://bugs.webkit.org/show_bug.cgi?id=15640>
Reviewed by Darin.
* fast/images/favicon-as-image.html: Added.
* fast/images/resources/favicon.ico: Added.
* platform/mac/fast/images/favicon-as-image-expected.checksum: Added.
* platform/mac/fast/images/favicon-as-image-expected.png: Added.
* platform/mac/fast/images/favicon-as-image-expected.txt: Added.
2007-10-28 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
Test for http://bugs.webkit.org/show_bug.cgi?id=10734
* fast/dom/HTMLOptionElement/set-option-index-text-expected.txt: Added.
* fast/dom/HTMLOptionElement/set-option-index-text.html: Added.
2007-10-28 Eric Seidel <eric@webkit.org>
Reviewed by aroben.
* platform/mac/svg/custom/path-bad-data-expected.txt: updated to better results
2007-10-28 Darin Adler <darin@apple.com>
Reviewed by Maciej.
- test for http://bugs.webkit.org/show_bug.cgi?id=15735
remove GroupNode to simplify AST and possibly get a modest speedup
One test is a start at testing that parentheses are added when needed.
The other test checks some aspects of object literals, since I changed
the way the property names is handled in those. More tests are needed.
* fast/js/function-toString-object-literals-expected.txt: Added.
* fast/js/function-toString-object-literals.html: Added.
* fast/js/function-toString-parentheses-expected.txt: Added.
* fast/js/function-toString-parentheses.html: Added.
* fast/js/resources/function-toString-object-literals.js: Added.
* fast/js/resources/function-toString-parentheses.js: Added.
2007-10-28 Adam Roben <aroben@apple.com>
Re-enable a bunch of passing tests on Windows
* platform/win/Skipped:
2007-10-27 Adam Roben <aroben@apple.com>
Updated Windows Skipped file for currently failing tests
* platform/win/Skipped:
2007-10-27 Adam Roben <aroben@apple.com>
Fix HTMLDocument12.xhtml on Leopard/Windows
<rdar://5313535> and <rdar://5539816>
The test succeeds on Leopard and Windows, but fails on Tiger. For some
reason, failing expected results had been checked in to
platform/mac-leopard. The test seems to be passing now, so I moved the
failing results to platform/mac-tiger.
Reviewed by Maciej and Sam.
* platform/mac-leopard/dom/xhtml/level2/html/HTMLDocument12-expected.txt: Removed.
* platform/mac-tiger/dom/xhtml/level2/html/HTMLDocument12-expected.txt:
Moved from platform/mac-leopard.
2007-10-27 Sam Weinig <sam@webkit.org>
Hit with the rubber-stamp of Timothy Hatcher.
Tests for window.console's functions.
* fast/dom/Window/console-functions-expected.txt: Added.
* fast/dom/Window/console-functions.html: Added.
2007-10-27 Sam Weinig <sam@webkit.org>
Reviewed by Tim Hatcher.
Speculative fix for an intermittently failing test
* fast/dom/Window/resources/opened-window.html: Added.
* fast/dom/Window/window-early-properties.html: Use onload for opened
window and use a local file instead of a data: URL to avoid same origin
check issues.
2007-10-27 Sam Weinig <sam@webkit.org>
Reviewed by Adam Roben.
Update tests for http://bugs.webkit.org/show_bug.cgi?id=14953
Implement window.console in WebCore
* fast/dom/Window/window-properties-expected.txt:
* http/tests/security/cross-frame-access-put-expected.txt:
2007-10-27 Matt Lilek <webkit@mattlilek.com>
Update results.
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2007-10-27 Adam Roben <aroben@apple.com>
Speculative fix for an intermittently failing test
Reviewed by Sam and Eric.
* http/tests/local/style-access-before-stylesheet-loaded.html: Use
waitUntilDone/notifyDone.
2007-10-27 Adam Roben <aroben@apple.com>
Add some more failing tests to the Windows Skipped file
* platform/win/Skipped:
2007-10-27 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/5530657>
* fast/table/colgroup-relative-expected.txt: Added.
* fast/table/colgroup-relative.html: Added.
2007-10-27 Julien <julien.chaffraix@gmail.com>
Reviewed by Alexey.
http://bugs.webkit.org/show_bug.cgi?id=13141
XMLHttpRequest should set readyState to 0 after abort()
* fast/dom/xmlhttprequest-html-response-encoding.html: correct malformed page
* http/tests/xmlhttprequest/xmlhttprequest-abord-readyState-expect.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Added.
2007-10-27 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- rotated border image test
* fast/borders/border-image-rotate-transform.html: Added.
* platform/mac/fast/borders/border-image-rotate-transform-expected.checksum: Added.
* platform/mac/fast/borders/border-image-rotate-transform-expected.png: Added.
* platform/mac/fast/borders/border-image-rotate-transform-expected.txt: Added.
2007-10-27 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15555
XMLHttpRequest does not support charset "x-user-defined", which can
facilitate loading of binary data
* http/tests/xmlhttprequest/binary-x-user-defined-expected.txt: Added.
* http/tests/xmlhttprequest/binary-x-user-defined.html: Added.
* http/tests/xmlhttprequest/resources/256.bin: Added.
2007-10-27 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
Test by Christopher Rogers <christorogers@gmail.com>.
http://bugs.webkit.org/show_bug.cgi?id=15467
Setting innerHTML to blank string in application/xhtml+xml mode
throws DOM Exception 7
* fast/dom/blank-innerHTML-expected.txt: Added.
* fast/dom/blank-innerHTML.xhtml: Added.
2007-10-26 Tristan O'Tierney <tristan@apple.com>
Reviewed by Darin Adler.
Added new test cases to handle non-number input to window adjusting
functions like resizeTo, resizeBy, moveTo, and moveBy for
<rdar://problem/5555053>.
* fast/dom/Window/window-resize-nan-expected.txt: Added.
* fast/dom/Window/window-resize-nan.html: Added.
2007-10-26 Darin Adler <darin@apple.com>
Reviewed by Maciej.
- test changes for http://bugs.webkit.org/show_bug.cgi?id=15703
fix numeric functions -- improve correctness and speed
* fast/js/resources/char-at.js: Updated test to expect that we get the first
character if we pass NaN to charAt and charCodeAt; it's what the specification
asks for and matches other browsers too.
* fast/js/char-at-expected.txt: Updated.
2007-10-26 Mark Rowe <mrowe@apple.com>
Update expected results.
* platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
2007-10-25 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15650
XML attribute nodes are not importable
* fast/dom/import-attribute-node-expected.txt: Added.
* fast/dom/import-attribute-node.html: Added.
* fast/dom/import-document-fragment-expected.txt: Added.
* fast/dom/import-document-fragment.html: Added.
* dom/xhtml/level3/core/nodeisequalnode17-expected.txt: Now passes.
2007-10-25 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for http://bugs.webkit.org/show_bug.cgi?id=15362
<rdar://problem/5558715> Safari Crashes when opening a JS TreeGrid widget
* fast/dynamic/insert-before-table-part-in-continuation.html: Added.
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum: Added.
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
2007-10-25 Holger Freyther <zecke@selfish.org>
Reviewed by Simon Hausmann <hausmann@kde.org>.
* We need to set a != 0 status code for the fast/loader/xmlhttprequest-missing-file-exception.html
* libxml2 has the semantic that when writing an empty string and finishing it will report an error. For QXmlStreamReader this is valid.
* This is causing some regressions...
* platform/qt/Skipped:
2007-10-25 Holger Freyther <zecke@selfish.org>
Reviewed by Simon Hausmann <hausmann@kde.org>.
* Make fast/loader/xmlhttprequest-bad-mimetype.html pass. We use QHttp to download local files but we may not set the HTTP result code on the ResourceResponse.
* We can use the cross-platform result now. QWebNetworkInterface/Manager behaves the same as mac for local files.
* platform/qt/Skipped:
* platform/qt/fast/dom/xmlhttprequest-get-expected.txt: Removed.
2007-10-25 Holger Freyther <zecke@selfish.org>
Reviewed by Simon Hausmann <hausmann@kde.org>.
* Implement our own queuing of network jobs to allow special handling of synchronous jobs. This makes us pass the fast/dom/xmlhttprequest-html-response-encoding.html test without a crash. Sync jobs will get a special treatment over the normals ones and in theory more than one sync job is supported.
* This should be thread-safe besides QWebNetworkJob::{ref,deref}
* platform/qt/Skipped:
2007-10-25 Holger Freyther <zecke@selfish.org>
Reviewed by Simon Hausmann <hausmann@kde.org>.
* Do the percent replacement only when we are not base64. With base64 we should not have any % in it anyway.
* Have a custom decodePercentEncoding method that works without doing any charset conversion. With converting back to latin1() we lost some information.
* We pass the char-decoding.html test now
* platform/qt/Skipped:
2007-10-25 Geoffrey Garen <ggaren@apple.com>
Layout tests for bugs that might result from changes like
http://bugs.webkit.org/show_bug.cgi?id=15683
* fast/js/vardecl-preserve-parameters-expected.txt: Added.
* fast/js/vardecl-preserve-parameters.html: Added.
* fast/js/vardecl-preserve-vardecl-expected.txt: Added.
* fast/js/vardecl-preserve-vardecl.html: Added.
2007-10-24 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin.
<rdar://problem/5544856>
REGRESSION: After typing 2-byte text, undo only undoes one keystroke at a time
* platform/mac/editing/input/text-input-controller-expected.txt: The delete
we were using previously to remove the old composition makes fewer calls to
the editing delegate.
2007-10-24 Alice Liu <alice.liu@apple.com>
Removing fixed test
* platform/win/Skipped:
2007-10-24 Eric Seidel <eric@webkit.org>
Reviewed by Maciej.
Make sure we throw an un-catchable out of memory exception.
* fast/js/out-of-memory.html: Added.
2007-10-24 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- updated results to reflect which table parts are anonymous
2007-10-24 Mark Rowe <mrowe@apple.com>
Fix incorrect test results landed with r26986.
* http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt:
2007-10-24 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
update test results.
* fast/dom/Window/new-window-opener-expected.txt:
* fast/dom/Window/window-resize-expected.txt:
* fast/dom/open-and-close-by-DOM-expected.txt:
* fast/innerHTML/innerHTML-script-tag-crash-expected.txt:
* fast/js/date-DST-time-cusps-expected.txt:
* fast/js/date-big-setdate-expected.txt:
* fast/js/navigator-mimeTypes-length-expected.txt:
* fast/parser/entities-in-attributes-expected.txt:
* fast/xpath/4XPath/Borrowed/od_20000608-expected.txt:
* platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
* platform/qt/css1/text_properties/text_transform-expected.txt:
* platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
* platform/qt/editing/selection/4402375-expected.txt: Added.
* platform/qt/editing/selection/4932260-3-expected.txt:
* platform/qt/editing/selection/5234383-2-expected.txt:
* platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
* platform/qt/editing/selection/image-before-linebreak-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/image-before-linebreak-expected.txt.
* platform/qt/editing/selection/replaced-boundaries-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.txt.
* platform/qt/editing/selection/replaced-boundaries-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.txt.
* platform/qt/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
* platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
* platform/qt/fast/dynamic/containing-block-change-expected.txt: Added.
* platform/qt/fast/events/event-listener-on-link-expected.txt: Copied from LayoutTests/platform/mac/fast/events/event-listener-on-link-expected.txt.
* platform/qt/fast/events/event-sender-mouse-moved-expected.txt: Added.
* platform/qt/fast/events/label-focus-expected.txt: Added.
* platform/qt/fast/events/onload-re-entry-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onload-re-entry-expected.txt.
* platform/qt/fast/events/onloadFrameCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onloadFrameCrash-expected.txt.
* platform/qt/fast/repaint/body-background-image-expected.txt: Added.
* platform/qt/fast/repaint/focus-layers-expected.txt: Added.
* platform/qt/fast/repaint/layer-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/layer-visibility-expected.txt.
* platform/qt/fast/table/frame-and-rules-expected.txt:
* platform/qt/fast/text/international/003-expected.txt:
* platform/qt/fast/text/international/bidi-listbox-atsui-expected.txt:
* platform/qt/fast/text/international/bidi-listbox-expected.txt:
* platform/qt/fast/text/international/thai-line-breaks-expected.txt:
* platform/qt/plugins/embed-attributes-style-expected.txt: Added.
2007-10-24 Julien Chaffraix <julien.chaffraix@gmail.com>
Reviewed by Darin.
Tests for http://bugs.webkit.org/show_bug.cgi?id=15356
getResponseHeader and getAllResponseHeaders do not throw exceptions
* http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders.html: Added.
* http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader.html: Added.
* http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader.html: Added.
2007-10-24 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
these tests don't crash anymore :)
* platform/qt/Skipped:
* platform/qt/editing/selection/mixed-editability-8-expected.txt: Added.
* platform/qt/editing/style/remove-underline-across-paragraph-expected.txt: Added.
* platform/qt/editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Added.
2007-10-24 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
add a layoutTestController.dumpSelectionRect() dummy. It only has an effect on mac pixel tests anyway. Makes us pass another 5 test cases.
* platform/qt/Skipped:
2007-10-24 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
we're passing most editing tests now. Commit them.
* platform/qt/Skipped:
* platform/qt/editing/deleting/4845371-expected.txt: Added.
* platform/qt/editing/deleting/4866671-expected.txt: Added.
* platform/qt/editing/deleting/4875189-expected.txt: Added.
* platform/qt/editing/deleting/4922367-expected.txt: Added.
* platform/qt/editing/deleting/5026848-1-expected.txt: Added.
* platform/qt/editing/deleting/5026848-2-expected.txt: Added.
* platform/qt/editing/deleting/5026848-3-expected.txt: Added.
* platform/qt/editing/deleting/5032066-expected.txt: Added.
* platform/qt/editing/deleting/5091898-expected.txt: Added.
* platform/qt/editing/deleting/5099303-expected.txt: Added.
* platform/qt/editing/deleting/5115601-expected.txt: Added.
* platform/qt/editing/deleting/5126166-expected.txt: Added.
* platform/qt/editing/deleting/5144139-2-expected.txt: Added.
* platform/qt/editing/deleting/5156801-2-expected.txt: Added.
* platform/qt/editing/deleting/5156801-expected.txt: Added.
* platform/qt/editing/deleting/5168598-expected.txt: Added.
* platform/qt/editing/deleting/5206311-1-expected.txt: Added.
* platform/qt/editing/deleting/5206311-2-expected.txt: Added.
* platform/qt/editing/deleting/5272440-expected.txt: Added.
* platform/qt/editing/deleting/5300379-expected.txt: Added.
* platform/qt/editing/deleting/5369009-expected.txt: Added.
* platform/qt/editing/deleting/5390681-2-expected.txt: Added.
* platform/qt/editing/deleting/5390681-expected.txt: Added.
* platform/qt/editing/deleting/5408255-expected.txt: Added.
* platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
* platform/qt/editing/deleting/delete-3608430-fix-expected.txt: Added.
* platform/qt/editing/deleting/delete-3608445-fix-expected.txt: Added.
* platform/qt/editing/deleting/delete-3608462-fix-expected.txt: Added.
* platform/qt/editing/deleting/delete-3775172-fix-expected.txt: Added.
* platform/qt/editing/deleting/delete-3800834-fix-expected.txt: Added.
* platform/qt/editing/deleting/delete-3857753-fix-expected.txt: Added.
* platform/qt/editing/deleting/delete-3865854-fix-expected.txt: Added.
* platform/qt/editing/deleting/delete-3928305-fix-expected.txt: Added.
* platform/qt/editing/deleting/delete-3959464-fix-expected.txt: Added.
* platform/qt/editing/deleting/delete-4038408-fix-expected.txt: Added.
* platform/qt/editing/deleting/delete-4083333-fix-expected.txt: Added.
* platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
* platform/qt/editing/deleting/delete-and-undo-expected.txt: Added.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
* platform/qt/editing/deleting/delete-at-start-or-end-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-contents-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-contents-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-contents-003-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
* platform/qt/editing/deleting/delete-block-table-expected.txt: Added.
* platform/qt/editing/deleting/delete-br-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-br-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-br-003-expected.txt: Added.
* platform/qt/editing/deleting/delete-br-004-expected.txt: Added.
* platform/qt/editing/deleting/delete-br-005-expected.txt: Added.
* platform/qt/editing/deleting/delete-br-006-expected.txt: Added.
* platform/qt/editing/deleting/delete-br-007-expected.txt: Added.
* platform/qt/editing/deleting/delete-br-008-expected.txt: Added.
* platform/qt/editing/deleting/delete-br-009-expected.txt: Added.
* platform/qt/editing/deleting/delete-br-010-expected.txt: Added.
* platform/qt/editing/deleting/delete-br-011-expected.txt: Added.
* platform/qt/editing/deleting/delete-br-012-expected.txt: Added.
* platform/qt/editing/deleting/delete-by-word-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-by-word-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-character-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-first-list-item-expected.txt: Added.
* platform/qt/editing/deleting/delete-hr-expected.txt: Added.
* platform/qt/editing/deleting/delete-image-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-image-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-image-003-expected.txt: Added.
* platform/qt/editing/deleting/delete-image-004-expected.txt: Added.
* platform/qt/editing/deleting/delete-leading-ws-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-003-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-004-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-005-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-006-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-007-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-008-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-009-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-010-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-011-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-012-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-013-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-014-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-015-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-016-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-017-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-link-1-expected.txt: Added.
* platform/qt/editing/deleting/delete-listitem-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-listitem-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-select-all-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-select-all-003-expected.txt: Added.
* platform/qt/editing/deleting/delete-selection-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-tab-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-tab-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-tab-003-expected.txt: Added.
* platform/qt/editing/deleting/delete-tab-004-expected.txt: Added.
* platform/qt/editing/deleting/delete-to-select-table-expected.txt: Added.
* platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
* platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
* platform/qt/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
* platform/qt/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
* platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Added.
* platform/qt/editing/deleting/forward-delete-expected.txt: Added.
* platform/qt/editing/deleting/list-item-1-expected.txt: Added.
* platform/qt/editing/deleting/merge-different-styles-expected.txt: Added.
* platform/qt/editing/deleting/merge-endOfParagraph-expected.txt: Added.
* platform/qt/editing/deleting/merge-into-empty-block-1-expected.txt: Added.
* platform/qt/editing/deleting/merge-into-empty-block-2-expected.txt: Added.
* platform/qt/editing/deleting/merge-no-br-expected.txt: Added.
* platform/qt/editing/deleting/merge-unrendered-space-expected.txt: Added.
* platform/qt/editing/deleting/merge-whitespace-pre-expected.txt: Added.
* platform/qt/editing/deleting/move-nodes-001-expected.txt: Added.
* platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
* platform/qt/editing/deleting/pruning-after-merge-2-expected.txt: Added.
* platform/qt/editing/deleting/smart-delete-001-expected.txt: Added.
* platform/qt/editing/deleting/smart-delete-002-expected.txt: Added.
* platform/qt/editing/deleting/smart-delete-003-expected.txt: Added.
* platform/qt/editing/deleting/smart-delete-004-expected.txt: Added.
* platform/qt/editing/deleting/table-cells-expected.txt: Added.
* platform/qt/editing/deleting/transpose-empty-expected.txt: Added.
* platform/qt/editing/deleting/whitespace-pre-1-expected.txt: Added.
* platform/qt/editing/execCommand/4580583-1-expected.txt: Added.
* platform/qt/editing/execCommand/4580583-2-expected.txt: Added.
* platform/qt/editing/execCommand/4641880-1-expected.txt: Added.
* platform/qt/editing/execCommand/4641880-2-expected.txt: Added.
* platform/qt/editing/execCommand/4747450-expected.txt: Added.
* platform/qt/editing/execCommand/4786404-1-expected.txt: Added.
* platform/qt/editing/execCommand/4786404-2-expected.txt: Added.
* platform/qt/editing/execCommand/4916402-expected.txt: Added.
* platform/qt/editing/execCommand/4916541-expected.txt: Added.
* platform/qt/editing/execCommand/4916583-expected.txt: Added.
* platform/qt/editing/execCommand/4920488-expected.txt: Added.
* platform/qt/editing/execCommand/4920742-1-expected.txt: Added.
* platform/qt/editing/execCommand/4924441-expected.txt: Added.
* platform/qt/editing/execCommand/5049671-expected.txt: Added.
* platform/qt/editing/execCommand/5062376-expected.txt: Added.
* platform/qt/editing/execCommand/5080333-1-expected.txt: Added.
* platform/qt/editing/execCommand/5080333-2-expected.txt: Added.
* platform/qt/editing/execCommand/5119244-expected.txt: Added.
* platform/qt/editing/execCommand/5120591-expected.txt: Added.
* platform/qt/editing/execCommand/5136770-expected.txt: Added.
* platform/qt/editing/execCommand/5138441-expected.txt: Added.
* platform/qt/editing/execCommand/5142012-1-expected.txt: Added.
* platform/qt/editing/execCommand/5142012-2-expected.txt: Added.
* platform/qt/editing/execCommand/5142012-3-expected.txt: Added.
* platform/qt/editing/execCommand/5144139-1-expected.txt: Added.
* platform/qt/editing/execCommand/5164796-expected.txt: Added.
* platform/qt/editing/execCommand/5190926-expected.txt: Added.
* platform/qt/editing/execCommand/5207369-expected.txt: Added.
* platform/qt/editing/execCommand/5210032-expected.txt: Added.
* platform/qt/editing/execCommand/5432254-1-expected.txt: Added.
* platform/qt/editing/execCommand/5432254-2-expected.txt: Added.
* platform/qt/editing/execCommand/boldSelection-expected.txt: Added.
* platform/qt/editing/execCommand/create-list-from-range-selection-expected.txt: Added.
* platform/qt/editing/execCommand/create-list-with-hr-expected.txt: Added.
* platform/qt/editing/execCommand/find-after-replace-expected.txt: Added.
* platform/qt/editing/execCommand/findString-2-expected.txt: Added.
* platform/qt/editing/execCommand/findString-expected.txt: Added.
* platform/qt/editing/execCommand/format-block-expected.txt: Added.
* platform/qt/editing/execCommand/format-block-from-range-selection-expected.txt: Added.
* platform/qt/editing/execCommand/format-block-with-braces-expected.txt: Added.
* platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
* platform/qt/editing/execCommand/hilitecolor-expected.txt: Added.
* platform/qt/editing/execCommand/indent-empty-root-expected.txt: Added.
* platform/qt/editing/execCommand/indent-list-item-expected.txt: Added.
* platform/qt/editing/execCommand/indent-selection-expected.txt: Added.
* platform/qt/editing/execCommand/insert-list-and-stitch-expected.txt: Added.
* platform/qt/editing/execCommand/insert-list-empty-div-expected.txt: Added.
* platform/qt/editing/execCommand/insert-list-with-id-expected.txt: Added.
* platform/qt/editing/execCommand/insertHTML-expected.txt: Added.
* platform/qt/editing/execCommand/insertHorizontalRule-expected.txt: Added.
* platform/qt/editing/execCommand/insertImage-expected.txt: Added.
* platform/qt/editing/execCommand/modifyForeColorByCharacter-expected.txt: Added.
* platform/qt/editing/execCommand/outdent-selection-expected.txt: Added.
* platform/qt/editing/execCommand/paste-1-expected.txt: Added.
* platform/qt/editing/execCommand/paste-2-expected.txt: Added.
* platform/qt/editing/execCommand/print-expected.txt: Added.
* platform/qt/editing/execCommand/remove-formatting-2-expected.txt: Added.
* platform/qt/editing/execCommand/remove-formatting-expected.txt: Added.
* platform/qt/editing/execCommand/remove-list-1-expected.txt: Added.
* platform/qt/editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
* platform/qt/editing/execCommand/remove-list-item-1-expected.txt: Added.
* platform/qt/editing/execCommand/remove-list-items-expected.txt: Added.
* platform/qt/editing/execCommand/selectAll-expected.txt: Added.
* platform/qt/editing/execCommand/strikethroughSelection-expected.txt: Added.
* platform/qt/editing/execCommand/switch-list-type-expected.txt: Added.
* platform/qt/editing/inserting/12882-expected.txt: Added.
* platform/qt/editing/inserting/4278698-expected.txt: Added.
* platform/qt/editing/inserting/4840662-expected.txt: Added.
* platform/qt/editing/inserting/4875189-1-expected.txt: Added.
* platform/qt/editing/inserting/4875189-2-expected.txt: Added.
* platform/qt/editing/inserting/4959067-expected.txt: Added.
* platform/qt/editing/inserting/4960120-1-expected.txt: Added.
* platform/qt/editing/inserting/4960120-2-expected.txt: Added.
* platform/qt/editing/inserting/5002441-expected.txt: Added.
* platform/qt/editing/inserting/5058163-1-expected.txt: Added.
* platform/qt/editing/inserting/5058163-2-expected.txt: Added.
* platform/qt/editing/inserting/5156401-2-expected.txt: Added.
* platform/qt/editing/inserting/5418891-expected.txt: Added.
* platform/qt/editing/inserting/before-after-input-element-expected.txt: Added.
* platform/qt/editing/inserting/editable-html-element-expected.txt: Added.
* platform/qt/editing/inserting/editable-inline-element-expected.txt: Added.
* platform/qt/editing/inserting/edited-whitespace-1-expected.txt: Added.
* platform/qt/editing/inserting/editing-empty-divs-expected.txt: Added.
* platform/qt/editing/inserting/insert-3654864-fix-expected.txt: Added.
* platform/qt/editing/inserting/insert-3659587-fix-expected.txt: Added.
* platform/qt/editing/inserting/insert-3775316-fix-expected.txt: Added.
* platform/qt/editing/inserting/insert-3778059-fix-expected.txt: Added.
* platform/qt/editing/inserting/insert-3786362-fix-expected.txt: Added.
* platform/qt/editing/inserting/insert-3800346-fix-expected.txt: Added.
* platform/qt/editing/inserting/insert-3851164-fix-expected.txt: Added.
* platform/qt/editing/inserting/insert-after-delete-001-expected.txt: Added.
* platform/qt/editing/inserting/insert-at-end-01-expected.txt: Added.
* platform/qt/editing/inserting/insert-at-end-02-expected.txt: Added.
* platform/qt/editing/inserting/insert-before-link-1-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-001-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-002-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-003-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-004-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-005-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-006-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-007-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-008-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-009-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-quoted-001-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-quoted-002-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-quoted-003-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-quoted-004-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-quoted-005-expected.txt: Added.
* platform/qt/editing/inserting/insert-br-quoted-006-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-001-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-002-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-003-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-004-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-005-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-006-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-007-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-008-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-009-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-010-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-011-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-012-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-013-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-014-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-015-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-016-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-017-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-018-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-019-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-020-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-021-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-022-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-023-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-024-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-025-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-026-expected.txt: Added.
* platform/qt/editing/inserting/insert-div-027-expected.txt: Added.
* platform/qt/editing/inserting/insert-paragraph-01-expected.txt: Added.
* platform/qt/editing/inserting/insert-paragraph-02-expected.txt: Added.
* platform/qt/editing/inserting/insert-paragraph-03-expected.txt: Added.
* platform/qt/editing/inserting/insert-paragraph-04-expected.txt: Added.
* platform/qt/editing/inserting/insert-paragraph-05-expected.txt: Added.
* platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt: Added.
* platform/qt/editing/inserting/insert-tab-001-expected.txt: Added.
* platform/qt/editing/inserting/insert-tab-002-expected.txt: Added.
* platform/qt/editing/inserting/insert-tab-003-expected.txt: Added.
* platform/qt/editing/inserting/insert-tab-004-expected.txt: Added.
* platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added.
* platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added.
* platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added.
* platform/qt/editing/inserting/insert-text-with-newlines-expected.txt: Added.
* platform/qt/editing/inserting/line-break-expected.txt: Added.
* platform/qt/editing/inserting/paragraph-separator-01-expected.txt: Added.
* platform/qt/editing/inserting/paragraph-separator-02-expected.txt: Added.
* platform/qt/editing/inserting/paragraph-separator-03-expected.txt: Added.
* platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
* platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
* platform/qt/editing/inserting/redo-expected.txt: Added.
* platform/qt/editing/inserting/return-key-with-selection-001-expected.txt: Added.
* platform/qt/editing/inserting/return-key-with-selection-002-expected.txt: Added.
* platform/qt/editing/inserting/return-key-with-selection-003-expected.txt: Added.
* platform/qt/editing/inserting/typing-001-expected.txt: Added.
* platform/qt/editing/inserting/typing-002-expected.txt: Added.
* platform/qt/editing/inserting/typing-003-expected.txt: Added.
* platform/qt/editing/inserting/typing-around-br-001-expected.txt: Added.
* platform/qt/editing/inserting/typing-around-image-001-expected.txt: Added.
* platform/qt/editing/selection/13804-expected.txt: Added.
* platform/qt/editing/selection/3690703-2-expected.txt: Added.
* platform/qt/editing/selection/3690703-expected.txt: Added.
* platform/qt/editing/selection/3690719-expected.txt: Added.
* platform/qt/editing/selection/4397952-expected.txt: Added.
* platform/qt/editing/selection/4776665-expected.txt: Added.
* platform/qt/editing/selection/4818145-expected.txt: Added.
* platform/qt/editing/selection/4866671-expected.txt: Added.
* platform/qt/editing/selection/4889598-expected.txt: Added.
* platform/qt/editing/selection/4895428-2-expected.txt: Added.
* platform/qt/editing/selection/4895428-3-expected.txt: Added.
* platform/qt/editing/selection/4932260-2-expected.txt: Added.
* platform/qt/editing/selection/4932260-3-expected.txt: Added.
* platform/qt/editing/selection/4960116-expected.txt: Added.
* platform/qt/editing/selection/4960137-expected.txt: Added.
* platform/qt/editing/selection/4983858-expected.txt: Added.
* platform/qt/editing/selection/5007143-2-expected.txt: Added.
* platform/qt/editing/selection/5007143-expected.txt: Added.
* platform/qt/editing/selection/5076323-1-expected.txt: Added.
* platform/qt/editing/selection/5076323-2-expected.txt: Added.
* platform/qt/editing/selection/5076323-3-expected.txt: Added.
* platform/qt/editing/selection/5081257-1-expected.txt: Added.
* platform/qt/editing/selection/5081257-2-expected.txt: Added.
* platform/qt/editing/selection/5099303-expected.txt: Added.
* platform/qt/editing/selection/5131716-1-expected.txt: Added.
* platform/qt/editing/selection/5131716-2-expected.txt: Added.
* platform/qt/editing/selection/5131716-3-expected.txt: Added.
* platform/qt/editing/selection/5131716-4-expected.txt: Added.
* platform/qt/editing/selection/5136696-expected.txt: Added.
* platform/qt/editing/selection/5195166-1-expected.txt: Added.
* platform/qt/editing/selection/5195166-2-expected.txt: Added.
* platform/qt/editing/selection/5234383-2-expected.txt: Added.
* platform/qt/editing/selection/6476-expected.txt: Added.
* platform/qt/editing/selection/7152-1-expected.txt: Added.
* platform/qt/editing/selection/7152-2-expected.txt: Added.
* platform/qt/editing/selection/addRange-expected.txt: Added.
* platform/qt/editing/selection/after-line-wrap-expected.txt: Added.
* platform/qt/editing/selection/caret-before-select-expected.txt: Added.
* platform/qt/editing/selection/caret-rtl-2-expected.txt: Added.
* platform/qt/editing/selection/caret-rtl-expected.txt: Added.
* platform/qt/editing/selection/clear-selection-expected.txt: Added.
* platform/qt/editing/selection/contenteditable-click-inside-expected.txt: Added.
* platform/qt/editing/selection/contenteditable-click-outside-expected.txt: Added.
* platform/qt/editing/selection/display-table-text-expected.txt: Added.
* platform/qt/editing/selection/drag-in-iframe-expected.txt: Added.
* platform/qt/editing/selection/editable-html-element-expected.txt: Added.
* platform/qt/editing/selection/editable-non-editable-crash-expected.txt: Added.
* platform/qt/editing/selection/end-of-document-expected.txt: Added.
* platform/qt/editing/selection/extend-by-character-001-expected.txt: Added.
* platform/qt/editing/selection/extend-by-character-002-expected.txt: Added.
* platform/qt/editing/selection/extend-by-character-003-expected.txt: Added.
* platform/qt/editing/selection/extend-by-character-004-expected.txt: Added.
* platform/qt/editing/selection/extend-by-character-005-expected.txt: Added.
* platform/qt/editing/selection/extend-by-character-006-expected.txt: Added.
* platform/qt/editing/selection/extend-by-sentence-001-expected.txt: Added.
* platform/qt/editing/selection/extend-by-word-001-expected.txt: Added.
* platform/qt/editing/selection/focus-body-expected.txt: Added.
* platform/qt/editing/selection/focus_editable_html-expected.txt: Added.
* platform/qt/editing/selection/iframe-expected.txt: Added.
* platform/qt/editing/selection/inline-table-expected.txt: Added.
* platform/qt/editing/selection/leave-requested-block-expected.txt: Added.
* platform/qt/editing/selection/line-wrap-1-expected.txt: Added.
* platform/qt/editing/selection/line-wrap-2-expected.txt: Added.
* platform/qt/editing/selection/mixed-editability-2-expected.txt: Added.
* platform/qt/editing/selection/mixed-editability-3-expected.txt: Added.
* platform/qt/editing/selection/mixed-editability-4-expected.txt: Added.
* platform/qt/editing/selection/mixed-editability-5-expected.txt: Added.
* platform/qt/editing/selection/mixed-editability-6-expected.txt: Added.
* platform/qt/editing/selection/mixed-editability-7-expected.txt: Added.
* platform/qt/editing/selection/mixed-editability-9-expected.txt: Added.
* platform/qt/editing/selection/move-3875618-fix-expected.txt: Added.
* platform/qt/editing/selection/move-3875641-fix-expected.txt: Added.
* platform/qt/editing/selection/move-backwords-by-word-001-expected.txt: Added.
* platform/qt/editing/selection/move-between-blocks-no-001-expected.txt: Added.
* platform/qt/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
* platform/qt/editing/selection/move-by-character-001-expected.txt: Added.
* platform/qt/editing/selection/move-by-character-002-expected.txt: Added.
* platform/qt/editing/selection/move-by-character-003-expected.txt: Added.
* platform/qt/editing/selection/move-by-character-004-expected.txt: Added.
* platform/qt/editing/selection/move-by-character-005-expected.txt: Added.
* platform/qt/editing/selection/move-by-character-6-expected.txt: Added.
* platform/qt/editing/selection/move-by-line-001-expected.txt: Added.
* platform/qt/editing/selection/move-by-line-002-expected.txt: Added.
* platform/qt/editing/selection/move-by-sentence-001-expected.txt: Added.
* platform/qt/editing/selection/move-by-word-001-expected.txt: Added.
* platform/qt/editing/selection/node-removal-1-expected.txt: Added.
* platform/qt/editing/selection/node-removal-2-expected.txt: Added.
* platform/qt/editing/selection/previous-line-position-expected.txt: Added.
* platform/qt/editing/selection/replace-selection-1-expected.txt: Added.
* platform/qt/editing/selection/select-all-001-expected.txt: Added.
* platform/qt/editing/selection/select-all-002-expected.txt: Added.
* platform/qt/editing/selection/select-all-003-expected.txt: Added.
* platform/qt/editing/selection/select-all-004-expected.txt: Added.
* platform/qt/editing/selection/select-all-005-expected.txt: Added.
* platform/qt/editing/selection/select-all-006-expected.txt: Added.
* platform/qt/editing/selection/select-all-iframe-expected.txt: Added.
* platform/qt/editing/selection/select-missing-image-expected.txt: Added.
* platform/qt/editing/selection/selectNode-expected.txt: Added.
* platform/qt/editing/selection/selectNodeContents-expected.txt: Added.
* platform/qt/editing/selection/selection-3748164-fix-expected.txt: Added.
* platform/qt/editing/selection/table-caret-1-expected.txt: Added.
* platform/qt/editing/selection/table-caret-2-expected.txt: Added.
* platform/qt/editing/selection/table-caret-3-expected.txt: Added.
* platform/qt/editing/selection/unrendered-001-expected.txt: Added.
* platform/qt/editing/selection/unrendered-002-expected.txt: Added.
* platform/qt/editing/selection/unrendered-003-expected.txt: Added.
* platform/qt/editing/selection/unrendered-004-expected.txt: Added.
* platform/qt/editing/selection/unrendered-005-expected.txt: Added.
* platform/qt/editing/selection/unrendered-space-expected.txt: Added.
* platform/qt/editing/spelling/spelling-expected.txt: Added.
* platform/qt/editing/style/4916887-expected.txt: Added.
* platform/qt/editing/style/5017613-1-expected.txt: Added.
* platform/qt/editing/style/5017613-2-expected.txt: Added.
* platform/qt/editing/style/5046875-1-expected.txt: Added.
* platform/qt/editing/style/5046875-2-expected.txt: Added.
* platform/qt/editing/style/5065910-expected.txt: Added.
* platform/qt/editing/style/5084241-expected.txt: Added.
* platform/qt/editing/style/5228141-expected.txt: Added.
* platform/qt/editing/style/5279521-expected.txt: Added.
* platform/qt/editing/style/apple-style-editable-mix-expected.txt: Added.
* platform/qt/editing/style/block-style-001-expected.txt: Added.
* platform/qt/editing/style/block-style-002-expected.txt: Added.
* platform/qt/editing/style/block-style-003-expected.txt: Added.
* platform/qt/editing/style/block-style-004-expected.txt: Added.
* platform/qt/editing/style/block-style-005-expected.txt: Added.
* platform/qt/editing/style/block-style-006-expected.txt: Added.
* platform/qt/editing/style/block-styles-007-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-001-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-002-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-003-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-004-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-005-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-006-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-007-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-008-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-009-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-010-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-011-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-012-expected.txt: Added.
* platform/qt/editing/style/create-block-for-style-013-expected.txt: Added.
* platform/qt/editing/style/designmode-expected.txt: Added.
* platform/qt/editing/style/fontsize-1-expected.txt: Added.
* platform/qt/editing/style/highlight-expected.txt: Added.
* platform/qt/editing/style/relative-font-size-change-001-expected.txt: Added.
* platform/qt/editing/style/relative-font-size-change-003-expected.txt: Added.
* platform/qt/editing/style/relative-font-size-change-004-expected.txt: Added.
* platform/qt/editing/style/remove-underline-after-paragraph-expected.txt: Added.
* platform/qt/editing/style/remove-underline-after-paragraph-in-bold-expected.txt: Added.
* platform/qt/editing/style/remove-underline-expected.txt: Added.
* platform/qt/editing/style/remove-underline-from-stylesheet-expected.txt: Added.
* platform/qt/editing/style/remove-underline-in-bold-expected.txt: Added.
* platform/qt/editing/style/smoosh-styles-001-expected.txt: Added.
* platform/qt/editing/style/smoosh-styles-002-expected.txt: Added.
* platform/qt/editing/style/smoosh-styles-003-expected.txt: Added.
* platform/qt/editing/style/style-3690704-fix-expected.txt: Added.
* platform/qt/editing/style/style-3998892-fix-expected.txt: Added.
* platform/qt/editing/style/style-boundary-001-expected.txt: Added.
* platform/qt/editing/style/style-boundary-002-expected.txt: Added.
* platform/qt/editing/style/style-boundary-003-expected.txt: Added.
* platform/qt/editing/style/style-boundary-004-expected.txt: Added.
* platform/qt/editing/style/style-boundary-005-expected.txt: Added.
* platform/qt/editing/style/table-selection-expected.txt: Added.
* platform/qt/editing/style/typing-style-001-expected.txt: Added.
* platform/qt/editing/style/typing-style-002-expected.txt: Added.
* platform/qt/editing/style/unbold-in-bold-expected.txt: Added.
* platform/qt/editing/style/underline-expected.txt: Added.
* platform/qt/editing/undo/4063751-expected.txt: Added.
* platform/qt/editing/undo/5378473-expected.txt: Added.
* platform/qt/editing/undo/redo-typing-001-expected.txt: Added.
* platform/qt/editing/undo/undo-combined-delete-boundary-expected.txt: Added.
* platform/qt/editing/undo/undo-combined-delete-expected.txt: Added.
* platform/qt/editing/undo/undo-delete-boundary-expected.txt: Added.
* platform/qt/editing/undo/undo-delete-expected.txt: Added.
* platform/qt/editing/undo/undo-forward-delete-boundary-expected.txt: Added.
* platform/qt/editing/undo/undo-forward-delete-expected.txt: Added.
2007-10-24 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
convert the text to be text only, and fix it up a little so it doesn't depend on specific font metrics anymore.
* editing/deleting/pruning-after-merge-1-expected.txt: Added.
* editing/deleting/pruning-after-merge-1.html:
* platform/mac/editing/deleting/pruning-after-merge-1-expected.checksum: Removed.
* platform/mac/editing/deleting/pruning-after-merge-1-expected.png: Removed.
* platform/mac/editing/deleting/pruning-after-merge-1-expected.txt: Removed.
2007-10-24 Lars Knoll <lars@trolltech.com>
Reviewed by Simon.
explicitly add some tests that currently cause DRT to hang.
* platform/qt/Skipped:
2007-10-23 Justin Garcia <justin.garcia@apple.com>
Fixing an accidental change made in r25484.
* editing/pasteboard/quirks-mode-br-1.html:
* platform/mac/editing/pasteboard/quirks-mode-br-1-expected.checksum:
* platform/mac/editing/pasteboard/quirks-mode-br-1-expected.txt:
2007-10-23 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver Hunt.
<rdar://problem/5544856>
REGRESSION: After typing 2-byte text, undo only undoes one keystroke at a time
* platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt:
* platform/mac/editing/input/text-input-controller-expected.txt:
* platform/mac/editing/input/wrapped-line-char-rect-expected.txt:
2007-10-23 Adele Peterson <adele@apple.com>
Reviewed by Darin.
Test for <rdar://problem/5543228> CrashTracer: [USER] 2 crashes in Safari at com.apple.WebCore: WebCore::HTMLInputElement::defaultEventHandler + 872
* fast/forms/textfield-onchange-deletion-expected.txt: Added.
* fast/forms/textfield-onchange-deletion.html: Added.
2007-10-23 Adam Roben <aroben@apple.com>
Add some SVG tests to the Windows Skipped file
Reviewed by Oliver.
* platform/win/Skipped:
2007-10-23 Darin Adler <darin@apple.com>
- removed numeric results so the test is more platform-independent
* fast/js/math-expected.txt: Updated.
* fast/js/resources/math.js: Updated.
2007-10-23 Darin Adler <darin@apple.com>
Reviewed by Maciej.
- test for http://bugs.webkit.org/show_bug.cgi?id=15639
Math functions
* fast/js/math-expected.txt: Added.
* fast/js/math.html: Added.
* fast/js/resources/math.js: Added.
2007-10-22 Eric Seidel <eric@webkit.org>
Reviewed by Maciej.
Add tests to verify that font-face-* DOM bindings are exposed correctly.
* fast/js/resources/js-test-pre.js: add shouldBeNull and shouldBeEqualToString
* svg/dom/font-face-elements-expected.txt: Added.
* svg/dom/font-face-elements.html: Added.
2007-10-22 Eric Seidel <eric@webkit.org>
Reviewed by hyatt.
Implement <font-face> and friends
http://bugs.webkit.org/show_bug.cgi?id=10652
* platform/mac/svg/custom/font-face-cascade-order-expected.checksum: Added.
* platform/mac/svg/custom/font-face-cascade-order-expected.png: Added.
* platform/mac/svg/custom/font-face-cascade-order-expected.txt: Added.
* platform/mac/svg/custom/font-face-simple-expected.checksum: Added.
* platform/mac/svg/custom/font-face-simple-expected.png: Added.
* platform/mac/svg/custom/font-face-simple-expected.txt: Added.
* platform/mac/svg/custom/font-face-source-fallback-expected.txt: Added.
* svg/custom/font-face-cascade-order.svg: Added.
* svg/custom/font-face-simple.svg: Added.
* svg/custom/font-face-fallback.svg-disabled: Added. Disabled due to bug 15588
2007-10-22 Darin Adler <darin@apple.com>
Reviewed by Geoff.
- tests for http://bugs.webkit.org/show_bug.cgi?id=15632
Added tests for cases where you use something that looks like an array
index, but it has a fractional part.
* fast/js/kde/resources/Array.js: Added tests.
* fast/js/kde/Array-expected.txt: Updated.
2007-10-22 Darin Adler <darin@apple.com>
* fast/js/kde/resources/Array.js: Added tests to cover missing value behavior
(not the same as undefined values in arrays). This matches the ECMA JavaScript
specification, but doesn't exactly match Firefox, because Firefox incorrectly
inserts undefined values rather than missing values in array literals with
extra commas.
* fast/js/kde/Array-expected.txt: Updated with results.
2007-10-21 Mark Rowe <mrowe@apple.com>
Reviewed by Mitz.
Test for http://bugs.webkit.org/show_bug.cgi?id=15603
Bug 15603: Regression(r26847): Crash when sorting an empty array from JavaScript
* fast/js/kde/Array-expected.txt:
* fast/js/kde/resources/Array.js: Update to cover sorting an empty array.
2007-10-21 Nikolas Zimmermann <zimmermann@kde.org>
Forgot to land the new computed style results in fast/css - after the addition of glyph-orientation-*.
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
2007-10-21 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric.
Add new testcase to stress test the glyph-orientation-* parsing rules.
* svg/css/getComputedStyle-basic-expected.txt:
* svg/css/getComputedStyle-basic.xhtml:
* svg/css/glyph-orientation-rounding-test-expected.txt: Added.
* svg/css/glyph-orientation-rounding-test.xhtml: Added.
2007-10-21 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for http://bugs.webkit.org/show_bug.cgi?id=15259
<rdar://problem/5499902> REGRESSION: Text overflows when using word spacing and centering (affects myspace.com music videos page)
* fast/text/word-space.html: Added.
* platform/mac/fast/css/word-space-extra-expected.txt: Updated result.
* platform/mac/fast/text/word-space-expected.checksum: Added.
* platform/mac/fast/text/word-space-expected.png: Added.
* platform/mac/fast/text/word-space-expected.txt: Added.
2007-10-20 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test and updated results for http://bugs.webkit.org/show_bug.cgi?id=15208
display:table causes the collapsed text to show at a different position when expanded
* fast/table/form-in-table-before-misnested-text-crash-css-expected.txt:
* fast/table/form-in-table-before-misnested-text-crash-expected.txt:
* fast/table/insert-before-anonymous-ancestors.html: Added.
* fast/table/section-in-table-before-misnested-text-crash-css-expected.txt:
* fast/table/section-in-table-before-misnested-text-crash-expected.txt:
* platform/mac/fast/table/insert-before-anonymous-ancestors-expected.checksum: Added.
* platform/mac/fast/table/insert-before-anonymous-ancestors-expected.png: Added.
* platform/mac/fast/table/insert-before-anonymous-ancestors-expected.txt: Added.
2007-10-20 Darin Adler <darin@apple.com>
Reviewed by Tim Hatcher.
- http://bugs.webkit.org/show_bug.cgi?id=15544
<rdar://problem/5076426> fast/events/arrow-navigation.html needs to
not rely on Apple-specific key codes
* fast/events/arrow-navigation.html: Use "rightArrow" instead.
2007-10-20 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric.
Updated tests that dependant on display="none" / display="inline" for SVG text.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
* platform/mac/svg/carto.net/tabgroup-expected.checksum:
* platform/mac/svg/carto.net/tabgroup-expected.png:
* platform/mac/svg/carto.net/tabgroup-expected.txt:
* svg/batik/text/textProperties2-expected.checksum:
* svg/batik/text/textProperties2-expected.png:
* svg/batik/text/textProperties2-expected.txt:
2007-10-20 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Updated tests that need textLength/lengthAdjust/kerning support.
* platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
* svg/batik/text/textLayout-expected.checksum:
* svg/batik/text/textLayout-expected.png:
* svg/batik/text/textLayout-expected.txt:
* svg/batik/text/textOnPathSpaces-expected.checksum:
* svg/batik/text/textOnPathSpaces-expected.png:
* svg/batik/text/textOnPathSpaces-expected.txt:
* svg/batik/text/textPosition-expected.txt:
* svg/batik/text/textPosition2-expected.txt:
* svg/custom/text-letter-spacing-expected.txt:
* svg/text/text-spacing-01-b-expected.checksum:
* svg/text/text-spacing-01-b-expected.png:
* svg/text/text-spacing-01-b-expected.txt:
2007-10-19 Oliver Hunt <oliver@apple.com>
RS=Mark.
Updating window properties to include new features from HTML5 database support
* fast/dom/Window/window-properties-expected.txt:
2007-10-19 Adele Peterson <adele@apple.com>
Reviewed by Beth.
Test for <rdar://problem/5518461> REGRESSION (2.0.4-3): Popup arrows are missing in small popups at homedepot.com
* fast/forms/menulist-no-overflow.html: Added.
* platform/mac/fast/forms/menulist-no-overflow-expected.checksum: Added.
* platform/mac/fast/forms/menulist-no-overflow-expected.png: Added.
* platform/mac/fast/forms/menulist-no-overflow-expected.txt: Added.
2007-10-19 Nikolas Zimmermann <zimmermann@kde.org>
Rubberstamped by Oliver.
Land tiger baseline matching my MBP, as discussed with Oliver.
Mostly differences regarding the size of "(" / ")" characters.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
* platform/mac/svg/carto.net/colourpicker-expected.checksum:
* platform/mac/svg/carto.net/colourpicker-expected.png:
* platform/mac/svg/carto.net/combobox-expected.checksum:
* platform/mac/svg/carto.net/combobox-expected.png:
* platform/mac/svg/carto.net/scrollbar-expected.checksum:
* platform/mac/svg/carto.net/scrollbar-expected.png:
* platform/mac/svg/carto.net/selectionlist-expected.checksum:
* platform/mac/svg/carto.net/selectionlist-expected.png:
2007-10-19 Sam Weinig <sam@webkit.org>
Reviewed by Darin.
Update results after changing the warning message in isSafeScript to print the frame URL
rather than the security domain URL. This now also prints the warning when using data:
URLs because we no longer return early.
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
* 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-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt:
* http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt:
2007-10-19 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig.
removing a commented-out test and a test that no longer fails
* platform/mac-leopard/Skipped:
2007-10-19 David Kilzer <ddkilzer@webkit.org>
Reviewed by Darin.
Provide the functionality of js-test-post.js in a function named isSuccessfullyParsed().
* fast/encoding/char-encoding.html: Updated to use js-test-post-function.js instead of local hack.
* fast/js/resources/js-test-post-function.js: Copied from LayoutTests/fast/js/resources/js-test-post.js.
Modified to create isSuccessfullyParsed() function.
2007-10-18 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Mark Rowe.
removing tests that no longer fail
* platform/mac-leopard/Skipped:
2007-10-18 Justin Garcia <justin.garcia@apple.com>
Reviewed by Kevin McCullough.
<rdar://problem/5483526>
GoogleDocs: A hang occurs when applying list styling to a selection containing a table and line breaks
Demonstrates fix for the hang:
* editing/execCommand/5483526-expected.txt: Added.
* editing/execCommand/5483526.html: Added.
Fixed selection endpoint (problems with selection painting prevent this
from being reflected in the pixel test results):
* platform/mac/editing/execCommand/5432254-2-expected.txt:
2007-10-18 Dan Bernstein <mitz@apple.com>
Reviewed by Adam Roben.
- removing fixed test
* platform/mac-leopard/Skipped:
2007-10-18 Darin Adler <darin@apple.com>
Reviewed by Sam.
- test update for http://bugs.webkit.org/show_bug.cgi?id=15541
REGRESSION (r26616): prompt with one argument uses the literal "undefined" as default reply
* fast/dom/Window/alert-undefined-expected.txt: Back to expecting empty string for default value.
2007-10-18 Dan Bernstein <mitz@apple.com>
Reviewed by Nikolas Zimmermann.
- test for http://bugs.webkit.org/show_bug.cgi?id=15367
Assertion failure inspecting a document including soft hyphen code (0xad)
* fast/text/word-break-soft-hyphen.html: Added.
* platform/mac/fast/text/word-break-soft-hyphen-expected.checksum: Added.
* platform/mac/fast/text/word-break-soft-hyphen-expected.png: Added.
* platform/mac/fast/text/word-break-soft-hyphen-expected.txt: Added.
2007-10-18 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Anders.
Regenerated result of following test, now that ImageBuffers are correctly clipped to the
visible frame size (RenderView) - no more drawing outside that region.
* platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
* platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
2007-10-18 Eric Seidel <eric@webkit.org>
Reviewed by Maciej.
Test case for http://bugs.webkit.org/show_bug.cgi?id=15504
Landed -disabled as it's blocked by:
http://bugs.webkit.org/show_bug.cgi?id=15503
* fast/js/resources/js-test-post.js: add support for XHTML
* fast/js/resources/js-test-pre.js: add support for XHTML
* svg/dom/viewspec-parser.html-disabled: Added.
2007-10-17 Rob Buis <buis@kde.org>
Reviewed by Darin, Adam, and Maciej.
Testcase for:
http://bugs.webkit.org/show_bug.cgi?id=12988
First element (in document order) is not returned when other duplicate ID-ed elements were created first
* fast/dom/duplicate-ids-document-order.html: Added.
2007-10-17 Alice Liu <alice.liu@apple.com>
Rubber-stamped by Adele.
Correct uses of initKeyboardEvent for tests that test accesskey.
Accesskey modifier is ctrl for mac and alt for other platforms.
* fast/events/access-key-self-destruct.html:
* fast/forms/access-key.html:
* fast/forms/legend-access-key.html:
2007-10-17 Darin Adler <darin@apple.com>
Reviewed by Mark Rowe.
- test for http://bugs.webkit.org/show_bug.cgi?id=15543
<rdar://problem/5545639> REGRESSION (r26697):
GoogleDocs: Can't create new documents or open existing ones
* fast/js/regexp-non-character-expected.txt: Added.
* fast/js/regexp-non-character.html: Added.
* fast/js/resources/regexp-non-character.js: Added.
2007-10-17 Justin Garcia <justin.garcia@apple.com>
Reviewed by Harrison.
<rdar://problem/5481523>
GoogleDocs: Safari hangs when indenting a particular table twice
* editing/execCommand/5481523.html: Added.
* platform/mac/editing/execCommand/5481523-expected.checksum: Added.
* platform/mac/editing/execCommand/5481523-expected.png: Added.
* platform/mac/editing/execCommand/5481523-expected.txt: Added.
2007-10-16 Alice Liu <alice.liu@apple.com>
removing fixed tests
* platform/win/Skipped:
2007-10-16 Alice Liu <alice.liu@apple.com>
Rubber-stamped by Adele.
fixing incorrect usage of JS String search method.
* editing/deleting/delete-by-word-001.html:
* editing/deleting/delete-by-word-002.html:
* fast/forms/input-text-option-delete.html:
* fast/forms/listbox-onchange.html:
* fast/forms/listbox-selection.html:
2007-10-16 Geoffrey Garen <ggaren@apple.com>
Reviewed by Maciej Stachowiak.
Layout tests for http://bugs.webkit.org/show_bug.cgi?id=15478
Declare vars and functions iteratively upon entering an execution context
* fast/js/function-declarations-expected.txt: Added.
* fast/js/function-declarations.html: Added.
* fast/js/var-declarations-expected.txt: Added.
* fast/js/var-declarations.html: Added.
2007-10-16 Alice Liu <alice.liu@apple.com>
Reviewed by Adele.
Fix <rdar://5134108> "fast/forms/select-accesskey.html and focus-selection-input.html fail on Windows"
Adding code to choose the right accesskey modifier based on a useragent check for existance of mac platform.
* fast/forms/focus-selection-input.html:
* fast/forms/select-accesskey.html:
2007-10-16 Darin Adler <darin@apple.com>
Reviewed by Adele.
- http://bugs.webkit.org/show_bug.cgi?id=15533
some tests have hard-coded Mac-specific modifier keys
- <rdar://problem/5102974> Layout tests fail on Windows because
they have hard-coded Mac-specific modifier keys
- <rdar://problem/5075449> fast/forms/listbox-onchange.html
is failing on Windows due to modifier key differences
- <rdar://problem/5134134> test 12 in fast/forms/listbox-selection.html
fails on Windows
* editing/deleting/delete-by-word-001.html: Use control key instead of alt key to
delete a word on non-Mac platforms. Also use character 8 instead of 127.
* editing/deleting/delete-by-word-002.html: Ditto.
* fast/forms/input-text-option-delete.html: Ditto.
* fast/forms/listbox-onchange.html: Use control key instead of meta key to toggle
a single list item on non-Mac platforms.
* fast/forms/listbox-selection.html: Ditto.
2007-10-16 Mitz Pettel <mitz@webkit.org>
Reviewed by Dave Hyatt.
- test for http://bugs.webkit.org/show_bug.cgi?id=15296
REGRESSION (r19716-r19719): width not specified for <marquee> tag is causing the alignment issue.
* fast/block/float/marquee-shrink-to-avoid-floats.html: Added.
* platform/mac/fast/block: Added.
* platform/mac/fast/block/float: Added.
* platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.checksum: Added.
* platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.png: Added.
* platform/mac/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt: Added.
2007-10-16 Beth Dakin <bdakin@apple.com>
Reviewed by Darin.
Fix for <rdar://problem/5517118> REGRESSION: 9A570 - Safari renders
Amazon seller page way too small
* fast/css/pendingStylesheetFontSize.html: Added.
* platform/mac/fast/css/pendingStylesheetFontSize-expected.checksum: Added.
* platform/mac/fast/css/pendingStylesheetFontSize-expected.png: Added.
* platform/mac/fast/css/pendingStylesheetFontSize-expected.txt: Added.
2007-10-16 Adele Peterson <adele@apple.com>
Reviewed by Alice.
Updating with correct results for:
<rdar://problem/5538793> REGRESSION: Failing layout test: fast/forms/select-change-listbox-to-popup.html (due to landing feature branch)
* platform/mac/fast/forms/select-change-listbox-to-popup-expected.txt:
2007-10-16 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej.
http://bugs.webkit.org/show_bug.cgi?id=15506
editing/pasteboard/paste-into-anchor-text.html accesses an external resource
Removed the external resource reference and made the test dump as text.
* editing/pasteboard/paste-into-anchor-text-expected.txt: Copied from platform/mac/editing/pasteboard/paste-into-anchor-text-expected.txt.
* editing/pasteboard/paste-into-anchor-text.html:
* platform/mac/editing/pasteboard/paste-into-anchor-text-expected.checksum: Removed.
* platform/mac/editing/pasteboard/paste-into-anchor-text-expected.png: Removed.
* platform/mac/editing/pasteboard/paste-into-anchor-text-expected.txt: Removed.
2007-10-15 Geoffrey Garen <ggaren@apple.com>
Fixed layout test for reals. Changed \r\n to \n, fixing mass confusion.
* fast/js/do-while-expression-value-expected.txt:
* fast/js/do-while-expression-value.html:
* fast/js/nested-function-scope.html:
* fast/js/while-expression-value-expected.txt:
* fast/js/while-expression-value.html:
2007-10-15 Kevin McCullough <kmccullough@apple.com>
Reviewed by Darin.
- <rdar://problem/5238818> window.resizeTo doesn't restrict the resized window to the size of the screen
- Now we take the dock into account when resizing.
- Also I found an issue where we would resize to outside the window, because the resize would be smaller than the window size but the location of the window would make the resize go off-screen. Now we move the window back into the screen.
* fast/dom/Window/window-resize-expected.txt:
* fast/dom/Window/window-resize.html:
2007-10-15 Geoffrey Garen <ggaren@apple.com>
Changed line ending style of results file to fix layout test that was
failing locally on my machine.
* fast/js/nested-function-scope-expected.txt:
2007-10-15 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
Removed surprising self-named "hack" that made nested functions
available as named properties of their containing functions, and placed
containing function objects in the scope chains of nested functions.
[ Patch broken off from http://bugs.webkit.org/show_bug.cgi?id=14868 ]
Changed this test to reflect correct behavior:
* fast/js/kde/function-expected.txt:
* fast/js/kde/resources/function.js: (Also removed tab characters.)
Added this test to flesh out the behavior more:
* fast/js/nested-function-scope-expected.txt: Added.
* fast/js/nested-function-scope.html: Added.
2007-10-15 Geoffrey Garen <ggaren@apple.com>
Committed revision 26618.
Made function parameters DontDelete.
* fast/js/delete-function-parameter-expected.txt: Added.
* fast/js/delete-function-parameter.html: Added.
2007-10-13 Geoffrey Garen <ggaren@apple.com>
Reviewed by Maciej Stachowiak.
Layout tests for http://bugs.webkit.org/show_bug.cgi?id=15490
Iteration statements sometimes incorrectly evaluate to the empty value
(KDE r670547)
* fast/js/do-while-expression-value-expected.txt: Added.
* fast/js/do-while-expression-value.html: Added.
* fast/js/while-expression-value-expected.txt: Added.
* fast/js/while-expression-value.html: Added.
2007-10-15 Darin Adler <darin@apple.com>
Reviewed by Sam.
- fix http://bugs.webkit.org/show_bug.cgi?id=15520
alert(undefined) should say "undefined" in the alert
* fast/dom/Window/alert-undefined.html: Added tests of null and both confirm and prompt.
* fast/dom/Window/alert-undefined-expected.txt: Updated.
2007-10-15 Adele Peterson <adele@apple.com>
Reviewed by Darin.
Test for http://bugs.webkit.org/show_bug.cgi?id=15252
<rdar://problem/5498184> REGRESSION: <select multiple> doesn't scroll to top when old options are removed and new ones are added, leaving listbox empty-looking
* fast/forms/listbox-scroll-after-options-removed-expected.txt: Added.
* fast/forms/listbox-scroll-after-options-removed.html: Added.
2007-10-15 Alice Liu <alice.liu@apple.com>
removing fixed test
* platform/win/Skipped:
2007-10-15 Kevin McCullough <kmccullough@apple.com>
Reviewed by Sam.
- <rdar://problem/5536630> fast/dom/Window/new-window-opener.html fails
- This test used to pass because of a mistake in js-test-pre.js.
Now that the js file has been fixed this test has been updated, some
of the test cases fail because DRT does not implement delegate methods
for the bars for each WebView.
- See <rdar://problem/5538752> DumpRenderTree does not have a UIDelegate for each WebView.
- Also changed the test to correctly wait for the window to close before
starting a new testcase. This is necessary because all the windows have
the same name and cannot override the settings of a pre-existing window.
* fast/dom/Window/new-window-opener-expected.txt:
* fast/dom/Window/new-window-opener.html:
2007-10-15 Oliver Hunt <oliver@apple.com>
RS=Maciej.
Reset svg pixel tests to a tiger baseline and move them to platform/mac
2007-10-14 Darin Adler <darin@apple.com>
- added exceptions for all the tests failing on my personal Leopard machine
This may or may not get the buildbot green. I'll file separate bugs for each
of the tests with changed results.
* platform/mac-leopard/dom: Added.
* platform/mac-leopard/dom/xhtml: Added.
* platform/mac-leopard/dom/xhtml/level2: Added.
* platform/mac-leopard/dom/xhtml/level2/html: Added.
* platform/mac-leopard/dom/xhtml/level2/html/HTMLDocument12-expected.txt: Added.
* platform/mac-leopard/editing: Added.
* platform/mac-leopard/editing/pasteboard: Added.
* platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.txt: Added.
* platform/mac-leopard/http: Added.
* platform/mac-leopard/http/tests: Added.
* platform/mac-leopard/http/tests/security: Added.
* platform/mac-leopard/http/tests/security/dataURL: Added.
* platform/mac-leopard/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Added.
* platform/mac-leopard/svg/custom: Added.
* platform/mac-leopard/svg/custom/stroke-width-click-expected.txt: Added.
* platform/mac-leopard/webarchive: Added.
* platform/mac-leopard/webarchive/test-xml-stylesheet-expected.txt: Added.
* platform/mac-leopard/security/block-test-expected.txt: Changed results.
2007-10-14 Darin Adler <darin@apple.com>
- moved a test that somehow ended up doubly-nested in platform/mac
* platform/mac/fast/text/justified-text-rect-expected.checksum: Copied from platform/mac/platform/mac/fast/text/justified-text-rect-expected.checksum.
* platform/mac/fast/text/justified-text-rect-expected.png: Copied from platform/mac/platform/mac/fast/text/justified-text-rect-expected.png.
* platform/mac/fast/text/justified-text-rect-expected.txt: Copied from platform/mac/platform/mac/fast/text/justified-text-rect-expected.txt.
* platform/mac/platform: Removed.
* platform/mac/platform/mac: Removed.
* platform/mac/platform/mac/fast: Removed.
* platform/mac/platform/mac/fast/text: Removed.
* platform/mac/platform/mac/fast/text/justified-text-rect-expected.checksum: Removed.
* platform/mac/platform/mac/fast/text/justified-text-rect-expected.png: Removed.
* platform/mac/platform/mac/fast/text/justified-text-rect-expected.txt: Removed.
2007-10-14 Oliver Hunt <oliver@apple.com>
RS=Niko
Revert layout test move.
Filed http://bugs.webkit.org/show_bug.cgi?id=15513 to track correction for even earlier change
2007-10-14 Nikolas Zimmermann <zimmermann@kde.org>
Rubberstamped by Eric.
Move current layout tests results from platform/mac/svg to platform/mac-tiger/svg.
The problem is that the current results have accidently been generated with Leopard,
I'm still moving this to mac-tiger so we don't loose the history for all the results.
After this commit, the baseline will be regenerated in mac-tiger/svg, and someone with
Leopard needs to generate new results in mac-leopard/svg.
* platform/mac-tiger/svg: Copied from platform/mac/svg.
* platform/mac/svg: Removed.
2007-10-14 Mitz Pettel <mitz@webkit.org>
Reviewed by Darin.
- test for http://bugs.webkit.org/show_bug.cgi?id=15181
text-transform: uppercase not working in input (submit, reset, button) elements
<rdar://problem/5474647>
* fast/forms/button-text-transform.html: Added.
* platform/mac/fast/forms/button-text-transform-expected.checksum: Added.
* platform/mac/fast/forms/button-text-transform-expected.png: Added.
* platform/mac/fast/forms/button-text-transform-expected.txt: Added.
2007-10-14 Eric Seidel <eric@webkit.org>
Reviewed by Maciej.
Test for http://bugs.webkit.org/show_bug.cgi?id=15274
REGRESSION: Javascript bug in getElementsByName
* fast/dom/getelementbyname-invalidation-expected.txt: Added.
* fast/dom/getelementbyname-invalidation.html: Added.
2007-10-14 Mitz Pettel <mitz@webkit.org>
Reviewed by Dave Hyatt.
- test for http://bugs.webkit.org/show_bug.cgi?id=15309
<rdar://problem/5512020> Crash due to infinite recursion in RenderTable::addChild
* fast/table/generated-caption.html: Added.
* platform/mac/fast/table/generated-caption-expected.checksum: Added.
* platform/mac/fast/table/generated-caption-expected.png: Added.
* platform/mac/fast/table/generated-caption-expected.txt: Added.
2007-10-14 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Adds serialization test cases for NegateNode optimization from KDE.
* fast/js/function-decompilation-operators-expected.txt:
* fast/js/function-decompilation-operators.html:
2007-10-14 Jason Foreman <jason@threeve.org>
Reviewed by Maciej.
Adding test for http://bugs.webkit.org/show_bug.cgi?id=15145.
* ChangeLog:
* fast/js/number-toprecision-expected.txt: Added.
* fast/js/number-toprecision.html: Added.
* fast/js/resources/number-toprecision.js: Added.
2007-10-14 Feng Qian <feng@chromium.org>
Reviewed by Maciej.
* fast/events/window-events-bubble2.html:
== Rolled over to ChangeLog-2007-10-14 ==