blob: d06c896e90aedf1fafdbc161ee0bbc560c3e0e44 [file] [log] [blame]
2009-02-23 Alexey Proskuryakov <ap@webkit.org>
Rubber-stamped by Mark Rowe.
https://bugs.webkit.org/show_bug.cgi?id=15690
Bug in layout test framework (setUpPage vs. setUpPageStatus)
* (Many JS files in dom/):
(setUpPage): Replaced setUpPage with setUpPageStatus where appropriate, downstreaming
a W3C fix.
2009-02-23 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Mark Rowe.
https://bugs.webkit.org/show_bug.cgi?id=21147
hash property returns incorrect value for links w/o hash
* fast/dom/empty-hash-and-search-expected.txt: Added.
* fast/dom/empty-hash-and-search.html: Added.
2009-02-23 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=20184
SELECT with no name generates invalid query string
* fast/forms/select-no-name-expected.txt: Added.
* fast/forms/select-no-name.html: Added.
2009-02-23 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=15707
Crash when manipulating document from within an iframe onload function
* fast/dom/onload-open-expected.txt: Added.
* fast/dom/onload-open.html: Added.
* fast/dom/resources/frame-onload-open.html: Added.
2009-02-23 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=18970
Numerically named input fields cause document.forms loop problems
* fast/forms/numeric-input-name-expected.txt: Added.
* fast/forms/numeric-input-name.html: Added.
2009-02-21 Hironori Bono <hbono@chromium.org>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=23786
[Chromium] line-break characters in a complex text are treated as zero-width spaces
Added tests which verifies line-break characters in a complex text are treated as defined in CSS 2.1.
* fast/text/international/bidi-linebreak-001.html: Added.
* fast/text/international/bidi-linebreak-002.html: Added.
* fast/text/international/bidi-linebreak-003.html: Added.
* platform/mac/fast/text/international/bidi-linebreak-001-expected.checksum: Added.
* platform/mac/fast/text/international/bidi-linebreak-001-expected.png: Added.
* platform/mac/fast/text/international/bidi-linebreak-001-expected.txt: Added.
* platform/mac/fast/text/international/bidi-linebreak-002-expected.checksum: Added.
* platform/mac/fast/text/international/bidi-linebreak-002-expected.png: Added.
* platform/mac/fast/text/international/bidi-linebreak-002-expected.txt: Added.
* platform/mac/fast/text/international/bidi-linebreak-003-expected.checksum: Added.
* platform/mac/fast/text/international/bidi-linebreak-003-expected.png: Added.
* platform/mac/fast/text/international/bidi-linebreak-003-expected.txt: Added.
2009-02-20 Sam Weinig <sam@webkit.org>
* fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt: Update results.
2009-02-20 Oliver Hunt <oliver@apple.com>
RS=Mark Rowe.
<rdar://problem/6606660> 2==null returns true in 64bit jit
Improved equality test to contain all integer values that could
appear to be other immediate values if the type tag were ignored.
* fast/js/equality-expected.txt:
* fast/js/resources/equality.js:
2009-02-19 Sam Weinig <sam@webkit.org>
Reviewed by Beth Dakin.
Tests for https://bugs.webkit.org/show_bug.cgi?id=24044
Update querySelector/querySelectorAll to match the latest spec
* fast/dom/SelectorAPI/dumpNodeList-almost-strict-expected.txt:
* fast/dom/SelectorAPI/dumpNodeList-expected.txt:
* fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt:
* fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml: Updated. We now fail 17 tests
due to not throwing an exception when no arguments are passed to querySelector
or querySelectorAll.
* fast/dom/SelectorAPI/resources/undefined-null-stringify.js: Added.
* fast/dom/SelectorAPI/undefined-null-stringify-expected.txt: Added.
* fast/dom/SelectorAPI/undefined-null-stringify.html: Added.
2009-02-19 David Hyatt <hyatt@apple.com>
Fix a bug where reflections didn't work properly if opacity was < 1. Make sure that replaced elements
also consider reflections to be part of their visual overflow. This had already been done for blocks
and lines, but it wasn't being done yet for replaced elements.
Also make sure that when the object being reflected has opacity < 1 that we don't end up popping the outer
transparency layer early. Since the reflected object paints twice, we don't want to end the transparency
layer it pushed until we're done painting the real object (rather than the reflection).
Reviewed by Dan Bernstein
* fast/reflections/reflection-masks-opacity.html: Added.
* platform/mac/fast/reflections/reflection-direction-expected.txt:
* platform/mac/fast/reflections/reflection-masks-expected.txt:
* platform/mac/fast/reflections/reflection-masks-opacity-expected.checksum: Added.
* platform/mac/fast/reflections/reflection-masks-opacity-expected.png: Added.
* platform/mac/fast/reflections/reflection-masks-opacity-expected.txt: Added.
2009-02-19 Jay Campan <jcampan@google.com>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=23959
LayoutTests/fast/dom/navigator-detached-no-crash.html may fail with other JS engines.
* fast/dom/navigator-detached-no-crash-expected.txt:
* fast/dom/navigator-detached-no-crash.html:
2009-02-19 Dimitri Glazkov <dglazkov@chromium.org>
Reviewed by Dave Hyatt.
https://bugs.webkit.org/show_bug.cgi?id=24012
Clarify objective of the test and clean up.
* fast/forms/inline-ignored-on-legend-expected.txt:
* fast/forms/inline-ignored-on-legend.html:
2009-02-18 Dimitri Glazkov <dglazkov@chromium.org>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=24012
Convert inline-ignored-on-legend to text-only test.
* fast/forms/inline-ignored-on-legend-expected.txt: Added.
* fast/forms/inline-ignored-on-legend.html: Changed to text-only.
* platform/mac/fast/forms/inline-ignored-on-legend-expected.checksum: Removed.
* platform/mac/fast/forms/inline-ignored-on-legend-expected.png: Removed.
* platform/mac/fast/forms/inline-ignored-on-legend-expected.txt: Removed.
2009-02-17 Peter Abrahamsen <rainhead@gmail.com>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=23958
<rdar://problem/6587815>
Updated XMLHttpRequests tests to match the newest Access Control draft.
* http/tests/security/originHeader/resources/print-origin.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-allow-access-control-origin-header.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-allow-print-headers.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-allow-star.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-allow.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-get-fail-non-simple.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-non-get-allow.cgi:
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
* http/tests/xmlhttprequest/resources/access-control-basic-whitelist-response-headers.cgi:
2009-02-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Test for <rdar://problem/6595040> REGRESSION: http://www.amnestyusa.org/
fails to load.
* fast/js/function-toString-semicolon-insertion-expected.txt: Added.
* fast/js/function-toString-semicolon-insertion.html: Added.
* fast/js/resources/function-toString-semicolon-insertion.js: Added.
(compileAndSerialize):
2009-02-17 David Hyatt <hyatt@apple.com>
Reviewed by Eric Seidel
Fix for https://bugs.webkit.org/show_bug.cgi?id=23985
Don't allow legends to be anything but display:block.
* fast/forms/inline-ignored-on-legend.html: Added.
* platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
* platform/mac/fast/borders/fieldsetBorderRadius-expected.txt:
* platform/mac/fast/forms/006-expected.txt:
* platform/mac/fast/forms/007-expected.txt:
* platform/mac/fast/forms/fieldset-align-expected.txt:
* platform/mac/fast/forms/float-before-fieldset-expected.txt:
* platform/mac/fast/forms/inline-ignored-on-legend-expected.checksum: Added.
* platform/mac/fast/forms/inline-ignored-on-legend-expected.png: Added.
* platform/mac/fast/forms/inline-ignored-on-legend-expected.txt: Added.
* platform/mac/fast/invalid/residual-style-expected.txt:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
2009-02-16 Justin Garcia <justin.garcia@apple.com>
Reviewed by Mark Rowe.
https://bugs.webkit.org/show_bug.cgi?id=16309
HTML5: The third execCommand argument for insert{un}orderedlist should be ignored
* editing/execCommand/insert-list-with-id-expected.txt: Added.
* editing/execCommand/insert-list-with-id.html:
* platform/mac/editing/execCommand/insert-list-with-id-expected.checksum: Removed.
* platform/mac/editing/execCommand/insert-list-with-id-expected.png: Removed.
* platform/mac/editing/execCommand/insert-list-with-id-expected.txt: Removed.
2009-02-16 Sam Weinig <sam@webkit.org>
Reviewed by Geoffrey Garen.
Add tests for <rdar://problem/6468156>
REGRESSION (r36779): Adding link, images, flash in TinyMCE blocks entire page (21382)
* fast/js/function-apply-expected.txt:
* fast/js/resources/function-apply.js: Add cases covering setting arugments.length and
Array.length explicitly or implicitly using Array.prototype.unshift.
2009-02-16 Dan Bernstein <mitz@apple.com>
Reviewed by Geoffrey Garen.
- test for <rdar://problem/6561077> REGRESSION (r39634): Unable to select an item in stocks widget with the mouse
* platform/mac/fast/events/pointer-events-dashboard-expected.checksum: Added.
* platform/mac/fast/events/pointer-events-dashboard-expected.png: Added.
* platform/mac/fast/events/pointer-events-dashboard-expected.txt: Added.
* platform/mac/fast/events/pointer-events-dashboard.html: Copied from LayoutTests/fast/events/pointer-events.html.
2009-02-16 Justin Garcia <justin.garcia@apple.com>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=15381
execCommand justify modifies the contentEditable node
* editing/execCommand/15381-expected.txt: Added.
* editing/execCommand/15381.html: Added.
Made this test cross platform and changed it to reflect the fix:
* editing/execCommand/5062376-expected.txt: Added.
* editing/execCommand/5062376.html:
* platform/mac/editing/execCommand/5062376-expected.checksum: Removed.
* platform/mac/editing/execCommand/5062376-expected.png: Removed.
* platform/mac/editing/execCommand/5062376-expected.txt: Removed.
2009-02-16 Chris Fleizach <cfleizach@apple.com>
Reviewed by Adele Peterson.
Test for Bug 23979: AX: alt tag not returned for <input type="image">
https://bugs.webkit.org/show_bug.cgi?id=23979
* accessibility/input-image-alt-expected.txt: Added.
* accessibility/input-image-alt.html: Added.
2009-02-13 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Added a test for an edge case in <rdar://problem/6584057>.
* fast/js/resources/sort-non-numbers.js: Added.
* fast/js/sort-non-numbers.html: Added.
* fast/js/sort-non-numbers-expected.txt: Added.
2009-02-13 Chris Marrin <cmarrin@apple.com>
Reviewed by Adam Roben.
https://bugs.webkit.org/show_bug.cgi?id=23936
Fixed 3 more test cases
* platform/win/fast/css/computed-style-expected.txt:
* platform/win/fast/css/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2009-02-13 Chris Marrin <cmarrin@apple.com>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=23936
Fixed 2 more test cases (mac specific)
* platform/mac/fast/css/computed-style-expected.txt:
* platform/mac/fast/css/computed-style-without-renderer-expected.txt:
2009-02-12 Horia Olaru <olaru@adobe.com>
Reviewed by Oliver Hunt.
https://bugs.webkit.org/show_bug.cgi?id=23400
Added a modified version of the test Chris Brichford attached to the bug.
Will test return values of various eval function calls, including some which
throw and catch errors in the string to evaluate.
* fast/js/eval-throw-return-expected.txt: Added.
* fast/js/eval-throw-return.html: Added.
* fast/js/resources/eval-throw-return.js: Added.
(throwFunc):
(throwOnReturn):
(twoFunc):
2009-02-12 David Smith <catfish.man@gmail.com>
Reviewed by David Hyatt.
* fast/dom/SelectorAPI/resig-SelectorsAPI-test-expected.txt: Updated results now that we pass a few more
2009-02-12 Chris Marrin <cmarrin@apple.com>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=23936
Fixed test results
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
* fast/dom/Window/window-properties-expected.txt:
* platform/mac/svg/text/text-text-05-t-expected.checksum:
* platform/mac/svg/text/text-text-05-t-expected.png:
2009-02-12 Eric Carlson <eric.carlson@apple.com>
Reviewed by Simon Fraser.
Support MPEG content on Mac and Windows.
<rdar://problem/5917509>
https://bugs.webkit.org/show_bug.cgi?id=23495
* media/audio-mpeg-supported-expected.txt: Added.
* media/audio-mpeg-supported.html: Added.
* media/content/silence.mpg: Added.
2009-02-12 Chris Marrin <cmarrin@apple.com>
Reviewed by Dave Hyatt
https://bugs.webkit.org/show_bug.cgi?id=23908
Added test for parsing 3d functions in webkit-transform
* transforms/3d: Added.
* transforms/3d/cssmatrix-3d-interface-expected.txt: Added.
* transforms/3d/cssmatrix-3d-interface.xhtml: Added.
2009-02-12 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin Adler.
Bug 23915: Remove setPrefix work-around in Document::createElement(QualifiedName, bool)
The test validates the <image> special treatment (using <img> tag) and see whether
it validates the previous behaviour and we do not ASSERT.
* fast/dom/prefixed-image-tag-expected.txt: Added.
* fast/dom/prefixed-image-tag.xhtml: Added.
2009-02-12 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin Adler.
Bug 23826: Potential bug with before/after rule while moving element from one document to another
* fast/css-generated-content/beforeAfter-interdocument.html: Added.
* platform/mac/fast/css-generated-content/beforeAfter-interdocument-expected.txt: Added.
2009-02-12 Adam Roben <aroben@apple.com>
Try to fix dashboard-region-parser
* platform/mac/fast/css/dashboard-region-parser.html: Fixed relative
paths now that this test has moved.
2009-02-12 Chris Marrin <cmarrin@apple.com>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=23927
Skip 16 SVG tests that fail on PPC, until problem is resolved
* platform/mac/Skipped:
2009-02-12 Chris Marrin <cmarrin@apple.com>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=23927
This fixes one testcase on PPC Mac
* svg/custom/getTransformToElement.svg:
2009-02-12 Adam Roben <aroben@apple.com>
Add some tests that fail due to using the wrong font for Hebrew to the
Windows Skipped list
* platform/win/Skipped:
2009-02-12 Adam Roben <aroben@apple.com>
Remove some passing tests from the Windows Skipped list
* platform/win/Skipped: Removed two tests in http/tests/incremental
(one of which had been renamed and so was running anyway).
2009-02-12 Adam Roben <aroben@apple.com>
Add a failing loader test to the Windows Skipped list
* platform/win/Skipped: Added fast/loader/frame-creation-removal.html.
2009-02-12 Adam Roben <aroben@apple.com>
Add another failing drag-n-drop test to the Windows Skipped list
* platform/win/Skipped: Added editing/selection/drag-in-iframe.html.
2009-02-12 Adam Roben <aroben@apple.com>
Fix Bug 23919: Mac-specific test fast/css/dashboard-region-parser is
in cross-platform location
<https://bugs.webkit.org/show_bug.cgi?id=23919>
Moved the test and its results to platform/mac.
Reviewed by Dan Bernstein.
* platform/mac/fast/css/dashboard-region-parser-expected.txt: Renamed from LayoutTests/fast/css/dashboard-region-parser-expected.txt.
* platform/mac/fast/css/dashboard-region-parser.html: Renamed from LayoutTests/fast/css/dashboard-region-parser.html.
2009-02-12 Adam Roben <aroben@apple.com>
Fix Bug 23918: Mac-specific results for
fast/css/computed-style[-without-renderer] are sitting in
cross-platform location
<https://bugs.webkit.org/show_bug.cgi?id=23918>
Move Mac-specific results for
fast/css/computed-style[-without-renderer] to platform/mac
Reviewed by John Sullivan.
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
Made these results correct for non-Mac platforms by removing the
-webkit-dashboard-region references.
* platform/mac/fast/css/computed-style-expected.txt: Copied from LayoutTests/fast/css/computed-style-expected.txt.
* platform/mac/fast/css/computed-style-without-renderer-expected.txt: Copied from LayoutTests/fast/css/computed-style-without-renderer-expected.txt.
* platform/win/fast/css/computed-style-expected.txt:
* platform/win/fast/css/computed-style-without-renderer-expected.txt:
Copied the non-Mac results here, too, since on Windows we first check
for Mac-specific results before checking for cross-platform results.
2009-02-11 Adam Roben <aroben@apple.com>
Windows fix for Bug 22239: Implement missing animation & transition
APIs on LayoutTestController for non-mac platforms
<https://bugs.webkit.org/show_bug.cgi?id=22239>
Reviewed by Simon Fraser.
* platform/win/Skipped: Enable the previously-skipped tests.
2009-02-11 Scott Violet <sky@google.com>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=23805
The test transitions/transition-end-event-multiple-03.html occasionally fails.
* transitions/transition-end-event-multiple-03.html: Upped the timeout.
2009-02-10 Oliver Hunt <oliver@apple.com>
Reviewed by Adele Peterson.
<rdar://problem/6156755> onMouseOver events do not fire properly for cross frame drag and drop
Simple testcase to ensure that a subframe does not incorrectly capture mousemove events
when the mousedown handler has prevented default handling.
* fast/events/mouse-drag-from-frame-expected.txt: Added.
* fast/events/mouse-drag-from-frame.html: Added.
* fast/events/resources/mouse-drag-from-frame-subframe.html: Added.
2009-02-08 Sam Weinig <sam@webkit.org>
Reviewed by David Hyatt.
Tests for https://bugs.webkit.org/show_bug.cgi?id=15897
Please implement getBoundingClientRect and getClientRects
<rdar://problem/6139669>
* fast/dom/Window/window-properties-expected.txt:
* fast/dom/domListEnumeration-expected.txt:
* fast/dom/getBoundingClientRect-expected.txt: Added.
* fast/dom/getBoundingClientRect.html: Added.
* fast/dom/getClientRects-expected.txt: Added.
* fast/dom/getClientRects.html: Added.
* fast/dom/resources/domListEnumeration.js:
* fast/js/global-constructors-expected.txt:
2009-02-10 Feng Qian <feng@chromium.org>
Reviewed by Alexey Proskuryakov.
Fix crashes in disconnected navigator object.
https://bugs.webkit.org/show_bug.cgi?id=23626
* fast/dom/navigator-detached-no-crash-expected.txt: Added.
* fast/dom/navigator-detached-no-crash.html: Added.
2009-02-09 Chris Marrin <cmarrin@apple.com>
Reviewed by Simon Fraser
https://bugs.webkit.org/show_bug.cgi?id=23689
Add test for 3D functionality of WebKitCSSMatrix.
* transforms/3d: Added.
* transforms/3d/cssmatrix-3d-interface-expected.txt: Added.
* transforms/3d/cssmatrix-3d-interface.xhtml: Added.
2009-02-09 Mark Rowe <mrowe@apple.com>
Reviewed by Sam Weinig.
Test for <https://bugs.webkit.org/show_bug.cgi?id=23858>
Bug 23858: Crash when removing a HTMLSelectElement from the document from inside its focus event handler
* fast/dom/HTMLSelectElement/remove-element-from-within-focus-handler-crash-expected.txt: Added.
* fast/dom/HTMLSelectElement/remove-element-from-within-focus-handler-crash.html: Added.
2009-02-09 Dimitri Glazkov <dglazkov@chromium.org>
Reviewed by Dave Hyatt.
https://bugs.webkit.org/show_bug.cgi?id=23806
New test for the crash with an embed element with an empty src and
"text/html" type.
* fast/loader/empty-embed-src-attribute-expected.txt: Added.
* fast/loader/empty-embed-src-attribute.html: Added.
2009-02-09 Alexey Proskuryakov <ap@webkit.org>
Land results for a recently added test (https://bugs.webkit.org/show_bug.cgi?id=23601).
* fast/dom/Selection/getRangeAt-expected.txt: Added.
2009-02-07 Rob Buis <rwlbuis@gmail.com>
Reviewed by Darin.
Test for:
https://bugs.webkit.org/show_bug.cgi?id=3248
Bug 3248: Mouse events on OPTION element seem to be ignored
* fast/forms/option-mouseevents-expected.txt: Added.
* fast/forms/option-mouseevents.html: Added.
2009-02-06 Chris Marrin <cmarrin@apple.com>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=6868
Fixed results of several svg tests because of differences
in rounding caused by TransformationMatrix changing from
single to double precision math.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-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-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/coords-trans-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
* 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.txt:
* 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.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
* platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
* platform/mac/svg/batik/text/textProperties-expected.txt:
* platform/mac/svg/batik/text/verticalText-expected.txt:
* platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
* platform/mac/svg/carto.net/slider-expected.txt:
* platform/mac/svg/carto.net/tabgroup-expected.txt:
* platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
* platform/mac/svg/custom/invalid-css-expected.txt:
* platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-marker-creation-expected.txt:
* platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
* platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
* platform/mac/svg/custom/viewbox-syntax-expected.txt:
* platform/mac/svg/hixie/perf/001-expected.txt:
* platform/mac/svg/hixie/perf/002-expected.txt:
* platform/mac/svg/hixie/perf/007-expected.txt:
* platform/mac/svg/text/text-align-01-b-expected.txt:
* platform/mac/svg/text/text-align-05-b-expected.txt:
* platform/mac/svg/text/text-fonts-01-t-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-06-t-expected.txt:
* platform/mac/svg/text/text-tref-01-b-expected.txt:
* svg/custom/getTransformToElement.svg:
2009-02-05 Eric Seidel <eric@webkit.org>
Reviewed by Eric Seidel.
DOMSelection.getRangeAt() returns a different range than the selection
https://bugs.webkit.org/show_bug.cgi?id=23601
Rename toRange to toNormalizedRange and add new firstRange which returns an unmodified range
* fast/dom/Selection/getRangeAt.html: Added.
* fast/dom/Selection/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/CSSStyleDeclaration/resources/TEMPLATE.html.
* fast/dom/Selection/resources/getRangeAt.js: Added.
2009-02-06 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver Hunt.
https://bugs.webkit.org/show_bug.cgi?id=23800
Header elements are not always preserved during paste
* editing/execCommand/4128080-1-expected.txt: Added.
* editing/execCommand/4128080-1.html: Added.
* editing/execCommand/4128080-2-expected.txt: Added.
* editing/execCommand/4128080-2.html: Added.
2009-02-05 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
<rdar://problem/6438271> Improve backspace handling of accented characters
* platform/mac/editing/deleting/backward-delete-expected.txt: Added.
* platform/mac/editing/deleting/backward-delete.html: Added.
2009-02-05 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Rubber-stamped by George Staikos.
Regenerate input.wml result on mac, it was generated with Qt before.
* platform/mac/fast/wml/input-expected.checksum:
* platform/mac/fast/wml/input-expected.png:
* platform/mac/fast/wml/input-expected.txt:
2009-02-05 Sam Weinig <sam@webkit.org>
Reviewed by Darin Layer.
Fix after merging EventTargetNode up into Node.
* fast/dom/Window/window-properties-expected.txt:
* fast/dom/prototype-chain-expected.txt:
2009-02-04 Dean Jackson <dino@apple.com>
Reviewed by Darin Adler.
Remove animation-play-state from expected properties.
https://bugs.webkit.org/show_bug.cgi?id=22907
* animations/computed-style-expected.txt:
* animations/computed-style.html:
* fast/css/computed-style-display-none-expected.txt:
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
* fast/css/computed-style-without-renderer.html:
* svg/css/getComputedStyle-basic-expected.txt:
2009-02-04 Tor Arne Vestbø <tavestbo@trolltech.com>
Reviewed by Darin Adler.
Make sure we don't load on removing the media element from the document
https://bugs.webkit.org/show_bug.cgi?id=22105.
* media/remove-from-document-no-load-expected.txt: Added.
* media/remove-from-document-no-load.html: Added.
2009-02-04 Dmitry Titov <dimich@chromium.org>
Not reviewed, build fix.
https://bugs.webkit.org/show_bug.cgi?id=22806
Reverting the test that should not yet be landed since it depends on
changes in DRT which were not yet landed.
* fast/dom/Window/cached-timeout-stopped-on-close-expected.txt: Removed.
* fast/dom/Window/cached-timeout-stopped-on-close.html: Removed.
* fast/dom/Window/resources/cached-timeout-page-1.html: Removed.
* fast/dom/Window/resources/cached-timeout-page-2.html: Removed.
2009-02-04 Dimitri Glazkov <dglazkov@chromium.org>
Reviewed by Eric Seidel.
Rename layout test result to the correct name.
* storage/transaction-callback-exception-crash-expected.txt: Renamed from LayoutTests/storage/transaction-callback-exception-crash.txt.
2009-02-04 Dmitry Titov <dimich@chromium.org>
Reviewed by Darin Adler.
Regression test for https://bugs.webkit.org/show_bug.cgi?id=22753
* fast/dom/Window/cached-timeout-stopped-on-close-expected.txt: Added.
* fast/dom/Window/cached-timeout-stopped-on-close.html: Added.
* fast/dom/Window/resources/cached-timeout-page-1.html: Added.
* fast/dom/Window/resources/cached-timeout-page-2.html: Added.
2009-02-04 Dimitri Glazkov <dglazkov@chromium.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=23655
Clean up storage layout tests a bit.
* storage/close-during-stress-test.html: Moved brace to new line.
* storage/empty-statement.html: Moved brace to new line.
* storage/execute-sql-args.html: Moved brace to new line.
* storage/quota-tracking.html: Moved brace to new line.
* storage/success-callback.html: Moved brace to new line, removed erroneous callback argument.
* storage/transaction-callback-exception-crash.html: Added.
* storage/transaction-callback-exception-crash.txt: Renamed from LayoutTests/storage/transaction_callback_exception_crash-expected.txt.
* storage/transaction_callback_exception_crash.html: Removed.
2009-02-04 Jeremy Moskovich <jeremy@chromium.org>
Reviewed by Dave Hyatt.
https://bugs.webkit.org/show_bug.cgi?id=23471
Fix text-overflow:ellipsis; for RTL case.
Rebaseline LayoutTests/editing/spelling/inline_spelling_markers.html to reflect correct behavior.
* fast/css/text-overflow-ellipses.html: Added.
* platform/mac/editing/spelling/inline_spelling_markers-expected.checksum:
* platform/mac/editing/spelling/inline_spelling_markers-expected.png:
* platform/mac/fast/css/text-overflow-ellipses-expected.checksum: Added.
* platform/mac/fast/css/text-overflow-ellipses-expected.png: Added.
* platform/mac/fast/css/text-overflow-ellipses-expected.txt: Added.
2009-02-03 Brad Garcia <bgarcia@google.com>
Reviewed by Eric Seidel.
Test for https://bugs.webkit.org/show_bug.cgi?id=20443
* fast/frames/frame-dead-region-expected.txt: Added.
* fast/frames/frame-dead-region.html: Added.
* fast/frames/resources/frame-dead-region-left.html: Added.
2009-02-03 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=13490
Implement execCommand("styleWithCSS", ...)
* editing/execCommand/5685604-1-expected.txt: Added.
* editing/execCommand/5685604-1.html: Added.
2009-02-03 Grace Kloba <klobag@gmail.com>
https://bugs.webkit.org/show_bug.cgi?id=23178
Added a case to test the offsetTop of table cell's children.
* fast/dom/Element/offsetTop-table-cell-expected.txt:
* fast/dom/Element/offsetTop-table-cell.html:
2009-02-03 Dan Bernstein <mitz@apple.com>
Reviewed by Brady Eidson.
- test for <rdar://problem/6550530> REGRESSION (r40508): Window opened with window.open has no initial history item (global and back/forward)
* fast/history/window-open-expected.txt: Added.
* fast/history/window-open.html: Added.
2009-02-03 Dmitry Titov <dimich@chromium.org>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=22718
Implement WindowTimers interface in Workers.
First layout test for timeouts in a Worker.
* fast/workers/resources/worker-timeout.js: Added.
(checkCompletion):
* fast/workers/worker-timeout-expected.txt: Added.
* fast/workers/worker-timeout.html: Added.
2009-02-02 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
<https://bugs.webkit.org/show_bug.cgi?id=21414> REGRESSION: Regular Expressions and character classes, shorthands and ranges
<rdar://problem/6543487>
Testcase for regex codegen emitting checks out of correct order.
* fast/js/regexp-character-match-out-of-order-expected.txt: Added.
* fast/js/regexp-character-match-out-of-order.html: Added.
* fast/js/resources/regexp-character-match-out-of-order.js: Added.
2009-02-02 Yichao Yin <yichao.yin@torchmobile.com.cn>
Reviewed by Niko Zimmermann.
Tests for WML Input
* wml/input-format-expected.txt: Added.
* wml/input-format.html: Added.
* wml/resources/input-format.js: Added.
(setupTestDocument):
(prepareTest):
(executeTest):
2009-01-29 Scott Violet <sky@google.com>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23633
The test transitions/transition-end-event-nested.html occasionally fails
Ups the timeout of the test transitions/transition-end-event-nested.html
and makes the test exit as soon as all events received.
* transitions/transition-end-event-helpers.js:
(recordTransitionEndEvent):
(runTransitionTest.startTest._endFunction):
(runTransitionTest.startTest):
(runTransitionTest):
* transitions/transition-end-event-nested.html:
2009-01-30 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Test for <rdar://problem/6545095>
ASSERTION FAILED: RenderBlock.h:519: !o || o->isRenderBlock()
* fast/block/float/crash-replaced-display-block-expected.txt: Added.
* fast/block/float/crash-replaced-display-block.html: Added.
2009-01-30 Chris Fleizach <cfleizach@apple.com>
Reviewed by Oliver Hunt.
Bug 23656: AX hierarchy for iFrames is incorrect
https://bugs.webkit.org/show_bug.cgi?id=23656
Update test to reflect correct behavior.
* accessibility/iframe-bastardization.html:
2009-01-30 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
More redirect layout test work.
Added tests (expected to fail) for form submission via JavaScript:
* http/tests/history/redirect-js-form-submit-0-seconds-expected.txt: Added.
* http/tests/history/redirect-js-form-submit-0-seconds.html: Added.
* http/tests/history/redirect-js-form-submit-2-seconds-expected.txt: Added.
* http/tests/history/redirect-js-form-submit-2-seconds.html: Added.
* http/tests/history/redirect-js-form-submit-before-load-expected.txt: Added.
* http/tests/history/redirect-js-form-submit-before-load.html: Added.
Updated these tests to dump their back/forward lists, to check for
back/forward regressions, and to use # instead of ? to communicate between
URLs, since, to my surprise, form submissions can't use query strings.
* http/tests/history/redirect-200-refresh-0-seconds-expected.txt:
* http/tests/history/redirect-200-refresh-0-seconds.pl:
* http/tests/history/redirect-200-refresh-2-seconds-expected.txt:
* http/tests/history/redirect-200-refresh-2-seconds.pl:
* http/tests/history/redirect-301-expected.txt:
* http/tests/history/redirect-301.pl:
* http/tests/history/redirect-302-expected.txt:
* http/tests/history/redirect-302.pl:
* http/tests/history/redirect-303-expected.txt:
* http/tests/history/redirect-303.pl:
* http/tests/history/redirect-307-expected.txt:
* http/tests/history/redirect-307.pl:
* http/tests/history/redirect-js-document-location-0-seconds-expected.txt:
* http/tests/history/redirect-js-document-location-0-seconds.html:
* http/tests/history/redirect-js-document-location-2-seconds-expected.txt:
* http/tests/history/redirect-js-document-location-2-seconds.html:
* http/tests/history/redirect-js-document-location-before-load-expected.txt:
* http/tests/history/redirect-js-document-location-before-load.html:
* http/tests/history/redirect-js-location-0-seconds-expected.txt:
* http/tests/history/redirect-js-location-0-seconds.html:
* http/tests/history/redirect-js-location-2-seconds-expected.txt:
* http/tests/history/redirect-js-location-2-seconds.html:
* http/tests/history/redirect-js-location-assign-0-seconds-expected.txt:
* http/tests/history/redirect-js-location-assign-0-seconds.html:
* http/tests/history/redirect-js-location-assign-2-seconds-expected.txt:
* http/tests/history/redirect-js-location-assign-2-seconds.html:
* http/tests/history/redirect-js-location-assign-before-load-expected.txt:
* http/tests/history/redirect-js-location-assign-before-load.html:
* http/tests/history/redirect-js-location-before-load-expected.txt:
* http/tests/history/redirect-js-location-before-load.html:
* http/tests/history/redirect-js-location-href-0-seconds-expected.txt:
* http/tests/history/redirect-js-location-href-0-seconds.html:
* http/tests/history/redirect-js-location-href-2-seconds-expected.txt:
* http/tests/history/redirect-js-location-href-2-seconds.html:
* http/tests/history/redirect-js-location-href-before-load-expected.txt:
* http/tests/history/redirect-js-location-href-before-load.html:
* http/tests/history/redirect-js-location-replace-0-seconds-expected.txt:
* http/tests/history/redirect-js-location-replace-0-seconds.html:
* http/tests/history/redirect-js-location-replace-2-seconds-expected.txt:
* http/tests/history/redirect-js-location-replace-2-seconds.html:
* http/tests/history/redirect-js-location-replace-before-load-expected.txt:
* http/tests/history/redirect-js-location-replace-before-load.html:
* http/tests/history/redirect-meta-refresh-0-seconds-expected.txt:
* http/tests/history/redirect-meta-refresh-0-seconds.html:
* http/tests/history/redirect-meta-refresh-2-seconds-expected.txt:
* http/tests/history/redirect-meta-refresh-2-seconds.html:
* http/tests/history/resources/redirect-target.html:
2009-01-30 Pierre-Olivier Latour <pol@apple.com>
Updated the references images for the media layout tests on Tiger since they now differ from Leopard after installing QuickTime 7.6.
* platform/mac-tiger/media: Added.
* platform/mac-tiger/media/video-aspect-ratio-expected.checksum: Added.
* platform/mac-tiger/media/video-aspect-ratio-expected.png: Added.
* platform/mac-tiger/media/video-controls-rendering-expected.checksum: Added.
* platform/mac-tiger/media/video-controls-rendering-expected.png: Added.
* platform/mac-tiger/media/video-display-toggle-expected.checksum: Added.
* platform/mac-tiger/media/video-display-toggle-expected.png: Added.
* platform/mac-tiger/media/video-layer-crash-expected.checksum: Added.
* platform/mac-tiger/media/video-layer-crash-expected.png: Added.
* platform/mac-tiger/media/video-transformed-expected.checksum: Added.
* platform/mac-tiger/media/video-transformed-expected.png: Added.
* platform/mac-tiger/media/video-zoom-expected.checksum: Added.
* platform/mac-tiger/media/video-zoom-expected.png: Added.
2009-01-30 Dimitri Glazkov <dglazkov@chromium.org>
Reviewed by Eric Seidel.
Correct mis-applied http://trac.webkit.org/changeset/40413 by actually
removing the test file.
* fast/dom/Window/timeout-released-on-close.html: Removed.
2009-01-30 Dmitry Titov <dimich@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23650
LayoutTests/fast/dom/Window/timeout-released-on-close.html fails intermittently.
Disable this test to keep buildbots green. Need more time to investigate the cause.
* fast/dom/Window/timeout-released-on-close.html: Removed.
* fast/dom/Window/timeout-released-on-close.html-disabled: Copied from LayoutTests/fast/dom/Window/timeout-released-on-close.html.
2009-01-30 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
Test that documents loaded from application cache cannot load local resources.
* http/tests/appcache/local-content-expected.txt: Added.
* http/tests/appcache/local-content.html: Added.
* http/tests/appcache/resources/local-content.manifest: Added.
2009-01-30 Dmitry Titov <dimich@chromium.org>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=23615
Try to make this test reliable on buildbots.
* fast/dom/Window/resources/long_timeout.html:
Allocate more objects to make detection more reliable.
* fast/dom/Window/timeout-released-on-close.html:
Use threshold to account for objects allocated by the running scripts.
Add debug output in case of failure to help understand possible failures.
2009-01-30 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Mark Rowe.
https://bugs.webkit.org/show_bug.cgi?id=23639
Test that appcache ignores Cache-Control: no-store
* http/tests/resources/network-simulator.php: Send no-store with all responses.
2009-01-30 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Mark Rowe.
https://bugs.webkit.org/show_bug.cgi?id=23640
Test that non-HTML main resources work with application cache correctly
* http/tests/appcache/non-html-expected.txt: Added.
* http/tests/appcache/non-html.xhtml: Added.
* http/tests/appcache/resources/abe.png: Added.
* http/tests/appcache/resources/non-html.manifest: Added.
* http/tests/resources/network-simulator.php: Support more file extensions.
2009-01-29 Tony Chang <tony@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22894
Fix typo in fill-stroke-clip-reset-path.html where
layoutTestController.setUseDashboardCompatiblityMode is called instead of
layoutTestController.setUseDashboardCompatibilityMode.
* fast/canvas/fill-stroke-clip-reset-path.html:
* platform/mac/fast/canvas/fill-stroke-clip-reset-path-expected.checksum:
* platform/mac/fast/canvas/fill-stroke-clip-reset-path-expected.png:
2009-01-29 Hironori Bono <hbono@chromium.org>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=18835
Rebaseline a layout test that verifies the InsertLineBreakCommand() function
doesn't delete existing markers.
* platform/mac/editing/spelling/spelling-linebreak-expected.checksum:
* platform/mac/editing/spelling/spelling-linebreak-expected.png:
2009-01-29 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann, Eric Seidel.
Transformations on SVG patterns caused ugly drawings. The pattern is transformed
directly now. Texts or strokes are no longer affected by transformations.
* platform/mac/svg/custom/pattern-with-transformation-expected.checksum: Added.
* platform/mac/svg/custom/pattern-with-transformation-expected.png: Added.
* platform/mac/svg/custom/pattern-with-transformation-expected.txt: Added.
* svg/custom/pattern-with-transformation.svg: Added.
2009-01-29 Brady Eidson <beidson@apple.com>
Reviewed by Oliver Hunt
<rdar://problem/6337157> hyundaiusa.com closes window or tab during load
* fast/loader/resources/subframe-self-close.html: Added.
* fast/loader/subframe-self-close-expected.txt: Added.
* fast/loader/subframe-self-close.html: Added.
2009-01-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Anders Carlsson.
https://bugs.webkit.org/show_bug.cgi?id=23620
Crash in appcache/resource-redirect.html on Tiger
* http/tests/appcache/resource-redirect.html:
* http/tests/appcache/resources/resource-redirect.php:
* http/tests/appcache/resources/manifest-redirect.php:
Corrected the tests to redirect properly.
* http/tests/appcache/manifest-redirect-2-expected.txt: Added.
* http/tests/appcache/manifest-redirect-2.html: Added.
* http/tests/appcache/resource-redirect-2-expected.txt: Added.
* http/tests/appcache/resource-redirect-2.html: Added.
* http/tests/appcache/resources/manifest-redirect-2.php: Added.
* http/tests/appcache/resources/resource-redirect-2.manifest: Added.
* http/tests/appcache/resources/resource-redirect-2.php: Added.
Added tests for the code path that was accidentally tested on Tiger only (using a redirect
to self, so Leopard will exercise it, too).
2009-01-29 Alexey Proskuryakov <ap@webkit.org>
Not reviewed (this was just a merge problem).
https://bugs.webkit.org/show_bug.cgi?id=23476
HTTP redirect should make application cache updating fail
* http/tests/appcache/manifest-redirect.html:
* http/tests/appcache/resource-redirect.html:
Updated the tests to work with the new appcache event sending behavior.
2009-01-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Anders Carlsson.
https://bugs.webkit.org/show_bug.cgi?id=23476
HTTP redirect should make application cache updating fail
* http/tests/appcache/manifest-redirect-expected.txt: Added.
* http/tests/appcache/manifest-redirect.html: Added.
* http/tests/appcache/resource-redirect-expected.txt: Added.
* http/tests/appcache/resource-redirect.html: Added.
* http/tests/appcache/resources/manifest-redirect.php: Added.
* http/tests/appcache/resources/resource-redirect.manifest: Added.
* http/tests/appcache/resources/resource-redirect.php: Added.
2009-01-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Anders Carlsson.
https://bugs.webkit.org/show_bug.cgi?id=23592
Update appcache manifest signature parsing
* http/tests/appcache/manifest-parsing.html: Fixed to point to a correct manifest (oops).
* http/tests/appcache/resources/manifest-parsing.manifest: Added a comment at the end of
signature line.
* http/tests/appcache/resources/wrong-signature-2.manifest: Added.
* http/tests/appcache/wrong-signature-2-expected.txt: Added.
* http/tests/appcache/wrong-signature-2.html: Added.
* http/tests/appcache/wrong-signature.html:
Test that there must be whitespace before the comment.
2009-01-28 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Anders Carlsson.
https://bugs.webkit.org/show_bug.cgi?id=23584
Update application cache code for the latest round of spec changes
* http/tests/appcache/404-manifest.html:
* http/tests/appcache/404-resource.html:
When initial cache attempt fails, the applicationCache singleton now gets an error event.
* http/tests/appcache/foreign-iframe-main-expected.txt: Checking, downloading and progress
events are now dispatched during initial cache attempt.
* http/tests/appcache/idempotent-update-expected.txt:
* http/tests/appcache/idempotent-update.html:
Events are now posted asynchronously, so we cannot assume any status when handling an event.
Rewrote the test to no longer rely on synchronous event dispatch.
* http/tests/appcache/manifest-containing-itself.html: Changed the test to pass on reload,
to simplify testing in browser (not related to any behavior changes).
* http/tests/appcache/navigating-away-while-cache-attempt-in-progress.html: Fixed the test
to not fail in browser due to missing layoutTestController.
* http/tests/appcache/offline-access-expected.txt:
* http/tests/appcache/offline-access.html:
Removed a warning saying that output is timing dependent - I think this is not true now.
* http/tests/appcache/remove-cache-expected.txt:
* http/tests/appcache/remove-cache.html:
* http/tests/appcache/resources/remove-cache-frame-2.html:
* http/tests/appcache/resources/remove-cache-frame.html:
An obsolete event is only dispatched if the document's main resource was already in cache,
otherwise, an error event is dispatched. Changed the test to add the main resource to cache
first. Also, updated it to make use of additional events that are now being posted.
* http/tests/appcache/resources/offline-access-frame.html: Updated to dump frame events more
completely.
* http/tests/appcache/wrong-content-type.html:
* http/tests/appcache/wrong-signature.html:
Changed to expect and to make use of error event that is now being posted.
2009-01-28 Darin Fisher <darin@chromium.org>
Fixing bustage.
https://bugs.webkit.org/show_bug.cgi?id=18835
Add missing layout test results.
* platform/mac/editing/spelling/spelling-linebreak-expected.checksum: Added.
* platform/mac/editing/spelling/spelling-linebreak-expected.png: Added.
* platform/mac/editing/spelling/spelling-linebreak-expected.txt: Added.
2009-01-28 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Added layout tests for how many history items are created during a
redirect. (Many of these results are expected failures for now.)
* http/tests/history: Added.
* http/tests/history/redirect-200-refresh-0-seconds-expected.txt: Added.
* http/tests/history/redirect-200-refresh-0-seconds.pl: Added.
* http/tests/history/redirect-200-refresh-2-seconds-expected.txt: Added.
* http/tests/history/redirect-200-refresh-2-seconds.pl: Added.
* http/tests/history/redirect-301-expected.txt: Added.
* http/tests/history/redirect-301.pl: Added.
* http/tests/history/redirect-302-expected.txt: Added.
* http/tests/history/redirect-302.pl: Added.
* http/tests/history/redirect-303-expected.txt: Added.
* http/tests/history/redirect-303.pl: Added.
* http/tests/history/redirect-307-expected.txt: Added.
* http/tests/history/redirect-307.pl: Added.
* http/tests/history/redirect-js-document-location-0-seconds-expected.txt: Added.
* http/tests/history/redirect-js-document-location-0-seconds.html: Added.
* http/tests/history/redirect-js-document-location-2-seconds-expected.txt: Added.
* http/tests/history/redirect-js-document-location-2-seconds.html: Added.
* http/tests/history/redirect-js-document-location-before-load-expected.txt: Added.
* http/tests/history/redirect-js-document-location-before-load.html: Added.
* http/tests/history/redirect-js-location-0-seconds-expected.txt: Added.
* http/tests/history/redirect-js-location-0-seconds.html: Added.
* http/tests/history/redirect-js-location-2-seconds-expected.txt: Added.
* http/tests/history/redirect-js-location-2-seconds.html: Added.
* http/tests/history/redirect-js-location-assign-0-seconds-expected.txt: Added.
* http/tests/history/redirect-js-location-assign-0-seconds.html: Added.
* http/tests/history/redirect-js-location-assign-2-seconds-expected.txt: Added.
* http/tests/history/redirect-js-location-assign-2-seconds.html: Added.
* http/tests/history/redirect-js-location-assign-before-load-expected.txt: Added.
* http/tests/history/redirect-js-location-assign-before-load.html: Added.
* http/tests/history/redirect-js-location-before-load-expected.txt: Added.
* http/tests/history/redirect-js-location-before-load.html: Added.
* http/tests/history/redirect-js-location-href-0-seconds-expected.txt: Added.
* http/tests/history/redirect-js-location-href-0-seconds.html: Added.
* http/tests/history/redirect-js-location-href-2-seconds-expected.txt: Added.
* http/tests/history/redirect-js-location-href-2-seconds.html: Added.
* http/tests/history/redirect-js-location-href-before-load-expected.txt: Added.
* http/tests/history/redirect-js-location-href-before-load.html: Added.
* http/tests/history/redirect-js-location-replace-0-seconds-expected.txt: Added.
* http/tests/history/redirect-js-location-replace-0-seconds.html: Added.
* http/tests/history/redirect-js-location-replace-2-seconds-expected.txt: Added.
* http/tests/history/redirect-js-location-replace-2-seconds.html: Added.
* http/tests/history/redirect-js-location-replace-before-load-expected.txt: Added.
* http/tests/history/redirect-js-location-replace-before-load.html: Added.
* http/tests/history/redirect-meta-refresh-0-seconds-expected.txt: Added.
* http/tests/history/redirect-meta-refresh-0-seconds.html: Added.
* http/tests/history/redirect-meta-refresh-2-seconds-expected.txt: Added.
* http/tests/history/redirect-meta-refresh-2-seconds.html: Added.
* http/tests/history/resources: Added.
* http/tests/history/resources/redirect-target.html: Added.
2009-01-28 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
https://bugs.webkit.org/show_bug.cgi?id=23582
New test cases for transforms on inlines and table rows, with and without
opacity (which has the side-effect of creating layers).
* fast/transforms/transform-on-inline.html: Added.
* fast/transforms/transform-table-row.html: Added.
* platform/mac/fast/transforms/transform-on-inline-expected.checksum: Added.
* platform/mac/fast/transforms/transform-on-inline-expected.png: Added.
* platform/mac/fast/transforms/transform-on-inline-expected.txt: Added.
* platform/mac/fast/transforms/transform-table-row-expected.checksum: Added.
* platform/mac/fast/transforms/transform-table-row-expected.png: Added.
* platform/mac/fast/transforms/transform-table-row-expected.txt: Added.
2009-01-28 Hironori Bono <hbono@chromium.org>
Reviewed by Justin Garcia.
https://bugs.webkit.org/show_bug.cgi?id=18835
Spelling underlines disappear when they shouldn't
Add a layout text to verify if misspelled markers are copied when a
line-break command splits a text node.
* editing/spelling/spelling-linebreak.html: Added.
2009-01-27 Holger Hans Peter Freyther <zecke@selfish.org>
Rubber stamped by Darin Adler.
Get the build bot green as discussed on the mailinglist. There is
only one crash after unloading a page with plugins. For the remaining
failing tests DumpRenderTree needs to be looked at.
* platform/gtk/Skipped:
2009-01-27 Mads Ager <ager@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23300
Update test of selection functions on HTMLInputElements to expect
the selection functions to throw exceptions when used on buttons.
This is consistent with the Firefox behavior.
* fast/forms/selection-functions-expected.txt:
* fast/forms/selection-functions.html:
2009-01-26 David Kilzer <ddkilzer@apple.com>
Fix misspelling of "lowercase" in font-face-locally-installed.html
Reviewed by Dan Bernstein.
* fast/css/font-face-locally-installed.html: Updated.
* platform/mac/fast/css/font-face-locally-installed-expected.checksum: Updated.
* platform/mac/fast/css/font-face-locally-installed-expected.png: Updated.
* platform/mac/fast/css/font-face-locally-installed-expected.txt: Updated.
2009-01-26 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Test for https://bugs.webkit.org/show_bug.cgi?id=18141
Acid3 tests 77 and 78 fail on reload due to SVG font race
<rdar://problem/6504899>
* http/tests/misc/SVGFont-delayed-load-expected.txt: Added.
* http/tests/misc/SVGFont-delayed-load.html: Added.
* http/tests/misc/resources/SVGFont-delayed-loader.svg: Added.
* svg/custom/acid3-test-77.html:
* svg/custom/resources/Acid3Font-loader.svg:
2009-01-26 Pierre-Olivier Latour <pol@apple.com>
Updated the reference images for the video tests that rely on the H264 test movie,
as QuickTime 7.6 apparently slightly changed the results from the 7.5.5 version.
* platform/mac/media/video-aspect-ratio-expected.checksum:
* platform/mac/media/video-aspect-ratio-expected.png:
* platform/mac/media/video-controls-rendering-expected.checksum:
* platform/mac/media/video-controls-rendering-expected.png:
* platform/mac/media/video-display-toggle-expected.checksum:
* platform/mac/media/video-display-toggle-expected.png:
* platform/mac/media/video-layer-crash-expected.checksum:
* platform/mac/media/video-layer-crash-expected.png:
* platform/mac/media/video-transformed-expected.checksum:
* platform/mac/media/video-transformed-expected.png:
* platform/mac/media/video-zoom-expected.checksum:
* platform/mac/media/video-zoom-expected.png:
2009-01-26 Darin Adler <darin@apple.com>
Requested by David Hyatt.
* platform/mac/fast/table/form-with-table-style-expected.checksum: Updated to reflect
the progression; we now render things we used to fail to render.
* platform/mac/fast/table/form-with-table-style-expected.png: Ditto.
2009-01-25 David Hyatt <hyatt@apple.com>
Add layout test for https://bugs.webkit.org/show_bug.cgi?id=23524.
Reviewed by Oliver Hunt
* fast/repaint/dynamic-table-vertical-alignment-change.html: Added.
* platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.checksum: Added.
* platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Added.
* platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt: Added.
2009-01-25 Dan Bernstein <mitz@apple.com>
Reviewed by Oliver Hunt.
- test for <rdar://problem/6525618> REGRESSION (r39566): NewsFire crashes in
string hashing code when opening a Digg RSS article
* fast/loader/null-request-after-willSendRequest-expected.txt: Added.
* fast/loader/null-request-after-willSendRequest.html: Added.
2009-01-24 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
<rdar://problem/5954398> REGRESSION: 1.1% PLT regression from 33577 and 33578 (encoding fixes)
* http/tests/misc/dns-prefetch-control-expected.txt:
* http/tests/misc/dns-prefetch-control.html:
Google documentation for DNS Prefetch makes use of net-path relative URLs (//server-name),
explaining that scheme is not necessary. This is of course true, but this test uses data:
subframes, and data: is a non-hierachical scheme, so resolving such URLs fails, resulting
in a KURL object that is not valid. WebKit used to ignore this, and tried to create a URL
from this string again, now with a single argument KURL constructor, which resulted in a
valid file: URL, which was successfully used! Both issues have been corrected in WebCore,
so I had to change the test to no longer use relative net-path URLs.
* http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
* http/tests/security/postMessage/invalid-origin-throws-exception.html:
URLs that start with "/" are no longer converted to "file:" ones, so the results now
match Firefox.
* http/tests/uri/resolve-encoding-relative-expected.txt: Added.
* http/tests/uri/resolve-encoding-relative.html: Added.
Added a test to cover some cases of relative URL resolving that were not covered before.
Expected results are taken from Firefox 3, and WebKit doesn't match in how fragments are
encoded (we use document encoding, while Firefox uses UTF-8). Since fragments are not
sent in HTTP requests, this is not too dangerous, but the Firefox behavior looks more
consistent.
2009-01-24 Eric Carlson <eric.carlson@apple.com>
<video> controls visibility test needs to dump render tree as text because
the test does not always end at the same time, so the timeline slider thumb
is not always at the same position.
* media/video-controls-visible-audio-only.html:
* platform/mac/media/video-controls-visible-audio-only-expected.txt:
2009-01-24 Darin Adler <darin@apple.com>
Try to fix expected results for new video element test.
* platform/mac/media/video-controls-visible-audio-only-expected.png: Landed new result
generated on my machine.
* platform/mac/media/video-controls-visible-audio-only-expected.txt: Ditto.
2009-01-24 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
<rdar://problem/6368059> REGRESSION: URL encoding problems on http://www.cineman.ch
* http/tests/xmlhttprequest/encode-request-url-2-expected.txt: Added.
* http/tests/xmlhttprequest/encode-request-url-2.html: Added.
* fast/loader/url-parse-1-expected.txt: Updated test results. Neither new nor old result
matches Firefox, and the change is caused by <https://bugs.webkit.org/show_bug.cgi?id=23500>.
2009-01-23 Eric Carlson <eric.carlson@apple.com>
Reviewed by Adele Peterson
Test for behavior of <video> element controller when a media file has
only audio.
https://bugs.webkit.org/show_bug.cgi?id=23407
* media/video-controls-visible-audio-only.html: Added.
* platform/mac/media/video-controls-visible-audio-only-expected.checksum: Added.
* platform/mac/media/video-controls-visible-audio-only-expected.png: Added.
* platform/mac/media/video-controls-visible-audio-only-expected.txt: Added.
2009-01-23 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Oliver Hunt.
https://bugs.webkit.org/show_bug.cgi?id=23478
Add a test for application test resource loading failure
* http/tests/appcache/404-resource-expected.txt: Added.
* http/tests/appcache/404-resource.html: Added.
* http/tests/appcache/resources/404-resource.manifest: Added.
2009-01-22 Eric Seidel <eric@webkit.org>
Reviewed by Darin Adler.
Remove <strong>/<em> tags when toggling bold/italic since IE inserts them instead of <b>/<i>
https://bugs.webkit.org/show_bug.cgi?id=23486
* editing/execCommand/toggle-styles-expected.txt: pass two more cases!
2009-01-22 Eric Seidel <eric@webkit.org>
Reviewed by Justin Garcia.
Remove <span> turds left by editing commands
https://bugs.webkit.org/show_bug.cgi?id=23466
* editing/execCommand/empty-span-removal-expected.txt: Added.
* editing/execCommand/empty-span-removal.html: Added.
* editing/execCommand/resources/empty-span-removal.js: Added.
* editing/execCommand/toggle-styles-expected.txt: Updated.
2009-01-22 Beth Dakin <bdakin@apple.com>
Reviewed by Sam Weinig.
Fix for https://bugs.webkit.org/show_bug.cgi?id=23461 LayoutTests/
fast/js/numeric-conversion.html is broken, and corresponding
<rdar://problem/6514842>
The basic problem here is that parseInt(Infinity) should be NaN,
but we were returning 0. NaN matches Safari 3.2.1 and Firefox.
* fast/js/numeric-conversion-expected.txt:
* fast/js/resources/numeric-conversion.js:
2009-01-22 Eric Roman <eroman@chromium.org>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=20806
"Referer" header not sent for history navigation.
* http/tests/navigation/back-send-referrer-expected.txt: Added.
* http/tests/navigation/back-send-referrer.html: Added.
* http/tests/navigation/resources/back-send-referrer-helper.php: Added.
2009-01-22 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff Garen.
<rdar://problem/6516853> (r39682-r39736) JSFunFuzz: crash on "(function(){({ x2: x }), })()"
<https://bugs.webkit.org/show_bug.cgi?id=23479>
Add additional reparsing tests.
* fast/js/reparsing-semicolon-insertion-expected.txt:
* fast/js/resources/reparsing-semicolon-insertion.js:
(commaParenTest):
(commaParenThrowTest):
2009-01-21 Gavin Barraclough <barraclough@apple.com>
Rubber stamped by Geoff "Cameron Zwarich" Garen.
Add pre & post standalone driver scripts to assist running the javascript layout tests
on jsc, rather than a full webkit build.
* fast/js/resources/standalone-post.js: Copied from fast/js/resources/js-test-post.js.
* fast/js/resources/standalone-pre.js: Copied from fast/js/resources/js-test-pre.js.
(description):
(debug):
(escapeString):
(testPassed):
(testFailed):
2009-01-21 Gavin Barraclough <barraclough@apple.com>
Reviewed by Oliver Hunt.
Add layout test for switch (-0).
* fast/js/resources/switch-behaviour.js:
* fast/js/switch-behaviour-expected.txt:
2009-01-19 Chris Marrin <cmarrin@apple.com>
Reviewed by David Hyatt
Fix for https://bugs.webkit.org/show_bug.cgi?id=23317
* transitions/repeated-firing-background-color-expected.txt: Added.
* transitions/repeated-firing-background-color.html: Added.
2009-01-21 Eric Seidel <eric@webkit.org>
Reviewed by Justin Garcia.
Remove the style='' turds left by some editing commands
https://bugs.webkit.org/show_bug.cgi?id=23463
* editing/execCommand/toggle-styles-expected.txt: updated results
2009-01-21 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Test to make sure accessibility doesn't crash when a table is modified through JavaScript
* accessibility/table-modification-crash-expected.txt: Added.
* accessibility/table-modification-crash.html: Added.
2009-01-16 Eric Seidel <eric@webkit.org>
Reviewed by Justin Garcia.
Updated results for execCommand() 'sub' and 'super' toggle fixes.
https://bugs.webkit.org/show_bug.cgi?id=17733
* editing/execCommand/toggle-styles-expected.txt:
2009-01-20 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by George Staikos.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=23434
Add minimal WML input element testcase: fast/wml/input.wml
* fast/wml/input.wml: Added.
* platform/mac/fast/wml/input-expected.checksum: Added.
* platform/mac/fast/wml/input-expected.png: Added.
* platform/mac/fast/wml/input-expected.txt: Added.
2009-01-20 Pierre-Olivier Latour <pol@apple.com>
Previously uploaded reference images were generated with Perian installed, which affected them
as explained in https://bugs.webkit.org/show_bug.cgi?id=22615.
* platform/mac/media/video-zoom-expected.checksum:
* platform/mac/media/video-zoom-expected.png:
2009-01-20 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
stroke-pattern is wrong and coords-units-01-b match the behavior of
batik and Firefox.
* 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/custom/stroked-pattern-expected.checksum:
* platform/mac/svg/custom/stroked-pattern-expected.png:
2009-01-19 Simon Fraser <simon.fraser@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=18078
New testcases for transitions of shorthand properties.
* transitions/shorthand-border-transitions-expected.txt: Added.
* transitions/shorthand-border-transitions.html: Added.
* transitions/shorthand-transitions-expected.txt: Added.
* transitions/shorthand-transitions.html: Added.
2009-01-19 Darin Adler <darin@apple.com>
Reviewed by Sam Weinig.
Bug 23409: REGRESSION: RegExp 'replace()' function improperly processes '$$'
<https://bugs.webkit.org/show_bug.cgi?id=23409>
<rdar://problem/6505723>
* fast/js/resources/string-replace-3.js:
* fast/js/string-replace-3-expected.txt:
2009-01-19 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
https://bugs.webkit.org/show_bug.cgi?id=18078
Fix transition-test-helpers.js to handle more kinds
of CSS properties, like lists and colors, and to
optionally not use the pause API.
* transitions/transform-op-list-match.html:
* transitions/transform-op-list-no-match.html:
* transitions/transition-test-helpers.js:
(runTransitionTest.checkExpectedValue):
(runTransitionTest.runTest):
* transitions/zero-duration-in-list.html:
2009-01-19 Alexey Proskuryakov <ap@webkit.org>
Update test results for https://bugs.webkit.org/show_bug.cgi?id=23417.
* fast/dom/Window/window-properties-expected.txt:
2009-01-19 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Bug 23422: AX: AXLinks should expose access key information
https://bugs.webkit.org/show_bug.cgi?id=23422
Update and add tests for access key information
* accessibility/accesskey-expected.txt: Added.
* accessibility/accesskey.html: Added.
* accessibility/document-links-expected.txt:
* accessibility/legend-expected.txt:
* accessibility/radio-button-group-members-expected.txt:
* accessibility/table-with-aria-role-expected.txt:
2009-01-19 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Anders Carlsson.
https://bugs.webkit.org/show_bug.cgi?id=23417
Implement application cache obsolete state
* http/tests/appcache/resources/fail-on-update.php: This script used to alternate between
200 and 404 responses, which is not correct, because update process should check the
manifest twice (WebKit doesn't implement that yet). Changed it to take explicit commands.
* http/tests/appcache/fail-on-update.html: Updated to "delete" the manifest explicitly.
* http/tests/appcache/remove-cache-expected.txt: Added.
* http/tests/appcache/remove-cache.html: Added.
* http/tests/appcache/resources/remove-cache-frame-2.html: Added.
* http/tests/appcache/resources/remove-cache-frame.html: Added.
Added a test for manifest obsolescence.
2009-01-19 Chris Fleizach <cfleizach@apple.com>
Reviewed by David Hyatt.
Bug 23399: AX: some buttons don't expose AXPress as an action
https://bugs.webkit.org/show_bug.cgi?id=23399
* accessibility/button-press-action-expected.txt: Added.
* accessibility/button-press-action.html: Added.
2009-01-17 Eric Carlson <eric.carlson@apple.com>
Reviewed by Adele Peterson
<rdar://problem/6293969>
Update media controls rendering results for new controls CSS.
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.txt:
2009-01-16 Chris Fleizach <cfleizach@apple.com>
Reviewed by Oliver Hunt.
Bug 23397: AXURL is not reported for <INPUT type="image"> elements
https://bugs.webkit.org/show_bug.cgi?id=23397
* accessibility/input-image-url-expected.txt: Added.
* accessibility/input-image-url.html: Added.
2009-01-16 Chris Fleizach <cfleizach@apple.com>
Reviewed by Oliver Hunt.
Bug 23393: TextField has AXTitle and AXTitleUIElement
https://bugs.webkit.org/show_bug.cgi?id=23393
* accessibility/double-title-expected.txt: Added.
* accessibility/double-title.html: Added.
2009-01-16 Eric Seidel <eric@webkit.org>
Reviewed by Alexey Proskuryakov.
Add toggle-styles test for editing.
https://bugs.webkit.org/show_bug.cgi?id=23366
This test demonstrates at least these 3 editing bugs:
https://bugs.webkit.org/show_bug.cgi?id=17733
https://bugs.webkit.org/show_bug.cgi?id=20215
https://bugs.webkit.org/show_bug.cgi?id=22810
* editing/execCommand/resources/toggle-styles.js: Added.
* editing/execCommand/toggle-styles-expected.txt: Added.
* editing/execCommand/toggle-styles.html: Added.
2009-01-16 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
Added tests for <rdar://problem/6452301> REGRESSION: Latest WebKit
nightlies turn "c" into "" when stripping \\c_ character
* fast/regex/malformed-escapes-expected.txt:
* fast/regex/resources/malformed-escapes.js:
2009-01-16 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Bug 23387: AX hierarchy is incorrect when iframes are present
https://bugs.webkit.org/show_bug.cgi?id=23387
* accessibility/iframe-bastardization-expected.txt: Added.
* accessibility/iframe-bastardization.html: Added.
2009-01-16 Jeremy Moskovich <jeremy@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=16001
Re-land layout test which didn't land as part of r39785
Move pixel results to platforms directory.
* editing/selection/extend-selection-bidi.html: Added.
* platform/mac/editing/selection/extend-selection-bidi-expected.checksum: Renamed from LayoutTests/editing/selection/extend-selection-bidi-expected.checksum.
* platform/mac/editing/selection/extend-selection-bidi-expected.png: Renamed from LayoutTests/editing/selection/extend-selection-bidi-expected.png.
2009-01-16 Chris Marrin <cmarrin@apple.com>
Reviewed by David Hyatt.
* transitions/hang-with-bad-transition-list-expected.txt: Added.
* transitions/hang-with-bad-transition-list.html: Added.
https://bugs.webkit.org/show_bug.cgi?id=23088
2009-01-16 Chris Fleizach <cfleizach@apple.com>
Reviewed by Darin Adler.
Test case for
Bug 23385: crash at com.apple.WebCore WebCore::HTMLAnchorElement::isKeyboardFocusable
* fast/events/tab-crash-with-image-map-expected.txt: Added.
* fast/events/tab-crash-with-image-map.html: Added.
2009-01-15 Chris Marrin <cmarrin@apple.com>
Reviewed by Sam Weinig.
Fixed test case to work on ppc, which (apparently) has some difference in sin() and cos()
* transforms/2d/cssmatrix-interface.xhtml:
2009-01-15 Geoffrey Garen <ggaren@apple.com>
Reviewed by Cameron Zwarich.
Added a test for <rdar://problem/6471394> REGRESSION (r39164): Discarding
quantifier on assertion gives incorrect result (23075)
* fast/regex/quantified-assertions-expected.txt:
* fast/regex/resources/quantified-assertions.js:
2009-01-15 Dimitri Dupuis-Latour <dupuislatour@apple.com>
Added testcases for all CSS3 pseudo-classes and pseudo-elements
<rdar://problem/5870656> selectorText and cssText are clipped for :nth-child() and :nth-of-type();
Reviewed by Timothy Hatcher.
* fast/dom/css-selectorText-expected.txt:
* fast/dom/css-selectorText.html:
2009-01-15 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver Hunt.
<rdar://problem/6444148> Styling a selection that ends in a line break can sometimes style what's after the break
* editing/execCommand/6444148-expected.txt: Added.
* editing/execCommand/6444148.html: Added.
2009-01-15 Oliver Hunt <oliver@apple.com>
Reviewed by Geoff Garen.
Bug 23225: REGRESSION: Assertion failure in reparseInPlace() (m_sourceElements) at sfgate.com
<https://bugs.webkit.org/show_bug.cgi?id=23225> <rdar://problem/6487432>
Test to verify reparsing behaviour in the face of a BOM in the middle of the file.
* fast/js/bom-in-file-retains-correct-offset-expected.txt: Added.
* fast/js/bom-in-file-retains-correct-offset.html: Added.
* fast/js/resources/bom-in-file-retains-correct-offset.js: Added.
2009-01-14 David Kilzer <ddkilzer@apple.com>
Updated layout test results after adding WebKitCSSMatrix (r39922)
* fast/dom/Window/window-properties-expected.txt:
* fast/js/global-constructors-expected.txt:
2009-01-14 Pierre-Olivier Latour <pol@apple.com>
Added missing reference images for pixel tests (generated on iMac Intel with 10.5.5 + QT 7.5.5).
* platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.checksum: Added.
* platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png: Added.
* platform/mac/fast/events/pointer-events-2-expected.checksum: Added.
* platform/mac/fast/events/pointer-events-2-expected.png: Added.
* platform/mac/fast/events/pointer-events-expected.checksum: Added.
* platform/mac/fast/events/pointer-events-expected.png: Added.
* platform/mac/fast/media/mq-animation-expected.checksum: Added.
* platform/mac/fast/media/mq-animation-expected.png: Added.
* platform/mac/fast/media/mq-transform-01-expected.checksum: Added.
* platform/mac/fast/media/mq-transform-01-expected.png: Added.
* platform/mac/fast/media/mq-transform-02-expected.checksum: Added.
* platform/mac/fast/media/mq-transform-02-expected.png: Added.
* platform/mac/fast/media/mq-transform-03-expected.checksum: Added.
* platform/mac/fast/media/mq-transform-03-expected.png: Added.
* platform/mac/fast/media/mq-transform-04-expected.checksum: Added.
* platform/mac/fast/media/mq-transform-04-expected.png: Added.
* platform/mac/fast/media/mq-transition-expected.checksum: Added.
* platform/mac/fast/media/mq-transition-expected.png: Added.
* platform/mac/http/tests/security: Added.
* platform/mac/http/tests/security/dataTransfer-set-data-file-url-expected.checksum: Added.
* platform/mac/http/tests/security/dataTransfer-set-data-file-url-expected.png: Added.
* platform/mac/http/tests/webarchive: Added.
* platform/mac/http/tests/webarchive/test-css-url-encoding-expected.checksum: Added.
* platform/mac/http/tests/webarchive/test-css-url-encoding-expected.png: Added.
* platform/mac/http/tests/webarchive/test-css-url-encoding-shift-jis-expected.checksum: Added.
* platform/mac/http/tests/webarchive/test-css-url-encoding-shift-jis-expected.png: Added.
* platform/mac/http/tests/webarchive/test-css-url-encoding-utf-8-expected.checksum: Added.
* platform/mac/http/tests/webarchive/test-css-url-encoding-utf-8-expected.png: Added.
* platform/mac/http/tests/webarchive/test-preload-resources-expected.checksum: Added.
* platform/mac/http/tests/webarchive/test-preload-resources-expected.png: Added.
* platform/mac/media/video-zoom-expected.checksum: Added.
* platform/mac/media/video-zoom-expected.png: Added.
* platform/mac/webarchive/test-css-url-resources-in-stylesheets-expected.checksum: Added.
* platform/mac/webarchive/test-css-url-resources-in-stylesheets-expected.png: Added.
* platform/mac/webarchive/test-css-url-resources-inline-styles-expected.checksum: Added.
* platform/mac/webarchive/test-css-url-resources-inline-styles-expected.png: Added.
2009-01-14 Chris Marrin <cmarrin@apple.com>
Reviewed by Sam Weinig.
Testcase for implementation of WebKitCSSMatrix
https://bugs.webkit.org/show_bug.cgi?id=21421
* animations/combo-transform-translate+scale-expected.txt:
* animations/combo-transform-translate+scale.html:
* transforms/2d/cssmatrix-interface-expected.txt: Added.
* transforms/2d/cssmatrix-interface.xhtml: Added.
2009-01-14 Darin Adler <darin@apple.com>
Reviewed by Beth Dakin.
Try to fix regression test failures seen on Leopard; possibly new to 10.5.6.
* http/tests/misc/willCacheResponse-delegate-callback-expected.txt: Removed.
This test has enough Mac specifics in it that I don't think it makes sense to have cross-platform results.
* platform/mac-tiger/http/tests/misc/willCacheResponse-delegate-callback-expected.txt:
Copied from http/tests/misc/willCacheResponse-delegate-callback-expected.txt.
* platform/mac/http/tests/misc/willCacheResponse-delegate-callback-expected.txt:
Copied from http/tests/misc/willCacheResponse-delegate-callback-expected.txt.
Updated with non-Tiger results. The order of delegate calls has changed.
2009-01-14 Jeremy Moskovich <jeremy@chromium.org>
Reviewed by Eric Seidel.
<https://bugs.webkit.org/show_bug.cgi?id=16829>
Implement NPN_SetException()
* plugins/netscape-throw-exception-expected.txt: Added.
* plugins/netscape-throw-exception.html: Added.
2009-01-14 David Kilzer <ddkilzer@apple.com>
Disabling webarchive/test-link-rel-icon.html due to various buildbot failures
Bug 23331: LayoutTests/webarchive/test-link-rel-icon.html fails in different ways on buildbots
<https://bugs.webkit.org/show_bug.cgi?id=23331>
* webarchive/test-link-rel-icon.html: Removed.
* webarchive/test-link-rel-icon.html-disabled: Renamed from LayoutTests/webarchive/test-link-rel-icon.html.
2009-01-14 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
Bug 22903: REGRESSION (r36267): visiting this site reliably crashes WebKit nightly
Add test to make sure we correctly mark cached EvalCodeBlocks
* fast/js/cached-eval-gc-expected.txt: Added.
* fast/js/cached-eval-gc.html: Added.
* fast/js/resources/cached-eval-gc.js: Added.
2009-01-14 David Kilzer <ddkilzer@apple.com>
Bug 22795: favicons should be saved to webarchives
<https://bugs.webkit.org/show_bug.cgi?id=22795>
Reviewed by Darin Adler.
Note that this test case contains a workaround for Bug 21026 and
<rdar://problem/6240826> which may be removed once that is fixed.
* webarchive/resources/favicon.ico: Copied from LayoutTests/fast/images/resources/favicon.ico.
* webarchive/test-link-rel-icon-expected.webarchive: Added.
* webarchive/test-link-rel-icon.html: Added.
2009-01-14 Nigel Tao <nigel.tao.gnome@gmail.com>
Reviewed by Darin Adler.
- tests for https://bugs.webkit.org/show_bug.cgi?id=22476
Added tests that calling dataTransfer.setData('URL', aFileUrl)
only puts NSFilenamesPboardtype data on the clipboard if called
from a locally served page.
* http/tests/security/dataTransfer-set-data-file-url-expected.txt: Added.
* http/tests/security/dataTransfer-set-data-file-url.html: Added.
* platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.txt: Added.
* platform/mac/editing/pasteboard/dataTransfer-set-data-file-url.html: Added.
2009-01-14 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23316
Application cache updating always fails with an assertion
* http/tests/appcache/resources/versioned-manifest.php: Added.
* http/tests/appcache/update-cache-expected.txt: Added.
* http/tests/appcache/update-cache.html: Added.
2009-01-14 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23313
appcache/offline-access.html fails frequently
* http/tests/appcache/resources/offline-access-frame.html:
Make sure that the test runs, even if the cache update finishes before we install event listeners.
* http/tests/appcache/offline-access-expected.txt:
* http/tests/appcache/offline-access.html:
Don't dump frame content, as it is timing dependent.
2009-01-13 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Anders Carlsson.
https://bugs.webkit.org/show_bug.cgi?id=23256
Implement application cache foreign entries
* http/tests/appcache/resources/xhr-foreign-resource-2.manifest: Added.
* http/tests/appcache/resources/xhr-foreign-resource-frame.html: Added.
* http/tests/appcache/resources/xhr-foreign-resource.manifest: Added.
* http/tests/appcache/xhr-foreign-resource-expected.txt: Added.
* http/tests/appcache/xhr-foreign-resource.html: Added.
2009-01-13 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23286
Add a test for non-ASCII URIs in application cache
* http/tests/appcache/cyrillic-uri-expected.txt: Added.
* http/tests/appcache/cyrillic-uri.html: Added.
* http/tests/appcache/resources/cyrillic-uri-form.html: Added.
* http/tests/appcache/resources/cyrillic-uri.manifest: Added.
* http/tests/appcache/resources/intercept: Added.
* http/tests/appcache/resources/intercept/.htaccess: Added.
* http/tests/appcache/resources/print-uri.php: Added.
2009-01-13 Beth Dakin <bdakin@apple.com>
Reviewed by Darin Adler and Oliver Hunt.
Updated test and results for <rdar://problem/6489314> REGRESSION:
Business widget's front side fails to render correctly when
flipping widget
parseInt(NaN) should be NaN.
* fast/js/numeric-conversion-expected.txt:
* fast/js/resources/numeric-conversion.js:
2009-01-13 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Add NPRuntime test.
* plugins/npruntime-expected.txt: Added.
* plugins/npruntime.html: Added.
2009-01-12 Robert Blaut <webkit@blaut.biz>
Reviewed by Darin Adler
Fix for <https://bugs.webkit.org/show_bug.cgi?id=22096>
Bug 22096: REGRESSION (r35879) scrolldelay is counted in seconds
instead of miliseconds
* fast/css/webkit-marquee-speed-unit-in-quirksmode-expected.txt: Added.
* fast/css/webkit-marquee-speed-unit-in-quirksmode.html: Added.
2009-01-12 Eric Roman <eroman@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23232
* editing/selection/doubleclick-whitespace-crash-expected.txt: Added.
* editing/selection/doubleclick-whitespace-crash.html: Added.
* editing/selection/doubleclick-whitespace-expected.txt:
* editing/selection/doubleclick-whitespace.html:
2009-01-12 Alexey Proskuryakov <ap@webkit.org>
Update test results.
* fast/dom/Window/window-properties-expected.txt: Remove appcache dynamic entries methods.
2009-01-11 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
Bug 23247: createSVGPathSegCurvetoCubicSmoothAbs doesn't set y2 correctly
https://bugs.webkit.org/show_bug.cgi?id=23247
Also fix problems where partially parsed paths will still have an effect
rather than failing parsing and being ignored.
Renamed the path-parser.html test to fuzz-path-parser.html, since it's a fuzz test,
to make room for a non-fuzz test of the path parser.
* platform/mac/svg/custom/path-bad-data-expected.txt: Updated results, since the old
ones were based on incorrect path parsing behavior.
* svg/dom/fuzz-path-parser-expected.txt: Copied from svg/dom/path-parser-expected.txt.
Also updated because the parser no longer tolerates extra characters at the end of the
string, which it was doing by accident.
* svg/dom/fuzz-path-parser.html: Copied from svg/dom/path-parser.html.
* svg/dom/path-parser-expected.txt: Replaced fuzz test results with new test results.
* svg/dom/path-parser.html: Replaced fuzz test with a new test.
* svg/dom/path-segments-expected.txt: Added.
* svg/dom/path-segments.html: Added.
* svg/dom/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
* svg/dom/resources/path-parser.js: Added. Mostly, this test shows that we are
processing the path while parsing it, which is a bug. This test would be much more
useful if that was fixed. But it also shows that we were incorrectly tolerating
extra characters after the path, which is now fixed.
* svg/dom/resources/path-segments.js: Added.
2009-01-11 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23165
Disable application cache dynamic entries support.
* http/tests/appcache/dynamic-entries-no-cache.html: Removed.
* http/tests/appcache/dynamic-entries-no-cache.html-disabled: Copied from LayoutTests/http/tests/appcache/dynamic-entries-no-cache.html.
2009-01-11 Darin Adler <darin@apple.com>
* fast/frames/frame-deep-nested-resize-expected.txt: This time for sure.
2009-01-11 Darin Adler <darin@apple.com>
Fix failure of new test seen on buildbots.
* fast/frames/frame-deep-nested-resize-expected.txt: Updated newlines to
match what DumpRenderTree generates on Mac. I believe Adam generated his
results under Qt DumpRenderTree. If so, then the Qt version will need to
change to match the Mac version, since all the expected results were
generated on Mac.
2009-01-11 Adam Treat <adam.treat@torchmobile.com>
Reviewed by Darin Adler.
Add test to check for correct frame resizing of deeply nested frames.
* fast/frames/frame-deep-nested-resize-expected.txt: Added.
* fast/frames/frame-deep-nested-resize.html: Added.
2009-01-11 Simon Fraser <simon.fraser@apple.com>
Reviewed by Oliver Hunt
https://bugs.webkit.org/show_bug.cgi?id=23242
Add testcase for incremental repaint after use of ctx.transform(), and
enhanced isPointInPath testcase to do testing after use of ctx.transform().
* fast/canvas/canvas-incremental-repaint-2.html: Added.
* fast/canvas/pointInPath-expected.txt:
* fast/canvas/pointInPath.js:
* platform/mac/fast/canvas/canvas-incremental-repaint-2-expected.checksum: Added.
* platform/mac/fast/canvas/canvas-incremental-repaint-2-expected.png: Added.
* platform/mac/fast/canvas/canvas-incremental-repaint-2-expected.txt: Added.
2009-01-11 Glenn Wilson <gwilson@google.com>
Reviewed by Darin Adler.
Rebaselined/reworded tests that relied on WinIE's past quirk of
not allowing selection of unnamed radio buttons.
See https://bugs.webkit.org/show_bug.cgi?id=21534
* fast/forms/focus2-expected.txt:
* fast/forms/focus2.html:
* fast/forms/radio_checked_name-expected.txt:
* fast/forms/radio_checked_name.html:
2009-01-11 tony chang <tony@chromium.org>
Reviewed by Darin Adler.
Remove svn:eol-style native from some utf16 files so
windows-svn doesn't alter them on checkout.
* fast/xsl/xslt-enc16.xml: remove svn:eol-style
* fast/xsl/xslt-enc16to16.xml: remove svn:eol-style
2009-01-11 Jungshik Shin <jshin@chromium.org>
Reviewed by Alexey Proskuryakov
- Make fast/encoding/char-encoding test work with Chromium by replacing
'data:' with 'file:' pointing to resources/dummy.html (an empty file).
- Put old Mac encodings in a separate char-encoding-mac.html to make it
possible to to skip it.
- Factor out common functions in char-encoding.html and char-encoding-mac.html
and put them in char-encoding-utils.js
See: https://bugs.webkit.org/show_bug.cgi?id=22882
* fast/encoding/char-encoding-mac-expected.txt: Added.
* fast/encoding/char-encoding-mac.html: Added.
* fast/encoding/char-encoding.html:
* fast/encoding/resources/char-encoding-utils.js: Added.
* fast/encoding/resources/dummy.html: Added.
2009-01-11 Jeremy Moskovich <jeremy@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=16001
Incorrect assumption that selection is always contiguous LTR.
* editing/selection/extend-selection-bidi-expected.checksum: Added.
* editing/selection/extend-selection-bidi-expected.png: Added.
* editing/selection/extend-selection-bidi-expected.txt: Added.
* editing/selection/extend-selection-bidi.html: Added.
2009-01-10 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein
https://bugs.webkit.org/show_bug.cgi?id=23222
Test for repainting which is affected by LayoutState under an element
with a CSS transform.
* fast/repaint/transform-disable-layoutstate.html: Added.
* platform/mac/fast/repaint/transform-disable-layoutstate-expected.checksum: Added.
* platform/mac/fast/repaint/transform-disable-layoutstate-expected.png: Added.
* platform/mac/fast/repaint/transform-disable-layoutstate-expected.txt: Added.
2009-01-09 Sam Weinig <sam@webkit.org>
Check in correct results for failing test.
* fast/dom/Window/window-properties-expected.txt:
2009-01-09 Joel Weinberger <jww@cs.berkeley.edu>
Reviewed by Darin Adler.
Landed by Adam Barth.
The test intended to test reload, but reference reload in one place and
replace in another. This makes them consistent.
* http/tests/security/resources/xss-DENIED-assign-location-reload-attacker.html:
2009-01-09 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
<rdar://problem/6477502> Repro crash reloading page using HTML5 AppCache on Windows
* http/tests/appcache/reload-expected.txt: Added.
* http/tests/appcache/reload.html: Added.
* http/tests/appcache/resources/reload-iframe.html: Added.
* http/tests/appcache/resources/reload-iframe.manifest: Added.
2009-01-09 Alexey Proskuryakov <ap@webkit.org>
https://bugs.webkit.org/show_bug.cgi?id=23165
* fast/dom/Window/window-properties-expected.txt: Forgot to commit this with r39699, too.
2009-01-08 Gavin Barraclough <barraclough@apple.com>
RS by Oliver Hunt.
Looks like this should have been updated with r39699.
* fast/js/global-constructors-expected.txt:
2009-01-08 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
Added layout tests for CSS Transitions with zero-duration but non-zero-delay.
Also updated the layout test for DRT API numberOfActiveAnimations() which now returns the number of "active" animations,
instead of simply the running ones.
https://bugs.webkit.org/show_bug.cgi?id=23177
* animations/animation-controller-drt-api-expected.txt:
* animations/animation-controller-drt-api.html:
* platform/win/Skipped:
* transitions/zero-duration-with-non-zero-delay-end-expected.txt: Added.
* transitions/zero-duration-with-non-zero-delay-end.html: Added.
* transitions/zero-duration-with-non-zero-delay-start-expected.txt: Added.
* transitions/zero-duration-with-non-zero-delay-start.html: Added.
2009-01-07 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
Part one of
https://bugs.webkit.org/show_bug.cgi?id=23165
Add support for application cache dynamic entries
* http/tests/appcache/dynamic-entries-no-cache-expected.txt: Added.
* http/tests/appcache/dynamic-entries-no-cache.html: Added.
2009-01-07 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/6355786> Find fails for queries that contain a line break
* editing/execCommand/6355786-expected.txt: Added.
* editing/execCommand/6355786.html: Added.
2009-01-07 Dean Jackson <dino@apple.com>
Reviewed by Dan Bernstein.
Added layout test for removing shorthand properties for
animation, transition and transform origin.
https://bugs.webkit.org/show_bug.cgi?id=22605
* fast/css/transform-inline-style-remove-expected.txt: Added.
* fast/css/transform-inline-style-remove.html: Added.
2009-01-07 Pierre-Olivier Latour <pol@apple.com>
Improve DRT API existence test in animation-test-helpers.js & transition-test-helpers.js.
https://bugs.webkit.org/show_bug.cgi?id=23168
* animations/animation-test-helpers.js:
* transitions/transition-test-helpers.js:
2009-01-06 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Darin Adler.
Added layout test for new DRT API numberOfActiveAnimations().
https://bugs.webkit.org/show_bug.cgi?id=23126
* animations/animation-controller-drt-api-expected.txt: Added.
* animations/animation-controller-drt-api.html: Added.
* platform/win/Skipped:
2009-01-06 Chris Marrin <cmarrin@apple.com>
Reviewed by David Hyatt.
* animations/animation-test-helpers.js:
(runAnimationTest.matrixStringToArray):
(runAnimationTest.checkExpectedValue):
* animations/simultaneous-start-left-expected.txt: Added.
* animations/simultaneous-start-left.html: Added.
* animations/simultaneous-start-transform-expected.txt: Added.
* animations/simultaneous-start-transform.html: Added.
2009-01-06 Dean Jackson <dino@apple.com>
Reviewed by Dave Hyatt.
Tests for Media Query extensions covering transitions,
animations, transform-2d and transform-3d
http://webkit.org/specs/MediaQueriesExtensions.html
https://bugs.webkit.org/show_bug.cgi?id=22494
* fast/media/mq-animation.html: Added.
* fast/media/mq-transform-01.html: Added.
* fast/media/mq-transform-02.html: Added.
* fast/media/mq-transform-03.html: Added.
* fast/media/mq-transform-04.html: Added.
* fast/media/mq-transition.html: Added.
* platform/mac/fast/media/mq-animation-expected.txt: Added.
* platform/mac/fast/media/mq-transform-01-expected.txt: Added.
* platform/mac/fast/media/mq-transform-02-expected.txt: Added.
* platform/mac/fast/media/mq-transform-03-expected.txt: Added.
* platform/mac/fast/media/mq-transform-04-expected.txt: Added.
* platform/mac/fast/media/mq-transition-expected.txt: Added.
2009-01-06 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver Hunt.
Tests for:
<rdar://problem/4059423> DOM operations performed on editable HTML can cause a crash later during Undo (19703)
A few more may able to be written after <rdar://problem/6468156> is fixed.
* editing/undo/4059423-1-expected.txt: Added.
* editing/undo/4059423-1.html: Added.
* editing/undo/4059423-2-expected.txt: Added.
* editing/undo/4059423-2.html: Added.
2009-01-06 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
<https://bugs.webkit.org/show_bug.cgi?id=23085> [jsfunfuzz] Over released ScopeChainNode
<rdar://problem/6474110>
Add test for over releasing the scopechain.
* fast/js/exception-try-finally-scope-error-expected.txt:
* fast/js/resources/exception-try-finally-scope-error.js:
2008-01-05 Dean Jackson <dino@apple.com>
Reviewed by David Hyatt.
Implement 'pointer-events' for HTML content. This involved
adding a new value 'auto' which behaves as 'visiblePainted'
in SVG content. The new tests exercise 'auto' and 'none'
on HTML content. The SVG tests have been updated to include
'auto'
https://bugs.webkit.org/show_bug.cgi?id=11395
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
* fast/events/pointer-events-2-expected.txt: Added.
* fast/events/pointer-events-2.html: Added.
* fast/events/pointer-events-expected.txt: Added.
* fast/events/pointer-events.html: Added.
* platform/mac/svg/custom/pointer-events-image-expected.checksum:
* platform/mac/svg/custom/pointer-events-image-expected.png:
* platform/mac/svg/custom/pointer-events-image-expected.txt:
* platform/mac/svg/custom/pointer-events-path-expected.checksum:
* platform/mac/svg/custom/pointer-events-path-expected.png:
* platform/mac/svg/custom/pointer-events-path-expected.txt:
* platform/mac/svg/custom/pointer-events-text-expected.checksum:
* platform/mac/svg/custom/pointer-events-text-expected.png:
* platform/mac/svg/custom/pointer-events-text-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
* svg/custom/pointer-events-image.svg:
* svg/custom/pointer-events-path.svg:
* svg/custom/pointer-events-text.svg:
2009-01-05 Darin Adler <darin@apple.com>
Reviewed by Oliver Hunt.
Fix failing set-colors test.
* fast/canvas/resources/set-colors.js: Change the CMYK test cases to use the
black channel only.
* fast/canvas/set-colors-expected.txt: Updated. The old version I checked in
accidentally expected failure for the bug I fixed. Also need new results for
the CMYK test cases.
2009-01-05 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
Bug 23109: REGRESSION: Backwards search in a long document matches incorrectly
https://bugs.webkit.org/show_bug.cgi?id=23109
* fast/text/find-backwards-expected.txt: Added.
* fast/text/find-backwards.html: Added.
* fast/text/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
* fast/text/resources/find-backwards.js: Added.
2009-01-05 Darin Adler <darin@apple.com>
Reviewed by Anders Carlsson.
Bug 23104: minor mistakes in init functions for animation and transition events
https://bugs.webkit.org/show_bug.cgi?id=23104
* fast/events/init-events-expected.txt: Added.
* fast/events/init-events.html: Added.
* fast/events/resources/init-events.js: Added.
2009-01-04 Darin Adler <darin@apple.com>
Reviewed by Oliver Hunt.
Bug 23105: canvas setFillColor function ignores alpha argument
https://bugs.webkit.org/show_bug.cgi?id=23105
* fast/canvas/resources/set-colors.js: Added.
* fast/canvas/set-colors-expected.txt: Added.
* fast/canvas/set-colors.html: Added.
2009-01-04 Simon Fraser <simon.fraser@apple.com>
Fix the expected image to account for a typo fix done on 2008-12-23.
* platform/mac/fast/transforms/identity-matrix-expected.checksum:
* platform/mac/fast/transforms/identity-matrix-expected.png:
2009-01-04 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=23090
Repaint test for repainting when an element gets smaller,
and gains a RenderLayer at the same time.
* fast/repaint/create-layer-repaint.html: Added.
* platform/mac/fast/repaint/create-layer-repaint-expected.checksum: Added.
* platform/mac/fast/repaint/create-layer-repaint-expected.png: Added.
* platform/mac/fast/repaint/create-layer-repaint-expected.txt: Added.
2009-01-02 Adam Treat <treat@kde.org>
Reviewed by George Staikos.
Add layout test for new fixedLayoutSize feature of qt port
* platform/qt/view/fixed-layout-size-expected.txt: Added.
* platform/qt/view/fixed-layout-size.html: Added.
2009-01-04 Darin Adler <darin@apple.com>
Suggested by Dan Bernstein.
* platform/mac/editing/selection/move-left-right-expected.txt: Remove WARNING lines that are no
longer showing up. Dan said he didn't know why we were seeing those before and why they're gone
now, but it's good that they're gone.
2009-01-03 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
Bug 23095: REGRESSION: fast/text/find-case-folding.html regression test failing when ICU used for text search
https://bugs.webkit.org/show_bug.cgi?id=23095
* fast/text/find-case-folding.html: Work around this ICU bug in the test for now.
Later we might want to work around it in our search code instead, or in addition,
if we can figure out how to do that.
2009-01-03 David D. Kilzer <ddkilzer@webkit.org>
Bug 23091: Some webarchive http tests intermittently fail due to Connection/Keep-Alive header differences
<https://bugs.webkit.org/show_bug.cgi?id=23091>
Reviewed by Darin Adler.
Updated test results after removing Keep-Alive and Connection
headers from webarchive tests.
* http/tests/webarchive/test-css-url-encoding-expected.webarchive:
* http/tests/webarchive/test-css-url-encoding-shift-jis-expected.webarchive:
* http/tests/webarchive/test-css-url-encoding-utf-8-expected.webarchive:
* http/tests/webarchive/test-preload-resources-expected.webarchive:
2009-01-03 Rob Buis <rwlbuis@gmail.com>
Reviewed by Darin.
Testcase for:
https://bugs.webkit.org/show_bug.cgi?id=22660
SVG elements that are moved are nor fully invalidated/earsed
* platform/mac/svg/custom/circle-move-invalidation-expected.checksum: Added.
* platform/mac/svg/custom/circle-move-invalidation-expected.png: Added.
* platform/mac/svg/custom/circle-move-invalidation-expected.txt: Added.
* svg/custom/circle-move-invalidation.svg: Added.
2009-01-02 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
[jsfunfuzz] unwind logic for exceptions in eval fails to account for dynamic scope external to the eval
https://bugs.webkit.org/show_bug.cgi?id=23078
Test exception handling in side eval encapsulated by dynamic scopes.
* fast/js/exception-with-handler-inside-eval-with-dynamic-scope-expected.txt: Added.
* fast/js/exception-with-handler-inside-eval-with-dynamic-scope.html: Added.
* fast/js/resources/exception-with-handler-inside-eval-with-dynamic-scope.js: Added.
(runTest):
2009-01-02 David Smith <catfish.man@gmail.com>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22699
Enable NodeList caching for getElementsByTagName
* fast/dom/getelementsbytagnamens-mixed-namespaces-expected.txt: Added.
* fast/dom/getelementsbytagnamens-mixed-namespaces.html: Added.
2009-01-02 Eric Carlson <eric.carlson@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=23066 & <rdar://problem/6028417>
Full Page Zoom: a <video> element that doesn't include width/height attribute does not scale
Add test for <video> zoom with and without width/height attributes
* media/video-zoom.html: Added.
* platform/mac/media/video-zoom-expected.txt: Added.
2009-01-02 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=23082
Testcase for animated GIF used as CSS background.
* fast/backgrounds/animated-gif-as-background.html: Added.
* fast/backgrounds/resources/red-green-animated.gif: Added.
* platform/mac/fast/backgrounds/animated-gif-as-background-expected.checksum: Added.
* platform/mac/fast/backgrounds/animated-gif-as-background-expected.png: Added.
* platform/mac/fast/backgrounds/animated-gif-as-background-expected.txt: Added.
2009-01-02 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=22981
Add tests for animated svg-as-image, animated svg-as-background,
and canvas-as-image.
* fast/backgrounds/animated-svg-as-background.html: Added.
* fast/backgrounds/animated-svg-as-mask.html: Added.
* fast/backgrounds/resources/animated-rect-fixed-size.svg: Added.
* fast/backgrounds/resources/animated-rect-relative-size.svg: Added.
* fast/backgrounds/svg-as-background-5.html:
* fast/canvas/canvas-as-image-incremental-repaint.html: Added.
* fast/canvas/canvas-as-image.html: Added.
* fast/images/animated-svg-as-image.html: Added.
* fast/images/resources/animated-rect-fixed-size.svg: Added.
* fast/images/resources/animated-rect-relative-size.svg: Added.
* platform/mac/fast/backgrounds/animated-svg-as-background-expected.checksum: Added.
* platform/mac/fast/backgrounds/animated-svg-as-background-expected.png: Added.
* platform/mac/fast/backgrounds/animated-svg-as-background-expected.txt: Added.
* platform/mac/fast/backgrounds/animated-svg-as-mask-expected.checksum: Added.
* platform/mac/fast/backgrounds/animated-svg-as-mask-expected.png: Added.
* platform/mac/fast/backgrounds/animated-svg-as-mask-expected.txt: Added.
* platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-5-expected.png:
* platform/mac/fast/canvas/canvas-as-image-expected.checksum: Added.
* platform/mac/fast/canvas/canvas-as-image-expected.png: Added.
* platform/mac/fast/canvas/canvas-as-image-expected.txt: Added.
* platform/mac/fast/canvas/canvas-as-image-incremental-repaint-expected.checksum: Added.
* platform/mac/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
* platform/mac/fast/canvas/canvas-as-image-incremental-repaint-expected.txt: Added.
* platform/mac/fast/images/animated-svg-as-image-expected.checksum: Added.
* platform/mac/fast/images/animated-svg-as-image-expected.png: Added.
* platform/mac/fast/images/animated-svg-as-image-expected.txt: Added.
2009-01-02 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23076
Add tests for application cache manifest parse failures
* http/tests/appcache/resources/.htaccess:
* http/tests/appcache/resources/wrong-content-type.manifest: Added.
* http/tests/appcache/resources/wrong-signature.manifest: Added.
* http/tests/appcache/wrong-content-type-expected.txt: Added.
* http/tests/appcache/wrong-content-type.html: Added.
* http/tests/appcache/wrong-signature-expected.txt: Added.
* http/tests/appcache/wrong-signature.html: Added.
2009-01-02 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23022
Fix multiple issues with appcache online whitelist handling
* http/tests/appcache/resources/counter.php: Added a resource that changes on each access,
making it possible to test that the network was hit when loading.
* http/tests/appcache/online-whitelist-expected.txt: Added.
* http/tests/appcache/online-whitelist.html: Added.
* http/tests/appcache/resources/online-whitelist.manifest: Added.
2009-01-02 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23036
<rdar://problem/6451666> Implement AppCache fallback entries (23036)
* http/tests/appcache/fallback-expected.txt: Added.
* http/tests/appcache/fallback.html: Added.
* http/tests/appcache/resources/fallback-redirect.php: Added.
* http/tests/appcache/resources/fallback.manifest: Added.
Firefox 3.2b2 passes all subtests, except for XMLHttpRequest cross-origin redirect.
* http/tests/resources/network-simulator.php: Return 404 for missing files.
2009-01-01 Darin Adler <darin@apple.com>
Add one more String.replace test case that I should have included in that last check-in.
* fast/js/resources/string-replace-3.js: Added test case that covers more of the cases where
$0-$99 are used but are actually valid.
* fast/js/string-replace-3-expected.txt: Added new result.
2009-01-01 Darin Adler <darin@apple.com>
Reviewed by Oliver Hunt.
String.replace does not support $& replacement metacharacter when search term is not a RegExp
<https://bugs.webkit.org/show_bug.cgi?id=21431>
<rdar://problem/6274993>
* fast/js/resources/string-replace-3.js: Added test cases to cover replace with non-regexp and
to cover "$0" and "$00".
* fast/js/string-replace-3-expected.txt: Added new results.
2009-01-01 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
Turn on the regression test for ICU search on Mac OS X Tiger too.
It was already on for Windows (by accident, failing), but now WebCore has been changed
so it should work fine on all platforms using ICU, which includes both of those.
* platform/mac-tiger/editing/execCommand: Removed.
* platform/mac-tiger/editing/execCommand/findString-diacriticals-expected.txt: Removed.
2009-01-01 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler, Oliver Hunt
https://bugs.webkit.org/show_bug.cgi?id=23065
Repaint test for incremental painting in canvas.
* fast/canvas/canvas-incremental-repaint.html: Added.
* platform/mac/fast/canvas/canvas-incremental-repaint-expected.checksum: Added.
* platform/mac/fast/canvas/canvas-incremental-repaint-expected.png: Added.
* platform/mac/fast/canvas/canvas-incremental-repaint-expected.txt: Added.
2009-01-01 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
Bug 23051: web page searching should use ICU's search so it can ignore diacritical differences
https://bugs.webkit.org/show_bug.cgi?id=23051
rdar://problem/3574497
Currently this is only activated on the Mac platform, not including Tiger.
* editing/execCommand/findString-diacriticals-expected.txt: Added. Expect failure.
* editing/execCommand/findString-diacriticals.html: Added.
* platform/mac-tiger/editing/execCommand: Added.
* platform/mac-tiger/editing/execCommand/findString-diacriticals-expected.txt: Added. Expect failure.
* platform/mac/editing/execCommand/findString-diacriticals-expected.txt: Added. Expect success.
2008-12-31 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
[jsfunfuzz] Assertion + incorrect behaviour with dynamically created local variable in a catch block
<https://bugs.webkit.org/show_bug.cgi?id=23063>
Add tests for variable declaration inside eval inside a catch block.
* fast/js/eval-var-decl-expected.txt:
* fast/js/resources/eval-var-decl.js:
(try.thirdEvalResult):
2008-12-31 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
[jsfunfuzz] Computed exception offset wrong when first instruction is attempt to resolve deleted eval
<https://bugs.webkit.org/show_bug.cgi?id=23062>
Add an additional line number test to ensure we get the correct exception information when
resolve of 'eval' fails.
* fast/js/exception-linenums-expected.txt:
* fast/js/resources/exception-linenums.js:
2008-12-31 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Oliver Hunt.
Add a test for bug 23054: Caching of global lookups occurs even when the global object has become a dictionary
<https://bugs.webkit.org/show_bug.cgi?id=23054>
<rdar://problem/6469905>
* fast/js/pic/delete-global-object-expected.txt: Added.
* fast/js/pic/delete-global-object.html: Added.
2008-12-30 Oliver Hunt <oliver@apple.com>
Reviewed by Darin Adler.
<https://bugs.webkit.org/show_bug.cgi?id=23049> [jsfunfuzz] With blocks do not correctly protect their scope object
<rdar://problem/6469742> Crash in JSC::TypeInfo::hasStandardGetOwnPropertySlot() running jsfunfuzz
Tests to ensure we correctly protect the scope object from GC.
* fast/js/resources/with-scope-gc.js: Added.
* fast/js/with-scope-gc-expected.txt: Added.
* fast/js/with-scope-gc.html: Added.
2008-12-30 Simon Fraser <simon.fraser@apple.com>
Fix spurious test failures by rounding floating point values to
mask math differences between machines.
* transitions/transform-op-list-match-expected.txt:
* transitions/transform-op-list-match.html:
* transitions/transform-op-list-no-match-expected.txt:
* transitions/transform-op-list-no-match.html:
* transitions/transition-test-helpers.js:
(roundNumber):
2008-12-30 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=23042
Repaint test for content inside reflections.
* fast/repaint/reflection-redraw.html: Added.
* platform/mac/fast/repaint/reflection-redraw-expected.checksum: Added.
* platform/mac/fast/repaint/reflection-redraw-expected.png: Added.
* platform/mac/fast/repaint/reflection-redraw-expected.txt: Added.
2008-12-30 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Sam Weinig.
Add tests for bug 23037: Parsing and reparsing disagree on automatic semicolon insertion
<https://bugs.webkit.org/show_bug.cgi?id=23037>
<rdar://problem/6467124>
* fast/js/reparsing-semicolon-insertion-expected.txt: Added.
* fast/js/reparsing-semicolon-insertion.html: Added.
* fast/js/resources/reparsing-semicolon-insertion.js: Added.
2008-12-30 Dan Bernstein <mitz@apple.com>
Reviewed by Adele Peterson.
- test for <rdar://problem/6469944> REGRESSION(3.2.1-ToT): Repro crash in WebCore::HTMLInputElement::updatePlaceholderVisibility opening http://billshrink.com
* fast/forms/placeholder-non-textfield-expected.txt: Added.
* fast/forms/placeholder-non-textfield.html: Added.
2008-12-29 Oliver Hunt <oliver@apple.com>
Reviewed by Cameron Zwarich.
Bug 23030: Cannot setTransform with a non-invertible ctm
Tests to ensure correct behaviour when the canvas context does not
have an invertible CTM.
* fast/canvas/canvas-set-properties-with-non-invertible-ctm-expected.txt: Added.
* fast/canvas/canvas-set-properties-with-non-invertible-ctm.html: Added.
* fast/canvas/resources/canvas-set-properties-with-non-invertible-ctm.js: Added.
(testPixel):
2008-12-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Mark Rowe.
Fix Windows svn update - replace a file with a colon in its name with an Apache rewrite.
* http/tests/appcache/resources/.htaccess: Added.
* http/tests/appcache/resources/UNKNOWN_SECTION:: Removed.
2008-12-29 Glenn Wilson <gwilson@chromium.org>
Reviewed by Darin Adler.
Landed by Pamela Greene.
Added new layout tests verifying that using a locally-scoped
variable in an event handler of a form takes precedence over
names of items in that form.
See: https://bugs.webkit.org/show_bug.cgi?id=22977
* fast/forms/var-name-conflict-in-form-event-handler-expected.txt: Added.
* fast/forms/var-name-conflict-in-form-event-handler.html: Added.
2008-12-28 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23007
REGRESSION: Timer-related crash when closing Web Inspector
* fast/dom/Window/remove-timeout-crash-expected.txt: Added.
* fast/dom/Window/remove-timeout-crash.html: Added.
2008-12-28 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Anders Carlsson.
https://bugs.webkit.org/show_bug.cgi?id=23012
Bring application cache manifest parsing up to date
* http/tests/appcache/manifest-parsing-expected.txt: Added.
* http/tests/appcache/manifest-parsing.html: Added.
* http/tests/appcache/resources/UNKNOWN_SECTION:: Added.
* http/tests/appcache/resources/manifest-parsing.manifest: Added.
2008-12-28 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Anders Carlsson.
https://bugs.webkit.org/show_bug.cgi?id=23009
Add a test for application cache offline operation
* http/tests/resources/network-simulator.php: A proxy script to simulate a network connection
that can go offline, using an infinite redirect loop in offline mode to generate an error.
* http/tests/appcache/offline-access-expected.txt: Added.
* http/tests/appcache/offline-access.html: Added.
* http/tests/appcache/resources/offline-access-frame.html: Added.
* http/tests/appcache/resources/offline-access.js: Added.
* http/tests/appcache/resources/offline-access.manifest: Added.
Test that an application loads successfully from cache.
* http/tests/resources: Added.
* http/tests/resources/portabilityLayer.php: Copied from LayoutTests/http/tests/xmlhttprequest/resources/portabilityLayer.php.
* http/tests/resources/reset-temp-file.php: Copied from LayoutTests/http/tests/xmlhttprequest/resources/reset-temp-file.php.
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html:
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html:
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html:
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html:
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
* http/tests/xmlhttprequest/resources/portabilityLayer.php: Removed.
* http/tests/xmlhttprequest/resources/reset-temp-file.php: Removed.
* http/tests/appcache/resources/fail-on-update.php:
Moved some common scripts from xmlhttprequest/resources/ to resources/
2008-12-28 Cameron Zwarich <zwarich@apple.com>
Reviewed by Oliver Hunt.
Add tests for bug 22840: REGRESSION (r38349): Gmail doesn't load with profiling enabled
<https://bugs.webkit.org/show_bug.cgi?id=22840>
<rdar://problem/6468077>
* fast/profiler/call-register-leak-expected.txt: Added.
* fast/profiler/call-register-leak.html: Added.
2008-12-27 Alexey Proskuryakov <ap@webkit.org>
Suggested by Dave Levin.
https://bugs.webkit.org/show_bug.cgi?id=22950
Another attempt to fix the failing XHR tests on Tiger buildbot: make file_put_contents
portable implementation return a result.
* http/tests/xmlhttprequest/resources/portabilityLayer.php:
2008-12-26 David Levin <levin@chromium.org>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=22950
Remove ensureTrailingSlash from appcache test.
* http/tests/appcache/resources/fail-on-update.php:
2008-12-26 David Levin <levin@chromium.org>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=22950
Attempt to fix the failiing XHR tests on Tiger buildbot.
Remove the no longer needed ensureTrailingSlash function.
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
* http/tests/xmlhttprequest/resources/portabilityLayer.php:
Make sys_get_temp_dir() return "/tmp" when it can't find the temp directory through other means.
* http/tests/xmlhttprequest/resources/reset-temp-file.php:
2008-12-26 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Anders Carlsson.
Fix a layout test that was broken by the previous appcache commit
(it only passed every other time as a result).
* http/tests/appcache/fail-on-update.html:
2008-12-26 Simon Fraser <simon.fraser@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=22981
Update more svg-as-image test results affected by the fix
for SVGImage drawing.
* platform/mac/fast/borders/svg-as-border-image-2-expected.checksum:
* platform/mac/fast/borders/svg-as-border-image-2-expected.png:
* platform/mac/fast/borders/svg-as-border-image-expected.checksum:
* platform/mac/fast/borders/svg-as-border-image-expected.png:
2008-12-26 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=23001
A call to applicationCache.update() from a cached event listener should be ignored
* http/tests/appcache/idempotent-update-expected.txt: Added.
* http/tests/appcache/idempotent-update.html: Added.
* http/tests/appcache/resources/idempotent-update.manifest: Added.
2008-12-26 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22997
ASSERTION FAILED: !m_resources.contains(url) in ApplicationCache::addResource()
* http/tests/appcache/resources/subframe-1.html: Added.
* http/tests/appcache/resources/subframe-2.html: Added.
* http/tests/appcache/resources/subframe-3.html: Added.
* http/tests/appcache/resources/subframe-4.html: Added.
* http/tests/appcache/resources/subframes-1.manifest: Added.
* http/tests/appcache/resources/subframes-2.manifest: Added.
* http/tests/appcache/resources/subframes-3.manifest: Added.
* http/tests/appcache/resources/subframes-4.manifest: Added.
* http/tests/appcache/top-frame-1-expected.txt: Added.
* http/tests/appcache/top-frame-1.html: Added.
* http/tests/appcache/top-frame-2-expected.txt: Added.
* http/tests/appcache/top-frame-2.html: Added.
* http/tests/appcache/top-frame-3-expected.txt: Added.
* http/tests/appcache/top-frame-3.html: Added.
* http/tests/appcache/top-frame-4-expected.txt: Added.
* http/tests/appcache/top-frame-4.html: Added.
Added a bunch of tests that cover subframe appcache behavior (and thus a good part of
application cache selection algorithm in general).
* http/tests/appcache/simple.html: Changed to execute on noupdate event, too, making the
test pass in browser without emptying appcache on each run.
2008-12-26 David Levin <levin@chromium.org>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=22950
Added more logging to reset-temp-file to help expose potential issues that could cause test failures (on the Tiger buildbot).
If there are issues in reset-temp-file, they are printed from the test access-control-basic-allow-preflight-cache.html
* http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html:
* http/tests/xmlhttprequest/resources/reset-temp-file.php:
2008-12-25 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22993
Application cache shouldn't be inherited by subframes
<rdar://problem/6284708> AppCache crashes in ApplicationCacheResource::addType()
* http/tests/appcache/foreign-iframe-main-expected.txt: Added.
* http/tests/appcache/foreign-iframe-main.html: Added.
* http/tests/appcache/resources/foreign-iframe-subresource.js: Added.
* http/tests/appcache/resources/foreign-iframe.html: Added.
* http/tests/appcache/resources/foreign-iframe.manifest: Added.
2008-12-24 Simon Fraser <simon.fraser@apple.com>
Reviewed by Oliver Hunt
https://bugs.webkit.org/show_bug.cgi?id=21910
Update more svg-as-image test results affected by the fix
for SVGImage drawing.
* platform/mac/fast/images/svg-as-background-expected.checksum:
* platform/mac/fast/images/svg-as-background-expected.png:
* platform/mac/fast/images/svg-as-image-expected.checksum:
* platform/mac/fast/images/svg-as-image-expected.png:
* platform/mac/fast/images/svg-as-relative-image-expected.checksum:
* platform/mac/fast/images/svg-as-relative-image-expected.png:
* transforms/2d/compound-transforms-vs-containers.html:
2008-12-24 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=22982
http/tests/navigation/post-goback-repost-policy.html fails on Tiger
Change resources that are accessed with POST from .html to .php. I don't know why Apache 2.0
had no problem with this.
* http/tests/navigation/post-goback-repost-policy.html:
* http/tests/navigation/resources/goback-with-policydelegate.html: Removed.
* http/tests/navigation/resources/goback-with-policydelegate.php: Copied from LayoutTests/http/tests/navigation/resources/goback-with-policydelegate.html.
* http/tests/navigation/resources/post-target-policy-test.html: Removed.
* http/tests/navigation/resources/post-target-policy-test.php: Copied from LayoutTests/http/tests/navigation/resources/post-target-policy-test.html.
2008-12-23 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein
https://bugs.webkit.org/show_bug.cgi?id=22941
Add test for opacity on the document element.
* fast/backgrounds/opacity-on-document-element.html: Added.
* platform/mac/fast/backgrounds/opacity-on-document-element-expected.checksum: Added.
* platform/mac/fast/backgrounds/opacity-on-document-element-expected.png: Added.
* platform/mac/fast/backgrounds/opacity-on-document-element-expected.txt: Added.
* fast/transforms/identity-matrix.html:
* platform/mac/fast/transforms/identity-matrix-expected.txt:
Fix typo
2008-12-23 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein
https://bugs.webkit.org/show_bug.cgi?id=21910
Re-create expected images after fixing painting issue with SVGImage.
* platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-1-expected.png:
* platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-2-expected.png:
* platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-3-expected.png:
* platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
* platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-6-expected.png:
* platform/mac/fast/backgrounds/svg-as-mask-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-mask-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:
2008-12-22 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin Adler.
Test case for bug 11106: Some XMLHttpRequest URI resolving tests fail
https://bugs.webkit.org/show_bug.cgi?id=11106
These tests are borrowed from Opera's test case suite (http://tc.labs.opera.com/apis/XMLHttpRequest).
They correspond to open/004.html - open/010.html which were previously failing.
* http/tests/xmlhttprequest/resources/test-uri-resolution.txt: Added.
* http/tests/xmlhttprequest/resources/uri-resolution-opera-open-004-iframe.html: Added.
* http/tests/xmlhttprequest/resources/uri-resolution-opera-open-005-iframe.html: Added.
* http/tests/xmlhttprequest/resources/uri-resolution-opera-open-006-iframe.html: Added.
* http/tests/xmlhttprequest/resources/uri-resolution-opera-open-007-iframe.html: Added.
* http/tests/xmlhttprequest/resources/uri-resolution-opera-open-008-iframe.html: Added.
* http/tests/xmlhttprequest/resources/uri-resolution-opera-open-009-iframe.html: Added.
* http/tests/xmlhttprequest/resources/uri-resolution-opera-open-010-iframe.html: Added.
* http/tests/xmlhttprequest/test-uri-resolution.txt: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-004-expected.txt: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-004.html: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-005-expected.txt: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-005.html: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-006-expected.txt: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-006.html: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-007-expected.txt: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-007.html: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-008-expected.txt: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-008.html: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-009-expected.txt: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-009.html: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-010-expected.txt: Added.
* http/tests/xmlhttprequest/uri-resolution-opera-open-010.html: Added.
2008-12-22 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by George Staikos.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=22971
Fix regression caused by the HTMLFormElement refactorization.
File form elements without a name have to be included in multipart/form-data
submission. Cover this behaviour with a new test case.
* http/tests/misc/empty-file-formdata-expected.txt: Added.
* http/tests/misc/empty-file-formdata.html: Added.
* http/tests/misc/resources/check-unnamed-file-included-in-formdata.php: Added.
2008-12-22 David Kilzer <ddkilzer@apple.com>
Bug 11850: Webarchive fails to save images referenced in CSS
<https://bugs.webkit.org/show_bug.cgi?id=11850>
Reviewed by Darin Adler.
The first set of files below tests that URLs are encoded properly
based on the charset of the stylesheet. Normally this behavior may
only be tested by looking at web server logs with manual tests, but
webarchives represent this information in such a way that they may
be tested by DumpRenderTree. Note that these tests depend on Bug
11850 being fixed, so it's not possible to separate them.
The second set of files below tests that all types of resources
referenced by url() in CSS stylesheets are now saved in webarchives.
* http/tests/webarchive/resources/.htaccess: Added.
* http/tests/webarchive/resources/apple.gif: Copied from LayoutTests/fast/canvas/resources/apple.gif.
* http/tests/webarchive/resources/test-no-charset.css: Added.
* http/tests/webarchive/resources/test-shift-jis.css: Added.
* http/tests/webarchive/resources/test-utf-8.css: Added.
* http/tests/webarchive/test-css-url-encoding-expected.webarchive: Added.
* http/tests/webarchive/test-css-url-encoding-shift-jis-expected.webarchive: Added.
* http/tests/webarchive/test-css-url-encoding-shift-jis.html: Added.
* http/tests/webarchive/test-css-url-encoding-utf-8-expected.webarchive: Added.
* http/tests/webarchive/test-css-url-encoding-utf-8.html: Added.
* http/tests/webarchive/test-css-url-encoding.html: Added.
* webarchive/resources/Ahem.ttf: Copied from LayoutTests/fast/css/resources/Ahem.ttf.
* webarchive/test-css-url-resources-in-stylesheets-expected.webarchive: Added.
* webarchive/test-css-url-resources-in-stylesheets.html: Added.
* webarchive/test-css-url-resources-inline-styles-expected.webarchive: Added.
* webarchive/test-css-url-resources-inline-styles.html: Added.
2008-12-22 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
<rdar://problem/6277060> ASSERTION FAILED: !m_cacheBeingUpdated if the manifest is not available
Cover both the failing case, and its opposite, demonstrating that the assertion couldn't be
just negated.
* http/tests/appcache/404-manifest-expected.txt: Added.
* http/tests/appcache/404-manifest.html: Added.
* http/tests/appcache/fail-on-update-expected.txt: Added.
* http/tests/appcache/fail-on-update.html: Added.
* http/tests/appcache/resources/fail-on-update.php: Added.
2008-12-22 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by Alexey Proskuryakov & George Staikos.
Add simple testcase covering WML <fieldset> element support.
* fast/wml/fieldset.wml: Added.
* platform/mac/fast/wml/fieldset-expected.checksum: Added.
* platform/mac/fast/wml/fieldset-expected.png: Added.
* platform/mac/fast/wml/fieldset-expected.txt: Added.
2008-12-21 David Levin <levin@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22950
Attempted fix for 4 failing XMLHttpReuqest tests on Tiger:
access-control-basic-allow-preflight-cache-invalidation-by-header.html
access-control-basic-allow-preflight-cache-invalidation-by-method.html
access-control-basic-allow-preflight-cache-timeout.html
access-control-basic-allow-preflight-cache.html
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
* http/tests/xmlhttprequest/resources/portabilityLayer.php:
* http/tests/xmlhttprequest/resources/reset-temp-file.php:
2008-12-22 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by George Staikos.
Add WML HTTP layout tests and an initital set of results.
Allow to reuse the existing WMLTestCase.js framework from another
LayoutTests/ top-level directory - modify TEMPLATE.html & WMLTestCase.js.
* http/tests/wml: Added.
* http/tests/wml/go-task-get-method-accept-charset-expected.txt: Added.
* http/tests/wml/go-task-get-method-accept-charset.html: Added.
* http/tests/wml/go-task-get-method-expected.txt: Added.
* http/tests/wml/go-task-get-method.html: Added.
* http/tests/wml/go-task-post-method-accept-charset-expected.txt: Added.
* http/tests/wml/go-task-post-method-accept-charset.html: Added.
* http/tests/wml/go-task-post-method-expected.txt: Added.
* http/tests/wml/go-task-post-method.html: Added.
* http/tests/wml/resources: Added.
* http/tests/wml/resources/TEMPLATE.html: Added.
* http/tests/wml/resources/answer-utf8.cgi: Added.
* http/tests/wml/resources/answer.cgi: Added.
* http/tests/wml/resources/go-task-get-method-accept-charset.js: Added.
* http/tests/wml/resources/go-task-get-method.js: Added.
* http/tests/wml/resources/go-task-post-method-accept-charset.js: Added.
* http/tests/wml/resources/go-task-post-method.js: Added.
* wml/go-task-animation.html:
* wml/go-task-get-method-external-deck-with-href.html:
* wml/go-task-get-method-external-deck.html:
* wml/go-task-get-method-same-deck.html:
* wml/resources/TEMPLATE.html:
* wml/resources/WMLTestCase.js:
* wml/variable-reference-invalid-character.html:
* wml/variable-reference-valid.html:
2008-12-19 Zan Dobersek <zandobersek@gmail.com>
Reviewed by Holger Freyther.
https://bugs.webkit.org/show_bug.cgi?id=22039
Enable more tests for testing on Gtk+ port.
* platform/gtk/Skipped:
2008-12-19 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=22938
Test for painting with a transformed <html> element.
* fast/transforms/transformed-document-element.html: Added.
* platform/mac/fast/transforms/transformed-document-element-expected.checksum: Added.
* platform/mac/fast/transforms/transformed-document-element-expected.png: Added.
* platform/mac/fast/transforms/transformed-document-element-expected.txt: Added.
2008-12-19 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22612
Add test to verify type enforcement in DOM setters.
Resubmitting corrected copies; first submission had patching errors.
* fast/dom/setter-type-enforcement-expected.txt: Added.
* fast/dom/setter-type-enforcement.html: Added.
2008-12-18 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Darin Adler.
Rewrote some of the transition layout tests that were using setTimeout() to use the transition pause API in DRT when available.
Rewrote the transition layout tests that were specifically testing the transition end event to use common JS code from transition-end-event-helpers.js.
Fixed some typos.
https://bugs.webkit.org/show_bug.cgi?id=22890
* transitions/end-event-helpers.js: Removed.
* transitions/interrupt-transform-transition-expected.txt:
* transitions/interrupt-transform-transition.html:
* transitions/opacity-transition-zindex.html:
* transitions/start-transform-transition.html:
* transitions/transform-op-list-match-expected.txt:
* transitions/transform-op-list-match.html:
* transitions/transform-op-list-no-match-expected.txt:
* transitions/transform-op-list-no-match.html:
* transitions/transition-end-event-all-properties-expected.txt:
* transitions/transition-end-event-all-properties.html:
* transitions/transition-end-event-attributes-expected.txt:
* transitions/transition-end-event-attributes.html:
* transitions/transition-end-event-container-expected.txt:
* transitions/transition-end-event-container.html:
* transitions/transition-end-event-helpers.js: Copied from LayoutTests/transitions/end-event-helpers.js.
(recordTransitionEndEvent):
(runTransitionTest.processEndEvents.compareEventInfo):
(runTransitionTest.processEndEvents.examineResults):
(runTransitionTest.processEndEvents):
(runTransitionTest.startTest):
(runTransitionTest.window):
(runTransitionTest):
* transitions/transition-end-event-left-expected.txt:
* transitions/transition-end-event-left.html:
* transitions/transition-end-event-multiple-01-expected.txt:
* transitions/transition-end-event-multiple-01.html:
* transitions/transition-end-event-multiple-02-expected.txt:
* transitions/transition-end-event-multiple-02.html:
* transitions/transition-end-event-multiple-03-expected.txt:
* transitions/transition-end-event-multiple-03.html:
* transitions/transition-end-event-multiple-04-expected.txt:
* transitions/transition-end-event-multiple-04.html:
* transitions/transition-end-event-nested-expected.txt:
* transitions/transition-end-event-nested.html:
* transitions/transition-end-event-set-none-expected.txt:
* transitions/transition-end-event-set-none.html:
* transitions/transition-end-event-transform-expected.txt:
* transitions/transition-end-event-transform.html:
* transitions/transition-end-event-window-expected.txt:
* transitions/transition-end-event-window.html:
* transitions/transition-test-helpers.js: Added.
(runTransitionTest.isCloseEnough):
(runTransitionTest.checkExpectedValue):
(runTransitionTest.endTest):
(runTransitionTest.runTest):
(runTransitionTest.startTest):
(runTransitionTest.if):
* transitions/transition-timing-function-expected.txt: Copied from LayoutTests/transitions/transition-timing-function-software-expected.txt.
* transitions/transition-timing-function-software-expected.txt: Removed.
* transitions/transition-timing-function-software.html: Removed.
* transitions/transition-timing-function.html: Copied from LayoutTests/transitions/transition-timing-function-software.html.
* transitions/zero-duration-in-list-expected.txt:
* transitions/zero-duration-in-list.html:
2008-12-18 Cameron Zwarich <zwarich@apple.com>
Reviewed by Geoff Garen.
Add tests for bug 21855: REGRESSION (r37323): Gmail complains about popup blocking when opening a link
<https://bugs.webkit.org/show_bug.cgi?id=21855>
<rdar://problem/6278244>
Since DumpRenderTree support was added in order to support these tests,
they are skipped on non-Mac platforms.
* fast/events/popup-blocking-click-in-iframe-expected.txt: Added.
* fast/events/popup-blocking-click-in-iframe.html: Added.
* fast/events/resources/popup-blocking-click-in-iframe-otherFrame.html: Added.
* platform/gtk/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2008-12-18 Pamela Greene <pam@chromium.org>
Submitted without review.
Moving layout test from root level into LayoutTests where it belongs.
* fast/dom/setter-type-enforcement-expected.txt: Copied from fast/dom/setter-type-enforcement-expected.txt.
* fast/dom/setter-type-enforcement.html: Copied from fast/dom/setter-type-enforcement.html.
2008-12-17 Geoffrey Garen <ggaren@apple.com>
Reviewed by Gavin Barraclough.
Added a test for https://bugs.webkit.org/show_bug.cgi?id=22393
Segfault when caching property accesses to primitive cells.
* fast/js/primitive-property-access-edge-cases-expected.txt: Added.
* fast/js/primitive-property-access-edge-cases.html: Added.
* fast/js/resources/primitive-property-access-edge-cases.js: Added.
():
2008-12-17 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
https://bugs.webkit.org/show_bug.cgi?id=22570
Add testcase for reflection on an element with overflow: hidden
* fast/reflections/reflection-overflow-hidden.html: Added.
* platform/mac/fast/reflections/reflection-overflow-hidden-expected.checksum: Added.
* platform/mac/fast/reflections/reflection-overflow-hidden-expected.png: Added.
* platform/mac/fast/reflections/reflection-overflow-hidden-expected.txt: Added.
2008-12-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by Maciej Stachowiak.
Update results after fixing wml.css, to be more in-line with html4.css.
Fixes all <do> related tests, to correctly appear as buttons,
not just text with gray background, as it used to be.
* platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
* platform/mac/fast/wml/do-element-optional-attr-expected.png:
* platform/mac/fast/wml/do-element-optional-attr-expected.txt:
* platform/mac/fast/wml/do-shadow-expected.checksum:
* platform/mac/fast/wml/do-shadow-expected.png:
* platform/mac/fast/wml/do-shadow-expected.txt:
* platform/mac/fast/wml/do-template-expected.checksum:
* platform/mac/fast/wml/do-template-expected.png:
* platform/mac/fast/wml/do-template-expected.txt:
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
* platform/mac/fast/wml/err-invalid-variable-name-expected.checksum:
* platform/mac/fast/wml/err-invalid-variable-name-expected.png:
* platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
* platform/mac/fast/wml/err-samename-do-expected.checksum:
* platform/mac/fast/wml/err-samename-do-expected.png:
* platform/mac/fast/wml/err-samename-do-expected.txt:
2008-12-17 Feng Qian <feng@chromium.org>
Reviewed by Alexey Proskuryakov.
Landed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=21948
Change two tests to use the host url in XMLHttpRequest so that
it does not fail because of Chrome's file URL security policy.
It does not affect the expected behaviors of tests.
* fast/dom/null-document-xmlhttprequest-open.html:
* fast/dom/xmlhttprequest-invalid-values.html:
2008-12-17 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
Landed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=22577
Add a test to ensure that checkboxes and radio buttons with duplicate
names map to a collection.
* fast/dom/HTMLInputElement/duplicate-element-names-expected.txt: Added.
* fast/dom/HTMLInputElement/duplicate-element-names.html: Added.
2008-12-17 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
Landed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=22612
Add test to verify type enforcement in DOM setters.
* fast/dom/setter-type-enforcement-expected.txt: Added.
* fast/dom/setter-type-enforcement.html: Added.
2008-12-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Rubber-stamped by Timothy Hatcher.
Fix wml/ tests, by doing s/</\&lt;/ and s/>/\&gt;/.
Not sure why this problem wasn't visible before, something has changed.
* wml/go-task-animation-expected.txt:
* wml/go-task-get-method-external-deck-expected.txt:
* wml/go-task-get-method-external-deck-with-href-expected.txt:
* wml/go-task-get-method-same-deck-expected.txt:
* wml/resources/go-task-animation.js:
* wml/resources/go-task-get-method-external-deck-with-href.js:
* wml/resources/go-task-get-method-external-deck.js:
* wml/resources/go-task-get-method-same-deck.js:
2008-12-16 Simon Hausmann <hausmann@webkit.org>
Reviewed by Holger Freyther.
Unskip some tests that pass with the Qt DRT fixed for unload event
counting.
* platform/qt/Skipped:
2008-12-16 Simon Hausmann <hausmann@webkit.org>
Reviewed by Holger Freyther.
Added mac API specific loader test to the skip list for the Qt DRT.
* platform/qt/Skipped:
2008-12-15 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by Oliver Hunt.
Add several testcases covering WML table element handling.
Fixed fast/wml/case-sensitivity.wml - which used HTML style tables, that now raise errors (missing 'columns' attribute).
* fast/wml/case-sensitivity.wml:
* fast/wml/table-element-align-attribute-invalid.wml: Added.
* fast/wml/table-element-columns-attribute-invalid-number.wml: Added.
* fast/wml/table-element-columns-attribute-invalid.wml: Added.
* fast/wml/table-element-columns-attribute-missing.wml: Added.
* fast/wml/table-element-columns-attribute.wml: Added.
* platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.checksum:
* platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.png:
* platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.txt:
* platform/mac/fast/wml/table-element-align-attribute-invalid-expected.checksum: Added.
* platform/mac/fast/wml/table-element-align-attribute-invalid-expected.png: Added.
* platform/mac/fast/wml/table-element-align-attribute-invalid-expected.txt: Added.
* platform/mac/fast/wml/table-element-columns-attribute-expected.checksum: Added.
* platform/mac/fast/wml/table-element-columns-attribute-expected.png: Added.
* platform/mac/fast/wml/table-element-columns-attribute-expected.txt: Added.
* platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.checksum: Added.
* platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.png: Added.
* platform/mac/fast/wml/table-element-columns-attribute-invalid-expected.txt: Added.
* platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.checksum: Added.
* platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.png: Added.
* platform/mac/fast/wml/table-element-columns-attribute-invalid-number-expected.txt: Added.
* platform/mac/fast/wml/table-element-columns-attribute-missing-expected.checksum: Added.
* platform/mac/fast/wml/table-element-columns-attribute-missing-expected.png: Added.
* platform/mac/fast/wml/table-element-columns-attribute-missing-expected.txt: Added.
* platform/mac/fast/wml/table-element-expected.checksum:
* platform/mac/fast/wml/table-element-expected.png:
* platform/mac/fast/wml/table-element-expected.txt:
2008-12-15 Darin Adler <darin@apple.com>
Reviewed by Sam Weinig.
- test for <rdar://problem/6427048> crash due to infinite recursion after setting window.__proto__ = window
* fast/canvas/canvas-gradient-without-path.html: Let make-js-test-wrappers update this one.
* fast/dom/Window/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
* fast/dom/Window/resources/window-custom-prototype.js: Added.
* fast/dom/Window/window-custom-prototype-expected.txt: Added.
* fast/dom/Window/window-custom-prototype.html: Added.
2008-12-15 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
Added an extra layout test for transitions.
https://bugs.webkit.org/show_bug.cgi?id=22836
* transitions/change-values-during-transition-expected.txt: Added.
* transitions/change-values-during-transition.html: Added.
2008-12-15 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
Added an extra layout test for animations.
https://bugs.webkit.org/show_bug.cgi?id=22836
* animations/combo-transform-rotate+scale-expected.txt: Added.
* animations/combo-transform-rotate+scale.html: Added.
2008-12-15 Pierre-Olivier Latour <pol@apple.com>
Updated transform-value-types.html and transform-value-types-expected.txt to latest version
since change r39264 was lost when relocating these files.
https://bugs.webkit.org/show_bug.cgi?id=22836
* transforms/2d/transform-value-types-expected.txt:
* transforms/2d/transform-value-types.html:
2008-12-15 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Sam Weinig.
Add new layout tests for transforms, animations & transitions.
Also move a couple transform layout tests to the proper subdirectory.
https://bugs.webkit.org/show_bug.cgi?id=22836
* animations/combo-transform-translate+scale-expected.txt: Added.
* animations/combo-transform-translate+scale.html: Added.
* transforms/2d/computed-style-origin-expected.txt: Copied from LayoutTests/transforms/computed-style-origin-expected.txt.
* transforms/2d/computed-style-origin.html: Copied from LayoutTests/transforms/computed-style-origin.html.
* transforms/2d/transform-value-types-expected.txt: Copied from LayoutTests/transforms/transform-value-types-expected.txt.
* transforms/2d/transform-value-types.html: Copied from LayoutTests/transforms/transform-value-types.html.
* transforms/computed-style-origin-expected.txt: Removed.
* transforms/computed-style-origin.html: Removed.
* transforms/transform-value-types-expected.txt: Removed.
* transforms/transform-value-types.html: Removed.
* transitions/interrupt-transform-transition-expected.txt: Added.
* transitions/interrupt-transform-transition.html: Added.
* transitions/start-transform-transition-expected.txt: Added.
* transitions/start-transform-transition.html: Added.
* transitions/transition-timing-function-software-expected.txt: Added.
* transitions/transition-timing-function-software.html: Added.
* transitions/zero-duration-in-list-expected.txt: Added.
* transitions/zero-duration-in-list.html: Added.
* transitions/zero-duration-without-units-expected.txt: Added.
* transitions/zero-duration-without-units.html: Added.
2008-12-15 Simon Hausmann <hausmann@webkit.org>
Reviewed by Holger Freyther.
Add worker tests to the skip list for the Qt DRT as the feature is not enabled.
* platform/qt/Skipped:
2008-12-14 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by George Staikos.
Add a new WML testcase covering <timer> and <go> combinations: wml/go-task-animation.html
* wml/go-task-animation-expected.txt: Added.
* wml/go-task-animation.html: Added.
* wml/resources/WMLTestCase.js:
(createWMLTestCase.iframeElement.onload):
(createWMLTestCase):
* wml/resources/animation.wml: Added.
* wml/resources/go-task-animation.js: Added.
(setupTestDocument):
(prepareTest):
(executeTest):
* wml/resources/go-task-get-method-same-deck.js:
(setupTestDocument):
* wml/resources/test-document.wml:
2008-12-14 Dirk Schulze <krit@webkit.org>
Reviewed by Oliver Hunt.
Ensure correct behaviour of composite on a fully transparent color.
* fast/canvas/canvas-transparency-and-composite-expected.txt: Added.
* fast/canvas/canvas-transparency-and-composite.html: Added.
* fast/canvas/resources/canvas-transparency-and-composite.js: Added.
2008-12-14 Alexey Proskuryakov <ap@webkit.org>
Suggested by Holger Freyther.
* fast/workers/worker-navigator-expected.txt:
* fast/workers/worker-navigator.html:
navigator.platform.length is intentionally zero on Gtk+, changed to check for its type.
2008-12-13 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22843
Auto-generate JSWorkerContext
* fast/workers/worker-replace-self-expected.txt: Added.
* fast/workers/worker-replace-self.html: Added.
Test that "self" is replaceable. This matches window.self behavior, but not Firefox.
* fast/workers/worker-location-expected.txt:
* fast/workers/worker-location.html:
Added a test for global constructor.
2008-12-13 Dirk Schulze <krit@webkit.org>
Reviewed by Oliver Hunt.
This test is wrong. We shouldn't fill something with a gradient, if the
path is empty.
* fast/canvas/gradient-empty-path.html: Removed.
* platform/mac/fast/canvas/gradient-empty-path-expected.checksum: Removed.
* platform/mac/fast/canvas/gradient-empty-path-expected.png: Removed.
* platform/mac/fast/canvas/gradient-empty-path-expected.txt: Removed.
2008-12-13 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
- test for https://bugs.webkit.org/show_bug.cgi?id=18734
REGRESSION (r31081): Focus problems in Gmail 2/Plain text message text
<rdar://problem/5892415>
* fast/forms/textarea-selection-preservation-expected.txt: Added.
* fast/forms/textarea-selection-preservation.html: Added.
2008-12-13 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Dan Bernstein.
Revert pixel test results back to the old version. This is
reverting r39254.
https://bugs.webkit.org/show_bug.cgi?id=22824
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
* platform/mac/svg/custom/image-small-width-height-expected.checksum:
* platform/mac/svg/custom/image-small-width-height-expected.png:
* platform/mac/svg/custom/image-small-width-height-expected.txt:
* 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-tselect-02-f-expected.txt:
2008-12-13 Dirk Schulze <krit@webkit.org>
Reviewed by Darin Adler.
Checks behavior of gradients on an empty path in canvas.
* fast/canvas/canvas-gradient-without-path-expected.txt: Added.
* fast/canvas/canvas-gradient-without-path.html: Added.
* fast/canvas/resources/canvas-gradient-without-path.js: Added.
2008-12-12 Dean Jackson <dino@apple.com>
Reviewed by Darin Adler.
Expose WebKitAnimationEvent, WebKitTransitionEvent,
WebKitCSSTransformValue, WebKitCSSKeyframeRule and
WebKitCSSKeyframesRule to Window object.
https://bugs.webkit.org/show_bug.cgi?id=20560
* animations/keyframes-rule-expected.txt:
* animations/keyframes-rule.html:
* fast/dom/Window/window-properties-expected.txt:
* fast/events/event-instanceof-expected.txt:
* fast/events/resources/event-instanceof.js:
* fast/js/global-constructors-expected.txt:
* transforms/transform-value-types-expected.txt:
* transforms/transform-value-types.html:
2008-12-12 Cameron Zwarich <zwarich@apple.com>
Reviewed by Oliver Hunt.
Tests for bug 22835: Crash during bytecode generation when comparing to null
<https://bugs.webkit.org/show_bug.cgi?id=22835>
<rdar://problem/6286749>
* fast/js/ignored-result-null-comparison-crash-expected.txt: Added.
* fast/js/ignored-result-null-comparison-crash.html: Added.
* fast/js/resources/ignored-result-null-comparison-crash.js: Added.
2008-12-12 Pierre-Olivier Latour <pol@apple.com>
Checked-in new results for failing SVG tests so that the bots are green again.
https://bugs.webkit.org/show_bug.cgi?id=22824
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
* platform/mac/svg/custom/image-small-width-height-expected.checksum:
* platform/mac/svg/custom/image-small-width-height-expected.png:
* platform/mac/svg/custom/image-small-width-height-expected.txt:
* 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-tselect-02-f-expected.txt:
2008-12-12 Simon Hausmann <hausmann@webkit.org>
Rubber-stamped by Holger Freyther.
Added all the failing tests in the Qt build that require font metrics
to the skipped list, as discussed. We cannot maintain the metrics
currently.
* platform/qt/Skipped:
2008-12-11 Cameron Zwarich <zwarich@apple.com>
Rubber-stamped by Mark Rowe.
Roll out r39212 due to assertion failures during layout tests, multiple
layout test failures, memory leaks, and obvious incorrectness.
* security/override-preferences-2-expected.txt: Removed.
* security/override-preferences-2.html: Removed.
* security/override-preferences-expected.txt: Removed.
* security/override-preferences.html: Removed.
* security/override-zzz-reset-expected.txt: Removed.
* security/override-zzz-reset.html: Removed.
2008-12-11 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by Holger Freyther.
Fix WML image layout tests to not rely on external resources.
Update results after adding <img> support.
* fast/wml/img-localsrc.wml:
* fast/wml/img-src-localsrc-alt.wml:
* fast/wml/img-src.wml:
* fast/wml/resources: Added.
* fast/wml/resources/fail.png: Added.
* fast/wml/resources/pass.png: Added.
* platform/mac/fast/wml/img-localsrc-expected.checksum:
* platform/mac/fast/wml/img-localsrc-expected.png:
* platform/mac/fast/wml/img-localsrc-expected.txt:
* platform/mac/fast/wml/img-src-expected.checksum:
* platform/mac/fast/wml/img-src-expected.png:
* platform/mac/fast/wml/img-src-expected.txt:
* platform/mac/fast/wml/img-src-localsrc-alt-expected.checksum:
* platform/mac/fast/wml/img-src-localsrc-alt-expected.png:
* platform/mac/fast/wml/img-src-localsrc-alt-expected.txt:
2008-12-10 Oliver Hunt <oliver@apple.com>
Reviewed by Adele Peterson.
Crash (null-deref) when using :before pseudoselector with content CSS rule in SVG
<rdar://problem/6302405>
<https://bugs.webkit.org/show_bug.cgi?id=22804>
Test to make sure we don't crash, and don't display generated content.
* svg/css/crash-css-generated-content-expected.txt: Added.
* svg/css/crash-css-generated-content.xhtml: Added.
2008-12-11 Anders Carlsson <andersca@apple.com>
Reviewed by Cameron Zwarich.
https://bugs.webkit.org/show_bug.cgi?id=22797
REGRESSION: Crash at http://news.cnet.com/8301-17939_109-10119149-2.html
* http/tests/plugins/get-url-expected.txt: Added.
* http/tests/plugins/get-url.html: Added.
2008-12-11 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by Eric Seidel.
Fix typo in doctype (correct wapforum.org URL)
* fast/wml/p-align.wml:
* fast/wml/p-mode.wml:
2008-12-08 Dean McNamee <deanm@chromium.org>
Reviewed by Darin Adler.
Always append a trailing slash when using PHP's sys_get_temp_dir().
This allows these tests to run on Linux, where this API returns the
directory without a trailing slash.
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
* http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
* http/tests/xmlhttprequest/resources/portabilityLayer.php:
* http/tests/xmlhttprequest/resources/reset-temp-file.php:
2008-12-10 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Rubber-stamped by George Staikos.
Update WML pixel test results, after adding <template> support.
* platform/mac/fast/wml/do-shadow-expected.checksum:
* platform/mac/fast/wml/do-shadow-expected.png:
* platform/mac/fast/wml/do-template-expected.checksum:
* platform/mac/fast/wml/do-template-expected.png:
2008-12-10 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by Eric Seidel.
Update WML test results after adding <template> support.
* platform/mac/fast/wml/do-shadow-expected.txt:
* platform/mac/fast/wml/do-template-expected.txt:
2008-12-10 Brady Eidson <beidson@apple.com>
Reviewed by Darin
Most of these policy delegate related tests will now pass with accompanying DRT changes.
* platform/win/Skipped:
2008-12-10 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Darin Adler.
Replaced outdated reference image for svg/webarchive/svg-cursor-subresources.svg
https://bugs.webkit.org/show_bug.cgi?id=22801
* platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum:
* platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
2008-12-10 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Darin Adler.
Rewrote animations/animation-test-helpers.js to take advantage of the pauseAnimationAtTimeOnElementWithId()
API when available in DRT.
Updated all animations tests that check for values of animated CSS properties to use these new helper functions.
https://bugs.webkit.org/show_bug.cgi?id=22796
* animations/animation-test-helpers.js:
(isCloseEnough):
(checkExpectedValue):
(endTest):
(startTest):
(runAnimationTest):
* animations/big-rotation-expected.txt:
* animations/big-rotation.html:
* animations/change-keyframes-expected.txt:
* animations/change-keyframes-name-expected.txt:
* animations/change-keyframes-name.html:
* animations/change-keyframes.html:
* animations/change-one-anim-expected.txt:
* animations/change-one-anim.html:
* animations/generic-from-to-expected.txt:
* animations/generic-from-to.html:
* animations/import-expected.txt:
* animations/import.html:
* animations/keyframe-timing-functions-expected.txt:
* animations/keyframe-timing-functions.html:
* animations/keyframes-comma-separated-expected.txt:
* animations/keyframes-comma-separated.html:
* animations/keyframes-expected.txt:
* animations/keyframes-from-missing.html:
* animations/keyframes-out-of-order-expected.txt:
* animations/keyframes-out-of-order.html:
* animations/keyframes-to-missing.html:
* animations/keyframes.html:
* animations/lineheight-animation-expected.txt:
* animations/lineheight-animation.html:
* animations/matrix-anim-expected.txt:
* animations/matrix-anim.html:
* animations/multiple-animations-expected.txt:
* animations/multiple-animations.html:
* animations/multiple-keyframes-expected.txt:
* animations/multiple-keyframes.html:
* animations/transition-and-animation-1-expected.txt:
* animations/transition-and-animation-1.html:
* animations/transition-and-animation-2-expected.txt:
* animations/transition-and-animation-2.html:
* animations/width-using-ems-expected.txt:
* animations/width-using-ems.html:
* platform/win/Skipped:
2008-12-10 Alice Liu <alice.liu@apple.com>
Adding tweak to .conf files needed for
WebCore/manual-tests/drag-image-to-desktop.html
Reviewed by Darin Adler.
* http/conf/apache2-debian-httpd.conf:
* http/conf/apache2-httpd.conf:
* http/conf/cygwin-httpd.conf:
* http/conf/httpd.conf:
* http/tests/misc/resources/generatedimage.bat: Added.
2008-12-10 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam :( Weinig.
Added a test for http://trac.webkit.org/changeset/39162.
* fast/regex/malformed-escapes-expected.txt: Added.
* fast/regex/malformed-escapes.html: Added.
* fast/regex/resources/malformed-escapes.js: Added.
2008-12-10 Brady Eidson <beidson@apple.com>
Reviewed by Darin
New layout tests for testing the fix for https://bugs.webkit.org/show_bug.cgi?id=22194:
* http/tests/navigation/post-goback-repost-policy-expected.txt: Added.
* http/tests/navigation/post-goback-repost-policy.html: Added.
* http/tests/navigation/resources/goback-with-policydelegate.html: Added.
* http/tests/navigation/resources/post-target-policy-test.html: Added.
Updated layout test results for the new "custom policy delegate" mechanism:
* fast/encoding/mailto-always-utf-8-expected.txt:
* fast/forms/mailto/advanced-get-expected.txt:
* fast/forms/mailto/advanced-put-expected.txt:
* fast/forms/mailto/get-multiple-items-expected.txt:
* fast/forms/mailto/get-multiple-items-text-plain-expected.txt:
* fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt:
* fast/forms/mailto/get-non-ascii-always-utf-8-expected.txt:
* fast/forms/mailto/get-non-ascii-expected.txt:
* fast/forms/mailto/get-non-ascii-text-plain-expected.txt:
* fast/forms/mailto/get-non-ascii-text-plain-latin-1-expected.txt:
* fast/forms/mailto/get-overwrite-query-expected.txt:
* fast/forms/mailto/post-append-query-expected.txt:
* fast/forms/mailto/post-multiple-items-expected.txt:
* fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt:
* fast/forms/mailto/post-multiple-items-text-plain-expected.txt:
* fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt:
* fast/forms/mailto/post-text-plain-expected.txt:
* fast/forms/mailto/post-text-plain-with-accept-charset-expected.txt:
* http/tests/security/feed-urls-from-remote-expected.txt:
Skip the new test on Windows until the policy delegate can be enhanced there:
* platform/win/Skipped:
(It is already implicitly skipped for qt and gtk)
2008-12-10 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Darin Adler.
Added a test to verify that the DRT API pauseAnimationAtTimeOnElementWithId() does work
with animations using multiple keyframes.
https://bugs.webkit.org/show_bug.cgi?id=22773
* animations/animation-drt-api-multiple-keyframes.html: Added.
* platform/mac/animations/animation-drt-api-multiple-keyframes-expected.checksum: Added.
* platform/mac/animations/animation-drt-api-multiple-keyframes-expected.png: Added.
* platform/mac/animations/animation-drt-api-multiple-keyframes-expected.txt: Added.
* platform/win/Skipped:
2008-12-10 Hironori Bono <hbono@chromium.org>
Reviewed by Alexey Proskuryakov.
Bug 21820: Unable to enter the Tamil UNICODE Characters via Thamizha Phonetic IME
https://bugs.webkit.org/show_bug.cgi?id=21820
<rdar://problem/5683248> Typing backspace to delete a diacritical mark also deletes the character before (Arabic)
<rdar://problem/5702038> Backspace removes Thai Character in wrong sequence
Added test for verifying if a backspace key deletes only the last character of a ligature which consists of
multiple Unicode characters.
Also added a test for verifying an undo operation works after deleting the last character of a ligature.
* editing/deleting/delete-ligature-001-expected.txt: Added.
* editing/deleting/delete-ligature-001.html: Added.
* editing/deleting/delete-ligature-002-expected.txt: Added.
* editing/deleting/delete-ligature-002.html: Added.
* editing/deleting/delete-ligature-003-expected.txt: Added.
* editing/deleting/delete-ligature-003.html: Added.
2008-12-10 Alexey Proskuryakov <ap@webkit.org>
Rubber-stamped by Maciej Stachowiak.
<rdar://problem/5959165> Crash in a number of iExploder tests in WebCore::CachedImage::notifyObservers
Add a test for a crash that is no longer reproducible.
* fast/css/mask-missing-image-crash-expected.txt: Added.
* fast/css/mask-missing-image-crash.html: Added.
2008-12-09 Alexey Proskuryakov <ap@webkit.org>
Rubber-stamped by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=19762
Crash in svg/webarchive/svg-cursor-subresources.svg
* svg/webarchive/svg-cursor-subresources.svg: Copied from LayoutTests/svg/webarchive/svg-cursor-subresources.svg-disabled.
* svg/webarchive/svg-cursor-subresources.svg-disabled: Removed.
Re-enabling the test.
2008-12-09 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Added a test for an assertion followed by a quantifier.
* fast/regex/quantified-assertions-expected.txt: Added.
* fast/regex/quantified-assertions.html: Added.
* fast/regex/resources/quantified-assertions.js: Copied from fast/regex/resources/alternative-length-miscalculation.js.
2008-12-09 Geoffrey Garen <ggaren@apple.com>
Reviewed by Cameron Zwarich.
Updated regular expression layout tests to be agnostic between WREC
and PCRE quirks. Also, updated results to match new, more web-compatible
regular expression parsing.
* fast/js/regexp-charclass-crash-expected.txt:
* fast/js/regexp-charclass-crash.html:
* fast/js/regexp-no-extensions-expected.txt:
* fast/js/resources/regexp-no-extensions.js:
* fast/regex/test1-expected.txt:
2008-12-09 David Levin <levin@chromium.org>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=22512
Add a test to check for crashes when attaching an event to a document created by
'document.implementation.createDocument'.
* fast/events/create-document-crash-on-attach-event-expected.txt: Added.
* fast/events/create-document-crash-on-attach-event.html: Added.
* fast/events/resources/create-document-crash-on-attach-event.js: Added.
(doc.onload):
2008-12-09 David Levin <levin@chromium.org>
Reviewed by Eric Seidel.
Add a test to check the event order for context clicks on Windows.
https://bugs.webkit.org/show_bug.cgi?id=22505
* platform/win/fast/events/context-click-events-expected.txt: Added.
* platform/win/fast/events/context-click-events.html: Added.
* platform/win/fast/events/resources: Added.
* platform/win/fast/events/resources/TEMPLATE.html: Added.
* platform/win/fast/events/resources/context-click-events.js: Added.
(clickHandler):
(traceMouseEvent):
2008-12-09 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22719
Implement Navigator object in Workers
* fast/workers/worker-navigator-expected.txt: Added.
* fast/workers/worker-navigator.html: Added.
2008-12-09 Pamela Greene <pam@chromium.org>
Submitted without review.
Corrected results so the test passes.
* fast/events/special-key-events-in-input-text-expected.txt:
2008-12-09 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by Alexey Proskuryakov.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=22637
Add new tests covering the WMLGoElement's GET method.
Reactive disabled WML tests, as LayoutTests/wml/ is not run anymore if WebCore has been built without WML support.
* wml/go-task-get-method-external-deck-expected.txt: Added.
* wml/go-task-get-method-external-deck-with-href-expected.txt: Added.
* wml/go-task-get-method-external-deck-with-href.html: Added.
* wml/go-task-get-method-external-deck.html: Added.
* wml/go-task-get-method-same-deck-expected.txt: Added.
* wml/go-task-get-method-same-deck.html: Added.
* wml/resources/WMLTestCase.js:
(createWMLTestCase.iframeElement.onload):
(createWMLTestCase):
(completeTest.script.onload):
(completeTest):
* wml/resources/external-deck.wml: Added.
* wml/resources/go-task-get-method-external-deck-with-href.js: Added.
(setupTestDocument):
(prepareTest):
(executeTest):
* wml/resources/go-task-get-method-external-deck.js: Added.
(setupTestDocument):
(prepareTest):
(executeTest):
* wml/resources/go-task-get-method-same-deck.js: Added.
(setupTestDocument):
(prepareTest):
(executeTest):
* wml/resources/test-document.wml: Added.
* wml/variable-reference-invalid-character.html: Copied from LayoutTests/wml/variable-reference-invalid-character.html-disabled.
* wml/variable-reference-invalid-character.html-disabled: Removed.
* wml/variable-reference-valid.html: Copied from LayoutTests/wml/variable-reference-valid.html-disabled.
* wml/variable-reference-valid.html-disabled: Removed.
2008-12-08 Dmitry Titov <dimich@chromium.org>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=22710
Verifies that active timeout does not cause memory leak.
* fast/dom/Window/resources/long_timeout.html: Added.
* fast/dom/Window/timeout-released-on-close-expected.txt: Added.
* fast/dom/Window/timeout-released-on-close.html: Added.
2008-12-08 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Fixed js-test-pre.js to print a meaningful, complete sentence when
exception tests fail.
* fast/js/const-expected.txt: Updated test for new results.
* fast/js/resources/js-test-pre.js:
(shouldThrow):
2008-12-08 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
Increase timeout in video-paint-test.js so that <video> tests pass on the Tiger pixel bot which is slower
than the Leopard one.
https://bugs.webkit.org/show_bug.cgi?id=22742
* media/video-paint-test.js:
(init):
2008-12-08 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Added a test for interesting uses of non-pattern-characters in regular
expressions.
* fast/regex/non-pattern-characters-expected.txt: Added.
* fast/regex/non-pattern-characters.html: Added.
* fast/regex/resources/non-pattern-characters.js: Added.
2008-12-08 Darin Adler <darin@apple.com>
Reviewed by John Sullivan.
- tests for https://bugs.webkit.org/show_bug.cgi?id=22409
REGRESSION: cmd-shift-left/right don't switch tabs, instead select text
* editing/execCommand/enabling-and-selection-2-expected.txt: Added.
* editing/execCommand/enabling-and-selection-2.html: Added.
* editing/execCommand/enabling-and-selection-expected.txt: Added.
* editing/execCommand/enabling-and-selection.html: Added.
* editing/execCommand/resources: Added.
* editing/execCommand/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
* editing/execCommand/resources/enabling-and-selection-2.js: Added.
* editing/execCommand/resources/enabling-and-selection.js: Added.
* fast/canvas/canvas-setTransform.html: Let make-js-test-wrappers update this.
* fast/canvas/canvas-strokeRect.html: Ditto.
* platform/qt/Skipped: Added enabling-and-selection-2 to the skipped list.
* platform/win/Skipped: Ditto.
2008-12-08 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22739
Test the sequence of keyboard events generated for a keypress.
* fast/events/special-key-events-in-input-text-expected.txt: Added.
* fast/events/special-key-events-in-input-text.html: Added.
2008-12-08 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin Adler.
Tests cases for bug 17897: Not Rendering Images Imported from XHTML Document
<rdar://problem/5827614>
- xmlhttprequest-image-not-loaded*: test that an image loaded by an XMLHttpRequest and inserted into a XHTML or SVG Document
is properly rendered.
- image-blocked-src-change.html and image-blocked-src-no-change.html: test that an image that was in error is responding to src attribute change
(whether it does really change the url or not).
* http/tests/misc/image-blocked-src-change-expected.txt: Added.
* http/tests/misc/image-blocked-src-change.html: Added.
* http/tests/misc/image-blocked-src-no-change-expected.txt: Added.
* http/tests/misc/image-blocked-src-no-change.html: Added.
* http/tests/xmlhttprequest/resources/load-icon.svg: Added.
* http/tests/xmlhttprequest/resources/load-icon.xhtml: Added.
* http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg-expected.txt: Added.
* http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg.svg: Added.
* http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded.html: Added.
2008-12-08 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Sam Weinig.
Disable the WML tests since no platforms build with WML enabled by default and the test failures are annoying.
* wml/variable-reference-invalid-character.html-disabled: Renamed from LayoutTests/wml/variable-reference-invalid-character.html.
* wml/variable-reference-valid.html-disabled: Renamed from LayoutTests/wml/variable-reference-valid.html.
2008-12-08 Aaron Boodman <aa@chromium.org>
Reviewed by Stephanie Lewis.
https://bugs.webkit.org/show_bug.cgi?id=22301
Make dispatchDidFinishLoading() always fire before didFinishLoadForFrame().
* fast/dom/Window/get-set-properties-expected.txt:
* fast/events/onunload-window-property-expected.txt:
* http/tests/loading/basic-expected.txt:
* http/tests/loading/empty-subframe-expected.txt:
* http/tests/loading/gmail-assert-on-load-expected.txt:
* http/tests/loading/location-hash-reload-cycle-expected.txt:
* http/tests/loading/onload-vs-immediate-refresh-expected.txt:
* http/tests/loading/slow-parsing-subframe-expected.txt:
* http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
* platform/mac/http/tests/loading/simple-subframe-expected.txt:
* webarchive/loading/test-loading-archive-expected.txt:
2008-12-08 Oliver Hunt <oliver@apple.com>
Reviewed by Alexey Proskuryakov.
Bug 22398: r39059: Crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler
<rdar://problem/6426245> REGRESSION(r39059): Reproducible crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler (22398)
Add crash test for this regression -- simply clear the transition duration in the transitionEnd handler.
* transitions/transition-duration-cleared-in-transitionend-crash-expected.txt: Added.
* transitions/transition-duration-cleared-in-transitionend-crash.html: Added.
2008-12-07 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein
https://bugs.webkit.org/show_bug.cgi?id=22594
Testcase for fetching inline style for -webkit-transform-origin
and -webkit-transition.
* fast/css/transform-inline-style-expected.txt: Added.
* fast/css/transform-inline-style.html: Added.
2008-12-07 Dirk Schulze <krit@webkit.org>
Reviewed by Oliver Hunt.
Tests strokeRect with patterns and gradients.
* fast/canvas/canvas-strokeRect-expected.txt: Added.
* fast/canvas/canvas-strokeRect.html: Added.
* fast/canvas/resources/canvas-strokeRect.js: Added.
2008-12-06 Dirk Schulze <krit@webkit.org>
Reviewed by Oliver Hunt.
Added tests for canvas's setTransform() and updated an existing one.
* fast/canvas/canvas-setTransform-expected.txt: Added.
* fast/canvas/canvas-setTransform.html: Added.
* fast/canvas/resources/canvas-setTransform.js: Added.
* fast/dom/Window/window-properties-expected.txt:
2008-12-06 Antti Koivisto <antti@apple.com>
Reusing property slots changed property ordering in this text.
* editing/pasteboard/5780697-2-expected.txt:
2008-12-06 Simon Fraser <simon.fraser@apple.com>
Reviewed by Antti Koivisto, Dan Bernstein
https://bugs.webkit.org/show_bug.cgi?id=22088
Testcase for repaint issue when transform changes
* fast/repaint/transform-repaint-descendants.html: Added.
* platform/mac/fast/repaint/transform-repaint-descendants-expected.checksum: Added.
* platform/mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
* platform/mac/fast/repaint/transform-repaint-descendants-expected.txt: Added.
2008-12-06 Simon Fraser <simon.fraser@apple.com>
Update expected image now that the caret renders in transformed
content.
https://bugs.webkit.org/show_bug.cgi?id=15671
* platform/mac/fast/forms/search-transformed-expected.checksum:
* platform/mac/fast/forms/search-transformed-expected.png:
2008-12-06 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein
https://bugs.webkit.org/show_bug.cgi?id=15739
Testcase for selection painting on a transformed, replaced element.
* fast/replaced/selection-rect-transform.html: Added.
* platform/mac/fast/replaced/selection-rect-transform-expected.checksum: Added.
* platform/mac/fast/replaced/selection-rect-transform-expected.png: Added.
* platform/mac/fast/replaced/selection-rect-transform-expected.txt: Added.
2008-12-06 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
https://bugs.webkit.org/show_bug.cgi?id=15671
* fast/transforms/transformed-caret.html: Added.
* platform/mac/fast/transforms/transformed-caret-expected.checksum: Added.
* platform/mac/fast/transforms/transformed-caret-expected.png: Added.
* platform/mac/fast/transforms/transformed-caret-expected.txt: Added.
New testcase for caret on transformed element.
* platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum:
* platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
Fix expected now that caret rendering works properly.
2008-12-05 Chris Marrin <cmarrin@apple.com>
Reviewed by Dave Hyatt.
Testcases for https://bugs.webkit.org/show_bug.cgi?id=22635
* animations/animation-iteration-event-destroy-renderer-expected.txt: Added.
* animations/animation-iteration-event-destroy-renderer.html: Added.
* animations/animation-start-event-destroy-renderer-expected.txt: Added.
* animations/animation-start-event-destroy-renderer.html: Added.
2008-12-05 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22608
Add a test for line numbers of uncaught JS exceptions.
* fast/js/uncaught-exception-line-number-expected.txt: Added.
* fast/js/uncaught-exception-line-number.html: Added.
2008-12-05 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22604
Add test for onload handler named 'onload'.
* fast/events/onload-name-collision-expected.txt: Added.
* fast/events/onload-name-collision.html: Added.
2008-12-05 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22601
Add test to verify that calling functions on a Java applet from JS works.
* fast/dom/java-applet-calls-expected.txt: Added.
* fast/dom/java-applet-calls.html: Added.
* fast/dom/resources/TestApplet.class: Added.
* fast/dom/resources/TestApplet.java: Added.
(TestApplet): Source of test applet for use by layout test(s).
(TestApplet.init):
(TestApplet.setString):
(TestApplet.getString):
2008-12-05 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22592
Make sure the onload handler is only called once, even when there are
multiple <body> nodes in the document.
* fast/events/onload-fires-twice-expected.txt: Added.
* fast/events/onload-fires-twice.html: Added.
2008-12-05 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22575
Add a test for accessing NodeList items by name.
* fast/dom/NodeList/nodelist-item-with-name-expected.txt: Added.
* fast/dom/NodeList/nodelist-item-with-name.html: Added.
2008-12-05 Pamela Greene <pam@chromium.org>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=22632
Add a test for DOM operations with incompatible receivers or arguments.
* fast/dom/incompatible-operations-expected.txt: Added.
* fast/dom/incompatible-operations.html: Added.
2008-12-05 Justin Garcia <justin.garcia@apple.com>
Updating these test results. On Tiger the fragment created from RTFD data
contained interchange newlines that we incorrectly handled before r38983.
* platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.checksum:
* platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.png:
* platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.txt:
2008-12-05 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Added a test for a bug I discovered while working on
https://bugs.webkit.org/show_bug.cgi?id=22685.
* fast/regex/non-capturing-backtracking-expected.txt: Added.
* fast/regex/non-capturing-backtracking.html: Added.
* fast/regex/resources/non-capturing-backtracking.js: Added.
2008-12-05 Dean Jackson <dino@apple.com>
Reviewed by David Hyatt.
No longer need to add a fake listener on a document
node in order to get events passed up to Window.
https://bugs.webkit.org/show_bug.cgi?id=20572
* transitions/transition-end-event-window.html:
2008-12-05 Kevin McCullough <kmccullough@apple.com>
Reviewed by Tim Hatcher.
- Fix intermittent profiler test failures. The problem is that idle
time only shows up some times, probably dependent on if the system is
running a little slow or has a network hiccup. I've removed this.
- I've also added <rdar://problem/6422004> Profiler tests fail because
they sometimes don't have (idle) time. This is to investigate whether or
not idle time should be showing up at all when running these tests.
* fast/profiler/anonymous-event-handler-expected.txt:
* fast/profiler/anonymous-function-called-from-different-contexts-expected.txt:
* fast/profiler/anonymous-function-calls-built-in-functions-expected.txt:
* fast/profiler/anonymous-function-calls-eval-expected.txt:
* fast/profiler/apply-expected.txt:
* fast/profiler/built-in-function-calls-anonymous-expected.txt:
* fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
* fast/profiler/call-expected.txt:
* fast/profiler/call-nodelist-as-function-expected.txt:
* fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope-expected.txt:
* fast/profiler/compare-multiple-profiles-expected.txt:
* fast/profiler/constructor-expected.txt:
* fast/profiler/dead-time-expected.txt:
* fast/profiler/document-dot-write-expected.txt:
* fast/profiler/event-handler-expected.txt:
* fast/profiler/execution-context-and-eval-on-same-line-expected.txt:
* fast/profiler/heavy-view-expected.txt:
* fast/profiler/inline-event-handler-expected.txt:
* fast/profiler/many-calls-in-the-same-scope-expected.txt:
* fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
* fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
* fast/profiler/multiple-frames-expected.txt:
* fast/profiler/nested-anonymous-functon-expected.txt:
* fast/profiler/nested-start-and-stop-profiler-expected.txt:
* fast/profiler/one-execution-context-expected.txt:
* fast/profiler/profile-calls-in-included-file-expected.txt:
* fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt:
* fast/profiler/profiling-from-a-nested-location-expected.txt:
* fast/profiler/resources/profiler-test-JS-resources.js:
(printProfileNodeWithoutTime):
* fast/profiler/simple-event-call-expected.txt:
* fast/profiler/simple-no-level-change-expected.txt:
* fast/profiler/start-and-stop-profiler-multiple-times-expected.txt:
* fast/profiler/start-and-stop-profiling-in-the-same-function-expected.txt:
* fast/profiler/stop-profiling-after-setTimeout-expected.txt:
* fast/profiler/stop-then-function-call-expected.txt:
* fast/profiler/throw-exception-from-eval-expected.txt:
* fast/profiler/two-execution-contexts-expected.txt:
* fast/profiler/user-defined-function-calls-built-in-functions-expected.txt:
* fast/profiler/window-dot-eval-expected.txt:
2008-12-05 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22672
ASSERT(m_table) when xhr.onabort creates another xhr or calls setTimeout
* http/tests/xmlhttprequest/send-on-abort-expected.txt: Added.
* http/tests/xmlhttprequest/send-on-abort.html: Added.
* http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Removed.
* http/tests/xmlhttprequest/abort-on-leaving-page.html: Removed.
* http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
* http/tests/xmlhttprequest/resources/slow-response.pl: Removed.
Stopping an XHR due to navigation no longer dispatches events.
2008-12-05 Jungshik Shin <jshin@chromium.org>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=22472
Revises charset alias map for TextCodecICU.
- Uses windows-949 and windows-874 instead of windows-949-2000 and windows-874-2000
- Replaces 'windows874' in a couple of place with 'windows-874' (for the canonical name)
- Maps 'dos-874' to 'windows-874'. Currently, it's aliases to 'cp874', which is in turn
mapped to 'TIS-620'. 'TIS-620' is manually aliased to 'windows-874'. We'd better directly
alias 'dos-874' to 'windows-874'.
- Replaces 'EUC-CN' with 'GBK' when it's used as the canonical name.
Similar to the above case, we're getting rid of indirection that eventually leads to 'GBK' by
directly going to 'GBK'.
- Puts Mac encodings in a separate test 'char-decoding-mac.html'. Rename 'char-decoding-mac.html'
in platform/mac to 'xnextstep-decoding.html' to avoid the name collision in the result files.
- Adds a JS file for common functions used by char-decoding-*.html tests.
* fast/encoding/char-decoding-expected.txt:
* fast/encoding/char-decoding-mac-expected.txt: Added.
* fast/encoding/char-decoding-mac.html: Added.
* fast/encoding/char-decoding.html:
* fast/encoding/resources/char-decoding-utils.js
* platform/mac/fast/encoding/char-decoding-mac-expected.txt: Removed.
* platform/mac/fast/encoding/char-decoding-mac.html: Removed.
* platform/mac/fast/encoding/xnextstep-decoding-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac-expected.txt.
* platform/mac/fast/encoding/xnextstep-decoding.html: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac.html.
2008-12-03 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Added a test for another input length miscalculation.
* fast/regex/alternative-length-miscalculation-expected.txt:
* fast/regex/resources/alternative-length-miscalculation.js:
2008-12-03 Jungshik Shin <jshin@chromium.org>
Reviewed by Darin Adler.
Add missing test files (utf-16,32 files) and two php files
for bug 21635 and enabled utf-7 tests (bug 22492). The patch
for bug 21635 was landed in http://trac.webkit.org/changeset/38755,
but binary test files (utf-16/32) were omitted in the changeset.
https://bugs.webkit.org/show_bug.cgi?id=21635
https://bugs.webkit.org/show_bug.cgi?id=22492
* http/tests/misc/resources/check-query-param.php: Added.
* http/tests/misc/resources/echo-query-param.php: Added.
* http/tests/misc/submit-get-in-utf16be.html: Added.
* http/tests/misc/submit-get-in-utf16le.html: Added.
* http/tests/misc/submit-get-in-utf32be.html: Added.
* http/tests/misc/submit-get-in-utf32le.html: Added.
* http/tests/misc/submit-get-in-utf7.html: Copied from http/tests/misc/submit-get-in-utf7.html-disabled.
* http/tests/misc/submit-get-in-utf7.html-disabled: Removed.
* http/tests/misc/submit-post-in-utf16be.html: Added.
* http/tests/misc/submit-post-in-utf16le.html: Added.
* http/tests/misc/submit-post-in-utf32be.html: Added.
* http/tests/misc/submit-post-in-utf32le.html: Added.
* http/tests/misc/submit-post-in-utf7.html: Copied from http/tests/misc/submit-post-in-utf7.html-disabled.
* http/tests/misc/submit-post-in-utf7.html-disabled: Removed.
* http/tests/misc/url-in-utf16be.html: Added.
* http/tests/misc/url-in-utf16le.html: Added.
* http/tests/misc/url-in-utf32be.html: Added.
* http/tests/misc/url-in-utf32le.html: Added.
* http/tests/misc/url-in-utf7.html: Copied from http/tests/misc/url-in-utf7.html-disabled.
* http/tests/misc/url-in-utf7.html-disabled: Removed.
2008-12-03 Justin Garcia <justin.garcia@apple.com>
Reviewed by Beth Dakin.
<rdar://problem/6018653> Extra blank line when pasting paragraph in plain text
* editing/pasteboard/6018653-expected.txt: Added.
* editing/pasteboard/6018653.html: Added.
2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by George Staikos.
Forgot to rerun make-js-test-wrappers, and update some fast/wml results.
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
* wml/resources/variable-reference-invalid-character.js:
* wml/resources/variable-reference-valid.js:
2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by George Staikos.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=22636
Add a first set of scriptable WML layout tests.
Embed WML documents in an <iframe>, contained in a (X)HTML document, and script
the LayoutTestController through XHTML <script> elements. See WMLTestCase.js,
which is derived from SVGTestCase.js.
All wml/*.html files are generated using make-js-test-wrappers.
Add two tests covering variable substitution.
* wml: Added.
* wml/resources: Added.
* wml/resources/TEMPLATE.html: Added.
* wml/resources/WMLTestCase.js: Added.
(createWMLElement):
(createWMLTestCase.iframeElement.onload):
(createWMLTestCase):
(triggerUpdate):
(startTest):
(completeTest.script.onload):
(completeTest):
* wml/resources/variable-reference-invalid-character.js: Added.
(setupTestDocument):
(prepareTest):
(executeTest):
* wml/resources/variable-reference-valid.js: Added.
(setupTestDocument):
(prepareTest):
(executeTest):
* wml/variable-reference-invalid-character-expected.txt: Added.
* wml/variable-reference-invalid-character.html: Added.
* wml/variable-reference-valid-expected.txt: Added.
* wml/variable-reference-valid.html: Added.
2008-12-03 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
Clean up and unify transition and animation test cases that destroy
the renderer in the 'ended' event callback, either through setting display:none,
or removing the element.
* animations/animation-end-event-destroy-renderer-expected.txt: Added.
* animations/animation-end-event-destroy-renderer.html: Added.
* animations/transform-animation-event-destroy-element-expected.txt: Removed.
* animations/transform-animation-event-destroy-element.html: Removed.
* transitions/transform-transition-event-destroy-element-expected.txt: Removed.
* transitions/transform-transition-event-destroy-element.html: Removed.
* transitions/transition-end-event-destroy-renderer-expected.txt: Added.
* transitions/transition-end-event-destroy-renderer.html: Added.
2008-12-03 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22630
Assertion failure in XMLHttpRequest::contextDestroyed
* http/tests/xmlhttprequest/close-window-expected.txt: Added.
* http/tests/xmlhttprequest/close-window.html: Added.
* http/tests/xmlhttprequest/resources/close-window-frame.html: Added.
2008-12-03 Dean Jackson <dino@apple.com>
Reviewed by Dan Bernstein.
Tests for CSS 3 <angle> turn unit
https://bugs.webkit.org/show_bug.cgi?id=22497
* transforms/2d/transform-2d-expected.txt:
* transforms/2d/transform-2d.html:
* transforms/transform-value-types-expected.txt:
* transforms/transform-value-types.html:
2008-12-03 Dean Jackson <dino@apple.com>
Reviewed by Dan Bernstein.
Clean up some tests for private DRT API.
https://bugs.webkit.org/show_bug.cgi?id=22498
* platform/win/Skipped:
* transitions/transition-drt-api-delay-expected.txt:
* transitions/transition-drt-api-delay.html:
* transitions/transition-shorthand-delay-expected.txt:
* transitions/transition-shorthand-delay.html:
2008-12-03 Dirk Schulze <krit@webkit.org>
Updated/Correcte the SVG pixel tests.
We pass two more SVG tests now.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
* platform/mac/svg/batik/text/textEffect3-expected.checksum:
* platform/mac/svg/batik/text/textEffect3-expected.png:
2008-12-03 Dmitry Titov <dimich@chromium.org>
Reviewed by Alexey Proskuryakov.
Add test for https://bugs.webkit.org/show_bug.cgi?id=22600,
verifying that timeout callback is executed in the right scope.
* fast/dom/Window/timeout-callback-scope-expected.txt: Added.
* fast/dom/Window/timeout-callback-scope.html: Added.
2008-12-02 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Maciej Stachowiak.
https://bugs.webkit.org/show_bug.cgi?id=22543
Consolidate ActiveDOMObject page cache interaction
* http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Added.
* http/tests/xmlhttprequest/abort-on-leaving-page.html: Added.
* http/tests/xmlhttprequest/resources/slow-response.pl: Added.
Check that XHR is aborted when navigating to a different page.
* http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
A readystatechange event is now fired when destroying a subframe that made a request.
This matches Firefox, although test output is somewhat different due to window.parent
being inaccessible from a detached frame there.
2008-11-28 Cameron Zwarich <zwarich@apple.com>
Reviewed by Geoff Garen.
Add tests for bug 22504: Crashes during code generation occur due to refing of ignoredResult()
<https://bugs.webkit.org/show_bug.cgi?id=22504>
* fast/js/ignored-result-ref-crash-expected.txt: Added.
* fast/js/ignored-result-ref-crash.html: Added.
* fast/js/resources/ignored-result-ref-crash.js: Added.
2008-12-02 Geoffrey Garen <ggaren@apple.com>
Reviewed by Cameron Zwarich.
Test for https://bugs.webkit.org/show_bug.cgi?id=22537
REGRESSION (r38745): Assertion failure in jsSubstring() at ge.com
* fast/regex/alternative-length-miscalculation-expected.txt: Added.
* fast/regex/alternative-length-miscalculation.html: Added.
2008-12-02 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
https://bugs.webkit.org/show_bug.cgi?id=22472
Test for repainting a selected, replaced element.
* fast/repaint/selected-replaced.html: Added.
* platform/mac/fast/repaint/selected-replaced-expected.checksum: Added.
* platform/mac/fast/repaint/selected-replaced-expected.png: Added.
* platform/mac/fast/repaint/selected-replaced-expected.txt: Added.
2008-12-02 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Added and modified tests for
Bug 22606: Can <th> serves as the AXTitleUIElement for <td>?
* accessibility/image-map1-expected.txt:
* accessibility/image-map2-expected.txt:
* accessibility/internal-link-anchors2-expected.txt:
* accessibility/lists-expected.txt:
* accessibility/plugin-expected.txt:
* accessibility/table-detection-expected.txt:
* accessibility/table-one-cell-expected.txt:
* accessibility/table-with-aria-role-expected.txt:
* accessibility/table-with-rules-expected.txt:
* accessibility/th-as-title-ui-expected.txt: Added.
* accessibility/th-as-title-ui.html: Added.
2008-12-02 Chris Fleizach <cfleizach@apple.com>
Update tests for Bug 22596: Some elements don't report AXBlockQuoteLevel
Reviewed by John Sullivan.
* accessibility/document-links-expected.txt:
* accessibility/image-map1-expected.txt:
* accessibility/image-map2-expected.txt:
2008-12-02 Dimitri Glazkov <dglazkov@chromium.org>
Reviewed by Eric Seidel.
Add Layout test for https://bugs.webkit.org/show_bug.cgi?id=22460,
testing ASSERT in console.trace() due to incomplete inheritance chain.
* fast/dom/Window/console-trace-expected.txt: Added.
* fast/dom/Window/console-trace.html: Added.
2008-12-02 Michael Moss <mmoss@chromium.org>
Reviewed by Eric Seidel.
Enable http/tests/navigation/reload-subframe-*frame.html on Windows.
https://bugs.webkit.org/show_bug.cgi?id=20926
* platform/win/Skipped:
2008-12-01 Beth Dakin <bdakin@apple.com>
Reviewed by Dan Bernstein.
Tests for https://bugs.webkit.org/show_bug.cgi?id=13736 REGRESSION
(r19811): Using the down arrow in a textarea gets "stuck" at the
end of a wrapped line
And corresponding: <rdar://problem/5347931>
* editing/selection/wrapped-line-caret-1.html: Added.
* editing/selection/wrapped-line-caret-2.html: Added.
* platform/mac/editing/selection/wrapped-line-caret-1-
expected.checksum: Added.
* platform/mac/editing/selection/wrapped-line-caret-1-expected.png:
Added.
* platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
Added.
* platform/mac/editing/selection/wrapped-line-caret-2-
expected.checksum: Added.
* platform/mac/editing/selection/wrapped-line-caret-2-expected.png:
Added.
* platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
Added.
2008-12-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Not reviewed. Forgot to include updated layout tests in last commit.
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
2008-12-01 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Mark Rowe.
Updated the reference images for the <video> layout tests as the ones checked-in previously
do not pass on the pixel bots.
https://bugs.webkit.org/show_bug.cgi?id=21911
* platform/mac/media/video-aspect-ratio-expected.checksum:
* platform/mac/media/video-aspect-ratio-expected.png:
* platform/mac/media/video-controls-rendering-expected.checksum:
* platform/mac/media/video-controls-rendering-expected.png:
* platform/mac/media/video-display-toggle-expected.checksum:
* platform/mac/media/video-display-toggle-expected.png:
* platform/mac/media/video-layer-crash-expected.checksum:
* platform/mac/media/video-layer-crash-expected.png:
* platform/mac/media/video-transformed-expected.checksum:
* platform/mac/media/video-transformed-expected.png:
2008-12-01 David Kilzer <ddkilzer@apple.com>
Bug 22466: REGRESSION (35867): Many resources missing when saving webarchive of webkit.org
<https://bugs.webkit.org/show_bug.cgi?id=22466>
<rdar://problem/6403593>
Reviewed by Brady Eidson.
* http/tests/webarchive/resources/test-preload-resources.css: Added.
* http/tests/webarchive/test-preload-resources-expected.webarchive: Added.
* http/tests/webarchive/test-preload-resources.html: Added.
* platform/qt/Skipped: Added http/tests/webarchive and grouped the
skipped list of other webarchive tests together.
* platform/win/Skipped: Added http/tests/webarchive.
2008-12-01 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22464
Add a test for a potential crash when performing a same-origin
check on a subframe reloaded with about:blank.
* fast/js/same-origin-subframe-about-blank-expected.txt: Added.
* fast/js/same-origin-subframe-about-blank.html: Added.
2008-12-01 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
Fixed <video> layout tests so that DRT is notified they are done only when the video frames
are effectively rendered in the page. This requires using a timeout since there is no <video>
event that fires when the first frame has been drawn (the closest even fires when the element
is ready to render and will eventually draw at some unknown point in the future).
Thanks to this change, these tests now pass in --pixel mode as well.
https://bugs.webkit.org/show_bug.cgi?id=21911
* media/video-aspect-ratio.html:
* media/video-controls-rendering.html:
* media/video-display-toggle.html:
* media/video-layer-crash.html:
* media/video-paint-test.js:
(init):
* media/video-transformed.html:
* platform/mac/media/video-aspect-ratio-expected.checksum:
* platform/mac/media/video-aspect-ratio-expected.png:
* platform/mac/media/video-controls-rendering-expected.checksum:
* platform/mac/media/video-controls-rendering-expected.png:
* platform/mac/media/video-display-toggle-expected.checksum:
* platform/mac/media/video-display-toggle-expected.png:
* platform/mac/media/video-layer-crash-expected.checksum:
* platform/mac/media/video-layer-crash-expected.png:
* platform/mac/media/video-transformed-expected.checksum:
* platform/mac/media/video-transformed-expected.png:
2008-12-01 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22463
Add a test for accessing navigator.cookieEnabled after navigation.
* fast/dom/navigator-cookieEnabled-no-crash-expected.txt: Added.
* fast/dom/navigator-cookieEnabled-no-crash.html: Added.
* fast/dom/resources/test-successful-destination.html: Added.
2008-12-01 Pamela Greene <pam@chromium.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=22365
Add a test to verify behavior of DOM node constructors.
* fast/dom/dom-constructors-expected.txt: Added.
* fast/dom/dom-constructors.html: Added.
2008-12-01 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22358
Add a test for crash on "Copy" after showing a tooltip.
* editing/pasteboard/copy-crash-expected.txt: Added.
* editing/pasteboard/copy-crash.html: Added.
2008-12-01 Alexey Proskuryakov <ap@webkit.org>
Rubber-stamped by Mark Rowe.
https://bugs.webkit.org/show_bug.cgi?id=22531
Stack overflow on PowerPC on fast/workers/use-machine-stack.html
Disabling the test until the problem can be investigated.
* fast/workers/use-machine-stack.html: Removed.
* fast/workers/use-machine-stack.html-disabled: Copied from fast/workers/use-machine-stack.html.
2008-11-28 Sam Weinig <sam@webkit.org>
Reviewed by Alexey Proskuryakov.
Test for https://bugs.webkit.org/show_bug.cgi?id=21063
NULL pointer crash in dispatchEvent(null);
* fast/events/dispatchEvent-crash-expected.txt: Added.
* fast/events/dispatchEvent-crash.html: Added.
2008-11-29 Dan Bernstein <mitz@apple.com>
Reviewed by Alexey Proskuryakov.
- test for https://bugs.webkit.org/show_bug.cgi?id=22454
<rdar://problem/6405550> REGRESSION (3.2-TOT): Crash below FontFallbackList::fontDataAt on jacobian.org
* http/tests/misc/font-face-in-multiple-segmented-faces-expected.txt: Added.
* http/tests/misc/font-face-in-multiple-segmented-faces.html: Added.
2008-11-29 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=14968
document.open() erroneously returns void instead of the new Document
* fast/dom/HTMLDocument/document-open-return-value-expected.txt: Added.
* fast/dom/HTMLDocument/document-open-return-value.html: Added.
2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by Cameron Zwarich.
Update WML layout test results after adding <timer> element support.
* platform/mac/fast/wml/err-multi-timer-expected.checksum:
* platform/mac/fast/wml/err-multi-timer-expected.png:
* platform/mac/fast/wml/err-multi-timer-expected.txt:
2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by Holger Freyther.
Update WML layout test results after adding <do> element support.
* platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
* platform/mac/fast/wml/do-element-optional-attr-expected.png:
* platform/mac/fast/wml/do-element-optional-attr-expected.txt:
* platform/mac/fast/wml/do-shadow-expected.txt:
* platform/mac/fast/wml/do-template-expected.txt:
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
* platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
* platform/mac/fast/wml/err-samename-do-expected.checksum:
* platform/mac/fast/wml/err-samename-do-expected.png:
* platform/mac/fast/wml/err-samename-do-expected.txt:
2008-11-26 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by George Staikos.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=22522
Catch WML errors (invalid variable name/reference, multiple access elements, etc)
while parsing the document, and stop parsing immediately and wrap the document
fragment in a XHTML error document, just like it's done from XML parsing errors.
Update affected layout tests (all fixed).
* platform/mac/fast/wml/do-shadow-expected.txt:
* platform/mac/fast/wml/do-template-expected.txt:
* platform/mac/fast/wml/err-event-binding-conflict-expected.checksum:
* platform/mac/fast/wml/err-event-binding-conflict-expected.png:
* platform/mac/fast/wml/err-event-binding-conflict-expected.txt:
* platform/mac/fast/wml/err-invalid-variable-name-expected.checksum:
* platform/mac/fast/wml/err-invalid-variable-name-expected.png:
* platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
* platform/mac/fast/wml/err-multi-access-expected.checksum:
* platform/mac/fast/wml/err-multi-access-expected.png:
* platform/mac/fast/wml/err-multi-access-expected.txt:
* platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum:
* platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png:
* platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
Not reviewed. Forgot to include this layout test update in the last commit.
* platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
Rubber stamped by Mark Rowe.
Fix nine failing tests on the build bot. Update mac-tiger results.
* platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
* platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
* platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
* platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
* platform/mac-tiger/svg/hixie/perf/001-expected.txt:
* platform/mac-tiger/svg/hixie/perf/002-expected.txt:
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
* platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
* platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
2008-11-10 Glenn Wilson <gwilson@chromium.org>
Reviewed by Dan Bernstein.
Fixed bug http://bugs.webkit.org/show_bug.cgi?id=21953
Added layout tests to verify that characters not defined in the default font with the small-caps variant
won't cause a crash
* fast/css/small-caps-crash-expected.txt: Added.
* fast/css/small-caps-crash.html: Added.
2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by Oliver Hunt.
Update layout tests, after fixing the path to string logic.
* platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
* 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.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-32-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-34-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-41-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-52-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-66-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-69-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-77-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-78-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/animate-elem-84-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-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/coords-viewattr-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
* 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.txt:
* 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.txt:
* 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.txt:
* 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.txt:
* platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
* 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.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
* 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.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
* 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.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-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-elems-06-t-expected.txt:
* 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.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-01-b-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/shapes-circle-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-05-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/struct-image-08-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/styling-pres-01-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-03-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-align-04-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-altglyph-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-03-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-06-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
* platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
* platform/mac/svg/batik/filters/filterRegions-expected.txt:
* platform/mac/svg/batik/masking/maskRegions-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/paints/patternRegions-expected.txt:
* platform/mac/svg/batik/text/longTextOnPath-expected.txt:
* platform/mac/svg/batik/text/textAnchor-expected.txt:
* platform/mac/svg/batik/text/textAnchor2-expected.txt:
* platform/mac/svg/batik/text/textAnchor3-expected.txt:
* platform/mac/svg/batik/text/textEffect2-expected.txt:
* platform/mac/svg/batik/text/textFeatures-expected.txt:
* platform/mac/svg/batik/text/textLength-expected.txt:
* platform/mac/svg/batik/text/textOnPath2-expected.txt:
* platform/mac/svg/batik/text/textOnPath3-expected.txt:
* platform/mac/svg/batik/text/textProperties-expected.txt:
* platform/mac/svg/batik/text/textProperties2-expected.txt:
* platform/mac/svg/batik/text/verticalText-expected.txt:
* platform/mac/svg/carto.net/button-expected.txt:
* platform/mac/svg/carto.net/colourpicker-expected.txt:
* platform/mac/svg/carto.net/combobox-expected.txt:
* platform/mac/svg/carto.net/scrollbar-expected.txt:
* platform/mac/svg/carto.net/selectionlist-expected.txt:
* platform/mac/svg/carto.net/slider-expected.txt:
* platform/mac/svg/carto.net/textbox-expected.txt:
* platform/mac/svg/carto.net/window-expected.txt:
* platform/mac/svg/css/css-box-min-width-expected.txt:
* platform/mac/svg/custom/SVGNumber-interface-expected.txt:
* platform/mac/svg/custom/SVGPoint-interface-expected.txt:
* platform/mac/svg/custom/SVGRect-interface-expected.txt:
* platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
* platform/mac/svg/custom/altglyph-expected.txt:
* platform/mac/svg/custom/attribute-namespace-check-expected.txt:
* platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
* platform/mac/svg/custom/class-baseValue-expected.txt:
* platform/mac/svg/custom/class-selector-expected.txt:
* platform/mac/svg/custom/clip-path-child-changes-expected.txt:
* platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
* platform/mac/svg/custom/clip-path-href-changes-expected.txt:
* platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
* platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
* platform/mac/svg/custom/clip-path-units-changes-expected.txt:
* platform/mac/svg/custom/clip-path-with-transform-expected.txt:
* platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
* platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
* platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
* platform/mac/svg/custom/create-metadata-element-expected.txt:
* platform/mac/svg/custom/createelement-expected.txt:
* platform/mac/svg/custom/css-pixels-dpi-expected.txt:
* platform/mac/svg/custom/dasharrayOrigin-expected.txt:
* platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
* platform/mac/svg/custom/display-none-expected.txt:
* platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
* platform/mac/svg/custom/dynamic-viewBox-expected.txt:
* platform/mac/svg/custom/empty-clip-path-expected.txt:
* platform/mac/svg/custom/empty-merge-expected.txt:
* platform/mac/svg/custom/evt-onload-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
* platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
* platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
* platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
* platform/mac/svg/custom/fill-fallback-expected.txt:
* platform/mac/svg/custom/fill-update-expected.txt:
* platform/mac/svg/custom/filter-source-alpha-expected.txt:
* platform/mac/svg/custom/focus-ring-expected.txt:
* platform/mac/svg/custom/foreign-object-skew-expected.txt:
* platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
* platform/mac/svg/custom/fractional-rects-expected.txt:
* platform/mac/svg/custom/getPresentationAttribute-expected.txt:
* platform/mac/svg/custom/getTransformToElement-expected.txt:
* platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
* platform/mac/svg/custom/getsvgdocument-expected.txt:
* platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
* platform/mac/svg/custom/gradient-add-stops-expected.txt:
* platform/mac/svg/custom/gradient-attr-update-expected.txt:
* platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
* platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
* platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
* platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
* platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
* platform/mac/svg/custom/gradient-stroke-width-expected.txt:
* platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
* platform/mac/svg/custom/group-opacity-expected.txt:
* platform/mac/svg/custom/hit-test-with-br-expected.txt:
* platform/mac/svg/custom/hover-default-fill-expected.txt:
* platform/mac/svg/custom/image-parent-translation-expected.txt:
* platform/mac/svg/custom/image-small-width-height-expected.txt:
* platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
* platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
* platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/mac/svg/custom/inner-percent-expected.txt:
* platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
* platform/mac/svg/custom/invalid-css-expected.txt:
* platform/mac/svg/custom/invalid-fill-expected.txt:
* platform/mac/svg/custom/invalid-fill-hex-expected.txt:
* platform/mac/svg/custom/invalid-lengthlist-expected.txt:
* platform/mac/svg/custom/invalid-transforms-expected.txt:
* platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
* platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-marker-creation-expected.txt:
* platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-mask-creation-expected.txt:
* platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
* platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
* platform/mac/svg/custom/js-update-bounce-expected.txt:
* platform/mac/svg/custom/js-update-container-expected.txt:
* platform/mac/svg/custom/js-update-container2-expected.txt:
* platform/mac/svg/custom/js-update-gradient-expected.txt:
* platform/mac/svg/custom/js-update-pattern-child-expected.txt:
* platform/mac/svg/custom/js-update-pattern-expected.txt:
* platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
* platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
* platform/mac/svg/custom/js-update-stop-expected.txt:
* platform/mac/svg/custom/js-update-style-expected.txt:
* platform/mac/svg/custom/js-update-transform-addition-expected.txt:
* platform/mac/svg/custom/js-update-transform-changes-expected.txt:
* platform/mac/svg/custom/junk-data-expected.txt:
* platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
* platform/mac/svg/custom/marker-changes-expected.txt:
* platform/mac/svg/custom/marker-child-changes-expected.txt:
* platform/mac/svg/custom/marker-default-width-height-expected.txt:
* platform/mac/svg/custom/marker-overflow-clip-expected.txt:
* platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
* platform/mac/svg/custom/mask-changes-expected.txt:
* platform/mac/svg/custom/mask-child-changes-expected.txt:
* platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
* platform/mac/svg/custom/mask-inside-defs-expected.txt:
* platform/mac/svg/custom/missing-xlink-expected.txt:
* platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
* platform/mac/svg/custom/non-opaque-filters-expected.txt:
* platform/mac/svg/custom/path-update-expected.txt:
* platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
* platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
* platform/mac/svg/custom/pattern-in-defs-expected.txt:
* platform/mac/svg/custom/pattern-rotate-expected.txt:
* platform/mac/svg/custom/pattern-y-offset-expected.txt:
* platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
* platform/mac/svg/custom/percentage-rect-expected.txt:
* platform/mac/svg/custom/percentage-rect2-expected.txt:
* platform/mac/svg/custom/pointer-events-path-expected.txt:
* platform/mac/svg/custom/poly-identify-expected.txt:
* platform/mac/svg/custom/polyline-invalid-points-expected.txt:
* platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
* platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
* platform/mac/svg/custom/prevent-default-expected.txt:
* platform/mac/svg/custom/recursive-clippath-expected.txt:
* platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
* platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
* platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
* platform/mac/svg/custom/rootelement-expected.txt:
* platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
* platform/mac/svg/custom/rounded-rects-expected.txt:
* platform/mac/svg/custom/scroll-hit-test-expected.txt:
* platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/mac/svg/custom/second-inline-text-expected.txt:
* platform/mac/svg/custom/shape-rendering-expected.txt:
* platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
* platform/mac/svg/custom/sheet-title-expected.txt:
* platform/mac/svg/custom/simpleCDF-expected.txt:
* platform/mac/svg/custom/stroke-fallback-expected.txt:
* platform/mac/svg/custom/stroked-pattern-expected.txt:
* platform/mac/svg/custom/struct-use-09-b-expected.txt:
* platform/mac/svg/custom/style-attribute-font-size-expected.txt:
* platform/mac/svg/custom/svg-absolute-children-expected.txt:
* platform/mac/svg/custom/svg-float-border-padding-expected.txt:
* platform/mac/svg/custom/svg-overflow-types-expected.txt:
* platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
* platform/mac/svg/custom/text-clip-expected.txt:
* platform/mac/svg/custom/text-dom-01-f-expected.txt:
* platform/mac/svg/custom/text-gradient-no-content-expected.txt:
* platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
* platform/mac/svg/custom/transform-invalid-expected.txt:
* platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
* platform/mac/svg/custom/transform-scale-parse-expected.txt:
* platform/mac/svg/custom/transform-with-ending-space-expected.txt:
* platform/mac/svg/custom/use-clipped-hit-expected.txt:
* platform/mac/svg/custom/use-css-events-expected.txt:
* platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
* platform/mac/svg/custom/use-detach-expected.txt:
* platform/mac/svg/custom/use-dynamic-append-expected.txt:
* platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
* platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
* platform/mac/svg/custom/use-events-crash-expected.txt:
* platform/mac/svg/custom/use-forward-refs-expected.txt:
* platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
* platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
* platform/mac/svg/custom/use-modify-target-container-expected.txt:
* platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
* platform/mac/svg/custom/use-nested-transform-expected.txt:
* platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
* platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
* platform/mac/svg/custom/use-on-g-expected.txt:
* platform/mac/svg/custom/use-on-rect-expected.txt:
* platform/mac/svg/custom/use-on-symbol-expected.txt:
* platform/mac/svg/custom/use-on-use-expected.txt:
* platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
* platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
* platform/mac/svg/custom/use-recursion-1-expected.txt:
* platform/mac/svg/custom/use-recursion-3-expected.txt:
* platform/mac/svg/custom/use-recursion-4-expected.txt:
* platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
* platform/mac/svg/custom/use-symbol-overflow-expected.txt:
* platform/mac/svg/custom/use-transform-expected.txt:
* platform/mac/svg/custom/viewBox-hit-expected.txt:
* platform/mac/svg/custom/viewbox-syntax-expected.txt:
* platform/mac/svg/custom/viewport-clip-expected.txt:
* platform/mac/svg/custom/viewport-em-expected.txt:
* platform/mac/svg/custom/viewport-no-width-height-expected.txt:
* platform/mac/svg/custom/viewport-update-expected.txt:
* platform/mac/svg/custom/viewport-update2-expected.txt:
* platform/mac/svg/custom/visibility-override-clip-expected.txt:
* platform/mac/svg/custom/visibility-override-expected.txt:
* platform/mac/svg/custom/visibility-override-filter-expected.txt:
* platform/mac/svg/custom/visibility-override-mask-expected.txt:
* platform/mac/svg/custom/width-full-percentage-expected.txt:
* platform/mac/svg/custom/xml-stylesheet-expected.txt:
* platform/mac/svg/hixie/cascade/001-broken-expected.txt:
* platform/mac/svg/hixie/cascade/002-expected.txt:
* platform/mac/svg/hixie/data-types/001-expected.txt:
* platform/mac/svg/hixie/data-types/002-expected.txt:
* platform/mac/svg/hixie/dynamic/003-expected.txt:
* platform/mac/svg/hixie/dynamic/004-expected.txt:
* platform/mac/svg/hixie/dynamic/005-expected.txt:
* platform/mac/svg/hixie/dynamic/006-expected.txt:
* platform/mac/svg/hixie/error/001-expected.txt:
* platform/mac/svg/hixie/error/003-expected.txt:
* platform/mac/svg/hixie/error/007-expected.txt:
* platform/mac/svg/hixie/error/008-expected.txt:
* platform/mac/svg/hixie/error/009-expected.txt:
* platform/mac/svg/hixie/error/010-expected.txt:
* platform/mac/svg/hixie/error/011-expected.txt:
* platform/mac/svg/hixie/error/012-expected.txt:
* platform/mac/svg/hixie/error/014-expected.txt:
* platform/mac/svg/hixie/error/014-test-expected.txt:
* platform/mac/svg/hixie/error/015-expected.txt:
* platform/mac/svg/hixie/error/016-expected.txt:
* platform/mac/svg/hixie/error/017-expected.txt:
* platform/mac/svg/hixie/links/001-expected.txt:
* platform/mac/svg/hixie/links/003-broken-expected.txt:
* platform/mac/svg/hixie/mixed/003-expected.txt:
* platform/mac/svg/hixie/mixed/004-expected.txt:
* platform/mac/svg/hixie/mixed/005-expected.txt:
* platform/mac/svg/hixie/mixed/006-expected.txt:
* platform/mac/svg/hixie/mixed/008-expected.txt:
* platform/mac/svg/hixie/mixed/009-expected.txt:
* platform/mac/svg/hixie/mixed/010-expected.txt:
* platform/mac/svg/hixie/mixed/011-expected.txt:
* platform/mac/svg/hixie/painting/001-expected.txt:
* platform/mac/svg/hixie/perf/001-expected.txt:
* platform/mac/svg/hixie/perf/002-expected.txt:
* platform/mac/svg/hixie/perf/003-expected.txt:
* platform/mac/svg/hixie/perf/004-expected.txt:
* platform/mac/svg/hixie/perf/005-expected.txt:
* platform/mac/svg/hixie/perf/006-expected.txt:
* platform/mac/svg/hixie/perf/007-expected.txt:
* platform/mac/svg/hixie/processing-model/005-expected.txt:
* platform/mac/svg/hixie/rendering-model/001-expected.txt:
* platform/mac/svg/hixie/rendering-model/002-expected.txt:
* platform/mac/svg/hixie/rendering-model/003-expected.txt:
* platform/mac/svg/hixie/rendering-model/003a-expected.txt:
* platform/mac/svg/hixie/rendering-model/004-expected.txt:
* platform/mac/svg/hixie/shapes/path/001-expected.txt:
* platform/mac/svg/hixie/text/001-broken-expected.txt:
* platform/mac/svg/hixie/transform/001-expected.txt:
* platform/mac/svg/hixie/use/001-expected.txt:
* platform/mac/svg/hixie/use/002-expected.txt:
* platform/mac/svg/hixie/use/002-test-expected.txt:
* platform/mac/svg/hixie/viewbox/001-expected.txt:
* platform/mac/svg/hixie/viewbox/002-expected.txt:
* platform/mac/svg/hixie/viewbox/003-expected.txt:
* platform/mac/svg/hixie/viewbox/004-expected.txt:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
* platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
* platform/mac/svg/text/kerning-expected.txt:
* platform/mac/svg/text/multichar-glyph-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-03-b-expected.txt:
* platform/mac/svg/text/text-align-04-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-altglyph-01-b-expected.txt:
* platform/mac/svg/text/text-deco-01-b-expected.txt:
* platform/mac/svg/text/text-fonts-01-t-expected.txt:
* platform/mac/svg/text/text-fonts-02-t-expected.txt:
* platform/mac/svg/text/text-intro-05-t-expected.txt:
* platform/mac/svg/text/text-path-01-b-expected.txt:
* platform/mac/svg/text/text-spacing-01-b-expected.txt:
* platform/mac/svg/text/text-text-01-b-expected.txt:
* platform/mac/svg/text/text-text-03-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-06-t-expected.txt:
* platform/mac/svg/text/text-text-07-t-expected.txt:
* platform/mac/svg/text/text-text-08-b-expected.txt:
* platform/mac/svg/text/text-tref-01-b-expected.txt:
* platform/mac/svg/text/text-tselect-01-b-expected.txt:
* platform/mac/svg/text/text-tselect-02-f-expected.txt:
* platform/mac/svg/text/text-tspan-01-b-expected.txt:
* platform/mac/svg/text/text-ws-01-t-expected.txt:
* platform/mac/svg/text/text-ws-02-t-expected.txt:
* svg/custom/text-dom-removal-expected.txt:
* svg/custom/use-clipped-transform-expected.txt:
* svg/custom/use-elementInstance-event-target-expected.txt:
* svg/custom/use-elementInstance-methods-expected.txt:
* svg/custom/use-setAttribute-crash-expected.txt:
* svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
2008-11-26 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Holger Freyther.
[Gtk] add/remove tests from Skipped and fix netscape plugin test
https://bugs.webkit.org/show_bug.cgi?id=22484
Add tests that needs confirmation of new results. Also, remove
some tests that are already passing.
* platform/gtk/Skipped:
2008-11-26 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Geoff Garen.
Add a test for infinite recursion in workers
https://bugs.webkit.org/show_bug.cgi?id=22486
* fast/workers/resources/use-machine-stack.js: Added.
* fast/workers/use-machine-stack-expected.txt: Added.
* fast/workers/use-machine-stack.html: Added.
2008-11-25 Chris Marrin <cmarrin@apple.com>
Reviewed by Dan Bernstein.
Testcases for https://bugs.webkit.org/show_bug.cgi?id=22487
* animations/empty-keyframes-expected.txt: Added.
* animations/empty-keyframes.html: Added.
* animations/fill-unset-properties-expected.txt: Added.
* animations/fill-unset-properties.html: Added.
2008-11-25 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=22046
Tests that remove the element upon which a transition/animation end
event is being fired from within the event handler.
* animations/transform-animation-event-destroy-element-expected.txt: Added.
* animations/transform-animation-event-destroy-element.html: Added.
* transitions/transform-transition-event-destroy-element-expected.txt: Added.
* transitions/transform-transition-event-destroy-element.html: Added.
2008-11-25 Darin Fisher <darin@chromium.org>
Disabling these newly added tests since they fail in some configurations.
See https://bugs.webkit.org/show_bug.cgi?id=21635
* http/tests/misc/submit-get-in-utf7.html: Removed.
* http/tests/misc/submit-get-in-utf7.html-disabled: Copied from http/tests/misc/submit-get-in-utf7.html.
* http/tests/misc/submit-post-in-utf7.html: Removed.
* http/tests/misc/submit-post-in-utf7.html-disabled: Copied from http/tests/misc/submit-post-in-utf7.html.
* http/tests/misc/url-in-utf7.html: Removed.
* http/tests/misc/url-in-utf7.html-disabled: Copied from http/tests/misc/url-in-utf7.html.
2008-11-25 Jungshik Shin <jshin@chromium.org>
Reviewed by Darin Adler.
For Unicode encodings other than UTF-8, use UTF-8 for
form submission and URL query part encoding.
See https://bugs.webkit.org/show_bug.cgi?id=21635
* http/tests/misc/submit-get-in-utf16be-expected.txt: Added.
* http/tests/misc/submit-get-in-utf16be.html: Added.
* http/tests/misc/submit-get-in-utf16le-expected.txt: Added.
* http/tests/misc/submit-get-in-utf16le.html: Added.
* http/tests/misc/submit-get-in-utf32be-expected.txt: Added.
* http/tests/misc/submit-get-in-utf32be.html: Added.
* http/tests/misc/submit-get-in-utf32le-expected.txt: Added.
* http/tests/misc/submit-get-in-utf32le.html: Added.
* http/tests/misc/submit-get-in-utf7-expected.txt: Added.
* http/tests/misc/submit-get-in-utf7.html: Added.
* http/tests/misc/submit-post-in-utf16be-expected.txt: Added.
* http/tests/misc/submit-post-in-utf16be.html: Added.
* http/tests/misc/submit-post-in-utf16le-expected.txt: Added.
* http/tests/misc/submit-post-in-utf16le.html: Added.
* http/tests/misc/submit-post-in-utf32be-expected.txt: Added.
* http/tests/misc/submit-post-in-utf32be.html: Added.
* http/tests/misc/submit-post-in-utf32le-expected.txt: Added.
* http/tests/misc/submit-post-in-utf32le.html: Added.
* http/tests/misc/submit-post-in-utf7-expected.txt: Added.
* http/tests/misc/submit-post-in-utf7.html: Added.
* http/tests/misc/url-in-utf16be-expected.txt: Added.
* http/tests/misc/url-in-utf16be.html: Added.
* http/tests/misc/url-in-utf16le-expected.txt: Added.
* http/tests/misc/url-in-utf16le.html: Added.
* http/tests/misc/url-in-utf32be-expected.txt: Added.
* http/tests/misc/url-in-utf32be.html: Added.
* http/tests/misc/url-in-utf32le-expected.txt: Added.
* http/tests/misc/url-in-utf32le.html: Added.
* http/tests/misc/url-in-utf7-expected.txt: Added.
* http/tests/misc/url-in-utf7.html: Added.
2008-11-25 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Geoff Garen.
https://bugs.webkit.org/show_bug.cgi?id=9001
Javascript stops running before replacement page data arrives
Adding a test for a bug that is longer reproducible.
* http/tests/misc/resources/hang-connection.php: Added.
* http/tests/misc/timer-vs-loading-expected.txt: Added.
* http/tests/misc/timer-vs-loading.html: Added.
2008-11-24 Dean McNamee <deanm@chromium.org>
Reviewed by Alexey Proskuryakov.
https://bugs.webkit.org/show_bug.cgi?id=22350
Allow layout tests to run in php cgi mode
* http/tests/misc/refresh-headers.php:
* http/tests/misc/resources/redirect-result.php:
* http/tests/misc/resources/referrer-result.php:
* http/tests/misc/xhtml.php:
Stop using getallheaders(), which is only implemented by mod_php, so that the tests could
run through lighttpd.
2008-11-24 Antti Koivisto <antti@apple.com>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=22073
REGRESSION(r33544): Palace in the Sky crashes WebKit
* fast/tokenizer/nested-cached-scripts-and-stylesheet-expected.txt: Added.
* fast/tokenizer/nested-cached-scripts-and-stylesheet.html: Added.
* fast/tokenizer/resources/load-stylesheet-and-document-write-script.js: Added.
2008-11-24 Cameron Zwarich <zwarich@apple.com>
Reviewed by Geoff Garen.
Add tests for bug 13790: Function declarations are not treated as statements (used to affect starcraft2.com)
<https://bugs.webkit.org/show_bug.cgi?id=13790>
* fast/js/function-declaration-statement-expected.txt: Added.
* fast/js/function-declaration-statement.html: Added.
* fast/js/resources/function-declaration-statement.js: Added.
2008-11-24 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by George Staikos & Eric Seidel.
Fixes: https://bugs.webkit.org/show_bug.cgi?id=22430
Regenerate WML layout test results after implementing WML specific <card> handling:
Only the first <card> element should be visible after loading the document, others
can be shown by using the <go> task element.
* platform/mac/fast/wml/card-element-expected.checksum:
* platform/mac/fast/wml/card-element-expected.png:
* platform/mac/fast/wml/card-element-expected.txt:
* platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
* platform/mac/fast/wml/do-element-optional-attr-expected.png:
* platform/mac/fast/wml/do-element-optional-attr-expected.txt:
* platform/mac/fast/wml/do-shadow-expected.checksum:
* platform/mac/fast/wml/do-shadow-expected.png:
* platform/mac/fast/wml/do-shadow-expected.txt:
* platform/mac/fast/wml/do-template-expected.checksum:
* platform/mac/fast/wml/do-template-expected.png:
* platform/mac/fast/wml/do-template-expected.txt:
* platform/mac/fast/wml/entity-expected.checksum:
* platform/mac/fast/wml/entity-expected.png:
* platform/mac/fast/wml/entity-expected.txt:
* platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
* platform/mac/fast/wml/show-first-card-expected.checksum:
* platform/mac/fast/wml/show-first-card-expected.png:
* platform/mac/fast/wml/show-first-card-expected.txt:
* platform/mac/fast/wml/test-expected.checksum:
* platform/mac/fast/wml/test-expected.png:
* platform/mac/fast/wml/test-expected.txt:
2008-11-24 Glenn Wilson <gwilson@chromium.org>
Reviewed by Alexey Proskuryakov.
http://bugs.webkit.org/show_bug.cgi?id=15643
New test added to verify that LayoutTestController and other clients
can disable smart insert/delete and enable selection of trailing whitespace
as a workaround for smart insert/delete.
* editing/selection/doubleclick-whitespace-expected.txt: Added.
* editing/selection/doubleclick-whitespace.html: Added.
2008-11-24 Glenn Wilson <gwilson@chromium.org>
Reviewed by Darin Adler.
http://bugs.webkit.org/show_bug.cgi?id=18703
"Changing the 'size' property on a text input does not affect its length"
Added a new test to verify that the width of text input
fields can be modified by javascript using the "size" attribute.
* fast/js/text-field-resize-expected.txt: Added.
* fast/js/text-field-resize.html: Added.
2008-11-24 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22455
Add support for Worker.terminate()
* fast/workers/worker-terminate-expected.txt: Added.
* fast/workers/worker-terminate.html: Added.
2008-11-24 Zan Dobersek <zandobersek@gmail.com>
Reviewed by Holger Freyther.
Some tests in plugins/ directory now pass.
* platform/gtk/Skipped:
2008-11-24 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Mark Rowe.
https://bugs.webkit.org/show_bug.cgi?id=22428
xmlhttprequest-onProgress-open-should-zero-length.html fails intermittently
* http/tests/xmlhttprequest/resources/big-response.php: Reduce the size of big response
to make the test faster, but practically guarantee that the response will be delivered in
many chunks.
* http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt:
* http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html:
Made the test more reliable by comparing final response position with known resource size.
2008-11-24 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Mark Rowe.
https://bugs.webkit.org/show_bug.cgi?id=22439
Won't load stylesheets with filenames less than 2 characters long in xhtml.
* http/tests/misc/.htaccess:
* http/tests/misc/a: Added.
* http/tests/misc/single-character-pi-stylesheet-expected.txt: Added.
* http/tests/misc/single-character-pi-stylesheet.xhtml: Added.
2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Mark Rowe.
[Gtk+] We are passing all but one worker test. Enable them.
We fail on fast/workers/worker-location.html due some weird
issue with the bidi resolver "skipping" whitespace at the end
of the line.
* platform/gtk/Skipped:
2008-11-24 Gavin Barraclough <barraclough@apple.com>
Rubber stamped by Mark Rowe.
Add test cases to ensure the PIC trampolines for prototype and prototype chain
accesses properly check for JSImmediate values, rather than segfaulting.
https://bugs.webkit.org/show_bug.cgi?id=22451
* fast/js/pic/cached-prototype-then-immediate-expected.txt: Added.
* fast/js/pic/cached-prototype-then-immediate.html: Added.
2008-11-21 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Geoff Garen.
https://bugs.webkit.org/show_bug.cgi?id=22400
Add a stress test for concurrent JS execution
* fast/workers/resources/stress-js-execution.js: Added.
* fast/workers/stress-js-execution-expected.txt: Added.
* fast/workers/stress-js-execution.html: Added.
Tests that the basics don't cause a crash.
2008-11-21 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/5381788> Match NSTextView editing behavior at the end of hyperlink text
Removed tests for behaviors that we're no longer interested in:
* editing/deleting/delete-link-1.html: Removed.
* platform/mac/editing/deleting/delete-link-1-expected.checksum: Removed.
* platform/mac/editing/deleting/delete-link-1-expected.png: Removed.
* platform/mac/editing/deleting/delete-link-1-expected.txt: Removed.
* editing/execCommand/19653-4-expected.txt: Removed.
* editing/execCommand/19653-4.html: Removed.
Reflects new behavior (don't remember removed anchors):
* platform/mac/editing/deleting/5168598-expected.txt:
Reflects new behavior. Also made this test cross-platform:
* editing/inserting/insert-before-link-1-expected.txt: Added.
* editing/inserting/insert-before-link-1.html:
* platform/mac/editing/inserting/insert-before-link-1-expected.checksum: Removed.
* platform/mac/editing/inserting/insert-before-link-1-expected.png: Removed.
* platform/mac/editing/inserting/insert-before-link-1-expected.txt: Removed.
2008-11-21 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=22159
Add testcase for repaint issue with outlines on child objects,
and redo bases affected by this change.
* fast/repaint/outline-child-repaint.html: Added.
* platform/mac/fast/repaint/4776765-expected.checksum:
* platform/mac/fast/repaint/4776765-expected.png:
* platform/mac/fast/repaint/delete-into-nested-block-expected.checksum:
* platform/mac/fast/repaint/delete-into-nested-block-expected.png:
* platform/mac/fast/repaint/outline-child-repaint-expected.checksum: Added.
* platform/mac/fast/repaint/outline-child-repaint-expected.png: Added.
* platform/mac/fast/repaint/outline-child-repaint-expected.txt: Added.
* platform/mac/fast/repaint/outline-repaint-glitch-expected.checksum:
* platform/mac/fast/repaint/outline-repaint-glitch-expected.png:
2008-11-21 Cameron Zwarich <zwarich@apple.com>
Reviewed by Sam Weinig.
Add a test for <rdar://problem/4268912>, which was fixed in r13294 (!!).
* fast/js/resources/string-sort.js:
* fast/js/string-sort-expected.txt:
2008-11-21 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
WebKit should be using Device RGB colorspace everywhere for
consistency.
https://bugs.webkit.org/show_bug.cgi?id=22300
* platform/mac/fast/text/attributed-substring-from-range-001-expected.txt:
2008-11-21 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
Add missing reference images for tests added as part of
https://bugs.webkit.org/show_bug.cgi?id=21261
https://bugs.webkit.org/show_bug.cgi?id=22391
* platform/mac/animations/animation-drt-api-expected.checksum: Added.
* platform/mac/animations/animation-drt-api-expected.png: Added.
* platform/mac/transitions/transition-drt-api-expected.checksum: Added.
* platform/mac/transitions/transition-drt-api-expected.png: Added.
2008-11-20 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein
https://bugs.webkit.org/show_bug.cgi?id=19623
Test for correct repaint when an object gains
a layer with a transform that is smaller than the
old bounds of the object.
* fast/repaint/change-transform.html: Added.
* platform/mac/fast/repaint/change-transform-expected.checksum: Added.
* platform/mac/fast/repaint/change-transform-expected.png: Added.
* platform/mac/fast/repaint/change-transform-expected.txt: Added.
2008-11-20 Justin Garcia <justin.garcia@apple.com>
Reviewed by Darin Adler.
<rdar://problem/2610675> Blank line that is quoted can't be deleted
* editing/deleting/2610675-1-expected.txt: Added.
* editing/deleting/2610675-1.html: Added.
* editing/deleting/2610675-2-expected.txt: Added.
* editing/deleting/2610675-2.html: Added.
* editing/deleting/2610675-3-expected.txt: Added.
* editing/deleting/2610675-3.html: Added.
2008-11-20 Dean Jackson <dino@apple.com>
Reviewed by Antti Koivisto
https://bugs.webkit.org/show_bug.cgi?id=21247
Make transition shorthand property accept transition-delay.
* transitions/transition-shorthand-delay-expected.txt: Added.
* transitions/transition-shorthand-delay.html: Added.
2008-11-20 Dean Jackson <dino@apple.com>
Reviewed by Antti Koivisto
https://bugs.webkit.org/show_bug.cgi?id=22368
Make sure pauseTransition API takes transition delay into account.
* transitions/transition-drt-api-delay-expected.txt: Added.
* transitions/transition-drt-api-delay.html: Added.
2008-11-20 Cameron Zwarich <zwarich@apple.com>
Reviewed by Sam Weinig.
Add some tests for issues found while developing reparsing of function
bodies. Also modify existing tests to be more robust in the face of
possible changes to parsing.
* 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-11-20 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=20368
Tests for computed values of animation properties, and
change to computed value of transform-origin. Updated tests
that dump all computed values, to include animation and changed
transform-origin properties.
* animations/computed-style-expected.txt: Added.
* animations/computed-style.html: Added.
* fast/css/computed-style-expected.txt:
* fast/css/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
* transforms/computed-style-origin-expected.txt: Added.
* transforms/computed-style-origin.html: Added.
2008-11-20 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22371
Add a test for accessing form element items by index.
* fast/dom/HTMLFormElement/htmlformelement-indexed-getter-expected.txt: Added.
* fast/dom/HTMLFormElement/htmlformelement-indexed-getter.html: Added.
2008-11-20 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?22370
Add a test to check detectability of HTMLCollections.
* fast/dom/htmlcollection-detectability-expected.txt: Added.
* fast/dom/htmlcollection-detectability.html: Added.
2008-11-20 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22369
Add test cases covering more basic operations.
* fast/js/function-dot-arguments-expected.txt:
* fast/js/resources/function-dot-arguments.js:
(basicTest): Added
(lengthTest): Added
2008-11-20 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22363
Add a test for DOM1 and DOM2 versions of add() on a select control.
* fast/dom/dom-add-optionelement-expected.txt: Added.
* fast/dom/dom-add-optionelement.html: Added.
2008-11-20 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22359
Add test for document.write() with multiple parameters.
* fast/dom/document_write_params-expected.txt: Added.
* fast/dom/document_write_params.html: Added.
2008-11-20 Pamela Greene <pam@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22387
Add a test for HTMLOptionsCollection indexed getter and setter.
* fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt: Added.
* fast/dom/HTMLOptionElement/collection-setter-getter.html: Added.
2008-11-20 Justin Garcia <justin.garcia@apple.com>
Reviewed by Beth Dakin.
<rdar://problem/2610675> Blank line that is quoted can't be deleted
The old selection modification code for caret case deletions set the selection
about to be deleted on the frame, instead of just setting the endingSelection.
* platform/mac/editing/deleting/delete-by-word-001-expected.txt:
* platform/mac/editing/deleting/delete-by-word-002-expected.txt:
* platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
* platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
2008-11-20 Darin Adler <darin@apple.com>
- update test result for <rdar://problem/4108572> REGRESSION: Can't extend
selection with shift-arrow in read only mode
* editing/selection/selection-actions.html: Removed the actions that are
supposed to modify selections now.
2008-11-20 Cameron Zwarich <zwarich@apple.com>
Reviewed by Geoff Garen.
Add tests for bug 22148: nytime.com page crashes browser during load
<https://bugs.webkit.org/show_bug.cgi?id=22148>
This bug was unknowingly fixed in r38322 by a rewrite of the recursion
limit code.
* fast/js/deep-recursion-test-expected.txt:
* fast/js/deep-recursion-test.html:
2008-11-19 Simon Fraser <simon.fraser@apple.com>
Reviewed by Adele Peterson.
https://bugs.webkit.org/show_bug.cgi?id=22190
Test for the drawing and event handling of search field parts in a transformed
search field.
* fast/forms/search-transformed.html: Added.
* platform/mac/fast/forms/search-transformed-expected.checksum: Added.
* platform/mac/fast/forms/search-transformed-expected.png: Added.
* platform/mac/fast/forms/search-transformed-expected.txt: Added.
2008-11-19 Simon Fraser <simon.fraser@apple.com>
Reviewed by Antti Koivisto
https://bugs.webkit.org/show_bug.cgi?id=22111
Testcase for hit testing in video controls on transformed video.
* media/video-controls-transformed-expected.txt: Added.
* media/video-controls-transformed.html: Added.
2008-11-19 Anders Carlsson <andersca@apple.com>
Reviewed by Dan Bernstein.
Add NPP_SetWindow test.
* plugins/netscape-plugin-setwindow-size-2-expected.txt: Added.
* plugins/netscape-plugin-setwindow-size-2.html: Copied from plugins/netscape-plugin-setwindow-size.html.
2008-11-19 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
Test for https://bugs.webkit.org/show_bug.cgi?id=22361
A little more RegExp refactoring
* fast/js/regexp-test-null-string.html: Added.
* fast/js/regexp-test-null-expected.txt: Added.
2008-11-19 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22355
Systematize code for replacing global constructors
* fast/workers/worker-replace-global-constructor-expected.txt: Added.
* fast/workers/worker-replace-global-constructor.html: Added.
2008-11-18 Cameron Zwarich <zwarich@apple.com>
Reviewed by Maciej Stachowiak and Geoff Garen.
Add tests for bug 22287: ASSERTION FAILED: Not enough jumps linked in slow case codegen in CTI::privateCompileSlowCases())
<https://bugs.webkit.org/show_bug.cgi?id=22287>
* fast/js/number-cell-reuse-expected.txt: Added.
* fast/js/number-cell-reuse.html: Added.
* fast/js/resources/number-cell-reuse.js: Added.
2008-11-18 Holger Hans Peter Freyther <zecke@selfish.org>
Rubber-stamped by Mark Rowe.
Skip some more tests to make the Gtk+ build bot pass. We will
have to investigate why some tests only fail on the build bot.
* platform/gtk/Skipped:
2008-11-18 Sam Weinig <sam@webkit.org>
Fix incorrect result.
* fast/dom/Window/window-properties-expected.txt:
2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Not reviewed. Checked in wrong result in last commit.
* platform/mac/fast/wml/entity-expected.txt:
2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by Sam Weinig.
Add results for all WML tests, including pixel results.
* fast/wml/p-mode.wml:
* fast/wml/validate-dtd.wml:
* platform/mac/fast/wml: Added.
* platform/mac/fast/wml/br-element-in-table-expected.checksum: Added.
* platform/mac/fast/wml/br-element-in-table-expected.png: Added.
* platform/mac/fast/wml/br-element-in-table-expected.txt: Added.
* platform/mac/fast/wml/br-element-in-text-expected.checksum: Added.
* platform/mac/fast/wml/br-element-in-text-expected.png: Added.
* platform/mac/fast/wml/br-element-in-text-expected.txt: Added.
* platform/mac/fast/wml/card-element-expected.checksum: Added.
* platform/mac/fast/wml/card-element-expected.png: Added.
* platform/mac/fast/wml/card-element-expected.txt: Added.
* platform/mac/fast/wml/case-sensitivity-expected.checksum: Added.
* platform/mac/fast/wml/case-sensitivity-expected.png: Added.
* platform/mac/fast/wml/case-sensitivity-expected.txt: Added.
* platform/mac/fast/wml/cdata-section-expected.checksum: Added.
* platform/mac/fast/wml/cdata-section-expected.png: Added.
* platform/mac/fast/wml/cdata-section-expected.txt: Added.
* platform/mac/fast/wml/comment-expected.checksum: Added.
* platform/mac/fast/wml/comment-expected.png: Added.
* platform/mac/fast/wml/comment-expected.txt: Added.
* platform/mac/fast/wml/do-element-optional-attr-expected.checksum: Added.
* platform/mac/fast/wml/do-element-optional-attr-expected.png: Added.
* platform/mac/fast/wml/do-element-optional-attr-expected.txt: Added.
* platform/mac/fast/wml/do-shadow-expected.checksum: Added.
* platform/mac/fast/wml/do-shadow-expected.png: Added.
* platform/mac/fast/wml/do-shadow-expected.txt: Added.
* platform/mac/fast/wml/do-template-expected.checksum: Added.
* platform/mac/fast/wml/do-template-expected.png: Added.
* platform/mac/fast/wml/do-template-expected.txt: Added.
* platform/mac/fast/wml/entity-expected.checksum: Added.
* platform/mac/fast/wml/entity-expected.png: Added.
* platform/mac/fast/wml/entity-expected.txt: Added.
* platform/mac/fast/wml/err-event-binding-conflict-expected.checksum: Added.
* platform/mac/fast/wml/err-event-binding-conflict-expected.png: Added.
* platform/mac/fast/wml/err-event-binding-conflict-expected.txt: Added.
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum: Added.
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.png: Added.
* platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt: Added.
* platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.checksum: Added.
* platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.png: Added.
* platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.txt: Added.
* platform/mac/fast/wml/err-invalid-variable-name-expected.checksum: Added.
* platform/mac/fast/wml/err-invalid-variable-name-expected.png: Added.
* platform/mac/fast/wml/err-invalid-variable-name-expected.txt: Added.
* platform/mac/fast/wml/err-multi-access-expected.checksum: Added.
* platform/mac/fast/wml/err-multi-access-expected.png: Added.
* platform/mac/fast/wml/err-multi-access-expected.txt: Added.
* platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.checksum: Added.
* platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.png: Added.
* platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.txt: Added.
* platform/mac/fast/wml/err-multi-name-in-meta-expected.checksum: Added.
* platform/mac/fast/wml/err-multi-name-in-meta-expected.png: Added.
* platform/mac/fast/wml/err-multi-name-in-meta-expected.txt: Added.
* platform/mac/fast/wml/err-multi-timer-expected.checksum: Added.
* platform/mac/fast/wml/err-multi-timer-expected.png: Added.
* platform/mac/fast/wml/err-multi-timer-expected.txt: Added.
* platform/mac/fast/wml/err-samename-do-expected.checksum: Added.
* platform/mac/fast/wml/err-samename-do-expected.png: Added.
* platform/mac/fast/wml/err-samename-do-expected.txt: Added.
* platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum: Added.
* platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png: Added.
* platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt: Added.
* platform/mac/fast/wml/img-localsrc-expected.checksum: Added.
* platform/mac/fast/wml/img-localsrc-expected.png: Added.
* platform/mac/fast/wml/img-localsrc-expected.txt: Added.
* platform/mac/fast/wml/img-src-expected.checksum: Added.
* platform/mac/fast/wml/img-src-expected.png: Added.
* platform/mac/fast/wml/img-src-expected.txt: Added.
* platform/mac/fast/wml/img-src-localsrc-alt-expected.checksum: Added.
* platform/mac/fast/wml/img-src-localsrc-alt-expected.png: Added.
* platform/mac/fast/wml/img-src-localsrc-alt-expected.txt: Added.
* platform/mac/fast/wml/p-align-expected.checksum: Added.
* platform/mac/fast/wml/p-align-expected.png: Added.
* platform/mac/fast/wml/p-align-expected.txt: Added.
* platform/mac/fast/wml/p-mode-expected.checksum: Added.
* platform/mac/fast/wml/p-mode-expected.png: Added.
* platform/mac/fast/wml/p-mode-expected.txt: Added.
* platform/mac/fast/wml/show-first-card-expected.checksum: Added.
* platform/mac/fast/wml/show-first-card-expected.png: Added.
* platform/mac/fast/wml/show-first-card-expected.txt: Added.
* platform/mac/fast/wml/table-element-expected.checksum: Added.
* platform/mac/fast/wml/table-element-expected.png: Added.
* platform/mac/fast/wml/table-element-expected.txt: Added.
* platform/mac/fast/wml/test-expected.checksum: Added.
* platform/mac/fast/wml/test-expected.png: Added.
* platform/mac/fast/wml/test-expected.txt: Added.
* platform/mac/fast/wml/text-emphasis-expected.checksum: Added.
* platform/mac/fast/wml/text-emphasis-expected.png: Added.
* platform/mac/fast/wml/text-emphasis-expected.txt: Added.
* platform/mac/fast/wml/validate-dtd-expected.checksum: Added.
* platform/mac/fast/wml/validate-dtd-expected.png: Added.
* platform/mac/fast/wml/validate-dtd-expected.txt: Added.
2008-11-18 Geoffrey Garen <ggaren@apple.com>
Reviewed by Alexey Proskuryakov.
Updated layout test result for addition of window.Worker.
* fast/js/global-constructors-expected.txt:
2008-11-18 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22337
Enable workers by default
Adding some tests.
* fast/workers: Added.
* fast/workers/resources: Added.
* fast/workers/resources/worker-common.js: Added.
* fast/workers/resources/worker-event-listener.js: Added.
* fast/workers/worker-constructor-expected.txt: Added.
* fast/workers/worker-constructor.html: Added.
* fast/workers/worker-event-listener-expected.txt: Added.
* fast/workers/worker-event-listener.html: Added.
* fast/workers/worker-gc-expected.txt: Added.
* fast/workers/worker-gc.html: Added.
* fast/workers/worker-location-expected.txt: Added.
* fast/workers/worker-location.html: Added.
2008-11-18 Darin Adler <darin@apple.com>
Reviewed by Alexey Proskuryakov.
- add a test for XMLHttpRequest Set-Cookie blocking
* http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt:
Updated since we now log attempts to get headers that are not allowed cross-domain to the console.
* http/tests/xmlhttprequest/get-dangerous-headers-expected.txt: Added.
* http/tests/xmlhttprequest/get-dangerous-headers.html: Added.
* http/tests/xmlhttprequest/resources/get-set-cookie.cgi: Tweak script a bit.
2008-11-18 Alexey Proskuryakov <ap@webkit.org>
Rubber-stamped by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22306
Disable channel messaging support
* fast/events/message-port-no-wrapper.html-disabled: Added a test that I had in my tree.
* fast/dom/Window/window-properties-expected.txt:
* fast/dom/constructors-cached-expected.txt:
* fast/dom/constructors-cached-navigate-expected.txt:
* fast/js/global-constructors-expected.txt:
Updated results.
* fast/events/destroyed-atomic-string.html: Removed.
* fast/events/destroyed-atomic-string.html-disabled: Copied from LayoutTests/fast/events/destroyed-atomic-string.html.
* fast/events/message-channel-gc-2.html: Removed.
* fast/events/message-channel-gc-2.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-2.html.
* fast/events/message-channel-gc-3.html: Removed.
* fast/events/message-channel-gc-3.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-3.html.
* fast/events/message-channel-gc.html: Removed.
* fast/events/message-channel-gc.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc.html.
* fast/events/message-channel-listener-circular-ownership.html: Removed.
* fast/events/message-channel-listener-circular-ownership.html-disabled: Copied from LayoutTests/fast/events/message-channel-listener-circular-ownership.html.
* fast/events/message-port-constructor-for-deleted-document.html: Removed.
* fast/events/message-port-constructor-for-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-constructor-for-deleted-document.html.
* fast/events/message-port-deleted-document.html: Removed.
* fast/events/message-port-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-document.html.
* fast/events/message-port-deleted-frame.html: Removed.
* fast/events/message-port-deleted-frame.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-frame.html.
* fast/events/message-port-inactive-document.html: Removed.
* fast/events/message-port-inactive-document.html-disabled: Copied from LayoutTests/fast/events/message-port-inactive-document.html.
* fast/events/message-port-onclose.html: Removed.
* fast/events/message-port-onclose.html-disabled: Copied from LayoutTests/fast/events/message-port-onclose.html.
* fast/events/message-port.html: Removed.
* fast/events/message-port.html-disabled: Copied from LayoutTests/fast/events/message-port.html.
* http/tests/security/MessagePort/event-listener-context.html: Removed.
* http/tests/security/MessagePort/event-listener-context.html-disabled: Copied from LayoutTests/http/tests/security/MessagePort/event-listener-context.html.
Disabled MessagePort tests.
2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by George Staikos.
Add initial set of WML layout tests, excluding results. These tests
will become useful once the whole WML support patch has landed.
* fast/wml: Added.
* fast/wml/br-element-in-table.wml: Added.
* fast/wml/br-element-in-text.wml: Added.
* fast/wml/card-element.wml: Added.
* fast/wml/case-sensitivity.wml: Added.
* fast/wml/cdata-section.wml: Added.
* fast/wml/comment.wml: Added.
* fast/wml/do-element-optional-attr.wml: Added.
* fast/wml/do-shadow.wml: Added.
* fast/wml/do-template.wml: Added.
* fast/wml/entity.wml: Added.
* fast/wml/err-event-binding-conflict.wml: Added.
* fast/wml/err-invalid-location-for-varref.wml: Added.
* fast/wml/err-invalid-tablecolumn-number.wml: Added.
* fast/wml/err-invalid-variable-name.wml: Added.
* fast/wml/err-multi-access.wml: Added.
* fast/wml/err-multi-http-equiv-in-meta.wml: Added.
* fast/wml/err-multi-name-in-meta.wml: Added.
* fast/wml/err-multi-timer.wml: Added.
* fast/wml/err-samename-do.wml: Added.
* fast/wml/err-unallowed-task-in-anchor.wml: Added.
* fast/wml/img-localsrc.wml: Added.
* fast/wml/img-src-localsrc-alt.wml: Added.
* fast/wml/img-src.wml: Added.
* fast/wml/p-align.wml: Added.
* fast/wml/p-mode.wml: Added.
* fast/wml/show-first-card.wml: Added.
* fast/wml/table-element.wml: Added.
* fast/wml/test.wml: Added.
* fast/wml/text-emphasis.wml: Added.
* fast/wml/validate-dtd.wml: Added.
2008-11-17 Dan Bernstein <mitz@apple.com>
Reviewed by Mark Rowe.
- https://bugs.webkit.org/show_bug.cgi?id=22320 SVG svg/text/text-text-08-b.svg fails
Updated the expected results to the correct ones.
* platform/mac/svg/text/text-text-08-b-expected.checksum:
* platform/mac/svg/text/text-text-08-b-expected.png:
2008-11-17 Justin Garcia <justin.garcia@apple.com>
Reviewed by Beth Dakin.
<rdar://problem/4922709> Copying less than a paragraph of quoted text and pasting it doesn't retain quote level
* editing/pasteboard/4922709-expected.txt: Added.
* editing/pasteboard/4922709.html: Added.
* editing/pasteboard/5006779.html:
2008-11-17 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Sam Weinig.
Added tests to cover the new LayoutController JavaScript API available
in DRT (Mac only).
https://bugs.webkit.org/show_bug.cgi?id=21261
* animations/animation-drt-api.html: Added.
* platform/mac/animations/animation-drt-api-expected.txt: Added.
* platform/mac/transitions/transition-drt-api-expected.txt: Added.
* platform/win/Skipped:
* transitions/transition-drt-api.html: Added.
2008-11-16 Geoffrey Garen <ggaren@apple.com>
Not reviewed.
Changed "window." to "this." to unbreak these test I just broke in
non-browser builds.
* fast/js/resources/duplicate-param-gc-crash.js:
(gc):
* fast/js/resources/var-shadows-arg-gc-crash.js:
(gc):
2008-11-16 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Sped up two of the slowest JS layout tests by replacing some hand-rolled
"force GC" code with something orders of magnitude faster.
* fast/js/resources/duplicate-param-gc-crash.js:
(gc):
* fast/js/resources/var-shadows-arg-gc-crash.js:
(gc):
2008-11-16 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Removed ascii-regexp-subject.html because it was the slowest JS test (20s
on my iMac) and it didn't actually verify anything.
Filed https://bugs.webkit.org/show_bug.cgi?id=22303 to cover fixing
the bug that ascii-regexp-subject.html purported to test for, and
then relanding a faster version of ascii-regexp-subject.html once it
would pass (currently, it would fail).
* fast/js/ascii-regexp-subject-expected.txt: Removed.
* fast/js/ascii-regexp-subject.html: Removed.
* fast/js/resources/ascii-regexp-subject.js: Removed.
2008-11-16 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein
https://bugs.webkit.org/show_bug.cgi?id=22118
Test for resize corner tracking in transformed elements.
* fast/css/resize-corner-tracking-transformed.html: Added.
* platform/mac/fast/css/resize-corner-tracking-transformed-expected.checksum: Added.
* platform/mac/fast/css/resize-corner-tracking-transformed-expected.png: Added.
* platform/mac/fast/css/resize-corner-tracking-transformed-expected.txt: Added.
2008-11-16 Sam Weinig <sam@webkit.org>
Reviewed by Darin Adler.
Disable XHR upload progress event tests on Tiger due to race condition causing
intermittent failure reported in https://bugs.webkit.org/show_bug.cgi?id=22298
* platform/mac-tiger/Skipped:
2008-11-14 Beth Dakin <bdakin@apple.com>
Reviewed by Justin Garcia.
Tests for <rdar://problem/5089327> Too much indentation when
pasting quoted paragraphs
New test:
* editing/pasteboard/paste-blockquote-into-blockquote-4.html:
Added.
* platform/mac/editing/pasteboard/paste-blockquote-into-
blockquote-4-expected.checksum: Added.
* platform/mac/editing/pasteboard/paste-blockquote-into-
blockquote-4-expected.png: Added.
* platform/mac/editing/pasteboard/paste-blockquote-into-
blockquote-4-expected.txt: Added.
Changes results for existing tests:
* platform/mac/editing/pasteboard/merge-end-blockquote-
expected.checksum:
* platform/mac/editing/pasteboard/merge-end-blockquote-
expected.png:
* platform/mac/editing/pasteboard/merge-end-blockquote-
expected.txt:
* platform/mac/editing/pasteboard/paste-blockquote-into-
blockquote-2-expected.txt:
* platform/mac/editing/pasteboard/paste-blockquote-into-
blockquote-3-expected.txt:
* platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
expected.txt:
2008-11-14 Justin Garcia <justin.garcia@apple.com>
Reviewed by Beth Dakin.
<rdar://problem/4230923> "Make Plain Text" doesn't reset text alignment in single paragraph messages
* editing/style/4230923-expected.txt: Added.
* editing/style/4230923.html: Added.
2008-11-12 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22200
Crash when close event is dispatched to MessagePort due to document destruction
* fast/events/message-port-onclose-expected.txt: Added.
* fast/events/message-port-onclose.html: Added.
* fast/events/resources/message-port-iframe.html:
Added more tests for close event dispatch.
2008-11-12 Dirk Schulze <vbs85@gmx.de>
Reviewed by Darin Adler.
Check behavior of canvas.stroke() on transparent fillStyle()
* fast/canvas/canvas-stroke-empty-fill-expected.txt: Added.
* fast/canvas/canvas-stroke-empty-fill.html: Added.
* fast/canvas/canvas-stroke-empty-fill.js: Added.
2008-11-12 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
Updated reference images so that all pixel tests now "pass" on 10.4.11 PowerPC + r38347.
https://bugs.webkit.org/show_bug.cgi?id=21821
Checked-in specific reference images for pixel tests that are valid on Tiger but fail
because difference with reference image due to text rendering is greater than 1.0%
* platform/mac-tiger/svg/carto.net: Added.
* platform/mac-tiger/svg/carto.net/selectionlist-expected.checksum: Added.
* platform/mac-tiger/svg/carto.net/selectionlist-expected.png: Added.
* platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
* platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
* platform/mac-tiger/svg/text/text-align-01-b-expected.checksum: Added.
* platform/mac-tiger/svg/text/text-align-01-b-expected.png: Added.
* platform/mac-tiger/svg/text/text-align-02-b-expected.checksum: Added.
* platform/mac-tiger/svg/text/text-align-02-b-expected.png: Added.
* platform/mac-tiger/svg/text/text-align-04-b-expected.checksum: Added.
* platform/mac-tiger/svg/text/text-align-04-b-expected.png: Added.
* platform/mac-tiger/svg/text/text-fonts-01-t-expected.checksum: Added.
* platform/mac-tiger/svg/text/text-fonts-01-t-expected.png: Added.
* platform/mac-tiger/svg/text/text-text-03-b-expected.checksum: Added.
* platform/mac-tiger/svg/text/text-text-03-b-expected.png: Added.
* platform/mac-tiger/svg/text/text-tselect-01-b-expected.checksum: Added.
* platform/mac-tiger/svg/text/text-tselect-01-b-expected.png: Added.
* platform/mac-tiger/svg/text/text-tspan-01-b-expected.checksum: Added.
* platform/mac-tiger/svg/text/text-tspan-01-b-expected.png: Added.
* platform/mac-tiger/svg/text/text-ws-01-t-expected.checksum: Added.
* platform/mac-tiger/svg/text/text-ws-01-t-expected.png: Added.
* platform/mac-tiger/svg/text/text-ws-02-t-expected.checksum: Added.
* platform/mac-tiger/svg/text/text-ws-02-t-expected.png: Added.
* platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Added.
* platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
* platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Added.
* platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
svg/batik/paints/gradientLimit.svg is rendering different on Tiger and Leopard
https://bugs.webkit.org/show_bug.cgi?id=22219
* platform/mac-tiger/svg/batik: Added.
* platform/mac-tiger/svg/batik/paints: Added.
* platform/mac-tiger/svg/batik/paints/gradientLimit-expected.checksum: Added.
* platform/mac-tiger/svg/batik/paints/gradientLimit-expected.png: Added.
svg/custom/mask-excessive-malloc.svg is failing on Tiger
https://bugs.webkit.org/show_bug.cgi?id=22218
* platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.checksum: Added.
* platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.png: Added.
svg/W3C-SVG-1.1/pservers-grad-17-b.svg is failing on Leopard
https://bugs.webkit.org/show_bug.cgi?id=22220
* platform/mac-leopard/svg: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Added.
* platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
* platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
svg/custom/foreign-object-skew.svg is failing on Leopard
https://bugs.webkit.org/show_bug.cgi?id=22221
* platform/mac-leopard/svg/custom: Added.
* platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum: Added.
* platform/mac-leopard/svg/custom/foreign-object-skew-expected.png: Added.
* platform/mac/svg/custom/foreign-object-skew-expected.checksum:
* platform/mac/svg/custom/foreign-object-skew-expected.png:
2008-11-12 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein
https://bugs.webkit.org/show_bug.cgi?id=22212
Repaint test for a transform change on an element with a positioned child.
* fast/repaint/transform-absolute-child.html: Added.
* platform/mac/fast/repaint/transform-absolute-child-expected.checksum: Added.
* platform/mac/fast/repaint/transform-absolute-child-expected.png: Added.
* platform/mac/fast/repaint/transform-absolute-child-expected.txt: Added.
2008-11-12 Geoffrey Garen <ggaren@apple.com>
Roll in r38322, now that test failures have been fixed.
* fast/js/global-recursion-on-full-stack-expected.txt:
2008-11-12 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
Skip fast/repaint/body-background-image.html test as it is not reliable.
https://bugs.webkit.org/show_bug.cgi?id=21913
* platform/mac/Skipped:
2008-11-12 Dan Bernstein <mitz@apple.com>
- remove an empty directory
* platform/mac-leopard/http: Removed.
* platform/mac-leopard/http/tests: Removed.
* platform/mac-leopard/http/tests/security: Removed.
* platform/mac-leopard/http/tests/security/dataURL: Removed.
2008-11-12 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dave Hyatt
https://bugs.webkit.org/show_bug.cgi?id=17840
Tests for repainting when the transform of a positioned element changes.
* fast/repaint/transform-absolute-in-positioned-container.html: Added.
* fast/repaint/transform-relative-position.html: Added.
* platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.checksum: Added.
* platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added.
* platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
* platform/mac/fast/repaint/transform-relative-position-expected.checksum: Added.
* platform/mac/fast/repaint/transform-relative-position-expected.png: Added.
* platform/mac/fast/repaint/transform-relative-position-expected.txt: Added.
2008-11-12 Justin Garcia <justin.garcia@apple.com>
Reviewed by Beth Dakin.
<rdar://problem/5495723> Selecting and deleting quoted text quotes other text
<rdar://problem/4775313> Deleting lines from the bottom of a messages leaves the last blank line quoted
* editing/deleting/5495723-expected.txt: Added.
* editing/deleting/5495723.html: Added.
* platform/mac/editing/deleting/delete-4038408-fix-expected.txt: Change demonstrates that we
now behave correctly when pressing delete when the caret is just after empty quoted paragraphs.
2008-11-12 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Dan Bernstein.
Updated reference images so that all pixel tests now "pass" on 10.5.5 Intel + r38318.
https://bugs.webkit.org/show_bug.cgi?id=21821
Test doesn't repaint entire view so result is corrupted by previous test
https://bugs.webkit.org/show_bug.cgi?id=21916
* platform/mac/Skipped:
Test is passing but original reference image was invalid.
* platform/mac/fast/backgrounds/size/backgroundSize05-expected.checksum:
* platform/mac/fast/backgrounds/size/backgroundSize05-expected.png:
Invalid image tiling
https://bugs.webkit.org/show_bug.cgi?id=21915
* platform/mac/fast/backgrounds/size/backgroundSize19-expected.checksum:
* platform/mac/fast/backgrounds/size/backgroundSize19-expected.png:
SVG not rendering
https://bugs.webkit.org/show_bug.cgi?id=21910
* platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-1-expected.png:
* platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-2-expected.png:
* platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-3-expected.png:
* platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
* platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-5-expected.png:
* platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-background-6-expected.png:
* platform/mac/fast/backgrounds/svg-as-mask-expected.checksum:
* platform/mac/fast/backgrounds/svg-as-mask-expected.png:
* platform/mac/fast/borders/svg-as-border-image-2-expected.checksum:
* platform/mac/fast/borders/svg-as-border-image-2-expected.png:
* platform/mac/fast/borders/svg-as-border-image-expected.checksum:
* platform/mac/fast/borders/svg-as-border-image-expected.png:
* platform/mac/fast/images/svg-as-background-expected.checksum:
* platform/mac/fast/images/svg-as-background-expected.png:
* platform/mac/fast/images/svg-as-image-expected.checksum:
* platform/mac/fast/images/svg-as-image-expected.png:
* platform/mac/fast/images/svg-as-relative-image-expected.checksum:
* platform/mac/fast/images/svg-as-relative-image-expected.png:
* platform/mac/fast/images/svg-as-tiled-background-expected.checksum:
* platform/mac/fast/images/svg-as-tiled-background-expected.png:
Possible Flash failure
https://bugs.webkit.org/show_bug.cgi?id=21912
* platform/mac/fast/dynamic/flash-replacement-test-expected.checksum:
* platform/mac/fast/dynamic/flash-replacement-test-expected.png:
Repaint failure
https://bugs.webkit.org/show_bug.cgi?id=21913
* platform/mac/fast/repaint/body-background-image-expected.checksum:
* platform/mac/fast/repaint/body-background-image-expected.png:
Excessive repainting
https://bugs.webkit.org/show_bug.cgi?id=21914
* platform/mac/fast/repaint/float-overflow-expected.checksum:
* platform/mac/fast/repaint/float-overflow-expected.png:
* platform/mac/fast/repaint/float-overflow-right-expected.checksum:
* platform/mac/fast/repaint/float-overflow-right-expected.png:
No video images
https://bugs.webkit.org/show_bug.cgi?id=21911
* platform/mac/media/video-aspect-ratio-expected.checksum:
* platform/mac/media/video-aspect-ratio-expected.png:
* platform/mac/media/video-controls-rendering-expected.checksum:
* platform/mac/media/video-controls-rendering-expected.png:
* platform/mac/media/video-display-toggle-expected.checksum:
* platform/mac/media/video-display-toggle-expected.png:
* platform/mac/media/video-layer-crash-expected.checksum:
* platform/mac/media/video-layer-crash-expected.png:
* platform/mac/media/video-transformed-expected.checksum:
* platform/mac/media/video-transformed-expected.png:
2008-11-12 Gavin Barraclough <barraclough@apple.com>
Reviewed by Cameron Zwarich.
Test for https://bugs.webkit.org/show_bug.cgi?id=22201
* fast/js/pic/cached-array-length-access-expected.txt: Added.
* fast/js/pic/cached-array-length-access.html: Added.
2008-11-12 Cameron Zwarich <zwarich@apple.com>
Rubber-stamped by Mark Rowe.
Roll out r38322 due to test failures on the bots.
* fast/js/global-recursion-on-full-stack-expected.txt:
2008-11-11 Stephanie <slewis@apple.com>
Reviewed by Dan Bernstein.
Test loading an image with no data.
* fast/images/image-empty-data-expected.txt: Added.
* fast/images/image-empty-data.html: Added.
2008-11-10 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
Updated a test after fixing https://bugs.webkit.org/show_bug.cgi?id=22174
Simplified op_call by nixing its responsibility for moving the value of
"this" into the first argument slot.
* fast/js/global-recursion-on-full-stack-expected.txt: This test passes
a little differently now, because the register layout has changed.
Specifically, the stack overflow now happens in the call to f() instead
of the initiation of the <script> tag, so it is caught, and it does not
log an exception to the console.
2008-11-11 Pierre-Olivier Latour <pol@apple.com>
Reviewed by Mark Rowe.
Removed invalid bases incorrectly checked-in in r38305.
https://bugs.webkit.org/show_bug.cgi?id=22185
* platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.checksum: Removed.
* platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.png: Removed.
* platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
* platform/mac-tiger/fast/text/international/hindi-spacing-expected.checksum: Removed.
* platform/mac-tiger/fast/text/international/hindi-spacing-expected.png: Removed.
* platform/mac-tiger/fast/text/international/hindi-spacing-expected.txt: Removed.
2008-11-11 Beth Dakin <bdakin@apple.com>
Reviewed by Darin Adler.
Tests for <rdar://problem/5089327> Too much indentation when
pasting quoted paragraphs
This is a new test:
* editing/pasteboard/paste-blockquote-into-blockquote-3.html:
Added.
* platform/mac/editing/pasteboard/paste-blockquote-into-
blockquote-3-expected.checksum: Added.
* platform/mac/editing/pasteboard/paste-blockquote-into-
blockquote-3-expected.png: Added.
* platform/mac/editing/pasteboard/paste-blockquote-into-
blockquote-3-expected.txt: Added.
The results for these tests previously reflected the behavior
implemented in revision 38273. We have since decided that that
behavior is wrong and we changed it with this patch.
* platform/mac/editing/pasteboard/merge-end-blockquote-
expected.checksum:
* platform/mac/editing/pasteboard/merge-end-blockquote-
expected.png:
* platform/mac/editing/pasteboard/merge-end-blockquote-
expected.txt:
* platform/mac/editing/pasteboard/paste-blockquote-into-
blockquote-2-expected.txt:
* platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
expected.txt:
2008-11-11 Dirk Schulze <krit@webkit.org>
Reviewed by Dave Hyatt.
Pattern transform check was too strict for Cg. Scaling can cause a wrong
color on the borders of the scaled object.
Correct expected result of the tests.
* fast/canvas/canvas-pattern-transform-expected.txt:
* fast/canvas/canvas-pattern-transform.html:
* fast/canvas/canvas-pattern-transform.js:
* fast/canvas/canvas-radial-gradient-spreadMethod-expected.txt:
2008-11-11 Pierre-Olivier Latour <pol@apple.com>
Rubber-stamped by Dan Bernstein.
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.
Also updated results in platform/mac-tiger that were out of date.
Made sure every test that has a specific mac-tiger render tree output also has matching images.
(file listing elided)
2008-11-11 Dirk Schulze <vbs85@gmx.de>
Reviewed by Darin Adler.
Check behavior of default spreadMethod on radial gradients.
* fast/canvas/canvas-radial-gradient-spreadMethod-expected.txt: Added.
* fast/canvas/canvas-radial-gradient-spreadMethod.html: Added.
* fast/canvas/canvas-radial-gradient-spreadMethod.js: Added.
2008-11-11 Dirk Schulze <vbs85@gmx.de>
Reviewed by Oliver Hunter.
Added test to check behavior on transformations of patterns in canvas.
* fast/canvas/canvas-pattern-transform-expected.txt: Added.
* fast/canvas/canvas-pattern-transform.html: Added.
* fast/canvas/canvas-pattern-transform.js: Added.
2008-11-11 Pierre-Olivier Latour <pol@apple.com>
Rubber-stamped by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=21821
Remaining set of updated expected pixel results. This includes http/,
media/, plugins/, scrollbars/, tables/, transforms/, transitions/ and
webarchive/.
(file listing elided)
2008-11-10 Adam Roben <aroben@apple.com>
Test for Bug 22161: Assertion failure in RenderThemeWin::systemColor
when loading microsoftpdc.com
<https://bugs.webkit.org/show_bug.cgi?id=22161>
Note that this test would only fail if DumpRenderTree used
RenderThemeWin, which it doesn't. I did test that locally, though.
Reviewed by Dan Bernstein.
* fast/css/outline-invert-assertion-expected.txt: Added.
* fast/css/outline-invert-assertion.html: Added.
2008-11-10 Beth Dakin <bdakin@apple.com>
Rubber stamped by Justin Garcia.
New tests for <rdar://problem/4037481> REGRESSION (Mail): pasting
quoted text into quoted text yields double-quoting
* editing/pasteboard/paste-blockquote-into-blockquote-2.html:
Added.
* editing/pasteboard/paste-blockquote-into-blockquote.html: Added.
* platform/mac/editing/pasteboard/paste-blockquote-into-
blockquote-2-expected.checksum: Added.
* platform/mac/editing/pasteboard/paste-blockquote-into-
blockquote-2-expected.png: Added.
* platform/mac/editing/pasteboard/paste-blockquote-into-
blockquote-2-expected.txt: Added.
* platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
expected.checksum: Added.
* platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
expected.png: Added.
* platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
expected.txt: Added.
Test with new results because of this patch:
* platform/mac/editing/pasteboard/merge-end-blockquote-
expected.checksum:
* platform/mac/editing/pasteboard/merge-end-blockquote-
expected.png:
* platform/mac/editing/pasteboard/merge-end-blockquote-
expected.txt:
2008-11-09 Cameron Zwarich <zwarich@apple.com>
Reviewed by Darin Adler.
Add a test for bug 19541: Null pointer in showModalDialog()
<https://bugs.webkit.org/show_bug.cgi?id=19541>
* fast/dom/null-page-show-modal-dialog-crash-expected.txt: Added.
* fast/dom/null-page-show-modal-dialog-crash.html: Added.
2008-11-09 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22104
Javascript URL percent encoding/decoding broken by some characters
* fast/loader/javascript-url-encoding-2-expected.txt:
* fast/loader/javascript-url-encoding-2.html:
2008-11-09 Darin Adler <darin@apple.com>
Reviewed by Sam Weinig and Maciej Stachowiak.
- test for https://bugs.webkit.org/show_bug.cgi?id=14886
Stack overflow due to deeply nested parse tree doing repeated string concatentation
* fast/js/large-expressions-expected.txt: Added.
* fast/js/large-expressions.html: Added.
* fast/js/resources/large-expressions.js: Added.
2008-11-09 Darin Adler <darin@apple.com>
Reviewed by Sam Weinig.
- fix https://bugs.webkit.org/show_bug.cgi?id=22142
a few fast/canvas tests use non-standard HTML wrappers but don't need to
* fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
Fixed spelling error: "gradieints".
* fast/canvas/gradient-addColorStop-with-invalid-color.html: Regenerated with
make-js-test-wrappers script; removes the canvas element that was in here.
* fast/canvas/linearGradient-infinite-values.html: Ditto.
* fast/canvas/radialGradient-infinite-values.html: Ditto.
* fast/canvas/resources/gradient-addColorStop-with-invalid-color.js:
Fixed spelling error and changed code to use createElement to make a canvas
element rather than using getElementById to find an existing canvas element.
* fast/canvas/resources/linearGradient-infinite-values.js: Ditto.
* fast/canvas/resources/radialGradient-infinite-values.js: Ditto.
2008-11-08 Antti Koivisto <antti@apple.com>
Reviewed by Sam Weinig.
Test for https://bugs.webkit.org/show_bug.cgi?id=22141
REGRESSION: Safari error page is not fully styled when loaded from cache
* fast/encoding/css-cached-bom.html: Added.
* fast/encoding/css-cached-bom-expected.txt: Added.
* fast/encoding/resources/css-cached-bom-frame.html: Added.
* fast/encoding/resources/utf-16-little-endian.css: Added.
2008-11-08 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein
https://bugs.webkit.org/show_bug.cgi?id=21906
Test focus ring drawing on a transformed text input (and fix the HTML in
an unrelated test case).
* fast/repaint/focus-layers.html: Quoted id attribute and removed extra
closing div tag.
* fast/transforms/transformed-focused-text-input.html: Added.
* platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum: Added.
* platform/mac/fast/transforms/transformed-focused-text-input-expected.png: Added.
* platform/mac/fast/transforms/transformed-focused-text-input-expected.txt: Added.
2008-11-07 Cameron Zwarich <zwarich@apple.com>
Reviewed by Geoff Garen.
* fast/js/resources/typeof-constant-string.js: Added.
* fast/js/typeof-constant-string-expected.txt: Added.
* fast/js/typeof-constant-string.html: Added.
2008-11-07 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22039
Enable text only and succeeding fast tests for the gtk port
Enable the tests from the fast directory that succeed. Classify the
remaining tests from the fast directory.
* platform/gtk/Skipped:
2008-11-07 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=22039
Skip every test on the Gtk+ platform
Add every test directory to the Skipped list in order to create
a baseline for the Gtk+ port.
* platform/gtk/Skipped:
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 ==