2007-12-19 Dan Bernstein - remove passing tests following the change to font fallback * platform/win/Skipped: Removed tests that failed only because they specified as primary font family a font family that was not available on Windows and therefore were rendered using the platform last resort font, Times New Roman. Now they are rendered using the 'standard' font family, which is set to Times on both Mac and Windows when running the tests. 2007-12-19 Alice Liu Reviewed by Darin. Fixed Safari crashed trying to get a motorcycle insurance quote on Geico.com WebCore::Document::inPageCache() * fast/events/nested-event-remove-node-crash-expected.txt: Added. * fast/events/nested-event-remove-node-crash.html: Added. 2007-12-19 Andre Boule Reviewed by Dan Bernstein. Adding tests for canvas compositing modes to make sure the results don't change after: GraphicsContext::setCompositeOperation should use CGContextSetBlendMode The following compositing modes don't pass however that is covered by another bug: source-in source-out destination-in destination-atop copy Some canvas tag compositing modes don't render correctly * fast/canvas/canvas-composite.html: Added. * platform/mac/fast/canvas/canvas-composite-expected.checksum: Added. * platform/mac/fast/canvas/canvas-composite-expected.png: Added. * platform/mac/fast/canvas/canvas-composite-expected.txt: Added. 2007-12-19 Dan Bernstein Reviewed by Dave Hyatt. - test for REGRESSION: major layout problems in svn r28754 WebKit on Vox.com page * fast/dynamic/subtree-boundary-percent-height.html: Added. * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.checksum: Added. * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.png: Added. * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added. 2007-12-18 Beth Dakin Reviewed by Oliver. Test for SVGs with width and height 100% fail to render when used as or CSS image (16167) * fast/images/resources/green-relative-size-rect.svg: Added. * fast/images/svg-as-relative-image.html: Added. * platform/mac/fast/images/svg-as-relative-image-expected.checksum: Added. * platform/mac/fast/images/svg-as-relative-image-expected.png: Added. * platform/mac/fast/images/svg-as-relative-image-expected.txt: Added. 2007-12-18 Dan Bernstein Reviewed by John Sullivan. - remove passing test and reclassify one failing test * platform/win/Skipped: Removed fast/text/international/002.html. 2007-12-18 Sam Weinig Reviewed by Geoffrey. - Temporarily remove calls that are causing subsequent tests in DRT to fail. Filled http://bugs.webkit.org/show_bug.cgi?id=16510 to track the issue. * http/tests/security/cross-frame-access-history-expected.txt: * http/tests/security/cross-frame-access-history.html: 2007-12-18 Darin Adler - fix failing regression test * fast/regex/resources/TEMPLATE.html: Updated this template -- I accidentally landed the one that was copied without updating the paths. * fast/regex/slow.html: Regenerated. 2007-12-18 Alice Liu Reviewed by Darin. Fixed REGRESSION: dom/xhtml/level2/html/HTMLDocument12 fails on Leopard * fast/cookies/local-file-can-set-cookies.html: cookies are matched by domain and path, and since layout tests are file URLs, they all match on domain. setting a cookie without specifying the path will make CFNetwork pick up the path from the URL automatically. Since fast/cookies/local-file-can-set-cookies.html set a specific path of /, that cookie will be set for EVERY local file loaded in Safari. removing that component from the cookie string will fix the problem. 2007-12-18 Darin Adler Reviewed by Geoff. - test for http://bugs.webkit.org/show_bug.cgi?id=16458 REGRESSION (r28164): regular expressions can now hang due to lack of a match limit * fast/regex/resources: Added. * fast/regex/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html. * fast/regex/resources/slow.js: Added. * fast/regex/slow-expected.txt: Added. * fast/regex/slow.html: Added. 2007-12-18 Dan Bernstein Reviewed by John Sullivan. - remove passing test * platform/win/Skipped: Removed fast/text/international/wrap-CJK-001.html 2007-12-17 Alice Liu Reviewed by Adam. Test for window with no scrollbars can still be scrolled with wheelevent * fast/events/attempt-scroll-with-no-scrollbars-expected.txt: Added. * fast/events/attempt-scroll-with-no-scrollbars.html: Added. * platform/mac/Skipped: Adding to mac Skipped list because of window.scrollTo scrolls a window with no scrollbars * platform/win/Skipped: Adding to win Skipped list because of Windows DRT does not support multiple windows 2007-12-17 Darin Adler - disabling this test until we can find a way to make it pass on diverse machines * fast/css/css2-system-color.html: Removed. * fast/css/css2-system-color.html-disabled: Copied from fast/css/css2-system-color.html. 2007-12-17 Anders Carlsson Fix argument to window.open. * http/tests/misc/window-open-then-write.html: 2007-12-17 Mark Rowe Update test results after r28812. * platform/mac-tiger/fast/css/css2-system-color-expected.txt: * platform/mac/fast/css/css2-system-color-expected.txt: 2007-12-17 Alexey Proskuryakov Reviewed by Darin. Live to the promise of never making AppKit special character codes visible via DOM. * fast/events/arrow-keys-on-body-expected.txt: Added. * fast/events/arrow-keys-on-body.html: Added. 2007-12-16 Darin Adler * fast/js/regexp-overflow-expected.txt: Updated. I accidentally checked in an out-of-date file last time. 2007-12-16 Darin Adler Reviewed by Maciej. - test for http://bugs.webkit.org/show_bug.cgi?id=16459 REGRESSION: assertion failure with regexp with \B in a case-ignoring character range * fast/js/regexp-overflow-expected.txt: Updated. * fast/js/resources/regexp-overflow.js: Added test cases. 2007-12-16 Darin Adler Reviewed by Maciej. - tests for the argument handling of the executeSql function * storage/execute-sql-args-expected.txt: Added. * storage/execute-sql-args.html: Added. 2007-12-16 Darin Adler - try to get the system color test passing on the buildbot I fear this test may be vulnerable to slight platform differences. * platform/mac-tiger/fast: Added. * platform/mac-tiger/fast/css: Added. * platform/mac-tiger/fast/css/css2-system-color-expected.checksum: Copied from platform/mac/fast/css/css2-system-color-expected.checksum. * platform/mac-tiger/fast/css/css2-system-color-expected.png: Copied from platform/mac/fast/css/css2-system-color-expected.png. * platform/mac-tiger/fast/css/css2-system-color-expected.txt: Copied from platform/mac/fast/css/css2-system-color-expected.txt. Then updated to match what the buildbot says. * platform/mac/fast/css/css2-system-color-expected.txt: Updated to match results I'm getting locally on my Leopard machine. 2007-12-16 Beth Dakin Reviewed by Geoff. Tests for SVG as border-image. * fast/borders/resources/green-fixed-size-rect.svg: Added. * fast/borders/resources/green-relative-size-rect.svg: Added. * fast/borders/svg-as-border-image-2.html: Added. * fast/borders/svg-as-border-image.html: Added. * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum: Added. * platform/mac/fast/borders/svg-as-border-image-2-expected.png: Added. * platform/mac/fast/borders/svg-as-border-image-2-expected.txt: Added. * platform/mac/fast/borders/svg-as-border-image-expected.checksum: Added. * platform/mac/fast/borders/svg-as-border-image-expected.png: Added. * platform/mac/fast/borders/svg-as-border-image-expected.txt: Added. 2007-12-16 Andrew Wellington Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=6129 Incomplete implementation of CSS 2.1 system colors Add layout test for this bug and update tests for new system-derived colors * fast/css/css2-system-color.html: Added. * platform/mac/fast/css/css2-system-color-expected.checksum: Added. * platform/mac/fast/css/css2-system-color-expected.png: Added. * platform/mac/fast/css/css2-system-color-expected.txt: Added. * platform/mac/fast/css/css2-system-fonts-expected.checksum: * platform/mac/tables/mozilla/bugs/bug103533-expected.txt: 2007-12-16 Dan Bernstein Reviewed by Darin Adler. - test for http://bugs.webkit.org/show_bug.cgi?id=16426 Divs with overflow:auto: scrollbars not correctly updated when contents change * fast/overflow/scrollbar-position-update.html: Added. * platform/mac-leopard/fast/overflow: Added. * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.checksum: Added. * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.png: Added. * platform/mac/fast/overflow/scrollbar-position-update-expected.txt: Added. 2007-12-15 Darin Adler Disabled the smallFonts.svg test, which has been failing for weeks. I heard that Niko is going to fix this soon. He should rename it back at that time. Removed the svn:executable flag from many .svg, .png, and .css files that had it set for no good reason. * svg/batik/text/smallFonts.svg: Removed. * svg/batik/text/smallFonts.svg-disabled: Copied from svg/batik/text/smallFonts.svg. 2007-12-15 Eric Seidel Reviewed by Oliver. Width of SVG elements not applied to container elements http://bugs.webkit.org/show_bug.cgi?id=16305 * platform/mac/svg/css/css-box-min-width-expected.checksum: Added. * platform/mac/svg/css/css-box-min-width-expected.png: Added. * platform/mac/svg/css/css-box-min-width-expected.txt: Added. * svg/css/css-box-min-width.html: Added. 2007-12-15 Alp Toker http://bugs.webkit.org/show_bug.cgi?id=16449 cairo_arc() functions hang or crash when passed inf as radius or start/end angle Fixed in r28751. Remove these tests from the skip list: fast/canvas/arc-crash.html fast/canvas/canvas-with-incorrect-args.html * platform/gtk/Skipped: 2007-12-05 Mark Rowe Reviewed by Alp Toker. Add a skeleton Gtk skipped list containing only tests that hang run-webkit-tests. * platform/gtk/Skipped: Added. 2007-12-15 Alexey Proskuryakov Reviewed by Maciej. http://bugs.webkit.org/show_bug.cgi?id=16436 Alt+Space works incorrectly * platform/win/fast/events/alt-space-scroll-expected.txt: Added. * platform/win/fast/events/alt-space-scroll.html: Added. 2007-12-14 Dan Bernstein - share the results of this test between Tiger and Leopard * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed. * platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt. 2007-12-14 Anders Carlsson Reviewed by Brady. Add test that calls window.open and then immediately writes into the document of the newly opened window. * http/tests/misc/resources/compass.jpg: Added. * http/tests/misc/window-open-then-write-expected.txt: Added. * http/tests/misc/window-open-then-write.html: Added. * platform/win/Skipped: 2007-12-14 David Smith Reviewed by Mitz. - test for http://bugs.webkit.org/show_bug.cgi?id=14955 Implement getElementsByClassName Tests added from http://tc.labs.opera.com/apis/getElementsByClassName/ * fast/dom/Window/window-properties-expected.txt: * fast/dom/getElementsByClassName: Added. * fast/dom/getElementsByClassName/001-expected.txt: Added. * fast/dom/getElementsByClassName/001.html: Added. * fast/dom/getElementsByClassName/002-expected.txt: Added. * fast/dom/getElementsByClassName/002.html: Added. * fast/dom/getElementsByClassName/003-expected.txt: Added. * fast/dom/getElementsByClassName/003.html: Added. * fast/dom/getElementsByClassName/004-expected.txt: Added. * fast/dom/getElementsByClassName/004.html: Added. * fast/dom/getElementsByClassName/005-expected.txt: Added. * fast/dom/getElementsByClassName/005.html: Added. * fast/dom/getElementsByClassName/006-expected.txt: Added. * fast/dom/getElementsByClassName/006.html: Added. * fast/dom/getElementsByClassName/007-expected.txt: Added. * fast/dom/getElementsByClassName/007.html: Added. * fast/dom/getElementsByClassName/008-expected.txt: Added. * fast/dom/getElementsByClassName/008.html: Added. * fast/dom/getElementsByClassName/009-expected.txt: Added. * fast/dom/getElementsByClassName/009.html: Added. * fast/dom/getElementsByClassName/010-expected.txt: Added. * fast/dom/getElementsByClassName/010.xml: Added. * fast/dom/getElementsByClassName/011-expected.txt: Added. * fast/dom/getElementsByClassName/011.xml: Added. * fast/dom/getElementsByClassName/012-expected.txt: Added. * fast/dom/getElementsByClassName/012.html: Added. * fast/dom/getElementsByClassName/013-expected.txt: Added. * fast/dom/getElementsByClassName/013.html: Added. * fast/dom/getElementsByClassName/014-expected.txt: Added. * fast/dom/getElementsByClassName/014.html: Added. * fast/dom/getElementsByClassName/array: Added. * fast/dom/getElementsByClassName/array/001-expected.txt: Added. * fast/dom/getElementsByClassName/array/001.html: Added. * fast/dom/getElementsByClassName/array/002-expected.txt: Added. * fast/dom/getElementsByClassName/array/002.html: Added. * fast/dom/getElementsByClassName/array/003-expected.txt: Added. * fast/dom/getElementsByClassName/array/003.html: Added. * fast/dom/getElementsByClassName/array/004-expected.txt: Added. * fast/dom/getElementsByClassName/array/004.html: Added. * fast/dom/getElementsByClassName/dumpNodeList-expected.txt: Added. * fast/dom/getElementsByClassName/dumpNodeList.html: Added. * fast/dom/getElementsByClassName/resources: Added. * fast/dom/getElementsByClassName/resources/common.js: Added. 2007-12-14 Darin Adler Reviewed by Alexey. - http://bugs.webkit.org/show_bug.cgi?id=16420 change regression tests to use document.execCommand instead of textInputController.doCommand To avoid changing results at this time, I didn't correct the many tests that now have misleading "this test cannot be run manually" text or references to "NSResponder" or uneeded instructions for running the test manually. We can do that on a later pass. * editing/deleting/5300379.html: Use execCommand instead of doCommand. * editing/deleting/delete-to-end-of-paragraph.html: Ditto. * editing/deleting/smart-delete-003.html: Ditto. * editing/deleting/smart-delete-004.html: Ditto. * editing/execCommand/nsresponder-indent.html: Ditto. * editing/execCommand/nsresponder-outdent.html: Ditto. * editing/selection/4947387.html: Ditto. * editing/selection/5195166-1.html: Ditto. * editing/selection/5195166-2.html: Ditto. * editing/selection/select-line.html: Ditto. * editing/selection/selection-actions.html: Ditto. 2007-12-14 Justin Garcia Reviewed by Darin Adler. Hang in SplitElementCommand::doApply when outdenting a list item in a particular list * editing/execCommand/5575101-1-expected.txt: Added. * editing/execCommand/5575101-1.html: Added. * editing/execCommand/5575101-2-expected.txt: Added. * editing/execCommand/5575101-2.html: Added. * editing/execCommand/5575101-3-expected.txt: Added. * editing/execCommand/5575101-3.html: Added. 2007-12-14 Anders Carlsson Reviewed by Darin and Geoff. REGRESSION: 303-304: Embedded YouTube video fails to render- JS errors (16150) (Flash 9) Add cross frame plug/in test where a plug/in inside an iframe tries to access properties of the top-level frame. * http/tests/plugins/cross-frame-object-access-expected.txt: Added. * http/tests/plugins/cross-frame-object-access.html: Added. * http/tests/plugins/resources/cross-frame-object-access.html: Added. 2007-12-14 Oliver Hunt Reviewed by Adam. Fix test output, and move test to mac skipped lists until fast/events/mouseout-on-window.html is fixed. * fast/events/mouseout-on-window-expected.txt: * platform/mac/Skipped: 2007-12-13 Justin Garcia Reviewed by Oliver Hunt. In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a
element * editing/inserting/5607069-1-expected.checksum: Added. * editing/inserting/5607069-1-expected.png: Added. * editing/inserting/5607069-1-expected.txt: Added. * editing/inserting/5607069-1.html: Added. * editing/inserting/5607069-2.html: Added. * editing/inserting/5607069-3.html: Added. * platform/mac/editing/inserting/5607069-2-expected.checksum: Added. * platform/mac/editing/inserting/5607069-2-expected.png: Added. * platform/mac/editing/inserting/5607069-2-expected.txt: Added. * platform/mac/editing/inserting/5607069-3-expected.checksum: Added. * platform/mac/editing/inserting/5607069-3-expected.png: Added. * platform/mac/editing/inserting/5607069-3-expected.txt: Added. 2007-12-13 Dan Bernstein Reviewed by Dave Hyatt. - test for explicit cubic-bezier curves all treated as "default" for transition-timing-function * fast/css/transition-timing-function-expected.txt: Added. * fast/css/transition-timing-function.html: Added. 2007-12-13 Kevin McCullough Reviewed by Adam. - Layout tests fix. Removed machine dependant results and generated new results without machine specific information. * fast/dom/frame-loading-via-document-write-expected.txt: Added. * http/tests/security/frame-loading-via-document-write-expected.txt: Added. * http/tests/security/local-CSS-from-remote-expected.txt: * http/tests/security/local-JavaScript-from-remote-expected.txt: * http/tests/security/local-iFrame-from-remote-expected.txt: * http/tests/security/local-image-from-remote-expected.txt: * platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed. * platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed. * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed. * platform/mac/http/tests/security: Removed. * platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed. * platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed. * platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed. * platform/win/Skipped: * platform/win/http: Removed. * platform/win/http/tests: Removed. * platform/win/http/tests/security: Removed. * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed. 2007-12-13 Alexey Proskuryakov Reviewed by Adele. http://bugs.webkit.org/show_bug.cgi?id=16421 REGRESSION(r28669): Page scrolls down when you hit space key in text area * fast/events/space-scroll-event-expected.txt: Added. * fast/events/space-scroll-event.html: Added. 2007-12-13 Justin Garcia Reviewed by Darin Adler. GMail Editor: Copied link doesn't paste as a link, just colored text * editing/pasteboard/5601583-1.html: Added. * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added. * platform/mac/editing/pasteboard/5601583-1-expected.png: Added. * platform/mac/editing/pasteboard/5601583-1-expected.txt: Added. 2007-12-13 Kevin McCullough Reviewed by Alice and Sam. - Need a way to specify local resources (being loaded from HTTP tests) on Windows. - Updated the following tests to use the new layoutTestController function, pathToLocalResource to get a Windows viable path (when on Windows) to the local resources they are attempting to access. - Also clarified and updated some results. * fast/dom/frame-loading-via-document-write.html: * fast/loader/local-CSS-from-local-expected.txt: * fast/loader/local-CSS-from-local.html: * fast/loader/local-JavaScript-from-local-expected.txt: * fast/loader/local-JavaScript-from-local.html: * fast/loader/local-iFrame-source-from-local-expected.txt: * fast/loader/local-iFrame-source-from-local.html: * fast/loader/local-image-from-local-expected.txt: * fast/loader/local-image-from-local.html: * http/tests/security/frame-loading-via-document-write.html: * http/tests/security/local-CSS-from-remote-expected.txt: * http/tests/security/local-CSS-from-remote.html: * http/tests/security/local-JavaScript-from-remote-expected.txt: * http/tests/security/local-JavaScript-from-remote.html: * http/tests/security/local-iFrame-from-remote-expected.txt: * http/tests/security/local-iFrame-from-remote.html: * http/tests/security/local-image-from-remote-expected.txt: * http/tests/security/local-image-from-remote.html: * http/tests/security/local-user-CSS-from-remote.html: * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: * platform/win/Skipped: * platform/win/http: Added. * platform/win/http/tests: Added. * platform/win/http/tests/security: Added. * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added. 2007-12-13 Dan Bernstein Reviewed by Adam Roben. - test that Unicode bidi control characters are rendered as zero width spaces * fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added. * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added. * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added. * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added. 2007-12-12 Dan Bernstein Reviewed by Oliver Hunt. - updated results and skipped tests file for text with font:initial; fails to appear (causes fast/text/font-initial.html to fail) * platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum. * platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png. * platform/mac/fast/text/font-initial-expected.checksum: Removed. * platform/mac/fast/text/font-initial-expected.png: Removed. * platform/mac/fast/text/font-initial-expected.txt: * platform/win/Skipped: 2007-12-12 Justin Garcia Reviewed by Darin Adler. Mail crashes at WebCore::highestAncestor() when deleting a particular selection * editing/deleting/5433862-1-expected.txt: Added. * editing/deleting/5433862-1.html: Added. * editing/deleting/5433862-2.html: Added. * platform/mac/editing/deleting/5433862-2-expected.checksum: Added. * platform/mac/editing/deleting/5433862-2-expected.txt: Added. 2007-12-12 Dan Bernstein Reviewed by John Sullivan. - test for a bug in debug builds only where selecting an earlier item in a popup selects the first item * fast/forms/menulist-selection-reset-expected.txt: Added. * fast/forms/menulist-selection-reset.html: Added. 2007-12-12 Beth Dakin Reviewed by Niko. Updated pixel results from my recent SVG change. * svg/custom/inline-svg-in-xhtml-expected.checksum: Added. * svg/custom/inline-svg-in-xhtml-expected.png: Added. 2007-12-12 Anders Carlsson Reviewed by Sam. dumpResourceLoadCallbacks is not implemented in DRT on Windows. Remove now passing tests. * platform/win/Skipped: 2007-12-12 Alexey Proskuryakov Reviewed by Adam Roben. Results corrected by a fix to EventSender. * platform/win/fast/events/keyLocation-numpad-expected.txt: 2007-12-12 Alexey Proskuryakov Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=16410 Implement isKeypadEvent() on Windows * platform/win/fast/events/keyLocation-numpad-expected.txt: Added. * platform/win/fast/events/keyLocation-numpad.html: Added. 2007-12-12 Alexey Proskuryakov Reviewed by Oliver. http://bugs.webkit.org/show_bug.cgi?id=15248 Can not enter accented characters using alt-numeric keypad * platform/win/fast/events/alt-numpad-expected.txt: Added. * platform/win/fast/events/alt-numpad.html: Added. 2007-12-12 Oliver Hunt Reviewed by Maciej. window.mouseout events are not sent to window when mouse moves out of window Layout tests to make sure we correctly handle mouse out on the window object. * fast/events/mouseout-on-window-expected.txt: Added. * fast/events/mouseout-on-window.html: Added. 2007-12-11 Dan Bernstein Reviewed by Maciej Stachowiak. - removed now-passing tests * platform/win/Skipped: 2007-12-11 Dan Bernstein Reviewed by Mark Rowe and Sam Weinig too! - removed tests that pass when Helvetica Oblique and Helvetica Bold Oblique are available. * platform/win/Skipped: 2007-12-11 Beth Dakin Reviewed by Darin. Tests for SVGs with width and height 100% fail to render when used as background images * fast/backgrounds/resources/balloon.svg: Added. * fast/backgrounds/resources/eyes.svg: Added. * fast/backgrounds/resources/hearts.svg: Added. * fast/backgrounds/resources/linguistics.svg: Added. * fast/backgrounds/resources/map.svg: Added. * fast/backgrounds/resources/mouse-repel.svg: Added. * fast/backgrounds/svg-as-background-1.html: Added. * fast/backgrounds/svg-as-background-2.html: Added. * fast/backgrounds/svg-as-background-3.html: Added. * fast/backgrounds/svg-as-background-4.html: Added. * fast/backgrounds/svg-as-background-5.html: Added. * fast/backgrounds/svg-as-background-6.html: Added. * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum: Added. * platform/mac/fast/backgrounds/svg-as-background-1-expected.png: Added. * platform/mac/fast/backgrounds/svg-as-background-1-expected.txt: Added. * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Added. * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Added. * platform/mac/fast/backgrounds/svg-as-background-2-expected.txt: Added. * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: Added. * platform/mac/fast/backgrounds/svg-as-background-3-expected.png: Added. * platform/mac/fast/backgrounds/svg-as-background-3-expected.txt: Added. * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: Added. * platform/mac/fast/backgrounds/svg-as-background-4-expected.png: Added. * platform/mac/fast/backgrounds/svg-as-background-4-expected.txt: Added. * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: Added. * platform/mac/fast/backgrounds/svg-as-background-5-expected.png: Added. * platform/mac/fast/backgrounds/svg-as-background-5-expected.txt: Added. * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Added. * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Added. * platform/mac/fast/backgrounds/svg-as-background-6-expected.txt: Added. 2007-12-11 Nikolas Zimmermann Rubberstamped by Mark. Add missing tests - their results have already been checked in over a month ago - I forgot to commit the tests itself. * svg/custom/alignment-baseline-modes.svg: Added. * svg/custom/dominant-baseline-hanging.svg: Added. * svg/custom/dominant-baseline-modes.svg: Added. 2007-12-11 Nikolas Zimmermann Rubberstamped by Mark. Update pixel test results now that filters are disabled. * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: * platform/mac/svg/custom/empty-merge-expected.checksum: * platform/mac/svg/custom/empty-merge-expected.png: * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum: * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png: * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum: * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png: * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum: * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png: * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum: * platform/mac/svg/custom/feComponentTransfer-Table-expected.png: * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum: * platform/mac/svg/custom/feDisplacementMap-01-expected.png: * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum: * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png: * platform/mac/svg/custom/non-opaque-filters-expected.checksum: * platform/mac/svg/custom/non-opaque-filters-expected.png: * platform/mac/svg/custom/text-filter-expected.checksum: * platform/mac/svg/custom/text-filter-expected.png: * platform/mac/svg/custom/visibility-override-filter-expected.checksum: * platform/mac/svg/custom/visibility-override-filter-expected.png: * svg/batik/filters/filterRegions-expected.checksum: * svg/batik/filters/filterRegions-expected.png: * svg/batik/text/textFeatures-expected.checksum: * svg/batik/text/textFeatures-expected.png: * svg/custom/js-svg-constructors-expected.checksum: * svg/custom/js-svg-constructors-expected.png: 2007-12-11 Dan Bernstein Reviewed by Darin Adler. - test for Text doesn't wrap properly at Tamil version of Wikipedia * fast/text/international/complex-character-based-fallback.html: Added. * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.checksum: Added. * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.png: Added. * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Added. * platform/win/fast/text: Added. * platform/win/fast/text/international: Added. * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added. * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added. * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Added. 2007-12-07 Alexey Proskuryakov Reviewed by Darin. Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard. http://bugs.webkit.org/show_bug.cgi?id=13916 JavaScript detects Tab as a character input on a textfield validation * platform/win/fast/events: Added. * platform/win/fast/events/double-dead-char-expected.txt: Added. * platform/win/fast/events/double-dead-char.html: Added. * fast/events/key-events-in-input-button.html: Added * fast/events/key-events-in-input-button-expected.txt: Added * fast/events/key-events-in-input-text.html: Added * fast/events/key-events-in-input-text-expected.txt: Added * fast/events/access-key-self-destruct.html: * fast/forms/listbox-onchange.html: * fast/forms/listbox-selection.html: * fast/forms/access-key.html: * fast/forms/legend-access-key.html: * fast/forms/enter-clicks-buttons.html: * fast/forms/check-box-enter-key.html: * fast/forms/button-enter-click.html: * fast/events/onsearch-enter.html: * fast/events/onchange-passwordfield.html: * fast/events/onchange-searchfield.html: * fast/events/onchange-textfield.html: Use eventSender instead of DOM events, because it emulates the real user action much better, and we weren't getting cross-browser compatibility for the tests anyway. * fast/events/frame-tab-focus.html: * fast/html/tab-order.html: * fast/forms/select-enter-key.html: * fast/forms/focus2-expected.txt: * fast/forms/focus2.html: * fast/events/option-tab.html: Dispatch a keydown instead of keypress, as this is when default processing is now done. Possibly, it would be better stiull to use eventSender here, as well. * fast/forms/onchange-enter-submit.html: * fast/forms/select-double-onchange.html: * fast/forms/textfield-onchange-deletion.html: The correct code is '\r', not '\n' - previously, the difference was lost while converting events back and forth. * fast/forms/search-event-delay.html: Use a new named key to dispatch backspace - the character code for it is cross-platform, but key code is not. Also changed the test to call notifyDone() from a timer - otherwise, DRT would hang as WM_KEYUP was dispatched after WM_QUIT. I tried and couldn't make DRT work, but I'm fairly confident that this issue doesn't affect Safari. * fast/events/keydown-keypress-preventDefault-expected.txt: * fast/events/keydown-keypress-preventDefault.html: This test claimed that its expacted behavior matched both IE and Firefox, but it did not. We now match IE. * fast/events/js-keyboard-event-creation-expected.txt: * fast/events/js-keyboard-event-creation.html: This test was problematic, because it was tabbing out to chrome, and that doesn't work well in DRT. I have added another input for it to have a nicer target. * platform/mac/fast/events/objc-event-api-expected.txt: Updated for new behavior: - eventSender.keyDown() now dispatches a keyUp, too; - raw events do not have charCode; - keypresses do not have keyIdentifiers. 2007-12-10 Oliver Hunt Reviewed by Weinig, Dan and Alexey. Layout test to confirm correct character encoding is used to load dynamically loaded scripts. * fast/encoding/no-charset-on-dynamic-script-load.html: Added. * fast/encoding/resources/dynamic-load-target.js: Added. 2007-12-10 Justin Garcia Reviewed by Oliver Hunt. GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled * editing/execCommand/5482023.html: Added. * platform/mac/editing/execCommand/5482023-expected.checksum: Added. * platform/mac/editing/execCommand/5482023-expected.png: Added. * platform/mac/editing/execCommand/5482023-expected.txt: Added. 2007-12-10 Darin Adler Reviewed by Sam Weinig. - test for http://bugs.webkit.org/show_bug.cgi?id=16379 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and fast/dom/xmlhttprequest-html-response-encoding.html and REGRESSION (306A4-ToT): Access violation in PCRE function find_firstassertedchar * fast/js/regexp-find-first-asserted-expected.txt: Added. * fast/js/regexp-find-first-asserted.html: Added. * fast/js/resources/regexp-find-first-asserted.js: Added. 2007-12-10 Antti Koivisto Reviewed by Adele. The load events could fire before the event listener was registered making these tests fail occasionally. No changes to test results. * media/video-source-media.html: * media/video-source-type.html: * media/video-source.html: * media/video-src-remove.html: * media/video-src-source.html: * media/video-src.html: * media/video-test.js: 2007-12-10 Stephanie Rubber-stamped by Sam. Check in correct results * svg/custom/resource-client-removal-expected.txt: 2007-12-10 Rob Buis Reviewed by Darin. Testcase for: http://bugs.webkit.org/show_bug.cgi?id=16182 SVG should disable antialiasing for shape-rendering="crispEdges" * svg/custom/shape-rendering-expected.checksum: Added. * svg/custom/shape-rendering-expected.png: Added. * svg/custom/shape-rendering-expected.txt: Added. * svg/custom/shape-rendering.svg: Added. 2007-12-09 Rob Buis Reviewed by Niko. Testcase for: http://bugs.webkit.org/show_bug.cgi?id=16163 SVG crash in Node::setChanged() on Debug builds only (trashed parent) * svg/custom/resource-client-removal-expected.checksum: Added. * svg/custom/resource-client-removal-expected.png: Added. * svg/custom/resource-client-removal-expected.txt: Added. * svg/custom/resource-client-removal.svg: Added. 2007-12-10 David D. Kilzer Bug 9683: Implement select.options.remove() method Reviewed by Maciej. * fast/js/resources/select-options-remove.js: Added. * fast/js/select-options-remove-expected.txt: Added. * fast/js/select-options-remove-gc-expected.txt: Added. * fast/js/select-options-remove-gc.html: Added. * fast/js/select-options-remove.html: Added. 2007-12-10 Alexey Proskuryakov Removed fast/events/objc-keyboard-event-creation.html from skipped list, as this test has been moved to platform/mac long ago. * platform/win/Skipped: 2007-12-09 Oliver Hunt Reviewed by Niko. Somehow I managed to not check in new expected results in the last patch. * svg/dom/path-parser-expected.txt: 2007-12-09 Oliver Hunt Reviewed by Niko. Prevent unlimited iteration in the case of invalid path data. The only path commands that can leave numbers trailing the command processing are 'm' and 'M', in which trailing numbers are parsed as arguments to an implicit lineto command. In any case we should just terminate as an invalid path. * svg/dom/path-parser-expected.txt: * svg/dom/path-parser.html: 2007-12-08 Sam Weinig Rubber-stamped by Adam Roben. * fast/dom/Window/window-resize-and-move-arguments.html: Make the window small enough that this test won't fail on systems with lower resolutions. 2007-12-08 Oliver Hunt Reviewed by Sam W. Split the ENABLE_SVG_EXPERIMENTAL_FEATURES flag into separate flags. Fixes Must disable SVG animation Disable SVG filters on Mac to match Windows behavior These layout test changes are caused by some of the experimental features no longer being enabled by default. * fast/dom/Window/window-properties-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: * platform/mac/svg/custom/empty-merge-expected.txt: * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt: * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt: * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt: * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt: * platform/mac/svg/custom/feDisplacementMap-01-expected.txt: * platform/mac/svg/custom/filter-source-alpha-expected.txt: * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt: * platform/mac/svg/custom/invalid-css-expected.txt: * platform/mac/svg/custom/non-opaque-filters-expected.txt: * platform/mac/svg/custom/text-filter-expected.txt: * platform/mac/svg/custom/visibility-override-filter-expected.txt: * svg/batik/filters/filterRegions-expected.txt: * svg/batik/text/textEffect-expected.txt: * svg/batik/text/textEffect3-expected.txt: * svg/batik/text/textFeatures-expected.txt: * svg/batik/text/textProperties-expected.txt: * svg/custom/js-svg-constructors-expected.txt: * svg/dom/font-face-elements-expected.txt: * svg/webarchive/svg-feimage-subresources-expected.txt: 2007-12-08 Sam Weinig Reviewed by Mitz. Test that calling window scrolling, moving and resizing methods with less than 2 arguments is not allowed and that calling them with more than 2 is allowed. * fast/dom/Window/window-resize-and-move-arguments-expected.txt: Added. * fast/dom/Window/window-resize-and-move-arguments.html: Added. * fast/dom/Window/window-scroll-arguments-expected.txt: Added. * fast/dom/Window/window-scroll-arguments.html: Added. * http/tests/security/cross-frame-access-get-expected.txt: 2007-12-08 Dan Bernstein Reviewed by Adele Peterson. - test that re-inserting a parser-generated