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