blob: 67e4a4c2628b69d4510bb7b91927d87d0d5231f1 [file] [log] [blame]
2008-08-10 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/6074587> REGRESSION (34722): Unable to view AT&T wireless bill - window title contains markup, window is empty
* fast/tokenizer/ampersand-in-special-tag-expected.txt: Added.
* fast/tokenizer/ampersand-in-special-tag.html: Added.
2008-08-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Test for bug 20330: JSCore crash loading any filehurricane media page
<https://bugs.webkit.org/show_bug.cgi?id=20330>
* fast/js/resources/unexpected-constant-crash.js: Added.
* fast/js/unexpected-constant-crash-expected.txt: Added.
* fast/js/unexpected-constant-crash.html: Added.
2008-08-08 Maxime Britto <britto@apple.com>
Reviewed by Adele.
https://bugs.webkit.org/show_bug.cgi?id=20270
This test is automatic and can also be run manually.
* fast/events/scroll-to-anchor-in-overflow-hidden-expected.txt: Added.
* fast/events/scroll-to-anchor-in-overflow-hidden.html: Added.
2008-08-05 David D. Kilzer <ddkilzer@apple.com>
Bug 20038: REGRESSION (r35151): Can't post comments on flickr.com
<https://bugs.webkit.org/show_bug.cgi?id=20038>
<rdar://problem/6092270>
Reviewed by Eric Seidel.
* fast/forms/submit-to-url-fragment-expected.txt: Added.
* fast/forms/submit-to-url-fragment.html: Added.
2008-07-02 David Kilzer <ddkilzer@apple.com>
Images using QT plugin do not display correctly
<https://bugs.webkit.org/show_bug.cgi?id=9214>
<rdar://problem/5683413>
Reviewed by Darin.
Test images rendered by both embed and object elements.
* fast/images/embed-image.html: Added.
* fast/images/object-image.html: Added.
* platform/mac/fast/images/embed-image-expected.checksum: Added.
* platform/mac/fast/images/embed-image-expected.png: Added.
* platform/mac/fast/images/embed-image-expected.txt: Added.
* platform/mac/fast/images/object-image-expected.checksum: Added.
* platform/mac/fast/images/object-image-expected.png: Added.
* platform/mac/fast/images/object-image-expected.txt: Added.
2008-08-06 chris fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
Fix AX layout test for multi-platform
* accessibility/bounds-for-range-expected.txt:
2008-08-06 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Add tests for bug 20286: Load constants all at once instead of using op_load
<https://bugs.webkit.org/show_bug.cgi?id=20286>
Add a test for the edge cases of the new constant counting in the
parser, and change the limit in the deep recursion test to account for
the slightly larger stack frames.
* fast/js/constant-count-expected.txt: Added.
* fast/js/constant-count.html: Added.
* fast/js/deep-recursion-test.html:
* fast/js/resources/constant-count.js: Added.
2008-08-05 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Test for bug 20293: Crash in JavaScript codegen for eval("const a;")
<https://bugs.webkit.org/show_bug.cgi?id=20293>
* fast/js/const-expected.txt:
* fast/js/resources/const.js:
2008-08-05 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Add tests for optimizations of the modulo operator in JavaScript.
* fast/js/mod-crash-expected.txt: Added.
* fast/js/mod-crash.html: Added.
* fast/js/resources/mod-crash.js: Added.
2008-08-04 Bernhard Krüpl <kruepl@dbai.tuwien.ac.at>
Reviewed by Dave Hyatt.
Fix for https://bugs.webkit.org/show_bug.cgi?id=19094
Tests for offsetTop of table cells updated so that they don't include borderExtraTop
* fast/dom/Element/offsetTop-table-cell-expected.txt:
* fast/dom/Element/offsetTop-table-cell.html:
2008-08-04 Sam Weinig <sam@webkit.org>
Rubber-stamped by Dan Bernstein.
Fix typo in Skipped lists.
* platform/mac-tiger/Skipped:
* platform/win/Skipped:
2008-08-04 Dean Jackson <dino@apple.com>
Reviewed by Dave Hyatt
Update expected computed style results for the following bug
Improve AnimationController
https://bugs.webkit.org/show_bug.cgi?id=19938
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2008-08-04 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Update skipped lists for renamed tests.
* platform/mac-tiger/Skipped:
* platform/win/Skipped:
2008-08-04 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Tests for the Access-control for Cross Site requests
preflight cache.
* ChangeLog:
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php: Added.
* http/tests/xmlhttprequest/resources/portabilityLayer.php: Added.
* http/tests/xmlhttprequest/resources/reset-temp-file.php: Added.
2008-08-03 David D. Kilzer <ddkilzer@apple.com>
Future-proof fast/cookies/local-file-can-set-cookies.html
Reviewed by Anders Carlsson.
* fast/cookies/local-file-can-set-cookies.html: Set cookie
expiration date 60 seconds into the future instead of a
hard-coded date.
2008-07-31 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
Add tests to cover behaviour of "this" when calling named function
expressions and functions thrown as exceptions.
* fast/js/resources/static-scope-object.js: Added.
* fast/js/static-scope-object-expected.txt: Added.
* fast/js/static-scope-object.html: Added.
2008-07-31 David Kilzer <ddkilzer@apple.com>
Updated test results for DumpRenderTree fix in r35497
* svg/custom/image-with-prefix-in-webarchive-expected.webarchive:
Contents of the main resource are now displayed instead of encoded
data.
* svg/webarchive/svg-cursor-subresources-expected.webarchive: Ditto.
* svg/webarchive/svg-feimage-subresources-expected.webarchive: Ditto.
* svg/webarchive/svg-script-subresouces-expected.webarchive: Ditto.
Also updated MIME types for JavaScript source now that we don't
mangle application/x-javascript into text/javascript.
2008-07-31 David D. Kilzer <ddkilzer@webkit.org>
Fix layout test results for webarchive/test-xml-stylesheet.xml
Reviewed by Darin.
* platform/mac/webarchive/test-xml-stylesheet-expected.txt:
Removed unused test results.
* webarchive/test-duplicate-resources-expected.webarchive: Updated
results now that we don't mangle application/x-javascript into
text/javascript.
* webarchive/test-script-src-expected.webarchive: Ditto.
* webarchive/test-xml-stylesheet-expected.webarchive: Updated
results now that we handle application/xml correctly.
2008-07-31 chris fleizach <cfleizach@apple.com>
Reviewed by Alice Liu
<rdar://problem/3563671> VO doesn't highlight characters when interacting when static text in web areas
* accessibility/bounds-for-range-expected.txt: Added.
* accessibility/bounds-for-range.html: Added.
2008-07-29 Sam Weinig <sam@webkit.org>
Reviewed by Darin Adler.
Update Cross-site XMLHttpRequests using Access control to
the latest spec. (Editor's Draft 8 July 2008)
- Update syntax in tests a remove tests for removed features.
* http/tests/xmlhttprequest/access-control-basic-allow-async.html:
* http/tests/xmlhttprequest/access-control-basic-blacklist-request-headers-expected.txt: Removed.
* http/tests/xmlhttprequest/access-control-basic-blacklist-request-headers.html: Removed.
* http/tests/xmlhttprequest/access-control-basic-exclude.html: Removed.
* http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-not-get-allow-async-expected.txt.
* http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async.html: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-not-get-allow-async.html.
* http/tests/xmlhttprequest/access-control-basic-non-simple-allow-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-not-get-allow-expected.txt.
* http/tests/xmlhttprequest/access-control-basic-non-simple-allow.html: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-not-get-allow.html.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-async-expected.txt: Removed.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-async.html: Removed.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-expected.txt: Removed.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow.html: Removed.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-allow-print-headers.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-allow-star.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-allow.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-exclude.cgi: Removed.
* http/tests/xmlhttprequest/resources/access-control-basic-get-fail-non-simple.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-non-get-allow.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-whitelist-response-headers.cgi:
2008-07-29 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
<rdar://problem/6084585> Investigate upload progress events
* fast/dom/Window/window-properties-expected.txt:
* http/tests/xmlhttprequest/upload-onload-event-expected.txt: Added.
* http/tests/xmlhttprequest/upload-onload-event.html: Added.
* http/tests/xmlhttprequest/upload-onloadstart-event-expected.txt: Added.
* http/tests/xmlhttprequest/upload-onloadstart-event.html: Added.
* http/tests/xmlhttprequest/upload-onprogress-event-expected.txt: Added.
* http/tests/xmlhttprequest/upload-onprogress-event.html: Added.
* http/tests/xmlhttprequest/upload-progress-events-expected.txt: Added.
* http/tests/xmlhttprequest/upload-progress-events.html: Added.
* platform/win/Skipped: Skip new tests on windows where the feature is not
implemented yet.
2008-07-29 Maxime Britto <britto@apple.com>
Reviewed by adele.
This test verifies that the autoscroll works within textfields.
* fast/events/autoscroll-in-textfield-expected.txt: Added.
* fast/events/autoscroll-in-textfield.html: Added.
2008-07-29 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Mark Rowe.
- update results for console.group and console.groupEnd
* fast/dom/Window/window-properties-expected.txt:
2008-07-29 Adele Peterson <adele@apple.com>
Reviewed by Sammy Weinig.
Test for <rdar://problem/6103024>
When a QT movie is loaded directly in the browser, I can't pause it by single-clicking on the video
* media/video-click-dlbclick-standalone-expected.txt: Added.
* media/video-click-dlbclick-standalone.html: Added.
2008-07-29 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test, updated test and results for <rdar://problem/6059648> Some content not visible when the window is short at courtneyalbright.com
* fast/overflow/float-in-relpositioned.html: Added.
* fast/repaint/containing-block-position-change.html: Changed to avoid
a full repaint due to a scroll bar appearing.
* platform/mac/fast/clip/015-expected.txt:
* platform/mac/fast/overflow/float-in-relpositioned-expected.checksum: Added.
* platform/mac/fast/overflow/float-in-relpositioned-expected.png: Added.
* platform/mac/fast/overflow/float-in-relpositioned-expected.txt: Added.
* platform/mac/fast/repaint/clipped-relative-expected.txt:
2008-07-29 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- repaint test for <rdar://problem/6048566> Repaint original element's position, not its offset position
* fast/repaint/layout-state-relative.html: Added.
* platform/mac/fast/repaint/layout-state-relative-expected.checksum: Added.
* platform/mac/fast/repaint/layout-state-relative-expected.png: Added.
* platform/mac/fast/repaint/layout-state-relative-expected.txt: Added.
2008-07-29 David Hyatt <hyatt@apple.com>
Add a layout test for using multiple variable declaration blocks in a single style rule.
* fast/css/variables/alternate-syntax/multiple-blocks-test.html: Added.
* fast/css/variables/multiple-blocks-test.html: Added.
* platform/mac/fast/css/variables/multiple-blocks-test-expected.checksum: Added.
* platform/mac/fast/css/variables/multiple-blocks-test-expected.png: Added.
* platform/mac/fast/css/variables/multiple-blocks-test-expected.txt: Added.
2008-07-28 Brady Eidson <beidson@apple.com>
Reviewed by Sam Weinig
<rdar://problem/6093281> - autocomplete="off" should work when going back
* security/autocomplete-cleared-on-back-expected.txt: Added.
* security/autocomplete-cleared-on-back.html: Added.
* security/resources: Added.
* security/resources/autocomplete-cleared-on-back2.html: Added.
2008-07-28 Anders Carlsson <andersca@apple.com>
Reviewed by Sam.
<rdar://problem/6098335>
https://bugs.webkit.org/show_bug.cgi?id=20150
Add tests.
* http/tests/xmlhttprequest/resources/forbidden.txt: Added.
* http/tests/xmlhttprequest/resources/redirect.php: Added.
* http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect.html: Added.
2008-07-27 Sam Weinig <sam@webkit.org>
Reviewed by Oliver Hunt.
Tests for https://bugs.webkit.org/show_bug.cgi?id=20176
querySelectorAll id optimization no longer working
* fast/dom/SelectorAPI/caseID-almost-strict-expected.txt: Added.
* fast/dom/SelectorAPI/caseID-almost-strict.html: Added.
* fast/dom/SelectorAPI/caseID-expected.txt: Added.
* fast/dom/SelectorAPI/caseID-strict-expected.txt: Added.
* fast/dom/SelectorAPI/caseID-strict.html: Added.
* fast/dom/SelectorAPI/caseID.html: Added.
2008-07-27 Anatoli Papirovski <apapirovski@mac.com>
Reviewed by Dave Hyatt.
Updated layout CSS2.1 test suite tests related to css parsing:
https://bugs.webkit.org/show_bug.cgi?id=14346
* platform/mac/css2.1/t040105-import-01-b-expected.checksum:
* platform/mac/css2.1/t040105-import-01-b-expected.png:
* platform/mac/css2.1/t040105-import-01-b-expected.txt:
* platform/mac/css2.1/t0402-syntax-05-f-expected.checksum:
* platform/mac/css2.1/t0402-syntax-05-f-expected.png:
* platform/mac/css2.1/t0402-syntax-05-f-expected.txt:
* platform/mac/css2.1/t0402-syntax-06-f-expected.checksum:
* platform/mac/css2.1/t0402-syntax-06-f-expected.png:
* platform/mac/css2.1/t0402-syntax-06-f-expected.txt:
2008-07-26 Mark Rowe <mrowe@apple.com>
Update some layout test results.
* fast/dom/Window/window-properties-expected.txt:
* fast/dom/domListEnumeration-expected.txt:
2008-07-26 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig.
- update test and expected results for attributes added to
HTMLFormElement and HTMLSelectElement.
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/resources/domListEnumeration.js:
2008-07-26 Michelangelo De Simone <m.des@mac.com>
Reviewed by Adele Petersen.
Test suite for the willValidate form controls attribute.
* fast/forms/willvalidate-000-expected.txt: Added.
* fast/forms/willvalidate-000.html: Added.
* fast/forms/willvalidate-001-expected.txt: Added.
* fast/forms/willvalidate-001.html: Added.
* fast/forms/willvalidate-002-expected.txt: Added.
* fast/forms/willvalidate-002.html: Added.
* fast/forms/willvalidate-003-expected.txt: Added.
* fast/forms/willvalidate-003.html: Added.
* fast/forms/willvalidate-004-expected.txt: Added.
* fast/forms/willvalidate-004.html: Added.
* fast/forms/willvalidate-005-expected.txt: Added.
* fast/forms/willvalidate-005.html: Added.
* fast/forms/willvalidate-006-expected.txt: Added.
* fast/forms/willvalidate-006.html: Added.
* fast/forms/willvalidate-007-expected.txt: Added.
* fast/forms/willvalidate-007.html: Added.
* fast/forms/willvalidate-008-expected.txt: Added.
* fast/forms/willvalidate-008.html: Added.
* fast/forms/willvalidate-009-expected.txt: Added.
* fast/forms/willvalidate-009.html: Added.
2008-07-26 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Mark Rowe.
* platform/win/Skipped: Added fast/text/international/bidi-AN-after-empty-run.html
(<rdar://problem/5075790>) and svg/custom/stroke-width-click.svg
(<rdar://problem/5539822>).
* platform/win/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
Updated results for the new way path data is dumped after
<http://trac.webkit.org/changeset/34117>.
2008-07-26 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Fix https://bugs.webkit.org/show_bug.cgi?id=20122
<rdar://problem/6089522>
REGRESSION (r35075-r35110): Cannot enlarge images at Apple Store product page
- Additionally, fix some errors introduced in old tests.
* fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt: Added.
* fast/dom/SelectorAPI/dumpNodeList-almost-strict.html: Added.
* fast/dom/SelectorAPI/dumpNodeList-expected.txt:
* fast/dom/SelectorAPI/dumpNodeList.html:
* fast/dom/SelectorAPI/id-fastpath-almost-strict-expected.txt: Added.
* fast/dom/SelectorAPI/id-fastpath-almost-strict.html: Added.
* fast/dom/SelectorAPI/id-fastpath-strict-expected.txt: Added.
* fast/dom/SelectorAPI/id-fastpath-strict.html: Added.
* fast/dom/SelectorAPI/resources/id-fastpath-almost-strict.js: Added.
* fast/dom/SelectorAPI/resources/id-fastpath-strict.js: Added.
* fast/dom/SelectorAPI/resources/id-fastpath.js:
2008-07-26 Dan Bernstein <mitz@apple.com>
- move Leopard-only expected failure results back to mac-leopard; these
are covered by <rdar://problem/5539818> and <rdar://problem/5539820>.
* platform/mac-leopard/http: Added.
* platform/mac-leopard/http/tests: Added.
* platform/mac-leopard/http/tests/security: Copied from platform/mac/http/tests/security.
* platform/mac-leopard/security: Copied from platform/mac/security.
* platform/mac/http/tests/security: Removed.
* platform/mac/http/tests/security/dataURL: Removed.
* platform/mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Removed.
* platform/mac/security: Removed.
* platform/mac/security/block-test-expected.txt: Removed.
2008-07-26 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- clean up expected layout test results
* fast/encoding/idn-security-expected.txt: Replaced with LayoutTests/platform/mac/fast/encoding/idn-security-expected.txt,
which is the version of the results for platforms that have "newer ICU".
* platform/mac-leopard/Skipped: Added svg/custom/stroke-width-click.svg.
* platform/mac-tiger/fast/encoding: Added.
* platform/mac-tiger/fast/encoding/idn-security-expected.txt: Copied from LayoutTests/fast/encoding/idn-security-expected.txt,
as Tiger still needs the "older ICU" version of the results.
* platform/mac/fast/encoding/idn-security-expected.txt: Removed.
* platform/mac/svg/custom/stroke-width-click-expected.checksum: Removed
pixel results for a text-only test.
* platform/mac/svg/custom/stroke-width-click-expected.png: Ditto.
* platform/mac/svg/custom/stroke-width-click-expected.txt: Removed
platform-specific results for a text-only test.
2008-07-26 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Nikolas Zimmermann.
- move platform-independent results back to the generic location
* platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Removed.
* svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Copied from LayoutTests/platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.txt.
2008-07-25 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
Layout test covering assignment to read only properties
across scope boundaries.
* fast/js/const-expected.txt:
* fast/js/resources/const.js:
2008-07-25 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig.
- moved expected results from platform/mac-leopard to platform/mac.
Where the mac baseline differed from the Leopard results, moved the
results from mac to mac-tiger.
2008-07-25 Brady Eidson <beidson@apple.com>
Reviewed by Sam
Test for autocomplete attribute cleanup
* platform/win/Skipped:
* security/set-form-autocomplete-attribute-expected.txt: Added.
* security/set-form-autocomplete-attribute.html: Added.
2008-07-25 Anders Carlsson <andersca@apple.com>
Reviewed by Mitz.
Make the willCacheResponse test more robust.
* http/tests/misc/resources/willCacheResponse-success.html: Added.
* http/tests/misc/willCacheResponse-delegate-callback-expected.txt:
* http/tests/misc/willCacheResponse-delegate-callback.html:
2008-07-25 Dan Bernstein <mitz@apple.com>
Reviewed by Anders Carlsson.
* http/tests/misc/acid3.html: Updated test 77 from acidtests.org. Added
alert()ing the log when the score is less than 100.
2008-07-25 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Brady Eidson.
- add missing pixel results and move the render tree results under the platform directory
* platform/mac/svg/dom/SVGRectElement: Added.
* platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.checksum: Added.
* platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
* platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Added.
* platform/mac/webarchive: Added.
* platform/mac/webarchive/loading: Added.
* platform/mac/webarchive/loading/cache-expired-subresource-expected.checksum: Added.
* platform/mac/webarchive/loading/cache-expired-subresource-expected.png: Added.
* platform/mac/webarchive/loading/cache-expired-subresource-expected.txt: Added.
* svg/dom/SVGRectElement/rect-modify-rx-expected.txt: Removed.
* webarchive/loading/cache-expired-subresource-expected.txt: Removed.
2008-07-25 chris fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
<rdar://problem/6084806> AX: REGRESSION: returned line number from TextArea is incorrect
* accessibility/textarea-insertion-point-line-number-expected.txt: Added.
* accessibility/textarea-insertion-point-line-number.html: Added.
* accessibility/textarea-line-for-index-expected.txt: Added.
* accessibility/textarea-line-for-index.html: Added.
2008-07-25 Jacob Refstrup <jacob.refstrup@hp.com>
Reviewed by mitz.
- added test case for float being added in trailing whitespace
of an already full line (with pre-wrap or after-white-space set).
<rdar://problem/5805741> https://bugs.webkit.org/show_bug.cgi?id=17906
* fast/block/float/editable-text-overlapping-float.html: Added.
* platform/mac/fast/block/float/editable-text-overlapping-float-expected.checksum: Added.
* platform/mac/fast/block/float/editable-text-overlapping-float-expected.png: Added.
* platform/mac/fast/block/float/editable-text-overlapping-float-expected.txt: Added.
* platform/qt/fast/block/float/editable-text-overlapping-float-expected.txt: Added.
2008-07-24 David Hyatt <hyatt@apple.com>
Add support for an alternate proposed syntax for CSS variables. This alternate syntax will allow
testers on www-style to try out both versions of the syntax (to help make a decision regarding
which one should be used).
Reviewed by Dan
* fast/css/variables/alternate-syntax: Added.
* fast/css/variables/alternate-syntax/color-hex-test.html: Added.
* fast/css/variables/alternate-syntax/colors-test.html: Added.
* fast/css/variables/alternate-syntax/font-test.html: Added.
* fast/css/variables/alternate-syntax/image-test.html: Added.
* fast/css/variables/alternate-syntax/import-test.html: Added.
* fast/css/variables/alternate-syntax/inline-style-test.html: Added.
* fast/css/variables/alternate-syntax/invalid-variable-test.html: Added.
* fast/css/variables/alternate-syntax/margin-test.html: Added.
* fast/css/variables/alternate-syntax/misplaced-import-test.html: Added.
* fast/css/variables/alternate-syntax/misplaced-variables-test.html: Added.
* fast/css/variables/alternate-syntax/multiple-term-test.html: Added.
* fast/css/variables/alternate-syntax/override-test.html: Added.
* fast/css/variables/alternate-syntax/print-test.html: Added.
* fast/css/variables/alternate-syntax/remove-variable-test.html: Added.
* fast/css/variables/alternate-syntax/resources: Added.
* fast/css/variables/alternate-syntax/resources/bad.css: Added.
* fast/css/variables/alternate-syntax/resources/good.css: Added.
* fast/css/variables/alternate-syntax/resources/listmark.gif: Added.
* fast/css/variables/alternate-syntax/set-variable-test.html: Added.
* fast/css/variables/alternate-syntax/shorthand-test.html: Added.
* fast/css/variables/alternate-syntax/variable-iteration-test.html: Added.
2008-07-24 Oliver Hunt <oliver@apple.com>
Reviewed by Alexey Proskuryakov.
Test cases for regex starting with /=
* fast/js/regexp-divequal-expected.txt: Added.
* fast/js/regexp-divequal.html: Added.
* fast/js/resources/regexp-divequal.js: Added.
2008-07-23 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Eric.
Test for bug 19588: CRASH doing open() on destroyed window
https://bugs.webkit.org/show_bug.cgi?id=19588
Test case from Eric Roman.
* fast/frames/crash-removed-iframe-expected.txt: Added.
* fast/frames/crash-removed-iframe.html: Added.
2008-07-23 Dan Bernstein <mitz@apple.com>
Reviewed by Alexey Proskuryakov.
- updated test to cover serializing variable values which are colors in
hex notation
* fast/css/variables/color-hex-test.html:
2008-07-23 Beth Dakin <bdakin@apple.com>
Reviewed by Dan Bernstein.
Tests for <rdar://problem/5997215> display: table-row-group
for :before content causes a crash
* fast/css-generated-content/table-row-group-to-inline.html: Added.
* fast/css-generated-content/table-row-group-with-before.html: Added.
* fast/css-generated-content/table-row-with-before.html: Added.
* fast/css-generated-content/table-with-before.html: Added.
* platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.checksum: Added.
* platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.png: Added.
* platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt: Added.
* platform/mac/fast/css-generated-content/table-row-group-with-before-expected.checksum: Added.
* platform/mac/fast/css-generated-content/table-row-group-with-before-expected.png: Added.
* platform/mac/fast/css-generated-content/table-row-group-with-before-expected.txt: Added.
* platform/mac/fast/css-generated-content/table-row-with-before-expected.checksum: Added.
* platform/mac/fast/css-generated-content/table-row-with-before-expected.png: Added.
* platform/mac/fast/css-generated-content/table-row-with-before-expected.txt: Added.
* platform/mac/fast/css-generated-content/table-with-before-expected.checksum: Added.
* platform/mac/fast/css-generated-content/table-with-before-expected.png: Added.
* platform/mac/fast/css-generated-content/table-with-before-expected.txt: Added.
2008-07-23 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff Garen.
Test cases to cover the behaviour of switch statements, to make sure our
fast switch paths have not broken things.
* fast/js/resources/switch-behaviour.js: Added.
* fast/js/switch-behaviour-expected.txt: Added.
* fast/js/switch-behaviour.html: Added.
2008-07-23 Dean Jackson <dino@apple.com>
Reviewed by Dan Bernstein.
Update computed style test for transform to reflect that
we return "none" rather than identity matrix.
* svg/css/getComputedStyle-basic-expected.txt:
2008-07-23 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Remove tiger specific result for toDataURL-supportedTypes.html as it should have the
same results on all platforms.
* platform/mac-tiger/fast/canvas: Removed.
* platform/mac-tiger/fast/canvas/toDataURL-supportedTypes-expected.txt: Removed.
2008-07-22 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
<rdar://problem/5788451> toDataURL not implemented for Windows (need mapping of MIME type to UTI)
Add additional support for JPEG and GIF for toDataURL encoding canvases.
- Turn on and simplify toDataURL-supportedTypes.html to only test for support of mimeTypes and not
fail due to differences in image encoders.
* fast/canvas/toDataURL-supportedTypes-expected.txt:
* fast/canvas/toDataURL-supportedTypes.html: Copied from fast/canvas/toDataURL-supportedTypes.html-disabled.
* fast/canvas/toDataURL-supportedTypes.html-disabled: Removed.
2008-07-22 Chris Fleizach <cfleizach@apple.com>
Reviewed by Dave Hyatt
<rdar://problem/6004877> internal anchors on this page are not showing up in the AXLinkedUIElements
* accessibility/internal-link-anchors2-expected.txt: Added.
* accessibility/internal-link-anchors2.html: Added.
2008-07-22 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Adam Roben.
<rdar://problem/5955602> WebKit should support charset name x-windows-949
* fast/encoding/char-decoding.html:
* fast/encoding/char-decoding-expected.txt:
Added a test for this name.
2008-07-21 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=20117
setBaseAndExtent fails to reverse the current selection
* editing/selection/setBaseAndExtent-revert-selection-expected.txt: Added.
* editing/selection/setBaseAndExtent-revert-selection.html: Added.
2008-07-21 Anders Carlsson <andersca@apple.com>
Reviewed by Geoff.
<rdar://problem/5820667>
CrashTracer: [USER] 3759 crashes in Safari at FrameLoader::activeDocumentLoader const + 6 while canceling plug-in load
* http/tests/plugins/geturlnotify-from-npp-destroystream-expected.txt: Added.
* http/tests/plugins/geturlnotify-from-npp-destroystream.html: Added.
2008-07-21 Rob Buis <buis@kde.org>
Reviewed by Mitz.
Testcase for:
https://bugs.webkit.org/show_bug.cgi?id=19966
CSS variables crash when using hex notation for colors
* fast/css/variables/color-hex-test-expected.txt: Added.
* fast/css/variables/color-hex-test.html: Added.
2008-07-20 Oliver Hunt <oliver@apple.com>
RS=Dan Bernstein.
Whoops, forgot to commit expected output for this test.
* fast/js/exception-expression-offset-expected.txt: Added.
2008-07-20 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=12171
Remove manual SVG property <-> XML attribute synchronization in SVGPolyElement.
Added svg/custom/poly-points-attribute-changes.svg (testcase from Rob)
* platform/mac-leopard/svg/custom/poly-points-attribute-changes-expected.checksum: Added.
* platform/mac-leopard/svg/custom/poly-points-attribute-changes-expected.png: Added.
* svg/custom/poly-points-attribute-changes-expected.txt: Added.
* svg/custom/poly-points-attribute-changes.svg: Added.
2008-07-20 Oliver Hunt <oliver@apple.com>
Reviewed by Mark Rowe.
Add layout test to check correctly handling of exceptions in callback by WebCore.
Update existing test results for higher fidelity output.
* fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt:
* fast/js/exceptions-thrown-in-callbacks-expected.txt: Added.
* fast/js/exceptions-thrown-in-callbacks.html: Added.
* fast/xpath/nsresolver-exception-expected.txt:
* fast/xsl/transform-xhr-doc-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* platform/mac/fast/dynamic/015-expected.txt:
* platform/mac/fast/events/updateLayoutForHitTest-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* storage/transaction_callback_exception_crash-expected.txt:
2008-07-19 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
Update a few tests i filed to correct in the last patch, and add tests for
assignment error position.
* fast/css/font-face-descriptor-multiple-values-parsing-expected.txt:
* fast/js/resources/exception-expression-offset.js:
* http/tests/security/cross-frame-access-call-expected.txt:
* http/tests/security/cross-frame-access-call.html:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
2008-07-18 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
Update layout tests for new exception text, and add additional test covering the
expression ranges provided.
* fast/css/resources/font-face-descriptor-multiple-values-parsing.js:
* fast/dom/SelectorAPI/dumpNodeList-expected.txt:
* fast/forms/select-namedItem-expected.txt:
* fast/js/exception-expression-offset.html: Added.
* fast/js/resources/exception-expression-offset.js: Added.
New test covering the offset positions given for exceptions
* fast/xsl/transform-xhr-doc-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* http/tests/security/cross-frame-access-call.html:
* platform/mac/fast/events/updateLayoutForHitTest-expected.txt:
* platform/mac/svg/custom/createelement-expected.txt:
* platform/mac/tables/mozilla/bugs/bug53690-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
2008-07-18 Adele Peterson & Maxime Britto <britto@apple.com>
Reviewed by Adele.
Test for <rdar://problem/6049803> Autoscroll triggered on no scrolling iframes
* ChangeLog:
* fast/events/autoscroll-with-non-scrollable-parent-expected.txt: Added.
* fast/events/autoscroll-with-non-scrollable-parent.html: Added.
* fast/events/resources/big-page-with-input.html: Added.
2008-07-18 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
getComputedStyle() for -webkit-transform should return
'none' for elements with no renderer, or those with no
transform.
https://bugs.webkit.org/show_bug.cgi?id=20008
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
2008-07-18 Alexey Proskuryakov <ap@webkit.org>
Update expected results for a recently added test to what is seen when running the
full test suite.
* fast/forms/form-and-frame-interaction-retains-values-expected.txt:
2008-07-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by David Kilzer.
Test for https://bugs.webkit.org/show_bug.cgi?id=20067
Support function.name (Firefox extension)
* fast/js/function-name-expected.txt: Added.
* fast/js/function-name.html: Added.
* fast/js/resources/function-name.js: Added.
2008-07-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Test for <rdar://problem/6081636> Functions calls use more temporary
registers than necessary
* fast/js/function-call-register-allocation.html: Added.
* fast/js/function-call-register-allocation-expected.txt: Added.
* fast/js/resources/function-call-register-allocation.js: Added.
2008-07-17 Jacob Refstrup <jacob.refstrup@hp.com>
Reviewed by rwlbuis@gmail.com
- added test case that tests that '@mediall' gets safely skipped
* ChangeLog:
* css2.1/atrule_longest_match-expected.txt: Added.
* css2.1/atrule_longest_match.html: Added.
2008-07-16 Simon Fraser <simon.fraser@apple.com>
Reviewed by Hyatt.
Testcases for opacity transition.
https://bugs.webkit.org/show_bug.cgi?id=20047
* transitions/opacity-transition-zindex-expected.txt: Added.
* transitions/opacity-transition-zindex.html: Added.
2008-07-16 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Eric.
Update pixel test results for two tests that have been changed.
* platform/mac-leopard/svg/custom/acid3-test-77-expected.checksum:
* platform/mac-leopard/svg/custom/acid3-test-77-expected.png:
* platform/mac-leopard/svg/custom/getSubStringLength-expected.checksum:
* platform/mac-leopard/svg/custom/getSubStringLength-expected.png:
2008-07-16 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Anders Carlsson.
Add missing layout test results.
* platform/mac-leopard/svg/custom/selectSubString-expected.checksum: Added.
* platform/mac-leopard/svg/custom/selectSubString-expected.png: Added.
2008-07-15 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Update for refactored accessibility testing code.
* accessibility/aria-describedby-on-input.html:
* accessibility/aria-labelledby-on-input.html:
* accessibility/aria-range-value.html:
* accessibility/aria-range.html:
* accessibility/aria-roles.html:
* accessibility/aria-slider.html:
* accessibility/aria-spinbutton.html:
* accessibility/document-attributes.html:
* accessibility/image-map1.html:
* accessibility/image-map2.html:
* accessibility/internal-link-anchors.html:
* accessibility/radio-button-checkbox-size.html:
* accessibility/radio-button-group-members.html:
2008-07-15 Kevin McCullough <kmccullough@apple.com>
Reviewed by Dan.
<rdar://problem/5620273> REGRESSION: Apparent caching between form
submits twice (on Maconomy) (18401)
* fast/forms/form-and-frame-interaction-retains-values-expected.txt: Added.
* fast/forms/form-and-frame-interaction-retains-values.html: Added.
* fast/forms/resources/form-and-frame-interaction-retains-values-main.html: Added.
* fast/forms/resources/form-and-frame-interaction-retains-values-submit.html: Added.
2008-07-15 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig.
- update results for the addition of the compareDocumentPosition-related constants
* fast/dom/domListEnumeration-expected.txt:
2008-07-15 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for https://bugs.webkit.org/show_bug.cgi?id=19525
<rdar://problem/5961768> -webkit-box-reflect in hyperlink causes webkit to crash
* fast/reflections/inline-crash.html: Added.
* platform/mac/fast/reflections/inline-crash-expected.checksum: Added.
* platform/mac/fast/reflections/inline-crash-expected.png: Added.
* platform/mac/fast/reflections/inline-crash-expected.txt: Added.
2008-07-15 Adele Peterson <adele@apple.com>
Updating results for my fix to <rdar://problem/5784890>.
* http/tests/misc/xhtml-expected.txt:
2008-07-15 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Anders Carlsson.
- updated results for https://bugs.webkit.org/show_bug.cgi?id=18088
<rdar://problem/6036232> white-space:nowrap; float:left; causing the misalignment issue
* platform/mac/tables/mozilla/bugs/bug26553-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug26553-expected.png:
* platform/mac/tables/mozilla/bugs/bug26553-expected.txt:
* platform/mac/tables/mozilla/bugs/bug57828-2-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug57828-2-expected.png:
* platform/mac/tables/mozilla/bugs/bug57828-2-expected.txt:
2008-07-14 chris fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
Tests for the accessibility of image maps (two variations)
* accessibility/image-map1-expected.txt: Added.
* accessibility/image-map1.html: Added.
* accessibility/image-map2-expected.txt: Added.
* accessibility/image-map2.html: Added.
2008-07-14 Anders Carlsson <andersca@apple.com>
Reviewed by Geoff.
<rdar://problem/6073974>
https://bugs.webkit.org/show_bug.cgi?id=18106
The "onscroll" event bubbles, which is inconsistent with Firefox and IE
Add test.
* fast/events/scroll-event-does-not-bubble-expected.txt: Added.
* fast/events/scroll-event-does-not-bubble.html: Added.
2008-07-14 Sam Weinig <sam@webkit.org>
Reviewed by Adele Peterson.
Test for <rdar://problem/5769819>
* http/tests/security/cross-frame-access-object-prototype-expected.txt: Added.
* http/tests/security/cross-frame-access-object-prototype.html: Added.
* http/tests/security/resources/cross-frame-iframe-for-object-prototype-test.html: Added.
2008-07-12 Sam Weinig <sam@webkit.org>
Rubber-stamped by Oliver Hunt.
Update version of Selectors API test from http://ejohn.org/apps/selectortest/
and fix the spelling of the authors name.
* fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt: Copied from fast/dom/SelectorAPI/ressig-SelectorsAPI-test-expected.txt.
* fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml: Copied from fast/dom/SelectorAPI/ressig-SelectorsAPI-test.xhtml.
* fast/dom/SelectorAPI/ressig-SelectorsAPI-test-expected.txt: Removed.
* fast/dom/SelectorAPI/ressig-SelectorsAPI-test.xhtml: Removed.
2008-07-12 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- test for https://bugs.webkit.org/show_bug.cgi?id=18088
<rdar://problem/6036232> white-space:nowrap; float:left; causing the misalignment issue
* fast/block/basic/min-pref-width-nowrap-floats.html: Added.
* platform/mac/fast/block/basic/min-pref-width-nowrap-floats-expected.checksum: Added.
* platform/mac/fast/block/basic/min-pref-width-nowrap-floats-expected.png: Added.
* platform/mac/fast/block/basic/min-pref-width-nowrap-floats-expected.txt: Added.
2008-07-11 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
Update getSubStringLength and selectSubString methods exception throwing conditions
based on SVG working group errata.
* svg/custom/acid3-test-77-expected.txt:
* svg/custom/acid3-test-77.html:
* svg/custom/getSubStringLength-expected.txt:
* svg/custom/resources/getSubStringLength.js:
* svg/custom/resources/selectSubString.js: Added.
* svg/custom/selectSubString-expected.txt: Added.
* svg/custom/selectSubString.html: Added.
2008-07-11 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
We can only use the Id fast path for querySelector and querySelectorAll
if the selector is purely an Id selector.
* fast/dom/SelectorAPI/id-fastpath-expected.txt: Added.
* fast/dom/SelectorAPI/id-fastpath.html: Added.
* fast/dom/SelectorAPI/resources/id-fastpath.js: Added.
* fast/dom/SelectorAPI/ressig-SelectorsAPI-test-expected.txt:
2008-07-11 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
Test for <https://bugs.webkit.org/show_bug.cgi?id=18885>
(requires visual inspection or pixel test).
* fast/transforms/transform-positioned-ancestor.html: Added.
* platform/mac/fast/transforms/transform-positioned-ancestor-expected.txt: Added.
2008-07-11 Eric Seidel <eric@webkit.org>
Reviewed by Anders.
Skip the printing tests since they fail between machines.
https://bugs.webkit.org/show_bug.cgi?id=20011
* platform/mac/Skipped:
2008-07-11 Sam Weinig <sam@webkit.org>
Rubber-stamped by Oliver Hunt.
Import Selectors API test from http://ejohn.org/apps/selectortest/.
* fast/dom/SelectorAPI/ressig-SelectorsAPI-test-expected.txt: Added.
* fast/dom/SelectorAPI/ressig-SelectorsAPI-test.xhtml: Added.
2008-07-11 Eric Seidel <eric@webkit.org>
Reviewed by cpst.
Update results to match the buildbot (even though this now fails on my machine)
I think the failure for me is possibly leopard vs. tiger or git vs. svn.
* webarchive/test-xml-stylesheet-expected.webarchive:
2008-07-11 Dean Jackson <dino@apple.com>
Updated test results for
https://bugs.webkit.org/show_bug.cgi?id=19864
* css3/transform-computed-style-001-expected.txt:
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2008-07-10 Sam Weinig <sam@webkit.org>
Reviewed by Oliver Hunt.
Add support for NSResolver to resolve namespaces for querySelector
and querySelectorAll.
* fast/dom/SelectorAPI/NSResolver-basic-expected.txt: Added.
* fast/dom/SelectorAPI/NSResolver-basic.xhtml: Added.
* fast/dom/SelectorAPI/NSResolver-exceptions-expected.txt: Added.
* fast/dom/SelectorAPI/NSResolver-exceptions.xhtml: Added.
* fast/dom/SelectorAPI/not-supported-NSResolver-expected.txt: Removed.
* fast/dom/SelectorAPI/not-supported-NSResolver.html: Removed.
* fast/dom/SelectorAPI/resources/NSResolver-exceptions.js: Added.
2008-07-10 Dean Jackson <dino@apple.com>
Reviewed by hyatt.
Testing the computed style of -webkit-transform
https://bugs.webkit.org/show_bug.cgi?id=19864
* css3/transform-computed-style-001-expected.txt: Added.
* css3/transform-computed-style-001.html: Added.
2008-07-10 Sam Weinig <sam@webkit.org>
Reviewed by Dave Hyatt and Darin Adler,
Add support for calling querySelector and querySelectorAll on DocumentFragments
- Add test for nodes not in the document tree.
* fast/dom/SelectorAPI/detached-element-expected.txt: Added.
* fast/dom/SelectorAPI/detached-element.html: Added.
* fast/dom/SelectorAPI/dumpNodeList-expected.txt:
* fast/dom/SelectorAPI/dumpNodeList.html:
* fast/dom/SelectorAPI/not-supported-NSResolver-expected.txt:
* fast/dom/SelectorAPI/not-supported-NSResolver.html:
* fast/dom/SelectorAPI/resources/detached-element.js: Added.
* fast/dom/Window/window-properties-expected.txt:
2008-07-10 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
Test for <https://bugs.webkit.org/show_bug.cgi?id=18886>
RenderLayer::shouldBeOverflowOnly() should look for transforms
* fast/transforms/transform-overflow.html: Added.
* platform/mac/fast/transforms/transform-overflow-expected.txt: Added.
2008-07-09 Brady Eidson <beidson@apple.com>
Reviewed by Darin
Test for <rdar://problem/5823684>
* fast/loader/frame-creation-removal-expected.txt: Added.
* fast/loader/frame-creation-removal.html: Added.
* fast/loader/resources/frame-creation-removal-iframe.html: Added.
2008-07-09 Eric Seidel <eric@webkit.org>
Reviewed by Mark Rowe.
Print <div> backgrounds when printing from DRT.
* printing/media-queries-print-expected.pdf:
2008-07-09 Eric Seidel <eric@webkit.org>
Reviewed by aroben.
* platform/mac/printing: Added.
* platform/mac/printing/media-queries-print-expected.txt: Added.
* platform/qt/Skipped: skip printing and webarchives
* platform/win/Skipped: skip printing tests
* printing: Added.
* printing/media-queries-print.html: Added.
2008-07-09 Eric Seidel <eric@webkit.org>
Reviewed by weinig.
Add Content-Type support to DumpRenderTree and run-webkit-tests
and move expected.txt files to expected.webarchive
https://bugs.webkit.org/show_bug.cgi?id=15565
* svg/custom/image-with-prefix-in-webarchive-expected.webarchive: Renamed from LayoutTests/svg/custom/image-with-prefix-in-webarchive-expected.txt.
* svg/webarchive/svg-cursor-subresources-expected.webarchive: Renamed from LayoutTests/svg/webarchive/svg-cursor-subresources-expected.txt.
* svg/webarchive/svg-feimage-subresources-expected.webarchive: Renamed from LayoutTests/svg/webarchive/svg-feimage-subresources-expected.txt.
* svg/webarchive/svg-script-subresouces-expected.webarchive: Renamed from LayoutTests/svg/webarchive/svg-script-subresouces-expected.txt.
* webarchive/archive-empty-frame-dom-expected.webarchive: Renamed from LayoutTests/webarchive/archive-empty-frame-dom-expected.txt.
* webarchive/archive-empty-frame-source-expected.webarchive: Renamed from LayoutTests/webarchive/archive-empty-frame-source-expected.txt.
* webarchive/archive-with-unencoded-url-expected.webarchive: Renamed from LayoutTests/webarchive/archive-with-unencoded-url-expected.txt.
* webarchive/doctype-expected.webarchive: Renamed from LayoutTests/webarchive/doctype-expected.txt.
* webarchive/test-body-background-expected.webarchive: Renamed from LayoutTests/webarchive/test-body-background-expected.txt.
* webarchive/test-css-import-expected.webarchive: Renamed from LayoutTests/webarchive/test-css-import-expected.txt.
* webarchive/test-duplicate-resources-expected.webarchive: Renamed from LayoutTests/webarchive/test-duplicate-resources-expected.txt.
* webarchive/test-frameset-expected.webarchive: Renamed from LayoutTests/webarchive/test-frameset-expected.txt.
* webarchive/test-img-src-expected.webarchive: Renamed from LayoutTests/webarchive/test-img-src-expected.txt.
* webarchive/test-input-src-expected.webarchive: Renamed from LayoutTests/webarchive/test-input-src-expected.txt.
* webarchive/test-link-href-expected.webarchive: Renamed from LayoutTests/webarchive/test-link-href-expected.txt.
* webarchive/test-object-data-expected.webarchive: Renamed from LayoutTests/webarchive/test-object-data-expected.txt.
* webarchive/test-script-src-expected.webarchive: Renamed from LayoutTests/webarchive/test-script-src-expected.txt.
* webarchive/test-table-background-expected.webarchive: Renamed from LayoutTests/webarchive/test-table-background-expected.txt.
* webarchive/test-td-background-expected.webarchive: Renamed from LayoutTests/webarchive/test-td-background-expected.txt.
* webarchive/test-xml-stylesheet-expected.txt: Removed.
* webarchive/test-xml-stylesheet-expected.webarchive: Copied from LayoutTests/platform/mac-leopard/webarchive/test-xml-stylesheet-expected.txt.
2008-07-09 Rob Buis <buis@kde.org>
Reviewed by Eric.
Changed tests for:
https://bugs.webkit.org/show_bug.cgi?id=15431
SVGRenderStyle should store pre-modified resource URIs
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
* platform/mac/svg/batik/filters/filterRegions-expected.txt:
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
* platform/mac/svg/batik/text/textEffect2-expected.txt:
* platform/mac/svg/batik/text/textProperties-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
* platform/mac/svg/custom/clip-path-child-changes-expected.txt:
* platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
* platform/mac/svg/custom/clip-path-href-changes-expected.txt:
* platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
* platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
* platform/mac/svg/custom/clip-path-units-changes-expected.txt:
* platform/mac/svg/custom/clip-path-with-transform-expected.txt:
* platform/mac/svg/custom/empty-clip-path-expected.txt:
* platform/mac/svg/custom/empty-merge-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
* platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
* platform/mac/svg/custom/filter-source-alpha-expected.txt:
* platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-marker-creation-expected.txt:
* platform/mac/svg/custom/marker-changes-expected.txt:
* platform/mac/svg/custom/marker-child-changes-expected.txt:
* platform/mac/svg/custom/marker-default-width-height-expected.txt:
* platform/mac/svg/custom/marker-overflow-clip-expected.txt:
* platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
* platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
* platform/mac/svg/custom/non-opaque-filters-expected.txt:
* platform/mac/svg/custom/recursive-clippath-expected.txt:
* platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
* platform/mac/svg/custom/visibility-override-clip-expected.txt:
* platform/mac/svg/custom/visibility-override-filter-expected.txt:
2008-07-08 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin.
Dean forgot to add this file needed for the tests.
* traversal/resources/node-iterator-009-data.xml: Added.
2008-07-07 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Fix for https://bugs.webkit.org/show_bug.cgi?id=19928
Use of CSS3 Namespaces syntax in Selectors API should throw an exception
* fast/dom/SelectorAPI/not-supported-namespace-in-selector-expected.txt: Added.
* fast/dom/SelectorAPI/not-supported-namespace-in-selector.html: Added.
2008-07-07 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin.
Tests for https://bugs.webkit.org/show_bug.cgi?id=19933
nodeIterator with filter fails on documents not in a frame
* traversal/node-iterator-009-expected.txt: Added.
* traversal/node-iterator-009.html: Added.
* traversal/tree-walker-006-expected.txt: Added.
* traversal/tree-walker-006.html: Added.
2008-07-07 Adele Peterson <adele@apple.com>
Reviewed by Dan Bernstein.
Test for https://bugs.webkit.org/show_bug.cgi?id=19924
<rdar://problem/6057160> Disabled file input element updates its displayed file info when a file is dropped from the Finder.
* fast/forms/dragging-to-disabled-file-input-expected.txt: Added.
* fast/forms/dragging-to-disabled-file-input.html: Added.
2008-07-07 Adele Peterson <adele@apple.com>
Reviewed by Beth.
Test for <rdar://problem/5860507> <AUDIO> playback noticeably more quiet than QuickTime
* media/video-volume-expected.txt:
* media/video-volume.html:
2008-07-07 Beth Dakin <bdakin@apple.com>
Reviewed by Anders.
New test that uses the ability to query int value, min value, and
max value in the accessibility tests.
* accessibility/aria-range-value-expected.txt: Added.
* accessibility/aria-range-value.html: Added.
2008-07-07 Michelangelo De Simone <m.des@mac.com>
Reviewed by Adele.
Test suite for :read-only and :read-write pseudoclasses, imported from
Opera.
* fast/css/readonly-pseudoclass-opera-001-expected.txt: Added.
* fast/css/readonly-pseudoclass-opera-001.html: Added.
* fast/css/readonly-pseudoclass-opera-002-expected.txt: Added.
* fast/css/readonly-pseudoclass-opera-002.html: Added.
* fast/css/readonly-pseudoclass-opera-003-expected.txt: Added.
* fast/css/readonly-pseudoclass-opera-003.html: Added.
* fast/css/readonly-pseudoclass-opera-004-expected.txt: Added.
* fast/css/readonly-pseudoclass-opera-004.html: Added.
* fast/css/readonly-pseudoclass-opera-005-expected.txt: Added.
* fast/css/readonly-pseudoclass-opera-005.html: Added.
2008-07-07 Sam Weinig <sam@webkit.org>
Reviewed by Geoffrey Garen.
Fix for https://bugs.webkit.org/show_bug.cgi?id=19928
querySelectorAll should throw an exception if a NSResolver is passed in.
* fast/dom/SelectorAPI/not-supported-NSResolver-expected.txt: Added.
* fast/dom/SelectorAPI/not-supported-NSResolver.html: Added.
2008-07-07 Brady Eidson <beidson@apple.com>
Reviewed by Mitz and Geoff
Test the fix for https://bugs.webkit.org/show_bug.cgi?id=18951 and <rdar://problem/5921760>
* fast/loader/empty-ref-versus-no-ref-expected.txt: Added.
* fast/loader/empty-ref-versus-no-ref.html: Added.
2008-07-07 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Antti.
Fixes: http://bugs.webkit.org/show_bug.cgi?id=17779 (SVG 1.1 Errata demands "SVG JavaScript Liveness" support)
Revised version of the patch, not using pointer-to-member function callbacks anymore - after discussion with Adam Roben.
Add new layout test covering SVG <-> XML synchronication (svg/custom/svg-xml-dom-sync.html).
Rename one hixie test that got fixed: 005-broken.xml -> 005.xml
* platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.png: Added.
* platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum: Removed.
* platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png: Removed.
* platform/mac-leopard/svg/hixie/dynamic/005-expected.checksum: Copied from platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum.
* platform/mac-leopard/svg/hixie/dynamic/005-expected.png: Copied from platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png.
* platform/mac/svg/hixie/dynamic/005-broken-expected.txt: Removed.
* platform/mac/svg/hixie/dynamic/005-expected.txt: Copied from platform/mac/svg/hixie/dynamic/005-broken-expected.txt.
* svg/custom/resources/svg-xml-dom-sync.js: Added.
* svg/custom/svg-xml-dom-sync-expected.txt: Added.
* svg/custom/svg-xml-dom-sync.html: Added.
* svg/hixie/dynamic/005-broken.xml: Removed.
* svg/hixie/dynamic/005.xml: Copied from svg/hixie/dynamic/005-broken.xml. Regenerated results.
2008-07-06 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Rename "Access-Contol-Origin" to "Origin" to match the latest
Access Control for Cross-Site Request draft. (Editor's Draft 25 May 2008)
* http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-expected.txt:
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
2008-07-04 David D. Kilzer <ddkilzer@webkit.org>
Bug 15290: REGRESSION (r14184-r14216): Duplicate DOCTYPE definitions when saving files as webarchives
<https://bugs.webkit.org/show_bug.cgi?id=15290>
<rdar://problem/5509173>
Reviewed by Dan Bernstein.
* webarchive/archive-empty-frame-dom-expected.txt: Updated test
results now that we don't emit two <!DOCTYPE> tags.
* webarchive/doctype-expected.txt: Added.
* webarchive/doctype.html: Added.
2008-07-03 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- test for <rdar://problem/6020930> Bidi Problem When Resizing Window
* fast/text/international/bidi-AN-after-empty-run.html: Added.
* platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.checksum: Added.
* platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Added.
* platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt: Added.
2008-07-02 Jon Honeycutt <jhoneycutt@apple.com>
Test for <rdar://5983747> Safari crashes trying to load the SilverLight plugin
Reviewed by Anders.
* plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream-expected.txt: Added.
* plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html: Added.
2008-07-03 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=19884
Locating a store at www.366.ru doesn't work
* fast/forms/submit-with-base-expected.txt: Added.
* fast/forms/submit-with-base.html: Added.
2008-07-03 Geoffrey Garen <ggaren@apple.com>
Reviewed by Mark Rowe.
Updated this test result to match our new, smaller recursion limit.
With the new limit, an exception is thrown on entry to the document.write
script, which is why you see an exception logged to the console, instead
of caught inside the script.
* fast/js/global-recursion-on-full-stack-expected.txt:
2008-07-02 Geoffrey Garen <ggaren@apple.com>
Reviewed by Mark Rowe.
Updated this test to match our lower recursion limit, and to signal
failure as failure.
* fast/js/deep-recursion-test.html:
2008-07-02 Oliver Hunt <oliver@apple.com>
RS=Mark Rowe.
Reduce test runtime to avoid timeout on slow hardware with debug builds.
* fast/canvas/canvas-longlived-context.js:
2008-07-02 Brady Eidson <beidson@apple.com>
Reviewed by Mitz Pettel and John Sullivan
Fix for <rdar://problem/5549871> - Crash when calling [WebView stopLoading:] or [WebFrame stopLoading]
inside of the frame load delegate method -webView:didStartProvisionalLoadForFrame:.
* fast/loader/stop-provisional-loads-expected.txt: Added.
* fast/loader/stop-provisional-loads.html: Added.
2008-07-02 Beth Dakin <bdakin@apple.com>
Reviewed by Darin.
Tests for <rdar://problem/6015523> Implement ARIA ranges/sliders
and
<rdar://problem/5934355> Need to implement ARIA role="spinbutton"
* accessibility/aria-range-expected.txt: Added.
* accessibility/aria-range.html: Added.
* accessibility/aria-slider-expected.txt: Added.
* accessibility/aria-slider.html: Added.
* accessibility/aria-spinbutton-expected.txt: Added.
* accessibility/aria-spinbutton.html: Added.
This test used to have a section for slider. It was a mistake for
that to be checked in since slider was not implemented until not.
* accessibility/aria-roles-expected.txt:
* accessibility/aria-roles.html:
2008-07-02 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Bug 19776: Number.toExponential() is incorrect for numbers between 0.1 and 1
<https://bugs.webkit.org/show_bug.cgi?id=19776>
* fast/js/number-toExponential-expected.txt:
* fast/js/resources/number-toExponential.js:
2008-07-02 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Oliver Hunt.
Fix https://bugs.webkit.org/show_bug.cgi?id=19850
Bug 19850: REGRESSION (r34887): SVGEllipseElement-dom-cx-attr.html and SVGEllipseElement-svgdom-cx-prop.html are failing
Update the coordinates used when clicking to initiate the test so that the test does not fail on Tiger.
* svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js:
2008-07-02 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Add a test for a situation mentioned in:
Bug 19523: delete does not work in javascript
<https://bugs.webkit.org/show_bug.cgi?id=19523>
* fast/js/delete-multiple-global-blocks-expected.txt: Added.
* fast/js/delete-multiple-global-blocks.html: Added.
2008-07-01 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff Garen.
Testcase to cover a CanvasRenderingContext2D reference outlasting any
references to the underlying canvas element.
* fast/canvas/canvas-longlived-context-expected.txt: Added.
* fast/canvas/canvas-longlived-context.html: Added.
* fast/canvas/canvas-longlived-context.js: Added.
2008-07-01 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Tests for:
Bug 19844: JavaScript Switch statement modifies "this"
<https://bugs.webkit.org/show_bug.cgi?id=19844>
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-07-01 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Brady Eidson.
Tests for:
Bug 19822: REGRESSION (r30243): setting location.hash to "#" causes a reload
<https://bugs.webkit.org/show_bug.cgi?id=19822>
* http/tests/loading/location-hash-reload-cycle-expected.txt: Added.
* http/tests/loading/location-hash-reload-cycle.html: Added.
2008-07-01 Adam Roben <aroben@apple.com>
Roll out r34913, as it broke the Windows build due to bad casting
Rubberstamped by Anders Carlsson.
2008-07-01 chris fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
Fixes: <rdar://problem/6041580> REGRESSION: AX: AXSize of radio buttons is 0,0
Added new layout test for size of checkboxes and radio buttons
* accessibility/radio-button-checkbox-size-expected.txt: Added.
* accessibility/radio-button-checkbox-size.html: Added.
* accessibility/radio-button-group-members-expected.txt:
2008-07-01 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Antti.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=19841
Added new layout tests covering dynamic updates of SVGLinearGradientElement using DOM & SVG DOM.
One test "SVGLinearGradientElement-svgdom-gradientTransform-prop.html" contains an expected failure:
It exposes a known JavaScript problem, covered by https://bugs.webkit.org/show_bug.cgi?id=17736.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum: Added.
* platform/mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop.html: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientTransform-attr.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x1-attr.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x2-attr.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y1-attr.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y2-attr.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientTransform-prop.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x1-prop.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x2-prop.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y1-prop.js: Added.
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y2-prop.js: Added.
2008-07-01 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Antti.
<rdar://problem/6033080> REGRESSION: Some CH characters display as garbage on webpage for
the first time.
* fast/encoding/preload-encoding-expected.txt:
* fast/encoding/preload-encoding.html:
* fast/encoding/resources/preloaded-gb2312.css: Added.
* fast/encoding/resources/preloaded-gb2312.js: Added.
* fast/encoding/resources/preloaded-utf-8.css: Copied from LayoutTests/fast/encoding/resources/utf-8.css.
* fast/encoding/resources/preloaded-utf-8.js: Copied from LayoutTests/fast/encoding/resources/utf-8.js.
* fast/encoding/resources/utf-8.css: Removed.
* fast/encoding/resources/utf-8.js: Removed.
Converted the test to plain text, added cases for the new issue.
2008-07-01 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Antti.
Fixes: http://bugs.webkit.org/show_bug.cgi?id=17779 (SVG 1.1 Errata demands "SVG JavaScript Liveness" support)
Add new layout test covering SVG <-> XML synchronication (svg/custom/svg-xml-dom-sync.html).
Rename one hixie test that got fixed: 005-broken.xml -> 005.xml
* platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.checksum: Added.
* platform/mac-leopard/svg/custom/svg-xml-dom-sync-expected.png: Added.
* platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum: Removed.
* platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png: Removed.
* platform/mac-leopard/svg/hixie/dynamic/005-expected.checksum: Copied from platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.checksum.
* platform/mac-leopard/svg/hixie/dynamic/005-expected.png: Copied from platform/mac-leopard/svg/hixie/dynamic/005-broken-expected.png.
* platform/mac/svg/hixie/dynamic/005-broken-expected.txt: Removed.
* platform/mac/svg/hixie/dynamic/005-expected.txt: Copied from platform/mac/svg/hixie/dynamic/005-broken-expected.txt.
* svg/custom/resources/svg-xml-dom-sync.js: Added.
* svg/custom/svg-xml-dom-sync-expected.txt: Added.
* svg/custom/svg-xml-dom-sync.html: Added.
* svg/hixie/dynamic/005-broken.xml: Removed.
* svg/hixie/dynamic/005.xml: Copied from svg/hixie/dynamic/005-broken.xml.
2008-06-30 Adele Peterson <adele@apple.com>
Reviewed by Oliver.
Test for <rdar://problem/5882050> clicking in hidden close box area of empty searchfield causes mousedown to stop firing
* fast/forms/search-hidden-cancel-button-expected.txt: Added.
* fast/forms/search-hidden-cancel-button.html: Added.
2008-06-30 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Tests for:
Bug 19830: REGRESSION (r34883): Google Reader doesn't show up feed list on sidebar
<https://bugs.webkit.org/show_bug.cgi?id=19830>
* fast/js/codegen-peephole-locals-expected.txt: Added.
* fast/js/codegen-peephole-locals.html: Added.
* fast/js/resources/codegen-peephole-locals.js: Added.
2008-06-30 Adele Peterson <adele@apple.com>
Reviewed by Anders.
Test for <rdar://problem/5301322> REGRESSION: Select All selects the whole page when used in readonly textareas
* editing/selection/select-all-textarea-expected.txt: Added.
* editing/selection/select-all-textarea.html: Added.
2008-06-30 chris fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
Added tests for internal link anchors and for radio button group members
Updated the accessibilty dump to output a standard NSLog null when the
object is null
* accessibility/document-attributes-expected.txt:
* accessibility/internal-link-anchors-expected.txt: Added.
* accessibility/internal-link-anchors.html: Added.
* accessibility/radio-button-group-members-expected.txt: Added.
* accessibility/radio-button-group-members.html: Added.
2008-06-30 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Antti.
Fix all existing tests in svg/dynamic-updates to actually reflect repainting changes, by
removing the timing dependency. Instead model them like frame-getSVGDocument.html by
not including the <script src="js-test-post.js"> element within the TEMPLATE.html but
by dynamically injecting it, if the test actually finished.
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.checksum:
* platform/mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.checksum:
* svg/dynamic-updates/SVGAElement-dom-href-attr.html:
* svg/dynamic-updates/SVGAElement-dom-target-attr.html:
* svg/dynamic-updates/SVGAElement-svgdom-href-prop.html:
* svg/dynamic-updates/SVGAElement-svgdom-target-prop.html:
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.txt:
* svg/dynamic-updates/SVGCircleElement-dom-cx-attr.html:
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.txt:
* svg/dynamic-updates/SVGCircleElement-dom-cy-attr.html:
* svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.txt:
* svg/dynamic-updates/SVGCircleElement-dom-r-attr.html:
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.txt:
* svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop.html:
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.txt:
* svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop.html:
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.txt:
* svg/dynamic-updates/SVGCircleElement-svgdom-r-prop.html:
* svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr.html:
* svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop.html:
* svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-dom-cx-attr.html:
* svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-dom-cy-attr.html:
* svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-dom-rx-attr.html:
* svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-dom-ry-attr.html:
* svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html:
* svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop.html:
* svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html:
* svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.txt:
* svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html:
* svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.txt:
* svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html:
* svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.txt:
* svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html:
* svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html:
* svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.txt:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.txt:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html:
* svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html:
* svg/dynamic-updates/resources/SVGAElement-dom-href-attr.js:
* svg/dynamic-updates/resources/SVGAElement-dom-target-attr.js:
* svg/dynamic-updates/resources/SVGAElement-svgdom-href-prop.js:
* svg/dynamic-updates/resources/SVGAElement-svgdom-target-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-cy-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-dom-r-attr.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-cx-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-cy-prop.js:
* svg/dynamic-updates/resources/SVGCircleElement-svgdom-r-prop.js:
* svg/dynamic-updates/resources/SVGClipPathElement-dom-clipPathUnits-attr.js:
* svg/dynamic-updates/resources/SVGClipPathElement-svgdom-clipPathUnits-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-cy-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-rx-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-dom-ry-attr.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cx-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-cy-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-rx-prop.js:
* svg/dynamic-updates/resources/SVGEllipseElement-svgdom-ry-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-height-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-width-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-x-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-dom-y-attr.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-height-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-width-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-x-prop.js:
* svg/dynamic-updates/resources/SVGForeignObjectElement-svgdom-y-prop.js:
* svg/dynamic-updates/resources/SVGTestCase.js:
* svg/dynamic-updates/resources/TEMPLATE.html:
2008-06-29 Dan Bernstein <mitz@apple.com>
- add a missing file from the last check-in
* fast/css/resources/font-face-descriptor-multiple-values-parsing.js: Added.
2008-06-29 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- tests for <rdar://problem/5734440> Specifying a font-weight for @font-face not working
* fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: Added.
* fast/css/font-face-descriptor-multiple-values-parsing.html: Added.
* fast/css/font-face-descriptor-multiple-values.html: Added.
* platform/mac/fast/css/font-face-descriptor-multiple-values-expected.checksum: Added.
* platform/mac/fast/css/font-face-descriptor-multiple-values-expected.png: Added.
* platform/mac/fast/css/font-face-descriptor-multiple-values-expected.txt: Added.
2008-06-27 Eric Seidel <eric@webkit.org>
Reviewed by darin.
Add multi-button click event test case.
FireFox and IE only send click events for left-clicks.
https://bugs.webkit.org/show_bug.cgi?id=15173
* fast/events/mouse-click-events-expected.txt: Added.
* fast/events/mouse-click-events.html: Copied from LayoutTests/fast/parser/resources/TEMPLATE.html.
* fast/events/resources/mouse-click-events.js: Added.
2008-06-28 Darin Adler <darin@apple.com>
Reviewed by Sam and Cameron.
- test for https://bugs.webkit.org/show_bug.cgi?id=19805
Array.concat turns missing array elements into "undefined"
* fast/js/array-holes-expected.txt: Added.
* fast/js/array-holes.html: Added.
* fast/js/resources/array-holes.js: Added.
2008-06-28 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Sam.
Add a test to check exception sequencing for native calls.
* fast/js/exception-sequencing-expected.txt:
* fast/js/exception-sequencing.html:
2008-06-28 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- updated test and results for <rdar://problem/5994621> REGRESSION (r31090-r31114): Weather widget shows missing image icons briefly when (re)loaded
* fast/images/load-img-with-empty-src-expected.txt:
* fast/images/load-img-with-empty-src.html:
2008-06-28 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Update all (except four) SVG pixel tests, after a long time.
Four tests are broken in trunk, filed bugs 19798 & 19799.
Add all missing png/checksum files, and move files around which were misplaced.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
* platform/mac-leopard/svg/batik/masking/maskRegions-expected.checksum:
* platform/mac-leopard/svg/batik/masking/maskRegions-expected.png:
* platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
* platform/mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
* platform/mac-leopard/svg/batik/paints/patternRegions-expected.checksum:
* platform/mac-leopard/svg/batik/paints/patternRegions-expected.png:
* platform/mac-leopard/svg/batik/text/textEffect-expected.checksum:
* platform/mac-leopard/svg/batik/text/textEffect-expected.png:
* platform/mac-leopard/svg/carto.net/scrollbar-expected.checksum:
* platform/mac-leopard/svg/carto.net/scrollbar-expected.png:
* platform/mac-leopard/svg/carto.net/selectionlist-expected.checksum:
* platform/mac-leopard/svg/carto.net/selectionlist-expected.png:
* platform/mac-leopard/svg/custom/altglyph-expected.checksum: Copied from platform/mac/svg/custom/altglyph-expected.checksum.
* platform/mac-leopard/svg/custom/altglyph-expected.png: Copied from platform/mac/svg/custom/altglyph-expected.png.
* platform/mac-leopard/svg/custom/animate-path-discrete-expected.checksum: Added.
* platform/mac-leopard/svg/custom/animate-path-discrete-expected.png: Added.
* platform/mac-leopard/svg/custom/animate-path-morphing-expected.checksum: Added.
* platform/mac-leopard/svg/custom/animate-path-morphing-expected.png: Added.
* platform/mac-leopard/svg/custom/clip-path-display-none-child-expected.checksum: Copied from platform/mac/svg/custom/clip-path-display-none-child-expected.checksum.
* platform/mac-leopard/svg/custom/clip-path-display-none-child-expected.png: Copied from platform/mac/svg/custom/clip-path-display-none-child-expected.png.
* platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.checksum:
* platform/mac-leopard/svg/custom/deep-dynamic-updates-expected.png:
* platform/mac-leopard/svg/custom/focus-ring-expected.checksum:
* platform/mac-leopard/svg/custom/focus-ring-expected.png:
* platform/mac-leopard/svg/custom/getPresentationAttribute-modify-expected.checksum: Added.
* platform/mac-leopard/svg/custom/getPresentationAttribute-modify-expected.png: Added.
* platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.checksum:
* platform/mac-leopard/svg/custom/grayscale-gradient-mask-expected.png:
* platform/mac-leopard/svg/custom/image-parent-translation-expected.checksum:
* platform/mac-leopard/svg/custom/image-parent-translation-expected.png:
* platform/mac-leopard/svg/custom/image-small-width-height-expected.checksum:
* platform/mac-leopard/svg/custom/image-small-width-height-expected.png:
* platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.checksum:
* platform/mac-leopard/svg/custom/js-late-mask-and-object-creation-expected.png:
* platform/mac-leopard/svg/custom/js-late-mask-creation-expected.checksum:
* platform/mac-leopard/svg/custom/js-late-mask-creation-expected.png:
* platform/mac-leopard/svg/custom/loadevents-capturing-expected.checksum: Added.
* platform/mac-leopard/svg/custom/loadevents-capturing-expected.png: Added.
* platform/mac-leopard/svg/custom/loadevents-externalresourcesrequired-displaynone-expected.checksum: Added.
* platform/mac-leopard/svg/custom/loadevents-externalresourcesrequired-displaynone-expected.png: Added.
* platform/mac-leopard/svg/custom/loadevents-externalresourcesrequired-expected.checksum: Added.
* platform/mac-leopard/svg/custom/loadevents-externalresourcesrequired-expected.png: Added.
* platform/mac-leopard/svg/custom/loadevents-normal-displaynone-expected.checksum: Added.
* platform/mac-leopard/svg/custom/loadevents-normal-displaynone-expected.png: Added.
* platform/mac-leopard/svg/custom/loadevents-normal-expected.checksum: Added.
* platform/mac-leopard/svg/custom/loadevents-normal-expected.png: Added.
* platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.checksum: Added.
* platform/mac-leopard/svg/custom/marker-getPropertyValue-expected.png: Added.
* platform/mac-leopard/svg/custom/mask-changes-expected.checksum:
* platform/mac-leopard/svg/custom/mask-changes-expected.png:
* platform/mac-leopard/svg/custom/mask-child-changes-expected.checksum:
* platform/mac-leopard/svg/custom/mask-child-changes-expected.png:
* platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.checksum:
* platform/mac-leopard/svg/custom/pattern-cycle-detection-expected.png:
* platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.checksum:
* platform/mac-leopard/svg/custom/pattern-deep-referencing-expected.png:
* platform/mac-leopard/svg/custom/pattern-rotate-expected.checksum:
* platform/mac-leopard/svg/custom/pattern-rotate-expected.png:
* platform/mac-leopard/svg/custom/pattern-y-offset-expected.checksum:
* platform/mac-leopard/svg/custom/pattern-y-offset-expected.png:
* platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
* platform/mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/mac-leopard/svg/custom/svg-features-expected.checksum:
* platform/mac-leopard/svg/custom/svg-features-expected.png:
* platform/mac-leopard/svg/custom/text-dom-removal-expected.checksum: Copied from platform/mac/svg/custom/text-dom-removal-expected.checksum.
* platform/mac-leopard/svg/custom/text-dom-removal-expected.png: Copied from platform/mac/svg/custom/text-dom-removal-expected.png.
* platform/mac-leopard/svg/custom/text-linking-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-linking-expected.png: Added.
* platform/mac-leopard/svg/custom/text-xy-updates-expected.checksum: Added.
* platform/mac-leopard/svg/custom/text-xy-updates-expected.png: Added.
* platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum:
* platform/mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
* platform/mac-leopard/svg/dom/SVGRectElement: Added.
* platform/mac-leopard/svg/dom/SVGRectElement/rect-modify-rx-expected.checksum: Added.
* platform/mac-leopard/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
* platform/mac-leopard/svg/text/kerning-expected.checksum: Added.
* platform/mac-leopard/svg/text/kerning-expected.png: Added.
* platform/mac-leopard/svg/text/multichar-glyph-expected.checksum: Added.
* platform/mac-leopard/svg/text/multichar-glyph-expected.png: Added.
* platform/mac/svg/custom/altglyph-expected.checksum: Removed.
* platform/mac/svg/custom/altglyph-expected.png: Removed.
* platform/mac/svg/custom/clip-path-display-none-child-expected.checksum: Removed.
* platform/mac/svg/custom/clip-path-display-none-child-expected.png: Removed.
* platform/mac/svg/custom/text-dom-removal-expected.checksum: Removed.
* platform/mac/svg/custom/text-dom-removal-expected.png: Removed.
2008-06-28 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- make a test valid
* fast/images/load-img-with-empty-src.html: Renamed the "status"
variable to "results", because "status" is a Window property.
2008-06-27 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
<rdar://problem/6025499> Make Cross-site XHR match the final specification
Add tests for the updated implemented subset of Access-Control for XMLHttpRequest.
* http/tests/xmlhttprequest/access-control-basic-blacklist-request-headers-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-blacklist-request-headers.html: Added.
* http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple.html: Added.
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-async-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-not-get-allow-expected.txt:
* http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers.html: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-print-headers.cgi: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-get-fail-non-simple.cgi: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-whitelist-response-headers.cgi: Added.
* http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
2008-06-26 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Added a test for what happens when a script exceeds the limit on declared
global variables.
* fast/js/global-var-limit-expected.txt: Added.
* fast/js/global-var-limit.html: Added.
* fast/js/global-recursion-on-full-stack-expected.txt: Updated for new
(slightly more correct) behavior. Since the stack overflow happens in the
middle of a try/catch block, it should be caught, instead of logged to
the console.
2008-06-27 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
Test our handling of unterminated <!-- comments in various special
parsing contexts. This change does not test our handling of
unterminated comments in <title> or <iframe> because I'm unsure whether
our behaviour is correct.
* fast/parser/open-comment-in-script-tricky-expected.txt: Added.
* fast/parser/open-comment-in-script-tricky.html: Added.
* fast/parser/open-comment-in-style.html: Added.
* fast/parser/open-comment-in-textarea.html: Added.
* platform/mac/fast/parser/open-comment-in-style-expected.checksum: Added.
* platform/mac/fast/parser/open-comment-in-style-expected.png: Added.
* platform/mac/fast/parser/open-comment-in-style-expected.txt: Added.
* platform/mac/fast/parser/open-comment-in-textarea-expected.checksum: Added.
* platform/mac/fast/parser/open-comment-in-textarea-expected.png: Added.
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt: Added.
2008-06-27 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=19784
Test that entities are not used to start comments.
* fast/parser/comment-in-iframe-expected.txt: Added.
* fast/parser/comment-in-iframe.html: Added.
* fast/parser/entity-comment-in-iframe-expected.txt: Added.
* fast/parser/entity-comment-in-iframe.html: Added.
* fast/parser/entity-comment-in-script-tricky-expected.txt: Added.
* fast/parser/entity-comment-in-script-tricky.html: Added.
* fast/parser/entity-comment-in-style.html: Added.
* fast/parser/entity-comment-in-textarea.html: Added.
* fast/parser/entity-comment-in-title-expected.txt: Added.
* fast/parser/entity-comment-in-title.html: Added.
* platform/mac/fast/parser/entity-comment-in-style-expected.checksum: Added.
* platform/mac/fast/parser/entity-comment-in-style-expected.png: Added.
* platform/mac/fast/parser/entity-comment-in-style-expected.txt: Added.
* platform/mac/fast/parser/entity-comment-in-textarea-expected.checksum: Added.
* platform/mac/fast/parser/entity-comment-in-textarea-expected.png: Added.
* platform/mac/fast/parser/entity-comment-in-textarea-expected.txt: Added.
2008-06-27 Antti Koivisto <antti@apple.com>
Reviewed by Oliver.
<rdar://problem/6030720>
REGRESSION: Discrete animation between incompatible paths does not work
* svg/custom/animate-path-discrete.svg: Added.
* platform/mac/svg/custom/animate-path-discrete-expected.txt: Added.
2008-06-26 David Smith <catfish.man@gmail.com>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=19002
Optimize simple id selectors in querySelector/querySelectorAll.
~4.4x speedup on the 4 subtests of http://webkit.org/perf/slickspeed/ that it applies to.
* fast/dom/SelectorAPI/dumpNodeList-expected.txt:
* fast/dom/SelectorAPI/dumpNodeList.html: Add tests for finding ids not in the document, and finding duplicate ids
2008-06-26 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/3099526> Find command doesn't search form input controls (textareas and text fields)
http://bugs.webkit.org/show_bug.cgi?id=7023
* editing/selection/find-in-text-control-expected.txt: Added.
* editing/selection/find-in-text-control.html: Added.
2008-06-26 Beth Dakin <bdakin@apple.com>
Reviewed by Sam.
Updated results that will pass on all platforms.
* accessibility/document-attributes-expected.txt:
2008-06-26 Sam Weinig <sam@webkit.org>
Update result after adding new progress events to XMLHttpRequest.
* fast/dom/xmlhttprequest-get-expected.txt:
2008-06-26 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=19767
REGRESSION: Crash in sort() when visiting http://www.onnyturf.com/subway/
* fast/js/avl-crash-expected.txt: Added.
* fast/js/avl-crash.html: Added.
* fast/js/resources/avl-crash.js: Added.
2008-06-25 Jean-Charles Verdié <jcverdie@pleyo.com>
Reviewed by Geoffrey Garen.
- https://bugs.webkit.org/show_bug.cgi?id=19581
Disable hanging test
* dom/xhtml/level2/html/HTMLFrameElement09.xhtml: Removed.
* dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled: Copied from LayoutTests/dom/xhtml/level2/html/HTMLFrameElement09.xhtml.
2008-06-25 Beth Dakin <bdakin@apple.com>
Reviewed by Sam Weinig.
New tests that exercise the ability to query the following
accessibility attributes individually: role, title, and
description.
* accessibility/aria-describedby-on-input-expected.txt: Added.
* accessibility/aria-describedby-on-input.html: Added.
* accessibility/aria-labelledby-on-input-expected.txt: Added.
* accessibility/aria-labelledby-on-input.html: Added.
* accessibility/aria-roles-expected.txt: Added.
* accessibility/aria-roles.html: Added.
* accessibility/document-attributes.html:
* accessibility/resources: Added.
* accessibility/resources/cake.png: Added.
2008-06-25 Justin Garcia <justin.garcia@apple.com>
Reviewed by John.
<rdar://problem/5994480> Line break lost on some pastes
These demonstrate fixes:
* editing/inserting/5994480.html: Added.
* editing/inserting/5994480-expected.txt: Added.
* editing/inserting/5994480-2.html: Added.
* editing/inserting/5994480-2-expected.txt: Added.
The changes made in this fix caused more of the unrendered text from the original
file to be preserved and show up in the test results. We insert a line break after
inserted content to separate it from content that comes after and prevent it from
being merged. In these what came after was unrendered whitespace that was previously
clobbered by the merge:
* platform/mac/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/mac/editing/pasteboard/paste-text-010-expected.txt:
* platform/mac/editing/pasteboard/smart-paste-001-expected.txt:
* platform/mac/editing/style/style-boundary-005-expected.txt:
2008-06-25 Anders Carlsson <andersca@apple.com>
Reviewed by Mitz.
<rdar://problem/6007111>
https://bugs.webkit.org/show_bug.cgi?id=19516
DOM modification causes Access Violation (NULL pointer?)
* fast/dom/HTMLHtmlElement/duplicate-html-element-crash-expected.txt: Added.
* fast/dom/HTMLHtmlElement/duplicate-html-element-crash.html: Added.
2008-06-25 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- tests for https://bugs.webkit.org/show_bug.cgi?id=18863
<rdar://problem/5908890> weight mappings with @font-face aren't consistent
* fast/css/font-face-locally-installed.html: Added.
* fast/css/font-face-multiple-faces.html: Added.
* platform/mac/fast/css/font-face-locally-installed-expected.checksum: Added.
* platform/mac/fast/css/font-face-locally-installed-expected.png: Added.
* platform/mac/fast/css/font-face-locally-installed-expected.txt: Added.
* platform/mac/fast/css/font-face-multiple-faces-expected.checksum: Added.
* platform/mac/fast/css/font-face-multiple-faces-expected.png: Added.
* platform/mac/fast/css/font-face-multiple-faces-expected.txt: Added.
* platform/win/Skipped: Removed css2.1/t1506-c525-font-wt-00-b.html.
2008-06-24 Anonymous
Reviewed by Darin Adler. Committed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=19470
Check for a null documentElement() to fix four crashes.
* LayoutTests/fast/dom/documentElement-null-expected.txt: Added.
* LayoutTests/fast/dom/documentElement-null.html: Added.
2008-06-24 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=19597
Test that we correctly parse comments containing end tags in CDATA and
RCDATA contexts.
* fast/parser/comment-in-script-tricky-expected.txt: Added.
* fast/parser/comment-in-script-tricky.html: Added.
* fast/parser/comment-in-style.html: Added.
* fast/parser/comment-in-textarea.html: Added.
* fast/parser/comment-in-title-expected.txt: Added.
* fast/parser/comment-in-title.html: Added.
* platform/mac/fast/parser/comment-in-style-expected.checksum: Added.
* platform/mac/fast/parser/comment-in-style-expected.png: Added.
* platform/mac/fast/parser/comment-in-style-expected.txt: Added.
* platform/mac/fast/parser/comment-in-textarea-expected.checksum: Added.
* platform/mac/fast/parser/comment-in-textarea-expected.png: Added.
* platform/mac/fast/parser/comment-in-textarea-expected.txt: Added.
2008-06-24 Dan Bernstein <mitz@apple.com>
Reviewed by Mark Rowe.
- add another test using remote fonts to the Tiger skipped list
* platform/mac-tiger/Skipped: Added fast/css/font-weight-1.html.
2008-06-24 Mark Rowe <mrowe@apple.com>
Exclude the newly-added accessibilityController from the dumped window properties.
* fast/dom/Window/window-properties.html:
2008-06-24 Justin Garcia <justin.garcia@apple.com>
Reviewed by John.
<rdar://problem/6026335> REGRESSION: Caret disappears after deleting a particular selection involving a ToDo
* editing/deleting/6026335-expected.txt: Added.
* editing/deleting/6026335.html: Added.
2008-06-24 Sam Weinig and Beth Dakin <bdakin@apple.com and sam@webkit.org>
Reviewed by Darin.
First test for <rdar://problem/5884881> Make DumpRenderTree support
accessibility tests
* accessibility: Added.
* accessibility/document-attributes-expected.txt: Added.
* accessibility/document-attributes.html: Added.
* platform/gtk/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2008-06-24 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Add tests for loadstart, abort and error events for XMLHttpRequests
* http/tests/xmlhttprequest/onabort-event-expected.txt: Added.
* http/tests/xmlhttprequest/onabort-event.html: Added.
* http/tests/xmlhttprequest/onerror-event-expected.txt: Added.
* http/tests/xmlhttprequest/onerror-event.html: Added.
* http/tests/xmlhttprequest/onloadstart-event-expected.txt: Added.
* http/tests/xmlhttprequest/onloadstart-event.html: Added.
* http/tests/xmlhttprequest/resources/get.txt: Added.
2008-06-24 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Darin Adler.
- add font-weight test for a family that has 9 weights
* fast/css/font-weight-1.html: Added.
* platform/mac/fast/css/font-weight-1-expected.checksum: Added.
* platform/mac/fast/css/font-weight-1-expected.png: Added.
* platform/mac/fast/css/font-weight-1-expected.txt: Added.
2008-06-24 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Tests for:
Bug 19730: REGRESSION (r34497): Text in alerts in "Leisure suit Larry" is not wrapped
<https://bugs.webkit.org/show_bug.cgi?id=19730>
* fast/js/codegen-loops-logical-nodes-expected.txt: Added.
* fast/js/codegen-loops-logical-nodes.html: Added.
* fast/js/resources/codegen-loops-logical-nodes.js: Added.
2008-06-23 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Tests for:
Bug 19716: REGRESSION (SquirrelFish): Reproducible crash after entering a username at mint.com
<https://bugs.webkit.org/show_bug.cgi?id=19716>
* fast/js/reentrant-call-unwind-expected.txt: Added.
* fast/js/reentrant-call-unwind.html: Added.
* fast/js/resources/reentrant-call-unwind.js: Added.
2008-06-23 David Kilzer <ddkilzer@apple.com>
Updated test for Bug 15823: getPropertyValue for border returns null, should compute the shorthand value
<https://bugs.webkit.org/show_bug.cgi?id=15823>
Rubber-stamped by Darin.
* fast/css/getPropertyValue-border-expected.txt: Updated results.
* fast/css/getPropertyValue-border.html: Test all combinations of
(mismatched) border values.
2008-06-22 Jonathon Jongsma <jonathon.jongsma@collabora.co.uk>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=19465
Bug 19465: Cursor sometimes gets 'stuck' in textareas when trying to navigate with arrow keys
* editing/input/textarea-arrow-navigation.html:
* editing/input/textarea-arrow-navigation-expected.html: Added.
2008-06-22 Robert Blaut <webkit@blaut.biz>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=17421
Bug 17421: Lack of end tag for SELECT element causes the rest of page to not be rendered
* fast/parser/input-textarea-inside-select-element-expected.txt: Added.
* fast/parser/input-textarea-inside-select-element.html: Added.
2008-06-22 Robert Blaut <webkit@blaut.biz>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=19520
Bug 19520: WebKit incorrectly accepts hidden as the value of outline-style
* fast/css/outline-hidden-illegal-value-expected.txt: Added.
* fast/css/outline-hidden-illegal-value.html: Added.
2008-06-21 David Kilzer <ddkilzer@apple.com>
Bug 7931: Escaped elements within a textarea block can cause the textarea box to be closed prematurely
<https://bugs.webkit.org/show_bug.cgi?id=7931>
Reviewed by Darin.
The entity-end-textarea-tag.html contains 11 test cases: one
for each character in '</textarea>'. The rest of the tests
only test one encoding: '<' as '&lt;'.
* fast/parser/entity-end-iframe-tag-expected.txt: Added.
* fast/parser/entity-end-iframe-tag.html: Added.
* fast/parser/entity-end-script-tag-expected.txt: Added.
* fast/parser/entity-end-script-tag.html: Added.
* fast/parser/entity-end-style-tag-expected.txt: Added.
* fast/parser/entity-end-style-tag.html: Added.
* fast/parser/entity-end-textarea-tag-expected.txt: Added.
* fast/parser/entity-end-textarea-tag.html: Added.
* fast/parser/entity-end-title-tag-expected.txt: Added.
* fast/parser/entity-end-title-tag.html: Added.
* fast/parser/entity-end-xmp-tag-expected.txt: Added.
* fast/parser/entity-end-xmp-tag.html: Added.
2008-06-21 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Test for https://bugs.webkit.org/show_bug.cgi?id=19647
REGRESSION: Problem with extjs (insertAdjacentHTML)
* fast/dynamic/insertAdjacentHTML-allowed-parents-expected.txt: Added.
* fast/dynamic/insertAdjacentHTML-allowed-parents.html: Added.
2008-06-21 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=19649
Test that we block cross-orign loads of XSL style sheets.
* http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
* http/tests/security/cross-origin-xsl-BLOCKED.html: Added.
* http/tests/security/resources/cross-origin-xsl.xml: Added.
* http/tests/security/resources/forbidden-stylesheet.xsl: Added.
2008-06-21 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Alexey Proskuryakov.
- update results for newly-added CSS variables, file and file list
global constructors
* fast/dom/Window/window-properties-expected.txt:
2008-06-21 Alex Taylor <darwin@milliamp.org>
Reviewed by Dan Bernstein.
<https://bugs.webkit.org/show_bug.cgi?id=12425>
Test support for border-radius on fieldset elements.
* fast/borders/fieldsetBorderRadius.html: Added.
* platform/mac/fast/borders/fieldsetBorderRadius-expected.checksum: Added.
* platform/mac/fast/borders/fieldsetBorderRadius-expected.png: Added.
* platform/mac/fast/borders/fieldsetBorderRadius-expected.txt: Added.
2008-06-20 David Hyatt <hyatt@apple.com>
Make sure CSS variables work inside the inline style attribute.
Reviewed by Beth
* fast/css/variables/inline-style-test.html: Added.
* platform/mac/fast/css/variables/inline-style-test-expected.checksum: Added.
* platform/mac/fast/css/variables/inline-style-test-expected.png: Added.
* platform/mac/fast/css/variables/inline-style-test-expected.txt: Added.
2008-06-20 David Hyatt <hyatt@apple.com>
Add tests of the DOM APIs for addition, removal and iteration.
Reviewed by Sam
* fast/css/variables/remove-variable-test.html: Added.
* fast/css/variables/set-variable-test.html: Added.
* fast/css/variables/variable-iteration-test.html: Added.
* platform/mac/fast/css/variables/remove-variable-test-expected.checksum: Added.
* platform/mac/fast/css/variables/remove-variable-test-expected.png: Added.
* platform/mac/fast/css/variables/remove-variable-test-expected.txt: Added.
* platform/mac/fast/css/variables/set-variable-test-expected.checksum: Added.
* platform/mac/fast/css/variables/set-variable-test-expected.png: Added.
* platform/mac/fast/css/variables/set-variable-test-expected.txt: Added.
* platform/mac/fast/css/variables/variable-iteration-test-expected.checksum: Added.
* platform/mac/fast/css/variables/variable-iteration-test-expected.png: Added.
* platform/mac/fast/css/variables/variable-iteration-test-expected.txt: Added.
2008-06-20 Timothy Hatcher <timothy@apple.com>
Test for: iframes with a height of 32,768px or greater do not layout correctly
https://bugs.webkit.org/show_bug.cgi?id=19679
Reviewed by Dave Hyatt.
* fast/css/line-height-overflow.html: Added.
* platform/mac/fast/css/line-height-overflow-expected.txt: Added.
2008-06-20 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=19519
<rdar://problem/6007345> DOM modification causes stack exhaustion (BUTTON OBJECT COLGROUP)
* fast/table/prepend-in-anonymous-table.html: Added.
* platform/mac/fast/table/prepend-in-anonymous-table-expected.checksum: Added.
* platform/mac/fast/table/prepend-in-anonymous-table-expected.png: Added.
* platform/mac/fast/table/prepend-in-anonymous-table-expected.txt: Added.
2008-06-20 David Hyatt <hyatt@apple.com>
Allow CSS variables to support arbitrary expressions as values instead of just a single term.
Reviewed by Sam
* fast/css/variables/single-term-test.html: Removed.
* fast/css/variables/multiple-term-test.html: Added.
* platform/mac/fast/css/variables/multiple-term-test-expected.checksum: Added.
* platform/mac/fast/css/variables/multiple-term-test-expected.png: Added.
* platform/mac/fast/css/variables/multiple-term-test-expected.txt: Added.
* platform/mac/fast/css/variables/single-term-test-expected.checksum: Removed.
* platform/mac/fast/css/variables/single-term-test-expected.png: Removed.
* platform/mac/fast/css/variables/single-term-test-expected.txt: Removed.
2008-06-20 Darin Adler <darin@apple.com>
- updated results for some recent changes
* fast/dom/Window/window-properties-expected.txt: Updated results to reflect the
new rule type, VARIABLES_RULE (Hyatt's CSS variables patch).
* fast/forms/plaintext-mode-1-expected.txt: Updated test and results to expect
ForeColor to be disabled when the region is plain-text-only. Justin's execCommand
patch for https://bugs.webkit.org/show_bug.cgi?id=16049.
* fast/forms/plaintext-mode-1.html: Ditto.
2008-06-19 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- two more updated results for the last patch
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/mac/fast/invalid/020-expected.txt:
2008-06-19 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- updated tests and results after fixing a bug where anonymous tables were inserted in the wrong place
* fast/forms/form-hides-table.html: Wrapped every case in a block in
order to prevent cross-talk.
* platform/mac/fast/forms/form-hides-table-expected.checksum:
* platform/mac/fast/forms/form-hides-table-expected.png:
* platform/mac/fast/forms/form-hides-table-expected.txt:
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.checksum: Added.
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.png: Added.
* platform/mac/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
* platform/mac/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/mac/tables/mozilla/bugs/bug278266-expected.checksum: Added.
* platform/mac/tables/mozilla/bugs/bug278266-expected.png: Added.
* platform/mac/tables/mozilla/bugs/bug278266-expected.txt: Added.
* platform/mac/tables/mozilla/bugs/bug8411-expected.checksum: Added.
* platform/mac/tables/mozilla/bugs/bug8411-expected.png: Added.
* platform/mac/tables/mozilla/bugs/bug8411-expected.txt: Added.
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.png: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug278266-expected.checksum: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug278266-expected.png: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug278266-expected.txt: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug8411-expected.checksum: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug8411-expected.png: Removed.
* platform/mac/tables/mozilla_expected_failures/bugs/bug8411-expected.txt: Removed.
* platform/mac/tables/mozilla_expected_failures/other/test4-expected.txt:
* tables/mozilla/bugs/bug2479-2.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug2479-2.html.
* tables/mozilla/bugs/bug278266.html: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug278266.html.
* tables/mozilla/bugs/bug8411.xml: Copied from LayoutTests/tables/mozilla_expected_failures/bugs/bug8411.xml.
* tables/mozilla_expected_failures/bugs/bug2479-2.html: Removed.
* tables/mozilla_expected_failures/bugs/bug278266.html: Removed.
* tables/mozilla_expected_failures/bugs/bug8411.xml: Removed.
2008-06-19 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver.
<https://bugs.webkit.org/show_bug.cgi?id=16049>
execCommand('backColor') fails on collapsed selections
* editing/execCommand/16049-expected.txt: Added.
* editing/execCommand/16049.html: Added.
2008-06-19 Justin Garcia <justin.garcia@apple.com>
Reviewed by John.
https://bugs.webkit.org/show_bug.cgi?id=19653
Typing style lost when creating list from, indenting or outdenting an empty paragraph
These demonstrate fixes:
* editing/execCommand/19653-1-expected.txt: Added.
* editing/execCommand/19653-1.html: Added.
* editing/execCommand/19653-2-expected.txt: Added.
* editing/execCommand/19653-2.html: Added.
* editing/execCommand/19653-3-expected.txt: Added.
* editing/execCommand/19653-3.html: Added.
* editing/execCommand/19653-4-expected.txt: Added.
* editing/execCommand/19653-4.html: Added.
Changed to an equivalent but more bloated DOM because of a pre-existing bug in ApplyStyleCommand:
* platform/mac/editing/deleting/delete-br-011-expected.txt:
Fixed a bug where the typing style wasn't applied to the placeholder in an empty paragraph,
so typing would create text with the right style, but if you were to change the selection
and then come back and start typing, the style would be wrong. The size of the caret was
also wrong as a result:
* platform/mac/editing/deleting/delete-br-012-expected.txt:
* platform/mac/editing/deleting/delete-br-012-expected.png:
* platform/mac/editing/deleting/delete-br-012-expected.checksum:
2008-06-19 David Hyatt <hyatt@apple.com>
Add layout tests for CSS variables.
Reviewed by Beth
* fast/css/variables: Added.
* fast/css/variables/colors-test.html: Added.
* fast/css/variables/font-test.html: Added.
* fast/css/variables/image-test.html: Added.
* fast/css/variables/import-test.html: Added.
* fast/css/variables/invalid-variable-test.html: Added.
* fast/css/variables/margin-test.html: Added.
* fast/css/variables/misplaced-import-test.html: Added.
* fast/css/variables/misplaced-variables-test.html: Added.
* fast/css/variables/override-test.html: Added.
* fast/css/variables/print-test.html: Added.
* fast/css/variables/resources: Added.
* fast/css/variables/resources/bad.css: Added.
* fast/css/variables/resources/good.css: Added.
* fast/css/variables/resources/listmark.gif: Added.
* fast/css/variables/shorthand-test.html: Added.
* fast/css/variables/single-term-test.html: Added.
2008-06-19 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/6008098> REGRESSION: Crash at FontFallbackList::fontDataAt()
* fast/css/font-face-multiple-families-expected.txt: Added.
* fast/css/font-face-multiple-families.html: Added.
2008-06-18 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=19598
Crash in WebCore::RenderBlock::determineStartPosition
* fast/dynamic/floating-to-positioned-2.html: Copied from fast/dynamic/floating-to-positioned.html.
* platform/mac/fast/dynamic/floating-to-positioned-2-expected.checksum: Added.
* platform/mac/fast/dynamic/floating-to-positioned-2-expected.png: Added.
* platform/mac/fast/dynamic/floating-to-positioned-2-expected.txt: Added.
2008-06-18 Rob Buis <buis@kde.org>
Reviewed by Darin.
Testcase for:
https://bugs.webkit.org/show_bug.cgi?id=18786
Once rendered, SVG text elements removed from DOM continue to be displayed
* platform/mac/svg/custom/text-dom-removal-expected.checksum: Added.
* platform/mac/svg/custom/text-dom-removal-expected.png: Added.
* svg/custom/text-dom-removal-expected.txt: Added.
* svg/custom/text-dom-removal.svg: Added.
2008-06-17 Michelangelo De Simone <m.des@mac.com>
Reviewed by Adele.
Tests for https://bugs.webkit.org/show_bug.cgi?id=18887
Added support for autofocus controls.
Test cases "autofocus-opera*" have been imported from the Opera test suite
originally located at:
http://tc.labs.opera.com/html/forms/input/common-attributes/autofocus/
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/resources/domListEnumeration.js:
* fast/forms/autofocus-attribute-expected.txt: Added.
* fast/forms/autofocus-attribute.html: Added.
* fast/forms/autofocus-opera-001-expected.txt: Added.
* fast/forms/autofocus-opera-001.html: Added.
* fast/forms/autofocus-opera-002-expected.txt: Added.
* fast/forms/autofocus-opera-002.html: Added.
* fast/forms/autofocus-opera-003-expected.txt: Added.
* fast/forms/autofocus-opera-003.html: Added.
* fast/forms/autofocus-opera-004-expected.txt: Added.
* fast/forms/autofocus-opera-004.html: Added.
* fast/forms/autofocus-opera-005-expected.txt: Added.
* fast/forms/autofocus-opera-005.html: Added.
* fast/forms/autofocus-opera-006-expected.txt: Added.
* fast/forms/autofocus-opera-006.html: Added.
* fast/forms/autofocus-opera-007-expected.txt: Added.
* fast/forms/autofocus-opera-007.html: Added.
* fast/forms/autofocus-opera-008-expected.txt: Added.
* fast/forms/autofocus-opera-008.html: Added.
2008-06-16 Dan Bernstein <mitz@apple.com>
Reviewed by Justin Garcia.
- test and updated results for <rdar://problem/5973313> REGRESSION (r32508): Down arrow doesn't change caret with non-user entered newlines in textareas
* editing/selection/after-line-break-expected.txt: Added.
* editing/selection/after-line-break.html: Added.
* platform/mac/editing/selection/move-left-right-expected.txt: More bogus warnings.
2008-06-15 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
Remove my name from the expected test results.
* fast/dom/documenturi-can-hold-arbitrary-string-expected.txt:
* fast/dom/documenturi-can-hold-arbitrary-string.html:
* fast/dom/documenturi-not-affected-by-base-tag-expected.txt:
* fast/dom/documenturi-not-affected-by-base-tag.html:
2008-06-15 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
Test Document.documentURI (DOM Core Level 3). There don't appear to be
other browser implementations of this feature to compare against, but
these tests test my interpretation of the spec.
* fast/dom/documenturi-affects-relative-paths-expected.txt: Added.
* fast/dom/documenturi-affects-relative-paths.html: Added.
* fast/dom/documenturi-assigned-junk-implies-baseuri-null-expected.txt: Added.
* fast/dom/documenturi-assigned-junk-implies-baseuri-null.html: Added.
* fast/dom/documenturi-assigned-junk-implies-relative-urls-do-not-resolve-expected.txt: Added.
* fast/dom/documenturi-assigned-junk-implies-relative-urls-do-not-resolve.html: Added.
* fast/dom/documenturi-can-hold-arbitrary-string-expected.txt: Added.
* fast/dom/documenturi-can-hold-arbitrary-string.html: Added.
* fast/dom/documenturi-loses-to-base-tag-expected.txt: Added.
* fast/dom/documenturi-loses-to-base-tag.html: Added.
* fast/dom/documenturi-not-affected-by-base-tag-expected.txt: Added.
* fast/dom/documenturi-not-affected-by-base-tag.html: Added.
2008-06-15 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/5825683> Three slash URLs are modified by WebKit
* fast/loader/url-parse-1-expected.txt: Added.
* fast/loader/url-parse-1.html: Added.
2008-06-15 Darin Adler <darin@apple.com>
Reviewed and tweaked by Sam Weinig.
Test for <rdar://problem/5908591>
https://bugs.webkit.org/show_bug.cgi?id=18743
* http/tests/security/cross-frame-access-DOMImplementation-expected.txt: Added.
* http/tests/security/cross-frame-access-DOMImplementation.html: Added.
* http/tests/security/resources/cross-frame-iframe-for-DOMImplementation-test.html: Added.
2008-06-15 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig.
- copy generic test results from r34449 to platform/win, because the Mac
behavior is not shared by Windows.
* platform/win/editing/selection/drag-text-delay-expected.txt: Copied from LayoutTests/editing/selection/drag-text-delay-expected.txt.
2008-06-15 Dan Bernstein <mitz@apple.com>
- update Windows copy of generic test results for r34475
* platform/win/editing/selection/move-left-right-expected.txt: Replaced with LayoutTests/editing/selection/move-left-right-expected.txt.
2008-06-15 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Tests for:
Bug 19484: More instructions needs to use temporary registers
<https://bugs.webkit.org/show_bug.cgi?id=19484>
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-06-14 Darin Adler <darin@apple.com>
Reviewed by Maciej.
- test for https://bugs.webkit.org/show_bug.cgi?id=19538
<rdar://problem/5957595> Reading transition property from the style JS gives the wrong value
* fast/dom/CSSStyleDeclaration/resources/transition-property-names.js: Added.
* fast/dom/CSSStyleDeclaration/transition-property-names-expected.txt: Added.
* fast/dom/CSSStyleDeclaration/transition-property-names.html: Added.
2008-06-14 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Tests for <rdar://problem/5775192>
insertAdjacentHTML and insertAdjacentText are not implemented although insertAdjacentElement is.
* fast/dom/Window/window-properties-expected.txt:
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/resources/domListEnumeration.js:
* fast/dynamic/insertAdjacentElement.html:
* fast/dynamic/insertAdjacentHTML-expected.txt: Added.
* fast/dynamic/insertAdjacentHTML.html: Copied from fast/dynamic/insertAdjacentElement.html.
* fast/dynamic/insertAdjacentText-expected.txt: Added.
* fast/dynamic/insertAdjacentText.html: Copied from fast/dynamic/insertAdjacentElement.html.
* platform/mac/fast/dynamic/insertAdjacentElement-expected.txt:
2008-06-14 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Tests for:
Bug 19484: More instructions needs to use temporary registers
<https://bugs.webkit.org/show_bug.cgi?id=19484>
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-06-13 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Test that an XSL style sheet can't include an external entity from
another origin.
* http/tests/security/resources/xsl-using-external-entity.xsl: Added.
* http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Added.
* http/tests/security/xss-DENIED-xsl-external-entity.xml: Added.
2008-06-13 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
Test that the XSL document() function doesn't load a document from a
foreign origin.
* http/tests/security/resources/target.xml: Added.
* http/tests/security/resources/xsl-using-document.xsl: Added.
* http/tests/security/xss-DENIED-xsl-document-expected.txt: Added.
* http/tests/security/xss-DENIED-xsl-document.xml: Added.
2008-06-13 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
Test whether we permit XMLHttpRequest once document.domain is set.
* http/tests/xmlhttprequest/document-domain-set-expected.txt: Added.
* http/tests/xmlhttprequest/document-domain-set.html: Added.
2008-06-13 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Add a test for existing loader behaviour in preparation for:
Bug 19422: Distinct redirects from the same link do not create distinct history items
<https://bugs.webkit.org/show_bug.cgi?id=19422>
* http/tests/navigation/redirect-cycle-expected.txt: Added.
* http/tests/navigation/redirect-cycle.html: Added.
* http/tests/navigation/resources/redirect-cycle-1.pl: Added.
* http/tests/navigation/resources/redirect-cycle-2.pl: Added.
2008-06-13 Maciej Stachowiak <mjs@apple.com>
Reviewed by Darin.
- enable a bunch of disabled layout tests which now run ok
https://bugs.webkit.org/show_bug.cgi?id=19540
I also made a minor change to selftxhtml.js to handle the case
where the body is a frameset properly, and to frame.xhtml to match
the HTML version of that file, and what the tests expect.
* dom/html/level2/html/HTMLFormElement10-expected.txt: Added.
* dom/html/level2/html/HTMLFormElement10.html: Copied from dom/html/level2/html/HTMLFormElement10.html-disabled.
* dom/html/level2/html/HTMLFormElement10.html-disabled: Removed.
* dom/xhtml/level2/html/HTMLFormElement10-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFormElement10.xhtml: Copied from dom/xhtml/level2/html/HTMLFormElement10.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFormElement10.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement01-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement01.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement01.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement01.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement02-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement02.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement02.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement02.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement03-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement03.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement03.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement03.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement04-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement04.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement04.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement04.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement05-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement05.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement05.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement05.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement06-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement06.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement06.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement06.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement07-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement07.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement07.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement07.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement08-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement08.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement08.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement08.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameElement09-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameElement09.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameSetElement01-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameSetElement01.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameSetElement01.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameSetElement01.xhtml-disabled: Removed.
* dom/xhtml/level2/html/HTMLFrameSetElement02-expected.txt: Added.
* dom/xhtml/level2/html/HTMLFrameSetElement02.xhtml: Copied from dom/xhtml/level2/html/HTMLFrameSetElement02.xhtml-disabled.
* dom/xhtml/level2/html/HTMLFrameSetElement02.xhtml-disabled: Removed.
* dom/xhtml/level2/html/resources/frame.xhtml:
* dom/xhtml/level2/html/selfxhtml.js:
2008-06-12 Adam Barth <abarth@webkit.org>
Rubberstamped by Maciej.
Add the data url test back and set more agressive Cache-Control headers.
* http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url-expected.txt: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url-expected.txt.
* http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url.html: Copied from LayoutTests/http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url.html.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
2008-06-12 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Tests for:
Bug 19510: CodeBlock::needsFullScopeChain not always set for global code
<https://bugs.webkit.org/show_bug.cgi?id=19510>
* fast/js/codegen-temporaries-multiple-global-blocks-expected.txt: Added.
* fast/js/codegen-temporaries-multiple-global-blocks.html: Added.
* fast/js/resources/codegen-temporaries-multiple-global-blocks-1.js: Added.
* fast/js/resources/codegen-temporaries-multiple-global-blocks-2.js: Added.
2008-06-12 Adam Barth <abarth@webkit.org>
Reviewed by Maciej.
Prevent caching of this resource so we always see the up-to-date value
of the Access-Control-Origin header.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
2008-06-11 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- tests, updated tests and updated results for
<rdar://problem/5876370> Safari 3.1.1 bad rendering of pages from http://www.legifrance.gouv.fr/
* fast/block/basic/001.html:
* fast/block/positioning/absolute-in-inline-ltr-2.html:
* fast/block/positioning/absolute-in-inline-ltr-3.html:
* fast/block/positioning/absolute-in-inline-ltr.html:
* fast/block/positioning/absolute-in-inline-rtl-2.html:
* fast/block/positioning/absolute-in-inline-rtl-3.html:
* fast/block/positioning/absolute-in-inline-rtl.html:
* fast/block/positioning/absolute-in-inline-short-ltr.html:
* fast/block/positioning/absolute-in-inline-short-rtl.html:
* fast/block/positioning/auto/006.html:
* fast/inline/continuation-outlines-with-layers.html:
* fast/inline/continuation-outlines.html:
* fast/parser/p-in-scope-expected.txt: Added.
* fast/parser/p-in-scope-strict-expected.txt: Added.
* fast/parser/p-in-scope-strict.html: Added.
* fast/parser/p-in-scope.html: Added.
* fast/parser/resources/p-in-scope.css: Added.
* fast/parser/resources/p-in-scope.js: Added.
* fast/repaint/subtree-root-clip-2.html:
* platform/mac/fast/block/basic/001-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-ltr-2-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-ltr-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-rtl-2-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-rtl-3-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-rtl-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
* platform/mac/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
* platform/mac/fast/block/positioning/auto/006-expected.txt:
* platform/mac/fast/inline/continuation-outlines-expected.txt:
* platform/mac/fast/inline/continuation-outlines-with-layers-expected.txt:
* platform/mac/fast/repaint/subtree-root-clip-2-expected.txt:
2008-06-11 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
Tests for the security context of about:blank documents. These test
results all match Firefox 3.
* fast/dom/resource-locations-in-created-html-document.html:
* http/tests/security/aboutBlank/resources/iframe-with-about-blank-children.html: Added.
* http/tests/security/aboutBlank/security-context-alias-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-alias.html: Added.
* http/tests/security/aboutBlank/security-context-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-grandchildren-alias-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-grandchildren-alias.html: Added.
* http/tests/security/aboutBlank/security-context-grandchildren-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-grandchildren.html: Added.
* http/tests/security/aboutBlank/security-context-window-open-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-window-open.html: Added.
* http/tests/security/aboutBlank/security-context-with-base-tag-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-with-base-tag.html: Added.
* http/tests/security/aboutBlank/security-context-write-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-write.html: Added.
* http/tests/security/aboutBlank/security-context-writeln-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-writeln.html: Added.
* http/tests/security/aboutBlank/security-context.html: Added.
* http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* http/tests/security/cookies/document-open-expected.txt: Added.
* http/tests/security/cookies/document-open.html: Added.
2008-06-11 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=19460
Test esoteric cookie contexts.
* http/tests/security/cookies/create-document-expected.txt: Added.
* http/tests/security/cookies/create-document.html: Added.
* http/tests/security/cookies/resources/simple.xml: Added.
* http/tests/security/cookies/xmlhttprequest-expected.txt: Added.
* http/tests/security/cookies/xmlhttprequest.html: Added.
2008-06-11 Adam Barth <abarth@webkit.org>
Reviewed and tweaked by Sam Weinig.
Test for https://bugs.webkit.org/show_bug.cgi?id=19242
Data URLs should set an Access-Control-Origin of "null"
Test that we correctly generate "null" as the value for the
Access-Control-Origin header when making requests from a data URL.
* http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-access-control-origin-header-data-url.html: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
2008-06-11 Sam Weinig <sam@webkit.org>
Update results on non-leopard platforms to fix the buildbot.
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
2008-06-11 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Test for:
Bug 19498: REGRESSION (r34497): crash while loading GMail
<https://bugs.webkit.org/show_bug.cgi?id=19498>
* fast/js/logical-or-jless-expected.txt: Added.
* fast/js/logical-or-jless.html: Added.
* fast/js/resources/logical-or-jless.js: Added.
2008-06-11 Sam Weinig <sam@webkit.org>
Reviewed by Adam Roben.
Add basic test for "*" wildcarding for Access-Control.
* http/tests/xmlhttprequest/access-control-basic-allow-star-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-basic-allow-star.html: Added.
* http/tests/xmlhttprequest/resources/access-control-basic-allow-star.cgi: Added.
2008-06-11 Justin Garcia <justin.garcia@apple.com>
Reviewed by Eric.
<https://bugs.webkit.org/show_bug.cgi?id=19455>
Crash at RenderObject::childAt during JustifyCenter
* editing/execCommand/19455-expected.txt: Added.
* editing/execCommand/19455.html: Added.
2008-06-10 Dan Bernstein <mitz@apple.com>
- fix the text encoding in this test
* editing/selection/move-left-right.html:
2008-06-09 Dan Bernstein <mitz@apple.com>
Reviewed by Justin Garcia.
- update test for https://bugs.webkit.org/show_bug.cgi?id=19443
<rdar://problem/5994544> REGRESSION (r32531-r32652): Moving the insertion point past a newline inserted in a text area skips the next character
* editing/selection/move-left-right-expected.txt:
* editing/selection/move-left-right.html:
* platform/mac/editing/selection/move-left-right-expected.txt:
2008-06-08 Adam Barth <abarth@webkit.org>
Reviewed by Darin Alder.
https://bugs.webkit.org/show_bug.cgi?id=16856
Fix tests not to rely on broken javascript URL behavior.
* fast/events/event-listener-html-non-html-confusion.html:
* fast/replaced/image-map-bug16782-expected.txt: Added.
* fast/replaced/image-map-bug16782.html: Added.
* fast/replaced/image-map.html:
* svg/custom/prevent-default.svg:
2008-06-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Bug 17931: Incorrect decompilation with |new|
<https://bugs.webkit.org/show_bug.cgi?id=17931>
This bug was fixed by SquirrelFish, but we should add a test.
* fast/js/function-toString-parentheses-expected.txt:
* fast/js/resources/function-toString-parentheses.js:
2008-06-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Bug 17932: "ASSERTION FAILED: type != Continue" with do/while and try/finally
<https://bugs.webkit.org/show_bug.cgi?id=17932>
This bug was fixed by SquirrelFish, but we should add a test, as well
as tests for related issues found while developing SquirrelFish.
* fast/js/continue-break-multiple-labels-expected.txt:
* fast/js/continue-break-multiple-labels.html:
* fast/js/resources/continue-break-multiple-labels.js: Added.
2008-06-08 Adam Barth <abarth@webkit.org>
Reviewed by Darin Alder.
Add a number of tests for document.cookie access.
https://bugs.webkit.org/show_bug.cgi?id=19257
* http/tests/security/cookies: Added.
* http/tests/security/cookies/assign-document-url-expected.txt: Added.
* http/tests/security/cookies/assign-document-url.html: Added.
* http/tests/security/cookies/base-about-blank-expected.txt: Added.
* http/tests/security/cookies/base-about-blank.html: Added.
* http/tests/security/cookies/base-tag-expected.txt: Added.
* http/tests/security/cookies/base-tag.html: Added.
* http/tests/security/cookies/basic-expected.txt: Added.
* http/tests/security/cookies/basic.html: Added.
* http/tests/security/cookies/resources: Added.
* http/tests/security/cookies/resources/set-a-cookie.html: Added.
2008-06-08 Dan Bernstein <mitz@apple.com>
- test for <rdar://problem/5961977> Crash in RenderBlock::layoutColumns()
Reviewed by Darin Adler.
* fast/multicol/content-height-zero-crash-expected.txt: Added.
* fast/multicol/content-height-zero-crash.html: Added.
2008-06-08 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin.
Test for:
Bug 19346: REGRESSION: Mootools 1.2 Class inheritance broken in post-SquirrelFish merge
<https://bugs.webkit.org/show_bug.cgi?id=19346>
* fast/js/function-dot-arguments-and-caller-expected.txt:
* fast/js/function-dot-arguments-and-caller.html:
2008-06-08 Vincent Ricard <magic@magicninja.org>
Reviewed by Darin.
test cases for https://bugs.webkit.org/show_bug.cgi?id=16489
WebKit does not support ElementTraversal specification
* fast/dom/Element/element-traversal-expected.txt: Added.
* fast/dom/Element/element-traversal.html: Added.
* fast/dom/Element/resources/element-traversal.js: Added.
* fast/dom/domListEnumeration-expected.txt: Updated since Element now has 5
new properties. It would be good to rewrite this test so it doesn't have to
be updated every time we add a property to Node or Element.
* fast/dom/resources/domListEnumeration.js: Ditto.
2008-06-08 Bradley Meck <genisis329@gmail.com>
Reviewed and tweaked by Darin.
- test for https://bugs.webkit.org/show_bug.cgi?id=17051
safari should treat "url()" as a valid CSS value
We should really add some more tests for this. One text-only test each for the
four different sites that handle URLs (cursor image, list style image, fill image,
border image) that were fixed. Currently this covers only the cursor image.
* fast/css/invalid-cursor-property-crash.html: Updated test to expect the
url() to be expanded into the URL of the document itself. The text of the test
is now a bit misleading, but it still tests that it's not a crash, and now it
also doubles as a check that url() is handled properly.
2008-06-08 Vincent Ricard <magic@magicninja.org>
Reviewed by Darin.
Test case for
Bug 18041: DOMNodeRemoved events are sent twice
* fast/dom/Node/DOMNodeRemovedEvent-expected.txt: Added.
* fast/dom/Node/DOMNodeRemovedEvent.html: Added.
* fast/dom/Node/resources/DOMNodeRemovedEvent.js: Added.
2008-06-08 Tony Chang <idealisms@gmail.com>
Reviewed by Eric Seidel.
- test for https://bugs.webkit.org/show_bug.cgi?id=18167
there should be no text-drag delay on any platform except for Mac
Also updated two tests which depend on the drag text delay to be greater
than 0 by making them no longer select text before the mouse down.
* editing/selection/drag-text-delay-expected.txt: Added.
* editing/selection/drag-text-delay.html: Added.
* platform/mac/editing/selection/drag-text-delay-expected.txt: Added.
* fast/events/autoscroll.html:
* fast/forms/input-readonly-autoscroll.html:
2008-06-08 Rob Buis <buis@kde.org>
Reviewed by Darin.
- test for https://bugs.webkit.org/show_bug.cgi?id=18512
getPresentationAttribute returns a shared object
* svg/custom/getPresentationAttribute-modify-expected.txt: Added.
* svg/custom/getPresentationAttribute-modify.svg: Added.
2008-06-08 Eric Roman <minatoar@gmail.com>
Reviewed by Adam Roben.
- fix https://bugs.webkit.org/show_bug.cgi?id=18550
cross-frame-access-call.html doesn't really test window.open(), since popups are blocked
* http/tests/security/cross-frame-access-call.html: Enable popups for this layout test.
The test checks that window.open is returns undefined (same-domain enforcement), however
unless popups are enabled it returns undefined regardless.
2008-06-07 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- updated test for https://bugs.webkit.org/show_bug.cgi?id=19431
<rdar://problem/5994060> REGRESSION (r32406): tabs retain hover color after mouse out
* fast/css/remove-shorthand-expected.txt:
* fast/css/remove-shorthand.html:
2008-06-07 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Fix random failures of XSS tests by using window.postMessage().
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html:
* http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame.html:
* http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
* http/tests/security/resources/cross-frame-access.js:
* http/tests/security/resources/cross-frame-iframe-with-explicit-domain-set.html:
* http/tests/security/resources/cross-frame-iframe.html:
* platform/mac-leopard/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt:
2008-06-07 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- pixel test for https://bugs.webkit.org/show_bug.cgi?id=19279
REGRESSION (r32660): Text not redrawn correctly when selection changes
* fast/text/selection-painted-separately.html: Added.
* platform/mac/fast/text/selection-painted-separately-expected.checksum: Added.
* platform/mac/fast/text/selection-painted-separately-expected.png: Added.
* platform/mac/fast/text/selection-painted-separately-expected.txt: Added.
2008-06-07 Adam Barth <abarth@webkit.org>
Reviewed by Sam.
Tests for https://bugs.webkit.org/show_bug.cgi?id=17911
* http/tests/security/resources/iframe-for-synchronous-form.html: Added.
* http/tests/security/xss-DENIED-synchronous-form-expected.txt: Added.
* http/tests/security/xss-DENIED-synchronous-form.html: Added.
2008-06-07 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver.
Bug 17663: Wrong sequencing of argument list evaluation
<https://bugs.webkit.org/show_bug.cgi?id=17663>
SquirrelFish fixed this bug, but we should add a test.
* fast/js/order-of-operations-expected.txt:
* fast/js/resources/order-of-operations.js:
2008-06-06 Robert Blaut <webkit@blaut.biz>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=19407
CSS3 Selector Test: *= ~= ^= $= should all accept the empty string, but match nothing.
* fast/css/begin-end-contain-selector-empty-value.html: Added.
* platform/mac/fast/css/begin-end-contain-selector-empty-value-expected.txt: Added.
2008-06-06 Anthony Ricaud <rik24d@gmail.com>
Reviewed by adele. Landed by eseidel.
https://bugs.webkit.org/show_bug.cgi?id=18337
Checks that onchange fires when typing the name of an option and doesn't fire when leaving the listbox.
* fast/forms/listbox-onchange-expected.txt:
* fast/forms/listbox-onchange.html:
2008-06-06 Justin Garcia <justin.garcia@apple.com>
Reviewed by John.
<rdar://problem/5890684> REGRESSION(r23969): Deleting a line break changes the style of text after the break
* editing/deleting/5890684-expected.txt: Added.
* editing/deleting/5890684.html: Added.
2008-06-06 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin.
<https://bugs.webkit.org/show_bug.cgi?id=19087>
Editing crash in IndentOutdentCommand::prepareBlockquoteLevelForInsertion, ASSERT in debug mode
* editing/execCommand/19087-expected.txt: Added.
* editing/execCommand/19087.html: Added.
2008-06-06 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Alexey.
xmlhttprequest-onProgress-open-should-zero-length.html supposes that the onprogress event
is dispatched 3 times to test that the position is reset when XMLHttpRequest.open() is
called.
The test was failing because CoreFoundation keeps the data if they are not big enough
(which led to only 1 progress event dispatched).
We now generate a big response instead of a small one.
Warning: this test is not guaranteed to succeed as we cannot guarantee that the server
will send responses' sizes that are close for 2 different requests to the same
resource.
* http/tests/xmlhttprequest/resources/big-response.php: Added.
* http/tests/xmlhttprequest/resources/five-tiny-chunk-one-second-delay.php: Removed.
* http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt: Added a
warning about the possible failure of the test.
* http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html: Ditto.
2008-06-05 Oliver Hunt <oliver@apple.com>
Reviewed by Alexey.
Tests to ensure we evaluate binary operators in the correct order.
* fast/js/order-of-operations-expected.txt: Added.
* fast/js/order-of-operations.html: Added.
* fast/js/resources/order-of-operations.js: Added.
2008-06-05 Justin Garcia <justin.garcia@apple.com>
Reviewed by Eric.
<https://bugs.webkit.org/show_bug.cgi?id=19403>
ASSERT in InsertIntoTextNodeCommand::InsertIntoTextNodeCommand during RemoveFormat call
* editing/execCommand/19403-expected.txt: Added.
* editing/execCommand/19403.html: Added.
2008-06-05 Justin Garcia <justin.garcia@apple.com>
Reviewed by Eric.
<https://bugs.webkit.org/show_bug.cgi?id=19089> Editing ASSERT in Range::compareBoundaryPoints
* editing/execCommand/19089-expected.txt: Added.
* editing/execCommand/19089.html: Added.
2008-06-05 Justin Garcia <justin.garcia@apple.com>
Reviewed by Harrison.
<rdar://problem/5658933> GoogleDocs: Crash indenting a particular selection twice
* editing/execCommand/5658933-1-expected.txt: Added.
* editing/execCommand/5658933-1.html: Added.
* editing/execCommand/5658933-2-expected.txt: Added.
* editing/execCommand/5658933-2.html: Added.
* editing/execCommand/5658933-3-expected.txt: Added.
* editing/execCommand/5658933-3.html: Added.
2008-06-05 Antti Koivisto <antti@apple.com>
Reviewed by Dave Hyatt.
Make hasFeature() return true for the animation stuff.
* svg/custom/svg-features-expected.txt:
2008-06-05 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- pixel test for https://bugs.webkit.org/show_bug.cgi?id=19397
REGRESSION (3.1-TOT): Box-shadow renders weird when rotating a div with border radius
* fast/transforms/shadows.html: Added.
* platform/mac/fast/transforms/shadows-expected.checksum: Added.
* platform/mac/fast/transforms/shadows-expected.png: Added.
* platform/mac/fast/transforms/shadows-expected.txt: Added.
2008-06-05 Tor Arne Vestbø <tavestbo@trolltech.com>
Reviewed by Simon
Update layout tests on Mac based on the changes to html4.css
in r34299. The missing backgroundClip and outlineClip in the
new results is strange, but visually it looks the same.
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.txt:
2008-06-05 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Tests for:
Bug 19400: subscript operator does not protect base when necessary
<https://bugs.webkit.org/show_bug.cgi?id=19400>
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-06-04 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for <rdar://problem/5962118> Crash in RenderBlock::calcColumnWidth()
* fast/multicol/gap-non-negative-expected.txt: Added.
* fast/multicol/gap-non-negative.html: Added.
2008-06-04 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for <rdar://problem/5962270> Crash in WebCore::RenderTableCell::computeAbsoluteRepaintRect()
* fast/reflections/table-cell.html: Added.
* platform/mac/fast/reflections/table-cell-expected.checksum: Added.
* platform/mac/fast/reflections/table-cell-expected.png: Added.
* platform/mac/fast/reflections/table-cell-expected.txt: Added.
2008-06-03 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=19384
Test for path morphing.
* platform/mac/svg/custom/animate-path-morphing-expected.txt: Added.
* svg/custom/animate-path-morphing.svg: Added.
2008-06-03 Justin Garcia <justin.garcia@apple.com>
Reviewed by John.
<rdar://problem/5763082> GMail: Hang when removing indent from nested list
* editing/execCommand/5763082-expected.txt: Added.
* editing/execCommand/5763082.html: Added.
2008-06-03 Anders Carlsson <andersca@apple.com>
Reviewed by John and Sam.
<rdar://problem/5955218>
Assertion failure in ApplicationCacheGroup::addEntry when reloading a page with a cache manifest (19182)
* http/tests/appcache/crash-when-navigating-away-then-back-expected.txt: Added.
* http/tests/appcache/crash-when-navigating-away-then-back.html: Added.
* http/tests/appcache/resources/crash-when-navigating-away-then-back.html: Added.
* http/tests/appcache/resources/crash-when-navigating-away-then-back.manifest: Added.
2008-06-03 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test and updated results for <rdar://problem/5965410>
In fixed table layout, the width of cells with auto width should be
proportional to their column span, to match Firefox and IE.
* fast/table/fixed-with-auto-with-colspan.html: Added.
* platform/mac/fast/table/fixed-with-auto-with-colspan-expected.checksum: Added.
* platform/mac/fast/table/fixed-with-auto-with-colspan-expected.png: Added.
* platform/mac/fast/table/fixed-with-auto-with-colspan-expected.txt: Added.
* platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
* platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
* platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
2008-06-03 Alexey Proskuryakov <ap@webkit.org>
<rdar://problem/5621979> editing/selection/5241148.html crashes on Windows
Try removing it from the Skipped list, as this is not reproducible with current closed
source libraries.
* platform/win/Skipped:
2008-06-02 Anders Carlsson <andersca@apple.com>
Reviewed by David Hyatt and Mitz.
<rdar://problem/5704119>
repro crash in WebCore::RenderPart::setWidget (plugin-related?)
* platform/mac/plugins/update-widget-from-style-recalc-expected.txt: Added.
* platform/mac/plugins/update-widget-from-style-recalc.html: Added.
2008-06-02 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin.
Bug 18655: [XHR] OnProgress needs more test case
https://bugs.webkit.org/show_bug.cgi?id=18655
* http/tests/xmlhttprequest/resources/five-tiny-chunk-one-second-delay.php: Added.
* http/tests/xmlhttprequest/resources/noContentLength.asis: Added.
* http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-LSProgressEvent-ProgressEvent-should-match.html: Added.
* http/tests/xmlhttprequest/xmlhttprequest-addEventListener-onProgress-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-addEventListener-onProgress.html: Added.
* http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html: Added.
* http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html: Added.
2008-06-02 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- additional tests for https://bugs.webkit.org/show_bug.cgi?id=19344
<rdar://problem/5977300> Regression: Shadow offsets seem to have changed in 10.5.3 in canvas
* fast/canvas/resources/shadow-offset.js: Added.
* fast/canvas/shadow-offset-1.html: Copied from LayoutTests/fast/canvas/shadow-offset.html.
* fast/canvas/shadow-offset-2.html: Added.
* fast/canvas/shadow-offset-3.html: Added.
* fast/canvas/shadow-offset-4.html: Added.
* fast/canvas/shadow-offset-5.html: Added.
* fast/canvas/shadow-offset-6.html: Added.
* fast/canvas/shadow-offset-7.html: Added.
* fast/canvas/shadow-offset.html: Removed.
* platform/mac/fast/canvas/shadow-offset-1-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-1-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-1-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-2-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-2-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-2-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-3-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-3-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-3-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-4-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-4-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-4-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-5-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-5-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-5-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-6-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-6-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-6-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-7-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-7-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-7-expected.txt: Added.
* platform/mac/fast/canvas/shadow-offset-expected.checksum: Removed.
* platform/mac/fast/canvas/shadow-offset-expected.png: Removed.
* platform/mac/fast/canvas/shadow-offset-expected.txt: Removed.
2008-06-02 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin.
Bug 18066: REGRESSION: createAttribute throws NAMESPACE_ERR exception
https://bugs.webkit.org/show_bug.cgi?id=18066
* fast/dom/createAttribute-exception-expected.txt: Added.
* fast/dom/createAttribute-exception.html: Added.
2008-06-02 Darin Adler <darin@apple.com>
Reviewed by John Sullivan.
- test for https://bugs.webkit.org/show_bug.cgi?id=18799
apl.aip.org menu does not work (property names should be case sensitive)
<rdar://problem/5900484>
* fast/dom/CSSStyleDeclaration: Added.
* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive-expected.txt: Added.
* fast/dom/CSSStyleDeclaration/css-properties-case-sensitive.html: Added.
* fast/dom/CSSStyleDeclaration/resources: Added.
* fast/dom/CSSStyleDeclaration/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Element/resources/TEMPLATE.html.
* fast/dom/CSSStyleDeclaration/resources/css-properties-case-sensitive.js: Added.
* fast/dom/CSSStyleDeclaration-empty-string-property-expected.txt: Removed.
* fast/dom/CSSStyleDeclaration-empty-string-property.html: Removed.
* fast/dom/CSSStyleDeclaration/empty-string-property-expected.txt: Copied from LayoutTests/fast/dom/CSSStyleDeclaration-empty-string-property-expected.txt.
* fast/dom/CSSStyleDeclaration/empty-string-property.html: Copied from LayoutTests/fast/dom/CSSStyleDeclaration-empty-string-property.html.
* fast/js/duplicate-param-crash.html: Allowed the make-js-test-wrappers script to update this file.
* fast/js/duplicate-param-gc-crash.html: Ditto.
* fast/js/resources/tostring-exception-in-property-access.js: Ditto.
* fast/js/var-shadows-arg-crash.html: Ditto.
* fast/js/var-shadows-arg-gc-crash.html: Ditto.
2008-06-02 Darin Adler <darin@apple.com>
Reviewed by Mitz.
- test for https://bugs.webkit.org/show_bug.cgi?id=19358
<rdar://problem/5951986> first line break in <pre> elements ignored
(chess boards at http://rankzero.de/)
* fast/parser/pre-first-line-break-expected.txt: Added.
* fast/parser/pre-first-line-break.html: Added.
* fast/parser/resources/TEMPLATE.html: Copied from fast/dom/resources/TEMPLATE.html.
* fast/parser/resources/pre-first-line-break.js: Added.
2008-06-02 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
Test for an exception thrown from an array sort comparator function.
* fast/js/throw-from-array-sort-expected.txt: Added.
* fast/js/throw-from-array-sort.html: Added.
2008-06-02 Simon Pieters <zcorpan@hotmail.com>
Reviewed and landed by Alexey.
https://bugs.webkit.org/show_bug.cgi?id=19355
createElement() with colon and localName
WebKit behavior has changed to expected during Acid3 work (r31230, r31231), but this
specific case appears to have been an untested side effect, landing it now.
* fast/dom/createElement-with-column-expected.txt: Added.
* fast/dom/createElement-with-column.xml: Added.
* fast/dom/createElement-with-column.html: Added.
2008-06-01 Rob Buis <buis@kde.org>
Reviewed by Darin.
Testcase for:
https://bugs.webkit.org/show_bug.cgi?id=15823
getPropertyValue for border returns null, should compute the shorthand value
* fast/css/getPropertyValue-border-expected.txt: Added.
* fast/css/getPropertyValue-border.html: Added.
2008-06-01 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=19344
<rdar://problem/5977300> Regression: Shadow offsets seem to have changed in 10.5.3 in canvas
* fast/canvas/shadow-offset.html: Added.
* platform/mac/fast/canvas/shadow-offset-expected.checksum: Added.
* platform/mac/fast/canvas/shadow-offset-expected.png: Added.
* platform/mac/fast/canvas/shadow-offset-expected.txt: Added.
2008-05-30 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=19278
<rdar://problem/5968621> REGRESSION (r31114-r31132): image float disappears on refresh
* fast/dynamic/float-in-trailing-whitespace-after-last-line-break.html: Added.
* platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.checksum: Added.
* platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png: Added.
* platform/mac/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt: Added.
2008-05-30 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- updated pixel results for "eliminate excessive repainting when an
object's final position after layout is unchanged"
* platform/mac/fast/repaint/intermediate-layout-position-clip-expected.checksum:
* platform/mac/fast/repaint/intermediate-layout-position-clip-expected.png:
* platform/mac/fast/repaint/intermediate-layout-position-expected.checksum:
* platform/mac/fast/repaint/intermediate-layout-position-expected.png:
2008-05-30 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=7466
<rdar://problem/4657563> Use of Ctrl as access key modifier conflicts with Mac OS X
emacs-style keybindings
* fast/events/access-key-self-destruct.html:
* fast/forms/access-key.html:
* fast/forms/focus-selection-input-expected.txt:
* fast/forms/focus-selection-input.html:
* fast/forms/legend-access-key.html:
* fast/forms/select-accesskey.html:
Updated tests to keep passing.
* fast/forms/select-accesskey-expected.txt: Added.
* fast/forms/select-accesskey.html:
* platform/mac/fast/forms/select-accesskey-expected.checksum: Removed.
* platform/mac/fast/forms/select-accesskey-expected.png: Removed.
* platform/mac/fast/forms/select-accesskey-expected.txt: Removed.
Updated to keep passing, made text-only.
* fast/forms/focus-selection-textarea.html:
* fast/forms/focus-selection-textarea-expected.txt:
Added missing platform-specific logic.
2008-05-29 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver. Test by Geoff Garen.
- fixed <rdar://problem/5972943> REGRESSION(r33979): Flash clips do not play on cnn.com
* fast/js/finally-codegen-failure-expected.txt: Added.
* fast/js/finally-codegen-failure.html: Added.
2008-05-28 Justin Garcia <justin.garcia@apple.com>
Reviewed by Eric.
<rdar://problem/5847330> REGRESSION CrashTracer: [USER] 536 crashes at WebCore::highestAncestor
* editing/deleting/5847330-1-expected.txt: Added.
* editing/deleting/5847330-1.html: Added.
* editing/deleting/5847330-2-expected.txt: Added.
* editing/deleting/5847330-2.html: Added.
2008-05-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=19294
<rdar://problem/5969062> A crash when iterating over a sparse array backwards.
* fast/js/array-iterate-backwards-expected.txt: Added.
* fast/js/array-iterate-backwards.html: Added.
* fast/js/resources/array-iterate-backwards.js: Added.
2008-05-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin.
https://bugs.webkit.org/show_bug.cgi?id=19215
REGRESSION: transformToDocument fails when xsl includes &#160;
* fast/xsl/nbsp-in-stylesheet-expected.txt: Added.
* fast/xsl/nbsp-in-stylesheet.html: Added.
2008-05-29 Maciej Stachowiak <mjs@apple.com>
Reviewed by Dave Hyatt.
- Test cases for this change: "speed up DHTML using lazy style resolution and renderer creation"
* http/tests/misc/acid3-expected.txt:
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum:
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
2008-05-28 Oliver Hunt <oliver@apple.com>
Reviewed by Anders.
Adding a test case for assignment result used as a function.
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-05-28 Anders Carlsson <andersca@apple.com>
Reviewed by Oliver.
<rdar://problem/5968071> "const f" crashes in JavaScriptCore
* fast/js/const-without-initializer-expected.txt: Added.
* fast/js/const-without-initializer.html: Added.
* fast/js/resources/const-without-initializer.js: Added.
2008-05-27 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver.
<rdar://problem/5803706> Pressing return at the end of a header doesn't break out of header (17460)
* editing/inserting/5803706-1-expected.txt: Adjust this already checked-in test to reflect the new
expected behavior.
* editing/inserting/5803706-1.html:
2008-05-27 Anders Carlsson <andersca@apple.com>
Reviewed by Geoff and Maciej.
<rdar://problem/5806428>
https://bugs.webkit.org/show_bug.cgi?id=17925
Crash in KJS::JSObject::put after setting this.__proto__
* fast/js/resources/this-non-object-proto.js: Added.
* fast/js/this-non-object-proto-expected.txt: Added.
* fast/js/this-non-object-proto.html: Added.
2008-05-26 Maciej Stachowiak <mjs@apple.com>
Reviewed by Anders.
- update test result for document/window being allocated to var slots
* http/tests/security/cross-frame-access-put-expected.txt:
2008-05-26 James Ren <jamesjren@gmail.com>
Reviewed by Sam Weinig, landed by Collin Jackson.
http://bugs.webkit.org/show_bug.cgi?id=19163
Modified some http/security layout tests to allow them to run in Firefox.
* http/tests/security/aboutBlank/xss-DENIED-set-opener.html:
* http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html:
* http/tests/security/resources/localhost-accesssor.html:
Added a workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=434912
* http/tests/security/resources/cross-frame-access.js:
Changed shouldBe to also gracefully handle exceptions
* http/tests/security/resources/foreign-domain-iframe-for-selection-test.html:
Added feature detection for setBaseAndExtent and selectAllChildren
* http/tests/security/cross-frame-access-enumeration-expected.txt:
* http/tests/security/cross-frame-access-enumeration.html:
Fixed typo (missing '.html')
* http/tests/security/cross-frame-access-call-expected.txt:
* http/tests/security/cross-frame-access-call.html:
* http/tests/security/cross-frame-access-first-time.html:
* http/tests/security/cross-frame-access-put.html:
* http/tests/security/cross-frame-access-selection.html:
Caught exceptions that Firefox throws, to allow the test to run to completion.
2008-05-26 Anders Carlsson <andersca@apple.com>
Reviewed by Sam.
Add a name to the source frame.
* fast/frames/viewsource-empty-attribute-value-expected.txt:
* fast/frames/viewsource-empty-attribute-value.html:
2008-05-23 Tor Arne Vestbø <tavestbo@trolltech.com>
Reviewed by Simon.
Added a comment to the skipping of fast/css/case-transform.html that
mentions the reason of failure being a Qt bug.
* platform/qt/Skipped:
2008-05-26 Tor Arne Vestbø <tavestbo@trolltech.com>
Reviewed by Simon
Update QtWebkit layout-tests in accordance with bug 18976
https://bugs.webkit.org/show_bug.cgi?id=18976
The test fast/xsl/xslt-text.xml is on our skipped list due to
missing XSLT support in Qt.
* platform/qt/fast/dom/dom-parse-serialize-expected.txt:
2008-05-25 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- pixel test for https://bugs.webkit.org/show_bug.cgi?id=19086
<rdar://problem/5962254> REGRESSION (r28519-r28535): Caret doesn't paint past the right edge of a block
* fast/repaint/caret-outside-block.html: Added.
* platform/mac/fast/repaint/caret-outside-block-expected.checksum: Added.
* platform/mac/fast/repaint/caret-outside-block-expected.png: Added.
* platform/mac/fast/repaint/caret-outside-block-expected.txt: Added.
2008-05-25 Rob Buis <buis@kde.org>
Reviewed by Alexey.
Fix the test.
* svg/custom/frame-getSVGDocument.html:
2008-05-25 Rob Buis <buis@kde.org>
RS=Oliver
Fix SVG test results for tiger buildbot.
* platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
* platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
* platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
* platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
* platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
* platform/mac-tiger/svg/custom/control-points-for-S-and-T-expected.txt:
* platform/mac-tiger/svg/hixie/perf/001-expected.txt:
* platform/mac-tiger/svg/hixie/perf/002-expected.txt:
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
* platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
2008-05-25 Oliver Hunt <oliver@apple.com>
RS=Alexey
Fix leopard results following changes to SVG path dumping.
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
* platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
* platform/mac-leopard/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
* platform/mac-leopard/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
* platform/mac-leopard/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
* platform/mac-leopard/svg/custom/control-points-for-S-and-T-expected.txt:
* platform/mac-leopard/svg/hixie/perf/001-expected.txt:
* platform/mac-leopard/svg/hixie/perf/002-expected.txt:
* platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
* platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
* platform/mac-leopard/svg/text/text-path-01-b-expected.txt:
2008-05-25 Rob Buis <buis@kde.org>
Reviewed by Eric.
https://bugs.webkit.org/show_bug.cgi?id=18927
Unify path data debug output
Changed SVG testcase text dumps. Note that this is for Mac Tiger
only, Leopard specific text dumps are not included.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
* platfor