| 2008-10-07 Mark Rowe <mrowe@apple.com> |
| |
| Merge r35415. |
| |
| 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-10-07 Mark Rowe <mrowe@apple.com> |
| |
| Merge r35362. |
| |
| 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-10-06 Mark Rowe <mrowe@apple.com> |
| |
| Merge r33567. |
| |
| 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-10-06 Mark Rowe <mrowe@apple.com> |
| |
| Merge r37008. |
| |
| 2008-09-27 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=21178 |
| <rdar://problem/6248651> |
| |
| Add tests. |
| |
| * http/tests/plugins/local-geturl-from-remote-expected.txt: Added. |
| * http/tests/plugins/local-geturl-from-remote.html: Added. |
| |
| 2008-10-06 Mark Rowe <mrowe@apple.com> |
| |
| Merge r36810. |
| |
| 2008-09-23 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Beth Dakin. |
| |
| - test for <rdar://problem/6233388> Crash beneath -[WebFrameView keyDown:] |
| |
| * fast/events/keydown-remove-frame-expected.txt: Added. |
| * fast/events/keydown-remove-frame.html: Added. |
| * fast/events/resources/keydown-remove-frame-iframe.html: Added. |
| |
| 2008-10-06 Mark Rowe <mrowe@apple.com> |
| |
| Merge r33972. |
| |
| 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-06-09 Mark Rowe <mrowe@apple.com> |
| |
| Merge r34204 to Safari-3-1-branch. |
| |
| 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-03-31 Mark Rowe <mrowe@apple.com> |
| |
| Merge r31388 to Safari-3-1-branch. |
| |
| 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-31 Mark Rowe <mrowe@apple.com> |
| |
| Merge r31434 to Safari-3-1-branch. |
| |
| 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-31 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30722 to Safari-3-1-branch. |
| |
| 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-31 Mark Rowe <mrowe@apple.com> |
| |
| Merge r31153 to Safari-3-1-branch. |
| |
| 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-28 Mark Rowe <mrowe@apple.com> |
| |
| Merge r31071 to Safari-3-1-branch. |
| |
| 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-20 Mark Rowe <mrowe@apple.com> |
| |
| Merge r31144 to Safari-3-1-branch. |
| |
| 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-02-29 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30475 to Safari-3-1-branch. |
| |
| 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-28 Mark Rowe <mrowe@apple.com> |
| |
| Disable http/tests/security/cross-frame-access-location-put.html as postMessage support is disabled on Safari-3-1-branch. |
| |
| * platform/mac/Skipped: |
| * platform/win/Skipped: |
| |
| 2008-02-28 Mark Rowe <mrowe@apple.com> |
| |
| Reviewed by Dave Hyatt. |
| |
| <rdar://problem/5767534> REGRESSION (r29976): discovermagazine.com lays out incorrect (17564) |
| |
| Roll r29977 and r29978 out of Safari-3-1-branch. |
| |
| * fast/css/simple-selector-chain-parsing.html: Removed. |
| * platform/mac/fast/css/simple-selector-chain-parsing-expected.checksum: Removed. |
| * platform/mac/fast/css/simple-selector-chain-parsing-expected.png: Removed. |
| * platform/mac/fast/css/simple-selector-chain-parsing-expected.txt: Removed. |
| |
| 2008-02-27 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30634 to Safari-3-1-branch. |
| |
| 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-26 Adam Roben <aroben@apple.com> |
| |
| Roll out r29650, since r29649 was rolled out in r30483 |
| |
| r29650 updated some test results which changed after r29649 landed. |
| Now that r29649 has been rolled out of this branch, we need to roll |
| r29650 out as well to keep the tests passing. |
| |
| Reviewed by Anders and Mark. |
| |
| * 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-02-26 Adam Roben <aroben@apple.com> |
| |
| Merge r30320 to Safari-3-1-branch. |
| |
| 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-26 Adam Roben <aroben@apple.com> |
| |
| Merge r30212 to Safari-3-1-branch. |
| |
| 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-26 Adam Roben <aroben@apple.com> |
| |
| Update results for a test that is sensitive to ENABLE_CROSS_DOCUMENT_MESSAGING |
| |
| Reviewed by Anders. |
| |
| * fast/dom/Window/window-function-name-getter-precedence-expected.txt: |
| |
| 2008-02-26 Adam Roben <aroben@apple.com> |
| |
| Enable two fixed tests |
| |
| Reviewed by Anders. |
| |
| * platform/win/Skipped: |
| |
| 2008-02-22 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30492 to Safari-3-1-branch. |
| |
| 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 Timothy Hatcher <timothy@apple.com> |
| |
| Merge r30472 to Safari-3-1-branch. |
| |
| 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-22 Timothy Hatcher <timothy@apple.com> |
| |
| <rdar://problem/5758900> REGRESSION (Ceto-Fireclaw): Margins/padding expand on |
| hover for some headlines on The Huffington Post |
| |
| Roll out r29649. |
| |
| * fast/inline/inline-padding-disables-text-quirk.html: Removed. |
| * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.checksum: Removed. |
| * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.png: Removed. |
| * platform/mac/fast/inline/inline-padding-disables-text-quirk-expected.txt: Removed. |
| |
| 2008-02-21 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30458 to Safari-3-1-branch. |
| |
| 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-18 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30399 to Safari-3-1-branch. |
| |
| 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 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30395 to Safari-3-1-branch. |
| |
| 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 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30392 to Safari-3-1-branch. |
| |
| 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 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30331 to Safari-3-1-branch. |
| |
| 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-17 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30330 to Safari-3-1-branch. |
| |
| 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-17 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30328 to Safari-3-1-branch. |
| |
| 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-17 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30326 to Safari-3-1-branch. |
| |
| 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-17 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30323 to Safari-3-1-branch. |
| |
| 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 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30241 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30238 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30235 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30222 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30213 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30195 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30191 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30176 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30171 to Safari-3-1-branch. |
| |
| 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-15 Adam Roben <aroben@apple.com> |
| |
| Remove MessageEvent output from window-properties.html since that |
| interface will be disabled as well |
| |
| Reviewed by Sam. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| |
| 2008-02-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30162 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30157 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30116 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30105 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30101 to Safari-3-1-branch. |
| |
| 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-15 Adam Roben <aroben@apple.com> |
| |
| Disable postMessage tests since postMessage is disabled |
| |
| Reviewed by Mitz. |
| |
| * fast/dom/Window/window-properties-expected.txt: Updated result. |
| * platform/mac/Skipped: Skip tests that depend on postMessage |
| * platform/win/Skipped: Ditto. |
| |
| 2008-02-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30096 to Safari-3-1-branch. |
| |
| 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-15 Mark Rowe <mrowe@apple.com> |
| |
| Merge r30087 to Safari-3-1-branch. |
| |
| 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-14 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Adele Peterson. |
| |
| - updated results after reverting CSS2 system colors changes from r28775 |
| |
| * platform/mac/tables/mozilla/bugs/bug103533-expected.txt: |
| |
| 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 <ian.eng.webkit@gmail.com> |
| |
| 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 <ian.eng.webkit@gmail.com> |
| |
| Reviewed by Maciej. |
| |
| * fast/events/window-events-bubble2.html: |
| |
| == Rolled over to ChangeLog-2007-10-14 == |