2008-01-06 Andrew Wellington Reviewed by Darin. DOMRange doesn't correctly re-size when inserting items (Acid3) http://bugs.webkit.org/show_bug.cgi?id=16764 Update the offset for the range when inserting items into the range. * fast/dom/Range/range-modifycontents-expected.txt: Added. * fast/dom/Range/range-modifycontents.html: Added. * fast/dom/Range/resources/range-modifycontents.js: Added. 2008-01-06 Sam Weinig Add missing expected result. * fast/dom/TreeWalker/TreeWalker-currentNode-expected.txt: Added. 2008-01-06 Alexey Proskuryakov Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=16731 Incorrect node type for whitespace when setting innerHTML in an XHTML document * fast/dom/xhtml-fragment-whitespace-expected.txt: Added. * fast/dom/xhtml-fragment-whitespace.xhtml: Added. 2008-01-06 Alexey Proskuryakov Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=16701 REGRESSION: URL-encoded space (%20) in livejournal url causes page load error * http/tests/misc/location-with-space-expected.txt: Added. * http/tests/misc/location-with-space.php: Added. * http/tests/misc/resources/a success.html: Added. 2008-01-06 Andrew Wellington Reviewed by Darin. DOMRange.cloneContents does not work (Acid3 bug) http://bugs.webkit.org/show_bug.cgi?id=16748 When cloning an empty range, return an empty DocmentFragment instead of null or undefined. * fast/dom/Range/range-clone-empty-expected.txt: Added. * fast/dom/Range/range-clone-empty.html: Added. * fast/dom/Range/resources/range-clone-empty.js: Added. 2008-01-06 Eric Seidel Reviewed by darin. Make attr selectors case-insensitive for certain HTML attributes http://bugs.webkit.org/show_bug.cgi?id=15470 * fast/css/html-attr-case-sensitivity-expected.txt: Added. * fast/css/html-attr-case-sensitivity.html: Added. * fast/css/resources/html-attr-case-sensitivity.js: Added. 2008-01-06 Eric Seidel Reviewed by Sam. Fix :checked matching type='text' and add test case http://bugs.webkit.org/show_bug.cgi?id=16750 * fast/dom/HTMLInputElement/checked-pseudo-selector-expected.txt: Added. * fast/dom/HTMLInputElement/checked-pseudo-selector.html: Added. * fast/dom/HTMLInputElement/resources/TEMPLATE.html: Added. * fast/dom/HTMLInputElement/resources/checked-pseudo-selector.js: Added. 2008-01-05 Sam Weinig Reviewed by Eric Seidel. Test for http://bugs.webkit.org/show_bug.cgi?id=16758 ASSERT when using TreeWalker methods for a current node outside of the root (Acid3) * fast/dom/TreeWalker: Added. * fast/dom/TreeWalker/TreeWalker-currentNode.html: Added. * fast/dom/TreeWalker/resources: Added. * fast/dom/TreeWalker/resources/TreeWalker-currentNode.js: Added. 2008-01-04 Dan Bernstein - update the list of tests failing on Windows because of font differences and uncomment a test that has been re-enabled on Mac. * platform/win/Skipped: 2008-01-04 Oliver Hunt Reviewed by Beth Dakin. As a byproduct of correct the bounds computation of image elements the metrics for the render tree changed slightly. * platform/mac/svg/carto.net/scrollbar-expected.txt: 2008-01-04 Beth Dakin Reviewed by Oliver. Test for http://bugs.webkit.org/show_bug.cgi?id=16704 input with type="hidden" matches :enabled/:disabled (Acid3 bug) * fast/forms/hidden-input-not-enabled-expected.txt: Added. * fast/forms/hidden-input-not-enabled.html: Added. 2008-01-04 Sam Weinig Add missing expected result. * fast/images/border-expected.txt: Added. 2008-01-04 Sam Weinig Reviewed by Oliver Hunt. Throw exceptions for the CSSPrimitiveValue getters, matching the spec. * fast/css/CSSPrimitiveValue-exceptions-expected.txt: Added. * fast/css/CSSPrimitiveValue-exceptions.html: Added. * fast/css/resources/CSSPrimitiveValue-exceptions.js: Added. * fast/dom/prototypes.html: * fast/dom/wrapper-classes.html: * platform/mac/fast/dom/wrapper-classes-objc.html: * svg/css/glyph-orientation-rounding-test-expected.txt: * svg/css/glyph-orientation-rounding-test.xhtml: Pass in a unit so this doesn't throw. This patch also fixes the associated intermittent failure seen in this test. 2008-01-04 Sam Weinig Reviewed by Kevin McCullough. - Splits Objective-C tests out of wrapper-classes.html and into platform specific test. - Adds tests for .__proto__ and .constructor to JS wrapper tests. * fast/dom/wrapper-classes.html: * platform/mac/fast/dom/wrapper-classes-expected.txt: * platform/mac/fast/dom/wrapper-classes-objc-expected.txt: Added. * platform/mac/fast/dom/wrapper-classes-objc.html: Copied from fast/dom/wrapper-classes.html. * platform/win/Skipped: 2008-01-04 Stephanie RS by Oliver. Move svg/batik/text/smallFonts.svg to skip list since it is still failing on tiger. * platform/mac-tiger/Skipped: 2008-01-04 Darin Adler Reviewed by Maciej and Alice. - test for Borders where there should be none (canadasmountains.com) * fast/images/border.html: Added. * fast/images/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html. * fast/images/resources/border.js: Added. 2008-01-04 Alice Liu Reviewed by Alexey and Darin. * editing/selection/move-begin-end.html: add a codepath that will test the same kind of functionality for home and end keys * platform/win/Skipped: removing section of tests that have been resolved 2008-01-04 Oliver Hunt RS=Adam Update tiger layout test results for svg/batik/text/smallFonts, and move to mac-tiger platform * platform/mac-tiger/svg/batik/text/smallFonts-expected.checksum: Added. * platform/mac-tiger/svg/batik/text/smallFonts-expected.png: Added. * platform/mac/svg/batik/text/smallFonts-expected.txt: Added. * svg/batik/text/smallFonts-expected.checksum: Removed. * svg/batik/text/smallFonts-expected.png: Removed. * svg/batik/text/smallFonts-expected.txt: Removed. 2008-01-04 Alexey Proskuryakov Reviewed by Darin. xsl:sort does not use a case folding sort, and the 'case-order' attribute is ignored (16077) * platform/win/Skipped: The fix for this bug is now enabled on Windows, take the test out of Skipped list. 2008-01-04 Adam Roben Added a test for Shift-PageUp/Shift-PageDown only select one line of text Reviewed by Oliver. * platform/win/editing/selection/shift-page-up-down-expected.txt: Added. * platform/win/editing/selection/shift-page-up-down.html: Added. 2008-01-04 Oliver Hunt Reviewed by Darin. REGRESSION (r28015): svg/batik/text/smallFonts fails Regenerated expected output as filter elements are no longer generated in a default build. This wasn't done when filters were turned off earlier due to other (now gone) layout failures i didn't want to put in the expected output. * platform/mac-leopard/svg/batik/text/smallFonts-expected.txt: * svg/batik/text/smallFonts.svg: Added. * svg/batik/text/smallFonts.svg-disabled: Removed. 2008-01-04 Adam Roben * platform/win/Skipped: Added some more failures. 2008-01-03 Alexey Proskuryakov Reviewed by Darin. A number of layout tests should be using execCommand instead of textInputController * editing/deleting/5300379.html: * editing/deleting/delete-to-end-of-paragraph.html: * editing/deleting/smart-delete-003.html: * editing/deleting/smart-delete-004.html: * editing/selection/4947387.html: * editing/selection/5195166-1.html: * editing/selection/5195166-2.html: * editing/selection/select-line.html: * editing/selection/selection-actions.html: * platform/win/Skipped: Changed these tests to use layoutTestController.execCommand, so they no longer need to be disabled. 2008-01-03 Oliver Hunt Reviewed by Maciej. Testcase for REGRESSION: Major under painting issues in SVG * svg/custom/repaint-on-image-bounds-change-expected.checksum: Copied from LayoutTests/svg/custom/resource-client-removal-expected.checksum. * svg/custom/repaint-on-image-bounds-change-expected.png: Copied from LayoutTests/svg/custom/resource-client-removal-expected.png. * svg/custom/repaint-on-image-bounds-change-expected.txt: Added. * svg/custom/repaint-on-image-bounds-change.svg: Added. 2008-01-03 Dan Bernstein Reviewed by Sam Weinig. - skip tests that are failing because font fallback results in a different font being used on Windows than on Mac. * platform/win/Skipped: 2008-01-03 Alice Liu Reviewed by Darin, Mitz. updating expected results after fixing clickcount for mousedowns in different locations increase the clickcount incorrectly * fast/forms/focus-selection-input-expected.txt: * fast/forms/focus-selection-textarea-expected.txt: * platform/mac/fast/events/objc-event-api-expected.txt: * platform/mac/fast/inline/dirtyLinesForInline-expected.txt: * platform/mac/fast/text/textIteratorNilRenderer-expected.txt: * platform/mac/svg/custom/pointer-events-image-expected.txt: * platform/mac/svg/custom/pointer-events-path-expected.txt: * platform/mac/svg/custom/pointer-events-text-expected.txt: * platform/mac/svg/custom/text-hit-test-expected.txt: 2008-01-03 Darin Adler Reviewed by Mitz. - test for http://bugs.webkit.org/show_bug.cgi?id=16723 tables/mozilla/bugs/bug30418.html test failing due to problems updating dynamic border rules * fast/table/border-changes-expected.txt: Added. * fast/table/border-changes.html: Added. * fast/table/resources: Added. * fast/table/resources/TEMPLATE.html: Added. * fast/table/resources/border-changes.js: Added. 2008-01-03 Alexey Proskuryakov Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=10909 Hixie's XMLHttpRequest/018.html test fails This was fixed earlier, just adding a test case. * http/tests/xmlhttprequest/web-apps/018-expected.txt: Added. * http/tests/xmlhttprequest/web-apps/018.html: Added. * http/tests/xmlhttprequest/web-apps/resources: Added. * http/tests/xmlhttprequest/web-apps/resources/018-test.xml: Added. 2008-01-02 Darin Adler Reviewed by Geoff. - test for http://bugs.webkit.org/show_bug.cgi?id=16696 JSCRE fails fails to match Acid3 regexp * fast/regex/early-acid3-86-expected.txt: Added. * fast/regex/early-acid3-86.html: Added. * fast/regex/resources/early-acid3-86.js: Added. * fast/regex/test1-expected.txt: Updated for a few cases where we now fail. But these "failures" represent us replacing PCRE behavior with semantics that are correct for JavaScript regular expressions. 2008-01-02 Alice Liu * platform/win/Skipped: removing a fixed test this was fixed with r28836 but was left behind on the skipped list 2008-01-02 Darin Adler Reviewed by Geoff. - test for http://bugs.webkit.org/show_bug.cgi?id=16696 JSCRE fails fails to match Acid3 regexp * fast/regex/early-acid3-86-expected.txt: Added. * fast/regex/early-acid3-86.html: Added. * fast/regex/resources/early-acid3-86.js: Added. * fast/regex/test1-expected.txt: Updated for a few cases where we now fail. But these "failures" represent us replacing PCRE behavior with semantics that are correct for JavaScript regular expressions. 2008-01-02 Darin Adler Reviewed by Maciej. - test for http://bugs.webkit.org/show_bug.cgi?id=16657 Acid3 failure since table.caption and table.thead do not work for nodes added by appendChild - test for http://bugs.webkit.org/show_bug.cgi?id=16659 Acid3 expects HTMLTableElement.rows to include a element that is an immediate child of the * fast/dom/HTMLTableElement/early-acid3-65-excerpt-expected.txt: Added. * fast/dom/HTMLTableElement/early-acid3-65-excerpt.html: Added. * fast/dom/HTMLTableElement/early-acid3-66-excerpt-expected.txt: Added. * fast/dom/HTMLTableElement/early-acid3-66-excerpt.html: Added. * fast/dom/HTMLTableElement/resources/early-acid3-65-excerpt.js: Added. * fast/dom/HTMLTableElement/resources/early-acid3-66-excerpt.js: Added. * dom/html/level2/html/HTMLCollection07-expected.txt: Updated to reflect success. * dom/html/level2/html/HTMLCollection08-expected.txt: Updated to reflect success. * dom/xhtml/level2/html/HTMLCollection07-expected.txt: Updated to reflect success. * dom/xhtml/level2/html/HTMLCollection08-expected.txt: Updated to reflect success. * fast/dom/HTMLTableElement/resources/rows.js: Changed to expect HTML 5 behavior for rows outside table sections. * fast/dom/HTMLTableElement/rows-expected.txt: Updated. * platform/mac/tables/mozilla/bugs/bug30418-expected.checksum: Updated to reflect better results. * platform/mac/tables/mozilla/bugs/bug30418-expected.png: Ditto. * platform/mac/tables/mozilla/bugs/bug30418-expected.txt: Ditto. 2008-01-02 Alice Liu Reviewed by Maciej. Added test for (problems scrolling in gmail message content area) * fast/frames/iframe-scroll-page-up-down-expected.txt: Added. * fast/frames/iframe-scroll-page-up-down.html: Added. * fast/frames/resources/iframe-scroll-page-up-down-1.html: Added. * fast/frames/resources/iframe-scroll-page-up-down-2.html: Added. 2008-01-02 Adam Roben * platform/win/Skipped: Added some more failures. 2008-01-02 Adam Roben Get the Windows bots closer to green * platform/win/Skipped: Added some new failures. * platform/win/fast/dom/Window/window-properties-expected.txt: Updated these results. 2008-01-02 Alexey Proskuryakov Reviewed by Darin. Changed tests that were recently modified to use non-standard execCommand identifiers back to textInputController.doCommand, re-added them to Windows skip list. Added several tests for commands that have different behavior when invoked manually rather than from JS. * editing/deleting/5300379.html: * editing/deleting/delete-to-end-of-paragraph.html: * editing/deleting/smart-delete-003.html: * editing/deleting/smart-delete-004.html: * editing/execCommand/delete-no-scroll-expected.txt: Added. * editing/execCommand/delete-no-scroll.html: Added. * editing/execCommand/forward-delete-no-scroll-expected.txt: Added. * editing/execCommand/forward-delete-no-scroll.html: Added. * editing/execCommand/insert-line-break-no-scroll-expected.txt: Added. * editing/execCommand/insert-line-break-no-scroll.html: Added. * editing/selection/4947387.html: * editing/selection/5195166-1.html: * editing/selection/5195166-2.html: * editing/selection/select-line.html: * editing/selection/selection-actions.html: * platform/win/Skipped: 2008-01-02 Alexey Proskuryakov Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=14555 action=mailto + method=get - The generated mailto URI is incorrect and the hvalues are encoded twice http://bugs.webkit.org/show_bug.cgi?id=14774 Submitted data only includes first input item * fast/forms/mailto: Added. * fast/forms/mailto/advanced-get-expected.txt: Added. * fast/forms/mailto/advanced-get.html: Added. * fast/forms/mailto/advanced-put-expected.txt: Added. * fast/forms/mailto/advanced-put.html: Added. * fast/forms/mailto/get-multiple-items-expected.txt: Added. * fast/forms/mailto/get-multiple-items-text-plain-expected.txt: Added. * fast/forms/mailto/get-multiple-items-text-plain.html: Added. * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt: Added. * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded.html: Added. * fast/forms/mailto/get-multiple-items.html: Added. * fast/forms/mailto/get-non-ascii-expected.txt: Added. * fast/forms/mailto/get-non-ascii.html: Added. * fast/forms/mailto/get-non-ascii-text-plain.html: Added. * fast/forms/mailto/get-non-ascii-text-plain-expected.txt: Added. * fast/forms/mailto/get-overwrite-query-expected.txt: Added. * fast/forms/mailto/get-overwrite-query.html: Added. * fast/forms/mailto/post-append-query-expected.txt: Added. * fast/forms/mailto/post-append-query.html: Added. * fast/forms/mailto/post-multiple-items-expected.txt: Added. * fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt: Added. * fast/forms/mailto/post-multiple-items-multipart-form-data.html: Added. * fast/forms/mailto/post-multiple-items-text-plain-expected.txt: Added. * fast/forms/mailto/post-multiple-items-text-plain.html: Added. * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt: Added. * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded.html: Added. * fast/forms/mailto/post-multiple-items.html: Added. 2008-01-01 Darin Adler Reviewed by Eric. - test for http://bugs.webkit.org/show_bug.cgi?id=16695 JSC allows non-identifier codepoints in identifiers (affects Acid3) * fast/js/kde/parse-expected.txt: Updated. * fast/js/kde/resources/parse.js: Added tests that cover both the non-ASCII characters themselves and the same characters parsed as \u sequences. 2008-01-01 Sam Weinig Reviewed by Darin. Tests for http://bugs.webkit.org/show_bug.cgi?id=16691 Use real JS objects for the rest of the DOMExceptions (EventException, RangeException, etc) * fast/dom/DOMException/EventException-expected.txt: Added. * fast/dom/DOMException/EventException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html. * fast/dom/DOMException/RangeException-expected.txt: Added. * fast/dom/DOMException/RangeException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html. * fast/dom/DOMException/XPathException-expected.txt: Added. * fast/dom/DOMException/XPathException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html. * fast/dom/DOMException/resources/EventException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js. * fast/dom/DOMException/resources/RangeException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js. * fast/dom/DOMException/resources/XPathException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js. * fast/dom/Window/window-properties-expected.txt: * http/tests/xmlhttprequest/XMLHttpRequestException-expected.txt: Added. * http/tests/xmlhttprequest/XMLHttpRequestException.html: Added. * svg/custom/SVGException-expected.txt: Added. * svg/custom/SVGException.html: Copied from LayoutTests/fast/dom/DOMException/prototype-object.html. * svg/custom/resources/SVGException.js: Copied from LayoutTests/fast/dom/DOMException/resources/prototype-object.js. 2008-01-01 Darin Adler Reviewed by Geoff. - updated test results for https://bugs.webkit.org/show_bug.cgi?id=16648 * fast/regex/test1-expected.txt: Update results changed by restoring the logic to avoid failing on infinite repeats of brackets that match the empty string. 2008-01-01 Eric Seidel Reviewed by Alexey. Don't replace \ with / in data: urls http://bugs.webkit.org/show_bug.cgi?id=16692 * fast/loader/url-data-replace-backslash-expected.txt: Added. * fast/loader/url-data-replace-backslash.html: Added. 2007-12-31 Sam Weinig Reviewed by Darin. Test for http://bugs.webkit.org/show_bug.cgi?id=16637 Acid3 expects ExeceptionCode constants to be defined on DOMException objects * fast/dom/DOMException: Added. * fast/dom/DOMException/prototype-object-expected.txt: Added. * fast/dom/DOMException/prototype-object.html: Added. * fast/dom/DOMException/resources: Added. * fast/dom/DOMException/resources/prototype-object.js: Added. * fast/dom/Window/window-properties-expected.txt: * http/tests/xmlhttprequest/connection-error-sync-expected.txt: 2007-12-31 Darin Adler * fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Updated results to expect success. I accdidentally landed an expected failure instead! 2007-12-31 Dan Bernstein Reviewed by Darin Adler. - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14134 REGRESSION (r25353): Whitespace nodes ignored between inline list items * fast/dynamic/create-renderer-for-whitespace-only-text.html: Added. * fast/dynamic/style-access-late-stylesheet-load-expected.txt: * platform/mac-leopard/fast/dynamic: Added. * platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.checksum: Added. * platform/mac-leopard/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png: Added. * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt: * platform/mac/editing/deleting/delete-block-merge-contents-019-expected.txt: * platform/mac/editing/deleting/delete-block-merge-contents-020-expected.txt: * platform/mac/editing/inserting/editable-html-element-expected.txt: * platform/mac/editing/inserting/editing-empty-divs-expected.txt: * platform/mac/editing/pasteboard/paste-TIFF-expected.txt: * platform/mac/editing/selection/4983858-expected.txt: * platform/mac/editing/selection/5136696-expected.txt: * platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt: * platform/mac/editing/style/remove-underline-across-paragraph-expected.txt: * platform/mac/editing/style/remove-underline-across-paragraph-in-bold-expected.txt: * platform/mac/editing/style/remove-underline-after-paragraph-expected.txt: * platform/mac/editing/style/remove-underline-after-paragraph-in-bold-expected.txt: * platform/mac/editing/style/remove-underline-from-stylesheet-expected.txt: * platform/mac/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt: Added. * platform/mac/fast/dynamic/move-node-with-selection-expected.txt: * platform/mac/fast/forms/input-align-expected.txt: * platform/mac/fast/inline/positionedLifetime-expected.txt: 2007-12-31 Darin Adler Reviewed by Mitz. - test for http://bugs.webkit.org/show_bug.cgi?id=16641 Acid3 reveals HTMLFormElement.elements fails to update when element name changes * fast/dom/HTMLFormElement: Added. * fast/dom/HTMLFormElement/elements-not-in-document-expected.txt: Added. * fast/dom/HTMLFormElement/elements-not-in-document.html: Added. * fast/dom/HTMLFormElement/resources: Added. * fast/dom/HTMLFormElement/resources/TEMPLATE.html: Added. * fast/dom/HTMLFormElement/resources/elements-not-in-document.js: Added. 2007-12-31 Henry Mason Reviewed by Darin. Test for http://bugs.webkit.org/show_bug.cgi?id=14994 Support for MessageEvent and cross-domain messaging * fast/dom/Window/window-properties-expected.txt: * http/tests/messaging: Added. * http/tests/messaging/cross-domain-message-send-expected.txt: Added. * http/tests/messaging/cross-domain-message-send.html: Added. * http/tests/messaging/resources: Added. * http/tests/messaging/resources/cross-domain-message-receive.html: Added. 2007-12-30 Sam Weinig Reviewed by Oliver Hunt. Test for http://bugs.webkit.org/show_bug.cgi?id=16387 * http/tests/security/cross-frame-access-enumeration-expected.txt: Added. * http/tests/security/cross-frame-access-enumeration.html: Added. * http/tests/security/resources/cross-frame-iframe-for-enumeration-test.html: Added. 2007-12-30 Darin Adler - added missing results file * fast/events/event-instanceof-expected.txt: Added. 2007-12-30 Sam Weinig Reviewed by Oliver Hunt. Test for http://bugs.webkit.org/show_bug.cgi?id=10686 event instanceof MouseEvent throws exception * fast/dom/Window/window-properties-expected.txt: * fast/events/event-instanceof.html: Added. * fast/events/resources/event-instanceof.js: Added. 2007-12-30 David Kilzer Reviewed by Darin. - test for http://bugs.webkit.org/show_bug.cgi?id=15359 JPEG image not shown when height is specified as percentage inside a table This test was added specifically for this bug. It tests the height of replaced elements (canvas, embed, img, object, button, input, isindex, select, textarea ) within table cells. * fast/replaced/table-percent-height-expected.txt: Added. * fast/replaced/table-percent-height.html: Added. These test results were updated because they are more correct. * platform/mac/fast/replaced/width100percent-image-expected.checksum: Updated. * platform/mac/fast/replaced/width100percent-image-expected.png: Updated. * platform/mac/fast/replaced/width100percent-image-expected.txt: Updated. Moved tests and results for these two tests from tables/mozilla_expected_failures/bugs to tables/mozilla/bugs since these results have been fixed. * platform/mac/tables/mozilla/bugs/bug137388-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum. * platform/mac/tables/mozilla/bugs/bug137388-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png. * platform/mac/tables/mozilla/bugs/bug137388-1-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt. * platform/mac/tables/mozilla/bugs/bug137388-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum. * platform/mac/tables/mozilla/bugs/bug137388-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png. * platform/mac/tables/mozilla/bugs/bug137388-2-expected.txt: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt. * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.checksum: Removed. * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.png: Removed. * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt: Removed. * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.checksum: Removed. * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.png: Removed. * platform/mac/tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt: Removed. * tables/mozilla/bugs/bug137388-1.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-1.html. * tables/mozilla/bugs/bug137388-2.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug137388-2.html. * tables/mozilla_expected_failures/bugs/bug137388-1.html: Removed. * tables/mozilla_expected_failures/bugs/bug137388-2.html: Removed. 2007-12-30 Eric Seidel Reviewed by Sam. Add missing fast/js/number-toExponential.html file and correct results. Add missing number.toString(2) test which also was missing. Update toString results now that we're properly throwing exceptions. * fast/js/number-toExponential-expected.txt: * fast/js/number-toExponential.html: Added. * fast/js/number-toString-expected.txt: * fast/js/resources/number-toString.js: 2007-12-29 Alexey Proskuryakov Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=14428 FCKEditor: Images disappear on drag/drop and copy/paste * editing/pasteboard/drag-image-in-about-blank-frame-expected.txt: Added. * editing/pasteboard/drag-image-in-about-blank-frame.html: Added. 2007-12-28 Alexey Proskuryakov Reviewed by Mitz. http://bugs.webkit.org/show_bug.cgi?id=15734 fast/xpath/namespace-vs-predicate.xhtml fails unexpectedly in no-SVG build * fast/xpath/namespace-vs-predicate.xhtml: Use (hopefully) correct code to remove an SVG element. 2007-12-28 Darin Adler - checked in these files that were supposed to be part of the previous check-in, but somehow weren't * fast/js/number-tofixed-expected.txt: Updated. * fast/js/number-toprecision-expected.txt: Ditto. 2007-12-28 Eric Seidel Reviewed by Oliver. Add more tests for toFixed, toPrecision and toExponential Add tests for toString to match Firefox's behavior All tests pass in Firefox, but some fail in WebKit I've chosen to land failing tests as I expect we'll move closer towards Firefox's behavior in the future, and it's better to have the tests now thus to notice any behavior changes in the future. * fast/js/number-toExponential-expected.txt: Added. * fast/js/number-toString-expected.txt: Added. * fast/js/number-toString.html: Added. * fast/js/number-tofixed-expected.txt: * fast/js/number-toprecision-expected.txt: * fast/js/resources/number-toExponential.js: Added. * fast/js/resources/number-toString.js: Added. * fast/js/resources/number-tofixed.js: * fast/js/resources/number-toprecision.js: 2007-12-29 Nikolas Zimmermann Reviewed by Oliver. Update layout test results after the SVG Fonts addition. is now also disabled by default wrapped in ENABLE(SVG_FONTS) block. Fix two misplaced layout test results (results added in the wrong place.) * platform/mac/svg/css/css-box-min-width-expected.checksum: * platform/mac/svg/css/css-box-min-width-expected.png: * platform/mac/svg/custom/font-face-simple-expected.checksum: * platform/mac/svg/custom/font-face-simple-expected.png: * platform/mac/svg/custom/font-face-simple-expected.txt: * platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum: * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png: * platform/mac/svg/custom/use-infinite-recursion-expected.png: Added. * svg/custom/inline-svg-in-xhtml-expected.checksum: Removed. * svg/custom/inline-svg-in-xhtml-expected.png: Removed. * svg/custom/use-infinite-recursion-expected.checksum: Removed. * svg/custom/use-infinite-recursion-expected.png: Removed. 2007-12-27 Dan Bernstein Reviewed by Oliver Hunt. - test for http://bugs.webkit.org/show_bug.cgi?id=16603 Crash when resizing text field * fast/layers/resize-layer-deletion-crash-expected.txt: Added. * fast/layers/resize-layer-deletion-crash.html: Added. 2007-12-27 Sam Weinig Reviewed by Alice Liu. * platform/win/Skipped: Remove xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html since it is now passing. 2007-12-27 Collin Jackson Reviewed by Sam Weinig. Tests for http://bugs.webkit.org/show_bug.cgi?id=16539 * http/tests/security/cross-frame-access-call-expected.txt: Added. * http/tests/security/cross-frame-access-call.html: Added. 2007-12-27 Dan Bernstein Reviewed by Dave Hyatt and Sam Weinig. - pixel tests for Inspector: Disclosure triangle not drawn in node's properties panel until click * fast/layers/add-layer-with-nested-stacking.html: Added. * fast/layers/remove-layer-with-nested-stacking.html: Added. * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.checksum: Added. * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.png: Added. * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.checksum: Added. * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.png: Added. * platform/mac/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added. 2007-12-27 Eric Seidel Reviewed by Sam. ASSERT in JavaScriptCore while viewing WICD test case http://bugs.webkit.org/show_bug.cgi?id=16626 * fast/js/for-in-exeception-expected.txt: Added. * fast/js/for-in-exeception.html: Added. * fast/js/resources/for-in-exception.js: Added. 2007-12-27 Sam Weinig Reviewed by Alice Liu. * platform/mac-leopard/Skipped: Remove dom/html/level2/html/HTMLDocument12.html from the Skipped list because it is now passing. 2007-12-27 Dan Bernstein Reviewed by Eric Seidel. - test for http://bugs.webkit.org/show_bug.cgi?id=16490 ASSERT in ~FrameView while viewing/reloading WICD test case * fast/dynamic/paused-event-dispatch-expected.txt: Added. * fast/dynamic/paused-event-dispatch.html: Added. * fast/dynamic/resources/paused-event-dispatch-iframe.html: Added. 2007-12-27 Sam Weinig Reviewed by Maciej. * platform/win/Skipped: Move cross-frame-access-protocol* tests to show that they are failing because of a lack of ssl on windows. 2007-12-27 Sam Weinig Rubber-stamped by Maciej. - Change more tests to use the new layoutTestController.globalFlag style polling instead of the "flag frame hack". * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt: * http/tests/security/cross-frame-access-port-expected.txt: * http/tests/security/cross-frame-access-private-browsing-expected.txt: * http/tests/security/cross-frame-access-protocol-expected.txt: * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html: * http/tests/security/host-compare-case-insensitive-expected.txt: * 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: * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html: * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-opened-frame.html: * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html: * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-opened-frame.html: * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html: * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-window-open.html: * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt: * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html: * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt: * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html: * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt: * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html: * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html: * http/tests/security/protocol-compare-case-insensitive-expected.txt: * http/tests/security/resources/cross-frame-iframe.html: 2007-12-27 Alexey Proskuryakov Reviewed by Maciej. http://bugs.webkit.org/show_bug.cgi?id=14500 need to be more generous about charset declaration with meta tag http://bugs.webkit.org/show_bug.cgi?id=12526 Safari ignores encoding description "charset=Shift_JIS" in invalid html Unlike other browsers, WebKit ignores charset definitions outside the head REGRESSION: Text is garbled when clicking a link inside an Arabic website * fast/encoding/ahram-org-eg-expected.txt: Added. * fast/encoding/ahram-org-eg.html: Added. * fast/encoding/bandai-co-jp-releases-expected.txt: Added. * fast/encoding/bandai-co-jp-releases.html: Added. * fast/encoding/floraexpres-ru-expected.txt: Added. * fast/encoding/floraexpres-ru.html: Added. * fast/encoding/hanarei-blog32-fc2-com-expected.txt: Added. * fast/encoding/hanarei-blog32-fc2-com.html: Added. * fast/encoding/yahoo-mail-expected.txt: Added. * fast/encoding/yahoo-mail.html: Added. 2007-12-26 Dan Bernstein Rubber-stamped by Anders Carlsson. - re-categorize some SVG tests the are failing on Windows * platform/win/Skipped: 2007-12-26 Sam Weinig Reviewed by Alice Liu. Re-enable disabled tests with new polling logic using layoutTestController.globalFlag. * http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-iframe.html: * http/tests/security/dataURL/resources/foreign-domain-data-url-accessee-opened-frame.html: * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-iframe.html: * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-opened-frame.html: * http/tests/security/dataURL/resources/foreign-domain-data-url-window-location.html: * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html: Copied from http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html-disabled. * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html-disabled: Removed. * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html: Copied from http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html-disabled. * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html-disabled: Removed. * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html-disabled. * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change.html-disabled: Removed. * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html-disabled. * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe.html-disabled: Removed. * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html: Copied from http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html-disabled. * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html-disabled: Removed. * platform/win/Skipped: 2007-12-26 Alice Liu removing tests tracked by A number of layout tests should be using execCommand instead of textInputController * platform/win/Skipped: removing tests fixed by http://trac.webkit.org/projects/webkit/changeset/28626 2007-12-26 Alexey Proskuryakov Reviewed by Sam Weinig. http://bugs.webkit.org/show_bug.cgi?id=16609 Make manual-tests/xmlhttprequest-contenttype-empty.html test automatic * http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty-expected.txt: Added. * http/tests/xmlhttprequest/resources/empty-content-type.php: Added. * http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty.html: Copied from WebCore/manual-tests/xmlhttprequest-contenttype-empty.html. 2007-12-25 Rob Buis Reviewed by Eric. Testcases for: http://bugs.webkit.org/show_bug.cgi?id=15514 with not respected http://bugs.webkit.org/show_bug.cgi?id=16557 SVG circle elements have been clipped away completely, instead of partially. * svg/custom/clip-path-referencing-use-expected.checksum: Added. * svg/custom/clip-path-referencing-use-expected.png: Added. * svg/custom/clip-path-referencing-use-expected.txt: Added. * svg/custom/clip-path-referencing-use.svg: Added. * svg/custom/clip-path-referencing-use2-expected.checksum: Added. * svg/custom/clip-path-referencing-use2-expected.png: Added. * svg/custom/clip-path-referencing-use2-expected.txt: Added. * svg/custom/clip-path-referencing-use2.svg: Added. 2007-12-25 David Smith and Sam Weinig Reviewed by Oliver. - http://bugs.webkit.org/show_bug.cgi?id=16587 Implement the most useful part of the W3C Selectors API. * fast/dom/SelectorAPI: Copied from LayoutTests/fast/dom/getElementsByClassName. * fast/dom/SelectorAPI/dumpNodeList-expected.txt: * fast/dom/SelectorAPI/dumpNodeList.html: Modified to test querySelector and querySelectorAll instead of getElementsByClassName * fast/dom/Window/window-properties-expected.txt: Added querySelector and querySelectorAll 2007-12-23 Darin Adler - updated results (character used for controls changed in r28945) * platform/mac/media/audio-controls-rendering-expected.txt: Regenerated. * platform/mac/media/video-controls-rendering-expected.txt: Regenerated. * platform/mac/media/video-display-toggle-expected.txt: Regenerated. 2007-12-22 Nikolas Zimmermann Reviewed by Oliver. Fixes: http://bugs.webkit.org/show_bug.cgi?id=15966 (Crash in SVGRootInlineBox::walkTextChunks() on mouse hover) Add new layout test foreignObject-crash-on-hover.xml verifying debug builds don't hit an assertion anymore. * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.checksum: Added. * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png: Added. * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt: Added. * svg/custom/foreignObject-crash-on-hover.xml: Added. 2007-12-21 Sam Weinig Reviewed by Adele. Fix another mistaken duplication, this time in cross-frame-access-parent-explicit-domain.html, that was causing intermittent failures. * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt: * http/tests/security/cross-frame-access-parent-explicit-domain.html: * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt: 2007-12-21 Sam Weinig Reviewed by Dan Bernstein. Fix mistaken duplication in cross-frame-access-child-explicit-domain.html that was causing intermittent failures. * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt: * http/tests/security/cross-frame-access-child-explicit-domain.html: * http/tests/security/cross-frame-access-custom-expected.txt: 2007-12-21 Alexey Proskuryakov Reviewed by Oliver. Incorrect display of Danish characters on web site. * http/tests/xmlhttprequest/resources/utf-8-no-charset.html: Added. * http/tests/xmlhttprequest/response-encoding-expected.txt: * http/tests/xmlhttprequest/response-encoding.html: 2007-12-20 Justin Garcia Reviewed by Oliver Hunt. GoogleDocs: Safari hangs when creating a list from a particular selection * editing/execCommand/5543472-1-expected.txt: Added. * editing/execCommand/5543472-1.html: Added. * editing/execCommand/5543472-2-expected.txt: Added. * editing/execCommand/5543472-2.html: Added. * editing/execCommand/5543472-3-expected.txt: Added. * editing/execCommand/5543472-3.html: Added. 2007-12-20 Dan Bernstein Reviewed by John Sullivan. - reorganize skipped test list * platform/win/Skipped: 2007-12-20 Adam Barth Reviewed and landed by Sam Weinig. Update LayoutTests for http://bugs.webkit.org/show_bug.cgi?id=15313 * http/tests/security/cross-frame-access-child-explicit-domain-expected.txt: Added. * http/tests/security/cross-frame-access-child-explicit-domain.html: Added. * http/tests/security/cross-frame-access-custom-expected.txt: * http/tests/security/cross-frame-access-parent-explicit-domain-expected.txt: Added. * http/tests/security/cross-frame-access-parent-explicit-domain.html: Added. * http/tests/security/cross-frame-access-port-explicit-domain-expected.txt: * http/tests/security/cross-frame-access-protocol-explicit-domain-expected.txt: * http/tests/security/cross-frame-access-protocol-explicit-domain.html: 2007-12-20 johnnyding.webkit Reviewed by Alexey. Landed by Stephanie. - bug http://bugs.webkit.org/show_bug.cgi?id=16179 | Test for unicode characters which is great than 255 are in HTML attribute name * fast/parser/test-unicode-characters-in-attribute-name-expected.txt: Added. * fast/parser/test-unicode-characters-in-attribute-name.html: Added. 2007-12-20 Eric Seidel Reviewed by Nikolas Zimmermann. WebKit claims to support SVG feature strings it shouldn't http://bugs.webkit.org/show_bug.cgi?id=15480 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png: * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: * svg/custom/svg-features-expected.txt: * svg/custom/svg-features.html: 2007-12-17 Tony Chang Reviewed by Darin. Test for http://bugs.webkit.org/show_bug.cgi?id=16479 Reset the drag state on non-mac platforms. * fast/text/reset-drag-on-mouse-down.html: Added. * platform/mac/fast/text/reset-drag-on-mouse-down-expected.txt: Added. 2007-12-19 Geoffrey Garen Reviewed by Oliver Hunt. Added some tests to verify some of the changes I made while optimizing global access to global variables. * fast/dom/Window/resources/window-property-clearing-iframe0.html: Added. * fast/dom/Window/resources/window-property-clearing-iframe1.html: Added. * fast/dom/Window/window-property-clearing-expected.txt: Added. * fast/dom/Window/window-property-clearing.html: Added. * fast/dom/getter-on-window-object2-expected.txt: Added. * fast/dom/getter-on-window-object2.html: Added. Checked in failing results for these const tests. The symbol table optimization broke const. (We didn't know this before because our only tests used global variables.) * fast/js/const-expected.txt: * fast/js/kde/const-expected.txt: * fast/js/resources/for-in-avoid-duplicates.js: Fixed a typo I noticed. Not related to this patch. * fast/dom/Window/window-property-shadowing.html: Changed this test to use "this" instead of "window". The fact that "window" worked before, despite an overriding / shadowing var declaration, was a bug. 2007-12-19 Dan Bernstein - remove two more tests that pass now due to changed font fallback * platform/win/Skipped: 2007-12-19 Dan Bernstein - remove passing tests following the change to font fallback * platform/win/Skipped: Removed tests that failed only because they specified as primary font family a font family that was not available on Windows and therefore were rendered using the platform last resort font, Times New Roman. Now they are rendered using the 'standard' font family, which is set to Times on both Mac and Windows when running the tests. 2007-12-19 Alice Liu Reviewed by Darin. Fixed Safari crashed trying to get a motorcycle insurance quote on Geico.com WebCore::Document::inPageCache() * fast/events/nested-event-remove-node-crash-expected.txt: Added. * fast/events/nested-event-remove-node-crash.html: Added. 2007-12-19 Andre Boule Reviewed by Dan Bernstein. Adding tests for canvas compositing modes to make sure the results don't change after: GraphicsContext::setCompositeOperation should use CGContextSetBlendMode The following compositing modes don't pass however that is covered by another bug: source-in source-out destination-in destination-atop copy Some canvas tag compositing modes don't render correctly * fast/canvas/canvas-composite.html: Added. * platform/mac/fast/canvas/canvas-composite-expected.checksum: Added. * platform/mac/fast/canvas/canvas-composite-expected.png: Added. * platform/mac/fast/canvas/canvas-composite-expected.txt: Added. 2007-12-19 Dan Bernstein Reviewed by Dave Hyatt. - test for REGRESSION: major layout problems in svn r28754 WebKit on Vox.com page * fast/dynamic/subtree-boundary-percent-height.html: Added. * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.checksum: Added. * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.png: Added. * platform/mac/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added. 2007-12-18 Beth Dakin Reviewed by Oliver. Test for SVGs with width and height 100% fail to render when used as or CSS image (16167) * fast/images/resources/green-relative-size-rect.svg: Added. * fast/images/svg-as-relative-image.html: Added. * platform/mac/fast/images/svg-as-relative-image-expected.checksum: Added. * platform/mac/fast/images/svg-as-relative-image-expected.png: Added. * platform/mac/fast/images/svg-as-relative-image-expected.txt: Added. 2007-12-18 Dan Bernstein Reviewed by John Sullivan. - remove passing test and reclassify one failing test * platform/win/Skipped: Removed fast/text/international/002.html. 2007-12-18 Sam Weinig Reviewed by Geoffrey. - Temporarily remove calls that are causing subsequent tests in DRT to fail. Filled http://bugs.webkit.org/show_bug.cgi?id=16510 to track the issue. * http/tests/security/cross-frame-access-history-expected.txt: * http/tests/security/cross-frame-access-history.html: 2007-12-18 Darin Adler - fix failing regression test * fast/regex/resources/TEMPLATE.html: Updated this template -- I accidentally landed the one that was copied without updating the paths. * fast/regex/slow.html: Regenerated. 2007-12-18 Alice Liu Reviewed by Darin. Fixed REGRESSION: dom/xhtml/level2/html/HTMLDocument12 fails on Leopard * fast/cookies/local-file-can-set-cookies.html: cookies are matched by domain and path, and since layout tests are file URLs, they all match on domain. setting a cookie without specifying the path will make CFNetwork pick up the path from the URL automatically. Since fast/cookies/local-file-can-set-cookies.html set a specific path of /, that cookie will be set for EVERY local file loaded in Safari. removing that component from the cookie string will fix the problem. 2007-12-18 Darin Adler Reviewed by Geoff. - test for http://bugs.webkit.org/show_bug.cgi?id=16458 REGRESSION (r28164): regular expressions can now hang due to lack of a match limit * fast/regex/resources: Added. * fast/regex/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html. * fast/regex/resources/slow.js: Added. * fast/regex/slow-expected.txt: Added. * fast/regex/slow.html: Added. 2007-12-18 Dan Bernstein Reviewed by John Sullivan. - remove passing test * platform/win/Skipped: Removed fast/text/international/wrap-CJK-001.html 2007-12-17 Alice Liu Reviewed by Adam. Test for window with no scrollbars can still be scrolled with wheelevent * fast/events/attempt-scroll-with-no-scrollbars-expected.txt: Added. * fast/events/attempt-scroll-with-no-scrollbars.html: Added. * platform/mac/Skipped: Adding to mac Skipped list because of window.scrollTo scrolls a window with no scrollbars * platform/win/Skipped: Adding to win Skipped list because of Windows DRT does not support multiple windows 2007-12-17 Darin Adler - disabling this test until we can find a way to make it pass on diverse machines * fast/css/css2-system-color.html: Removed. * fast/css/css2-system-color.html-disabled: Copied from fast/css/css2-system-color.html. 2007-12-17 Anders Carlsson Fix argument to window.open. * http/tests/misc/window-open-then-write.html: 2007-12-17 Mark Rowe Update test results after r28812. * platform/mac-tiger/fast/css/css2-system-color-expected.txt: * platform/mac/fast/css/css2-system-color-expected.txt: 2007-12-17 Alexey Proskuryakov Reviewed by Darin. Live to the promise of never making AppKit special character codes visible via DOM. * fast/events/arrow-keys-on-body-expected.txt: Added. * fast/events/arrow-keys-on-body.html: Added. 2007-12-16 Darin Adler * fast/js/regexp-overflow-expected.txt: Updated. I accidentally checked in an out-of-date file last time. 2007-12-16 Darin Adler Reviewed by Maciej. - test for http://bugs.webkit.org/show_bug.cgi?id=16459 REGRESSION: assertion failure with regexp with \B in a case-ignoring character range * fast/js/regexp-overflow-expected.txt: Updated. * fast/js/resources/regexp-overflow.js: Added test cases. 2007-12-16 Darin Adler Reviewed by Maciej. - tests for the argument handling of the executeSql function * storage/execute-sql-args-expected.txt: Added. * storage/execute-sql-args.html: Added. 2007-12-16 Darin Adler - try to get the system color test passing on the buildbot I fear this test may be vulnerable to slight platform differences. * platform/mac-tiger/fast: Added. * platform/mac-tiger/fast/css: Added. * platform/mac-tiger/fast/css/css2-system-color-expected.checksum: Copied from platform/mac/fast/css/css2-system-color-expected.checksum. * platform/mac-tiger/fast/css/css2-system-color-expected.png: Copied from platform/mac/fast/css/css2-system-color-expected.png. * platform/mac-tiger/fast/css/css2-system-color-expected.txt: Copied from platform/mac/fast/css/css2-system-color-expected.txt. Then updated to match what the buildbot says. * platform/mac/fast/css/css2-system-color-expected.txt: Updated to match results I'm getting locally on my Leopard machine. 2007-12-16 Beth Dakin Reviewed by Geoff. Tests for SVG as border-image. * fast/borders/resources/green-fixed-size-rect.svg: Added. * fast/borders/resources/green-relative-size-rect.svg: Added. * fast/borders/svg-as-border-image-2.html: Added. * fast/borders/svg-as-border-image.html: Added. * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum: Added. * platform/mac/fast/borders/svg-as-border-image-2-expected.png: Added. * platform/mac/fast/borders/svg-as-border-image-2-expected.txt: Added. * platform/mac/fast/borders/svg-as-border-image-expected.checksum: Added. * platform/mac/fast/borders/svg-as-border-image-expected.png: Added. * platform/mac/fast/borders/svg-as-border-image-expected.txt: Added. 2007-12-16 Andrew Wellington Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=6129 Incomplete implementation of CSS 2.1 system colors Add layout test for this bug and update tests for new system-derived colors * fast/css/css2-system-color.html: Added. * platform/mac/fast/css/css2-system-color-expected.checksum: Added. * platform/mac/fast/css/css2-system-color-expected.png: Added. * platform/mac/fast/css/css2-system-color-expected.txt: Added. * platform/mac/fast/css/css2-system-fonts-expected.checksum: * platform/mac/tables/mozilla/bugs/bug103533-expected.txt: 2007-12-16 Dan Bernstein Reviewed by Darin Adler. - test for http://bugs.webkit.org/show_bug.cgi?id=16426 Divs with overflow:auto: scrollbars not correctly updated when contents change * fast/overflow/scrollbar-position-update.html: Added. * platform/mac-leopard/fast/overflow: Added. * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.checksum: Added. * platform/mac-leopard/fast/overflow/scrollbar-position-update-expected.png: Added. * platform/mac/fast/overflow/scrollbar-position-update-expected.txt: Added. 2007-12-15 Darin Adler Disabled the smallFonts.svg test, which has been failing for weeks. I heard that Niko is going to fix this soon. He should rename it back at that time. Removed the svn:executable flag from many .svg, .png, and .css files that had it set for no good reason. * svg/batik/text/smallFonts.svg: Removed. * svg/batik/text/smallFonts.svg-disabled: Copied from svg/batik/text/smallFonts.svg. 2007-12-15 Eric Seidel Reviewed by Oliver. Width of SVG elements not applied to container elements http://bugs.webkit.org/show_bug.cgi?id=16305 * platform/mac/svg/css/css-box-min-width-expected.checksum: Added. * platform/mac/svg/css/css-box-min-width-expected.png: Added. * platform/mac/svg/css/css-box-min-width-expected.txt: Added. * svg/css/css-box-min-width.html: Added. 2007-12-15 Alp Toker http://bugs.webkit.org/show_bug.cgi?id=16449 cairo_arc() functions hang or crash when passed inf as radius or start/end angle Fixed in r28751. Remove these tests from the skip list: fast/canvas/arc-crash.html fast/canvas/canvas-with-incorrect-args.html * platform/gtk/Skipped: 2007-12-05 Mark Rowe Reviewed by Alp Toker. Add a skeleton Gtk skipped list containing only tests that hang run-webkit-tests. * platform/gtk/Skipped: Added. 2007-12-15 Alexey Proskuryakov Reviewed by Maciej. http://bugs.webkit.org/show_bug.cgi?id=16436 Alt+Space works incorrectly * platform/win/fast/events/alt-space-scroll-expected.txt: Added. * platform/win/fast/events/alt-space-scroll.html: Added. 2007-12-14 Dan Bernstein - share the results of this test between Tiger and Leopard * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed. * platform/mac/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt. 2007-12-14 Anders Carlsson Reviewed by Brady. Add test that calls window.open and then immediately writes into the document of the newly opened window. * http/tests/misc/resources/compass.jpg: Added. * http/tests/misc/window-open-then-write-expected.txt: Added. * http/tests/misc/window-open-then-write.html: Added. * platform/win/Skipped: 2007-12-14 David Smith Reviewed by Mitz. - test for http://bugs.webkit.org/show_bug.cgi?id=14955 Implement getElementsByClassName Tests added from http://tc.labs.opera.com/apis/getElementsByClassName/ * fast/dom/Window/window-properties-expected.txt: * fast/dom/getElementsByClassName: Added. * fast/dom/getElementsByClassName/001-expected.txt: Added. * fast/dom/getElementsByClassName/001.html: Added. * fast/dom/getElementsByClassName/002-expected.txt: Added. * fast/dom/getElementsByClassName/002.html: Added. * fast/dom/getElementsByClassName/003-expected.txt: Added. * fast/dom/getElementsByClassName/003.html: Added. * fast/dom/getElementsByClassName/004-expected.txt: Added. * fast/dom/getElementsByClassName/004.html: Added. * fast/dom/getElementsByClassName/005-expected.txt: Added. * fast/dom/getElementsByClassName/005.html: Added. * fast/dom/getElementsByClassName/006-expected.txt: Added. * fast/dom/getElementsByClassName/006.html: Added. * fast/dom/getElementsByClassName/007-expected.txt: Added. * fast/dom/getElementsByClassName/007.html: Added. * fast/dom/getElementsByClassName/008-expected.txt: Added. * fast/dom/getElementsByClassName/008.html: Added. * fast/dom/getElementsByClassName/009-expected.txt: Added. * fast/dom/getElementsByClassName/009.html: Added. * fast/dom/getElementsByClassName/010-expected.txt: Added. * fast/dom/getElementsByClassName/010.xml: Added. * fast/dom/getElementsByClassName/011-expected.txt: Added. * fast/dom/getElementsByClassName/011.xml: Added. * fast/dom/getElementsByClassName/012-expected.txt: Added. * fast/dom/getElementsByClassName/012.html: Added. * fast/dom/getElementsByClassName/013-expected.txt: Added. * fast/dom/getElementsByClassName/013.html: Added. * fast/dom/getElementsByClassName/014-expected.txt: Added. * fast/dom/getElementsByClassName/014.html: Added. * fast/dom/getElementsByClassName/array: Added. * fast/dom/getElementsByClassName/array/001-expected.txt: Added. * fast/dom/getElementsByClassName/array/001.html: Added. * fast/dom/getElementsByClassName/array/002-expected.txt: Added. * fast/dom/getElementsByClassName/array/002.html: Added. * fast/dom/getElementsByClassName/array/003-expected.txt: Added. * fast/dom/getElementsByClassName/array/003.html: Added. * fast/dom/getElementsByClassName/array/004-expected.txt: Added. * fast/dom/getElementsByClassName/array/004.html: Added. * fast/dom/getElementsByClassName/dumpNodeList-expected.txt: Added. * fast/dom/getElementsByClassName/dumpNodeList.html: Added. * fast/dom/getElementsByClassName/resources: Added. * fast/dom/getElementsByClassName/resources/common.js: Added. 2007-12-14 Darin Adler Reviewed by Alexey. - http://bugs.webkit.org/show_bug.cgi?id=16420 change regression tests to use document.execCommand instead of textInputController.doCommand To avoid changing results at this time, I didn't correct the many tests that now have misleading "this test cannot be run manually" text or references to "NSResponder" or uneeded instructions for running the test manually. We can do that on a later pass. * editing/deleting/5300379.html: Use execCommand instead of doCommand. * editing/deleting/delete-to-end-of-paragraph.html: Ditto. * editing/deleting/smart-delete-003.html: Ditto. * editing/deleting/smart-delete-004.html: Ditto. * editing/execCommand/nsresponder-indent.html: Ditto. * editing/execCommand/nsresponder-outdent.html: Ditto. * editing/selection/4947387.html: Ditto. * editing/selection/5195166-1.html: Ditto. * editing/selection/5195166-2.html: Ditto. * editing/selection/select-line.html: Ditto. * editing/selection/selection-actions.html: Ditto. 2007-12-14 Justin Garcia Reviewed by Darin Adler. Hang in SplitElementCommand::doApply when outdenting a list item in a particular list * editing/execCommand/5575101-1-expected.txt: Added. * editing/execCommand/5575101-1.html: Added. * editing/execCommand/5575101-2-expected.txt: Added. * editing/execCommand/5575101-2.html: Added. * editing/execCommand/5575101-3-expected.txt: Added. * editing/execCommand/5575101-3.html: Added. 2007-12-14 Anders Carlsson Reviewed by Darin and Geoff. REGRESSION: 303-304: Embedded YouTube video fails to render- JS errors (16150) (Flash 9) Add cross frame plug/in test where a plug/in inside an iframe tries to access properties of the top-level frame. * http/tests/plugins/cross-frame-object-access-expected.txt: Added. * http/tests/plugins/cross-frame-object-access.html: Added. * http/tests/plugins/resources/cross-frame-object-access.html: Added. 2007-12-14 Oliver Hunt Reviewed by Adam. Fix test output, and move test to mac skipped lists until fast/events/mouseout-on-window.html is fixed. * fast/events/mouseout-on-window-expected.txt: * platform/mac/Skipped: 2007-12-13 Justin Garcia Reviewed by Oliver Hunt. In Mail, a crash occurs at WebCore::AppendNodeCommand() after dragging image into a
element * editing/inserting/5607069-1-expected.checksum: Added. * editing/inserting/5607069-1-expected.png: Added. * editing/inserting/5607069-1-expected.txt: Added. * editing/inserting/5607069-1.html: Added. * editing/inserting/5607069-2.html: Added. * editing/inserting/5607069-3.html: Added. * platform/mac/editing/inserting/5607069-2-expected.checksum: Added. * platform/mac/editing/inserting/5607069-2-expected.png: Added. * platform/mac/editing/inserting/5607069-2-expected.txt: Added. * platform/mac/editing/inserting/5607069-3-expected.checksum: Added. * platform/mac/editing/inserting/5607069-3-expected.png: Added. * platform/mac/editing/inserting/5607069-3-expected.txt: Added. 2007-12-13 Dan Bernstein Reviewed by Dave Hyatt. - test for explicit cubic-bezier curves all treated as "default" for transition-timing-function * fast/css/transition-timing-function-expected.txt: Added. * fast/css/transition-timing-function.html: Added. 2007-12-13 Kevin McCullough Reviewed by Adam. - Layout tests fix. Removed machine dependant results and generated new results without machine specific information. * fast/dom/frame-loading-via-document-write-expected.txt: Added. * http/tests/security/frame-loading-via-document-write-expected.txt: Added. * http/tests/security/local-CSS-from-remote-expected.txt: * http/tests/security/local-JavaScript-from-remote-expected.txt: * http/tests/security/local-iFrame-from-remote-expected.txt: * http/tests/security/local-image-from-remote-expected.txt: * platform/mac/fast/dom/frame-loading-via-document-write-expected.checksum: Removed. * platform/mac/fast/dom/frame-loading-via-document-write-expected.png: Removed. * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: Removed. * platform/mac/http/tests/security: Removed. * platform/mac/http/tests/security/frame-loading-via-document-write-expected.checksum: Removed. * platform/mac/http/tests/security/frame-loading-via-document-write-expected.png: Removed. * platform/mac/http/tests/security/frame-loading-via-document-write-expected.txt: Removed. * platform/win/Skipped: * platform/win/http: Removed. * platform/win/http/tests: Removed. * platform/win/http/tests/security: Removed. * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Removed. 2007-12-13 Alexey Proskuryakov Reviewed by Adele. http://bugs.webkit.org/show_bug.cgi?id=16421 REGRESSION(r28669): Page scrolls down when you hit space key in text area * fast/events/space-scroll-event-expected.txt: Added. * fast/events/space-scroll-event.html: Added. 2007-12-13 Justin Garcia Reviewed by Darin Adler. GMail Editor: Copied link doesn't paste as a link, just colored text * editing/pasteboard/5601583-1.html: Added. * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Added. * platform/mac/editing/pasteboard/5601583-1-expected.png: Added. * platform/mac/editing/pasteboard/5601583-1-expected.txt: Added. 2007-12-13 Kevin McCullough Reviewed by Alice and Sam. - Need a way to specify local resources (being loaded from HTTP tests) on Windows. - Updated the following tests to use the new layoutTestController function, pathToLocalResource to get a Windows viable path (when on Windows) to the local resources they are attempting to access. - Also clarified and updated some results. * fast/dom/frame-loading-via-document-write.html: * fast/loader/local-CSS-from-local-expected.txt: * fast/loader/local-CSS-from-local.html: * fast/loader/local-JavaScript-from-local-expected.txt: * fast/loader/local-JavaScript-from-local.html: * fast/loader/local-iFrame-source-from-local-expected.txt: * fast/loader/local-iFrame-source-from-local.html: * fast/loader/local-image-from-local-expected.txt: * fast/loader/local-image-from-local.html: * http/tests/security/frame-loading-via-document-write.html: * http/tests/security/local-CSS-from-remote-expected.txt: * http/tests/security/local-CSS-from-remote.html: * http/tests/security/local-JavaScript-from-remote-expected.txt: * http/tests/security/local-JavaScript-from-remote.html: * http/tests/security/local-iFrame-from-remote-expected.txt: * http/tests/security/local-iFrame-from-remote.html: * http/tests/security/local-image-from-remote-expected.txt: * http/tests/security/local-image-from-remote.html: * http/tests/security/local-user-CSS-from-remote.html: * platform/mac/fast/dom/frame-loading-via-document-write-expected.txt: * platform/win/Skipped: * platform/win/http: Added. * platform/win/http/tests: Added. * platform/win/http/tests/security: Added. * platform/win/http/tests/security/frame-loading-via-document-write-expected.txt: Added. 2007-12-13 Dan Bernstein Reviewed by Adam Roben. - test that Unicode bidi control characters are rendered as zero width spaces * fast/text/international/bidi-control-chars-treated-as-ZWS.html: Added. * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum: Added. * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png: Added. * platform/mac-leopard/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Added. 2007-12-12 Dan Bernstein Reviewed by Oliver Hunt. - updated results and skipped tests file for text with font:initial; fails to appear (causes fast/text/font-initial.html to fail) * platform/mac-leopard/fast/text/font-initial-expected.checksum: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.checksum. * platform/mac-leopard/fast/text/font-initial-expected.png: Copied from LayoutTests/platform/mac/fast/text/font-initial-expected.png. * platform/mac/fast/text/font-initial-expected.checksum: Removed. * platform/mac/fast/text/font-initial-expected.png: Removed. * platform/mac/fast/text/font-initial-expected.txt: * platform/win/Skipped: 2007-12-12 Justin Garcia Reviewed by Darin Adler. Mail crashes at WebCore::highestAncestor() when deleting a particular selection * editing/deleting/5433862-1-expected.txt: Added. * editing/deleting/5433862-1.html: Added. * editing/deleting/5433862-2.html: Added. * platform/mac/editing/deleting/5433862-2-expected.checksum: Added. * platform/mac/editing/deleting/5433862-2-expected.txt: Added. 2007-12-12 Dan Bernstein Reviewed by John Sullivan. - test for a bug in debug builds only where selecting an earlier item in a popup selects the first item * fast/forms/menulist-selection-reset-expected.txt: Added. * fast/forms/menulist-selection-reset.html: Added. 2007-12-12 Beth Dakin Reviewed by Niko. Updated pixel results from my recent SVG change. * svg/custom/inline-svg-in-xhtml-expected.checksum: Added. * svg/custom/inline-svg-in-xhtml-expected.png: Added. 2007-12-12 Anders Carlsson Reviewed by Sam. dumpResourceLoadCallbacks is not implemented in DRT on Windows. Remove now passing tests. * platform/win/Skipped: 2007-12-12 Alexey Proskuryakov Reviewed by Adam Roben. Results corrected by a fix to EventSender. * platform/win/fast/events/keyLocation-numpad-expected.txt: 2007-12-12 Alexey Proskuryakov Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=16410 Implement isKeypadEvent() on Windows * platform/win/fast/events/keyLocation-numpad-expected.txt: Added. * platform/win/fast/events/keyLocation-numpad.html: Added. 2007-12-12 Alexey Proskuryakov Reviewed by Oliver. http://bugs.webkit.org/show_bug.cgi?id=15248 Can not enter accented characters using alt-numeric keypad * platform/win/fast/events/alt-numpad-expected.txt: Added. * platform/win/fast/events/alt-numpad.html: Added. 2007-12-12 Oliver Hunt Reviewed by Maciej. window.mouseout events are not sent to window when mouse moves out of window Layout tests to make sure we correctly handle mouse out on the window object. * fast/events/mouseout-on-window-expected.txt: Added. * fast/events/mouseout-on-window.html: Added. 2007-12-11 Dan Bernstein Reviewed by Maciej Stachowiak. - removed now-passing tests * platform/win/Skipped: 2007-12-11 Dan Bernstein Reviewed by Mark Rowe and Sam Weinig too! - removed tests that pass when Helvetica Oblique and Helvetica Bold Oblique are available. * platform/win/Skipped: 2007-12-11 Beth Dakin Reviewed by Darin. Tests for SVGs with width and height 100% fail to render when used as background images * fast/backgrounds/resources/balloon.svg: Added. * fast/backgrounds/resources/eyes.svg: Added. * fast/backgrounds/resources/hearts.svg: Added. * fast/backgrounds/resources/linguistics.svg: Added. * fast/backgrounds/resources/map.svg: Added. * fast/backgrounds/resources/mouse-repel.svg: Added. * fast/backgrounds/svg-as-background-1.html: Added. * fast/backgrounds/svg-as-background-2.html: Added. * fast/backgrounds/svg-as-background-3.html: Added. * fast/backgrounds/svg-as-background-4.html: Added. * fast/backgrounds/svg-as-background-5.html: Added. * fast/backgrounds/svg-as-background-6.html: Added. * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum: Added. * platform/mac/fast/backgrounds/svg-as-background-1-expected.png: Added. * platform/mac/fast/backgrounds/svg-as-background-1-expected.txt: Added. * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum: Added. * platform/mac/fast/backgrounds/svg-as-background-2-expected.png: Added. * platform/mac/fast/backgrounds/svg-as-background-2-expected.txt: Added. * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum: Added. * platform/mac/fast/backgrounds/svg-as-background-3-expected.png: Added. * platform/mac/fast/backgrounds/svg-as-background-3-expected.txt: Added. * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum: Added. * platform/mac/fast/backgrounds/svg-as-background-4-expected.png: Added. * platform/mac/fast/backgrounds/svg-as-background-4-expected.txt: Added. * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum: Added. * platform/mac/fast/backgrounds/svg-as-background-5-expected.png: Added. * platform/mac/fast/backgrounds/svg-as-background-5-expected.txt: Added. * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum: Added. * platform/mac/fast/backgrounds/svg-as-background-6-expected.png: Added. * platform/mac/fast/backgrounds/svg-as-background-6-expected.txt: Added. 2007-12-11 Nikolas Zimmermann Rubberstamped by Mark. Add missing tests - their results have already been checked in over a month ago - I forgot to commit the tests itself. * svg/custom/alignment-baseline-modes.svg: Added. * svg/custom/dominant-baseline-hanging.svg: Added. * svg/custom/dominant-baseline-modes.svg: Added. 2007-12-11 Nikolas Zimmermann Rubberstamped by Mark. Update pixel test results now that filters are disabled. * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum: * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: * platform/mac/svg/custom/empty-merge-expected.checksum: * platform/mac/svg/custom/empty-merge-expected.png: * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum: * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png: * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum: * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png: * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum: * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png: * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum: * platform/mac/svg/custom/feComponentTransfer-Table-expected.png: * platform/mac/svg/custom/feDisplacementMap-01-expected.checksum: * platform/mac/svg/custom/feDisplacementMap-01-expected.png: * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum: * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png: * platform/mac/svg/custom/non-opaque-filters-expected.checksum: * platform/mac/svg/custom/non-opaque-filters-expected.png: * platform/mac/svg/custom/text-filter-expected.checksum: * platform/mac/svg/custom/text-filter-expected.png: * platform/mac/svg/custom/visibility-override-filter-expected.checksum: * platform/mac/svg/custom/visibility-override-filter-expected.png: * svg/batik/filters/filterRegions-expected.checksum: * svg/batik/filters/filterRegions-expected.png: * svg/batik/text/textFeatures-expected.checksum: * svg/batik/text/textFeatures-expected.png: * svg/custom/js-svg-constructors-expected.checksum: * svg/custom/js-svg-constructors-expected.png: 2007-12-11 Dan Bernstein Reviewed by Darin Adler. - test for Text doesn't wrap properly at Tamil version of Wikipedia * fast/text/international/complex-character-based-fallback.html: Added. * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.checksum: Added. * platform/mac-leopard/fast/text/international/complex-character-based-fallback-expected.png: Added. * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Added. * platform/win/fast/text: Added. * platform/win/fast/text/international: Added. * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added. * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added. * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Added. 2007-12-07 Alexey Proskuryakov Reviewed by Darin. Have to press 4 times instead of 2 times to get the expected result of ^^ with german keyboard. http://bugs.webkit.org/show_bug.cgi?id=13916 JavaScript detects Tab as a character input on a textfield validation * platform/win/fast/events: Added. * platform/win/fast/events/double-dead-char-expected.txt: Added. * platform/win/fast/events/double-dead-char.html: Added. * fast/events/key-events-in-input-button.html: Added * fast/events/key-events-in-input-button-expected.txt: Added * fast/events/key-events-in-input-text.html: Added * fast/events/key-events-in-input-text-expected.txt: Added * fast/events/access-key-self-destruct.html: * fast/forms/listbox-onchange.html: * fast/forms/listbox-selection.html: * fast/forms/access-key.html: * fast/forms/legend-access-key.html: * fast/forms/enter-clicks-buttons.html: * fast/forms/check-box-enter-key.html: * fast/forms/button-enter-click.html: * fast/events/onsearch-enter.html: * fast/events/onchange-passwordfield.html: * fast/events/onchange-searchfield.html: * fast/events/onchange-textfield.html: Use eventSender instead of DOM events, because it emulates the real user action much better, and we weren't getting cross-browser compatibility for the tests anyway. * fast/events/frame-tab-focus.html: * fast/html/tab-order.html: * fast/forms/select-enter-key.html: * fast/forms/focus2-expected.txt: * fast/forms/focus2.html: * fast/events/option-tab.html: Dispatch a keydown instead of keypress, as this is when default processing is now done. Possibly, it would be better stiull to use eventSender here, as well. * fast/forms/onchange-enter-submit.html: * fast/forms/select-double-onchange.html: * fast/forms/textfield-onchange-deletion.html: The correct code is '\r', not '\n' - previously, the difference was lost while converting events back and forth. * fast/forms/search-event-delay.html: Use a new named key to dispatch backspace - the character code for it is cross-platform, but key code is not. Also changed the test to call notifyDone() from a timer - otherwise, DRT would hang as WM_KEYUP was dispatched after WM_QUIT. I tried and couldn't make DRT work, but I'm fairly confident that this issue doesn't affect Safari. * fast/events/keydown-keypress-preventDefault-expected.txt: * fast/events/keydown-keypress-preventDefault.html: This test claimed that its expacted behavior matched both IE and Firefox, but it did not. We now match IE. * fast/events/js-keyboard-event-creation-expected.txt: * fast/events/js-keyboard-event-creation.html: This test was problematic, because it was tabbing out to chrome, and that doesn't work well in DRT. I have added another input for it to have a nicer target. * platform/mac/fast/events/objc-event-api-expected.txt: Updated for new behavior: - eventSender.keyDown() now dispatches a keyUp, too; - raw events do not have charCode; - keypresses do not have keyIdentifiers. 2007-12-10 Oliver Hunt Reviewed by Weinig, Dan and Alexey. Layout test to confirm correct character encoding is used to load dynamically loaded scripts. * fast/encoding/no-charset-on-dynamic-script-load.html: Added. * fast/encoding/resources/dynamic-load-target.js: Added. 2007-12-10 Justin Garcia Reviewed by Oliver Hunt. GoogleDocs: After performing FormatBlock in an empty document, certain functions are disabled * editing/execCommand/5482023.html: Added. * platform/mac/editing/execCommand/5482023-expected.checksum: Added. * platform/mac/editing/execCommand/5482023-expected.png: Added. * platform/mac/editing/execCommand/5482023-expected.txt: Added. 2007-12-10 Darin Adler Reviewed by Sam Weinig. - test for http://bugs.webkit.org/show_bug.cgi?id=16379 REGRESSION(r28525): Failures in http/tests/xmlhttprequest/response-encoding.html and fast/dom/xmlhttprequest-html-response-encoding.html and REGRESSION (306A4-ToT): Access violation in PCRE function find_firstassertedchar * fast/js/regexp-find-first-asserted-expected.txt: Added. * fast/js/regexp-find-first-asserted.html: Added. * fast/js/resources/regexp-find-first-asserted.js: Added. 2007-12-10 Antti Koivisto Reviewed by Adele. The load events could fire before the event listener was registered making these tests fail occasionally. No changes to test results. * media/video-source-media.html: * media/video-source-type.html: * media/video-source.html: * media/video-src-remove.html: * media/video-src-source.html: * media/video-src.html: * media/video-test.js: 2007-12-10 Stephanie Rubber-stamped by Sam. Check in correct results * svg/custom/resource-client-removal-expected.txt: 2007-12-10 Rob Buis Reviewed by Darin. Testcase for: http://bugs.webkit.org/show_bug.cgi?id=16182 SVG should disable antialiasing for shape-rendering="crispEdges" * svg/custom/shape-rendering-expected.checksum: Added. * svg/custom/shape-rendering-expected.png: Added. * svg/custom/shape-rendering-expected.txt: Added. * svg/custom/shape-rendering.svg: Added. 2007-12-09 Rob Buis Reviewed by Niko. Testcase for: http://bugs.webkit.org/show_bug.cgi?id=16163 SVG crash in Node::setChanged() on Debug builds only (trashed parent) * svg/custom/resource-client-removal-expected.checksum: Added. * svg/custom/resource-client-removal-expected.png: Added. * svg/custom/resource-client-removal-expected.txt: Added. * svg/custom/resource-client-removal.svg: Added. 2007-12-10 David D. Kilzer Bug 9683: Implement select.options.remove() method Reviewed by Maciej. * fast/js/resources/select-options-remove.js: Added. * fast/js/select-options-remove-expected.txt: Added. * fast/js/select-options-remove-gc-expected.txt: Added. * fast/js/select-options-remove-gc.html: Added. * fast/js/select-options-remove.html: Added. 2007-12-10 Alexey Proskuryakov Removed fast/events/objc-keyboard-event-creation.html from skipped list, as this test has been moved to platform/mac long ago. * platform/win/Skipped: 2007-12-09 Oliver Hunt Reviewed by Niko. Somehow I managed to not check in new expected results in the last patch. * svg/dom/path-parser-expected.txt: 2007-12-09 Oliver Hunt Reviewed by Niko. Prevent unlimited iteration in the case of invalid path data. The only path commands that can leave numbers trailing the command processing are 'm' and 'M', in which trailing numbers are parsed as arguments to an implicit lineto command. In any case we should just terminate as an invalid path. * svg/dom/path-parser-expected.txt: * svg/dom/path-parser.html: 2007-12-08 Sam Weinig Rubber-stamped by Adam Roben. * fast/dom/Window/window-resize-and-move-arguments.html: Make the window small enough that this test won't fail on systems with lower resolutions. 2007-12-08 Oliver Hunt Reviewed by Sam W. Split the ENABLE_SVG_EXPERIMENTAL_FEATURES flag into separate flags. Fixes Must disable SVG animation Disable SVG filters on Mac to match Windows behavior These layout test changes are caused by some of the experimental features no longer being enabled by default. * fast/dom/Window/window-properties-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: * platform/mac/svg/custom/empty-merge-expected.txt: * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt: * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt: * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt: * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt: * platform/mac/svg/custom/feDisplacementMap-01-expected.txt: * platform/mac/svg/custom/filter-source-alpha-expected.txt: * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt: * platform/mac/svg/custom/invalid-css-expected.txt: * platform/mac/svg/custom/non-opaque-filters-expected.txt: * platform/mac/svg/custom/text-filter-expected.txt: * platform/mac/svg/custom/visibility-override-filter-expected.txt: * svg/batik/filters/filterRegions-expected.txt: * svg/batik/text/textEffect-expected.txt: * svg/batik/text/textEffect3-expected.txt: * svg/batik/text/textFeatures-expected.txt: * svg/batik/text/textProperties-expected.txt: * svg/custom/js-svg-constructors-expected.txt: * svg/dom/font-face-elements-expected.txt: * svg/webarchive/svg-feimage-subresources-expected.txt: 2007-12-08 Sam Weinig Reviewed by Mitz. Test that calling window scrolling, moving and resizing methods with less than 2 arguments is not allowed and that calling them with more than 2 is allowed. * fast/dom/Window/window-resize-and-move-arguments-expected.txt: Added. * fast/dom/Window/window-resize-and-move-arguments.html: Added. * fast/dom/Window/window-scroll-arguments-expected.txt: Added. * fast/dom/Window/window-scroll-arguments.html: Added. * http/tests/security/cross-frame-access-get-expected.txt: 2007-12-08 Dan Bernstein Reviewed by Adele Peterson. - test that re-inserting a parser-generated