| 2005-12-15 Adele Peterson <adele@apple.com> |
| |
| Test for <rdar://problem/4381360>, http://bugzilla.opendarwin.org/show_bug.cgi?id=6100 |
| REGRESSION: Focus ring on contenteditable div outlines text in overflow area instead of div (6100) |
| |
| * fast/overflow/overflow-focus-ring-expected.checksum: Added. |
| * fast/overflow/overflow-focus-ring-expected.png: Added. |
| * fast/overflow/overflow-focus-ring-expected.txt: Added. |
| * fast/overflow/overflow-focus-ring.html: Added. |
| |
| 2005-12-15 Darin Adler <darin@apple.com> |
| |
| - updated test result -- this test now succeeds due to some recent change |
| |
| * dom/xhtml/level2/html/HTMLTextAreaElement12-expected.txt: Regenerated. |
| |
| 2005-12-14 Beth Dakin <bdakin@apple.com> |
| |
| Reviewed by Eric. |
| |
| This layout test is sort of for <rdar://problem/4374783> 10.4.4 |
| REGRESSION: caret disappears when typing at the bottom of a |
| scrollable textarea. |
| |
| It does not address the fundamental problem with that bug, |
| but it does make sure we ignore negative line-height in |
| textareas. |
| |
| * fast/forms/negativeLineHeight-expected.checksum: Added. |
| * fast/forms/negativeLineHeight-expected.png: Added. |
| * fast/forms/negativeLineHeight-expected.txt: Added. |
| * fast/forms/negativeLineHeight.html: Added. |
| |
| 2005-12-14 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Layout test for <http://bugzilla.opendarwin.org/show_bug.cgi?id=5921> |
| Hit-testing text in overflows does not take scrolling into account. |
| |
| * fast/overflow/overflow-text-hit-testing-expected.checksum: Added. |
| * fast/overflow/overflow-text-hit-testing-expected.png: Added. |
| * fast/overflow/overflow-text-hit-testing-expected.txt: Added. |
| * fast/overflow/overflow-text-hit-testing.html: Added. |
| |
| 2005-12-13 Adele Peterson <adele@apple.com> |
| |
| Reviewed by Maciej. |
| |
| Test case for http://bugzilla.opendarwin.org/show_bug.cgi?id=5465 |
| REGRESSION: check box onchange event doesn't fire (radio buttons do not get disabled in Bugzilla) |
| |
| * fast/forms/checkbox-radio-onchange-expected.checksum: Added. |
| * fast/forms/checkbox-radio-onchange-expected.png: Added. |
| * fast/forms/checkbox-radio-onchange-expected.txt: Added. |
| * fast/forms/checkbox-radio-onchange.html: Added. |
| |
| 2005-12-13 Timothy Hatcher <timothy@apple.com> |
| |
| Reviewed by Hyatt. |
| |
| Test case for our CSS shorthand serialization. |
| |
| * fast/dom/css-shortHands-expected.checksum: Added. |
| * fast/dom/css-shortHands-expected.png: Added. |
| * fast/dom/css-shortHands-expected.txt: Added. |
| * fast/dom/css-shortHands.html: Added. |
| |
| 2005-12-13 Anders Carlsson <andersca@mac.com> |
| |
| Reviewed by Darin. |
| |
| - Add test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6041 |
| Support property getters and setters. |
| |
| * fast/js/property-getters-and-setters-expected.txt: Added. |
| * fast/js/property-getters-and-setters.html: Added. |
| |
| * ChangeLog: Add titles for the bugzilla urls. |
| |
| 2005-12-13 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by darin. |
| |
| 3 tests checking expected behavior for bad transform. |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=6061 |
| |
| * svg/custom/transform-ignore-after-invalid-expected.checksum: Added. |
| * svg/custom/transform-ignore-after-invalid-expected.png: Added. |
| * svg/custom/transform-ignore-after-invalid-expected.txt: Added. |
| * svg/custom/transform-ignore-after-invalid.svg: Added. |
| * svg/custom/transform-invalid-expected.checksum: Added. |
| * svg/custom/transform-invalid-expected.png: Added. |
| * svg/custom/transform-invalid-expected.txt: Added. |
| * svg/custom/transform-invalid.svg: Added. |
| * svg/custom/transform-with-ending-space-expected.checksum: Added. |
| * svg/custom/transform-with-ending-space-expected.png: Added. |
| * svg/custom/transform-with-ending-space-expected.txt: Added. |
| * svg/custom/transform-with-ending-space.svg: Added. |
| |
| 2005-12-12 Justin Garcia <justin.garcia@apple.com> |
| |
| Reviewed by harrison |
| |
| * editing/selection/previous-line-position-expected.checksum: Added. |
| * editing/selection/previous-line-position-expected.png: Added. |
| * editing/selection/previous-line-position-expected.txt: Added. |
| * editing/selection/previous-line-position.html: Added. |
| |
| 2005-12-12 David Harrison <harrison@apple.com> |
| |
| <rdar://problem/4026906> Paste of HTML table content can break table structure |
| <rdar://problem/4027704> Paste of HTML list content can break list structure by dropping empty list items |
| |
| * editing/pasteboard/block-wrappers-necessary.html: |
| Removed empty p tag. |
| * editing/pasteboard/paste-list-001-expected.checksum: Added. |
| * editing/pasteboard/paste-list-001-expected.png: Added. |
| * editing/pasteboard/paste-list-001-expected.txt: Added. |
| * editing/pasteboard/paste-list-001.html: Added. |
| * editing/pasteboard/paste-table-001-expected.checksum: Added. |
| * editing/pasteboard/paste-table-001-expected.png: Added. |
| * editing/pasteboard/paste-table-001-expected.txt: Added. |
| * editing/pasteboard/paste-table-001.html: Added. |
| |
| 2005-12-12 Timothy Hatcher <timothy@apple.com> |
| |
| Reviewed by Hyatt. |
| |
| Test case for our CSS seletorText serialization. |
| |
| * fast/dom/css-selectorText-expected.checksum: Added. |
| * fast/dom/css-selectorText-expected.png: Added. |
| * fast/dom/css-selectorText-expected.txt: Added. |
| * fast/dom/css-selectorText.html: Added. |
| |
| 2005-12-12 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by ggaren. |
| |
| Test for: <rdar://problem/4372143> |
| |
| * fast/forms/textarea-setinnerhtml-expected.checksum: Added. |
| * fast/forms/textarea-setinnerhtml-expected.png: Added. |
| * fast/forms/textarea-setinnerhtml-expected.txt: Added. |
| * fast/forms/textarea-setinnerhtml.html: Added. |
| |
| 2005-12-12 Rob Buis <rwlbuis@xs4all.nl> |
| |
| Reviewed by eseidel. Committed by eseidel. |
| |
| "S" and "T" path types handle control points incorrectly |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=6042 |
| |
| * svg/custom/control-points-for-S-and-T-expected.checksum: Added. |
| * svg/custom/control-points-for-S-and-T-expected.png: Added. |
| * svg/custom/control-points-for-S-and-T-expected.txt: Added. |
| * svg/custom/control-points-for-S-and-T.svg: Added. |
| |
| 2005-12-12 Darin Adler <darin@apple.com> |
| |
| Reviewed by Eric. |
| |
| Test case for http://bugzilla.opendarwin.org/show_bug.cgi?id=5538 |
| |
| * fast/xsl/resources/xslt-entity.xsl: Added. |
| * fast/xsl/xslt-entity-expected.checksum: Added. |
| * fast/xsl/xslt-entity-expected.png: Added. |
| * fast/xsl/xslt-entity-expected.txt: Added. |
| * fast/xsl/xslt-entity.xml: Added. |
| |
| 2005-12-11 Eric Seidel <eseidel@apple.com> |
| |
| Adding pixel results omitted from previous commits. |
| |
| * fast/block/positioning/leftmargin-topmargin-expected.checksum: Added. |
| * fast/block/positioning/leftmargin-topmargin-expected.png: Added. |
| * fast/clip/017-expected.checksum: Added. |
| * fast/clip/017-expected.png: Added. |
| * fast/inspector/style-expected.checksum: Added. |
| * fast/inspector/style-expected.png: Added. |
| |
| 2005-12-11 Eric Seidel <eseidel@apple.com> |
| |
| Adding resources overlooked in previous commit. |
| |
| * fast/xsl/resources/xslt-extra-content-at-end.xsl: Added. |
| * fast/xsl/resources/xslt-mismatched-tags-in-xslt.xsl: Added. |
| * fast/xsl/resources/xslt-missing-namespace-in-xslt.xsl: Added. |
| |
| 2005-12-11 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by darin & mjs. |
| |
| Fixes SVG to load external scripts and report parse errors. |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5875 |
| |
| Added 7 layout tests to exercise parse error code. |
| |
| * fast/invalid/junk-data-expected.checksum: Added. |
| * fast/invalid/junk-data-expected.png: Added. |
| * fast/invalid/junk-data-expected.txt: Added. |
| * fast/invalid/junk-data.xml: Added. |
| * fast/invalid/missing-end-tag-expected.checksum: Added. |
| * fast/invalid/missing-end-tag-expected.png: Added. |
| * fast/invalid/missing-end-tag-expected.txt: Added. |
| * fast/invalid/missing-end-tag.xhtml: Added. |
| * fast/xsl/xslt-extra-content-at-end-expected.checksum: Added. |
| * fast/xsl/xslt-extra-content-at-end-expected.png: Added. |
| * fast/xsl/xslt-extra-content-at-end-expected.txt: Added. |
| * fast/xsl/xslt-extra-content-at-end.xml: Added. |
| * fast/xsl/xslt-mismatched-tags-in-xslt-expected.checksum: Added. |
| * fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added. |
| * fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt: Added. |
| * fast/xsl/xslt-mismatched-tags-in-xslt.xml: Added. |
| * fast/xsl/xslt-missing-namespace-in-xslt-expected.checksum: Added. |
| * fast/xsl/xslt-missing-namespace-in-xslt-expected.png: Added. |
| * fast/xsl/xslt-missing-namespace-in-xslt-expected.txt: Added. |
| * fast/xsl/xslt-missing-namespace-in-xslt.xml: Added. |
| * svg/custom/junk-data-expected.checksum: Added. |
| * svg/custom/junk-data-expected.png: Added. |
| * svg/custom/junk-data-expected.txt: Added. |
| * svg/custom/junk-data.svg: Added. |
| * svg/custom/missing-xlink-expected.checksum: Added. |
| * svg/custom/missing-xlink-expected.png: Added. |
| * svg/custom/missing-xlink-expected.txt: Added. |
| * svg/custom/missing-xlink.svg: Added. |
| |
| 2005-12-11 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by hyatt. |
| |
| Small fixes made during SVG code review. |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5999 |
| |
| * svg/custom/conditional-processing-outside-switch-expected.checksum: Added. |
| * svg/custom/conditional-processing-outside-switch-expected.png: Added. |
| * svg/custom/conditional-processing-outside-switch-expected.txt: Added. |
| * svg/custom/conditional-processing-outside-switch.svg: Added. |
| * svg/custom/simpleCDF-expected.txt: |
| |
| 2005-12-10 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed and landed by Darin. |
| |
| Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=6029 |
| plainText() returns a partial result when the node contains RTL text |
| |
| * fast/dom/inner-text-rtl-expected.txt: Added. |
| * fast/dom/inner-text-rtl.html: Added. |
| |
| 2005-12-10 Darin Adler <darin@apple.com> |
| |
| New layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5826 |
| |
| * fast/overflow/overflow-rtl-expected.checksum: Added. |
| * fast/overflow/overflow-rtl-expected.png: Added. |
| * fast/overflow/overflow-rtl-expected.txt: Added. |
| * fast/overflow/overflow-rtl.html: Added. |
| |
| 2005-12-10 Darin Adler <darin@apple.com> |
| |
| New layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3983 |
| |
| * fast/css/outline-auto-location-expected.checksum: Added. |
| * fast/css/outline-auto-location-expected.png: Added. |
| * fast/css/outline-auto-location-expected.txt: Added. |
| * fast/css/outline-auto-location.html: Added. |
| |
| 2005-12-10 Oliver Hunt <ojh16@student.canterbury.ac.nz> |
| |
| New layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3539 |
| |
| * fast/js/cyclic-ref-toString-expected.txt: Added. |
| * fast/js/cyclic-ref-toString.html: Added. |
| |
| 2005-12-10 Darin Adler <darin@apple.com> |
| |
| New layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5784 |
| |
| * fast/parser/duplicate-html-body-element-IDs-expected.txt: Added. |
| * fast/parser/duplicate-html-body-element-IDs.html: Added. |
| |
| 2005-12-09 Justin Garcia <justin.garcia@apple.com> |
| |
| New layout tests for: |
| <rdar://problem/4370209> Reproducible crash when pasting over whitespace:pre text |
| <rdar://problem/4370220> Double or triple clicking in whitespace:pre text creates incorrect selections |
| |
| Reviewed by harrison |
| |
| * editing/pasteboard/paste-pre-002-expected.checksum: Added. |
| * editing/pasteboard/paste-pre-002-expected.png: Added. |
| * editing/pasteboard/paste-pre-002-expected.txt: Added. |
| * editing/pasteboard/paste-pre-002.html: Added. |
| * editing/selection/triple-click-in-pre-expected.checksum: Added. |
| * editing/selection/triple-click-in-pre-expected.png: Added. |
| * editing/selection/triple-click-in-pre-expected.txt: Added. |
| * editing/selection/triple-click-in-pre.html: Added. |
| |
| 2005-12-08 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by darin. |
| |
| Fixes <applet> in xhtml, as well as <use> in SVG. |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5987 |
| |
| * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: |
| * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: |
| * svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: |
| * svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: |
| * svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: |
| * svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: |
| * svg/W3C-SVG-1.1/struct-image-02-b-expected.png: |
| * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: |
| * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: |
| * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt: |
| * svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/text-path-01-b-expected.png: |
| * svg/W3C-SVG-1.1/text-path-01-b-expected.txt: |
| |
| 2005-12-07 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Landed by Darin. |
| |
| - added regression test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5878 |
| REGRESSION (WebTextRenderer.m r1.201): pointToOffset always takes the CG code path |
| |
| * fast/text/atsui-pointtooffset-calls-cg-expected.checksum: Added. |
| * fast/text/atsui-pointtooffset-calls-cg-expected.png: Added. |
| * fast/text/atsui-pointtooffset-calls-cg-expected.txt: Added. |
| * fast/text/atsui-pointtooffset-calls-cg.html: Added. |
| |
| 2005-12-05 Eric Seidel <eseidel@apple.com> |
| |
| Rubber-stamped by mjs. |
| |
| Changed "Resources" to "resources" to match other layout tests. |
| |
| * svg/W3C-SVG-1.1/color-prof-01-f.svg: |
| * svg/W3C-SVG-1.1/filters-conv-01-f.svg: |
| * svg/W3C-SVG-1.1/filters-diffuse-01-f.svg: |
| * svg/W3C-SVG-1.1/filters-displace-01-f.svg: |
| * svg/W3C-SVG-1.1/filters-image-01-b.svg: |
| * svg/W3C-SVG-1.1/filters-light-01-f.svg: |
| * svg/W3C-SVG-1.1/filters-specular-01-f.svg: |
| * svg/W3C-SVG-1.1/fonts-elem-03-b.svg: |
| * svg/W3C-SVG-1.1/fonts-elem-04-b.svg: |
| * svg/W3C-SVG-1.1/interact-cursor-01-f.svg: |
| * svg/W3C-SVG-1.1/interact-order-02-b.svg: |
| * svg/W3C-SVG-1.1/interact-order-03-b.svg: |
| * svg/W3C-SVG-1.1/linking-a-01-b.svg: |
| * svg/W3C-SVG-1.1/linking-a-02-b.svg: |
| * svg/W3C-SVG-1.1/linking-a-03-b.svg: |
| * svg/W3C-SVG-1.1/linking-a-04-t.svg: |
| * svg/W3C-SVG-1.1/linking-uri-02-b.svg: |
| * svg/W3C-SVG-1.1/linking-uri-03-t.svg: |
| * svg/W3C-SVG-1.1/masking-path-04-b.svg: |
| * svg/W3C-SVG-1.1/render-groups-01-b.svg: |
| * svg/W3C-SVG-1.1/render-groups-03-t.svg: |
| * svg/W3C-SVG-1.1/struct-image-01-t.svg: |
| * svg/W3C-SVG-1.1/struct-image-02-b.svg: |
| * svg/W3C-SVG-1.1/struct-image-03-t.svg: |
| * svg/W3C-SVG-1.1/struct-image-05-b.svg: |
| * svg/W3C-SVG-1.1/struct-symbol-01-b.svg: |
| * svg/W3C-SVG-1.1/text-tref-01-b.svg: |
| |
| 2005-12-05 Eric Seidel <eseidel@apple.com> |
| |
| Updating all the SVG tests with their latest post-merger results. |
| There are still issues which will prevent these from passing on |
| all machines: |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=4515 |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5962 |
| |
| * svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum: |
| * svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum: |
| * svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum: |
| * svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum: |
| * svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum: |
| * svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum: |
| * svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/coords-units-01-b-expected.png: |
| * svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: |
| * svg/W3C-SVG-1.1/coords-units-02-b-expected.png: |
| * svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: |
| * svg/W3C-SVG-1.1/coords-units-03-b-expected.png: |
| * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: |
| * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: |
| * svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-color-01-b-expected.png: |
| * svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: |
| * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt: |
| * svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: |
| * svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: |
| * svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-example-01-b-expected.png: |
| * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: |
| * svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-image-01-b-expected.png: |
| * svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-light-01-f-expected.png: |
| * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt: |
| * svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: |
| * svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: |
| * svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: |
| * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt: |
| * svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: |
| * svg/W3C-SVG-1.1/interact-events-01-b-expected.png: |
| * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum: |
| * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum: |
| * svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum: |
| * svg/W3C-SVG-1.1/masking-path-04-b-expected.png: |
| * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png: |
| * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: |
| * svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/render-groups-01-b-expected.png: |
| * svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: |
| * svg/W3C-SVG-1.1/struct-frag-01-t-expected.checksum: |
| * svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum: |
| * svg/W3C-SVG-1.1/struct-image-01-t-expected.png: |
| * svg/W3C-SVG-1.1/struct-image-02-b-expected.png: |
| * svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum: |
| * svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum: |
| * svg/W3C-SVG-1.1/struct-image-04-t-expected.png: |
| * svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum: |
| * svg/W3C-SVG-1.1/struct-image-05-b-expected.png: |
| * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png: |
| * svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/text-path-01-b-expected.png: |
| * svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum: |
| * svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: |
| * svg/custom/fill-update-expected.checksum: |
| * svg/custom/fill-update-expected.png: |
| * svg/custom/path-bad-data-expected.checksum: |
| * svg/custom/path-bad-data-expected.png: |
| * svg/custom/path-update-expected.checksum: |
| * svg/custom/path-update-expected.png: |
| * svg/custom/simpleCDF-expected.checksum: |
| * svg/custom/simpleCDF-expected.png: |
| * svg/custom/use-forward-refs-expected.checksum: |
| * svg/custom/use-forward-refs-expected.png: |
| * svg/custom/use-forward-refs-expected.txt: |
| |
| 2005-12-05 Justin Garcia <justin.garcia@apple.com> |
| |
| New layout tests for: |
| <http://bugzilla.opendarwin.org/show_bug.cgi?id=5936> |
| REGRESSION: selection keeps growing after double-click |
| Also filed as <rdar://problem/4364425> |
| |
| Reviewed by darin, harrsion |
| |
| * editing/selection/paragraph-granularity-expected.checksum: Added. |
| * editing/selection/paragraph-granularity-expected.png: Added. |
| * editing/selection/paragraph-granularity-expected.txt: Added. |
| * editing/selection/paragraph-granularity.html: Added. |
| * editing/selection/word-granularity-expected.checksum: Added. |
| * editing/selection/word-granularity-expected.png: Added. |
| * editing/selection/word-granularity-expected.txt: Added. |
| * editing/selection/word-granularity.html: Added. |
| |
| 2005-12-05 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by timo. |
| |
| Updated results for KCanvaPath changes: |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5747 |
| |
| * 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-04-b-expected.txt: |
| * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt: |
| * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt: |
| |
| 2005-12-04 Anders Carlsson <andersca@mac.com> |
| |
| Reviewed by Geoffrey. |
| |
| Add new tests for |
| <http://bugzilla.opendarwin.org/show_bug.cgi?id=3999> |
| Object.prototype is missing propertyIsEnumerable |
| |
| * fast/js/test-propertyIsEnumerable-expected.txt: Added. |
| * fast/js/test-propertyIsEnumerable.html: Added. |
| |
| 2005-12-03 Geoffrey Garen <ggaren@apple.com> |
| |
| Layout test for <rdar://problem/4364302> leftmargin and topmargin |
| should match marginwidth and marginheight respectively |
| |
| * fast/block/positioning/leftmargin-topmargin-expected.txt: Added. |
| * fast/block/positioning/leftmargin-topmargin.html: Added. |
| |
| 2005-12-03 Justin Garcia <justin.garcia@apple.com> |
| |
| New layout tests for: |
| <http://bugzilla.opendarwin.org/show_bug.cgi?id=5856> |
| Selection based in an editable block can extend outside |
| |
| Reviewed by darin |
| |
| * editing/selection/expanding-selections-expected.checksum: Added. |
| * editing/selection/expanding-selections-expected.png: Added. |
| * editing/selection/expanding-selections-expected.txt: Added. |
| * editing/selection/expanding-selections.html: Added. |
| * editing/selection/expanding-selections2-expected.checksum: Added. |
| * editing/selection/expanding-selections2-expected.png: Added. |
| * editing/selection/expanding-selections2-expected.txt: Added. |
| * editing/selection/expanding-selections2.html: Added. |
| |
| 2005-12-02 Beth Dakin <bdakin@apple.com> |
| |
| Layout test for <rdar://problem/4358898> TOT/GLENDALE REGRESSION: |
| Table layout issue occurs at http://www.pixar.com/shorts/index.html |
| |
| * fast/table/colspanMinWidth-expected.checksum: Added. |
| * fast/table/colspanMinWidth-expected.png: Added. |
| * fast/table/colspanMinWidth-expected.txt: Added. |
| * fast/table/colspanMinWidth.html: Added. |
| |
| 2005-12-02 Adele Peterson <adele@apple.com> |
| |
| Updating test for latest changes in: |
| <rdar://problem/4360657> Regression: Seed: WebKit image scaling broken |
| |
| * fast/replaced/width100percent-expected.checksum: |
| * fast/replaced/width100percent-expected.png: |
| * fast/replaced/width100percent-expected.txt: |
| * fast/replaced/width100percent.html: |
| |
| 2005-12-01 Graham Dennis <Graham.Dennis@gmail.com> |
| |
| Reviewed by justin |
| |
| Updated/added tests for: |
| <http://bugzilla.opendarwin.org/show_bug.cgi?id=4003> |
| contentEditable div cannot be edited if it starts out with empty or <p/> |
| |
| * editing/deleting/delete-3775172-fix-expected.txt: Fixed. |
| * editing/inserting/editing-empty-divs-expected.checksum: Added. |
| * editing/inserting/editing-empty-divs-expected.png: Added. |
| * editing/inserting/editing-empty-divs-expected.txt: Added. |
| * editing/inserting/editing-empty-divs.html: Added. |
| |
| 2005-12-01 Adele Peterson <adele@apple.com> |
| |
| Added test for <rdar://problem/4356771> Regression: Mail always scrolls to the bottom of a message when replying/forwarding |
| |
| * editing/selection/focus_editable_html-expected.checksum: Added. |
| * editing/selection/focus_editable_html-expected.png: Added. |
| * editing/selection/focus_editable_html-expected.txt: Added. |
| * editing/selection/focus_editable_html.html: Added. |
| |
| 2005-12-01 Anders Carlsson <andersca@mac.com> |
| |
| Reviewed by Geoffrey. |
| |
| - Add test for <http://bugzilla.opendarwin.org/show_bug.cgi?id=3382> |
| nodes2strings.cpp fails to print left expression of ForInNode when 'var' is not used |
| |
| * fast/js/for-in-to-text-expected.txt: Added. |
| * fast/js/for-in-to-text.html: Added. |
| |
| 2005-11-30 Geoffrey Garen <ggaren@apple.com> |
| |
| Added layout test for <rdar://problem/4344760> REGRESSION |
| (Safari 416.12-417.2) gmail 'reply' does not fill in to: field or |
| quoted message (3751) |
| |
| * fast/forms/textarea-setvalue-without-renderer-expected.txt: Added. |
| * fast/forms/textarea-setvalue-without-renderer.html: Added. |
| |
| 2005-11-30 Eric Seidel <eseidel@apple.com> |
| |
| No review necessary, removing unused files. |
| |
| Removing erroneously committed results content. |
| |
| * svg/W3C-SVG-1.1/Resources/animation-add-BE-09-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/animation-add-BE-09-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/animation-add-BE-09-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/animation-extRef-image1-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/animation-extRef-image1-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/animation-extRef-image1-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/animation-extRef-image2-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/animation-extRef-image2-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/animation-extRef-image2-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/animation-extRef-image3-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/animation-extRef-image3-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/animation-extRef-image3-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/coords-units-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/coords-units-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/coords-units-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/ext-TestComic-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/ext-TestComic-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/ext-TestComic-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-blend-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-blend-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-blend-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-color-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-color-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-color-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-composite-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-composite-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-composite-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-conv-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-conv-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-conv-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-diffuse-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-diffuse-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-diffuse-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-example-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-example-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/filters-example-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/interact-dom-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/interact-dom-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/interact-dom-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/interact-order-02-b-targ-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/interact-order-02-b-targ-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/interact-order-02-b-targ-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/interact-order-03-b-targ-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/interact-order-03-b-targ-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/interact-order-03-b-targ-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/linking-uri-01-b-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/linking-uri-01-b-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/linking-uri-01-b-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/linkingCircle-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/linkingCircle-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/linkingCircle-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/linkingToc-t-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/linkingToc-t-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/linkingToc-t-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/paths-data-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/paths-data-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/paths-data-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/paths-data-02-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/paths-data-02-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/paths-data-02-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/paths-data-03-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/paths-data-03-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/paths-data-03-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/paths-data-04-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/paths-data-04-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/paths-data-04-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/rects-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/rects-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/rects-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/rects_b-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/rects_b-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/rects_b-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/shapes-ellipse-01-b-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/shapes-ellipse-01-b-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/shapes-ellipse-01-b-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/shapes-ellipse-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/shapes-ellipse-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/shapes-ellipse-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/shapes-rect-01-b-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/shapes-rect-01-b-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/shapes-rect-01-b-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/shapes-rect-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/shapes-rect-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/shapes-rect-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/struct-frag-01-B-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/struct-frag-01-B-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/struct-frag-01-B-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-align-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-align-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-align-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-align-02-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-align-02-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-align-02-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-align-03-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-align-03-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-align-03-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-altglyph-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-altglyph-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-altglyph-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-extTref-BE-18-targ-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-extTref-BE-18-targ-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-extTref-BE-18-targ-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-intro-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-intro-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-intro-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-tref-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-tref-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-tref-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-ws-01-f-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-ws-01-f-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/text-ws-01-f-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/toc-sv-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/toc-sv-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/toc-sv-expected.txt: Removed. |
| * svg/W3C-SVG-1.1/Resources/toc-svcmp-expected.checksum: Removed. |
| * svg/W3C-SVG-1.1/Resources/toc-svcmp-expected.png: Removed. |
| * svg/W3C-SVG-1.1/Resources/toc-svcmp-expected.txt: Removed. |
| |
| 2005-11-29 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by darin. Committed by eseidel. |
| |
| Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=4403 |
| Script element doesn't load if on set src if already in document |
| |
| * fast/dom/HTMLScriptElement/resources/script-set-src-p1fail.js: Added. |
| * fast/dom/HTMLScriptElement/resources/script-set-src-p2fail.js: Added. |
| * fast/dom/HTMLScriptElement/resources/script-set-src-p3pass.js: Added. |
| * fast/dom/HTMLScriptElement/resources/script-set-src-p4pass.js: Added. |
| * fast/dom/HTMLScriptElement/resources/script-set-src-p5fail.js: Added. |
| * fast/dom/HTMLScriptElement/resources/script-set-src-p5pass.js: Added. |
| * fast/dom/HTMLScriptElement/resources/script-set-src-p6pass.js: Added. |
| * fast/dom/HTMLScriptElement/resources/script-set-src-p7pass.js: Added. |
| * fast/dom/HTMLScriptElement/resources/script-set-src-p8pass.js: Added. |
| * fast/dom/HTMLScriptElement/resources/script-set-src-p9failAfter.js: Added. |
| * fast/dom/HTMLScriptElement/resources/script-set-src-p9failBefore.js: Added. |
| * fast/dom/HTMLScriptElement/resources/script-set-src-p9pass.js: Added. |
| * fast/dom/HTMLScriptElement/script-set-src-expected.txt: Added. |
| * fast/dom/HTMLScriptElement/script-set-src.html: Added. |
| |
| 2005-11-29 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by darin. Committed by eseidel |
| |
| Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=5820 |
| |
| * fast/table/cell-width-auto-expected.checksum: Added. |
| * fast/table/cell-width-auto-expected.png: Added. |
| * fast/table/cell-width-auto-expected.txt: Added. |
| * fast/table/cell-width-auto.html: Added. |
| |
| 2005-11-29 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by hyatt. Committed by eseidel. |
| |
| Updated results for word space fix: |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=4695 |
| |
| * fast/css/word-space-extra-expected.checksum: |
| * fast/css/word-space-extra-expected.png: |
| * fast/css/word-space-extra-expected.txt: |
| * fast/text/whitespace/span-in-word-space-causes-overflow-expected.checksum: Added. |
| * fast/text/whitespace/span-in-word-space-causes-overflow-expected.png: Added. |
| * fast/text/whitespace/span-in-word-space-causes-overflow-expected.txt: Added. |
| * fast/text/whitespace/span-in-word-space-causes-overflow.html: Added. |
| |
| 2005-11-29 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by darin. Committed by eseidel. |
| |
| Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5800 |
| |
| * fast/css/absolute-poition-in-rtl-parent-expected.checksum: Added. |
| * fast/css/absolute-poition-in-rtl-parent-expected.png: Added. |
| * fast/css/absolute-poition-in-rtl-parent-expected.txt: Added. |
| * fast/css/absolute-poition-in-rtl-parent.html: Added. |
| |
| 2005-11-29 Darin Adler <darin@apple.com> |
| |
| * dom/xhtml/level3/core/documentgetinputencoding01-expected.txt: |
| Updated result to reflect the fact that this test now succeeds |
| due to the fix for <http://bugzilla.opendarwin.org/show_bug.cgi?id=5715>. |
| |
| 2005-11-29 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by ggaren. Committed by eseidel. |
| |
| Tests for: http://bugzilla.opendarwin.org/show_bug.cgi?id=5514 |
| |
| * fast/js/date-DST-pre-1970-expected.txt: Added. |
| * fast/js/date-DST-pre-1970.html: Added. |
| |
| 2005-11-29 Darin Adler <darin@apple.com> |
| |
| Reviewed by eseidel. Committed by eseidel. |
| |
| Re-enabling hc_noderemovechild.xhtml and fixing bug (hang). |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5316 |
| |
| * dom/xhtml/level1/core/hc_noderemovechild-expected.txt: Added. |
| * dom/xhtml/level1/core/hc_noderemovechild.js: hang workaround. |
| * dom/xhtml/level1/core/hc_noderemovechild.xhtml: Added. |
| * dom/xhtml/level1/core/hc_noderemovechild.xhtml-disabled: Removed. |
| |
| 2005-11-28 Alexey Proskuryakov <ap@nypop.com> |
| |
| Reviewed by Darin. Commited by Maciej. |
| |
| - test case for http://bugzilla.opendarwin.org/show_bug.cgi?id=5715 |
| (document.charset, document.defaultCharset, and document.characterSet are not supported) |
| |
| * fast/dom/Document/document-charset-expected.txt: Added. |
| * fast/dom/Document/document-charset.html: Added. |
| |
| 2005-11-28 Justin Garcia <justin.garcia@apple.com> |
| |
| Fixed/added layout tests for: |
| <http://bugzilla.opendarwin.org/show_bug.cgi?id=5354> |
| Corner case where you can select outside the bounds of an editable block. |
| |
| Reviewed by darin |
| |
| * editing/inserting/insert-div-023-expected.txt: |
| * editing/pasteboard/paste-4035648-fix-expected.txt: |
| * editing/selection/3690719-expected.checksum: |
| * editing/selection/3690719-expected.png: |
| * editing/selection/3690719-expected.txt: |
| * editing/selection/leave-requested-block-expected.checksum: Added. |
| * editing/selection/leave-requested-block-expected.png: Added. |
| * editing/selection/leave-requested-block-expected.txt: Added. |
| * editing/selection/leave-requested-block.html: Added. |
| * editing/style/block-style-004-expected.txt: |
| |
| 2005-11-28 Justin Garcia <justin.garcia@apple.com> |
| |
| I overlooked this layout test when fixing 4108909. |
| |
| * fast/forms/attributed-strings-expected.txt: |
| |
| 2005-11-27 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by Darin. Committed by Maciej. |
| |
| - test case for Bidi algorithm: AN after L has incorrect resolved level |
| (http://bugzilla.opendarwin.org/show_bug.cgi?id=5573) |
| |
| * fast/text/international/bidi-AN-after-L-expected.txt: Added. |
| * fast/text/international/bidi-AN-after-L.html: Added. |
| |
| 2005-11-27 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by hyatt. Committed by eseidel. |
| |
| Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5172 |
| |
| * fast/text/international/bidi-layout-across-linebreak-expected.checksum: Added. |
| * fast/text/international/bidi-layout-across-linebreak-expected.png: Added. |
| * fast/text/international/bidi-layout-across-linebreak-expected.txt: Added. |
| * fast/text/international/bidi-layout-across-linebreak.html: Added. |
| |
| 2005-11-26 Alexey Proskuryakov <ap@nypop.com> |
| |
| Reviewed by darin. Committed by eseidel. |
| |
| Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5548 |
| |
| * fast/encoding/charset-unicode-expected.txt: Added. |
| * fast/encoding/charset-unicode.html: Added. |
| * fast/encoding/charset-utf16-expected.txt: Added. |
| * fast/encoding/charset-utf16.html: Added. |
| * fast/encoding/xml-charset-utf16-expected.txt: Added. |
| * fast/encoding/xml-charset-utf16.html: Added. |
| |
| 2005-11-26 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by ggaren. Committed by eseidel. |
| |
| Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=5710 |
| item(i) should return the same result as [i] |
| |
| * fast/js/array-special-accessors-should-ignore-items-expected.txt: Added. |
| * fast/js/array-special-accessors-should-ignore-items.html: Added. |
| |
| 2005-11-26 Alexey Proskuryakov <ap@nypop.com> |
| |
| Reviewed by mjs. |
| |
| Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5230 |
| |
| * fast/dom/character-index-for-point-expected.txt: Added. |
| * fast/dom/character-index-for-point.html: Added. |
| |
| 2005-11-26 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by darin, committed by eseidel. |
| |
| <col> <colgroup> tests from mitz. |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5822 |
| |
| * fast/table/colgroup-preceded-by-caption-expected.checksum: Added. |
| * fast/table/colgroup-preceded-by-caption-expected.png: Added. |
| * fast/table/colgroup-preceded-by-caption-expected.txt: Added. |
| * fast/table/colgroup-preceded-by-caption.html: Added. |
| |
| 2005-11-25 eseidel <eseidel@apple.com> |
| |
| Rubber-stamped by mjs. |
| |
| Updated test results after DOM merger. |
| |
| * 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.png: |
| * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt: |
| * svg/W3C-SVG-1.1/animate-elem-05-t-expected.png: |
| * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt: |
| * svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: |
| * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: |
| * svg/W3C-SVG-1.1/animate-elem-07-t-expected.png: |
| * 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.png: |
| * 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-viewattr-01-b.svg: Removed. |
| * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * 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.png: |
| * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt: |
| * svg/W3C-SVG-1.1/filters-color-01-b-expected.png: |
| * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt: |
| * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: |
| * svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: |
| * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: |
| * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: |
| * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt: |
| * svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: |
| * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt: |
| * svg/W3C-SVG-1.1/filters-example-01-b-expected.png: |
| * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: |
| * svg/W3C-SVG-1.1/filters-image-01-b-expected.png: |
| * svg/W3C-SVG-1.1/filters-image-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.png: |
| * 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.png: |
| * 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.png: |
| * 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.png: |
| * 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.png: |
| * 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.txt: |
| * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt: |
| * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt: |
| * 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.png: |
| * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt: |
| * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png: |
| * 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.svg: Removed. |
| * 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.png: |
| * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: |
| * svg/W3C-SVG-1.1/render-groups-03-t-expected.png: |
| * 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-frag-01-t-expected.png: |
| * svg/W3C-SVG-1.1/struct-frag-01-t-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.png: |
| * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt: |
| * svg/W3C-SVG-1.1/struct-image-02-b-expected.png: |
| * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: |
| * svg/W3C-SVG-1.1/struct-image-03-t-expected.png: |
| * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt: |
| * svg/W3C-SVG-1.1/struct-image-04-t-expected.png: |
| * svg/W3C-SVG-1.1/struct-image-04-t-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.txt: |
| * 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-intro-01-t-expected.txt: |
| * svg/W3C-SVG-1.1/text-intro-02-b-expected.txt: |
| * svg/W3C-SVG-1.1/text-intro-03-b-expected.txt: |
| * svg/W3C-SVG-1.1/text-intro-04-t-expected.txt: |
| * svg/W3C-SVG-1.1/text-spacing-01-b-expected.png: |
| * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt: |
| * svg/W3C-SVG-1.1/text-text-01-b-expected.png: |
| * svg/W3C-SVG-1.1/text-text-01-b-expected.txt: |
| * 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: |
| |
| 2005-11-25 eseidel <eseidel@apple.com> |
| |
| Rubber-stamped by mjs. |
| |
| Test cases hrefs fixed from "../Images/" to "resources/" |
| Disabled two tests which were crashing in libxml2. |
| |
| * svg/W3C-SVG-1.1/color-prof-01-f.svg: |
| * svg/W3C-SVG-1.1/coords-viewattr-01-b.svg: Removed. |
| * svg/W3C-SVG-1.1/coords-viewattr-01-b.svg-disabled: Added. |
| * svg/W3C-SVG-1.1/filters-conv-01-f.svg: |
| * svg/W3C-SVG-1.1/filters-diffuse-01-f.svg: |
| * svg/W3C-SVG-1.1/filters-displace-01-f.svg: |
| * svg/W3C-SVG-1.1/filters-image-01-b.svg: |
| * svg/W3C-SVG-1.1/filters-light-01-f.svg: |
| * svg/W3C-SVG-1.1/filters-specular-01-f.svg: |
| * svg/W3C-SVG-1.1/fonts-elem-03-b.svg: |
| * svg/W3C-SVG-1.1/fonts-elem-04-b.svg: |
| * svg/W3C-SVG-1.1/interact-cursor-01-f.svg: |
| * svg/W3C-SVG-1.1/interact-order-02-b.svg: |
| * svg/W3C-SVG-1.1/interact-order-03-b.svg: |
| * svg/W3C-SVG-1.1/linking-a-01-b.svg: |
| * svg/W3C-SVG-1.1/linking-a-02-b.svg: |
| * svg/W3C-SVG-1.1/linking-a-03-b.svg: |
| * svg/W3C-SVG-1.1/linking-a-04-t.svg: |
| * svg/W3C-SVG-1.1/linking-uri-02-b.svg: |
| * svg/W3C-SVG-1.1/linking-uri-03-t.svg: |
| * svg/W3C-SVG-1.1/masking-path-04-b.svg: |
| * svg/W3C-SVG-1.1/render-elems-03-t.svg: Removed. |
| * svg/W3C-SVG-1.1/render-elems-03-t.svg-disabled: Added. |
| * svg/W3C-SVG-1.1/render-groups-01-b.svg: |
| * svg/W3C-SVG-1.1/render-groups-03-t.svg: |
| * svg/W3C-SVG-1.1/struct-image-01-t.svg: |
| * svg/W3C-SVG-1.1/struct-image-02-b.svg: |
| * svg/W3C-SVG-1.1/struct-image-03-t.svg: |
| * svg/W3C-SVG-1.1/struct-image-05-b.svg: |
| * svg/W3C-SVG-1.1/struct-symbol-01-b.svg: |
| * svg/W3C-SVG-1.1/text-tref-01-b.svg: |
| |
| 2005-11-23 Anders Carlsson <andersca@mac.com> |
| |
| Reviewed by Eric. |
| |
| Update tests for <http://bugzilla.opendarwin.org/show_bug.cgi?id=5805> |
| Implement adoptNode. |
| |
| * dom/xhtml/level3/core/documentadoptnode01-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode02-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode03-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode04-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode05-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode06-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode07-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode08-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode09-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode10-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode11-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode12-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode13-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode14-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode15-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode16-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode21-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode23-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode24-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode25-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode26-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode27-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode28-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode30-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode31-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode32-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode33-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode34-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode35-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode36-expected.txt: |
| These tests pass now. |
| |
| * dom/xhtml/level3/core/documentadoptnode22.xhtml: Removed. |
| * dom/xhtml/level3/core/documentadoptnode22.xhtml-disabled: Added. |
| Disable this test for now. It removes the entire document tree which |
| makes it hard to show the test result. |
| |
| * dom/xhtml/level3/core/documentrenamenode09-expected.txt: |
| This now fails because renameNode is undefined. |
| |
| * dom/xhtml/level3/core/nodeisequalnode18-expected.txt: |
| This now passes. |
| |
| 2005-11-15 David Harrison <harrison@apple.com> |
| |
| Layout tests for <http://bugzilla.opendarwin.org/show_bug.cgi?id=5629> |
| |
| * editing/deleting/move-nodes-001-expected.checksum: Added. |
| * editing/deleting/move-nodes-001-expected.png: Added. |
| * editing/deleting/move-nodes-001-expected.txt: Added. |
| * editing/deleting/move-nodes-001.html: Added. |
| |
| 2005-11-17 Beth Dakin <bdakin@apple.com> |
| |
| Layout test for <rdar://problem/3871165> text box in nested |
| table disappears when you click on it (3452) (Safari PSOFT: |
| US EDU PS8: Lead List searches) |
| |
| This is a manual test. |
| |
| * fast/table/spanOverlapRepaint-expected.checksum: Added. |
| * fast/table/spanOverlapRepaint-expected.png: Added. |
| * fast/table/spanOverlapRepaint-expected.txt: Added. |
| * fast/table/spanOverlapRepaint.html: Added. |
| |
| 2005-11-16 Justin Garcia <justin.garcia@apple.com> |
| |
| Reviewed by harrison |
| |
| Updated editing tests to reflect changes for: |
| |
| <rdar://problem/4108909> Editing delegate gets extra webViewDidChangeSelection: notifications |
| |
| 2005-11-14 Anders Carlsson <andersca@mac.com> |
| |
| Reviewed by Eric. |
| |
| Updated tests for <http://bugzilla.opendarwin.org/show_bug.cgi?id=5737> |
| Implement DOM3 namespace functions. |
| |
| * dom/xhtml/level3/core/nodeisdefaultnamespace01-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace02-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace03-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace05-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace06-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace07-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace08-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace09-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace10-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace11-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace13-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace14-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace15-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace16-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri02-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri03-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri05-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri06-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri07-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri08-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri09-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri10-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri11-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri13-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri14-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri15-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri16-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri18-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri19-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix01-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix02-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix03-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix05-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix06-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix07-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix08-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix09-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix10-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix11-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix13-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix14-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix15-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix16-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix18-expected.txt: |
| These tests pass now. |
| |
| 2005-11-15 David Harrison <harrison@apple.com> |
| |
| <rdar://problem/4337532> Paragraph concatenation fails |
| |
| Fix these tests to check for same behavior as in TextEdit. |
| (updated png and checksums) |
| |
| * editing/deleting/delete-block-merge-contents-019-expected.checksum: |
| * editing/deleting/delete-block-merge-contents-019-expected.png: |
| * editing/deleting/delete-line-011-expected.checksum: |
| * editing/deleting/delete-line-011-expected.png: |
| * editing/deleting/delete-line-012-expected.checksum: |
| * editing/deleting/delete-line-012-expected.png: |
| |
| 2005-11-14 Adele Peterson <adele@apple.com> |
| |
| Reviewed by Maciej. |
| |
| Added layout tests for: |
| <rdar://problem/4233938> calling focus on contentEditable block elements should scroll them into view |
| <rdar://problem/3624946> No 'blur' method defined on editable non-form DOM objects |
| |
| * fast/dom/blur-contenteditable-expected.checksum: Added. |
| * fast/dom/blur-contenteditable-expected.png: Added. |
| * fast/dom/blur-contenteditable-expected.txt: Added. |
| * fast/dom/blur-contenteditable.html: Added. |
| * fast/dom/focus-contenteditable-expected.checksum: Added. |
| * fast/dom/focus-contenteditable-expected.png: Added. |
| * fast/dom/focus-contenteditable-expected.txt: Added. |
| * fast/dom/focus-contenteditable.html: Added. |
| |
| 2005-11-14 Justin Garcia <justin.garcia@apple.com> |
| |
| Reviewed by harrison |
| |
| <rdar://problem/4180820> Erroneous spacing between lines introduced on paste |
| |
| Added/update layout test results: |
| |
| * editing/pasteboard/block-wrappers-necessary-expected.checksum: Added. |
| * editing/pasteboard/block-wrappers-necessary-expected.png: Added. |
| * editing/pasteboard/block-wrappers-necessary-expected.txt: Added. |
| * editing/pasteboard/block-wrappers-necessary.html: Added. |
| * editing/style/create-block-for-style-001-expected.checksum: |
| * editing/style/create-block-for-style-001-expected.png: |
| * editing/style/create-block-for-style-001-expected.txt: |
| * editing/style/create-block-for-style-002-expected.checksum: |
| * editing/style/create-block-for-style-002-expected.png: |
| * editing/style/create-block-for-style-002-expected.txt: |
| * editing/style/create-block-for-style-003-expected.checksum: |
| * editing/style/create-block-for-style-003-expected.png: |
| * editing/style/create-block-for-style-003-expected.txt: |
| * editing/style/create-block-for-style-004-expected.checksum: |
| * editing/style/create-block-for-style-004-expected.png: |
| * editing/style/create-block-for-style-004-expected.txt: |
| * editing/style/create-block-for-style-007-expected.checksum: |
| * editing/style/create-block-for-style-007-expected.png: |
| * editing/style/create-block-for-style-007-expected.txt: |
| * editing/style/create-block-for-style-009-expected.checksum: |
| * editing/style/create-block-for-style-009-expected.png: |
| * editing/style/create-block-for-style-009-expected.txt: |
| * editing/style/create-block-for-style-010-expected.checksum: |
| * editing/style/create-block-for-style-010-expected.png: |
| * editing/style/create-block-for-style-010-expected.txt: |
| * editing/style/create-block-for-style-011-expected.checksum: |
| * editing/style/create-block-for-style-011-expected.png: |
| * editing/style/create-block-for-style-011-expected.txt: |
| * editing/style/create-block-for-style-012-expected.checksum: |
| * editing/style/create-block-for-style-012-expected.png: |
| * editing/style/create-block-for-style-012-expected.txt: |
| * editing/style/create-block-for-style-013-expected.checksum: |
| * editing/style/create-block-for-style-013-expected.png: |
| * editing/style/create-block-for-style-013-expected.txt: |
| |
| 2005-11-14 David Harrison <harrison@apple.com> |
| |
| <rdar://problem/4337532> Paragraph concatenation fails |
| |
| Fix these tests to check for same behavior as in TextEdit. |
| |
| * editing/deleting/delete-block-merge-contents-019-expected.txt: |
| * editing/deleting/delete-block-merge-contents-019.html: |
| * editing/deleting/delete-line-011-expected.txt: |
| * editing/deleting/delete-line-012-expected.txt: |
| |
| 2005-11-14 Anders Carlsson <andersca@mac.com> |
| |
| * ChangeLog: Add bug numbers for recent fixes. |
| |
| 2005-11-14 Anders Carlsson <andersca@mac.com> |
| |
| Reviewed by Eric. |
| |
| Add test to make sure that importNode preserves element prefixes. |
| |
| * fast/dom/importNode-prefix-expected.txt: Added. |
| * fast/dom/importNode-prefix.html: Added. |
| |
| 2005-11-13 Beth Dakin <bdakin@apple.com> |
| |
| Forgot to add this image for fast/replaced/width100percent.html |
| oops! |
| |
| * fast/replaced/resources/apple_m.jpg: Added. |
| |
| 2005-11-13 Anders Carlsson <andersca@mac.com> |
| |
| Reviewed by Eric. |
| |
| Updated/added tests for fix for <http://bugzilla.opendarwin.org/show_bug.cgi?id=5728> |
| createDocument should create a document element |
| |
| * dom/xhtml/level3/core/documentadoptnode14-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode26-expected.txt: |
| * dom/xhtml/level3/core/documentadoptnode27-expected.txt: |
| * dom/xhtml/level3/core/infoset07-expected.txt: |
| * dom/xhtml/level3/core/nodeisdefaultnamespace05-expected.txt: |
| * dom/xhtml/level3/core/nodelookupnamespaceuri05-expected.txt: |
| * dom/xhtml/level3/core/nodelookupprefix05-expected.txt: |
| * dom/xhtml/level3/core/wellformed03-expected.txt: |
| * dom/xhtml/level3/core/wellformed04-expected.txt: |
| These tests still fail, but elsewhere now. |
| |
| * dom/xhtml/level3/core/nodereplacechild14-expected.txt: |
| * dom/xhtml/level3/core/nodesettextcontent02-expected.txt: |
| These tests now succeed. |
| |
| * fast/dom/createDocument.html: Added. |
| * fast/dom/createDocument-expected.txt: Added. |
| |
| 2005-11-13 Anders Carlsson <andersca@mac.com> |
| |
| Reviewed by Eric. |
| |
| - Add layout test for <http://bugzilla.opendarwin.org/show_bug.cgi?id=5725> |
| setAttributeNS with null namespace sets namespace to string containing 'null' |
| |
| * fast/dom/setAttributeNS.html: Added. |
| |
| 2005-11-11 Beth Dakin <bdakin@apple.com> |
| |
| Reviewed by Hyatt. |
| |
| Layout test for <rdar://problem/3952698> Function buttons do not display |
| properly with Telia Webmail (3488). |
| |
| * fast/replaced/width100percent-expected.checksum: Added. |
| * fast/replaced/width100percent-expected.png: Added. |
| * fast/replaced/width100percent-expected.txt: Added. |
| * fast/replaced/width100percent.html: Added. |
| |
| 2005-11-10 Adele Peterson <adele@apple.com> |
| |
| Reviewed by Maciej. |
| |
| Layout test for <rdar://problem/4327363> GAP: tabs not treated as whitespace in option element |
| |
| * fast/forms/option-strip-whitespace-expected.checksum: Added. |
| * fast/forms/option-strip-whitespace-expected.png: Added. |
| * fast/forms/option-strip-whitespace-expected.txt: Added. |
| * fast/forms/option-strip-whitespace.html: Added. |
| |
| 2005-11-10 Adele Peterson <adele@apple.com> |
| |
| Reviewed by Maciej. |
| |
| Layout test for <rdar://problem/4228997> selecting a new radio button does not automatically clear the previous selected (outside <form> element) |
| |
| * fast/forms/radio_checked-expected.checksum: Added. |
| * fast/forms/radio_checked-expected.png: Added. |
| * fast/forms/radio_checked-expected.txt: Added. |
| * fast/forms/radio_checked.html: Added. |
| |
| 2005-11-10 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by ggaren. |
| |
| * fast/dom/HTMLImageElement/image-src-absolute-url-expected.txt: Added. |
| * fast/dom/HTMLImageElement/image-src-absolute-url.html: Added. |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=3473 |
| <rdar://problem/3787988> Preloaded Image objects .src field is not a fully resolved path (3473) |
| |
| 2005-11-07 David Harrison <harrison@apple.com> |
| |
| Layout tests for <rdar://problem/4313925> |
| Denver Regression: Mail: "TAB+paste+insert before" actually inserts after the pasted text |
| |
| * editing/inserting/insert-br-at-tabspan-001-expected.checksum: Added. |
| * editing/inserting/insert-br-at-tabspan-001-expected.png: Added. |
| * editing/inserting/insert-br-at-tabspan-001-expected.txt: Added. |
| * editing/inserting/insert-br-at-tabspan-001.html: Added. |
| * editing/inserting/insert-br-at-tabspan-002-expected.checksum: Added. |
| * editing/inserting/insert-br-at-tabspan-002-expected.png: Added. |
| * editing/inserting/insert-br-at-tabspan-002-expected.txt: Added. |
| * editing/inserting/insert-br-at-tabspan-002.html: Added. |
| * editing/inserting/insert-br-at-tabspan-003-expected.checksum: Added. |
| * editing/inserting/insert-br-at-tabspan-003-expected.png: Added. |
| * editing/inserting/insert-br-at-tabspan-003-expected.txt: Added. |
| * editing/inserting/insert-br-at-tabspan-003.html: Added. |
| * editing/inserting/insert-text-at-tabspan-001-expected.checksum: Added. |
| * editing/inserting/insert-text-at-tabspan-001-expected.png: Added. |
| * editing/inserting/insert-text-at-tabspan-001-expected.txt: Added. |
| * editing/inserting/insert-text-at-tabspan-001.html: Added. |
| * editing/inserting/insert-text-at-tabspan-002-expected.checksum: Added. |
| * editing/inserting/insert-text-at-tabspan-002-expected.png: Added. |
| * editing/inserting/insert-text-at-tabspan-002-expected.txt: Added. |
| * editing/inserting/insert-text-at-tabspan-002.html: Added. |
| * editing/inserting/insert-text-at-tabspan-003-expected.checksum: Added. |
| * editing/inserting/insert-text-at-tabspan-003-expected.png: Added. |
| * editing/inserting/insert-text-at-tabspan-003-expected.txt: Added. |
| * editing/inserting/insert-text-at-tabspan-003.html: Added. |
| * editing/pasteboard/paste-text-at-tabspan-001-expected.checksum: Added. |
| * editing/pasteboard/paste-text-at-tabspan-001-expected.png: Added. |
| * editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added. |
| * editing/pasteboard/paste-text-at-tabspan-001.html: Added. |
| * editing/pasteboard/paste-text-at-tabspan-002-expected.checksum: Added. |
| * editing/pasteboard/paste-text-at-tabspan-002-expected.png: Added. |
| * editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added. |
| * editing/pasteboard/paste-text-at-tabspan-002.html: Added. |
| * editing/pasteboard/paste-text-at-tabspan-003-expected.checksum: Added. |
| * editing/pasteboard/paste-text-at-tabspan-003-expected.png: Added. |
| * editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added. |
| * editing/pasteboard/paste-text-at-tabspan-003.html: Added. |
| |
| 2005-11-07 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Eric, Geoff and Darin. |
| |
| - added test cases for <rdar://problem/4118258> XML DOM trees freed prematurely unless reference held to document node (causes crash) |
| |
| Also updated the GC tests to try a little harder to trigger GC, |
| the old way might not work as well with the reworking of SimpleNumber. |
| |
| * fast/dom/gc-1.html: |
| * fast/dom/gc-2.html: |
| * fast/dom/gc-3.html: |
| * fast/dom/gc-5.html: |
| * fast/dom/gc-6-expected.txt: Added. |
| * fast/dom/gc-6.html: Added. |
| * fast/dom/gc-7-expected.txt: Added. |
| * fast/dom/gc-7.html: Added. |
| |
| 2005-11-07 David Harrison <harrison@apple.com> |
| |
| Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=3739 |
| Unreproducible - Assertion failure in isEqualIgnoringAffinity on double-click |
| |
| * editing/selection/doubleclick-crash-expected.checksum: Added. |
| * editing/inserting/doubleclick-crash-expected.png: Added. |
| * editing/inserting/doubleclick-crash-expected.txt: Added. |
| * editing/inserting/doubleclick-crash.html: Added. |
| |
| 2005-11-07 Justin Garcia <justin.garcia@apple.com> |
| |
| Reviewed by harrison |
| |
| New/updated layout tests for fixes for: |
| |
| <rdar://problem/4125131> REGRESSION (Mail): after certain steps, |
| extra blank line appears when typing past end of reply-quoted text |
| <rdar://problem/4024996> Applying block styles can cause assertion |
| failure in inline style removal |
| |
| * editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: |
| * editing/deleting/delete-br-011-expected.checksum: |
| * editing/deleting/delete-br-011-expected.png: |
| * editing/deleting/delete-br-011-expected.txt: |
| * editing/inserting/insert-3786362-fix-expected.txt: |
| * editing/inserting/insert-at-end-01-expected.checksum: Added. |
| * editing/inserting/insert-at-end-01-expected.png: Added. |
| * editing/inserting/insert-at-end-01-expected.txt: Added. |
| * editing/inserting/insert-at-end-01.html: Added. |
| * editing/inserting/insert-at-end-02-expected.checksum: Added. |
| * editing/inserting/insert-at-end-02-expected.png: Added. |
| * editing/inserting/insert-at-end-02-expected.txt: Added. |
| * editing/inserting/insert-at-end-02.html: Added. |
| |
| 2005-11-06 Geoffrey Garen <ggaren@apple.com> |
| |
| Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5571 |
| REGRESSION (412.5-TOT): duplicated words/sentences at |
| shakespeer.sourceforge.net |
| |
| Also renamed previous test for consistency. |
| |
| * fast/js/regexp-big-unicode-ranges-expected.txt: Removed. |
| * fast/js/regexp-big-unicode-ranges.html: Removed. |
| * fast/js/regexp-extended-characters-crash-expected.txt: Added. |
| * fast/js/regexp-extended-characters-crash.html: Added. |
| * fast/js/regexp-extended-characters-match-expected.txt: Added. |
| * fast/js/regexp-extended-characters-match.html: Added. |
| |
| 2005-11-05 Geoffrey Garen <ggaren@apple.com> |
| |
| Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5357 |
| REGRESSION: Scriptable plugin hides properties of OBJECT element |
| |
| * fast/dom/object-plugin-hides-properties.html: Added. |
| * fast/js/object-plugin-hides-properties-expected.txt: Added. |
| |
| 2005-11-05 Geoffrey Garen <ggaren@apple.com> |
| |
| Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5409 |
| slice() testcase doesn't pass |
| |
| * fast/js/string-slice-abnormal-values.html: Added. |
| * fast/js/string-slice-abnormal-values-expected.txt: Added. |
| |
| 2005-11-04 Darin Adler <darin@apple.com> |
| |
| - added pixel results for a bunch of tests that didn't have them |
| |
| * fast/block/basic/021-expected.checksum: Added. |
| * fast/block/basic/021-expected.png: Added. |
| * fast/block/positioning/062-expected.checksum: Added. |
| * fast/block/positioning/062-expected.png: Added. |
| * fast/box-sizing/box-sizing-expected.checksum: Added. |
| * fast/box-sizing/box-sizing-expected.png: Added. |
| * fast/box-sizing/panels-one-expected.checksum: Added. |
| * fast/box-sizing/panels-one-expected.png: Added. |
| * fast/box-sizing/panels-two-expected.checksum: Added. |
| * fast/box-sizing/panels-two-expected.png: Added. |
| * fast/box-sizing/percentage-height-expected.checksum: Added. |
| * fast/box-sizing/percentage-height-expected.png: Added. |
| * fast/css-generated-content/014-expected.checksum: Added. |
| * fast/css-generated-content/014-expected.png: Added. |
| * fast/events/event-targets-expected.checksum: Added. |
| * fast/events/event-targets-expected.png: Added. |
| * fast/forms/blankbuttons-expected.checksum: Added. |
| * fast/forms/blankbuttons-expected.png: Added. |
| * fast/forms/button-positioned-expected.checksum: Added. |
| * fast/forms/button-positioned-expected.png: Added. |
| * fast/forms/indeterminate-expected.checksum: Added. |
| * fast/forms/indeterminate-expected.png: Added. |
| * fast/frames/calculate-fixed-expected.checksum: Added. |
| * fast/frames/calculate-fixed-expected.png: Added. |
| * fast/frames/calculate-order-expected.checksum: Added. |
| * fast/frames/calculate-order-expected.png: Added. |
| * fast/frames/calculate-percentage-expected.checksum: Added. |
| * fast/frames/calculate-percentage-expected.png: Added. |
| * fast/frames/calculate-relative-expected.checksum: Added. |
| * fast/frames/calculate-relative-expected.png: Added. |
| * fast/frames/calculate-round-expected.checksum: Added. |
| * fast/frames/calculate-round-expected.png: Added. |
| |
| 2005-11-03 Adele Peterson <adele@apple.com> |
| |
| Test for... |
| <rdar://problem/3612121> setting focus, by tabbing, searching, or with JavaScript does not scroll overflow:auto/scroll/overlay to reveal focused element (3480) |
| |
| * fast/overflow/resources/scrollButton1.html: Added. |
| * fast/overflow/scrollRevealButton-expected.checksum: Added. |
| * fast/overflow/scrollRevealButton-expected.png: Added. |
| * fast/overflow/scrollRevealButton-expected.txt: Added. |
| * fast/overflow/scrollRevealButton.html: Added. |
| |
| 2005-11-03 David Harrison <harrison@apple.com> |
| |
| Other files that should have been included with my previous commit. |
| |
| * editing/editing.js: |
| * editing/inserting/insert-br-quoted-001-expected.checksum: Added. |
| * editing/inserting/insert-br-quoted-002-expected.checksum: Added. |
| * editing/inserting/insert-br-quoted-003-expected.checksum: Added. |
| * editing/inserting/insert-br-quoted-004-expected.checksum: Added. |
| * editing/inserting/insert-br-quoted-005-expected.checksum: Added. |
| * editing/inserting/insert-br-quoted-006-expected.checksum: Added. |
| |
| 2005-11-03 Geoffrey Garen <ggaren@apple.com> |
| |
| Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5602 |
| REGRESSION: RegExp("[^\\s$]+", "g") returns extra matches |
| |
| * fast/js/regexp-lastindex.html: Added. |
| * fast/js/regexp-lastindex-expected.txt: Added. |
| |
| 2005-11-02 David Harrison <harrison@apple.com> |
| |
| Reviewed by Justin. |
| |
| Tests for... |
| <rdar://problem/4017861> in reply, extra line is inserted after pressing return on blank quoted line |
| |
| * editing/editing.js: |
| * editing/inserting/insert-br-quoted-001-expected.png: Added. |
| * editing/inserting/insert-br-quoted-001-expected.txt: Added. |
| * editing/inserting/insert-br-quoted-001.html: Added. |
| * editing/inserting/insert-br-quoted-002-expected.png: Added. |
| * editing/inserting/insert-br-quoted-002-expected.txt: Added. |
| * editing/inserting/insert-br-quoted-002.html: Added. |
| * editing/inserting/insert-br-quoted-003-expected.png: Added. |
| * editing/inserting/insert-br-quoted-003-expected.txt: Added. |
| * editing/inserting/insert-br-quoted-003.html: Added. |
| * editing/inserting/insert-br-quoted-004-expected.png: Added. |
| * editing/inserting/insert-br-quoted-004-expected.txt: Added. |
| * editing/inserting/insert-br-quoted-004.html: Added. |
| * editing/inserting/insert-br-quoted-005-expected.png: Added. |
| * editing/inserting/insert-br-quoted-005-expected.txt: Added. |
| * editing/inserting/insert-br-quoted-005.html: Added. |
| * editing/inserting/insert-br-quoted-006-expected.png: Added. |
| * editing/inserting/insert-br-quoted-006-expected.txt: Added. |
| * editing/inserting/insert-br-quoted-006.html: Added. |
| |
| 2005-11-01 Anders Carlsson <andersca@mac.com> |
| |
| Reviewed by Darin. |
| |
| - update tests for <http://bugzilla.opendarwin.org/show_bug.cgi?id=5572> |
| Implement textContent property. |
| |
| * dom/xhtml/level3/core/nodegettextcontent06-expected.txt: |
| * dom/xhtml/level3/core/nodegettextcontent07-expected.txt: |
| * dom/xhtml/level3/core/nodegettextcontent08-expected.txt: |
| * dom/xhtml/level3/core/nodegettextcontent09-expected.txt: |
| * dom/xhtml/level3/core/nodegettextcontent10-expected.txt: |
| * dom/xhtml/level3/core/nodegettextcontent11-expected.txt: |
| * dom/xhtml/level3/core/nodegettextcontent12-expected.txt: |
| * dom/xhtml/level3/core/nodegettextcontent13-expected.txt: |
| * dom/xhtml/level3/core/nodegettextcontent14-expected.txt: |
| * dom/xhtml/level3/core/nodesettextcontent03-expected.txt: |
| * dom/xhtml/level3/core/nodesettextcontent12-expected.txt: |
| These now pass. |
| |
| * dom/xhtml/level3/core/nodegettextcontent17-expected.txt: |
| This still fails, but now because entity references are unsupported. |
| |
| 2005-10-31 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by hyatt. |
| |
| Test cases for XLST recursion check. |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5529 |
| |
| * fast/xsl/resources/xslt-recursion-chain1.xsl: Added. |
| * fast/xsl/resources/xslt-recursion-chain2.xsl: Added. |
| * fast/xsl/xslt-recursion-expected.txt: Added. |
| * fast/xsl/xslt-recursion.xml: Added. |
| |
| 2005-10-31 Timothy Hatcher <timothy@apple.com> |
| |
| Added a correct expected image. |
| |
| * fast/dom/dom-parse-serialize-display-expected.checksum: |
| * fast/dom/dom-parse-serialize-display-expected.png: |
| |
| 2005-10-27 David Harrison <harrison@apple.com> |
| |
| Reviewed by Justin Garcia and Dave Hyatt. |
| |
| Test cases for <rdar://problem/4134884>. |
| |
| * fast/events/event-targets-expected.txt: Added. |
| * fast/events/event-targets.html: Added. |
| |
| 2005-10-27 Geoffrey Garen <ggaren@apple.com> |
| |
| Layout test included with http://bugzilla.opendarwin.org/show_bug.cgi?id=5303 |
| TextInputController should support attributed strings |
| |
| * fast/forms/attributed-strings-expected.txt: Added. |
| * fast/forms/attributed-strings.html: Added. |
| |
| 2005-10-27 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by darin. |
| |
| Test cases for the new XSLTProcessor JS object. |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=3275 |
| |
| * fast/xsl/xslt-processer-expected.txt: Added. |
| * fast/xsl/xslt-processer.html: Added. |
| |
| 2005-10-26 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by mjs & darin. |
| |
| Test case updates for XML serialization fixes. |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5404 |
| |
| * fast/dom/dom-parse-serialize-display-expected.txt: |
| * fast/innerHTML/004-expected.txt: Added. |
| * fast/innerHTML/004.xhtml: Added. |
| * fast/innerHTML/005-expected.txt: Added. |
| * fast/innerHTML/005.html: Added. |
| |
| 2005-10-26 Anders Carlsson <andersca@mac.com> |
| |
| Reviewed by Maciej. |
| |
| - Update test cases for <http://bugzilla.opendarwin.org/show_bug.cgi?id=5513> |
| Implement isEqualNode. |
| |
| * dom/xhtml/level3/core/nodeisequalnode01-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode02-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode04-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode06-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode07-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode10-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode11-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode12-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode13-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode14-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode19-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode20-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode22-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode28-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode29-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode31-expected.txt: |
| * dom/xhtml/level3/core/nodeisequalnode32-expected.txt: |
| These now pass. |
| |
| * dom/xhtml/level3/core/nodeisequalnode21-expected.txt: |
| This now fails because doctype is null. |
| |
| 2005-10-25 Darin Adler <darin@apple.com> |
| |
| * dom/xhtml/level1/core/hc_documentgetdoctype-expected.txt: Expect success. |
| |
| 2005-10-25 Maciej Stachowiak <mjs@apple.com> |
| |
| Update isSameNode results back, now that the fix is landed. |
| |
| * dom/xhtml/level3/core/nodeissamenode01-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode02-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode03-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode04-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode05-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode06-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode10-expected.txt: |
| |
| 2005-10-25 Beth Dakin <bdakin@apple.com> |
| |
| Layout test for <rdar://problem/4148730> SureSec si#182 safari heap overflow |
| The fix is in WebCore. |
| |
| * fast/table/giantRowspan-expected.checksum: Added. |
| * fast/table/giantRowspan-expected.png: Added. |
| * fast/table/giantRowspan-expected.txt: Added. |
| * fast/table/giantRowspan.html: Added. |
| |
| 2005-10-25 Vicki Murley <vicki@apple.com> |
| |
| - updated results for <rdar://problem/4288276> DOM tests expect hierarchy exception |
| adding wrong types of nodes to parents (4568) |
| |
| * dom/html/level1/core/hc_attrappendchild2-expected.txt: |
| * dom/html/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt: |
| * dom/html/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt: |
| * dom/html/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt: |
| * dom/xhtml/level1/core/hc_attrappendchild2-expected.txt: |
| * dom/xhtml/level1/core/hc_attrappendchild4-expected.txt: |
| * dom/xhtml/level1/core/hc_attrinsertbefore5-expected.txt: |
| * dom/xhtml/level1/core/hc_attrinsertbefore7-expected.txt: |
| * dom/xhtml/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt: |
| * dom/xhtml/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt: |
| * dom/xhtml/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt: |
| * dom/xhtml/level3/core/nodeinsertbefore03-expected.txt: |
| * dom/xhtml/level3/core/nodeinsertbefore20-expected.txt: |
| * dom/xhtml/level3/core/nodereplacechild20-expected.txt: |
| * dom/xhtml/level3/core/nodereplacechild35-expected.txt: |
| |
| 2005-10-25 Darin Adler <darin@apple.com> |
| |
| - added test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4945 |
| event init calls should not do anything if the event has already been dispatched |
| |
| * fast/events/init-event-after-dispatch-expected.txt: Added. |
| * fast/events/init-event-after-dispatch.html: Added. |
| |
| 2005-10-24 Geoffrey Garen <ggaren@apple.com> |
| |
| Reviewed by hyatt. |
| |
| Layout tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=3587 |
| Frameset size calculation does not resize or distribute evenly |
| |
| * dom/xhtml/level2/html/HTMLBaseElement02-expected.txt: |
| * dom/xhtml/level2/html/frame-expected.txt: |
| * fast/frames/calculate-fixed-expected.txt: Added. |
| * fast/frames/calculate-fixed.html: Added. |
| * fast/frames/calculate-order-expected.txt: Added. |
| * fast/frames/calculate-order.html: Added. |
| * fast/frames/calculate-percentage-expected.txt: Added. |
| * fast/frames/calculate-percentage.html: Added. |
| * fast/frames/calculate-relative-expected.txt: Added. |
| * fast/frames/calculate-relative.html: Added. |
| * fast/frames/calculate-round-expected.txt: Added. |
| * fast/frames/calculate-round.html: Added. |
| * fast/frames/empty-frame-src-expected.txt: |
| * fast/frames/invalid-expected.txt: |
| * fast/frames/valid-expected.txt: |
| |
| 2005-10-24 Timothy Hatcher <timothy@apple.com> |
| |
| Reviewed by Maciej. |
| |
| Added the CSS 2.1 test suite (this test suite is not final). |
| http://www.w3.org/Style/CSS/Test/CSS2.1/current/ |
| |
| * css2.1/support/1x1-green.png: Added. |
| * css2.1/support/1x1-lime.png: Added. |
| * css2.1/support/1x1-red.png: Added. |
| * css2.1/support/1x1-transparent.gif: Added. |
| * css2.1/support/1x1-transparent.png: Added. |
| * css2.1/support/a-green.css: Added. |
| * css2.1/support/b-green.css: Added. |
| * css2.1/support/c-red.css: Added. |
| * css2.1/support/cat.png: Added. |
| * css2.1/support/css1test412a.png: Added. |
| * css2.1/support/css1test412b-a.png: Added. |
| * css2.1/support/css1test412b-b.png: Added. |
| * css2.1/support/css1test42a.png: Added. |
| * css2.1/support/css1test44a.png: Added. |
| * css2.1/support/css1test44b.png: Added. |
| * css2.1/support/css1test44c.png: Added. |
| * css2.1/support/css1test44d.png: Added. |
| * css2.1/support/css1test544b.png: Added. |
| * css2.1/support/css1test545.png: Added. |
| * css2.1/support/css1test548d.png: Added. |
| * css2.1/support/css1test548e.png: Added. |
| * css2.1/support/css1test5510-i.png: Added. |
| * css2.1/support/css1test5525b-0.png: Added. |
| * css2.1/support/css1test5525b-1.png: Added. |
| * css2.1/support/css1test5525b-2.png: Added. |
| * css2.1/support/css1test5525b-3.png: Added. |
| * css2.1/support/css1test5525b-4.png: Added. |
| * css2.1/support/css1test5525b-5.png: Added. |
| * css2.1/support/css1test5525b-6.png: Added. |
| * css2.1/support/css1test5525ce-1.png: Added. |
| * css2.1/support/css1test5525ce-2.png: Added. |
| * css2.1/support/css1test5525cf-0.png: Added. |
| * css2.1/support/css1test5525cf-1.png: Added. |
| * css2.1/support/css1test5526.png: Added. |
| * css2.1/support/css1test5526c.gif: Added. |
| * css2.1/support/css1test5526c.png: Added. |
| * css2.1/support/css1test562.png: Added. |
| * css2.1/support/css1test566a.png: Added. |
| * css2.1/support/css1test62-inner.png: Added. |
| * css2.1/support/css1test62-outer.png: Added. |
| * css2.1/support/css1test64a.css: Added. |
| * css2.1/support/css1test64b.css: Added. |
| * css2.1/support/pattern-gg-gr.png: Added. |
| * css2.1/support/pattern-grg-rgr-grg.png: Added. |
| * css2.1/support/pattern-grg-rrg-rgg.png: Added. |
| * css2.1/support/pattern-rgr-grg-rgr.png: Added. |
| * css2.1/support/pattern-tr.png: Added. |
| * css2.1/support/ruler-h-50%.png: Added. |
| * css2.1/support/ruler-h-50px.png: Added. |
| * css2.1/support/ruler-v-100px.png: Added. |
| * css2.1/support/ruler-v-50px.png: Added. |
| * css2.1/support/square-purple.png: Added. |
| * css2.1/support/square-teal.png: Added. |
| * css2.1/support/square-white.png: Added. |
| * css2.1/support/support/swatch-green.png: Added. |
| * css2.1/support/support/swatch-red.png: Added. |
| * css2.1/support/swatch-blue.png: Added. |
| * css2.1/support/swatch-green.png: Added. |
| * css2.1/support/swatch-lime.png: Added. |
| * css2.1/support/swatch-orange.png: Added. |
| * css2.1/support/swatch-red.png: Added. |
| * css2.1/support/swatch-white.png: Added. |
| * css2.1/support/swatch-yellow.png: Added. |
| * css2.1/support/test-bl.gif: Added. |
| * css2.1/support/test-bl.png: Added. |
| * css2.1/support/test-br.gif: Added. |
| * css2.1/support/test-br.png: Added. |
| * css2.1/support/test-inner-half-size.png: Added. |
| * css2.1/support/test-outer.png: Added. |
| * css2.1/support/test-tl.gif: Added. |
| * css2.1/support/test-tl.png: Added. |
| * css2.1/support/test-tr.gif: Added. |
| * css2.1/support/test-tr.png: Added. |
| * css2.1/t040109-c17-comments-00-b-expected.checksum: Added. |
| * css2.1/t040109-c17-comments-00-b-expected.png: Added. |
| * css2.1/t040109-c17-comments-00-b-expected.txt: Added. |
| * css2.1/t040109-c17-comments-00-b.html: Added. |
| * css2.1/t040109-c17-comments-01-b-expected.checksum: Added. |
| * css2.1/t040109-c17-comments-01-b-expected.png: Added. |
| * css2.1/t040109-c17-comments-01-b-expected.txt: Added. |
| * css2.1/t040109-c17-comments-01-b.html: Added. |
| * css2.1/t0402-c71-fwd-parsing-00-f-expected.checksum: Added. |
| * css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Added. |
| * css2.1/t0402-c71-fwd-parsing-00-f-expected.txt: Added. |
| * css2.1/t0402-c71-fwd-parsing-00-f.html: Added. |
| * css2.1/t0402-c71-fwd-parsing-01-f-expected.checksum: Added. |
| * css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Added. |
| * css2.1/t0402-c71-fwd-parsing-01-f-expected.txt: Added. |
| * css2.1/t0402-c71-fwd-parsing-01-f.html: Added. |
| * css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum: Added. |
| * css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Added. |
| * css2.1/t0402-c71-fwd-parsing-02-f-expected.txt: Added. |
| * css2.1/t0402-c71-fwd-parsing-02-f.html: Added. |
| * css2.1/t0402-c71-fwd-parsing-03-f-expected.checksum: Added. |
| * css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Added. |
| * css2.1/t0402-c71-fwd-parsing-03-f-expected.txt: Added. |
| * css2.1/t0402-c71-fwd-parsing-03-f.html: Added. |
| * css2.1/t0402-c71-fwd-parsing-04-f-expected.checksum: Added. |
| * css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Added. |
| * css2.1/t0402-c71-fwd-parsing-04-f-expected.txt: Added. |
| * css2.1/t0402-c71-fwd-parsing-04-f.html: Added. |
| * css2.1/t040302-c61-ex-len-00-b-a-expected.checksum: Added. |
| * css2.1/t040302-c61-ex-len-00-b-a-expected.png: Added. |
| * css2.1/t040302-c61-ex-len-00-b-a-expected.txt: Added. |
| * css2.1/t040302-c61-ex-len-00-b-a.html: Added. |
| * css2.1/t040302-c61-phys-len-00-b-expected.checksum: Added. |
| * css2.1/t040302-c61-phys-len-00-b-expected.png: Added. |
| * css2.1/t040302-c61-phys-len-00-b-expected.txt: Added. |
| * css2.1/t040302-c61-phys-len-00-b.html: Added. |
| * css2.1/t040302-c61-rel-len-00-b-ag-expected.checksum: Added. |
| * css2.1/t040302-c61-rel-len-00-b-ag-expected.png: Added. |
| * css2.1/t040302-c61-rel-len-00-b-ag-expected.txt: Added. |
| * css2.1/t040302-c61-rel-len-00-b-ag.html: Added. |
| * css2.1/t040303-c62-percent-00-b-ag-expected.checksum: Added. |
| * css2.1/t040303-c62-percent-00-b-ag-expected.png: Added. |
| * css2.1/t040303-c62-percent-00-b-ag-expected.txt: Added. |
| * css2.1/t040303-c62-percent-00-b-ag.html: Added. |
| * css2.1/t040304-c64-uri-00-a-g-expected.checksum: Added. |
| * css2.1/t040304-c64-uri-00-a-g-expected.png: Added. |
| * css2.1/t040304-c64-uri-00-a-g-expected.txt: Added. |
| * css2.1/t040304-c64-uri-00-a-g.html: Added. |
| * css2.1/t040306-c63-color-00-b-ag-expected.checksum: Added. |
| * css2.1/t040306-c63-color-00-b-ag-expected.png: Added. |
| * css2.1/t040306-c63-color-00-b-ag-expected.txt: Added. |
| * css2.1/t040306-c63-color-00-b-ag.html: Added. |
| * css2.1/t050201-c12-grouping-00-b-expected.checksum: Added. |
| * css2.1/t050201-c12-grouping-00-b-expected.png: Added. |
| * css2.1/t050201-c12-grouping-00-b-expected.txt: Added. |
| * css2.1/t050201-c12-grouping-00-b.html: Added. |
| * css2.1/t0505-c16-descendant-00-e-expected.checksum: Added. |
| * css2.1/t0505-c16-descendant-00-e-expected.png: Added. |
| * css2.1/t0505-c16-descendant-00-e-expected.txt: Added. |
| * css2.1/t0505-c16-descendant-00-e.html: Added. |
| * css2.1/t0505-c16-descendant-01-e-expected.checksum: Added. |
| * css2.1/t0505-c16-descendant-01-e-expected.png: Added. |
| * css2.1/t0505-c16-descendant-01-e-expected.txt: Added. |
| * css2.1/t0505-c16-descendant-01-e.html: Added. |
| * css2.1/t0505-c16-descendant-02-e-expected.checksum: Added. |
| * css2.1/t0505-c16-descendant-02-e-expected.png: Added. |
| * css2.1/t0505-c16-descendant-02-e-expected.txt: Added. |
| * css2.1/t0505-c16-descendant-02-e.html: Added. |
| * css2.1/t050803-c14-classes-00-e-expected.checksum: Added. |
| * css2.1/t050803-c14-classes-00-e-expected.png: Added. |
| * css2.1/t050803-c14-classes-00-e-expected.txt: Added. |
| * css2.1/t050803-c14-classes-00-e.html: Added. |
| * css2.1/t0509-c15-ids-00-a-expected.checksum: Added. |
| * css2.1/t0509-c15-ids-00-a-expected.png: Added. |
| * css2.1/t0509-c15-ids-00-a-expected.txt: Added. |
| * css2.1/t0509-c15-ids-00-a.html: Added. |
| * css2.1/t0509-c15-ids-01-e-expected.checksum: Added. |
| * css2.1/t0509-c15-ids-01-e-expected.png: Added. |
| * css2.1/t0509-c15-ids-01-e-expected.txt: Added. |
| * css2.1/t0509-c15-ids-01-e.html: Added. |
| * css2.1/t0510-c25-pseudo-elmnt-00-c-expected.checksum: Added. |
| * css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Added. |
| * css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt: Added. |
| * css2.1/t0510-c25-pseudo-elmnt-00-c.html: Added. |
| * css2.1/t0511-c21-pseud-anch-00-e-i-expected.checksum: Added. |
| * css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Added. |
| * css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt: Added. |
| * css2.1/t0511-c21-pseud-anch-00-e-i.html: Added. |
| * css2.1/t0511-c21-pseud-link-00-e-expected.checksum: Added. |
| * css2.1/t0511-c21-pseud-link-00-e-expected.png: Added. |
| * css2.1/t0511-c21-pseud-link-00-e-expected.txt: Added. |
| * css2.1/t0511-c21-pseud-link-00-e.html: Added. |
| * css2.1/t0511-c21-pseud-link-01-e-expected.checksum: Added. |
| * css2.1/t0511-c21-pseud-link-01-e-expected.png: Added. |
| * css2.1/t0511-c21-pseud-link-01-e-expected.txt: Added. |
| * css2.1/t0511-c21-pseud-link-01-e.html: Added. |
| * css2.1/t0511-c21-pseud-link-02-e-expected.checksum: Added. |
| * css2.1/t0511-c21-pseud-link-02-e-expected.png: Added. |
| * css2.1/t0511-c21-pseud-link-02-e-expected.txt: Added. |
| * css2.1/t0511-c21-pseud-link-02-e.html: Added. |
| * css2.1/t0511-c21-pseud-link-03-e-expected.checksum: Added. |
| * css2.1/t0511-c21-pseud-link-03-e-expected.png: Added. |
| * css2.1/t0511-c21-pseud-link-03-e-expected.txt: Added. |
| * css2.1/t0511-c21-pseud-link-03-e.html: Added. |
| * css2.1/t051103-c21-activ-ln-00-e-i-expected.checksum: Added. |
| * css2.1/t051103-c21-activ-ln-00-e-i-expected.png: Added. |
| * css2.1/t051103-c21-activ-ln-00-e-i-expected.txt: Added. |
| * css2.1/t051103-c21-activ-ln-00-e-i.html: Added. |
| * css2.1/t051103-c21-focus-ln-00-e-i-expected.checksum: Added. |
| * css2.1/t051103-c21-focus-ln-00-e-i-expected.png: Added. |
| * css2.1/t051103-c21-focus-ln-00-e-i-expected.txt: Added. |
| * css2.1/t051103-c21-focus-ln-00-e-i.html: Added. |
| * css2.1/t051103-c21-hover-ln-00-e-i-expected.checksum: Added. |
| * css2.1/t051103-c21-hover-ln-00-e-i-expected.png: Added. |
| * css2.1/t051103-c21-hover-ln-00-e-i-expected.txt: Added. |
| * css2.1/t051103-c21-hover-ln-00-e-i.html: Added. |
| * css2.1/t051201-c23-first-line-00-b-expected.checksum: Added. |
| * css2.1/t051201-c23-first-line-00-b-expected.png: Added. |
| * css2.1/t051201-c23-first-line-00-b-expected.txt: Added. |
| * css2.1/t051201-c23-first-line-00-b.html: Added. |
| * css2.1/t051202-c24-first-lttr-00-b-expected.checksum: Added. |
| * css2.1/t051202-c24-first-lttr-00-b-expected.png: Added. |
| * css2.1/t051202-c24-first-lttr-00-b-expected.txt: Added. |
| * css2.1/t051202-c24-first-lttr-00-b.html: Added. |
| * css2.1/t051202-c26-psudo-nest-00-c-expected.checksum: Added. |
| * css2.1/t051202-c26-psudo-nest-00-c-expected.png: Added. |
| * css2.1/t051202-c26-psudo-nest-00-c-expected.txt: Added. |
| * css2.1/t051202-c26-psudo-nest-00-c.html: Added. |
| * css2.1/t0602-c13-inh-underlin-00-e-expected.checksum: Added. |
| * css2.1/t0602-c13-inh-underlin-00-e-expected.png: Added. |
| * css2.1/t0602-c13-inh-underlin-00-e-expected.txt: Added. |
| * css2.1/t0602-c13-inh-underlin-00-e.html: Added. |
| * css2.1/t0602-c13-inheritance-00-e-expected.checksum: Added. |
| * css2.1/t0602-c13-inheritance-00-e-expected.png: Added. |
| * css2.1/t0602-c13-inheritance-00-e-expected.txt: Added. |
| * css2.1/t0602-c13-inheritance-00-e.html: Added. |
| * css2.1/t0603-c11-import-00-b-expected.checksum: Added. |
| * css2.1/t0603-c11-import-00-b-expected.png: Added. |
| * css2.1/t0603-c11-import-00-b-expected.txt: Added. |
| * css2.1/t0603-c11-import-00-b.html: Added. |
| * css2.1/t060401-c32-cascading-00-b-expected.checksum: Added. |
| * css2.1/t060401-c32-cascading-00-b-expected.png: Added. |
| * css2.1/t060401-c32-cascading-00-b-expected.txt: Added. |
| * css2.1/t060401-c32-cascading-00-b.html: Added. |
| * css2.1/t060402-c31-important-00-b-expected.checksum: Added. |
| * css2.1/t060402-c31-important-00-b-expected.png: Added. |
| * css2.1/t060402-c31-important-00-b-expected.txt: Added. |
| * css2.1/t060402-c31-important-00-b.html: Added. |
| * css2.1/t060403-c21-pseu-cls-00-e-i-expected.checksum: Added. |
| * css2.1/t060403-c21-pseu-cls-00-e-i-expected.png: Added. |
| * css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt: Added. |
| * css2.1/t060403-c21-pseu-cls-00-e-i.html: Added. |
| * css2.1/t060403-c21-pseu-id-00-e-i-expected.checksum: Added. |
| * css2.1/t060403-c21-pseu-id-00-e-i-expected.png: Added. |
| * css2.1/t060403-c21-pseu-id-00-e-i-expected.txt: Added. |
| * css2.1/t060403-c21-pseu-id-00-e-i.html: Added. |
| * css2.1/t0801-c412-hz-box-00-b-a-expected.checksum: Added. |
| * css2.1/t0801-c412-hz-box-00-b-a-expected.png: Added. |
| * css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Added. |
| * css2.1/t0801-c412-hz-box-00-b-a.html: Added. |
| * css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Added. |
| * css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5501-imrgn-t-00-b-ag.html: Added. |
| * css2.1/t0803-c5501-mrgn-t-00-b-a-expected.checksum: Added. |
| * css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Added. |
| * css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Added. |
| * css2.1/t0803-c5501-mrgn-t-00-b-a.html: Added. |
| * css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Added. |
| * css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5502-imrgn-r-00-b-ag.html: Added. |
| * css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Added. |
| * css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5502-imrgn-r-01-b-ag.html: Added. |
| * css2.1/t0803-c5502-imrgn-r-02-b-a-expected.checksum: Added. |
| * css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Added. |
| * css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Added. |
| * css2.1/t0803-c5502-imrgn-r-02-b-a.html: Added. |
| * css2.1/t0803-c5502-imrgn-r-03-b-a-expected.checksum: Added. |
| * css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png: Added. |
| * css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Added. |
| * css2.1/t0803-c5502-imrgn-r-03-b-a.html: Added. |
| * css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Added. |
| * css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5502-imrgn-r-04-b-ag.html: Added. |
| * css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Added. |
| * css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5502-imrgn-r-05-b-ag.html: Added. |
| * css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Added. |
| * css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5502-imrgn-r-06-b-ag.html: Added. |
| * css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Added. |
| * css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Added. |
| * css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Added. |
| * css2.1/t0803-c5502-mrgn-r-00-c-ag.html: Added. |
| * css2.1/t0803-c5502-mrgn-r-01-c-a-expected.checksum: Added. |
| * css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: Added. |
| * css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Added. |
| * css2.1/t0803-c5502-mrgn-r-01-c-a.html: Added. |
| * css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum: Added. |
| * css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Added. |
| * css2.1/t0803-c5502-mrgn-r-02-c-expected.txt: Added. |
| * css2.1/t0803-c5502-mrgn-r-02-c.html: Added. |
| * css2.1/t0803-c5502-mrgn-r-03-c-expected.checksum: Added. |
| * css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Added. |
| * css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Added. |
| * css2.1/t0803-c5502-mrgn-r-03-c.html: Added. |
| * css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Added. |
| * css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Added. |
| * css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Added. |
| * css2.1/t0803-c5503-imrgn-b-00-b-a.html: Added. |
| * css2.1/t0803-c5503-mrgn-b-00-b-a-expected.checksum: Added. |
| * css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Added. |
| * css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Added. |
| * css2.1/t0803-c5503-mrgn-b-00-b-a.html: Added. |
| * css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Added. |
| * css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5504-imrgn-l-00-b-ag.html: Added. |
| * css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Added. |
| * css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5504-imrgn-l-01-b-ag.html: Added. |
| * css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Added. |
| * css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5504-imrgn-l-02-b-ag.html: Added. |
| * css2.1/t0803-c5504-imrgn-l-03-b-a-expected.checksum: Added. |
| * css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png: Added. |
| * css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Added. |
| * css2.1/t0803-c5504-imrgn-l-03-b-a.html: Added. |
| * css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Added. |
| * css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5504-imrgn-l-04-b-ag.html: Added. |
| * css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Added. |
| * css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5504-imrgn-l-05-b-ag.html: Added. |
| * css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Added. |
| * css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5504-imrgn-l-06-b-ag.html: Added. |
| * css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Added. |
| * css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Added. |
| * css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Added. |
| * css2.1/t0803-c5504-mrgn-l-00-c-ag.html: Added. |
| * css2.1/t0803-c5504-mrgn-l-01-c-a-expected.checksum: Added. |
| * css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: Added. |
| * css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Added. |
| * css2.1/t0803-c5504-mrgn-l-01-c-a.html: Added. |
| * css2.1/t0803-c5504-mrgn-l-02-c-expected.checksum: Added. |
| * css2.1/t0803-c5504-mrgn-l-02-c-expected.png: Added. |
| * css2.1/t0803-c5504-mrgn-l-02-c-expected.txt: Added. |
| * css2.1/t0803-c5504-mrgn-l-02-c.html: Added. |
| * css2.1/t0803-c5504-mrgn-l-03-c-expected.checksum: Added. |
| * css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Added. |
| * css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Added. |
| * css2.1/t0803-c5504-mrgn-l-03-c.html: Added. |
| * css2.1/t0803-c5505-imrgn-00-a-ag-expected.checksum: Added. |
| * css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Added. |
| * css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Added. |
| * css2.1/t0803-c5505-imrgn-00-a-ag.html: Added. |
| * css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Added. |
| * css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Added. |
| * css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Added. |
| * css2.1/t0803-c5505-mrgn-00-b-ag.html: Added. |
| * css2.1/t0803-c5505-mrgn-01-e-a-expected.checksum: Added. |
| * css2.1/t0803-c5505-mrgn-01-e-a-expected.png: Added. |
| * css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Added. |
| * css2.1/t0803-c5505-mrgn-01-e-a.html: Added. |
| * css2.1/t0803-c5505-mrgn-02-c-expected.checksum: Added. |
| * css2.1/t0803-c5505-mrgn-02-c-expected.png: Added. |
| * css2.1/t0803-c5505-mrgn-02-c-expected.txt: Added. |
| * css2.1/t0803-c5505-mrgn-02-c.html: Added. |
| * css2.1/t0803-c5505-mrgn-03-c-ag-expected.checksum: Added. |
| * css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: Added. |
| * css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Added. |
| * css2.1/t0803-c5505-mrgn-03-c-ag.html: Added. |
| * css2.1/t080301-c411-vt-mrgn-00-b-expected.checksum: Added. |
| * css2.1/t080301-c411-vt-mrgn-00-b-expected.png: Added. |
| * css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Added. |
| * css2.1/t080301-c411-vt-mrgn-00-b.html: Added. |
| * css2.1/t0804-c5506-ipadn-t-00-b-a-expected.checksum: Added. |
| * css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Added. |
| * css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Added. |
| * css2.1/t0804-c5506-ipadn-t-00-b-a.html: Added. |
| * css2.1/t0804-c5506-ipadn-t-01-b-a-expected.checksum: Added. |
| * css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Added. |
| * css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Added. |
| * css2.1/t0804-c5506-ipadn-t-01-b-a.html: Added. |
| * css2.1/t0804-c5506-ipadn-t-02-b-a-expected.checksum: Added. |
| * css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Added. |
| * css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Added. |
| * css2.1/t0804-c5506-ipadn-t-02-b-a.html: Added. |
| * css2.1/t0804-c5506-padn-t-00-b-a-expected.checksum: Added. |
| * css2.1/t0804-c5506-padn-t-00-b-a-expected.png: Added. |
| * css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Added. |
| * css2.1/t0804-c5506-padn-t-00-b-a.html: Added. |
| * css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.checksum: Added. |
| * css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Added. |
| * css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Added. |
| * css2.1/t0804-c5507-ipadn-r-00-b-ag.html: Added. |
| * css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.checksum: Added. |
| * css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Added. |
| * css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Added. |
| * css2.1/t0804-c5507-ipadn-r-01-b-ag.html: Added. |
| * css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.checksum: Added. |
| * css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Added. |
| * css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Added. |
| * css2.1/t0804-c5507-ipadn-r-02-b-ag.html: Added. |
| * css2.1/t0804-c5507-ipadn-r-03-b-a-expected.checksum: Added. |
| * css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png: Added. |
| * css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Added. |
| * css2.1/t0804-c5507-ipadn-r-03-b-a.html: Added. |
| * css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.checksum: Added. |
| * css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Added. |
| * css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Added. |
| * css2.1/t0804-c5507-ipadn-r-04-b-ag.html: Added. |
| * css2.1/t0804-c5507-padn-r-00-c-ag-expected.checksum: Added. |
| * css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Added. |
| * css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Added. |
| * css2.1/t0804-c5507-padn-r-00-c-ag.html: Added. |
| * css2.1/t0804-c5507-padn-r-01-c-a-expected.checksum: Added. |
| * css2.1/t0804-c5507-padn-r-01-c-a-expected.png: Added. |
| * css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Added. |
| * css2.1/t0804-c5507-padn-r-01-c-a.html: Added. |
| * css2.1/t0804-c5507-padn-r-02-f-expected.checksum: Added. |
| * css2.1/t0804-c5507-padn-r-02-f-expected.png: Added. |
| * css2.1/t0804-c5507-padn-r-02-f-expected.txt: Added. |
| * css2.1/t0804-c5507-padn-r-02-f.html: Added. |
| * css2.1/t0804-c5507-padn-r-03-f-expected.checksum: Added. |
| * css2.1/t0804-c5507-padn-r-03-f-expected.png: Added. |
| * css2.1/t0804-c5507-padn-r-03-f-expected.txt: Added. |
| * css2.1/t0804-c5507-padn-r-03-f.html: Added. |
| * css2.1/t0804-c5508-ipadn-b-00-b-a-expected.checksum: Added. |
| * css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Added. |
| * css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Added. |
| * css2.1/t0804-c5508-ipadn-b-00-b-a.html: Added. |
| * css2.1/t0804-c5508-ipadn-b-01-f-a-expected.checksum: Added. |
| * css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Added. |
| * css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Added. |
| * css2.1/t0804-c5508-ipadn-b-01-f-a.html: Added. |
| * css2.1/t0804-c5508-ipadn-b-02-b-a-expected.checksum: Added. |
| * css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Added. |
| * css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Added. |
| * css2.1/t0804-c5508-ipadn-b-02-b-a.html: Added. |
| * css2.1/t0804-c5508-ipadn-b-03-b-a-expected.checksum: Added. |
| * css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: Added. |
| * css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Added. |
| * css2.1/t0804-c5508-ipadn-b-03-b-a.html: Added. |
| * css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.checksum: Added. |
| * css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Added. |
| * css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Added. |
| * css2.1/t0804-c5509-ipadn-l-00-b-ag.html: Added. |
| * css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.checksum: Added. |
| * css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Added. |
| * css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Added. |
| * css2.1/t0804-c5509-ipadn-l-01-b-ag.html: Added. |
| * css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.checksum: Added. |
| * css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Added. |
| * css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Added. |
| * css2.1/t0804-c5509-ipadn-l-02-b-ag.html: Added. |
| * css2.1/t0804-c5509-ipadn-l-03-b-a-expected.checksum: Added. |
| * css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png: Added. |
| * css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Added. |
| * css2.1/t0804-c5509-ipadn-l-03-b-a.html: Added. |
| * css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.checksum: Added. |
| * css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Added. |
| * css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Added. |
| * css2.1/t0804-c5509-ipadn-l-04-f-ag.html: Added. |
| * css2.1/t0804-c5509-padn-l-00-b-ag-expected.checksum: Added. |
| * css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Added. |
| * css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Added. |
| * css2.1/t0804-c5509-padn-l-00-b-ag.html: Added. |
| * css2.1/t0804-c5509-padn-l-01-b-a-expected.checksum: Added. |
| * css2.1/t0804-c5509-padn-l-01-b-a-expected.png: Added. |
| * css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Added. |
| * css2.1/t0804-c5509-padn-l-01-b-a.html: Added. |
| * css2.1/t0804-c5509-padn-l-02-f-expected.checksum: Added. |
| * css2.1/t0804-c5509-padn-l-02-f-expected.png: Added. |
| * css2.1/t0804-c5509-padn-l-02-f-expected.txt: Added. |
| * css2.1/t0804-c5509-padn-l-02-f.html: Added. |
| * css2.1/t0804-c5509-padn-l-03-f-g-expected.checksum: Added. |
| * css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Added. |
| * css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added. |
| * css2.1/t0804-c5509-padn-l-03-f-g.html: Added. |
| * css2.1/t0804-c5510-ipadn-00-b-ag-expected.checksum: Added. |
| * css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Added. |
| * css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Added. |
| * css2.1/t0804-c5510-ipadn-00-b-ag.html: Added. |
| * css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Added. |
| * css2.1/t0804-c5510-padn-00-b-ag-expected.png: Added. |
| * css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Added. |
| * css2.1/t0804-c5510-padn-00-b-ag.html: Added. |
| * css2.1/t0804-c5510-padn-01-e-a-expected.checksum: Added. |
| * css2.1/t0804-c5510-padn-01-e-a-expected.png: Added. |
| * css2.1/t0804-c5510-padn-01-e-a-expected.txt: Added. |
| * css2.1/t0804-c5510-padn-01-e-a.html: Added. |
| * css2.1/t0804-c5510-padn-02-f-expected.checksum: Added. |
| * css2.1/t0804-c5510-padn-02-f-expected.png: Added. |
| * css2.1/t0804-c5510-padn-02-f-expected.txt: Added. |
| * css2.1/t0804-c5510-padn-02-f.html: Added. |
| * css2.1/t0805-c5511-brdr-tw-00-b-expected.checksum: Added. |
| * css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Added. |
| * css2.1/t0805-c5511-brdr-tw-00-b-expected.txt: Added. |
| * css2.1/t0805-c5511-brdr-tw-00-b.html: Added. |
| * css2.1/t0805-c5511-brdr-tw-01-b-g-expected.checksum: Added. |
| * css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Added. |
| * css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt: Added. |
| * css2.1/t0805-c5511-brdr-tw-01-b-g.html: Added. |
| * css2.1/t0805-c5511-brdr-tw-02-b-expected.checksum: Added. |
| * css2.1/t0805-c5511-brdr-tw-02-b-expected.png: Added. |
| * css2.1/t0805-c5511-brdr-tw-02-b-expected.txt: Added. |
| * css2.1/t0805-c5511-brdr-tw-02-b.html: Added. |
| * css2.1/t0805-c5511-brdr-tw-03-b-expected.checksum: Added. |
| * css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Added. |
| * css2.1/t0805-c5511-brdr-tw-03-b-expected.txt: Added. |
| * css2.1/t0805-c5511-brdr-tw-03-b.html: Added. |
| * css2.1/t0805-c5511-ibrdr-tw-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Added. |
| * css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt: Added. |
| * css2.1/t0805-c5511-ibrdr-tw-00-a.html: Added. |
| * css2.1/t0805-c5512-brdr-rw-00-b-expected.checksum: Added. |
| * css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Added. |
| * css2.1/t0805-c5512-brdr-rw-00-b-expected.txt: Added. |
| * css2.1/t0805-c5512-brdr-rw-00-b.html: Added. |
| * css2.1/t0805-c5512-brdr-rw-01-b-g-expected.checksum: Added. |
| * css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Added. |
| * css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt: Added. |
| * css2.1/t0805-c5512-brdr-rw-01-b-g.html: Added. |
| * css2.1/t0805-c5512-brdr-rw-02-b-expected.checksum: Added. |
| * css2.1/t0805-c5512-brdr-rw-02-b-expected.png: Added. |
| * css2.1/t0805-c5512-brdr-rw-02-b-expected.txt: Added. |
| * css2.1/t0805-c5512-brdr-rw-02-b.html: Added. |
| * css2.1/t0805-c5512-brdr-rw-03-b-expected.checksum: Added. |
| * css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Added. |
| * css2.1/t0805-c5512-brdr-rw-03-b-expected.txt: Added. |
| * css2.1/t0805-c5512-brdr-rw-03-b.html: Added. |
| * css2.1/t0805-c5512-ibrdr-rw-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Added. |
| * css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt: Added. |
| * css2.1/t0805-c5512-ibrdr-rw-00-a.html: Added. |
| * css2.1/t0805-c5513-brdr-bw-00-b-expected.checksum: Added. |
| * css2.1/t0805-c5513-brdr-bw-00-b-expected.png: Added. |
| * css2.1/t0805-c5513-brdr-bw-00-b-expected.txt: Added. |
| * css2.1/t0805-c5513-brdr-bw-00-b.html: Added. |
| * css2.1/t0805-c5513-brdr-bw-01-b-g-expected.checksum: Added. |
| * css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png: Added. |
| * css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt: Added. |
| * css2.1/t0805-c5513-brdr-bw-01-b-g.html: Added. |
| * css2.1/t0805-c5513-brdr-bw-02-b-expected.checksum: Added. |
| * css2.1/t0805-c5513-brdr-bw-02-b-expected.png: Added. |
| * css2.1/t0805-c5513-brdr-bw-02-b-expected.txt: Added. |
| * css2.1/t0805-c5513-brdr-bw-02-b.html: Added. |
| * css2.1/t0805-c5513-brdr-bw-03-b-expected.checksum: Added. |
| * css2.1/t0805-c5513-brdr-bw-03-b-expected.png: Added. |
| * css2.1/t0805-c5513-brdr-bw-03-b-expected.txt: Added. |
| * css2.1/t0805-c5513-brdr-bw-03-b.html: Added. |
| * css2.1/t0805-c5513-ibrdr-bw-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png: Added. |
| * css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt: Added. |
| * css2.1/t0805-c5513-ibrdr-bw-00-a.html: Added. |
| * css2.1/t0805-c5514-brdr-lw-00-b-expected.checksum: Added. |
| * css2.1/t0805-c5514-brdr-lw-00-b-expected.png: Added. |
| * css2.1/t0805-c5514-brdr-lw-00-b-expected.txt: Added. |
| * css2.1/t0805-c5514-brdr-lw-00-b.html: Added. |
| * css2.1/t0805-c5514-brdr-lw-01-b-g-expected.checksum: Added. |
| * css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png: Added. |
| * css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt: Added. |
| * css2.1/t0805-c5514-brdr-lw-01-b-g.html: Added. |
| * css2.1/t0805-c5514-brdr-lw-02-b-expected.checksum: Added. |
| * css2.1/t0805-c5514-brdr-lw-02-b-expected.png: Added. |
| * css2.1/t0805-c5514-brdr-lw-02-b-expected.txt: Added. |
| * css2.1/t0805-c5514-brdr-lw-02-b.html: Added. |
| * css2.1/t0805-c5514-brdr-lw-03-b-expected.checksum: Added. |
| * css2.1/t0805-c5514-brdr-lw-03-b-expected.png: Added. |
| * css2.1/t0805-c5514-brdr-lw-03-b-expected.txt: Added. |
| * css2.1/t0805-c5514-brdr-lw-03-b.html: Added. |
| * css2.1/t0805-c5514-ibrdr-lw-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png: Added. |
| * css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt: Added. |
| * css2.1/t0805-c5514-ibrdr-lw-00-a.html: Added. |
| * css2.1/t0805-c5515-brdr-w-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5515-brdr-w-00-a-expected.png: Added. |
| * css2.1/t0805-c5515-brdr-w-00-a-expected.txt: Added. |
| * css2.1/t0805-c5515-brdr-w-00-a.html: Added. |
| * css2.1/t0805-c5515-brdr-w-01-b-g-expected.checksum: Added. |
| * css2.1/t0805-c5515-brdr-w-01-b-g-expected.png: Added. |
| * css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt: Added. |
| * css2.1/t0805-c5515-brdr-w-01-b-g.html: Added. |
| * css2.1/t0805-c5515-brdr-w-02-b-expected.checksum: Added. |
| * css2.1/t0805-c5515-brdr-w-02-b-expected.png: Added. |
| * css2.1/t0805-c5515-brdr-w-02-b-expected.txt: Added. |
| * css2.1/t0805-c5515-brdr-w-02-b.html: Added. |
| * css2.1/t0805-c5515-ibrdr-00-b-expected.checksum: Added. |
| * css2.1/t0805-c5515-ibrdr-00-b-expected.png: Added. |
| * css2.1/t0805-c5515-ibrdr-00-b-expected.txt: Added. |
| * css2.1/t0805-c5515-ibrdr-00-b.html: Added. |
| * css2.1/t0805-c5516-brdr-c-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5516-brdr-c-00-a-expected.png: Added. |
| * css2.1/t0805-c5516-brdr-c-00-a-expected.txt: Added. |
| * css2.1/t0805-c5516-brdr-c-00-a.html: Added. |
| * css2.1/t0805-c5516-ibrdr-c-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: Added. |
| * css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt: Added. |
| * css2.1/t0805-c5516-ibrdr-c-00-a.html: Added. |
| * css2.1/t0805-c5517-brdr-s-00-c-expected.checksum: Added. |
| * css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added. |
| * css2.1/t0805-c5517-brdr-s-00-c-expected.txt: Added. |
| * css2.1/t0805-c5517-brdr-s-00-c.html: Added. |
| * css2.1/t0805-c5517-ibrdr-s-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5517-ibrdr-s-00-a-expected.png: Added. |
| * css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt: Added. |
| * css2.1/t0805-c5517-ibrdr-s-00-a.html: Added. |
| * css2.1/t0805-c5518-brdr-t-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5518-brdr-t-00-a-expected.png: Added. |
| * css2.1/t0805-c5518-brdr-t-00-a-expected.txt: Added. |
| * css2.1/t0805-c5518-brdr-t-00-a.html: Added. |
| * css2.1/t0805-c5518-brdr-t-01-e-expected.checksum: Added. |
| * css2.1/t0805-c5518-brdr-t-01-e-expected.png: Added. |
| * css2.1/t0805-c5518-brdr-t-01-e-expected.txt: Added. |
| * css2.1/t0805-c5518-brdr-t-01-e.html: Added. |
| * css2.1/t0805-c5518-ibrdr-t-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5518-ibrdr-t-00-a-expected.png: Added. |
| * css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt: Added. |
| * css2.1/t0805-c5518-ibrdr-t-00-a.html: Added. |
| * css2.1/t0805-c5519-brdr-r-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5519-brdr-r-00-a-expected.png: Added. |
| * css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Added. |
| * css2.1/t0805-c5519-brdr-r-00-a.html: Added. |
| * css2.1/t0805-c5519-brdr-r-01-e-expected.checksum: Added. |
| * css2.1/t0805-c5519-brdr-r-01-e-expected.png: Added. |
| * css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added. |
| * css2.1/t0805-c5519-brdr-r-01-e.html: Added. |
| * css2.1/t0805-c5519-brdr-r-02-e-expected.checksum: Added. |
| * css2.1/t0805-c5519-brdr-r-02-e-expected.png: Added. |
| * css2.1/t0805-c5519-brdr-r-02-e-expected.txt: Added. |
| * css2.1/t0805-c5519-brdr-r-02-e.html: Added. |
| * css2.1/t0805-c5519-ibrdr-r-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: Added. |
| * css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt: Added. |
| * css2.1/t0805-c5519-ibrdr-r-00-a.html: Added. |
| * css2.1/t0805-c5520-brdr-b-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5520-brdr-b-00-a-expected.png: Added. |
| * css2.1/t0805-c5520-brdr-b-00-a-expected.txt: Added. |
| * css2.1/t0805-c5520-brdr-b-00-a.html: Added. |
| * css2.1/t0805-c5520-brdr-b-01-e-expected.checksum: Added. |
| * css2.1/t0805-c5520-brdr-b-01-e-expected.png: Added. |
| * css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Added. |
| * css2.1/t0805-c5520-brdr-b-01-e.html: Added. |
| * css2.1/t0805-c5520-ibrdr-b-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: Added. |
| * css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt: Added. |
| * css2.1/t0805-c5520-ibrdr-b-00-a.html: Added. |
| * css2.1/t0805-c5521-brdr-l-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5521-brdr-l-00-a-expected.png: Added. |
| * css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Added. |
| * css2.1/t0805-c5521-brdr-l-00-a.html: Added. |
| * css2.1/t0805-c5521-brdr-l-01-e-expected.checksum: Added. |
| * css2.1/t0805-c5521-brdr-l-01-e-expected.png: Added. |
| * css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Added. |
| * css2.1/t0805-c5521-brdr-l-01-e.html: Added. |
| * css2.1/t0805-c5521-brdr-l-02-e-expected.checksum: Added. |
| * css2.1/t0805-c5521-brdr-l-02-e-expected.png: Added. |
| * css2.1/t0805-c5521-brdr-l-02-e-expected.txt: Added. |
| * css2.1/t0805-c5521-brdr-l-02-e.html: Added. |
| * css2.1/t0805-c5521-ibrdr-l-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Added. |
| * css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Added. |
| * css2.1/t0805-c5521-ibrdr-l-00-a.html: Added. |
| * css2.1/t0805-c5522-brdr-00-b-expected.checksum: Added. |
| * css2.1/t0805-c5522-brdr-00-b-expected.png: Added. |
| * css2.1/t0805-c5522-brdr-00-b-expected.txt: Added. |
| * css2.1/t0805-c5522-brdr-00-b.html: Added. |
| * css2.1/t0805-c5522-brdr-01-b-g-expected.checksum: Added. |
| * css2.1/t0805-c5522-brdr-01-b-g-expected.png: Added. |
| * css2.1/t0805-c5522-brdr-01-b-g-expected.txt: Added. |
| * css2.1/t0805-c5522-brdr-01-b-g.html: Added. |
| * css2.1/t0805-c5522-brdr-02-e-expected.checksum: Added. |
| * css2.1/t0805-c5522-brdr-02-e-expected.png: Added. |
| * css2.1/t0805-c5522-brdr-02-e-expected.txt: Added. |
| * css2.1/t0805-c5522-brdr-02-e.html: Added. |
| * css2.1/t0805-c5522-ibrdr-00-a-expected.checksum: Added. |
| * css2.1/t0805-c5522-ibrdr-00-a-expected.png: Added. |
| * css2.1/t0805-c5522-ibrdr-00-a-expected.txt: Added. |
| * css2.1/t0805-c5522-ibrdr-00-a.html: Added. |
| * css2.1/t09-c5526c-display-00-e-expected.checksum: Added. |
| * css2.1/t09-c5526c-display-00-e-expected.png: Added. |
| * css2.1/t09-c5526c-display-00-e-expected.txt: Added. |
| * css2.1/t09-c5526c-display-00-e.html: Added. |
| * css2.1/t090402-c42-ibx-pad-00-d-ag-expected.checksum: Added. |
| * css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png: Added. |
| * css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: Added. |
| * css2.1/t090402-c42-ibx-pad-00-d-ag.html: Added. |
| * css2.1/t0905-c414-flt-00-d-expected.checksum: Added. |
| * css2.1/t0905-c414-flt-00-d-expected.png: Added. |
| * css2.1/t0905-c414-flt-00-d-expected.txt: Added. |
| * css2.1/t0905-c414-flt-00-d.html: Added. |
| * css2.1/t0905-c414-flt-01-d-g-expected.checksum: Added. |
| * css2.1/t0905-c414-flt-01-d-g-expected.png: Added. |
| * css2.1/t0905-c414-flt-01-d-g-expected.txt: Added. |
| * css2.1/t0905-c414-flt-01-d-g.html: Added. |
| * css2.1/t0905-c414-flt-02-c-expected.checksum: Added. |
| * css2.1/t0905-c414-flt-02-c-expected.png: Added. |
| * css2.1/t0905-c414-flt-02-c-expected.txt: Added. |
| * css2.1/t0905-c414-flt-02-c.html: Added. |
| * css2.1/t0905-c414-flt-03-c-expected.checksum: Added. |
| * css2.1/t0905-c414-flt-03-c-expected.png: Added. |
| * css2.1/t0905-c414-flt-03-c-expected.txt: Added. |
| * css2.1/t0905-c414-flt-03-c.html: Added. |
| * css2.1/t0905-c414-flt-04-c-expected.checksum: Added. |
| * css2.1/t0905-c414-flt-04-c-expected.png: Added. |
| * css2.1/t0905-c414-flt-04-c-expected.txt: Added. |
| * css2.1/t0905-c414-flt-04-c.html: Added. |
| * css2.1/t0905-c414-flt-fit-00-d-expected.checksum: Added. |
| * css2.1/t0905-c414-flt-fit-00-d-expected.png: Added. |
| * css2.1/t0905-c414-flt-fit-00-d-expected.txt: Added. |
| * css2.1/t0905-c414-flt-fit-00-d.html: Added. |
| * css2.1/t0905-c414-flt-fit-01-d-g-expected.checksum: Added. |
| * css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Added. |
| * css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Added. |
| * css2.1/t0905-c414-flt-fit-01-d-g.html: Added. |
| * css2.1/t0905-c414-flt-wrap-00-e-expected.checksum: Added. |
| * css2.1/t0905-c414-flt-wrap-00-e-expected.png: Added. |
| * css2.1/t0905-c414-flt-wrap-00-e-expected.txt: Added. |
| * css2.1/t0905-c414-flt-wrap-00-e.html: Added. |
| * css2.1/t0905-c414-flt-wrap-01-d-g-expected.checksum: Added. |
| * css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Added. |
| * css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt: Added. |
| * css2.1/t0905-c414-flt-wrap-01-d-g.html: Added. |
| * css2.1/t0905-c5525-fltblck-00-d-ag-expected.checksum: Added. |
| * css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Added. |
| * css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Added. |
| * css2.1/t0905-c5525-fltblck-00-d-ag.html: Added. |
| * css2.1/t0905-c5525-fltblck-01-d-expected.checksum: Added. |
| * css2.1/t0905-c5525-fltblck-01-d-expected.png: Added. |
| * css2.1/t0905-c5525-fltblck-01-d-expected.txt: Added. |
| * css2.1/t0905-c5525-fltblck-01-d.html: Added. |
| * css2.1/t0905-c5525-fltclr-00-c-ag-expected.checksum: Added. |
| * css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Added. |
| * css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt: Added. |
| * css2.1/t0905-c5525-fltclr-00-c-ag.html: Added. |
| * css2.1/t0905-c5525-fltcont-00-d-g-expected.checksum: Added. |
| * css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Added. |
| * css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Added. |
| * css2.1/t0905-c5525-fltcont-00-d-g.html: Added. |
| * css2.1/t0905-c5525-flthw-00-c-g-expected.checksum: Added. |
| * css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added. |
| * css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Added. |
| * css2.1/t0905-c5525-flthw-00-c-g.html: Added. |
| * css2.1/t0905-c5525-fltinln-00-c-ag-expected.checksum: Added. |
| * css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: Added. |
| * css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt: Added. |
| * css2.1/t0905-c5525-fltinln-00-c-ag.html: Added. |
| * css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.checksum: Added. |
| * css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Added. |
| * css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt: Added. |
| * css2.1/t0905-c5525-fltmrgn-00-c-ag.html: Added. |
| * css2.1/t0905-c5525-fltmult-00-d-g-expected.checksum: Added. |
| * css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Added. |
| * css2.1/t0905-c5525-fltmult-00-d-g-expected.txt: Added. |
| * css2.1/t0905-c5525-fltmult-00-d-g.html: Added. |
| * css2.1/t0905-c5525-fltwidth-00-c-g-expected.checksum: Added. |
| * css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Added. |
| * css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Added. |
| * css2.1/t0905-c5525-fltwidth-00-c-g.html: Added. |
| * css2.1/t0905-c5525-fltwidth-01-c-g-expected.checksum: Added. |
| * css2.1/t0905-c5525-fltwidth-01-c-g-expected.png: Added. |
| * css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt: Added. |
| * css2.1/t0905-c5525-fltwidth-01-c-g.html: Added. |
| * css2.1/t0905-c5525-fltwidth-02-c-g-expected.checksum: Added. |
| * css2.1/t0905-c5525-fltwidth-02-c-g-expected.png: Added. |
| * css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: Added. |
| * css2.1/t0905-c5525-fltwidth-02-c-g.html: Added. |
| * css2.1/t0905-c5525-fltwidth-03-c-g-expected.checksum: Added. |
| * css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added. |
| * css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Added. |
| * css2.1/t0905-c5525-fltwidth-03-c-g.html: Added. |
| * css2.1/t0905-c5525-fltwrap-00-b-expected.checksum: Added. |
| * css2.1/t0905-c5525-fltwrap-00-b-expected.png: Added. |
| * css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Added. |
| * css2.1/t0905-c5525-fltwrap-00-b.html: Added. |
| * css2.1/t090501-c414-flt-00-d-expected.checksum: Added. |
| * css2.1/t090501-c414-flt-00-d-expected.png: Added. |
| * css2.1/t090501-c414-flt-00-d-expected.txt: Added. |
| * css2.1/t090501-c414-flt-00-d.html: Added. |
| * css2.1/t090501-c414-flt-01-b-expected.checksum: Added. |
| * css2.1/t090501-c414-flt-01-b-expected.png: Added. |
| * css2.1/t090501-c414-flt-01-b-expected.txt: Added. |
| * css2.1/t090501-c414-flt-01-b.html: Added. |
| * css2.1/t090501-c414-flt-02-d-g-expected.checksum: Added. |
| * css2.1/t090501-c414-flt-02-d-g-expected.png: Added. |
| * css2.1/t090501-c414-flt-02-d-g-expected.txt: Added. |
| * css2.1/t090501-c414-flt-02-d-g.html: Added. |
| * css2.1/t090501-c414-flt-03-b-g-expected.checksum: Added. |
| * css2.1/t090501-c414-flt-03-b-g-expected.png: Added. |
| * css2.1/t090501-c414-flt-03-b-g-expected.txt: Added. |
| * css2.1/t090501-c414-flt-03-b-g.html: Added. |
| * css2.1/t090501-c414-flt-ln-00-d-expected.checksum: Added. |
| * css2.1/t090501-c414-flt-ln-00-d-expected.png: Added. |
| * css2.1/t090501-c414-flt-ln-00-d-expected.txt: Added. |
| * css2.1/t090501-c414-flt-ln-00-d.html: Added. |
| * css2.1/t090501-c414-flt-ln-01-d-g-expected.checksum: Added. |
| * css2.1/t090501-c414-flt-ln-01-d-g-expected.png: Added. |
| * css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Added. |
| * css2.1/t090501-c414-flt-ln-01-d-g.html: Added. |
| * css2.1/t090501-c414-flt-ln-02-d-expected.checksum: Added. |
| * css2.1/t090501-c414-flt-ln-02-d-expected.png: Added. |
| * css2.1/t090501-c414-flt-ln-02-d-expected.txt: Added. |
| * css2.1/t090501-c414-flt-ln-02-d.html: Added. |
| * css2.1/t090501-c414-flt-ln-03-d-expected.checksum: Added. |
| * css2.1/t090501-c414-flt-ln-03-d-expected.png: Added. |
| * css2.1/t090501-c414-flt-ln-03-d-expected.txt: Added. |
| * css2.1/t090501-c414-flt-ln-03-d.html: Added. |
| * css2.1/t090501-c5525-flt-l-00-b-g-expected.checksum: Added. |
| * css2.1/t090501-c5525-flt-l-00-b-g-expected.png: Added. |
| * css2.1/t090501-c5525-flt-l-00-b-g-expected.txt: Added. |
| * css2.1/t090501-c5525-flt-l-00-b-g.html: Added. |
| * css2.1/t090501-c5525-flt-r-00-b-g-expected.checksum: Added. |
| * css2.1/t090501-c5525-flt-r-00-b-g-expected.png: Added. |
| * css2.1/t090501-c5525-flt-r-00-b-g-expected.txt: Added. |
| * css2.1/t090501-c5525-flt-r-00-b-g.html: Added. |
| * css2.1/t1002-c5523-width-00-b-g-expected.checksum: Added. |
| * css2.1/t1002-c5523-width-00-b-g-expected.png: Added. |
| * css2.1/t1002-c5523-width-00-b-g-expected.txt: Added. |
| * css2.1/t1002-c5523-width-00-b-g.html: Added. |
| * css2.1/t1002-c5523-width-01-b-g-expected.checksum: Added. |
| * css2.1/t1002-c5523-width-01-b-g-expected.png: Added. |
| * css2.1/t1002-c5523-width-01-b-g-expected.txt: Added. |
| * css2.1/t1002-c5523-width-01-b-g.html: Added. |
| * css2.1/t1002-c5523-width-02-b-g-expected.checksum: Added. |
| * css2.1/t1002-c5523-width-02-b-g-expected.png: Added. |
| * css2.1/t1002-c5523-width-02-b-g-expected.txt: Added. |
| * css2.1/t1002-c5523-width-02-b-g.html: Added. |
| * css2.1/t100303-c412-blockw-00-d-ag-expected.checksum: Added. |
| * css2.1/t100303-c412-blockw-00-d-ag-expected.png: Added. |
| * css2.1/t100303-c412-blockw-00-d-ag-expected.txt: Added. |
| * css2.1/t100303-c412-blockw-00-d-ag.html: Added. |
| * css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum: Added. |
| * css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: Added. |
| * css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt: Added. |
| * css2.1/t100304-c43-rpl-bbx-00-d-g.html: Added. |
| * css2.1/t100304-c43-rpl-bbx-01-d-g-expected.checksum: Added. |
| * css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: Added. |
| * css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt: Added. |
| * css2.1/t100304-c43-rpl-bbx-01-d-g.html: Added. |
| * css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.checksum: Added. |
| * css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png: Added. |
| * css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Added. |
| * css2.1/t1004-c43-rpl-bbx-00-d-ag.html: Added. |
| * css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.checksum: Added. |
| * css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added. |
| * css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Added. |
| * css2.1/t1004-c43-rpl-ibx-00-d-ag.html: Added. |
| * css2.1/t1004-c5524-width-00-b-g-expected.checksum: Added. |
| * css2.1/t1004-c5524-width-00-b-g-expected.png: Added. |
| * css2.1/t1004-c5524-width-00-b-g-expected.txt: Added. |
| * css2.1/t1004-c5524-width-00-b-g.html: Added. |
| * css2.1/t1005-c5524-width-00-b-g-expected.checksum: Added. |
| * css2.1/t1005-c5524-width-00-b-g-expected.png: Added. |
| * css2.1/t1005-c5524-width-00-b-g-expected.txt: Added. |
| * css2.1/t1005-c5524-width-00-b-g.html: Added. |
| * css2.1/t1005-c5524-width-01-b-g-expected.checksum: Added. |
| * css2.1/t1005-c5524-width-01-b-g-expected.png: Added. |
| * css2.1/t1005-c5524-width-01-b-g-expected.txt: Added. |
| * css2.1/t1005-c5524-width-01-b-g.html: Added. |
| * css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum: Added. |
| * css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Added. |
| * css2.1/t1008-c44-ln-box-00-d-ag-expected.txt: Added. |
| * css2.1/t1008-c44-ln-box-00-d-ag.html: Added. |
| * css2.1/t1008-c44-ln-box-01-d-ag-expected.checksum: Added. |
| * css2.1/t1008-c44-ln-box-01-d-ag-expected.png: Added. |
| * css2.1/t1008-c44-ln-box-01-d-ag-expected.txt: Added. |
| * css2.1/t1008-c44-ln-box-01-d-ag.html: Added. |
| * css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum: Added. |
| * css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added. |
| * css2.1/t1008-c44-ln-box-02-d-ag-expected.txt: Added. |
| * css2.1/t1008-c44-ln-box-02-d-ag.html: Added. |
| * css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum: Added. |
| * css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Added. |
| * css2.1/t1008-c44-ln-box-03-d-ag-expected.txt: Added. |
| * css2.1/t1008-c44-ln-box-03-d-ag.html: Added. |
| * css2.1/t100801-c42-ibx-ht-00-d-a-expected.checksum: Added. |
| * css2.1/t100801-c42-ibx-ht-00-d-a-expected.png: Added. |
| * css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt: Added. |
| * css2.1/t100801-c42-ibx-ht-00-d-a.html: Added. |
| * css2.1/t100801-c544-valgn-00-a-ag-expected.checksum: Added. |
| * css2.1/t100801-c544-valgn-00-a-ag-expected.png: Added. |
| * css2.1/t100801-c544-valgn-00-a-ag-expected.txt: Added. |
| * css2.1/t100801-c544-valgn-00-a-ag.html: Added. |
| * css2.1/t100801-c544-valgn-01-d-ag-expected.checksum: Added. |
| * css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added. |
| * css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Added. |
| * css2.1/t100801-c544-valgn-01-d-ag.html: Added. |
| * css2.1/t100801-c544-valgn-02-d-agi-expected.checksum: Added. |
| * css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added. |
| * css2.1/t100801-c544-valgn-02-d-agi-expected.txt: Added. |
| * css2.1/t100801-c544-valgn-02-d-agi.html: Added. |
| * css2.1/t100801-c544-valgn-03-d-agi-expected.checksum: Added. |
| * css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added. |
| * css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Added. |
| * css2.1/t100801-c544-valgn-03-d-agi.html: Added. |
| * css2.1/t100801-c544-valgn-04-d-agi-expected.checksum: Added. |
| * css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added. |
| * css2.1/t100801-c544-valgn-04-d-agi-expected.txt: Added. |
| * css2.1/t100801-c544-valgn-04-d-agi.html: Added. |
| * css2.1/t100801-c548-leadin-00-d-a-expected.checksum: Added. |
| * css2.1/t100801-c548-leadin-00-d-a-expected.png: Added. |
| * css2.1/t100801-c548-leadin-00-d-a-expected.txt: Added. |
| * css2.1/t100801-c548-leadin-00-d-a.html: Added. |
| * css2.1/t100801-c548-ln-ht-00-c-a-expected.checksum: Added. |
| * css2.1/t100801-c548-ln-ht-00-c-a-expected.png: Added. |
| * css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: Added. |
| * css2.1/t100801-c548-ln-ht-00-c-a.html: Added. |
| * css2.1/t100801-c548-ln-ht-01-b-ag-expected.checksum: Added. |
| * css2.1/t100801-c548-ln-ht-01-b-ag-expected.png: Added. |
| * css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt: Added. |
| * css2.1/t100801-c548-ln-ht-01-b-ag.html: Added. |
| * css2.1/t100801-c548-ln-ht-02-b-ag-expected.checksum: Added. |
| * css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added. |
| * css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt: Added. |
| * css2.1/t100801-c548-ln-ht-02-b-ag.html: Added. |
| * css2.1/t100801-c548-ln-ht-03-d-ag-expected.checksum: Added. |
| * css2.1/t100801-c548-ln-ht-03-d-ag-expected.png: Added. |
| * css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt: Added. |
| * css2.1/t100801-c548-ln-ht-03-d-ag.html: Added. |
| * css2.1/t100801-c548-ln-ht-04-d-ag-expected.checksum: Added. |
| * css2.1/t100801-c548-ln-ht-04-d-ag-expected.png: Added. |
| * css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt: Added. |
| * css2.1/t100801-c548-ln-ht-04-d-ag.html: Added. |
| * css2.1/t1205-c561-list-displ-00-b-expected.checksum: Added. |
| * css2.1/t1205-c561-list-displ-00-b-expected.png: Added. |
| * css2.1/t1205-c561-list-displ-00-b-expected.txt: Added. |
| * css2.1/t1205-c561-list-displ-00-b.html: Added. |
| * css2.1/t1205-c563-list-type-00-b-expected.checksum: Added. |
| * css2.1/t1205-c563-list-type-00-b-expected.png: Added. |
| * css2.1/t1205-c563-list-type-00-b-expected.txt: Added. |
| * css2.1/t1205-c563-list-type-00-b.html: Added. |
| * css2.1/t1205-c563-list-type-01-b-expected.checksum: Added. |
| * css2.1/t1205-c563-list-type-01-b-expected.png: Added. |
| * css2.1/t1205-c563-list-type-01-b-expected.txt: Added. |
| * css2.1/t1205-c563-list-type-01-b.html: Added. |
| * css2.1/t1205-c564-list-img-00-b-g-expected.checksum: Added. |
| * css2.1/t1205-c564-list-img-00-b-g-expected.png: Added. |
| * css2.1/t1205-c564-list-img-00-b-g-expected.txt: Added. |
| * css2.1/t1205-c564-list-img-00-b-g.html: Added. |
| * css2.1/t1205-c565-list-pos-00-b-expected.checksum: Added. |
| * css2.1/t1205-c565-list-pos-00-b-expected.png: Added. |
| * css2.1/t1205-c565-list-pos-00-b-expected.txt: Added. |
| * css2.1/t1205-c565-list-pos-00-b.html: Added. |
| * css2.1/t1205-c566-list-stl-00-e-ag-expected.checksum: Added. |
| * css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Added. |
| * css2.1/t1205-c566-list-stl-00-e-ag-expected.txt: Added. |
| * css2.1/t1205-c566-list-stl-00-e-ag.html: Added. |
| * css2.1/t1205-c566-list-stl-01-c-g-expected.checksum: Added. |
| * css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added. |
| * css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Added. |
| * css2.1/t1205-c566-list-stl-01-c-g.html: Added. |
| * css2.1/t1401-c531-color-00-a-expected.checksum: Added. |
| * css2.1/t1401-c531-color-00-a-expected.png: Added. |
| * css2.1/t1401-c531-color-00-a-expected.txt: Added. |
| * css2.1/t1401-c531-color-00-a.html: Added. |
| * css2.1/t1402-c45-bg-canvas-00-b-expected.checksum: Added. |
| * css2.1/t1402-c45-bg-canvas-00-b-expected.png: Added. |
| * css2.1/t1402-c45-bg-canvas-00-b-expected.txt: Added. |
| * css2.1/t1402-c45-bg-canvas-00-b.html: Added. |
| * css2.1/t140201-c532-bgcolor-00-a-expected.checksum: Added. |
| * css2.1/t140201-c532-bgcolor-00-a-expected.png: Added. |
| * css2.1/t140201-c532-bgcolor-00-a-expected.txt: Added. |
| * css2.1/t140201-c532-bgcolor-00-a.html: Added. |
| * css2.1/t140201-c532-bgcolor-01-b-expected.checksum: Added. |
| * css2.1/t140201-c532-bgcolor-01-b-expected.png: Added. |
| * css2.1/t140201-c532-bgcolor-01-b-expected.txt: Added. |
| * css2.1/t140201-c532-bgcolor-01-b.html: Added. |
| * css2.1/t140201-c533-bgimage-00-a-expected.checksum: Added. |
| * css2.1/t140201-c533-bgimage-00-a-expected.png: Added. |
| * css2.1/t140201-c533-bgimage-00-a-expected.txt: Added. |
| * css2.1/t140201-c533-bgimage-00-a.html: Added. |
| * css2.1/t140201-c533-bgimage-01-b-g-expected.checksum: Added. |
| * css2.1/t140201-c533-bgimage-01-b-g-expected.png: Added. |
| * css2.1/t140201-c533-bgimage-01-b-g-expected.txt: Added. |
| * css2.1/t140201-c533-bgimage-01-b-g.html: Added. |
| * css2.1/t140201-c534-bgre-00-b-ag-expected.checksum: Added. |
| * css2.1/t140201-c534-bgre-00-b-ag-expected.png: Added. |
| * css2.1/t140201-c534-bgre-00-b-ag-expected.txt: Added. |
| * css2.1/t140201-c534-bgre-00-b-ag.html: Added. |
| * css2.1/t140201-c534-bgre-01-b-ag-expected.checksum: Added. |
| * css2.1/t140201-c534-bgre-01-b-ag-expected.png: Added. |
| * css2.1/t140201-c534-bgre-01-b-ag-expected.txt: Added. |
| * css2.1/t140201-c534-bgre-01-b-ag.html: Added. |
| * css2.1/t140201-c534-bgreps-00-c-ag-expected.checksum: Added. |
| * css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added. |
| * css2.1/t140201-c534-bgreps-00-c-ag-expected.txt: Added. |
| * css2.1/t140201-c534-bgreps-00-c-ag.html: Added. |
| * css2.1/t140201-c534-bgreps-01-c-ag-expected.checksum: Added. |
| * css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added. |
| * css2.1/t140201-c534-bgreps-01-c-ag-expected.txt: Added. |
| * css2.1/t140201-c534-bgreps-01-c-ag.html: Added. |
| * css2.1/t140201-c534-bgreps-02-c-ag-expected.checksum: Added. |
| * css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added. |
| * css2.1/t140201-c534-bgreps-02-c-ag-expected.txt: Added. |
| * css2.1/t140201-c534-bgreps-02-c-ag.html: Added. |
| * css2.1/t140201-c534-bgreps-03-c-ag-expected.checksum: Added. |
| * css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added. |
| * css2.1/t140201-c534-bgreps-03-c-ag-expected.txt: Added. |
| * css2.1/t140201-c534-bgreps-03-c-ag.html: Added. |
| * css2.1/t140201-c534-bgreps-04-c-ag-expected.checksum: Added. |
| * css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added. |
| * css2.1/t140201-c534-bgreps-04-c-ag-expected.txt: Added. |
| * css2.1/t140201-c534-bgreps-04-c-ag.html: Added. |
| * css2.1/t140201-c534-bgreps-05-c-ag-expected.checksum: Added. |
| * css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added. |
| * css2.1/t140201-c534-bgreps-05-c-ag-expected.txt: Added. |
| * css2.1/t140201-c534-bgreps-05-c-ag.html: Added. |
| * css2.1/t140201-c535-bg-fixd-00-b-g-expected.checksum: Added. |
| * css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: Added. |
| * css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt: Added. |
| * css2.1/t140201-c535-bg-fixd-00-b-g.html: Added. |
| * css2.1/t140201-c536-bgpos-00-b-ag-expected.checksum: Added. |
| * css2.1/t140201-c536-bgpos-00-b-ag-expected.png: Added. |
| * css2.1/t140201-c536-bgpos-00-b-ag-expected.txt: Added. |
| * css2.1/t140201-c536-bgpos-00-b-ag.html: Added. |
| * css2.1/t140201-c536-bgpos-01-b-ag-expected.checksum: Added. |
| * css2.1/t140201-c536-bgpos-01-b-ag-expected.png: Added. |
| * css2.1/t140201-c536-bgpos-01-b-ag-expected.txt: Added. |
| * css2.1/t140201-c536-bgpos-01-b-ag.html: Added. |
| * css2.1/t140201-c537-bgfxps-00-c-ag-expected.checksum: Added. |
| * css2.1/t140201-c537-bgfxps-00-c-ag-expected.png: Added. |
| * css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt: Added. |
| * css2.1/t140201-c537-bgfxps-00-c-ag.html: Added. |
| * css2.1/t1503-c522-font-family-00-b-expected.checksum: Added. |
| * css2.1/t1503-c522-font-family-00-b-expected.png: Added. |
| * css2.1/t1503-c522-font-family-00-b-expected.txt: Added. |
| * css2.1/t1503-c522-font-family-00-b.html: Added. |
| * css2.1/t1504-c523-font-style-00-b-expected.checksum: Added. |
| * css2.1/t1504-c523-font-style-00-b-expected.png: Added. |
| * css2.1/t1504-c523-font-style-00-b-expected.txt: Added. |
| * css2.1/t1504-c523-font-style-00-b.html: Added. |
| * css2.1/t1504-c543-txt-decor-00-d-g-expected.checksum: Added. |
| * css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Added. |
| * css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Added. |
| * css2.1/t1504-c543-txt-decor-00-d-g.html: Added. |
| * css2.1/t1505-c524-font-var-00-b-expected.checksum: Added. |
| * css2.1/t1505-c524-font-var-00-b-expected.png: Added. |
| * css2.1/t1505-c524-font-var-00-b-expected.txt: Added. |
| * css2.1/t1505-c524-font-var-00-b.html: Added. |
| * css2.1/t1506-c525-font-wt-00-b-expected.checksum: Added. |
| * css2.1/t1506-c525-font-wt-00-b-expected.png: Added. |
| * css2.1/t1506-c525-font-wt-00-b-expected.txt: Added. |
| * css2.1/t1506-c525-font-wt-00-b.html: Added. |
| * css2.1/t1507-c526-font-sz-00-b-expected.checksum: Added. |
| * css2.1/t1507-c526-font-sz-00-b-expected.png: Added. |
| * css2.1/t1507-c526-font-sz-00-b-expected.txt: Added. |
| * css2.1/t1507-c526-font-sz-00-b.html: Added. |
| * css2.1/t1507-c526-font-sz-01-b-a-expected.checksum: Added. |
| * css2.1/t1507-c526-font-sz-01-b-a-expected.png: Added. |
| * css2.1/t1507-c526-font-sz-01-b-a-expected.txt: Added. |
| * css2.1/t1507-c526-font-sz-01-b-a.html: Added. |
| * css2.1/t1507-c526-font-sz-02-b-a-expected.checksum: Added. |
| * css2.1/t1507-c526-font-sz-02-b-a-expected.png: Added. |
| * css2.1/t1507-c526-font-sz-02-b-a-expected.txt: Added. |
| * css2.1/t1507-c526-font-sz-02-b-a.html: Added. |
| * css2.1/t1507-c526-font-sz-03-f-a-expected.checksum: Added. |
| * css2.1/t1507-c526-font-sz-03-f-a-expected.png: Added. |
| * css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Added. |
| * css2.1/t1507-c526-font-sz-03-f-a.html: Added. |
| * css2.1/t1508-c527-font-00-b-expected.checksum: Added. |
| * css2.1/t1508-c527-font-00-b-expected.png: Added. |
| * css2.1/t1508-c527-font-00-b-expected.txt: Added. |
| * css2.1/t1508-c527-font-00-b.html: Added. |
| * css2.1/t1508-c527-font-01-b-expected.checksum: Added. |
| * css2.1/t1508-c527-font-01-b-expected.png: Added. |
| * css2.1/t1508-c527-font-01-b-expected.txt: Added. |
| * css2.1/t1508-c527-font-01-b.html: Added. |
| * css2.1/t1508-c527-font-02-b-expected.checksum: Added. |
| * css2.1/t1508-c527-font-02-b-expected.png: Added. |
| * css2.1/t1508-c527-font-02-b-expected.txt: Added. |
| * css2.1/t1508-c527-font-02-b.html: Added. |
| * css2.1/t1508-c527-font-03-b-expected.checksum: Added. |
| * css2.1/t1508-c527-font-03-b-expected.png: Added. |
| * css2.1/t1508-c527-font-03-b-expected.txt: Added. |
| * css2.1/t1508-c527-font-03-b.html: Added. |
| * css2.1/t1508-c527-font-04-b-expected.checksum: Added. |
| * css2.1/t1508-c527-font-04-b-expected.png: Added. |
| * css2.1/t1508-c527-font-04-b-expected.txt: Added. |
| * css2.1/t1508-c527-font-04-b.html: Added. |
| * css2.1/t1508-c527-font-05-b-expected.checksum: Added. |
| * css2.1/t1508-c527-font-05-b-expected.png: Added. |
| * css2.1/t1508-c527-font-05-b-expected.txt: Added. |
| * css2.1/t1508-c527-font-05-b.html: Added. |
| * css2.1/t1508-c527-font-06-b-expected.checksum: Added. |
| * css2.1/t1508-c527-font-06-b-expected.png: Added. |
| * css2.1/t1508-c527-font-06-b-expected.txt: Added. |
| * css2.1/t1508-c527-font-06-b.html: Added. |
| * css2.1/t1508-c527-font-07-b-expected.checksum: Added. |
| * css2.1/t1508-c527-font-07-b-expected.png: Added. |
| * css2.1/t1508-c527-font-07-b-expected.txt: Added. |
| * css2.1/t1508-c527-font-07-b.html: Added. |
| * css2.1/t1508-c527-font-08-b-expected.checksum: Added. |
| * css2.1/t1508-c527-font-08-b-expected.png: Added. |
| * css2.1/t1508-c527-font-08-b-expected.txt: Added. |
| * css2.1/t1508-c527-font-08-b.html: Added. |
| * css2.1/t1508-c527-font-09-b-expected.checksum: Added. |
| * css2.1/t1508-c527-font-09-b-expected.png: Added. |
| * css2.1/t1508-c527-font-09-b-expected.txt: Added. |
| * css2.1/t1508-c527-font-09-b.html: Added. |
| * css2.1/t1508-c527-font-10-c-expected.checksum: Added. |
| * css2.1/t1508-c527-font-10-c-expected.png: Added. |
| * css2.1/t1508-c527-font-10-c-expected.txt: Added. |
| * css2.1/t1508-c527-font-10-c.html: Added. |
| * css2.1/t1601-c547-indent-00-b-a-expected.checksum: Added. |
| * css2.1/t1601-c547-indent-00-b-a-expected.png: Added. |
| * css2.1/t1601-c547-indent-00-b-a-expected.txt: Added. |
| * css2.1/t1601-c547-indent-00-b-a.html: Added. |
| * css2.1/t1601-c547-indent-01-d-expected.checksum: Added. |
| * css2.1/t1601-c547-indent-01-d-expected.png: Added. |
| * css2.1/t1601-c547-indent-01-d-expected.txt: Added. |
| * css2.1/t1601-c547-indent-01-d.html: Added. |
| * css2.1/t1602-c43-center-00-d-ag-expected.checksum: Added. |
| * css2.1/t1602-c43-center-00-d-ag-expected.png: Added. |
| * css2.1/t1602-c43-center-00-d-ag-expected.txt: Added. |
| * css2.1/t1602-c43-center-00-d-ag.html: Added. |
| * css2.1/t1602-c546-txt-align-00-b-expected.checksum: Added. |
| * css2.1/t1602-c546-txt-align-00-b-expected.png: Added. |
| * css2.1/t1602-c546-txt-align-00-b-expected.txt: Added. |
| * css2.1/t1602-c546-txt-align-00-b.html: Added. |
| * css2.1/t1604-c541-word-sp-00-b-a-expected.checksum: Added. |
| * css2.1/t1604-c541-word-sp-00-b-a-expected.png: Added. |
| * css2.1/t1604-c541-word-sp-00-b-a-expected.txt: Added. |
| * css2.1/t1604-c541-word-sp-00-b-a.html: Added. |
| * css2.1/t1604-c541-word-sp-01-b-a-expected.checksum: Added. |
| * css2.1/t1604-c541-word-sp-01-b-a-expected.png: Added. |
| * css2.1/t1604-c541-word-sp-01-b-a-expected.txt: Added. |
| * css2.1/t1604-c541-word-sp-01-b-a.html: Added. |
| * css2.1/t1604-c542-letter-sp-00-b-a-expected.checksum: Added. |
| * css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added. |
| * css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Added. |
| * css2.1/t1604-c542-letter-sp-00-b-a.html: Added. |
| * css2.1/t1604-c542-letter-sp-01-b-a-expected.checksum: Added. |
| * css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added. |
| * css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Added. |
| * css2.1/t1604-c542-letter-sp-01-b-a.html: Added. |
| * css2.1/t1605-c545-txttrans-00-b-ag-expected.checksum: Added. |
| * css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added. |
| * css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Added. |
| * css2.1/t1605-c545-txttrans-00-b-ag.html: Added. |
| * css2.1/t1606-c562-white-sp-00-b-ag-expected.checksum: Added. |
| * css2.1/t1606-c562-white-sp-00-b-ag-expected.png: Added. |
| * css2.1/t1606-c562-white-sp-00-b-ag-expected.txt: Added. |
| * css2.1/t1606-c562-white-sp-00-b-ag.html: Added. |
| * dom/xhtml/level1/core/documentgetdoctypenodtd-expected.txt: |
| |
| 2005-10-24 Darin Adler <darin@apple.com> |
| |
| - changed a test to use a GIF instead of a PNG to avoid issues with color correction |
| also, it was using an image that's part of OS X, and it's nicer to have a standalone test |
| |
| * fast/dynamic/genContentDestroyChildren-expected.checksum: |
| * fast/dynamic/genContentDestroyChildren-expected.png: |
| * fast/dynamic/genContentDestroyChildren-expected.txt: |
| * fast/dynamic/genContentDestroyChildren.html: |
| |
| 2005-10-24 Darin Adler <darin@apple.com> |
| |
| - fixed results for http://bugzilla.opendarwin.org/show_bug.cgi?id=5415 |
| |
| Mitz's patch removed some strange code about 1-character runs and rounding. |
| It affected the results of this one test. Here are new results. |
| |
| * fast/text/international/bidi-explicit-embedding-expected.checksum: |
| * fast/text/international/bidi-explicit-embedding-expected.png: |
| * fast/text/international/bidi-explicit-embedding-expected.txt: |
| |
| 2005-10-24 Maciej Stachowiak <mjs@apple.com> |
| |
| Re-landing Dave Hyatt's changes from when the tree was closed. |
| |
| * fast/clip/008-expected.txt: |
| * fast/css/acid2-expected.txt: |
| * fast/css/acid2-pixel-expected.txt: |
| * fast/table/overflowHidden-expected.txt: |
| |
| 2005-10-24 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by Darin. Committed by beth. |
| |
| Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=5384 |
| Soft hyphen displayed as hyphen when it is the first character |
| in a line/run. |
| |
| * fast/text/softHyphen-expected.checksum: Added. |
| * fast/text/softHyphen-expected.png: Added. |
| * fast/text/softHyphen-expected.txt: Added. |
| * fast/text/softHyphen.html: Added. |
| |
| 2005-10-24 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by Darin. Committed by David Harrison. |
| |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5449 |
| "OBJECT should be accessible by id/name as document property only if its only children are PARAMs" |
| |
| * fast/js/object-by-name-or-id-expected.txt: Added. |
| * fast/js/object-by-name-or-id.html: Added. |
| |
| 2005-10-24 Beth Dakin <bdakin@apple.com> |
| |
| Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5318 |
| forced line break should not be allowed after a list marker |
| |
| * fast/lists/li-br-expected.checksum: Added. |
| * fast/lists/li-br-expected.png: Added. |
| * fast/lists/li-br-expected.txt: Added. |
| * fast/lists/li-br.html: Added. |
| |
| 2005-10-24 Darin Adler <darin@apple.com> |
| |
| Reviewed by hyatt. |
| |
| Updated tests after fixing QName validation. |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5317 |
| |
| * dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement-expected.txt: |
| * dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement1-expected.txt: |
| * dom/xhtml/level3/core/canonicalform06-expected.txt: |
| * dom/xhtml/level3/core/infoset06-expected.txt: |
| * dom/xhtml/level3/core/wellformed01-expected.txt: |
| * dom/xhtml/level3/core/wellformed02-expected.txt: |
| |
| 2005-10-23 Timothy Hatcher <timothy@apple.com> |
| |
| Layout test to go with fix for bugzilla bug 3442 |
| Adds support for :first-of-type CSS3 pseudo-selectors |
| |
| * fast/selectors/034-expected.checksum: Added. |
| * fast/selectors/034-expected.png: Added. |
| * fast/selectors/034-expected.txt: Added. |
| * fast/selectors/034.html: Added. |
| |
| 2005-10-22 Darin Adler <darin@apple.com> |
| |
| - updated pixel results for tests with results that changed recently |
| |
| * editing/selection/3690703-2-expected.checksum: |
| * editing/selection/3690703-2-expected.png: |
| * editing/selection/3690703-expected.checksum: |
| * editing/selection/3690703-expected.png: |
| * editing/selection/3690719-expected.checksum: |
| * editing/selection/3690719-expected.png: |
| * fast/forms/001-expected.checksum: |
| * fast/forms/001-expected.png: |
| * fast/forms/form-element-geometry-expected.checksum: |
| * fast/forms/form-element-geometry-expected.png: |
| * fast/forms/formmove3-expected.checksum: |
| * fast/forms/formmove3-expected.png: |
| * fast/forms/input-value-expected.checksum: |
| * fast/forms/input-value-expected.png: |
| * fast/selectors/064-expected.checksum: |
| * fast/selectors/064-expected.png: |
| |
| - added pixel results for a bunch of tests that, for whatever reason, didn't have them |
| |
| * dom/xhtml/level2/html/HTMLBaseElement01-expected.checksum: Added. |
| * dom/xhtml/level2/html/HTMLBaseElement01-expected.png: Added. |
| * dom/xhtml/level2/html/HTMLBaseElement02-expected.checksum: Added. |
| * dom/xhtml/level2/html/HTMLBaseElement02-expected.png: Added. |
| * dom/xhtml/level2/html/HTMLBodyElement01-expected.checksum: Added. |
| * dom/xhtml/level2/html/HTMLBodyElement01-expected.png: Added. |
| * dom/xhtml/level2/html/HTMLBodyElement02-expected.checksum: Added. |
| * dom/xhtml/level2/html/HTMLBodyElement02-expected.png: Added. |
| * dom/xhtml/level2/html/HTMLBodyElement03-expected.checksum: Added. |
| * dom/xhtml/level2/html/HTMLBodyElement03-expected.png: Added. |
| * dom/xhtml/level2/html/HTMLBodyElement04-expected.checksum: Added. |
| * dom/xhtml/level2/html/HTMLBodyElement04-expected.png: Added. |
| * dom/xhtml/level2/html/HTMLBodyElement05-expected.checksum: Added. |
| * dom/xhtml/level2/html/HTMLBodyElement05-expected.png: Added. |
| * dom/xhtml/level2/html/HTMLBodyElement06-expected.checksum: Added. |
| * dom/xhtml/level2/html/HTMLBodyElement06-expected.png: Added. |
| * dom/xhtml/level2/html/body01-expected.checksum: Added. |
| * dom/xhtml/level2/html/body01-expected.png: Added. |
| * dom/xhtml/level2/html/frame-expected.checksum: Added. |
| * dom/xhtml/level2/html/frame-expected.png: Added. |
| * dom/xhtml/level2/html/iframe-expected.checksum: Added. |
| * dom/xhtml/level2/html/iframe-expected.png: Added. |
| * dom/xhtml/level3/core/canonicalform08-expected.checksum: Added. |
| * dom/xhtml/level3/core/canonicalform08-expected.png: Added. |
| * dom/xhtml/level3/core/canonicalform09-expected.checksum: Added. |
| * dom/xhtml/level3/core/canonicalform09-expected.png: Added. |
| * dom/xhtml/level3/core/documentgetinputencoding03-expected.checksum: Added. |
| * dom/xhtml/level3/core/documentgetinputencoding03-expected.png: Added. |
| * dom/xhtml/level3/core/documentgetxmlencoding03-expected.checksum: Added. |
| * dom/xhtml/level3/core/documentgetxmlencoding03-expected.png: Added. |
| * dom/xhtml/level3/core/entitygetinputencoding02-expected.checksum: Added. |
| * dom/xhtml/level3/core/entitygetinputencoding02-expected.png: Added. |
| * dom/xhtml/level3/core/entitygetxmlversion02-expected.checksum: Added. |
| * dom/xhtml/level3/core/entitygetxmlversion02-expected.png: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri05-expected.checksum: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri05-expected.png: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri07-expected.checksum: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri07-expected.png: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri09-expected.checksum: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri09-expected.png: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri10-expected.checksum: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri10-expected.png: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri11-expected.checksum: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri11-expected.png: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri15-expected.checksum: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri15-expected.png: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri17-expected.checksum: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri17-expected.png: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri18-expected.checksum: Added. |
| * dom/xhtml/level3/core/nodegetbaseuri18-expected.png: Added. |
| * dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.checksum: Added. |
| * dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.png: Added. |
| * dom/xhtml/level3/core/nodelookupprefix19-expected.checksum: Added. |
| * dom/xhtml/level3/core/nodelookupprefix19-expected.png: Added. |
| * fast/forms/button-sizes-expected.checksum: Added. |
| * fast/forms/button-sizes-expected.png: Added. |
| |
| 2005-10-21 Beth Dakin <bdakin@apple.com> |
| |
| Reviewed by Hyatt |
| |
| Layout test for fix to <rdar://problem/3947202> certain sequence of DOM |
| method calls involving CSS outline and display crashes Safari |
| (in repaint code). |
| |
| The fix is in WebCore. |
| |
| * fast/css/continuationCrash-expected.checksum: Added. |
| * fast/css/continuationCrash-expected.png: Added. |
| * fast/css/continuationCrash-expected.txt: Added. |
| * fast/css/continuationCrash.html: Added. |
| |
| 2005-10-21 Darin Adler <darin@apple.com> |
| |
| Reviewed by Eric, landed by Maciej. |
| |
| - fixed xmlhttprequest test to not depend on property enumeration order |
| |
| * fast/js/xmlhttprequest-get-expected.txt: |
| * fast/js/xmlhttprequest-get.xhtml: |
| |
| 2005-10-21 Maciej Stachowiak <mjs@apple.com> |
| |
| - temporarily reverted test changes corresponding to reverted changes |
| |
| * dom/xhtml/level3/core/nodeissamenode01-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode02-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode03-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode04-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode05-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode06-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode10-expected.txt: |
| * fast/js/for-in-expected.txt: Removed. |
| * fast/js/for-in.html: Removed. |
| |
| 2005-10-21 Beth Dakin <bdakin@apple.com> |
| |
| Layout test to go with fix for <rdar://problem/3847926> crash |
| due to infinite layout regression in RenderLayer::updateScrollInfoAfterLayout |
| (was at ourmedia.org) |
| |
| Fix is in WebCore. |
| |
| * fast/overflow/infiniteRecursion-expected.checksum: Added. |
| * fast/overflow/infiniteRecursion-expected.png: Added. |
| * fast/overflow/infiniteRecursion-expected.txt: Added. |
| * fast/overflow/infiniteRecursion.html: Added. |
| |
| 2005-10-17 Maciej Stachowiak <mjs@apple.com> |
| |
| - temporarily back out hyatt's recent changes since the tree was closed |
| |
| * fast/clip/008-expected.txt: |
| * fast/css/acid2-expected.txt: |
| * fast/css/acid2-pixel-expected.txt: |
| * fast/dom/gc-3.html: |
| * fast/table/overflowHidden-expected.txt: |
| |
| 2005-10-13 Eric Seidel <eseidel@apple.com> |
| |
| Committed file w/ extra newline by mistake. |
| |
| * fast/js/resources/xmlhttprequest-get-data.xml: |
| |
| 2005-10-13 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by mjs. |
| |
| Adding the mozilla xslt tests. |
| |
| * fast/xsl/mozilla-tests.xml: Added. |
| * fast/xsl/mozilla-tests.xsl: Added. |
| * fast/xsl/mozilla-tests-expected.txt: Added. |
| |
| 2005-10-13 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by mjs. |
| |
| Adding a small xmlhttprequest test. |
| |
| * fast/js/resources/xmlhttprequest-get-data.xml: Added. |
| * fast/js/xmlhttprequest-get-expected.txt: Added. |
| * fast/js/xmlhttprequest-get.xhtml: Added. |
| |
| 2005-10-13 Justin Garcia <justin.garcia@apple.com> |
| |
| Reviewed by hyatt |
| |
| <rdar://problem/3643259> contentEditable=true elements do not acquire the caret or focus halo when overflow:scroll |
| |
| Updated/added layout tests: |
| |
| * fast/clip/001-expected.txt: |
| * fast/clip/009-expected.txt: |
| * fast/clip/010-expected.txt: |
| * fast/clip/011-expected.txt: |
| * fast/clip/012-expected.txt: |
| * fast/clip/013-expected.txt: |
| * fast/clip/014-expected.txt: |
| * fast/clip/016-expected.txt: |
| * fast/clip/outline-overflowClip-expected.checksum: Added. |
| * fast/clip/outline-overflowClip-expected.png: Added. |
| * fast/clip/outline-overflowClip-expected.txt: Added. |
| * fast/clip/outline-overflowClip.html: Added. |
| |
| 2005-10-12 Vicki Murley <vicki@apple.com> |
| |
| - update expected results for <rdar://problem/4288266> createElement does not validate |
| names when called in an HTML document (4566) |
| |
| * dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement-expected.txt: |
| * dom/html/level1/core/hc_documentinvalidcharacterexceptioncreateelement1-expected.txt: |
| |
| 2005-10-12 Beth Dakin <bdakin@apple.com> |
| |
| Added a layout test for <rdar://problem/4112378> CSS :hover:after crash |
| - khtml::inlineWidth. The fix is in WebCore. |
| |
| * fast/dynamic/genContentDestroyChildren-expected.checksum: Added. |
| * fast/dynamic/genContentDestroyChildren-expected.png: Added. |
| * fast/dynamic/genContentDestroyChildren-expected.txt: Added. |
| * fast/dynamic/genContentDestroyChildren.html: Added. |
| |
| 2005-10-12 Darin Adler <darin@apple.com> |
| |
| - removed some old results for tests that are no longer present |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=4850 |
| |
| * dom/html/level2/html/frame-expected.checksum: Removed. |
| * dom/html/level2/html/frame-expected.png: Removed. |
| * dom/html/level2/html/iframe-expected.checksum: Removed. |
| * dom/html/level2/html/iframe-expected.png: Removed. |
| |
| 2005-10-11 Geoffrey Garen <ggaren@apple.com> |
| |
| Added a layout test for the new special properties of the global RegExp object. |
| (See JavaSriptCore changelog.) |
| |
| * fast/js/regexp-caching-expected.txt: Added. |
| * fast/js/regexp-caching.html: Added. |
| |
| 2005-10-11 Adele Peterson <adele@apple.com> |
| |
| Rolling out Darin's previous change. |
| |
| * fast/clip/014-expected.checksum: Updated. |
| * fast/clip/014-expected.png: Updated. |
| |
| 2005-10-10 Darin Adler <darin@apple.com> |
| |
| - updated expected results due to fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=5195 |
| |
| The old results were incorrectly clipped. This always worked fine in the |
| browser, but didn't draw correctly in DumpRenderTree until the bug was fixed. |
| |
| * fast/clip/014-expected.checksum: Updated. |
| * fast/clip/014-expected.png: Updated. |
| |
| 2005-10-09 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| - added a test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5280 |
| Date.setMonth fails with negative values |
| |
| * fast/js/date-negative-setmonth-expected.txt: Added. |
| * fast/js/date-negative-setmonth.html: Added. |
| |
| 2005-10-08 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| - added a test for http://bugzilla.opendarwin.org/show_bug.cgi?id=5266 |
| Support parenthesized comments in Date.parse() |
| |
| * fast/js/date-parse-comments-test-expected.txt: Added. |
| * fast/js/date-parse-comments-test.html: Added. |
| |
| 2005-10-08 Alexey Proskuryakov <ap@nypop.com> |
| |
| - added a test case for XSLT charset support |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5244 |
| |
| * fast/xsl/xslt-entity-enc.xml: Added. |
| * fast/xsl/resources/xslt-entity-enc.xsl: Added. |
| * fast/xsl/xslt-entity-enc-expected.txt: Added. |
| |
| 2005-10-08 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by Hyatt. |
| |
| - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=5148 |
| Rendering regressions in the Acid2 test cannot be detected |
| |
| * fast/css/acid2-pixel-expected.checksum: Added. |
| * fast/css/acid2-pixel-expected.png: Added. |
| * fast/css/acid2-pixel-expected.txt: Added. |
| * fast/css/acid2-pixel.html: Added. |
| |
| 2005-10-08 Mitz Pettel <opendarwin.org@mitzpettel.com> |
| |
| Reviewed by Geoff Garen. |
| |
| - fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=5061 |
| date-big-setmonth test is not timezone-independent |
| |
| * fast/js/date-big-setmonth.html: Changed to compare expected result with a Date value rather |
| than with a constant. Also write out final result as a date rather than as a constant. |
| * fast/js/date-big-setmonth-expected.txt: Updated. |
| |
| 2005-10-08 Alexey Proskuryakov <ap@nypop.com> |
| |
| - Added a test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4821 |
| Text in submitted forms should be entity-encoded if the current encoding doesn't support it |
| |
| * fast/forms/form-data-encoding-expected.txt: Added. |
| * fast/forms/form-data-encoding.html: Added. |
| |
| 2005-10-08 Alexey Proskuryakov <ap@nypop.com> |
| |
| Reviewed by Darin. |
| |
| - Added a test for http://bugzilla.opendarwin.org/show_bug.cgi?id=4707 |
| Need a way to automatically test for regressions in NSTextInput implementation |
| |
| * editing/input/text-input-controller-expected.txt: Added. |
| * editing/input/text-input-controller.html: Added. |
| |
| 2005-10-08 Darin Adler <darin@apple.com> |
| |
| - Updated test results for fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=3245 |
| Support the 'bdo' element |
| |
| * fast/dom/HTMLElement/bdo.html: Updated test, no longer says to expect failure. |
| * fast/dom/HTMLElement/bdo-expected.checksum: Correct results. |
| * fast/dom/HTMLElement/bdo-expected.png: Ditto. |
| * fast/dom/HTMLElement/bdo-expected.txt: Ditto. |
| |
| * fast/text/international/bidi-LDB-2-HTML-expected.checksum: Updated to expect correct |
| results for the section done with <bdo>. |
| * fast/text/international/bidi-LDB-2-HTML-expected.png: Ditto. |
| * fast/text/international/bidi-LDB-2-HTML-expected.txt: Ditto. |
| |
| 2005-10-08 Darin Adler <darin@apple.com> |
| |
| Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=4898 |
| (Failures in dbaron's bidi ordering tests). |
| |
| * fast/dom/HTMLElement/bdo-expected.txt: Updated for differently-breaking text runs. |
| * fast/text/international/bidi-override-expected.txt: Updated because override characters no |
| longer show up in the render tree. |
| |
| * fast/text/international/bidi-LDB-2-CSS-expected.checksum: Added. |
| * fast/text/international/bidi-LDB-2-CSS-expected.png: Added. |
| * fast/text/international/bidi-LDB-2-CSS-expected.txt: Added. |
| * fast/text/international/bidi-LDB-2-CSS.html: Added. |
| |
| * fast/text/international/bidi-LDB-2-HTML-expected.checksum: Added. |
| * fast/text/international/bidi-LDB-2-HTML-expected.png: Added. |
| * fast/text/international/bidi-LDB-2-HTML-expected.txt: Added. |
| * fast/text/international/bidi-LDB-2-HTML.html: Added. |
| |
| * fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum: Added. |
| * fast/text/international/bidi-LDB-2-formatting-characters-expected.png: Added. |
| * fast/text/international/bidi-LDB-2-formatting-characters-expected.txt: Added. |
| * fast/text/international/bidi-LDB-2-formatting-characters.html: Added. |
| |
| * fast/text/international/bidi-explicit-embedding-expected.checksum: Updated to now-correct results. |
| * fast/text/international/bidi-explicit-embedding-expected.png: Ditto. |
| * fast/text/international/bidi-explicit-embedding-expected.txt: Ditto. |
| |
| 2005-10-07 David Harrison <harrison@apple.com> |
| |
| Reviewed by Justin. |
| |
| Adjusted expected results after fixing position code in |
| <rdar://problem/4064017> "Safari crashes at -[WebCoreBridge firstRectForDOMRange:] + 92" |
| |
| * editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: |
| * editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: |
| * editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: |
| * editing/selection/3690703-expected.txt: |
| * editing/selection/3690719-expected.txt: |
| * editing/selection/select-all-004-expected.txt: |
| |
| 2005-10-06 Justin Garcia <justin.garcia@apple.com> |
| |
| Reviewed by harrison |
| |
| Test cases for: |
| |
| <rdar://problem/4073133> Tabbing between editable elements leads to loss of keyboard focus |
| <rdar://problem/3690719> "Select All" when in an editable area selects the whole containing document |
| <rdar://problem/3690703> selection is allowed to span editable area and rest of document |
| |
| * editing/selection/3690703-2-expected.checksum: Added. |
| * editing/selection/3690703-2-expected.png: Added. |
| * editing/selection/3690703-2-expected.txt: Added. |
| * editing/selection/3690703-2.html: Added. |
| * editing/selection/3690703-expected.checksum: Added. |
| * editing/selection/3690703-expected.png: Added. |
| * editing/selection/3690703-expected.txt: Added. |
| * editing/selection/3690703.html: Added. |
| * editing/selection/3690719-expected.checksum: Added. |
| * editing/selection/3690719-expected.png: Added. |
| * editing/selection/3690719-expected.txt: Added. |
| * editing/selection/3690719.html: Added. |
| |
| 2005-10-06 Vicki Murley <vicki@apple.com> |
| |
| - updated layout tests for <rdar://problem/4288307> <form> element is |
| created for <isindex> outside <form>; that's not correct (4828) |
| |
| * dom/html/level2/html/HTMLIsIndexElement02-expected.txt: update this result, |
| since we now pass this test |
| |
| * fast/dom/isindex-002-expected.checksum: Added. |
| * fast/dom/isindex-002-expected.png: Added. |
| * fast/dom/isindex-002-expected.txt: Added. |
| * fast/dom/isindex-002.html: Added. |
| |
| - renamed this test |
| * fast/dom/isindex-alone-expected.checksum: Removed. |
| * fast/dom/isindex-alone-expected.png: Removed. |
| * fast/dom/isindex-alone-expected.txt: Removed. |
| * fast/dom/isindex-alone.html: Removed. |
| * fast/dom/isindex-001-expected.checksum: Added. |
| * fast/dom/isindex-001-expected.png: Added. |
| * fast/dom/isindex-001-expected.txt: Added. |
| * fast/dom/isindex-001.html: Added. |
| |
| 2005-10-06 Beth Dakin <bdakin@apple.com> |
| |
| Test cases for <rdar://problem/4145535> Crash in khtml::RenderBlock::addOverhangingFloats |
| with simple HTML test file. The fix is in WebCore. |
| |
| * fast/block/float/4145535Crash-expected.checksum: Added. |
| * fast/block/float/4145535Crash-expected.png: Added. |
| * fast/block/float/4145535Crash-expected.txt: Added. |
| * fast/block/float/4145535Crash.html: Added. |
| |
| 2005-10-06 Darin Adler <darin@apple.com> |
| |
| - updated test result for synthetic bold |
| |
| * editing/pasteboard/paste-text-011-expected.checksum: Regenerated. |
| * editing/pasteboard/paste-text-011-expected.png: Ditto. |
| * editing/pasteboard/paste-text-011-expected.txt: Ditto. |
| |
| - updated test result that was incorrect |
| |
| * fast/dom/namednodemap-namelookup-expected.txt: Added trailing newlines |
| |
| 2005-10-05 Vicki Murley <vicki@apple.com> |
| |
| Test cases for <rdar://problem/4288829> repro crash on isIndex tag with no attributes |
| |
| This test case will have to be updated once <rdar://problem/4288839> (isindex tag alone in |
| document doesn't end up in the DOM) is fixed |
| |
| * fast/dom/isindex-alone-expected.checksum: Added. |
| * fast/dom/isindex-alone-expected.png: Added. |
| * fast/dom/isindex-alone-expected.txt: Added. |
| * fast/dom/isindex-alone.html: Added. |
| |
| 2005-10-05 Maciej Stachowiak <mjs@apple.com> |
| |
| Test cases for <rdar://problem/3798746> hang in JavaScript getting at URL from frame; isc.fraunhofer.de (works in IE and Firefox) |
| |
| * ChangeLog: |
| * fast/dom/early-frame-url-expected.txt: Added. |
| * fast/dom/early-frame-url.html: Added. |
| * fast/dom/resources/a.html: Added. |
| * fast/dom/resources/b.html: Added. |
| |
| 2005-10-05 Justin Garcia <justin.garcia@apple.com> |
| |
| Reviewed by beth |
| |
| <http://bugzilla.opendarwin.org/show_bug.cgi?id=5245> |
| Adding missing pixel results for test cases checked in recently. |
| |
| * editing/inserting/4278698-expected.checksum: Added. |
| * editing/inserting/4278698-expected.png: Added. |
| * editing/pasteboard/4076267-2-expected.checksum: Added. |
| * editing/pasteboard/4076267-2-expected.png: Added. |
| * editing/pasteboard/4076267-3-expected.checksum: Added. |
| * editing/pasteboard/4076267-3-expected.png: Added. |
| * editing/pasteboard/4076267-expected.checksum: Added. |
| * editing/pasteboard/4076267-expected.png: Added. |
| * editing/undo/4063751-expected.checksum: Added. |
| * editing/undo/4063751-expected.png: Added. |
| * fast/css/imageTileOpacity-expected.checksum: Added. |
| * fast/css/imageTileOpacity-expected.png: Added. |
| * fast/forms/textAreaLineHeight-expected.checksum: Added. |
| * fast/forms/textAreaLineHeight-expected.png: Added. |
| |
| 2005-10-05 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by NOBODY (OOPS!). |
| |
| Test case for: |
| <rdar://problem/3798746> hang in JavaScript getting at URL from frame; isc.fraunhofer.de (works in IE and Firefox) |
| |
| * fast/dom/early-frame-url.html |
| * fast/dom/early-frame-url-expected.txt: Added. |
| * fast/dom/resources/a.html: Added. |
| * fast/dom/resources/b.html: Added. |
| |
| 2005-10-05 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Eric. |
| |
| - test case for some fixes I made to for..in enumeration. object |
| properties now come before prototype properties and duplicates |
| between object and prototype are listed only once. |
| |
| * fast/js/for-in-expected.txt: Added. |
| * fast/js/for-in.html: Added. |
| |
| 2005-10-05 Anders Carlsson <andersca@mac.com> |
| |
| Reviewed by Maciej. |
| |
| - update test cases for <http://bugzilla.opendarwin.org/show_bug.cgi?id=5271> |
| Implement isSameNode. |
| |
| * dom/xhtml/level3/core/nodeissamenode01-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode02-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode03-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode04-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode05-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode06-expected.txt: |
| * dom/xhtml/level3/core/nodeissamenode10-expected.txt: |
| These tests pass now. |
| |
| 2005-10-04 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by mjs. |
| |
| Test direct name lookup in DOMNamedNodeMap, like FireFox/IE. |
| <rdar://problem/4285884> Gap.com throws exception "Undefined value" because of Safari doesn't support indexing into a named node map by name |
| |
| * fast/dom/namednodemap-namelookup-expected.txt: Added. |
| * fast/dom/namednodemap-namelookup.html: Added. |
| |
| 2005-10-04 Beth Dakin <bdakin@apple.com> |
| |
| Reviewed by Darin. |
| |
| Test case for setting opacity on tiled images. Specifically for fix to: |
| <rdar://problem/4285538> TOT fix for Denver Regression: Drawing glitch in |
| the transparent dialog's cancel/ok button in the widget manager. The fix |
| is in WebKit and WebKitSystemInterface. |
| |
| * fast/css/button_center.png: Added. |
| * fast/css/imageTileOpacity-expected.txt: Added. |
| * fast/css/imageTileOpacity.html: Added. |
| |
| 2005-10-03 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by mjs. |
| |
| Test case for event.view.toString() |
| <rdar://problem/4233558> toString on event.view Object fails with "No Default Value" in console |
| |
| * fast/events/event-view-toString-expected.txt: Added. |
| * fast/events/event-view-toString.html: Added. |
| |
| 2005-10-03 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Darin. |
| |
| Test cases for: |
| |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5180 |
| event.stopPropagation() prevents the default action - it shouldn't |
| |
| * fast/events/stopPropagation-checkbox-expected.txt: Added. |
| * fast/events/stopPropagation-checkbox.html: Added. |
| * fast/events/stopPropagation-submit-expected.txt: Added. |
| * fast/events/stopPropagation-submit.html: Added. |
| |
| 2005-10-03 Beth Dakin <bdakin@apple.com> |
| |
| Reviewed by Darin. |
| |
| The new layout test for <rdar://problem/4235722> line-height |
| style settings not reflected in textarea. |
| |
| * fast/forms/textAreaLineHeight-expected.txt: Added. |
| * fast/forms/textAreaLineHeight.html: Added. |
| |
| 2005-10-02 Alexey Proskuryakov <ap@nypop.com> |
| |
| Reviewed by eseidel. |
| |
| http://bugzilla.opendarwin.org/show_bug.cgi?id=5219 |
| |
| * fast/xsl/xslt-url-expected.txt: Added. |
| * fast/xsl/xslt-url.xml: Added. |
| * fast/xsl/xslt-url.xsl: Added. |
| |
| 2005-10-02 Anders Carlsson <andersca@mac.com> |
| |
| Reviewed by Eric. |
| |
| Added test for <http://bugzilla.opendarwin.org/attachment.cgi?id=4145> |
| attributes don't return correct values for namespaceURI and localName |
| |
| * fast/dom/attribute-namespaces-expected.txt: Added. |
| * fast/dom/attribute-namespaces.xhtml: Added. |
| |
| 2005-09-30 Eric Seidel <eseidel@apple.com> |
| |
| Reviewed by xenon. |
| |
| Moved WebCore/layout-tests to LayoutTests |
| |