2008-03-14 Anders Carlsson Reviewed by Sam. https://bugs.webkit.org/show_bug.cgi?id=17792 REGRESSION (Safari 3.0.4-3.1): Ordering tickets from Sweden's biggest train operator doesn't work Add tests. * fast/dom/Window/window-open-self-from-other-frame-expected.txt: Added. * fast/dom/Window/window-open-self-from-other-frame.html: Added. 2008-03-14 Dan Bernstein Reviewed by Darin Adler. - test for http://bugs.webkit.org/show_bug.cgi?id=17834 REGRESSION: floated first-letter does not work when included in table * fast/css/first-letter-float.html: Added. * platform/mac-leopard/fast/css/first-letter-float-expected.checksum: Added. * platform/mac-leopard/fast/css/first-letter-float-expected.png: Added. * platform/mac/fast/css/first-letter-float-expected.txt: Added. 2008-03-13 Antti Koivisto Reviewed by Mitz. Update test results for the preload patch. Load order for some resources changed, this does not affect the substance of these tests. * platform/mac-leopard/security/block-test-expected.txt: * security/block-test-expected.txt: * webarchive/loading/cache-expired-subresource-expected.txt: 2008-03-13 Dan Bernstein Reviewed by Dave Hyatt. - test for http://bugs.webkit.org/show_bug.cgi?id=17819 Border-collapse: collapse later cell wins on PC, earlier cell on Mac * fast/table/border-collapsing/equal-precedence-resolution.html: Added. * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.checksum: Added. * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.png: Added. * platform/mac/fast/table/border-collapsing/equal-precedence-resolution-expected.txt: Added. 2008-03-12 Justin Garcia Reviewed by Oliver. Crash at InsertTextCommand::prepareForTextInsertion() doing RemoveFormat in a certain list * editing/execCommand/5770834-1-expected.txt: Added. * editing/execCommand/5770834-1.html: Added. 2008-03-11 Alexey Proskuryakov Reviewed by Darin. REGRESSION (Safari 2-3): Changing subframe encoding rules broke some sites. * fast/encoding/frame-default-enc-expected.txt: * fast/encoding/frame-default-enc.html: Reversed success and failure. * http/tests/misc/frame-default-enc-different-domain-expected.txt: Added. * http/tests/misc/frame-default-enc-different-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html. * http/tests/misc/frame-default-enc-same-domain-expected.txt: Added. * http/tests/misc/frame-default-enc-same-domain.html: Copied from LayoutTests/fast/encoding/frame-default-enc.html. * http/tests/misc/resources/frame-default-enc-frame.html: Copied from LayoutTests/fast/encoding/resources/frame-default-enc-frame.html. 2008-03-10 Sam Weinig Reviewed by Beth Dakin. Update test to catch the SECURITY_ERR thrown by CanvasRenderingContext2D::getImageData() and HTMLCanvasElement::toDataURL() on a tainted canvas * http/tests/security/canvas-remote-read-remote-image-expected.txt: * http/tests/security/canvas-remote-read-remote-image.html: 2008-03-10 Justin Garcia Reviewed by Sam. REGRESSION (r30391): GMail: Safari won't display the Edit Link dialog * editing/pasteboard/5780697-2-expected.txt: Added. * editing/pasteboard/5780697-2.html: Added. * editing/selection/5779984-1-expected.txt: Added. * editing/selection/5779984-1.html: Added. 2008-03-10 Sam Weinig Reviewed by Beth Dakin. Add Tiger specific results for toDataURL-supportedTypes.html as the image encoders have slightly changed between releases. * platform/mac-tiger/fast/canvas: Added. * platform/mac-tiger/fast/canvas/toDataURL-supportedTypes-expected.txt: Added. 2008-03-02 Julien Chaffraix Reviewed and landed by Darin. bug 12182 : XMLHttpRequest should raise SECURITY_ERR for same-origin policy violations * http/tests/xmlhttprequest/exceptions-expected.txt: Updated results 2008-03-10 Johnny Ding Reviewed, tweaked and landed by Alexey. Bug http://bugs.webkit.org/show_bug.cgi?id=17732 Test case for testing script decoding after setting its src attribute * fast/dom/HTMLScriptElement/resources/script-decoding-error-after-setting-src.js: Added. * fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src-expected.txt: Added. * fast/dom/HTMLScriptElement/script-decoding-error-after-setting-src.html: Added. 2008-03-07 Simon Hausmann Reviewed by Darin. Done with Lars. Added a testcase for http://bugs.webkit.org/show_bug.cgi?id=16815 * fast/js/navigator-plugins-crash-expected.txt: Added. * fast/js/navigator-plugins-crash.html: Added. 2008-03-08 Oliver Hunt Reviewed by Sam W. Test case for Bug 16516: canvas image patterns stop working with some transformations * fast/canvas/canvas-pattern-behaviour.js: 2008-03-08 Oliver Hunt Reviewed by Mitz. Bug 17728: Canvas.createPattern with null repeat argument throws an exception Test cases for various way of constructing a pattern * fast/canvas/canvas-pattern-behaviour-expected.txt: Added. * fast/canvas/canvas-pattern-behaviour.html: Added. * fast/canvas/canvas-pattern-behaviour.js: Added. 2008-03-08 Darin Adler * platform/win/Skipped: Fixed some typos (stray "s" characters). 2008-03-07 Stephanie Lewis Reviewed by Oliver. Add toDataURL tests to skipped list * platform/win/Skipped: 2008-03-07 Alexey Proskuryakov Reviewed by Darin. REGRESSION: Korean decoding doesn't support extended EUC-KR. * fast/encoding/char-decoding-expected.txt: * fast/encoding/char-decoding.html: Added cases for Korean. 2008-03-07 Oliver Hunt Reviewed by Mark Rowe. Test case for Bug 16610: restore() removes path segments created before it * fast/canvas/canvas-save-restore-with-path-expected.txt: Added. * fast/canvas/canvas-save-restore-with-path.html: Added. * fast/canvas/canvas-save-restore-with-path.js: Added. 2008-03-07 Samuel Weinig Reviewed by Oliver Hunt. Tests for http://bugs.webkit.org/show_bug.cgi?id=16673 lacks toDataURL() * fast/canvas/toDataURL-noData-expected.txt: Added. * fast/canvas/toDataURL-noData.html: Added. * fast/canvas/toDataURL-supportedTypes-expected.txt: Added. * fast/canvas/toDataURL-supportedTypes.html: Added. 2008-03-07 Stephanie Lewis update Windows Skipped List * platform/win/Skipped: 2008-03-07 Adele Peterson Adding fast/dom/HTMLDocument/hasFocus.html to the skipped list, while I investigate the failure. * platform/win/Skipped: 2008-03-06 Geoffrey Garen Reviewed by Darin Adler. Tests for Stricter (ES4) eval semantics * fast/js/eval-cross-window-expected.txt: Added. * fast/js/eval-cross-window.html: Added. * fast/js/eval-keyword-vs-function-expected.txt: Added. * fast/js/eval-keyword-vs-function.html: Added. * fast/js/eval-overriding-expected.txt: Added. * fast/js/eval-overriding.html: Added. Tests to make sure not to regress security: * http/tests/security/resources/xss-eval2.html: Added. * http/tests/security/resources/xss-eval3.html: Added. * http/tests/security/xss-eval-expected.txt: Added. * http/tests/security/xss-eval.html: Added. I removed these tests because we no longer match the behavior they expected, and the new tests are more comprehensive: * fast/js/window-eval-context-expected.txt: Removed. * fast/js/window-eval-context.html: Removed. * fast/js/window-eval-tearoff-expected.txt: Removed. * fast/js/window-eval-tearoff.html: Removed. 2008-03-06 Oliver Hunt Reviewed by Mitz. Test security restrictions for retrieving the content of tainted canvases * http/tests/security/canvas-remote-read-remote-image-expected.txt: Added. * http/tests/security/canvas-remote-read-remote-image.html: Added. 2008-03-06 Adele Peterson Reviewed by Darin. Tests for Implement activeElement attribute for HTMLDocument (HTML5) and Implement hasFocus() for HTMLDocument (HTML5) * fast/dom/HTMLDocument/activeElement-expected.txt: Added. * fast/dom/HTMLDocument/activeElement.html: Added. * fast/dom/HTMLDocument/hasFocus-expected.txt: Added. * fast/dom/HTMLDocument/hasFocus.html: Added. * fast/dom/HTMLDocument/resources/hasFocus-iframe.html: Added. 2008-03-06 Dan Bernstein Reviewed by Darin Adler. - test and updated results for 154008 WebKit: Some asian language font glyphs are not shown (in Mail and Entourage) * fast/text/soft-hyphen-3.html: Added. * platform/mac/fast/text/basic/014-expected.txt: * platform/mac/fast/text/soft-hyphen-3-expected.checksum: Added. * platform/mac/fast/text/soft-hyphen-3-expected.png: Added. * platform/mac/fast/text/soft-hyphen-3-expected.txt: Added. 2008-03-06 Alexey Proskuryakov Reviewed by Darin. Need to create a Collator abstraction for WebCore and JavaScriptCore Added a test to verify that collation is indeed locale-sensitive, and not just UCA. * fast/xsl/sort-locale-expected.txt: Added. * fast/xsl/sort-locale.xml: Added. * fast/xsl/sort-locale.xsl: Added. 2008-03-06 Dan Bernstein Reviewed by Adele. - add test for r30823 (background-position: inherit) * fast/css/background-position-inherit-expected.txt: Added. * fast/css/background-position-inherit.html: Added. 2008-03-05 Justin Garcia Reviewed by Darin. Copying content with CSS property values that are percentages can cause fidelity issues * editing/pasteboard/5780697-1-expected.txt: Added. * editing/pasteboard/5780697-1.html: Added. 2008-03-05 Brady Eidson Reviewed by Alexey + Mark Rowe Fix for - Reproducible crash on storage/execute-sql-args.html This test takes its best shot at handling two databases on a single database thread at once, then having one of those databases go away completely (garbage collection and everything) * storage/multiple-databases-garbage-collection-expected.txt: Added. * storage/multiple-databases-garbage-collection.html: Added. 2008-03-04 Maciej Stachowiak Reviewed by Sam and Oliver. - test for http://bugs.webkit.org/show_bug.cgi?id=16289 - test for Acid3 tests 26 and 27 (not exactly the same issue but related) * fast/dom/gc-11-expected.txt: Added. Test case from bug 16289. * fast/dom/gc-11.html: Added. * fast/dom/gc-acid3.html: Added. DOM garbage collection part of Acid3. * fast/dom/gc-acid3-expected.txt: Added. * fast/dom/gc-6-expected.txt: Updated results. The old assumptions of this test were in conflict with the requirements of Acid3. 2008-03-04 Dan Bernstein - test for http://bugs.webkit.org/show_bug.cgi?id=17676 REGRESSION (r30240-r30267): href attribute values with non-ASCII characters in the host part do not work * fast/encoding/url-host-name-non-ascii-expected.txt: Added. * fast/encoding/url-host-name-non-ascii.html: Added. 2008-03-04 Nikolas Zimmermann Reviewed by Eric. Fix svg/dynamic-updates time-dependancy problem. Remove unneeded setTimeout() call. * svg/custom/acid3-test-77.html: Remove uneeded variables 'svgns' / 'xlinkns' * svg/dynamic-updates/resources/SVGTestCase.js: 2008-03-04 Nikolas Zimmermann Reviewed by Eric & David. Add new layout test for Acid3 - test 77. Update result for svg/custom/text-dom-01-f.svg. * platform/mac-leopard/svg/custom/acid3-test-77-expected.checksum: Added. * platform/mac-leopard/svg/custom/acid3-test-77-expected.png: Added. * platform/mac-leopard/svg/custom/getSubStringLength-expected.checksum: Added. * platform/mac-leopard/svg/custom/getSubStringLength-expected.png: Added. * platform/mac-leopard/svg/custom/text-dom-01-f-expected.checksum: * platform/mac-leopard/svg/custom/text-dom-01-f-expected.png: * svg/custom/acid3-test-77-expected.txt: Added. * svg/custom/acid3-test-77.html: Added. * svg/custom/getSubStringLength-expected.txt: Added. * svg/custom/getSubStringLength.html: Added. * svg/custom/resources/Acid3Font-loader.svg: Added. * svg/custom/resources/Acid3Font.svg: Added. * svg/custom/resources/getSubStringLength.js: Added. 2008-03-04 Sam Weinig Reviewed by Darin Adler. Update results for fixed class names. * fast/dom/Window/window-properties-expected.txt: * fast/dom/xmlhttprequest-get-expected.txt: * http/tests/xmlhttprequest/event-target-expected.txt: 2008-03-04 Dan Bernstein Reviewed by Oliver Hunt and Geoffrey Garen. - extended test to cover http://bugs.webkit.org/show_bug.cgi?id=17667 REGRESSION (r30587): Document::implicitClose() not called when done loading page (Image does not get scaled to fit) * http/tests/misc/missing-style-sheet-expected.txt: * http/tests/misc/missing-style-sheet.html: 2008-03-04 Adele Peterson Reviewed by Beth. Test for focus() does not work for anchor elements with no content * fast/events/anchor-empty-focus-expected.txt: Added. * fast/events/anchor-empty-focus.html: Added. 2008-03-04 Dan Bernstein - test for Burmese text does not render on http://www.myanmarbible.com/bible/Judson/html/index.html * platform/win/fast/text/uniscribe-missing-glyph-expected.txt: Added. * platform/win/fast/text/uniscribe-missing-glyph.html: Added. 2008-03-04 Alexey Proskuryakov Suggested by Darin, rubber-stamped by Mark. http://bugs.webkit.org/show_bug.cgi?id=17569 REGRESSION (r30571): Buzzword.com doesn't load Rolling out r30571, as determining what is wrong with it proved tricky. * fast/loader/meta-refresh-anchor-click-expected.txt: Removed. * fast/loader/meta-refresh-anchor-click.html: Removed. * fast/loader/resources/meta-refresh-subframe.html: Removed. 2008-03-03 Sam Weinig Reviewed by Mark Rowe. Update test results. * fast/dom/Window/window-properties-expected.txt: 2008-03-03 Dan Bernstein Reviewed by Darin Adler. - test that :first-letter applies to the first letter in normal flow, skipping floats and positioned objects * fast/css/first-letter-skip-out-of-flow.html: Added. * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.checksum: Added. * platform/mac-leopard/fast/css/first-letter-skip-out-of-flow-expected.png: Added. * platform/mac/fast/css/first-letter-skip-out-of-flow-expected.txt: Added. 2008-03-03 Mark Rowe Reviewed by Dan Bernstein. Test for http://bugs.webkit.org/show_bug.cgi?id=17313 Bug 17313: querySelectorAll() causing crashes when called via dojo.query() wrapper * fast/dom/SelectorAPI/bug-17313-expected.txt: Added. * fast/dom/SelectorAPI/bug-17313.html: Added. 2008-03-03 David D. Kilzer Dynamically inserting CSS rule with @media query fails with DOM Exception 12 Reviewed by Darin. * fast/css/insertRule-font-face.html: Added. * fast/css/insertRule-media.html: Added. * fast/css/resources/insertRule-font-face.js: Added. * fast/css/resources/insertRule-media.js: Added. 2008-03-03 Oliver Hunt Reviewed by Mark Rowe. Add check to make sure we return all the data in a row. * fast/canvas/canvas-getImageData-expected.txt: * fast/canvas/canvas-getImageData.html: 2008-03-03 Oliver Hunt Reviewed by Mark Rowe. Test case for incorrect assertions * fast/canvas/canvas-putImageData.js: 2008-03-02 Kevin Ollivier Reviewed by Dave Hyatt. Gracefully handle a CSS rule containing an invalid value. (Fixes http://bugs.webkit.org/show_bug.cgi?id=16898) * fast/css/invalid-rule-value-expected.txt: Added. * fast/css/invalid-rule-value.html: Added. 2008-03-01 Oliver Hunt Reviewed by Sam Weinig. Bug 16954: Support putImageData Nice simple testcase for putImageData covering the exciting little bits of behaviour present in the current spec. * fast/canvas/canvas-putImageData-expected.txt: Added. * fast/canvas/canvas-putImageData.html: Added. 2008-03-01 Sam Weinig Reviewed by Darin Adler. Update test result. * fast/dom/Window/window-function-name-getter-precedence-expected.txt: 2008-03-01 Nikolas Zimmermann Reviewed by Oliver. Add new set of dynamic updates tests, this time for SVGForeignObjectElement. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.checksum: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.checksum: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.checksum: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.checksum: Added. * platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added. * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt: Added. * svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html: Added. * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt: Added. * svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html: Added. * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.txt: Added. * svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html: Added. * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.txt: Added. * svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html: Added. * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt: Added. * svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html: Added. * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt: Added. * svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html: Added. * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.txt: Added. * svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html: Added. * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.txt: Added. * svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html: Added. * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js: Added. * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js: Added. * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js: Added. * svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js: Added. * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js: Added. * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js: Added. * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js: Added. * svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js: Added. * svg/dynamic-updates/resources/SVGTestCase.js: Add xhtml namespace 'xhtmlNS'. 2008-02-29 Dan Bernstein Rubber-stamped by Sam Weinig. - update test results following r30649 * svg/css/getComputedStyle-basic-expected.txt: 2008-02-29 Robert Blaut Reviewed by Darin Adler. - Tests for http://bugs.webkit.org/show_bug.cgi?id=17532 Webkit imports styles from element which doesn't have rel=stylesheet defined * fast/html/link-rel-stylesheet.html: Added. * fast/media/mq-simple-query-02.html: * fast/media/mq-width-absolute-02.html: * platform/mac/fast/html/link-rel-stylesheet-expected.txt: Added. 2008-02-29 Alexey Proskuryakov Reviewed by Darin. REGRESSION (r27151): XMLHttpRequest.abort() resets response status * http/tests/xmlhttprequest/status-after-abort-expected.txt: Added. * http/tests/xmlhttprequest/status-after-abort.html: Added. 2008-02-29 Dan Bernstein Reviewed by Darin Adler. - test for a bug where explicit embedding past the end of a line could affect text that line * fast/text/embed-at-end-of-pre-wrap-line.html: Added. * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.checksum: Added. * platform/mac-leopard/fast/text/embed-at-end-of-pre-wrap-line-expected.png: Added. * platform/mac/fast/text/embed-at-end-of-pre-wrap-line-expected.txt: Added. 2008-02-28 Justin Garcia Reviewed by Darin Adler. REGRESSION: Paste As Quotation pastes black text instead of blue Demonstrates the bug: * editing/pasteboard/4930986-1-expected.txt: Added. * editing/pasteboard/4930986-1.html: Added. * editing/pasteboard/4930986-2-expected.txt: Added. * editing/pasteboard/4930986-2.html: Added. Demonstrates a problem with the first version of the patch: * editing/pasteboard/4930986-3-expected.txt: Added. * editing/pasteboard/4930986-3.html: Added. Visual problem fixed. An anonymous renderer changed position, DOM remains unchanged: * editing/execCommand/5144139-1.html: * platform/mac/editing/execCommand/5144139-1-expected.checksum: * platform/mac/editing/execCommand/5144139-1-expected.png: * platform/mac/editing/execCommand/5144139-1-expected.txt: Removed unnecessary style spans, visual result unchanged: * platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum: * platform/mac/editing/pasteboard/merge-end-blockquote-expected.png: * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt: * platform/mac/editing/style/font-family-with-space-expected.checksum: * platform/mac/editing/style/font-family-with-space-expected.png: * platform/mac/editing/style/font-family-with-space-expected.txt: A style span isn't removed because at paste time because we don't anticipate encountering styles on style spans that are non-inheritable, because we don't create style spans like that at copy time. Turned this into a text only test. Test remains visually unchanged: * editing/pasteboard/5245519-expected.txt: Added. * editing/pasteboard/5245519.html: * platform/mac/editing/pasteboard/5245519-expected.checksum: Removed. * platform/mac/editing/pasteboard/5245519-expected.png: Removed. * platform/mac/editing/pasteboard/5245519-expected.txt: Removed. Added an extra empty anonymous renderer, DOM and visual result remain unchanged: * platform/mac/editing/execCommand/create-list-with-hr-expected.checksum: * platform/mac/editing/execCommand/create-list-with-hr-expected.png: * platform/mac/editing/execCommand/create-list-with-hr-expected.txt: * platform/mac/editing/pasteboard/paste-list-001-expected.checksum: * platform/mac/editing/pasteboard/paste-list-001-expected.png: * platform/mac/editing/pasteboard/paste-list-001-expected.txt: * platform/mac/editing/pasteboard/paste-table-001-expected.checksum: * platform/mac/editing/pasteboard/paste-table-001-expected.png: * platform/mac/editing/pasteboard/paste-table-001-expected.txt: * platform/mac/editing/pasteboard/paste-text-003-expected.checksum: * platform/mac/editing/pasteboard/paste-text-003-expected.png: * platform/mac/editing/pasteboard/paste-text-003-expected.txt: Reflects changes to CSSComputedStyleDeclaration::getPropertyCSSValue: * fast/css/computed-style-expected.txt: * fast/css/computed-style-without-renderer-expected.txt: We don't remove styles from style spans that are overridden by all of their children, even though they are unnecessary. We've never done this, but now that there can be two style spans at paste time we are more likely to have a style span left over because of this problem. Mentioned this in the test case and turned this into a text only test: * editing/pasteboard/4840662.html: * editing/pasteboard/4840662-expected.txt: Added. * platform/mac/editing/pasteboard/4840662-expected.checksum: Removed. * platform/mac/editing/pasteboard/4840662-expected.png: Removed. * platform/mac/editing/pasteboard/4840662-expected.txt: Removed. 2008-02-27 Dan Bernstein Reviewed by John Sullivan. - test for Single letter surrounded by soft hyphens can disappear * fast/text/soft-hyphen-2.html: Added. * platform/mac/fast/text/soft-hyphen-2-expected.checksum: Added. * platform/mac/fast/text/soft-hyphen-2-expected.png: Added. * platform/mac/fast/text/soft-hyphen-2-expected.txt: Added. 2008-02-27 Brady Eidson Updated resource used in the layout test I landed yesterday. Due to a difference between Foundation on Tiger vs Leopard, the resource generated on Leopard caused different results on Leopard and Tiger. Regenerating the resource on Tiger, however, agrees with Leopard. * webarchive/loading/resources/cache-expired-subresource.webarchive: 2008-02-27 Dan Bernstein Reviewed by Darin Adler. - test that centered text in right-to-left blocks spills over to the left * fast/text/align-center-rtl-spill.html: Added. * platform/mac/fast/text/align-center-rtl-spill-expected.checksum: Added. * platform/mac/fast/text/align-center-rtl-spill-expected.png: Added. * platform/mac/fast/text/align-center-rtl-spill-expected.txt: Added. 2008-02-27 Eric Seidel Rubber-stamped by Adam. Fix svn:eol-style on all LayoutTest results I simply ran: cd LayoutTests find . -name "*-expected.txt" | xargs svn ps svn:eol-style native 2008-02-27 Sam Weinig Reviewed by Darin. Updates tests for * http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: * http/tests/security/cross-frame-access-call-expected.txt: * http/tests/security/cross-frame-access-call.html: 2008-02-27 Brady Eidson Reviewed by Mark Rowe Test for better fix for (see r19549) and original fix for (and 14 dupes) Crafting custom WebArchives for layout tests is a pain and something that should be resolved if we decide to pursue a new format. Using a custom php script to act as a stand in for an image resource, I set its cache-control header to expire immediately. Without the fix for the above bugs, the resource will be "expired" and an attempt to fetch it from the network will go out and fail. This failure will manifest with different ResourceLoadDelegate information, as well as different dimensions in the render tree - the missing image icon versus the archived image. With the fix in place, the response will be ignored and the image will be pulled from the WebArchive. * webarchive/loading/cache-expired-subresource-expected.txt: Added. * webarchive/loading/cache-expired-subresource.html: Added. * webarchive/loading/resources/cache-expired-subresource.webarchive: Added. 2008-02-27 Kevin McCullough Landing test that was forgotten in the original patch (r30087). Test for: http://bugs.webkit.org/show_bug.cgi?id=17191 HTML5: Client-side database queries should return values of type number * storage/sql-data-types-expected.txt: Added. * storage/sql-data-types.html: Added. * storage/sql-data-types.js: Added. 2008-02-27 Julien Chaffraix Reviewed by Alexey. http://bugs.webkit.org/show_bug.cgi?id=17481 Several consecutive calls to XMLHttpRequest::open should dispatch only one readyState event * http/tests/xmlhttprequest/xmlhttprequest-multiple-open-expected.txt: Added. * http/tests/xmlhttprequest/xmlhttprequest-multiple-open.html: Added. 2008-02-26 Brady Eidson Add a skipped storage test for now * platform/win/Skipped: Added storage/multiple-transactions.html 2008-02-26 Dan Bernstein Reviewed by Darin Adler. - test for http://bugs.webkit.org/show_bug.cgi?id=17555 REGRESSION (r27351): Thumbnails positioned wrong on Getty Images results page * fast/dynamic/subtree-table-cell-height.html: Added. * platform/mac/fast/dynamic/subtree-table-cell-height-expected.checksum: Added. * platform/mac/fast/dynamic/subtree-table-cell-height-expected.png: Added. * platform/mac/fast/dynamic/subtree-table-cell-height-expected.txt: Added. 2008-02-26 Satoshi Nakagawa Reviewed by Darin. Tweaked and landed by Alexey. - test for http://bugs.webkit.org/show_bug.cgi?id=17411 * fast/text/line-breaks-after-ideographic-comma-or-full-stop.html: Added. * fast/text/line-breaks-after-ideographic-comma-or-full-stop-expected.txt: Added 2008-02-25 Dan Bernstein Reviewed by Sam Weinig. - test for http://bugs.webkit.org/show_bug.cgi?id=17152 Paragraphs indented with :first-letter and text-align CSS render incorrectly * fast/text/apply-start-width-after-skipped-text.html: Added. * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.checksum: Added. * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.png: Added. * platform/mac/fast/text/apply-start-width-after-skipped-text-expected.txt: Added. 2008-02-25 Beth Dakin Reviewed by Geoff. Test for REGRESSION: Assertion failure in Document::removePendingSheet() from r30438 * http/tests/misc/missing-style-sheet-expected.txt: Added. * http/tests/misc/missing-style-sheet.html: Added. 2008-02-25 Brady Eidson Reviewed by T3h Mitz Pettel (Dan Bernstein) Layout test for already fixed bug * storage/multiple-transactions-expected.txt: Added. * storage/multiple-transactions.html: Added. 2008-02-25 Darin Adler Reviewed by Anders. - test for http://bugs.webkit.org/show_bug.cgi?id=17186 Fragment navigation within a page permanently cancels meta refresh * fast/loader/meta-refresh-anchor-click-expected.txt: Added. * fast/loader/meta-refresh-anchor-click.html: Added. * fast/loader/resources/meta-refresh-subframe.html: Added. 2008-02-25 Johnny Ding Reviewed by Darin Adler. - bug http://bugs.webkit.org/show_bug.cgi?id=17444 Test for multiple nested scripts which are in a external script. * fast/tokenizer/nested-multiple-scripts-expected.txt: Added. * fast/tokenizer/nested-multiple-scripts.html: Added. * fast/tokenizer/resources/external-script-1.js: Added. * fast/tokenizer/resources/external-script-2.js: Added. 2008-02-24 Michael Knaup Reviewed by Darin. - test for http://bugs.webkit.org/show_bug.cgi?id=8749 * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.checksum: Added. * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.png: Added. * platform/mac/fast/canvas/canvas-draw-xbm-image-expected.txt: Added. * platform/mac/fast/canvas/canvas-draw-xbm-image.html: Added. * platform/mac/fast/canvas/resources: Added. * platform/mac/fast/canvas/resources/smile.xbm: Added. 2008-02-24 Dan Bernstein Reviewed by Darin Adler. - test for http://bugs.webkit.org/show_bug.cgi?id=17471 REGRESSION (r30438): Crash in deleteLineBoxes in cursor-adjusting code browsing Acid3 * http/tests/misc/object-image-error-expected.txt: Added. * http/tests/misc/object-image-error.html: Added. * http/tests/misc/resources/404image.php: Added. 2008-02-24 Dan Bernstein Rubber-stamped by Oliver Hunt. - replace expected results in platform/mac-tiger and platform/mac-leopard which were identical with a single copy in platform/mac 2008-02-24 Dan Bernstein Reviewed by Darin Adler. - test float positioning when a float that does not fit on the line is followed by a float that does * fast/block/float/narrow-after-wide.html: Added. * platform/mac/fast/block/float/narrow-after-wide-expected.checksum: Added. * platform/mac/fast/block/float/narrow-after-wide-expected.png: Added. * platform/mac/fast/block/float/narrow-after-wide-expected.txt: Added. 2008-02-24 Darin Adler Reviewed by Sam. - test for http://bugs.webkit.org/show_bug.cgi?id=16770 Acid3 expects :visited styled links to restyle on iframe load * fast/history/resources/subframe.html: Added. * fast/history/subframe-is-visited-expected.txt: Added. * fast/history/subframe-is-visited.html: Added. 2008-02-23 Dan Bernstein Reviewed by Dave Hyatt. - test that non-autowrapping text clear floats * fast/text/whitespace/nowrap-clear-float.html: Added. * platform/mac-leopard/fast/text/whitespace: Added. * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.checksum: Added. * platform/mac-leopard/fast/text/whitespace/nowrap-clear-float-expected.png: Added. * platform/mac/fast/text/whitespace/nowrap-clear-float-expected.txt: Added. 2008-02-23 Dan Bernstein - undo an accidental change to a test's expected results from r30431. * fast/js/date-DST-time-cusps-expected.txt: 2008-02-23 Dan Bernstein Rubber-stamped by Sam Weinig and Anders Carlsson. - updated results for Add document.getSelection() * fast/dom/Window/window-properties-expected.txt: 2008-02-22 Alexey Proskuryakov Reviewed by Darin. A few tweaks to PCRE-based regex test suite. * fast/regex/pcre-test-runner.js: Added support for global regexes. Emulate PCRE test runner more precisely by trimming trailing whitespace from some lines. * fast/regex/test1-expected.txt: * fast/regex/test4-expected.txt: * fast/regex/testinput1: * fast/regex/testinput4: * fast/regex/testoutput1: * fast/regex/testoutput4: Updated to PCRE 7.6. 2008-02-22 Dan Bernstein - update Tiger expected results following r30431 * platform/mac-tiger/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt: * platform/mac-tiger/svg/custom/foreignObject-crash-on-hover-expected.txt: * platform/mac-tiger/svg/custom/text-dom-01-f-expected.txt: * platform/mac-tiger/svg/custom/text-hit-test-expected.txt: * platform/mac-tiger/svg/text/text-align-01-b-expected.txt: * platform/mac-tiger/svg/text/text-align-02-b-expected.txt: * platform/mac-tiger/svg/text/text-align-03-b-expected.txt: * platform/mac-tiger/svg/text/text-align-04-b-expected.txt: * platform/mac-tiger/svg/text/text-align-05-b-expected.txt: * platform/mac-tiger/svg/text/text-align-06-b-expected.txt: * platform/mac-tiger/svg/text/text-altglyph-01-b-expected.txt: * platform/mac-tiger/svg/text/text-deco-01-b-expected.txt: * platform/mac-tiger/svg/text/text-fonts-01-t-expected.txt: * platform/mac-tiger/svg/text/text-fonts-02-t-expected.txt: * platform/mac-tiger/svg/text/text-path-01-b-expected.txt: * platform/mac-tiger/svg/text/text-spacing-01-b-expected.txt: * platform/mac-tiger/svg/text/text-text-01-b-expected.txt: * platform/mac-tiger/svg/text/text-text-03-b-expected.txt: * platform/mac-tiger/svg/text/text-text-04-t-expected.txt: * platform/mac-tiger/svg/text/text-text-05-t-expected.txt: * platform/mac-tiger/svg/text/text-text-06-t-expected.txt: * platform/mac-tiger/svg/text/text-text-07-t-expected.txt: * platform/mac-tiger/svg/text/text-text-08-b-expected.txt: * platform/mac-tiger/svg/text/text-tref-01-b-expected.txt: * platform/mac-tiger/svg/text/text-tselect-01-b-expected.txt: * platform/mac-tiger/svg/text/text-tselect-02-f-expected.txt: * platform/mac-tiger/svg/text/text-tspan-01-b-expected.txt: * platform/mac-tiger/svg/text/text-ws-01-t-expected.txt: * platform/mac-tiger/svg/text/text-ws-02-t-expected.txt: 2008-02-22 Justin Garcia Reviewed by Anders. Add document.getSelection() * editing/selection/5714333-expected.txt: Added. * editing/selection/5714333.html: Added. 2008-02-22 Oliver Hunt Reviewed by Sam W. Bug 17486: Support HTML5 Canvas.getImageData API Support Canvas.getImageData and Canvas.createImageData Test cases for ImageData behaviour and getImageData correctness * fast/canvas/canvas-ImageData-behaviour-expected.txt: Added. * fast/canvas/canvas-ImageData-behaviour.html: Added. * fast/canvas/canvas-ImageData-behaviour.js: Added. * fast/canvas/canvas-getImageData-expected.txt: Added. * fast/canvas/canvas-getImageData.html: Added. 2008-02-22 Geoffrey Garen Reviewed by Sam Weinig. Removing the test for KJS_MEM_LIMIT, since I removed KJS_MEM_LIMIT. * fast/js/out-of-memory-expected.txt: Removed. * fast/js/out-of-memory.html: Removed. 2008-02-22 Oliver Hunt Reviewed by Alexey P. REGRESSION: while(NaN) acts like while(true) Add test cases for pre/post-increment of NaN * fast/js/convert-nan-to-bool-expected.txt: * fast/js/resources/convert-nan-to-bool.js: 2008-02-21 Sam Weinig Reviewed by Anders Carlsson. Update tests and results for * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html: * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html: * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html: * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html: * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html: * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html: * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt: * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html: 2008-02-21 Ada Chan Test for Buffer overrun in DeprecatedCString::find() in WebCore Reviewed by Dan Bernstein. * fast/loader/charset-parse-expected.txt: Added. * fast/loader/charset-parse.html: Added. 2008-02-21 Geoffrey Garen Reviewed by David Harrison. Test for REGRESSION: A crash occurs at WebCore::Frame::scriptProxy() when completing a search with Package Tracker widget * fast/dom/script-element-without-frame-crash-expected.txt: Added. * fast/dom/script-element-without-frame-crash.html: Added. 2008-02-20 Sam Weinig Rubber-stamped by Dan Bernstein. Gratuitous change to this test to use the instanceof operator instead of the isPrototypeOf method. * fast/tokenizer/doctype-search-reset.html: 2008-02-20 Dan Bernstein Reviewed by Dave Hyatt. - test for http://bugs.webkit.org/show_bug.cgi?id=17465 REGRESSION:
tokenized into Div if still searching for DOCTYPE * fast/tokenizer/doctype-search-reset-expected.txt: Added. * fast/tokenizer/doctype-search-reset.html: Added. 2008-02-20 Dan Bernstein Reviewed by Dave Hyatt. - test for http://bugs.webkit.org/show_bug.cgi?id=17464 REGRESSION: Crash in RenderBlock::findNextLineBreak reading r30444 commit email in GMail * fast/text/wbr-in-pre-crash.html: Added. * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.checksum: Added. * platform/mac-leopard/fast/text/wbr-in-pre-crash-expected.png: Added. * platform/mac/fast/text/wbr-in-pre-crash-expected.txt: Added. 2008-02-20 Michael Knaup Reviewed by Darin. - test for Bug 16753: date set methods with no args should result in NaN (Acid3 bug) * fast/js/date-set-to-nan-expected.txt: Added. * fast/js/date-set-to-nan.html: Added. * fast/js/resources/date-set-to-nan.js: Added. 2008-02-20 Oliver Hunt Reviewed by Hyatt. Test to ensure we do not crash on a zero sized canvas. * fast/canvas/access-zero-sized-canvas-expected.txt: Added. * fast/canvas/access-zero-sized-canvas.html: Added. 2008-02-20 Alexey Proskuryakov Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=17106 Debug build ASSERTs on page load * fast/encoding/GBK/close-gbk-converter-expected.txt: Added. * fast/encoding/GBK/close-gbk-converter.html: Added. 2008-02-19 Beth Dakin Reviewed by Sam. Test for Seed: Crash in RenderButton::setStyle at http://www.dinorpg.com * fast/forms/input-first-letter.html: Added. * platform/mac/fast/forms/input-first-letter-expected.checksum: Added. * platform/mac/fast/forms/input-first-letter-expected.png: Added. * platform/mac/fast/forms/input-first-letter-expected.txt: Added. 2008-02-19 Dan Bernstein Reviewed by Darin Adler. - test for CrashTracer: [REGRESSION] 620 crashes in Safari at com.apple.WebCore: WebCore::RenderBox::setStaticY + 15 * fast/text/wbr-styled.html: Added. * platform/mac-leopard/fast/text/wbr-styled-expected.checksum: Added. * platform/mac-leopard/fast/text/wbr-styled-expected.png: Added. * platform/mac/fast/css-generated-content/wbr-with-before-content-expected.txt: * platform/mac/fast/text/wbr-pre-expected.txt: * platform/mac/fast/text/wbr-styled-expected.txt: Added. 2008-02-18 Dan Bernstein Reviewed by Adam Roben in California. - remove unnecessary and erroneous layoutTestController calls from a test * fast/css/font-face-multiple-remote-sources.html: * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt: 2008-02-18 Brady Eidson Reviewed by Darin Fix for - ObjC Exception can cause JSLock to never be released * platform/mac-tiger/Skipped: Removed 2 hanging tests that now don't hang * platform/mac/plugins/webScriptObject-exception-deadlock-expected.txt: Added. * platform/mac/plugins/webScriptObject-exception-deadlock.html: Added. 2008-02-18 Darin Adler Reviewed by Sam. - generate new results for the one test that was altered by the double -> float -> double trip taken by numeric values in the CSS parser This test appears under three different names in three different parts of our test suite. * platform/mac/css1/box_properties/acid_test-expected.checksum: Updated. * platform/mac/css1/box_properties/acid_test-expected.png: Ditto. * platform/mac/css1/box_properties/acid_test-expected.txt: Ditto. * platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum: Ditto. * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Ditto. * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt: Ditto. * platform/mac/fast/block/basic/011-expected.checksum: Ditto. * platform/mac/fast/block/basic/011-expected.png: Ditto. * platform/mac/fast/block/basic/011-expected.txt: Ditto. 2008-02-18 Dan Bernstein - test for crash in svgFontAndFaceElementForFontData on digitalstrom.org/cms * fast/css/font-face-multiple-remote-sources.html: Added. * platform/mac/fast/css/font-face-multiple-remote-sources-expected.checksum: Added. * platform/mac/fast/css/font-face-multiple-remote-sources-expected.png: Added. * platform/mac/fast/css/font-face-multiple-remote-sources-expected.txt: Added. 2008-02-17 Julien Chaffraix Reviewed by Alexey Proskuryakov. http://bugs.webkit.org/show_bug.cgi?id=16989 bug 16989 : Add send() flag checks in XmlHttpRequest - Splitted xmlhttprequest-abort-readystate in 2 test cases (xmlhttprequest-abort-readystate-shouldDispatchEvent and xmlhttprequest-abort-readystate-shouldNotDispatchEvent) - Added test case for the 2 send() flag checks in XmlHttpRequest::send and XmlHttpRequest::setRequestHeader * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt: Removed. * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt. * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html. * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-expected.txt. * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState-shouldNotDispatchEvent.html: Copied from LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html. * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Removed. * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag-expected.txt: Added. * http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html: Added. 2008-02-17 Sam Weinig Reviewed by Dan Bernstein. Update test for http://bugs.webkit.org/show_bug.cgi?id=17365 document.createEvent("MessageEvent") throws NOT_SUPPORTED_ERR * fast/events/event-instanceof-expected.txt: * fast/events/resources/event-instanceof.js: Test MessageEvent as well. 2008-02-17 Dan Bernstein Reviewed by Mark Rowe. - disable the non-ASCII parts of a test case for the ASCII code path because it is failing on the (Tiger) buildbots for an unrelated reason. * fast/text/fixed-pitch-control-characters.html: * platform/mac/fast/text/fixed-pitch-control-characters-expected.checksum: * platform/mac/fast/text/fixed-pitch-control-characters-expected.png: * platform/mac/fast/text/fixed-pitch-control-characters-expected.txt: 2008-02-17 Dan Bernstein Reviewed by Darin Adler. - test for http://bugs.webkit.org/show_bug.cgi?id=17033 REGRESSION: Really long