2006-09-26 Eric Seidel Reviewed by Tim H. RenderPath::nodeAtPoint does not respect stroke width http://bugzilla.opendarwin.org/show_bug.cgi?id=10829 * svg/custom/stroke-width-click-expected.txt: Added. * svg/custom/stroke-width-click.svg: Added. 2006-09-25 Justin Garcia Reviewed by john * editing/execCommand/indent-empty-root-expected.checksum: Added. * editing/execCommand/indent-empty-root-expected.png: Added. * editing/execCommand/indent-empty-root-expected.txt: Added. * editing/execCommand/indent-empty-root.html: Added. 2006-09-24 Eric Seidel Reviewed by mjs. Add test: svg/custom/viewport-clip.svg and update results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=11007 (Also update some old results, due to CoreImage variance) * svg/custom/baseval-animval-equality.svg: * svg/custom/empty-merge-expected.checksum: * svg/custom/empty-merge-expected.png: * svg/custom/empty-merge-expected.txt: * svg/custom/empty-merge.svg: * svg/custom/feDisplacementMap-01-expected.checksum: * svg/custom/feDisplacementMap-01-expected.png: * svg/custom/foreign-object-skew-expected.checksum: * svg/custom/foreign-object-skew-expected.png: * svg/custom/gradient-stroke-width-expected.txt: * svg/custom/grayscale-gradient-mask-expected.checksum: * svg/custom/grayscale-gradient-mask-expected.png: * svg/custom/grayscale-gradient-mask-expected.txt: * svg/custom/grayscale-gradient-mask.svg: * svg/custom/image-with-transform-clip-filter-expected.checksum: * svg/custom/image-with-transform-clip-filter-expected.png: * svg/custom/path-bad-data-expected.checksum: * svg/custom/path-bad-data-expected.png: * svg/custom/path-bad-data-expected.txt: * svg/custom/text-filter-expected.checksum: * svg/custom/text-filter-expected.png: * svg/custom/text-image-opacity-expected.checksum: * svg/custom/text-image-opacity-expected.png: * svg/custom/transform-scale-parse.svg: * svg/custom/viewport-clip-expected.checksum: Added. * svg/custom/viewport-clip-expected.png: Added. * svg/custom/viewport-clip-expected.txt: Added. * svg/custom/viewport-clip.svg: Added. 2006-09-24 Eric Seidel Reviewed by beth. Browsers disagree on behavior for an invalid fill http://bugzilla.opendarwin.org/show_bug.cgi?id=11017 * svg/custom/invalid-fill-expected.checksum: Added. * svg/custom/invalid-fill-expected.png: Added. * svg/custom/invalid-fill-expected.txt: Added. * svg/custom/invalid-fill.svg: Added. 2006-09-24 Eric Seidel Reviewed by hyatt. Import one of Hixie's tests for: cannot be styled with a:hover http://bugzilla.opendarwin.org/show_bug.cgi?id=11005 * svg/hixie/cascade/002.css: Added. * svg/hixie/cascade/002.xml: Added. 2006-09-23 Alexey Proskuryakov Reviewed by Eric. http://bugzilla.opendarwin.org/show_bug.cgi?id=4872 XMLHttpRequest fails to throw an exception when there is a security violation (mismatching domains) * http/tests/xmlhttprequest/exceptions-expected.txt: Added. * http/tests/xmlhttprequest/exceptions.html: Added. * http/tests/xmlhttprequest/extra-parameters-expected.txt: Added. * http/tests/xmlhttprequest/extra-parameters.html: Added. * http/tests/xmlhttprequest/resources/post-echo.cgi: Added. Test that passing too many parameters is OK (Firefox behavior; WinIE raises an exception). * fast/dom/xmlhttprequest-get-expected.txt: Updated results. * http/tests/xmlhttprequest/zero-length-response-expected.txt: * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: * http/tests/xmlhttprequest/zero-length-response-sync.html: * http/tests/xmlhttprequest/zero-length-response.html: Updated results and changed state names to match the current spec. * http/tests/xmlhttprequest/resources/zero-length.xml: Added. 2006-09-21 Nikolas Zimmermann Reviewed by eseidel. Testcase for: http://bugzilla.opendarwin.org/show_bug.cgi?id=10977 SVGDocument does not expose 'rootElement' property * svg/custom/rootelement-expected.checksum: Added. * svg/custom/rootelement-expected.png: Added. * svg/custom/rootelement-expected.txt: Added. * svg/custom/rootelement.svg: Added. 2006-09-21 Timothy Hatcher Adding more calls to layoutTestController.dumpChildFrameScrollPositions() for tests that need to report child frame scroll positions. * http/tests/navigation/anchor-frames.html: * http/tests/navigation/anchor-subframeload.html: * http/tests/navigation/relativeanchor-frames.html: 2006-09-21 Timothy Hatcher Reviewed by Adam. Bug 10923: Frame scroll layout test failures on the buildbot http://bugzilla.opendarwin.org/show_bug.cgi?id=10923 Made this test call layoutTestController.dumpChildFrameScrollPositions(). * fast/overflow/scrollRevealButton-expected.txt: * fast/overflow/scrollRevealButton.html: 2006-09-20 Justin Garcia Reviewed by john * editing/pasteboard/subframe-dragndrop-1-expected.checksum: Added. * editing/pasteboard/subframe-dragndrop-1-expected.png: Added. * editing/pasteboard/subframe-dragndrop-1-expected.txt: Added. * editing/pasteboard/subframe-dragndrop-1.html: Added. 2006-09-20 Rob Buis Reviewed by eseidel. Updated test results because of: http://bugzilla.opendarwin.org/show_bug.cgi?id=10946 new marker code draws end-marker in wrong place * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: * svg/custom/invalid-css-expected.txt: 2006-09-20 Julien Palmas Reviewed by eseidel. Landed by eseidel. Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6003 * svg/custom/pattern-y-offset-expected.checksum: Added. * svg/custom/pattern-y-offset-expected.png: Added. * svg/custom/pattern-y-offset-expected.txt: Added. * svg/custom/pattern-y-offset.svg: Added. 2006-09-20 Justin Garcia Reviewed by harrison * editing/selection/editable-links.html: Added. * editing/selection/editable-links.html-disabled: Removed. 2006-09-20 Adam Roben Reviewed by timothy. Fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=10953 Test results for fast/js/window-properties.html should include children of window.document.body.firstChild * fast/js/window-properties-expected.txt: Regenerate results which now include window.document.body.firstChild.* * fast/js/window-properties.html: Print out 'null' for null objects instead of 'object' for more clarity 2006-09-20 Adam Roben Reviewed by Adele. Adding test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10935 REGRESSION: file upload control with direction:rtl or text-align:right draws button on top of filename/icon * fast/forms/file-input-direction-expected.checksum: Added. * fast/forms/file-input-direction-expected.png: Added. * fast/forms/file-input-direction-expected.txt: Added. * fast/forms/file-input-direction.html: Added. 2006-09-20 Eric Seidel Reviewed by hyatt. Commit two test updates I forgot to commit with: Markers should clip to their viewport. http://bugzilla.opendarwin.org/show_bug.cgi?id=5967 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum: * svg/W3C-SVG-1.1/painting-marker-01-f-expected.png: * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: * svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum: * svg/W3C-SVG-1.1/painting-marker-02-f-expected.png: * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: 2006-09-19 Eric Seidel Reviewed by adele. Updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=8585 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: * svg/custom/feComponentTransfer-Discrete-expected.txt: * svg/custom/feComponentTransfer-Gamma-expected.txt: * svg/custom/feComponentTransfer-Linear-expected.txt: * svg/custom/feComponentTransfer-Table-expected.txt: * svg/custom/feDisplacementMap-01-expected.txt: * svg/custom/filter-source-alpha-expected.txt: * svg/custom/image-with-transform-clip-filter-expected.txt: * svg/custom/non-opaque-filters-expected.txt: * svg/custom/text-filter-expected.txt: 2006-09-19 Eric Seidel Reviewed by adele. Markers should clip to their viewport. http://bugzilla.opendarwin.org/show_bug.cgi?id=5967 * svg/custom/marker-overflow-clip-expected.checksum: Added. * svg/custom/marker-overflow-clip-expected.png: Added. * svg/custom/marker-overflow-clip-expected.txt: Added. * svg/custom/marker-overflow-clip.svg: Added. 2006-09-19 Justin Garcia Reviewed by eseidel Disabling this test temporarily. * editing/selection/editable-links.html: Removed. * editing/selection/editable-links.html-disabled: Added. 2006-09-19 Justin Garcia Reviewed by harrison * editing/selection/editable-links-expected.checksum: Added. * editing/selection/editable-links-expected.png: Added. * editing/selection/editable-links-expected.txt: Added. * editing/selection/editable-links.html: Added. 2006-09-19 Justin Garcia Reviewed by harrison * editing/pasteboard/pasting-tabs-expected.checksum: Added. * editing/pasteboard/pasting-tabs-expected.png: Added. * editing/pasteboard/pasting-tabs-expected.txt: Added. * editing/pasteboard/pasting-tabs.html: Added. 2006-09-18 Adam Roben Reviewed by Adele. Update tests for the new file upload control. * fast/forms/file-input-disabled-expected.txt: * fast/forms/form-element-geometry-expected.txt: * fast/forms/input-appearance-height-expected.txt: * fast/forms/input-value-expected.txt: 2006-09-17 Eric Seidel Reviewed by hyatt. * fast/js/window-properties.html: make work in Firefox (hangs IE) 2006-09-17 Eric Seidel Add a textual dump of the window object property tree. Reviewed by Sarge. * fast/js/window-properties-expected.txt: Added. * fast/js/window-properties.html: Added. 2006-09-17 David Hyatt Adding layout test for bug 10899. * fast/text/basic/generic-family-changes-expected.checksum: Added. * fast/text/basic/generic-family-changes-expected.png: Added. * fast/text/basic/generic-family-changes-expected.txt: Added. * fast/text/basic/generic-family-changes.html: Added. 2006-09-17 Alexey Proskuryakov Reviewed by Brady. Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10852 REGRESSION: Reproducible crash in XMLHttpRequest::abort() Currently, this test prints an error message to the console, because requests from an unload handler still don't work. * http/tests/xmlhttprequest/xhr-onunload-expected.txt: Added. * http/tests/xmlhttprequest/xhr-onunload.html: Added. 2006-09-15 Justin Garcia Reviewed by harrison REGRESSION: selecting text to write over results in cursor jumping to middle of next line * editing/deleting/whitespace-pre-1-expected.checksum: Added. * editing/deleting/whitespace-pre-1-expected.png: Added. * editing/deleting/whitespace-pre-1-expected.txt: Added. * editing/deleting/whitespace-pre-1.html: Added. 2006-09-15 Timothy Hatcher Reviewed by Justin. Updating results to new expected values. * fast/lists/drag-into-marker-expected.txt: * fast/repaint/selection-after-delete-expected.txt: 2006-09-15 Timothy Hatcher Reviewed by Justin. Updating results to new expected values. * editing/inserting/4278698-expected.txt: * fast/dom/window-xy-properties-expected.txt: 2006-09-15 Adam Roben Reviewed by timothy. Part of http://bugzilla.opendarwin.org/show_bug.cgi?id=10865 New file upload control should match the width of the old one Update tests to match new file upload control. * fast/forms/file-input-disabled-expected.txt: * fast/forms/form-element-geometry-expected.txt: * fast/forms/input-appearance-height-expected.txt: * fast/forms/input-value-expected.txt: 2006-09-15 Kevin McCullough - just layout test result changes * fast/dom/Range/range-compareNode-expected.txt: * fast/dom/Range/range-intersectsNode-expected.txt: 2006-09-14 Justin Garcia Reviewed by harrison Up/Down arrows skip over To Do * editing/selection/mixed-editability-3-expected.checksum: Added. * editing/selection/mixed-editability-3-expected.png: Added. * editing/selection/mixed-editability-3-expected.txt: Added. * editing/selection/mixed-editability-3.html: Added. * editing/selection/mixed-editability-4-expected.checksum: Added. * editing/selection/mixed-editability-4-expected.png: Added. * editing/selection/mixed-editability-4-expected.txt: Added. * editing/selection/mixed-editability-4.html: Added. * editing/selection/mixed-editability-5-expected.checksum: Added. * editing/selection/mixed-editability-5-expected.png: Added. * editing/selection/mixed-editability-5-expected.txt: Added. * editing/selection/mixed-editability-5.html: Added. 2006-09-14 Graham Dennis Reviewed by Justin Garcia. Modified testcase for: http://bugzilla.opendarwin.org/show_bug.cgi?id=10726 Crash in ApplyStyleCommand::applyRelativeFontStyleChange * editing/style/table-selection-expected.checksum: * editing/style/table-selection-expected.png: * editing/style/table-selection-expected.txt: * editing/style/table-selection.html: This testcase was for 10579, which is very similar to this bug (10726) Now the testcase tests both bugs. 2006-09-13 Adam Roben Rubberstamped by hyatt. Updating tables results after hyatt landed a fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=8126 Padding must not apply to columns * tables/mozilla/bugs/bug139524-2-expected.txt: * tables/mozilla/bugs/bug139524-4-expected.txt: * tables/mozilla/bugs/bug32841-expected.txt: * tables/mozilla/dom/appendCol2-expected.txt: * tables/mozilla/dom/deleteCol1-expected.txt: * tables/mozilla/dom/deleteCol2-expected.txt: * tables/mozilla/dom/deleteCol3-expected.txt: * tables/mozilla/dom/deleteColGroup1-expected.txt: * tables/mozilla/dom/deleteColGroup2-expected.txt: * tables/mozilla/dom/insertColGroups1-expected.txt: * tables/mozilla/dom/insertColGroups2-expected.txt: * tables/mozilla/dom/insertCols1-expected.txt: * tables/mozilla/dom/insertCols2-expected.txt: * tables/mozilla/dom/insertCols3-expected.txt: * tables/mozilla/dom/insertCols4-expected.txt: * tables/mozilla/dom/insertCols5-expected.txt: * tables/mozilla/marvin/body_col-expected.txt: * tables/mozilla/marvin/x_col_span-expected.txt: * tables/mozilla/marvin/x_col_width_px-expected.txt: * tables/mozilla/marvin/x_colgroup_span-expected.txt: * tables/mozilla/other/body_col-expected.txt: * tables/mozilla_expected_failures/bugs/bug1128-expected.txt: * tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt: * tables/mozilla_expected_failures/bugs/bug45621-expected.txt: * tables/mozilla_expected_failures/bugs/bug7243-expected.txt: * tables/mozilla_expected_failures/core/cols1-expected.txt: * tables/mozilla_expected_failures/dom/appendCol1-expected.txt: * tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt: * tables/mozilla_expected_failures/other/test4-expected.txt: 2006-09-12 Julien Palmas Reviewed by darin. Landed by eseidel. * svg/custom/svgpolyparser-extra-space-expected.checksum: Added. * svg/custom/svgpolyparser-extra-space-expected.png: Added. * svg/custom/svgpolyparser-extra-space-expected.txt: Added. * svg/custom/svgpolyparser-extra-space.svg: Added. 2006-09-12 Kevin McCullough Reviewed by Andersca, Maciej, Brady. * fast/dom/Range/range-intersectsNode-expected.txt: Added. * fast/dom/Range/range-intersectsNode.html: Added. * fast/dom/Range/resources/intersectsNode.js: Added. 2006-09-12 Nikolas Zimmermann Reviewed by eseidel. Landed by eseidel. Fixed: http://bugzilla.opendarwin.org/show_bug.cgi?id=10826 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: 2006-09-11 Nikolas Zimmermann Reviewed by eseidel. Landed by eseidel. * svg/custom/baseval-animval-equality.svg: Added. 2006-09-11 Kevin McCullough Reviewed by Darin. * ChangeLog: * fast/dom/Range/range-compareNode-expected.txt: Added. * fast/dom/Range/range-compareNode.html: Added. * fast/dom/Range/range-comparePoint.html: 2006-09-11 Vladimir Olexa Reviewed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10323 REGRESSION: javascript: URL containing '\\' gets passed as '//' * fast/dom/javascript-backslash-expected.txt: Added. * fast/dom/javascript-backslash.html: Added. 2006-09-11 Darin Adler - converted a test to plain text (makes it platform independent; fixes a failure) * fast/events/ondragenter-expected.checksum: Removed. * fast/events/ondragenter-expected.png: Removed. * fast/events/ondragenter-expected.txt: * fast/events/ondragenter.html: 2006-09-10 Darin Adler - converted a test to plain text (makes it platform independent; fixes a failure) * fast/text/plain-text-line-breaks-expected.checksum: Removed. * fast/text/plain-text-line-breaks-expected.png: Removed. * fast/text/plain-text-line-breaks-expected.txt: Regenerated. * fast/text/plain-text-line-breaks.html: Added a call to dumpAsText(). 2006-09-08 Timothy Hatcher Adds a test for the CSS URL quoting logic. * fast/inspector/cssURLQuotes-expected.txt: Added. * fast/inspector/cssURLQuotes.html: Added. 2006-09-09 Alexey Proskuryakov Reviewed by Darin. http://bugzilla.opendarwin.org/show_bug.cgi?id=10759 fast/AppleScript/array.html test failing * fast/AppleScript/001-expected.txt: Updated results. 2006-09-07 Alexey Proskuryakov Reviewed by Darin. Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10753 REGRESSION: The beginning of a CSS file is missing * http/tests/incremental/slow-utf8-css-expected.checksum: Added. * http/tests/incremental/slow-utf8-css-expected.png: Added. * http/tests/incremental/slow-utf8-css-expected.txt: Added. * http/tests/incremental/slow-utf8-css.pl: Added. 2006-09-07 Rob Buis Reviewed by Maciej. New test case for SVG with width and height 100% leaves room for scrollbar on the right. Also Updated .txt files (all text blocks are wider) and some updated pixel tests (some text is layouted differently because of wider text blocks). * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt: * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt: * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt: * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt: * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt: * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt: * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt: * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt: * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt: * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt: * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt: * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt: * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt: * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt: * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt: * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt: * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt: * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt: * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt: * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt: * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt: * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt: * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt: * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt: * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt: * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt: * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt: * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum: * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png: * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt: * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum: * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png: * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum: * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png: * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum: * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png: * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt: * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt: * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt: * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt: * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt: * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt: * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt: * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt: * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt: * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt: * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt: * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt: * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt: * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt: * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt: * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt: * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt: * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt: * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt: * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt: * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt: * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt: * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt: * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt: * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt: * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt: * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt: * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt: * svg/W3C-SVG-1.1/text-align-01-b-expected.txt: * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum: * svg/W3C-SVG-1.1/text-align-02-b-expected.png: * svg/W3C-SVG-1.1/text-align-02-b-expected.txt: * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum: * svg/W3C-SVG-1.1/text-align-03-b-expected.png: * svg/W3C-SVG-1.1/text-align-03-b-expected.txt: * svg/W3C-SVG-1.1/text-align-04-b-expected.txt: * svg/W3C-SVG-1.1/text-align-05-b-expected.txt: * svg/W3C-SVG-1.1/text-align-06-b-expected.txt: * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt: * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt: * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt: * svg/W3C-SVG-1.1/text-path-01-b-expected.txt: * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: * svg/W3C-SVG-1.1/text-text-01-b-expected.txt: * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum: * svg/W3C-SVG-1.1/text-text-03-b-expected.png: * svg/W3C-SVG-1.1/text-text-03-b-expected.txt: * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt: * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt: * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt: * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt: * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt: * svg/custom/coords-relative-units-transforms-expected.txt: * svg/custom/feComponentTransfer-Discrete-expected.txt: * svg/custom/feComponentTransfer-Gamma-expected.txt: * svg/custom/feComponentTransfer-Linear-expected.txt: * svg/custom/feComponentTransfer-Table-expected.txt: * svg/custom/image-with-transform-clip-filter-expected.txt: * svg/custom/invalid-css-expected.txt: * svg/custom/invalid-viewbox1-expected.txt: * svg/custom/invalid-viewbox2-expected.txt: * svg/custom/non-opaque-filters-expected.txt: * svg/custom/percentage-rect-expected.checksum: * svg/custom/percentage-rect-expected.png: * svg/custom/percentage-rect-expected.txt: * svg/custom/pointer-events-path-expected.txt: * svg/custom/svg-overflow-types-expected.txt: * svg/custom/text-clip-expected.txt: * svg/custom/text-filter-expected.txt: * svg/custom/text-gradient-no-content-expected.checksum: * svg/custom/text-gradient-no-content-expected.png: * svg/custom/text-gradient-no-content-expected.txt: * svg/custom/text-hit-test-expected.txt: * svg/custom/text-image-opacity-expected.txt: * svg/custom/tref-update-expected.txt: * svg/custom/width-full-percentage-expected.checksum: Added. * svg/custom/width-full-percentage-expected.png: Added. * svg/custom/width-full-percentage-expected.txt: Added. * svg/custom/width-full-percentage.svg: Added. 2006-09-05 Darin Adler Reviewed by Alexey. - test for bug where the charset in a link element for a CSS stylesheet is ignored. I noticed this while working on new text encoding machinery. * fast/encoding/css-link-charset-expected.txt: Added. * fast/encoding/css-link-charset.css: Added. * fast/encoding/css-link-charset.html: Added. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10681 REGRESSION: Reproducible crash at Wikipedia (Alexey wrote this one, I reviewed.) * fast/forms/form-data-encoding-normalization-overrun-expected.txt: Added. * fast/forms/form-data-encoding-normalization-overrun.html: Added. - and a tweak to an existing test * fast/forms/form-data-encoding.html: Changed to dump encoded URL so it's easier to diagnose this when it fails. 2006-09-05 Justin Garcia Reviewed by thatcher Setup for Misspellings aren't marked after undo delete Fixed: * editing/pasteboard/4641033-expected.checksum: * editing/pasteboard/4641033-expected.png: * editing/execCommand/outdent-selection-expected.checksum: * editing/execCommand/outdent-selection-expected.png: Added a didChangeSelection notification that was absent before: * editing/deleting/collapse-whitespace-3587601-fix-expected.txt: * editing/deleting/delete-3608430-fix-expected.txt: * editing/deleting/delete-3608462-fix-expected.txt: * editing/deleting/delete-3775172-fix-expected.txt: * editing/deleting/delete-3800834-fix-expected.txt: * editing/deleting/delete-3857753-fix-expected.txt: * editing/deleting/delete-3865854-fix-expected.txt: * editing/deleting/delete-3928305-fix-expected.txt: * editing/deleting/delete-3959464-fix-expected.txt: * editing/deleting/delete-4038408-fix-expected.txt: * editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: * editing/deleting/delete-block-contents-001-expected.txt: * editing/deleting/delete-block-contents-002-expected.txt: * editing/deleting/delete-block-contents-003-expected.txt: * editing/deleting/delete-block-merge-contents-001-expected.txt: * editing/deleting/delete-block-merge-contents-002-expected.txt: * editing/deleting/delete-block-merge-contents-003-expected.txt: * editing/deleting/delete-block-merge-contents-004-expected.txt: * editing/deleting/delete-block-merge-contents-005-expected.txt: * editing/deleting/delete-block-merge-contents-006-expected.txt: * editing/deleting/delete-block-merge-contents-007-expected.txt: * editing/deleting/delete-block-merge-contents-008-expected.txt: * editing/deleting/delete-block-merge-contents-009-expected.txt: * editing/deleting/delete-block-merge-contents-010-expected.txt: * editing/deleting/delete-block-merge-contents-012-expected.txt: * editing/deleting/delete-block-merge-contents-013-expected.txt: * editing/deleting/delete-block-merge-contents-014-expected.txt: * editing/deleting/delete-block-merge-contents-015-expected.txt: * editing/deleting/delete-block-merge-contents-016-expected.txt: * editing/deleting/delete-block-merge-contents-017-expected.txt: * editing/deleting/delete-block-merge-contents-018-expected.txt: * editing/deleting/delete-block-merge-contents-019-expected.txt: * editing/deleting/delete-block-merge-contents-020-expected.txt: * editing/deleting/delete-block-merge-contents-021-expected.txt: * editing/deleting/delete-block-merge-contents-022-expected.txt: * editing/deleting/delete-block-merge-contents-023-expected.txt: * editing/deleting/delete-block-merge-contents-024-expected.txt: * editing/deleting/delete-block-table-expected.txt: * editing/deleting/delete-br-008-expected.txt: * editing/deleting/delete-br-010-expected.txt: * editing/deleting/delete-br-011-expected.txt: * editing/deleting/delete-first-list-item-expected.txt: * editing/deleting/delete-image-001-expected.txt: * editing/deleting/delete-image-002-expected.txt: * editing/deleting/delete-image-003-expected.txt: * editing/deleting/delete-image-004-expected.txt: * editing/deleting/delete-line-001-expected.txt: * editing/deleting/delete-line-002-expected.txt: * editing/deleting/delete-line-003-expected.txt: * editing/deleting/delete-line-004-expected.txt: * editing/deleting/delete-line-005-expected.txt: * editing/deleting/delete-line-006-expected.txt: * editing/deleting/delete-line-007-expected.txt: * editing/deleting/delete-line-008-expected.txt: * editing/deleting/delete-line-009-expected.txt: * editing/deleting/delete-line-010-expected.txt: * editing/deleting/delete-line-011-expected.txt: * editing/deleting/delete-line-012-expected.txt: * editing/deleting/delete-line-013-expected.txt: * editing/deleting/delete-line-014-expected.txt: * editing/deleting/delete-line-015-expected.txt: * editing/deleting/delete-line-016-expected.txt: * editing/deleting/delete-line-017-expected.txt: * editing/deleting/delete-listitem-001-expected.txt: * editing/deleting/delete-listitem-002-expected.txt: * editing/deleting/delete-mixed-editable-content-001-expected.txt: * editing/deleting/delete-select-all-001-expected.txt: * editing/deleting/delete-select-all-002-expected.txt: * editing/deleting/delete-select-all-003-expected.txt: * editing/deleting/merge-different-styles-expected.txt: * editing/deleting/merge-endOfParagraph-expected.txt: * editing/deleting/merge-no-br-expected.txt: * editing/deleting/pruning-after-merge-1-expected.txt: * editing/deleting/pruning-after-merge-2-expected.txt: * editing/deleting/table-cells-expected.txt: * editing/execCommand/boldSelection-expected.txt: * editing/execCommand/create-list-from-range-selection-expected.txt: * editing/execCommand/createLink-expected.txt: * editing/execCommand/format-block-expected.txt: * editing/execCommand/format-block-from-range-selection-expected.txt: * editing/execCommand/format-block-with-braces-expected.txt: * editing/execCommand/format-block-with-trailing-br-expected.txt: * editing/execCommand/hilitecolor-expected.txt: * editing/execCommand/indent-list-item-expected.txt: * editing/execCommand/indent-selection-expected.txt: * editing/execCommand/insert-list-and-stitch-expected.txt: * editing/execCommand/insert-list-with-id-expected.txt: * editing/execCommand/insertHTML-expected.txt: * editing/execCommand/insertHorizontalRule-expected.txt: * editing/execCommand/remove-formatting-expected.txt: * editing/execCommand/remove-list-from-range-selection-expected.txt: * editing/execCommand/remove-list-items-expected.txt: * editing/execCommand/strikethroughSelection-expected.txt: * editing/execCommand/switch-list-type-expected.txt: * editing/execCommand/unlink-expected.txt: * editing/input/text-input-controller-expected.txt: * editing/inserting/insert-3654864-fix-expected.txt: * editing/inserting/insert-3659587-fix-expected.txt: * editing/inserting/insert-3775316-fix-expected.txt: * editing/inserting/insert-3851164-fix-expected.txt: * editing/inserting/insert-3907422-fix-expected.txt: * editing/inserting/insert-after-delete-001-expected.txt: * editing/inserting/insert-div-001-expected.txt: * editing/inserting/insert-div-002-expected.txt: * editing/inserting/insert-div-003-expected.txt: * editing/inserting/insert-div-005-expected.txt: * editing/inserting/insert-div-007-expected.txt: * editing/inserting/insert-div-009-expected.txt: * editing/inserting/insert-div-010-expected.txt: * editing/inserting/insert-div-020-expected.txt: * editing/inserting/insert-div-023-expected.txt: * editing/inserting/insert-div-024-expected.txt: * editing/inserting/insert-div-025-expected.txt: * editing/inserting/insert-div-026-expected.txt: * editing/inserting/multiple-lines-selected-expected.txt: * editing/inserting/paragraph-separator-03-expected.txt: * editing/inserting/paragraph-separator-in-table-2-expected.txt: * editing/inserting/redo-expected.txt: * editing/inserting/return-key-with-selection-001-expected.txt: * editing/inserting/return-key-with-selection-002-expected.txt: * editing/inserting/return-key-with-selection-003-expected.txt: * editing/pasteboard/3976872-expected.txt: * editing/pasteboard/4076267-3-expected.txt: * editing/pasteboard/4076267-expected.txt: * editing/pasteboard/4700297-expected.txt: * editing/pasteboard/8145-3-expected.txt: * editing/pasteboard/block-wrappers-necessary-expected.txt: * editing/pasteboard/copy-paste-bidi-expected.txt: * editing/pasteboard/displaced-generic-placeholder-expected.txt: * editing/pasteboard/displaced-placeholder-expected.txt: * editing/pasteboard/display-block-on-spans-expected.txt: * editing/pasteboard/drag-drop-modifies-page-expected.txt: * editing/pasteboard/interchange-newline-2-expected.txt: * editing/pasteboard/merge-after-delete-1-expected.txt: * editing/pasteboard/merge-after-delete-2-expected.txt: * editing/pasteboard/merge-after-delete-expected.txt: * editing/pasteboard/merge-end-3-expected.txt: * editing/pasteboard/merge-end-5-expected.txt: * editing/pasteboard/merge-end-blockquote-expected.txt: * editing/pasteboard/merge-end-list-expected.txt: * editing/pasteboard/merge-end-table-expected.txt: * editing/pasteboard/paste-4035648-fix-expected.txt: * editing/pasteboard/paste-4039777-fix-expected.txt: * editing/pasteboard/paste-line-endings-001-expected.txt: * editing/pasteboard/paste-line-endings-006-expected.txt: * editing/pasteboard/paste-match-style-001-expected.txt: * editing/pasteboard/paste-match-style-002-expected.txt: * editing/pasteboard/paste-pre-001-expected.txt: * editing/pasteboard/paste-pre-002-expected.txt: * editing/pasteboard/paste-table-002-expected.txt: * editing/pasteboard/paste-table-003-expected.txt: * editing/pasteboard/paste-text-006-expected.txt: * editing/pasteboard/paste-text-007-expected.txt: * editing/pasteboard/paste-text-010-expected.txt: * editing/pasteboard/paste-text-011-expected.txt: * editing/pasteboard/paste-text-015-expected.txt: * editing/pasteboard/paste-text-016-expected.txt: * editing/pasteboard/paste-text-017-expected.txt: * editing/pasteboard/paste-text-018-expected.txt: * editing/pasteboard/prevent-block-nesting-01-expected.txt: * editing/pasteboard/smart-paste-003-expected.txt: * editing/pasteboard/smart-paste-004-expected.txt: * editing/pasteboard/smart-paste-005-expected.txt: * editing/pasteboard/smart-paste-006-expected.txt: * editing/pasteboard/smart-paste-007-expected.txt: * editing/pasteboard/smart-paste-008-expected.txt: * editing/pasteboard/testcase-9507-expected.txt: * editing/pasteboard/undoable-fragment-removes-expected.txt: * editing/selection/expanding-selections-expected.txt: * editing/selection/expanding-selections2-expected.txt: * editing/selection/node-removal-1-expected.txt: * editing/selection/node-removal-2-expected.txt: * editing/selection/select-all-iframe-expected.txt: * editing/selection/skip-non-editable-1-expected.txt: * editing/selection/triple-click-in-pre-expected.txt: * editing/style/apple-style-editable-mix-expected.txt: * editing/style/block-style-004-expected.txt: * editing/style/block-style-005-expected.txt: * editing/style/block-style-006-expected.txt: * editing/style/create-block-for-style-001-expected.txt: * editing/style/create-block-for-style-002-expected.txt: * editing/style/create-block-for-style-003-expected.txt: * editing/style/create-block-for-style-004-expected.txt: * editing/style/create-block-for-style-007-expected.txt: * editing/style/create-block-for-style-009-expected.txt: * editing/style/create-block-for-style-010-expected.txt: * editing/style/create-block-for-style-011-expected.txt: * editing/style/create-block-for-style-012-expected.txt: * editing/style/create-block-for-style-013-expected.txt: * editing/style/designmode-expected.txt: * editing/style/relative-font-size-change-001-expected.txt: * editing/style/relative-font-size-change-002-expected.txt: * editing/style/remove-underline-across-paragraph-expected.txt: * editing/style/remove-underline-across-paragraph-in-bold-expected.txt: * editing/style/remove-underline-after-paragraph-expected.txt: * editing/style/remove-underline-after-paragraph-in-bold-expected.txt: * editing/style/remove-underline-from-stylesheet-expected.txt: * editing/style/smoosh-styles-001-expected.txt: * editing/style/smoosh-styles-002-expected.txt: * editing/style/smoosh-styles-003-expected.txt: * editing/style/style-3681552-fix-001-expected.txt: * editing/style/style-3681552-fix-002-expected.txt: * editing/style/style-3690704-fix-expected.txt: * editing/style/style-3998892-fix-expected.txt: * editing/style/style-boundary-001-expected.txt: * editing/style/style-boundary-003-expected.txt: * editing/style/style-boundary-004-expected.txt: * editing/style/typing-style-001-expected.txt: * editing/style/typing-style-003-expected.txt: * editing/undo/undo-misspellings-expected.txt: * editing/unsupported-content/list-delete-001-expected.txt: * editing/unsupported-content/list-delete-002-expected.txt: * editing/unsupported-content/list-delete-003-expected.txt: * editing/unsupported-content/table-delete-001-expected.txt: * editing/unsupported-content/table-delete-002-expected.txt: * editing/unsupported-content/table-delete-003-expected.txt: * fast/forms/attributed-strings-expected.txt: * fast/forms/cursor-position-expected.txt: * fast/forms/drag-into-textarea-expected.txt: * fast/forms/input-appearance-maxlength-expected.txt: * fast/forms/input-paste-undo-expected.txt: * fast/forms/input-selection-restore-expected.txt: * fast/forms/input-text-paste-maxlength-expected.txt: * fast/forms/selection-functions-expected.txt: * fast/forms/text-field-setvalue-crash-expected.txt: * fast/forms/textarea-paste-newline-expected.txt: 2006-09-04 Alexey Proskuryakov Reviewed by Darin. Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=10716 XMLHttpRequest.responseText is null if HTTP response is empty The results are not fully correct yet: - accessing properties that are now undefined should cause an exception; - on error, responseXML should be null, rather than contain an HTML document describing the error. * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Updated for responseXML now returning null for nil documents. * http/tests/xmlhttprequest/zero-length-response-expected.txt: * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: * http/tests/xmlhttprequest/zero-length-response-sync.html: * http/tests/xmlhttprequest/zero-length-response.html: Extended to cover more properties. 2006-09-04 Alexey Proskuryakov Reviewed by Darin. Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10676 @charset rules not accessible via DOM * fast/encoding/css-charset-dom-expected.txt: Added. * fast/encoding/css-charset-dom.html: Added. 2006-09-04 Rob Buis Reviewed by Eric. Testcase needed for: http://bugzilla.opendarwin.org/show_bug.cgi?id=6546 clipPath data does not respect transforms * svg/custom/clip-path-with-transform-expected.checksum: Added. * svg/custom/clip-path-with-transform-expected.png: Added. * svg/custom/clip-path-with-transform-expected.txt: Added. * svg/custom/clip-path-with-transform.svg: Added. 2006-09-03 Alexey Proskuryakov Reviewed by Tim H. Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10693 Convert JavaScript arrays to AppleScript lists * fast/AppleScript/array-expected.txt: * fast/AppleScript/array.html: Updated results, added a test for circular dependencies. 2006-09-03 Alexey Proskuryakov Reviewed by Eric. Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=10697 REGRESSION (r16175): Errors in incremental decoding of UTF-8 * fast/encoding/charset-invalid-expected.txt: Added. * fast/encoding/charset-invalid.html: Added. * http/tests/incremental/slow-utf8-html-expected.txt: Added. * http/tests/incremental/slow-utf8-html.pl: Added. 2006-09-03 Alexey Proskuryakov Reviewed by Tim H. http://bugzilla.opendarwin.org/show_bug.cgi?id=4508 Layout tests access an external server * fast/backgrounds/repeat/noRepeatCorrectClip.html: Use a local resource (it was already present, but the test still pointed to a remote one). * fast/dom/HTMLImageElement/image-src-absolute-url-expected.txt: * fast/dom/HTMLImageElement/image-src-absolute-url.html: Use a non-existent file URL instead of a non-existent http one. * fast/loader/docLoaderFrame-expected.checksum: Removed. * fast/loader/docLoaderFrame-expected.png: Removed. * fast/loader/docLoaderFrame-expected.txt: Removed. * fast/loader/docLoaderFrame.html: Removed. * http/tests/xmlhttprequest/docLoaderFrame-expected.txt: Added. * http/tests/xmlhttprequest/docLoaderFrame.html: Added. * http/tests/xmlhttprequest/resources/docLoaderFrame-data.html: Added. Use a local resource. Also, turned the test into a text one, and used waitUntilDone to make it actually work. 2006-09-02 Graham Dennis Reviewed by Justin. Testcase for: http://bugzilla.opendarwin.org/show_bug.cgi?id=10579 AppleStyleCommand::applyBlockStyle crash * editing/style/table-selection-expected.checksum: Added. * editing/style/table-selection-expected.png: Added. * editing/style/table-selection-expected.txt: Added. * editing/style/table-selection.html: Added. 2006-09-01 Adele Peterson Reviewed by Tim Omernick. Updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=6990 Switch to use new text field implementation for * dom/html/level2/html/HTMLInputElement22-expected.txt: * dom/xhtml/level2/html/HTMLInputElement22-expected.txt: * fast/events/event-sender-mouse-click.html: * fast/forms/input-appearance-height-expected.checksum: * fast/forms/input-appearance-height-expected.txt: * fast/forms/input-type-change-in-onfocus-mouse-expected.txt: * fast/forms/input-value-expected.checksum: * fast/forms/input-value-expected.png: * fast/forms/input-value-expected.txt: * tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum: * tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: * tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Updated from switch to style-able selects * fast/forms/option-strip-whitespace-expected.checksum: * fast/forms/option-strip-whitespace-expected.png: * fast/forms/option-strip-whitespace-expected.txt: 2006-09-01 Timothy Hatcher Reviewed by Darin. - updated results, null is not round-tripped through the bindings because of regressions the original change caused in other applications. - added an echo for "undefined". * plugins/bindings-test-expected.txt: * plugins/bindings-test.html: 2006-09-01 Alexey Proskuryakov Reviewed by Eric. Tests for: - http://bugzilla.opendarwin.org/show_bug.cgi?id=5620 Should only honor encoding from in HTML - http://bugzilla.opendarwin.org/show_bug.cgi?id=9783 An XML declaration without an explicit encoding incorrectly triggers UTF-8 encoding in an HTML document - http://bugzilla.opendarwin.org/show_bug.cgi?id=10155 CSS2: @charset is not supported * fast/encoding/css-charset-expected.txt: Added. * fast/encoding/css-charset.css: Added. * fast/encoding/css-charset.html: Added. * fast/encoding/css-charset-evil-expected.txt: Added. * fast/encoding/css-charset-evil.css: Added. * fast/encoding/css-charset-evil.html: Added. * fast/encoding/default-xhtml-encoding-expected.txt: Added. * fast/encoding/default-xhtml-encoding.xhtml: Added. * fast/encoding/meta-in-xhtml-expected.txt: Added. * fast/encoding/meta-in-xhtml.xhtml: Added. * fast/encoding/pseudo-xml-2-expected.txt: Added. * fast/encoding/pseudo-xml-2.html: Added. * fast/encoding/pseudo-xml-3-expected.txt: Added. * fast/encoding/pseudo-xml-3.html: Added. * fast/encoding/pseudo-xml-4-expected.txt: Added. * fast/encoding/pseudo-xml-4.html: Added. * fast/encoding/pseudo-xml-expected.txt: Added. * fast/encoding/pseudo-xml.html: Added. 2006-08-31 Alice Liu Reviewed by Darin. Revised expected results for an isindex element because of Switch to use new text field implementation for Now the field is rendered as a textfield * fast/dom/isindex-002-expected.checksum: * fast/dom/isindex-002-expected.png: * fast/dom/isindex-002-expected.txt: 2006-08-30 Rob Buis Reviewed by Eric. Changed test results because of: http://bugzilla.opendarwin.org/show_bug.cgi?id=10586 pointer-events has issues when things are not stroked/filled * svg/custom/pointer-events-path-expected.checksum: * svg/custom/pointer-events-path-expected.png: * svg/custom/pointer-events-path-expected.txt: 2006-08-29 Justin Garcia Reviewed by harrison REGRESSION: After replacing a misspelled word in a sentence, the selection extends to end of current line Fixed: * editing/pasteboard/smart-paste-002-expected.checksum: * editing/pasteboard/smart-paste-002-expected.png: * editing/pasteboard/smart-paste-002-expected.txt: Added to demonstrate fix: * editing/pasteboard/4700297-expected.checksum: Added. * editing/pasteboard/4700297-expected.png: Added. * editing/pasteboard/4700297-expected.txt: Added. * editing/pasteboard/4700297.html: Added. Removed a superfluous style span: * editing/deleting/pruning-after-merge-1-expected.txt: * editing/pasteboard/interchange-newline-1-expected.txt: * editing/pasteboard/paste-text-019-expected.checksum: * editing/pasteboard/paste-text-019-expected.png: * editing/pasteboard/paste-text-019-expected.txt: * editing/selection/drag-to-contenteditable-iframe-expected.txt: Accidently checked in bad results yesterday: * editing/pasteboard/copy-paste-bidi-expected.txt: Equivalent render tree: * editing/pasteboard/smart-paste-001-expected.txt: 2006-08-29 waylonis Reviewed by ggaren. - Updated test to check for exceptions thrown in a plug-in. This is a test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10114. * plugins/bindings-test-expected.txt: * plugins/bindings-test.html: 2006-08-29 Darin Adler Reviewed by Hyatt. - test for REGRESSION: Scrollbar on EPSN widget doesn't scroll (also affects Widgets widget, web inspector) * fast/css/computed-style-negative-top-expected.txt: Added. * fast/css/computed-style-negative-top.html: Added. 2006-08-28 Justin Garcia Reviewed by harrison * editing/inserting/redo-expected.checksum: Added. * editing/inserting/redo-expected.png: Added. * editing/inserting/redo-expected.txt: Added. * editing/inserting/redo.html: Added. * editing/pasteboard/copy-paste-bidi-expected.txt: 2006-08-28 Alice Liu Reviewed by Geoff. Added tests for Document.domain and other attributes are blank for an iframe created with document.write * http/tests/misc/iframe-domain-test-expected.txt: Added. * http/tests/misc/iframe-domain-test.html: Added. 2006-08-27 Rob Buis Reviewed by Eric. Changed test result because of: http://bugzilla.opendarwin.org/show_bug.cgi?id=10557 KCanvasPath should be replace by platform/Path * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: 2006-08-26 Eric Seidel Reviewed by hyatt. Test case for: pointer-events does not work. http://bugzilla.opendarwin.org/show_bug.cgi?id=10415 * svg/custom/pointer-events-path-expected.checksum: Added. * svg/custom/pointer-events-path-expected.png: Added. * svg/custom/pointer-events-path-expected.txt: Added. * svg/custom/pointer-events-path.svg: Added. 2006-08-27 Rob Buis Reviewed by Eric. Testcase for: http://bugzilla.opendarwin.org/show_bug.cgi?id=10558 SVG should have support for element * svg/custom/create-metadata-element-expected.checksum: Added. * svg/custom/create-metadata-element-expected.png: Added. * svg/custom/create-metadata-element-expected.txt: Added. * svg/custom/create-metadata-element.svg: Added. 2006-08-25 Adele Peterson Updated results for addition of -webkit-text-security. * fast/css/computed-style-expected.txt: 2006-08-25 Adele Peterson Reviewed by Hyatt. New tests and updated tests for styled selects. * fast/borders/borderRadiusInvalidColor-expected.checksum: Added. * fast/borders/borderRadiusInvalidColor-expected.png: Added. * fast/borders/borderRadiusInvalidColor-expected.txt: Added. * fast/borders/borderRadiusInvalidColor.html: Added. * fast/forms/select-baseline-expected.checksum: Added. * fast/forms/select-baseline-expected.png: Added. * fast/forms/select-baseline-expected.txt: Added. * fast/forms/select-baseline.html: Added. * editing/pasteboard/4641033-expected.txt: * editing/selection/replaced-boundaries-3-expected.txt: * editing/selection/select-box-expected.txt: * fast/block/margin-collapse/103-expected.txt: * fast/forms/001-expected.checksum: * fast/forms/001-expected.png: * fast/forms/001-expected.txt: * fast/forms/003-expected.txt: * fast/forms/004-expected.txt: * fast/forms/HTMLOptionElement_label01-expected.txt: * fast/forms/HTMLOptionElement_label02-expected.txt: * fast/forms/HTMLOptionElement_label03-expected.txt: * fast/forms/HTMLOptionElement_label04-expected.txt: * fast/forms/HTMLOptionElement_label06-expected.txt: * fast/forms/HTMLOptionElement_label07-expected.txt: * fast/forms/form-element-geometry-expected.checksum: * fast/forms/form-element-geometry-expected.png: * fast/forms/form-element-geometry-expected.txt: * fast/forms/option-script-expected.txt: * fast/forms/option-text-clip-expected.txt: * fast/forms/select-change-listbox-to-popup-expected.txt: * fast/forms/select-selected-expected.txt: * fast/forms/select-style-expected.txt: * fast/forms/select-visual-hebrew-expected.txt: * fast/invalid/014-expected.txt: * fast/parser/document-write-option-expected.txt: * fast/replaced/width100percent-expected.txt: * http/tests/navigation/anchor-basic-expected.txt: * http/tests/navigation/anchor-frames-expected.txt: * http/tests/navigation/anchor-goback-expected.txt: * http/tests/navigation/anchor-subframeload-expected.txt: * http/tests/navigation/javascriptlink-basic-expected.txt: * http/tests/navigation/javascriptlink-frames-expected.txt: * http/tests/navigation/javascriptlink-goback-expected.txt: * http/tests/navigation/javascriptlink-subframeload-expected.txt: * http/tests/navigation/metaredirect-basic-expected.txt: * http/tests/navigation/metaredirect-frames-expected.txt: * http/tests/navigation/metaredirect-goback-expected.txt: * http/tests/navigation/metaredirect-subframeload-expected.txt: * http/tests/navigation/post-goback2-expected.txt: * http/tests/navigation/postredirect-goback2-expected.txt: * http/tests/navigation/redirect302-basic-expected.txt: * http/tests/navigation/redirect302-frames-expected.txt: * 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.txt: * http/tests/navigation/slowtimerredirect-basic-expected.txt: * 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.txt: * http/tests/navigation/success200-loadsame-expected.txt: * http/tests/navigation/success200-reload-expected.txt: * http/tests/navigation/success200-subframeload-expected.txt: * http/tests/navigation/timerredirect-basic-expected.txt: * http/tests/navigation/timerredirect-frames-expected.txt: * http/tests/navigation/timerredirect-goback-expected.txt: * http/tests/navigation/timerredirect-subframeload-expected.txt: * tables/mozilla/bugs/bug1188-expected.txt: * tables/mozilla/bugs/bug18359-expected.txt: * tables/mozilla/bugs/bug2479-3-expected.txt: * tables/mozilla/bugs/bug2479-4-expected.txt: * tables/mozilla/bugs/bug29326-expected.txt: * tables/mozilla/bugs/bug33855-expected.txt: * tables/mozilla/bugs/bug4382-expected.txt: * tables/mozilla/bugs/bug96334-expected.txt: * tables/mozilla/core/margins-expected.txt: * tables/mozilla/dom/tableDom-expected.txt: * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: 2006-08-24 Darin Adler Reviewed by Justin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10169 REGRESSION: NativeTextArea: Text dragged from to textarea disappears * fast/forms/drag-into-textarea-expected.txt: Added. * fast/forms/drag-into-textarea.html: Added. 2006-08-24 David Harrison Updated expected results for this change: Represent controls in AXAttributedStringForTextMarkerRange * editing/selection/anchor-focus1-expected.txt: * editing/selection/anchor-focus2-expected.txt: * editing/selection/anchor-focus3-expected.txt: * editing/selection/move-begin-end-expected.txt: * fast/dom/Element/onclick-case-expected.txt: * fast/dom/HTMLInputElement/size-as-number-expected.txt: * fast/dom/document-all-input-expected.txt: * fast/dom/option-properties-expected.txt: * fast/events/objc-keyboard-event-creation-expected.txt: * fast/events/onsubmit-bubbling-expected.txt: * fast/forms/access-key-expected.txt: * fast/forms/activate-and-disabled-elements-expected.txt: * fast/forms/button-in-forms-collection-expected.txt: * fast/forms/check-box-enter-key-expected.txt: * fast/forms/cursor-position-expected.txt: * fast/forms/display-none-in-onchange-keyboard-expected.txt: * fast/forms/domstring-replace-crash-expected.txt: * fast/forms/double-focus-expected.txt: * fast/forms/element-by-name-expected.txt: * fast/forms/empty-get-expected.txt: * fast/forms/focus-expected.txt: * fast/forms/form-get-multipart-expected.txt: * fast/forms/form-get-multipart2-expected.txt: * fast/forms/form-get-multipart3-expected.txt: * fast/forms/form-post-urlencoded-expected.txt: * fast/forms/input-appearance-elementFromPoint-expected.txt: * fast/forms/input-appearance-maxlength-expected.txt: * fast/forms/input-changing-value-expected.txt: * fast/forms/input-delete-expected.txt: * fast/forms/input-selection-hidden-expected.txt: * fast/forms/input-selection-restore-expected.txt: * fast/forms/input-text-enter-expected.txt: * fast/forms/input-truncate-newline-expected.txt: * fast/forms/legend-access-key-expected.txt: * fast/forms/onchange-enter-submit-expected.txt: * fast/forms/onselect-textarea-expected.txt: * fast/forms/onselect-textfield-expected.txt: * fast/forms/paste-into-textarea-expected.txt: * fast/forms/plaintext-mode-1-expected.txt: * fast/forms/select-remove-option-expected.txt: * fast/forms/select-replace-option-expected.txt: * fast/forms/select-reset-expected.txt: * fast/forms/selection-functions-expected.txt: * fast/forms/text-field-setvalue-crash-expected.txt: * fast/forms/textarea-crlf-expected.txt: * fast/forms/textarea-scrolled-endline-caret-expected.txt: * fast/forms/textarea-setvalue-submit-expected.txt: * fast/forms/textfield-focus-out-expected.txt: 2006-08-24 Rob Buis Reviewed by Darin. Testcase for: http://bugzilla.opendarwin.org/show_bug.cgi?id=10524 svg transform: comma delimiting breaks display * svg/custom/transform-scale-parse-expected.checksum: Added. * svg/custom/transform-scale-parse-expected.png: Added. * svg/custom/transform-scale-parse-expected.txt: Added. * svg/custom/transform-scale-parse.svg: Added. 2006-08-22 Trey Matteson Reviewed by NOBODY This test update was missing from the patch I posted, and ggarren just checked in. * fast/overflow/scrollRevealButton-expected.txt: 2006-08-22 Maciej Stachowiak Reviewed by Eric. - test for REGRESSION: Assertion failure in [FrameProgressEntry addChild:forDataSource:] (fandango.com) (I both added a WebKit assertion that would fail under this test, and then did a fix to make it not fire) * fast/loader/start-load-in-unload-expected.txt: Added. * fast/loader/start-load-in-unload.html: Added. 2006-08-22 Maciej Stachowiak Fix for broken tests. - made newly added CGI scripts executable * http/tests/navigation/resources/error404.pl: * http/tests/navigation/resources/frameset.pl: * http/tests/navigation/resources/postresult.pl: * http/tests/navigation/resources/redirect302.pl: 2006-08-22 Justin Garcia Reviewed by harrison REGRESSION(r15918): drag-into-marker.html failing * editing/pasteboard/paste-list-001-expected.txt: * fast/lists/drag-into-marker.html: Added. * fast/lists/drag-into-marker.html-disabled: Removed. 2006-08-22 Justin Garcia Reviewed by harrison Mail hung on paste text Bugs exposed: * editing/pasteboard/paste-4039777-fix-expected.checksum: * editing/pasteboard/paste-4039777-fix-expected.png: * editing/pasteboard/paste-4039777-fix-expected.txt: * editing/deleting/delete-3857753-fix-expected.txt: * editing/pasteboard/styled-element-markup-expected.checksum: * editing/pasteboard/styled-element-markup-expected.png: * editing/pasteboard/styled-element-markup-expected.txt: * editing/execCommand/insertHTML-expected.checksum: * editing/execCommand/insertHTML-expected.png: * editing/execCommand/insertHTML-expected.txt: * editing/execCommand/insertHTML.html: Removed some empty style spans, font tags are replaced by style spans in a couple of cases: * editing/deleting/merge-different-styles-expected.txt: * editing/deleting/pruning-after-merge-1-expected.txt: * editing/deleting/pruning-after-merge-2-expected.txt: * editing/inserting/insert-3786362-fix-expected.txt: * editing/pasteboard/block-wrappers-necessary-expected.txt: * editing/pasteboard/display-block-on-spans-expected.txt: * editing/pasteboard/merge-end-table-expected.txt: * editing/pasteboard/paste-4035648-fix-expected.txt: * editing/pasteboard/paste-line-endings-001-expected.txt: * editing/pasteboard/paste-line-endings-006-expected.txt: * editing/pasteboard/paste-list-001-expected.txt: * editing/pasteboard/paste-pre-001-expected.txt: * editing/pasteboard/paste-pre-002-expected.txt: * editing/pasteboard/paste-table-001-expected.txt: * editing/pasteboard/paste-table-002-expected.txt: * editing/pasteboard/paste-text-001-expected.txt: * editing/pasteboard/paste-text-002-expected.txt: * editing/pasteboard/paste-text-003-expected.txt: * editing/pasteboard/paste-text-004-expected.txt: * editing/pasteboard/paste-text-005-expected.txt: * editing/pasteboard/paste-text-006-expected.txt: * editing/pasteboard/paste-text-011-expected.txt: * editing/pasteboard/paste-text-012-expected.txt: * editing/pasteboard/paste-text-013-expected.txt: * editing/pasteboard/paste-text-014-expected.txt: * editing/pasteboard/paste-text-015-expected.txt: * editing/pasteboard/paste-text-016-expected.txt: * editing/pasteboard/paste-text-017-expected.txt: * editing/pasteboard/paste-text-at-tabspan-001-expected.txt: * editing/pasteboard/paste-text-at-tabspan-002-expected.txt: * editing/pasteboard/paste-text-at-tabspan-003-expected.txt: * editing/pasteboard/styled-element-markup.html: * editing/pasteboard/testcase-9507-expected.txt: * editing/style/smoosh-styles-001-expected.txt: * editing/style/smoosh-styles-002-expected.txt: 2006-08-22 Trey Matteson Reviewed by ggaren. Introducing a small test suite for bugs related to various navigation techniques, e.g., back/forward, reload, various redirect flavors, POST, POST-then-redirect, within-page anchors. Most of the tests are done with and without an enclosing frameset. The tests verify the content of the final page (which may include restored form state), scroll location (also sometimes restored), and the full content of the back-forward list. * fast/overflow/scrollRevealButton-expected.txt: Updated to include scroll location that is now emitted. * http/tests/navigation/anchor-basic-expected.txt: Added. * http/tests/navigation/anchor-basic.html: Added. * http/tests/navigation/anchor-frames-expected.txt: Added. * http/tests/navigation/anchor-frames.html: Added. * http/tests/navigation/anchor-goback-expected.txt: Added. * http/tests/navigation/anchor-goback.html: Added. * http/tests/navigation/anchor-subframeload-expected.txt: Added. * http/tests/navigation/anchor-subframeload.html: Added. * http/tests/navigation/error404-basic-expected.txt: Added. * http/tests/navigation/error404-basic.html: Added. * http/tests/navigation/error404-frames-expected.txt: Added. * http/tests/navigation/error404-frames.html: Added. * http/tests/navigation/error404-goback-expected.txt: Added. * http/tests/navigation/error404-goback.html: Added. * http/tests/navigation/error404-subframeload-expected.txt: Added. * http/tests/navigation/error404-subframeload.html: Added. * http/tests/navigation/javascriptlink-basic-expected.txt: Added. * http/tests/navigation/javascriptlink-basic.html: Added. * http/tests/navigation/javascriptlink-frames-expected.txt: Added. * http/tests/navigation/javascriptlink-frames.html: Added. * http/tests/navigation/javascriptlink-goback-expected.txt: Added. * http/tests/navigation/javascriptlink-goback.html: Added. * http/tests/navigation/javascriptlink-subframeload-expected.txt: Added. * http/tests/navigation/javascriptlink-subframeload.html: Added. * http/tests/navigation/metaredirect-basic-expected.txt: Added. * http/tests/navigation/metaredirect-basic.html: Added. * http/tests/navigation/metaredirect-frames-expected.txt: Added. * http/tests/navigation/metaredirect-frames.html: Added. * http/tests/navigation/metaredirect-goback-expected.txt: Added. * http/tests/navigation/metaredirect-goback.html: Added. * http/tests/navigation/metaredirect-subframeload-expected.txt: Added. * http/tests/navigation/metaredirect-subframeload.html: Added. * http/tests/navigation/post-basic-expected.txt: Added. * http/tests/navigation/post-basic.html: Added. * http/tests/navigation/post-frames-expected.txt: Added. * http/tests/navigation/post-frames-goback1.html-disabled: Added. * http/tests/navigation/post-frames.html: Added. * http/tests/navigation/post-goback1-expected.txt: Added. * http/tests/navigation/post-goback1.html: Added. * http/tests/navigation/post-goback2-expected.txt: Added. * http/tests/navigation/post-goback2.html: Added. * http/tests/navigation/postredirect-basic-expected.txt: Added. * http/tests/navigation/postredirect-basic.html: Added. * http/tests/navigation/postredirect-frames-expected.txt: Added. * http/tests/navigation/postredirect-frames-goback1.html-disabled: Added. * http/tests/navigation/postredirect-frames.html: Added. * http/tests/navigation/postredirect-goback1-expected.txt: Added. * http/tests/navigation/postredirect-goback1.html: Added. * http/tests/navigation/postredirect-goback2-expected.txt: Added. * http/tests/navigation/postredirect-goback2.html: Added. * http/tests/navigation/redirect302-basic-expected.txt: Added. * http/tests/navigation/redirect302-basic.html: Added. * http/tests/navigation/redirect302-frames-expected.txt: Added. * http/tests/navigation/redirect302-frames.html: Added. * http/tests/navigation/redirect302-goback-expected.txt: Added. * http/tests/navigation/redirect302-goback.html: Added. * http/tests/navigation/redirect302-subframeload-expected.txt: Added. * http/tests/navigation/redirect302-subframeload.html: Added. * http/tests/navigation/relativeanchor-basic-expected.txt: Added. * http/tests/navigation/relativeanchor-basic.html: Added. * http/tests/navigation/relativeanchor-frames-expected.txt: Added. * http/tests/navigation/relativeanchor-frames.html: Added. * http/tests/navigation/relativeanchor-goback-expected.txt: Added. * http/tests/navigation/relativeanchor-goback.html: Added. * http/tests/navigation/resources/error404.pl: Added. * http/tests/navigation/resources/frameset.pl: Added. * http/tests/navigation/resources/javascriptlink.html: Added. * http/tests/navigation/resources/metaredirect.html: Added. * http/tests/navigation/resources/otherpage.html: Added. * http/tests/navigation/resources/postresult.pl: Added. * http/tests/navigation/resources/redirect302.pl: Added. * http/tests/navigation/resources/slowmetaredirect.html: Added. * http/tests/navigation/resources/slowtimerredirect.html: Added. * http/tests/navigation/resources/success200.html: Added. * http/tests/navigation/resources/testcode.js: Added. * http/tests/navigation/resources/timerredirect.html: Added. * http/tests/navigation/slowmetaredirect-basic-expected.txt: Added. * http/tests/navigation/slowmetaredirect-basic.html: Added. * http/tests/navigation/slowtimerredirect-basic-expected.txt: Added. * http/tests/navigation/slowtimerredirect-basic.html: Added. * http/tests/navigation/success200-basic-expected.txt: Added. * http/tests/navigation/success200-basic.html: Added. * http/tests/navigation/success200-frames-expected.txt: Added. * http/tests/navigation/success200-frames-goback.html-disabled: Added. * http/tests/navigation/success200-frames-loadsame-expected.txt: Added. * http/tests/navigation/success200-frames-loadsame.html: Added. * http/tests/navigation/success200-frames-reload.html-disabled: Added. * http/tests/navigation/success200-frames.html: Added. * http/tests/navigation/success200-goback-expected.txt: Added. * http/tests/navigation/success200-goback.html: Added. * http/tests/navigation/success200-loadsame-expected.txt: Added. * http/tests/navigation/success200-loadsame.html: Added. * http/tests/navigation/success200-reload-expected.txt: Added. * http/tests/navigation/success200-reload.html: Added. * http/tests/navigation/success200-subframeload-expected.txt: Added. * http/tests/navigation/success200-subframeload-goback.html-disabled: Added. * http/tests/navigation/success200-subframeload.html: Added. * http/tests/navigation/timerredirect-basic-expected.txt: Added. * http/tests/navigation/timerredirect-basic.html: Added. * http/tests/navigation/timerredirect-frames-expected.txt: Added. * http/tests/navigation/timerredirect-frames.html: Added. * http/tests/navigation/timerredirect-goback-expected.txt: Added. * http/tests/navigation/timerredirect-goback.html: Added. * http/tests/navigation/timerredirect-subframeload-expected.txt: Added. * http/tests/navigation/timerredirect-subframeload.html: Added. 2006-08-22 Rob Buis Reviewed by Eric. Testcase for: http://bugzilla.opendarwin.org/show_bug.cgi?id=10402 REPRO: SVG crashes inside gradient code * svg/custom/gradient-attr-update-expected.checksum: Added. * svg/custom/gradient-attr-update-expected.png: Added. * svg/custom/gradient-attr-update-expected.txt: Added. * svg/custom/gradient-attr-update.svg: Added. 2006-08-22 Rob Buis Reviewed by Eric. Testcase needed for: http://bugzilla.opendarwin.org/show_bug.cgi?id=10405 REPRO: SVG Maze crashes in RenderPath code * svg/custom/dynamic-empty-path-expected.checksum: Added. * svg/custom/dynamic-empty-path-expected.png: Added. * svg/custom/dynamic-empty-path-expected.txt: Added. * svg/custom/dynamic-empty-path.svg: Added. 2006-08-21 Alexey Proskuryakov Reviewed by Eric. Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10419 XSLTProcessor transformToFragment fails because of an XML declaration * fast/xsl/transformToFragment-XML-declaration-expected.txt: Added. * fast/xsl/transformToFragment-XML-declaration.html: Added. * fast/xsl/xslt-extra-content-at-end-expected.checksum: * fast/xsl/xslt-extra-content-at-end-expected.png: * fast/xsl/xslt-extra-content-at-end-expected.txt: Updated for a changed error reporting. 2006-08-21 Vladimir Olexa Reviewed by Darin. Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6252 JavaScript 1.6 Array.lastIndexOf * fast/js/array-lastIndexOf-expected.txt: Added. * fast/js/array-lastIndexOf.html: Added. * fast/js/resources/array-lastIndexOf.js: Added. 2006-08-21 Alexey Proskuryakov Reviewed by Eric. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10429 XSLTProcessor.transformToFragment crashes if the owner document is empty * fast/js/resources/xslt-fragment-in-empty-doc.js: Added. * fast/js/xslt-fragment-in-empty-doc-expected.txt: Added. * fast/js/xslt-fragment-in-empty-doc.html: Added. 2006-08-16 Justin Garcia Reviewed by thatcher Equivalent render tree: * fast/events/ondragenter-expected.checksum: * fast/events/ondragenter-expected.txt: Patch exposed a bug (10449): * fast/lists/drag-into-marker.html: Removed. * fast/lists/drag-into-marker.html-disabled: Added. 2006-08-15 Justin Garcia Reviewed by thatcher Added: * editing/pasteboard/interchange-newline-4-expected.checksum: Added. * editing/pasteboard/interchange-newline-4-expected.png: Added. * editing/pasteboard/interchange-newline-4-expected.txt: Added. * editing/pasteboard/interchange-newline-4.html: Added. * editing/deleting/paragraph-in-preserveNewline-expected.checksum: Added. * editing/deleting/paragraph-in-preserveNewline-expected.png: Added. * editing/deleting/paragraph-in-preserveNewline-expected.txt: Added. * editing/deleting/paragraph-in-preserveNewline.html: Added. Equivalent render trees, fixes, or bugs exposed (10427, 10428): * editing/execCommand/insertHTML-expected.checksum: * editing/execCommand/insertHTML-expected.png: * editing/execCommand/insertHTML-expected.txt: * editing/execCommand/insertHTML.html: * editing/execCommand/insertHorizontalRule-expected.checksum: * editing/execCommand/insertHorizontalRule-expected.png: * editing/execCommand/insertHorizontalRule-expected.txt: * editing/inserting/insert-3786362-fix-expected.checksum: * editing/inserting/insert-3786362-fix-expected.png: * editing/inserting/insert-3786362-fix-expected.txt: * editing/inserting/insert-3786362-fix.html: * editing/inserting/insert-3907422-fix-expected.txt: * editing/pasteboard/3976872-expected.checksum: * editing/pasteboard/3976872-expected.png: * editing/pasteboard/3976872-expected.txt: * editing/pasteboard/4076267-3-expected.checksum: * editing/pasteboard/4076267-3-expected.png: * editing/pasteboard/4076267-3-expected.txt: * editing/pasteboard/4076267-3.html: * editing/pasteboard/4076267-expected.checksum: * editing/pasteboard/4076267-expected.png: * editing/pasteboard/4076267-expected.txt: * editing/pasteboard/4076267.html: * editing/pasteboard/4242293-1-expected.txt: * editing/pasteboard/4242293-expected.checksum: * editing/pasteboard/4242293-expected.png: * editing/pasteboard/4242293-expected.txt: * editing/pasteboard/4631972-expected.txt: * editing/pasteboard/8145-1-expected.txt: * editing/pasteboard/8145-3-expected.txt: * editing/pasteboard/block-wrappers-necessary-expected.txt: * editing/pasteboard/copy-paste-bidi-expected.txt: * editing/pasteboard/display-block-on-spans-expected.checksum: * editing/pasteboard/display-block-on-spans-expected.png: * editing/pasteboard/display-block-on-spans-expected.txt: * editing/pasteboard/interchange-newline-1-expected.txt: * editing/pasteboard/merge-end-1-expected.checksum: * editing/pasteboard/merge-end-1-expected.png: * editing/pasteboard/merge-end-1-expected.txt: * editing/pasteboard/merge-end-1.html: * editing/pasteboard/merge-end-2-expected.checksum: * editing/pasteboard/merge-end-2-expected.png: * editing/pasteboard/merge-end-2-expected.txt: * editing/pasteboard/merge-end-2.html: * editing/pasteboard/merge-end-4-expected.txt: * editing/pasteboard/merge-end-list-expected.txt: * editing/pasteboard/merge-end-table-expected.checksum: * editing/pasteboard/merge-end-table-expected.png: * editing/pasteboard/merge-end-table-expected.txt: * editing/pasteboard/nested-blocks-with-text-area-expected.txt: * editing/pasteboard/nested-blocks-with-text-field-expected.txt: * editing/pasteboard/paste-4039777-fix-expected.checksum: * editing/pasteboard/paste-4039777-fix-expected.png: * editing/pasteboard/paste-4039777-fix-expected.txt: * editing/pasteboard/paste-line-endings-002-expected.txt: * editing/pasteboard/paste-line-endings-004-expected.txt: * editing/pasteboard/paste-line-endings-007-expected.txt: * editing/pasteboard/paste-line-endings-008-expected.txt: * editing/pasteboard/paste-line-endings-009-expected.txt: * editing/pasteboard/paste-match-style-002-expected.txt: * editing/pasteboard/paste-pre-001-expected.txt: * editing/pasteboard/paste-pre-002-expected.txt: * editing/pasteboard/paste-table-001-expected.checksum: * editing/pasteboard/paste-table-001-expected.png: * editing/pasteboard/paste-table-001-expected.txt: * editing/pasteboard/paste-table-003-expected.txt: * editing/pasteboard/paste-text-001-expected.txt: * editing/pasteboard/paste-text-003-expected.txt: * editing/pasteboard/paste-text-007-expected.checksum: * editing/pasteboard/paste-text-007-expected.png: * editing/pasteboard/paste-text-007-expected.txt: * editing/pasteboard/paste-text-008-expected.txt: * editing/pasteboard/paste-text-009-expected.txt: * editing/pasteboard/paste-text-010-expected.txt: * editing/pasteboard/paste-text-011-expected.txt: * editing/pasteboard/paste-text-012-expected.checksum: * editing/pasteboard/paste-text-012-expected.png: * editing/pasteboard/paste-text-012-expected.txt: * editing/pasteboard/paste-text-012.html: * editing/pasteboard/paste-text-013-expected.checksum: * editing/pasteboard/paste-text-013-expected.png: * editing/pasteboard/paste-text-013-expected.txt: * editing/pasteboard/paste-text-015-expected.txt: * editing/pasteboard/paste-text-017-expected.txt: * editing/pasteboard/paste-text-019-expected.checksum: * editing/pasteboard/paste-text-019-expected.png: * editing/pasteboard/paste-text-019-expected.txt: * editing/pasteboard/paste-text-019.html: * editing/pasteboard/paste-text-at-tabspan-001-expected.txt: * editing/pasteboard/paste-text-at-tabspan-002-expected.txt: * editing/pasteboard/paste-text-at-tabspan-003-expected.txt: * editing/pasteboard/pasting-object-expected.txt: * editing/pasteboard/prevent-block-nesting-01-expected.txt: * editing/pasteboard/quirks-mode-br-1-expected.txt: * editing/pasteboard/smart-paste-001-expected.txt: * editing/pasteboard/smart-paste-002-expected.txt: * editing/pasteboard/smart-paste-003-expected.txt: * editing/pasteboard/smart-paste-004-expected.txt: * editing/pasteboard/smart-paste-005-expected.txt: * editing/pasteboard/smart-paste-006-expected.txt: * editing/pasteboard/smart-paste-007-expected.txt: * editing/pasteboard/smart-paste-008-expected.txt: * editing/pasteboard/undoable-fragment-removes-expected.checksum: * editing/pasteboard/undoable-fragment-removes-expected.png: * editing/pasteboard/undoable-fragment-removes-expected.txt: * editing/pasteboard/undoable-fragment-removes.html: * editing/style/smoosh-styles-001-expected.txt: * editing/style/smoosh-styles-002-expected.txt: 2006-08-15 Jonas Witt Reviewed by Darin. - added a test to check keyboard events fired from the ObjC API: http://bugzilla.opendarwin.org/show_bug.cgi?id=9736 * fast/events/objc-keyboard-event-creation-expected.txt: Added. * fast/events/objc-keyboard-event-creation.html: Added. 2006-08-15 Geoffrey Garen Layout test for (crash in KHTMLParser::popBlock) * fast/parser/remove-node-stack-expected.txt: Added. * fast/parser/remove-node-stack.html: Added. 2006-08-15 Adele Peterson Reviewed by Maciej. Test for: REGRESSION: select-all should fire onSelect event for text fields and textareas (9518) http://bugzilla.opendarwin.org/show_bug.cgi?id=9518 * fast/forms/onselect-selectall-expected.txt: Added. * fast/forms/onselect-selectall.html: Added. 2006-08-14 Eric Seidel Reviewed by mjs. Updated results for: , , inside do not work http://bugzilla.opendarwin.org/show_bug.cgi?id=6548 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt: * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt: * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt: * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt: * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt: * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt: * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt: * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt: * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt: * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt: * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt: * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt: * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt: * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt: * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt: * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt: * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt: * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt: * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt: * svg/W3C-SVG-1.1/text-align-04-b-expected.txt: * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt: * svg/W3C-SVG-1.1/text-path-01-b-expected.txt: * svg/custom/empty-merge-expected.txt: * svg/custom/feComponentTransfer-Discrete-expected.txt: * svg/custom/feComponentTransfer-Gamma-expected.txt: * svg/custom/feComponentTransfer-Linear-expected.txt: * svg/custom/feComponentTransfer-Table-expected.txt: * svg/custom/feDisplacementMap-01-expected.txt: * svg/custom/filter-source-alpha-expected.txt: * svg/custom/gradient-stroke-width-expected.txt: * svg/custom/grayscale-gradient-mask-expected.txt: * svg/custom/image-with-transform-clip-filter-expected.txt: * svg/custom/invalid-css-expected.txt: * svg/custom/non-opaque-filters-expected.txt: * svg/custom/pattern-in-defs-expected.checksum: Added. * svg/custom/pattern-in-defs-expected.png: Added. * svg/custom/pattern-in-defs-expected.txt: Added. * svg/custom/pattern-in-defs.svg: Added. * svg/custom/text-clip-expected.txt: * svg/custom/text-filter-expected.txt: * svg/custom/tref-update-expected.txt: 2006-08-14 Eric Seidel Reviewed by darin and mjs. Add better SVGLoad event support. http://bugzilla.opendarwin.org/show_bug.cgi?id=6010 Updated test results. * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum: * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png: * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt: * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png: * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt: * svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-02-b-expected.png: * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt: * svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-03-b-expected.png: * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt: * svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-04-b-expected.png: * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt: * svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-05-b-expected.png: * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt: * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum: * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png: * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt: 2006-08-14 Maciej Stachowiak Missing expected results for last test. * http/tests/plugins/interrupted-get-url-expected.txt: Added. 2006-08-14 Maciej Stachowiak Test case not reviewed but the patch was reviewed by Tim Omernick. - test case for REGRESSION: crash when leaving youtube page while movie is still loading http://bugzilla.opendarwin.org/show_bug.cgi?id=10398 * http/tests/plugins/interrupted-get-url.html: Added. * http/tests/plugins/resources/interrupted-get-url-success.html: Added. * http/tests/plugins/resources/slow-resource.pl: Added. 2006-08-14 Darin Adler Reviewed by John Sullivan. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10204 REGRESSION: title tag parsing problem breaks Travelocity and Google Analytics pages * fast/parser/title-error-test-expected.checksum: Added. * fast/parser/title-error-test-expected.png: Added. * fast/parser/title-error-test-expected.txt: Added. * fast/parser/title-error-test.html: Added. 2006-08-11 David Kilzer Additional layout test fixes from hyatt's "Eliminate RenderImageButton" change in r15839. See also r15840 for more layout test fixes. * tables/mozilla/bugs/bug19599-expected.txt: Changed RenderImageButton to RenderImage. * tables/mozilla/bugs/bug24200-expected.txt: Ditto. * tables/mozilla/bugs/bug4527-expected.txt: Ditto. 2006-08-11 Eric Seidel Reviewed by andersca. Updated results, and new test for: The outermost element needs to clip itself http://bugzilla.opendarwin.org/show_bug.cgi?id=5358 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum: * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png: * svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum: * svg/W3C-SVG-1.1/masking-path-03-b-expected.png: * svg/custom/svg-overflow-types-expected.checksum: Added. * svg/custom/svg-overflow-types-expected.png: Added. * svg/custom/svg-overflow-types-expected.txt: Added. * svg/custom/svg-overflow-types.svg: Added. 2006-08-11 Adele Peterson Reviewed by Brady. Test case for REGRESSION: option elements are selected when added regardless of "selected" property * fast/forms/option-constructor-selected-expected.txt: Added. * fast/forms/option-constructor-selected.html: Added. 2006-08-08 Rob Buis Reviewed by Darin. Test case for SVGDOMImplementation should die (and be rolled into DOMImplementation) * svg/custom/svg-features-expected.txt: Added. * svg/custom/svg-features.html: Added. 2006-08-05 Darin Adler Reviewed by Hyatt. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=10213 REGRESSION: Crash in WebCore::RenderLayer::isTransparent involving element from the first table (this really only tests the symptoms of , because -[DOMRange markupString] is not testable) * editing/pasteboard/paste-table-003-expected.checksum: Added. * editing/pasteboard/paste-table-003-expected.png: Added. * editing/pasteboard/paste-table-003-expected.txt: Added. * editing/pasteboard/paste-table-003.html: Added. 2006-07-18 Maciej Stachowiak Reviewed by Adele Peterson. Test case for: REGRESSION(10.4.7-10.5): can't type into editing region when creating or editing a blogger.com post * fast/js/null-char-in-string-expected.txt: Added. * fast/js/null-char-in-string.html: Added. * fast/js/resources/null-char-in-string.js: Added. 2006-07-18 Anders Carlsson Reviewed by Darin. http://bugzilla.opendarwin.org/show_bug.cgi?id=9959 REGRESSION: iframes stop rendering after 200th one on successive reloads * fast/frames/frame-limit-expected.txt: Added. * fast/frames/frame-limit.html: Added. 2006-07-18 Darin Adler Reviewed by Alice. - convert a couple of tests to "dump as text" tests * fast/dom/css-selectorText-expected.checksum: Removed. * fast/dom/css-selectorText-expected.png: Removed. * fast/dom/css-selectorText-expected.txt: Replaced render tree results with text results. * fast/dom/css-selectorText.html: Added a call to layoutTestController.dumpAsText. * fast/dom/css-shortHands-expected.checksum: Removed. * fast/dom/css-shortHands-expected.png: Removed. * fast/dom/css-shortHands-expected.txt: Replaced render tree results with text results. * fast/dom/css-shortHands.html: Added a call to layoutTestController.dumpAsText. 2006-07-18 Mitz Pettel Reviewed by Justin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9978 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line * editing/selection/click-start-of-line-expected.checksum: Added. * editing/selection/click-start-of-line-expected.png: Added. * editing/selection/click-start-of-line-expected.txt: Added. * editing/selection/click-start-of-line.html: Added. 2006-07-18 Anders Carlsson Reviewed by Darin. http://bugzilla.opendarwin.org/show_bug.cgi?id=9695 TOT REGRESSION: NativeTextArea: Text area does not respond to Cmd-UpArrow/Cmd-DownArrow (9695) * editing/selection/move-begin-end-expected.txt: Added. * editing/selection/move-begin-end.html: Added. 2006-07-17 Maciej Stachowiak Test cases not reviewed but the corresponding fix was. - test cases for Blot crashes when I paste in all the contents of http://www.apple.com/startpage/ * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added. * editing/pasteboard/nested-blocks-with-text-area.html: Added. * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added. * editing/pasteboard/nested-blocks-with-text-field.html: Added. 2006-07-17 Anders Carlsson Reviewed by Darin. Add Apache 2 config file. * http/conf/apache2-httpd.conf: Added. 2006-07-17 Justin Garcia Reviewed by levi REGRESSION: After applying a link to the last word of a sentence, a new selection is created at the start of the sentence * editing/selection/replace-selection-1-expected.checksum: Added. * editing/selection/replace-selection-1-expected.png: Added. * editing/selection/replace-selection-1-expected.txt: Added. * editing/selection/replace-selection-1.html: Added. 2006-07-14 Justin Garcia Reviewed by levi * editing/selection/drag-to-contenteditable-iframe-expected.txt: * editing/selection/subframe-with-selection-expected.txt: 2006-07-17 Maciej Stachowiak Reviewed by Beth. REGRESSION: 'checkboxRef.checked = true' fires onchange event in Leopard * fast/events/programmatic-check-no-change-event-expected.txt: Added. * fast/events/programmatic-check-no-change-event.html: Added. 2006-07-16 David Kilzer Reviewed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9954 REGRESSION: document.dir should return empty string in * fast/dom/document-dir-property-expected.txt: Added. * fast/dom/document-dir-property.html: Added. 2006-07-16 David Kilzer Reviewed by Darin. * fast/dynamic/move-node-with-selection-expected.checksum: Removed "No newline at end of file" that snuck in as part of the "apply patch" process. 2006-07-16 Darin Adler - fixed a couple of files I checked in wrong * fast/html/body-offset-properties-expected.txt: Removed property cruft. * fast/html/body-offset-properties.html: Ditto. 2006-07-16 Maciej Stachowiak - fixed typo in expected results * fast/js/for-in-avoid-duplicates-expected.txt: 2006-07-16 Darin Adler Reviewed by John Sullivan (new test, not the changes to existing ones). - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9943 REGRESSION (Tiger-TOT): menus are offset to the right at http://movies.aol.com/movie-photo-bts/superman-returns * fast/html/body-offset-properties-expected.txt: Added. * fast/html/body-offset-properties.html: Added. * editing/execCommand/findString-2.html: Update to not depend on the buggy body.offseLeft/Top. Instead hardcode the default body margin of 8. * editing/pasteboard/drop-text-without-selection.html: Ditto. * editing/selection/click-before-and-after-table.html: Ditto. * editing/selection/mixed-editability-1.html: Ditto. * fast/table/click-near-anonymous-table.html: Ditto. * editing/selection/drag-to-contenteditable-iframe.html: Remove unnecessary use of body.offsetLeft/Top that are always 0. 2006-07-16 Maciej Stachowiak Reviewed by Darin. - new test case and updated results for property list changes * fast/js/for-in-avoid-duplicates-expected.txt: Added. * fast/js/for-in-avoid-duplicates.html: Added. * fast/js/kde/Array-expected.txt: * fast/js/resources/for-in-avoid-duplicates.js: Added. 2006-07-15 Darin Adler Reviewed by John Sullivan. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8952 REGRESSION: crash on drag of highlighted Google custom home page modules * fast/dynamic/move-node-with-selection-expected.checksum: Added. * fast/dynamic/move-node-with-selection-expected.png: Added. * fast/dynamic/move-node-with-selection-expected.txt: Added. * fast/dynamic/move-node-with-selection.html: Added. 2006-07-15 Darin Adler Reviewed by John Sullivan. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8587 REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering * fast/lists/numeric-markers-outside-list-expected.checksum: Added. * fast/lists/numeric-markers-outside-list-expected.png: Added. * fast/lists/numeric-markers-outside-list-expected.txt: Added. * fast/lists/numeric-markers-outside-list.html: Added. 2006-07-15 Geoffrey Garen Reviewed by Maciej. Layout test for crash when setting the dir property on a document with no body. * fast/dom/dir-no-body-expected.txt: Added. * fast/dom/dir-no-body.html: Added. 2006-07-15 Darin Adler Reviewed by Geoff. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8395 REGRESSION: RegEx seems broken for hex escaped non breaking space * fast/js/regexp-extended-characters-more-expected.txt: Added. * fast/js/regexp-extended-characters-more.html: Added. * fast/js/resources/regexp-extended-characters-more.js: Added. 2006-07-15 Darin Adler Reviewed by Adele. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8871 REGRESSION: Pressing Enter/Return in a text input removes the selected text and http://bugzilla.opendarwin.org/show_bug.cgi?id=9743 REGRESSION: crash dispatching JavaScript-created keyboard event to input element * fast/forms/input-text-enter-expected.txt: Added. * fast/forms/input-text-enter.html: Added. 2006-07-15 Darin Adler Reviewed by John Sullivan. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9883 REGRESSION: NativePopups don't work correctly in some forum software * fast/forms/select-selected-expected.checksum: Added. * fast/forms/select-selected-expected.png: Added. * fast/forms/select-selected-expected.txt: Added. * fast/forms/select-selected.html: Added. 2006-07-15 Anders Carlsson Reviewed by Darin. http://bugzilla.opendarwin.org/show_bug.cgi?id=9866 REGRESSION: Repro crash from mangleme using iframe, only from server. * http/tests/misc/iframe-invalid-source-crash-expected.txt: Added. * http/tests/misc/iframe-invalid-source-crash.html: Added. 2006-07-14 Alexey Proskuryakov Reviewed by Darin. Fix http://bugzilla.opendarwin.org/show_bug.cgi?id=4195 REGRESSION: KOI8-U encoding no longer supported. * fast/encoding/charset-koi8-u-expected.txt: Added. * fast/encoding/charset-koi8-u.html: Added. * fast/encoding/charset-x-nextstep-expected.txt: Added. * fast/encoding/charset-x-nextstep.html: Added. * http/tests/misc/BOM-override-expected.txt: Added. * http/tests/misc/BOM-override-script-expected.txt: Added. * http/tests/misc/BOM-override-script.html: Added. * http/tests/misc/BOM-override.pl: Added. * http/tests/misc/resources/BOM-override-2.pl: Added. * http/tests/misc/resources/BOM-override-3.pl: Added. 2006-07-14 Timothy Hatcher Rolling out this fix from r15358 since it isn't resolved. 2006-07-11 Justin Garcia Reviewed by levi & thatcher GMail Editor: Operations that use drop down menus blow away the selection * editing/selection/drag-to-contenteditable-iframe-expected.txt: * editing/selection/subframe-with-selection-expected.checksum: Added. * editing/selection/subframe-with-selection-expected.png: Added. * editing/selection/subframe-with-selection-expected.txt: Added. * editing/selection/subframe-with-selection.html: Added. 2006-07-14 Mitz Pettel Reviewed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9905 REGRESSION (r15404-r15415): Repro crash when pressing delete in an empty editable div * editing/deleting/delete-at-start-or-end-expected.checksum: Added. * editing/deleting/delete-at-start-or-end-expected.png: Added. * editing/deleting/delete-at-start-or-end-expected.txt: Added. * editing/deleting/delete-at-start-or-end.html: Added. 2006-07-14 Mitz Pettel Reviewed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9879 REGRESSION: Repro crash when clicking to the side of an anonymous table - see also REGRESSION: Repro crash when clicking to the side of an anonymous table NOTE: Only the layout test part of this patch was landed since an alternate fix was committed in r15401: selected DOM range starts with , 0 offset but selection should include the * fast/table/click-near-anonymous-table-expected.checksum: Added. * fast/table/click-near-anonymous-table-expected.png: Added. * fast/table/click-near-anonymous-table-expected.txt: Added. * fast/table/click-near-anonymous-table.html: Added. 2006-07-12 Maciej Stachowiak Reviewed by Hyatt. Test cases for REGRESSION: Crash at WebCore::RenderBlock::createLineBoxes (seems to be a security hole?) I included the test case from the bug plus variants for other broken cases that were similar but needed separate fixes. * fast/table/cell-in-row-before-misnested-text-crash-expected.txt: Added. * fast/table/cell-in-row-before-misnested-text-crash.xhtml: Added. * fast/table/form-in-row-before-misnested-text-crash-expected.txt: Added. * fast/table/form-in-row-before-misnested-text-crash.xhtml: Added. * fast/table/form-in-table-before-misnested-text-crash-expected.txt: Added. * fast/table/form-in-table-before-misnested-text-crash.xhtml: Added. * fast/table/form-in-tbody-before-misnested-text-crash-expected.txt: Added. * fast/table/form-in-tbody-before-misnested-text-crash.xhtml: Added. * fast/table/row-in-tbody-before-misnested-text-crash-expected.txt: Added. * fast/table/row-in-tbody-before-misnested-text-crash.xhtml: Added. * fast/table/section-in-table-before-misnested-text-crash-expected.txt: Added. * fast/table/section-in-table-before-misnested-text-crash.xhtml: Added. 2006-07-13 Mitz Pettel Reviewed by Hyatt. - test and updated results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9670 REGRESSION: RTL white-space:pre-wrap text is offset to the right * editing/deleting/delete-to-select-table-expected.txt: * editing/execCommand/boldSelection-expected.txt: * editing/execCommand/italicizeByCharacter-expected.txt: * editing/execCommand/modifyForeColorByCharacter-expected.txt: * editing/execCommand/print-expected.txt: * editing/execCommand/selectAll-expected.txt: * editing/execCommand/strikethroughSelection-expected.txt: * editing/inserting/insert-div-027-expected.txt: * editing/selection/after-line-wrap-expected.txt: * editing/selection/mixed-editability-1-expected.txt: * editing/selection/select-all-001-expected.txt: * editing/selection/select-all-002-expected.txt: * editing/selection/select-all-003-expected.txt: * fast/clip/outline-overflowClip-expected.txt: * fast/text/international/rtl-white-space-pre-wrap-expected.checksum: Added. * fast/text/international/rtl-white-space-pre-wrap-expected.png: Added. * fast/text/international/rtl-white-space-pre-wrap-expected.txt: Added. * fast/text/international/rtl-white-space-pre-wrap.html: Added. * fast/text/whitespace/pre-wrap-overflow-selection-expected.txt: * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: 2006-07-13 Mark Rowe Reviewed by Geoffrey. http://bugzilla.opendarwin.org/show_bug.cgi?id=9742 Bug 9742: REGRESSION: WebKit hangs when loading This includes tests for indexing an array with immediate types, and for setting selectField.options.length to immediate types. * fast/dom/select-selectedIndex-expected.txt: * fast/dom/select-selectedIndex-multiple-expected.txt: * fast/dom/select-selectedIndex-multiple.html: Update to test setting length to true and false. * fast/dom/select-selectedIndex.html: Ditto. * fast/js/array-index-immediate-types-expected.txt: Added. * fast/js/array-index-immediate-types.html: Added. * fast/js/resources/array-index-immediate-types.js: Added. 2006-07-13 David Harrison Reviewed by Justin and Levi. REGRESSION: Option-Delete doesn't delete words during typing * editing/deleting/delete-by-word-001-expected.checksum: Added. * editing/deleting/delete-by-word-001-expected.png: Added. * editing/deleting/delete-by-word-001-expected.txt: Added. * editing/deleting/delete-by-word-001.html: Added. * editing/deleting/delete-by-word-002-expected.checksum: Added. * editing/deleting/delete-by-word-002-expected.png: Added. * editing/deleting/delete-by-word-002-expected.txt: Added. * editing/deleting/delete-by-word-002.html: Added. 2006-07-13 Levi Weintraub Reviewed by justin Deleting from beginning of paragraph following a table deletes rather than selects the table * editing/deleting/delete-block-table-expected.checksum: Added. * editing/deleting/delete-block-table-expected.png: Added. * editing/deleting/delete-block-table-expected.txt: Added. * editing/deleting/delete-block-table.html: Added. * editing/deleting/delete-hr-expected.checksum: Added. * editing/deleting/delete-hr-expected.png: Added. * editing/deleting/delete-hr-expected.txt: Added. * editing/deleting/delete-hr.html: Added. * editing/deleting/delete-to-select-table-expected.png: * editing/execCommand/insertHorizontalRule-expected.txt: * fast/lists/markers-in-selection-expected.txt: 2006-07-12 Mitz Pettel Reviewed by Adele. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9862 REGRESSION: GMail: Crash in RenderView::repaintViewRectangle when spoofing as FF - see also * fast/frames/repaint-display-none-crash-expected.txt: Added. * fast/frames/repaint-display-none-crash.html: Added. 2006-07-12 Justin Garcia Reviewed by levi selected DOM range starts with , 0 offset but selection should include the * editing/selection/legal-positions-expected.txt: Added. * editing/selection/legal-positions.html: Added. * editing/deleting/delete-3608430-fix-expected.txt: * editing/deleting/delete-image-001-expected.txt: * editing/deleting/delete-image-002-expected.txt: * editing/deleting/delete-image-003-expected.txt: * editing/deleting/delete-image-004-expected.txt: * editing/selection/drag-to-contenteditable-iframe-expected.txt: * editing/selection/replaced-boundaries-3-expected.txt: * editing/selection/select-box-expected.txt: 2006-07-12 John Sullivan Reviewed by Brady Eidson (and written by Justin Garcia) - layout test corresponding to * editing/undo/undo-misspellings-expected.checksum: Added. * editing/undo/undo-misspellings-expected.png: Added. * editing/undo/undo-misspellings-expected.txt: Added. * editing/undo/undo-misspellings.html: Added. 2006-07-13 Anders Carlsson Reviewed by Justin. http://bugzilla.opendarwin.org/show_bug.cgi?id=9663 REGRESSION (r14948-r14956): Selection in text field remains highlighted when the text field loses focus * editing/selection/clear-selection-expected.checksum: Added. * editing/selection/clear-selection-expected.png: Added. * editing/selection/clear-selection-expected.txt: Added. * editing/selection/clear-selection.html: Added. 2006-07-12 David Kilzer Reviewed by NOBODY (layout test fix). Remove property information left in files from svn-apply. * fast/table/large-rowspan-crash-expected.txt: * fast/table/large-rowspan-crash.html: 2006-07-12 Darin Adler Reviewed by Maciej. - another large rowspan test case * fast/table/large-rowspan-crash-expected.txt: Added. * fast/table/large-rowspan-crash.html: Added. 2006-07-12 Anders Carlsson Reviewed by Maciej. REGRESSION: autorestore.apple.com: Crashes Safari in WebCore::Widget::client() const * fast/forms/input-type-change-in-onfocus-keyboard-expected.txt: Added. * fast/forms/input-type-change-in-onfocus-keyboard.html: Added. * fast/forms/input-type-change-in-onfocus-mouse-expected.txt: Added. * fast/forms/input-type-change-in-onfocus-mouse.html: Added. 2006-07-12 Adele Peterson Reviewed by Maciej. Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=9813 OPTION text can paint over select element's scrollbar * fast/forms/option-text-clip-expected.checksum: Added. * fast/forms/option-text-clip-expected.png: Added. * fast/forms/option-text-clip-expected.txt: Added. * fast/forms/option-text-clip.html: Added. 2006-07-11 Justin Garcia Reviewed by levi REGRESSION: Mispelling markers are still displayed when using the delete key to place caret into a misspelled word * editing/deleting/delete-after-span-ws-001-expected.checksum: * editing/deleting/delete-after-span-ws-001-expected.png: * editing/deleting/delete-after-span-ws-002-expected.checksum: * editing/deleting/delete-after-span-ws-002-expected.png: * editing/deleting/delete-after-span-ws-003-expected.checksum: * editing/deleting/delete-after-span-ws-003-expected.png: * editing/deleting/delete-block-merge-contents-010-expected.checksum: * editing/deleting/delete-block-merge-contents-010-expected.png: * editing/deleting/merge-unrendered-space-expected.checksum: * editing/deleting/merge-unrendered-space-expected.png: 2006-07-11 Tim Omernick Reviewed by Geoff. Test case for : Give Netscape plug-ins access to their own DOM element * plugins/netscape-dom-access-expected.checksum: Added. * plugins/netscape-dom-access-expected.png: Added. * plugins/netscape-dom-access-expected.txt: Added. * plugins/netscape-dom-access.html: Added. 2006-07-11 Adele Peterson Reviewed by Hyatt. Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=9861 REGRESSION: Can't dynamically change list box to popup * fast/forms/select-change-listbox-to-popup-expected.checksum: Added. * fast/forms/select-change-listbox-to-popup-expected.png: Added. * fast/forms/select-change-listbox-to-popup-expected.txt: Added. * fast/forms/select-change-listbox-to-popup.html: Added. * fast/forms/select-change-popup-to-listbox.html: 2006-07-11 Justin Garcia Reviewed by levi & thatcher GMail Editor: Operations that use drop down menus blow away the selection * editing/selection/drag-to-contenteditable-iframe-expected.txt: * editing/selection/subframe-with-selection-expected.checksum: Added. * editing/selection/subframe-with-selection-expected.png: Added. * editing/selection/subframe-with-selection-expected.txt: Added. * editing/selection/subframe-with-selection.html: Added. 2006-07-11 Adele Peterson Reviewed by Hyatt. Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9859 REGRESSION: Can't dynamically change popup to list box * fast/forms/select-change-popup-to-listbox-expected.checksum: Added. * fast/forms/select-change-popup-to-listbox-expected.png: Added. * fast/forms/select-change-popup-to-listbox-expected.txt: Added. * fast/forms/select-change-popup-to-listbox.html: Added. 2006-07-11 Alexey Proskuryakov Reviewed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9572 Add application/xhtml+xml to the Accept header The fix itself was landed on 2006-07-09, but I forgot about the test. * http/tests/misc/xhtml-expected.txt: Added. * http/tests/misc/xhtml.php: Added. 2006-07-11 Beth Dakin Reviewed by Adele. Adele checked in new results for this test when you could style selects, but the styling of selects is turned off for now, so back to the original results. * fast/forms/001-expected.checksum: * fast/forms/001-expected.png: * fast/forms/001-expected.txt: 2006-07-11 Alexey Proskuryakov Reviewed by Tim O. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7808 Assertion failure in -[WebBaseNetscapePluginStream dealloc] when requesting an invalid URL * plugins/get-empty-url-expected.txt: Added. * plugins/get-empty-url.html: Added. 2006-07-10 David Kilzer Reviewed by Darin. - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9179 Implement select.options.add() method * fast/dom/select-selectedIndex-multiple-expected.txt: Updated test results. * fast/dom/select-selectedIndex-multiple.html: Updated to print comments between tests to make failures easier to track down. * fast/dom/select-selectedIndex-expected.txt: Mirrored updates from select-selectedIndex-multiple.html * fast/dom/select-selectedIndex.html: Ditto. * fast/js/resources/select-options-add.js: Added. * fast/js/select-options-add-expected.txt: Added. * fast/js/select-options-add.html: Added. 2006-07-10 Adele Peterson Reviewed by Beth. Test for REGRESSION (NativePopup) : Popup menus aren't drawn correctly on page at orbitz.com; cheaptickets.com * fast/forms/select-style-expected.checksum: Added. * fast/forms/select-style-expected.png: Added. * fast/forms/select-style-expected.txt: Added. * fast/forms/select-style.html: Added. 2006-07-10 Beth Dakin Reviewed by Darin. Test for The should be a way to access the user interface scale factor through the DOM * fast/dom/jsDevicePixelRatio-expected.checksum: Added. * fast/dom/jsDevicePixelRatio-expected.png: Added. * fast/dom/jsDevicePixelRatio-expected.txt: Added. * fast/dom/jsDevicePixelRatio.html: Added. 2006-07-10 Adele Peterson http://bugzilla.opendarwin.org/show_bug.cgi?id=9830 More pixel test results need updating since switching to native popup * editing/selection/replaced-boundaries-3-expected.checksum: * editing/selection/replaced-boundaries-3-expected.png: * fast/block/margin-collapse/103-expected.checksum: * fast/block/margin-collapse/103-expected.png: * fast/forms/001-expected.checksum: * fast/forms/001-expected.png: * fast/forms/HTMLOptionElement_label01-expected.checksum: * fast/forms/HTMLOptionElement_label01-expected.png: * fast/forms/HTMLOptionElement_label02-expected.checksum: * fast/forms/HTMLOptionElement_label02-expected.png: * fast/forms/HTMLOptionElement_label03-expected.checksum: * fast/forms/HTMLOptionElement_label03-expected.png: * fast/forms/HTMLOptionElement_label04-expected.checksum: * fast/forms/HTMLOptionElement_label04-expected.png: * fast/forms/form-element-geometry-expected.checksum: * fast/forms/form-element-geometry-expected.png: * fast/forms/option-script-expected.checksum: * fast/forms/option-script-expected.png: * fast/forms/option-strip-whitespace-expected.checksum: * fast/forms/option-strip-whitespace-expected.png: * fast/invalid/014-expected.checksum: * fast/invalid/014-expected.png: * fast/parser/document-write-option-expected.checksum: * fast/parser/document-write-option-expected.png: * tables/mozilla/bugs/bug2479-3-expected.checksum: * tables/mozilla/bugs/bug2479-3-expected.png: * tables/mozilla/bugs/bug29326-expected.checksum: * tables/mozilla/bugs/bug29326-expected.png: * tables/mozilla/bugs/bug33855-expected.checksum: * tables/mozilla/bugs/bug33855-expected.png: * tables/mozilla/bugs/bug96334-expected.checksum: * tables/mozilla/bugs/bug96334-expected.png: * tables/mozilla/core/margins-expected.checksum: * tables/mozilla/core/margins-expected.png: * tables/mozilla/dom/tableDom-expected.checksum: * tables/mozilla/dom/tableDom-expected.png: 2006-07-10 Darin Adler * tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Updated one more result for Adele's 4463835 change last night. 2006-07-10 Beth Dakin Reviewed by Maciej. Test cases for Support the CSS3 content property for images * fast/css/contentDiv-expected.checksum: Added. * fast/css/contentDiv-expected.png: Added. * fast/css/contentDiv-expected.txt: Added. * fast/css/contentDiv.html: Added. * fast/css/contentDivWithChildren-expected.checksum: Added. * fast/css/contentDivWithChildren-expected.png: Added. * fast/css/contentDivWithChildren-expected.txt: Added. * fast/css/contentDivWithChildren.html: Added. * fast/css/contentImage-expected.checksum: Added. * fast/css/contentImage-expected.png: Added. * fast/css/contentImage-expected.txt: Added. * fast/css/contentImage.html: Added. * fast/css/resources/show-shoes-vs-pie.png: Added. 2006-07-09 Anders Carlsson Reviewed by Adele. http://bugzilla.opendarwin.org/show_bug.cgi?id=9245 Quirksmode: Incorrect handling of disabled BUTTON elements * fast/forms/activate-and-disabled-elements-expected.txt: Added. * fast/forms/activate-and-disabled-elements.html: Added. 2006-07-09 Adele Peterson Reviewed by Maciej. Updated results for: Switch to use new popup menu implementation for