2007-12-01 Antti Koivisto 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 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 Reviewed by Darin Adler. - test for 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 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 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 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 Reviewed by Darin. Test for http://bugs.webkit.org/show_bug.cgi?id=16072 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 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me. 2007-11-29 Holger Hans Peter Freyther 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 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 Reviewed by Sam. FrameLoadDelegate callbacks are not dumped in DRT. Remove now passing tests. * platform/win/Skipped: 2007-11-29 Alice Liu Reviewed by Adam. * platform/win/Skipped: Removed two Mac-specific tests. 2007-11-29 Alice Liu 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 . 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 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 Reviewed by Adam. * platform/win/Skipped: Removed a passing test. 2007-11-29 Alice Liu Group failures related to dumpResourceLoadCallbacks being unimplemented Reviewed by Adam. * platform/win/Skipped: 2007-11-29 Alice Liu Group failures related to using Cygwin paths Reviewed by Adam. * platform/win/Skipped: 2007-11-29 Brady Eidson 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 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 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 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 Reviewed by Adam. * platform/win/Skipped: Removed another passing test. 2007-11-29 Alice Liu Reviewed by Adam. * platform/win/Skipped: Recategorized one failing test and removed a passing test. 2007-11-29 Alice Liu Removing from skipped list because it's not failing. * platform/win/Skipped: 2007-11-29 Anders Carlsson 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 Removing some fixed tests * platform/win/Skipped: 2007-11-29 Anders Carlsson Reviewed by Adam. setUserStyleSheetEnabled is not fully implemented in Windows DRT. * platform/win/Skipped: 2007-11-28 Mark Rowe 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 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 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 Reviewed by Darin. 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 Reviewed by Darin Adler. 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 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 Reviewed by Darin. 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 Removing some tests tracked by because they don't fail. * platform/win/Skipped: 2007-11-28 Alice Liu Removing fixed tests tracked by * platform/win/Skipped: 2007-11-28 Alice Liu 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 Reviewed by Dave Hyatt. - test for 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 Reviewed by Dan. 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 Reviewed by Oliver. Test for 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 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 Reviewed by Dave Hyatt. Test for: 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 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 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 Reviewed by Darin. Tests for - 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 Reviewed by Dave Hyatt. - test for 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 * platform/win/Skipped: Add a known failure. 2007-11-25 Adam Roben * platform/win/Skipped: Remove an unnecessary entry. 2007-11-25 Mark Rowe 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 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 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 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 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 Reviewed by Maciej. 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 - 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 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 Reviewed by Maciej. http://bugs.webkit.org/show_bug.cgi?id=16077 XSLT processor 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 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 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 Reviewed by Eric Seidel. - repaint test for 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 Reviewed by Maciej. 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 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 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 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 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 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 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 Reviewed by Maciej. Whitespace handling doesn't match HTML5. * fast/parser/html-whitespace-expected.txt: Added. * fast/parser/html-whitespace.html: Added. 2007-11-16 Dan Bernstein Reviewed by Darin Adler. - repaint test for 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 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 Reviewed by Adam. 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 Reviewed by Darin Adler and Sam Weinig. - remove fast/forms/select-type-ahead-non-latin.html after fixing * platform/win/Skipped: 2007-11-16 Nikolas Zimmermann 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 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 Reviewed by Oliver. Test for 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 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 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 . * fast/xpath/xpath-functional-test-expected.txt: Added. * fast/xpath/xpath-functional-test.html: Added. 2007-11-15 Khoo Yit Phang 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 Reviewed by Adele Peterson. 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 Reviewed by Brady. 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 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 Try to make this test less timing dependent. * http/tests/media/video-play-stall.html: 2007-11-14 Beth Dakin Reviewed by Hyatt. Tests for REGRESSION: Combination of client-side image map and 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 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 Reviewed by Alexey Proskuryakov. CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs * editing/deleting/5546763-expected.txt: Added. * editing/deleting/5546763.html: Added. 2007-11-14 Anders Carlsson Reviewed by Adam. 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 Try to make this test less timing dependent. * media/video-currentTime-set-expected.txt: * media/video-currentTime-set.html: 2007-11-14 Anders Carlsson Reviewed by Adam. * platform/win/Skipped: Remove fast/dom/Window/window-onFocus.html since it succeeds now. 2007-11-13 Brady Eidson 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 Add the http/tests/media directory to the Windows Skipped file * platform/win/Skipped: 2007-11-13 Sam Weinig Reviewed by Adam Roben. Fix for 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 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 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 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 Reviewed by Darin Adler. - no-repaint test for 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 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 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 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 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 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 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 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 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 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 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 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 Remove a now-passing test from the Windows Skipped file Reviewed by Darin. * platform/win/Skipped: 2007-11-10 Darin Adler * 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 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 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 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 Reviewed by Tim Hatcher. Follow up to 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 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 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 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 Add a test for 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 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 Reviewed by Oliver. Test for 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 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 Reviewed by Beth Dakin. - test for 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 Reviewed by Adam. - test changes for accesskey does not focus