blob: 5630098541b27e4cd4b95c29064ba5fc7f7fbb0c [file] [log] [blame]
2008-11-06 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
Fix test that would fail if it had the wrong set of plugins.
* plugins/plugin-javascript-access.html:
2008-11-06 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Test for Bug 22112: if a <body> has contenteditable=true, it should report a writable AXValue
https://bugs.webkit.org/show_bug.cgi?id=22112
* accessibility/content-editable-expected.txt: Added.
* accessibility/content-editable.html: Added.
2008-11-06 Simon Fraser <simon.fraser@apple.com>
Reviewed by Antti Koivisto
https://bugs.webkit.org/show_bug.cgi?id=22109
Make <input type="range"> work correctly with transforms
* fast/forms/slider-transformed-expected.txt: Added.
* fast/forms/slider-transformed.html: Added.
2008-11-05 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
https://bugs.webkit.org/show_bug.cgi?id=21870
Test event.offsetX/offsetY for various types of elements, which
exercises absoluteToLocal() code.
* fast/events/offsetX-offsetY-expected.txt: Added.
* fast/events/offsetX-offsetY.html: Added.
2008-11-05 Gavin Barraclough <barraclough@apple.com>
Reviewed by Maciej Stachowiak.
Previosly the test 'cross-site-this' checked that the second level deep method called
across frames recieved the correct this pointer, when no base object is provided.
Test updated so that it check that the code in the child frame, and both the first
and second functions called in the parent frame recieve the correct this values.
* fast/frames/cross-site-this.html:
* fast/frames/resources/cross-site-this-helper.html:
2008-11-05 Justin Garcia <justin.garcia@apple.com>
Reviewed by Beth Dakin.
<rdar://problem/5480736> In Mail and Gmail, copied indented text pastes with line break
* editing/pasteboard/5480736-expected.txt: Added.
* editing/pasteboard/5480736.html: Added.
2008-11-05 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Update tests for https://bugs.webkit.org/show_bug.cgi?id=22085
The Plugin JS object should expose item() and namedItem() methods to match Firefox
* fast/dom/Window/window-properties-expected.txt:
* plugins/plugin-javascript-access-expected.txt:
* plugins/plugin-javascript-access.html:
2008-11-05 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej Stachowiak.
https://bugs.webkit.org/show_bug.cgi?id=21060
Range#surroundContents incorrectly throws BAD_BOUNDARYPOINTS_ERR
* fast/dom/Range/surroundContents-check-boundary-points-expected.txt: Added.
* fast/dom/Range/surroundContents-check-boundary-points.html: Added.
* fast/dom/Range/range-exceptions-expected.txt: Updated incorrect result - there was no
reason to raise BAD_BOUNDARYPOINTS_ERR.
2008-11-04 Sam Weinig <sam@webkit.org>
Reviewed by Simon Hausmann.
Update tests for https://bugs.webkit.org/show_bug.cgi?id=21648
navigator.mimeTypes and navigator.plugins don't expose item and namedItem to JS
* fast/dom/Window/window-properties-expected.txt:
* fast/js/global-constructors-expected.txt:
* plugins/plugin-javascript-access-expected.txt:
* plugins/plugin-javascript-access.html:
2008-11-05 Pierre-Olivier Latour <pol@apple.com>
Rubber-stamped by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=21821
Another set of updated expected pixel results generated with the same
setup. Includes accessiblity/, animations/, css1/, css2.1/, css3/,
dom/ and editing/.
(file listing elided)
2008-11-05 Pierre-Olivier Latour <pol@apple.com>
Rubber-stamped by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=21821
Imported more image bases for fast/ and svg/ in order to
fully validate latest DRT and test script changes. These results were generated
by a release build of r38003 on an Intel iMac running Mac OS X 10.5.5 with
QuickTime 7.5.5.
(file listing elided)
2008-11-04 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
Added test for crash resulting from nested stylesheets using certain
builds of libxml2. See https://bugs.webkit.org/show_bug.cgi?id=15715 .
* fast/xsl/resources/xslt-nested-stylesheets0.xsl: Added.
* fast/xsl/resources/xslt-nested-stylesheets1.xsl: Added.
* fast/xsl/xslt-nested-stylesheets-expected.txt: Added.
* fast/xsl/xslt-nested-stylesheets.xml: Added.
2008-11-04 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
- part of https://bugs.webkit.org/show_bug.cgi?id=21821
Removed pixel results in platform/mac-tiger that were only slightly different
(within 1% tolerance) from the platform/mac results.
Removed results in platform/mac-tiger where the results in platform/mac were
also correct for Tiger.
(file listing elided)
2008-11-03 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
https://bugs.webkit.org/show_bug.cgi?id=22026
Fix bounds of transparency layer for a div with a transform
inside an opacity layer.
* fast/layers/opacity-transforms.html: Added.
* platform/mac/fast/layers/opacity-transforms-expected.checksum: Added.
* platform/mac/fast/layers/opacity-transforms-expected.png: Added.
* platform/mac/fast/layers/opacity-transforms-expected.txt: Added.
2008-11-01 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
Test that we properly block non-same-origin redirects for these
esoteric loads.
https://bugs.webkit.org/show_bug.cgi?id=21963
* http/tests/security/resources/xsl-using-document-redirect.xsl: Added.
* http/tests/security/resources/xsl-using-external-entity-redirect.xsl: Added.
* http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt: Copied from LayoutTests/http/tests/security/xss-DENIED-xsl-document-expected.txt.
* http/tests/security/xss-DENIED-xsl-document-redirect.xml: Added.
* http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt: Copied from LayoutTests/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt.
* http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml: Added.
2008-11-01 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22001
AtomicStringImpl* keys of event listener maps can outlive their strings
* fast/events/destroyed-atomic-string-expected.txt: Added.
* fast/events/destroyed-atomic-string.html: Added.
2008-10-30 Justin Garcia <justin.garcia@apple.com>
Added another layout test for previous check-in.
* editing/inserting/6104369-2-expected.txt: Added.
* editing/inserting/6104369-2.html: Added.
2008-10-30 Justin Garcia <justin.garcia@apple.com>
Reviewed by Beth Dakin.
<rdar://problem/6104369> Hitting return at the end of a quoted line creates an extraneous quoted line
* editing/inserting/6104369-expected.txt: Added.
* editing/inserting/6104369.html: Added.
2008-10-30 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=21821
Imported new image bases for a representative set of pixel tests in order to
fully validate latest DRT and test script changes. These results were generated
by a release build of r38003 on an Intel iMac running Mac OS X 10.5.5 with
QuickTime 7.5.5.
(file listing elided)
2008-10-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=21921
MessagePort messages are dispatched to documents that are not fully active
* fast/events/message-port-inactive-document.html: Protect the document from being
destructed in a working way (a global variable named "document" didn't do the trick due
to its name).
2008-10-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=21922
Expose MessagePort global constructor
* fast/dom/Window/window-properties-expected.txt:
* fast/js/global-constructors-expected.txt:
2008-10-28 Timothy Hatcher <timothy@apple.com>
Remove fast/profiler from the skipped list for Tiger since the fix
for <rdar://problem/6211578> should make things work.
<rdar://problem/6316530> Profiler tests fail on Tiger
Reviewed by Kevin McCullough.
* platform/mac-tiger/Skipped:
2008-10-28 Timothy Hatcher <timothy@apple.com>
Update profiler tests to opt-in to profiling and clean up the output.
https://bugs.webkit.org/show_bug.cgi?id=21927
<rdar://problem/6211578> Make the JavaScript profiler opt-in, so it
does not slow down JavaScript all the time
Reviewed by Darin Adler and Kevin McCullough.
* fast/profiler/anonymous-event-handler-expected.txt:
* fast/profiler/anonymous-event-handler.html:
* fast/profiler/anonymous-function-called-from-different-contexts-expected.txt:
* fast/profiler/anonymous-function-called-from-different-contexts.html:
* fast/profiler/anonymous-function-calls-built-in-functions-expected.txt:
* fast/profiler/anonymous-function-calls-built-in-functions.html:
* fast/profiler/anonymous-function-calls-eval-expected.txt:
* fast/profiler/anonymous-function-calls-eval.html:
* fast/profiler/apply-expected.txt:
* fast/profiler/apply.html:
* fast/profiler/built-in-function-calls-anonymous-expected.txt:
* fast/profiler/built-in-function-calls-anonymous.html:
* fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
* fast/profiler/built-in-function-calls-user-defined-function.html:
* fast/profiler/call-expected.txt:
* fast/profiler/call-nodelist-as-function-expected.txt:
* fast/profiler/call-nodelist-as-function.html:
* fast/profiler/call.html:
* fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope-expected.txt:
* fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
* fast/profiler/compare-multiple-profiles-expected.txt:
* fast/profiler/compare-multiple-profiles.html:
* fast/profiler/constructor-expected.txt:
* fast/profiler/constructor.html:
* fast/profiler/dead-time-expected.txt:
* fast/profiler/dead-time.html:
* fast/profiler/document-dot-write-expected.txt:
* fast/profiler/document-dot-write.html:
* fast/profiler/event-handler-expected.txt:
* fast/profiler/event-handler.html:
* fast/profiler/execution-context-and-eval-on-same-line-expected.txt:
* fast/profiler/execution-context-and-eval-on-same-line.html:
* fast/profiler/heavy-view-expected.txt:
* fast/profiler/heavy-view.html:
* fast/profiler/inline-event-handler-expected.txt:
* fast/profiler/inline-event-handler.html:
* fast/profiler/many-calls-in-the-same-scope-expected.txt:
* fast/profiler/many-calls-in-the-same-scope.html:
* fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
* fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
* fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
* fast/profiler/multiple-and-different-scoped-function-calls.html:
* fast/profiler/multiple-frames-expected.txt:
* fast/profiler/multiple-frames.html:
* fast/profiler/nested-anonymous-functon-expected.txt:
* fast/profiler/nested-anonymous-functon.html:
* fast/profiler/nested-start-and-stop-profiler-expected.txt:
* fast/profiler/nested-start-and-stop-profiler.html:
* fast/profiler/no-execution-context-expected.txt:
* fast/profiler/no-execution-context.html:
* fast/profiler/one-execution-context-expected.txt:
* fast/profiler/one-execution-context.html:
* fast/profiler/profile-calls-in-included-file-expected.txt:
* fast/profiler/profile-calls-in-included-file.html:
* fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt:
* fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
* fast/profiler/profiling-from-a-nested-location-expected.txt:
* fast/profiler/profiling-from-a-nested-location.html:
* fast/profiler/resources/profiler-test-JS-resources.js:
(endTest): Remove some whitespace.
(insertGivenText): Hide the output of this method, sicne it is not important to the test.
(insertNewText): Ditto.
(printHeavyProfilesDataWithoutTime): Output plain text an not console.log.
(printProfilesDataWithoutTime): Ditto.
(printProfileNodeWithoutTime): Ditto.
* fast/profiler/simple-event-call-expected.txt:
* fast/profiler/simple-event-call.html:
* fast/profiler/simple-no-level-change-expected.txt:
* fast/profiler/simple-no-level-change.html:
* fast/profiler/start-and-stop-profiler-multiple-times-expected.txt:
* fast/profiler/start-and-stop-profiler-multiple-times.html:
* fast/profiler/start-and-stop-profiling-in-the-same-function-expected.txt:
* fast/profiler/start-and-stop-profiling-in-the-same-function.html:
* fast/profiler/start-but-dont-stop-profiling-expected.txt:
* fast/profiler/start-but-dont-stop-profiling.html:
* fast/profiler/stop-profiling-after-setTimeout-expected.txt:
* fast/profiler/stop-profiling-after-setTimeout.html:
* fast/profiler/stop-then-function-call-expected.txt:
* fast/profiler/stop-then-function-call.html:
* fast/profiler/throw-exception-from-eval-expected.txt:
* fast/profiler/throw-exception-from-eval.html:
* fast/profiler/two-execution-contexts-expected.txt:
* fast/profiler/two-execution-contexts.html:
* fast/profiler/user-defined-function-calls-built-in-functions-expected.txt:
* fast/profiler/user-defined-function-calls-built-in-functions.html:
* fast/profiler/window-dot-eval-expected.txt:
* fast/profiler/window-dot-eval.html:
2008-10-28 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=21821
Ensure all baseline images are in the right location and delete the ones that aren't needed.
* editing/inserting/5607069-1-expected.checksum: Removed.
* editing/inserting/5607069-1-expected.png: Removed.
* editing/pasteboard/paste-text-013-expected.png: Removed.
* fast/css/invalid-percentage-property-expected.checksum: Removed.
* fast/css/invalid-percentage-property-expected.png: Removed.
* fast/css/text-align-expected.checksum: Removed.
* fast/css/text-align-expected.png: Removed.
* fast/selectors/lang-inheritance-expected.checksum: Removed.
* fast/selectors/lang-inheritance-expected.png: Removed.
* fast/selectors/lang-inheritance2-expected.checksum: Removed.
* fast/selectors/lang-inheritance2-expected.png: Removed.
* fast/selectors/lang-vs-xml-lang-expected.checksum: Removed.
* fast/selectors/lang-vs-xml-lang-expected.png: Removed.
* fast/selectors/lang-vs-xml-lang-xhtml-expected.checksum: Removed.
* fast/selectors/lang-vs-xml-lang-xhtml-expected.png: Removed.
* platform/mac/fast/css/invalid-percentage-property-expected.checksum: Copied from LayoutTests/fast/css/invalid-percentage-property-expected.checksum.
* platform/mac/fast/css/invalid-percentage-property-expected.png: Copied from LayoutTests/fast/css/invalid-percentage-property-expected.png.
* platform/mac/fast/css/text-align-expected.checksum: Copied from LayoutTests/fast/css/text-align-expected.checksum.
* platform/mac/fast/css/text-align-expected.png: Copied from LayoutTests/fast/css/text-align-expected.png.
* platform/mac/fast/selectors/lang-inheritance-expected.checksum: Copied from LayoutTests/fast/selectors/lang-inheritance-expected.checksum.
* platform/mac/fast/selectors/lang-inheritance-expected.png: Copied from LayoutTests/fast/selectors/lang-inheritance-expected.png.
* platform/mac/fast/selectors/lang-inheritance2-expected.checksum: Copied from LayoutTests/fast/selectors/lang-inheritance2-expected.checksum.
* platform/mac/fast/selectors/lang-inheritance2-expected.png: Copied from LayoutTests/fast/selectors/lang-inheritance2-expected.png.
* platform/mac/fast/selectors/lang-vs-xml-lang-expected.checksum: Copied from LayoutTests/fast/selectors/lang-vs-xml-lang-expected.checksum.
* platform/mac/fast/selectors/lang-vs-xml-lang-expected.png: Copied from LayoutTests/fast/selectors/lang-vs-xml-lang-expected.png.
* platform/mac/fast/selectors/lang-vs-xml-lang-xhtml-expected.checksum: Copied from LayoutTests/fast/selectors/lang-vs-xml-lang-xhtml-expected.checksum.
* platform/mac/fast/selectors/lang-vs-xml-lang-xhtml-expected.png: Copied from LayoutTests/fast/selectors/lang-vs-xml-lang-xhtml-expected.png.
2008-10-28 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=21893
Character set is incorrect for external scripts in XHTML pages
<rdar://problem/6317451> Incorrect encoding for text in a popup at http://xpoint.ru/
* fast/encoding/external-script-charset-expected.txt: Added.
* fast/encoding/external-script-charset.js: Added.
* fast/encoding/external-script-charset.xhtml: Added.
* platform/mac/svg/carto.net/combobox-expected.checksum:
* platform/mac/svg/carto.net/combobox-expected.png:
* platform/mac/svg/carto.net/combobox-expected.txt:
Updated incorrect results.
2008-10-21 Eric Seidel <eric@webkit.org>
Reviewed by Dave Hyatt.
Infinite recursion crash in WebCore::RenderSVGRoot::absoluteClippedOverflowRect on a <stop> element outside of a gradient block
https://bugs.webkit.org/show_bug.cgi?id=20400
* svg/custom/stop-crash-expected.txt: Added.
* svg/custom/stop-crash.svg: Added.
2008-10-26 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=21886
window.HTMLOptionElement == "[object HTMLElementConstructor]" instead of HTMLOptionElementConstructor
* fast/dom/HTMLOptionElement/option-prototype.html:
* fast/dom/HTMLOptionElement/option-prototype-expected.txt:
Added a test to verify that extending HTMLOptionElement via its prototype doesn't affect
HTMLElement.
* fast/dom/wrapper-classes.html:
* fast/dom/Window/element-constructors-on-window.html:
* fast/dom/Window/window-properties.html:
* fast/js/global-constructors.html:
Updated results. Don't we have a little too many of these tests?
2008-10-24 Eric Seidel <eric@webkit.org>
Reviewed by Sam Weinig.
Add missing results.
* fast/js/global-constructors-expected.txt: Added.
2008-10-24 Eric Seidel <eric@webkit.org>
Reviewed by Sam Weinig.
Generate missing constructors and add test to prevent missing ones in the future
https://bugs.webkit.org/show_bug.cgi?id=21846
fast/dom/wrapper-classes-expected.txt results were incorrectly platform-specific
that test used to be platform-dependent, but isn't anymore
* fast/dom/Window/window-properties-expected.txt:
* fast/dom/wrapper-classes-expected.txt:
* fast/js/global-constructors.html: Added.
* fast/js/resources/global-constructors.js: Added.
* platform/mac/fast/dom/wrapper-classes-expected.txt: Removed.
2008-10-24 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=21836
REGRESSION: Sign-in on Fancast.com causes crash in Webkit nightly
* http/tests/xmlhttprequest/detaching-frame-expected.txt: Added.
* http/tests/xmlhttprequest/detaching-frame.html: Added.
* http/tests/xmlhttprequest/resources/detached-frame.html: Added.
2008-10-24 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
<rdar://problem/5440917> Support NPN_Construct
Add testcase.
* plugins/netscape-construct-expected.txt: Added.
* plugins/netscape-construct.html: Added.
2008-10-24 Greg Bolsinga <bolsinga@apple.com>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=21475
Provide support for the Geolocation API
http://dev.w3.org/geo/api/spec-source.html
Tests to verify Geolocation isn't implemented (so that it didn't leak into
WebCore for platforms that do not support it).
* geolocation: Added.
* geolocation/geolocation-not-implemented-expected.txt: Added.
* geolocation/geolocation-not-implemented.html: Added.
* geolocation/geolocation-test.js: Copied from LayoutTests/media/video-test.js.
(reset):
(hanged):
(watchPositionAndEnd):
(watchPosition._positionCallback):
(watchPosition):
(watchPositionTestAndEnd):
(watchPositionAndFail):
(watchPositionAndTest._positionCallback):
(watchPositionAndTest):
(getCurrentPositionAndEnd):
(getCurrentPosition._positionCallback):
(getCurrentPosition):
(getCurrentPositionTestAndEnd):
(getCurrentPositionAndFail):
(getCurrentPositionAndTest._positionCallback):
(getCurrentPositionAndTest):
(endTest):
(relativeURL):
2008-10-24 Simon Fraser <simon.fraser@apple.com>
Reviewed by Sam Weinig
Add to the comment some new CSSRule types that are not yet tested.
* fast/dom/wrapper-classes.html:
2008-10-24 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=21858
Add additional CSSRule types to the DOM-wrapper tests.
* fast/dom/resources/wrapper-identity-base.js:
* fast/dom/wrapper-identity-expected.txt:
* platform/mac/fast/dom/objc-wrapper-identity-expected.txt:
2008-10-24 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- test for https://bugs.webkit.org/show_bug.cgi?id=21851
<rdar://problem/6304151> REGRESSION (r36513): Crash when removing a widget with percent height
* fast/replaced/percent-height-in-anonymous-block-widget.html: Added.
* platform/mac/fast/replaced/percent-height-in-anonymous-block-widget-expected.checksum: Added.
* platform/mac/fast/replaced/percent-height-in-anonymous-block-widget-expected.png: Added.
* platform/mac/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt: Added.
2008-10-24 David Kilzer <ddkilzer@apple.com>
Rolled out r37840.
* geolocation/geolocation-not-implemented-expected.txt: Removed.
* geolocation/geolocation-not-implemented.html: Removed.
* geolocation/geolocation-test.js: Removed.
2008-10-23 Greg Bolsinga <bolsinga@apple.com>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=21475
Provide support for the Geolocation API
http://dev.w3.org/geo/api/spec-source.html
Tests to verify Geolocation isn't implemented (so that it didn't leak into
WebCore for platforms that do not support it).
* geolocation: Added.
* geolocation/geolocation-not-implemented-expected.txt: Added.
* geolocation/geolocation-not-implemented.html: Added.
* geolocation/geolocation-test.js: Added.
(reset):
(hanged):
(watchPositionAndEnd):
(watchPosition._positionCallback):
(watchPosition):
(watchPositionTestAndEnd):
(watchPositionAndFail):
(watchPositionAndTest._positionCallback):
(watchPositionAndTest):
(getCurrentPositionAndEnd):
(getCurrentPosition._positionCallback):
(getCurrentPosition):
(getCurrentPositionTestAndEnd):
(getCurrentPositionAndFail):
(getCurrentPositionAndTest._positionCallback):
(getCurrentPositionAndTest):
(endTest):
(relativeURL):
2008-10-23 Kevin McCullough <kmccullough@apple.com>
Rubber stamped by Mark Rowe.
-Skipping the profiler tests until we know why they fail on tiger:
<rdar://problem/6316530> Profiler tests fail on tiger
* platform/mac-tiger/Skipped:
2008-10-23 Kevin McCullough <kmccullough@apple.com>
Forgot to remove the tests from the skipped lists, this should have been
apart of the last checkin.
* platform/gtk/Skipped:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2008-10-23 Kevin McCullough <kmccullough@apple.com>
Reviewed by Tim Hatcher.
https://bugs.webkit.org/show_bug.cgi?id=21817
Bug 21817: Manual profiler tests should be made into layout tests
- Added the expected results for the profiler tests and removed the
tests from the skipped list.
- Also removed two tests that were accidentally checked in previously.
- Also changed the text on the tests to be more apparent how to run them
manually.
* fast/profiler/anonymous-event-handler-expected.txt: Added.
* fast/profiler/anonymous-event-handler.html:
* fast/profiler/anonymous-function-called-from-different-contexts-expected.txt: Added.
* fast/profiler/anonymous-function-called-from-different-contexts.html:
* fast/profiler/anonymous-function-calls-built-in-functions-expected.txt: Added.
* fast/profiler/anonymous-function-calls-built-in-functions.html:
* fast/profiler/anonymous-function-calls-eval-expected.txt: Added.
* fast/profiler/anonymous-function-calls-eval.html:
* fast/profiler/apply-expected.txt: Added.
* fast/profiler/apply.html:
* fast/profiler/built-in-function-calls-anonymous-expected.txt: Added.
* fast/profiler/built-in-function-calls-anonymous.html:
* fast/profiler/built-in-function-calls-user-defined-function-expected.txt: Added.
* fast/profiler/built-in-function-calls-user-defined-function.html:
* fast/profiler/call-expected.txt: Added.
* fast/profiler/call-nodelist-as-function-expected.txt: Added.
* fast/profiler/call-nodelist-as-function.html:
* fast/profiler/call.html: Added.
* fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope-expected.txt: Added.
* fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
* fast/profiler/compare-multiple-profiles-expected.txt: Added.
* fast/profiler/compare-multiple-profiles.html:
* fast/profiler/constructor-expected.txt: Added.
* fast/profiler/constructor.html:
* fast/profiler/dead-time-expected.txt: Added.
* fast/profiler/dead-time.html:
* fast/profiler/deep-recursion.html: Removed.
* fast/profiler/document-dot-write-expected.txt: Added.
* fast/profiler/document-dot-write.html:
* fast/profiler/event-handler-expected.txt: Added.
* fast/profiler/event-handler.html:
* fast/profiler/execution-context-and-eval-on-same-line-expected.txt: Added.
* fast/profiler/execution-context-and-eval-on-same-line.html:
* fast/profiler/heavy-view-expected.txt: Added.
* fast/profiler/heavy-view.html:
* fast/profiler/inline-event-handler-expected.txt: Added.
* fast/profiler/inline-event-handler.html:
* fast/profiler/many-calls-in-the-same-scope-expected.txt: Added.
* fast/profiler/many-calls-in-the-same-scope.html: Added.
* fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt: Added.
* fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
* fast/profiler/multiple-and-different-scoped-function-calls-expected.txt: Added.
* fast/profiler/multiple-and-different-scoped-function-calls.html:
* fast/profiler/multiple-frames-expected.txt: Added.
* fast/profiler/multiple-frames.html:
* fast/profiler/multiple-windows.html: Removed.
* fast/profiler/nested-anonymous-functon-expected.txt: Added.
* fast/profiler/nested-anonymous-functon.html:
* fast/profiler/nested-start-and-stop-profiler-expected.txt: Added.
* fast/profiler/nested-start-and-stop-profiler.html:
* fast/profiler/no-execution-context-expected.txt: Added.
* fast/profiler/no-execution-context.html:
* fast/profiler/one-execution-context-expected.txt: Added.
* fast/profiler/one-execution-context.html:
* fast/profiler/profile-calls-in-included-file-expected.txt: Added.
* fast/profiler/profile-calls-in-included-file.html:
* fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt: Added.
* fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
* fast/profiler/profiling-from-a-nested-location-expected.txt: Added.
* fast/profiler/profiling-from-a-nested-location.html:
* fast/profiler/simple-event-call-expected.txt: Added.
* fast/profiler/simple-event-call.html:
* fast/profiler/simple-no-level-change-expected.txt: Added.
* fast/profiler/simple-no-level-change.html:
* fast/profiler/start-and-stop-profiler-multiple-times-expected.txt: Added.
* fast/profiler/start-and-stop-profiler-multiple-times.html:
* fast/profiler/start-and-stop-profiling-in-the-same-function-expected.txt: Added.
* fast/profiler/start-and-stop-profiling-in-the-same-function.html:
* fast/profiler/start-but-dont-stop-profiling-expected.txt: Added.
* fast/profiler/start-but-dont-stop-profiling.html:
* fast/profiler/stop-profiling-after-setTimeout-expected.txt: Added.
* fast/profiler/stop-profiling-after-setTimeout.html:
* fast/profiler/stop-then-function-call-expected.txt: Added.
* fast/profiler/stop-then-function-call.html:
* fast/profiler/throw-exception-from-eval-expected.txt: Added.
* fast/profiler/throw-exception-from-eval.html:
* fast/profiler/two-execution-contexts-expected.txt: Added.
* fast/profiler/two-execution-contexts.html:
* fast/profiler/user-defined-function-calls-built-in-functions-expected.txt: Added.
* fast/profiler/user-defined-function-calls-built-in-functions.html:
* fast/profiler/window-dot-eval-expected.txt: Added.
* fast/profiler/window-dot-eval.html:
2008-10-23 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig with no hesitation.
- test for the HTML/CSS case of https://bugs.webkit.org/show_bug.cgi?id=19839
<rdar://problem/6304805> A PDF,RLE sequence that should be a no-op affects bidi reordering
* fast/text/bidi-embedding-pop-and-push-same.html: Added.
* platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.checksum: Added.
* platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.png: Added.
* platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.txt: Added.
2008-10-23 Kevin McCullough <kmccullough@apple.com>
Reviewed by Tim Hatcher.
https://bugs.webkit.org/show_bug.cgi?id=21817
Bug 21817: Manual profiler tests should be made into layout tests
- Here are the changes to the tests. The most significant part is the
change to profiler-test-JS-resources.js where endTest will now notify
the layout test controller if it was waiting and call the print function
to iterate over all of the profiles and log their structure.
- Most of these tests changed to include the layoutTestController, use
endTest() or call the print function directly if there was some reason
that they could not use endTest().
* fast/profiler/resources/profiler-test-JS-resources.js:
(endTest): Stop any waits and print the profile information.
(printHeavyProfilesDataWithoutTime): Print all profile information in
heavy view, without time.
(printProfilesDataWithoutTime): Print all profile information in tree
view, without time.
(printProfileNodeWithoutTime): Print a profile node's informmation and
all of it's children's information.
* fast/profiler/anonymous-event-handler.html:
* fast/profiler/anonymous-function-called-from-different-contexts.html:
* fast/profiler/anonymous-function-calls-built-in-functions.html:
* fast/profiler/anonymous-function-calls-eval.html:
* fast/profiler/apply.html:
* fast/profiler/built-in-function-calls-anonymous.html:
* fast/profiler/built-in-function-calls-user-defined-function.html:
* fast/profiler/call-nodelist-as-function.html:
* fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
* fast/profiler/compare-multiple-profiles.html:
* fast/profiler/constructor.html:
* fast/profiler/dead-time.html:
* fast/profiler/deep-recursion.html:
* fast/profiler/document-dot-write.html:
* fast/profiler/event-handler.html:
* fast/profiler/execution-context-and-eval-on-same-line.html:
* fast/profiler/heavy-view.html:
* fast/profiler/inline-event-handler.html:
* fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
* fast/profiler/multiple-and-different-scoped-function-calls.html:
* fast/profiler/multiple-frames.html:
* fast/profiler/nested-anonymous-functon.html:
* fast/profiler/nested-start-and-stop-profiler.html:
* fast/profiler/no-execution-context.html:
* fast/profiler/one-execution-context.html:
* fast/profiler/profile-calls-in-included-file.html:
* fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
* fast/profiler/profiling-from-a-nested-location.html:
* fast/profiler/simple-event-call.html:
* fast/profiler/simple-no-level-change.html:
* fast/profiler/start-and-stop-profiler-multiple-times.html:
* fast/profiler/start-and-stop-profiling-in-the-same-function.html:
* fast/profiler/start-but-dont-stop-profiling.html:
* fast/profiler/stop-profiling-after-setTimeout.html:
* fast/profiler/stop-then-function-call.html:
* fast/profiler/throw-exception-from-eval.html:
* fast/profiler/two-execution-contexts.html:
* fast/profiler/user-defined-function-calls-built-in-functions.html:
* fast/profiler/window-dot-eval.html:
2008-10-23 Darin Adler <darin@apple.com>
- try to get buildbot green again
* platform/gtk/Skipped: Added fast/profiler.
* platform/mac/Skipped: Fixed typo: fast/profiler, not fast/profile.
* platform/qt/Skipped: Added fast/profiler.
* platform/win/Skipped: Fixed typo: fast/profiler, not fast/profile.
2008-10-23 Kevin McCullough <kmccullough@apple.com>
Forgot to actually check these files in from last time :(
* fast/profiler: Added.
* fast/profiler/anonymous-event-handler.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-anonymous-event-handler.html.
* fast/profiler/anonymous-function-called-from-different-contexts.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-anonymous-function-called-from-different-contexts.html.
* fast/profiler/anonymous-function-calls-built-in-functions.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-anonymous-function-calls-built-in-functions.html.
* fast/profiler/anonymous-function-calls-eval.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-anonymous-function-calls-eval.html.
* fast/profiler/apply.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-apply.html.
* fast/profiler/built-in-function-calls-anonymous.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-built-in-function-calls-anonymous.html.
* fast/profiler/built-in-function-calls-user-defined-function.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-built-in-function-calls-user-defined-function.html.
* fast/profiler/call-nodelist-as-function.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-call-nodelist-as-function.html.
* fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-calling-the-function-that-started-the-profiler-from-another-scope.html.
* fast/profiler/compare-multiple-profiles.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-compare-multiple-profiles.html.
* fast/profiler/constructor.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-constructor.html.
* fast/profiler/dead-time.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-dead-time.html.
* fast/profiler/deep-recursion.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-deep-recursion.html.
* fast/profiler/document-dot-write.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-document-dot-write.html.
* fast/profiler/event-handler.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-event-handler.html.
* fast/profiler/execution-context-and-eval-on-same-line.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-execution-context-and-eval-on-same-line.html.
* fast/profiler/heavy-view.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-heavy-view.html.
* fast/profiler/inline-event-handler.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-inline-event-handler.html.
* fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-multiple-and-different-scoped-anonymous-function-calls.html.
* fast/profiler/multiple-and-different-scoped-function-calls.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-multiple-and-different-scoped-function-calls.html.
* fast/profiler/multiple-frames.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-multiple-frames.html.
* fast/profiler/multiple-windows.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-multiple-windows.html.
* fast/profiler/nested-anonymous-functon.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-nested-anonymous-functon.html.
* fast/profiler/nested-start-and-stop-profiler.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-nested-start-and-stop-profiler.html.
* fast/profiler/no-execution-context.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-no-execution-context.html.
* fast/profiler/one-execution-context.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-one-execution-context.html.
* fast/profiler/profile-calls-in-included-file.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-profile-calls-in-included-file.html.
* fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html.
* fast/profiler/profiling-from-a-nested-location.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-profiling-from-a-nested-location.html.
* fast/profiler/resources: Added.
* fast/profiler/resources/other-frame.html: Copied from ../WebCore/manual-tests/inspector/resources/other-frame.html.
* fast/profiler/resources/other-window.html: Copied from ../WebCore/manual-tests/inspector/resources/other-window.html.
* fast/profiler/resources/profiler-test-JS-resources.js: Copied from ../WebCore/manual-tests/inspector/resources/profiler-test-JS-resources.js.
* fast/profiler/simple-event-call.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-simple-event-call.html.
* fast/profiler/simple-no-level-change.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-simple-no-level-change.html.
* fast/profiler/start-and-stop-profiler-multiple-times.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-start-and-stop-profiler-multiple-times.html.
* fast/profiler/start-and-stop-profiling-in-the-same-function.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-start-and-stop-profiling-in-the-same-function.html.
* fast/profiler/start-but-dont-stop-profiling.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-start-but-dont-stop-profiling.html.
* fast/profiler/stop-profiling-after-setTimeout.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-stop-profiling-after-setTimeout.html.
* fast/profiler/stop-then-function-call.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-stop-then-function-call.html.
* fast/profiler/throw-exception-from-eval.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-throw-exception-from-eval.html.
* fast/profiler/two-execution-contexts.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-two-execution-contexts.html.
* fast/profiler/user-defined-function-calls-built-in-functions.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-user-defined-function-calls-built-in-functions.html.
* fast/profiler/window-dot-eval.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-window-dot-eval.html.
2008-10-23 Kevin McCullough <kmccullough@apple.com>
Reviewed by Tim Hatcher.
https://bugs.webkit.org/show_bug.cgi?id=21817
Bug 21817: Manual profiler tests should be made into layout tests
-Moving the tests before diffing so that it's clear what changed.
* platform/mac/Skipped: Skipping until the new files are in place.
* platform/win/Skipped:
* fast/profiler: Added.
* fast/profiler/anonymous-event-handler.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-anonymous-event-handler.html.
* fast/profiler/anonymous-function-called-from-different-contexts.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-anonymous-function-called-from-different-contexts.html.
* fast/profiler/anonymous-function-calls-built-in-functions.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-anonymous-function-calls-built-in-functions.html.
* fast/profiler/anonymous-function-calls-eval.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-anonymous-function-calls-eval.html.
* fast/profiler/apply.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-apply.html.
* fast/profiler/built-in-function-calls-anonymous.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-built-in-function-calls-anonymous.html.
* fast/profiler/built-in-function-calls-user-defined-function.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-built-in-function-calls-user-defined-function.html.
* fast/profiler/call-nodelist-as-function.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-call-nodelist-as-function.html.
* fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-calling-the-function-that-started-the-profiler-from-another-scope.html.
* fast/profiler/compare-multiple-profiles.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-compare-multiple-profiles.html.
* fast/profiler/constructor.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-constructor.html.
* fast/profiler/dead-time.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-dead-time.html.
* fast/profiler/deep-recursion.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-deep-recursion.html.
* fast/profiler/document-dot-write.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-document-dot-write.html.
* fast/profiler/event-handler.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-event-handler.html.
* fast/profiler/execution-context-and-eval-on-same-line.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-execution-context-and-eval-on-same-line.html.
* fast/profiler/heavy-view.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-heavy-view.html.
* fast/profiler/inline-event-handler.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-inline-event-handler.html.
* fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-multiple-and-different-scoped-anonymous-function-calls.html.
* fast/profiler/multiple-and-different-scoped-function-calls.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-multiple-and-different-scoped-function-calls.html.
* fast/profiler/multiple-frames.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-multiple-frames.html.
* fast/profiler/multiple-windows.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-multiple-windows.html.
* fast/profiler/nested-anonymous-functon.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-nested-anonymous-functon.html.
* fast/profiler/nested-start-and-stop-profiler.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-nested-start-and-stop-profiler.html.
* fast/profiler/no-execution-context.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-no-execution-context.html.
* fast/profiler/one-execution-context.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-one-execution-context.html.
* fast/profiler/profile-calls-in-included-file.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-profile-calls-in-included-file.html.
* fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html.
* fast/profiler/profiling-from-a-nested-location.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-profiling-from-a-nested-location.html.
* fast/profiler/resources: Added.
* fast/profiler/resources/other-frame.html: Copied from ../WebCore/manual-tests/inspector/resources/other-frame.html.
* fast/profiler/resources/other-window.html: Copied from ../WebCore/manual-tests/inspector/resources/other-window.html.
* fast/profiler/resources/profiler-test-JS-resources.js: Copied from ../WebCore/manual-tests/inspector/resources/profiler-test-JS-resources.js.
* fast/profiler/simple-event-call.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-simple-event-call.html.
* fast/profiler/simple-no-level-change.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-simple-no-level-change.html.
* fast/profiler/start-and-stop-profiler-multiple-times.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-start-and-stop-profiler-multiple-times.html.
* fast/profiler/start-and-stop-profiling-in-the-same-function.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-start-and-stop-profiling-in-the-same-function.html.
* fast/profiler/start-but-dont-stop-profiling.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-start-but-dont-stop-profiling.html.
* fast/profiler/stop-profiling-after-setTimeout.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-stop-profiling-after-setTimeout.html.
* fast/profiler/stop-then-function-call.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-stop-then-function-call.html.
* fast/profiler/throw-exception-from-eval.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-throw-exception-from-eval.html.
* fast/profiler/two-execution-contexts.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-two-execution-contexts.html.
* fast/profiler/user-defined-function-calls-built-in-functions.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-user-defined-function-calls-built-in-functions.html.
* fast/profiler/window-dot-eval.html: Copied from ../WebCore/manual-tests/inspector/profiler-test-window-dot-eval.html.
2008-10-23 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej Stachowiak.
Fix fast/events/message-port.html to not be timing-dependent (it was failing on some bots).
* fast/events/message-port.html:
* fast/events/message-port-expected.txt:
2008-10-23 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=21787
Add test coverage for postMessaging from a data URL.
* http/tests/security/postMessage/data-url-sends-null-origin-expected.txt: Added.
* http/tests/security/postMessage/data-url-sends-null-origin.html: Added.
2008-10-22 Cameron Zwarich <zwarich@apple.com>
Reviewed by Kevin McCullough.
Check in changed test results for r37792.
* fast/dom/Window/window-properties-expected.txt:
2008-10-22 David Smith <catfish.man@gmail.com>
Reviewed by andersca.
https://bugs.webkit.org/show_bug.cgi?id=19974
getElementsByClassName not live enough
* fast/dom/getElementsByClassName/015-expected.txt: Added.
* fast/dom/getElementsByClassName/015.html: Added.
2008-10-22 Brady Eidson <beidson@apple.com>
Reviewed by Adam Roben
<rdar://6261773> - autocomplete="off" doesn't work on Windows
Remove a skipped test that can now pass with proper DRT support
* platform/win/Skipped: Remove security/autocomplete-cleared-on-back.html
2008-10-22 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
Moved tests from css3 to animations/transforms directories.
* animations/change-keyframes-expected.txt: Renamed from LayoutTests/css3/change-keyframes-expected.txt.
* animations/change-keyframes.html: Renamed from LayoutTests/css3/change-keyframes.html.
* animations/keyframes-rule-expected.txt: Renamed from LayoutTests/css3/keyframes-rule-expected.txt.
* animations/keyframes-rule.html: Renamed from LayoutTests/css3/keyframes-rule.html.
* transforms/transform-value-types-expected.txt: Renamed from LayoutTests/css3/transform-value-types-expected.txt.
* transforms/transform-value-types.html: Renamed from LayoutTests/css3/transform-value-types.html.
2008-10-22 Chris Marrin <cmarrin@apple.com>
Reviewed by Dave Hyatt
Testcase for https://bugs.webkit.org/show_bug.cgi?id=21580
* animations/change-keyframes-name-expected.txt: Added.
* animations/change-keyframes-name.html: Added.
2008-10-22 Jungshik Shin <jshin@chromium.org>
Reviewed by Alexey Proskuryakov.
Landed by Adam Barth.
- https://bugs.webkit.org/show_bug.cgi?id=21581
Replace x-mac-cyrillic by windows-1256.
* http/tests/misc/frame-default-enc-same-domain-expected.txt:
* http/tests/misc/frame-default-enc-same-domain.html:
2008-10-21 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=21769
MessagePort should be GC protected if there are messages to be delivered
* fast/events/message-channel-gc-3-expected.txt: Added.
* fast/events/message-channel-gc-3.html: Added.
2008-10-20 Chris Fleizach <cfleizach@apple.com>
Reviewed by Jon Honeycutt.
Add a test for table support in accessibilty
See https://bugs.webkit.org/show_bug.cgi?id=21721
* accessibility/table-nofirstbody-expected.txt: Added.
* accessibility/table-nofirstbody.html: Added.
2008-10-18 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
Test for bugs fixed while working on https://bugs.webkit.org/show_bug.cgi?id=21735
Emit profiling instrumentation only if the Web Inspector's profiling
feature is enabled
* fast/js/exception-thrown-from-new-expected.txt: Added.
* fast/js/exception-thrown-from-new.html: Added.
2008-10-20 Alexey Proskuryakov <ap@webkit.org>
Add Worker to the results - although it is just a stub right now, it is present in the list
of window properties.
* fast/dom/Window/window-properties-expected.txt:
2008-10-17 Pamela Greene <pam@chromium.org>
Add a number of new tests.
See https://bugs.webkit.org/show_bug.cgi?id=21407
Reviewed by Alexey Proskuryakov.
* fast/css/border-height.html: Added.
* fast/dom/Window/orphaned-frame-access-expected.txt: Added.
* fast/dom/Window/orphaned-frame-access.html: Added.
* fast/forms/image-border.html: Added.
* fast/forms/input-field-text-truncated.html: Added.
* fast/forms/input-type-text-min-width.html: Added.
* fast/forms/textarea-scrollbar-height-expected.txt: Added.
* fast/forms/textarea-scrollbar-height.html: Added.
* fast/forms/textarea-width.html: Added.
* fast/overflow/overflow_hidden.html: Added.
* fast/parser/resources/xml-declaration-missing-ending-mark.xml: Added.
* fast/parser/xml-declaration-missing-ending-mark-expected.txt: Added.
* fast/parser/xml-declaration-missing-ending-mark.html: Added.
* fast/text/international/hindi-spacing.html: Added.
* http/tests/misc/crash-multiple-family-fontface-expected.txt: Added.
* http/tests/misc/crash-multiple-family-fontface.html: Added.
* platform/mac/fast/css/border-height-expected.checksum: Added.
* platform/mac/fast/css/border-height-expected.png: Added.
* platform/mac/fast/css/border-height-expected.txt: Added.
* platform/mac/fast/forms/image-border-expected.checksum: Added.
* platform/mac/fast/forms/image-border-expected.png: Added.
* platform/mac/fast/forms/image-border-expected.txt: Added.
* platform/mac/fast/forms/input-field-text-truncated-expected.checksum: Added.
* platform/mac/fast/forms/input-field-text-truncated-expected.png: Added.
* platform/mac/fast/forms/input-field-text-truncated-expected.txt: Added.
* platform/mac/fast/forms/input-type-text-min-width-expected.checksum: Added.
* platform/mac/fast/forms/input-type-text-min-width-expected.png: Added.
* platform/mac/fast/forms/input-type-text-min-width-expected.txt: Added.
* platform/mac/fast/forms/textarea-width-expected.checksum: Added.
* platform/mac/fast/forms/textarea-width-expected.png: Added.
* platform/mac/fast/forms/textarea-width-expected.txt: Added.
* platform/mac/fast/overflow/overflow_hidden-expected.checksum: Added.
* platform/mac/fast/overflow/overflow_hidden-expected.png: Added.
* platform/mac/fast/overflow/overflow_hidden-expected.txt: Added.
* platform/mac/fast/text/international/hindi-spacing-expected.checksum: Added.
* platform/mac/fast/text/international/hindi-spacing-expected.png: Added.
* platform/mac/fast/text/international/hindi-spacing-expected.txt: Added.
2008-10-17 Pamela Greene <pam@chromium.org>
Fix potential race by running two passes of test to defer notifyDone.
See https://bugs.webkit.org/show_bug.cgi?id=21576
Reviewed by Timothy Hatcher.
* fast/history/resources/history_reload_window.html:
2008-10-16 Julien Chaffraix <jchaffraix@pleyo.com>
Rubber-stamped by Alexey Proskuryakov.
Remove duplicated code in this test.
* http/tests/xmlhttprequest/xmlhttprequest-post-crash.html:
2008-10-15 Glenn Wilson <gwilson@google.com>
Added tests to verify that smart editing can be disabled for some tests.
Reviewed by Tim Hatcher.
* editing/deleting/smart-editing-disabled-expected.txt: Added.
* editing/deleting/smart-editing-disabled.html: Added.
2008-10-14 Pamela Greene <pam@chromium.org>
Add test to verify popup properties while they're opening.
The expected result is currently not the desired result.
See https://bugs.webkit.org/show_bug.cgi?id=21419 and
https://bugs.webkit.org/show_bug.cgi?id=21597 .
Reviewed by Eric Seidel.
* fast/dom/Window/window-open-pending-url-expected.txt: Added.
* fast/dom/Window/window-open-pending-url.html: Added.
2008-10-14 Chris Marrin <cmarrin@apple.com>
Reviewed by Darin Adler.
Testcase for https://bugs.webkit.org/show_bug.cgi?id=21490
Optimize keyframe style sheet changes by avoiding styleSheetChanged()
* css3/change-keyframes-expected.txt: Added.
* css3/change-keyframes.html: Added.
2008-10-14 David Hyatt <hyatt@apple.com>
Add layout tests for body propagation of overflow and background to the viewport.
Reviewed by Adam Roben
* fast/body-propagation: Added.
* fast/body-propagation/background-color: Added.
* fast/body-propagation/background-color/001-xhtml.xhtml: Added.
* fast/body-propagation/background-color/001.html: Added.
* fast/body-propagation/background-color/002-xhtml.xhtml: Added.
* fast/body-propagation/background-color/002.html: Added.
* fast/body-propagation/background-color/003-declarative.xhtml: Added.
* fast/body-propagation/background-color/003-xhtml.xhtml: Added.
* fast/body-propagation/background-color/003.html: Added.
* fast/body-propagation/background-color/004-declarative.xhtml: Added.
* fast/body-propagation/background-color/004-xhtml.xhtml: Added.
* fast/body-propagation/background-color/004.html: Added.
* fast/body-propagation/background-color/005-declarative.xhtml: Added.
* fast/body-propagation/background-color/005-xhtml.xhtml: Added.
* fast/body-propagation/background-color/005.html: Added.
* fast/body-propagation/background-color/006-declarative.xhtml: Added.
* fast/body-propagation/background-color/006-xhtml.xhtml: Added.
* fast/body-propagation/background-color/006.html: Added.
* fast/body-propagation/background-color/007-declarative.xhtml: Added.
* fast/body-propagation/background-color/007-xhtml.xhtml: Added.
* fast/body-propagation/background-color/007.html: Added.
* fast/body-propagation/background-color/008-xhtml.xhtml: Added.
* fast/body-propagation/background-color/008.html: Added.
* fast/body-propagation/background-image: Added.
* fast/body-propagation/background-image/001-xhtml.xhtml: Added.
* fast/body-propagation/background-image/001.html: Added.
* fast/body-propagation/background-image/002-xhtml.xhtml: Added.
* fast/body-propagation/background-image/002.html: Added.
* fast/body-propagation/background-image/003-declarative.xhtml: Added.
* fast/body-propagation/background-image/003-xhtml.xhtml: Added.
* fast/body-propagation/background-image/003.html: Added.
* fast/body-propagation/background-image/004-declarative.xhtml: Added.
* fast/body-propagation/background-image/004-xhtml.xhtml: Added.
* fast/body-propagation/background-image/004.html: Added.
* fast/body-propagation/background-image/005-declarative.xhtml: Added.
* fast/body-propagation/background-image/005-xhtml.xhtml: Added.
* fast/body-propagation/background-image/005.html: Added.
* fast/body-propagation/background-image/006-declarative.xhtml: Added.
* fast/body-propagation/background-image/006-xhtml.xhtml: Added.
* fast/body-propagation/background-image/006.html: Added.
* fast/body-propagation/background-image/007-declarative.xhtml: Added.
* fast/body-propagation/background-image/007-xhtml.xhtml: Added.
* fast/body-propagation/background-image/007.html: Added.
* fast/body-propagation/background-image/008-xhtml.xhtml: Added.
* fast/body-propagation/background-image/008.html: Added.
* fast/body-propagation/background-image/009-xhtml.xhtml: Added.
* fast/body-propagation/background-image/009.html: Added.
* fast/body-propagation/background-image/010-xhtml.xhtml: Added.
* fast/body-propagation/background-image/010.html: Added.
* fast/body-propagation/background-image/resources: Added.
* fast/body-propagation/background-image/resources/lime.png: Added.
* fast/body-propagation/background-image/resources/red.png: Added.
* fast/body-propagation/background-image/resources/white.png: Added.
* fast/body-propagation/background-image/resources/yellow.png: Added.
* fast/body-propagation/overflow: Added.
* fast/body-propagation/overflow/001-xhtml.xhtml: Added.
* fast/body-propagation/overflow/001.html: Added.
* fast/body-propagation/overflow/002-xhtml.xhtml: Added.
* fast/body-propagation/overflow/002.html: Added.
* fast/body-propagation/overflow/003-declarative.xhtml: Added.
* fast/body-propagation/overflow/003-xhtml.xhtml: Added.
* fast/body-propagation/overflow/003.html: Added.
* fast/body-propagation/overflow/004-declarative.xhtml: Added.
* fast/body-propagation/overflow/004-xhtml.xhtml: Added.
* fast/body-propagation/overflow/004.html: Added.
* fast/body-propagation/overflow/005-declarative.xhtml: Added.
* fast/body-propagation/overflow/005-xhtml.xhtml: Added.
* fast/body-propagation/overflow/005.html: Added.
* fast/body-propagation/overflow/006-declarative.xhtml: Added.
* fast/body-propagation/overflow/006-xhtml.xhtml: Added.
* fast/body-propagation/overflow/006.html: Added.
* fast/body-propagation/overflow/007-declarative.xhtml: Added.
* fast/body-propagation/overflow/007-xhtml.xhtml: Added.
* fast/body-propagation/overflow/007.html: Added.
* platform/mac/fast/body-propagation: Added.
* platform/mac/fast/body-propagation/background-color: Added.
* platform/mac/fast/body-propagation/background-color/001-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/001-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/001-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/001-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/001-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/001-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/002-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/002-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/002-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/002-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/002-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/002-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/003-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/003-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/003-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/003-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/003-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/003-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/003-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/003-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/003-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/004-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/004-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/004-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/004-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/004-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/004-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/004-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/004-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/004-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/005-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/005-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/005-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/005-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/005-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/005-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/005-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/005-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/005-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/006-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/006-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/006-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/006-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/006-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/006-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/006-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/006-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/006-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/007-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/007-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/007-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/007-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/007-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/007-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/007-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/007-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/007-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/008-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/008-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/008-expected.txt: Added.
* platform/mac/fast/body-propagation/background-color/008-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-color/008-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-color/008-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image: Added.
* platform/mac/fast/body-propagation/background-image/001-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/001-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/001-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/001-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/001-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/001-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/002-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/002-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/002-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/002-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/002-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/002-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/003-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/003-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/003-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/003-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/003-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/003-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/003-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/003-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/003-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/004-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/004-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/004-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/004-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/004-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/004-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/004-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/004-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/004-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/005-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/005-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/005-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/005-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/005-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/005-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/005-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/005-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/005-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/006-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/006-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/006-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/006-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/006-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/006-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/006-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/006-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/006-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/007-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/007-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/007-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/007-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/007-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/007-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/007-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/007-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/007-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/008-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/008-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/008-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/008-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/008-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/008-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/009-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/009-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/009-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/009-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/009-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/009-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/010-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/010-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/010-expected.txt: Added.
* platform/mac/fast/body-propagation/background-image/010-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/background-image/010-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/background-image/010-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow: Added.
* platform/mac/fast/body-propagation/overflow/001-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/001-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/001-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/001-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/001-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/001-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/002-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/002-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/002-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/002-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/002-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/002-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/003-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/003-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/003-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/003-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/003-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/003-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/003-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/003-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/003-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/004-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/004-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/004-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/004-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/004-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/004-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/004-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/004-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/004-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/005-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/005-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/005-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/005-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/005-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/005-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/005-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/005-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/005-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/006-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/006-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/006-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/006-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/006-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/006-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/006-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/006-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/006-xhtml-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/007-declarative-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/007-declarative-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/007-declarative-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/007-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/007-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/007-expected.txt: Added.
* platform/mac/fast/body-propagation/overflow/007-xhtml-expected.checksum: Added.
* platform/mac/fast/body-propagation/overflow/007-xhtml-expected.png: Added.
* platform/mac/fast/body-propagation/overflow/007-xhtml-expected.txt: Added.
2008-10-14 Dimitri Glazkov <dglazkov@chromium.org>
Reviewed and landed by Sam Weinig.
Due to change in spec (http://dev.w3.org/2006/webapi/selectors-api/#namespace),
remove no longer relevant NSResolver tests.
* fast/dom/SelectorAPI/NSResolver-basic-expected.txt: Removed.
* fast/dom/SelectorAPI/NSResolver-basic.xhtml: Removed.
* fast/dom/SelectorAPI/NSResolver-exceptions-expected.txt: Removed.
* fast/dom/SelectorAPI/NSResolver-exceptions.xhtml: Removed.
* fast/dom/SelectorAPI/resources/NSResolver-exceptions.js: Removed.
2008-10-13 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Added a test to make sure AXLinkUIElements return links in image maps
* accessibility/document-links-expected.txt: Added.
* accessibility/document-links.html: Added.
2008-10-13 David Hyatt <hyatt@apple.com>
Add test case for custom CSS listbox scrollbars.
Reviewed by Tim Hatcher
* platform/mac/scrollbars/listbox-scrollbar-combinations-expected.checksum: Added.
* platform/mac/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
* platform/mac/scrollbars/listbox-scrollbar-combinations-expected.txt: Added.
* scrollbars/listbox-scrollbar-combinations.html: Added.
2008-10-13 Timothy Hatcher <timothy@apple.com>
Adds an complex styled scrollbar test that exercises all pseudo-elements and pseudo-classes.
Also uses positive and negative margins on the scrollbar track and track pieces.
Tests all the combinations of scrollbars for overflow elements, with and without resizers.
Rubber-stamped by Dave Hyatt.
* platform/mac/scrollbars/overflow-scrollbar-combinations-expected.checksum: Added.
* platform/mac/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
* platform/mac/scrollbars/overflow-scrollbar-combinations-expected.txt: Added.
* scrollbars/overflow-scrollbar-combinations.html: Added.
* scrollbars/resources: Added.
* scrollbars/resources/corner-inactive.png: Added.
* scrollbars/resources/corner.png: Added.
* scrollbars/resources/horizontal-button-active.png: Added.
* scrollbars/resources/horizontal-button-background-active.png: Added.
* scrollbars/resources/horizontal-button-background-hover.png: Added.
* scrollbars/resources/horizontal-button-background-inactive.png: Added.
* scrollbars/resources/horizontal-button-background.png: Added.
* scrollbars/resources/horizontal-button-hover.png: Added.
* scrollbars/resources/horizontal-button-inactive.png: Added.
* scrollbars/resources/horizontal-button.png: Added.
* scrollbars/resources/horizontal-decrement-arrow.png: Added.
* scrollbars/resources/horizontal-increment-arrow.png: Added.
* scrollbars/resources/horizontal-thumb-active.png: Added.
* scrollbars/resources/horizontal-thumb-hover.png: Added.
* scrollbars/resources/horizontal-thumb-inactive.png: Added.
* scrollbars/resources/horizontal-thumb.png: Added.
* scrollbars/resources/horizontal-track-active.png: Added.
* scrollbars/resources/horizontal-track-disabled.png: Added.
* scrollbars/resources/horizontal-track-hover.png: Added.
* scrollbars/resources/horizontal-track.png: Added.
* scrollbars/resources/resizer-inactive.png: Added.
* scrollbars/resources/resizer.png: Added.
* scrollbars/resources/vertical-button-active.png: Added.
* scrollbars/resources/vertical-button-background-active.png: Added.
* scrollbars/resources/vertical-button-background-hover.png: Added.
* scrollbars/resources/vertical-button-background-inactive.png: Added.
* scrollbars/resources/vertical-button-background.png: Added.
* scrollbars/resources/vertical-button-hover.png: Added.
* scrollbars/resources/vertical-button-inactive.png: Added.
* scrollbars/resources/vertical-button.png: Added.
* scrollbars/resources/vertical-decrement-arrow.png: Added.
* scrollbars/resources/vertical-increment-arrow.png: Added.
* scrollbars/resources/vertical-thumb-active.png: Added.
* scrollbars/resources/vertical-thumb-hover.png: Added.
* scrollbars/resources/vertical-thumb-inactive.png: Added.
* scrollbars/resources/vertical-thumb.png: Added.
* scrollbars/resources/vertical-track-active.png: Added.
* scrollbars/resources/vertical-track-disabled.png: Added.
* scrollbars/resources/vertical-track-hover.png: Added.
* scrollbars/resources/vertical-track.png: Added.
2008-10-12 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
- https://bugs.webkit.org/show_bug.cgi?id=21523
Add tests to cover more gradient edge cases: missing endpoints, only
endpoints, only one stop.
* fast/canvas/fillrect_gradient.html:
* platform/mac/fast/canvas/fillrect_gradient-expected.checksum:
* platform/mac/fast/canvas/fillrect_gradient-expected.png:
* platform/mac/fast/canvas/fillrect_gradient-expected.txt:
2008-10-12 Pamela Greene <pam@chromium.org>
Fixed 'completed' variable name to match 'running' one.
See https://bugs.webkit.org/show_bug.cgi?id=21506
Reviewed by Darin Adler.
Landed by Adam Barth.
* dom/html/level2/html/HTMLFrameElement09.js:
* dom/html/level2/html/HTMLIFrameElement11.js:
2008-10-12 Pamela Greene <pam@chromium.org>
Remove a race condition in a test by promoting layoutTestController
calls outside document.write(). Add document.close().
See https://bugs.webkit.org/show_bug.cgi?id=21524
Reviewed by Darin Adler.
Landed by Adam Barth.
* fast/encoding/script-in-head.html:
2008-10-12 Pamela Greene <pam@chromium.org>
Remove data: URLs to avoid cross-domain security restrictions.
See https://bugs.webkit.org/show_bug.cgi?id=21528
Reviewed by Darin Adler.
Landed by Adam Barth.
* fast/events/resources/tabindex-focus-blur-all-frame1.html:
* fast/events/resources/tabindex-focus-blur-all-frame2.html:
* fast/events/resources/tabindex-focus-blur-all-frame3.html: Added.
* fast/events/tabindex-focus-blur-all.html:
2008-10-12 Pamela Greene <pam@chromium.org>
Fix test when removesExtraParentheses == false.
See https://bugs.webkit.org/show_bug.cgi?id=21529
Reviewed by Darin Adler.
Landed by Adam Barth.
* fast/js/resources/function-toString-parentheses.js:
2008-10-12 Pamela Greene <pam@chromium.org>
Fix a race condition by waiting for all create functions to be called
before terminating.
See https://bugs.webkit.org/show_bug.cgi?id=21531
Reviewed by Darin Adler.
Landed by Adam Barth.
* platform/mac/svg/carto.net/window-expected.checksum:
* platform/mac/svg/carto.net/window-expected.png:
* platform/mac/svg/carto.net/window-expected.txt:
* svg/carto.net/window.svg:
2008-10-12 Pamela Greene <pam@chromium.org>
Remove inadvertent const redefinition, and add specific test for it.
See https://bugs.webkit.org/show_bug.cgi?id=21532
Reviewed by Darin Adler.
Landed by Adam Barth.
* fast/js/const-expected.txt:
* fast/js/resources/const.js:
2008-10-12 Pamela Greene <pam@chromium.org>
Add a test for null character data.
See https://bugs.webkit.org/show_bug.cgi?id=21535
Reviewed by Darin Adler.
Landed by Adam Barth.
* fast/dom/null-chardata-crash-expected.txt: Added.
* fast/dom/null-chardata-crash.html: Added.
2008-10-12 Glenn Wilson <gwilson@google.com>
Reviewed by Darin Adler.
- https://bugs.webkit.org/show_bug.cgi?id=20461
Added new test to verify that the user can cut and paste multiple lines of text
into a single line text field.
* fast/forms/paste-multiline-text-input-expected.txt: Added.
* fast/forms/paste-multiline-text-input.html: Added.
* fast/forms/input-truncate-newline-expected.txt: Removed.
* fast/forms/input-truncate-newline.html: Removed.
* fast/forms/8250-expected.txt: Added.
* fast/forms/8250.html: Updated test to be text-only and expect new results.
* platform/mac/fast/forms/8250-expected.checksum: Removed.
* platform/mac/fast/forms/8250-expected.png: Removed.
* platform/mac/fast/forms/8250-expected.txt: Removed.
* platform/qt/fast/forms/8250-expected.txt: Removed.
2008-10-12 Dirk Schulze <vbs85@gmx.de>
Reviewed by Eric Seidel.
- test for https://bugs.webkit.org/show_bug.cgi?id=20435
Added new tests to check behavior of canvas gradients to infinite values
or invalid colors.
* fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt: Added.
* fast/canvas/gradient-addColorStop-with-invalid-color.html: Added.
* fast/canvas/linearGradient-infinite-values-expected.txt: Added.
* fast/canvas/linearGradient-infinite-values.html: Added.
* fast/canvas/radialGradient-infinite-values-expected.txt: Added.
* fast/canvas/radialGradient-infinite-values.html: Added.
* fast/canvas/resources/gradient-addColorStop-with-invalid-color.js: Added.
* fast/canvas/resources/linearGradient-infinite-values.js: Added.
* fast/canvas/resources/radialGradient-infinite-values.js: Added.
2008-10-12 Darin Adler <darin@apple.com>
Reviewed by Sam Weinig.
- tests for https://bugs.webkit.org/show_bug.cgi?id=21556
Bug 21556: non-ASCII digits are allowed in places where only ASCII should be
The fix was in a function used all over the place. I set a breakpoint in the
function and made some regression tests for the first few places it was used.
* fast/dom/HTMLFontElement: Added.
* fast/dom/HTMLFontElement/resources: Added.
* fast/dom/HTMLFontElement/resources/TEMPLATE.html: Added.
* fast/dom/HTMLFontElement/resources/size-attribute.js: Added.
* fast/dom/HTMLFontElement/size-attribute-expected.txt: Added.
* fast/dom/HTMLFontElement/size-attribute.html: Added.
* fast/dom/HTMLInputElement/resources/size-attribute.js: Added.
* fast/dom/HTMLInputElement/size-attribute-expected.txt: Added.
* fast/dom/HTMLInputElement/size-attribute.html: Added.
* fast/dom/HTMLTableElement/cellpadding-attribute-expected.txt: Added.
* fast/dom/HTMLTableElement/cellpadding-attribute.html: Added.
* fast/dom/HTMLTableElement/resources/cellpadding-attribute.js: Added.
2008-10-12 Jungshik Shin <jshin@chromium.org>
Reviewed by Darin Adler.
Treat x-user-defined as windows-1252 for html files with meta charset
declaration to be compatible with Indian web sites.
( https://bugs.webkit.org/show_bug.cgi?id=18270 )
* fast/encoding/charset-xuser-defined-expected.txt: Added.
* fast/encoding/charset-xuser-defined.html: Added.
2008-10-12 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
- https://bugs.webkit.org/show_bug.cgi?id=21559
Bug 21559: many SVG tests are slightly different from what make-js-test-wrappers would make
* svg/custom/immutable-properties.html: Updated path to test resources so it
does not go up out of and back into LayoutTests.
* svg/custom/svg-modify-currentTranslate.html: Ditto.
* svg/custom/svg-xml-dom-sync.html: Ditto.
* svg/custom/tearoffs-with-tearoffs.html: Ditto.
* svg/dynamic-updates/resources/*.js: Allow the make-js-test-wrappers script to
add var successfullyParsed = true; to these files. It's not helpful for the tests,
but it's not harmful either.
2008-10-12 Brad Garcia <bgarcia@google.com>
Reviewed by Darin Adler.
Testcases for fractional frame lengths.
https://bugs.webkit.org/show_bug.cgi?id=3591
* fast/frames/frame-length-fractional.html: Added.
* fast/frames/frame-length-fractional-expected.txt: Added.
2008-10-10 Sam Weinig <sam@webkit.org>
Reviewed by Darin Adler.
- Update tests after fixing ceil(-0.1) behavior on darwin.
* fast/js/math-expected.txt:
* fast/js/resources/math.js: Remove code to detect sign of 0 now that the harness can handle it.
* fast/xpath/4XPath/Core/test_core_functions-expected.txt:
* fast/xpath/4XPath/Core/test_core_functions.html: Update test expect correct result of -0.
2008-10-10 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=21538
Testcase that has a rotate(0) in the list of transform operations,
to test bug 21538.
* transitions/matched-transform-functions-expected.txt: Added.
* transitions/matched-transform-functions.html: Added.
2008-10-10 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=21537
Fix re-targetting a running transition; if the target property
changes, we do need to make a new ImplicitAnimation.
* transitions/retargetted-transition-expected.txt: Added.
* transitions/retargetted-transition.html: Added.
2008-10-10 Timothy Hatcher <timothy@apple.com>
Layout test for placeholder attribute changed.
https://bugs.webkit.org/show_bug.cgi?id=21521.
Reviewed by Adele Peterson.
* fast/forms/search-placeholder-value-changed.html: Added.
* platform/mac/fast/forms/search-placeholder-value-changed-expected.txt: Added.
2008-10-10 Chris Marrin <cmarrin@apple.com>
Reviewed by Dan Bernstein.
Testcase for https://bugs.webkit.org/show_bug.cgi?id=21025
CSS transition with duration=0 and delay=0 doesn't override ongoing transition
* transitions/interrupt-zero-duration-expected.txt: Added.
* transitions/interrupt-zero-duration.html: Added.
2008-10-10 David Hyatt <hyatt@apple.com>
Add test for scrollbar buttons and track supporting increment/decrement/start/end.
Reviewed by Adam Roben
* platform/mac/scrollbars/scrollbar-buttons-expected.checksum: Added.
* platform/mac/scrollbars/scrollbar-buttons-expected.png: Added.
* platform/mac/scrollbars/scrollbar-buttons-expected.txt: Added.
* scrollbars/scrollbar-buttons.html: Added.
2008-10-09 David Hyatt <hyatt@apple.com>
Add layout test for scrollbars honoring orientation and window active state.
Reviewed by Tim Hatcher
* platform/mac/scrollbars/scrollbar-orientation-expected.checksum: Added.
* platform/mac/scrollbars/scrollbar-orientation-expected.png: Added.
* platform/mac/scrollbars/scrollbar-orientation-expected.txt: Added.
* scrollbars/scrollbar-orientation.html: Added.
2008-10-09 David Hyatt <hyatt@apple.com>
Add test case for disabled scrollbars.
Reviewed by Tim Hatcher
* platform/mac/scrollbars/disabled-scrollbar-expected.checksum: Added.
* platform/mac/scrollbars/disabled-scrollbar-expected.png: Added.
* platform/mac/scrollbars/disabled-scrollbar-expected.txt: Added.
* scrollbars/disabled-scrollbar.html: Added.
2008-10-09 David Hyatt <hyatt@apple.com>
Land layout test for CSS scrollbars.
Reviewed by Oliver Hunt
* platform/mac/scrollbars: Added.
* platform/mac/scrollbars/basic-scrollbar-expected.checksum: Added.
* platform/mac/scrollbars/basic-scrollbar-expected.png: Added.
* platform/mac/scrollbars/basic-scrollbar-expected.txt: Added.
* scrollbars: Added.
* scrollbars/basic-scrollbar.html: Added.
2008-10-09 Eric Seidel <eric@webkit.org>
Reviewed by Oliver Hunt.
Test cases for https://bugs.webkit.org/show_bug.cgi?id=21498
* fast/canvas/gradient-with-clip-expected.txt: Added.
* fast/canvas/gradient-with-clip.html: Added.
* fast/canvas/pattern-with-transform-expected.txt: Added.
* fast/canvas/pattern-with-transform.html: Added.
* fast/canvas/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/resources/TEMPLATE.html.
* fast/canvas/resources/gradient-with-clip.js: Added.
* fast/canvas/resources/pattern-with-transform.js: Added.
2008-10-09 Eric Seidel <eric@webkit.org>
Reviewed by Oliver Hunt.
Update fast/canvas results to match leopard text drawing
https://bugs.webkit.org/show_bug.cgi?id=21498
platform/mac/fast/canvas/patternfill-repeat-expected.*
also updated to match new expected results
As far as I can tell the old results were off by a few pixels
in the lower two quadrants.
* fast/canvas/canvas-transform-identity-expected.png:
* fast/canvas/canvas-transform-infinity-expected.png:
* fast/canvas/canvas-transform-multiply-expected.png:
* fast/canvas/canvas-transform-nan-expected.png:
* fast/canvas/canvas-transform-non-invertible-expected.png:
* fast/canvas/canvas-transform-skewed-expected.png:
* platform/mac/fast/canvas/canvas-before-css-expected.checksum:
* platform/mac/fast/canvas/canvas-before-css-expected.png:
* platform/mac/fast/canvas/canvas-bg-expected.png:
* platform/mac/fast/canvas/canvas-composite-expected.checksum:
* platform/mac/fast/canvas/canvas-composite-expected.png:
* platform/mac/fast/canvas/canvas-draw-xbm-image-expected.checksum:
* platform/mac/fast/canvas/canvas-draw-xbm-image-expected.png:
* platform/mac/fast/canvas/canvas-resize-reset-expected.checksum:
* platform/mac/fast/canvas/canvas-resize-reset-expected.png:
* platform/mac/fast/canvas/canvas-size-change-after-layout-expected.checksum:
* platform/mac/fast/canvas/canvas-size-change-after-layout-expected.png:
* platform/mac/fast/canvas/canvas-text-alignment-expected.png:
* platform/mac/fast/canvas/canvas-text-baseline-expected.png:
* platform/mac/fast/canvas/canvas-transforms-during-path-expected.checksum:
* platform/mac/fast/canvas/canvas-transforms-during-path-expected.png:
* platform/mac/fast/canvas/canvasDrawingIntoSelf-expected.png:
* platform/mac/fast/canvas/drawImage-expected.png:
* platform/mac/fast/canvas/fillrect-gradient-zero-stops-expected.checksum:
* platform/mac/fast/canvas/fillrect-gradient-zero-stops-expected.png:
* platform/mac/fast/canvas/fillrect_gradient-expected.checksum:
* platform/mac/fast/canvas/fillrect_gradient-expected.png:
* platform/mac/fast/canvas/gradient-add-second-start-end-stop-expected.checksum:
* platform/mac/fast/canvas/gradient-add-second-start-end-stop-expected.png:
* platform/mac/fast/canvas/gradient-empty-path-expected.checksum:
* platform/mac/fast/canvas/gradient-empty-path-expected.png:
* platform/mac/fast/canvas/image-object-in-canvas-expected.checksum:
* platform/mac/fast/canvas/image-object-in-canvas-expected.png:
* platform/mac/fast/canvas/patternfill-repeat-expected.checksum:
* platform/mac/fast/canvas/patternfill-repeat-expected.png:
* platform/mac/fast/canvas/quadraticCurveTo-expected.checksum:
* platform/mac/fast/canvas/quadraticCurveTo-expected.png:
* platform/mac/fast/canvas/shadow-offset-1-expected.png:
* platform/mac/fast/canvas/shadow-offset-2-expected.png:
* platform/mac/fast/canvas/shadow-offset-3-expected.png:
* platform/mac/fast/canvas/shadow-offset-4-expected.png:
* platform/mac/fast/canvas/shadow-offset-5-expected.png:
* platform/mac/fast/canvas/shadow-offset-6-expected.png:
* platform/mac/fast/canvas/shadow-offset-7-expected.png:
* platform/mac/fast/canvas/zero-size-fill-rect-expected.checksum:
* platform/mac/fast/canvas/zero-size-fill-rect-expected.png:
2008-10-09 Chris Marrin <cmarrin@apple.com>
Reviewed by Darin Adler.
More testcases for animation using font metrics
https://bugs.webkit.org/show_bug.cgi?id=21246
* animations/font-size-using-ems-expected.txt: Added.
* animations/font-size-using-ems.html: Added.
* animations/width-using-ems-expected.txt: Added.
* animations/width-using-ems.html: Added.
2008-10-09 Gavin Barraclough <barraclough@apple.com>
Reviewed by Cameron Zwarich.
Correct results for -0 cases.
* fast/js/math-transforms-expected.txt:
2008-10-09 Chris Marrin <cmarrin@apple.com>
Reviewed by Dan Bernstein.
Testcase for > 180 degree rotation bug fix
https://bugs.webkit.org/show_bug.cgi?id=21420
* animations/big-rotation-expected.txt: Added.
* animations/big-rotation.html: Added.
2008-10-09 Darin Adler <darin@apple.com>
- checked in a missing expected result
* fast/dom/css-RGBValue-expected.txt: Added.
2008-10-08 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver Hunt & Sam Weinig.
The SVGElementInstance tree should be rebuild lazily.
Allow SVGElementInstance to be used as EventTarget, as described in SVG 1.1 spec.
Reenable temporarily disabled tests.
* platform/mac/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
* platform/mac/svg/custom/use-elementInstance-methods-expected.txt: Removed.
* platform/mac/svg/custom/use-instanceRoot-as-event-target-expected.checksum: Added.
* platform/mac/svg/custom/use-instanceRoot-as-event-target-expected.png: Added.
* platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.checksum: Added.
* platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png: Added.
* platform/mac/svg/custom/use-instanceRoot-event-listeners-expected.checksum: Added.
* platform/mac/svg/custom/use-instanceRoot-event-listeners-expected.png: Added.
* platform/mac/svg/custom/use-setAttribute-crash-expected.checksum: Added.
* platform/mac/svg/custom/use-setAttribute-crash-expected.png: Added.
* svg/custom/resources/use-instanceRoot-event-bubbling.js: Added.
* svg/custom/resources/use-instanceRoot-event-listeners.js: Added.
* svg/custom/use-elementInstance-event-target-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/use-elementInstance-event-target-expected.txt.
* svg/custom/use-elementInstance-event-target.svg: Copied from LayoutTests/svg/custom/use-elementInstance-event-target.svg-disabled.
* svg/custom/use-elementInstance-event-target.svg-disabled: Removed.
* svg/custom/use-elementInstance-methods-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/use-elementInstance-methods-expected.txt.
* svg/custom/use-elementInstance-methods.svg: Copied from LayoutTests/svg/custom/use-elementInstance-methods.svg-disabled.
* svg/custom/use-elementInstance-methods.svg-disabled: Removed.
* svg/custom/use-instanceRoot-as-event-target-expected.txt: Added.
* svg/custom/use-instanceRoot-as-event-target.xhtml: Added.
* svg/custom/use-instanceRoot-event-bubbling-expected.txt: Added.
* svg/custom/use-instanceRoot-event-bubbling.xhtml: Added.
* svg/custom/use-instanceRoot-event-listeners-expected.txt: Added.
* svg/custom/use-instanceRoot-event-listeners.xhtml: Added.
* svg/custom/use-setAttribute-crash-expected.txt: Added.
* svg/custom/use-setAttribute-crash.svg: Added.
2008-10-08 Sam Weinig <sam@webkit.org>
Reviewed by Cameron Zwarich.
Test for https://bugs.webkit.org/show_bug.cgi?id=21241
REGRESSION (r36977): getRGBColorValue().red returning incorrect value
* fast/dom/css-RGBValue.html: Added.
* fast/dom/resources/css-RGBValue.js: Added.
2008-10-08 Eric Seidel <eric@webkit.org>
Reviewed by Darin Adler, Nikolas Zimmermann and Dave Hyatt.
svgElement.className.baseValue = "foo" doesn't work
https://bugs.webkit.org/show_bug.cgi?id=20651
* svg/custom/class-baseValue.svg: Added.
2008-10-08 Maciej Stachowiak <mjs@apple.com>
Not reviewed, trying to fix bot.
Update -0 expectations better.
* fast/xpath/4XPath/Core/test_numeric_expr-expected.txt:
* fast/xpath/4XPath/Core/test_numeric_expr.html:
2008-10-08 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver Hunt.
- update for new -0 handling in shouldBe
(I confirmed the correctness of this change against other browsers, too.)
* fast/xpath/4XPath/Core/test_numeric_expr.html:
2008-10-08 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver Hunt.
- update regression testing system to be able to tell 0 from -0
* fast/js/resources/js-test-pre.js:
Update tests and results appropriately.
* fast/js/resources/constant-folding.js:
* fast/js/constant-folding-expected.txt:
* fast/js/math-transforms-expected.txt:
* fast/js/resources/math-transforms.js:
2008-10-08 Maciej Stachowiak <mjs@apple.com>
Reviewed by Oliver Hunt.
- added test case for: correctly handle appending -0 to a string, it should stringify as just 0
(added to existing test)
* fast/js/number-toString-expected.txt:
* fast/js/resources/number-toString.js:
- updated results in light of above fix
* fast/js/math-transforms-expected.txt:
2008-10-07 Maciej Stachowiak <mjs@apple.com>
Reviewed by Mark Rowe.
- test cases that will check some possible edge cases for math optimizations
* fast/js/math-transforms-expected.txt: Added.
* fast/js/math-transforms.html: Added.
* fast/js/resources/math-transforms.js: Added.
2008-10-04 Eric Seidel <eric@webkit.org>
Reviewed by Darin Adler.
Update SVG layout test results after fixing ascent/descent support
https://bugs.webkit.org/show_bug.cgi?id=21365
* platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
* platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
* platform/mac/svg/batik/filters/filterRegions-expected.png:
* platform/mac/svg/batik/masking/maskRegions-expected.png:
* platform/mac/svg/batik/paints/gradientLimit-expected.png:
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
* platform/mac/svg/batik/paints/patternRegionA-expected.png:
* platform/mac/svg/batik/paints/patternRegions-expected.png:
* platform/mac/svg/batik/text/longTextOnPath-expected.png:
* platform/mac/svg/batik/text/textAnchor-expected.png:
* platform/mac/svg/batik/text/textAnchor2-expected.png:
* platform/mac/svg/batik/text/textAnchor3-expected.png:
* platform/mac/svg/batik/text/textDecoration2-expected.png:
* platform/mac/svg/batik/text/textEffect-expected.checksum:
* platform/mac/svg/batik/text/textEffect-expected.png:
* platform/mac/svg/batik/text/textEffect-expected.txt:
* platform/mac/svg/batik/text/textEffect2-expected.png:
* platform/mac/svg/batik/text/textEffect3-expected.checksum:
* platform/mac/svg/batik/text/textEffect3-expected.png:
* platform/mac/svg/batik/text/textEffect3-expected.txt:
* platform/mac/svg/batik/text/textFeatures-expected.png:
* platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
* platform/mac/svg/batik/text/textLayout-expected.png:
* platform/mac/svg/batik/text/textLayout2-expected.png:
* platform/mac/svg/batik/text/textLength-expected.png:
* platform/mac/svg/batik/text/textOnPath-expected.png:
* platform/mac/svg/batik/text/textOnPath2-expected.png:
* platform/mac/svg/batik/text/textOnPath3-expected.png:
* platform/mac/svg/batik/text/textOnPathSpaces-expected.png:
* platform/mac/svg/batik/text/textPCDATA-expected.png:
* platform/mac/svg/batik/text/textPosition-expected.png:
* platform/mac/svg/batik/text/textPosition2-expected.png:
* platform/mac/svg/batik/text/textPosition2-expected.txt:
* platform/mac/svg/batik/text/textProperties-expected.png:
* platform/mac/svg/batik/text/textProperties2-expected.png:
* platform/mac/svg/batik/text/textStyles-expected.png:
* platform/mac/svg/batik/text/verticalText-expected.png:
* platform/mac/svg/batik/text/verticalTextOnPath-expected.png:
* platform/mac/svg/batik/text/xmlSpace-expected.png:
* platform/mac/svg/carto.net/button-expected.png:
* platform/mac/svg/carto.net/colourpicker-expected.png:
* platform/mac/svg/carto.net/combobox-expected.png:
* platform/mac/svg/carto.net/frameless-svg-parse-error-expected.png:
* platform/mac/svg/carto.net/scrollbar-expected.png:
* platform/mac/svg/carto.net/selectionlist-expected.png:
* platform/mac/svg/carto.net/slider-expected.png:
* platform/mac/svg/carto.net/tabgroup-expected.png:
* platform/mac/svg/carto.net/textbox-expected.png:
* platform/mac/svg/carto.net/window-expected.png:
* platform/mac/svg/css/css-box-min-width-expected.png:
* platform/mac/svg/css/getComputedStyle-basic-expected.png:
* platform/mac/svg/custom/SVGException-expected.png:
* platform/mac/svg/custom/SVGMatrix-interface-expected.png:
* platform/mac/svg/custom/SVGNumber-interface-expected.png:
* platform/mac/svg/custom/SVGPoint-interface-expected.png:
* platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
* platform/mac/svg/custom/SVGRect-interface-expected.png:
* platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.png:
* platform/mac/svg/custom/acid3-test-77-expected.png:
* platform/mac/svg/custom/alignment-baseline-modes-expected.png:
* platform/mac/svg/custom/altglyph-expected.png:
* platform/mac/svg/custom/altglyph-expected.txt:
* platform/mac/svg/custom/animate-path-discrete-expected.png:
* platform/mac/svg/custom/animate-path-morphing-expected.png:
* platform/mac/svg/custom/attribute-namespace-check-expected.png:
* platform/mac/svg/custom/baseval-animval-equality-expected.png:
* platform/mac/svg/custom/circular-marker-reference-1-expected.png:
* platform/mac/svg/custom/circular-marker-reference-2-expected.png:
* platform/mac/svg/custom/circular-marker-reference-3-expected.png:
* platform/mac/svg/custom/circular-marker-reference-4-expected.png:
* platform/mac/svg/custom/class-selector-expected.png:
* platform/mac/svg/custom/clip-path-child-changes-expected.png:
* platform/mac/svg/custom/clip-path-display-none-child-expected.png:
* platform/mac/svg/custom/clip-path-href-changes-expected.png:
* platform/mac/svg/custom/clip-path-referencing-use-expected.png:
* platform/mac/svg/custom/clip-path-referencing-use2-expected.png:
* platform/mac/svg/custom/clip-path-units-changes-expected.png:
* platform/mac/svg/custom/clip-path-with-transform-expected.png:
* platform/mac/svg/custom/conditional-processing-outside-switch-expected.png:
* platform/mac/svg/custom/container-opacity-clip-viewBox-expected.checksum:
* platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png:
* platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
* platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
* platform/mac/svg/custom/create-metadata-element-expected.png:
* platform/mac/svg/custom/createelement-expected.png:
* platform/mac/svg/custom/css-pixels-dpi-expected.png:
* platform/mac/svg/custom/dasharrayOrigin-expected.png:
* platform/mac/svg/custom/deep-dynamic-updates-expected.png:
* platform/mac/svg/custom/display-none-expected.png:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
* platform/mac/svg/custom/dominant-baseline-modes-expected.png:
* platform/mac/svg/custom/dynamic-empty-path-expected.png:
* platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
* platform/mac/svg/custom/dynamic-viewBox-expected.png:
* platform/mac/svg/custom/embedded-svg-disallowed-in-dashboard-expected.png:
* platform/mac/svg/custom/empty-clip-path-expected.png:
* platform/mac/svg/custom/empty-merge-expected.png:
* platform/mac/svg/custom/evt-onload-expected.png:
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
* platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
* platform/mac/svg/custom/feDisplacementMap-01-expected.png:
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.png:
* platform/mac/svg/custom/fill-fallback-expected.png:
* platform/mac/svg/custom/fill-update-expected.png:
* platform/mac/svg/custom/filter-source-alpha-expected.png:
* platform/mac/svg/custom/focus-ring-expected.checksum:
* platform/mac/svg/custom/focus-ring-expected.png:
* platform/mac/svg/custom/font-face-cascade-order-expected.png:
* platform/mac/svg/custom/font-face-simple-expected.png:
* platform/mac/svg/custom/font-platformDestroy-crash-expected.png:
* platform/mac/svg/custom/foreign-object-skew-expected.png:
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png:
* platform/mac/svg/custom/fractional-rects-expected.png:
* platform/mac/svg/custom/frame-getSVGDocument-expected.png:
* platform/mac/svg/custom/getBBox-js-expected.png:
* platform/mac/svg/custom/getPresentationAttribute-expected.png:
* platform/mac/svg/custom/getPresentationAttribute-modify-expected.png:
* platform/mac/svg/custom/getSubStringLength-expected.png:
* platform/mac/svg/custom/getTransformToElement-expected.png:
* platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
* platform/mac/svg/custom/getsvgdocument-expected.png:
* platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png:
* platform/mac/svg/custom/gradient-add-stops-expected.png:
* platform/mac/svg/custom/gradient-attr-update-expected.png:
* platform/mac/svg/custom/gradient-cycle-detection-expected.png:
* platform/mac/svg/custom/gradient-deep-referencing-expected.png:
* platform/mac/svg/custom/gradient-rotated-bbox-expected.png:
* platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
* platform/mac/svg/custom/gradient-stop-style-change-expected.png:
* platform/mac/svg/custom/gradient-stroke-width-expected.png:
* platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
* platform/mac/svg/custom/group-opacity-expected.png:
* platform/mac/svg/custom/hit-test-path-expected.png:
* platform/mac/svg/custom/hit-test-path-stroke-expected.png:
* platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
* platform/mac/svg/custom/hit-test-with-br-expected.png:
* platform/mac/svg/custom/hover-default-fill-expected.png:
* platform/mac/svg/custom/image-clipped-hit-expected.png:
* platform/mac/svg/custom/image-parent-translation-expected.png:
* platform/mac/svg/custom/image-small-width-height-expected.png:
* platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.png:
* platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png:
* platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
* platform/mac/svg/custom/immutable-properties-expected.png:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.png:
* platform/mac/svg/custom/inner-percent-expected.png:
* platform/mac/svg/custom/inner-svg-hit-test-expected.png:
* platform/mac/svg/custom/invalid-css-expected.png:
* platform/mac/svg/custom/invalid-fill-expected.png:
* platform/mac/svg/custom/invalid-fill-hex-expected.png:
* platform/mac/svg/custom/invalid-lengthlist-expected.png:
* platform/mac/svg/custom/invalid-transforms-expected.png:
* platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
* platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
* platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
* platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
* platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum:
* platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/mac/svg/custom/js-late-gradient-creation-expected.checksum:
* platform/mac/svg/custom/js-late-gradient-creation-expected.png:
* platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
* platform/mac/svg/custom/js-late-marker-creation-expected.png:
* platform/mac/svg/custom/js-late-mask-and-object-creation-expected.png:
* platform/mac/svg/custom/js-late-mask-creation-expected.png:
* platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
* platform/mac/svg/custom/js-late-pattern-creation-expected.png:
* platform/mac/svg/custom/js-svg-constructors-expected.png:
* platform/mac/svg/custom/js-update-bounce-expected.checksum:
* platform/mac/svg/custom/js-update-bounce-expected.png:
* platform/mac/svg/custom/js-update-container-expected.png:
* platform/mac/svg/custom/js-update-container2-expected.png:
* platform/mac/svg/custom/js-update-gradient-expected.png:
* platform/mac/svg/custom/js-update-image-expected.png:
* platform/mac/svg/custom/js-update-path-changes-expected.png:
* platform/mac/svg/custom/js-update-path-removal-expected.png:
* platform/mac/svg/custom/js-update-pattern-child-expected.png:
* platform/mac/svg/custom/js-update-pattern-expected.png:
* platform/mac/svg/custom/js-update-polygon-changes-expected.png:
* platform/mac/svg/custom/js-update-polygon-removal-expected.png:
* platform/mac/svg/custom/js-update-stop-expected.png:
* platform/mac/svg/custom/js-update-style-expected.png:
* platform/mac/svg/custom/js-update-transform-addition-expected.png:
* platform/mac/svg/custom/js-update-transform-changes-expected.png:
* platform/mac/svg/custom/junk-data-expected.png:
* platform/mac/svg/custom/large-bounding-box-percents-expected.png:
* platform/mac/svg/custom/linking-a-03-b-all-expected.png:
* platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
* platform/mac/svg/custom/linking-a-03-b-transform-expected.png:
* platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png:
* platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
* platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.png:
* platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
* platform/mac/svg/custom/loadevents-capturing-expected.png:
* platform/mac/svg/custom/loadevents-externalresourcesrequired-displaynone-expected.png:
* platform/mac/svg/custom/loadevents-externalresourcesrequired-expected.png:
* platform/mac/svg/custom/loadevents-normal-displaynone-expected.png:
* platform/mac/svg/custom/loadevents-normal-expected.png:
* platform/mac/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.png:
* platform/mac/svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.png:
* platform/mac/svg/custom/marker-changes-expected.png:
* platform/mac/svg/custom/marker-child-changes-expected.png:
* platform/mac/svg/custom/marker-default-width-height-expected.png:
* platform/mac/svg/custom/marker-getPropertyValue-expected.png:
* platform/mac/svg/custom/marker-overflow-clip-expected.png:
* platform/mac/svg/custom/marker-viewBox-changes-expected.png:
* platform/mac/svg/custom/mask-changes-expected.png:
* platform/mac/svg/custom/mask-child-changes-expected.png:
* platform/mac/svg/custom/mask-excessive-malloc-expected.png:
* platform/mac/svg/custom/mask-inside-defs-expected.png:
* platform/mac/svg/custom/missing-xlink-expected.png:
* platform/mac/svg/custom/multiple-title-elements-expected.png:
* platform/mac/svg/custom/non-circular-marker-reference-expected.png:
* platform/mac/svg/custom/non-opaque-filters-expected.png:
* platform/mac/svg/custom/path-bad-data-expected.png:
* platform/mac/svg/custom/path-getTotalLength-expected.png:
* platform/mac/svg/custom/path-textPath-simulation-expected.png:
* platform/mac/svg/custom/path-update-expected.png:
* platform/mac/svg/custom/pattern-cycle-detection-expected.png:
* platform/mac/svg/custom/pattern-deep-referencing-expected.png:
* platform/mac/svg/custom/pattern-in-defs-expected.png:
* platform/mac/svg/custom/pattern-rotate-expected.png:
* platform/mac/svg/custom/pattern-y-offset-expected.png:
* platform/mac/svg/custom/percentage-of-html-parent-expected.png:
* platform/mac/svg/custom/percentage-rect-expected.png:
* platform/mac/svg/custom/percentage-rect2-expected.png:
* platform/mac/svg/custom/pointer-events-image-expected.png:
* platform/mac/svg/custom/pointer-events-path-expected.png:
* platform/mac/svg/custom/pointer-events-text-expected.png:
* platform/mac/svg/custom/poly-identify-expected.png:
* platform/mac/svg/custom/poly-points-attribute-changes-expected.png:
* platform/mac/svg/custom/polyline-hittest-expected.png:
* platform/mac/svg/custom/polyline-invalid-points-expected.png:
* platform/mac/svg/custom/polyline-setattribute-points-null-expected.png:
* platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
* platform/mac/svg/custom/prevent-default-expected.png:
* platform/mac/svg/custom/recursive-clippath-expected.png:
* platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png:
* platform/mac/svg/custom/resource-client-removal-expected.png:
* platform/mac/svg/custom/rgbcolor-syntax-expected.png:
* platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png:
* platform/mac/svg/custom/rootelement-expected.png:
* platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
* platform/mac/svg/custom/rounded-rects-expected.png:
* platform/mac/svg/custom/scroll-hit-test-expected.png:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/custom/second-inline-text-expected.png:
* platform/mac/svg/custom/selectSubString-expected.png:
* platform/mac/svg/custom/shape-rendering-expected.png:
* platform/mac/svg/custom/shapes-supporting-markers-expected.png:
* platform/mac/svg/custom/sheet-title-expected.png:
* platform/mac/svg/custom/simpleCDF-expected.png:
* platform/mac/svg/custom/stroke-fallback-expected.png:
* platform/mac/svg/custom/stroked-pattern-expected.png:
* platform/mac/svg/custom/struct-use-09-b-expected.png:
* platform/mac/svg/custom/style-attribute-font-size-expected.png:
* platform/mac/svg/custom/svg-absolute-children-expected.png:
* platform/mac/svg/custom/svg-disallowed-in-dashboard-object-expected.png:
* platform/mac/svg/custom/svg-features-expected.png:
* platform/mac/svg/custom/svg-float-border-padding-expected.png:
* platform/mac/svg/custom/svg-fonts-in-html-expected.checksum:
* platform/mac/svg/custom/svg-fonts-in-html-expected.png:
* platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
* platform/mac/svg/custom/svg-modify-currentTranslate-expected.png:
* platform/mac/svg/custom/svg-overflow-types-expected.png:
* platform/mac/svg/custom/svg-xml-dom-sync-expected.png:
* platform/mac/svg/custom/svgpolyparser-extra-space-expected.png:
* platform/mac/svg/custom/svgsvgelement-ctm-expected.png:
* platform/mac/svg/custom/tearoffs-with-tearoffs-expected.png:
* platform/mac/svg/custom/text-clip-expected.png:
* platform/mac/svg/custom/text-ctm-expected.png:
* platform/mac/svg/custom/text-decoration-visibility-expected.png:
* platform/mac/svg/custom/text-dom-01-f-expected.png:
* platform/mac/svg/custom/text-dom-removal-expected.png:
* platform/mac/svg/custom/text-filter-expected.png:
* platform/mac/svg/custom/text-gradient-no-content-expected.png:
* platform/mac/svg/custom/text-hit-test-expected.png:
* platform/mac/svg/custom/text-image-opacity-expected.png:
* platform/mac/svg/custom/text-letter-spacing-expected.png:
* platform/mac/svg/custom/text-linking-expected.png:
* platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
* platform/mac/svg/custom/text-whitespace-handling-expected.png:
* platform/mac/svg/custom/text-x-dx-lists-expected.png:
* platform/mac/svg/custom/text-x-override-in-tspan-child-expected.png:
* platform/mac/svg/custom/text-xy-updates-expected.png:
* platform/mac/svg/custom/textPath-assert-expected.png:
* platform/mac/svg/custom/transform-ignore-after-invalid-expected.png:
* platform/mac/svg/custom/transform-invalid-expected.png:
* platform/mac/svg/custom/transform-removeAttributeNS-expected.png:
* platform/mac/svg/custom/transform-scale-parse-expected.png:
* platform/mac/svg/custom/transform-with-ending-space-expected.png:
* platform/mac/svg/custom/tref-update-expected.png:
* platform/mac/svg/custom/use-clipped-hit-expected.png:
* platform/mac/svg/custom/use-css-events-expected.png:
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum:
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
* platform/mac/svg/custom/use-detach-expected.png:
* platform/mac/svg/custom/use-dynamic-append-expected.png:
* platform/mac/svg/custom/use-empty-reference-expected.png:
* platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
* platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
* platform/mac/svg/custom/use-events-crash-expected.png:
* platform/mac/svg/custom/use-forward-refs-expected.png:
* platform/mac/svg/custom/use-infinite-recursion-expected.png:
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
* platform/mac/svg/custom/use-modify-container-in-target-expected.png:
* platform/mac/svg/custom/use-modify-target-container-expected.png:
* platform/mac/svg/custom/use-modify-target-symbol-expected.png:
* platform/mac/svg/custom/use-nested-transform-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
* platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
* platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
* platform/mac/svg/custom/use-on-g-containing-symbol-expected.png:
* platform/mac/svg/custom/use-on-g-containing-use-expected.png:
* platform/mac/svg/custom/use-on-g-expected.png:
* platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png:
* platform/mac/svg/custom/use-on-rect-expected.png:
* platform/mac/svg/custom/use-on-symbol-expected.png:
* platform/mac/svg/custom/use-on-text-expected.png:
* platform/mac/svg/custom/use-on-use-expected.png:
* platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
* platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
* platform/mac/svg/custom/use-recalcStyle-crash-expected.png:
* platform/mac/svg/custom/use-recursion-1-expected.png:
* platform/mac/svg/custom/use-recursion-2-expected.png:
* platform/mac/svg/custom/use-recursion-3-expected.png:
* platform/mac/svg/custom/use-recursion-4-expected.png:
* platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
* platform/mac/svg/custom/use-symbol-overflow-expected.png:
* platform/mac/svg/custom/use-transform-expected.png:
* platform/mac/svg/custom/viewBox-hit-expected.png:
* platform/mac/svg/custom/viewbox-syntax-expected.png:
* platform/mac/svg/custom/viewport-clip-expected.png:
* platform/mac/svg/custom/viewport-em-expected.png:
* platform/mac/svg/custom/viewport-no-width-height-expected.png:
* platform/mac/svg/custom/viewport-update-expected.png:
* platform/mac/svg/custom/viewport-update2-expected.png:
* platform/mac/svg/custom/visibility-override-clip-expected.png:
* platform/mac/svg/custom/visibility-override-expected.png:
* platform/mac/svg/custom/visibility-override-filter-expected.png:
* platform/mac/svg/custom/visibility-override-mask-expected.png:
* platform/mac/svg/custom/width-full-percentage-expected.png:
* platform/mac/svg/custom/xhtml-no-svg-renderer-expected.png:
* platform/mac/svg/custom/xml-stylesheet-expected.png:
* platform/mac/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
* platform/mac/svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading-expected.png:
* platform/mac/svg/dom/SVGScriptElement/script-load-and-error-events-expected.png:
* platform/mac/svg/dom/SVGScriptElement/script-reexecution-expected.png:
* platform/mac/svg/dom/SVGScriptElement/script-set-href-expected.png:
* platform/mac/svg/dom/altGlyph-dom-expected.png:
* platform/mac/svg/dom/animated-tearoff-equality-expected.png:
* platform/mac/svg/dom/animated-tearoff-lifespan-expected.png:
* platform/mac/svg/dom/font-face-elements-expected.png:
* platform/mac/svg/dom/length-list-parser-expected.png:
* platform/mac/svg/dom/path-parser-expected.png:
* platform/mac/svg/dom/points-parser-expected.png:
* platform/mac/svg/dom/preserve-aspect-ratio-parser-expected.png:
* platform/mac/svg/dom/rgb-color-parser-expected.png:
* platform/mac/svg/dom/string-list-parser-expected.png:
* platform/mac/svg/dom/svg-element-attribute-js-null-expected.png:
* platform/mac/svg/dom/transform-parser-expected.png:
* platform/mac/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png:
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png:
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png:
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png:
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png:
* platform/mac/svg/hixie/cascade/001-broken-expected.png:
* platform/mac/svg/hixie/cascade/002-expected.png:
* platform/mac/svg/hixie/data-types/001-expected.png:
* platform/mac/svg/hixie/data-types/002-expected.png:
* platform/mac/svg/hixie/dynamic/001-expected.png:
* platform/mac/svg/hixie/dynamic/002-expected.png:
* platform/mac/svg/hixie/dynamic/003-expected.png:
* platform/mac/svg/hixie/dynamic/004-expected.png:
* platform/mac/svg/hixie/dynamic/005-expected.png:
* platform/mac/svg/hixie/dynamic/006-expected.png:
* platform/mac/svg/hixie/error/001-expected.png:
* platform/mac/svg/hixie/error/002-expected.png:
* platform/mac/svg/hixie/error/003-expected.png:
* platform/mac/svg/hixie/error/004-expected.png:
* platform/mac/svg/hixie/error/005-expected.png:
* platform/mac/svg/hixie/error/006-expected.png:
* platform/mac/svg/hixie/error/007-expected.png:
* platform/mac/svg/hixie/error/008-expected.png:
* platform/mac/svg/hixie/error/009-expected.png:
* platform/mac/svg/hixie/error/010-expected.png:
* platform/mac/svg/hixie/error/011-expected.png:
* platform/mac/svg/hixie/error/012-expected.png:
* platform/mac/svg/hixie/error/013-expected.png:
* platform/mac/svg/hixie/error/014-expected.png:
* platform/mac/svg/hixie/error/014-test-expected.png:
* platform/mac/svg/hixie/error/015-expected.png:
* platform/mac/svg/hixie/error/016-expected.png:
* platform/mac/svg/hixie/error/017-expected.png:
* platform/mac/svg/hixie/links/001-expected.png:
* platform/mac/svg/hixie/links/002-expected.png:
* platform/mac/svg/hixie/links/003-broken-expected.png:
* platform/mac/svg/hixie/mixed/003-expected.png:
* platform/mac/svg/hixie/mixed/004-expected.png:
* platform/mac/svg/hixie/mixed/005-expected.png:
* platform/mac/svg/hixie/mixed/006-expected.png:
* platform/mac/svg/hixie/mixed/007-expected.png:
* platform/mac/svg/hixie/mixed/008-expected.png:
* platform/mac/svg/hixie/mixed/009-expected.png:
* platform/mac/svg/hixie/mixed/010-expected.png:
* platform/mac/svg/hixie/mixed/011-expected.png:
* platform/mac/svg/hixie/painting/001-expected.png:
* platform/mac/svg/hixie/perf/001-expected.png:
* platform/mac/svg/hixie/perf/002-expected.png:
* platform/mac/svg/hixie/perf/003-expected.png:
* platform/mac/svg/hixie/perf/004-expected.png:
* platform/mac/svg/hixie/perf/005-expected.png:
* platform/mac/svg/hixie/perf/006-expected.png:
* platform/mac/svg/hixie/perf/007-expected.png:
* platform/mac/svg/hixie/processing-model/003-expected.png:
* platform/mac/svg/hixie/processing-model/004-expected.png:
* platform/mac/svg/hixie/processing-model/005-expected.png:
* platform/mac/svg/hixie/rendering-model/001-expected.png:
* platform/mac/svg/hixie/rendering-model/002-expected.png:
* platform/mac/svg/hixie/rendering-model/003-expected.png:
* platform/mac/svg/hixie/rendering-model/003a-expected.png:
* platform/mac/svg/hixie/rendering-model/004-expected.png:
* platform/mac/svg/hixie/shapes/path/001-expected.png:
* platform/mac/svg/hixie/text/001-broken-expected.png:
* platform/mac/svg/hixie/text/002-expected.png:
* platform/mac/svg/hixie/text/003-expected.png:
* platform/mac/svg/hixie/text/003a-expected.png:
* platform/mac/svg/hixie/text/003b-expected.png:
* platform/mac/svg/hixie/transform/001-expected.png:
* platform/mac/svg/hixie/use/001-expected.png:
* platform/mac/svg/hixie/use/002-expected.png:
* platform/mac/svg/hixie/use/002-test-expected.png:
* platform/mac/svg/hixie/viewbox/001-expected.png:
* platform/mac/svg/hixie/viewbox/002-expected.png:
* platform/mac/svg/hixie/viewbox/003-expected.png:
* platform/mac/svg/hixie/viewbox/004-expected.png:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
* platform/mac/svg/text/kerning-expected.png:
* platform/mac/svg/text/kerning-expected.txt:
* platform/mac/svg/text/multichar-glyph-expected.png:
* platform/mac/svg/text/multichar-glyph-expected.txt:
* platform/mac/svg/text/text-align-01-b-expected.checksum:
* platform/mac/svg/text/text-align-01-b-expected.png:
* platform/mac/svg/text/text-align-02-b-expected.checksum:
* platform/mac/svg/text/text-align-02-b-expected.png:
* platform/mac/svg/text/text-align-03-b-expected.checksum:
* platform/mac/svg/text/text-align-03-b-expected.png:
* platform/mac/svg/text/text-align-04-b-expected.checksum:
* platform/mac/svg/text/text-align-04-b-expected.png:
* platform/mac/svg/text/text-align-05-b-expected.checksum:
* platform/mac/svg/text/text-align-05-b-expected.png:
* platform/mac/svg/text/text-align-06-b-expected.png:
* platform/mac/svg/text/text-altglyph-01-b-expected.checksum:
* platform/mac/svg/text/text-altglyph-01-b-expected.png:
* platform/mac/svg/text/text-altglyph-01-b-expected.txt:
* platform/mac/svg/text/text-deco-01-b-expected.checksum:
* platform/mac/svg/text/text-deco-01-b-expected.png:
* platform/mac/svg/text/text-fonts-01-t-expected.checksum:
* platform/mac/svg/text/text-fonts-01-t-expected.png:
* platform/mac/svg/text/text-fonts-02-t-expected.checksum:
* platform/mac/svg/text/text-fonts-02-t-expected.png:
* platform/mac/svg/text/text-intro-05-t-expected.checksum:
* platform/mac/svg/text/text-intro-05-t-expected.png:
* platform/mac/svg/text/text-path-01-b-expected.checksum:
* platform/mac/svg/text/text-path-01-b-expected.png:
* platform/mac/svg/text/text-property-with-display-none-expected.png:
* platform/mac/svg/text/text-spacing-01-b-expected.png:
* platform/mac/svg/text/text-text-01-b-expected.png:
* platform/mac/svg/text/text-text-03-b-expected.checksum:
* platform/mac/svg/text/text-text-03-b-expected.png:
* platform/mac/svg/text/text-text-04-t-expected.checksum:
* platform/mac/svg/text/text-text-04-t-expected.png:
* platform/mac/svg/text/text-text-04-t-expected.txt:
* platform/mac/svg/text/text-text-05-t-expected.checksum:
* platform/mac/svg/text/text-text-05-t-expected.png:
* platform/mac/svg/text/text-text-05-t-expected.txt:
* platform/mac/svg/text/text-text-06-t-expected.checksum:
* platform/mac/svg/text/text-text-06-t-expected.png:
* platform/mac/svg/text/text-text-06-t-expected.txt:
* platform/mac/svg/text/text-text-07-t-expected.checksum:
* platform/mac/svg/text/text-text-07-t-expected.png:
* platform/mac/svg/text/text-text-08-b-expected.checksum:
* platform/mac/svg/text/text-text-08-b-expected.png:
* platform/mac/svg/text/text-tref-01-b-expected.checksum:
* platform/mac/svg/text/text-tref-01-b-expected.png:
* platform/mac/svg/text/text-tselect-01-b-expected.checksum:
* platform/mac/svg/text/text-tselect-01-b-expected.png:
* platform/mac/svg/text/text-tselect-02-f-expected.checksum:
* platform/mac/svg/text/text-tselect-02-f-expected.png:
* platform/mac/svg/text/text-tspan-01-b-expected.checksum:
* platform/mac/svg/text/text-tspan-01-b-expected.png:
* platform/mac/svg/text/text-ws-01-t-expected.checksum:
* platform/mac/svg/text/text-ws-01-t-expected.png:
* platform/mac/svg/text/text-ws-02-t-expected.checksum:
* platform/mac/svg/text/text-ws-02-t-expected.png:
* platform/mac/svg/text/textPathBoundsBug-expected.png:
* platform/mac/svg/webarchive/svg-feimage-subresources-expected.png:
* platform/mac/svg/webarchive/svg-script-subresouces-expected.png:
* svg/custom/glyph-setting-d-attribute-expected.png:
* svg/custom/glyph-setting-d-attribute-expected.txt:
* svg/custom/use-clipped-transform-expected.png:
2008-10-05 Cameron Zwarich <zwarich@apple.com>
Reviewed by Oliver Hunt.
Tests for bug 21364: Remove the branch in op_ret for OptionalCalleeActivation and OptionalCalleeArguments
<https://bugs.webkit.org/show_bug.cgi?id=21364>
Add tests for changes to the liveness of 'f.arguments'.
* fast/js/function-dot-arguments-expected.txt:
* fast/js/resources/function-dot-arguments.js:
2008-10-05 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
Tests for the new Origin header.
https://bugs.webkit.org/show_bug.cgi?id=20792
Collin Jackson <collinj@webkit.org> also contributed to this patch.
* http/tests/security/originHeader: Added.
* http/tests/security/originHeader/origin-header-for-data-expected.txt: Added.
* http/tests/security/originHeader/origin-header-for-data.html: Added.
* http/tests/security/originHeader/origin-header-for-empty-expected.txt: Added.
* http/tests/security/originHeader/origin-header-for-empty.html: Added.
* http/tests/security/originHeader/origin-header-for-get-expected.txt: Added.
* http/tests/security/originHeader/origin-header-for-get.html: Added.
* http/tests/security/originHeader/origin-header-for-https-expected.txt: Added.
* http/tests/security/originHeader/origin-header-for-https.html: Added.
* http/tests/security/originHeader/origin-header-for-post-expected.txt: Added.
* http/tests/security/originHeader/origin-header-for-post.html: Added.
* http/tests/security/originHeader/origin-header-for-xmlhttprequest-expected.txt: Added.
* http/tests/security/originHeader/origin-header-for-xmlhttprequest.html: Added.
* http/tests/security/originHeader/resources: Added.
* http/tests/security/originHeader/resources/origin-header-post-to-http.html: Added.
* http/tests/security/originHeader/resources/print-origin.cgi: Added.
2008-10-05 Oliver Hunt <oliver@apple.com>
Reviewed by Reviewed by Tim Hatcher.
Bug 21381: Incremental parsing of html causes bogus line numbers in some cases
<https://bugs.webkit.org/show_bug.cgi?id=21381>
Test case for incremental parsing being interrupted midway through a script element.
* http/tests/incremental/pause-in-script-element-expected.txt: Added.
* http/tests/incremental/pause-in-script-element.pl: Added.
2008-10-03 Maciej Stachowiak <mjs@apple.com>
Reviewed by Cameron Zwarich.
- test case for: "this" object in methods called on primitives should be wrapper object
* fast/js/primitive-method-this-expected.txt: Added.
* fast/js/primitive-method-this.html: Added.
* fast/js/resources/primitive-method-this.js: Added.
2008-10-03 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
Testcase for "white-space: -webkit-nowrap" only being converted to
"white-space: nowrap" on <td> and <th> now, not any element with a table-cell
dispay type.
See https://bugs.webkit.org/show_bug.cgi?id=21287#c3
* fast/table/td-display-nowrap-expected.txt: Added.
* fast/table/td-display-nowrap.html: Added.
2008-10-03 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyat
Clean up code that changes the RenderStyle passed in to
table renderer setStyle() methods.
https://bugs.webkit.org/show_bug.cgi?id=21287
* fast/table/floating-th.html: Added.
* fast/table/table-display-types-strict.html: Added.
* fast/table/table-display-types.html: Added.
* platform/mac/fast/table/floating-th-expected.txt: Added.
* platform/mac/fast/table/table-display-types-expected.txt: Added.
* platform/mac/fast/table/table-display-types-strict-expected.txt: Added.
2008-10-03 Rob Buis <buis@kde.org>
Reviewed by Darin.
Test for:
https://bugs.webkit.org/show_bug.cgi?id=20134
REGRESSION (2.0.4-3.0.4): No default value set for <input type=range> with an even difference of (max - min)
* fast/forms/range-default-value-expected.txt: Added.
* fast/forms/range-default-value.html: Added.
2008-10-02 Dan Bernstein <mitz@apple.com>
Reviewed by Geoffrey Garen and Sam Weinig.
* svg/custom/font-face-not-in-document-expected.txt: Added.
* svg/custom/font-face-not-in-document.svg: Added.
2008-10-01 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
New tests for display types and float on table elements.
https://bugs.webkit.org/show_bug.cgi?id=21287
* fast/table/floating-th.html: Added.
* fast/table/table-display-types-strict.html: Added.
* fast/table/table-display-types.html: Added.
* platform/mac/fast/table/floating-th-expected.txt: Added.
* platform/mac/fast/table/table-display-types-expected.txt: Added.
* platform/mac/fast/table/table-display-types-strict-expected.txt: Added.
2008-10-02 Adele Peterson <adele@apple.com>
Reviewed by Dan Bernstein.
Update tests for https://bugs.webkit.org/show_bug.cgi?id=21299
REGRESSION: <input> color specified in inline style applies to placeholder
* fast/forms/placeholder-pseudo-style.html:
* platform/mac/fast/forms/password-placeholder-expected.txt:
* platform/mac/fast/forms/password-placeholder-text-security-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/placeholder-set-attribute-expected.txt:
2008-10-01 Chris Fleizach <cfleizach@apple.com>
Reviewed by Darin Adler.
Update table detection tests by adding two more tables
* accessibility/table-detection.html:
* accessibility/table-detection-expected.txt:
* platform/mac-snowleopard/accessibility/table-detection-expected.txt:
2008-10-02 Adele Peterson <adele@apple.com>
Update results for mac-tiger.
* platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-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/text/003-expected.txt:
* platform/mac-tiger/svg/hixie/text/003a-expected.txt:
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
* platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
2008-10-02 Brett Wilson <brettw@chromium.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=21292
Revert the changes to enclosingIntRect made in r12530 since the new code
doesn't round correctly.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-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-33-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
* platform/mac/svg/batik/filters/filterRegions-expected.txt:
* platform/mac/svg/batik/paints/gradientLimit-expected.txt:
* platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
* platform/mac/svg/batik/paints/patternRegionA-expected.txt:
* platform/mac/svg/batik/text/textAnchor2-expected.txt:
* platform/mac/svg/batik/text/textAnchor3-expected.txt:
* platform/mac/svg/batik/text/textEffect-expected.txt:
* platform/mac/svg/batik/text/textEffect3-expected.txt:
* platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
* platform/mac/svg/batik/text/textLayout-expected.txt:
* platform/mac/svg/batik/text/textLayout2-expected.txt:
* platform/mac/svg/batik/text/textLength-expected.txt:
* platform/mac/svg/batik/text/textOnPath-expected.txt:
* platform/mac/svg/batik/text/textOnPath2-expected.txt:
* platform/mac/svg/batik/text/textOnPath3-expected.txt:
* platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
* platform/mac/svg/batik/text/textPCDATA-expected.txt:
* platform/mac/svg/batik/text/textPosition2-expected.txt:
* platform/mac/svg/batik/text/textProperties-expected.txt:
* platform/mac/svg/batik/text/textStyles-expected.txt:
* platform/mac/svg/batik/text/verticalText-expected.txt:
* platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
* platform/mac/svg/batik/text/xmlSpace-expected.txt:
* platform/mac/svg/carto.net/button-expected.txt:
* platform/mac/svg/carto.net/colourpicker-expected.txt:
* platform/mac/svg/carto.net/scrollbar-expected.txt:
* platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
* platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
* platform/mac/svg/custom/font-face-cascade-order-expected.txt:
* platform/mac/svg/custom/font-face-simple-expected.txt:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/custom/text-xy-updates-expected.txt:
* platform/mac/svg/hixie/perf/001-expected.txt:
* platform/mac/svg/hixie/perf/002-expected.txt:
* platform/mac/svg/hixie/text/003-expected.txt:
* platform/mac/svg/hixie/text/003a-expected.txt:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
* platform/mac/svg/text/text-align-01-b-expected.txt:
* platform/mac/svg/text/text-align-02-b-expected.txt:
* platform/mac/svg/text/text-align-05-b-expected.txt:
* platform/mac/svg/text/text-align-06-b-expected.txt:
* platform/mac/svg/text/text-path-01-b-expected.txt:
* platform/mac/svg/text/text-text-04-t-expected.txt:
* platform/mac/svg/text/text-text-05-t-expected.txt:
* platform/mac/svg/text/text-text-07-t-expected.txt:
* platform/mac/svg/text/text-tspan-01-b-expected.txt:
2008-10-02 Gavin Barraclough <barraclough@apple.com>
Reviewed by Darin Adler.
Layout tests for for bug #21232 - plus a range of tests for, um, ranges.
* fast/js/regexp-ranges-and-escaped-hyphens-expected.txt: Added.
* fast/js/regexp-ranges-and-escaped-hyphens.html: Added.
* fast/js/resources/regexp-ranges-and-escaped-hyphens.js: Added.
2008-10-01 Cameron Zwarich <zwarich@apple.com>
Reviewed by Darin Adler.
Add some tests for the 'arguments' object. The included failures are
intentional. They are for regressions introduced in r37050, and they
will hopefully be fixed in the near future.
* fast/js/arguments-expected.txt:
* fast/js/function-dot-arguments-expected.txt:
* fast/js/resources/arguments.js:
* fast/js/resources/function-dot-arguments.js:
2008-10-01 Kevin McCullough <kmccullough@apple.com>
Reviewed by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=21284
Bug 21284: Max height affects max width
- Looks like a cut and paste bug
* fast/css/max-height-and-max-width-expected.txt: Added.
* fast/css/max-height-and-max-width.html: Added.
2008-10-01 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/6255862> domfuzz: null deref in WebCore::HTMLParser::handleResidualStyleCloseTagAcrossBlocks(WebCore::HTMLStackElem*)
* fast/parser/residual-style-close-across-removed-block-expected.txt: Added.
* fast/parser/residual-style-close-across-removed-block.html: Added.
2008-09-30 Eric Carlson <eric.carlson@apple.com>
Reviewed by Antti
https://bugs.webkit.org/show_bug.cgi?id=21243
Test default loopstart and loopend values.
* media/loopend-limits-expected.txt: Added.
* media/loopend-limits.html: Added.
* media/loopstart-limits-expected.txt: Added.
* media/loopstart-limits.html: Added.
* media/video-test.js:
2008-09-30 Dean Jackson <dino@apple.com>
Reviewed by Simon Fraser.
Remove console output that can cause test to fail on slow
machines.
* animations/transition-and-animation-2-expected.txt:
* animations/transition-and-animation-2.html:
2008-09-30 Adele Peterson <adele@apple.com>
Reviewed by Darin Adler.
Tests for https://bugs.webkit.org/show_bug.cgi?id=21227
<rdar://problem/6222134> add a way to set color for input placeholder text
* fast/forms/password-placeholder-text-security.html: Added.
* fast/forms/placeholder-pseudo-style.html: Added.
* platform/mac/fast/forms/password-placeholder-text-security-expected.checksum: Added.
* platform/mac/fast/forms/password-placeholder-text-security-expected.png: Added.
* platform/mac/fast/forms/password-placeholder-text-security-expected.txt: Added.
* platform/mac/fast/forms/placeholder-pseudo-style-expected.checksum: Added.
* platform/mac/fast/forms/placeholder-pseudo-style-expected.png: Added.
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt: Added.
Updated results. The placeholder color is now reflected on the RenderTextControl, not just on an inner element.
* platform/mac/fast/forms/input-disabled-color-expected.checksum:
* platform/mac/fast/forms/input-disabled-color-expected.png:
* platform/mac/fast/forms/input-disabled-color-expected.txt:
* platform/mac/fast/forms/password-placeholder-expected.checksum:
* platform/mac/fast/forms/password-placeholder-expected.png:
* platform/mac/fast/forms/password-placeholder-expected.txt:
* platform/mac/fast/forms/placeholder-set-attribute-expected.checksum:
* platform/mac/fast/forms/placeholder-set-attribute-expected.png:
* platform/mac/fast/forms/placeholder-set-attribute-expected.txt:
2008-09-30 Beth Dakin <bdakin@apple.com>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=20396 Abort caused
by failed allocation due to invalid counter/attr
and corresponding: <rdar://problem/6152371>
* fast/css/counters/counter-number-input-expected.txt: Added.
* fast/css/counters/counter-number-input.html: Added.
2008-09-30 Cameron Zwarich <zwarich@apple.com>
Reviewed by Geoff Garen.
Add some tests for the arguments object, on the way to fixing
Bug 21123: using "arguments" in a function should not force creation of an activation object
<https://bugs.webkit.org/show_bug.cgi?id=21123>
The function-dot-arguments test includes a case that now fails after
r37050, but it should be fixed with bug 21123.
* fast/js/arguments-expected.txt:
* fast/js/function-dot-arguments-expected.txt: Added.
* fast/js/function-dot-arguments.html: Added.
* fast/js/resources/arguments.js:
* fast/js/resources/function-dot-arguments.js: Added.
2008-09-29 Chris Fleizach <cfleizach@apple.com>
Reviewed by John Sullivan.
Tests for <rdar://problem/6255456> AX: <file> input button shouldn't have children exposed
* accessibility/nochildren-elements-expected.txt: Added.
* accessibility/nochildren-elements.html: Added.
2008-09-30 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=21213
MessagePort crash when GC collects an object with a pending close event
* fast/events/message-channel-gc-2-expected.txt: Added.
* fast/events/message-channel-gc-2.html: Added.
* fast/events/message-channel-listener-circular-ownership-expected.txt: Added
* fast/events/message-channel-listener-circular-ownership.html: Added
Demonstrate why turning the listeners into JSEventListeners wouldn't be right.
2008-09-29 Geoffrey Garen <ggaren@apple.com>
Reviewed by Cameron Zwarich.
Test case for which prototype is used when calling "new" across windows.
* fast/js/construct-global-object-expected.txt: Added.
* fast/js/construct-global-object.html: Added.
2008-09-29 Chris Marrin <cmarrin@apple.com>
Reviewed by Dave Hyatt
* animations/lineheight-animation-expected.txt: Added.
* animations/lineheight-animation.html: Added.
2008-09-29 Chris Marrin <cmarrin@apple.com>
Reviewed by Eric Seidel
Clean up fix in PropertyWrapperGetter::equals
https://bugs.webkit.org/show_bug.cgi?id=21011
* transitions/override-transition-crash-expected.txt: Added.
* transitions/override-transition-crash.html: Added.
2008-09-29 Chris Marrin <cmarrin@apple.com>
Reviewed by Eric Seidel
https://bugs.webkit.org/show_bug.cgi?id=21001
Starting transition after animation, when animation
is finished, transition is wrong.
* animations/transition-and-animation-2-expected.txt: Added.
* animations/transition-and-animation-2.html: Added.
2008-09-29 Chris Marrin <cmarrin@apple.com>
Reviewed by Sam Weinig
Test for
https://bugs.webkit.org/show_bug.cgi?id=20921
-webkit-animation-timing-function: inside of keyframes is ignored
* animations/keyframe-timing-functions-expected.txt: Added.
* animations/keyframe-timing-functions.html: Added.
2008-09-29 Chris Marrin <cmarrin@apple.com>
Reviewed by Darin Adler
Testcase for crash when parsing keyframes from an @imported
CSS file
https://bugs.webkit.org/show_bug.cgi?id=20855
* animations/import-crash-expected.txt: Added.
* animations/import-crash.html: Added.
* animations/import-expected.txt: Added.
* animations/import.html: Added.
* animations/resources/keyframes.css: Added.
2008-09-28 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=20366
Reproducible test failure for editing/undo/undo-iframe-location-change.html
This does not fix the problem, but makes the test more predictable by using iframe onload.
Also, makes the test runnable in browser. Turns out that the test reliably fails there too,
even without any special steps needed in DRT.
* editing/undo/undo-iframe-location-change-expected.txt:
* editing/undo/undo-iframe-location-change.html:
* ChangeLog-2007-10-14: Added bug URLs for a patch that included this test.
2008-09-27 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig.
- fix typo in test name
* media/video-click-dblckick-standalone-expected.txt: Copied from media/video-click-dlbclick-standalone-expected.txt.
* media/video-click-dblckick-standalone.html: Copied from media/video-click-dlbclick-standalone.html.
* media/video-click-dlbclick-standalone-expected.txt: Removed.
* media/video-click-dlbclick-standalone.html: Removed.
2008-09-27 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=21178
<rdar://problem/6248651>
Add tests.
* http/tests/plugins/local-geturl-from-remote-expected.txt: Added.
* http/tests/plugins/local-geturl-from-remote.html: Added.
2008-09-26 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej Stachowiak.
Bug 21054: Construction of certain DOM objects is heavily regressed by r36675
<https://bugs.webkit.org/show_bug.cgi?id=21054>
Tests to ensure that we correctly only have single instances of the
special cased Image, MessageChannel, Option, XMLHttpRequest, and Audio
constructors. We also test that we don't expose the cached objects
to subsequent documents as navigation occurs.
* fast/dom/constructors-cached-expected.txt: Added.
* fast/dom/constructors-cached-navigate-expected.txt: Added.
* fast/dom/constructors-cached-navigate.html: Added.
* fast/dom/constructors-cached.html: Added.
* fast/dom/resources/constructors-cached-navigate.js: Added.
* fast/dom/resources/constructors-cached.js: Added.
2008-09-25 Feng Qian <feng@chromium.org>
Test for: https://bugs.webkit.org/show_bug.cgi?id=21032
<rdar://problem/6243032>
Reviewed by Dave Hyatt.
The test crashes webkit if using Windows heap allocator.
* fast/dom/attribute-downcast-right-expected.txt: Added.
* fast/dom/attribute-downcast-right.html: Added.
2008-09-25 Brady Eidson <beidson@apple.com>
Rubberstamped by Mark Rowe
Roll out 36771 as it caused <rdar://problem/6246554>
"nytimes.com doesn't display after returning to it with back/forward"
* fast/css/nested-rule-parent-sheet-expected.txt: Removed.
* fast/css/nested-rule-parent-sheet.html: Removed.
2008-09-25 Eric Carlson <eric.carlson@apple.com>
Reviewed by Eric Seidel.
<rdar://problem/6171047> HTMLMediaElement "begin" event is now "loadstart"
https://bugs.webkit.org/show_bug.cgi?id=21003
Update media layout test results for progress event name change from "begin" to "loadstart"
* media/audio-constructor-expected.txt:
* media/audio-constructor-src-expected.txt:
* media/audio-constructor-src.html:
* media/audio-constructor.html:
* media/progress-event-expected.txt:
* media/progress-event-total-expected.txt:
* media/progress-event-total.html:
* media/progress-event.html:
* media/video-error-abort-expected.txt:
* media/video-error-abort.html:
* media/video-load-networkState-expected.txt:
* media/video-load-networkState.html:
* media/video-load-readyState-expected.txt:
* media/video-load-readyState.html:
* media/video-pause-empty-events-expected.txt:
* media/video-pause-empty-events.html:
* media/video-play-empty-events-expected.txt:
* media/video-play-empty-events.html:
* media/video-source-expected.txt:
* media/video-source-media-expected.txt:
* media/video-source-media.html:
* media/video-source-type-expected.txt:
* media/video-source-type-params-expected.txt:
* media/video-source-type-params.html:
* media/video-source-type.html:
* media/video-source.html:
* media/video-src-change-expected.txt:
* media/video-src-change.html:
* media/video-src-expected.txt:
* media/video-src-remove-expected.txt:
* media/video-src-remove.html:
* media/video-src-set-expected.txt:
* media/video-src-set.html:
* media/video-src-source-expected.txt:
* media/video-src-source.html:
* media/video-src.html:
2008-09-25 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=21097
Calling a MessageChannel constructor from a destroyed document results in a crash
* fast/events/message-port-constructor-for-deleted-document-expected.txt: Added.
* fast/events/message-port-constructor-for-deleted-document.html: Added.
2008-09-24 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Sam Weinig, Anders Carlsson, and (unofficially) Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=20879
Implement HTML5 channel messaging
* fast/dom/Window/window-properties-expected.txt:
* fast/events/message-channel-gc-expected.txt: Added.
* fast/events/message-channel-gc.html: Added.
* fast/events/message-port-deleted-document-expected.txt: Added.
* fast/events/message-port-deleted-document.html: Added.
* fast/events/message-port-deleted-frame-expected.txt: Added.
* fast/events/message-port-deleted-frame.html: Added.
* fast/events/message-port-expected.txt: Added.
* fast/events/message-port-inactive-document-expected.txt: Added.
* fast/events/message-port-inactive-document.html: Added.
* fast/events/message-port.html: Added.
* fast/events/resources/message-port-iframe.html: Added.
* http/tests/security/MessagePort: Added.
* http/tests/security/MessagePort/event-listener-context-expected.txt: Added.
* http/tests/security/MessagePort/event-listener-context.html: Added.
* http/tests/security/MessagePort/resources: Added.
* http/tests/security/MessagePort/resources/attacker-frame.html: Added.
* http/tests/security/MessagePort/resources/banking-site.html: Added.
2008-09-25 David Smith <catfish.man@gmail.com>
Reviewed by Eric Seidel
Tests for https://bugs.webkit.org/show_bug.cgi?id=21091
Regression: querySelector matches tag names case sensitively
* ChangeLog:
* fast/dom/SelectorAPI/caseTag-expected.txt: Added.
* fast/dom/SelectorAPI/caseTag.html: Added.
* fast/dom/SelectorAPI/caseTagX-expected.txt: Added.
* fast/dom/SelectorAPI/caseTagX.xhtml: Added.
2008-09-24 Sam Weinig <sam@webkit.org>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=21080
<rdar://problem/6243534>
Crash below Function.apply when using a runtime array as the argument list
* platform/mac/plugins/bindings-array-apply-crash-expected.txt: Added.
* platform/mac/plugins/bindings-array-apply-crash.html: Added.
2008-09-24 Jeremy Moskovich <jeremy@chromium.org>
Reviewed by Dan Bernstein.
- https://bugs.webkit.org/show_bug.cgi?id=20092
Spelling markers positioned incorrectly in RTL text
* editing/spelling/inline_spelling_markers.html: Added.
* platform/mac/editing/spelling/inline_spelling_markers-expected.checksum: Added.
* platform/mac/editing/spelling/inline_spelling_markers-expected.png: Added.
* platform/mac/editing/spelling/inline_spelling_markers-expected.txt: Added.
2008-09-24 Rob Buis <buis@kde.org>
Reviewed by Darin.
Test for:
https://bugs.webkit.org/show_bug.cgi?id=20557
getScreenCTM() returns wrong values
* svg/custom/getscreenctm-in-mixed-content2-expected.txt: Added.
* svg/custom/getscreenctm-in-mixed-content2.xhtml: Added.
2008-09-23 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Test for https://bugs.webkit.org/show_bug.cgi?id=21038
Uncaught exceptions in regex replace callbacks crash webkit
* fast/js/string-replace-exception-crash-expected.txt: Added.
* fast/js/string-replace-exception-crash.html: Added.
2008-09-23 Beth Dakin <bdakin@apple.com>
Reviewed by Sam Weinig.
Test for https://bugs.webkit.org/show_bug.cgi?id=21041 "Add
Contact" link at gmail does not support AXPress action
and corresponding: <rdar://problem/6216178>
* accessibility/aria-link-supports-press-expected.txt: Added.
* accessibility/aria-link-supports-press.html: Added.
2008-09-23 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric.
Temporarily disable SVGElementInstance tests, until EventTargetSVGElementInstance transition is finished.
* svg/custom/use-elementInstance-event-target.svg-disabled: Copied from svg/custom/use-elementInstance-event-target.svg.
* svg/custom/use-elementInstance-methods.svg-disabled: Copied from LayoutTests/svg/custom/use-elementInstance-methods.svg.
2008-09-23 Dan Bernstein <mitz@apple.com>
Reviewed by Beth Dakin.
- test for <rdar://problem/6233388> Crash beneath -[WebFrameView keyDown:]
* fast/events/keydown-remove-frame-expected.txt: Added.
* fast/events/keydown-remove-frame.html: Added.
* fast/events/resources/keydown-remove-frame-iframe.html: Added.
2008-09-23 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=21023
Don't use TEC for encodings supported by ICU
* fast/encoding/char-decoding-expected.txt:
* fast/encoding/char-decoding.html:
* fast/encoding/char-encoding-expected.txt:
* fast/encoding/char-encoding.html:
Added tests for these encodings. At least MacCyrillic is widely used on the Web, and I think
that the other three were picked by ICU because they are used, too.
2008-09-22 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Tests for https://bugs.webkit.org/show_bug.cgi?id=21013
* fast/forms/selection-functions.html: Update test to match new
behavior that we now share with Firefox.
2008-09-22 David Hyatt <hyatt@apple.com>
Layout test for double click scrollbar bug.
Reviewed by Sam Weinig
* fast/events/scrollbar-double-click-expected.txt: Added.
* fast/events/scrollbar-double-click.html: Added.
2008-09-22 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- tests and updated results for <rdar://problem/5158514> Switch the complex text code path to Core Text
* platform/mac-snowleopard/fast: Added.
* platform/mac-snowleopard/fast/text: Added.
* platform/mac-snowleopard/fast/text/atsui-multiple-renderers-expected.checksum: Added.
* platform/mac-snowleopard/fast/text/atsui-multiple-renderers-expected.png: Added.
* platform/mac-snowleopard/fast/text/atsui-multiple-renderers-expected.txt: Added.
* platform/mac-snowleopard/fast/text/myanmar-shaping-expected.checksum: Added.
* platform/mac-snowleopard/fast/text/myanmar-shaping-expected.png: Added.
* platform/mac-snowleopard/fast/text/myanmar-shaping-expected.txt: Added.
* platform/mac-snowleopard/fast/text/myanmar-shaping.html: Added.
* platform/mac-snowleopard/fast/text/resources: Added.
* platform/mac-snowleopard/fast/text/resources/Garuda.ttf: Added from http://www.w3.org/International/tests/test-webfonts/test-thai-tibetan-myanmar.html.
* platform/mac-snowleopard/fast/text/resources/mm3.ttf: Added from http://www.w3.org/International/tests/test-webfonts/test-thai-tibetan-myanmar.html.
* platform/mac-snowleopard/fast/text/thai-combining-mark-positioning-expected.checksum: Added.
* platform/mac-snowleopard/fast/text/thai-combining-mark-positioning-expected.png: Added.
* platform/mac-snowleopard/fast/text/thai-combining-mark-positioning-expected.txt: Added.
* platform/mac-snowleopard/fast/text/thai-combining-mark-positioning.html: Added.
2008-09-22 Sam Weinig <sam@webkit.org>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=20982
* fast/js/function-apply-expected.txt: Added.
* fast/js/function-apply.html: Added.
* fast/js/resources/function-apply.js: Added.
2008-09-22 Simon Fraser <simon.fraser@apple.com>
Reviewed by Sam Weinig
transition end event when -webkit-transition-property: all puts wrong
propertyName in event
https://bugs.webkit.org/show_bug.cgi?id=20903
* transitions/transition-end-event-all-properties-expected.txt:
* transitions/transition-end-event-all-properties.html:
2008-09-22 Chris Fleizach <cfleizach@apple.com>
Reviewed by Darin Adler.
Tests for <rdar://problem/6230234> AXTable should probably not be exposed in there's only one cell
* accessibility/table-one-cell-expected.txt: Added.
* accessibility/table-one-cell.html: Added.
2008-09-22 Chris Fleizach <cfleizach@apple.com>
Reviewed by Darin Adler.
Tests for setting/getting selected text ranges through AX
* accessibility/textarea-selected-text-range-expected.txt: Added.
* accessibility/textarea-selected-text-range.html: Added.
2008-09-22 David Hyatt <hyatt@apple.com>
Add new test for .parentStyleSheet.
Reviewed by Sam Weinig
* fast/css/nested-rule-parent-sheet.html: Added.
2008-09-21 Gabor Loki <loki@inf.u-szeged.hu>
Reviewed and tweaked by Darin Adler.
- https://bugs.webkit.org/show_bug.cgi?id=19408
Add test case for constant folding.
* fast/js/constant-folding-expected.txt: Added.
* fast/js/constant-folding.html: Added.
* fast/js/resources/constant-folding.js: Added.
2008-09-21 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej Stachowiak.
Tests for the 'arguments' object.
* fast/js/arguments-expected.txt: Added.
* fast/js/arguments.html: Added.
* fast/js/resources/arguments.js: Added.
2008-09-19 Stephanie Lewis <slewis@apple.com>
Reviewed by Oliver Hunt.
Use correct mime-type for javascript
* svg/webarchive/svg-script-subresouces-expected.webarchive:
* webarchive/test-duplicate-resources-expected.webarchive:
* webarchive/test-script-src-expected.webarchive:
2008-09-19 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Antti & Eric.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=20372
Add new test fast/dom/HTMLScriptElement/script-reexecution.html, verifying that
appending a <script>, removing and reappending doesn't reexecute the script.
Fix obvious errors in tests contained in fast/dom/HTMLScriptElement/.
Use these tests as skeleton for a series of SVGScriptElement tests.
Especially tests SVG's SVGLoad/SVGError event support, as well as the
influence of externalResourcesRequired attribute.
* fast/dom/HTMLScriptElement/resources/script-reexecution-pass.js: Added.
* fast/dom/HTMLScriptElement/script-load-events.html:
* fast/dom/HTMLScriptElement/script-reexecution-expected.txt: Added.
* fast/dom/HTMLScriptElement/script-reexecution.html: Added.
* fast/dom/HTMLScriptElement/script-set-src.html:
* platform/mac/svg/dom/SVGScriptElement: Added.
* platform/mac/svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading-expected.checksum: Added.
* platform/mac/svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading-expected.png: Added.
* platform/mac/svg/dom/SVGScriptElement/script-load-and-error-events-expected.checksum: Added.
* platform/mac/svg/dom/SVGScriptElement/script-load-and-error-events-expected.png: Added.
* platform/mac/svg/dom/SVGScriptElement/script-reexecution-expected.checksum: Added.
* platform/mac/svg/dom/SVGScriptElement/script-reexecution-expected.png: Added.
* platform/mac/svg/dom/SVGScriptElement/script-set-href-expected.checksum: Added.
* platform/mac/svg/dom/SVGScriptElement/script-set-href-expected.png: Added.
* svg/dom/SVGScriptElement: Added.
* svg/dom/SVGScriptElement/resources: Added.
* svg/dom/SVGScriptElement/resources/script-load.js: Added.
* svg/dom/SVGScriptElement/resources/script-load2.js: Added.
* svg/dom/SVGScriptElement/resources/script-load3.js: Added.
* svg/dom/SVGScriptElement/resources/script-load4.js: Added.
* svg/dom/SVGScriptElement/resources/script-reexecution.js: Added.
* svg/dom/SVGScriptElement/resources/script-set-href-p1fail.js: Added.
* svg/dom/SVGScriptElement/resources/script-set-href-p2fail.js: Added.
* svg/dom/SVGScriptElement/resources/script-set-href-p3pass.js: Added.
* svg/dom/SVGScriptElement/resources/script-set-href-p4pass.js: Added.
* svg/dom/SVGScriptElement/resources/script-set-href-p5fail.js: Added.
* svg/dom/SVGScriptElement/resources/script-set-href-p5pass.js: Added.
* svg/dom/SVGScriptElement/resources/script-set-href-p6pass.js: Added.
* svg/dom/SVGScriptElement/resources/script-set-href-p7pass.js: Added.
* svg/dom/SVGScriptElement/resources/script-set-href-p8pass.js: Added.
* svg/dom/SVGScriptElement/resources/script-set-href-p9failAfter.js: Added.
* svg/dom/SVGScriptElement/resources/script-set-href-p9failBefore.js: Added.
* svg/dom/SVGScriptElement/resources/script-set-href-p9pass.js: Added.
* svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading-expected.txt: Added.
* svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg: Added.
* svg/dom/SVGScriptElement/script-load-and-error-events-expected.txt: Added.
* svg/dom/SVGScriptElement/script-load-and-error-events.svg: Added.
* svg/dom/SVGScriptElement/script-reexecution-expected.txt: Added.
* svg/dom/SVGScriptElement/script-reexecution.svg: Added.
* svg/dom/SVGScriptElement/script-set-href-expected.txt: Added.
* svg/dom/SVGScriptElement/script-set-href.svg: Added.
2008-09-19 Chris Marrin <cmarrin@apple.com>
Reviewed by Dave Hyatt.
Transition starts running when it shouldn't
https://bugs.webkit.org/show_bug.cgi?id=20892
When there is a transition and an animation on the
same element, make sure the animation wins.
* animations/transition-and-animation-1-expected.txt: Added.
* animations/transition-and-animation-1.html: Added.
2008-09-19 Beth Dakin <bdakin@apple.com>
Reviewed by Dave Hyatt.
Test for <rdar://problem/6231308> crash in AutoTableLayout
* fast/table/empty-row-crash.html: Added.
* platform/mac/fast/table/empty-row-crash-expected.checksum: Added.
* platform/mac/fast/table/empty-row-crash-expected.png: Added.
* platform/mac/fast/table/empty-row-crash-expected.txt: Added.
2008-09-19 David Hyatt <hyatt@apple.com>
Fix for bug 20941.
Reviewed by Sam Weinig
* fast/block/positioning/replaced-inside-fixed-top-bottom.html: Added.
* platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.checksum: Added.
* platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added.
* platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added.
2008-09-18 Chris Fleizach <cfleizach@apple.com>
Reviewed by Darin Adler.
Tests for <rdar://problem/6211041> Expose legend tag in accessibility
* accessibility/legend-expected.txt: Added.
* accessibility/legend.html: Added.
2008-09-18 Darin Adler <darin@apple.com>
Reviewed by Maciej Stachowiak.
* platform/mac/fast/dom/wrapper-classes-expected.txt: Update results to
reflect correct prototype for CSSStyleRule.
2008-09-18 Collin Jackson <collinj@webkit.org>
Reviewed by Antti Koivisto and Mark Rowe.
This is correct expected output for the DNS prefetch control
layout test I just checked in.
* http/tests/misc/dns-prefetch-control-expected.txt:
2008-09-18 Mark Rowe <mrowe@apple.com>
Reviewed by Dan Bernstein.
Update test results now that frame tree names are cleared between tests.
* fast/events/onunload-clears-onbeforeunload-expected.txt:
* fast/events/onunload-expected.txt:
* fast/events/onunload-not-on-body-expected.txt:
* fast/events/onunload-window-property-expected.txt:
* fast/forms/button-state-restore-expected.txt:
* fast/forms/form-and-frame-interaction-retains-values-expected.txt:
2008-09-18 Collin Jackson <collinj@webkit.org>
Reviewed by Antti Koivisto and Mark Rowe.
https://bugs.webkit.org/show_bug.cgi?id=20690
Add test for DNS prefetch control.
* http/tests/misc/dns-prefetch-control-expected.txt: Added.
* http/tests/misc/dns-prefetch-control.html: Added.
* http/tests/misc/resources/dns-prefetch-control.php: Added.
2008-09-18 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
Tests for <rdar://problem/6224222> AX: should not expose a <table> as an AXTable if
ARIA role specifies otherwise
Updated other tests so that rows and cells default to AccessibilityRenderObject
when not part of an AXTable
* accessibility/table-detection-expected.txt:
* accessibility/table-with-aria-role-expected.txt: Added.
* accessibility/table-with-aria-role.html: Added.
* accessibility/table-with-rules-expected.txt:
* platform/mac-snowleopard/accessibility/table-detection-expected.txt:
* platform/mac-snowleopard/accessibility/table-with-aria-role-expected.txt: Added.
* platform/mac-snowleopard/accessibility/table-with-rules-expected.txt:
2008-09-18 Beth Dakin <bdakin@apple.com>
Reviewed by Dave Hyatt.
Test for https://bugs.webkit.org/show_bug.cgi?id=20515 Crash upon
parsing CSS: unicode-range: searchfield-cancel-buttonpt=-webkit-
dashboard-region=
and corresponding: <rdar://problem/6174100>
* fast/css/variables/invalid-identifier-expected.txt: Added.
* fast/css/variables/invalid-identifier.html: Added.
2008-09-18 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Sam Weinig.
Change test to not attempt to access a remote host. This stops
DRT from printing a warning to stderr while running this test.
* fast/loader/cancel-load-during-port-block-timer.html:
2008-09-17 Simon Fraser <simon.fraser@apple.com>
Add pixel test expected values for transform tests.
* platform/mac/transforms/2d/compound-transforms-vs-containers-expected.checksum: Added.
* platform/mac/transforms/2d/compound-transforms-vs-containers-expected.png: Added.
* platform/mac/transforms/2d/transform-borderbox-expected.checksum: Added.
* platform/mac/transforms/2d/transform-borderbox-expected.png: Added.
* platform/mac/transforms/2d/transform-origin-borderbox-expected.checksum: Added.
* platform/mac/transforms/2d/transform-origin-borderbox-expected.png: Added.
2008-09-17 Sam Weinig <sam@webkit.org>
Reviewed by Adele Peterson.
Test for <rdar://problem/6133884>
Calling window.resizeTo() on a subframe shouldn't change the window size
* fast/dom/Window/resources/blank.html: Added.
* fast/dom/Window/window-resize-and-move-sub-frame-expected.txt: Added.
* fast/dom/Window/window-resize-and-move-sub-frame.html: Added.
2008-09-17 Beth Dakin <bdakin@apple.com>
Reviewed by Adam Roben.
Test for https://bugs.webkit.org/show_bug.cgi?id=20512 Invalid CSS
code crashes Safari
and corresponding: <rdar://problem/6173832>
* fast/css/counters/counter-function-input-2-expected.txt: Added.
* fast/css/counters/counter-function-input-2.html: Added.
* fast/css/counters/counter-function-input-expected.txt: Added.
* fast/css/counters/counter-function-input.html: Added.
2008-09-16 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej Stachowiak.
Add a test for bug 20857: REGRESSION (r36427): ASSERTION FAILED: m_refCount >= 0 in RegisterID::deref()
<https://bugs.webkit.org/show_bug.cgi?id=20857>
* fast/js/codegen-temporaries-expected.txt:
* fast/js/resources/codegen-temporaries.js:
2008-09-16 Mark Rowe <mrowe@apple.com>
Disable fast/js/garbage-collect-after-string-appends.html.
It is failing on the build bots, and intermittently on local systems, for no apparent reason. The test itself is
flawed in that its attempts to trigger and detect garbage collection are very dependent on implementation details
of JavaScriptCore. Fixing the test is tracked by <https://bugs.webkit.org/show_bug.cgi?id=20871>.
* fast/js/garbage-collect-after-string-appends.html: Removed.
* fast/js/garbage-collect-after-string-appends.html-disabled: Copied from fast/js/garbage-collect-after-string-appends.html.
* fast/js/resources/garbage-collect-after-string-appends.js: Removed.
* fast/js/resources/garbage-collect-after-string-appends.js-disabled: Copied from fast/js/resources/garbage-collect-after-string-appends.js.
2008-09-16 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Sam Weinig.
Tweak garbage-collect-after-string-appends.js to not fail when run twice or more in a row.
This will hopefully address the intermittent failures seen on the build bot.
* fast/js/resources/garbage-collect-after-string-appends.js:
2008-09-16 Chris Marrin <cmarrin@apple.com>
Reviewed by Dan Bernstein.
New tests for keyframe animations
https://bugs.webkit.org/show_bug.cgi?id=20891
* animations/keyframes-expected.txt: Added.
* animations/keyframes-out-of-order-expected.txt: Added.
* animations/keyframes-out-of-order.html: Added.
* animations/keyframes.html: Added.
2008-09-16 Brady Eidson <beidson@apple.com>
Reviewed by Sam Weinig
Update layout test results for tests changed by http://trac.webkit.org/changeset/35799
* platform/mac-leopard/security/block-test-expected.txt:
* platform/mac/webarchive/loading/cache-expired-subresource-expected.txt:
* security/block-test-expected.txt:
2008-09-16 Simon Fraser <simon.fraser@apple.com>
Reviewed by Mark Rowe
Fix test cases that call notifyDone() twice
https://bugs.webkit.org/show_bug.cgi?id=20884
* animations/change-one-anim.html:
Only respond to one of the two running animations, to avoid
doing things twice.
https://bugs.webkit.org/show_bug.cgi?id=20881
* svg/custom/gradient-attr-update.svg:
Fix the test to not run code both on an onload handler,
and on the synthetic click handler.
https://bugs.webkit.org/show_bug.cgi?id=20884
2008-09-16 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- updated results for https://bugs.webkit.org/show_bug.cgi?id=15129
<rdar://problem/4644824> adding a new line with DOM does unnecessary additional repaint
* platform/mac/fast/repaint/4776765-expected.checksum:
* platform/mac/fast/repaint/4776765-expected.png:
2008-09-16 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for https://bugs.webkit.org/show_bug.cgi?id=15384
Div does not notice when grandparent changes height
- test for https://bugs.webkit.org/show_bug.cgi?id=20714
Resizing Gmail inbox vertically results in whitespace at the bottom of the window
* fast/block/basic/quirk-percent-height-grandchild.html: Added.
* fast/replaced/percent-height-in-anonymous-block.html: Added.
* platform/mac/fast/block/basic/quirk-percent-height-grandchild-expected.checksum: Added.
* platform/mac/fast/block/basic/quirk-percent-height-grandchild-expected.png: Added.
* platform/mac/fast/block/basic/quirk-percent-height-grandchild-expected.txt: Added.
* platform/mac/fast/replaced/percent-height-in-anonymous-block-expected.checksum: Added.
* platform/mac/fast/replaced/percent-height-in-anonymous-block-expected.png: Added.
* platform/mac/fast/replaced/percent-height-in-anonymous-block-expected.txt: Added.
2008-09-15 Rob Buis <buis@kde.org>
Reviewed by Eric.
Test for:
https://bugs.webkit.org/show_bug.cgi?id=20634
SVG transform attribute is ignored by <use> in <clipPath>
* svg/custom/use-clipped-transform-expected.checksum: Added.
* svg/custom/use-clipped-transform-expected.png: Added.
* svg/custom/use-clipped-transform-expected.txt: Added.
* svg/custom/use-clipped-transform.svg: Added.
2008-09-15 Sam Weinig <sam@webkit.org>
Roll out r36478. It did little to help the issue either.
* fast/js/resources/garbage-collect-after-string-appends.js:
2008-09-15 Sam Weinig <sam@webkit.org>
Avoid the single character optimization.
* fast/js/resources/garbage-collect-after-string-appends.js:
2008-09-15 Sam Weinig <sam@webkit.org>
Roll out r36476. It did little to help the issue.
* fast/js/resources/garbage-collect-after-string-appends.js:
2008-09-15 Sam Weinig <sam@webkit.org>
Make this test a little more forgiving.
* fast/js/resources/garbage-collect-after-string-appends.js:
2008-09-15 Sam Weinig <sam@webkit.org>
http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html
now passes on Leopard in 10.5.5.
* platform/mac-leopard/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Removed.
2008-09-15 Chris Marrin <cmarrin@apple.com>
Reviewed by Dave Hyatt.
Make transform animation behavior match spec
https://bugs.webkit.org/show_bug.cgi?id=20770
* transitions/transform-op-list-match-expected.txt: Added.
* transitions/transform-op-list-match.html: Added.
* transitions/transform-op-list-no-match-expected.txt: Added.
* transitions/transform-op-list-no-match.html: Added.
2008-09-15 Chris Fleizach <cfleizach@apple.com>
Reviewed by Darin Adler, Beth Dakin
Test for <rdar://problem/4003789> Expose lists as AXList
* accessibility/lists-expected.txt: Added.
* accessibility/lists.html: Added.
* platform/mac-snowleopard/accessibility/lists-expected.txt: Added.
2008-09-15 Dean Jackson <dino@apple.com>
Reviewed by Tim Hatcher.
Test default constructor for ShadowData with transitions.
https://bugs.webkit.org/show_bug.cgi?id=20757
* transitions/shadow-expected.txt: Added.
* transitions/shadow.html: Added.
2008-09-15 Dean Jackson <dino@apple.com>
Reviewed by Tim Hatcher.
Tests for -webkit-transform
https://bugs.webkit.org/show_bug.cgi?id=20771
* transforms/2d/compound-2d-transforms-expected.txt: Added.
* transforms/2d/compound-2d-transforms.html: Added.
* transforms/2d/compound-transforms-vs-containers.html: Added.
* transforms/2d/transform-2d-expected.txt: Added.
* transforms/2d/transform-2d.html: Added.
* transforms/2d/transform-accuracy-expected.txt: Added.
* transforms/2d/transform-accuracy.html: Added.
* transforms/2d/transform-borderbox.html: Added.
* transforms/2d/transform-origin-borderbox.html: Added.
* transforms/2d/resources/transform-test-utils.js: Added.
* platform/mac/transforms/2d/compound-transforms-vs-containers-expected.txt: Added.
* platform/mac/transforms/2d/transform-borderbox-expected.txt: Added.
* platform/mac/transforms/2d/transform-origin-borderbox-expected.txt: Added.
2008-09-15 Dean Jackson <dino@apple.com>
Reviewed by Tim Hatcher
Tests for animations.
https://bugs.webkit.org/show_bug.cgi?id=20789
* animations/animation-test-helpers.js: Added.
* animations/generic-from-to-expected.txt: Added.
* animations/generic-from-to.html: Added.
* animations/multiple-animations-expected.txt: Added.
* animations/multiple-animations.html: Added.
* animations/multiple-keyframes-expected.txt: Added.
* animations/multiple-keyframes.html: Added.
2008-09-15 Anders Carlsson <andersca@apple.com>
Reviewed by Maciej.
<rdar://problem/6163988>
https://bugs.webkit.org/show_bug.cgi?id=20457
Canvas: createPattern crashes WebKit in WTF::RefPtr<WebCore::Image>::operator!() const + 9 with a 1D pattern
Add test for createPattern where the canvas passed in has a zero height/width.
* fast/canvas/canvas-with-incorrect-args-expected.txt:
* fast/canvas/canvas-with-incorrect-args.html:
2008-09-15 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej Stachowiak.
Add some tests for boundary cases of parseInt().
* fast/js/numeric-conversion-expected.txt:
* fast/js/resources/numeric-conversion.js:
2008-09-14 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej Stachowiak.
https://bugs.webkit.org/show_bug.cgi?id=20738
compareBoundaryPoints gives incorrect results
* fast/dom/Range/compareBoundaryPoints-2-expected.txt: Added.
* fast/dom/Range/compareBoundaryPoints-2.html: Added.
2008-09-14 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Sam Weinig.
- revert <http://trac.webkit.org/changeset/36382> because it exposed
<https://bugs.webkit.org/show_bug.cgi?id=20846> and resulted in crashes
on Tiger.
* platform/mac/fast/text/last-resort-font-expected.checksum: Removed.
* platform/mac/fast/text/last-resort-font-expected.png: Removed.
* platform/mac/fast/text/last-resort-font-expected.txt: Removed.
* platform/mac/fast/text/last-resort-font.html: Removed.
2008-09-14 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej Stachowiak.
Test for a bug in a preliminary version of the patch for
Bug 20827: the 'typeof' operator is slow
<https://bugs.webkit.org/show_bug.cgi?id=20827>
* fast/js/resources/typeof-codegen-crash.js: Added.
* fast/js/typeof-codegen-crash-expected.txt: Added.
* fast/js/typeof-codegen-crash.html: Added.
2008-09-13 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- test that the LastResort font is used for missing glyphs rather than
the primary font's missing glyph
* platform/mac/fast/text/last-resort-font-expected.checksum: Added.
* platform/mac/fast/text/last-resort-font-expected.png: Added.
* platform/mac/fast/text/last-resort-font-expected.txt: Added.
* platform/mac/fast/text/last-resort-font.html: Added.
2008-09-13 Chris Fleizach <cfleizach@apple.com>
Reviewed by Timothy Hatcher.
Changes to accomodate <rdar://problem/5060439> Web elements should have an AXTopLevelUIElement
* accessibility/bounds-for-range-expected.txt:
* accessibility/document-attributes-expected.txt:
* accessibility/frame-with-title-expected.txt:
* accessibility/image-map1-expected.txt:
* accessibility/image-map2-expected.txt:
* accessibility/internal-link-anchors-expected.txt:
* accessibility/internal-link-anchors2-expected.txt:
* accessibility/plugin-expected.txt:
* accessibility/radio-button-group-members-expected.txt:
* accessibility/table-detection-expected.txt:
* accessibility/table-with-rules-expected.txt:
* platform/mac-snowleopard/accessibility/table-attributes-expected.txt:
* platform/mac-snowleopard/accessibility/table-cell-spans-expected.txt:
* platform/mac-snowleopard/accessibility/table-cells-expected.txt:
* platform/mac-snowleopard/accessibility/table-detection-expected.txt:
* platform/mac-snowleopard/accessibility/table-sections-expected.txt:
* platform/mac-snowleopard/accessibility/table-with-rules-expected.txt:
2008-09-12 Kevin McCullough <kmccullough@apple.com>
RS by Tim.
Re-introducing the code since it was not the cause of the crash.
See r36343.
* fast/events/autoscroll-with-non-scrollable-parent.html:
2008-09-12 Chris Marrin <cmarrin@apple.com>
Reviewed by Dave Hyatt.
When changing one animation in a list, don't reset other animations
https://bugs.webkit.org/show_bug.cgi?id=20675
* animations/change-one-anim-expected.txt: Added.
* animations/change-one-anim.html: Added.
2008-09-11 Dean Jackson <dino@apple.com>
Unfortunately the fix for
https://bugs.webkit.org/show_bug.cgi?id=20680
didn't update the relevant test
* css3/keyframes-rule-expected.txt:
* css3/keyframes-rule.html:
2008-09-08 Chris Marrin <cmarrin@apple.com>
Reviewed by Dave Hyatt
Need to support comma separated list of key times in keyframes selectors
https://bugs.webkit.org/show_bug.cgi?id=20680
* animations/keyframes-comma-separated-expected.txt: Added.
* animations/keyframes-comma-separated.html: Added.
2008-09-11 Kevin McCullough <kmccullough@apple.com>
RS = Tim.
Reverted because this caused a crash.
* fast/events/autoscroll-with-non-scrollable-parent.html:
2008-09-11 Dean Jackson <dino@apple.com>
Reviewed by Dan Bernstein.
Test for assertion of transition property "none"
https://bugs.webkit.org/show_bug.cgi?id=20751
* transitions/transition-end-event-set-none-expected.txt: Added.
* transitions/transition-end-event-set-none.html: Added.
2008-09-11 Kevin McCullough <kmccullough@apple.com>
Reviewed by Adele and Tim.
<rdar://problem/6100597> REGRESSION: clicking on search results in Web
Inspector does not scroll to the line of the results (20167)
- This was put in by Max to fix some auto scroll behavior but is not
correct for the whole web: rdar://problem/6213098
* fast/events/autoscroll-with-non-scrollable-parent.html:
2008-09-11 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
Add tests for
<rdar://problem/6210511> AX: if a frame has a title, that should be reported as the AXWebArea's title
* accessibility/frame-with-title-expected.txt: Added.
* accessibility/frame-with-title.html: Added.
2008-09-10 Sam Weinig <sam@webkit.org>
Rubber-stamped by David Hyatt.
Add additional test by Feng Qian.
* fast/dom/StyleSheet/ownerNode-lifetime-2-expected.txt: Added.
* fast/dom/StyleSheet/ownerNode-lifetime-2.html: Added.
2008-09-10 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=20741
REGRESSION: ISO-8859-8-I encoding is registered incorrectly
* fast/encoding/hebrew: Added.
* fast/encoding/hebrew/8859-8-e-expected.txt: Added.
* fast/encoding/hebrew/8859-8-e.html: Added.
* fast/encoding/hebrew/8859-8-expected.txt: Added.
* fast/encoding/hebrew/8859-8-i-expected.txt: Added.
* fast/encoding/hebrew/8859-8-i.html: Added.
* fast/encoding/hebrew/8859-8.html: Added.
* fast/encoding/hebrew/csISO88598I-expected.txt: Added.
* fast/encoding/hebrew/csISO88598I.html: Added.
* fast/encoding/hebrew/hebrew-expected.txt: Added.
* fast/encoding/hebrew/hebrew.html: Added.
* fast/encoding/hebrew/iso-ir-138-expected.txt: Added.
* fast/encoding/hebrew/iso-ir-138.html: Added.
* fast/encoding/hebrew/logical-expected.txt: Added.
* fast/encoding/hebrew/logical.html: Added.
2008-09-05 Chris Marrin <cmarrin@apple.com>
Reviewed by Sam Weinig.
Need to handle the case when 0% or 100% keyframe is omitted
https://bugs.webkit.org/show_bug.cgi?id=20679
* animations/keyframes-from-missing-expected.txt: Added.
* animations/keyframes-from-missing.html: Added.
* animations/keyframes-to-missing-expected.txt: Added.
* animations/keyframes-to-missing.html: Added.
2008-09-09 Dean Jackson <dino@apple.com>
Reviewed by Sam Weinig.
Test Document::createEvent for Animation and Transition events
https://bugs.webkit.org/show_bug.cgi?id=20734
* animations/animation-events-create.html: Added.
* animations/animation-events-create-expected.txt: Added.
* transitions/transition-end-event-create-expected.txt: Added.
* transitions/transition-end-event-create.html: Added.
2008-09-09 Jungshik Shin <jungshik.shin@gmail.com>
Reviewed by Alexey Proskuryakov.
Try MIME charset names before trying IANA names
( https://bugs.webkit.org/show_bug.cgi?id=17537 )
* fast/encoding/hanarei-blog32-fc2-com-expected.txt:
* fast/encoding/hanarei-blog32-fc2-com.html:
Changed expected result from Extended_UNIX_Code_Packed_Format_for_Japanese to EUC-JP
(which is the same in ICU, but definitely a better name which matches other browsers).
2008-09-09 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Mark Rowe.
Tests for bug 20719: REGRESSION (r36135-36244): Hangs, then crashes after several seconds
<https://bugs.webkit.org/show_bug.cgi?id=20719>
<rdar://problem/6205787>
* fast/js/regexp-char-insensitive-expected.txt: Added.
* fast/js/regexp-char-insensitive.html: Added.
* fast/js/resources/regexp-char-insensitive.js: Added.
2008-09-09 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Maciej Stachowiak.
- update results for the addition of console.dirxml
* fast/dom/Window/window-properties-expected.txt:
2008-09-08 Dean Jackson <dino@apple.com>
Reviewed by Dan Bernstein.
Update test to insert more keyframes.
https://bugs.webkit.org/show_bug.cgi?id=20613
* css3/keyframes-rule-expected.txt:
* css3/keyframes-rule.html:
2008-09-08 Chris Marrin <cmarrin@apple.com>
Reviewed by Sam Weinig.
- Animation of -webkit-transform matrix() function should not do linear interpolation
https://bugs.webkit.org/show_bug.cgi?id=20667
* animations/matrix-anim-expected.txt: Added.
* animations/matrix-anim.html: Added.
2008-09-08 Maciej Stachowiak <mjs@apple.com>
Reviewed by Anders Carlsson.
- Test for potential bug found while fixing "Cache the code generated for eval to speed up SunSpider and web sites"
https://bugs.webkit.org/show_bug.cgi?id=20718
* fast/js/eval-cache-crash-expected.txt: Added.
* fast/js/eval-cache-crash.html: Added.
* fast/js/resources/eval-cache-crash.js: Added.
2008-09-07 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
Tests that opener restriction is working properly.
https://bugs.webkit.org/show_bug.cgi?id=20642
* http/tests/security/frameNavigation/not-opener-expected.txt: Added.
* http/tests/security/frameNavigation/not-opener.html: Added.
* http/tests/security/frameNavigation/opener-expected.txt: Copied from LayoutTests/fast/dom/Document/early-document-access-expected.txt.
* http/tests/security/frameNavigation/opener.html: Added.
* http/tests/security/frameNavigation/resources/not-opener-helper.html: Added.
* http/tests/security/frameNavigation/resources/pass.html: Added.
* http/tests/security/frameNavigation/resources/ready.html: Added.
=== End merge of squirrelfish-extreme ===
2008-09-04 Geoffrey Garen <ggaren@apple.com>
Checking in some tests that got forgotten in a previous merge.
* fast/js/pic/cached-deleted-properties-expected.txt: Added.
* fast/js/pic/cached-deleted-properties.html: Added.
* fast/js/pic/cached-getter-dictionary-and-proto-expected.txt: Added.
* fast/js/pic/cached-getter-dictionary-and-proto.html: Added.
* fast/js/pic/cached-getter-setter-expected.txt: Added.
* fast/js/pic/cached-getter-setter.html: Added.
* fast/js/pic/cached-prototype-setter-expected.txt: Added.
* fast/js/pic/cached-prototype-setter.html: Added.
* fast/js/pic/cached-single-entry-transition-expected.txt: Added.
* fast/js/pic/cached-single-entry-transition.html: Added.
* fast/js/pic/get-empty-string-expected.txt: Added.
* fast/js/pic/get-empty-string.html: Added.
* fast/js/pic/get-set-proxy-object-expected.txt: Added.
* fast/js/pic/get-set-proxy-object.html: Added.
* fast/js/pic/rehash-poisons-structure-expected.txt: Added.
* fast/js/pic/rehash-poisons-structure.html: Added.
2008-09-03 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
A few array indexing tests.
* fast/js/array-indexing-expected.txt: Added.
* fast/js/array-indexing.html: Added.
* fast/js/resources/array-indexing.js: Added.
2008-09-02 Sam Weinig <sam@webkit.org>
Rubber-stamped by Geoff Garen.
Change recursion limit to account for a fatter stack frame.
* fast/js/deep-recursion-test.html:
=== Start merge of squirrelfish-extreme ===
2008-09-04 Dan Bernstein <mitz@apple.com>
Reviewed by Beth Dakin.
- pixel test for <rdar://problem/6198514> Changing a button's opacity triggers relayout
* fast/repaint/button-spurious-layout-hint.html: Added.
* platform/mac/fast/repaint/button-spurious-layout-hint-expected.checksum: Added.
* platform/mac/fast/repaint/button-spurious-layout-hint-expected.png: Added.
* platform/mac/fast/repaint/button-spurious-layout-hint-expected.txt: Added.
2008-09-04 Dan Bernstein <mitz@apple.com>
- roll out r36050 because it made svg/custom/invalid-fill-hex.svg fail,
and fixing https://bugs.webkit.org/show_bug.cgi?id=15360 appears to
require a different approach
* css1/color_and_background/invalid_color-expected.txt: Removed.
* css1/color_and_background/invalid_color.html: Removed.
2008-09-04 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for https://bugs.webkit.org/show_bug.cgi?id=19717
<rdar://problem/6026832> REGRESSION (r31876): menu items render horizontally at the Economist
* fast/block/positioning/move-with-auto-width.html: Added.
* platform/mac/fast/block/positioning/move-with-auto-width-expected.checksum: Added.
* platform/mac/fast/block/positioning/move-with-auto-width-expected.png: Added.
* platform/mac/fast/block/positioning/move-with-auto-width-expected.txt: Added.
2008-09-04 Geoffrey Garen <ggaren@apple.com>
Reviewed by Cameron Zwarich.
Test for <rdar://problem/6193925> REGRESSION: Crash occurs at
KJS::Machine::privateExecute() when attempting to load my Mobile Gallery
(http://www.me.com/gallery/#home)
also
https://bugs.webkit.org/show_bug.cgi?id=20633 Crash in privateExecute
@ cs.byu.edu
* fast/js/pic/dictionary-prototype-expected.txt: Added.
* fast/js/pic/dictionary-prototype.html: Added.
2008-09-03 Mark Rowe <mrowe@apple.com>
Update layout test results after recent canvas changes.
* fast/canvas/canvas-invalid-fillstyle-expected.txt:
* fast/canvas/canvas-invalid-strokestyle-expected.txt:
* fast/canvas/drawImage-with-negative-source-destination-expected.txt:
* fast/dom/Window/window-properties-expected.txt:
2008-09-03 Dean Jackson <dino@apple.com>
Reviewed by Dave Hyatt.
http://bugs.webkit.org/show_bug.cgi?id=20594
Tests the WebKitCSSKeyframeRule and WebKitCSSKeyframesRule
interfaces.
* css3/keyframes-rule.html: Added.
2008-09-03 David Hyatt <hyatt@apple.com>
Fix for bug 18203.
Reviewed by Darin (ages ago).
* fast/block/float/clamped-right-float.html: Added.
* platform/mac/fast/block/float/clamped-right-float-expected.checksum: Added.
* platform/mac/fast/block/float/clamped-right-float-expected.png: Added.
* platform/mac/fast/block/float/clamped-right-float-expected.txt: Added.
2008-09-02 David Hyatt <hyatt@apple.com>
Add support for the canvas text APIs.
Reviewed by olliej
* fast/canvas/canvas-text-alignment.html: Added.
* fast/canvas/canvas-text-baseline.html: Added.
* platform/mac/fast/canvas/canvas-text-alignment-expected.checksum: Added.
* platform/mac/fast/canvas/canvas-text-alignment-expected.png: Added.
* platform/mac/fast/canvas/canvas-text-alignment-expected.txt: Added.
* platform/mac/fast/canvas/canvas-text-baseline-expected.checksum: Added.
* platform/mac/fast/canvas/canvas-text-baseline-expected.png: Added.
* platform/mac/fast/canvas/canvas-text-baseline-expected.txt: Added.
2008-09-03 Adele Peterson <adele@apple.com>
Reviewed by Darin Adler.
Test that display:none works on a search field's cancel button.
* fast/forms/search-display-none-cancel-button.html: Added.
* platform/mac/fast/forms/search-display-none-cancel-button-expected.checksum: Added.
* platform/mac/fast/forms/search-display-none-cancel-button-expected.png: Added.
* platform/mac/fast/forms/search-display-none-cancel-button-expected.txt: Added.
2008-09-02 Robert Blaut <webkit@blaut.biz>
Reviewed by Geoff Garen.
Test for <https://bugs.webkit.org/show_bug.cgi?id=16913>
Misplaced elements should not close DL lists.
* fast/invalid/test-case-tr-th-td-should-not-close-dl-list-expected.txt: Added.
* fast/invalid/test-case-tr-th-td-should-not-close-dl-list.html: Added.
* platform/mac/fast/invalid/missing-dl-end-tag-expected.checksum:
* platform/mac/fast/invalid/missing-dl-end-tag-expected.png:
* platform/mac/fast/invalid/missing-dl-end-tag-expected.txt:
* platform/mac/fast/invalid/missing-dt-end-tag-expected.checksum:
* platform/mac/fast/invalid/missing-dt-end-tag-expected.png:
* platform/mac/fast/invalid/missing-dt-end-tag-expected.txt:
2008-09-02 Glenn Wilson <wilsong@gmail.com>
Reviewed by Darin Adler.
Test for <https://bugs.webkit.org/show_bug.cgi?id=15360>
Bug 15360: color:#{predefined colorName} is treated as colorName in Safari
Added new test to verify that CSS "color" attributes with '#'-preceeded predefined color names
are not rendered in those colors.
* css1/color_and_background/invalid_color.html: Added.
* css1/color_and_background/invalid_color-expected.txt: Added.
2008-09-02 Mihnea Ovidenie <mihnea@adobe.com>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=19964
Bug 19964: Divide by zero crash in RenderBox::calculateBackgroundSize with 0,0 bmp background image
* css3/khtml-background-size-0x0-bmp-expected.txt: Added.
* css3/khtml-background-size-0x0-bmp.html: Added.
* css3/support/0x0.bmp: Added.
2008-09-02 Glenn Wilson <wilsong@gmail.com>
Reviewed by Eric Seidel.
Tests for https://bugs.webkit.org/show_bug.cgi?id=20397
Bug 20397: Invalid webkit-border-bottom-left-radius property causes crash
Added new tests to check whether an orphaned unit identifier in particular
CSS attributes will crash the browser.
* fast/css/orphaned_units_crash-expected.txt: Added.
* fast/css/orphaned_units_crash.html: Added.
2008-09-02 Dirk Schulze <vbs85@gmx.de>
Reviewed by Darin Adler.
Tests for https://bugs.webkit.org/show_bug.cgi?id=20474
Tests behaviour on invalid fillStyle() or strokeStyle() in canvas.
* fast/canvas/canvas-invalid-fillstyle-expected.txt: Added.
* fast/canvas/canvas-invalid-fillstyle.html: Added.
* fast/canvas/canvas-invalid-fillstyle.js: Added.
* fast/canvas/canvas-invalid-strokestyle-expected.txt: Added.
* fast/canvas/canvas-invalid-strokestyle.html: Added.
* fast/canvas/canvas-invalid-strokestyle.js: Added.
2008-09-02 Dirk Schulze <vbs85@gmx.de>
Reviewed by Darin Adler.
Tests for https://bugs.webkit.org/show_bug.cgi?id=20468
Test negative source and destination rect in drawImage()
* fast/canvas/drawImage-with-invalid-args-expected.txt:
* fast/canvas/drawImage-with-invalid-args.html:
* fast/canvas/drawImage-with-negative-source-destination-expected.txt: Added.
* fast/canvas/drawImage-with-negative-source-destination.html: Added.
* fast/canvas/drawImage-with-negative-source-destination.js: Added.
2008-09-02 Dan Bernstein <mitz@apple.com>
- update expected results now that log() et al. report line numbers
* fast/dom/Window/console-functions-expected.txt:
2008-09-02 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver Hunt.
Tests for bug 17936: "ASSERTION FAILED: false" (GetterSetterImp::toObject is called)
<https://bugs.webkit.org/show_bug.cgi?id=17936>
This bug was fixed by the rewrite of much of the code handling getters
and setters in r36016, the revision that introduced the polymorphic
inline cache.
* fast/js/delete-getters-setters-expected.txt: Added.
* fast/js/delete-getters-setters.html: Added.
* fast/js/resources/delete-getters-setters.js: Added.
2008-08-29 Dean Jackson <dino@apple.com>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=20571
Add a bunch of tests for WebKitTransitionEndEvents.
* transitions/end-event-helpers.js: Added.
* transitions/interrupted-all-transition-expected.txt:
* transitions/interrupted-all-transition.html:
* transitions/opacity-transition-zindex-expected.txt:
* transitions/transition-end-event-all-properties-expected.txt: Added.
* transitions/transition-end-event-all-properties.html: Added.
* transitions/transition-end-event-attributes-expected.txt: Added.
* transitions/transition-end-event-attributes.html: Added.
* transitions/transition-end-event-container-expected.txt: Added.
* transitions/transition-end-event-container.html: Added.
* transitions/transition-end-event-left-expected.txt: Added.
* transitions/transition-end-event-left.html: Added.
* transitions/transition-end-event-multiple-01-expected.txt: Added.
* transitions/transition-end-event-multiple-01.html: Added.
* transitions/transition-end-event-multiple-02-expected.txt: Added.
* transitions/transition-end-event-multiple-02.html: Added.
* transitions/transition-end-event-multiple-03-expected.txt: Added.
* transitions/transition-end-event-multiple-03.html: Added.
* transitions/transition-end-event-multiple-04-expected.txt: Added.
* transitions/transition-end-event-multiple-04.html: Added.
* transitions/transition-end-event-nested-expected.txt: Added.
* transitions/transition-end-event-nested.html: Added.
* transitions/transition-end-event-transform-expected.txt: Added.
* transitions/transition-end-event-transform.html: Added.
* transitions/transition-end-event-window-expected.txt: Added.
* transitions/transition-end-event-window.html: Added.
2008-09-01 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
First cut at inline caching for access to vanilla JavaScript properties.
Tests for things I broke along the way.
* fast/dom/getter-on-window-object2-expected.txt:
* fast/js/pic: Added.
* fast/js/pic/cached-deleted-properties-expected.txt: Added.
* fast/js/pic/cached-deleted-properties.html: Added.
* fast/js/pic/cached-getter-dictionary-and-proto-expected.txt: Added.
* fast/js/pic/cached-getter-dictionary-and-proto.html: Added.
* fast/js/pic/cached-getter-setter-expected.txt: Added.
* fast/js/pic/cached-getter-setter.html: Added.
* fast/js/pic/cached-prototype-setter-expected.txt: Added.
* fast/js/pic/cached-prototype-setter.html: Added.
* fast/js/pic/cached-single-entry-transition-expected.txt: Added.
* fast/js/pic/cached-single-entry-transition.html: Added.
* fast/js/pic/get-empty-string-expected.txt: Added.
* fast/js/pic/get-empty-string.html: Added.
* fast/js/pic/get-set-proxy-object-expected.txt: Added.
* fast/js/pic/get-set-proxy-object.html: Added.
* fast/js/pic/rehash-poisons-structure-expected.txt: Added.
* fast/js/pic/rehash-poisons-structure.html: Added.
2008-08-31 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej Stachowiak.
Tests for bug 20577: REGRESSION (r35006): Gmail is broken
<https://bugs.webkit.org/show_bug.cgi?id=20577>
* fast/js/resources/string-substr.js: Added.
* fast/js/string-substr-expected.txt: Added.
* fast/js/string-substr.html: Added.
2008-08-30 Darin Adler <darin@apple.com>
Reviewed by Maciej.
- updated incorrect results that reflected a bug in the RegExp object
* fast/js/regexp-caching-expected.txt: Updated results to
correctly show that $1 through $9, lastMatch, lastParen,
leftContext, and rightContext are left alone both when
a program changes the value of RegExp.input and when it
performs an unsuccessful match. The new results match
Gecko behavior (I tested both Firefox 2 and 3).
2008-08-29 Eric Carlson <eric.carlson@apple.com>
Reviewed by Adele.
Fix for https://bugs.webkit.org/show_bug.cgi?id=20525
<rdar://problem/6169301>
Return the size of the movie data instead of 1000. The value is used for the progress
event "total" attribute.
* media/progress-event-total-expected.txt: Added.
* media/progress-event-total.html: Added.
2008-08-28 Sam Weinig <sam@webkit.org>
Reviewed by Oliver Hunt.
Update test results now that test actually works.
* fast/js/kde/exception_propagation-expected.txt:
* fast/js/kde/resources/exception_propagation.js:
2008-08-28 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
Various WebKitCSSTransformValue-related fixes
https://bugs.webkit.org/show_bug.cgi?id=20562
* css3/transform-value-types.html: Added.
2008-08-28 Simon Fraser <simon.fraser@apple.com>
Fix window properties now that CSSRule includes
keyframe-related constants.
Also add window.console.count [function]
https://bugs.webkit.org/show_bug.cgi?id=20552
* fast/dom/Window/window-properties-expected.txt:
2008-08-28 Simon Fraser <simon.fraser@apple.com>
Reviewed by Eric Seidel
Add RuleTypes to CSSRule.idl for keyframes and keyframe rules.
https://bugs.webkit.org/show_bug.cgi?id=20552
* animations/animation-css-rule-types-expected.txt: Added.
* animations/animation-css-rule-types.html: Added.
* animations/resources/TEMPLATE.html: Added.
* animations/resources/animation-css-rule-types.js: Added.
2008-08-27 Robert Kroeger <rjkroege@liqui.org>
Reviewed by Eric Seidel.
Test for https://bugs.webkit.org/show_bug.cgi?id=6595
* fast/events/mouseup-from-button2-expected.txt: Added.
* fast/events/mouseup-from-button2.html: Added.
2008-08-26 Simon Fraser <simon.fraser@apple.com>
Reviewed by Eric Seidel
Linear timing functions should have control points 0, 0, 1, 1.
https://bugs.webkit.org/show_bug.cgi?id=20535
* transitions/inherit-other-props-expected.txt:
* transitions/inherit-other-props.html:
2008-08-26 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=20456
* http/tests/security/object-literals-expected.txt: Added.
* http/tests/security/object-literals.html: Added.
* http/tests/security/resources/object-literals-cross-origin.html: Added.
* http/tests/security/resources/object-literals-same-origin.html: Added.
2008-08-26 Kevin McCullough <kmccullough@apple.com>
Reviewed by Geoff and Cameron.
<rdar://problem/6174603> Hitting assertion in Register::codeBlock when
loading facebook (20516).
- This was a result of my line numbers change. After a host function is
called the stack does not get reset correctly.
- Oddly this also appears to be a slight speedup on SunSpider.
* fast/js/resources/stack-unwinding.js: Added.
* fast/js/stack-unwinding-expected.txt: Added.
* fast/js/stack-unwinding.html: Added.
2008-08-26 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
Tests to make sure inaccessible plugins do not appear
* accessibility/plugin-expected.txt: Added.
* accessibility/plugin.html: Added.
* accessibility/resources/test.swf: Added.
2008-08-26 Chris Fleizach <cfleizach@apple.com>
Reviewed by Darin Adler.
Test for <rdar://problem/6176924> CrashTracer: [USER] 4 crashes in Safari at com.apple.WebCore: WebCore::RenderTableSection::numColumns
* accessibility/table-notbody.html: Added.
2008-08-26 Sam Weinig <sam@webkit.org>
Reviewed by Oliver Hunt.
Test for https://bugs.webkit.org/show_bug.cgi?id=20479
* http/tests/security/canvas-remote-read-redirect-to-remote-image-expected.txt: Added.
* http/tests/security/canvas-remote-read-redirect-to-remote-image.html: Added.
* http/tests/security/canvas-remote-read-svg-image-expected.txt:
* http/tests/security/canvas-remote-read-svg-image.html: Fix incorrect log message.
* http/tests/security/resources/redir.php: Added.
2008-08-25 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin Adler.
Test case for Bug 20247: setAttributeNode() does not work when attribute name
has a capital letter in it
https://bugs.webkit.org/show_bug.cgi?id=20247
<rdar://problem/6118218>
Most of this test case was done by Eric Roman <minatoar@gmail.com>, the rest by ap and was
tweaked by me.
* fast/dom/Element/getAttribute-check-case-sensitivity-expected.txt: Added.
* fast/dom/Element/getAttribute-check-case-sensitivity.html: Added.
* fast/dom/Element/resources/getAttribute-check-case-sensitivity.js: Added.
2008-08-25 Sam Weinig <sam@webkit.org>
Reviewed by Oliver Hunt.
Test for https://bugs.webkit.org/show_bug.cgi?id=20514
* http/tests/security/canvas-remote-read-svg-image-expected.txt: Added.
* http/tests/security/canvas-remote-read-svg-image.html: Added.
* http/tests/security/resources/image-wrapper.svg: Added.
2008-08-25 Dean Jackson <dino@apple.com>
Reviewed by Dave Hyatt.
Tests for 'inherit' keyword in transition property.
https://bugs.webkit.org/show_bug.cgi?id=20513
* transitions/inherit-expected.txt: Added.
* transitions/inherit.html: Added.
* transitions/inherit-other-props-expected.txt: Added.
* transitions/inherit-other-props.html: Added.
2008-08-24 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/6065547> REGRESSION (r34879): "Subject" in unread emails in Yahoo mail is not shown in bold
* fast/css/font-property-priority-expected.txt: Added.
* fast/css/font-property-priority.html: Added.
2008-08-24 Rob Buis <buis@kde.org>
Reviewed by Sam Weinig.
Test for:
https://bugs.webkit.org/show_bug.cgi?id=20324
A change in SVG Glyph wont show up
* svg/custom/glyph-setting-d-attribute-expected.checksum: Added.
* svg/custom/glyph-setting-d-attribute-expected.png: Added.
* svg/custom/glyph-setting-d-attribute-expected.txt: Added.
* svg/custom/glyph-setting-d-attribute.svg: Added.
2008-08-23 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test and updated results for <rdar://problem/6065143> Reflowed image in first line of table doesn't affect baseline
* fast/table/vertical-align-baseline.html: Added.
* platform/mac/fast/table/form-with-table-style-expected.checksum:
* platform/mac/fast/table/form-with-table-style-expected.png:
* platform/mac/fast/table/form-with-table-style-expected.txt:
* platform/mac/fast/table/vertical-align-baseline-expected.checksum: Added.
* platform/mac/fast/table/vertical-align-baseline-expected.png: Added.
* platform/mac/fast/table/vertical-align-baseline-expected.txt: Added.
* platform/mac/tables/mozilla/bugs/bug3037-1-expected.txt:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
* platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
2008-08-22 Timothy Hatcher <timothy@apple.com>
Test for the tests the parsing and retrieval of the overflow,
overflow-x and overflow-y properties
https://bugs.webkit.org/show_bug.cgi?id=20485
Reviewed by Dan Bernstein.
* fast/css/overflow-property-expected.txt: Added.
* fast/css/overflow-property.html: Added.
2008-08-21 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
css3/transform-computed-style-001.html is better tested
by fast/css/getComputedStyle-transform.html, so removed.
https://bugs.webkit.org/show_bug.cgi?id=20477
* css3/transform-computed-style-001-expected.txt: Removed.
* css3/transform-computed-style-001.fhtml: Removed.
2008-08-21 Dan Bernstein <mitz@apple.com>
Reviewed by Jon Honeycutt and Alexey Proskuryakov.
- test for <rdar://problem/6162701> WebKit should correct Geeza Pro's font metrics
* platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.checksum: Added.
* platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png: Added.
* platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt: Added.
* platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html: Added.
2008-08-21 Maxime Britto <britto@apple.com>
Reviewed by Kevin McCullough.
rdar://problem/6166435 Inspector doesn't auto scroll when selecting text (20451)
https://bugs.webkit.org/show_bug.cgi?id=20451
This test can be run automatically or manually as well.
* fast/events/autoscroll-nonscrollable-iframe-in-scrollable-div-expected.txt: Added.
* fast/events/autoscroll-nonscrollable-iframe-in-scrollable-div.html: Added.
* fast/events/resources/big-page-with-overflow-hidden.html: Added.
2008-08-21 Chris Marrin <cmarrin@apple.com>
Allow 0 (without units) for Time eg. duration
Fix for https://bugs.webkit.org/show_bug.cgi?id=20467
Reviewed by Dave Hyatt.
* css1/units/zero-duration-without-units-expected.txt: Added.
* css1/units/zero-duration-without-units.html: Added.
2008-08-20 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
getComputedStyle() for webkitTransform should return a transform
that does not have the transform origin baked into it.
https://bugs.webkit.org/show_bug.cgi?id=20464
* fast/css/getComputedStyle-transform-expected.txt: Added.
* fast/css/getComputedStyle-transform.html: Added.
2008-08-19 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin
Tests for Tables through accessibility. Testing covers:
Attributes of tables
When cells have various cell spans
Retrieving cells
Detecting tables
When tables have multiple sections
When tables use the rules attribute
Tables only work on SnowLeopard, so a snow leopard folder was created
* accessibility/table-attributes-expected.txt: Added.
* accessibility/table-attributes.html: Added.
* accessibility/table-cell-spans-expected.txt: Added.
* accessibility/table-cell-spans.html: Added.
* accessibility/table-cells-expected.txt: Added.
* accessibility/table-cells.html: Added.
* accessibility/table-detection-expected.txt: Added.
* accessibility/table-detection.html: Added.
* accessibility/table-sections-expected.txt: Added.
* accessibility/table-sections.html: Added.
* accessibility/table-with-rules-expected.txt: Added.
* accessibility/table-with-rules.html: Added.
* platform/mac-snowleopard: Added.
* platform/mac-snowleopard/accessibility: Added.
* platform/mac-snowleopard/accessibility/table-attributes-expected.txt: Added.
* platform/mac-snowleopard/accessibility/table-cell-spans-expected.txt: Added.
* platform/mac-snowleopard/accessibility/table-cells-expected.txt: Added.
* platform/mac-snowleopard/accessibility/table-detection-expected.txt: Added.
* platform/mac-snowleopard/accessibility/table-sections-expected.txt: Added.
* platform/mac-snowleopard/accessibility/table-with-rules-expected.txt: Added.
2008-08-19 Alexey Proskuryakov <ap@webkit.org>
https://bugs.webkit.org/show_bug.cgi?id=19762
Crash in svg/webarchive/svg-cursor-subresources.svg
Disabling the test while the crash is being investigated.
* svg/webarchive/svg-cursor-subresources.svg: Removed.
* svg/webarchive/svg-cursor-subresources.svg-disabled: Copied from LayoutTests/svg/webarchive/svg-cursor-subresources.svg.
2008-08-18 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=19347
<rdar://problem/5977562> Input methods do not work after switching to a password field
and back.
* platform/mac/editing/input/secure-input-expected.txt: Added.
* platform/mac/editing/input/secure-input.html: Added.
2008-08-12 Darin Adler <darin@apple.com>
Reviewed by Geoff.
- added a test since I had to rewrite the == and === operators
* fast/js/equality-expected.txt: Added.
* fast/js/equality.html: Added.
* fast/js/resources/equality.js: Added.
2008-08-18 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- test for <rdar://problem/5862634> REGRESSION (3.1.1): In iChat, inline image not resizable past current size after another IM is received
* fast/replaced/max-width-percent.html: Added.
* platform/mac/fast/replaced/max-width-percent-expected.checksum: Added.
* platform/mac/fast/replaced/max-width-percent-expected.png: Added.
* platform/mac/fast/replaced/max-width-percent-expected.txt: Added.
2008-08-18 Simon Fraser <simon.fraser@apple.com>
Make transition_shorthand_parsing.html a text-only test.
* fast/css/transition_shorthand_parsing-expected.txt: Added.
* fast/css/transition_shorthand_parsing.html:
* platform/mac/fast/css/transition_shorthand_parsing-expected.txt: Removed.
2008-08-15 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
Testcase for crash when parsing transition properties:
https://bugs.webkit.org/show_bug.cgi?id=20408
* fast/css/transition_shorthand_parsing.html: Added.
* platform/mac/fast/css/transition_shorthand_parsing-expected.txt: Added.
2008-08-17 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Maciej.
Change the limit in the deep recursion test to match changes in
the counting of constants.
* fast/js/deep-recursion-test.html:
2008-08-17 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
<rdar://problem/6150322> In Gmail, a crash occurs at KJS::Machine::privateExecute() when applying list styling to text after a quote had been removed
<https://bugs.webkit.org/show_bug.cgi?id=20386>
Testcases for determining scope chain depth in a function with out a full scope chain.
* fast/js/exception-try-finally-scope-error-expected.txt: Added.
* fast/js/exception-try-finally-scope-error.html: Added.
* fast/js/resources/exception-try-finally-scope-error.js: Added.
2008-08-15 Dan Bernstein <mitz@apple.com>
Rubber-stamped by Tim Hatcher.
- update results for console.dir
* fast/dom/Window/window-properties-expected.txt:
2008-08-14 Simon Fraser <simon.fraser@apple.com>
Fix testcase and add pixel results for testcase in
https://bugs.webkit.org/show_bug.cgi?id=20367
* platform/mac/fast/css/font-face-in-media-rule-expected.checksum: Added.
* platform/mac/fast/css/font-face-in-media-rule-expected.png: Added.
* platform/mac/fast/css/font-face-in-media-rule-expected.txt:
2008-08-13 Simon Fraser <simon.fraser@apple.com>
Reviewed by Eric Seidel
Fix @font-face inside @media rule crash.
https://bugs.webkit.org/show_bug.cgi?id=20367
* fast/css/font-face-in-media-rule.html: Added.
* platform/mac/fast/css/font-face-in-media-rule-expected.txt: Added.
2008-08-13 Eric Seidel <eric@webkit.org>
Reviewed by Sam.
Match HTML5 spec by throwing INVALID_STATE_ERR when
createPattern is called and the HTMLImageElement is not
yet done loading the image (!isComplete)
https://bugs.webkit.org/show_bug.cgi?id=20351
* http/tests/misc/canvas-pattern-from-incremental-image.html: Added.
* http/tests/misc/resources/image-slow.pl: Copied from LayoutTests/http/tests/misc/resources/script-slow1.pl.
2008-08-13 Eric Carlson <eric.carlson@apple.com>
Reviewed by Adele Peterson.
<rdar://problem/6137931>
https://bugs.webkit.org/show_bug.cgi?id=20360
Add test case for parameters on a <source> element 'type' attribute.
* media/video-source-type-params-expected.txt: Added.
* media/video-source-type-params.html: Added.
2008-08-13 Alexey Proskuryakov <ap@webkit.org>
Removing http/tests/xmlhttprequest/readystatechange.html from Windows skipped list -
this test hasn't been failing locally for a long time.
* platform/win/Skipped:
2008-08-13 Simon Hausmann <hausmann@webkit.org>
Reviewed by Holger.
Adjusted the length-list-parser layout test to compensate for the subtle difference of
dropping a sign for a "negative zero" as a result of the QString::vsprintf use.
* platform/qt/svg/dom/length-list-parser-expected.txt: Added.
2008-08-12 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
* platform/mac/Skipped: Add fast/dom/cssTarget-crash.html to the skipped list.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Not reviewed.
Revert the last SVGLineElement commit. It's not needed, the first run on buildbot showed them as failures
the next build doesn't complain anymore (this was before adjusting the offsets.) No idea what's going on,
but if it's fixed I'm happy.
While I'm at it, regenerate struct-image-02-b.svg (invisible differences) to have a clean baseline.
All SVG pixel test results are accurate on Leopard now.
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
* svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js:
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Not reviewed. The last SVGLineElement* fix attempt, fixed 4/8 failing tests.
Trying two variations in two tests to find out the right offset to make the other four tests work on Tiger.
* svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js:
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Eric.
Add new dynamic-update layout tests covering SVGRectElement.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Added.
* svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-dom-height-attr.html: Added.
* svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-dom-width-attr.html: Added.
* svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-dom-x-attr.html: Added.
* svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-dom-y-attr.html: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-height-prop.html: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-width-prop.html: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-x-prop.html: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRectElement-svgdom-y-prop.html: Added.
* svg/dynamic-updates/resources/SVGRectElement-dom-height-attr.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-dom-width-attr.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-dom-x-attr.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-dom-y-attr.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-svgdom-height-prop.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-svgdom-width-prop.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-svgdom-x-prop.js: Added.
* svg/dynamic-updates/resources/SVGRectElement-svgdom-y-prop.js: Added.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Not reviewed. Trying to modify mouseevent target location, to work around known CG/Tiger hit test problem.
* svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-x2-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-y1-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-y2-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x2-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-y1-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-y2-prop.js:
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Sam.
Forgot to include these in my last commit.
* 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:
2008-08-12 Mihnea Ovidenie <mihnea@adobe.com>
Test for https://bugs.webkit.org/show_bug.cgi?id=19891
Broken HTML object elements cause de-reference of pointer to freed memory.
Reviewed by Dave Hyatt and Alexey Proskuryakov.
* http/tests/misc/object-image-error-with-onload-expected.txt: Added.
* http/tests/misc/object-image-error-with-onload.html: Added.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Eric.
Fix typo in most files: "mesage" -> "message".
Remove unused code in SVGTestCase.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/SVGImageElement-dom-height-attr.js:
* svg/dynamic-updates/resources/SVGImageElement-dom-preserveAspectRatio-attr.js:
* svg/dynamic-updates/resources/SVGImageElement-dom-width-attr.js:
* svg/dynamic-updates/resources/SVGImageElement-dom-x-attr.js:
* svg/dynamic-updates/resources/SVGImageElement-dom-y-attr.js:
* svg/dynamic-updates/resources/SVGImageElement-svgdom-height-prop.js:
* svg/dynamic-updates/resources/SVGImageElement-svgdom-preserveAspectRatio-prop.js:
* svg/dynamic-updates/resources/SVGImageElement-svgdom-width-prop.js:
* svg/dynamic-updates/resources/SVGImageElement-svgdom-x-prop.js:
* svg/dynamic-updates/resources/SVGImageElement-svgdom-y-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-x2-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-y1-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-dom-y2-attr.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x2-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-y1-prop.js:
* svg/dynamic-updates/resources/SVGLineElement-svgdom-y2-prop.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientTransform-attr.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-gradientUnits-attr.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x1-attr.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-x2-attr.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y1-attr.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-dom-y2-attr.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientTransform-prop.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientUnits-prop.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x1-prop.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-x2-prop.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y1-prop.js:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-y2-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-height-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-patternContentUnits-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-patternTransform-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-patternUnits-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-width-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-x-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-dom-y-attr.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-height-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternContentUnits-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternTransform-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternUnits-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-width-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-x-prop.js:
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-y-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cx-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cy-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fx-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fy-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientTransform-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientUnits-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-r-attr.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cx-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cy-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fx-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fy-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientTransform-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientUnits-prop.js:
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-r-prop.js:
* svg/dynamic-updates/resources/SVGTestCase.js:
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Eric.
Add new dynamic-update layout tests covering SVGPatternElement.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Added.
* svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-height-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-width-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-x-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-dom-y-attr.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-height-prop.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-width-prop.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-x-prop.html: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.txt: Added.
* svg/dynamic-updates/SVGPatternElement-svgdom-y-prop.html: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-height-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-patternContentUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-patternTransform-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-patternUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-width-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-x-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-dom-y-attr.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-height-prop.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternContentUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternTransform-prop.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-patternUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-width-prop.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-x-prop.js: Added.
* svg/dynamic-updates/resources/SVGPatternElement-svgdom-y-prop.js: Added.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Dave.
Fix mask regressions.
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
* platform/mac/svg/batik/masking/maskRegions-expected.checksum:
* platform/mac/svg/batik/masking/maskRegions-expected.png:
* platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
* platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Sam.
Speculative fix for hit testing problems in dynamic-updates/SVGLineElement* on Tiger.
Supposed to fix the hanging tests on the buildbot.
* svg/dynamic-updates/resources/SVGTestCase.js:
2008-08-12 Sam Weinig <sam@webkit.org>
* fast/dom/Window/window-properties-expected.txt: Update results.
2008-08-12 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for https://bugs.webkit.org/show_bug.cgi?id=19348
<rdar://problem/5978447> REGRESSION (r34193): Setting the size of a frame with javascript document.body.row no longer works
* fast/frames/frameset-style-recalc.html: Added.
* platform/mac/fast/frames/frameset-style-recalc-expected.checksum: Added.
* platform/mac/fast/frames/frameset-style-recalc-expected.png: Added.
* platform/mac/fast/frames/frameset-style-recalc-expected.txt: Added.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Anders.
Add new dynamic-update layout tests covering SVGCursorElement.
Scale svg/webarchive/resources/green-checker.png to a value < 128x128,
as this is the maximum hardcoded cursor size (fixes manual testing of svg-cursor-subresources.svg).
* platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added.
* svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.txt: Added.
* svg/dynamic-updates/SVGCursorElement-dom-x-attr.html: Added.
* svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.txt: Added.
* svg/dynamic-updates/SVGCursorElement-dom-y-attr.html: Added.
* svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.txt: Added.
* svg/dynamic-updates/SVGCursorElement-svgdom-x-prop.html: Added.
* svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.txt: Added.
* svg/dynamic-updates/SVGCursorElement-svgdom-y-prop.html: Added.
* svg/dynamic-updates/resources/SVGCursorElement-dom-x-attr.js: Added.
* svg/dynamic-updates/resources/SVGCursorElement-dom-y-attr.js: Added.
* svg/dynamic-updates/resources/SVGCursorElement-svgdom-x-prop.js: Added.
* svg/dynamic-updates/resources/SVGCursorElement-svgdom-y-prop.js: Added.
* svg/webarchive/resources/green-checker.png:
* svg/webarchive/svg-cursor-subresources-expected.webarchive:
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Oliver.
Add new dynamic-update layout tests covering SVGMaskElement.
Move pixel tests results of SVGMarkerElement* to the right positions, while I'm at it.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.checksum: Copied from svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.checksum.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Copied from svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.checksum: Copied from svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.checksum.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Copied from svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.checksum: Removed.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Removed.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.checksum: Removed.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Removed.
* svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-dom-height-attr.html: Added.
* svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr.html: Added.
* svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr.html: Added.
* svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-dom-width-attr.html: Added.
* svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-dom-x-attr.html: Added.
* svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-dom-y-attr.html: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-height-prop.html: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop.html: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop.html: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-width-prop.html: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-x-prop.html: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMaskElement-svgdom-y-prop.html: Added.
* svg/dynamic-updates/resources/SVGMaskElement-dom-height-attr.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-dom-maskContentUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-dom-maskUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-dom-width-attr.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-dom-x-attr.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-dom-y-attr.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-svgdom-height-prop.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-svgdom-maskContentUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-svgdom-maskUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-svgdom-width-prop.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-svgdom-x-prop.js: Added.
* svg/dynamic-updates/resources/SVGMaskElement-svgdom-y-prop.js: Added.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Add new dynamic-update layout tests covering SVGMarkerElement.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr.html: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr.html: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr.html: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-orient-attr.html: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-refX-attr.html: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-dom-refY-attr.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.checksum: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call.html: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.checksum: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.txt: Added.
* svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call.html: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-dom-markerHeight-attr.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-dom-markerUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-dom-markerWidth-attr.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-dom-orient-attr.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-dom-refX-attr.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-dom-refY-attr.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-markerHeight-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-markerUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-markerWidth-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-orientAngle-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-orientType-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-refX-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-refY-prop.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-setOrientToAngle-call.js: Added.
* svg/dynamic-updates/resources/SVGMarkerElement-svgdom-setOrientToAuto-call.js: Added.
2008-08-12 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver.
Add new dynamic-update layout tests covering SVGImageElement.
Fix bug: SVGImageElement doesn't react on 'preserveAspectRatio' changes.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
* svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-dom-height-attr.html: Added.
* svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr.html: Added.
* svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-dom-width-attr.html: Added.
* svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-dom-x-attr.html: Added.
* svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-dom-y-attr.html: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-height-prop.html: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop.html: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-width-prop.html: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-x-prop.html: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.txt: Added.
* svg/dynamic-updates/SVGImageElement-svgdom-y-prop.html: Added.
* svg/dynamic-updates/resources/SVGImageElement-dom-height-attr.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-dom-preserveAspectRatio-attr.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-dom-width-attr.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-dom-x-attr.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-dom-y-attr.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-svgdom-height-prop.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-svgdom-preserveAspectRatio-prop.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-svgdom-width-prop.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-svgdom-x-prop.js: Added.
* svg/dynamic-updates/resources/SVGImageElement-svgdom-y-prop.js: Added.
2008-08-11 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Oliver.
Add a bunch of new dynamic-updates tests covering SVGLineElement & SVGRadialGradientElement.
No functional changes needed, all work out of the box.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.checksum: Added.
* platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Added.
* svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-dom-x1-attr.html: Added.
* svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-dom-x2-attr.html: Added.
* svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-dom-y1-attr.html: Added.
* svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-dom-y2-attr.html: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-x1-prop.html: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-x2-prop.html: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-y1-prop.html: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.txt: Added.
* svg/dynamic-updates/SVGLineElement-svgdom-y2-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop.html: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.txt: Added.
* svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop.html: Added.
* svg/dynamic-updates/resources/SVGLineElement-dom-x1-attr.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-dom-x2-attr.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-dom-y1-attr.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-dom-y2-attr.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x1-prop.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-svgdom-x2-prop.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-svgdom-y1-prop.js: Added.
* svg/dynamic-updates/resources/SVGLineElement-svgdom-y2-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cx-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-cy-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fx-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-fy-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientTransform-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-gradientUnits-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-dom-r-attr.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cx-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-cy-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fx-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-fy-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientTransform-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-gradientUnits-prop.js: Added.
* svg/dynamic-updates/resources/SVGRadialGradientElement-svgdom-r-prop.js: Added.
2008-08-11 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Antti.
Fixes: http://bugs.webkit.org/show_bug.cgi?id=17736
JS wrapper objects around SVG POD types, that contain other SVG POD types with writable properties
failed to update. Modification of the values were completly ignored (ie. transform.matrix.a = 50, didn't take any effect)
* platform/mac/svg/custom/immutable-properties-expected.checksum: Added.
* platform/mac/svg/custom/immutable-properties-expected.png: Added.
* platform/mac/svg/custom/svg-modify-currentTranslate-expected.checksum: Added.
* platform/mac/svg/custom/svg-modify-currentTranslate-expected.png: Added.
* platform/mac/svg/custom/tearoffs-with-tearoffs-expected.checksum: Added.
* platform/mac/svg/custom/tearoffs-with-tearoffs-expected.png: Added.
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum:
* platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
* svg/custom/immutable-properties-expected.txt: Added.
* svg/custom/immutable-properties.html: Added.
* svg/custom/resources/immutable-properties.js: Added.
* svg/custom/resources/svg-modify-currentTranslate.js: Added.
* svg/custom/resources/tearoffs-with-tearoffs.js: Added.
* svg/custom/svg-modify-currentTranslate-expected.txt: Added.
* svg/custom/svg-modify-currentTranslate.html: Added.
* svg/custom/tearoffs-with-tearoffs-expected.txt: Added.
* svg/custom/tearoffs-with-tearoffs.html: Added.
* svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.txt:
* svg/dynamic-updates/resources/SVGLinearGradientElement-svgdom-gradientTransform-prop.js:
2008-08-11 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
https://bugs.webkit.org/show_bug.cgi?id=20328
Add testcase for interrupted 'all' transition with more than
one property changing.
* transitions/interrupted-all-transition-expected.txt: Added.
* transitions/interrupted-all-transition.html: Added.
2008-08-11 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/6131096> Reproducible crash in CounterNode::isReset under guard malloc
* fast/css/counters/invalidate-cached-counter-node.html: Added.
* platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.checksum: Added.
* platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.png: Added.
* platform/mac/fast/css/counters/invalidate-cached-counter-node-expected.txt: Added.
== Rolled over to ChangeLog-2008-08-10 ==