2006-07-14 Timothy Hatcher Rolling out this fix from r15358 since it isn't resolved. 2006-07-11 Justin Garcia Reviewed by levi & thatcher GMail Editor: Operations that use drop down menus blow away the selection * editing/selection/drag-to-contenteditable-iframe-expected.txt: * editing/selection/subframe-with-selection-expected.checksum: Added. * editing/selection/subframe-with-selection-expected.png: Added. * editing/selection/subframe-with-selection-expected.txt: Added. * editing/selection/subframe-with-selection.html: Added. 2006-07-14 Mitz Pettel Reviewed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9905 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div * editing/deleting/delete-at-start-or-end-expected.checksum: Added. * editing/deleting/delete-at-start-or-end-expected.png: Added. * editing/deleting/delete-at-start-or-end-expected.txt: Added. * editing/deleting/delete-at-start-or-end.html: Added. 2006-07-14 Mitz Pettel Reviewed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9879 REGRESSION: Repro crash when clicking to the side of an anonymous table - see also REGRESSION: Repro crash when clicking to the side of an anonymous table NOTE: Only the layout test part of this patch was landed since an alternate fix was committed in r15401: selected DOM range starts with , 0 offset but selection should include the * fast/table/click-near-anonymous-table-expected.checksum: Added. * fast/table/click-near-anonymous-table-expected.png: Added. * fast/table/click-near-anonymous-table-expected.txt: Added. * fast/table/click-near-anonymous-table.html: Added. 2006-07-12 Maciej Stachowiak Reviewed by Hyatt. Test cases for REGRESSION: Crash at WebCore::RenderBlock::createLineBoxes (seems to be a security hole?) I included the test case from the bug plus variants for other broken cases that were similar but needed separate fixes. * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: Added. * fast/table/cell-in-row-before-misnested-text-crash.xhtml: Added. * fast/table/form-in-row-before-misnested-text-crash-expected.txt: Added. * fast/table/form-in-row-before-misnested-text-crash.xhtml: Added. * fast/table/form-in-table-before-misnested-text-crash-expected.txt: Added. * fast/table/form-in-table-before-misnested-text-crash.xhtml: Added. * fast/table/form-in-tbody-before-misnested-text-crash-expected.txt: Added. * fast/table/form-in-tbody-before-misnested-text-crash.xhtml: Added. * fast/table/row-in-tbody-before-misnested-text-crash-expected.txt: Added. * fast/table/row-in-tbody-before-misnested-text-crash.xhtml: Added. * fast/table/section-in-table-before-misnested-text-crash-expected.txt: Added. * fast/table/section-in-table-before-misnested-text-crash.xhtml: Added. 2006-07-13 Mitz Pettel Reviewed by Hyatt. - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9670 REGRESSION: RTL white-space:pre-wrap text is offset to the right * editing/deleting/delete-to-select-table-expected.txt: * editing/execCommand/boldSelection-expected.txt: * editing/execCommand/italicizeByCharacter-expected.txt: * editing/execCommand/modifyForeColorByCharacter-expected.txt: * editing/execCommand/print-expected.txt: * editing/execCommand/selectAll-expected.txt: * editing/execCommand/strikethroughSelection-expected.txt: * editing/inserting/insert-div-027-expected.txt: * editing/selection/after-line-wrap-expected.txt: * editing/selection/mixed-editability-1-expected.txt: * editing/selection/select-all-001-expected.txt: * editing/selection/select-all-002-expected.txt: * editing/selection/select-all-003-expected.txt: * fast/clip/outline-overflowClip-expected.txt: * fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added. * fast/text/international/rtl-white-space-pre-wrap-expected.png: Added. * fast/text/international/rtl-white-space-pre-wrap-expected.txt: Added. * fast/text/international/rtl-white-space-pre-wrap.html: Added. * fast/text/whitespace/pre-wrap-overflow-selection-expected.txt: * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: 2006-07-13 Mark Rowe Reviewed by Geoffrey. http://bugzilla.opendarwin.org/show_bug.cgi?id=9742 Bug 9742: REGRESSION: WebKit hangs when loading This includes tests for indexing an array with immediate types, and for setting selectField.options.length to immediate types. * fast/dom/select-selectedIndex-expected.txt: * fast/dom/select-selectedIndex-multiple-expected.txt: * fast/dom/select-selectedIndex-multiple.html: Update to test setting length to true and false. * fast/dom/select-selectedIndex.html: Ditto. * fast/js/array-index-immediate-types-expected.txt: Added. * fast/js/array-index-immediate-types.html: Added. * fast/js/resources/array-index-immediate-types.js: Added. 2006-07-13 David Harrison Reviewed by Justin and Levi. REGRESSION: Option-Delete doesn't delete words during typing * editing/deleting/delete-by-word-001-expected.checksum: Added. * editing/deleting/delete-by-word-001-expected.png: Added. * editing/deleting/delete-by-word-001-expected.txt: Added. * editing/deleting/delete-by-word-001.html: Added. * editing/deleting/delete-by-word-002-expected.checksum: Added. * editing/deleting/delete-by-word-002-expected.png: Added. * editing/deleting/delete-by-word-002-expected.txt: Added. * editing/deleting/delete-by-word-002.html: Added. 2006-07-13 Levi Weintraub Reviewed by justin Deleting from beginning of paragraph following a table deletes rather than selects the table * editing/deleting/delete-block-table-expected.checksum: Added. * editing/deleting/delete-block-table-expected.png: Added. * editing/deleting/delete-block-table-expected.txt: Added. * editing/deleting/delete-block-table.html: Added. * editing/deleting/delete-hr-expected.checksum: Added. * editing/deleting/delete-hr-expected.png: Added. * editing/deleting/delete-hr-expected.txt: Added. * editing/deleting/delete-hr.html: Added. * editing/deleting/delete-to-select-table-expected.png: * editing/execCommand/insertHorizontalRule-expected.txt: * fast/lists/markers-in-selection-expected.txt: 2006-07-12 Mitz Pettel Reviewed by Adele. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9862 REGRESSION: GMail: Crash in RenderView::repaintViewRectangle when spoofing as FF - see also * fast/frames/repaint-display-none-crash-expected.txt: Added. * fast/frames/repaint-display-none-crash.html: Added. 2006-07-12 Justin Garcia Reviewed by levi selected DOM range starts with , 0 offset but selection should include the * editing/selection/legal-positions-expected.txt: Added. * editing/selection/legal-positions.html: Added. * editing/deleting/delete-3608430-fix-expected.txt: * editing/deleting/delete-image-001-expected.txt: * editing/deleting/delete-image-002-expected.txt: * editing/deleting/delete-image-003-expected.txt: * editing/deleting/delete-image-004-expected.txt: * editing/selection/drag-to-contenteditable-iframe-expected.txt: * editing/selection/replaced-boundaries-3-expected.txt: * editing/selection/select-box-expected.txt: 2006-07-12 John Sullivan Reviewed by Brady Eidson (and written by Justin Garcia) - layout test corresponding to * editing/undo/undo-misspellings-expected.checksum: Added. * editing/undo/undo-misspellings-expected.png: Added. * editing/undo/undo-misspellings-expected.txt: Added. * editing/undo/undo-misspellings.html: Added. 2006-07-13 Anders Carlsson Reviewed by Justin. http://bugzilla.opendarwin.org/show_bug.cgi?id=9663 REGRESSION (r14948-r14956): Selection in text field remains highlighted when the text field loses focus * editing/selection/clear-selection-expected.checksum: Added. * editing/selection/clear-selection-expected.png: Added. * editing/selection/clear-selection-expected.txt: Added. * editing/selection/clear-selection.html: Added. 2006-07-12 David Kilzer Reviewed by NOBODY (layout test fix). Remove property information left in files from svn-apply. * fast/table/large-rowspan-crash-expected.txt: * fast/table/large-rowspan-crash.html: 2006-07-12 Darin Adler Reviewed by Maciej. - another large rowspan test case * fast/table/large-rowspan-crash-expected.txt: Added. * fast/table/large-rowspan-crash.html: Added. 2006-07-12 Anders Carlsson Reviewed by Maciej. REGRESSION: autorestore.apple.com: Crashes Safari in WebCore::Widget::client() const * fast/forms/input-type-change-in-onfocus-keyboard-expected.txt: Added. * fast/forms/input-type-change-in-onfocus-keyboard.html: Added. * fast/forms/input-type-change-in-onfocus-mouse-expected.txt: Added. * fast/forms/input-type-change-in-onfocus-mouse.html: Added. 2006-07-12 Adele Peterson Reviewed by Maciej. Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9813 OPTION text can paint over select element's scrollbar * fast/forms/option-text-clip-expected.checksum: Added. * fast/forms/option-text-clip-expected.png: Added. * fast/forms/option-text-clip-expected.txt: Added. * fast/forms/option-text-clip.html: Added. 2006-07-11 Justin Garcia Reviewed by levi REGRESSION: Mispelling markers are still displayed when using the delete key to place caret into a misspelled word * editing/deleting/delete-after-span-ws-001-expected.checksum: * editing/deleting/delete-after-span-ws-001-expected.png: * editing/deleting/delete-after-span-ws-002-expected.checksum: * editing/deleting/delete-after-span-ws-002-expected.png: * editing/deleting/delete-after-span-ws-003-expected.checksum: * editing/deleting/delete-after-span-ws-003-expected.png: * editing/deleting/delete-block-merge-contents-010-expected.checksum: * editing/deleting/delete-block-merge-contents-010-expected.png: * editing/deleting/merge-unrendered-space-expected.checksum: * editing/deleting/merge-unrendered-space-expected.png: 2006-07-11 Tim Omernick Reviewed by Geoff. Test case for : Give Netscape plug-ins access to their own DOM element * plugins/netscape-dom-access-expected.checksum: Added. * plugins/netscape-dom-access-expected.png: Added. * plugins/netscape-dom-access-expected.txt: Added. * plugins/netscape-dom-access.html: Added. 2006-07-11 Adele Peterson Reviewed by Hyatt. Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9861 REGRESSION: Can't dynamically change list box to popup * fast/forms/select-change-listbox-to-popup-expected.checksum: Added. * fast/forms/select-change-listbox-to-popup-expected.png: Added. * fast/forms/select-change-listbox-to-popup-expected.txt: Added. * fast/forms/select-change-listbox-to-popup.html: Added. * fast/forms/select-change-popup-to-listbox.html: 2006-07-11 Justin Garcia Reviewed by levi & thatcher GMail Editor: Operations that use drop down menus blow away the selection * editing/selection/drag-to-contenteditable-iframe-expected.txt: * editing/selection/subframe-with-selection-expected.checksum: Added. * editing/selection/subframe-with-selection-expected.png: Added. * editing/selection/subframe-with-selection-expected.txt: Added. * editing/selection/subframe-with-selection.html: Added. 2006-07-11 Adele Peterson Reviewed by Hyatt. Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9859 REGRESSION: Can't dynamically change popup to list box * fast/forms/select-change-popup-to-listbox-expected.checksum: Added. * fast/forms/select-change-popup-to-listbox-expected.png: Added. * fast/forms/select-change-popup-to-listbox-expected.txt: Added. * fast/forms/select-change-popup-to-listbox.html: Added. 2006-07-11 Alexey Proskuryakov Reviewed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9572 Add application/xhtml+xml to the Accept header The fix itself was landed on 2006-07-09, but I forgot about the test. * http/tests/misc/xhtml-expected.txt: Added. * http/tests/misc/xhtml.php: Added. 2006-07-11 Beth Dakin Reviewed by Adele. Adele checked in new results for this test when you could style selects, but the styling of selects is turned off for now, so back to the original results. * fast/forms/001-expected.checksum: * fast/forms/001-expected.png: * fast/forms/001-expected.txt: 2006-07-11 Alexey Proskuryakov Reviewed by Tim O. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7808 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL * plugins/get-empty-url-expected.txt: Added. * plugins/get-empty-url.html: Added. 2006-07-10 David Kilzer Reviewed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9179 Implement select.options.add() method * fast/dom/select-selectedIndex-multiple-expected.txt: Updated test results. * fast/dom/select-selectedIndex-multiple.html: Updated to print comments between tests to make failures easier to track down. * fast/dom/select-selectedIndex-expected.txt: Mirrored updates from select-selectedIndex-multiple.html * fast/dom/select-selectedIndex.html: Ditto. * fast/js/resources/select-options-add.js: Added. * fast/js/select-options-add-expected.txt: Added. * fast/js/select-options-add.html: Added. 2006-07-10 Adele Peterson Reviewed by Beth. Test for REGRESSION (NativePopup) : Popup menus aren't drawn correctly on page at orbitz.com; cheaptickets.com * fast/forms/select-style-expected.checksum: Added. * fast/forms/select-style-expected.png: Added. * fast/forms/select-style-expected.txt: Added. * fast/forms/select-style.html: Added. 2006-07-10 Beth Dakin Reviewed by Darin. Test for The should be a way to access the user interface scale factor through the DOM * fast/dom/jsDevicePixelRatio-expected.checksum: Added. * fast/dom/jsDevicePixelRatio-expected.png: Added. * fast/dom/jsDevicePixelRatio-expected.txt: Added. * fast/dom/jsDevicePixelRatio.html: Added. 2006-07-10 Adele Peterson http://bugzilla.opendarwin.org/show_bug.cgi?id=9830 More pixel test results need updating since switching to native popup * editing/selection/replaced-boundaries-3-expected.checksum: * editing/selection/replaced-boundaries-3-expected.png: * fast/block/margin-collapse/103-expected.checksum: * fast/block/margin-collapse/103-expected.png: * fast/forms/001-expected.checksum: * fast/forms/001-expected.png: * fast/forms/HTMLOptionElement_label01-expected.checksum: * fast/forms/HTMLOptionElement_label01-expected.png: * fast/forms/HTMLOptionElement_label02-expected.checksum: * fast/forms/HTMLOptionElement_label02-expected.png: * fast/forms/HTMLOptionElement_label03-expected.checksum: * fast/forms/HTMLOptionElement_label03-expected.png: * fast/forms/HTMLOptionElement_label04-expected.checksum: * fast/forms/HTMLOptionElement_label04-expected.png: * fast/forms/form-element-geometry-expected.checksum: * fast/forms/form-element-geometry-expected.png: * fast/forms/option-script-expected.checksum: * fast/forms/option-script-expected.png: * fast/forms/option-strip-whitespace-expected.checksum: * fast/forms/option-strip-whitespace-expected.png: * fast/invalid/014-expected.checksum: * fast/invalid/014-expected.png: * fast/parser/document-write-option-expected.checksum: * fast/parser/document-write-option-expected.png: * tables/mozilla/bugs/bug2479-3-expected.checksum: * tables/mozilla/bugs/bug2479-3-expected.png: * tables/mozilla/bugs/bug29326-expected.checksum: * tables/mozilla/bugs/bug29326-expected.png: * tables/mozilla/bugs/bug33855-expected.checksum: * tables/mozilla/bugs/bug33855-expected.png: * tables/mozilla/bugs/bug96334-expected.checksum: * tables/mozilla/bugs/bug96334-expected.png: * tables/mozilla/core/margins-expected.checksum: * tables/mozilla/core/margins-expected.png: * tables/mozilla/dom/tableDom-expected.checksum: * tables/mozilla/dom/tableDom-expected.png: 2006-07-10 Darin Adler * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Updated one more result for Adele's 4463835 change last night. 2006-07-10 Beth Dakin Reviewed by Maciej. Test cases for Support the CSS3 content property for images * fast/css/contentDiv-expected.checksum: Added. * fast/css/contentDiv-expected.png: Added. * fast/css/contentDiv-expected.txt: Added. * fast/css/contentDiv.html: Added. * fast/css/contentDivWithChildren-expected.checksum: Added. * fast/css/contentDivWithChildren-expected.png: Added. * fast/css/contentDivWithChildren-expected.txt: Added. * fast/css/contentDivWithChildren.html: Added. * fast/css/contentImage-expected.checksum: Added. * fast/css/contentImage-expected.png: Added. * fast/css/contentImage-expected.txt: Added. * fast/css/contentImage.html: Added. * fast/css/resources/show-shoes-vs-pie.png: Added. 2006-07-09 Anders Carlsson Reviewed by Adele. http://bugzilla.opendarwin.org/show_bug.cgi?id=9245 Quirksmode: Incorrect handling of disabled BUTTON elements * fast/forms/activate-and-disabled-elements-expected.txt: Added. * fast/forms/activate-and-disabled-elements.html: Added. 2006-07-09 Adele Peterson Reviewed by Maciej. Updated results for: Switch to use new popup menu implementation for text is reversed on "visual Hebrew" pages * fast/css/rtl-ordering-expected.checksum: Added. * fast/css/rtl-ordering-expected.png: Added. * fast/css/rtl-ordering-expected.txt: Added. * fast/css/rtl-ordering.html: Added. 2006-01-12 Mark Rowe Reviewed and committed by John Sullivan. Fixed editing/selection/selection-actions layout test beeps annoyingly when run * editing/selection/selection-actions.html: Fixed two typos in selector names. 2006-01-12 Alexander Kellett Reviewed by eseidel. Committed by eseidel. Updated results from after fixes. http://bugzilla.opendarwin.org/show_bug.cgi?id=5965 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: * svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: * svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-light-01-f.svg: Added. * svg/W3C-SVG-1.1/filters-light-01-f.svg-disabled: Removed. * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt Added. * svg/W3C-SVG-1.1/filters-light-01-f-expected.png Added. * svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum Added. * svg/W3C-SVG-1.1/filters-specular-01-f.svg: Added. * svg/W3C-SVG-1.1/filters-specular-01-f.svg-disabled: Removed. * svg/W3C-SVG-1.1/filters-specular-01-f-expected.png Added. * svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum Added. * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: * svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: * svg/W3C-SVG-1.1/render-groups-01-b-expected.png: * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: * svg/W3C-SVG-1.1/render-groups-03-t.svg: Added. * svg/W3C-SVG-1.1/render-groups-03-t.svg-disabled: Removed. * svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: Added. * svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added. * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: * svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum: * svg/W3C-SVG-1.1/struct-image-05-b-expected.png: * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: * svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: * svg/W3C-SVG-1.1/text-intro-03-b-expected.png: * svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum: * svg/W3C-SVG-1.1/text-intro-04-t-expected.png: 2006-01-11 Justin Garcia Reviewed by bdash I used apple.com as the iframe src in the last checkin, oops. I just use another layout test for the src now. * editing/selection/iframe-expected.checksum: * editing/selection/iframe-expected.png: * editing/selection/iframe-expected.txt: * editing/selection/iframe.html: 2006-01-11 Justin Garcia Reviewed by darin New/updated layout tests for: Double-clicking on an SVG dies in HTML editing code Assertion failure: result != *this (khtml::VisiblePosition::previous()) * editing/inserting/editing-empty-divs-expected.checksum: * editing/inserting/editing-empty-divs-expected.png: * editing/inserting/editing-empty-divs-expected.txt: * editing/selection/iframe-expected.checksum: Added. * editing/selection/iframe-expected.png: Added. * editing/selection/iframe-expected.txt: Added. * editing/selection/iframe.html: Added. * editing/selection/inline-table-expected.checksum: Added. * editing/selection/inline-table-expected.png: Added. * editing/selection/inline-table-expected.txt: Added. * editing/selection/inline-table.html: Added. * editing/selection/select-box-expected.checksum: Added. * editing/selection/select-box-expected.png: Added. * editing/selection/select-box-expected.txt: Added. * editing/selection/select-box.html: Added. 2006-01-11 Ricci Adams Reviewed by Maciej, reworked and landed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5939 final comma in javascript object prevents parsing * fast/js/resources/object-extra-comma.js: Added. * fast/js/object-extra-comma.html: Added. * fast/js/object-extra-comma-expected.txt: Added. * fast/js/resources/js-test-pre.js: Fixed a typo. * fast/js/*: Set some MIME types. 2006-01-11 Ricci Adams Reviewed by Geoff, reworked and landed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5308 Number.toFixed doesn't include leading 0 * fast/js/resources/number-tofixed.js: Added some test cases for toFixed(1). * fast/js/number-tofixed-expected.txt: Updated. 2006-01-11 Ricci Adams Reviewed by Geoff, reworked and landed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5307 Number.toFixed doesn't round 0.5 up * fast/js/number-tofixed-expected.txt: Added. * fast/js/number-tofixed.html: Added. * fast/js/resources/number-tofixed.js: Added. 2006-01-09 Alexey Proskuryakov Reviewed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6446 Allow surrogate pairs in numeric entities * fast/parser/entity-surrogate-pairs-expected.checksum: Added. * fast/parser/entity-surrogate-pairs-expected.png: Added. * fast/parser/entity-surrogate-pairs-expected.txt: Added. * fast/parser/entity-surrogate-pairs.html: Added. 2006-01-09 Geoffrey Garen Layout tests for Submitting a form in onUnload event handler causes crash in -[WebDataSource(WebPrivate) _commitIfReady:].) and - http://bugzilla.opendarwin.org/show_bug.cgi?id=6331 REGRESSION: form events don't fire after back/forward navigation, due to inconsistent load state * fast/loader/form-events-back-forward-expected.txt: Added. * fast/loader/form-events-back-forward.html: Added. * fast/loader/onunload-form-submit-crash-expected.txt: Added. * fast/loader/onunload-form-submit-crash.html: Added. * fast/loader/resources/onunload-form-submit-crash2.html: Added. 2006-01-09 Alexander Kellett Reviewed by eseidel. Committed by eseidel Updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=5748 Also committed several missing results. * svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-09-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-10-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-11-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-12-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-13-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-14-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-15-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-16-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-17-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-18-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-19-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-20-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-21-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-22-b-expected.png: * svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-23-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-24-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-25-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-27-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-29-b-expected.png: * svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum: * svg/W3C-SVG-1.1/color-prof-01-f-expected.png: * svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum: * svg/W3C-SVG-1.1/color-prop-01-b-expected.png: * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: * svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum: * svg/W3C-SVG-1.1/color-prop-02-f-expected.png: * svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum: * svg/W3C-SVG-1.1/color-prop-03-t-expected.png: * svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum: * svg/W3C-SVG-1.1/coords-trans-01-b-expected.png: * svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum: * svg/W3C-SVG-1.1/coords-trans-02-t-expected.png: * svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum: * svg/W3C-SVG-1.1/coords-trans-03-t-expected.png: * svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum: * svg/W3C-SVG-1.1/coords-trans-04-t-expected.png: * svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum: * svg/W3C-SVG-1.1/coords-trans-05-t-expected.png: * svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum: * svg/W3C-SVG-1.1/coords-trans-06-t-expected.png: * svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: * svg/W3C-SVG-1.1/coords-units-01-b-expected.png: * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: * svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: * svg/W3C-SVG-1.1/coords-units-02-b-expected.png: * svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: * svg/W3C-SVG-1.1/coords-units-03-b-expected.png: * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum: * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: * svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: * svg/W3C-SVG-1.1/filters-color-01-b-expected.png: * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: * svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: * svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: * svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: * svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: * svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: * svg/W3C-SVG-1.1/filters-example-01-b-expected.png: * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: * svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: * svg/W3C-SVG-1.1/filters-image-01-b-expected.png: * svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: * svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: * svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: * svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: * svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum: * svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: * svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: * svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum: * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png: * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum: * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png: * svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum: * svg/W3C-SVG-1.1/interact-dom-01-b-expected.png: * svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum: * svg/W3C-SVG-1.1/interact-events-01-b-expected.png: * svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum: * svg/W3C-SVG-1.1/interact-order-01-b-expected.png: * svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum: * svg/W3C-SVG-1.1/interact-order-02-b-expected.png: * svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum: * svg/W3C-SVG-1.1/interact-order-03-b-expected.png: * svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: * svg/W3C-SVG-1.1/linking-a-01-b-expected.png: * svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: * svg/W3C-SVG-1.1/linking-a-02-b-expected.png: * svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: * svg/W3C-SVG-1.1/linking-a-03-b-expected.png: * svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum: * svg/W3C-SVG-1.1/linking-a-04-t-expected.png: * svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: * svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: * svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: * svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: * svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: * svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: * svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum: * svg/W3C-SVG-1.1/masking-mask-01-b-expected.png: * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum: * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png: * svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum: * svg/W3C-SVG-1.1/masking-path-01-b-expected.png: * svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: * svg/W3C-SVG-1.1/masking-path-02-b-expected.png: * svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum: * svg/W3C-SVG-1.1/masking-path-03-b-expected.png: * svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: * svg/W3C-SVG-1.1/masking-path-04-b-expected.png: * svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum: * svg/W3C-SVG-1.1/masking-path-05-f-expected.png: * svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: * svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: * svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum: * svg/W3C-SVG-1.1/painting-fill-01-t-expected.png: * svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum: * svg/W3C-SVG-1.1/painting-fill-02-t-expected.png: * svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum: * svg/W3C-SVG-1.1/painting-fill-03-t-expected.png: * svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum: * svg/W3C-SVG-1.1/painting-fill-04-t-expected.png: * svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum: * svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: * svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum: * svg/W3C-SVG-1.1/painting-render-01-b-expected.png: * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum: * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum: * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum: * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum: * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: * svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum: * svg/W3C-SVG-1.1/paths-data-01-t-expected.png: * svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum: * svg/W3C-SVG-1.1/paths-data-02-t-expected.png: * svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: * svg/W3C-SVG-1.1/paths-data-03-f-expected.png: * svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: * svg/W3C-SVG-1.1/paths-data-04-t-expected.png: * svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: * svg/W3C-SVG-1.1/paths-data-05-t-expected.png: * svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: * svg/W3C-SVG-1.1/paths-data-06-t-expected.png: * svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: * svg/W3C-SVG-1.1/paths-data-07-t-expected.png: * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png: * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png: * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png: * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png: * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png: * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png: * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum: * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png: * svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum: * svg/W3C-SVG-1.1/render-elems-01-t-expected.png: * svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum: * svg/W3C-SVG-1.1/render-elems-02-t-expected.png: * svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum: * svg/W3C-SVG-1.1/render-elems-03-t-expected.png: * svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum: * svg/W3C-SVG-1.1/render-elems-06-t-expected.png: * svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum: * svg/W3C-SVG-1.1/render-elems-07-t-expected.png: * svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum: * svg/W3C-SVG-1.1/render-elems-08-t-expected.png: * svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: * svg/W3C-SVG-1.1/render-groups-01-b-expected.png: * svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum: * svg/W3C-SVG-1.1/script-handle-01-b-expected.png: * svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum: * svg/W3C-SVG-1.1/script-handle-02-b-expected.png: * svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum: * svg/W3C-SVG-1.1/script-handle-03-b-expected.png: * svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum: * svg/W3C-SVG-1.1/script-handle-04-b-expected.png: * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum: * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum: * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: * svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum: * svg/W3C-SVG-1.1/shapes-line-01-t-expected.png: * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum: * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png: * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum: * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png: * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum: * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png: * svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum: * svg/W3C-SVG-1.1/struct-cond-01-t-expected.png: * svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum: * svg/W3C-SVG-1.1/struct-cond-02-t-expected.png: * svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum: * svg/W3C-SVG-1.1/struct-defs-01-t-expected.png: * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: * svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum: * svg/W3C-SVG-1.1/struct-group-01-t-expected.png: * svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum: * svg/W3C-SVG-1.1/struct-group-02-b-expected.png: * svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum: * svg/W3C-SVG-1.1/struct-image-01-t-expected.png: * svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: * svg/W3C-SVG-1.1/struct-image-02-b-expected.png: * svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum: * svg/W3C-SVG-1.1/struct-image-03-t-expected.png: * svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum: * svg/W3C-SVG-1.1/struct-image-04-t-expected.png: * svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum: * svg/W3C-SVG-1.1/struct-image-05-b-expected.png: * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum: * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: * svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum: * svg/W3C-SVG-1.1/styling-css-01-b-expected.png: * svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum: * svg/W3C-SVG-1.1/styling-css-02-b-expected.png: * svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum: * svg/W3C-SVG-1.1/styling-css-03-b-expected.png: * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum: * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png: * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: * svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum: * svg/W3C-SVG-1.1/styling-pres-01-t-expected.png: * svg/W3C-SVG-1.1/text-align-01-b-expected.checksum: * svg/W3C-SVG-1.1/text-align-01-b-expected.png: * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum: * svg/W3C-SVG-1.1/text-align-02-b-expected.png: * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum: * svg/W3C-SVG-1.1/text-align-03-b-expected.png: * svg/W3C-SVG-1.1/text-align-04-b-expected.checksum: * svg/W3C-SVG-1.1/text-align-04-b-expected.png: * svg/W3C-SVG-1.1/text-align-05-b-expected.checksum: * svg/W3C-SVG-1.1/text-align-05-b-expected.png: * svg/W3C-SVG-1.1/text-align-06-b-expected.checksum: * svg/W3C-SVG-1.1/text-align-06-b-expected.png: * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum: * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png: * svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum: * svg/W3C-SVG-1.1/text-deco-01-b-expected.png: * svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum: * svg/W3C-SVG-1.1/text-fonts-01-t-expected.png: * svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum: * svg/W3C-SVG-1.1/text-fonts-02-t-expected.png: * svg/W3C-SVG-1.1/text-intro-01-t-expected.checksum: * svg/W3C-SVG-1.1/text-intro-01-t-expected.png: * svg/W3C-SVG-1.1/text-intro-02-b-expected.checksum: * svg/W3C-SVG-1.1/text-intro-02-b-expected.png: * svg/W3C-SVG-1.1/text-intro-03-b-expected.checksum: * svg/W3C-SVG-1.1/text-intro-03-b-expected.png: * svg/W3C-SVG-1.1/text-intro-04-t-expected.checksum: * svg/W3C-SVG-1.1/text-intro-04-t-expected.png: * svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: * svg/W3C-SVG-1.1/text-path-01-b-expected.png: * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: * svg/W3C-SVG-1.1/text-text-03-b-expected.png: * svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum: * svg/W3C-SVG-1.1/text-tref-01-b-expected.png: * svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum: * svg/W3C-SVG-1.1/text-tselect-01-b-expected.png: * svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum: * svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: * svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum: * svg/W3C-SVG-1.1/text-ws-01-t-expected.png: * svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum: * svg/W3C-SVG-1.1/text-ws-02-t-expected.png: * svg/custom/conditional-processing-outside-switch-expected.png: Added. * svg/custom/control-points-for-S-and-T-expected.checksum: * svg/custom/control-points-for-S-and-T-expected.png: Added. * svg/custom/fill-update-expected.png: Added. * svg/custom/fractional-rects-expected.checksum: * svg/custom/grayscale-gradient-mask-expected.png: Added. * svg/custom/grayscale-gradient-mask-expected.txt: * svg/custom/junk-data-expected.checksum: Added. * svg/custom/junk-data-expected.png: Added. * svg/custom/path-bad-data-expected.png: Added. * svg/custom/path-update-expected.png: Added. * svg/custom/rounded-rects-expected.png: Added. * svg/custom/simpleCDF-expected.png: Added. * svg/custom/transform-ignore-after-invalid-expected.png: Added. * svg/custom/transform-invalid-expected.png: Added. * svg/custom/transform-with-ending-space-expected.png: Added. * svg/custom/use-forward-refs-expected.png: Added. 2006-01-09 Maciej Stachowiak - fix layout tests that I broke * fast/forms/button-in-forms-collection.html: * fast/js/date-parse-comments-test-expected.txt: * fast/js/date-parse-test-expected.txt: * fast/js/kde/Date-expected.txt: * fast/js/kde/resources/Date.js: * fast/js/resources/date-parse-comments-test.js: * fast/js/resources/date-parse-test.js: 2006-01-09 Alexey Proskuryakov Reviewed by Maciej. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6402 Implement frameElement.width and frameElement.height * fast/frames/frameElement-widthheight.html: Added. * fast/frames/frameElement-widthheight-expected.txt: Added. 2006-01-09 Mitz Pettel Reviewed by Maciej, landed by ap. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6276 Image thumbnails are misplaced on forum.2ostrov.ru * fast/replaced/inline-box-wrapper-handover-expected.checksum: Added. * fast/replaced/inline-box-wrapper-handover-expected.png: Added. * fast/replaced/inline-box-wrapper-handover-expected.txt: Added. * fast/replaced/inline-box-wrapper-handover.html: Added. 2006-01-09 Alexey Proskuryakov Reviewed by Eric. - Updated tests broken by SVN conversion (CR/LF translation) * fast/encoding/utf-16-big-endian.html: * fast/encoding/utf-16-little-endian.html: * css1/text_properties/text-transCapitalize.html: 2006-01-08 Maciej Stachowiak Reviewed by Eric. - Update JavaScript tests so they use KDE style http://bugzilla.opendarwin.org/show_bug.cgi?id=6441 * fast/js/Plug-ins-expected.checksum: Removed. * fast/js/Plug-ins-expected.png: Removed. * fast/js/Plug-ins-expected.txt: Removed. * fast/js/Plug-ins.html: Removed. * fast/js/activation-proto-expected.txt: * fast/js/activation-proto.html: * fast/js/array-every-expected.txt: * fast/js/array-every.html: * fast/js/array-float-delete-expected.txt: * fast/js/array-float-delete.html: * fast/js/array-special-accessors-should-ignore-items-expected.txt: Removed. * fast/js/array-special-accessors-should-ignore-items.html: Removed. * fast/js/assign-expected.txt: * fast/js/assign.html: * fast/js/char-at-expected.txt: * fast/js/char-at.html: * fast/js/code-serialize-paren-expected.txt: * fast/js/code-serialize-paren.html: * fast/js/const-expected.txt: * fast/js/const.html: * fast/js/cyclic-ref-toString-expected.txt: * fast/js/cyclic-ref-toString.html: * fast/js/date-DST-pre-1970-expected.txt: * fast/js/date-DST-pre-1970.html: * fast/js/date-big-constructor-expected.txt: * fast/js/date-big-constructor.html: * fast/js/date-big-setdate-expected.txt: * fast/js/date-big-setdate.html: * fast/js/date-big-setmonth-expected.txt: * fast/js/date-big-setmonth.html: * fast/js/date-negative-setmonth-expected.txt: * fast/js/date-negative-setmonth.html: * fast/js/date-parse-comments-test-expected.txt: * fast/js/date-parse-comments-test.html: * fast/js/date-parse-test-expected.txt: * fast/js/date-parse-test.html: * fast/js/date-preserve-milliseconds-expected.txt: * fast/js/date-preserve-milliseconds.html: * fast/js/declaration-in-block-expected.txt: * fast/js/declaration-in-block.html: * fast/js/delete-syntax-expected.txt: * fast/js/delete-syntax.html: * fast/js/eval-var-decl-expected.txt: * fast/js/eval-var-decl.html: * fast/js/exception-linenums-expected.txt: * fast/js/exception-linenums.html: * fast/js/for-in-to-text-expected.txt: * fast/js/for-in-to-text.html: * fast/js/global-opener-function-expected.txt: Removed. * fast/js/global-opener-function.html: Removed. * fast/js/has-own-property-expected.txt: * fast/js/has-own-property.html: * fast/js/integer-extremes-expected.txt: * fast/js/integer-extremes.html: * fast/js/isPrototypeOf-expected.txt: Added. * fast/js/isPrototypeOf.html: Added. * fast/js/kde/Array-expected.txt: * fast/js/kde/Array.html: * fast/js/kde/Boolean-expected.txt: * fast/js/kde/Boolean.html: * fast/js/kde/Date-expected.txt: * fast/js/kde/Date.html: * fast/js/kde/Error-expected.txt: * fast/js/kde/Error.html: * fast/js/kde/GlobalObject-expected.txt: * fast/js/kde/GlobalObject.html: * fast/js/kde/Number-expected.txt: * fast/js/kde/Number.html: * fast/js/kde/Object-expected.txt: * fast/js/kde/Object.html: * fast/js/kde/Prototype-expected.txt: * fast/js/kde/Prototype.html: * fast/js/kde/RegExp-expected.txt: * fast/js/kde/RegExp.html: * fast/js/kde/StringObject-expected.txt: * fast/js/kde/StringObject.html: * fast/js/kde/assignments-expected.txt: * fast/js/kde/assignments.html: * fast/js/kde/cast-expected.txt: * fast/js/kde/cast.html: * fast/js/kde/comment-1-expected.txt: * fast/js/kde/comment-1.html: * fast/js/kde/comment-2-expected.txt: * fast/js/kde/comment-2.html: * fast/js/kde/completion-expected.txt: * fast/js/kde/completion.html: * fast/js/kde/conditional-expected.txt: * fast/js/kde/conditional.html: * fast/js/kde/const-expected.txt: * fast/js/kde/const.html: * fast/js/kde/constructor_length-expected.txt: * fast/js/kde/constructor_length.html: * fast/js/kde/crash-1-expected.txt: * fast/js/kde/crash-1.html: * fast/js/kde/crash-2-expected.txt: * fast/js/kde/crash-2.html: * fast/js/kde/delete-expected.txt: * fast/js/kde/delete.html: * fast/js/kde/empty-expected.txt: * fast/js/kde/empty.html: * fast/js/kde/encode_decode_uri-expected.txt: * fast/js/kde/encode_decode_uri.html: * fast/js/kde/eval-expected.txt: * fast/js/kde/eval.html: * fast/js/kde/evil-n-expected.txt: * fast/js/kde/evil-n.html: * fast/js/kde/exception_propagation-expected.txt: * fast/js/kde/exception_propagation.html: * fast/js/kde/exceptions-expected.txt: * fast/js/kde/exceptions.html: * fast/js/kde/function-expected.txt: * fast/js/kde/function.html: * fast/js/kde/function_arguments-expected.txt: * fast/js/kde/function_arguments.html: * fast/js/kde/function_constructor-expected.txt: * fast/js/kde/function_constructor.html: * fast/js/kde/function_length-expected.txt: * fast/js/kde/function_length.html: * fast/js/kde/garbage-n-expected.txt: * fast/js/kde/garbage-n.html: * fast/js/kde/inbuilt_function_proto-expected.txt: * fast/js/kde/inbuilt_function_proto.html: * fast/js/kde/inbuilt_function_tostring-expected.txt: * fast/js/kde/inbuilt_function_tostring.html: * fast/js/kde/iteration-expected.txt: * fast/js/kde/iteration.html: * fast/js/kde/j-comment-3-expected.txt: * fast/js/kde/j-comment-3.html: * fast/js/kde/j-comment-4-expected.txt: * fast/js/kde/j-comment-4.html: * fast/js/kde/literals-expected.txt: * fast/js/kde/literals.html: * fast/js/kde/math-expected.txt: * fast/js/kde/math.html: * fast/js/kde/md5-1-expected.txt: * fast/js/kde/md5-1.html: * fast/js/kde/md5-2-expected.txt: * fast/js/kde/md5-2.html: * fast/js/kde/object_prototype-expected.txt: * fast/js/kde/object_prototype.html: * fast/js/kde/object_prototype_tostring-expected.txt: * fast/js/kde/object_prototype_tostring.html: * fast/js/kde/operators-expected.txt: * fast/js/kde/operators.html: * fast/js/kde/parse-expected.txt: * fast/js/kde/parse.html: * fast/js/kde/prototype_length-expected.txt: * fast/js/kde/prototype_length.html: * fast/js/kde/prototype_proto-expected.txt: * fast/js/kde/prototype_proto.html: * fast/js/kde/resources/TEMPLATE-n.html: Added. * fast/js/kde/resources/TEMPLATE.html: Added. * fast/js/kde/resources/base.js: Removed. * fast/js/kde/resources/inbuilt_function_tostring.js: * fast/js/kde/resources/shell.js: Removed. * fast/js/kde/scope-expected.txt: * fast/js/kde/scope.html: * fast/js/kde/statements-expected.txt: * fast/js/kde/statements.html: * fast/js/kde/string-1-n-expected.txt: * fast/js/kde/string-1-n.html: * fast/js/kde/string-2-n-expected.txt: * fast/js/kde/string-2-n.html: * fast/js/kde/var_decl_init-expected.txt: * fast/js/kde/var_decl_init.html: * fast/js/location-assign-expected.txt: Removed. * fast/js/location-assign.html: Removed. * fast/js/named-function-expression-expected.txt: * fast/js/named-function-expression.html: * fast/js/objc-big-method-name-expected.txt: Removed. * fast/js/objc-big-method-name.html: Removed. * fast/js/object-by-name-or-id-expected.txt: Removed. * fast/js/object-by-name-or-id.html: Removed. * fast/js/object-prototype-constructor-expected.txt: * fast/js/object-prototype-constructor.html: * fast/js/object-prototype-toLocaleString-expected.txt: * fast/js/object-prototype-toLocaleString.html: * fast/js/postfix-syntax-expected.txt: * fast/js/postfix-syntax.html: * fast/js/prefix-syntax-expected.txt: * fast/js/prefix-syntax.html: * fast/js/property-getters-and-setters-expected.txt: * fast/js/property-getters-and-setters.html: * fast/js/propertyIsEnumerable-expected.txt: Added. * fast/js/propertyIsEnumerable.html: Added. * fast/js/regexp-caching-expected.txt: * fast/js/regexp-extended-characters-crash-expected.txt: * fast/js/regexp-extended-characters-crash.html: * fast/js/regexp-extended-characters-match-expected.txt: * fast/js/regexp-extended-characters-match.html: * fast/js/regexp-lastindex-expected.txt: * fast/js/regexp-lastindex.html: * fast/js/replace-child-siblings-expected.txt: Removed. * fast/js/replace-child-siblings.html: Removed. * fast/js/resources/TEMPLATE.html: Added. * fast/js/resources/activation-proto.js: Added. * fast/js/resources/array-every.js: Added. * fast/js/resources/array-float-delete.js: Added. * fast/js/resources/assign.js: Added. * fast/js/resources/char-at.js: Added. * fast/js/resources/child.html: Removed. * fast/js/resources/code-serialize-paren.js: Added. * fast/js/resources/const.js: Added. * fast/js/resources/cyclic-ref-toString.js: Added. * fast/js/resources/date-DST-pre-1970.js: Added. * fast/js/resources/date-big-constructor.js: Added. * fast/js/resources/date-big-setdate.js: Added. * fast/js/resources/date-big-setmonth.js: Added. * fast/js/resources/date-negative-setmonth.js: Added. * fast/js/resources/date-parse-comments-test.js: Added. * fast/js/resources/date-parse-test.js: Added. * fast/js/resources/date-preserve-milliseconds.js: Added. * fast/js/resources/declaration-in-block.js: Added. * fast/js/resources/delete-syntax.js: Added. * fast/js/resources/eval-var-decl.js: Added. * fast/js/resources/exception-linenums.js: Added. * fast/js/resources/for-in-to-text.js: Added. * fast/js/resources/has-own-property.js: Added. * fast/js/resources/integer-extremes.js: Added. * fast/js/resources/isPrototypeOf.js: Added. * fast/js/resources/js-test-post-n.js: Added. * fast/js/resources/js-test-post.js: Added. * fast/js/resources/js-test-pre.js: Added. * fast/js/resources/js-test-style.css: Added. * fast/js/resources/named-function-expression.js: Added. * fast/js/resources/new-location.html: Removed. * fast/js/resources/object-prototype-constructor.js: Added. * fast/js/resources/object-prototype-toLocaleString.js: Added. * fast/js/resources/postfix-syntax.js: Added. * fast/js/resources/prefix-syntax.js: Added. * fast/js/resources/property-getters-and-setters.js: Added. * fast/js/resources/propertyIsEnumerable.js: Added. * fast/js/resources/regexp-extended-characters-crash.js: Added. * fast/js/resources/regexp-extended-characters-match.js: Added. * fast/js/resources/regexp-lastindex.js: Added. * fast/js/resources/slash-lineterminator-parse.js: Added. * fast/js/resources/string-from-char-code.js: Added. * fast/js/resources/string-index-overflow.js: Added. * fast/js/resources/string-replace-2.js: Added. * fast/js/resources/string-slice-abnormal-values.js: Added. * fast/js/resources/string-split-ignore-case.js: Added. * fast/js/resources/string_replace.js: Added. * fast/js/resources/toString-overrides.js: Added. * fast/js/resources/toString-stack-overflow.js: Added. * fast/js/resources/typeof-syntax.js: Added. * fast/js/slash-lineterminator-parse-expected.txt: * fast/js/slash-lineterminator-parse.html: * fast/js/string-from-char-code-expected.txt: * fast/js/string-from-char-code.html: * fast/js/string-index-overflow-expected.txt: * fast/js/string-index-overflow.html: * fast/js/string-replace-2-expected.txt: * fast/js/string-replace-2.html: * fast/js/string-slice-abnormal-values-expected.txt: * fast/js/string-slice-abnormal-values.html: * fast/js/string-split-ignore-case-expected.txt: * fast/js/string-split-ignore-case.html: * fast/js/string_replace-expected.txt: * fast/js/string_replace.html: * fast/js/toString-overrides-expected.txt: * fast/js/toString-overrides.html: * fast/js/toString-stack-overflow-expected.txt: * fast/js/toString-stack-overflow.html: * fast/js/typeof-syntax-expected.txt: * fast/js/typeof-syntax.html: - move DOM tests from fast/js to fast/dom * fast/dom/HTMLDocument/object-by-name-or-id-expected.txt: Added. * fast/dom/HTMLDocument/object-by-name-or-id.html: Added. * fast/dom/Window/Plug-ins-expected.checksum: Added. * fast/dom/Window/Plug-ins-expected.png: Added. * fast/dom/Window/Plug-ins-expected.txt: Added. * fast/dom/Window/Plug-ins.html: Added. * fast/dom/Window/global-opener-function-expected.txt: Added. * fast/dom/Window/global-opener-function.html: Added. * fast/dom/array-special-accessors-should-ignore-items-expected.txt: Added. * fast/dom/array-special-accessors-should-ignore-items.html: Added. * fast/dom/location-assign-expected.txt: Added. * fast/dom/location-assign.html: Added. * fast/dom/objc-big-method-name-expected.txt: Added. * fast/dom/objc-big-method-name.html: Added. * fast/dom/replace-child-siblings-expected.txt: Added. * fast/dom/replace-child-siblings.html: Added. * fast/dom/resources/child.html: Added. * fast/dom/resources/new-location.html: Added. * fast/dom/resources/xmlhttprequest-get-data.xml: Added. * fast/dom/test-prototypes-expected.txt: Added. * fast/dom/test-prototypes.html: Added. * fast/dom/window-object-cross-frame-calls-expected.txt: Added. * fast/dom/window-object-cross-frame-calls.html: Added. * fast/dom/xmlhttprequest-get-expected.txt: Added. * fast/dom/xmlhttprequest-get.xhtml: Added. 2006-01-08 Timothy Hatcher Rubber stamped by Eric. Fixed corrupted PNGs after the Subversion import. 2006-01-08 Eric Seidel Rubber stamped by mjs. Remove svn:keywords property from all SVG tests. Check in new results using old .svg files from CVS HEAD. Enable previously disabled SVG tests. Disable SVG tests which fail intermittently due to: http://bugzilla.opendarwin.org/show_bug.cgi?id=5965 2006-01-08 Geoffrey Garen Reviewed by eric. New results for recently fixed test. * fast/js/kde/parse-expected.txt: 2006-01-08 Eric Seidel Reviewed by ggaren. Replace corrupted files from svn conversion. * css2.1/support/1x1-green.png: Replaced. * css2.1/support/1x1-lime.png: Replaced. * css2.1/support/1x1-red.png: Replaced. * css2.1/support/1x1-transparent.gif: Replaced. * css2.1/support/1x1-transparent.png: Replaced. * css2.1/support/a-green.css: Replaced. * css2.1/support/b-green.css: Replaced. * css2.1/support/c-red.css: Replaced. * css2.1/support/cat.png: Replaced. * css2.1/support/css1test412a.png: Replaced. * css2.1/support/css1test412b-a.png: Replaced. * css2.1/support/css1test412b-b.png: Replaced. * css2.1/support/css1test42a.png: Replaced. * css2.1/support/css1test44a.png: Replaced. * css2.1/support/css1test44b.png: Replaced. * css2.1/support/css1test44c.png: Replaced. * css2.1/support/css1test44d.png: Replaced. * css2.1/support/css1test544b.png: Replaced. * css2.1/support/css1test545.png: Replaced. * css2.1/support/css1test548d.png: Replaced. * css2.1/support/css1test548e.png: Replaced. * css2.1/support/css1test5510-i.png: Replaced. * css2.1/support/css1test5525b-0.png: Replaced. * css2.1/support/css1test5525b-1.png: Replaced. * css2.1/support/css1test5525b-2.png: Replaced. * css2.1/support/css1test5525b-3.png: Replaced. * css2.1/support/css1test5525b-4.png: Replaced. * css2.1/support/css1test5525b-5.png: Replaced. * css2.1/support/css1test5525b-6.png: Replaced. * css2.1/support/css1test5525ce-1.png: Replaced. * css2.1/support/css1test5525ce-2.png: Replaced. * css2.1/support/css1test5525cf-0.png: Replaced. * css2.1/support/css1test5525cf-1.png: Replaced. * css2.1/support/css1test5526.png: Replaced. * css2.1/support/css1test5526c.gif: Replaced. * css2.1/support/css1test5526c.png: Replaced. * css2.1/support/css1test562.png: Replaced. * css2.1/support/css1test566a.png: Replaced. * css2.1/support/css1test62-inner.png: Replaced. * css2.1/support/css1test62-outer.png: Replaced. * css2.1/support/css1test64a.css: Replaced. * css2.1/support/css1test64b.css: Replaced. * css2.1/support/pattern-gg-gr.png: Replaced. * css2.1/support/pattern-grg-rgr-grg.png: Replaced. * css2.1/support/pattern-grg-rrg-rgg.png: Replaced. * css2.1/support/pattern-rgr-grg-rgr.png: Replaced. * css2.1/support/pattern-tr.png: Replaced. * css2.1/support/ruler-h-50%.png: Replaced. * css2.1/support/ruler-h-50px.png: Replaced. * css2.1/support/ruler-v-100px.png: Replaced. * css2.1/support/ruler-v-50px.png: Replaced. * css2.1/support/square-purple.png: Replaced. * css2.1/support/square-teal.png: Replaced. * css2.1/support/square-white.png: Replaced. * css2.1/support/swatch-blue.png: Replaced. * css2.1/support/swatch-green.png: Replaced. * css2.1/support/swatch-lime.png: Replaced. * css2.1/support/swatch-orange.png: Replaced. * css2.1/support/swatch-red.png: Replaced. * css2.1/support/swatch-white.png: Replaced. * css2.1/support/swatch-yellow.png: Replaced. * css2.1/support/test-bl.gif: Replaced. * css2.1/support/test-bl.png: Replaced. * css2.1/support/test-br.gif: Replaced. * css2.1/support/test-br.png: Replaced. * css2.1/support/test-inner-half-size.png: Replaced. * css2.1/support/test-outer.png: Replaced. * css2.1/support/test-tl.gif: Replaced. * css2.1/support/test-tl.png: Replaced. * css2.1/support/test-tr.gif: Replaced. * css2.1/support/test-tr.png: Replaced. 2006-01-08 Maciej Stachowiak - updated test reulsts for basic SVG text support using CSS-based rendering http://bugzilla.opendarwin.org/show_bug.cgi?id=4883 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-02-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-04-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: * svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: * svg/W3C-SVG-1.1