1 2008-12-10 Oliver Hunt <oliver@apple.com>
3 Reviewed by Adele Peterson.
5 Crash (null-deref) when using :before pseudoselector with content CSS rule in SVG
6 <rdar://problem/6302405>
7 <https://bugs.webkit.org/show_bug.cgi?id=22804>
9 Test to make sure we don't crash, and don't display generated content.
11 * svg/css/crash-css-generated-content-expected.txt: Added.
12 * svg/css/crash-css-generated-content.xhtml: Added.
14 2008-12-11 Anders Carlsson <andersca@apple.com>
16 Reviewed by Cameron Zwarich.
18 https://bugs.webkit.org/show_bug.cgi?id=22797
19 REGRESSION: Crash at http://news.cnet.com/8301-17939_109-10119149-2.html
21 * http/tests/plugins/get-url-expected.txt: Added.
22 * http/tests/plugins/get-url.html: Added.
24 2008-12-11 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
26 Reviewed by Eric Seidel.
28 Fix typo in doctype (correct wapforum.org URL)
30 * fast/wml/p-align.wml:
31 * fast/wml/p-mode.wml:
33 2008-12-08 Dean McNamee <deanm@chromium.org>
35 Reviewed by Darin Adler.
37 Always append a trailing slash when using PHP's sys_get_temp_dir().
39 This allows these tests to run on Linux, where this API returns the
40 directory without a trailing slash.
42 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
43 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
44 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
45 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
46 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
48 2008-12-10 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
50 Rubber-stamped by George Staikos.
52 Update WML pixel test results, after adding <template> support.
54 * platform/mac/fast/wml/do-shadow-expected.checksum:
55 * platform/mac/fast/wml/do-shadow-expected.png:
56 * platform/mac/fast/wml/do-template-expected.checksum:
57 * platform/mac/fast/wml/do-template-expected.png:
59 2008-12-10 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
61 Reviewed by Eric Seidel.
63 Update WML test results after adding <template> support.
65 * platform/mac/fast/wml/do-shadow-expected.txt:
66 * platform/mac/fast/wml/do-template-expected.txt:
68 2008-12-10 Brady Eidson <beidson@apple.com>
72 Most of these policy delegate related tests will now pass with accompanying DRT changes.
74 * platform/win/Skipped:
76 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
78 Reviewed by Darin Adler.
80 Replaced outdated reference image for svg/webarchive/svg-cursor-subresources.svg
82 https://bugs.webkit.org/show_bug.cgi?id=22801
84 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum:
85 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
87 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
89 Reviewed by Darin Adler.
91 Rewrote animations/animation-test-helpers.js to take advantage of the pauseAnimationAtTimeOnElementWithId()
92 API when available in DRT.
94 Updated all animations tests that check for values of animated CSS properties to use these new helper functions.
96 https://bugs.webkit.org/show_bug.cgi?id=22796
98 * animations/animation-test-helpers.js:
100 (checkExpectedValue):
104 * animations/big-rotation-expected.txt:
105 * animations/big-rotation.html:
106 * animations/change-keyframes-expected.txt:
107 * animations/change-keyframes-name-expected.txt:
108 * animations/change-keyframes-name.html:
109 * animations/change-keyframes.html:
110 * animations/change-one-anim-expected.txt:
111 * animations/change-one-anim.html:
112 * animations/generic-from-to-expected.txt:
113 * animations/generic-from-to.html:
114 * animations/import-expected.txt:
115 * animations/import.html:
116 * animations/keyframe-timing-functions-expected.txt:
117 * animations/keyframe-timing-functions.html:
118 * animations/keyframes-comma-separated-expected.txt:
119 * animations/keyframes-comma-separated.html:
120 * animations/keyframes-expected.txt:
121 * animations/keyframes-from-missing.html:
122 * animations/keyframes-out-of-order-expected.txt:
123 * animations/keyframes-out-of-order.html:
124 * animations/keyframes-to-missing.html:
125 * animations/keyframes.html:
126 * animations/lineheight-animation-expected.txt:
127 * animations/lineheight-animation.html:
128 * animations/matrix-anim-expected.txt:
129 * animations/matrix-anim.html:
130 * animations/multiple-animations-expected.txt:
131 * animations/multiple-animations.html:
132 * animations/multiple-keyframes-expected.txt:
133 * animations/multiple-keyframes.html:
134 * animations/transition-and-animation-1-expected.txt:
135 * animations/transition-and-animation-1.html:
136 * animations/transition-and-animation-2-expected.txt:
137 * animations/transition-and-animation-2.html:
138 * animations/width-using-ems-expected.txt:
139 * animations/width-using-ems.html:
140 * platform/win/Skipped:
142 2008-12-10 Alice Liu <alice.liu@apple.com>
144 Adding tweak to .conf files needed for
145 WebCore/manual-tests/drag-image-to-desktop.html
147 Reviewed by Darin Adler.
149 * http/conf/apache2-debian-httpd.conf:
150 * http/conf/apache2-httpd.conf:
151 * http/conf/cygwin-httpd.conf:
152 * http/conf/httpd.conf:
153 * http/tests/misc/resources/generatedimage.bat: Added.
155 2008-12-10 Geoffrey Garen <ggaren@apple.com>
157 Reviewed by Sam :( Weinig.
159 Added a test for http://trac.webkit.org/changeset/39162.
161 * fast/regex/malformed-escapes-expected.txt: Added.
162 * fast/regex/malformed-escapes.html: Added.
163 * fast/regex/resources/malformed-escapes.js: Added.
165 2008-12-10 Brady Eidson <beidson@apple.com>
169 New layout tests for testing the fix for https://bugs.webkit.org/show_bug.cgi?id=22194:
171 * http/tests/navigation/post-goback-repost-policy-expected.txt: Added.
172 * http/tests/navigation/post-goback-repost-policy.html: Added.
173 * http/tests/navigation/resources/goback-with-policydelegate.html: Added.
174 * http/tests/navigation/resources/post-target-policy-test.html: Added.
176 Updated layout test results for the new "custom policy delegate" mechanism:
178 * fast/encoding/mailto-always-utf-8-expected.txt:
179 * fast/forms/mailto/advanced-get-expected.txt:
180 * fast/forms/mailto/advanced-put-expected.txt:
181 * fast/forms/mailto/get-multiple-items-expected.txt:
182 * fast/forms/mailto/get-multiple-items-text-plain-expected.txt:
183 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt:
184 * fast/forms/mailto/get-non-ascii-always-utf-8-expected.txt:
185 * fast/forms/mailto/get-non-ascii-expected.txt:
186 * fast/forms/mailto/get-non-ascii-text-plain-expected.txt:
187 * fast/forms/mailto/get-non-ascii-text-plain-latin-1-expected.txt:
188 * fast/forms/mailto/get-overwrite-query-expected.txt:
189 * fast/forms/mailto/post-append-query-expected.txt:
190 * fast/forms/mailto/post-multiple-items-expected.txt:
191 * fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt:
192 * fast/forms/mailto/post-multiple-items-text-plain-expected.txt:
193 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt:
194 * fast/forms/mailto/post-text-plain-expected.txt:
195 * fast/forms/mailto/post-text-plain-with-accept-charset-expected.txt:
196 * http/tests/security/feed-urls-from-remote-expected.txt:
198 Skip the new test on Windows until the policy delegate can be enhanced there:
199 * platform/win/Skipped:
200 (It is already implicitly skipped for qt and gtk)
202 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
204 Reviewed by Darin Adler.
206 Added a test to verify that the DRT API pauseAnimationAtTimeOnElementWithId() does work
207 with animations using multiple keyframes.
209 https://bugs.webkit.org/show_bug.cgi?id=22773
211 * animations/animation-drt-api-multiple-keyframes.html: Added.
212 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.checksum: Added.
213 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.png: Added.
214 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.txt: Added.
215 * platform/win/Skipped:
217 2008-12-10 Hironori Bono <hbono@chromium.org>
219 Reviewed by Alexey Proskuryakov.
221 Bug 21820: Unable to enter the Tamil UNICODE Characters via Thamizha Phonetic IME
222 https://bugs.webkit.org/show_bug.cgi?id=21820
224 <rdar://problem/5683248> Typing backspace to delete a diacritical mark also deletes the character before (Arabic)
225 <rdar://problem/5702038> Backspace removes Thai Character in wrong sequence
227 Added test for verifying if a backspace key deletes only the last character of a ligature which consists of
228 multiple Unicode characters.
229 Also added a test for verifying an undo operation works after deleting the last character of a ligature.
231 * editing/deleting/delete-ligature-001-expected.txt: Added.
232 * editing/deleting/delete-ligature-001.html: Added.
233 * editing/deleting/delete-ligature-002-expected.txt: Added.
234 * editing/deleting/delete-ligature-002.html: Added.
235 * editing/deleting/delete-ligature-003-expected.txt: Added.
236 * editing/deleting/delete-ligature-003.html: Added.
238 2008-12-10 Alexey Proskuryakov <ap@webkit.org>
240 Rubber-stamped by Maciej Stachowiak.
242 <rdar://problem/5959165> Crash in a number of iExploder tests in WebCore::CachedImage::notifyObservers
244 Add a test for a crash that is no longer reproducible.
246 * fast/css/mask-missing-image-crash-expected.txt: Added.
247 * fast/css/mask-missing-image-crash.html: Added.
249 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
251 Rubber-stamped by Dan Bernstein.
253 https://bugs.webkit.org/show_bug.cgi?id=19762
254 Crash in svg/webarchive/svg-cursor-subresources.svg
256 * svg/webarchive/svg-cursor-subresources.svg: Copied from LayoutTests/svg/webarchive/svg-cursor-subresources.svg-disabled.
257 * svg/webarchive/svg-cursor-subresources.svg-disabled: Removed.
258 Re-enabling the test.
260 2008-12-09 Geoffrey Garen <ggaren@apple.com>
262 Reviewed by Oliver Hunt.
264 Added a test for an assertion followed by a quantifier.
266 * fast/regex/quantified-assertions-expected.txt: Added.
267 * fast/regex/quantified-assertions.html: Added.
268 * fast/regex/resources/quantified-assertions.js: Copied from fast/regex/resources/alternative-length-miscalculation.js.
270 2008-12-09 Geoffrey Garen <ggaren@apple.com>
272 Reviewed by Cameron Zwarich.
274 Updated regular expression layout tests to be agnostic between WREC
275 and PCRE quirks. Also, updated results to match new, more web-compatible
276 regular expression parsing.
278 * fast/js/regexp-charclass-crash-expected.txt:
279 * fast/js/regexp-charclass-crash.html:
280 * fast/js/regexp-no-extensions-expected.txt:
281 * fast/js/resources/regexp-no-extensions.js:
282 * fast/regex/test1-expected.txt:
284 2008-12-09 David Levin <levin@chromium.org>
286 Reviewed by Eric Seidel.
288 https://bugs.webkit.org/show_bug.cgi?id=22512
290 Add a test to check for crashes when attaching an event to a document created by
291 'document.implementation.createDocument'.
293 * fast/events/create-document-crash-on-attach-event-expected.txt: Added.
294 * fast/events/create-document-crash-on-attach-event.html: Added.
295 * fast/events/resources/create-document-crash-on-attach-event.js: Added.
298 2008-12-09 David Levin <levin@chromium.org>
300 Reviewed by Eric Seidel.
302 Add a test to check the event order for context clicks on Windows.
304 https://bugs.webkit.org/show_bug.cgi?id=22505
306 * platform/win/fast/events/context-click-events-expected.txt: Added.
307 * platform/win/fast/events/context-click-events.html: Added.
308 * platform/win/fast/events/resources: Added.
309 * platform/win/fast/events/resources/TEMPLATE.html: Added.
310 * platform/win/fast/events/resources/context-click-events.js: Added.
315 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
317 Reviewed by Darin Adler.
319 https://bugs.webkit.org/show_bug.cgi?id=22719
320 Implement Navigator object in Workers
322 * fast/workers/worker-navigator-expected.txt: Added.
323 * fast/workers/worker-navigator.html: Added.
325 2008-12-09 Pamela Greene <pam@chromium.org>
327 Submitted without review.
328 Corrected results so the test passes.
330 * fast/events/special-key-events-in-input-text-expected.txt:
332 2008-12-09 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
334 Reviewed by Alexey Proskuryakov.
336 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22637
338 Add new tests covering the WMLGoElement's GET method.
339 Reactive disabled WML tests, as LayoutTests/wml/ is not run anymore if WebCore has been built without WML support.
341 * wml/go-task-get-method-external-deck-expected.txt: Added.
342 * wml/go-task-get-method-external-deck-with-href-expected.txt: Added.
343 * wml/go-task-get-method-external-deck-with-href.html: Added.
344 * wml/go-task-get-method-external-deck.html: Added.
345 * wml/go-task-get-method-same-deck-expected.txt: Added.
346 * wml/go-task-get-method-same-deck.html: Added.
347 * wml/resources/WMLTestCase.js:
348 (createWMLTestCase.iframeElement.onload):
350 (completeTest.script.onload):
352 * wml/resources/external-deck.wml: Added.
353 * wml/resources/go-task-get-method-external-deck-with-href.js: Added.
357 * wml/resources/go-task-get-method-external-deck.js: Added.
361 * wml/resources/go-task-get-method-same-deck.js: Added.
365 * wml/resources/test-document.wml: Added.
366 * wml/variable-reference-invalid-character.html: Copied from LayoutTests/wml/variable-reference-invalid-character.html-disabled.
367 * wml/variable-reference-invalid-character.html-disabled: Removed.
368 * wml/variable-reference-valid.html: Copied from LayoutTests/wml/variable-reference-valid.html-disabled.
369 * wml/variable-reference-valid.html-disabled: Removed.
371 2008-12-08 Dmitry Titov <dimich@chromium.org>
373 Reviewed by Darin Adler.
375 Test for https://bugs.webkit.org/show_bug.cgi?id=22710
376 Verifies that active timeout does not cause memory leak.
378 * fast/dom/Window/resources/long_timeout.html: Added.
379 * fast/dom/Window/timeout-released-on-close-expected.txt: Added.
380 * fast/dom/Window/timeout-released-on-close.html: Added.
382 2008-12-08 Geoffrey Garen <ggaren@apple.com>
384 Reviewed by Sam Weinig.
386 Fixed js-test-pre.js to print a meaningful, complete sentence when
387 exception tests fail.
389 * fast/js/const-expected.txt: Updated test for new results.
391 * fast/js/resources/js-test-pre.js:
394 2008-12-08 Pierre-Olivier Latour <pol@apple.com>
396 Reviewed by Dan Bernstein.
398 Increase timeout in video-paint-test.js so that <video> tests pass on the Tiger pixel bot which is slower
399 than the Leopard one.
401 https://bugs.webkit.org/show_bug.cgi?id=22742
403 * media/video-paint-test.js:
406 2008-12-08 Geoffrey Garen <ggaren@apple.com>
408 Reviewed by Sam Weinig.
410 Added a test for interesting uses of non-pattern-characters in regular
413 * fast/regex/non-pattern-characters-expected.txt: Added.
414 * fast/regex/non-pattern-characters.html: Added.
415 * fast/regex/resources/non-pattern-characters.js: Added.
417 2008-12-08 Darin Adler <darin@apple.com>
419 Reviewed by John Sullivan.
421 - tests for https://bugs.webkit.org/show_bug.cgi?id=22409
422 REGRESSION: cmd-shift-left/right don't switch tabs, instead select text
424 * editing/execCommand/enabling-and-selection-2-expected.txt: Added.
425 * editing/execCommand/enabling-and-selection-2.html: Added.
426 * editing/execCommand/enabling-and-selection-expected.txt: Added.
427 * editing/execCommand/enabling-and-selection.html: Added.
428 * editing/execCommand/resources: Added.
429 * editing/execCommand/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
430 * editing/execCommand/resources/enabling-and-selection-2.js: Added.
431 * editing/execCommand/resources/enabling-and-selection.js: Added.
433 * fast/canvas/canvas-setTransform.html: Let make-js-test-wrappers update this.
434 * fast/canvas/canvas-strokeRect.html: Ditto.
436 * platform/qt/Skipped: Added enabling-and-selection-2 to the skipped list.
437 * platform/win/Skipped: Ditto.
439 2008-12-08 Pamela Greene <pam@chromium.org>
441 Reviewed by Darin Adler.
443 https://bugs.webkit.org/show_bug.cgi?id=22739
444 Test the sequence of keyboard events generated for a keypress.
446 * fast/events/special-key-events-in-input-text-expected.txt: Added.
447 * fast/events/special-key-events-in-input-text.html: Added.
449 2008-12-08 Julien Chaffraix <jchaffraix@webkit.org>
451 Reviewed by Darin Adler.
453 Tests cases for bug 17897: Not Rendering Images Imported from XHTML Document
454 <rdar://problem/5827614>
456 - xmlhttprequest-image-not-loaded*: test that an image loaded by an XMLHttpRequest and inserted into a XHTML or SVG Document
457 is properly rendered.
459 - 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
460 (whether it does really change the url or not).
462 * http/tests/misc/image-blocked-src-change-expected.txt: Added.
463 * http/tests/misc/image-blocked-src-change.html: Added.
464 * http/tests/misc/image-blocked-src-no-change-expected.txt: Added.
465 * http/tests/misc/image-blocked-src-no-change.html: Added.
466 * http/tests/xmlhttprequest/resources/load-icon.svg: Added.
467 * http/tests/xmlhttprequest/resources/load-icon.xhtml: Added.
468 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-expected.txt: Added.
469 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg-expected.txt: Added.
470 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg.svg: Added.
471 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded.html: Added.
473 2008-12-08 Mark Rowe <mrowe@apple.com>
475 Rubber-stamped by Sam Weinig.
477 Disable the WML tests since no platforms build with WML enabled by default and the test failures are annoying.
479 * wml/variable-reference-invalid-character.html-disabled: Renamed from LayoutTests/wml/variable-reference-invalid-character.html.
480 * wml/variable-reference-valid.html-disabled: Renamed from LayoutTests/wml/variable-reference-valid.html.
482 2008-12-08 Aaron Boodman <aa@chromium.org>
484 Reviewed by Stephanie Lewis.
486 https://bugs.webkit.org/show_bug.cgi?id=22301
487 Make dispatchDidFinishLoading() always fire before didFinishLoadForFrame().
489 * fast/dom/Window/get-set-properties-expected.txt:
490 * fast/events/onunload-window-property-expected.txt:
491 * http/tests/loading/basic-expected.txt:
492 * http/tests/loading/empty-subframe-expected.txt:
493 * http/tests/loading/gmail-assert-on-load-expected.txt:
494 * http/tests/loading/location-hash-reload-cycle-expected.txt:
495 * http/tests/loading/onload-vs-immediate-refresh-expected.txt:
496 * http/tests/loading/slow-parsing-subframe-expected.txt:
497 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
498 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
499 * webarchive/loading/test-loading-archive-expected.txt:
501 2008-12-08 Oliver Hunt <oliver@apple.com>
503 Reviewed by Alexey Proskuryakov.
505 Bug 22398: r39059: Crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler
506 <rdar://problem/6426245> REGRESSION(r39059): Reproducible crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler (22398)
508 Add crash test for this regression -- simply clear the transition duration in the transitionEnd handler.
510 * transitions/transition-duration-cleared-in-transitionend-crash-expected.txt: Added.
511 * transitions/transition-duration-cleared-in-transitionend-crash.html: Added.
513 2008-12-07 Simon Fraser <simon.fraser@apple.com>
515 Reviewed by Dan Bernstein
517 https://bugs.webkit.org/show_bug.cgi?id=22594
519 Testcase for fetching inline style for -webkit-transform-origin
520 and -webkit-transition.
522 * fast/css/transform-inline-style-expected.txt: Added.
523 * fast/css/transform-inline-style.html: Added.
525 2008-12-07 Dirk Schulze <krit@webkit.org>
527 Reviewed by Oliver Hunt.
529 Tests strokeRect with patterns and gradients.
531 * fast/canvas/canvas-strokeRect-expected.txt: Added.
532 * fast/canvas/canvas-strokeRect.html: Added.
533 * fast/canvas/resources/canvas-strokeRect.js: Added.
535 2008-12-06 Dirk Schulze <krit@webkit.org>
537 Reviewed by Oliver Hunt.
539 Added tests for canvas's setTransform() and updated an existing one.
541 * fast/canvas/canvas-setTransform-expected.txt: Added.
542 * fast/canvas/canvas-setTransform.html: Added.
543 * fast/canvas/resources/canvas-setTransform.js: Added.
544 * fast/dom/Window/window-properties-expected.txt:
546 2008-12-06 Antti Koivisto <antti@apple.com>
548 Reusing property slots changed property ordering in this text.
550 * editing/pasteboard/5780697-2-expected.txt:
552 2008-12-06 Simon Fraser <simon.fraser@apple.com>
554 Reviewed by Antti Koivisto, Dan Bernstein
556 https://bugs.webkit.org/show_bug.cgi?id=22088
558 Testcase for repaint issue when transform changes
560 * fast/repaint/transform-repaint-descendants.html: Added.
561 * platform/mac/fast/repaint/transform-repaint-descendants-expected.checksum: Added.
562 * platform/mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
563 * platform/mac/fast/repaint/transform-repaint-descendants-expected.txt: Added.
565 2008-12-06 Simon Fraser <simon.fraser@apple.com>
567 Update expected image now that the caret renders in transformed
570 https://bugs.webkit.org/show_bug.cgi?id=15671
572 * platform/mac/fast/forms/search-transformed-expected.checksum:
573 * platform/mac/fast/forms/search-transformed-expected.png:
575 2008-12-06 Simon Fraser <simon.fraser@apple.com>
577 Reviewed by Dan Bernstein
579 https://bugs.webkit.org/show_bug.cgi?id=15739
581 Testcase for selection painting on a transformed, replaced element.
583 * fast/replaced/selection-rect-transform.html: Added.
584 * platform/mac/fast/replaced/selection-rect-transform-expected.checksum: Added.
585 * platform/mac/fast/replaced/selection-rect-transform-expected.png: Added.
586 * platform/mac/fast/replaced/selection-rect-transform-expected.txt: Added.
588 2008-12-06 Simon Fraser <simon.fraser@apple.com>
590 Reviewed by Dave Hyatt
592 https://bugs.webkit.org/show_bug.cgi?id=15671
594 * fast/transforms/transformed-caret.html: Added.
595 * platform/mac/fast/transforms/transformed-caret-expected.checksum: Added.
596 * platform/mac/fast/transforms/transformed-caret-expected.png: Added.
597 * platform/mac/fast/transforms/transformed-caret-expected.txt: Added.
599 New testcase for caret on transformed element.
601 * platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum:
602 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
604 Fix expected now that caret rendering works properly.
606 2008-12-05 Chris Marrin <cmarrin@apple.com>
608 Reviewed by Dave Hyatt.
610 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22635
612 * animations/animation-iteration-event-destroy-renderer-expected.txt: Added.
613 * animations/animation-iteration-event-destroy-renderer.html: Added.
614 * animations/animation-start-event-destroy-renderer-expected.txt: Added.
615 * animations/animation-start-event-destroy-renderer.html: Added.
617 2008-12-05 Pamela Greene <pam@chromium.org>
619 Reviewed by Darin Adler.
621 https://bugs.webkit.org/show_bug.cgi?id=22608
622 Add a test for line numbers of uncaught JS exceptions.
624 * fast/js/uncaught-exception-line-number-expected.txt: Added.
625 * fast/js/uncaught-exception-line-number.html: Added.
627 2008-12-05 Pamela Greene <pam@chromium.org>
629 Reviewed by Darin Adler.
631 https://bugs.webkit.org/show_bug.cgi?id=22604
632 Add test for onload handler named 'onload'.
634 * fast/events/onload-name-collision-expected.txt: Added.
635 * fast/events/onload-name-collision.html: Added.
637 2008-12-05 Pamela Greene <pam@chromium.org>
639 Reviewed by Darin Adler.
641 https://bugs.webkit.org/show_bug.cgi?id=22601
642 Add test to verify that calling functions on a Java applet from JS works.
644 * fast/dom/java-applet-calls-expected.txt: Added.
645 * fast/dom/java-applet-calls.html: Added.
646 * fast/dom/resources/TestApplet.class: Added.
647 * fast/dom/resources/TestApplet.java: Added.
648 (TestApplet): Source of test applet for use by layout test(s).
650 (TestApplet.setString):
651 (TestApplet.getString):
653 2008-12-05 Pamela Greene <pam@chromium.org>
655 Reviewed by Darin Adler.
657 https://bugs.webkit.org/show_bug.cgi?id=22592
658 Make sure the onload handler is only called once, even when there are
659 multiple <body> nodes in the document.
661 * fast/events/onload-fires-twice-expected.txt: Added.
662 * fast/events/onload-fires-twice.html: Added.
664 2008-12-05 Pamela Greene <pam@chromium.org>
666 Reviewed by Darin Adler.
668 https://bugs.webkit.org/show_bug.cgi?id=22575
669 Add a test for accessing NodeList items by name.
671 * fast/dom/NodeList/nodelist-item-with-name-expected.txt: Added.
672 * fast/dom/NodeList/nodelist-item-with-name.html: Added.
674 2008-12-05 Pamela Greene <pam@chromium.org>
676 Reviewed by Eric Seidel.
678 https://bugs.webkit.org/show_bug.cgi?id=22632
679 Add a test for DOM operations with incompatible receivers or arguments.
681 * fast/dom/incompatible-operations-expected.txt: Added.
682 * fast/dom/incompatible-operations.html: Added.
684 2008-12-05 Justin Garcia <justin.garcia@apple.com>
686 Updating these test results. On Tiger the fragment created from RTFD data
687 contained interchange newlines that we incorrectly handled before r38983.
689 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.checksum:
690 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.png:
691 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.txt:
693 2008-12-05 Geoffrey Garen <ggaren@apple.com>
695 Reviewed by Sam Weinig.
697 Added a test for a bug I discovered while working on
698 https://bugs.webkit.org/show_bug.cgi?id=22685.
700 * fast/regex/non-capturing-backtracking-expected.txt: Added.
701 * fast/regex/non-capturing-backtracking.html: Added.
702 * fast/regex/resources/non-capturing-backtracking.js: Added.
704 2008-12-05 Dean Jackson <dino@apple.com>
706 Reviewed by David Hyatt.
708 No longer need to add a fake listener on a document
709 node in order to get events passed up to Window.
710 https://bugs.webkit.org/show_bug.cgi?id=20572
712 * transitions/transition-end-event-window.html:
714 2008-12-05 Kevin McCullough <kmccullough@apple.com>
716 Reviewed by Tim Hatcher.
718 - Fix intermittent profiler test failures. The problem is that idle
719 time only shows up some times, probably dependent on if the system is
720 running a little slow or has a network hiccup. I've removed this.
721 - I've also added <rdar://problem/6422004> Profiler tests fail because
722 they sometimes don't have (idle) time. This is to investigate whether or
723 not idle time should be showing up at all when running these tests.
725 * fast/profiler/anonymous-event-handler-expected.txt:
726 * fast/profiler/anonymous-function-called-from-different-contexts-expected.txt:
727 * fast/profiler/anonymous-function-calls-built-in-functions-expected.txt:
728 * fast/profiler/anonymous-function-calls-eval-expected.txt:
729 * fast/profiler/apply-expected.txt:
730 * fast/profiler/built-in-function-calls-anonymous-expected.txt:
731 * fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
732 * fast/profiler/call-expected.txt:
733 * fast/profiler/call-nodelist-as-function-expected.txt:
734 * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope-expected.txt:
735 * fast/profiler/compare-multiple-profiles-expected.txt:
736 * fast/profiler/constructor-expected.txt:
737 * fast/profiler/dead-time-expected.txt:
738 * fast/profiler/document-dot-write-expected.txt:
739 * fast/profiler/event-handler-expected.txt:
740 * fast/profiler/execution-context-and-eval-on-same-line-expected.txt:
741 * fast/profiler/heavy-view-expected.txt:
742 * fast/profiler/inline-event-handler-expected.txt:
743 * fast/profiler/many-calls-in-the-same-scope-expected.txt:
744 * fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
745 * fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
746 * fast/profiler/multiple-frames-expected.txt:
747 * fast/profiler/nested-anonymous-functon-expected.txt:
748 * fast/profiler/nested-start-and-stop-profiler-expected.txt:
749 * fast/profiler/one-execution-context-expected.txt:
750 * fast/profiler/profile-calls-in-included-file-expected.txt:
751 * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt:
752 * fast/profiler/profiling-from-a-nested-location-expected.txt:
753 * fast/profiler/resources/profiler-test-JS-resources.js:
754 (printProfileNodeWithoutTime):
755 * fast/profiler/simple-event-call-expected.txt:
756 * fast/profiler/simple-no-level-change-expected.txt:
757 * fast/profiler/start-and-stop-profiler-multiple-times-expected.txt:
758 * fast/profiler/start-and-stop-profiling-in-the-same-function-expected.txt:
759 * fast/profiler/stop-profiling-after-setTimeout-expected.txt:
760 * fast/profiler/stop-then-function-call-expected.txt:
761 * fast/profiler/throw-exception-from-eval-expected.txt:
762 * fast/profiler/two-execution-contexts-expected.txt:
763 * fast/profiler/user-defined-function-calls-built-in-functions-expected.txt:
764 * fast/profiler/window-dot-eval-expected.txt:
766 2008-12-05 Alexey Proskuryakov <ap@webkit.org>
768 Reviewed by Darin Adler.
770 https://bugs.webkit.org/show_bug.cgi?id=22672
771 ASSERT(m_table) when xhr.onabort creates another xhr or calls setTimeout
773 * http/tests/xmlhttprequest/send-on-abort-expected.txt: Added.
774 * http/tests/xmlhttprequest/send-on-abort.html: Added.
776 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Removed.
777 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Removed.
778 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
779 * http/tests/xmlhttprequest/resources/slow-response.pl: Removed.
780 Stopping an XHR due to navigation no longer dispatches events.
782 2008-12-05 Jungshik Shin <jshin@chromium.org>
784 Reviewed by Alexey Proskuryakov.
786 https://bugs.webkit.org/show_bug.cgi?id=22472
788 Revises charset alias map for TextCodecICU.
789 - Uses windows-949 and windows-874 instead of windows-949-2000 and windows-874-2000
790 - Replaces 'windows874' in a couple of place with 'windows-874' (for the canonical name)
791 - Maps 'dos-874' to 'windows-874'. Currently, it's aliases to 'cp874', which is in turn
792 mapped to 'TIS-620'. 'TIS-620' is manually aliased to 'windows-874'. We'd better directly
793 alias 'dos-874' to 'windows-874'.
794 - Replaces 'EUC-CN' with 'GBK' when it's used as the canonical name.
795 Similar to the above case, we're getting rid of indirection that eventually leads to 'GBK' by
796 directly going to 'GBK'.
797 - Puts Mac encodings in a separate test 'char-decoding-mac.html'. Rename 'char-decoding-mac.html'
798 in platform/mac to 'xnextstep-decoding.html' to avoid the name collision in the result files.
799 - Adds a JS file for common functions used by char-decoding-*.html tests.
801 * fast/encoding/char-decoding-expected.txt:
802 * fast/encoding/char-decoding-mac-expected.txt: Added.
803 * fast/encoding/char-decoding-mac.html: Added.
804 * fast/encoding/char-decoding.html:
805 * fast/encoding/resources/char-decoding-utils.js
806 * platform/mac/fast/encoding/char-decoding-mac-expected.txt: Removed.
807 * platform/mac/fast/encoding/char-decoding-mac.html: Removed.
808 * platform/mac/fast/encoding/xnextstep-decoding-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac-expected.txt.
809 * platform/mac/fast/encoding/xnextstep-decoding.html: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac.html.
811 2008-12-03 Geoffrey Garen <ggaren@apple.com>
813 Reviewed by Oliver Hunt.
815 Added a test for another input length miscalculation.
817 * fast/regex/alternative-length-miscalculation-expected.txt:
818 * fast/regex/resources/alternative-length-miscalculation.js:
820 2008-12-03 Jungshik Shin <jshin@chromium.org>
822 Reviewed by Darin Adler.
824 Add missing test files (utf-16,32 files) and two php files
825 for bug 21635 and enabled utf-7 tests (bug 22492). The patch
826 for bug 21635 was landed in http://trac.webkit.org/changeset/38755,
827 but binary test files (utf-16/32) were omitted in the changeset.
829 https://bugs.webkit.org/show_bug.cgi?id=21635
830 https://bugs.webkit.org/show_bug.cgi?id=22492
832 * http/tests/misc/resources/check-query-param.php: Added.
833 * http/tests/misc/resources/echo-query-param.php: Added.
834 * http/tests/misc/submit-get-in-utf16be.html: Added.
835 * http/tests/misc/submit-get-in-utf16le.html: Added.
836 * http/tests/misc/submit-get-in-utf32be.html: Added.
837 * http/tests/misc/submit-get-in-utf32le.html: Added.
838 * http/tests/misc/submit-get-in-utf7.html: Copied from http/tests/misc/submit-get-in-utf7.html-disabled.
839 * http/tests/misc/submit-get-in-utf7.html-disabled: Removed.
840 * http/tests/misc/submit-post-in-utf16be.html: Added.
841 * http/tests/misc/submit-post-in-utf16le.html: Added.
842 * http/tests/misc/submit-post-in-utf32be.html: Added.
843 * http/tests/misc/submit-post-in-utf32le.html: Added.
844 * http/tests/misc/submit-post-in-utf7.html: Copied from http/tests/misc/submit-post-in-utf7.html-disabled.
845 * http/tests/misc/submit-post-in-utf7.html-disabled: Removed.
846 * http/tests/misc/url-in-utf16be.html: Added.
847 * http/tests/misc/url-in-utf16le.html: Added.
848 * http/tests/misc/url-in-utf32be.html: Added.
849 * http/tests/misc/url-in-utf32le.html: Added.
850 * http/tests/misc/url-in-utf7.html: Copied from http/tests/misc/url-in-utf7.html-disabled.
851 * http/tests/misc/url-in-utf7.html-disabled: Removed.
853 2008-12-03 Justin Garcia <justin.garcia@apple.com>
855 Reviewed by Beth Dakin.
857 <rdar://problem/6018653> Extra blank line when pasting paragraph in plain text
859 * editing/pasteboard/6018653-expected.txt: Added.
860 * editing/pasteboard/6018653.html: Added.
862 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
864 Reviewed by George Staikos.
866 Forgot to rerun make-js-test-wrappers, and update some fast/wml results.
868 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
869 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
870 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
871 * wml/resources/variable-reference-invalid-character.js:
872 * wml/resources/variable-reference-valid.js:
874 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
876 Reviewed by George Staikos.
878 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22636
880 Add a first set of scriptable WML layout tests.
881 Embed WML documents in an <iframe>, contained in a (X)HTML document, and script
882 the LayoutTestController through XHTML <script> elements. See WMLTestCase.js,
883 which is derived from SVGTestCase.js.
885 All wml/*.html files are generated using make-js-test-wrappers.
887 Add two tests covering variable substitution.
890 * wml/resources: Added.
891 * wml/resources/TEMPLATE.html: Added.
892 * wml/resources/WMLTestCase.js: Added.
894 (createWMLTestCase.iframeElement.onload):
898 (completeTest.script.onload):
900 * wml/resources/variable-reference-invalid-character.js: Added.
904 * wml/resources/variable-reference-valid.js: Added.
908 * wml/variable-reference-invalid-character-expected.txt: Added.
909 * wml/variable-reference-invalid-character.html: Added.
910 * wml/variable-reference-valid-expected.txt: Added.
911 * wml/variable-reference-valid.html: Added.
913 2008-12-03 Simon Fraser <simon.fraser@apple.com>
915 Reviewed by Dave Hyatt
917 Clean up and unify transition and animation test cases that destroy
918 the renderer in the 'ended' event callback, either through setting display:none,
919 or removing the element.
921 * animations/animation-end-event-destroy-renderer-expected.txt: Added.
922 * animations/animation-end-event-destroy-renderer.html: Added.
923 * animations/transform-animation-event-destroy-element-expected.txt: Removed.
924 * animations/transform-animation-event-destroy-element.html: Removed.
925 * transitions/transform-transition-event-destroy-element-expected.txt: Removed.
926 * transitions/transform-transition-event-destroy-element.html: Removed.
927 * transitions/transition-end-event-destroy-renderer-expected.txt: Added.
928 * transitions/transition-end-event-destroy-renderer.html: Added.
930 2008-12-03 Alexey Proskuryakov <ap@webkit.org>
932 Reviewed by Darin Adler.
934 https://bugs.webkit.org/show_bug.cgi?id=22630
935 Assertion failure in XMLHttpRequest::contextDestroyed
937 * http/tests/xmlhttprequest/close-window-expected.txt: Added.
938 * http/tests/xmlhttprequest/close-window.html: Added.
939 * http/tests/xmlhttprequest/resources/close-window-frame.html: Added.
941 2008-12-03 Dean Jackson <dino@apple.com>
943 Reviewed by Dan Bernstein.
945 Tests for CSS 3 <angle> turn unit
946 https://bugs.webkit.org/show_bug.cgi?id=22497
948 * transforms/2d/transform-2d-expected.txt:
949 * transforms/2d/transform-2d.html:
950 * transforms/transform-value-types-expected.txt:
951 * transforms/transform-value-types.html:
953 2008-12-03 Dean Jackson <dino@apple.com>
955 Reviewed by Dan Bernstein.
957 Clean up some tests for private DRT API.
958 https://bugs.webkit.org/show_bug.cgi?id=22498
960 * platform/win/Skipped:
961 * transitions/transition-drt-api-delay-expected.txt:
962 * transitions/transition-drt-api-delay.html:
963 * transitions/transition-shorthand-delay-expected.txt:
964 * transitions/transition-shorthand-delay.html:
966 2008-12-03 Dirk Schulze <krit@webkit.org>
968 Updated/Correcte the SVG pixel tests.
969 We pass two more SVG tests now.
971 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
972 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
973 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
974 * platform/mac/svg/batik/text/textEffect3-expected.png:
976 2008-12-03 Dmitry Titov <dimich@chromium.org>
978 Reviewed by Alexey Proskuryakov.
980 Add test for https://bugs.webkit.org/show_bug.cgi?id=22600,
981 verifying that timeout callback is executed in the right scope.
983 * fast/dom/Window/timeout-callback-scope-expected.txt: Added.
984 * fast/dom/Window/timeout-callback-scope.html: Added.
986 2008-12-02 Alexey Proskuryakov <ap@webkit.org>
988 Reviewed by Maciej Stachowiak.
990 https://bugs.webkit.org/show_bug.cgi?id=22543
991 Consolidate ActiveDOMObject page cache interaction
993 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Added.
994 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Added.
995 * http/tests/xmlhttprequest/resources/slow-response.pl: Added.
996 Check that XHR is aborted when navigating to a different page.
998 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
999 A readystatechange event is now fired when destroying a subframe that made a request.
1000 This matches Firefox, although test output is somewhat different due to window.parent
1001 being inaccessible from a detached frame there.
1003 2008-11-28 Cameron Zwarich <zwarich@apple.com>
1005 Reviewed by Geoff Garen.
1007 Add tests for bug 22504: Crashes during code generation occur due to refing of ignoredResult()
1008 <https://bugs.webkit.org/show_bug.cgi?id=22504>
1010 * fast/js/ignored-result-ref-crash-expected.txt: Added.
1011 * fast/js/ignored-result-ref-crash.html: Added.
1012 * fast/js/resources/ignored-result-ref-crash.js: Added.
1014 2008-12-02 Geoffrey Garen <ggaren@apple.com>
1016 Reviewed by Cameron Zwarich.
1018 Test for https://bugs.webkit.org/show_bug.cgi?id=22537
1019 REGRESSION (r38745): Assertion failure in jsSubstring() at ge.com
1021 * fast/regex/alternative-length-miscalculation-expected.txt: Added.
1022 * fast/regex/alternative-length-miscalculation.html: Added.
1024 2008-12-02 Simon Fraser <simon.fraser@apple.com>
1026 Reviewed by Dave Hyatt
1028 https://bugs.webkit.org/show_bug.cgi?id=22472
1030 Test for repainting a selected, replaced element.
1032 * fast/repaint/selected-replaced.html: Added.
1033 * platform/mac/fast/repaint/selected-replaced-expected.checksum: Added.
1034 * platform/mac/fast/repaint/selected-replaced-expected.png: Added.
1035 * platform/mac/fast/repaint/selected-replaced-expected.txt: Added.
1037 2008-12-02 Chris Fleizach <cfleizach@apple.com>
1039 Reviewed by Beth Dakin.
1041 Added and modified tests for
1042 Bug 22606: Can <th> serves as the AXTitleUIElement for <td>?
1044 * accessibility/image-map1-expected.txt:
1045 * accessibility/image-map2-expected.txt:
1046 * accessibility/internal-link-anchors2-expected.txt:
1047 * accessibility/lists-expected.txt:
1048 * accessibility/plugin-expected.txt:
1049 * accessibility/table-detection-expected.txt:
1050 * accessibility/table-one-cell-expected.txt:
1051 * accessibility/table-with-aria-role-expected.txt:
1052 * accessibility/table-with-rules-expected.txt:
1053 * accessibility/th-as-title-ui-expected.txt: Added.
1054 * accessibility/th-as-title-ui.html: Added.
1056 2008-12-02 Chris Fleizach <cfleizach@apple.com>
1058 Update tests for Bug 22596: Some elements don't report AXBlockQuoteLevel
1060 Reviewed by John Sullivan.
1062 * accessibility/document-links-expected.txt:
1063 * accessibility/image-map1-expected.txt:
1064 * accessibility/image-map2-expected.txt:
1066 2008-12-02 Dimitri Glazkov <dglazkov@chromium.org>
1068 Reviewed by Eric Seidel.
1070 Add Layout test for https://bugs.webkit.org/show_bug.cgi?id=22460,
1071 testing ASSERT in console.trace() due to incomplete inheritance chain.
1073 * fast/dom/Window/console-trace-expected.txt: Added.
1074 * fast/dom/Window/console-trace.html: Added.
1076 2008-12-02 Michael Moss <mmoss@chromium.org>
1078 Reviewed by Eric Seidel.
1080 Enable http/tests/navigation/reload-subframe-*frame.html on Windows.
1081 https://bugs.webkit.org/show_bug.cgi?id=20926
1083 * platform/win/Skipped:
1085 2008-12-01 Beth Dakin <bdakin@apple.com>
1087 Reviewed by Dan Bernstein.
1089 Tests for https://bugs.webkit.org/show_bug.cgi?id=13736 REGRESSION
1090 (r19811): Using the down arrow in a textarea gets "stuck" at the
1091 end of a wrapped line
1092 And corresponding: <rdar://problem/5347931>
1094 * editing/selection/wrapped-line-caret-1.html: Added.
1095 * editing/selection/wrapped-line-caret-2.html: Added.
1096 * platform/mac/editing/selection/wrapped-line-caret-1-
1097 expected.checksum: Added.
1098 * platform/mac/editing/selection/wrapped-line-caret-1-expected.png:
1100 * platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
1102 * platform/mac/editing/selection/wrapped-line-caret-2-
1103 expected.checksum: Added.
1104 * platform/mac/editing/selection/wrapped-line-caret-2-expected.png:
1106 * platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
1109 2008-12-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1111 Not reviewed. Forgot to include updated layout tests in last commit.
1113 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
1114 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
1115 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
1117 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
1119 Reviewed by Mark Rowe.
1121 Updated the reference images for the <video> layout tests as the ones checked-in previously
1122 do not pass on the pixel bots.
1124 https://bugs.webkit.org/show_bug.cgi?id=21911
1126 * platform/mac/media/video-aspect-ratio-expected.checksum:
1127 * platform/mac/media/video-aspect-ratio-expected.png:
1128 * platform/mac/media/video-controls-rendering-expected.checksum:
1129 * platform/mac/media/video-controls-rendering-expected.png:
1130 * platform/mac/media/video-display-toggle-expected.checksum:
1131 * platform/mac/media/video-display-toggle-expected.png:
1132 * platform/mac/media/video-layer-crash-expected.checksum:
1133 * platform/mac/media/video-layer-crash-expected.png:
1134 * platform/mac/media/video-transformed-expected.checksum:
1135 * platform/mac/media/video-transformed-expected.png:
1137 2008-12-01 David Kilzer <ddkilzer@apple.com>
1139 Bug 22466: REGRESSION (35867): Many resources missing when saving webarchive of webkit.org
1141 <https://bugs.webkit.org/show_bug.cgi?id=22466>
1142 <rdar://problem/6403593>
1144 Reviewed by Brady Eidson.
1146 * http/tests/webarchive/resources/test-preload-resources.css: Added.
1147 * http/tests/webarchive/test-preload-resources-expected.webarchive: Added.
1148 * http/tests/webarchive/test-preload-resources.html: Added.
1149 * platform/qt/Skipped: Added http/tests/webarchive and grouped the
1150 skipped list of other webarchive tests together.
1151 * platform/win/Skipped: Added http/tests/webarchive.
1153 2008-12-01 Pamela Greene <pam@chromium.org>
1155 Reviewed by Darin Adler.
1157 https://bugs.webkit.org/show_bug.cgi?id=22464
1158 Add a test for a potential crash when performing a same-origin
1159 check on a subframe reloaded with about:blank.
1161 * fast/js/same-origin-subframe-about-blank-expected.txt: Added.
1162 * fast/js/same-origin-subframe-about-blank.html: Added.
1164 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
1166 Reviewed by Dan Bernstein.
1168 Fixed <video> layout tests so that DRT is notified they are done only when the video frames
1169 are effectively rendered in the page. This requires using a timeout since there is no <video>
1170 event that fires when the first frame has been drawn (the closest even fires when the element
1171 is ready to render and will eventually draw at some unknown point in the future).
1172 Thanks to this change, these tests now pass in --pixel mode as well.
1174 https://bugs.webkit.org/show_bug.cgi?id=21911
1176 * media/video-aspect-ratio.html:
1177 * media/video-controls-rendering.html:
1178 * media/video-display-toggle.html:
1179 * media/video-layer-crash.html:
1180 * media/video-paint-test.js:
1182 * media/video-transformed.html:
1183 * platform/mac/media/video-aspect-ratio-expected.checksum:
1184 * platform/mac/media/video-aspect-ratio-expected.png:
1185 * platform/mac/media/video-controls-rendering-expected.checksum:
1186 * platform/mac/media/video-controls-rendering-expected.png:
1187 * platform/mac/media/video-display-toggle-expected.checksum:
1188 * platform/mac/media/video-display-toggle-expected.png:
1189 * platform/mac/media/video-layer-crash-expected.checksum:
1190 * platform/mac/media/video-layer-crash-expected.png:
1191 * platform/mac/media/video-transformed-expected.checksum:
1192 * platform/mac/media/video-transformed-expected.png:
1194 2008-12-01 Pamela Greene <pam@chromium.org>
1196 Reviewed by Darin Adler.
1198 https://bugs.webkit.org/show_bug.cgi?id=22463
1199 Add a test for accessing navigator.cookieEnabled after navigation.
1201 * fast/dom/navigator-cookieEnabled-no-crash-expected.txt: Added.
1202 * fast/dom/navigator-cookieEnabled-no-crash.html: Added.
1203 * fast/dom/resources/test-successful-destination.html: Added.
1205 2008-12-01 Pamela Greene <pam@chromium.org>
1207 Reviewed by Sam Weinig.
1209 https://bugs.webkit.org/show_bug.cgi?id=22365
1210 Add a test to verify behavior of DOM node constructors.
1212 * fast/dom/dom-constructors-expected.txt: Added.
1213 * fast/dom/dom-constructors.html: Added.
1215 2008-12-01 Pamela Greene <pam@chromium.org>
1217 Reviewed by Darin Adler.
1219 https://bugs.webkit.org/show_bug.cgi?id=22358
1220 Add a test for crash on "Copy" after showing a tooltip.
1222 * editing/pasteboard/copy-crash-expected.txt: Added.
1223 * editing/pasteboard/copy-crash.html: Added.
1225 2008-12-01 Alexey Proskuryakov <ap@webkit.org>
1227 Rubber-stamped by Mark Rowe.
1229 https://bugs.webkit.org/show_bug.cgi?id=22531
1230 Stack overflow on PowerPC on fast/workers/use-machine-stack.html
1232 Disabling the test until the problem can be investigated.
1234 * fast/workers/use-machine-stack.html: Removed.
1235 * fast/workers/use-machine-stack.html-disabled: Copied from fast/workers/use-machine-stack.html.
1237 2008-11-28 Sam Weinig <sam@webkit.org>
1239 Reviewed by Alexey Proskuryakov.
1241 Test for https://bugs.webkit.org/show_bug.cgi?id=21063
1242 NULL pointer crash in dispatchEvent(null);
1244 * fast/events/dispatchEvent-crash-expected.txt: Added.
1245 * fast/events/dispatchEvent-crash.html: Added.
1247 2008-11-29 Dan Bernstein <mitz@apple.com>
1249 Reviewed by Alexey Proskuryakov.
1251 - test for https://bugs.webkit.org/show_bug.cgi?id=22454
1252 <rdar://problem/6405550> REGRESSION (3.2-TOT): Crash below FontFallbackList::fontDataAt on jacobian.org
1254 * http/tests/misc/font-face-in-multiple-segmented-faces-expected.txt: Added.
1255 * http/tests/misc/font-face-in-multiple-segmented-faces.html: Added.
1257 2008-11-29 Alexey Proskuryakov <ap@webkit.org>
1259 Reviewed by Eric Seidel.
1261 https://bugs.webkit.org/show_bug.cgi?id=14968
1262 document.open() erroneously returns void instead of the new Document
1264 * fast/dom/HTMLDocument/document-open-return-value-expected.txt: Added.
1265 * fast/dom/HTMLDocument/document-open-return-value.html: Added.
1267 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1269 Reviewed by Cameron Zwarich.
1271 Update WML layout test results after adding <timer> element support.
1273 * platform/mac/fast/wml/err-multi-timer-expected.checksum:
1274 * platform/mac/fast/wml/err-multi-timer-expected.png:
1275 * platform/mac/fast/wml/err-multi-timer-expected.txt:
1277 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1279 Reviewed by Holger Freyther.
1281 Update WML layout test results after adding <do> element support.
1283 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
1284 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
1285 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
1286 * platform/mac/fast/wml/do-shadow-expected.txt:
1287 * platform/mac/fast/wml/do-template-expected.txt:
1288 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
1289 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
1290 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
1291 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
1292 * platform/mac/fast/wml/err-samename-do-expected.checksum:
1293 * platform/mac/fast/wml/err-samename-do-expected.png:
1294 * platform/mac/fast/wml/err-samename-do-expected.txt:
1296 2008-11-26 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1298 Reviewed by George Staikos.
1300 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22522
1302 Catch WML errors (invalid variable name/reference, multiple access elements, etc)
1303 while parsing the document, and stop parsing immediately and wrap the document
1304 fragment in a XHTML error document, just like it's done from XML parsing errors.
1306 Update affected layout tests (all fixed).
1308 * platform/mac/fast/wml/do-shadow-expected.txt:
1309 * platform/mac/fast/wml/do-template-expected.txt:
1310 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum:
1311 * platform/mac/fast/wml/err-event-binding-conflict-expected.png:
1312 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt:
1313 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum:
1314 * platform/mac/fast/wml/err-invalid-variable-name-expected.png:
1315 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
1316 * platform/mac/fast/wml/err-multi-access-expected.checksum:
1317 * platform/mac/fast/wml/err-multi-access-expected.png:
1318 * platform/mac/fast/wml/err-multi-access-expected.txt:
1319 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum:
1320 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png:
1321 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
1323 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
1325 Not reviewed. Forgot to include this layout test update in the last commit.
1327 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1329 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
1331 Rubber stamped by Mark Rowe.
1333 Fix nine failing tests on the build bot. Update mac-tiger results.
1335 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1336 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1337 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1338 * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1339 * platform/mac-tiger/svg/hixie/perf/001-expected.txt:
1340 * platform/mac-tiger/svg/hixie/perf/002-expected.txt:
1341 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
1342 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
1343 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
1345 2008-11-10 Glenn Wilson <gwilson@chromium.org>
1347 Reviewed by Dan Bernstein.
1349 Fixed bug http://bugs.webkit.org/show_bug.cgi?id=21953
1351 Added layout tests to verify that characters not defined in the default font with the small-caps variant
1354 * fast/css/small-caps-crash-expected.txt: Added.
1355 * fast/css/small-caps-crash.html: Added.
1357 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
1359 Reviewed by Oliver Hunt.
1361 Update layout tests, after fixing the path to string logic.
1363 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
1364 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
1365 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
1366 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
1367 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1368 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1369 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
1370 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
1371 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
1372 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
1373 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
1374 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
1375 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
1376 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
1377 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
1378 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
1379 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
1380 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
1381 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
1382 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
1383 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
1384 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
1385 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
1386 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
1387 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
1388 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
1389 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
1390 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
1391 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
1392 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
1393 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
1394 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
1395 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
1396 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
1397 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
1398 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
1399 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
1400 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
1401 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
1402 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
1403 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
1404 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
1405 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
1406 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
1407 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
1408 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
1409 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
1410 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
1411 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
1412 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
1413 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
1414 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
1415 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
1416 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
1417 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
1418 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
1419 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
1420 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
1421 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
1422 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
1423 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
1424 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
1425 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
1426 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
1427 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
1428 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
1429 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
1430 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
1431 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
1432 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
1433 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
1434 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
1435 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
1436 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
1437 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
1438 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
1439 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
1440 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
1441 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1442 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1443 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1444 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1445 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1446 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1447 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1448 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1449 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1450 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
1451 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1452 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1453 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1454 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1455 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1456 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1457 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1458 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1459 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
1460 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
1461 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
1462 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
1463 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
1464 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
1465 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
1466 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
1467 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
1468 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
1469 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
1470 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
1471 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
1472 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
1473 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
1474 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
1475 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
1476 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
1477 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
1478 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
1479 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
1480 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
1481 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
1482 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
1483 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
1484 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
1485 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
1486 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
1487 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
1488 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
1489 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
1490 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
1491 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
1492 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1493 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
1494 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1495 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
1496 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
1497 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
1498 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
1499 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
1500 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
1501 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1502 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
1503 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
1504 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
1505 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
1506 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
1507 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
1508 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
1509 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1510 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
1511 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
1512 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
1513 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
1514 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
1515 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
1516 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
1517 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
1518 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
1519 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
1520 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
1521 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
1522 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
1523 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
1524 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
1525 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
1526 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
1527 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
1528 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
1529 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
1530 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
1531 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
1532 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
1533 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
1534 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
1535 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
1536 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
1537 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
1538 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
1539 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
1540 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
1541 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
1542 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
1543 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
1544 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
1545 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
1546 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
1547 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
1548 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
1549 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
1550 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
1551 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
1552 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
1553 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
1554 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
1555 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
1556 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
1557 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
1558 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
1559 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
1560 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
1561 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
1562 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
1563 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
1564 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
1565 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
1566 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
1567 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
1568 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
1569 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
1570 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
1571 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
1572 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
1573 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
1574 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1575 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
1576 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
1577 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
1578 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
1579 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
1580 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
1581 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
1582 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
1583 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
1584 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
1585 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
1586 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
1587 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
1588 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
1589 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
1590 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
1591 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
1592 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
1593 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
1594 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
1595 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
1596 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
1597 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
1598 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
1599 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
1600 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
1601 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
1602 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
1603 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
1604 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
1605 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
1606 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
1607 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
1608 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1609 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
1610 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
1611 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
1612 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
1613 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
1614 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
1615 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
1616 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1617 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
1618 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
1619 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
1620 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
1621 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
1622 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
1623 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
1624 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
1625 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
1626 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
1627 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1628 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
1629 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
1630 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
1631 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
1632 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
1633 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
1634 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
1635 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
1636 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
1637 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
1638 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
1639 * platform/mac/svg/batik/text/textAnchor-expected.txt:
1640 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
1641 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
1642 * platform/mac/svg/batik/text/textEffect2-expected.txt:
1643 * platform/mac/svg/batik/text/textFeatures-expected.txt:
1644 * platform/mac/svg/batik/text/textLength-expected.txt:
1645 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
1646 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
1647 * platform/mac/svg/batik/text/textProperties-expected.txt:
1648 * platform/mac/svg/batik/text/textProperties2-expected.txt:
1649 * platform/mac/svg/batik/text/verticalText-expected.txt:
1650 * platform/mac/svg/carto.net/button-expected.txt:
1651 * platform/mac/svg/carto.net/colourpicker-expected.txt:
1652 * platform/mac/svg/carto.net/combobox-expected.txt:
1653 * platform/mac/svg/carto.net/scrollbar-expected.txt:
1654 * platform/mac/svg/carto.net/selectionlist-expected.txt:
1655 * platform/mac/svg/carto.net/slider-expected.txt:
1656 * platform/mac/svg/carto.net/textbox-expected.txt:
1657 * platform/mac/svg/carto.net/window-expected.txt:
1658 * platform/mac/svg/css/css-box-min-width-expected.txt:
1659 * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
1660 * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
1661 * platform/mac/svg/custom/SVGRect-interface-expected.txt:
1662 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
1663 * platform/mac/svg/custom/altglyph-expected.txt:
1664 * platform/mac/svg/custom/attribute-namespace-check-expected.txt:
1665 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
1666 * platform/mac/svg/custom/class-baseValue-expected.txt:
1667 * platform/mac/svg/custom/class-selector-expected.txt:
1668 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
1669 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
1670 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
1671 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
1672 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
1673 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
1674 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
1675 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
1676 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
1677 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
1678 * platform/mac/svg/custom/create-metadata-element-expected.txt:
1679 * platform/mac/svg/custom/createelement-expected.txt:
1680 * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
1681 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
1682 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
1683 * platform/mac/svg/custom/display-none-expected.txt:
1684 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
1685 * platform/mac/svg/custom/dynamic-viewBox-expected.txt:
1686 * platform/mac/svg/custom/empty-clip-path-expected.txt:
1687 * platform/mac/svg/custom/empty-merge-expected.txt:
1688 * platform/mac/svg/custom/evt-onload-expected.txt:
1689 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
1690 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
1691 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
1692 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
1693 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
1694 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
1695 * platform/mac/svg/custom/fill-fallback-expected.txt:
1696 * platform/mac/svg/custom/fill-update-expected.txt:
1697 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
1698 * platform/mac/svg/custom/focus-ring-expected.txt:
1699 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
1700 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
1701 * platform/mac/svg/custom/fractional-rects-expected.txt:
1702 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
1703 * platform/mac/svg/custom/getTransformToElement-expected.txt:
1704 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
1705 * platform/mac/svg/custom/getsvgdocument-expected.txt:
1706 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
1707 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
1708 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
1709 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
1710 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
1711 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
1712 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
1713 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
1714 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
1715 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
1716 * platform/mac/svg/custom/group-opacity-expected.txt:
1717 * platform/mac/svg/custom/hit-test-with-br-expected.txt:
1718 * platform/mac/svg/custom/hover-default-fill-expected.txt:
1719 * platform/mac/svg/custom/image-parent-translation-expected.txt:
1720 * platform/mac/svg/custom/image-small-width-height-expected.txt:
1721 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
1722 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
1723 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
1724 * platform/mac/svg/custom/inner-percent-expected.txt:
1725 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
1726 * platform/mac/svg/custom/invalid-css-expected.txt:
1727 * platform/mac/svg/custom/invalid-fill-expected.txt:
1728 * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
1729 * platform/mac/svg/custom/invalid-lengthlist-expected.txt:
1730 * platform/mac/svg/custom/invalid-transforms-expected.txt:
1731 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
1732 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
1733 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
1734 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
1735 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
1736 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
1737 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
1738 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
1739 * platform/mac/svg/custom/js-update-bounce-expected.txt:
1740 * platform/mac/svg/custom/js-update-container-expected.txt:
1741 * platform/mac/svg/custom/js-update-container2-expected.txt:
1742 * platform/mac/svg/custom/js-update-gradient-expected.txt:
1743 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
1744 * platform/mac/svg/custom/js-update-pattern-expected.txt:
1745 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
1746 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
1747 * platform/mac/svg/custom/js-update-stop-expected.txt:
1748 * platform/mac/svg/custom/js-update-style-expected.txt:
1749 * platform/mac/svg/custom/js-update-transform-addition-expected.txt:
1750 * platform/mac/svg/custom/js-update-transform-changes-expected.txt:
1751 * platform/mac/svg/custom/junk-data-expected.txt:
1752 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
1753 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
1754 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
1755 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
1756 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
1757 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
1758 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
1759 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
1760 * platform/mac/svg/custom/marker-changes-expected.txt:
1761 * platform/mac/svg/custom/marker-child-changes-expected.txt:
1762 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
1763 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
1764 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
1765 * platform/mac/svg/custom/mask-changes-expected.txt:
1766 * platform/mac/svg/custom/mask-child-changes-expected.txt:
1767 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
1768 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
1769 * platform/mac/svg/custom/missing-xlink-expected.txt:
1770 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
1771 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
1772 * platform/mac/svg/custom/path-update-expected.txt:
1773 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
1774 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
1775 * platform/mac/svg/custom/pattern-in-defs-expected.txt:
1776 * platform/mac/svg/custom/pattern-rotate-expected.txt:
1777 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
1778 * platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
1779 * platform/mac/svg/custom/percentage-rect-expected.txt:
1780 * platform/mac/svg/custom/percentage-rect2-expected.txt:
1781 * platform/mac/svg/custom/pointer-events-path-expected.txt:
1782 * platform/mac/svg/custom/poly-identify-expected.txt:
1783 * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
1784 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
1785 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
1786 * platform/mac/svg/custom/prevent-default-expected.txt:
1787 * platform/mac/svg/custom/recursive-clippath-expected.txt:
1788 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
1789 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
1790 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
1791 * platform/mac/svg/custom/rootelement-expected.txt:
1792 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
1793 * platform/mac/svg/custom/rounded-rects-expected.txt:
1794 * platform/mac/svg/custom/scroll-hit-test-expected.txt:
1795 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
1796 * platform/mac/svg/custom/second-inline-text-expected.txt:
1797 * platform/mac/svg/custom/shape-rendering-expected.txt:
1798 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
1799 * platform/mac/svg/custom/sheet-title-expected.txt:
1800 * platform/mac/svg/custom/simpleCDF-expected.txt:
1801 * platform/mac/svg/custom/stroke-fallback-expected.txt:
1802 * platform/mac/svg/custom/stroked-pattern-expected.txt:
1803 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
1804 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
1805 * platform/mac/svg/custom/svg-absolute-children-expected.txt:
1806 * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
1807 * platform/mac/svg/custom/svg-overflow-types-expected.txt:
1808 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
1809 * platform/mac/svg/custom/text-clip-expected.txt:
1810 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
1811 * platform/mac/svg/custom/text-gradient-no-content-expected.txt:
1812 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
1813 * platform/mac/svg/custom/transform-invalid-expected.txt:
1814 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
1815 * platform/mac/svg/custom/transform-scale-parse-expected.txt:
1816 * platform/mac/svg/custom/transform-with-ending-space-expected.txt:
1817 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
1818 * platform/mac/svg/custom/use-css-events-expected.txt:
1819 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
1820 * platform/mac/svg/custom/use-detach-expected.txt:
1821 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
1822 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
1823 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
1824 * platform/mac/svg/custom/use-events-crash-expected.txt:
1825 * platform/mac/svg/custom/use-forward-refs-expected.txt:
1826 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
1827 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
1828 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
1829 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
1830 * platform/mac/svg/custom/use-nested-transform-expected.txt:
1831 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
1832 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
1833 * platform/mac/svg/custom/use-on-g-expected.txt:
1834 * platform/mac/svg/custom/use-on-rect-expected.txt:
1835 * platform/mac/svg/custom/use-on-symbol-expected.txt:
1836 * platform/mac/svg/custom/use-on-use-expected.txt:
1837 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
1838 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
1839 * platform/mac/svg/custom/use-recursion-1-expected.txt:
1840 * platform/mac/svg/custom/use-recursion-3-expected.txt:
1841 * platform/mac/svg/custom/use-recursion-4-expected.txt:
1842 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
1843 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
1844 * platform/mac/svg/custom/use-transform-expected.txt:
1845 * platform/mac/svg/custom/viewBox-hit-expected.txt:
1846 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
1847 * platform/mac/svg/custom/viewport-clip-expected.txt:
1848 * platform/mac/svg/custom/viewport-em-expected.txt:
1849 * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
1850 * platform/mac/svg/custom/viewport-update-expected.txt:
1851 * platform/mac/svg/custom/viewport-update2-expected.txt:
1852 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
1853 * platform/mac/svg/custom/visibility-override-expected.txt:
1854 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
1855 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
1856 * platform/mac/svg/custom/width-full-percentage-expected.txt:
1857 * platform/mac/svg/custom/xml-stylesheet-expected.txt:
1858 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
1859 * platform/mac/svg/hixie/cascade/002-expected.txt:
1860 * platform/mac/svg/hixie/data-types/001-expected.txt:
1861 * platform/mac/svg/hixie/data-types/002-expected.txt:
1862 * platform/mac/svg/hixie/dynamic/003-expected.txt:
1863 * platform/mac/svg/hixie/dynamic/004-expected.txt:
1864 * platform/mac/svg/hixie/dynamic/005-expected.txt:
1865 * platform/mac/svg/hixie/dynamic/006-expected.txt:
1866 * platform/mac/svg/hixie/error/001-expected.txt:
1867 * platform/mac/svg/hixie/error/003-expected.txt:
1868 * platform/mac/svg/hixie/error/007-expected.txt:
1869 * platform/mac/svg/hixie/error/008-expected.txt:
1870 * platform/mac/svg/hixie/error/009-expected.txt:
1871 * platform/mac/svg/hixie/error/010-expected.txt:
1872 * platform/mac/svg/hixie/error/011-expected.txt:
1873 * platform/mac/svg/hixie/error/012-expected.txt:
1874 * platform/mac/svg/hixie/error/014-expected.txt:
1875 * platform/mac/svg/hixie/error/014-test-expected.txt:
1876 * platform/mac/svg/hixie/error/015-expected.txt:
1877 * platform/mac/svg/hixie/error/016-expected.txt:
1878 * platform/mac/svg/hixie/error/017-expected.txt:
1879 * platform/mac/svg/hixie/links/001-expected.txt:
1880 * platform/mac/svg/hixie/links/003-broken-expected.txt:
1881 * platform/mac/svg/hixie/mixed/003-expected.txt:
1882 * platform/mac/svg/hixie/mixed/004-expected.txt:
1883 * platform/mac/svg/hixie/mixed/005-expected.txt:
1884 * platform/mac/svg/hixie/mixed/006-expected.txt:
1885 * platform/mac/svg/hixie/mixed/008-expected.txt:
1886 * platform/mac/svg/hixie/mixed/009-expected.txt:
1887 * platform/mac/svg/hixie/mixed/010-expected.txt:
1888 * platform/mac/svg/hixie/mixed/011-expected.txt:
1889 * platform/mac/svg/hixie/painting/001-expected.txt:
1890 * platform/mac/svg/hixie/perf/001-expected.txt:
1891 * platform/mac/svg/hixie/perf/002-expected.txt:
1892 * platform/mac/svg/hixie/perf/003-expected.txt:
1893 * platform/mac/svg/hixie/perf/004-expected.txt:
1894 * platform/mac/svg/hixie/perf/005-expected.txt:
1895 * platform/mac/svg/hixie/perf/006-expected.txt:
1896 * platform/mac/svg/hixie/perf/007-expected.txt:
1897 * platform/mac/svg/hixie/processing-model/005-expected.txt:
1898 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
1899 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
1900 * platform/mac/svg/hixie/rendering-model/003-expected.txt:
1901 * platform/mac/svg/hixie/rendering-model/003a-expected.txt:
1902 * platform/mac/svg/hixie/rendering-model/004-expected.txt:
1903 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
1904 * platform/mac/svg/hixie/text/001-broken-expected.txt:
1905 * platform/mac/svg/hixie/transform/001-expected.txt:
1906 * platform/mac/svg/hixie/use/001-expected.txt:
1907 * platform/mac/svg/hixie/use/002-expected.txt:
1908 * platform/mac/svg/hixie/use/002-test-expected.txt:
1909 * platform/mac/svg/hixie/viewbox/001-expected.txt:
1910 * platform/mac/svg/hixie/viewbox/002-expected.txt:
1911 * platform/mac/svg/hixie/viewbox/003-expected.txt:
1912 * platform/mac/svg/hixie/viewbox/004-expected.txt:
1913 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
1914 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
1915 * platform/mac/svg/text/kerning-expected.txt:
1916 * platform/mac/svg/text/multichar-glyph-expected.txt:
1917 * platform/mac/svg/text/text-align-01-b-expected.txt:
1918 * platform/mac/svg/text/text-align-02-b-expected.txt:
1919 * platform/mac/svg/text/text-align-03-b-expected.txt:
1920 * platform/mac/svg/text/text-align-04-b-expected.txt:
1921 * platform/mac/svg/text/text-align-05-b-expected.txt:
1922 * platform/mac/svg/text/text-align-06-b-expected.txt:
1923 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
1924 * platform/mac/svg/text/text-deco-01-b-expected.txt:
1925 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
1926 * platform/mac/svg/text/text-fonts-02-t-expected.txt:
1927 * platform/mac/svg/text/text-intro-05-t-expected.txt:
1928 * platform/mac/svg/text/text-path-01-b-expected.txt:
1929 * platform/mac/svg/text/text-spacing-01-b-expected.txt:
1930 * platform/mac/svg/text/text-text-01-b-expected.txt:
1931 * platform/mac/svg/text/text-text-03-b-expected.txt:
1932 * platform/mac/svg/text/text-text-04-t-expected.txt:
1933 * platform/mac/svg/text/text-text-05-t-expected.txt:
1934 * platform/mac/svg/text/text-text-06-t-expected.txt:
1935 * platform/mac/svg/text/text-text-07-t-expected.txt:
1936 * platform/mac/svg/text/text-text-08-b-expected.txt:
1937 * platform/mac/svg/text/text-tref-01-b-expected.txt:
1938 * platform/mac/svg/text/text-tselect-01-b-expected.txt:
1939 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
1940 * platform/mac/svg/text/text-tspan-01-b-expected.txt:
1941 * platform/mac/svg/text/text-ws-01-t-expected.txt:
1942 * platform/mac/svg/text/text-ws-02-t-expected.txt:
1943 * svg/custom/text-dom-removal-expected.txt:
1944 * svg/custom/use-clipped-transform-expected.txt:
1945 * svg/custom/use-elementInstance-event-target-expected.txt:
1946 * svg/custom/use-elementInstance-methods-expected.txt:
1947 * svg/custom/use-setAttribute-crash-expected.txt:
1948 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
1950 2008-11-26 Jan Michael Alonzo <jmalonzo@webkit.org>
1952 Reviewed by Holger Freyther.
1954 [Gtk] add/remove tests from Skipped and fix netscape plugin test
1955 https://bugs.webkit.org/show_bug.cgi?id=22484
1957 Add tests that needs confirmation of new results. Also, remove
1958 some tests that are already passing.
1960 * platform/gtk/Skipped:
1962 2008-11-26 Alexey Proskuryakov <ap@webkit.org>
1964 Reviewed by Geoff Garen.
1966 Add a test for infinite recursion in workers
1967 https://bugs.webkit.org/show_bug.cgi?id=22486
1969 * fast/workers/resources/use-machine-stack.js: Added.
1970 * fast/workers/use-machine-stack-expected.txt: Added.
1971 * fast/workers/use-machine-stack.html: Added.
1973 2008-11-25 Chris Marrin <cmarrin@apple.com>
1975 Reviewed by Dan Bernstein.
1977 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22487
1979 * animations/empty-keyframes-expected.txt: Added.
1980 * animations/empty-keyframes.html: Added.
1981 * animations/fill-unset-properties-expected.txt: Added.
1982 * animations/fill-unset-properties.html: Added.
1984 2008-11-25 Simon Fraser <simon.fraser@apple.com>
1986 Reviewed by Darin Adler
1988 https://bugs.webkit.org/show_bug.cgi?id=22046
1990 Tests that remove the element upon which a transition/animation end
1991 event is being fired from within the event handler.
1993 * animations/transform-animation-event-destroy-element-expected.txt: Added.
1994 * animations/transform-animation-event-destroy-element.html: Added.
1995 * transitions/transform-transition-event-destroy-element-expected.txt: Added.
1996 * transitions/transform-transition-event-destroy-element.html: Added.
1998 2008-11-25 Darin Fisher <darin@chromium.org>
2000 Disabling these newly added tests since they fail in some configurations.
2002 See https://bugs.webkit.org/show_bug.cgi?id=21635
2004 * http/tests/misc/submit-get-in-utf7.html: Removed.
2005 * http/tests/misc/submit-get-in-utf7.html-disabled: Copied from http/tests/misc/submit-get-in-utf7.html.
2006 * http/tests/misc/submit-post-in-utf7.html: Removed.
2007 * http/tests/misc/submit-post-in-utf7.html-disabled: Copied from http/tests/misc/submit-post-in-utf7.html.
2008 * http/tests/misc/url-in-utf7.html: Removed.
2009 * http/tests/misc/url-in-utf7.html-disabled: Copied from http/tests/misc/url-in-utf7.html.
2011 2008-11-25 Jungshik Shin <jshin@chromium.org>
2013 Reviewed by Darin Adler.
2015 For Unicode encodings other than UTF-8, use UTF-8 for
2016 form submission and URL query part encoding.
2018 See https://bugs.webkit.org/show_bug.cgi?id=21635
2020 * http/tests/misc/submit-get-in-utf16be-expected.txt: Added.
2021 * http/tests/misc/submit-get-in-utf16be.html: Added.
2022 * http/tests/misc/submit-get-in-utf16le-expected.txt: Added.
2023 * http/tests/misc/submit-get-in-utf16le.html: Added.
2024 * http/tests/misc/submit-get-in-utf32be-expected.txt: Added.
2025 * http/tests/misc/submit-get-in-utf32be.html: Added.
2026 * http/tests/misc/submit-get-in-utf32le-expected.txt: Added.
2027 * http/tests/misc/submit-get-in-utf32le.html: Added.
2028 * http/tests/misc/submit-get-in-utf7-expected.txt: Added.
2029 * http/tests/misc/submit-get-in-utf7.html: Added.
2030 * http/tests/misc/submit-post-in-utf16be-expected.txt: Added.
2031 * http/tests/misc/submit-post-in-utf16be.html: Added.
2032 * http/tests/misc/submit-post-in-utf16le-expected.txt: Added.
2033 * http/tests/misc/submit-post-in-utf16le.html: Added.
2034 * http/tests/misc/submit-post-in-utf32be-expected.txt: Added.
2035 * http/tests/misc/submit-post-in-utf32be.html: Added.
2036 * http/tests/misc/submit-post-in-utf32le-expected.txt: Added.
2037 * http/tests/misc/submit-post-in-utf32le.html: Added.
2038 * http/tests/misc/submit-post-in-utf7-expected.txt: Added.
2039 * http/tests/misc/submit-post-in-utf7.html: Added.
2040 * http/tests/misc/url-in-utf16be-expected.txt: Added.
2041 * http/tests/misc/url-in-utf16be.html: Added.
2042 * http/tests/misc/url-in-utf16le-expected.txt: Added.
2043 * http/tests/misc/url-in-utf16le.html: Added.
2044 * http/tests/misc/url-in-utf32be-expected.txt: Added.
2045 * http/tests/misc/url-in-utf32be.html: Added.
2046 * http/tests/misc/url-in-utf32le-expected.txt: Added.
2047 * http/tests/misc/url-in-utf32le.html: Added.
2048 * http/tests/misc/url-in-utf7-expected.txt: Added.
2049 * http/tests/misc/url-in-utf7.html: Added.
2051 2008-11-25 Alexey Proskuryakov <ap@webkit.org>
2053 Reviewed by Geoff Garen.
2055 https://bugs.webkit.org/show_bug.cgi?id=9001
2056 Javascript stops running before replacement page data arrives
2058 Adding a test for a bug that is longer reproducible.
2060 * http/tests/misc/resources/hang-connection.php: Added.
2061 * http/tests/misc/timer-vs-loading-expected.txt: Added.
2062 * http/tests/misc/timer-vs-loading.html: Added.
2064 2008-11-24 Dean McNamee <deanm@chromium.org>
2066 Reviewed by Alexey Proskuryakov.
2068 https://bugs.webkit.org/show_bug.cgi?id=22350
2069 Allow layout tests to run in php cgi mode
2071 * http/tests/misc/refresh-headers.php:
2072 * http/tests/misc/resources/redirect-result.php:
2073 * http/tests/misc/resources/referrer-result.php:
2074 * http/tests/misc/xhtml.php:
2075 Stop using getallheaders(), which is only implemented by mod_php, so that the tests could
2076 run through lighttpd.
2078 2008-11-24 Antti Koivisto <antti@apple.com>
2080 Reviewed by Darin Adler.
2082 Test for https://bugs.webkit.org/show_bug.cgi?id=22073
2083 REGRESSION(r33544): Palace in the Sky crashes WebKit
2085 * fast/tokenizer/nested-cached-scripts-and-stylesheet-expected.txt: Added.
2086 * fast/tokenizer/nested-cached-scripts-and-stylesheet.html: Added.
2087 * fast/tokenizer/resources/load-stylesheet-and-document-write-script.js: Added.
2089 2008-11-24 Cameron Zwarich <zwarich@apple.com>
2091 Reviewed by Geoff Garen.
2093 Add tests for bug 13790: Function declarations are not treated as statements (used to affect starcraft2.com)
2094 <https://bugs.webkit.org/show_bug.cgi?id=13790>
2096 * fast/js/function-declaration-statement-expected.txt: Added.
2097 * fast/js/function-declaration-statement.html: Added.
2098 * fast/js/resources/function-declaration-statement.js: Added.
2100 2008-11-24 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2102 Reviewed by George Staikos & Eric Seidel.
2104 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22430
2106 Regenerate WML layout test results after implementing WML specific <card> handling:
2107 Only the first <card> element should be visible after loading the document, others
2108 can be shown by using the <go> task element.
2110 * platform/mac/fast/wml/card-element-expected.checksum:
2111 * platform/mac/fast/wml/card-element-expected.png:
2112 * platform/mac/fast/wml/card-element-expected.txt:
2113 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
2114 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
2115 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
2116 * platform/mac/fast/wml/do-shadow-expected.checksum:
2117 * platform/mac/fast/wml/do-shadow-expected.png:
2118 * platform/mac/fast/wml/do-shadow-expected.txt:
2119 * platform/mac/fast/wml/do-template-expected.checksum:
2120 * platform/mac/fast/wml/do-template-expected.png:
2121 * platform/mac/fast/wml/do-template-expected.txt:
2122 * platform/mac/fast/wml/entity-expected.checksum:
2123 * platform/mac/fast/wml/entity-expected.png:
2124 * platform/mac/fast/wml/entity-expected.txt:
2125 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
2126 * platform/mac/fast/wml/show-first-card-expected.checksum:
2127 * platform/mac/fast/wml/show-first-card-expected.png:
2128 * platform/mac/fast/wml/show-first-card-expected.txt:
2129 * platform/mac/fast/wml/test-expected.checksum:
2130 * platform/mac/fast/wml/test-expected.png:
2131 * platform/mac/fast/wml/test-expected.txt:
2133 2008-11-24 Glenn Wilson <gwilson@chromium.org>
2135 Reviewed by Alexey Proskuryakov.
2137 http://bugs.webkit.org/show_bug.cgi?id=15643
2139 New test added to verify that LayoutTestController and other clients
2140 can disable smart insert/delete and enable selection of trailing whitespace
2141 as a workaround for smart insert/delete.
2143 * editing/selection/doubleclick-whitespace-expected.txt: Added.
2144 * editing/selection/doubleclick-whitespace.html: Added.
2146 2008-11-24 Glenn Wilson <gwilson@chromium.org>
2148 Reviewed by Darin Adler.
2150 http://bugs.webkit.org/show_bug.cgi?id=18703
2151 "Changing the 'size' property on a text input does not affect its length"
2153 Added a new test to verify that the width of text input
2154 fields can be modified by javascript using the "size" attribute.
2156 * fast/js/text-field-resize-expected.txt: Added.
2157 * fast/js/text-field-resize.html: Added.
2159 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
2161 Reviewed by Darin Adler.
2163 https://bugs.webkit.org/show_bug.cgi?id=22455
2164 Add support for Worker.terminate()
2166 * fast/workers/worker-terminate-expected.txt: Added.
2167 * fast/workers/worker-terminate.html: Added.
2169 2008-11-24 Zan Dobersek <zandobersek@gmail.com>
2171 Reviewed by Holger Freyther.
2173 Some tests in plugins/ directory now pass.
2175 * platform/gtk/Skipped:
2177 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
2179 Reviewed by Mark Rowe.
2181 https://bugs.webkit.org/show_bug.cgi?id=22428
2182 xmlhttprequest-onProgress-open-should-zero-length.html fails intermittently
2184 * http/tests/xmlhttprequest/resources/big-response.php: Reduce the size of big response
2185 to make the test faster, but practically guarantee that the response will be delivered in
2188 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt:
2189 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html:
2190 Made the test more reliable by comparing final response position with known resource size.
2192 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
2194 Reviewed by Mark Rowe.
2196 https://bugs.webkit.org/show_bug.cgi?id=22439
2197 Won't load stylesheets with filenames less than 2 characters long in xhtml.
2199 * http/tests/misc/.htaccess:
2200 * http/tests/misc/a: Added.
2201 * http/tests/misc/single-character-pi-stylesheet-expected.txt: Added.
2202 * http/tests/misc/single-character-pi-stylesheet.xhtml: Added.
2204 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
2206 Reviewed by Mark Rowe.
2208 [Gtk+] We are passing all but one worker test. Enable them.
2210 We fail on fast/workers/worker-location.html due some weird
2211 issue with the bidi resolver "skipping" whitespace at the end
2214 * platform/gtk/Skipped:
2216 2008-11-24 Gavin Barraclough <barraclough@apple.com>
2218 Rubber stamped by Mark Rowe.
2220 Add test cases to ensure the PIC trampolines for prototype and prototype chain
2221 accesses properly check for JSImmediate values, rather than segfaulting.
2223 https://bugs.webkit.org/show_bug.cgi?id=22451
2225 * fast/js/pic/cached-prototype-then-immediate-expected.txt: Added.
2226 * fast/js/pic/cached-prototype-then-immediate.html: Added.
2228 2008-11-21 Alexey Proskuryakov <ap@webkit.org>
2230 Reviewed by Geoff Garen.
2232 https://bugs.webkit.org/show_bug.cgi?id=22400
2233 Add a stress test for concurrent JS execution
2235 * fast/workers/resources/stress-js-execution.js: Added.
2236 * fast/workers/stress-js-execution-expected.txt: Added.
2237 * fast/workers/stress-js-execution.html: Added.
2238 Tests that the basics don't cause a crash.
2240 2008-11-21 Justin Garcia <justin.garcia@apple.com>
2242 Reviewed by Darin Adler.
2244 <rdar://problem/5381788> Match NSTextView editing behavior at the end of hyperlink text
2246 Removed tests for behaviors that we're no longer interested in:
2247 * editing/deleting/delete-link-1.html: Removed.
2248 * platform/mac/editing/deleting/delete-link-1-expected.checksum: Removed.
2249 * platform/mac/editing/deleting/delete-link-1-expected.png: Removed.
2250 * platform/mac/editing/deleting/delete-link-1-expected.txt: Removed.
2251 * editing/execCommand/19653-4-expected.txt: Removed.
2252 * editing/execCommand/19653-4.html: Removed.
2254 Reflects new behavior (don't remember removed anchors):
2255 * platform/mac/editing/deleting/5168598-expected.txt:
2257 Reflects new behavior. Also made this test cross-platform:
2258 * editing/inserting/insert-before-link-1-expected.txt: Added.
2259 * editing/inserting/insert-before-link-1.html:
2260 * platform/mac/editing/inserting/insert-before-link-1-expected.checksum: Removed.
2261 * platform/mac/editing/inserting/insert-before-link-1-expected.png: Removed.
2262 * platform/mac/editing/inserting/insert-before-link-1-expected.txt: Removed.
2264 2008-11-21 Simon Fraser <simon.fraser@apple.com>
2266 Reviewed by Darin Adler
2268 https://bugs.webkit.org/show_bug.cgi?id=22159
2270 Add testcase for repaint issue with outlines on child objects,
2271 and redo bases affected by this change.
2273 * fast/repaint/outline-child-repaint.html: Added.
2274 * platform/mac/fast/repaint/4776765-expected.checksum:
2275 * platform/mac/fast/repaint/4776765-expected.png:
2276 * platform/mac/fast/repaint/delete-into-nested-block-expected.checksum:
2277 * platform/mac/fast/repaint/delete-into-nested-block-expected.png:
2278 * platform/mac/fast/repaint/outline-child-repaint-expected.checksum: Added.
2279 * platform/mac/fast/repaint/outline-child-repaint-expected.png: Added.
2280 * platform/mac/fast/repaint/outline-child-repaint-expected.txt: Added.
2281 * platform/mac/fast/repaint/outline-repaint-glitch-expected.checksum:
2282 * platform/mac/fast/repaint/outline-repaint-glitch-expected.png:
2284 2008-11-21 Cameron Zwarich <zwarich@apple.com>
2286 Reviewed by Sam Weinig.
2288 Add a test for <rdar://problem/4268912>, which was fixed in r13294 (!!).
2290 * fast/js/resources/string-sort.js:
2291 * fast/js/string-sort-expected.txt:
2293 2008-11-21 Pierre-Olivier Latour <pol@apple.com>
2295 Reviewed by Dan Bernstein.
2297 WebKit should be using Device RGB colorspace everywhere for
2300 https://bugs.webkit.org/show_bug.cgi?id=22300
2302 * platform/mac/fast/text/attributed-substring-from-range-001-expected.txt:
2304 2008-11-21 Pierre-Olivier Latour <pol@apple.com>
2306 Reviewed by Dan Bernstein.
2308 Add missing reference images for tests added as part of
2309 https://bugs.webkit.org/show_bug.cgi?id=21261
2311 https://bugs.webkit.org/show_bug.cgi?id=22391
2313 * platform/mac/animations/animation-drt-api-expected.checksum: Added.
2314 * platform/mac/animations/animation-drt-api-expected.png: Added.
2315 * platform/mac/transitions/transition-drt-api-expected.checksum: Added.
2316 * platform/mac/transitions/transition-drt-api-expected.png: Added.
2318 2008-11-20 Simon Fraser <simon.fraser@apple.com>
2320 Reviewed by Dan Bernstein
2322 https://bugs.webkit.org/show_bug.cgi?id=19623
2324 Test for correct repaint when an object gains
2325 a layer with a transform that is smaller than the
2326 old bounds of the object.
2328 * fast/repaint/change-transform.html: Added.
2329 * platform/mac/fast/repaint/change-transform-expected.checksum: Added.
2330 * platform/mac/fast/repaint/change-transform-expected.png: Added.
2331 * platform/mac/fast/repaint/change-transform-expected.txt: Added.
2333 2008-11-20 Justin Garcia <justin.garcia@apple.com>
2335 Reviewed by Darin Adler.
2337 <rdar://problem/2610675> Blank line that is quoted can't be deleted
2339 * editing/deleting/2610675-1-expected.txt: Added.
2340 * editing/deleting/2610675-1.html: Added.
2341 * editing/deleting/2610675-2-expected.txt: Added.
2342 * editing/deleting/2610675-2.html: Added.
2343 * editing/deleting/2610675-3-expected.txt: Added.
2344 * editing/deleting/2610675-3.html: Added.
2346 2008-11-20 Dean Jackson <dino@apple.com>
2348 Reviewed by Antti Koivisto
2350 https://bugs.webkit.org/show_bug.cgi?id=21247
2352 Make transition shorthand property accept transition-delay.
2354 * transitions/transition-shorthand-delay-expected.txt: Added.
2355 * transitions/transition-shorthand-delay.html: Added.
2357 2008-11-20 Dean Jackson <dino@apple.com>
2359 Reviewed by Antti Koivisto
2361 https://bugs.webkit.org/show_bug.cgi?id=22368
2363 Make sure pauseTransition API takes transition delay into account.
2365 * transitions/transition-drt-api-delay-expected.txt: Added.
2366 * transitions/transition-drt-api-delay.html: Added.
2368 2008-11-20 Cameron Zwarich <zwarich@apple.com>
2370 Reviewed by Sam Weinig.
2372 Add some tests for issues found while developing reparsing of function
2373 bodies. Also modify existing tests to be more robust in the face of
2374 possible changes to parsing.
2376 * fast/js/arguments-expected.txt:
2377 * fast/js/function-dot-arguments-expected.txt:
2378 * fast/js/resources/arguments.js:
2379 * fast/js/resources/function-dot-arguments.js:
2381 2008-11-20 Simon Fraser <simon.fraser@apple.com>
2383 Reviewed by Darin Adler
2385 https://bugs.webkit.org/show_bug.cgi?id=20368
2387 Tests for computed values of animation properties, and
2388 change to computed value of transform-origin. Updated tests
2389 that dump all computed values, to include animation and changed
2390 transform-origin properties.
2392 * animations/computed-style-expected.txt: Added.
2393 * animations/computed-style.html: Added.
2394 * fast/css/computed-style-expected.txt:
2395 * fast/css/computed-style-without-renderer-expected.txt:
2396 * svg/css/getComputedStyle-basic-expected.txt:
2397 * transforms/computed-style-origin-expected.txt: Added.
2398 * transforms/computed-style-origin.html: Added.
2400 2008-11-20 Pamela Greene <pam@chromium.org>
2402 Reviewed by Darin Adler.
2404 https://bugs.webkit.org/show_bug.cgi?id=22371
2405 Add a test for accessing form element items by index.
2407 * fast/dom/HTMLFormElement/htmlformelement-indexed-getter-expected.txt: Added.
2408 * fast/dom/HTMLFormElement/htmlformelement-indexed-getter.html: Added.
2410 2008-11-20 Pamela Greene <pam@chromium.org>
2412 Reviewed by Darin Adler.
2414 Test for https://bugs.webkit.org/show_bug.cgi?22370
2415 Add a test to check detectability of HTMLCollections.
2417 * fast/dom/htmlcollection-detectability-expected.txt: Added.
2418 * fast/dom/htmlcollection-detectability.html: Added.
2420 2008-11-20 Pamela Greene <pam@chromium.org>
2422 Reviewed by Darin Adler.
2424 https://bugs.webkit.org/show_bug.cgi?id=22369
2425 Add test cases covering more basic operations.
2427 * fast/js/function-dot-arguments-expected.txt:
2428 * fast/js/resources/function-dot-arguments.js:
2432 2008-11-20 Pamela Greene <pam@chromium.org>
2434 Reviewed by Darin Adler.
2436 https://bugs.webkit.org/show_bug.cgi?id=22363
2437 Add a test for DOM1 and DOM2 versions of add() on a select control.
2439 * fast/dom/dom-add-optionelement-expected.txt: Added.
2440 * fast/dom/dom-add-optionelement.html: Added.
2442 2008-11-20 Pamela Greene <pam@chromium.org>
2444 Reviewed by Darin Adler.
2446 https://bugs.webkit.org/show_bug.cgi?id=22359
2447 Add test for document.write() with multiple parameters.
2449 * fast/dom/document_write_params-expected.txt: Added.
2450 * fast/dom/document_write_params.html: Added.
2452 2008-11-20 Pamela Greene <pam@chromium.org>
2454 Reviewed by Darin Adler.
2456 https://bugs.webkit.org/show_bug.cgi?id=22387
2457 Add a test for HTMLOptionsCollection indexed getter and setter.
2459 * fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt: Added.
2460 * fast/dom/HTMLOptionElement/collection-setter-getter.html: Added.
2462 2008-11-20 Justin Garcia <justin.garcia@apple.com>
2464 Reviewed by Beth Dakin.
2466 <rdar://problem/2610675> Blank line that is quoted can't be deleted
2468 The old selection modification code for caret case deletions set the selection
2469 about to be deleted on the frame, instead of just setting the endingSelection.
2471 * platform/mac/editing/deleting/delete-by-word-001-expected.txt:
2472 * platform/mac/editing/deleting/delete-by-word-002-expected.txt:
2473 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt:
2474 * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
2475 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
2478 2008-11-20 Darin Adler <darin@apple.com>
2480 - update test result for <rdar://problem/4108572> REGRESSION: Can't extend
2481 selection with shift-arrow in read only mode
2483 * editing/selection/selection-actions.html: Removed the actions that are
2484 supposed to modify selections now.
2486 2008-11-20 Cameron Zwarich <zwarich@apple.com>
2488 Reviewed by Geoff Garen.
2490 Add tests for bug 22148: nytime.com page crashes browser during load
2491 <https://bugs.webkit.org/show_bug.cgi?id=22148>
2493 This bug was unknowingly fixed in r38322 by a rewrite of the recursion
2496 * fast/js/deep-recursion-test-expected.txt:
2497 * fast/js/deep-recursion-test.html:
2499 2008-11-19 Simon Fraser <simon.fraser@apple.com>
2501 Reviewed by Adele Peterson.
2503 https://bugs.webkit.org/show_bug.cgi?id=22190
2505 Test for the drawing and event handling of search field parts in a transformed
2508 * fast/forms/search-transformed.html: Added.
2509 * platform/mac/fast/forms/search-transformed-expected.checksum: Added.
2510 * platform/mac/fast/forms/search-transformed-expected.png: Added.
2511 * platform/mac/fast/forms/search-transformed-expected.txt: Added.
2513 2008-11-19 Simon Fraser <simon.fraser@apple.com>
2515 Reviewed by Antti Koivisto
2517 https://bugs.webkit.org/show_bug.cgi?id=22111
2519 Testcase for hit testing in video controls on transformed video.
2521 * media/video-controls-transformed-expected.txt: Added.
2522 * media/video-controls-transformed.html: Added.
2524 2008-11-19 Anders Carlsson <andersca@apple.com>
2526 Reviewed by Dan Bernstein.
2528 Add NPP_SetWindow test.
2530 * plugins/netscape-plugin-setwindow-size-2-expected.txt: Added.
2531 * plugins/netscape-plugin-setwindow-size-2.html: Copied from plugins/netscape-plugin-setwindow-size.html.
2533 2008-11-19 Geoffrey Garen <ggaren@apple.com>
2535 Reviewed by Darin Adler.
2537 Test for https://bugs.webkit.org/show_bug.cgi?id=22361
2538 A little more RegExp refactoring
2540 * fast/js/regexp-test-null-string.html: Added.
2541 * fast/js/regexp-test-null-expected.txt: Added.
2543 2008-11-19 Alexey Proskuryakov <ap@webkit.org>
2545 Reviewed by Darin Adler.
2547 https://bugs.webkit.org/show_bug.cgi?id=22355
2548 Systematize code for replacing global constructors
2550 * fast/workers/worker-replace-global-constructor-expected.txt: Added.
2551 * fast/workers/worker-replace-global-constructor.html: Added.
2553 2008-11-18 Cameron Zwarich <zwarich@apple.com>
2555 Reviewed by Maciej Stachowiak and Geoff Garen.
2557 Add tests for bug 22287: ASSERTION FAILED: Not enough jumps linked in slow case codegen in CTI::privateCompileSlowCases())
2558 <https://bugs.webkit.org/show_bug.cgi?id=22287>
2560 * fast/js/number-cell-reuse-expected.txt: Added.
2561 * fast/js/number-cell-reuse.html: Added.
2562 * fast/js/resources/number-cell-reuse.js: Added.
2564 2008-11-18 Holger Hans Peter Freyther <zecke@selfish.org>
2566 Rubber-stamped by Mark Rowe.
2568 Skip some more tests to make the Gtk+ build bot pass. We will
2569 have to investigate why some tests only fail on the build bot.
2571 * platform/gtk/Skipped:
2573 2008-11-18 Sam Weinig <sam@webkit.org>
2575 Fix incorrect result.
2577 * fast/dom/Window/window-properties-expected.txt:
2579 2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2581 Not reviewed. Checked in wrong result in last commit.
2583 * platform/mac/fast/wml/entity-expected.txt:
2585 2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2587 Reviewed by Sam Weinig.
2589 Add results for all WML tests, including pixel results.
2591 * fast/wml/p-mode.wml:
2592 * fast/wml/validate-dtd.wml:
2593 * platform/mac/fast/wml: Added.
2594 * platform/mac/fast/wml/br-element-in-table-expected.checksum: Added.
2595 * platform/mac/fast/wml/br-element-in-table-expected.png: Added.
2596 * platform/mac/fast/wml/br-element-in-table-expected.txt: Added.
2597 * platform/mac/fast/wml/br-element-in-text-expected.checksum: Added.
2598 * platform/mac/fast/wml/br-element-in-text-expected.png: Added.
2599 * platform/mac/fast/wml/br-element-in-text-expected.txt: Added.
2600 * platform/mac/fast/wml/card-element-expected.checksum: Added.
2601 * platform/mac/fast/wml/card-element-expected.png: Added.
2602 * platform/mac/fast/wml/card-element-expected.txt: Added.
2603 * platform/mac/fast/wml/case-sensitivity-expected.checksum: Added.
2604 * platform/mac/fast/wml/case-sensitivity-expected.png: Added.
2605 * platform/mac/fast/wml/case-sensitivity-expected.txt: Added.
2606 * platform/mac/fast/wml/cdata-section-expected.checksum: Added.
2607 * platform/mac/fast/wml/cdata-section-expected.png: Added.
2608 * platform/mac/fast/wml/cdata-section-expected.txt: Added.
2609 * platform/mac/fast/wml/comment-expected.checksum: Added.
2610 * platform/mac/fast/wml/comment-expected.png: Added.
2611 * platform/mac/fast/wml/comment-expected.txt: Added.
2612 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum: Added.
2613 * platform/mac/fast/wml/do-element-optional-attr-expected.png: Added.
2614 * platform/mac/fast/wml/do-element-optional-attr-expected.txt: Added.
2615 * platform/mac/fast/wml/do-shadow-expected.checksum: Added.
2616 * platform/mac/fast/wml/do-shadow-expected.png: Added.
2617 * platform/mac/fast/wml/do-shadow-expected.txt: Added.
2618 * platform/mac/fast/wml/do-template-expected.checksum: Added.
2619 * platform/mac/fast/wml/do-template-expected.png: Added.
2620 * platform/mac/fast/wml/do-template-expected.txt: Added.
2621 * platform/mac/fast/wml/entity-expected.checksum: Added.
2622 * platform/mac/fast/wml/entity-expected.png: Added.
2623 * platform/mac/fast/wml/entity-expected.txt: Added.
2624 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum: Added.
2625 * platform/mac/fast/wml/err-event-binding-conflict-expected.png: Added.
2626 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt: Added.
2627 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum: Added.
2628 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png: Added.
2629 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt: Added.
2630 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.checksum: Added.
2631 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.png: Added.
2632 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.txt: Added.
2633 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum: Added.
2634 * platform/mac/fast/wml/err-invalid-variable-name-expected.png: Added.
2635 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt: Added.
2636 * platform/mac/fast/wml/err-multi-access-expected.checksum: Added.
2637 * platform/mac/fast/wml/err-multi-access-expected.png: Added.
2638 * platform/mac/fast/wml/err-multi-access-expected.txt: Added.
2639 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.checksum: Added.
2640 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.png: Added.
2641 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.txt: Added.
2642 * platform/mac/fast/wml/err-multi-name-in-meta-expected.checksum: Added.
2643 * platform/mac/fast/wml/err-multi-name-in-meta-expected.png: Added.
2644 * platform/mac/fast/wml/err-multi-name-in-meta-expected.txt: Added.
2645 * platform/mac/fast/wml/err-multi-timer-expected.checksum: Added.
2646 * platform/mac/fast/wml/err-multi-timer-expected.png: Added.
2647 * platform/mac/fast/wml/err-multi-timer-expected.txt: Added.
2648 * platform/mac/fast/wml/err-samename-do-expected.checksum: Added.
2649 * platform/mac/fast/wml/err-samename-do-expected.png: Added.
2650 * platform/mac/fast/wml/err-samename-do-expected.txt: Added.
2651 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum: Added.
2652 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png: Added.
2653 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt: Added.
2654 * platform/mac/fast/wml/img-localsrc-expected.checksum: Added.
2655 * platform/mac/fast/wml/img-localsrc-expected.png: Added.
2656 * platform/mac/fast/wml/img-localsrc-expected.txt: Added.
2657 * platform/mac/fast/wml/img-src-expected.checksum: Added.
2658 * platform/mac/fast/wml/img-src-expected.png: Added.
2659 * platform/mac/fast/wml/img-src-expected.txt: Added.
2660 * platform/mac/fast/wml/img-src-localsrc-alt-expected.checksum: Added.
2661 * platform/mac/fast/wml/img-src-localsrc-alt-expected.png: Added.
2662 * platform/mac/fast/wml/img-src-localsrc-alt-expected.txt: Added.
2663 * platform/mac/fast/wml/p-align-expected.checksum: Added.
2664 * platform/mac/fast/wml/p-align-expected.png: Added.
2665 * platform/mac/fast/wml/p-align-expected.txt: Added.
2666 * platform/mac/fast/wml/p-mode-expected.checksum: Added.
2667 * platform/mac/fast/wml/p-mode-expected.png: Added.
2668 * platform/mac/fast/wml/p-mode-expected.txt: Added.
2669 * platform/mac/fast/wml/show-first-card-expected.checksum: Added.
2670 * platform/mac/fast/wml/show-first-card-expected.png: Added.
2671 * platform/mac/fast/wml/show-first-card-expected.txt: Added.
2672 * platform/mac/fast/wml/table-element-expected.checksum: Added.
2673 * platform/mac/fast/wml/table-element-expected.png: Added.
2674 * platform/mac/fast/wml/table-element-expected.txt: Added.
2675 * platform/mac/fast/wml/test-expected.checksum: Added.
2676 * platform/mac/fast/wml/test-expected.png: Added.
2677 * platform/mac/fast/wml/test-expected.txt: Added.
2678 * platform/mac/fast/wml/text-emphasis-expected.checksum: Added.
2679 * platform/mac/fast/wml/text-emphasis-expected.png: Added.
2680 * platform/mac/fast/wml/text-emphasis-expected.txt: Added.
2681 * platform/mac/fast/wml/validate-dtd-expected.checksum: Added.
2682 * platform/mac/fast/wml/validate-dtd-expected.png: Added.
2683 * platform/mac/fast/wml/validate-dtd-expected.txt: Added.
2685 2008-11-18 Geoffrey Garen <ggaren@apple.com>
2687 Reviewed by Alexey Proskuryakov.
2689 Updated layout test result for addition of window.Worker.
2691 * fast/js/global-constructors-expected.txt:
2693 2008-11-18 Alexey Proskuryakov <ap@webkit.org>
2695 Reviewed by Darin Adler.
2697 https://bugs.webkit.org/show_bug.cgi?id=22337
2698 Enable workers by default
2702 * fast/workers: Added.
2703 * fast/workers/resources: Added.
2704 * fast/workers/resources/worker-common.js: Added.
2705 * fast/workers/resources/worker-event-listener.js: Added.
2706 * fast/workers/worker-constructor-expected.txt: Added.
2707 * fast/workers/worker-constructor.html: Added.
2708 * fast/workers/worker-event-listener-expected.txt: Added.
2709 * fast/workers/worker-event-listener.html: Added.
2710 * fast/workers/worker-gc-expected.txt: Added.
2711 * fast/workers/worker-gc.html: Added.
2712 * fast/workers/worker-location-expected.txt: Added.
2713 * fast/workers/worker-location.html: Added.
2715 2008-11-18 Darin Adler <darin@apple.com>
2717 Reviewed by Alexey Proskuryakov.
2719 - add a test for XMLHttpRequest Set-Cookie blocking
2721 * http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt:
2722 Updated since we now log attempts to get headers that are not allowed cross-domain to the console.
2723 * http/tests/xmlhttprequest/get-dangerous-headers-expected.txt: Added.
2724 * http/tests/xmlhttprequest/get-dangerous-headers.html: Added.
2725 * http/tests/xmlhttprequest/resources/get-set-cookie.cgi: Tweak script a bit.
2727 2008-11-18 Alexey Proskuryakov <ap@webkit.org>
2729 Rubber-stamped by Darin Adler.
2731 https://bugs.webkit.org/show_bug.cgi?id=22306
2732 Disable channel messaging support
2734 * fast/events/message-port-no-wrapper.html-disabled: Added a test that I had in my tree.
2736 * fast/dom/Window/window-properties-expected.txt:
2737 * fast/dom/constructors-cached-expected.txt:
2738 * fast/dom/constructors-cached-navigate-expected.txt:
2739 * fast/js/global-constructors-expected.txt:
2742 * fast/events/destroyed-atomic-string.html: Removed.
2743 * fast/events/destroyed-atomic-string.html-disabled: Copied from LayoutTests/fast/events/destroyed-atomic-string.html.
2744 * fast/events/message-channel-gc-2.html: Removed.
2745 * fast/events/message-channel-gc-2.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-2.html.
2746 * fast/events/message-channel-gc-3.html: Removed.
2747 * fast/events/message-channel-gc-3.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-3.html.
2748 * fast/events/message-channel-gc.html: Removed.
2749 * fast/events/message-channel-gc.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc.html.
2750 * fast/events/message-channel-listener-circular-ownership.html: Removed.
2751 * fast/events/message-channel-listener-circular-ownership.html-disabled: Copied from LayoutTests/fast/events/message-channel-listener-circular-ownership.html.
2752 * fast/events/message-port-constructor-for-deleted-document.html: Removed.
2753 * fast/events/message-port-constructor-for-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-constructor-for-deleted-document.html.
2754 * fast/events/message-port-deleted-document.html: Removed.
2755 * fast/events/message-port-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-document.html.
2756 * fast/events/message-port-deleted-frame.html: Removed.
2757 * fast/events/message-port-deleted-frame.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-frame.html.
2758 * fast/events/message-port-inactive-document.html: Removed.
2759 * fast/events/message-port-inactive-document.html-disabled: Copied from LayoutTests/fast/events/message-port-inactive-document.html.
2760 * fast/events/message-port-onclose.html: Removed.
2761 * fast/events/message-port-onclose.html-disabled: Copied from LayoutTests/fast/events/message-port-onclose.html.
2762 * fast/events/message-port.html: Removed.
2763 * fast/events/message-port.html-disabled: Copied from LayoutTests/fast/events/message-port.html.
2764 * http/tests/security/MessagePort/event-listener-context.html: Removed.
2765 * http/tests/security/MessagePort/event-listener-context.html-disabled: Copied from LayoutTests/http/tests/security/MessagePort/event-listener-context.html.
2766 Disabled MessagePort tests.
2768 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2770 Reviewed by George Staikos.
2772 Add initial set of WML layout tests, excluding results. These tests
2773 will become useful once the whole WML support patch has landed.
2776 * fast/wml/br-element-in-table.wml: Added.
2777 * fast/wml/br-element-in-text.wml: Added.
2778 * fast/wml/card-element.wml: Added.
2779 * fast/wml/case-sensitivity.wml: Added.
2780 * fast/wml/cdata-section.wml: Added.
2781 * fast/wml/comment.wml: Added.
2782 * fast/wml/do-element-optional-attr.wml: Added.
2783 * fast/wml/do-shadow.wml: Added.
2784 * fast/wml/do-template.wml: Added.
2785 * fast/wml/entity.wml: Added.
2786 * fast/wml/err-event-binding-conflict.wml: Added.
2787 * fast/wml/err-invalid-location-for-varref.wml: Added.
2788 * fast/wml/err-invalid-tablecolumn-number.wml: Added.
2789 * fast/wml/err-invalid-variable-name.wml: Added.
2790 * fast/wml/err-multi-access.wml: Added.
2791 * fast/wml/err-multi-http-equiv-in-meta.wml: Added.
2792 * fast/wml/err-multi-name-in-meta.wml: Added.
2793 * fast/wml/err-multi-timer.wml: Added.
2794 * fast/wml/err-samename-do.wml: Added.
2795 * fast/wml/err-unallowed-task-in-anchor.wml: Added.
2796 * fast/wml/img-localsrc.wml: Added.
2797 * fast/wml/img-src-localsrc-alt.wml: Added.
2798 * fast/wml/img-src.wml: Added.
2799 * fast/wml/p-align.wml: Added.
2800 * fast/wml/p-mode.wml: Added.
2801 * fast/wml/show-first-card.wml: Added.
2802 * fast/wml/table-element.wml: Added.
2803 * fast/wml/test.wml: Added.
2804 * fast/wml/text-emphasis.wml: Added.
2805 * fast/wml/validate-dtd.wml: Added.
2807 2008-11-17 Dan Bernstein <mitz@apple.com>
2809 Reviewed by Mark Rowe.
2811 - https://bugs.webkit.org/show_bug.cgi?id=22320 SVG svg/text/text-text-08-b.svg fails
2813 Updated the expected results to the correct ones.
2815 * platform/mac/svg/text/text-text-08-b-expected.checksum:
2816 * platform/mac/svg/text/text-text-08-b-expected.png:
2818 2008-11-17 Justin Garcia <justin.garcia@apple.com>
2820 Reviewed by Beth Dakin.
2822 <rdar://problem/4922709> Copying less than a paragraph of quoted text and pasting it doesn't retain quote level
2824 * editing/pasteboard/4922709-expected.txt: Added.
2825 * editing/pasteboard/4922709.html: Added.
2826 * editing/pasteboard/5006779.html:
2828 2008-11-17 Pierre-Olivier Latour <pol@apple.com>
2830 Reviewed by Sam Weinig.
2832 Added tests to cover the new LayoutController JavaScript API available
2835 https://bugs.webkit.org/show_bug.cgi?id=21261
2837 * animations/animation-drt-api.html: Added.
2838 * platform/mac/animations/animation-drt-api-expected.txt: Added.
2839 * platform/mac/transitions/transition-drt-api-expected.txt: Added.
2840 * platform/win/Skipped:
2841 * transitions/transition-drt-api.html: Added.
2843 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2847 Changed "window." to "this." to unbreak these test I just broke in
2850 * fast/js/resources/duplicate-param-gc-crash.js:
2852 * fast/js/resources/var-shadows-arg-gc-crash.js:
2855 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2857 Reviewed by Sam Weinig.
2859 Sped up two of the slowest JS layout tests by replacing some hand-rolled
2860 "force GC" code with something orders of magnitude faster.
2862 * fast/js/resources/duplicate-param-gc-crash.js:
2864 * fast/js/resources/var-shadows-arg-gc-crash.js:
2867 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2869 Reviewed by Sam Weinig.
2871 Removed ascii-regexp-subject.html because it was the slowest JS test (20s
2872 on my iMac) and it didn't actually verify anything.
2874 Filed https://bugs.webkit.org/show_bug.cgi?id=22303 to cover fixing
2875 the bug that ascii-regexp-subject.html purported to test for, and
2876 then relanding a faster version of ascii-regexp-subject.html once it
2877 would pass (currently, it would fail).
2879 * fast/js/ascii-regexp-subject-expected.txt: Removed.
2880 * fast/js/ascii-regexp-subject.html: Removed.
2881 * fast/js/resources/ascii-regexp-subject.js: Removed.
2883 2008-11-16 Simon Fraser <simon.fraser@apple.com>
2885 Reviewed by Dan Bernstein
2887 https://bugs.webkit.org/show_bug.cgi?id=22118
2889 Test for resize corner tracking in transformed elements.
2891 * fast/css/resize-corner-tracking-transformed.html: Added.
2892 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.checksum: Added.
2893 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.png: Added.
2894 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.txt: Added.
2896 2008-11-16 Sam Weinig <sam@webkit.org>
2898 Reviewed by Darin Adler.
2900 Disable XHR upload progress event tests on Tiger due to race condition causing
2901 intermittent failure reported in https://bugs.webkit.org/show_bug.cgi?id=22298
2903 * platform/mac-tiger/Skipped:
2905 2008-11-14 Beth Dakin <bdakin@apple.com>
2907 Reviewed by Justin Garcia.
2909 Tests for <rdar://problem/5089327> Too much indentation when
2910 pasting quoted paragraphs
2913 * editing/pasteboard/paste-blockquote-into-blockquote-4.html:
2915 * platform/mac/editing/pasteboard/paste-blockquote-into-
2916 blockquote-4-expected.checksum: Added.
2917 * platform/mac/editing/pasteboard/paste-blockquote-into-
2918 blockquote-4-expected.png: Added.
2919 * platform/mac/editing/pasteboard/paste-blockquote-into-
2920 blockquote-4-expected.txt: Added.
2922 Changes results for existing tests:
2923 * platform/mac/editing/pasteboard/merge-end-blockquote-
2925 * platform/mac/editing/pasteboard/merge-end-blockquote-
2927 * platform/mac/editing/pasteboard/merge-end-blockquote-
2929 * platform/mac/editing/pasteboard/paste-blockquote-into-
2930 blockquote-2-expected.txt:
2931 * platform/mac/editing/pasteboard/paste-blockquote-into-
2932 blockquote-3-expected.txt:
2933 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
2936 2008-11-14 Justin Garcia <justin.garcia@apple.com>
2938 Reviewed by Beth Dakin.
2940 <rdar://problem/4230923> "Make Plain Text" doesn't reset text alignment in single paragraph messages
2942 * editing/style/4230923-expected.txt: Added.
2943 * editing/style/4230923.html: Added.
2945 2008-11-12 Alexey Proskuryakov <ap@webkit.org>
2947 Reviewed by Darin Adler.
2949 https://bugs.webkit.org/show_bug.cgi?id=22200
2950 Crash when close event is dispatched to MessagePort due to document destruction
2952 * fast/events/message-port-onclose-expected.txt: Added.
2953 * fast/events/message-port-onclose.html: Added.
2954 * fast/events/resources/message-port-iframe.html:
2955 Added more tests for close event dispatch.
2957 2008-11-12 Dirk Schulze <vbs85@gmx.de>
2959 Reviewed by Darin Adler.
2961 Check behavior of canvas.stroke() on transparent fillStyle()
2963 * fast/canvas/canvas-stroke-empty-fill-expected.txt: Added.
2964 * fast/canvas/canvas-stroke-empty-fill.html: Added.
2965 * fast/canvas/canvas-stroke-empty-fill.js: Added.
2967 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
2969 Reviewed by Dan Bernstein.
2971 Updated reference images so that all pixel tests now "pass" on 10.4.11 PowerPC + r38347.
2972 https://bugs.webkit.org/show_bug.cgi?id=21821
2974 Checked-in specific reference images for pixel tests that are valid on Tiger but fail
2975 because difference with reference image due to text rendering is greater than 1.0%
2977 * platform/mac-tiger/svg/carto.net: Added.
2978 * platform/mac-tiger/svg/carto.net/selectionlist-expected.checksum: Added.
2979 * platform/mac-tiger/svg/carto.net/selectionlist-expected.png: Added.
2980 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
2981 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
2982 * platform/mac-tiger/svg/text/text-align-01-b-expected.checksum: Added.
2983 * platform/mac-tiger/svg/text/text-align-01-b-expected.png: Added.
2984 * platform/mac-tiger/svg/text/text-align-02-b-expected.checksum: Added.
2985 * platform/mac-tiger/svg/text/text-align-02-b-expected.png: Added.
2986 * platform/mac-tiger/svg/text/text-align-04-b-expected.checksum: Added.
2987 * platform/mac-tiger/svg/text/text-align-04-b-expected.png: Added.
2988 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.checksum: Added.
2989 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.png: Added.
2990 * platform/mac-tiger/svg/text/text-text-03-b-expected.checksum: Added.
2991 * platform/mac-tiger/svg/text/text-text-03-b-expected.png: Added.
2992 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.checksum: Added.
2993 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.png: Added.
2994 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.checksum: Added.
2995 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.png: Added.
2996 * platform/mac-tiger/svg/text/text-ws-01-t-expected.checksum: Added.
2997 * platform/mac-tiger/svg/text/text-ws-01-t-expected.png: Added.
2998 * platform/mac-tiger/svg/text/text-ws-02-t-expected.checksum: Added.
2999 * platform/mac-tiger/svg/text/text-ws-02-t-expected.png: Added.
3000 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Added.
3001 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
3002 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Added.
3003 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
3005 svg/batik/paints/gradientLimit.svg is rendering different on Tiger and Leopard
3006 https://bugs.webkit.org/show_bug.cgi?id=22219
3008 * platform/mac-tiger/svg/batik: Added.
3009 * platform/mac-tiger/svg/batik/paints: Added.
3010 * platform/mac-tiger/svg/batik/paints/gradientLimit-expected.checksum: Added.
3011 * platform/mac-tiger/svg/batik/paints/gradientLimit-expected.png: Added.
3013 svg/custom/mask-excessive-malloc.svg is failing on Tiger
3014 https://bugs.webkit.org/show_bug.cgi?id=22218
3016 * platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.checksum: Added.
3017 * platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.png: Added.
3019 svg/W3C-SVG-1.1/pservers-grad-17-b.svg is failing on Leopard
3020 https://bugs.webkit.org/show_bug.cgi?id=22220
3022 * platform/mac-leopard/svg: Added.
3023 * platform/mac-leopard/svg/W3C-SVG-1.1: Added.
3024 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Added.
3025 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
3026 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
3027 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
3029 svg/custom/foreign-object-skew.svg is failing on Leopard
3030 https://bugs.webkit.org/show_bug.cgi?id=22221
3032 * platform/mac-leopard/svg/custom: Added.
3033 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum: Added.
3034 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.png: Added.
3035 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
3036 * platform/mac/svg/custom/foreign-object-skew-expected.png:
3038 2008-11-12 Simon Fraser <simon.fraser@apple.com>
3040 Reviewed by Dan Bernstein
3042 https://bugs.webkit.org/show_bug.cgi?id=22212
3044 Repaint test for a transform change on an element with a positioned child.
3046 * fast/repaint/transform-absolute-child.html: Added.
3047 * platform/mac/fast/repaint/transform-absolute-child-expected.checksum: Added.
3048 * platform/mac/fast/repaint/transform-absolute-child-expected.png: Added.
3049 * platform/mac/fast/repaint/transform-absolute-child-expected.txt: Added.
3051 2008-11-12 Geoffrey Garen <ggaren@apple.com>
3053 Roll in r38322, now that test failures have been fixed.
3055 * fast/js/global-recursion-on-full-stack-expected.txt:
3057 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
3059 Reviewed by Dan Bernstein.
3061 Skip fast/repaint/body-background-image.html test as it is not reliable.
3063 https://bugs.webkit.org/show_bug.cgi?id=21913
3065 * platform/mac/Skipped:
3067 2008-11-12 Dan Bernstein <mitz@apple.com>
3069 - remove an empty directory
3071 * platform/mac-leopard/http: Removed.
3072 * platform/mac-leopard/http/tests: Removed.
3073 * platform/mac-leopard/http/tests/security: Removed.
3074 * platform/mac-leopard/http/tests/security/dataURL: Removed.
3076 2008-11-12 Simon Fraser <simon.fraser@apple.com>
3078 Reviewed by Dave Hyatt
3080 https://bugs.webkit.org/show_bug.cgi?id=17840
3082 Tests for repainting when the transform of a positioned element changes.
3084 * fast/repaint/transform-absolute-in-positioned-container.html: Added.
3085 * fast/repaint/transform-relative-position.html: Added.
3086 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.checksum: Added.
3087 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added.
3088 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
3089 * platform/mac/fast/repaint/transform-relative-position-expected.checksum: Added.
3090 * platform/mac/fast/repaint/transform-relative-position-expected.png: Added.
3091 * platform/mac/fast/repaint/transform-relative-position-expected.txt: Added.
3093 2008-11-12 Justin Garcia <justin.garcia@apple.com>
3095 Reviewed by Beth Dakin.
3097 <rdar://problem/5495723> Selecting and deleting quoted text quotes other text
3098 <rdar://problem/4775313> Deleting lines from the bottom of a messages leaves the last blank line quoted
3100 * editing/deleting/5495723-expected.txt: Added.
3101 * editing/deleting/5495723.html: Added.
3102 * platform/mac/editing/deleting/delete-4038408-fix-expected.txt: Change demonstrates that we
3103 now behave correctly when pressing delete when the caret is just after empty quoted paragraphs.
3105 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
3107 Reviewed by Dan Bernstein.
3109 Updated reference images so that all pixel tests now "pass" on 10.5.5 Intel + r38318.
3110 https://bugs.webkit.org/show_bug.cgi?id=21821
3112 Test doesn't repaint entire view so result is corrupted by previous test
3113 https://bugs.webkit.org/show_bug.cgi?id=21916
3115 * platform/mac/Skipped:
3117 Test is passing but original reference image was invalid.
3119 * platform/mac/fast/backgrounds/size/backgroundSize05-expected.checksum:
3120 * platform/mac/fast/backgrounds/size/backgroundSize05-expected.png:
3122 Invalid image tiling
3123 https://bugs.webkit.org/show_bug.cgi?id=21915
3125 * platform/mac/fast/backgrounds/size/backgroundSize19-expected.checksum:
3126 * platform/mac/fast/backgrounds/size/backgroundSize19-expected.png:
3129 https://bugs.webkit.org/show_bug.cgi?id=21910
3131 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum:
3132 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png:
3133 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum:
3134 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png:
3135 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum:
3136 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png:
3137 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum:
3138 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
3139 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum:
3140 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png:
3141 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum:
3142 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png:
3143 * platform/mac/fast/backgrounds/svg-as-mask-expected.checksum:
3144 * platform/mac/fast/backgrounds/svg-as-mask-expected.png:
3145 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum:
3146 * platform/mac/fast/borders/svg-as-border-image-2-expected.png:
3147 * platform/mac/fast/borders/svg-as-border-image-expected.checksum:
3148 * platform/mac/fast/borders/svg-as-border-image-expected.png:
3149 * platform/mac/fast/images/svg-as-background-expected.checksum:
3150 * platform/mac/fast/images/svg-as-background-expected.png:
3151 * platform/mac/fast/images/svg-as-image-expected.checksum:
3152 * platform/mac/fast/images/svg-as-image-expected.png:
3153 * platform/mac/fast/images/svg-as-relative-image-expected.checksum:
3154 * platform/mac/fast/images/svg-as-relative-image-expected.png:
3155 * platform/mac/fast/images/svg-as-tiled-background-expected.checksum:
3156 * platform/mac/fast/images/svg-as-tiled-background-expected.png:
3158 Possible Flash failure
3159 https://bugs.webkit.org/show_bug.cgi?id=21912
3161 * platform/mac/fast/dynamic/flash-replacement-test-expected.checksum:
3162 * platform/mac/fast/dynamic/flash-replacement-test-expected.png:
3165 https://bugs.webkit.org/show_bug.cgi?id=21913
3167 * platform/mac/fast/repaint/body-background-image-expected.checksum:
3168 * platform/mac/fast/repaint/body-background-image-expected.png:
3170 Excessive repainting
3171 https://bugs.webkit.org/show_bug.cgi?id=21914
3173 * platform/mac/fast/repaint/float-overflow-expected.checksum:
3174 * platform/mac/fast/repaint/float-overflow-expected.png:
3175 * platform/mac/fast/repaint/float-overflow-right-expected.checksum:
3176 * platform/mac/fast/repaint/float-overflow-right-expected.png:
3179 https://bugs.webkit.org/show_bug.cgi?id=21911
3181 * platform/mac/media/video-aspect-ratio-expected.checksum:
3182 * platform/mac/media/video-aspect-ratio-expected.png:
3183 * platform/mac/media/video-controls-rendering-expected.checksum:
3184 * platform/mac/media/video-controls-rendering-expected.png:
3185 * platform/mac/media/video-display-toggle-expected.checksum:
3186 * platform/mac/media/video-display-toggle-expected.png:
3187 * platform/mac/media/video-layer-crash-expected.checksum:
3188 * platform/mac/media/video-layer-crash-expected.png:
3189 * platform/mac/media/video-transformed-expected.checksum:
3190 * platform/mac/media/video-transformed-expected.png:
3192 2008-11-12 Gavin Barraclough <barraclough@apple.com>
3194 Reviewed by Cameron Zwarich.
3196 Test for https://bugs.webkit.org/show_bug.cgi?id=22201
3198 * fast/js/pic/cached-array-length-access-expected.txt: Added.
3199 * fast/js/pic/cached-array-length-access.html: Added.
3201 2008-11-12 Cameron Zwarich <zwarich@apple.com>
3203 Rubber-stamped by Mark Rowe.
3205 Roll out r38322 due to test failures on the bots.
3207 * fast/js/global-recursion-on-full-stack-expected.txt:
3209 2008-11-11 Stephanie <slewis@apple.com>
3211 Reviewed by Dan Bernstein.
3213 Test loading an image with no data.
3215 * fast/images/image-empty-data-expected.txt: Added.
3216 * fast/images/image-empty-data.html: Added.
3218 2008-11-10 Geoffrey Garen <ggaren@apple.com>
3220 Reviewed by Darin Adler.
3222 Updated a test after fixing https://bugs.webkit.org/show_bug.cgi?id=22174
3223 Simplified op_call by nixing its responsibility for moving the value of
3224 "this" into the first argument slot.
3226 * fast/js/global-recursion-on-full-stack-expected.txt: This test passes
3227 a little differently now, because the register layout has changed.
3228 Specifically, the stack overflow now happens in the call to f() instead
3229 of the initiation of the <script> tag, so it is caught, and it does not
3230 log an exception to the console.
3232 2008-11-11 Pierre-Olivier Latour <pol@apple.com>
3234 Reviewed by Mark Rowe.
3236 Removed invalid bases incorrectly checked-in in r38305.
3238 https://bugs.webkit.org/show_bug.cgi?id=22185
3240 * platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.checksum: Removed.
3241 * platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.png: Removed.
3242 * platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
3243 * platform/mac-tiger/fast/text/international/hindi-spacing-expected.checksum: Removed.
3244 * platform/mac-tiger/fast/text/international/hindi-spacing-expected.png: Removed.
3245 * platform/mac-tiger/fast/text/international/hindi-spacing-expected.txt: Removed.
3247 2008-11-11 Beth Dakin <bdakin@apple.com>
3249 Reviewed by Darin Adler.
3251 Tests for <rdar://problem/5089327> Too much indentation when
3252 pasting quoted paragraphs
3255 * editing/pasteboard/paste-blockquote-into-blockquote-3.html:
3257 * platform/mac/editing/pasteboard/paste-blockquote-into-
3258 blockquote-3-expected.checksum: Added.
3259 * platform/mac/editing/pasteboard/paste-blockquote-into-
3260 blockquote-3-expected.png: Added.
3261 * platform/mac/editing/pasteboard/paste-blockquote-into-
3262 blockquote-3-expected.txt: Added.
3264 The results for these tests previously reflected the behavior
3265 implemented in revision 38273. We have since decided that that
3266 behavior is wrong and we changed it with this patch.
3267 * platform/mac/editing/pasteboard/merge-end-blockquote-
3269 * platform/mac/editing/pasteboard/merge-end-blockquote-
3271 * platform/mac/editing/pasteboard/merge-end-blockquote-
3273 * platform/mac/editing/pasteboard/paste-blockquote-into-
3274 blockquote-2-expected.txt:
3275 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3278 2008-11-11 Dirk Schulze <krit@webkit.org>
3280 Reviewed by Dave Hyatt.
3282 Pattern transform check was too strict for Cg. Scaling can cause a wrong
3283 color on the borders of the scaled object.
3285 Correct expected result of the tests.
3287 * fast/canvas/canvas-pattern-transform-expected.txt:
3288 * fast/canvas/canvas-pattern-transform.html:
3289 * fast/canvas/canvas-pattern-transform.js:
3290 * fast/canvas/canvas-radial-gradient-spreadMethod-expected.txt:
3292 2008-11-11 Pierre-Olivier Latour <pol@apple.com>
3294 Rubber-stamped by Dan Bernstein.
3296 https://bugs.webkit.org/show_bug.cgi?id=21821
3298 Removed pixel results in platform/mac-tiger that were only slightly different
3299 (within 1% tolerance) from the platform/mac results.
3300 Removed results in platform/mac-tiger where the results in platform/mac were
3301 also correct for Tiger.
3302 Also updated results in platform/mac-tiger that were out of date.
3304 Made sure every test that has a specific mac-tiger render tree output also has matching images.
3306 (file listing elided)
3308 2008-11-11 Dirk Schulze <vbs85@gmx.de>
3310 Reviewed by Darin Adler.
3312 Check behavior of default spreadMethod on radial gradients.
3314 * fast/canvas/canvas-radial-gradient-spreadMethod-expected.txt: Added.
3315 * fast/canvas/canvas-radial-gradient-spreadMethod.html: Added.
3316 * fast/canvas/canvas-radial-gradient-spreadMethod.js: Added.
3318 2008-11-11 Dirk Schulze <vbs85@gmx.de>
3320 Reviewed by Oliver Hunter.
3322 Added test to check behavior on transformations of patterns in canvas.
3324 * fast/canvas/canvas-pattern-transform-expected.txt: Added.
3325 * fast/canvas/canvas-pattern-transform.html: Added.
3326 * fast/canvas/canvas-pattern-transform.js: Added.
3328 2008-11-11 Pierre-Olivier Latour <pol@apple.com>
3330 Rubber-stamped by Dan Bernstein.
3332 https://bugs.webkit.org/show_bug.cgi?id=21821
3334 Remaining set of updated expected pixel results. This includes http/,
3335 media/, plugins/, scrollbars/, tables/, transforms/, transitions/ and
3338 (file listing elided)
3340 2008-11-10 Adam Roben <aroben@apple.com>
3342 Test for Bug 22161: Assertion failure in RenderThemeWin::systemColor
3343 when loading microsoftpdc.com
3345 <https://bugs.webkit.org/show_bug.cgi?id=22161>
3347 Note that this test would only fail if DumpRenderTree used
3348 RenderThemeWin, which it doesn't. I did test that locally, though.
3350 Reviewed by Dan Bernstein.
3352 * fast/css/outline-invert-assertion-expected.txt: Added.
3353 * fast/css/outline-invert-assertion.html: Added.
3355 2008-11-10 Beth Dakin <bdakin@apple.com>
3357 Rubber stamped by Justin Garcia.
3359 New tests for <rdar://problem/4037481> REGRESSION (Mail): pasting
3360 quoted text into quoted text yields double-quoting
3361 * editing/pasteboard/paste-blockquote-into-blockquote-2.html:
3363 * editing/pasteboard/paste-blockquote-into-blockquote.html: Added.
3364 * platform/mac/editing/pasteboard/paste-blockquote-into-
3365 blockquote-2-expected.checksum: Added.
3366 * platform/mac/editing/pasteboard/paste-blockquote-into-
3367 blockquote-2-expected.png: Added.
3368 * platform/mac/editing/pasteboard/paste-blockquote-into-
3369 blockquote-2-expected.txt: Added.
3370 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3371 expected.checksum: Added.
3372 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3373 expected.png: Added.
3374 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3375 expected.txt: Added.
3377 Test with new results because of this patch:
3378 * platform/mac/editing/pasteboard/merge-end-blockquote-
3380 * platform/mac/editing/pasteboard/merge-end-blockquote-
3382 * platform/mac/editing/pasteboard/merge-end-blockquote-
3386 2008-11-09 Cameron Zwarich <zwarich@apple.com>
3388 Reviewed by Darin Adler.
3390 Add a test for bug 19541: Null pointer in showModalDialog()
3391 <https://bugs.webkit.org/show_bug.cgi?id=19541>
3393 * fast/dom/null-page-show-modal-dialog-crash-expected.txt: Added.
3394 * fast/dom/null-page-show-modal-dialog-crash.html: Added.
3396 2008-11-09 Alexey Proskuryakov <ap@webkit.org>
3398 Reviewed by Darin Adler.
3400 https://bugs.webkit.org/show_bug.cgi?id=22104
3401 Javascript URL percent encoding/decoding broken by some characters
3403 * fast/loader/javascript-url-encoding-2-expected.txt:
3404 * fast/loader/javascript-url-encoding-2.html:
3406 2008-11-09 Darin Adler <darin@apple.com>
3408 Reviewed by Sam Weinig and Maciej Stachowiak.
3410 - test for https://bugs.webkit.org/show_bug.cgi?id=14886
3411 Stack overflow due to deeply nested parse tree doing repeated string concatentation
3413 * fast/js/large-expressions-expected.txt: Added.
3414 * fast/js/large-expressions.html: Added.
3415 * fast/js/resources/large-expressions.js: Added.
3417 2008-11-09 Darin Adler <darin@apple.com>
3419 Reviewed by Sam Weinig.
3421 - fix https://bugs.webkit.org/show_bug.cgi?id=22142
3422 a few fast/canvas tests use non-standard HTML wrappers but don't need to
3424 * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
3425 Fixed spelling error: "gradieints".
3427 * fast/canvas/gradient-addColorStop-with-invalid-color.html: Regenerated with
3428 make-js-test-wrappers script; removes the canvas element that was in here.
3429 * fast/canvas/linearGradient-infinite-values.html: Ditto.
3430 * fast/canvas/radialGradient-infinite-values.html: Ditto.
3432 * fast/canvas/resources/gradient-addColorStop-with-invalid-color.js:
3433 Fixed spelling error and changed code to use createElement to make a canvas
3434 element rather than using getElementById to find an existing canvas element.
3435 * fast/canvas/resources/linearGradient-infinite-values.js: Ditto.
3436 * fast/canvas/resources/radialGradient-infinite-values.js: Ditto.
3438 2008-11-08 Antti Koivisto <antti@apple.com>
3440 Reviewed by Sam Weinig.
3442 Test for https://bugs.webkit.org/show_bug.cgi?id=22141
3443 REGRESSION: Safari error page is not fully styled when loaded from cache
3445 * fast/encoding/css-cached-bom.html: Added.
3446 * fast/encoding/css-cached-bom-expected.txt: Added.
3447 * fast/encoding/resources/css-cached-bom-frame.html: Added.
3448 * fast/encoding/resources/utf-16-little-endian.css: Added.
3450 2008-11-08 Simon Fraser <simon.fraser@apple.com>
3452 Reviewed by Dan Bernstein
3454 https://bugs.webkit.org/show_bug.cgi?id=21906
3456 Test focus ring drawing on a transformed text input (and fix the HTML in
3457 an unrelated test case).
3459 * fast/repaint/focus-layers.html: Quoted id attribute and removed extra
3461 * fast/transforms/transformed-focused-text-input.html: Added.
3462 * platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum: Added.
3463 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png: Added.
3464 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt: Added.
3466 2008-11-07 Cameron Zwarich <zwarich@apple.com>
3468 Reviewed by Geoff Garen.
3470 * fast/js/resources/typeof-constant-string.js: Added.
3471 * fast/js/typeof-constant-string-expected.txt: Added.
3472 * fast/js/typeof-constant-string.html: Added.
3474 2008-11-07 Holger Hans Peter Freyther <zecke@selfish.org>
3476 Reviewed by Darin Adler.
3478 https://bugs.webkit.org/show_bug.cgi?id=22039
3480 Enable text only and succeeding fast tests for the gtk port
3482 Enable the tests from the fast directory that succeed. Classify the
3483 remaining tests from the fast directory.
3485 * platform/gtk/Skipped:
3487 2008-11-07 Holger Hans Peter Freyther <zecke@selfish.org>
3489 Reviewed by Darin Adler.
3491 https://bugs.webkit.org/show_bug.cgi?id=22039
3493 Skip every test on the Gtk+ platform