2007-09-05 Oliver Hunt Reviewed by Same and Darin Split the wrapper test into seperate Obj-C and JS tests so the we can use the JS tests on other platforms. * fast/dom/resources/wrapper-identity-base.js: Added -- This provides the basic utility functions and variables needed for the wrapper tests * fast/dom/wrapper-identity-expected.txt: Added. * fast/dom/wrapper-identity.html: Added. * platform/mac/fast/dom/objc-wrapper-identity-expected.txt: Copied from platform/mac/fast/dom/wrapper-identity-expected.txt. * platform/mac/fast/dom/objc-wrapper-identity.html: Copied from platform/mac/fast/dom/wrapper-identity.html. * platform/mac/fast/dom/wrapper-identity-expected.txt: Removed. * platform/mac/fast/dom/wrapper-identity.html: Removed. 2007-09-06 Sam Weinig Reviewed by Adam Roben. Add fast/frames/onload-remove-iframe-crash.html to the windows skiplist becuase it currently crashes. * platform/win/Skipped: 2007-09-05 Oliver Hunt Reviewed by Stephanie. Moved a number of tests from platform/mac that are not currently cross-platform, but should eventually be updated to work across all platforms. * editing/deleting/5300379-expected.checksum: Copied from platform/mac/editing/deleting/5300379-expected.checksum. * editing/deleting/5300379-expected.png: Copied from platform/mac/editing/deleting/5300379-expected.png. * editing/deleting/5300379-expected.txt: Copied from platform/mac/editing/deleting/5300379-expected.txt. * editing/deleting/5300379.html: Copied from platform/mac/editing/deleting/5300379.html. * editing/deleting/delete-to-end-of-paragraph-expected.checksum: Copied from platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.checksum. * editing/deleting/delete-to-end-of-paragraph-expected.png: Copied from platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.png. * editing/deleting/delete-to-end-of-paragraph-expected.txt: Copied from platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt. * editing/deleting/delete-to-end-of-paragraph.html: Copied from platform/mac/editing/deleting/delete-to-end-of-paragraph.html. * editing/deleting/smart-delete-003-expected.checksum: Copied from platform/mac/editing/deleting/smart-delete-003-expected.checksum. * editing/deleting/smart-delete-003-expected.png: Copied from platform/mac/editing/deleting/smart-delete-003-expected.png. * editing/deleting/smart-delete-003-expected.txt: Copied from platform/mac/editing/deleting/smart-delete-003-expected.txt. * editing/deleting/smart-delete-003.html: Copied from platform/mac/editing/deleting/smart-delete-003.html. * editing/deleting/smart-delete-004-expected.checksum: Copied from platform/mac/editing/deleting/smart-delete-004-expected.checksum. * editing/deleting/smart-delete-004-expected.png: Copied from platform/mac/editing/deleting/smart-delete-004-expected.png. * editing/deleting/smart-delete-004-expected.txt: Copied from platform/mac/editing/deleting/smart-delete-004-expected.txt. * editing/deleting/smart-delete-004.html: Copied from platform/mac/editing/deleting/smart-delete-004.html. * editing/execCommand/nsresponder-indent-expected.checksum: Copied from platform/mac/editing/execCommand/nsresponder-indent-expected.checksum. * editing/execCommand/nsresponder-indent-expected.png: Copied from platform/mac/editing/execCommand/nsresponder-indent-expected.png. * editing/execCommand/nsresponder-indent-expected.txt: Copied from platform/mac/editing/execCommand/nsresponder-indent-expected.txt. * editing/execCommand/nsresponder-indent.html: Copied from platform/mac/editing/execCommand/nsresponder-indent.html. * editing/execCommand/nsresponder-outdent-expected.checksum: Copied from platform/mac/editing/execCommand/nsresponder-outdent-expected.checksum. * editing/execCommand/nsresponder-outdent-expected.png: Copied from platform/mac/editing/execCommand/nsresponder-outdent-expected.png. * editing/execCommand/nsresponder-outdent-expected.txt: Copied from platform/mac/editing/execCommand/nsresponder-outdent-expected.txt. * editing/execCommand/nsresponder-outdent.html: Copied from platform/mac/editing/execCommand/nsresponder-outdent.html. * editing/selection/4947387-expected.checksum: Copied from platform/mac/editing/selection/4947387-expected.checksum. * editing/selection/4947387-expected.png: Copied from platform/mac/editing/selection/4947387-expected.png. * editing/selection/4947387-expected.txt: Copied from platform/mac/editing/selection/4947387-expected.txt. * editing/selection/4947387.html: Copied from platform/mac/editing/selection/4947387.html. * editing/selection/5195166-1-expected.checksum: Copied from platform/mac/editing/selection/5195166-1-expected.checksum. * editing/selection/5195166-1-expected.png: Copied from platform/mac/editing/selection/5195166-1-expected.png. * editing/selection/5195166-1-expected.txt: Copied from platform/mac/editing/selection/5195166-1-expected.txt. * editing/selection/5195166-1.html: Copied from platform/mac/editing/selection/5195166-1.html. * editing/selection/5195166-2-expected.checksum: Copied from platform/mac/editing/selection/5195166-2-expected.checksum. * editing/selection/5195166-2-expected.png: Copied from platform/mac/editing/selection/5195166-2-expected.png. * editing/selection/5195166-2-expected.txt: Copied from platform/mac/editing/selection/5195166-2-expected.txt. * editing/selection/5195166-2.html: Copied from platform/mac/editing/selection/5195166-2.html. * editing/selection/select-line-expected.txt: Copied from platform/mac/editing/selection/select-line-expected.txt. * editing/selection/select-line.html: Copied from platform/mac/editing/selection/select-line.html. * editing/selection/selection-actions-expected.checksum: Copied from platform/mac/editing/selection/selection-actions-expected.checksum. * editing/selection/selection-actions-expected.png: Copied from platform/mac/editing/selection/selection-actions-expected.png. * editing/selection/selection-actions-expected.txt: Copied from platform/mac/editing/selection/selection-actions-expected.txt. * editing/selection/selection-actions.html: Copied from platform/mac/editing/selection/selection-actions.html. * platform/win/Skipped: 2007-09-05 David Harrison Updated results for: Mail: The first return after an attachment in multipart/mixed message is lost * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt: * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt: * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-to-javscript-url-expected.txt: * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt: 2007-09-05 Sam Weinig Reviewed by Kevin McCullough. Use correct part of the test for cross-platform testing. * plugins/bindings-test-expected.txt: * plugins/bindings-test.html: 2007-09-05 Sam Weinig Reviewed by Geoff Garen. Split out mac specific tests from plugins/bindings-test.html into its own test. * platform/mac/plugins/bindings-test-objc-expected.txt: Added. * platform/mac/plugins/bindings-test-objc.html: Copied from plugins/bindings-test.html. * platform/win/Skipped: * plugins/bindings-test-expected.txt: * plugins/bindings-test.html: 2007-09-05 Oliver Hunt Reviewed by Adam and Niko. Force run-webkit-tests to not run the tests in platform/mac * platform/win/Skipped: 2007-09-05 Sam Weinig Reviewed by Geoff Garen. Don't log DumpRenderTree injected properties in fast/dom/Window/window-properties.html. This change makes it pass on Windows so it can be removed from the Skipped list. * fast/dom/Window/window-properties-expected.txt: * fast/dom/Window/window-properties.html: * platform/win/Skipped: 2007-09-05 David Harrison Reviewed by Kevin Decker. Testcase for: Mail: The first return after an attachment in multipart/mixed message is lost * editing/selection/toString-1-expected.txt: Added. * editing/selection/toString-1.html: Added. 2007-09-04 Oliver Hunt RS=Adam Moving a number of mac specific tests into LayoutTests/platform/mac so that they don't need to be in the windows Skiplist. This includes most of the tests that used textInputController as it is a test of the mac-specific NSTextInput API. * editing/deleting/5300379-expected.checksum: Removed. * editing/deleting/5300379-expected.png: Removed. * editing/deleting/5300379-expected.txt: Removed. * editing/deleting/5300379.html: Removed. * editing/deleting/delete-to-end-of-paragraph-expected.checksum: Removed. * editing/deleting/delete-to-end-of-paragraph-expected.png: Removed. * editing/deleting/delete-to-end-of-paragraph-expected.txt: Removed. * editing/deleting/delete-to-end-of-paragraph.html: Removed. * editing/deleting/smart-delete-003-expected.checksum: Removed. * editing/deleting/smart-delete-003-expected.png: Removed. * editing/deleting/smart-delete-003-expected.txt: Removed. * editing/deleting/smart-delete-003.html: Removed. * editing/deleting/smart-delete-004-expected.checksum: Removed. * editing/deleting/smart-delete-004-expected.png: Removed. * editing/deleting/smart-delete-004-expected.txt: Removed. * editing/deleting/smart-delete-004.html: Removed. * editing/execCommand/nsresponder-indent-expected.checksum: Removed. * editing/execCommand/nsresponder-indent-expected.png: Removed. * editing/execCommand/nsresponder-indent-expected.txt: Removed. * editing/execCommand/nsresponder-indent.html: Removed. * editing/execCommand/nsresponder-outdent-expected.checksum: Removed. * editing/execCommand/nsresponder-outdent-expected.png: Removed. * editing/execCommand/nsresponder-outdent-expected.txt: Removed. * editing/execCommand/nsresponder-outdent.html: Removed. * editing/input/firstrectforcharacterrange-plain-expected.txt: Removed. * editing/input/firstrectforcharacterrange-plain.html: Removed. * editing/input/firstrectforcharacterrange-styled-expected.txt: Removed. * editing/input/firstrectforcharacterrange-styled.html: Removed. * editing/input/mac: Removed. * editing/input/mac/hangul-enter-confirms-and-sends-keypress-expected.txt: Removed. * editing/input/mac/hangul-enter-confirms-and-sends-keypress.html: Removed. * editing/input/mac/hangul.js: Removed. * editing/input/mac/kotoeri-enter-to-confirm-and-newline-expected.txt: Removed. * editing/input/mac/kotoeri-enter-to-confirm-and-newline.html: Removed. * editing/input/mac/kotoeri.js: Removed. * editing/input/mac/logger.js: Removed. * editing/input/range-for-empty-document-expected.txt: Removed. * editing/input/range-for-empty-document.html: Removed. * editing/input/replace-invalid-range-expected.txt: Removed. * editing/input/replace-invalid-range.html: Removed. * editing/input/text-input-controller-expected.txt: Removed. * editing/input/text-input-controller.html: Removed. * editing/input/wrapped-line-char-rect-expected.txt: Removed. * editing/input/wrapped-line-char-rect.html: Removed. * editing/selection/4947387-expected.checksum: Removed. * editing/selection/4947387-expected.png: Removed. * editing/selection/4947387-expected.txt: Removed. * editing/selection/4947387.html: Removed. * editing/selection/5195166-1-expected.checksum: Removed. * editing/selection/5195166-1-expected.png: Removed. * editing/selection/5195166-1-expected.txt: Removed. * editing/selection/5195166-1.html: Removed. * editing/selection/5195166-2-expected.checksum: Removed. * editing/selection/5195166-2-expected.png: Removed. * editing/selection/5195166-2-expected.txt: Removed. * editing/selection/5195166-2.html: Removed. * editing/selection/select-line-expected.txt: Removed. * editing/selection/select-line.html: Removed. * editing/selection/selection-actions-expected.checksum: Removed. * editing/selection/selection-actions-expected.png: Removed. * editing/selection/selection-actions-expected.txt: Removed. * editing/selection/selection-actions.html: Removed. * fast/AppleScript: Removed. * fast/AppleScript/001-expected.txt: Removed. * fast/AppleScript/001.html: Removed. * fast/AppleScript/array-expected.txt: Removed. * fast/AppleScript/array.html: Removed. * fast/AppleScript/date-expected.txt: Removed. * fast/AppleScript/date.html: Removed. * fast/dom/character-index-for-point-expected.txt: Removed. * fast/dom/character-index-for-point.html: Removed. * fast/dom/wrapper-identity-expected.txt: Removed. * fast/dom/wrapper-identity.html: Removed. * fast/dom/wrapper-round-tripping-expected.txt: Removed. * fast/dom/wrapper-round-tripping.html: Removed. * fast/encoding/char-decoding-mac-expected.txt: Removed. * fast/encoding/char-decoding-mac.html: Removed. * fast/forms/attributed-strings-expected.txt: Removed. * fast/forms/attributed-strings.html: Removed. * fast/objc: Removed. * fast/objc/longlongTest-expected.txt: Removed. * fast/objc/longlongTest.html: Removed. * fast/text/attributed-substring-from-range-001-expected.txt: Removed. * fast/text/attributed-substring-from-range-001.html: Removed. * fast/text/attributed-substring-from-range-expected.txt: Removed. * fast/text/attributed-substring-from-range-in-textfield-expected.txt: Removed. * fast/text/attributed-substring-from-range-in-textfield.html: Removed. * fast/text/attributed-substring-from-range.html: Removed. * fast/text/justified-text-rect-expected.checksum: Removed. * fast/text/justified-text-rect-expected.png: Removed. * fast/text/justified-text-rect-expected.txt: Removed. * fast/text/justified-text-rect.html: Removed. * platform/mac/editing/deleting/5300379-expected.checksum: Copied from editing/deleting/5300379-expected.checksum. * platform/mac/editing/deleting/5300379-expected.png: Copied from editing/deleting/5300379-expected.png. * platform/mac/editing/deleting/5300379-expected.txt: Copied from editing/deleting/5300379-expected.txt. * platform/mac/editing/deleting/5300379.html: Copied from editing/deleting/5300379.html. * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.checksum: Copied from editing/deleting/delete-to-end-of-paragraph-expected.checksum. * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.png: Copied from editing/deleting/delete-to-end-of-paragraph-expected.png. * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt: Copied from editing/deleting/delete-to-end-of-paragraph-expected.txt. * platform/mac/editing/deleting/delete-to-end-of-paragraph.html: Copied from editing/deleting/delete-to-end-of-paragraph.html. * platform/mac/editing/deleting/smart-delete-003-expected.checksum: Copied from editing/deleting/smart-delete-003-expected.checksum. * platform/mac/editing/deleting/smart-delete-003-expected.png: Copied from editing/deleting/smart-delete-003-expected.png. * platform/mac/editing/deleting/smart-delete-003-expected.txt: Copied from editing/deleting/smart-delete-003-expected.txt. * platform/mac/editing/deleting/smart-delete-003.html: Copied from editing/deleting/smart-delete-003.html. * platform/mac/editing/deleting/smart-delete-004-expected.checksum: Copied from editing/deleting/smart-delete-004-expected.checksum. * platform/mac/editing/deleting/smart-delete-004-expected.png: Copied from editing/deleting/smart-delete-004-expected.png. * platform/mac/editing/deleting/smart-delete-004-expected.txt: Copied from editing/deleting/smart-delete-004-expected.txt. * platform/mac/editing/deleting/smart-delete-004.html: Copied from editing/deleting/smart-delete-004.html. * platform/mac/editing/execCommand/nsresponder-indent-expected.checksum: Copied from editing/execCommand/nsresponder-indent-expected.checksum. * platform/mac/editing/execCommand/nsresponder-indent-expected.png: Copied from editing/execCommand/nsresponder-indent-expected.png. * platform/mac/editing/execCommand/nsresponder-indent-expected.txt: Copied from editing/execCommand/nsresponder-indent-expected.txt. * platform/mac/editing/execCommand/nsresponder-indent.html: Copied from editing/execCommand/nsresponder-indent.html. * platform/mac/editing/execCommand/nsresponder-outdent-expected.checksum: Copied from editing/execCommand/nsresponder-outdent-expected.checksum. * platform/mac/editing/execCommand/nsresponder-outdent-expected.png: Copied from editing/execCommand/nsresponder-outdent-expected.png. * platform/mac/editing/execCommand/nsresponder-outdent-expected.txt: Copied from editing/execCommand/nsresponder-outdent-expected.txt. * platform/mac/editing/execCommand/nsresponder-outdent.html: Copied from editing/execCommand/nsresponder-outdent.html. * platform/mac/editing/input: Copied from editing/input/mac. * platform/mac/editing/input/firstrectforcharacterrange-plain-expected.txt: Copied from editing/input/firstrectforcharacterrange-plain-expected.txt. * platform/mac/editing/input/firstrectforcharacterrange-plain.html: Copied from editing/input/firstrectforcharacterrange-plain.html. * platform/mac/editing/input/firstrectforcharacterrange-styled-expected.txt: Copied from editing/input/firstrectforcharacterrange-styled-expected.txt. * platform/mac/editing/input/firstrectforcharacterrange-styled.html: Copied from editing/input/firstrectforcharacterrange-styled.html. * platform/mac/editing/input/range-for-empty-document-expected.txt: Copied from editing/input/range-for-empty-document-expected.txt. * platform/mac/editing/input/range-for-empty-document.html: Copied from editing/input/range-for-empty-document.html. * platform/mac/editing/input/replace-invalid-range-expected.txt: Copied from editing/input/replace-invalid-range-expected.txt. * platform/mac/editing/input/replace-invalid-range.html: Copied from editing/input/replace-invalid-range.html. * platform/mac/editing/input/text-input-controller-expected.txt: Copied from editing/input/text-input-controller-expected.txt. * platform/mac/editing/input/text-input-controller.html: Copied from editing/input/text-input-controller.html. * platform/mac/editing/input/wrapped-line-char-rect-expected.txt: Copied from editing/input/wrapped-line-char-rect-expected.txt. * platform/mac/editing/input/wrapped-line-char-rect.html: Copied from editing/input/wrapped-line-char-rect.html. * platform/mac/editing/selection/4947387-expected.checksum: Copied from editing/selection/4947387-expected.checksum. * platform/mac/editing/selection/4947387-expected.png: Copied from editing/selection/4947387-expected.png. * platform/mac/editing/selection/4947387-expected.txt: Copied from editing/selection/4947387-expected.txt. * platform/mac/editing/selection/4947387.html: Copied from editing/selection/4947387.html. * platform/mac/editing/selection/5195166-1-expected.checksum: Copied from editing/selection/5195166-1-expected.checksum. * platform/mac/editing/selection/5195166-1-expected.png: Copied from editing/selection/5195166-1-expected.png. * platform/mac/editing/selection/5195166-1-expected.txt: Copied from editing/selection/5195166-1-expected.txt. * platform/mac/editing/selection/5195166-1.html: Copied from editing/selection/5195166-1.html. * platform/mac/editing/selection/5195166-2-expected.checksum: Copied from editing/selection/5195166-2-expected.checksum. * platform/mac/editing/selection/5195166-2-expected.png: Copied from editing/selection/5195166-2-expected.png. * platform/mac/editing/selection/5195166-2-expected.txt: Copied from editing/selection/5195166-2-expected.txt. * platform/mac/editing/selection/5195166-2.html: Copied from editing/selection/5195166-2.html. * platform/mac/editing/selection/select-line-expected.txt: Copied from editing/selection/select-line-expected.txt. * platform/mac/editing/selection/select-line.html: Copied from editing/selection/select-line.html. * platform/mac/editing/selection/selection-actions-expected.checksum: Copied from editing/selection/selection-actions-expected.checksum. * platform/mac/editing/selection/selection-actions-expected.png: Copied from editing/selection/selection-actions-expected.png. * platform/mac/editing/selection/selection-actions-expected.txt: Copied from editing/selection/selection-actions-expected.txt. * platform/mac/editing/selection/selection-actions.html: Copied from editing/selection/selection-actions.html. * platform/mac/fast/AppleScript: Copied from fast/AppleScript. * platform/mac/fast/dom: Added. * platform/mac/fast/dom/character-index-for-point-expected.txt: Copied from fast/dom/character-index-for-point-expected.txt. * platform/mac/fast/dom/character-index-for-point.html: Copied from fast/dom/character-index-for-point.html. * platform/mac/fast/dom/wrapper-identity-expected.txt: Copied from fast/dom/wrapper-identity-expected.txt. * platform/mac/fast/dom/wrapper-identity.html: Copied from fast/dom/wrapper-identity.html. * platform/mac/fast/dom/wrapper-round-tripping-expected.txt: Copied from fast/dom/wrapper-round-tripping-expected.txt. * platform/mac/fast/dom/wrapper-round-tripping.html: Copied from fast/dom/wrapper-round-tripping.html. * platform/mac/fast/encoding: Added. * platform/mac/fast/encoding/char-decoding-mac-expected.txt: Copied from fast/encoding/char-decoding-mac-expected.txt. * platform/mac/fast/encoding/char-decoding-mac.html: Copied from fast/encoding/char-decoding-mac.html. * platform/mac/fast/forms: Added. * platform/mac/fast/forms/attributed-strings-expected.txt: Copied from fast/forms/attributed-strings-expected.txt. * platform/mac/fast/forms/attributed-strings.html: Copied from fast/forms/attributed-strings.html. * platform/mac/fast/objc: Copied from fast/objc. * platform/mac/fast/text: Added. * platform/mac/fast/text/attributed-substring-from-range-001-expected.txt: Copied from fast/text/attributed-substring-from-range-001-expected.txt. * platform/mac/fast/text/attributed-substring-from-range-001.html: Copied from fast/text/attributed-substring-from-range-001.html. * platform/mac/fast/text/attributed-substring-from-range-expected.txt: Copied from fast/text/attributed-substring-from-range-expected.txt. * platform/mac/fast/text/attributed-substring-from-range-in-textfield-expected.txt: Copied from fast/text/attributed-substring-from-range-in-textfield-expected.txt. * platform/mac/fast/text/attributed-substring-from-range-in-textfield.html: Copied from fast/text/attributed-substring-from-range-in-textfield.html. * platform/mac/fast/text/attributed-substring-from-range.html: Copied from fast/text/attributed-substring-from-range.html. * platform/mac/fast/text/justified-text-rect-expected.checksum: Copied from fast/text/justified-text-rect-expected.checksum. * platform/mac/fast/text/justified-text-rect-expected.png: Copied from fast/text/justified-text-rect-expected.png. * platform/mac/fast/text/justified-text-rect-expected.txt: Copied from fast/text/justified-text-rect-expected.txt. * platform/mac/fast/text/justified-text-rect.html: Copied from fast/text/justified-text-rect.html. * platform/mac/plugins: Added. * platform/mac/plugins/pluginDocumentView-deallocated-dataSource-expected.txt: Copied from plugins/pluginDocumentView-deallocated-dataSource-expected.txt. * platform/mac/plugins/pluginDocumentView-deallocated-dataSource.html: Copied from plugins/pluginDocumentView-deallocated-dataSource.html. * platform/win/Skipped: * plugins/pluginDocumentView-deallocated-dataSource-expected.txt: Removed. * plugins/pluginDocumentView-deallocated-dataSource.html: Removed. 2007-09-04 Sam Weinig Reviewed by Adam. Fix for Remove fast/css/ignore-text-zoom.html from skip list now that eventSender.textZoomIn is supported. * platform/win/Skipped: 2007-09-04 Adele Peterson Updated test for . The old test didn't crash before the fix. * editing/style/5279521.html: * editing/style/5279521-expected.txt: 2007-09-04 David Harrison Reviewed by Maciej and John. Testcase for: CrashTracer: [USER] 10 crashes in Mail at com.apple.WebCore: WebCore::Node::nodeIndex const + 6 * editing/inserting/insert-paragraph-05.html: Added. * platform/mac/editing/inserting/insert-paragraph-05-expected.checksum: Added. * platform/mac/editing/inserting/insert-paragraph-05-expected.png: Added. * platform/mac/editing/inserting/insert-paragraph-05-expected.txt: Added. 2007-09-04 Antti Koivisto Reviewed by Maciej. Test for REGRESSION: Initially focused textfield on www.mac.com login page has no insertion point, and doesn't accept typed characters * fast/forms/focus-style-pending-expected.txt: Added. * fast/forms/focus-style-pending.html: Added. 2007-09-01 Darin Adler - rolled out the test case for 12988 until we re-fix it * fast/dom/duplicate-ids-document-order.html: Removed. 2007-09-01 Rob Buis Reviewed by Darin. Testcase for: http://bugs.webkit.org/show_bug.cgi?id=12988 First element (in document order) is not returned when other duplicate ID-ed elements were created first * fast/dom/duplicate-ids-document-order-expected.txt: Added. * fast/dom/duplicate-ids-document-order.html: Added. 2007-08-31 Alice Liu Reviewed by Tim Hatcher. Test for Mail crashes at WebCore::InsertLineBreakCommand::doApply() after dropping a selected image over container's close box * editing/deleting/deletionUI-single-instance.html: Added. * platform/mac/editing/deleting/deletionUI-single-instance-expected.checksum: Added. * platform/mac/editing/deleting/deletionUI-single-instance-expected.png: Added. * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt: Added. 2007-08-30 Adele Peterson Reviewed by Justin. Test for REGRESSION: can't paste in textfield if its in a body that has user-select:none set (affects widgets) * editing/pasteboard/paste-plaintext-user-select-none-expected.txt: Added. * editing/pasteboard/paste-plaintext-user-select-none.html: Added. * fast/forms/textarea-paste-newline.html: Updated to escape '\n' in failure description. 2007-08-30 Oliver Hunt Reviewed by Adam. Simple test case to ensure that hover affects are correctly propagated * fast/css/hover-affects-child-expected.txt: Added. * fast/css/hover-affects-child.html: Added. 2007-08-30 Justin Garcia Reviewed by Darin. REGRESSION: Pasting a triple-clicked line of quoted text at the top of a message adds an extra, quoted line Tested for behavior that we no longer want to have: * editing/pasteboard/quirks-mode-br-2-expected.checksum: Removed. * editing/pasteboard/quirks-mode-br-2-expected.png: Removed. * editing/pasteboard/quirks-mode-br-2-expected.txt: Removed. * editing/pasteboard/quirks-mode-br-2.html: Removed. * platform/mac/editing/pasteboard: Added. Demonstrates bug: * editing/pasteboard/5368833.html: Added. * platform/mac/editing/pasteboard/5368833-expected.checksum: Added. * platform/mac/editing/pasteboard/5368833-expected.png: Added. * platform/mac/editing/pasteboard/5368833-expected.txt: Added. Regenerated these expected results to reflect new behavior: * editing/pasteboard/paste-text-012-expected.checksum: Removed. * editing/pasteboard/paste-text-012-expected.png: Removed. * editing/pasteboard/paste-text-012-expected.txt: Removed. * editing/pasteboard/paste-text-013-expected.checksum: Removed. * editing/pasteboard/paste-text-016-expected.checksum: Removed. * editing/pasteboard/paste-text-016-expected.png: Removed. * editing/pasteboard/paste-text-016-expected.txt: Removed. * platform/mac/editing/pasteboard/paste-text-012-expected.checksum: Added. * platform/mac/editing/pasteboard/paste-text-012-expected.png: Added. * platform/mac/editing/pasteboard/paste-text-012-expected.txt: Added. * platform/mac/editing/pasteboard/paste-text-013-expected.checksum: Added. * platform/mac/editing/pasteboard/paste-text-013-expected.png: Added. * platform/mac/editing/pasteboard/paste-text-013-expected.txt: Added. * platform/mac/editing/pasteboard/paste-text-016-expected.checksum: Added. * platform/mac/editing/pasteboard/paste-text-016-expected.png: Added. * platform/mac/editing/pasteboard/paste-text-016-expected.txt: Added. 2007-08-30 Mitz Pettel Reviewed by Dave Hyatt. - updated test results for http://bugs.webkit.org/show_bug.cgi?id=13282 REGRESSION (NativePopUp): Rightmost character cut off in pop-up menu * editing/pasteboard/4641033-expected.checksum: * editing/pasteboard/4641033-expected.png: * editing/pasteboard/4641033-expected.txt: * fast/forms/HTMLOptionElement_label02-expected.checksum: * fast/forms/HTMLOptionElement_label02-expected.png: * fast/forms/HTMLOptionElement_label02-expected.txt: * fast/forms/HTMLOptionElement_label03-expected.checksum: * fast/forms/HTMLOptionElement_label03-expected.png: * fast/forms/HTMLOptionElement_label03-expected.txt: * fast/forms/control-restrict-line-height-expected.checksum: * fast/forms/control-restrict-line-height-expected.png: * fast/forms/control-restrict-line-height-expected.txt: * fast/forms/menulist-restrict-line-height-expected.checksum: * fast/forms/menulist-restrict-line-height-expected.png: * fast/forms/menulist-restrict-line-height-expected.txt: * fast/forms/menulist-width-change-expected.checksum: * fast/forms/menulist-width-change-expected.png: * fast/forms/menulist-width-change-expected.txt: * fast/forms/select-change-listbox-to-popup-expected.checksum: * fast/forms/select-change-listbox-to-popup-expected.png: * fast/forms/select-change-listbox-to-popup-expected.txt: * fast/forms/select-disabled-appearance-expected.checksum: * fast/forms/select-disabled-appearance-expected.png: * fast/forms/select-disabled-appearance-expected.txt: * fast/forms/stuff-on-my-optgroup-expected.checksum: * fast/forms/stuff-on-my-optgroup-expected.png: * fast/forms/stuff-on-my-optgroup-expected.txt: * fast/parser/document-write-option-expected.checksum: * fast/parser/document-write-option-expected.png: * fast/parser/document-write-option-expected.txt: * http/tests/navigation/anchor-basic-expected.txt: * http/tests/navigation/anchor-frames-expected.txt: * http/tests/navigation/anchor-goback-expected.checksum: * http/tests/navigation/anchor-goback-expected.png: * http/tests/navigation/anchor-goback-expected.txt: * http/tests/navigation/anchor-subframeload-expected.txt: * http/tests/navigation/javascriptlink-basic-expected.checksum: * http/tests/navigation/javascriptlink-basic-expected.png: * http/tests/navigation/javascriptlink-basic-expected.txt: * http/tests/navigation/javascriptlink-frames-expected.txt: * http/tests/navigation/javascriptlink-goback-expected.checksum: * http/tests/navigation/javascriptlink-goback-expected.png: * http/tests/navigation/javascriptlink-goback-expected.txt: * http/tests/navigation/javascriptlink-subframeload-expected.txt: * http/tests/navigation/metaredirect-basic-expected.checksum: * http/tests/navigation/metaredirect-basic-expected.png: * http/tests/navigation/metaredirect-basic-expected.txt: * http/tests/navigation/metaredirect-frames-expected.txt: * http/tests/navigation/metaredirect-goback-expected.checksum: * http/tests/navigation/metaredirect-goback-expected.png: * http/tests/navigation/metaredirect-goback-expected.txt: * http/tests/navigation/metaredirect-subframeload-expected.txt: * http/tests/navigation/post-goback2-expected.checksum: * http/tests/navigation/post-goback2-expected.png: * http/tests/navigation/post-goback2-expected.txt: * http/tests/navigation/postredirect-goback2-expected.checksum: * http/tests/navigation/postredirect-goback2-expected.png: * http/tests/navigation/postredirect-goback2-expected.txt: * http/tests/navigation/redirect302-basic-expected.checksum: * http/tests/navigation/redirect302-basic-expected.png: * http/tests/navigation/redirect302-basic-expected.txt: * http/tests/navigation/redirect302-frames-expected.txt: * http/tests/navigation/redirect302-goback-expected.checksum: * http/tests/navigation/redirect302-goback-expected.png: * http/tests/navigation/redirect302-goback-expected.txt: * http/tests/navigation/redirect302-subframeload-expected.txt: * http/tests/navigation/relativeanchor-basic-expected.txt: * http/tests/navigation/relativeanchor-frames-expected.txt: * http/tests/navigation/relativeanchor-goback-expected.txt: * http/tests/navigation/slowmetaredirect-basic-expected.checksum: * http/tests/navigation/slowmetaredirect-basic-expected.png: * http/tests/navigation/slowmetaredirect-basic-expected.txt: * http/tests/navigation/slowtimerredirect-basic-expected.checksum: * http/tests/navigation/slowtimerredirect-basic-expected.png: * http/tests/navigation/slowtimerredirect-basic-expected.txt: * http/tests/navigation/success200-basic-expected.checksum: * http/tests/navigation/success200-basic-expected.png: * http/tests/navigation/success200-basic-expected.txt: * http/tests/navigation/success200-frames-expected.txt: * http/tests/navigation/success200-frames-loadsame-expected.txt: * http/tests/navigation/success200-goback-expected.checksum: * http/tests/navigation/success200-goback-expected.png: * http/tests/navigation/success200-goback-expected.txt: * http/tests/navigation/success200-loadsame-expected.checksum: * http/tests/navigation/success200-loadsame-expected.png: * http/tests/navigation/success200-loadsame-expected.txt: * http/tests/navigation/success200-reload-expected.checksum: * http/tests/navigation/success200-reload-expected.png: * http/tests/navigation/success200-reload-expected.txt: * http/tests/navigation/success200-subframeload-expected.txt: * http/tests/navigation/timerredirect-basic-expected.checksum: * http/tests/navigation/timerredirect-basic-expected.png: * http/tests/navigation/timerredirect-basic-expected.txt: * http/tests/navigation/timerredirect-frames-expected.txt: * http/tests/navigation/timerredirect-goback-expected.checksum: * http/tests/navigation/timerredirect-goback-expected.png: * http/tests/navigation/timerredirect-goback-expected.txt: * http/tests/navigation/timerredirect-subframeload-expected.txt: * tables/mozilla/bugs/bug33855-expected.checksum: * tables/mozilla/bugs/bug33855-expected.png: * tables/mozilla/bugs/bug33855-expected.txt: * tables/mozilla/dom/tableDom-expected.checksum: * tables/mozilla/dom/tableDom-expected.png: * tables/mozilla/dom/tableDom-expected.txt: * tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: * tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: 2007-08-29 Antti Koivisto Reviewed by Mitz. Test for REGRESSION: change to updateLayoutIgnorePendingStylesheets causes SAP Portal page to render wrong * fast/dynamic/style-access-late-stylesheet-load-expected.txt: Added. * fast/dynamic/style-access-late-stylesheet-load.html: Added. 2007-08-28 Sam Weinig Reviewed by Darin. Additional tests for * http/tests/security/listener/resources/childWithXMLHttpRequest.html: Added. * http/tests/security/listener/resources/targetChild-XMLHttpRequest-addEventListener.html: Added. * http/tests/security/listener/resources/targetChild-XMLHttpRequest-shortcut.html: Added. * http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt: Added. * http/tests/security/listener/xss-XMLHttpRequest-addEventListener.html: Added. * http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt: Added. * http/tests/security/listener/xss-XMLHttpRequest-shortcut.html: Added. 2007-08-28 David Harrison Reviewed by Darin. Command Left in a To Do causes caret to disappear * editing/selection/mixed-editability-8.html: Added. * editing/selection/mixed-editability-9.html: Added. * platform/mac/editing/selection: Added. * platform/mac/editing/selection/mixed-editability-8-expected.checksum: Added. * platform/mac/editing/selection/mixed-editability-8-expected.png: Added. * platform/mac/editing/selection/mixed-editability-8-expected.txt: Added. * platform/mac/editing/selection/mixed-editability-9-expected.checksum: Added. * platform/mac/editing/selection/mixed-editability-9-expected.png: Added. * platform/mac/editing/selection/mixed-editability-9-expected.txt: Added. 2007-08-28 Anders Carlsson Use the correct test paths. * platform/mac-leopard/Skipped: * platform/mac-tiger/Skipped: 2007-08-28 Anders Carlsson Reviewed by Darin. XMLHttpRequest readyState 3 & responseText buffer issues * http/tests/xmlhttprequest/resources/small-chunks.cgi: Added. * http/tests/xmlhttprequest/small-chunks-response-text-expected.txt: Added. * http/tests/xmlhttprequest/small-chunks-response-text.html: Added. * platform/mac-leopard/Skipped: * platform/mac-tiger/Skipped: 2007-08-27 Oliver Hunt Reviewed by NOBODY (layout test result fix). Output of layoutTestController.dumpChildFramesAsText changes in non-relevant way when running this test on its own vs. running as part of the full suite. Correcting test result for the output produced while running the full suite. * fast/encoding/frame-default-enc-expected.txt: 2007-08-27 Oliver Hunt rs=brady Convert all the encoding tests to plain text dumps. * fast/encoding/char-decoding-expected.txt: * fast/encoding/char-decoding-mac-expected.txt: Added. * fast/encoding/char-decoding-mac.html: Added. char-decoding-mac tests the ability to decode the mac specific legacy x-nextstep charset. * fast/encoding/char-decoding.html: * fast/encoding/frame-default-enc-expected.checksum: Removed. * fast/encoding/frame-default-enc-expected.png: Removed. * fast/encoding/frame-default-enc-expected.txt: * fast/encoding/frame-default-enc.html: * fast/encoding/mispositioned-meta-expected.checksum: Removed. * fast/encoding/mispositioned-meta-expected.png: Removed. * fast/encoding/mispositioned-meta-expected.txt: * fast/encoding/mispositioned-meta.html: * fast/encoding/tag-in-title-expected.checksum: Removed. * fast/encoding/tag-in-title-expected.png: Removed. * fast/encoding/tag-in-title-expected.txt: * fast/encoding/tag-in-title.html: * platform/win/Skipped: Skip char-decoding-mac 2007-08-27 Antti Koivisto Reviewed by Maciej. Test for REGRESSION: Unable to click "Select" link at Expedia for car rentals * fast/innerHTML/javascript-url-expected.txt: Added. * fast/innerHTML/javascript-url.html: Added. 2007-08-27 Oliver Hunt rs=adam Remove tests effected by from the windows skiplist * platform/win/Skipped: 2007-08-27 Mitz Pettel Reviewed by Darin. - test for http://bugs.webkit.org/show_bug.cgi?id=15091 Crash in RenderBlock::skipWhitespace during layout * fast/replaced/applet-disabled-positioned.html: Added. * platform/mac/fast/replaced: Added. * platform/mac/fast/replaced/applet-disabled-positioned-expected.checksum: Added. * platform/mac/fast/replaced/applet-disabled-positioned-expected.png: Added. * platform/mac/fast/replaced/applet-disabled-positioned-expected.txt: Added. 2007-08-26 Antti Koivisto Reviewed by Darin. Test for Mail crash at WebCore::Frame::styleForSelectionStart() when deleting a selection in a HTML message (http://www.yahoo.com/) * editing/style/temporary-span-crash-expected.txt: Added. * editing/style/temporary-span-crash.html: Added. 2007-08-25 David Kilzer Reviewed by NOBODY (fixes layout tests). Don't pass any options to window.open() in target-frame-from-window.html, specifically those that cause the window to be resized. This caused a downstream failure in cross-frame-access-put.html because the window.outerHeight and window.outerWidth properties were sometimes affected by the new window size used in the popup window. * http/tests/navigation/target-frame-from-window.html: 2007-08-24 Sam Weinig Reviewed by Adele. Tests for * http/tests/security/listener: Added. * http/tests/security/listener/resources: Added. * http/tests/security/listener/resources/childWindow.html: Added. * http/tests/security/listener/resources/childWithButton.html: Added. * http/tests/security/listener/resources/targetChild-JSTargetNode-onclick-addEventListener.html: Added. * http/tests/security/listener/resources/targetChild-JSTargetNode-onclick-shortcut.html: Added. * http/tests/security/listener/resources/targetChild-window-onclick-addEventListener.html: Added. * http/tests/security/listener/resources/targetChild-window-onclick-shortcut.html: Added. * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt: Added. * http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener.html: Added. * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt: Added. * http/tests/security/listener/xss-JSTargetNode-onclick-shortcut.html: Added. * http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt: Added. * http/tests/security/listener/xss-window-onclick-addEventListener.html: Added. * http/tests/security/listener/xss-window-onclick-shortcut-expected.txt: Added. * http/tests/security/listener/xss-window-onclick-shortcut.html: Added. 2007-08-25 Rob Buis Reviewed by Darin. Testcases for: http://bugs.webkit.org/show_bug.cgi?id=14848 DOM table rules are not updated when changed * fast/table/rules-attr-dynchange1-expected.checksum: Added. * fast/table/rules-attr-dynchange1-expected.png: Added. * fast/table/rules-attr-dynchange1-expected.txt: Added. * fast/table/rules-attr-dynchange1.html: Added. * fast/table/rules-attr-dynchange2-expected.checksum: Added. * fast/table/rules-attr-dynchange2-expected.png: Added. * fast/table/rules-attr-dynchange2-expected.txt: Added. * fast/table/rules-attr-dynchange2.html: Added. 2007-08-25 Adele Peterson Reviewed by Mitz. Test for http://bugs.webkit.org/show_bug.cgi?id=15073 REGRESSION: Can no longer drag text from textareas * fast/forms/drag-out-of-textarea-expected.txt: Added. * fast/forms/drag-out-of-textarea.html: Added. 2007-08-25 Mark Rowe Rubber-stamped by Mitz. Disable fast/js/string-concatenate-outofmemory.html until is resolved. * fast/js/string-concatenate-outofmemory.html: Removed. * fast/js/string-concatenate-outofmemory.html-disabled: Copied from LayoutTests/fast/js/string-concatenate-outofmemory.html. 2007-08-25 Mitz Pettel Reviewed by Dave Hyatt. - updated test and results for http://bugs.webkit.org/show_bug.cgi?id=15056 REGRESSION (r21472): Digg Podcasts Episodes Render "Digg" counter incorrectly * fast/parser/residual-style-close-across-n-blocks-expected.txt: * fast/parser/residual-style-close-across-n-blocks.html: * tables/mozilla/other/wa_table_tr_align-expected.txt: 2007-08-25 Mitz Pettel Reviewed by Dave Hyatt. - test for http://bugs.webkit.org/show_bug.cgi?id=14972 Moving cursor down in contentEditable section fails if styled line-height:1em * editing/selection/move-by-line-003-expected.txt: Added. * editing/selection/move-by-line-003.html: Added. 2007-08-25 Mitz Pettel Reviewed by Justin. - test and updated results for http://bugs.webkit.org/show_bug.cgi?id=14792 REGRESSION: Copy inserts carriage return in middle of selection * editing/pasteboard/newlines-around-floating-or-positioned-expected.txt: Added. * editing/pasteboard/newlines-around-floating-or-positioned.html: Added. * fast/events/capture-on-target-expected.txt: * fast/events/mouseclick-target-and-positioning-expected.txt: * fast/events/mouseover-mouseout-expected.txt: * fast/events/mouseover-mouseout2-expected.txt: * fast/events/window-events-bubble-expected.txt: * fast/events/window-events-bubble2-expected.txt: * fast/events/window-events-capture-expected.txt: * fast/forms/input-appearance-elementFromPoint-expected.txt: * fast/forms/onselect-textarea-expected.txt: * fast/forms/onselect-textfield-expected.txt: 2007-08-24 Justin Garcia Reviewed by Darin. GoogleDocs: A hang occurs when applying list style to selected table * editing/execCommand/5432254-1.html: Added. * editing/execCommand/5432254-2.html: Added. * platform/mac/editing/execCommand: Added. * platform/mac/editing/execCommand/5432254-1-expected.checksum: Added. * platform/mac/editing/execCommand/5432254-1-expected.png: Added. * platform/mac/editing/execCommand/5432254-1-expected.txt: Added. * platform/mac/editing/execCommand/5432254-2-expected.checksum: Added. * platform/mac/editing/execCommand/5432254-2-expected.png: Added. * platform/mac/editing/execCommand/5432254-2-expected.txt: Added. 2007-08-24 Anders Carlsson Reviewed by Geoff. REGRESSION: Dynamically loaded images fail to load * fast/dom/HTMLImageElement/image-loading-gc-expected.txt: Added. * fast/dom/HTMLImageElement/image-loading-gc.html: Added. 2007-08-24 Beth Dakin Reviewed by Hyatt and Adele. Test for Google Gmail 1.0 widget - unread count is missing * fast/table/cell-pref-width-invalidation.html: Added. * platform/mac/fast/table/cell-pref-width-invalidation-expected.checksum: Added. * platform/mac/fast/table/cell-pref-width-invalidation-expected.png: Added. * platform/mac/fast/table/cell-pref-width-invalidation-expected.txt: Added. 2007-08-23 Kevin McCullough Reviewed by . - window-resize.html now passes. * platform/win/Skipped: 2007-08-23 David Kilzer Reviewed by Adam. - test for http://bugs.webkit.org/show_bug.cgi?id=11756 REGRESSION: link targeting a frame in another window does not work * http/tests/navigation/resources/target-frame-from-window-end.html: Added. * http/tests/navigation/resources/target-frame-from-window-popup.html: Added. * http/tests/navigation/resources/target-frame-from-window-start.html: Added. * http/tests/navigation/target-frame-from-window-expected.txt: Added. * http/tests/navigation/target-frame-from-window.html: Added. * platform/win/Skipped: Added http/tests/navigation/target-frame-from-window.html to skip list. 2007-08-23 Justin Garcia Reviewed by Adele. REGRESSION: Crash at DeleteSelectionCommand::doApply() when deleting table content * editing/deleting/5156801-2.html: Added. * platform/mac/editing/deleting: Added. * platform/mac/editing/deleting/5156801-2-expected.checksum: Added. * platform/mac/editing/deleting/5156801-2-expected.png: Added. * platform/mac/editing/deleting/5156801-2-expected.txt: Added. 2007-08-22 Justin Garcia Reviewed by Adam. CrashTracer: [USER] 1 crash in Mail at -[WebViewEditor webView:shouldInsertText:replacingDOMRange:givenAction:] * editing/inserting/5418891.html: Added. * platform/mac/editing/inserting: Added. * platform/mac/editing/inserting/5418891-expected.checksum: Added. * platform/mac/editing/inserting/5418891-expected.png: Added. * platform/mac/editing/inserting/5418891-expected.txt: Added. 2007-08-22 Kevin McCullough Reviewed by Adele. - rdar:5423067 Reapplying the change but only when the text area is in focus. * fast/forms/cursor-position-expected.txt: * fast/forms/cursor-position.html: 2007-08-22 Kevin McCullough - Rolling back since I neeed to update some layouttests this change broke. * fast/forms/cursor-position-expected.txt: * fast/forms/cursor-position.html: 2007-08-21 Kevin McCullough Reviewed by Geof, Adam, Hyatt, Maciej and Oliver. - In order to match the behavior of the other major browsers, selection is moved to the end of the text value when a change occurs to the contents of a text area instead of remembering the location of the selection. - gmail is super annoying when trying to add a new name to the TO, CC or BCC fields * fast/forms/cursor-position-expected.txt: * fast/forms/cursor-position.html: 2007-08-21 Adam Roben * platform/win/Skipped: Added a couple more failures. 2007-08-21 Adam Roben * platform/win/Skipped: Added some more failing tests. 2007-08-21 Mitz Pettel Reviewed by Darin. - test for http://bugs.webkit.org/show_bug.cgi?id=15010 REGRESSION (r25000-r25065): Table rendering broken by a recent nightly * fast/table/max-width-integer-overflow.html: Added. * platform/mac/fast/table: Added. * platform/mac/fast/table/max-width-integer-overflow-expected.checksum: Added. * platform/mac/fast/table/max-width-integer-overflow-expected.png: Added. * platform/mac/fast/table/max-width-integer-overflow-expected.txt: Added. 2007-08-20 Mitz Pettel Reviewed by Dave Hyatt. - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15023 REGRESSION (r21113-r21143): JavaScript tooltip rendering bug * fast/repaint/layer-visibility.html: Added. * platform/mac/fast: Added. * platform/mac/fast/repaint: Added. * platform/mac/fast/repaint/layer-visibility-expected.checksum: Added. * platform/mac/fast/repaint/layer-visibility-expected.png: Added. * platform/mac/fast/repaint/layer-visibility-expected.txt: Added. 2007-08-20 Adam Roben Removed a now-working test from the Windows Skipped file * platform/win/Skipped: 2007-08-20 Adam Roben Tests to ensure that local .xhtml and .svg files end up being parsed as XHTML and SVG, respectively Reviewed by Darin. * fast/loader/local-svg-parsed-as-svg-expected.txt: Added. * fast/loader/local-svg-parsed-as-svg.svg: Added. * fast/loader/local-xhtml-parsed-as-xhtml-expected.txt: Added. * fast/loader/local-xhtml-parsed-as-xhtml.xhtml: Added. 2007-08-16 Kevin McCullough Reviewed by Geoff and Adam. - Changing stack depth toi 500 (from 100 in mac and win) to help out some apps specifically gmail. JavaScript call stack limit of 99 is too small for some applications; needs to be closer to 500 (4045). * fast/js/deep-recursion-test-expected.txt: Added. * fast/js/deep-recursion-test.html: Added. 2007-08-19 Maciej Stachowiak Not reviewed - test case fixes. - fix some test cases where expected results were altered by the last change (I reviewed all the new results.) * fast/events/focusingUnloadedFrame-expected.txt: * http/tests/loading/simple-subframe-expected.txt: * tables/mozilla_expected_failures/bugs/bug137388-1-expected.txt: * tables/mozilla_expected_failures/bugs/bug137388-2-expected.txt: * webarchive/loading/test-loading-archive-expected.txt: 2007-08-18 Maciej Stachowiak Reviewed by Darin. - update for fix to REGRESSION: PLT 1.5% slower due to r21367 (change to start frames with empty documents) No longer expect windowScriptObject delegate method in frames that never use script. * http/tests/loading/bad-scheme-subframe-expected.txt: * http/tests/loading/bad-server-subframe-expected.txt: * http/tests/loading/empty-subframe-expected.txt: * http/tests/loading/slow-parsing-subframe-expected.txt: 2007-08-19 Mitz Pettel Reviewed by Adam Roben. - test for http://bugs.webkit.org/show_bug.cgi?id=15008 ASSERTION FAILED: !firstLineBox() == !lastLineBox() setting content on image * fast/images/text-content-crash-2-expected.txt: Added. * fast/images/text-content-crash-2.html: Added. 2007-08-19 David Kilzer Reviewed by Adam and Geoff within one minute of each other. Tests that the '-apple-opacity', '-khtml-opacity' and '-webkit-opacity' styles all map to the 'opacity' style. * fast/css/legacy-opacity-styles-expected.txt: Added. * fast/css/legacy-opacity-styles.html: Added. 2007-08-19 Mark Rowe Update expected results. The results that were landed with the test did not match the wording in the test that was landed. * fast/encoding/namespace-tolerance-expected.txt: 2007-08-17 Antti Koivisto Reviewed by Hyatt. Test for CrashTracer: [USER] 88 crashes in Safari at com.apple.WebCore: WebCore::RenderTableSection::paint + 846 Changed results for fast/dynamic/containing-block-change.html are progression (even though new results don't match Firefox and old ones did!) * fast/dynamic/ancestor-to-absolute-expected.txt: Added. * fast/dynamic/ancestor-to-absolute.html: Added. * fast/dynamic/containing-block-change-expected.checksum: * fast/dynamic/containing-block-change-expected.png: * fast/dynamic/containing-block-change-expected.txt: 2007-08-17 Kevin Decker Reviewed by Darin. Adobe Help Viewer: Japanese characters in the Help Tree structure are shown as garbage This test ensures a UTF-8 encoding is properly set. The code tests compatibility of documents which: (1) use namespace prefixes on HTML elements (2) specify a non-latin charset (3) contain non-latin characters If this test passes, the UTF-8 character below should exactly match the character the character in namespace-tolerance-expected.txt. * fast/encoding/namespace-tolerance-expected.txt: Added. * fast/encoding/namespace-tolerance.html: Added. 2007-08-17 Anders Carlsson Reviewed by Dave Hyatt. REGRESSION (Tiger-Leopard): ADOBE: Safari calls NPP_SetWindow with bad values sometimes Add test. * plugins/netscape-plugin-setwindow-size-expected.txt: Added. * plugins/netscape-plugin-setwindow-size.html: Added. 2007-08-17 Oliver Hunt Reviewed by Maciej. Simple test to ensure we don't crash when creating a pattern * fast/canvas/create-pattern-does-not-crash-expected.txt: Added. * fast/canvas/create-pattern-does-not-crash.html: Added. 2007-08-16 Justin Garcia Reviewed by Harrison. Undoing a deletion that is part of an open typing command fails to reinsert the caret * editing/undo/5378473.html: Added. * platform/mac/editing: Added. * platform/mac/editing/undo: Added. * platform/mac/editing/undo/5378473-expected.checksum: Added. * platform/mac/editing/undo/5378473-expected.png: Added. * platform/mac/editing/undo/5378473-expected.txt: Added. 2007-08-16 Alice Liu Removed a fixed test from the skip list. r25112 fixed this test. * platform/mac-leopard/Skipped: 2007-08-16 Beth Dakin Reviewed by Hyatt. Changing this test to get it to pass again after http:// trac.webkit.org/projects/webkit/changeset/25098 The test is changing because our new behavior seems correct, though not completely consistent. http://bugs.webkit.org/show_bug.cgi? id=14979 is tracking the fact that the behavior is not consistent regarding style elements that are not in the document. * fast/css/css-selector-text.html: 2007-08-16 Kevin McCullough Reviewed by Adam. - Added tests for regressions in other components. In this case we also need to add a skipped list for Tiger since this functionality didn't exist in 10.4. * fast/cookies: Added. * fast/cookies/local-file-can-set-cookies-expected.txt: Added. * fast/cookies/local-file-can-set-cookies.html: Added. * platform/mac-tiger: Added. * platform/mac-tiger/Skipped: Added. 2007-08-16 Justin Garcia Reviewed by Maciej. After creating and removing a ToDo, the caret disappears as soon as I start to type * editing/inserting/5378847-expected.txt: Added. * editing/inserting/5378847.html: Added. 2007-08-15 Antti Koivisto Reviewed by Maciej. Test for Crash while setting display:none for a table cell with selection * fast/table/destroy-cell-with-selection-crash-expected.txt: Added. * fast/table/destroy-cell-with-selection-crash.html: Added. 2007-08-15 Justin Garcia Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=14971 REGRESSION: cannot select reporter's e-mail in bugzilla * editing/selection/14971-expected.checksum: Added. * editing/selection/14971-expected.png: Added. * editing/selection/14971-expected.txt: Added. * editing/selection/14971.html: Added. 2007-08-15 Beth Dakin Test for new support of empty style sheets. * fast/css/emptyStyleTag-expected.txt: Added. * fast/css/emptyStyleTag.html: Added. 2007-08-14 Kevin McCullough Reviewed by Adam. - Updated Skipped list to reflect recent fixes. * platform/win/Skipped: 2007-08-14 Sam Weinig Reviewed by Geoff and Oliver. Add test for Mangleme: Reproducible assertion failure in -[WebCoreFrameBridge installInFrame:] * http/tests/misc/embedCrasher-expected.txt: Added. * http/tests/misc/embedCrasher.html: Added. 2007-08-14 Adele Peterson Reviewed by Maciej. Test for REGRESSION: Cannot type into edit fields on a form (sccsheriff.org) * editing/selection/user-select-text-inside-user-select-ignore-expected.txt: Added. * editing/selection/user-select-text-inside-user-select-ignore.html: Added. * fast/css/computed-style-expected.txt: Updated now that we've eliminated the auto value. * fast/css/computed-style-without-renderer-expected.txt: ditto. 2007-08-14 Justin Garcia Reviewed by Tim. REGRESSION: In Mail, clicking the containing element's UI closebox doesn't delete element * editing/deleting/5408255.html: Added. * editing/deleting/5408255-expected.checksum: Added. * editing/deleting/5408255-expected.png: Added. * editing/deleting/5408255-expected.txt: Added. 2007-08-14 Adele Peterson Reviewed by Brady. Test for http://bugs.webkit.org/show_bug.cgi?id=14746 REGRESSION: Form state not saved for forms that submit via HTTPS even if they do not contain a password field * http/tests/navigation/resources/restore-form-state-https-1.html: Added. * http/tests/navigation/restore-form-state-https-expected.txt: Added. * http/tests/navigation/restore-form-state-https.html: Added. 2007-08-14 Antti Koivisto Reviewed by Darin. Add test for Air Mail postmark shows up wrong in Firefox due to use of CSS background-position-x/y Also update a few tests to expect background-position instead of background-position-x/y * fast/css/background-position-serialize-expected.txt: Added. * fast/css/background-position-serialize.html: Added. * fast/css/computed-style-expected.txt: * fast/css/computed-style-without-renderer-expected.txt: * fast/css/remove-shorthand-expected.txt: 2007-08-13 Alexey Proskuryakov Reviewed by Darin. http://bugs.webkit.org/show_bug.cgi?id=14951 REGRESSION: page interpreted as UTF-8 because of stray after * fast/encoding/misplaced-xml-declaration-expected.txt: Added. * fast/encoding/misplaced-xml-declaration.html: Added. 2007-08-13 Sam Weinig Reviewed by Kevin McCullough. Another attempt at getting these to pass reliably. * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foriegn-domain-subframe-location-change.html: * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foriegn-domain-subframe.html: 2007-08-13 Sam Weinig Reviewed by Geoff. Ensure that these tests don't fail intermittently. * http/tests/security/dataURL/resources/foreign-domain-data-url-accessor-opened-frame.html: * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foriegn-domain-window-open-expected.txt: * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foriegn-domain-subframe-location-change.html: * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foriegn-domain-subframe.html: 2007-08-13 Justin Garcia Reviewed by Darin. -webkit-user-select: none makes selection difficult * editing/selection/5333725-expected.checksum: Added. * editing/selection/5333725-expected.png: Added. * editing/selection/5333725-expected.txt: Added. * editing/selection/5333725.html: Added. Added a workaround for a bug where -webkit-user-select:none has no effect on the body if placed on the html element: * editing/selection/select-all-user-select-none.html: 2007-08-13 Anders Carlsson Reviewed by Maciej. REGRESSION (r21002-r21003): Flash widget sniffer doesn't work (affects iWeb) Update test case to handle the case where the node list is accessed after the document has finished loading. * fast/dom/NodeList/invalidate-node-lists-when-parsing-expected.txt: * fast/dom/NodeList/invalidate-node-lists-when-parsing.html: 2007-08-12 Maciej Stachowiak Reviewed by Darin and Sam. - test cases for cross-domain access to individual components of location object should be denied. * http/tests/security/cross-frame-access-location-expected.txt: This test's results changed, there are more debug messages due to access being legitimately denied. The remainder are new tests and support: * http/tests/security/resources/xss-DENIED-assign-location-hash-attacker.html: Added. * http/tests/security/resources/xss-DENIED-assign-location-host-attacker.html: Added. * http/tests/security/resources/xss-DENIED-assign-location-host-failure.html: Added. * http/tests/security/resources/xss-DENIED-assign-location-hostname-attacker.html: Added. * http/tests/security/resources/xss-DENIED-assign-location-hostname-failure.html: Added. * http/tests/security/resources/xss-DENIED-assign-location-nonstandardProperty-attacker.html: Added. * http/tests/security/resources/xss-DENIED-assign-location-pathname-attacker.html: Added. * http/tests/security/resources/xss-DENIED-assign-location-pathname-failure.html: Added. * http/tests/security/resources/xss-DENIED-assign-location-protocol-attacker.html: Added. * http/tests/security/resources/xss-DENIED-assign-location-protocol-failure.html: Added. * http/tests/security/resources/xss-DENIED-assign-location-reload-attacker.html: Added. * http/tests/security/resources/xss-DENIED-assign-location-search-attacker.html: Added. * http/tests/security/xss-DENIED-assign-location-hash-expected.txt: Added. * http/tests/security/xss-DENIED-assign-location-hash.html: Added. * http/tests/security/xss-DENIED-assign-location-host-expected.txt: Added. * http/tests/security/xss-DENIED-assign-location-host.html: Added. * http/tests/security/xss-DENIED-assign-location-hostname-expected.txt: Added. * http/tests/security/xss-DENIED-assign-location-hostname.html: Added. * http/tests/security/xss-DENIED-assign-location-nonstandardProperty-expected.txt: Added. * http/tests/security/xss-DENIED-assign-location-nonstandardProperty.html: Added. * http/tests/security/xss-DENIED-assign-location-pathname-expected.txt: Added. * http/tests/security/xss-DENIED-assign-location-pathname.html: Added. * http/tests/security/xss-DENIED-assign-location-protocol-expected.txt: Added. * http/tests/security/xss-DENIED-assign-location-protocol.html: Added. * http/tests/security/xss-DENIED-assign-location-reload-expected.txt: Added. * http/tests/security/xss-DENIED-assign-location-reload.html: Added. * http/tests/security/xss-DENIED-assign-location-search-expected.txt: Added. * http/tests/security/xss-DENIED-assign-location-search.html: Added. 2007-08-12 Darin Adler Reviewed by Maciej. - test for http://bugs.webkit.org/show_bug.cgi?id=14931 JavaScript regular expression non-participating capturing groups behave incorrectly in edge cases * fast/js/regexp-non-capturing-groups-expected.txt: Added. * fast/js/regexp-non-capturing-groups.html: Added. * fast/js/resources/regexp-non-capturing-groups.js: Added. * fast/js/resources/js-test-pre.js: Updated to add a special case for array results, since there are some array results in the test. Also cut down on the verbosity of failures when the type of the actual result is the same as the type of the expected result. And get rid of the special case function just for NaN. * fast/js/regexp-unicode-overflow.html: Let the make-js-test-wrappers script regenerate this file (it removed one of the trailing newlines). * fast/js/kde/encode_decode_uri-expected.txt: This test now passes. I'm not sure why it was failing before. * fast/js/char-at-expected.txt: Removed all the periods at the end of NaN test PASS messages; they are now consistent with all the other tests. * fast/js/date-parse-comments-test-expected.txt: Ditto. * fast/js/date-parse-test-expected.txt: Ditto. 2007-08-11 Antti Koivisto Reviewed by Darin. Add test for http://bugs.webkit.org/show_bug.cgi?id=14742 which Mitz fixed in r24973. I had a fix for REGRESSION: Loading Slashdot Firehose is 9X slower on Safari 3.0 than Safari 2.0 which turned out to be a dublicate. At least we can use the layout test I did. * http/tests/local/style-access-before-stylesheet-loaded-expected.txt: Added. * http/tests/local/style-access-before-stylesheet-loaded.html: Added. 2007-08-11 Matt Lilek Reviewed over and over and over by Adam Roben. Bug 14740: Hierarchical layout tests and platform organization http://bugs.webkit.org/show_bug.cgi?id=14740 Add support for platform-specific layout tests and results. New platform structure is as follows: * platform: Added. * platform/mac: Added. * mac/leopard/ -> platform/mac-leopard * win/ -> platform/win * qt/ -> platform/qt 2007-08-11 Mitz Pettel Reviewed by Darin. - tests and updated results for http://bugs.webkit.org/show_bug.cgi?id=13670 Table misrender when one of the TDs has width=100% * fast/table/100-percent-cell-width-expected.checksum: Added. * fast/table/100-percent-cell-width-expected.png: Added. * fast/table/100-percent-cell-width-expected.txt: Added. * fast/table/100-percent-cell-width.html: Added. * fast/table/percent-widths-stretch-expected.checksum: Added. * fast/table/percent-widths-stretch-expected.png: Added. * fast/table/percent-widths-stretch-expected.txt: Added. * fast/table/percent-widths-stretch.html: Added. * fast/text/whitespace/026-expected.checksum: * fast/text/whitespace/026-expected.png: * fast/text/whitespace/026-expected.txt: * tables/mozilla/bugs/bug35662-expected.checksum: * tables/mozilla/bugs/bug35662-expected.png: * tables/mozilla/bugs/bug35662-expected.txt: * tables/mozilla/bugs/bug5799-expected.checksum: * tables/mozilla/bugs/bug5799-expected.png: * tables/mozilla/bugs/bug5799-expected.txt: * tables/mozilla/core/col_span-expected.checksum: * tables/mozilla/core/col_span-expected.png: * tables/mozilla/core/col_span-expected.txt: 2007-08-11 Darin Adler - added a bunch of missing layout test results * editing/style/font-family-with-space-expected.checksum: Added. * editing/style/font-family-with-space-expected.png: Added. * fast/dom/frame-loading-via-document-write-expected.checksum: Added. * fast/dom/frame-loading-via-document-write-expected.png: Added. * fast/encoding/xmacroman-encoding-test-expected.checksum: Added. * fast/encoding/xmacroman-encoding-test-expected.png: Added. * fast/frames/frame-navigation-expected.checksum: Added. * fast/frames/frame-navigation-expected.png: Added. * fast/frames/frame-set-whitespace-attributes-expected.checksum: Added. * fast/frames/frame-set-whitespace-attributes-expected.png: Added. * fast/frames/inline-object-inside-frameset-expected.checksum: Added. * fast/frames/inline-object-inside-frameset-expected.png: Added. * fast/html/keygen-expected.checksum: Added. * fast/html/keygen-expected.png: Added. * fast/images/pdf-as-image-landscape-expected.checksum: Added. * fast/images/pdf-as-image-landscape-expected.png: Added. * fast/inline-block/14498-positionForCoordinates-expected.checksum: Added. * fast/inline-block/14498-positionForCoordinates-expected.png: Added. 2007-08-11 Darin Adler Reviewed by Antti. - test for REGRESSION: inside no longer allowed in strict mode (breaks chemicalelements.com) * fast/parser/strict-img-in-map-expected.txt: Added. * fast/parser/strict-img-in-map.html: Added. 2007-08-11 Andrew Wellington Reviewed by Mark Rowe. Fix http://bugs.webkit.org/show_bug.cgi?id=14645 getPropertyValue should be case insensitive Test for getPropertyValue, setProperty, removeProperty being case-insensitive * fast/css/css-properties-case-insensitive-expected.txt: Added. * fast/css/css-properties-case-insensitive.html: Added. 2007-08-10 Anders Carlsson Reviewed by Darin and Maciej. REGRESSION(r21002-r21003) Flash widget sniffer doesn't work (affects iWeb) Add test case by Kurt Revis. * fast/dom/NodeList/invalidate-node-lists-when-parsing-expected.txt: Added. * fast/dom/NodeList/invalidate-node-lists-when-parsing.html: Added. 2007-08-10 Oliver Hunt Reviewed by Mark. Update layout test to avoid problems caused by differences in whitespace for NSAttributedString descriptions on Tiger and Leopard * fast/text/attributed-substring-from-range-expected.txt: * fast/text/attributed-substring-from-range.html: 2007-08-10 Mitz Pettel Reviewed by Justin. - test for http://bugs.webkit.org/show_bug.cgi?id=14911 REGRESSION: Clicking in pasted text doesn't position the insertion point correctly * editing/selection/inline-closest-leaf-child-expected.checksum: Added. * editing/selection/inline-closest-leaf-child-expected.png: Added. * editing/selection/inline-closest-leaf-child-expected.txt: Added. * editing/selection/inline-closest-leaf-child.html: Added. 2007-08-10 Oliver Hunt Reviewed by Darin. Added new layout test to validate fix for REGRESSION: ATOK IM: reconvert returns incorrect symbol due to inconsistent range domains in TSM Corrected fast/text/attributed-substring-from-range to account for additional whitespace, and to be correct. * fast/text/attributed-substring-from-range-expected.txt: * fast/text/attributed-substring-from-range-in-textfield-expected.txt: Added. * fast/text/attributed-substring-from-range-in-textfield.html: Added. * fast/text/attributed-substring-from-range.html: 2007-08-09 Sam Weinig Reviewed by Maciej. Tests for * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom.html: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value.html: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom.html: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute.html: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS.html: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode.html: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value.html: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom.html: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute.html: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS.html: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode.html: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt: Added. * http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html: Added. 2007-08-10 Mitz Pettel Reviewed by Dave Hyatt. - test for http://bugs.webkit.org/show_bug.cgi?id=14798 Incorrect bidi reordering of neutrals and digits after RTL embed and other bugs in the bidi algorithm. * fast/text/international/bidi-neutral-run-expected.checksum: Added. * fast/text/international/bidi-neutral-run-expected.png: Added. * fast/text/international/bidi-neutral-run-expected.txt: Added. * fast/text/international/bidi-neutral-run.html: Added. 2007-08-09 Sam Weinig Reviewed by Mark Rowe. Use index-getter instead of name-getter to better ensure that the frame has finished loading. * http/tests/security/dataURL/xss-DENIED-from-data-url-in-foriegn-domain-window-open.html: * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foriegn-domain-subframe.html: * http/tests/security/dataURL/xss-DENIED-to-data-url-in-foriegn-domain-window-open.html: 2007-08-09 Mitz Pettel Reviewed by Justin Garcia. - test for http://bugs.webkit.org/show_bug.cgi?id=14347 REGRESSION (r21291): Initiating a drag near the edge of a selection deselects it * editing/selection/contains-boundaries-expected.checksum: Added. * editing/selection/contains-boundaries-expected.png: Added. * editing/selection/contains-boundaries-expected.txt: Added. * editing/selection/contains-boundaries.html: Added. 2007-08-09 Mitz Pettel Reviewed by Dave Hyatt. - test for http://bugs.webkit.org/show_bug.cgi?id=14875 Textarea with nowrap - left/right nav, Up/down nav both hide text * fast/layers/scroll-rect-to-visible-expected.checksum: Added. * fast/layers/scroll-rect-to-visible-expected.png: Added. * fast/layers/scroll-rect-to-visible-expected.txt: Added. * fast/layers/scroll-rect-to-visible.html: Added. 2007-08-09 Anders Carlsson Reviewed by Oliver. REGRESSION(Leopard): Some fast/xsl tests sometimes fail on Leopard These tests no longer fail for me, so let's try removing them from the skipped file and see what happens. * mac/leopard/Skipped: 2007-08-08 Beth Dakin Reviewed by Geoff Garen. Test for , http://bugs.webkit.org/ show_bug.cgi?id=14268 REGRESSION: Radio buttons don't stay selected due to unclosed