2008-03-25 Eric Seidel Reviewed by darin. Add test for /^bar/ optimization. http://bugs.webkit.org/show_bug.cgi?id=18086 * fast/js/ascii-regexp-subject-expected.txt: Copied from LayoutTests/fast/xpath/4XPath/Borrowed/kd_20010423-expected.txt. * fast/js/ascii-regexp-subject.html: Copied from LayoutTests/fast/js/typeof-syntax.html. * fast/js/resources/ascii-regexp-subject.js: Added. 2008-03-31 Rob Buis Reviewed by Darin. Testcase for: http://bugs.webkit.org/show_bug.cgi?id=15595 marker property doesn't show up correctly as "shorthand" in inspector * svg/custom/marker-getPropertyValue-expected.txt: Added. * svg/custom/marker-getPropertyValue.svg: Added. 2008-03-30 Dan Bernstein Reviewed by Sam Weinig. - repaint test for http://bugs.webkit.org/show_bug.cgi?id=18115 REGRESSION (r31250): Incomplete repaint of GoogleReader sidebar while reading unread posts * fast/repaint/lines-with-layout-delta.html: Added. * platform/mac/fast/repaint/lines-with-layout-delta-expected.checksum: Added. * platform/mac/fast/repaint/lines-with-layout-delta-expected.png: Added. * platform/mac/fast/repaint/lines-with-layout-delta-expected.txt: Added. 2008-03-30 Dan Bernstein Reviewed by Maciej Stachowiak. - test for an assertion failure in CSSParser.cpp's equalIgnoringCase() when parsing certain transforms. * fast/css/transform-function-lowercase-assert-expected.txt: Added. * fast/css/transform-function-lowercase-assert.html: Added. 2008-03-30 Rob Buis Reviewed by Oliver. Testcase for: http://bugs.webkit.org/show_bug.cgi?id=17633 SVG: modifying x & y attribute of text element from JS fails * platform/mac/svg/custom/text-xy-updates-expected.txt: Added. * svg/custom/text-xy-updates.svg: Added. 2008-03-30 Rob Buis Reviewed by Adam Roben. Fix wrong id. * svg/custom/tref-update.svg: 2008-03-29 Sam Weinig Reviewed by Brady Eidson. Test for crash when canceling a resource load while port blocked failure timer is going * fast/loader/cancel-load-during-port-block-timer-expected.txt: Added. * fast/loader/cancel-load-during-port-block-timer.html: Added. 2008-03-29 Oliver Hunt Reviewed by Geoff. Bug 17924: Crash in KJS::ConstDeclNode::evaluate with |with| and |const| Add test cases for const inside with * fast/js/const-expected.txt: * fast/js/resources/const.js: 2008-03-28 Dan Bernstein Reviewed by Dave Hyatt. - pixel test for a percentage background position regression from r31389 * fast/backgrounds/background-position-1.html: Added. * platform/mac/fast/backgrounds/background-position-1-expected.checksum: Added. * platform/mac/fast/backgrounds/background-position-1-expected.png: Added. * platform/mac/fast/backgrounds/background-position-1-expected.txt: Added. 2008-03-28 Stephanie Lewis Update Windows Skipped list. Bugs filed. * platform/win/Skipped: 2008-03-28 Darin Adler Reviewed by Sam. * fast/encoding/invalid-xml-expected.txt: Update to reflect a true success. * fast/encoding/resources/invalid-xml.js: Eliminate race condition by not ending the test until the js-test-post.js script has loaded. 2008-03-28 Alexey Proskuryakov Rubber-stamped by Brady. Enable server-side includes via AddHandler, hopefully making Apache 1.3 happy. * http/tests/misc/.htaccess: * http/tests/misc/resources/acid3/.htaccess: 2008-03-28 Alexey Proskuryakov Not reviewed. Enable mod_include for acid3.html - the previous check-in only had it in resources subdirectory. * http/tests/misc/.htaccess: Added. 2008-03-28 Eric Seidel Reviewed by mjs. Add Acid3 test as an http test http://bugs.webkit.org/show_bug.cgi?id=18176 * http/tests/misc/acid3-expected.checksum: Added. * http/tests/misc/acid3-expected.png: Added. * http/tests/misc/acid3-expected.txt: Added. * http/tests/misc/acid3.html: Added. * http/tests/misc/resources/acid3/.htaccess: Added. * http/tests/misc/resources/acid3/empty.css: Added. * http/tests/misc/resources/acid3/empty.html: Added. * http/tests/misc/resources/acid3/empty.png: Added. * http/tests/misc/resources/acid3/empty.txt: Added. * http/tests/misc/resources/acid3/empty.xml: Added. * http/tests/misc/resources/acid3/font.svg: Added. * http/tests/misc/resources/acid3/font.ttf: Added. * http/tests/misc/resources/acid3/instructions.inc: Added. * http/tests/misc/resources/acid3/reference.html: Added. * http/tests/misc/resources/acid3/reference.png: Added. * http/tests/misc/resources/acid3/support-a.png.404: Added. * http/tests/misc/resources/acid3/support-b.png: Added. * http/tests/misc/resources/acid3/support-c.png: Added. * http/tests/misc/resources/acid3/svg.xml: Added. * http/tests/misc/resources/acid3/xhtml.1: Added. * http/tests/misc/resources/acid3/xhtml.2: Added. * http/tests/misc/resources/acid3/xhtml.3: Added. 2008-03-27 Mark Rowe Reviewed by Adam Roben. Tests for Regular expressions with large nested repetition counts can have their compiled length calculated incorrectly. * fast/js/regexp-overflow-expected.txt: * fast/js/resources/regexp-overflow.js: 2008-03-27 Brady Eidson Reviewed by Adam Roben Updated results, as we now more consistently archive empty frames/empty resources * webarchive/archive-empty-frame-source-expected.txt: 2008-03-26 Sam Weinig Rubber-stamped by Adam Roben. Update test result. * fast/dom/Window/window-special-properties-expected.txt: 2008-03-26 Maciej Stachowiak Reviewed by Hyatt and Adam. - new test case and test fixes for SVG text kerning * svg/text/kerning.svg: Added. * platform/mac/svg/text/kerning-expected.txt: Added. * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: 2008-03-26 Stephanie Lewis Not Reviewed. Move storage tests to Skipped list since they hang 80% of the time. See . * platform/win/Skipped: 2008-03-26 Maciej Stachowiak Reviewed by Darin. - test updates for "SVG multichar glyph matching matches longest instead of first (affects Acid3 test 79)" http://bugs.webkit.org/show_bug.cgi?id=18118 These test cases were already checking for this exact bug and now render correctly. * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: o2008-03-26 Eric Seidel Reviewed by darin. Fix, makes us pass Test 70 XML documents should be strict about encoding checks http://bugs.webkit.org/show_bug.cgi?id=17079 * fast/encoding/invalid-xml-expected.txt: Added. * fast/encoding/invalid-xml.html: Copied from LayoutTests/fast/dom/resources/TEMPLATE.html. * fast/encoding/resources/invalid-xml-shift-jis.xml: Added. * fast/encoding/resources/invalid-xml-utf16.xml: Added. * fast/encoding/resources/invalid-xml-utf8.xml: Added. * fast/encoding/resources/invalid-xml-x-mac-thai.xml: Added. * fast/encoding/resources/invalid-xml.js: Added. 2008-03-26 Dan Bernstein Reviewed by Darin Adler. - tests for http://bugs.webkit.org/show_bug.cgi?id=17994 REGRESSION (523-525+) View not updated when changing CSS size via JavaScript - and http://bugs.webkit.org/show_bug.cgi?id=18063 REGRESSION (r31250): Small bug that just cropped up in WebKit r31275 * fast/repaint/subtree-root-clip-2.html: Added. * fast/repaint/subtree-root-clip-3.html: Added. * fast/repaint/subtree-root-clip.html: Added. * platform/mac/fast/repaint/subtree-root-clip-2-expected.checksum: Added. * platform/mac/fast/repaint/subtree-root-clip-2-expected.png: Added. * platform/mac/fast/repaint/subtree-root-clip-2-expected.txt: Added. * platform/mac/fast/repaint/subtree-root-clip-3-expected.checksum: Added. * platform/mac/fast/repaint/subtree-root-clip-3-expected.png: Added. * platform/mac/fast/repaint/subtree-root-clip-3-expected.txt: Added. * platform/mac/fast/repaint/subtree-root-clip-expected.checksum: Added. * platform/mac/fast/repaint/subtree-root-clip-expected.png: Added. * platform/mac/fast/repaint/subtree-root-clip-expected.txt: Added. 2008-03-24 Maciej Stachowiak Reviewed by Eric. - test case and new results for "SVGTextElement.getStartPositionOfChar does not correctly account for multichar glyphs" http://bugs.webkit.org/show_bug.cgi?id=18046 * svg/text/multichar-glyph.svg: Added. New test case for both rendering and getStartPositionOfChar access of multichar glyphs. * platform/mac/svg/text/multichar-glyph-expected.txt: Added. The following test results changed, all appear to be improvements. * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: * platform/mac/svg/text/text-altglyph-01-b-expected.txt: * platform/mac/svg/text/text-text-06-t-expected.txt: 2008-03-25 Beth Dakin Reviewed by Oliver. Test for CSSValueList::item() does not range-check index * fast/css/resources/bikes.bmp: Added. * fast/css/value-list-out-of-bounds-crash.html: Added. * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.checksum: Added. * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.png: Added. * platform/mac/fast/css/value-list-out-of-bounds-crash-expected.txt: Added. 2008-03-25 Darin Adler Reviewed by Anders. - test for http://bugs.webkit.org/show_bug.cgi?id=17252 Acid3 test removing Nodes during NodeIterator walk fails (affects Acid3 test 2) * traversal/acid3-test-2-expected.txt: Added. * traversal/acid3-test-2.html: Added. * traversal/resources/acid3-test-2.js: Added. * traversal/resources/exception-forwarding.js: Removed bogus extra line of code. 2008-03-24 Oliver Hunt Reviewed by Mark Rowe. Disable this test until we can fix Bug 18057: keyDown incorrectly propagates up the frame tree * fast/events/key-events-in-frame.html: Removed. * fast/events/key-events-in-frame.html-disabled: Added. 2008-03-24 Brady Eidson Made new layout test files executable, as needed for the tests to not fail! * http/tests/navigation/resources/reload-subframe-content.pl: Added. * http/tests/navigation/resources/reload-subframe.pl: Added. 2008-03-24 Cameron Zwarich Reviewed by Maciej, landed by Brady Tests for the following bugs: Bug 3580: iFrames Appear to be Cached Bug 15486: REGRESSION: Reload causes WebKit to *forget* fragment URLs Bug 15554: Reload causes to use old data * http/tests/navigation/reload-subframe-frame-expected.txt: Added. * http/tests/navigation/reload-subframe-frame.html: Added. * http/tests/navigation/reload-subframe-iframe-expected.txt: Added. * http/tests/navigation/reload-subframe-iframe.html: Added. * http/tests/navigation/reload-subframe-object-expected.txt: Added. * http/tests/navigation/reload-subframe-object.html: Added. * http/tests/navigation/resources/reload-subframe-content.pl: Added. * http/tests/navigation/resources/reload-subframe.pl: Added. 2008-03-24 Dan Bernstein Reviewed by Sam Weinig. - test for CrashTracer: [REGRESSION] 60 crashes in Safari at com.apple.WebCore: WebCore::RenderObject::repaintRectangle + 47 * fast/repaint/renderer-destruction-by-invalidateSelection-crash.html: Added. * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.checksum: Added. * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Added. * platform/mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Added. 2008-03-23 Maciej Stachowiak Reviewed by Eric. - updated test results for "SVGTextElement.getNumberOfChars is broken for altGlyph (affects Acid3 test 79)" http://bugs.webkit.org/show_bug.cgi?id=17062 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: * platform/mac/svg/text/text-altglyph-01-b-expected.txt: * svg/dom/altGlyph-dom-expected.txt: Added. * svg/dom/altGlyph-dom.xhtml: Added. * svg/dom/resources/altGlyph-dom.js: Added. 2008-03-23 Robert Blaut Reviewed by eseidel. Landed by eseidel. Test to ensure [~=] attribute selector doesn't match empty string * fast/css/attribute-selector-empty-value.html: Added. 2008-03-23 Oliver Hunt Reviewed by Maciej. Test to ensure key events don't propagate up the frame tree. * fast/events/key-events-in-frame-expected.txt: Added. * fast/events/key-events-in-frame.html: Added. 2008-03-22 Eric Seidel Update a (passing) result I missed in my last checkin. No review. * dom/xhtml/level3/core/documentgetdoctype01-expected.txt: 2008-03-22 Eric Seidel Reviewed by mjs. Unify handling of NAMESPACE_ERR and fix Acid3 test 25 http://bugs.webkit.org/show_bug.cgi?id=16693 * fast/dom/DOMImplementation/createDocumentType-err-expected.txt: Added. * fast/dom/DOMImplementation/createDocumentType-err.html: Copied from LayoutTests/fast/dom/DOMException/EventException.html. * fast/dom/DOMImplementation/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Document/resources/TEMPLATE.html. * fast/dom/DOMImplementation/resources/createDocumentType-err.js: Added. * fast/dom/Document/createAttributeNS-namespace-err-expected.txt: * fast/dom/Document/createElementNS-namespace-err-expected.txt: 2008-03-22 Eric Seidel Reviewed by mjs. Fix createElementNS to throw exceptions for invalid qualified names Fixes Acid3 sub-test 23 http://bugs.webkit.org/show_bug.cgi?id=16833 * dom/xhtml/level3/core/documentsetstricterrorchecking02-expected.txt: * fast/dom/Document/createAttributeNS-namespace-err-expected.txt: Added. * fast/dom/Document/createAttributeNS-namespace-err.html: Copied from LayoutTests/fast/dom/Element/dimension-properties-unrendered.html. * fast/dom/Document/createElementNS-namespace-err-expected.txt: Added. * fast/dom/Document/createElementNS-namespace-err.html: Copied from LayoutTests/fast/dom/EntityReference/readonly-exceptions.html. * fast/dom/Document/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Element/resources/TEMPLATE.html. * fast/dom/Document/resources/createAttributeNS-namespace-err.js: Added. * fast/dom/Document/resources/createElementNS-namespace-err.js: Added. 2008-03-21 Cameron Zwarich Reviewed by Oliver Hunt. Test for Bug 13693: REGRESSION (r13615): Acid2 Test Eyes render improperly after a page refresh * http/tests/navigation/fallback-anchor-reload-expected.txt: Added. * http/tests/navigation/fallback-anchor-reload.html: Added. 2008-03-21 Dan Bernstein Reviewed by Oliver Hunt. - test for http://bugs.webkit.org/show_bug.cgi?id=17988 REGRESSION (r31114-31132): Crash in InlineBox::isDirty() opening chowhound.com * fast/css-generated-content/empty-content-with-float-crash-expected.txt: Added. * fast/css-generated-content/empty-content-with-float-crash.html: Added. 2008-03-21 Oliver Hunt Reviewed by Geoff Garen. Ensure we correctly report optimised variables as being enumerable. * fast/js/propertyIsEnumerable-expected.txt: * fast/js/resources/propertyIsEnumerable.js: 2008-03-21 Sam Weinig Reviewed by Oliver Hunt. Enable tests for toDataURL not implemented for Windows (need mapping of MIME type to UTI) * platform/win/Skipped: * platform/win/fast/canvas: Added. * platform/win/fast/canvas/toDataURL-supportedTypes-expected.txt: Added. 2008-03-21 Dan Bernstein Reviewed by Adele Peterson. - test for http://bugs.webkit.org/show_bug.cgi?id=17966 REGRESSION (r31114-r31132): Clearing via br behaves unpredictably * fast/block/float/br-with-clear.html: Added. * platform/mac/fast/block/float/br-with-clear-expected.checksum: Added. * platform/mac/fast/block/float/br-with-clear-expected.png: Added. * platform/mac/fast/block/float/br-with-clear-expected.txt: Added. 2008-03-21 Dan Bernstein - update results for the 'zoom' property added in * fast/css/computed-style-expected.txt: * fast/css/computed-style-without-renderer-expected.txt: * svg/css/getComputedStyle-basic-expected.txt: 2008-03-20 Dan Bernstein Reviewed by Anders Carlsson. - test for an assertion failure due to a line being marked dirty during computeVerticalPositionsForLine() due to temporary box destruction * fast/inline/clean-after-removing-temp-boxes-expected.txt: Added. * fast/inline/clean-after-removing-temp-boxes.html: Added. 2008-03-20 Mark Rowe Rubber-stamped by Sam Weinig. Tweak NodeList tests to ensure that they force a GC outside of DRT. * fast/dom/NodeList/5725058-crash-scenario-1.html: * fast/dom/NodeList/5725058-crash-scenario-2.html: 2008-03-20 Aaron Golden Reviewed by Darin and David Kilzer. - test for , which caused certain marquees to not display. * fast/html/marquee-scroll.html: Added. * platform/mac/fast/html/marquee-scroll-expected.checksum: Added. * platform/mac/fast/html/marquee-scroll-expected.png: Added. * platform/mac/fast/html/marquee-scroll-expected.txt: Added. 2008-03-19 Justin Garcia Reviewed by Oliver. Copying content with CSS property values that are percentages can cause fidelity issues * editing/pasteboard/5780697-2-expected.txt: Added. * editing/pasteboard/5780697-2.html: Added. 2008-03-19 Oliver Hunt Reviewed by Antti. Test case for Canvas.arc with zero-length radius needed to be updated for current html5 spec. * fast/canvas/canvas-with-incorrect-args-expected.txt: * fast/canvas/canvas-with-incorrect-args.html: 2008-03-19 Justin Garcia Reviewed by Oliver. Acid3: Assertion failure in VisiblePosition::previous when clicking on results (17004) * editing/pasteboard/4989774.html: Updated to wait for the images to load before trying to copy it. * editing/selection/5794920-1-expected.txt: Added. * editing/selection/5794920-1.html: Added. 2008-03-19 Dan Bernstein Reviewed by Sam Weinig. - test for assertion failure in RenderBlock::determineStartPosition() at http://www.wired.com/techbiz/it/magazine/16-04/bz_apple * fast/repaint/line-flow-with-floats-10.html: Added. * platform/mac/fast/repaint/line-flow-with-floats-10-expected.checksum: Added. * platform/mac/fast/repaint/line-flow-with-floats-10-expected.png: Added. * platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt: Added. 2008-03-19 Dan Bernstein Reviewed by John Sullivan. - test for CrashTracer: [USER] 33 crashes in Safari at com.apple.WebCore: WebCore::FrameView::layout + 431 * fast/dynamic/subtree-parent-static-y.html: Added. * platform/mac/fast/dynamic/subtree-parent-static-y-expected.checksum: Added. * platform/mac/fast/dynamic/subtree-parent-static-y-expected.png: Added. * platform/mac/fast/dynamic/subtree-parent-static-y-expected.txt: Added. 2008-03-19 Mark Rowe Reviewed by Oliver Hunt. Test for http://bugs.webkit.org/show_bug.cgi?id=17939 Bug 17939: Crash decompiling "const a = 1, b;" * fast/js/function-toString-parentheses-expected.txt: * fast/js/resources/function-toString-parentheses.js: 2008-03-18 Oliver Hunt Reviewed by Mark Rowe. Bug 17929: Incorrect decompilation with |const|, comma http://bugs.webkit.org/show_bug.cgi?id=17929 Test cases for converting const nodes to string. * fast/js/resources/function-toString-parentheses.js: 2008-03-18 Mark Rowe Reviewed by Oliver Hunt. Tests for http://bugs.webkit.org/show_bug.cgi?id=17925 and http://bugs.webkit.org/show_bug.cgi?id=17927. - Bug 17925: Crash in KJS::JSObject::put after setting this.__proto__ - Bug 17927: Hang after attempting to create circular __proto__ * fast/js/cyclic-proto-expected.txt: Added. * fast/js/cyclic-proto.html: Copied from LayoutTests/fast/js/assign.html. * fast/js/non-object-proto-expected.txt: Added. * fast/js/non-object-proto.html: Copied from LayoutTests/fast/js/rehash-assign.html. * fast/js/resources/cyclic-proto.js: Added. * fast/js/resources/non-object-proto.js: Added. 2008-03-18 Sam Weinig Reviewed by Anders Carlsson. Tests for http://bugs.webkit.org/show_bug.cgi?id=17057 REGRESSION: Frequent random crashes in WebCore::JSNodeList::indexGetter * fast/dom/NodeList/5725058-crash-scenario-1-expected.txt: Added. * fast/dom/NodeList/5725058-crash-scenario-1.html: Added. * fast/dom/NodeList/5725058-crash-scenario-2-expected.txt: Added. * fast/dom/NodeList/5725058-crash-scenario-2.html: Added. * fast/dom/NodeList/5725058-crash-scenario-3-expected.txt: Added. * fast/dom/NodeList/5725058-crash-scenario-3.html: Added. 2008-03-18 Sam Weinig Reviewed by Darin Adler. Make domListEnumeration.html test not depend on the order of property enumeration by sorting the result array. * fast/dom/domListEnumeration-expected.txt: * fast/dom/resources/domListEnumeration.js: 2008-03-18 Dan Bernstein Reviewed by Adele Peterson. - test for REGRESSION (r31116): Assertion failure (floatIndex < floats.size()) in RenderBlock::determineStartPosition() at digg.com * fast/dynamic/floating-to-positioned.html: Added. * platform/mac/fast/dynamic/floating-to-positioned-expected.checksum: Added. * platform/mac/fast/dynamic/floating-to-positioned-expected.png: Added. * platform/mac/fast/dynamic/floating-to-positioned-expected.txt: Added. 2008-03-17 Dan Bernstein Reviewed by Dave Hyatt. - test incremental relayout of blocks that contain floats * fast/repaint/line-flow-with-floats-1.html: Added. * fast/repaint/line-flow-with-floats-2.html: Added. * fast/repaint/line-flow-with-floats-3.html: Added. * fast/repaint/line-flow-with-floats-4.html: Added. * fast/repaint/line-flow-with-floats-5.html: Added. * fast/repaint/line-flow-with-floats-6.html: Added. * fast/repaint/line-flow-with-floats-7.html: Added. * fast/repaint/line-flow-with-floats-8.html: Added. * fast/repaint/line-flow-with-floats-9.html: Added. * fast/repaint/resources/line-flow-with-floats.html: Added. * fast/repaint/resources/line-flow-with-floats.js: Added. * platform/mac/fast/repaint/line-flow-with-floats-1-expected.checksum: Added. * platform/mac/fast/repaint/line-flow-with-floats-1-expected.png: Added. * platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt: Added. * platform/mac/fast/repaint/line-flow-with-floats-2-expected.checksum: Added. * platform/mac/fast/repaint/line-flow-with-floats-2-expected.png: Added. * platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt: Added. * platform/mac/fast/repaint/line-flow-with-floats-3-expected.checksum: Added. * platform/mac/fast/repaint/line-flow-with-floats-3-expected.png: Added. * platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt: Added. * platform/mac/fast/repaint/line-flow-with-floats-4-expected.checksum: Added. * platform/mac/fast/repaint/line-flow-with-floats-4-expected.png: Added. * platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt: Added. * platform/mac/fast/repaint/line-flow-with-floats-5-expected.checksum: Added. * platform/mac/fast/repaint/line-flow-with-floats-5-expected.png: Added. * platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt: Added. * platform/mac/fast/repaint/line-flow-with-floats-6-expected.checksum: Added. * platform/mac/fast/repaint/line-flow-with-floats-6-expected.png: Added. * platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt: Added. * platform/mac/fast/repaint/line-flow-with-floats-7-expected.checksum: Added. * platform/mac/fast/repaint/line-flow-with-floats-7-expected.png: Added. * platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt: Added. * platform/mac/fast/repaint/line-flow-with-floats-8-expected.checksum: Added. * platform/mac/fast/repaint/line-flow-with-floats-8-expected.png: Added. * platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt: Added. * platform/mac/fast/repaint/line-flow-with-floats-9-expected.checksum: Added. * platform/mac/fast/repaint/line-flow-with-floats-9-expected.png: Added. * platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt: Added. 2008-03-17 Eric Seidel Reviewed by darin. Add test case to test NPN_IntFromIdentifier * plugins/netscape-identifier-conversion-expected.txt: Added. * plugins/netscape-identifier-conversion.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html. * plugins/resources/TEMPLATE.html: Copied from LayoutTests/traversal/resources/TEMPLATE.html. * plugins/resources/netscape-identifier-conversion.js: Added. 2008-03-17 Sam Weinig Reviewed by Dan Bernstein. Add HTMLCollection constructor to the Window object. (Omission noticed by Harri Porten) * fast/dom/Window/window-properties-expected.txt: 2008-03-17 Robert Blaut Reviewed by Darin. Fix for bug http://bugs.webkit.org/show_bug.cgi?id=17696 Set default margin-bottom for form element in quirk mode and be compatible with Gecko. * fast/css/margin-bottom-form-element-quirk.html: Added. * fast/css/margin-bottom-form-element-strict.html: Added. * fast/frames/viewsource-empty-attribute-value-expected.txt: * platform/mac/fast/block/margin-collapse/103-expected.checksum: * platform/mac/fast/block/margin-collapse/103-expected.png: * platform/mac/fast/block/margin-collapse/103-expected.txt: * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.checksum: Added. * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.png: Added. * platform/mac/fast/css/margin-bottom-form-element-quirk-expected.txt: Added. * platform/mac/fast/css/margin-bottom-form-element-strict-expected.checksum: Added. * platform/mac/fast/css/margin-bottom-form-element-strict-expected.png: Added. * platform/mac/fast/css/margin-bottom-form-element-strict-expected.txt: Added. * platform/mac/tables/mozilla/bugs/bug44505-expected.checksum: * platform/mac/tables/mozilla/bugs/bug44505-expected.png: * platform/mac/tables/mozilla/bugs/bug44505-expected.txt: * platform/mac/tables/mozilla/bugs/bug51727-expected.checksum: * platform/mac/tables/mozilla/bugs/bug51727-expected.png: * platform/mac/tables/mozilla/bugs/bug51727-expected.txt: * platform/mac/tables/mozilla/bugs/bug52505-expected.checksum: * platform/mac/tables/mozilla/bugs/bug52505-expected.png: * platform/mac/tables/mozilla/bugs/bug52505-expected.txt: * platform/mac/tables/mozilla/bugs/bug52506-expected.checksum: * platform/mac/tables/mozilla/bugs/bug52506-expected.png: * platform/mac/tables/mozilla/bugs/bug52506-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum: * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.png: * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt: * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum: * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png: * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: * platform/qt/fast/block/margin-collapse/103-expected.txt: Removed. * platform/qt/tables/mozilla/bugs/bug44505-expected.txt: Removed. * platform/qt/tables/mozilla/bugs/bug51727-expected.txt: Removed. * platform/qt/tables/mozilla/bugs/bug52505-expected.txt: Removed. * platform/qt/tables/mozilla/bugs/bug52506-expected.txt: Removed. * platform/qt/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt: Removed. * platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.txt: Removed. 2008-03-17 Yuzhu Shen Reviewed by Darin. Bug: http://bugs.webkit.org/show_bug.cgi?id=17760 Test whether tries to load image with empty src attribute. * fast/images/load-img-with-empty-src-expected.txt: Added. * fast/images/load-img-with-empty-src.html: Added. * fast/images/resources/test-load.jpg: Added. 2008-03-17 Adam Roben Test for Bug 17876: REGRESSION (r31060): Attempting to visit Ofcom page causes crash Reviewed by John. * fast/dom/remove-named-attribute-crash-expected.txt: Added. * fast/dom/remove-named-attribute-crash.html: Added. 2008-03-16 Maciej Stachowiak Reviewed by Darin. - test for "Acid3 expects different exceptions for surroundContents calls involving comment nodes (affects Acid3 test 11)" http://bugs.webkit.org/show_bug.cgi?id=17509 * fast/dom/Range/acid3-surround-contents-expected.txt: Added. * fast/dom/Range/acid3-surround-contents.html: Added. 2008-03-16 Marvin Decker Reviewed by Darin. Fix bug 15119, unencodable characters in URLs should be entity-escaped. * http/tests/uri/escaped-entity-expected.txt: Added. * http/tests/uri/escaped-entity.html: Added. 2008-03-16 Darin Adler Reviewed by Mark Rowe. - test for bug fixes in http://bugs.webkit.org/show_bug.cgi?id=17881 a little cleanup for HTMLTextAreaElement * fast/forms/textarea-default-value-leading-newline-expected.txt: Added. * fast/forms/textarea-default-value-leading-newline.html: Copied from fast/forms/textarea-crlf.html. * fast/forms/textarea-hard-linewrap-expected.txt: Updated. * fast/forms/textarea-hard-linewrap.html: Cleaned up a bit. * fast/forms/textarea-linewrap-dynamic-expected.txt: Added. * fast/forms/textarea-linewrap-dynamic.html: Copied from fast/forms/textarea-hard-linewrap.html. 2008-03-16 Antti Koivisto Reviewed by Darin. Test for http://bugs.webkit.org/show_bug.cgi?id=17862 REGRESSION (r31038): Reproducible crash under DocLoader::checkForReload() at marware.com * http/tests/misc/resources/uncacheable-script.cgi: Added. * http/tests/misc/uncacheable-script-repeated-expected.txt: Added. * http/tests/misc/uncacheable-script-repeated.html: Added. 2008-03-16 Yuzhu Shen Reviewed by Darin. Bug: http://bugs.webkit.org/show_bug.cgi?id=17714 Test whether clicking goes to top of the page. * fast/html/empty-fragment-id-goto-top-expected.txt: Added. * fast/html/empty-fragment-id-goto-top.html: Added. 2008-03-16 Darin Adler Reviewed by Mitz. - test for http://bugs.webkit.org/show_bug.cgi?id=14941 textarea value from JavaScript includes extra newline * fast/forms/textarea-paste-newline.html: Updated test to expect correct behavior instead of expecting the bug. * fast/forms/textarea-trailing-newline-expected.txt: Added. * fast/forms/textarea-trailing-newline.html: Added. 2008-03-15 Darin Adler Reviewed by Sam. - test changes for http://bugs.webkit.org/show_bug.cgi?id=11997 Ranges are not fixed after mutation (affects Acid3 test 13) * fast/dom/Range/mutation-expected.txt: Added. * fast/dom/Range/mutation.html: Added. * fast/dom/Range/resources/mutation.js: Added. * editing/execCommand/4920742-2-expected.txt: Updated. * editing/execCommand/4920742-2.html: Updated this test. It was testing for a crash in a case that's no longer possible -- you can't make a range where one endpoint is in the document and the other is not. * platform/mac/editing/execCommand/4920488-expected.txt: Removed WRONG_DOCUMENT_ERR. The fact that a test was getting this exception was a bug, similar to the case above. * platform/qt/editing/execCommand/4920488-expected.txt: Ditto. 2008-03-15 Julien Chaffraix Reviewed by Holger. [CURL] Crash below ResourceHandleManager::setupPOST when job->request().httpBody() is NULL http://bugs.webkit.org/show_bug.cgi?id=16906 * http/tests/xmlhttprequest/xmlhttprequest-post-crash-expected.txt: Added. * http/tests/xmlhttprequest/xmlhttprequest-post-crash.html: Added. 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