1 2008-12-11 Anders Carlsson <andersca@apple.com>
3 Reviewed by Cameron Zwarich.
5 https://bugs.webkit.org/show_bug.cgi?id=22797
6 REGRESSION: Crash at http://news.cnet.com/8301-17939_109-10119149-2.html
8 * http/tests/plugins/get-url-expected.txt: Added.
9 * http/tests/plugins/get-url.html: Added.
11 2008-12-11 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
13 Reviewed by Eric Seidel.
15 Fix typo in doctype (correct wapforum.org URL)
17 * fast/wml/p-align.wml:
18 * fast/wml/p-mode.wml:
20 2008-12-08 Dean McNamee <deanm@chromium.org>
22 Reviewed by Darin Adler.
24 Always append a trailing slash when using PHP's sys_get_temp_dir().
26 This allows these tests to run on Linux, where this API returns the
27 directory without a trailing slash.
29 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-invalidation.php:
30 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache-timeout.php:
31 * http/tests/xmlhttprequest/resources/access-control-basic-preflight-cache.php:
32 * http/tests/xmlhttprequest/resources/portabilityLayer.php:
33 * http/tests/xmlhttprequest/resources/reset-temp-file.php:
35 2008-12-10 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
37 Rubber-stamped by George Staikos.
39 Update WML pixel test results, after adding <template> support.
41 * platform/mac/fast/wml/do-shadow-expected.checksum:
42 * platform/mac/fast/wml/do-shadow-expected.png:
43 * platform/mac/fast/wml/do-template-expected.checksum:
44 * platform/mac/fast/wml/do-template-expected.png:
46 2008-12-10 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
48 Reviewed by Eric Seidel.
50 Update WML test results after adding <template> support.
52 * platform/mac/fast/wml/do-shadow-expected.txt:
53 * platform/mac/fast/wml/do-template-expected.txt:
55 2008-12-10 Brady Eidson <beidson@apple.com>
59 Most of these policy delegate related tests will now pass with accompanying DRT changes.
61 * platform/win/Skipped:
63 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
65 Reviewed by Darin Adler.
67 Replaced outdated reference image for svg/webarchive/svg-cursor-subresources.svg
69 https://bugs.webkit.org/show_bug.cgi?id=22801
71 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.checksum:
72 * platform/mac/svg/webarchive/svg-cursor-subresources-expected.png:
74 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
76 Reviewed by Darin Adler.
78 Rewrote animations/animation-test-helpers.js to take advantage of the pauseAnimationAtTimeOnElementWithId()
79 API when available in DRT.
81 Updated all animations tests that check for values of animated CSS properties to use these new helper functions.
83 https://bugs.webkit.org/show_bug.cgi?id=22796
85 * animations/animation-test-helpers.js:
91 * animations/big-rotation-expected.txt:
92 * animations/big-rotation.html:
93 * animations/change-keyframes-expected.txt:
94 * animations/change-keyframes-name-expected.txt:
95 * animations/change-keyframes-name.html:
96 * animations/change-keyframes.html:
97 * animations/change-one-anim-expected.txt:
98 * animations/change-one-anim.html:
99 * animations/generic-from-to-expected.txt:
100 * animations/generic-from-to.html:
101 * animations/import-expected.txt:
102 * animations/import.html:
103 * animations/keyframe-timing-functions-expected.txt:
104 * animations/keyframe-timing-functions.html:
105 * animations/keyframes-comma-separated-expected.txt:
106 * animations/keyframes-comma-separated.html:
107 * animations/keyframes-expected.txt:
108 * animations/keyframes-from-missing.html:
109 * animations/keyframes-out-of-order-expected.txt:
110 * animations/keyframes-out-of-order.html:
111 * animations/keyframes-to-missing.html:
112 * animations/keyframes.html:
113 * animations/lineheight-animation-expected.txt:
114 * animations/lineheight-animation.html:
115 * animations/matrix-anim-expected.txt:
116 * animations/matrix-anim.html:
117 * animations/multiple-animations-expected.txt:
118 * animations/multiple-animations.html:
119 * animations/multiple-keyframes-expected.txt:
120 * animations/multiple-keyframes.html:
121 * animations/transition-and-animation-1-expected.txt:
122 * animations/transition-and-animation-1.html:
123 * animations/transition-and-animation-2-expected.txt:
124 * animations/transition-and-animation-2.html:
125 * animations/width-using-ems-expected.txt:
126 * animations/width-using-ems.html:
127 * platform/win/Skipped:
129 2008-12-10 Alice Liu <alice.liu@apple.com>
131 Adding tweak to .conf files needed for
132 WebCore/manual-tests/drag-image-to-desktop.html
134 Reviewed by Darin Adler.
136 * http/conf/apache2-debian-httpd.conf:
137 * http/conf/apache2-httpd.conf:
138 * http/conf/cygwin-httpd.conf:
139 * http/conf/httpd.conf:
140 * http/tests/misc/resources/generatedimage.bat: Added.
142 2008-12-10 Geoffrey Garen <ggaren@apple.com>
144 Reviewed by Sam :( Weinig.
146 Added a test for http://trac.webkit.org/changeset/39162.
148 * fast/regex/malformed-escapes-expected.txt: Added.
149 * fast/regex/malformed-escapes.html: Added.
150 * fast/regex/resources/malformed-escapes.js: Added.
152 2008-12-10 Brady Eidson <beidson@apple.com>
156 New layout tests for testing the fix for https://bugs.webkit.org/show_bug.cgi?id=22194:
158 * http/tests/navigation/post-goback-repost-policy-expected.txt: Added.
159 * http/tests/navigation/post-goback-repost-policy.html: Added.
160 * http/tests/navigation/resources/goback-with-policydelegate.html: Added.
161 * http/tests/navigation/resources/post-target-policy-test.html: Added.
163 Updated layout test results for the new "custom policy delegate" mechanism:
165 * fast/encoding/mailto-always-utf-8-expected.txt:
166 * fast/forms/mailto/advanced-get-expected.txt:
167 * fast/forms/mailto/advanced-put-expected.txt:
168 * fast/forms/mailto/get-multiple-items-expected.txt:
169 * fast/forms/mailto/get-multiple-items-text-plain-expected.txt:
170 * fast/forms/mailto/get-multiple-items-x-www-form-urlencoded-expected.txt:
171 * fast/forms/mailto/get-non-ascii-always-utf-8-expected.txt:
172 * fast/forms/mailto/get-non-ascii-expected.txt:
173 * fast/forms/mailto/get-non-ascii-text-plain-expected.txt:
174 * fast/forms/mailto/get-non-ascii-text-plain-latin-1-expected.txt:
175 * fast/forms/mailto/get-overwrite-query-expected.txt:
176 * fast/forms/mailto/post-append-query-expected.txt:
177 * fast/forms/mailto/post-multiple-items-expected.txt:
178 * fast/forms/mailto/post-multiple-items-multipart-form-data-expected.txt:
179 * fast/forms/mailto/post-multiple-items-text-plain-expected.txt:
180 * fast/forms/mailto/post-multiple-items-x-www-form-urlencoded-expected.txt:
181 * fast/forms/mailto/post-text-plain-expected.txt:
182 * fast/forms/mailto/post-text-plain-with-accept-charset-expected.txt:
183 * http/tests/security/feed-urls-from-remote-expected.txt:
185 Skip the new test on Windows until the policy delegate can be enhanced there:
186 * platform/win/Skipped:
187 (It is already implicitly skipped for qt and gtk)
189 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
191 Reviewed by Darin Adler.
193 Added a test to verify that the DRT API pauseAnimationAtTimeOnElementWithId() does work
194 with animations using multiple keyframes.
196 https://bugs.webkit.org/show_bug.cgi?id=22773
198 * animations/animation-drt-api-multiple-keyframes.html: Added.
199 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.checksum: Added.
200 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.png: Added.
201 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.txt: Added.
202 * platform/win/Skipped:
204 2008-12-10 Hironori Bono <hbono@chromium.org>
206 Reviewed by Alexey Proskuryakov.
208 Bug 21820: Unable to enter the Tamil UNICODE Characters via Thamizha Phonetic IME
209 https://bugs.webkit.org/show_bug.cgi?id=21820
211 <rdar://problem/5683248> Typing backspace to delete a diacritical mark also deletes the character before (Arabic)
212 <rdar://problem/5702038> Backspace removes Thai Character in wrong sequence
214 Added test for verifying if a backspace key deletes only the last character of a ligature which consists of
215 multiple Unicode characters.
216 Also added a test for verifying an undo operation works after deleting the last character of a ligature.
218 * editing/deleting/delete-ligature-001-expected.txt: Added.
219 * editing/deleting/delete-ligature-001.html: Added.
220 * editing/deleting/delete-ligature-002-expected.txt: Added.
221 * editing/deleting/delete-ligature-002.html: Added.
222 * editing/deleting/delete-ligature-003-expected.txt: Added.
223 * editing/deleting/delete-ligature-003.html: Added.
225 2008-12-10 Alexey Proskuryakov <ap@webkit.org>
227 Rubber-stamped by Maciej Stachowiak.
229 <rdar://problem/5959165> Crash in a number of iExploder tests in WebCore::CachedImage::notifyObservers
231 Add a test for a crash that is no longer reproducible.
233 * fast/css/mask-missing-image-crash-expected.txt: Added.
234 * fast/css/mask-missing-image-crash.html: Added.
236 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
238 Rubber-stamped by Dan Bernstein.
240 https://bugs.webkit.org/show_bug.cgi?id=19762
241 Crash in svg/webarchive/svg-cursor-subresources.svg
243 * svg/webarchive/svg-cursor-subresources.svg: Copied from LayoutTests/svg/webarchive/svg-cursor-subresources.svg-disabled.
244 * svg/webarchive/svg-cursor-subresources.svg-disabled: Removed.
245 Re-enabling the test.
247 2008-12-09 Geoffrey Garen <ggaren@apple.com>
249 Reviewed by Oliver Hunt.
251 Added a test for an assertion followed by a quantifier.
253 * fast/regex/quantified-assertions-expected.txt: Added.
254 * fast/regex/quantified-assertions.html: Added.
255 * fast/regex/resources/quantified-assertions.js: Copied from fast/regex/resources/alternative-length-miscalculation.js.
257 2008-12-09 Geoffrey Garen <ggaren@apple.com>
259 Reviewed by Cameron Zwarich.
261 Updated regular expression layout tests to be agnostic between WREC
262 and PCRE quirks. Also, updated results to match new, more web-compatible
263 regular expression parsing.
265 * fast/js/regexp-charclass-crash-expected.txt:
266 * fast/js/regexp-charclass-crash.html:
267 * fast/js/regexp-no-extensions-expected.txt:
268 * fast/js/resources/regexp-no-extensions.js:
269 * fast/regex/test1-expected.txt:
271 2008-12-09 David Levin <levin@chromium.org>
273 Reviewed by Eric Seidel.
275 https://bugs.webkit.org/show_bug.cgi?id=22512
277 Add a test to check for crashes when attaching an event to a document created by
278 'document.implementation.createDocument'.
280 * fast/events/create-document-crash-on-attach-event-expected.txt: Added.
281 * fast/events/create-document-crash-on-attach-event.html: Added.
282 * fast/events/resources/create-document-crash-on-attach-event.js: Added.
285 2008-12-09 David Levin <levin@chromium.org>
287 Reviewed by Eric Seidel.
289 Add a test to check the event order for context clicks on Windows.
291 https://bugs.webkit.org/show_bug.cgi?id=22505
293 * platform/win/fast/events/context-click-events-expected.txt: Added.
294 * platform/win/fast/events/context-click-events.html: Added.
295 * platform/win/fast/events/resources: Added.
296 * platform/win/fast/events/resources/TEMPLATE.html: Added.
297 * platform/win/fast/events/resources/context-click-events.js: Added.
302 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
304 Reviewed by Darin Adler.
306 https://bugs.webkit.org/show_bug.cgi?id=22719
307 Implement Navigator object in Workers
309 * fast/workers/worker-navigator-expected.txt: Added.
310 * fast/workers/worker-navigator.html: Added.
312 2008-12-09 Pamela Greene <pam@chromium.org>
314 Submitted without review.
315 Corrected results so the test passes.
317 * fast/events/special-key-events-in-input-text-expected.txt:
319 2008-12-09 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
321 Reviewed by Alexey Proskuryakov.
323 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22637
325 Add new tests covering the WMLGoElement's GET method.
326 Reactive disabled WML tests, as LayoutTests/wml/ is not run anymore if WebCore has been built without WML support.
328 * wml/go-task-get-method-external-deck-expected.txt: Added.
329 * wml/go-task-get-method-external-deck-with-href-expected.txt: Added.
330 * wml/go-task-get-method-external-deck-with-href.html: Added.
331 * wml/go-task-get-method-external-deck.html: Added.
332 * wml/go-task-get-method-same-deck-expected.txt: Added.
333 * wml/go-task-get-method-same-deck.html: Added.
334 * wml/resources/WMLTestCase.js:
335 (createWMLTestCase.iframeElement.onload):
337 (completeTest.script.onload):
339 * wml/resources/external-deck.wml: Added.
340 * wml/resources/go-task-get-method-external-deck-with-href.js: Added.
344 * wml/resources/go-task-get-method-external-deck.js: Added.
348 * wml/resources/go-task-get-method-same-deck.js: Added.
352 * wml/resources/test-document.wml: Added.
353 * wml/variable-reference-invalid-character.html: Copied from LayoutTests/wml/variable-reference-invalid-character.html-disabled.
354 * wml/variable-reference-invalid-character.html-disabled: Removed.
355 * wml/variable-reference-valid.html: Copied from LayoutTests/wml/variable-reference-valid.html-disabled.
356 * wml/variable-reference-valid.html-disabled: Removed.
358 2008-12-08 Dmitry Titov <dimich@chromium.org>
360 Reviewed by Darin Adler.
362 Test for https://bugs.webkit.org/show_bug.cgi?id=22710
363 Verifies that active timeout does not cause memory leak.
365 * fast/dom/Window/resources/long_timeout.html: Added.
366 * fast/dom/Window/timeout-released-on-close-expected.txt: Added.
367 * fast/dom/Window/timeout-released-on-close.html: Added.
369 2008-12-08 Geoffrey Garen <ggaren@apple.com>
371 Reviewed by Sam Weinig.
373 Fixed js-test-pre.js to print a meaningful, complete sentence when
374 exception tests fail.
376 * fast/js/const-expected.txt: Updated test for new results.
378 * fast/js/resources/js-test-pre.js:
381 2008-12-08 Pierre-Olivier Latour <pol@apple.com>
383 Reviewed by Dan Bernstein.
385 Increase timeout in video-paint-test.js so that <video> tests pass on the Tiger pixel bot which is slower
386 than the Leopard one.
388 https://bugs.webkit.org/show_bug.cgi?id=22742
390 * media/video-paint-test.js:
393 2008-12-08 Geoffrey Garen <ggaren@apple.com>
395 Reviewed by Sam Weinig.
397 Added a test for interesting uses of non-pattern-characters in regular
400 * fast/regex/non-pattern-characters-expected.txt: Added.
401 * fast/regex/non-pattern-characters.html: Added.
402 * fast/regex/resources/non-pattern-characters.js: Added.
404 2008-12-08 Darin Adler <darin@apple.com>
406 Reviewed by John Sullivan.
408 - tests for https://bugs.webkit.org/show_bug.cgi?id=22409
409 REGRESSION: cmd-shift-left/right don't switch tabs, instead select text
411 * editing/execCommand/enabling-and-selection-2-expected.txt: Added.
412 * editing/execCommand/enabling-and-selection-2.html: Added.
413 * editing/execCommand/enabling-and-selection-expected.txt: Added.
414 * editing/execCommand/enabling-and-selection.html: Added.
415 * editing/execCommand/resources: Added.
416 * editing/execCommand/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
417 * editing/execCommand/resources/enabling-and-selection-2.js: Added.
418 * editing/execCommand/resources/enabling-and-selection.js: Added.
420 * fast/canvas/canvas-setTransform.html: Let make-js-test-wrappers update this.
421 * fast/canvas/canvas-strokeRect.html: Ditto.
423 * platform/qt/Skipped: Added enabling-and-selection-2 to the skipped list.
424 * platform/win/Skipped: Ditto.
426 2008-12-08 Pamela Greene <pam@chromium.org>
428 Reviewed by Darin Adler.
430 https://bugs.webkit.org/show_bug.cgi?id=22739
431 Test the sequence of keyboard events generated for a keypress.
433 * fast/events/special-key-events-in-input-text-expected.txt: Added.
434 * fast/events/special-key-events-in-input-text.html: Added.
436 2008-12-08 Julien Chaffraix <jchaffraix@webkit.org>
438 Reviewed by Darin Adler.
440 Tests cases for bug 17897: Not Rendering Images Imported from XHTML Document
441 <rdar://problem/5827614>
443 - xmlhttprequest-image-not-loaded*: test that an image loaded by an XMLHttpRequest and inserted into a XHTML or SVG Document
444 is properly rendered.
446 - 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
447 (whether it does really change the url or not).
449 * http/tests/misc/image-blocked-src-change-expected.txt: Added.
450 * http/tests/misc/image-blocked-src-change.html: Added.
451 * http/tests/misc/image-blocked-src-no-change-expected.txt: Added.
452 * http/tests/misc/image-blocked-src-no-change.html: Added.
453 * http/tests/xmlhttprequest/resources/load-icon.svg: Added.
454 * http/tests/xmlhttprequest/resources/load-icon.xhtml: Added.
455 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-expected.txt: Added.
456 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg-expected.txt: Added.
457 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg.svg: Added.
458 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded.html: Added.
460 2008-12-08 Mark Rowe <mrowe@apple.com>
462 Rubber-stamped by Sam Weinig.
464 Disable the WML tests since no platforms build with WML enabled by default and the test failures are annoying.
466 * wml/variable-reference-invalid-character.html-disabled: Renamed from LayoutTests/wml/variable-reference-invalid-character.html.
467 * wml/variable-reference-valid.html-disabled: Renamed from LayoutTests/wml/variable-reference-valid.html.
469 2008-12-08 Aaron Boodman <aa@chromium.org>
471 Reviewed by Stephanie Lewis.
473 https://bugs.webkit.org/show_bug.cgi?id=22301
474 Make dispatchDidFinishLoading() always fire before didFinishLoadForFrame().
476 * fast/dom/Window/get-set-properties-expected.txt:
477 * fast/events/onunload-window-property-expected.txt:
478 * http/tests/loading/basic-expected.txt:
479 * http/tests/loading/empty-subframe-expected.txt:
480 * http/tests/loading/gmail-assert-on-load-expected.txt:
481 * http/tests/loading/location-hash-reload-cycle-expected.txt:
482 * http/tests/loading/onload-vs-immediate-refresh-expected.txt:
483 * http/tests/loading/slow-parsing-subframe-expected.txt:
484 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
485 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
486 * webarchive/loading/test-loading-archive-expected.txt:
488 2008-12-08 Oliver Hunt <oliver@apple.com>
490 Reviewed by Alexey Proskuryakov.
492 Bug 22398: r39059: Crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler
493 <rdar://problem/6426245> REGRESSION(r39059): Reproducible crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler (22398)
495 Add crash test for this regression -- simply clear the transition duration in the transitionEnd handler.
497 * transitions/transition-duration-cleared-in-transitionend-crash-expected.txt: Added.
498 * transitions/transition-duration-cleared-in-transitionend-crash.html: Added.
500 2008-12-07 Simon Fraser <simon.fraser@apple.com>
502 Reviewed by Dan Bernstein
504 https://bugs.webkit.org/show_bug.cgi?id=22594
506 Testcase for fetching inline style for -webkit-transform-origin
507 and -webkit-transition.
509 * fast/css/transform-inline-style-expected.txt: Added.
510 * fast/css/transform-inline-style.html: Added.
512 2008-12-07 Dirk Schulze <krit@webkit.org>
514 Reviewed by Oliver Hunt.
516 Tests strokeRect with patterns and gradients.
518 * fast/canvas/canvas-strokeRect-expected.txt: Added.
519 * fast/canvas/canvas-strokeRect.html: Added.
520 * fast/canvas/resources/canvas-strokeRect.js: Added.
522 2008-12-06 Dirk Schulze <krit@webkit.org>
524 Reviewed by Oliver Hunt.
526 Added tests for canvas's setTransform() and updated an existing one.
528 * fast/canvas/canvas-setTransform-expected.txt: Added.
529 * fast/canvas/canvas-setTransform.html: Added.
530 * fast/canvas/resources/canvas-setTransform.js: Added.
531 * fast/dom/Window/window-properties-expected.txt:
533 2008-12-06 Antti Koivisto <antti@apple.com>
535 Reusing property slots changed property ordering in this text.
537 * editing/pasteboard/5780697-2-expected.txt:
539 2008-12-06 Simon Fraser <simon.fraser@apple.com>
541 Reviewed by Antti Koivisto, Dan Bernstein
543 https://bugs.webkit.org/show_bug.cgi?id=22088
545 Testcase for repaint issue when transform changes
547 * fast/repaint/transform-repaint-descendants.html: Added.
548 * platform/mac/fast/repaint/transform-repaint-descendants-expected.checksum: Added.
549 * platform/mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
550 * platform/mac/fast/repaint/transform-repaint-descendants-expected.txt: Added.
552 2008-12-06 Simon Fraser <simon.fraser@apple.com>
554 Update expected image now that the caret renders in transformed
557 https://bugs.webkit.org/show_bug.cgi?id=15671
559 * platform/mac/fast/forms/search-transformed-expected.checksum:
560 * platform/mac/fast/forms/search-transformed-expected.png:
562 2008-12-06 Simon Fraser <simon.fraser@apple.com>
564 Reviewed by Dan Bernstein
566 https://bugs.webkit.org/show_bug.cgi?id=15739
568 Testcase for selection painting on a transformed, replaced element.
570 * fast/replaced/selection-rect-transform.html: Added.
571 * platform/mac/fast/replaced/selection-rect-transform-expected.checksum: Added.
572 * platform/mac/fast/replaced/selection-rect-transform-expected.png: Added.
573 * platform/mac/fast/replaced/selection-rect-transform-expected.txt: Added.
575 2008-12-06 Simon Fraser <simon.fraser@apple.com>
577 Reviewed by Dave Hyatt
579 https://bugs.webkit.org/show_bug.cgi?id=15671
581 * fast/transforms/transformed-caret.html: Added.
582 * platform/mac/fast/transforms/transformed-caret-expected.checksum: Added.
583 * platform/mac/fast/transforms/transformed-caret-expected.png: Added.
584 * platform/mac/fast/transforms/transformed-caret-expected.txt: Added.
586 New testcase for caret on transformed element.
588 * platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum:
589 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
591 Fix expected now that caret rendering works properly.
593 2008-12-05 Chris Marrin <cmarrin@apple.com>
595 Reviewed by Dave Hyatt.
597 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22635
599 * animations/animation-iteration-event-destroy-renderer-expected.txt: Added.
600 * animations/animation-iteration-event-destroy-renderer.html: Added.
601 * animations/animation-start-event-destroy-renderer-expected.txt: Added.
602 * animations/animation-start-event-destroy-renderer.html: Added.
604 2008-12-05 Pamela Greene <pam@chromium.org>
606 Reviewed by Darin Adler.
608 https://bugs.webkit.org/show_bug.cgi?id=22608
609 Add a test for line numbers of uncaught JS exceptions.
611 * fast/js/uncaught-exception-line-number-expected.txt: Added.
612 * fast/js/uncaught-exception-line-number.html: Added.
614 2008-12-05 Pamela Greene <pam@chromium.org>
616 Reviewed by Darin Adler.
618 https://bugs.webkit.org/show_bug.cgi?id=22604
619 Add test for onload handler named 'onload'.
621 * fast/events/onload-name-collision-expected.txt: Added.
622 * fast/events/onload-name-collision.html: Added.
624 2008-12-05 Pamela Greene <pam@chromium.org>
626 Reviewed by Darin Adler.
628 https://bugs.webkit.org/show_bug.cgi?id=22601
629 Add test to verify that calling functions on a Java applet from JS works.
631 * fast/dom/java-applet-calls-expected.txt: Added.
632 * fast/dom/java-applet-calls.html: Added.
633 * fast/dom/resources/TestApplet.class: Added.
634 * fast/dom/resources/TestApplet.java: Added.
635 (TestApplet): Source of test applet for use by layout test(s).
637 (TestApplet.setString):
638 (TestApplet.getString):
640 2008-12-05 Pamela Greene <pam@chromium.org>
642 Reviewed by Darin Adler.
644 https://bugs.webkit.org/show_bug.cgi?id=22592
645 Make sure the onload handler is only called once, even when there are
646 multiple <body> nodes in the document.
648 * fast/events/onload-fires-twice-expected.txt: Added.
649 * fast/events/onload-fires-twice.html: Added.
651 2008-12-05 Pamela Greene <pam@chromium.org>
653 Reviewed by Darin Adler.
655 https://bugs.webkit.org/show_bug.cgi?id=22575
656 Add a test for accessing NodeList items by name.
658 * fast/dom/NodeList/nodelist-item-with-name-expected.txt: Added.
659 * fast/dom/NodeList/nodelist-item-with-name.html: Added.
661 2008-12-05 Pamela Greene <pam@chromium.org>
663 Reviewed by Eric Seidel.
665 https://bugs.webkit.org/show_bug.cgi?id=22632
666 Add a test for DOM operations with incompatible receivers or arguments.
668 * fast/dom/incompatible-operations-expected.txt: Added.
669 * fast/dom/incompatible-operations.html: Added.
671 2008-12-05 Justin Garcia <justin.garcia@apple.com>
673 Updating these test results. On Tiger the fragment created from RTFD data
674 contained interchange newlines that we incorrectly handled before r38983.
676 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.checksum:
677 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.png:
678 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.txt:
680 2008-12-05 Geoffrey Garen <ggaren@apple.com>
682 Reviewed by Sam Weinig.
684 Added a test for a bug I discovered while working on
685 https://bugs.webkit.org/show_bug.cgi?id=22685.
687 * fast/regex/non-capturing-backtracking-expected.txt: Added.
688 * fast/regex/non-capturing-backtracking.html: Added.
689 * fast/regex/resources/non-capturing-backtracking.js: Added.
691 2008-12-05 Dean Jackson <dino@apple.com>
693 Reviewed by David Hyatt.
695 No longer need to add a fake listener on a document
696 node in order to get events passed up to Window.
697 https://bugs.webkit.org/show_bug.cgi?id=20572
699 * transitions/transition-end-event-window.html:
701 2008-12-05 Kevin McCullough <kmccullough@apple.com>
703 Reviewed by Tim Hatcher.
705 - Fix intermittent profiler test failures. The problem is that idle
706 time only shows up some times, probably dependent on if the system is
707 running a little slow or has a network hiccup. I've removed this.
708 - I've also added <rdar://problem/6422004> Profiler tests fail because
709 they sometimes don't have (idle) time. This is to investigate whether or
710 not idle time should be showing up at all when running these tests.
712 * fast/profiler/anonymous-event-handler-expected.txt:
713 * fast/profiler/anonymous-function-called-from-different-contexts-expected.txt:
714 * fast/profiler/anonymous-function-calls-built-in-functions-expected.txt:
715 * fast/profiler/anonymous-function-calls-eval-expected.txt:
716 * fast/profiler/apply-expected.txt:
717 * fast/profiler/built-in-function-calls-anonymous-expected.txt:
718 * fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
719 * fast/profiler/call-expected.txt:
720 * fast/profiler/call-nodelist-as-function-expected.txt:
721 * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope-expected.txt:
722 * fast/profiler/compare-multiple-profiles-expected.txt:
723 * fast/profiler/constructor-expected.txt:
724 * fast/profiler/dead-time-expected.txt:
725 * fast/profiler/document-dot-write-expected.txt:
726 * fast/profiler/event-handler-expected.txt:
727 * fast/profiler/execution-context-and-eval-on-same-line-expected.txt:
728 * fast/profiler/heavy-view-expected.txt:
729 * fast/profiler/inline-event-handler-expected.txt:
730 * fast/profiler/many-calls-in-the-same-scope-expected.txt:
731 * fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
732 * fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
733 * fast/profiler/multiple-frames-expected.txt:
734 * fast/profiler/nested-anonymous-functon-expected.txt:
735 * fast/profiler/nested-start-and-stop-profiler-expected.txt:
736 * fast/profiler/one-execution-context-expected.txt:
737 * fast/profiler/profile-calls-in-included-file-expected.txt:
738 * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt:
739 * fast/profiler/profiling-from-a-nested-location-expected.txt:
740 * fast/profiler/resources/profiler-test-JS-resources.js:
741 (printProfileNodeWithoutTime):
742 * fast/profiler/simple-event-call-expected.txt:
743 * fast/profiler/simple-no-level-change-expected.txt:
744 * fast/profiler/start-and-stop-profiler-multiple-times-expected.txt:
745 * fast/profiler/start-and-stop-profiling-in-the-same-function-expected.txt:
746 * fast/profiler/stop-profiling-after-setTimeout-expected.txt:
747 * fast/profiler/stop-then-function-call-expected.txt:
748 * fast/profiler/throw-exception-from-eval-expected.txt:
749 * fast/profiler/two-execution-contexts-expected.txt:
750 * fast/profiler/user-defined-function-calls-built-in-functions-expected.txt:
751 * fast/profiler/window-dot-eval-expected.txt:
753 2008-12-05 Alexey Proskuryakov <ap@webkit.org>
755 Reviewed by Darin Adler.
757 https://bugs.webkit.org/show_bug.cgi?id=22672
758 ASSERT(m_table) when xhr.onabort creates another xhr or calls setTimeout
760 * http/tests/xmlhttprequest/send-on-abort-expected.txt: Added.
761 * http/tests/xmlhttprequest/send-on-abort.html: Added.
763 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Removed.
764 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Removed.
765 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
766 * http/tests/xmlhttprequest/resources/slow-response.pl: Removed.
767 Stopping an XHR due to navigation no longer dispatches events.
769 2008-12-05 Jungshik Shin <jshin@chromium.org>
771 Reviewed by Alexey Proskuryakov.
773 https://bugs.webkit.org/show_bug.cgi?id=22472
775 Revises charset alias map for TextCodecICU.
776 - Uses windows-949 and windows-874 instead of windows-949-2000 and windows-874-2000
777 - Replaces 'windows874' in a couple of place with 'windows-874' (for the canonical name)
778 - Maps 'dos-874' to 'windows-874'. Currently, it's aliases to 'cp874', which is in turn
779 mapped to 'TIS-620'. 'TIS-620' is manually aliased to 'windows-874'. We'd better directly
780 alias 'dos-874' to 'windows-874'.
781 - Replaces 'EUC-CN' with 'GBK' when it's used as the canonical name.
782 Similar to the above case, we're getting rid of indirection that eventually leads to 'GBK' by
783 directly going to 'GBK'.
784 - Puts Mac encodings in a separate test 'char-decoding-mac.html'. Rename 'char-decoding-mac.html'
785 in platform/mac to 'xnextstep-decoding.html' to avoid the name collision in the result files.
786 - Adds a JS file for common functions used by char-decoding-*.html tests.
788 * fast/encoding/char-decoding-expected.txt:
789 * fast/encoding/char-decoding-mac-expected.txt: Added.
790 * fast/encoding/char-decoding-mac.html: Added.
791 * fast/encoding/char-decoding.html:
792 * fast/encoding/resources/char-decoding-utils.js
793 * platform/mac/fast/encoding/char-decoding-mac-expected.txt: Removed.
794 * platform/mac/fast/encoding/char-decoding-mac.html: Removed.
795 * platform/mac/fast/encoding/xnextstep-decoding-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac-expected.txt.
796 * platform/mac/fast/encoding/xnextstep-decoding.html: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac.html.
798 2008-12-03 Geoffrey Garen <ggaren@apple.com>
800 Reviewed by Oliver Hunt.
802 Added a test for another input length miscalculation.
804 * fast/regex/alternative-length-miscalculation-expected.txt:
805 * fast/regex/resources/alternative-length-miscalculation.js:
807 2008-12-03 Jungshik Shin <jshin@chromium.org>
809 Reviewed by Darin Adler.
811 Add missing test files (utf-16,32 files) and two php files
812 for bug 21635 and enabled utf-7 tests (bug 22492). The patch
813 for bug 21635 was landed in http://trac.webkit.org/changeset/38755,
814 but binary test files (utf-16/32) were omitted in the changeset.
816 https://bugs.webkit.org/show_bug.cgi?id=21635
817 https://bugs.webkit.org/show_bug.cgi?id=22492
819 * http/tests/misc/resources/check-query-param.php: Added.
820 * http/tests/misc/resources/echo-query-param.php: Added.
821 * http/tests/misc/submit-get-in-utf16be.html: Added.
822 * http/tests/misc/submit-get-in-utf16le.html: Added.
823 * http/tests/misc/submit-get-in-utf32be.html: Added.
824 * http/tests/misc/submit-get-in-utf32le.html: Added.
825 * http/tests/misc/submit-get-in-utf7.html: Copied from http/tests/misc/submit-get-in-utf7.html-disabled.
826 * http/tests/misc/submit-get-in-utf7.html-disabled: Removed.
827 * http/tests/misc/submit-post-in-utf16be.html: Added.
828 * http/tests/misc/submit-post-in-utf16le.html: Added.
829 * http/tests/misc/submit-post-in-utf32be.html: Added.
830 * http/tests/misc/submit-post-in-utf32le.html: Added.
831 * http/tests/misc/submit-post-in-utf7.html: Copied from http/tests/misc/submit-post-in-utf7.html-disabled.
832 * http/tests/misc/submit-post-in-utf7.html-disabled: Removed.
833 * http/tests/misc/url-in-utf16be.html: Added.
834 * http/tests/misc/url-in-utf16le.html: Added.
835 * http/tests/misc/url-in-utf32be.html: Added.
836 * http/tests/misc/url-in-utf32le.html: Added.
837 * http/tests/misc/url-in-utf7.html: Copied from http/tests/misc/url-in-utf7.html-disabled.
838 * http/tests/misc/url-in-utf7.html-disabled: Removed.
840 2008-12-03 Justin Garcia <justin.garcia@apple.com>
842 Reviewed by Beth Dakin.
844 <rdar://problem/6018653> Extra blank line when pasting paragraph in plain text
846 * editing/pasteboard/6018653-expected.txt: Added.
847 * editing/pasteboard/6018653.html: Added.
849 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
851 Reviewed by George Staikos.
853 Forgot to rerun make-js-test-wrappers, and update some fast/wml results.
855 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
856 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
857 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
858 * wml/resources/variable-reference-invalid-character.js:
859 * wml/resources/variable-reference-valid.js:
861 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
863 Reviewed by George Staikos.
865 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22636
867 Add a first set of scriptable WML layout tests.
868 Embed WML documents in an <iframe>, contained in a (X)HTML document, and script
869 the LayoutTestController through XHTML <script> elements. See WMLTestCase.js,
870 which is derived from SVGTestCase.js.
872 All wml/*.html files are generated using make-js-test-wrappers.
874 Add two tests covering variable substitution.
877 * wml/resources: Added.
878 * wml/resources/TEMPLATE.html: Added.
879 * wml/resources/WMLTestCase.js: Added.
881 (createWMLTestCase.iframeElement.onload):
885 (completeTest.script.onload):
887 * wml/resources/variable-reference-invalid-character.js: Added.
891 * wml/resources/variable-reference-valid.js: Added.
895 * wml/variable-reference-invalid-character-expected.txt: Added.
896 * wml/variable-reference-invalid-character.html: Added.
897 * wml/variable-reference-valid-expected.txt: Added.
898 * wml/variable-reference-valid.html: Added.
900 2008-12-03 Simon Fraser <simon.fraser@apple.com>
902 Reviewed by Dave Hyatt
904 Clean up and unify transition and animation test cases that destroy
905 the renderer in the 'ended' event callback, either through setting display:none,
906 or removing the element.
908 * animations/animation-end-event-destroy-renderer-expected.txt: Added.
909 * animations/animation-end-event-destroy-renderer.html: Added.
910 * animations/transform-animation-event-destroy-element-expected.txt: Removed.
911 * animations/transform-animation-event-destroy-element.html: Removed.
912 * transitions/transform-transition-event-destroy-element-expected.txt: Removed.
913 * transitions/transform-transition-event-destroy-element.html: Removed.
914 * transitions/transition-end-event-destroy-renderer-expected.txt: Added.
915 * transitions/transition-end-event-destroy-renderer.html: Added.
917 2008-12-03 Alexey Proskuryakov <ap@webkit.org>
919 Reviewed by Darin Adler.
921 https://bugs.webkit.org/show_bug.cgi?id=22630
922 Assertion failure in XMLHttpRequest::contextDestroyed
924 * http/tests/xmlhttprequest/close-window-expected.txt: Added.
925 * http/tests/xmlhttprequest/close-window.html: Added.
926 * http/tests/xmlhttprequest/resources/close-window-frame.html: Added.
928 2008-12-03 Dean Jackson <dino@apple.com>
930 Reviewed by Dan Bernstein.
932 Tests for CSS 3 <angle> turn unit
933 https://bugs.webkit.org/show_bug.cgi?id=22497
935 * transforms/2d/transform-2d-expected.txt:
936 * transforms/2d/transform-2d.html:
937 * transforms/transform-value-types-expected.txt:
938 * transforms/transform-value-types.html:
940 2008-12-03 Dean Jackson <dino@apple.com>
942 Reviewed by Dan Bernstein.
944 Clean up some tests for private DRT API.
945 https://bugs.webkit.org/show_bug.cgi?id=22498
947 * platform/win/Skipped:
948 * transitions/transition-drt-api-delay-expected.txt:
949 * transitions/transition-drt-api-delay.html:
950 * transitions/transition-shorthand-delay-expected.txt:
951 * transitions/transition-shorthand-delay.html:
953 2008-12-03 Dirk Schulze <krit@webkit.org>
955 Updated/Correcte the SVG pixel tests.
956 We pass two more SVG tests now.
958 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
959 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
960 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
961 * platform/mac/svg/batik/text/textEffect3-expected.png:
963 2008-12-03 Dmitry Titov <dimich@chromium.org>
965 Reviewed by Alexey Proskuryakov.
967 Add test for https://bugs.webkit.org/show_bug.cgi?id=22600,
968 verifying that timeout callback is executed in the right scope.
970 * fast/dom/Window/timeout-callback-scope-expected.txt: Added.
971 * fast/dom/Window/timeout-callback-scope.html: Added.
973 2008-12-02 Alexey Proskuryakov <ap@webkit.org>
975 Reviewed by Maciej Stachowiak.
977 https://bugs.webkit.org/show_bug.cgi?id=22543
978 Consolidate ActiveDOMObject page cache interaction
980 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Added.
981 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Added.
982 * http/tests/xmlhttprequest/resources/slow-response.pl: Added.
983 Check that XHR is aborted when navigating to a different page.
985 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
986 A readystatechange event is now fired when destroying a subframe that made a request.
987 This matches Firefox, although test output is somewhat different due to window.parent
988 being inaccessible from a detached frame there.
990 2008-11-28 Cameron Zwarich <zwarich@apple.com>
992 Reviewed by Geoff Garen.
994 Add tests for bug 22504: Crashes during code generation occur due to refing of ignoredResult()
995 <https://bugs.webkit.org/show_bug.cgi?id=22504>
997 * fast/js/ignored-result-ref-crash-expected.txt: Added.
998 * fast/js/ignored-result-ref-crash.html: Added.
999 * fast/js/resources/ignored-result-ref-crash.js: Added.
1001 2008-12-02 Geoffrey Garen <ggaren@apple.com>
1003 Reviewed by Cameron Zwarich.
1005 Test for https://bugs.webkit.org/show_bug.cgi?id=22537
1006 REGRESSION (r38745): Assertion failure in jsSubstring() at ge.com
1008 * fast/regex/alternative-length-miscalculation-expected.txt: Added.
1009 * fast/regex/alternative-length-miscalculation.html: Added.
1011 2008-12-02 Simon Fraser <simon.fraser@apple.com>
1013 Reviewed by Dave Hyatt
1015 https://bugs.webkit.org/show_bug.cgi?id=22472
1017 Test for repainting a selected, replaced element.
1019 * fast/repaint/selected-replaced.html: Added.
1020 * platform/mac/fast/repaint/selected-replaced-expected.checksum: Added.
1021 * platform/mac/fast/repaint/selected-replaced-expected.png: Added.
1022 * platform/mac/fast/repaint/selected-replaced-expected.txt: Added.
1024 2008-12-02 Chris Fleizach <cfleizach@apple.com>
1026 Reviewed by Beth Dakin.
1028 Added and modified tests for
1029 Bug 22606: Can <th> serves as the AXTitleUIElement for <td>?
1031 * accessibility/image-map1-expected.txt:
1032 * accessibility/image-map2-expected.txt:
1033 * accessibility/internal-link-anchors2-expected.txt:
1034 * accessibility/lists-expected.txt:
1035 * accessibility/plugin-expected.txt:
1036 * accessibility/table-detection-expected.txt:
1037 * accessibility/table-one-cell-expected.txt:
1038 * accessibility/table-with-aria-role-expected.txt:
1039 * accessibility/table-with-rules-expected.txt:
1040 * accessibility/th-as-title-ui-expected.txt: Added.
1041 * accessibility/th-as-title-ui.html: Added.
1043 2008-12-02 Chris Fleizach <cfleizach@apple.com>
1045 Update tests for Bug 22596: Some elements don't report AXBlockQuoteLevel
1047 Reviewed by John Sullivan.
1049 * accessibility/document-links-expected.txt:
1050 * accessibility/image-map1-expected.txt:
1051 * accessibility/image-map2-expected.txt:
1053 2008-12-02 Dimitri Glazkov <dglazkov@chromium.org>
1055 Reviewed by Eric Seidel.
1057 Add Layout test for https://bugs.webkit.org/show_bug.cgi?id=22460,
1058 testing ASSERT in console.trace() due to incomplete inheritance chain.
1060 * fast/dom/Window/console-trace-expected.txt: Added.
1061 * fast/dom/Window/console-trace.html: Added.
1063 2008-12-02 Michael Moss <mmoss@chromium.org>
1065 Reviewed by Eric Seidel.
1067 Enable http/tests/navigation/reload-subframe-*frame.html on Windows.
1068 https://bugs.webkit.org/show_bug.cgi?id=20926
1070 * platform/win/Skipped:
1072 2008-12-01 Beth Dakin <bdakin@apple.com>
1074 Reviewed by Dan Bernstein.
1076 Tests for https://bugs.webkit.org/show_bug.cgi?id=13736 REGRESSION
1077 (r19811): Using the down arrow in a textarea gets "stuck" at the
1078 end of a wrapped line
1079 And corresponding: <rdar://problem/5347931>
1081 * editing/selection/wrapped-line-caret-1.html: Added.
1082 * editing/selection/wrapped-line-caret-2.html: Added.
1083 * platform/mac/editing/selection/wrapped-line-caret-1-
1084 expected.checksum: Added.
1085 * platform/mac/editing/selection/wrapped-line-caret-1-expected.png:
1087 * platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
1089 * platform/mac/editing/selection/wrapped-line-caret-2-
1090 expected.checksum: Added.
1091 * platform/mac/editing/selection/wrapped-line-caret-2-expected.png:
1093 * platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
1096 2008-12-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1098 Not reviewed. Forgot to include updated layout tests in last commit.
1100 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
1101 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
1102 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
1104 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
1106 Reviewed by Mark Rowe.
1108 Updated the reference images for the <video> layout tests as the ones checked-in previously
1109 do not pass on the pixel bots.
1111 https://bugs.webkit.org/show_bug.cgi?id=21911
1113 * platform/mac/media/video-aspect-ratio-expected.checksum:
1114 * platform/mac/media/video-aspect-ratio-expected.png:
1115 * platform/mac/media/video-controls-rendering-expected.checksum:
1116 * platform/mac/media/video-controls-rendering-expected.png:
1117 * platform/mac/media/video-display-toggle-expected.checksum:
1118 * platform/mac/media/video-display-toggle-expected.png:
1119 * platform/mac/media/video-layer-crash-expected.checksum:
1120 * platform/mac/media/video-layer-crash-expected.png:
1121 * platform/mac/media/video-transformed-expected.checksum:
1122 * platform/mac/media/video-transformed-expected.png:
1124 2008-12-01 David Kilzer <ddkilzer@apple.com>
1126 Bug 22466: REGRESSION (35867): Many resources missing when saving webarchive of webkit.org
1128 <https://bugs.webkit.org/show_bug.cgi?id=22466>
1129 <rdar://problem/6403593>
1131 Reviewed by Brady Eidson.
1133 * http/tests/webarchive/resources/test-preload-resources.css: Added.
1134 * http/tests/webarchive/test-preload-resources-expected.webarchive: Added.
1135 * http/tests/webarchive/test-preload-resources.html: Added.
1136 * platform/qt/Skipped: Added http/tests/webarchive and grouped the
1137 skipped list of other webarchive tests together.
1138 * platform/win/Skipped: Added http/tests/webarchive.
1140 2008-12-01 Pamela Greene <pam@chromium.org>
1142 Reviewed by Darin Adler.
1144 https://bugs.webkit.org/show_bug.cgi?id=22464
1145 Add a test for a potential crash when performing a same-origin
1146 check on a subframe reloaded with about:blank.
1148 * fast/js/same-origin-subframe-about-blank-expected.txt: Added.
1149 * fast/js/same-origin-subframe-about-blank.html: Added.
1151 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
1153 Reviewed by Dan Bernstein.
1155 Fixed <video> layout tests so that DRT is notified they are done only when the video frames
1156 are effectively rendered in the page. This requires using a timeout since there is no <video>
1157 event that fires when the first frame has been drawn (the closest even fires when the element
1158 is ready to render and will eventually draw at some unknown point in the future).
1159 Thanks to this change, these tests now pass in --pixel mode as well.
1161 https://bugs.webkit.org/show_bug.cgi?id=21911
1163 * media/video-aspect-ratio.html:
1164 * media/video-controls-rendering.html:
1165 * media/video-display-toggle.html:
1166 * media/video-layer-crash.html:
1167 * media/video-paint-test.js:
1169 * media/video-transformed.html:
1170 * platform/mac/media/video-aspect-ratio-expected.checksum:
1171 * platform/mac/media/video-aspect-ratio-expected.png:
1172 * platform/mac/media/video-controls-rendering-expected.checksum:
1173 * platform/mac/media/video-controls-rendering-expected.png:
1174 * platform/mac/media/video-display-toggle-expected.checksum:
1175 * platform/mac/media/video-display-toggle-expected.png:
1176 * platform/mac/media/video-layer-crash-expected.checksum:
1177 * platform/mac/media/video-layer-crash-expected.png:
1178 * platform/mac/media/video-transformed-expected.checksum:
1179 * platform/mac/media/video-transformed-expected.png:
1181 2008-12-01 Pamela Greene <pam@chromium.org>
1183 Reviewed by Darin Adler.
1185 https://bugs.webkit.org/show_bug.cgi?id=22463
1186 Add a test for accessing navigator.cookieEnabled after navigation.
1188 * fast/dom/navigator-cookieEnabled-no-crash-expected.txt: Added.
1189 * fast/dom/navigator-cookieEnabled-no-crash.html: Added.
1190 * fast/dom/resources/test-successful-destination.html: Added.
1192 2008-12-01 Pamela Greene <pam@chromium.org>
1194 Reviewed by Sam Weinig.
1196 https://bugs.webkit.org/show_bug.cgi?id=22365
1197 Add a test to verify behavior of DOM node constructors.
1199 * fast/dom/dom-constructors-expected.txt: Added.
1200 * fast/dom/dom-constructors.html: Added.
1202 2008-12-01 Pamela Greene <pam@chromium.org>
1204 Reviewed by Darin Adler.
1206 https://bugs.webkit.org/show_bug.cgi?id=22358
1207 Add a test for crash on "Copy" after showing a tooltip.
1209 * editing/pasteboard/copy-crash-expected.txt: Added.
1210 * editing/pasteboard/copy-crash.html: Added.
1212 2008-12-01 Alexey Proskuryakov <ap@webkit.org>
1214 Rubber-stamped by Mark Rowe.
1216 https://bugs.webkit.org/show_bug.cgi?id=22531
1217 Stack overflow on PowerPC on fast/workers/use-machine-stack.html
1219 Disabling the test until the problem can be investigated.
1221 * fast/workers/use-machine-stack.html: Removed.
1222 * fast/workers/use-machine-stack.html-disabled: Copied from fast/workers/use-machine-stack.html.
1224 2008-11-28 Sam Weinig <sam@webkit.org>
1226 Reviewed by Alexey Proskuryakov.
1228 Test for https://bugs.webkit.org/show_bug.cgi?id=21063
1229 NULL pointer crash in dispatchEvent(null);
1231 * fast/events/dispatchEvent-crash-expected.txt: Added.
1232 * fast/events/dispatchEvent-crash.html: Added.
1234 2008-11-29 Dan Bernstein <mitz@apple.com>
1236 Reviewed by Alexey Proskuryakov.
1238 - test for https://bugs.webkit.org/show_bug.cgi?id=22454
1239 <rdar://problem/6405550> REGRESSION (3.2-TOT): Crash below FontFallbackList::fontDataAt on jacobian.org
1241 * http/tests/misc/font-face-in-multiple-segmented-faces-expected.txt: Added.
1242 * http/tests/misc/font-face-in-multiple-segmented-faces.html: Added.
1244 2008-11-29 Alexey Proskuryakov <ap@webkit.org>
1246 Reviewed by Eric Seidel.
1248 https://bugs.webkit.org/show_bug.cgi?id=14968
1249 document.open() erroneously returns void instead of the new Document
1251 * fast/dom/HTMLDocument/document-open-return-value-expected.txt: Added.
1252 * fast/dom/HTMLDocument/document-open-return-value.html: Added.
1254 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1256 Reviewed by Cameron Zwarich.
1258 Update WML layout test results after adding <timer> element support.
1260 * platform/mac/fast/wml/err-multi-timer-expected.checksum:
1261 * platform/mac/fast/wml/err-multi-timer-expected.png:
1262 * platform/mac/fast/wml/err-multi-timer-expected.txt:
1264 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1266 Reviewed by Holger Freyther.
1268 Update WML layout test results after adding <do> element support.
1270 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
1271 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
1272 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
1273 * platform/mac/fast/wml/do-shadow-expected.txt:
1274 * platform/mac/fast/wml/do-template-expected.txt:
1275 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
1276 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
1277 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
1278 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
1279 * platform/mac/fast/wml/err-samename-do-expected.checksum:
1280 * platform/mac/fast/wml/err-samename-do-expected.png:
1281 * platform/mac/fast/wml/err-samename-do-expected.txt:
1283 2008-11-26 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1285 Reviewed by George Staikos.
1287 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22522
1289 Catch WML errors (invalid variable name/reference, multiple access elements, etc)
1290 while parsing the document, and stop parsing immediately and wrap the document
1291 fragment in a XHTML error document, just like it's done from XML parsing errors.
1293 Update affected layout tests (all fixed).
1295 * platform/mac/fast/wml/do-shadow-expected.txt:
1296 * platform/mac/fast/wml/do-template-expected.txt:
1297 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum:
1298 * platform/mac/fast/wml/err-event-binding-conflict-expected.png:
1299 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt:
1300 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum:
1301 * platform/mac/fast/wml/err-invalid-variable-name-expected.png:
1302 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
1303 * platform/mac/fast/wml/err-multi-access-expected.checksum:
1304 * platform/mac/fast/wml/err-multi-access-expected.png:
1305 * platform/mac/fast/wml/err-multi-access-expected.txt:
1306 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum:
1307 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png:
1308 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
1310 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
1312 Not reviewed. Forgot to include this layout test update in the last commit.
1314 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1316 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
1318 Rubber stamped by Mark Rowe.
1320 Fix nine failing tests on the build bot. Update mac-tiger results.
1322 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1323 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1324 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1325 * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1326 * platform/mac-tiger/svg/hixie/perf/001-expected.txt:
1327 * platform/mac-tiger/svg/hixie/perf/002-expected.txt:
1328 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
1329 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
1330 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
1332 2008-11-10 Glenn Wilson <gwilson@chromium.org>
1334 Reviewed by Dan Bernstein.
1336 Fixed bug http://bugs.webkit.org/show_bug.cgi?id=21953
1338 Added layout tests to verify that characters not defined in the default font with the small-caps variant
1341 * fast/css/small-caps-crash-expected.txt: Added.
1342 * fast/css/small-caps-crash.html: Added.
1344 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
1346 Reviewed by Oliver Hunt.
1348 Update layout tests, after fixing the path to string logic.
1350 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
1351 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
1352 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
1353 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
1354 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1355 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1356 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
1357 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
1358 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
1359 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
1360 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
1361 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
1362 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
1363 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
1364 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
1365 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
1366 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
1367 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
1368 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
1369 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
1370 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
1371 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
1372 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
1373 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
1374 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
1375 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
1376 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
1377 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
1378 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
1379 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
1380 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
1381 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
1382 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
1383 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
1384 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
1385 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
1386 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
1387 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
1388 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
1389 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
1390 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
1391 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
1392 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
1393 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
1394 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
1395 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
1396 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
1397 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
1398 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
1399 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
1400 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
1401 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
1402 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
1403 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
1404 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
1405 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
1406 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
1407 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
1408 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
1409 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
1410 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
1411 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
1412 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
1413 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
1414 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
1415 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
1416 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
1417 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
1418 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
1419 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
1420 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
1421 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
1422 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
1423 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
1424 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
1425 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
1426 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
1427 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
1428 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1429 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1430 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1431 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1432 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1433 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1434 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1435 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1436 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1437 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
1438 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1439 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1440 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1441 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1442 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1443 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1444 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1445 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1446 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
1447 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
1448 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
1449 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
1450 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
1451 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
1452 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
1453 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
1454 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
1455 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
1456 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
1457 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
1458 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
1459 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
1460 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
1461 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
1462 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
1463 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
1464 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
1465 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
1466 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
1467 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
1468 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
1469 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
1470 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
1471 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
1472 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
1473 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
1474 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
1475 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
1476 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
1477 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
1478 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
1479 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1480 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
1481 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1482 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
1483 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
1484 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
1485 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
1486 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
1487 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
1488 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1489 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
1490 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
1491 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
1492 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
1493 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
1494 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
1495 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
1496 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1497 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
1498 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
1499 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
1500 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
1501 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
1502 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
1503 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
1504 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
1505 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
1506 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
1507 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
1508 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
1509 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
1510 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
1511 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
1512 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
1513 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
1514 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
1515 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
1516 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
1517 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
1518 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
1519 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
1520 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
1521 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
1522 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
1523 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
1524 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
1525 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
1526 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
1527 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
1528 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
1529 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
1530 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
1531 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
1532 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
1533 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
1534 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
1535 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
1536 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
1537 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
1538 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
1539 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
1540 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
1541 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
1542 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
1543 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
1544 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
1545 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
1546 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
1547 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
1548 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
1549 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
1550 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
1551 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
1552 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
1553 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
1554 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
1555 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
1556 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
1557 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
1558 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
1559 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
1560 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
1561 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1562 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
1563 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
1564 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
1565 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
1566 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
1567 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
1568 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
1569 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
1570 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
1571 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
1572 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
1573 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
1574 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
1575 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
1576 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
1577 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
1578 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
1579 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
1580 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
1581 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
1582 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
1583 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
1584 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
1585 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
1586 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
1587 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
1588 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
1589 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
1590 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
1591 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
1592 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
1593 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
1594 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
1595 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1596 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
1597 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
1598 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
1599 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
1600 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
1601 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
1602 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
1603 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1604 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
1605 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
1606 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
1607 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
1608 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
1609 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
1610 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
1611 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
1612 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
1613 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
1614 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1615 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
1616 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
1617 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
1618 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
1619 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
1620 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
1621 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
1622 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
1623 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
1624 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
1625 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
1626 * platform/mac/svg/batik/text/textAnchor-expected.txt:
1627 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
1628 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
1629 * platform/mac/svg/batik/text/textEffect2-expected.txt:
1630 * platform/mac/svg/batik/text/textFeatures-expected.txt:
1631 * platform/mac/svg/batik/text/textLength-expected.txt:
1632 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
1633 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
1634 * platform/mac/svg/batik/text/textProperties-expected.txt:
1635 * platform/mac/svg/batik/text/textProperties2-expected.txt:
1636 * platform/mac/svg/batik/text/verticalText-expected.txt:
1637 * platform/mac/svg/carto.net/button-expected.txt:
1638 * platform/mac/svg/carto.net/colourpicker-expected.txt:
1639 * platform/mac/svg/carto.net/combobox-expected.txt:
1640 * platform/mac/svg/carto.net/scrollbar-expected.txt:
1641 * platform/mac/svg/carto.net/selectionlist-expected.txt:
1642 * platform/mac/svg/carto.net/slider-expected.txt:
1643 * platform/mac/svg/carto.net/textbox-expected.txt:
1644 * platform/mac/svg/carto.net/window-expected.txt:
1645 * platform/mac/svg/css/css-box-min-width-expected.txt:
1646 * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
1647 * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
1648 * platform/mac/svg/custom/SVGRect-interface-expected.txt:
1649 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
1650 * platform/mac/svg/custom/altglyph-expected.txt:
1651 * platform/mac/svg/custom/attribute-namespace-check-expected.txt:
1652 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
1653 * platform/mac/svg/custom/class-baseValue-expected.txt:
1654 * platform/mac/svg/custom/class-selector-expected.txt:
1655 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
1656 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
1657 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
1658 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
1659 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
1660 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
1661 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
1662 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
1663 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
1664 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
1665 * platform/mac/svg/custom/create-metadata-element-expected.txt:
1666 * platform/mac/svg/custom/createelement-expected.txt:
1667 * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
1668 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
1669 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
1670 * platform/mac/svg/custom/display-none-expected.txt:
1671 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
1672 * platform/mac/svg/custom/dynamic-viewBox-expected.txt:
1673 * platform/mac/svg/custom/empty-clip-path-expected.txt:
1674 * platform/mac/svg/custom/empty-merge-expected.txt:
1675 * platform/mac/svg/custom/evt-onload-expected.txt:
1676 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
1677 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
1678 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
1679 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
1680 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
1681 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
1682 * platform/mac/svg/custom/fill-fallback-expected.txt:
1683 * platform/mac/svg/custom/fill-update-expected.txt:
1684 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
1685 * platform/mac/svg/custom/focus-ring-expected.txt:
1686 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
1687 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
1688 * platform/mac/svg/custom/fractional-rects-expected.txt:
1689 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
1690 * platform/mac/svg/custom/getTransformToElement-expected.txt:
1691 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
1692 * platform/mac/svg/custom/getsvgdocument-expected.txt:
1693 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
1694 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
1695 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
1696 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
1697 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
1698 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
1699 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
1700 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
1701 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
1702 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
1703 * platform/mac/svg/custom/group-opacity-expected.txt:
1704 * platform/mac/svg/custom/hit-test-with-br-expected.txt:
1705 * platform/mac/svg/custom/hover-default-fill-expected.txt:
1706 * platform/mac/svg/custom/image-parent-translation-expected.txt:
1707 * platform/mac/svg/custom/image-small-width-height-expected.txt:
1708 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
1709 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
1710 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
1711 * platform/mac/svg/custom/inner-percent-expected.txt:
1712 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
1713 * platform/mac/svg/custom/invalid-css-expected.txt:
1714 * platform/mac/svg/custom/invalid-fill-expected.txt:
1715 * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
1716 * platform/mac/svg/custom/invalid-lengthlist-expected.txt:
1717 * platform/mac/svg/custom/invalid-transforms-expected.txt:
1718 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
1719 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
1720 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
1721 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
1722 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
1723 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
1724 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
1725 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
1726 * platform/mac/svg/custom/js-update-bounce-expected.txt:
1727 * platform/mac/svg/custom/js-update-container-expected.txt:
1728 * platform/mac/svg/custom/js-update-container2-expected.txt:
1729 * platform/mac/svg/custom/js-update-gradient-expected.txt:
1730 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
1731 * platform/mac/svg/custom/js-update-pattern-expected.txt:
1732 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
1733 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
1734 * platform/mac/svg/custom/js-update-stop-expected.txt:
1735 * platform/mac/svg/custom/js-update-style-expected.txt:
1736 * platform/mac/svg/custom/js-update-transform-addition-expected.txt:
1737 * platform/mac/svg/custom/js-update-transform-changes-expected.txt:
1738 * platform/mac/svg/custom/junk-data-expected.txt:
1739 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
1740 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
1741 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
1742 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
1743 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
1744 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
1745 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
1746 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
1747 * platform/mac/svg/custom/marker-changes-expected.txt:
1748 * platform/mac/svg/custom/marker-child-changes-expected.txt:
1749 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
1750 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
1751 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
1752 * platform/mac/svg/custom/mask-changes-expected.txt:
1753 * platform/mac/svg/custom/mask-child-changes-expected.txt:
1754 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
1755 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
1756 * platform/mac/svg/custom/missing-xlink-expected.txt:
1757 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
1758 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
1759 * platform/mac/svg/custom/path-update-expected.txt:
1760 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
1761 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
1762 * platform/mac/svg/custom/pattern-in-defs-expected.txt:
1763 * platform/mac/svg/custom/pattern-rotate-expected.txt:
1764 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
1765 * platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
1766 * platform/mac/svg/custom/percentage-rect-expected.txt:
1767 * platform/mac/svg/custom/percentage-rect2-expected.txt:
1768 * platform/mac/svg/custom/pointer-events-path-expected.txt:
1769 * platform/mac/svg/custom/poly-identify-expected.txt:
1770 * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
1771 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
1772 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
1773 * platform/mac/svg/custom/prevent-default-expected.txt:
1774 * platform/mac/svg/custom/recursive-clippath-expected.txt:
1775 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
1776 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
1777 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
1778 * platform/mac/svg/custom/rootelement-expected.txt:
1779 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
1780 * platform/mac/svg/custom/rounded-rects-expected.txt:
1781 * platform/mac/svg/custom/scroll-hit-test-expected.txt:
1782 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
1783 * platform/mac/svg/custom/second-inline-text-expected.txt:
1784 * platform/mac/svg/custom/shape-rendering-expected.txt:
1785 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
1786 * platform/mac/svg/custom/sheet-title-expected.txt:
1787 * platform/mac/svg/custom/simpleCDF-expected.txt:
1788 * platform/mac/svg/custom/stroke-fallback-expected.txt:
1789 * platform/mac/svg/custom/stroked-pattern-expected.txt:
1790 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
1791 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
1792 * platform/mac/svg/custom/svg-absolute-children-expected.txt:
1793 * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
1794 * platform/mac/svg/custom/svg-overflow-types-expected.txt:
1795 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
1796 * platform/mac/svg/custom/text-clip-expected.txt:
1797 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
1798 * platform/mac/svg/custom/text-gradient-no-content-expected.txt:
1799 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
1800 * platform/mac/svg/custom/transform-invalid-expected.txt:
1801 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
1802 * platform/mac/svg/custom/transform-scale-parse-expected.txt:
1803 * platform/mac/svg/custom/transform-with-ending-space-expected.txt:
1804 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
1805 * platform/mac/svg/custom/use-css-events-expected.txt:
1806 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
1807 * platform/mac/svg/custom/use-detach-expected.txt:
1808 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
1809 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
1810 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
1811 * platform/mac/svg/custom/use-events-crash-expected.txt:
1812 * platform/mac/svg/custom/use-forward-refs-expected.txt:
1813 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
1814 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
1815 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
1816 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
1817 * platform/mac/svg/custom/use-nested-transform-expected.txt:
1818 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
1819 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
1820 * platform/mac/svg/custom/use-on-g-expected.txt:
1821 * platform/mac/svg/custom/use-on-rect-expected.txt:
1822 * platform/mac/svg/custom/use-on-symbol-expected.txt:
1823 * platform/mac/svg/custom/use-on-use-expected.txt:
1824 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
1825 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
1826 * platform/mac/svg/custom/use-recursion-1-expected.txt:
1827 * platform/mac/svg/custom/use-recursion-3-expected.txt:
1828 * platform/mac/svg/custom/use-recursion-4-expected.txt:
1829 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
1830 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
1831 * platform/mac/svg/custom/use-transform-expected.txt:
1832 * platform/mac/svg/custom/viewBox-hit-expected.txt:
1833 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
1834 * platform/mac/svg/custom/viewport-clip-expected.txt:
1835 * platform/mac/svg/custom/viewport-em-expected.txt:
1836 * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
1837 * platform/mac/svg/custom/viewport-update-expected.txt:
1838 * platform/mac/svg/custom/viewport-update2-expected.txt:
1839 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
1840 * platform/mac/svg/custom/visibility-override-expected.txt:
1841 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
1842 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
1843 * platform/mac/svg/custom/width-full-percentage-expected.txt:
1844 * platform/mac/svg/custom/xml-stylesheet-expected.txt:
1845 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
1846 * platform/mac/svg/hixie/cascade/002-expected.txt:
1847 * platform/mac/svg/hixie/data-types/001-expected.txt:
1848 * platform/mac/svg/hixie/data-types/002-expected.txt:
1849 * platform/mac/svg/hixie/dynamic/003-expected.txt:
1850 * platform/mac/svg/hixie/dynamic/004-expected.txt:
1851 * platform/mac/svg/hixie/dynamic/005-expected.txt:
1852 * platform/mac/svg/hixie/dynamic/006-expected.txt:
1853 * platform/mac/svg/hixie/error/001-expected.txt:
1854 * platform/mac/svg/hixie/error/003-expected.txt:
1855 * platform/mac/svg/hixie/error/007-expected.txt:
1856 * platform/mac/svg/hixie/error/008-expected.txt:
1857 * platform/mac/svg/hixie/error/009-expected.txt:
1858 * platform/mac/svg/hixie/error/010-expected.txt:
1859 * platform/mac/svg/hixie/error/011-expected.txt:
1860 * platform/mac/svg/hixie/error/012-expected.txt:
1861 * platform/mac/svg/hixie/error/014-expected.txt:
1862 * platform/mac/svg/hixie/error/014-test-expected.txt:
1863 * platform/mac/svg/hixie/error/015-expected.txt:
1864 * platform/mac/svg/hixie/error/016-expected.txt:
1865 * platform/mac/svg/hixie/error/017-expected.txt:
1866 * platform/mac/svg/hixie/links/001-expected.txt:
1867 * platform/mac/svg/hixie/links/003-broken-expected.txt:
1868 * platform/mac/svg/hixie/mixed/003-expected.txt:
1869 * platform/mac/svg/hixie/mixed/004-expected.txt:
1870 * platform/mac/svg/hixie/mixed/005-expected.txt:
1871 * platform/mac/svg/hixie/mixed/006-expected.txt:
1872 * platform/mac/svg/hixie/mixed/008-expected.txt:
1873 * platform/mac/svg/hixie/mixed/009-expected.txt:
1874 * platform/mac/svg/hixie/mixed/010-expected.txt:
1875 * platform/mac/svg/hixie/mixed/011-expected.txt:
1876 * platform/mac/svg/hixie/painting/001-expected.txt:
1877 * platform/mac/svg/hixie/perf/001-expected.txt:
1878 * platform/mac/svg/hixie/perf/002-expected.txt:
1879 * platform/mac/svg/hixie/perf/003-expected.txt:
1880 * platform/mac/svg/hixie/perf/004-expected.txt:
1881 * platform/mac/svg/hixie/perf/005-expected.txt:
1882 * platform/mac/svg/hixie/perf/006-expected.txt:
1883 * platform/mac/svg/hixie/perf/007-expected.txt:
1884 * platform/mac/svg/hixie/processing-model/005-expected.txt:
1885 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
1886 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
1887 * platform/mac/svg/hixie/rendering-model/003-expected.txt:
1888 * platform/mac/svg/hixie/rendering-model/003a-expected.txt:
1889 * platform/mac/svg/hixie/rendering-model/004-expected.txt:
1890 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
1891 * platform/mac/svg/hixie/text/001-broken-expected.txt:
1892 * platform/mac/svg/hixie/transform/001-expected.txt:
1893 * platform/mac/svg/hixie/use/001-expected.txt:
1894 * platform/mac/svg/hixie/use/002-expected.txt:
1895 * platform/mac/svg/hixie/use/002-test-expected.txt:
1896 * platform/mac/svg/hixie/viewbox/001-expected.txt:
1897 * platform/mac/svg/hixie/viewbox/002-expected.txt:
1898 * platform/mac/svg/hixie/viewbox/003-expected.txt:
1899 * platform/mac/svg/hixie/viewbox/004-expected.txt:
1900 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
1901 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
1902 * platform/mac/svg/text/kerning-expected.txt:
1903 * platform/mac/svg/text/multichar-glyph-expected.txt:
1904 * platform/mac/svg/text/text-align-01-b-expected.txt:
1905 * platform/mac/svg/text/text-align-02-b-expected.txt:
1906 * platform/mac/svg/text/text-align-03-b-expected.txt:
1907 * platform/mac/svg/text/text-align-04-b-expected.txt:
1908 * platform/mac/svg/text/text-align-05-b-expected.txt:
1909 * platform/mac/svg/text/text-align-06-b-expected.txt:
1910 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
1911 * platform/mac/svg/text/text-deco-01-b-expected.txt:
1912 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
1913 * platform/mac/svg/text/text-fonts-02-t-expected.txt:
1914 * platform/mac/svg/text/text-intro-05-t-expected.txt:
1915 * platform/mac/svg/text/text-path-01-b-expected.txt:
1916 * platform/mac/svg/text/text-spacing-01-b-expected.txt:
1917 * platform/mac/svg/text/text-text-01-b-expected.txt:
1918 * platform/mac/svg/text/text-text-03-b-expected.txt:
1919 * platform/mac/svg/text/text-text-04-t-expected.txt:
1920 * platform/mac/svg/text/text-text-05-t-expected.txt:
1921 * platform/mac/svg/text/text-text-06-t-expected.txt:
1922 * platform/mac/svg/text/text-text-07-t-expected.txt:
1923 * platform/mac/svg/text/text-text-08-b-expected.txt:
1924 * platform/mac/svg/text/text-tref-01-b-expected.txt:
1925 * platform/mac/svg/text/text-tselect-01-b-expected.txt:
1926 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
1927 * platform/mac/svg/text/text-tspan-01-b-expected.txt:
1928 * platform/mac/svg/text/text-ws-01-t-expected.txt:
1929 * platform/mac/svg/text/text-ws-02-t-expected.txt:
1930 * svg/custom/text-dom-removal-expected.txt:
1931 * svg/custom/use-clipped-transform-expected.txt:
1932 * svg/custom/use-elementInstance-event-target-expected.txt:
1933 * svg/custom/use-elementInstance-methods-expected.txt:
1934 * svg/custom/use-setAttribute-crash-expected.txt:
1935 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
1937 2008-11-26 Jan Michael Alonzo <jmalonzo@webkit.org>
1939 Reviewed by Holger Freyther.
1941 [Gtk] add/remove tests from Skipped and fix netscape plugin test
1942 https://bugs.webkit.org/show_bug.cgi?id=22484
1944 Add tests that needs confirmation of new results. Also, remove
1945 some tests that are already passing.
1947 * platform/gtk/Skipped:
1949 2008-11-26 Alexey Proskuryakov <ap@webkit.org>
1951 Reviewed by Geoff Garen.
1953 Add a test for infinite recursion in workers
1954 https://bugs.webkit.org/show_bug.cgi?id=22486
1956 * fast/workers/resources/use-machine-stack.js: Added.
1957 * fast/workers/use-machine-stack-expected.txt: Added.
1958 * fast/workers/use-machine-stack.html: Added.
1960 2008-11-25 Chris Marrin <cmarrin@apple.com>
1962 Reviewed by Dan Bernstein.
1964 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22487
1966 * animations/empty-keyframes-expected.txt: Added.
1967 * animations/empty-keyframes.html: Added.
1968 * animations/fill-unset-properties-expected.txt: Added.
1969 * animations/fill-unset-properties.html: Added.
1971 2008-11-25 Simon Fraser <simon.fraser@apple.com>
1973 Reviewed by Darin Adler
1975 https://bugs.webkit.org/show_bug.cgi?id=22046
1977 Tests that remove the element upon which a transition/animation end
1978 event is being fired from within the event handler.
1980 * animations/transform-animation-event-destroy-element-expected.txt: Added.
1981 * animations/transform-animation-event-destroy-element.html: Added.
1982 * transitions/transform-transition-event-destroy-element-expected.txt: Added.
1983 * transitions/transform-transition-event-destroy-element.html: Added.
1985 2008-11-25 Darin Fisher <darin@chromium.org>
1987 Disabling these newly added tests since they fail in some configurations.
1989 See https://bugs.webkit.org/show_bug.cgi?id=21635
1991 * http/tests/misc/submit-get-in-utf7.html: Removed.
1992 * http/tests/misc/submit-get-in-utf7.html-disabled: Copied from http/tests/misc/submit-get-in-utf7.html.
1993 * http/tests/misc/submit-post-in-utf7.html: Removed.
1994 * http/tests/misc/submit-post-in-utf7.html-disabled: Copied from http/tests/misc/submit-post-in-utf7.html.
1995 * http/tests/misc/url-in-utf7.html: Removed.
1996 * http/tests/misc/url-in-utf7.html-disabled: Copied from http/tests/misc/url-in-utf7.html.
1998 2008-11-25 Jungshik Shin <jshin@chromium.org>
2000 Reviewed by Darin Adler.
2002 For Unicode encodings other than UTF-8, use UTF-8 for
2003 form submission and URL query part encoding.
2005 See https://bugs.webkit.org/show_bug.cgi?id=21635
2007 * http/tests/misc/submit-get-in-utf16be-expected.txt: Added.
2008 * http/tests/misc/submit-get-in-utf16be.html: Added.
2009 * http/tests/misc/submit-get-in-utf16le-expected.txt: Added.
2010 * http/tests/misc/submit-get-in-utf16le.html: Added.
2011 * http/tests/misc/submit-get-in-utf32be-expected.txt: Added.
2012 * http/tests/misc/submit-get-in-utf32be.html: Added.
2013 * http/tests/misc/submit-get-in-utf32le-expected.txt: Added.
2014 * http/tests/misc/submit-get-in-utf32le.html: Added.
2015 * http/tests/misc/submit-get-in-utf7-expected.txt: Added.
2016 * http/tests/misc/submit-get-in-utf7.html: Added.
2017 * http/tests/misc/submit-post-in-utf16be-expected.txt: Added.
2018 * http/tests/misc/submit-post-in-utf16be.html: Added.
2019 * http/tests/misc/submit-post-in-utf16le-expected.txt: Added.
2020 * http/tests/misc/submit-post-in-utf16le.html: Added.
2021 * http/tests/misc/submit-post-in-utf32be-expected.txt: Added.
2022 * http/tests/misc/submit-post-in-utf32be.html: Added.
2023 * http/tests/misc/submit-post-in-utf32le-expected.txt: Added.
2024 * http/tests/misc/submit-post-in-utf32le.html: Added.
2025 * http/tests/misc/submit-post-in-utf7-expected.txt: Added.
2026 * http/tests/misc/submit-post-in-utf7.html: Added.
2027 * http/tests/misc/url-in-utf16be-expected.txt: Added.
2028 * http/tests/misc/url-in-utf16be.html: Added.
2029 * http/tests/misc/url-in-utf16le-expected.txt: Added.
2030 * http/tests/misc/url-in-utf16le.html: Added.
2031 * http/tests/misc/url-in-utf32be-expected.txt: Added.
2032 * http/tests/misc/url-in-utf32be.html: Added.
2033 * http/tests/misc/url-in-utf32le-expected.txt: Added.
2034 * http/tests/misc/url-in-utf32le.html: Added.
2035 * http/tests/misc/url-in-utf7-expected.txt: Added.
2036 * http/tests/misc/url-in-utf7.html: Added.
2038 2008-11-25 Alexey Proskuryakov <ap@webkit.org>
2040 Reviewed by Geoff Garen.
2042 https://bugs.webkit.org/show_bug.cgi?id=9001
2043 Javascript stops running before replacement page data arrives
2045 Adding a test for a bug that is longer reproducible.
2047 * http/tests/misc/resources/hang-connection.php: Added.
2048 * http/tests/misc/timer-vs-loading-expected.txt: Added.
2049 * http/tests/misc/timer-vs-loading.html: Added.
2051 2008-11-24 Dean McNamee <deanm@chromium.org>
2053 Reviewed by Alexey Proskuryakov.
2055 https://bugs.webkit.org/show_bug.cgi?id=22350
2056 Allow layout tests to run in php cgi mode
2058 * http/tests/misc/refresh-headers.php:
2059 * http/tests/misc/resources/redirect-result.php:
2060 * http/tests/misc/resources/referrer-result.php:
2061 * http/tests/misc/xhtml.php:
2062 Stop using getallheaders(), which is only implemented by mod_php, so that the tests could
2063 run through lighttpd.
2065 2008-11-24 Antti Koivisto <antti@apple.com>
2067 Reviewed by Darin Adler.
2069 Test for https://bugs.webkit.org/show_bug.cgi?id=22073
2070 REGRESSION(r33544): Palace in the Sky crashes WebKit
2072 * fast/tokenizer/nested-cached-scripts-and-stylesheet-expected.txt: Added.
2073 * fast/tokenizer/nested-cached-scripts-and-stylesheet.html: Added.
2074 * fast/tokenizer/resources/load-stylesheet-and-document-write-script.js: Added.
2076 2008-11-24 Cameron Zwarich <zwarich@apple.com>
2078 Reviewed by Geoff Garen.
2080 Add tests for bug 13790: Function declarations are not treated as statements (used to affect starcraft2.com)
2081 <https://bugs.webkit.org/show_bug.cgi?id=13790>
2083 * fast/js/function-declaration-statement-expected.txt: Added.
2084 * fast/js/function-declaration-statement.html: Added.
2085 * fast/js/resources/function-declaration-statement.js: Added.
2087 2008-11-24 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2089 Reviewed by George Staikos & Eric Seidel.
2091 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22430
2093 Regenerate WML layout test results after implementing WML specific <card> handling:
2094 Only the first <card> element should be visible after loading the document, others
2095 can be shown by using the <go> task element.
2097 * platform/mac/fast/wml/card-element-expected.checksum:
2098 * platform/mac/fast/wml/card-element-expected.png:
2099 * platform/mac/fast/wml/card-element-expected.txt:
2100 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
2101 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
2102 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
2103 * platform/mac/fast/wml/do-shadow-expected.checksum:
2104 * platform/mac/fast/wml/do-shadow-expected.png:
2105 * platform/mac/fast/wml/do-shadow-expected.txt:
2106 * platform/mac/fast/wml/do-template-expected.checksum:
2107 * platform/mac/fast/wml/do-template-expected.png:
2108 * platform/mac/fast/wml/do-template-expected.txt:
2109 * platform/mac/fast/wml/entity-expected.checksum:
2110 * platform/mac/fast/wml/entity-expected.png:
2111 * platform/mac/fast/wml/entity-expected.txt:
2112 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
2113 * platform/mac/fast/wml/show-first-card-expected.checksum:
2114 * platform/mac/fast/wml/show-first-card-expected.png:
2115 * platform/mac/fast/wml/show-first-card-expected.txt:
2116 * platform/mac/fast/wml/test-expected.checksum:
2117 * platform/mac/fast/wml/test-expected.png:
2118 * platform/mac/fast/wml/test-expected.txt:
2120 2008-11-24 Glenn Wilson <gwilson@chromium.org>
2122 Reviewed by Alexey Proskuryakov.
2124 http://bugs.webkit.org/show_bug.cgi?id=15643
2126 New test added to verify that LayoutTestController and other clients
2127 can disable smart insert/delete and enable selection of trailing whitespace
2128 as a workaround for smart insert/delete.
2130 * editing/selection/doubleclick-whitespace-expected.txt: Added.
2131 * editing/selection/doubleclick-whitespace.html: Added.
2133 2008-11-24 Glenn Wilson <gwilson@chromium.org>
2135 Reviewed by Darin Adler.
2137 http://bugs.webkit.org/show_bug.cgi?id=18703
2138 "Changing the 'size' property on a text input does not affect its length"
2140 Added a new test to verify that the width of text input
2141 fields can be modified by javascript using the "size" attribute.
2143 * fast/js/text-field-resize-expected.txt: Added.
2144 * fast/js/text-field-resize.html: Added.
2146 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
2148 Reviewed by Darin Adler.
2150 https://bugs.webkit.org/show_bug.cgi?id=22455
2151 Add support for Worker.terminate()
2153 * fast/workers/worker-terminate-expected.txt: Added.
2154 * fast/workers/worker-terminate.html: Added.
2156 2008-11-24 Zan Dobersek <zandobersek@gmail.com>
2158 Reviewed by Holger Freyther.
2160 Some tests in plugins/ directory now pass.
2162 * platform/gtk/Skipped:
2164 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
2166 Reviewed by Mark Rowe.
2168 https://bugs.webkit.org/show_bug.cgi?id=22428
2169 xmlhttprequest-onProgress-open-should-zero-length.html fails intermittently
2171 * http/tests/xmlhttprequest/resources/big-response.php: Reduce the size of big response
2172 to make the test faster, but practically guarantee that the response will be delivered in
2175 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt:
2176 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html:
2177 Made the test more reliable by comparing final response position with known resource size.
2179 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
2181 Reviewed by Mark Rowe.
2183 https://bugs.webkit.org/show_bug.cgi?id=22439
2184 Won't load stylesheets with filenames less than 2 characters long in xhtml.
2186 * http/tests/misc/.htaccess:
2187 * http/tests/misc/a: Added.
2188 * http/tests/misc/single-character-pi-stylesheet-expected.txt: Added.
2189 * http/tests/misc/single-character-pi-stylesheet.xhtml: Added.
2191 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
2193 Reviewed by Mark Rowe.
2195 [Gtk+] We are passing all but one worker test. Enable them.
2197 We fail on fast/workers/worker-location.html due some weird
2198 issue with the bidi resolver "skipping" whitespace at the end
2201 * platform/gtk/Skipped:
2203 2008-11-24 Gavin Barraclough <barraclough@apple.com>
2205 Rubber stamped by Mark Rowe.
2207 Add test cases to ensure the PIC trampolines for prototype and prototype chain
2208 accesses properly check for JSImmediate values, rather than segfaulting.
2210 https://bugs.webkit.org/show_bug.cgi?id=22451
2212 * fast/js/pic/cached-prototype-then-immediate-expected.txt: Added.
2213 * fast/js/pic/cached-prototype-then-immediate.html: Added.
2215 2008-11-21 Alexey Proskuryakov <ap@webkit.org>
2217 Reviewed by Geoff Garen.
2219 https://bugs.webkit.org/show_bug.cgi?id=22400
2220 Add a stress test for concurrent JS execution
2222 * fast/workers/resources/stress-js-execution.js: Added.
2223 * fast/workers/stress-js-execution-expected.txt: Added.
2224 * fast/workers/stress-js-execution.html: Added.
2225 Tests that the basics don't cause a crash.
2227 2008-11-21 Justin Garcia <justin.garcia@apple.com>
2229 Reviewed by Darin Adler.
2231 <rdar://problem/5381788> Match NSTextView editing behavior at the end of hyperlink text
2233 Removed tests for behaviors that we're no longer interested in:
2234 * editing/deleting/delete-link-1.html: Removed.
2235 * platform/mac/editing/deleting/delete-link-1-expected.checksum: Removed.
2236 * platform/mac/editing/deleting/delete-link-1-expected.png: Removed.
2237 * platform/mac/editing/deleting/delete-link-1-expected.txt: Removed.
2238 * editing/execCommand/19653-4-expected.txt: Removed.
2239 * editing/execCommand/19653-4.html: Removed.
2241 Reflects new behavior (don't remember removed anchors):
2242 * platform/mac/editing/deleting/5168598-expected.txt:
2244 Reflects new behavior. Also made this test cross-platform:
2245 * editing/inserting/insert-before-link-1-expected.txt: Added.
2246 * editing/inserting/insert-before-link-1.html:
2247 * platform/mac/editing/inserting/insert-before-link-1-expected.checksum: Removed.
2248 * platform/mac/editing/inserting/insert-before-link-1-expected.png: Removed.
2249 * platform/mac/editing/inserting/insert-before-link-1-expected.txt: Removed.
2251 2008-11-21 Simon Fraser <simon.fraser@apple.com>
2253 Reviewed by Darin Adler
2255 https://bugs.webkit.org/show_bug.cgi?id=22159
2257 Add testcase for repaint issue with outlines on child objects,
2258 and redo bases affected by this change.
2260 * fast/repaint/outline-child-repaint.html: Added.
2261 * platform/mac/fast/repaint/4776765-expected.checksum:
2262 * platform/mac/fast/repaint/4776765-expected.png:
2263 * platform/mac/fast/repaint/delete-into-nested-block-expected.checksum:
2264 * platform/mac/fast/repaint/delete-into-nested-block-expected.png:
2265 * platform/mac/fast/repaint/outline-child-repaint-expected.checksum: Added.
2266 * platform/mac/fast/repaint/outline-child-repaint-expected.png: Added.
2267 * platform/mac/fast/repaint/outline-child-repaint-expected.txt: Added.
2268 * platform/mac/fast/repaint/outline-repaint-glitch-expected.checksum:
2269 * platform/mac/fast/repaint/outline-repaint-glitch-expected.png:
2271 2008-11-21 Cameron Zwarich <zwarich@apple.com>
2273 Reviewed by Sam Weinig.
2275 Add a test for <rdar://problem/4268912>, which was fixed in r13294 (!!).
2277 * fast/js/resources/string-sort.js:
2278 * fast/js/string-sort-expected.txt:
2280 2008-11-21 Pierre-Olivier Latour <pol@apple.com>
2282 Reviewed by Dan Bernstein.
2284 WebKit should be using Device RGB colorspace everywhere for
2287 https://bugs.webkit.org/show_bug.cgi?id=22300
2289 * platform/mac/fast/text/attributed-substring-from-range-001-expected.txt:
2291 2008-11-21 Pierre-Olivier Latour <pol@apple.com>
2293 Reviewed by Dan Bernstein.
2295 Add missing reference images for tests added as part of
2296 https://bugs.webkit.org/show_bug.cgi?id=21261
2298 https://bugs.webkit.org/show_bug.cgi?id=22391
2300 * platform/mac/animations/animation-drt-api-expected.checksum: Added.
2301 * platform/mac/animations/animation-drt-api-expected.png: Added.
2302 * platform/mac/transitions/transition-drt-api-expected.checksum: Added.
2303 * platform/mac/transitions/transition-drt-api-expected.png: Added.
2305 2008-11-20 Simon Fraser <simon.fraser@apple.com>
2307 Reviewed by Dan Bernstein
2309 https://bugs.webkit.org/show_bug.cgi?id=19623
2311 Test for correct repaint when an object gains
2312 a layer with a transform that is smaller than the
2313 old bounds of the object.
2315 * fast/repaint/change-transform.html: Added.
2316 * platform/mac/fast/repaint/change-transform-expected.checksum: Added.
2317 * platform/mac/fast/repaint/change-transform-expected.png: Added.
2318 * platform/mac/fast/repaint/change-transform-expected.txt: Added.
2320 2008-11-20 Justin Garcia <justin.garcia@apple.com>
2322 Reviewed by Darin Adler.
2324 <rdar://problem/2610675> Blank line that is quoted can't be deleted
2326 * editing/deleting/2610675-1-expected.txt: Added.
2327 * editing/deleting/2610675-1.html: Added.
2328 * editing/deleting/2610675-2-expected.txt: Added.
2329 * editing/deleting/2610675-2.html: Added.
2330 * editing/deleting/2610675-3-expected.txt: Added.
2331 * editing/deleting/2610675-3.html: Added.
2333 2008-11-20 Dean Jackson <dino@apple.com>
2335 Reviewed by Antti Koivisto
2337 https://bugs.webkit.org/show_bug.cgi?id=21247
2339 Make transition shorthand property accept transition-delay.
2341 * transitions/transition-shorthand-delay-expected.txt: Added.
2342 * transitions/transition-shorthand-delay.html: Added.
2344 2008-11-20 Dean Jackson <dino@apple.com>
2346 Reviewed by Antti Koivisto
2348 https://bugs.webkit.org/show_bug.cgi?id=22368
2350 Make sure pauseTransition API takes transition delay into account.
2352 * transitions/transition-drt-api-delay-expected.txt: Added.
2353 * transitions/transition-drt-api-delay.html: Added.
2355 2008-11-20 Cameron Zwarich <zwarich@apple.com>
2357 Reviewed by Sam Weinig.
2359 Add some tests for issues found while developing reparsing of function
2360 bodies. Also modify existing tests to be more robust in the face of
2361 possible changes to parsing.
2363 * fast/js/arguments-expected.txt:
2364 * fast/js/function-dot-arguments-expected.txt:
2365 * fast/js/resources/arguments.js:
2366 * fast/js/resources/function-dot-arguments.js:
2368 2008-11-20 Simon Fraser <simon.fraser@apple.com>
2370 Reviewed by Darin Adler
2372 https://bugs.webkit.org/show_bug.cgi?id=20368
2374 Tests for computed values of animation properties, and
2375 change to computed value of transform-origin. Updated tests
2376 that dump all computed values, to include animation and changed
2377 transform-origin properties.
2379 * animations/computed-style-expected.txt: Added.
2380 * animations/computed-style.html: Added.
2381 * fast/css/computed-style-expected.txt:
2382 * fast/css/computed-style-without-renderer-expected.txt:
2383 * svg/css/getComputedStyle-basic-expected.txt:
2384 * transforms/computed-style-origin-expected.txt: Added.
2385 * transforms/computed-style-origin.html: Added.
2387 2008-11-20 Pamela Greene <pam@chromium.org>
2389 Reviewed by Darin Adler.
2391 https://bugs.webkit.org/show_bug.cgi?id=22371
2392 Add a test for accessing form element items by index.
2394 * fast/dom/HTMLFormElement/htmlformelement-indexed-getter-expected.txt: Added.
2395 * fast/dom/HTMLFormElement/htmlformelement-indexed-getter.html: Added.
2397 2008-11-20 Pamela Greene <pam@chromium.org>
2399 Reviewed by Darin Adler.
2401 Test for https://bugs.webkit.org/show_bug.cgi?22370
2402 Add a test to check detectability of HTMLCollections.
2404 * fast/dom/htmlcollection-detectability-expected.txt: Added.
2405 * fast/dom/htmlcollection-detectability.html: Added.
2407 2008-11-20 Pamela Greene <pam@chromium.org>
2409 Reviewed by Darin Adler.
2411 https://bugs.webkit.org/show_bug.cgi?id=22369
2412 Add test cases covering more basic operations.
2414 * fast/js/function-dot-arguments-expected.txt:
2415 * fast/js/resources/function-dot-arguments.js:
2419 2008-11-20 Pamela Greene <pam@chromium.org>
2421 Reviewed by Darin Adler.
2423 https://bugs.webkit.org/show_bug.cgi?id=22363
2424 Add a test for DOM1 and DOM2 versions of add() on a select control.
2426 * fast/dom/dom-add-optionelement-expected.txt: Added.
2427 * fast/dom/dom-add-optionelement.html: Added.
2429 2008-11-20 Pamela Greene <pam@chromium.org>
2431 Reviewed by Darin Adler.
2433 https://bugs.webkit.org/show_bug.cgi?id=22359
2434 Add test for document.write() with multiple parameters.
2436 * fast/dom/document_write_params-expected.txt: Added.
2437 * fast/dom/document_write_params.html: Added.
2439 2008-11-20 Pamela Greene <pam@chromium.org>
2441 Reviewed by Darin Adler.
2443 https://bugs.webkit.org/show_bug.cgi?id=22387
2444 Add a test for HTMLOptionsCollection indexed getter and setter.
2446 * fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt: Added.
2447 * fast/dom/HTMLOptionElement/collection-setter-getter.html: Added.
2449 2008-11-20 Justin Garcia <justin.garcia@apple.com>
2451 Reviewed by Beth Dakin.
2453 <rdar://problem/2610675> Blank line that is quoted can't be deleted
2455 The old selection modification code for caret case deletions set the selection
2456 about to be deleted on the frame, instead of just setting the endingSelection.
2458 * platform/mac/editing/deleting/delete-by-word-001-expected.txt:
2459 * platform/mac/editing/deleting/delete-by-word-002-expected.txt:
2460 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt:
2461 * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
2462 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
2465 2008-11-20 Darin Adler <darin@apple.com>
2467 - update test result for <rdar://problem/4108572> REGRESSION: Can't extend
2468 selection with shift-arrow in read only mode
2470 * editing/selection/selection-actions.html: Removed the actions that are
2471 supposed to modify selections now.
2473 2008-11-20 Cameron Zwarich <zwarich@apple.com>
2475 Reviewed by Geoff Garen.
2477 Add tests for bug 22148: nytime.com page crashes browser during load
2478 <https://bugs.webkit.org/show_bug.cgi?id=22148>
2480 This bug was unknowingly fixed in r38322 by a rewrite of the recursion
2483 * fast/js/deep-recursion-test-expected.txt:
2484 * fast/js/deep-recursion-test.html:
2486 2008-11-19 Simon Fraser <simon.fraser@apple.com>
2488 Reviewed by Adele Peterson.
2490 https://bugs.webkit.org/show_bug.cgi?id=22190
2492 Test for the drawing and event handling of search field parts in a transformed
2495 * fast/forms/search-transformed.html: Added.
2496 * platform/mac/fast/forms/search-transformed-expected.checksum: Added.
2497 * platform/mac/fast/forms/search-transformed-expected.png: Added.
2498 * platform/mac/fast/forms/search-transformed-expected.txt: Added.
2500 2008-11-19 Simon Fraser <simon.fraser@apple.com>
2502 Reviewed by Antti Koivisto
2504 https://bugs.webkit.org/show_bug.cgi?id=22111
2506 Testcase for hit testing in video controls on transformed video.
2508 * media/video-controls-transformed-expected.txt: Added.
2509 * media/video-controls-transformed.html: Added.
2511 2008-11-19 Anders Carlsson <andersca@apple.com>
2513 Reviewed by Dan Bernstein.
2515 Add NPP_SetWindow test.
2517 * plugins/netscape-plugin-setwindow-size-2-expected.txt: Added.
2518 * plugins/netscape-plugin-setwindow-size-2.html: Copied from plugins/netscape-plugin-setwindow-size.html.
2520 2008-11-19 Geoffrey Garen <ggaren@apple.com>
2522 Reviewed by Darin Adler.
2524 Test for https://bugs.webkit.org/show_bug.cgi?id=22361
2525 A little more RegExp refactoring
2527 * fast/js/regexp-test-null-string.html: Added.
2528 * fast/js/regexp-test-null-expected.txt: Added.
2530 2008-11-19 Alexey Proskuryakov <ap@webkit.org>
2532 Reviewed by Darin Adler.
2534 https://bugs.webkit.org/show_bug.cgi?id=22355
2535 Systematize code for replacing global constructors
2537 * fast/workers/worker-replace-global-constructor-expected.txt: Added.
2538 * fast/workers/worker-replace-global-constructor.html: Added.
2540 2008-11-18 Cameron Zwarich <zwarich@apple.com>
2542 Reviewed by Maciej Stachowiak and Geoff Garen.
2544 Add tests for bug 22287: ASSERTION FAILED: Not enough jumps linked in slow case codegen in CTI::privateCompileSlowCases())
2545 <https://bugs.webkit.org/show_bug.cgi?id=22287>
2547 * fast/js/number-cell-reuse-expected.txt: Added.
2548 * fast/js/number-cell-reuse.html: Added.
2549 * fast/js/resources/number-cell-reuse.js: Added.
2551 2008-11-18 Holger Hans Peter Freyther <zecke@selfish.org>
2553 Rubber-stamped by Mark Rowe.
2555 Skip some more tests to make the Gtk+ build bot pass. We will
2556 have to investigate why some tests only fail on the build bot.
2558 * platform/gtk/Skipped:
2560 2008-11-18 Sam Weinig <sam@webkit.org>
2562 Fix incorrect result.
2564 * fast/dom/Window/window-properties-expected.txt:
2566 2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2568 Not reviewed. Checked in wrong result in last commit.
2570 * platform/mac/fast/wml/entity-expected.txt:
2572 2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2574 Reviewed by Sam Weinig.
2576 Add results for all WML tests, including pixel results.
2578 * fast/wml/p-mode.wml:
2579 * fast/wml/validate-dtd.wml:
2580 * platform/mac/fast/wml: Added.
2581 * platform/mac/fast/wml/br-element-in-table-expected.checksum: Added.
2582 * platform/mac/fast/wml/br-element-in-table-expected.png: Added.
2583 * platform/mac/fast/wml/br-element-in-table-expected.txt: Added.
2584 * platform/mac/fast/wml/br-element-in-text-expected.checksum: Added.
2585 * platform/mac/fast/wml/br-element-in-text-expected.png: Added.
2586 * platform/mac/fast/wml/br-element-in-text-expected.txt: Added.
2587 * platform/mac/fast/wml/card-element-expected.checksum: Added.
2588 * platform/mac/fast/wml/card-element-expected.png: Added.
2589 * platform/mac/fast/wml/card-element-expected.txt: Added.
2590 * platform/mac/fast/wml/case-sensitivity-expected.checksum: Added.
2591 * platform/mac/fast/wml/case-sensitivity-expected.png: Added.
2592 * platform/mac/fast/wml/case-sensitivity-expected.txt: Added.
2593 * platform/mac/fast/wml/cdata-section-expected.checksum: Added.
2594 * platform/mac/fast/wml/cdata-section-expected.png: Added.
2595 * platform/mac/fast/wml/cdata-section-expected.txt: Added.
2596 * platform/mac/fast/wml/comment-expected.checksum: Added.
2597 * platform/mac/fast/wml/comment-expected.png: Added.
2598 * platform/mac/fast/wml/comment-expected.txt: Added.
2599 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum: Added.
2600 * platform/mac/fast/wml/do-element-optional-attr-expected.png: Added.
2601 * platform/mac/fast/wml/do-element-optional-attr-expected.txt: Added.
2602 * platform/mac/fast/wml/do-shadow-expected.checksum: Added.
2603 * platform/mac/fast/wml/do-shadow-expected.png: Added.
2604 * platform/mac/fast/wml/do-shadow-expected.txt: Added.
2605 * platform/mac/fast/wml/do-template-expected.checksum: Added.
2606 * platform/mac/fast/wml/do-template-expected.png: Added.
2607 * platform/mac/fast/wml/do-template-expected.txt: Added.
2608 * platform/mac/fast/wml/entity-expected.checksum: Added.
2609 * platform/mac/fast/wml/entity-expected.png: Added.
2610 * platform/mac/fast/wml/entity-expected.txt: Added.
2611 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum: Added.
2612 * platform/mac/fast/wml/err-event-binding-conflict-expected.png: Added.
2613 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt: Added.
2614 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum: Added.
2615 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png: Added.
2616 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt: Added.
2617 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.checksum: Added.
2618 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.png: Added.
2619 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.txt: Added.
2620 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum: Added.
2621 * platform/mac/fast/wml/err-invalid-variable-name-expected.png: Added.
2622 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt: Added.
2623 * platform/mac/fast/wml/err-multi-access-expected.checksum: Added.
2624 * platform/mac/fast/wml/err-multi-access-expected.png: Added.
2625 * platform/mac/fast/wml/err-multi-access-expected.txt: Added.
2626 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.checksum: Added.
2627 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.png: Added.
2628 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.txt: Added.
2629 * platform/mac/fast/wml/err-multi-name-in-meta-expected.checksum: Added.
2630 * platform/mac/fast/wml/err-multi-name-in-meta-expected.png: Added.
2631 * platform/mac/fast/wml/err-multi-name-in-meta-expected.txt: Added.
2632 * platform/mac/fast/wml/err-multi-timer-expected.checksum: Added.
2633 * platform/mac/fast/wml/err-multi-timer-expected.png: Added.
2634 * platform/mac/fast/wml/err-multi-timer-expected.txt: Added.
2635 * platform/mac/fast/wml/err-samename-do-expected.checksum: Added.
2636 * platform/mac/fast/wml/err-samename-do-expected.png: Added.
2637 * platform/mac/fast/wml/err-samename-do-expected.txt: Added.
2638 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum: Added.
2639 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png: Added.
2640 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt: Added.
2641 * platform/mac/fast/wml/img-localsrc-expected.checksum: Added.
2642 * platform/mac/fast/wml/img-localsrc-expected.png: Added.
2643 * platform/mac/fast/wml/img-localsrc-expected.txt: Added.
2644 * platform/mac/fast/wml/img-src-expected.checksum: Added.
2645 * platform/mac/fast/wml/img-src-expected.png: Added.
2646 * platform/mac/fast/wml/img-src-expected.txt: Added.
2647 * platform/mac/fast/wml/img-src-localsrc-alt-expected.checksum: Added.
2648 * platform/mac/fast/wml/img-src-localsrc-alt-expected.png: Added.
2649 * platform/mac/fast/wml/img-src-localsrc-alt-expected.txt: Added.
2650 * platform/mac/fast/wml/p-align-expected.checksum: Added.
2651 * platform/mac/fast/wml/p-align-expected.png: Added.
2652 * platform/mac/fast/wml/p-align-expected.txt: Added.
2653 * platform/mac/fast/wml/p-mode-expected.checksum: Added.
2654 * platform/mac/fast/wml/p-mode-expected.png: Added.
2655 * platform/mac/fast/wml/p-mode-expected.txt: Added.
2656 * platform/mac/fast/wml/show-first-card-expected.checksum: Added.
2657 * platform/mac/fast/wml/show-first-card-expected.png: Added.
2658 * platform/mac/fast/wml/show-first-card-expected.txt: Added.
2659 * platform/mac/fast/wml/table-element-expected.checksum: Added.
2660 * platform/mac/fast/wml/table-element-expected.png: Added.
2661 * platform/mac/fast/wml/table-element-expected.txt: Added.
2662 * platform/mac/fast/wml/test-expected.checksum: Added.
2663 * platform/mac/fast/wml/test-expected.png: Added.
2664 * platform/mac/fast/wml/test-expected.txt: Added.
2665 * platform/mac/fast/wml/text-emphasis-expected.checksum: Added.
2666 * platform/mac/fast/wml/text-emphasis-expected.png: Added.
2667 * platform/mac/fast/wml/text-emphasis-expected.txt: Added.
2668 * platform/mac/fast/wml/validate-dtd-expected.checksum: Added.
2669 * platform/mac/fast/wml/validate-dtd-expected.png: Added.
2670 * platform/mac/fast/wml/validate-dtd-expected.txt: Added.
2672 2008-11-18 Geoffrey Garen <ggaren@apple.com>
2674 Reviewed by Alexey Proskuryakov.
2676 Updated layout test result for addition of window.Worker.
2678 * fast/js/global-constructors-expected.txt:
2680 2008-11-18 Alexey Proskuryakov <ap@webkit.org>
2682 Reviewed by Darin Adler.
2684 https://bugs.webkit.org/show_bug.cgi?id=22337
2685 Enable workers by default
2689 * fast/workers: Added.
2690 * fast/workers/resources: Added.
2691 * fast/workers/resources/worker-common.js: Added.
2692 * fast/workers/resources/worker-event-listener.js: Added.
2693 * fast/workers/worker-constructor-expected.txt: Added.
2694 * fast/workers/worker-constructor.html: Added.
2695 * fast/workers/worker-event-listener-expected.txt: Added.
2696 * fast/workers/worker-event-listener.html: Added.
2697 * fast/workers/worker-gc-expected.txt: Added.
2698 * fast/workers/worker-gc.html: Added.
2699 * fast/workers/worker-location-expected.txt: Added.
2700 * fast/workers/worker-location.html: Added.
2702 2008-11-18 Darin Adler <darin@apple.com>
2704 Reviewed by Alexey Proskuryakov.
2706 - add a test for XMLHttpRequest Set-Cookie blocking
2708 * http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt:
2709 Updated since we now log attempts to get headers that are not allowed cross-domain to the console.
2710 * http/tests/xmlhttprequest/get-dangerous-headers-expected.txt: Added.
2711 * http/tests/xmlhttprequest/get-dangerous-headers.html: Added.
2712 * http/tests/xmlhttprequest/resources/get-set-cookie.cgi: Tweak script a bit.
2714 2008-11-18 Alexey Proskuryakov <ap@webkit.org>
2716 Rubber-stamped by Darin Adler.
2718 https://bugs.webkit.org/show_bug.cgi?id=22306
2719 Disable channel messaging support
2721 * fast/events/message-port-no-wrapper.html-disabled: Added a test that I had in my tree.
2723 * fast/dom/Window/window-properties-expected.txt:
2724 * fast/dom/constructors-cached-expected.txt:
2725 * fast/dom/constructors-cached-navigate-expected.txt:
2726 * fast/js/global-constructors-expected.txt:
2729 * fast/events/destroyed-atomic-string.html: Removed.
2730 * fast/events/destroyed-atomic-string.html-disabled: Copied from LayoutTests/fast/events/destroyed-atomic-string.html.
2731 * fast/events/message-channel-gc-2.html: Removed.
2732 * fast/events/message-channel-gc-2.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-2.html.
2733 * fast/events/message-channel-gc-3.html: Removed.
2734 * fast/events/message-channel-gc-3.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-3.html.
2735 * fast/events/message-channel-gc.html: Removed.
2736 * fast/events/message-channel-gc.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc.html.
2737 * fast/events/message-channel-listener-circular-ownership.html: Removed.
2738 * fast/events/message-channel-listener-circular-ownership.html-disabled: Copied from LayoutTests/fast/events/message-channel-listener-circular-ownership.html.
2739 * fast/events/message-port-constructor-for-deleted-document.html: Removed.
2740 * fast/events/message-port-constructor-for-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-constructor-for-deleted-document.html.
2741 * fast/events/message-port-deleted-document.html: Removed.
2742 * fast/events/message-port-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-document.html.
2743 * fast/events/message-port-deleted-frame.html: Removed.
2744 * fast/events/message-port-deleted-frame.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-frame.html.
2745 * fast/events/message-port-inactive-document.html: Removed.
2746 * fast/events/message-port-inactive-document.html-disabled: Copied from LayoutTests/fast/events/message-port-inactive-document.html.
2747 * fast/events/message-port-onclose.html: Removed.
2748 * fast/events/message-port-onclose.html-disabled: Copied from LayoutTests/fast/events/message-port-onclose.html.
2749 * fast/events/message-port.html: Removed.
2750 * fast/events/message-port.html-disabled: Copied from LayoutTests/fast/events/message-port.html.
2751 * http/tests/security/MessagePort/event-listener-context.html: Removed.
2752 * http/tests/security/MessagePort/event-listener-context.html-disabled: Copied from LayoutTests/http/tests/security/MessagePort/event-listener-context.html.
2753 Disabled MessagePort tests.
2755 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2757 Reviewed by George Staikos.
2759 Add initial set of WML layout tests, excluding results. These tests
2760 will become useful once the whole WML support patch has landed.
2763 * fast/wml/br-element-in-table.wml: Added.
2764 * fast/wml/br-element-in-text.wml: Added.
2765 * fast/wml/card-element.wml: Added.
2766 * fast/wml/case-sensitivity.wml: Added.
2767 * fast/wml/cdata-section.wml: Added.
2768 * fast/wml/comment.wml: Added.
2769 * fast/wml/do-element-optional-attr.wml: Added.
2770 * fast/wml/do-shadow.wml: Added.
2771 * fast/wml/do-template.wml: Added.
2772 * fast/wml/entity.wml: Added.
2773 * fast/wml/err-event-binding-conflict.wml: Added.
2774 * fast/wml/err-invalid-location-for-varref.wml: Added.
2775 * fast/wml/err-invalid-tablecolumn-number.wml: Added.
2776 * fast/wml/err-invalid-variable-name.wml: Added.
2777 * fast/wml/err-multi-access.wml: Added.
2778 * fast/wml/err-multi-http-equiv-in-meta.wml: Added.
2779 * fast/wml/err-multi-name-in-meta.wml: Added.
2780 * fast/wml/err-multi-timer.wml: Added.
2781 * fast/wml/err-samename-do.wml: Added.
2782 * fast/wml/err-unallowed-task-in-anchor.wml: Added.
2783 * fast/wml/img-localsrc.wml: Added.
2784 * fast/wml/img-src-localsrc-alt.wml: Added.
2785 * fast/wml/img-src.wml: Added.
2786 * fast/wml/p-align.wml: Added.
2787 * fast/wml/p-mode.wml: Added.
2788 * fast/wml/show-first-card.wml: Added.
2789 * fast/wml/table-element.wml: Added.
2790 * fast/wml/test.wml: Added.
2791 * fast/wml/text-emphasis.wml: Added.
2792 * fast/wml/validate-dtd.wml: Added.
2794 2008-11-17 Dan Bernstein <mitz@apple.com>
2796 Reviewed by Mark Rowe.
2798 - https://bugs.webkit.org/show_bug.cgi?id=22320 SVG svg/text/text-text-08-b.svg fails
2800 Updated the expected results to the correct ones.
2802 * platform/mac/svg/text/text-text-08-b-expected.checksum:
2803 * platform/mac/svg/text/text-text-08-b-expected.png:
2805 2008-11-17 Justin Garcia <justin.garcia@apple.com>
2807 Reviewed by Beth Dakin.
2809 <rdar://problem/4922709> Copying less than a paragraph of quoted text and pasting it doesn't retain quote level
2811 * editing/pasteboard/4922709-expected.txt: Added.
2812 * editing/pasteboard/4922709.html: Added.
2813 * editing/pasteboard/5006779.html:
2815 2008-11-17 Pierre-Olivier Latour <pol@apple.com>
2817 Reviewed by Sam Weinig.
2819 Added tests to cover the new LayoutController JavaScript API available
2822 https://bugs.webkit.org/show_bug.cgi?id=21261
2824 * animations/animation-drt-api.html: Added.
2825 * platform/mac/animations/animation-drt-api-expected.txt: Added.
2826 * platform/mac/transitions/transition-drt-api-expected.txt: Added.
2827 * platform/win/Skipped:
2828 * transitions/transition-drt-api.html: Added.
2830 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2834 Changed "window." to "this." to unbreak these test I just broke in
2837 * fast/js/resources/duplicate-param-gc-crash.js:
2839 * fast/js/resources/var-shadows-arg-gc-crash.js:
2842 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2844 Reviewed by Sam Weinig.
2846 Sped up two of the slowest JS layout tests by replacing some hand-rolled
2847 "force GC" code with something orders of magnitude faster.
2849 * fast/js/resources/duplicate-param-gc-crash.js:
2851 * fast/js/resources/var-shadows-arg-gc-crash.js:
2854 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2856 Reviewed by Sam Weinig.
2858 Removed ascii-regexp-subject.html because it was the slowest JS test (20s
2859 on my iMac) and it didn't actually verify anything.
2861 Filed https://bugs.webkit.org/show_bug.cgi?id=22303 to cover fixing
2862 the bug that ascii-regexp-subject.html purported to test for, and
2863 then relanding a faster version of ascii-regexp-subject.html once it
2864 would pass (currently, it would fail).
2866 * fast/js/ascii-regexp-subject-expected.txt: Removed.
2867 * fast/js/ascii-regexp-subject.html: Removed.
2868 * fast/js/resources/ascii-regexp-subject.js: Removed.
2870 2008-11-16 Simon Fraser <simon.fraser@apple.com>
2872 Reviewed by Dan Bernstein
2874 https://bugs.webkit.org/show_bug.cgi?id=22118
2876 Test for resize corner tracking in transformed elements.
2878 * fast/css/resize-corner-tracking-transformed.html: Added.
2879 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.checksum: Added.
2880 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.png: Added.
2881 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.txt: Added.
2883 2008-11-16 Sam Weinig <sam@webkit.org>
2885 Reviewed by Darin Adler.
2887 Disable XHR upload progress event tests on Tiger due to race condition causing
2888 intermittent failure reported in https://bugs.webkit.org/show_bug.cgi?id=22298
2890 * platform/mac-tiger/Skipped:
2892 2008-11-14 Beth Dakin <bdakin@apple.com>
2894 Reviewed by Justin Garcia.
2896 Tests for <rdar://problem/5089327> Too much indentation when
2897 pasting quoted paragraphs
2900 * editing/pasteboard/paste-blockquote-into-blockquote-4.html:
2902 * platform/mac/editing/pasteboard/paste-blockquote-into-
2903 blockquote-4-expected.checksum: Added.
2904 * platform/mac/editing/pasteboard/paste-blockquote-into-
2905 blockquote-4-expected.png: Added.
2906 * platform/mac/editing/pasteboard/paste-blockquote-into-
2907 blockquote-4-expected.txt: Added.
2909 Changes results for existing tests:
2910 * platform/mac/editing/pasteboard/merge-end-blockquote-
2912 * platform/mac/editing/pasteboard/merge-end-blockquote-
2914 * platform/mac/editing/pasteboard/merge-end-blockquote-
2916 * platform/mac/editing/pasteboard/paste-blockquote-into-
2917 blockquote-2-expected.txt:
2918 * platform/mac/editing/pasteboard/paste-blockquote-into-
2919 blockquote-3-expected.txt:
2920 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
2923 2008-11-14 Justin Garcia <justin.garcia@apple.com>
2925 Reviewed by Beth Dakin.
2927 <rdar://problem/4230923> "Make Plain Text" doesn't reset text alignment in single paragraph messages
2929 * editing/style/4230923-expected.txt: Added.
2930 * editing/style/4230923.html: Added.
2932 2008-11-12 Alexey Proskuryakov <ap@webkit.org>
2934 Reviewed by Darin Adler.
2936 https://bugs.webkit.org/show_bug.cgi?id=22200
2937 Crash when close event is dispatched to MessagePort due to document destruction
2939 * fast/events/message-port-onclose-expected.txt: Added.
2940 * fast/events/message-port-onclose.html: Added.
2941 * fast/events/resources/message-port-iframe.html:
2942 Added more tests for close event dispatch.
2944 2008-11-12 Dirk Schulze <vbs85@gmx.de>
2946 Reviewed by Darin Adler.
2948 Check behavior of canvas.stroke() on transparent fillStyle()
2950 * fast/canvas/canvas-stroke-empty-fill-expected.txt: Added.
2951 * fast/canvas/canvas-stroke-empty-fill.html: Added.
2952 * fast/canvas/canvas-stroke-empty-fill.js: Added.
2954 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
2956 Reviewed by Dan Bernstein.
2958 Updated reference images so that all pixel tests now "pass" on 10.4.11 PowerPC + r38347.
2959 https://bugs.webkit.org/show_bug.cgi?id=21821
2961 Checked-in specific reference images for pixel tests that are valid on Tiger but fail
2962 because difference with reference image due to text rendering is greater than 1.0%
2964 * platform/mac-tiger/svg/carto.net: Added.
2965 * platform/mac-tiger/svg/carto.net/selectionlist-expected.checksum: Added.
2966 * platform/mac-tiger/svg/carto.net/selectionlist-expected.png: Added.
2967 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
2968 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
2969 * platform/mac-tiger/svg/text/text-align-01-b-expected.checksum: Added.
2970 * platform/mac-tiger/svg/text/text-align-01-b-expected.png: Added.
2971 * platform/mac-tiger/svg/text/text-align-02-b-expected.checksum: Added.
2972 * platform/mac-tiger/svg/text/text-align-02-b-expected.png: Added.
2973 * platform/mac-tiger/svg/text/text-align-04-b-expected.checksum: Added.
2974 * platform/mac-tiger/svg/text/text-align-04-b-expected.png: Added.
2975 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.checksum: Added.
2976 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.png: Added.
2977 * platform/mac-tiger/svg/text/text-text-03-b-expected.checksum: Added.
2978 * platform/mac-tiger/svg/text/text-text-03-b-expected.png: Added.
2979 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.checksum: Added.
2980 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.png: Added.
2981 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.checksum: Added.
2982 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.png: Added.
2983 * platform/mac-tiger/svg/text/text-ws-01-t-expected.checksum: Added.
2984 * platform/mac-tiger/svg/text/text-ws-01-t-expected.png: Added.
2985 * platform/mac-tiger/svg/text/text-ws-02-t-expected.checksum: Added.
2986 * platform/mac-tiger/svg/text/text-ws-02-t-expected.png: Added.
2987 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Added.
2988 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
2989 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Added.
2990 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
2992 svg/batik/paints/gradientLimit.svg is rendering different on Tiger and Leopard
2993 https://bugs.webkit.org/show_bug.cgi?id=22219
2995 * platform/mac-tiger/svg/batik: Added.
2996 * platform/mac-tiger/svg/batik/paints: Added.
2997 * platform/mac-tiger/svg/batik/paints/gradientLimit-expected.checksum: Added.
2998 * platform/mac-tiger/svg/batik/paints/gradientLimit-expected.png: Added.
3000 svg/custom/mask-excessive-malloc.svg is failing on Tiger
3001 https://bugs.webkit.org/show_bug.cgi?id=22218
3003 * platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.checksum: Added.
3004 * platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.png: Added.
3006 svg/W3C-SVG-1.1/pservers-grad-17-b.svg is failing on Leopard
3007 https://bugs.webkit.org/show_bug.cgi?id=22220
3009 * platform/mac-leopard/svg: Added.
3010 * platform/mac-leopard/svg/W3C-SVG-1.1: Added.
3011 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Added.
3012 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
3013 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
3014 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
3016 svg/custom/foreign-object-skew.svg is failing on Leopard
3017 https://bugs.webkit.org/show_bug.cgi?id=22221
3019 * platform/mac-leopard/svg/custom: Added.
3020 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum: Added.
3021 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.png: Added.
3022 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
3023 * platform/mac/svg/custom/foreign-object-skew-expected.png:
3025 2008-11-12 Simon Fraser <simon.fraser@apple.com>
3027 Reviewed by Dan Bernstein
3029 https://bugs.webkit.org/show_bug.cgi?id=22212
3031 Repaint test for a transform change on an element with a positioned child.
3033 * fast/repaint/transform-absolute-child.html: Added.
3034 * platform/mac/fast/repaint/transform-absolute-child-expected.checksum: Added.
3035 * platform/mac/fast/repaint/transform-absolute-child-expected.png: Added.
3036 * platform/mac/fast/repaint/transform-absolute-child-expected.txt: Added.
3038 2008-11-12 Geoffrey Garen <ggaren@apple.com>
3040 Roll in r38322, now that test failures have been fixed.
3042 * fast/js/global-recursion-on-full-stack-expected.txt:
3044 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
3046 Reviewed by Dan Bernstein.
3048 Skip fast/repaint/body-background-image.html test as it is not reliable.
3050 https://bugs.webkit.org/show_bug.cgi?id=21913
3052 * platform/mac/Skipped:
3054 2008-11-12 Dan Bernstein <mitz@apple.com>
3056 - remove an empty directory
3058 * platform/mac-leopard/http: Removed.
3059 * platform/mac-leopard/http/tests: Removed.
3060 * platform/mac-leopard/http/tests/security: Removed.
3061 * platform/mac-leopard/http/tests/security/dataURL: Removed.
3063 2008-11-12 Simon Fraser <simon.fraser@apple.com>
3065 Reviewed by Dave Hyatt
3067 https://bugs.webkit.org/show_bug.cgi?id=17840
3069 Tests for repainting when the transform of a positioned element changes.
3071 * fast/repaint/transform-absolute-in-positioned-container.html: Added.
3072 * fast/repaint/transform-relative-position.html: Added.
3073 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.checksum: Added.
3074 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added.
3075 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
3076 * platform/mac/fast/repaint/transform-relative-position-expected.checksum: Added.
3077 * platform/mac/fast/repaint/transform-relative-position-expected.png: Added.
3078 * platform/mac/fast/repaint/transform-relative-position-expected.txt: Added.
3080 2008-11-12 Justin Garcia <justin.garcia@apple.com>
3082 Reviewed by Beth Dakin.
3084 <rdar://problem/5495723> Selecting and deleting quoted text quotes other text
3085 <rdar://problem/4775313> Deleting lines from the bottom of a messages leaves the last blank line quoted
3087 * editing/deleting/5495723-expected.txt: Added.
3088 * editing/deleting/5495723.html: Added.
3089 * platform/mac/editing/deleting/delete-4038408-fix-expected.txt: Change demonstrates that we
3090 now behave correctly when pressing delete when the caret is just after empty quoted paragraphs.
3092 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
3094 Reviewed by Dan Bernstein.
3096 Updated reference images so that all pixel tests now "pass" on 10.5.5 Intel + r38318.
3097 https://bugs.webkit.org/show_bug.cgi?id=21821
3099 Test doesn't repaint entire view so result is corrupted by previous test
3100 https://bugs.webkit.org/show_bug.cgi?id=21916
3102 * platform/mac/Skipped:
3104 Test is passing but original reference image was invalid.
3106 * platform/mac/fast/backgrounds/size/backgroundSize05-expected.checksum:
3107 * platform/mac/fast/backgrounds/size/backgroundSize05-expected.png:
3109 Invalid image tiling
3110 https://bugs.webkit.org/show_bug.cgi?id=21915
3112 * platform/mac/fast/backgrounds/size/backgroundSize19-expected.checksum:
3113 * platform/mac/fast/backgrounds/size/backgroundSize19-expected.png:
3116 https://bugs.webkit.org/show_bug.cgi?id=21910
3118 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum:
3119 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png:
3120 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum:
3121 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png:
3122 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum:
3123 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png:
3124 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum:
3125 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
3126 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum:
3127 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png:
3128 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum:
3129 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png:
3130 * platform/mac/fast/backgrounds/svg-as-mask-expected.checksum:
3131 * platform/mac/fast/backgrounds/svg-as-mask-expected.png:
3132 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum:
3133 * platform/mac/fast/borders/svg-as-border-image-2-expected.png:
3134 * platform/mac/fast/borders/svg-as-border-image-expected.checksum:
3135 * platform/mac/fast/borders/svg-as-border-image-expected.png:
3136 * platform/mac/fast/images/svg-as-background-expected.checksum:
3137 * platform/mac/fast/images/svg-as-background-expected.png:
3138 * platform/mac/fast/images/svg-as-image-expected.checksum:
3139 * platform/mac/fast/images/svg-as-image-expected.png:
3140 * platform/mac/fast/images/svg-as-relative-image-expected.checksum:
3141 * platform/mac/fast/images/svg-as-relative-image-expected.png:
3142 * platform/mac/fast/images/svg-as-tiled-background-expected.checksum:
3143 * platform/mac/fast/images/svg-as-tiled-background-expected.png:
3145 Possible Flash failure
3146 https://bugs.webkit.org/show_bug.cgi?id=21912
3148 * platform/mac/fast/dynamic/flash-replacement-test-expected.checksum:
3149 * platform/mac/fast/dynamic/flash-replacement-test-expected.png:
3152 https://bugs.webkit.org/show_bug.cgi?id=21913
3154 * platform/mac/fast/repaint/body-background-image-expected.checksum:
3155 * platform/mac/fast/repaint/body-background-image-expected.png:
3157 Excessive repainting
3158 https://bugs.webkit.org/show_bug.cgi?id=21914
3160 * platform/mac/fast/repaint/float-overflow-expected.checksum:
3161 * platform/mac/fast/repaint/float-overflow-expected.png:
3162 * platform/mac/fast/repaint/float-overflow-right-expected.checksum:
3163 * platform/mac/fast/repaint/float-overflow-right-expected.png:
3166 https://bugs.webkit.org/show_bug.cgi?id=21911
3168 * platform/mac/media/video-aspect-ratio-expected.checksum:
3169 * platform/mac/media/video-aspect-ratio-expected.png:
3170 * platform/mac/media/video-controls-rendering-expected.checksum:
3171 * platform/mac/media/video-controls-rendering-expected.png:
3172 * platform/mac/media/video-display-toggle-expected.checksum:
3173 * platform/mac/media/video-display-toggle-expected.png:
3174 * platform/mac/media/video-layer-crash-expected.checksum:
3175 * platform/mac/media/video-layer-crash-expected.png:
3176 * platform/mac/media/video-transformed-expected.checksum:
3177 * platform/mac/media/video-transformed-expected.png:
3179 2008-11-12 Gavin Barraclough <barraclough@apple.com>
3181 Reviewed by Cameron Zwarich.
3183 Test for https://bugs.webkit.org/show_bug.cgi?id=22201
3185 * fast/js/pic/cached-array-length-access-expected.txt: Added.
3186 * fast/js/pic/cached-array-length-access.html: Added.
3188 2008-11-12 Cameron Zwarich <zwarich@apple.com>
3190 Rubber-stamped by Mark Rowe.
3192 Roll out r38322 due to test failures on the bots.
3194 * fast/js/global-recursion-on-full-stack-expected.txt:
3196 2008-11-11 Stephanie <slewis@apple.com>
3198 Reviewed by Dan Bernstein.
3200 Test loading an image with no data.
3202 * fast/images/image-empty-data-expected.txt: Added.
3203 * fast/images/image-empty-data.html: Added.
3205 2008-11-10 Geoffrey Garen <ggaren@apple.com>
3207 Reviewed by Darin Adler.
3209 Updated a test after fixing https://bugs.webkit.org/show_bug.cgi?id=22174
3210 Simplified op_call by nixing its responsibility for moving the value of
3211 "this" into the first argument slot.
3213 * fast/js/global-recursion-on-full-stack-expected.txt: This test passes
3214 a little differently now, because the register layout has changed.
3215 Specifically, the stack overflow now happens in the call to f() instead
3216 of the initiation of the <script> tag, so it is caught, and it does not
3217 log an exception to the console.
3219 2008-11-11 Pierre-Olivier Latour <pol@apple.com>
3221 Reviewed by Mark Rowe.
3223 Removed invalid bases incorrectly checked-in in r38305.
3225 https://bugs.webkit.org/show_bug.cgi?id=22185
3227 * platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.checksum: Removed.
3228 * platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.png: Removed.
3229 * platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
3230 * platform/mac-tiger/fast/text/international/hindi-spacing-expected.checksum: Removed.
3231 * platform/mac-tiger/fast/text/international/hindi-spacing-expected.png: Removed.
3232 * platform/mac-tiger/fast/text/international/hindi-spacing-expected.txt: Removed.
3234 2008-11-11 Beth Dakin <bdakin@apple.com>
3236 Reviewed by Darin Adler.
3238 Tests for <rdar://problem/5089327> Too much indentation when
3239 pasting quoted paragraphs
3242 * editing/pasteboard/paste-blockquote-into-blockquote-3.html:
3244 * platform/mac/editing/pasteboard/paste-blockquote-into-
3245 blockquote-3-expected.checksum: Added.
3246 * platform/mac/editing/pasteboard/paste-blockquote-into-
3247 blockquote-3-expected.png: Added.
3248 * platform/mac/editing/pasteboard/paste-blockquote-into-
3249 blockquote-3-expected.txt: Added.
3251 The results for these tests previously reflected the behavior
3252 implemented in revision 38273. We have since decided that that
3253 behavior is wrong and we changed it with this patch.
3254 * platform/mac/editing/pasteboard/merge-end-blockquote-
3256 * platform/mac/editing/pasteboard/merge-end-blockquote-
3258 * platform/mac/editing/pasteboard/merge-end-blockquote-
3260 * platform/mac/editing/pasteboard/paste-blockquote-into-
3261 blockquote-2-expected.txt:
3262 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3265 2008-11-11 Dirk Schulze <krit@webkit.org>
3267 Reviewed by Dave Hyatt.
3269 Pattern transform check was too strict for Cg. Scaling can cause a wrong
3270 color on the borders of the scaled object.
3272 Correct expected result of the tests.
3274 * fast/canvas/canvas-pattern-transform-expected.txt:
3275 * fast/canvas/canvas-pattern-transform.html:
3276 * fast/canvas/canvas-pattern-transform.js:
3277 * fast/canvas/canvas-radial-gradient-spreadMethod-expected.txt:
3279 2008-11-11 Pierre-Olivier Latour <pol@apple.com>
3281 Rubber-stamped by Dan Bernstein.
3283 https://bugs.webkit.org/show_bug.cgi?id=21821
3285 Removed pixel results in platform/mac-tiger that were only slightly different
3286 (within 1% tolerance) from the platform/mac results.
3287 Removed results in platform/mac-tiger where the results in platform/mac were
3288 also correct for Tiger.
3289 Also updated results in platform/mac-tiger that were out of date.
3291 Made sure every test that has a specific mac-tiger render tree output also has matching images.
3293 (file listing elided)
3295 2008-11-11 Dirk Schulze <vbs85@gmx.de>
3297 Reviewed by Darin Adler.
3299 Check behavior of default spreadMethod on radial gradients.
3301 * fast/canvas/canvas-radial-gradient-spreadMethod-expected.txt: Added.
3302 * fast/canvas/canvas-radial-gradient-spreadMethod.html: Added.
3303 * fast/canvas/canvas-radial-gradient-spreadMethod.js: Added.
3305 2008-11-11 Dirk Schulze <vbs85@gmx.de>
3307 Reviewed by Oliver Hunter.
3309 Added test to check behavior on transformations of patterns in canvas.
3311 * fast/canvas/canvas-pattern-transform-expected.txt: Added.
3312 * fast/canvas/canvas-pattern-transform.html: Added.
3313 * fast/canvas/canvas-pattern-transform.js: Added.
3315 2008-11-11 Pierre-Olivier Latour <pol@apple.com>
3317 Rubber-stamped by Dan Bernstein.
3319 https://bugs.webkit.org/show_bug.cgi?id=21821
3321 Remaining set of updated expected pixel results. This includes http/,
3322 media/, plugins/, scrollbars/, tables/, transforms/, transitions/ and
3325 (file listing elided)
3327 2008-11-10 Adam Roben <aroben@apple.com>
3329 Test for Bug 22161: Assertion failure in RenderThemeWin::systemColor
3330 when loading microsoftpdc.com
3332 <https://bugs.webkit.org/show_bug.cgi?id=22161>
3334 Note that this test would only fail if DumpRenderTree used
3335 RenderThemeWin, which it doesn't. I did test that locally, though.
3337 Reviewed by Dan Bernstein.
3339 * fast/css/outline-invert-assertion-expected.txt: Added.
3340 * fast/css/outline-invert-assertion.html: Added.
3342 2008-11-10 Beth Dakin <bdakin@apple.com>
3344 Rubber stamped by Justin Garcia.
3346 New tests for <rdar://problem/4037481> REGRESSION (Mail): pasting
3347 quoted text into quoted text yields double-quoting
3348 * editing/pasteboard/paste-blockquote-into-blockquote-2.html:
3350 * editing/pasteboard/paste-blockquote-into-blockquote.html: Added.
3351 * platform/mac/editing/pasteboard/paste-blockquote-into-
3352 blockquote-2-expected.checksum: Added.
3353 * platform/mac/editing/pasteboard/paste-blockquote-into-
3354 blockquote-2-expected.png: Added.
3355 * platform/mac/editing/pasteboard/paste-blockquote-into-
3356 blockquote-2-expected.txt: Added.
3357 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3358 expected.checksum: Added.
3359 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3360 expected.png: Added.
3361 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3362 expected.txt: Added.
3364 Test with new results because of this patch:
3365 * platform/mac/editing/pasteboard/merge-end-blockquote-
3367 * platform/mac/editing/pasteboard/merge-end-blockquote-
3369 * platform/mac/editing/pasteboard/merge-end-blockquote-
3373 2008-11-09 Cameron Zwarich <zwarich@apple.com>
3375 Reviewed by Darin Adler.
3377 Add a test for bug 19541: Null pointer in showModalDialog()
3378 <https://bugs.webkit.org/show_bug.cgi?id=19541>
3380 * fast/dom/null-page-show-modal-dialog-crash-expected.txt: Added.
3381 * fast/dom/null-page-show-modal-dialog-crash.html: Added.
3383 2008-11-09 Alexey Proskuryakov <ap@webkit.org>
3385 Reviewed by Darin Adler.
3387 https://bugs.webkit.org/show_bug.cgi?id=22104
3388 Javascript URL percent encoding/decoding broken by some characters
3390 * fast/loader/javascript-url-encoding-2-expected.txt:
3391 * fast/loader/javascript-url-encoding-2.html:
3393 2008-11-09 Darin Adler <darin@apple.com>
3395 Reviewed by Sam Weinig and Maciej Stachowiak.
3397 - test for https://bugs.webkit.org/show_bug.cgi?id=14886
3398 Stack overflow due to deeply nested parse tree doing repeated string concatentation
3400 * fast/js/large-expressions-expected.txt: Added.
3401 * fast/js/large-expressions.html: Added.
3402 * fast/js/resources/large-expressions.js: Added.
3404 2008-11-09 Darin Adler <darin@apple.com>
3406 Reviewed by Sam Weinig.
3408 - fix https://bugs.webkit.org/show_bug.cgi?id=22142
3409 a few fast/canvas tests use non-standard HTML wrappers but don't need to
3411 * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
3412 Fixed spelling error: "gradieints".
3414 * fast/canvas/gradient-addColorStop-with-invalid-color.html: Regenerated with
3415 make-js-test-wrappers script; removes the canvas element that was in here.
3416 * fast/canvas/linearGradient-infinite-values.html: Ditto.
3417 * fast/canvas/radialGradient-infinite-values.html: Ditto.
3419 * fast/canvas/resources/gradient-addColorStop-with-invalid-color.js:
3420 Fixed spelling error and changed code to use createElement to make a canvas
3421 element rather than using getElementById to find an existing canvas element.
3422 * fast/canvas/resources/linearGradient-infinite-values.js: Ditto.
3423 * fast/canvas/resources/radialGradient-infinite-values.js: Ditto.
3425 2008-11-08 Antti Koivisto <antti@apple.com>
3427 Reviewed by Sam Weinig.
3429 Test for https://bugs.webkit.org/show_bug.cgi?id=22141
3430 REGRESSION: Safari error page is not fully styled when loaded from cache
3432 * fast/encoding/css-cached-bom.html: Added.
3433 * fast/encoding/css-cached-bom-expected.txt: Added.
3434 * fast/encoding/resources/css-cached-bom-frame.html: Added.
3435 * fast/encoding/resources/utf-16-little-endian.css: Added.
3437 2008-11-08 Simon Fraser <simon.fraser@apple.com>
3439 Reviewed by Dan Bernstein
3441 https://bugs.webkit.org/show_bug.cgi?id=21906
3443 Test focus ring drawing on a transformed text input (and fix the HTML in
3444 an unrelated test case).
3446 * fast/repaint/focus-layers.html: Quoted id attribute and removed extra
3448 * fast/transforms/transformed-focused-text-input.html: Added.
3449 * platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum: Added.
3450 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png: Added.
3451 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt: Added.
3453 2008-11-07 Cameron Zwarich <zwarich@apple.com>
3455 Reviewed by Geoff Garen.
3457 * fast/js/resources/typeof-constant-string.js: Added.
3458 * fast/js/typeof-constant-string-expected.txt: Added.
3459 * fast/js/typeof-constant-string.html: Added.
3461 2008-11-07 Holger Hans Peter Freyther <zecke@selfish.org>
3463 Reviewed by Darin Adler.
3465 https://bugs.webkit.org/show_bug.cgi?id=22039
3467 Enable text only and succeeding fast tests for the gtk port
3469 Enable the tests from the fast directory that succeed. Classify the
3470 remaining tests from the fast directory.
3472 * platform/gtk/Skipped:
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 Skip every test on the Gtk+ platform
3482 Add every test directory to the Skipped list in order to create
3483 a baseline for the Gtk+ port.
3485 * platform/gtk/Skipped:
3487 2008-11-06 Sam Weinig <sam@webkit.org>
3489 Reviewed by Mark Rowe.
3491 Fix test that would fail if it had the wrong set of plugins.
3493 * plugins/plugin-javascript-access.html:
3495 2008-11-06 Chris Fleizach <cfleizach@apple.com>
3497 Reviewed by Beth Dakin.
3499 Test for Bug 22112: if a <body> has contenteditable=true, it should report a writable AXValue
3500 https://bugs.webkit.org/show_bug.cgi?id=22112
3502 * accessibility/content-editable-expected.txt: Added.
3503 * accessibility/content-editable.html: Added.
3505 2008-11-06 Simon Fraser <simon.fraser@apple.com>
3507 Reviewed by Antti Koivisto
3509 https://bugs.webkit.org/show_bug.cgi?id=22109
3510 Make <input type="range"> work correctly with transforms
3512 * fast/forms/slider-transformed-expected.txt: Added.
3513 * fast/forms/slider-transformed.html: Added.
3515 2008-11-05 Simon Fraser <simon.fraser@apple.com>
3517 Reviewed by Dave Hyatt
3519 https://bugs.webkit.org/show_bug.cgi?id=21870
3521 Test event.offsetX/offsetY for various types of elements, which
3522 exercises absoluteToLocal() code.
3524 * fast/events/offsetX-offsetY-expected.txt: Added.
3525 * fast/events/offsetX-offsetY.html: Added.
3527 2008-11-05 Gavin Barraclough <barraclough@apple.com>
3529 Reviewed by Maciej Stachowiak.
3531 Previosly the test 'cross-site-this' checked that the second level deep method called
3532 across frames recieved the correct this pointer, when no base object is provided.
3534 Test updated so that it check that the code in the child frame, and both the first
3535 and second functions called in the parent frame recieve the correct this values.
3537 * fast/frames/cross-site-this.html:
3538 * fast/frames/resources/cross-site-this-helper.html:
3540 2008-11-05 Justin Garcia <justin.garcia@apple.com>
3542 Reviewed by Beth Dakin.
3544 <rdar://problem/5480736> In Mail and Gmail, copied indented text pastes with line break
3546 * editing/pasteboard/5480736-expected.txt: Added.
3547 * editing/pasteboard/5480736.html: Added.
3549 2008-11-05 Sam Weinig <sam@webkit.org>
3551 Reviewed by Anders Carlsson.
3553 Update tests for https://bugs.webkit.org/show_bug.cgi?id=22085
3554 The Plugin JS object should expose item() and namedItem() methods to match Firefox
3556 * fast/dom/Window/window-properties-expected.txt:
3557 * plugins/plugin-javascript-access-expected.txt:
3558 * plugins/plugin-javascript-access.html:
3560 2008-11-05 Alexey Proskuryakov <ap@webkit.org>
3562 Reviewed by Maciej Stachowiak.
3564 https://bugs.webkit.org/show_bug.cgi?id=21060
3565 Range#surroundContents incorrectly throws BAD_BOUNDARYPOINTS_ERR
3567 * fast/dom/Range/surroundContents-check-boundary-points-expected.txt: Added.
3568 * fast/dom/Range/surroundContents-check-boundary-points.html: Added.
3570 * fast/dom/Range/range-exceptions-expected.txt: Updated incorrect result - there was no
3571 reason to raise BAD_BOUNDARYPOINTS_ERR.
3573 2008-11-04 Sam Weinig <sam@webkit.org>
3575 Reviewed by Simon Hausmann.
3577 Update tests for https://bugs.webkit.org/show_bug.cgi?id=21648
3578 navigator.mimeTypes and navigator.plugins don't expose item and namedItem to JS
3580 * fast/dom/Window/window-properties-expected.txt:
3581 * fast/js/global-constructors-expected.txt:
3582 * plugins/plugin-javascript-access-expected.txt:
3583 * plugins/plugin-javascript-access.html:
3585 2008-11-05 Pierre-Olivier Latour <pol@apple.com>
3587 Rubber-stamped by Dan Bernstein.
3589 https://bugs.webkit.org/show_bug.cgi?id=21821
3591 Another set of updated expected pixel results generated with the same
3592 setup. Includes accessiblity/, animations/, css1/, css2.1/, css3/,
3595 (file listing elided)
3597 2008-11-05 Pierre-Olivier Latour <pol@apple.com>
3599 Rubber-stamped by Dan Bernstein.
3601 https://bugs.webkit.org/show_bug.cgi?id=21821
3603 Imported more image bases for fast/ and svg/ in order to
3604 fully validate latest DRT and test script changes. These results were generated
3605 by a release build of r38003 on an Intel iMac running Mac OS X 10.5.5 with
3608 (file listing elided)
3610 2008-11-04 Pamela Greene <pam@chromium.org>
3612 Reviewed by Darin Adler.
3614 Added test for crash resulting from nested stylesheets using certain
3615 builds of libxml2. See https://bugs.webkit.org/show_bug.cgi?id=15715 .
3617 * fast/xsl/resources/xslt-nested-stylesheets0.xsl: Added.
3618 * fast/xsl/resources/xslt-nested-stylesheets1.xsl: Added.
3619 * fast/xsl/xslt-nested-stylesheets-expected.txt: Added.
3620 * fast/xsl/xslt-nested-stylesheets.xml: Added.
3622 2008-11-04 Pierre-Olivier Latour <pol@apple.com>
3624 Reviewed by Dan Bernstein.
3626 - part of https://bugs.webkit.org/show_bug.cgi?id=21821
3627 Removed pixel results in platform/mac-tiger that were only slightly different
3628 (within 1% tolerance) from the platform/mac results.
3629 Removed results in platform/mac-tiger where the results in platform/mac were
3630 also correct for Tiger.
3632 (file listing elided)
3634 2008-11-03 Simon Fraser <simon.fraser@apple.com>
3636 Reviewed by Dave Hyatt
3638 https://bugs.webkit.org/show_bug.cgi?id=22026
3639 Fix bounds of transparency layer for a div with a transform
3640 inside an opacity layer.
3642 * fast/layers/opacity-transforms.html: Added.
3643 * platform/mac/fast/layers/opacity-transforms-expected.checksum: Added.
3644 * platform/mac/fast/layers/opacity-transforms-expected.png: Added.
3645 * platform/mac/fast/layers/opacity-transforms-expected.txt: Added.
3647 2008-11-01 Adam Barth <abarth@webkit.org>
3649 Reviewed by Sam Weinig.
3651 Test that we properly block non-same-origin redirects for these
3654 https://bugs.webkit.org/show_bug.cgi?id=21963
3656 * http/tests/security/resources/xsl-using-document-redirect.xsl: Added.
3657 * http/tests/security/resources/xsl-using-external-entity-redirect.xsl: Added.
3658 * http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt: Copied from LayoutTests/http/tests/security/xss-DENIED-xsl-document-expected.txt.
3659 * http/tests/security/xss-DENIED-xsl-document-redirect.xml: Added.
3660 * http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt: Copied from LayoutTests/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt.
3661 * http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml: Added.
3663 2008-11-01 Alexey Proskuryakov <ap@webkit.org>
3665 Reviewed by Darin Adler.
3667 https://bugs.webkit.org/show_bug.cgi?id=22001
3668 AtomicStringImpl* keys of event listener maps can outlive their strings
3670 * fast/events/destroyed-atomic-string-expected.txt: Added.
3671 * fast/events/destroyed-atomic-string.html: Added.
3673 2008-10-30 Justin Garcia <justin.garcia@apple.com>
3675 Added another layout test for previous check-in.
3677 * editing/inserting/6104369-2-expected.txt: Added.
3678 * editing/inserting/6104369-2.html: Added.
3680 2008-10-30 Justin Garcia <justin.garcia@apple.com>
3682 Reviewed by Beth Dakin.
3684 <rdar://problem/6104369> Hitting return at the end of a quoted line creates an extraneous quoted line
3686 * editing/inserting/6104369-expected.txt: Added.
3687 * editing/inserting/6104369.html: Added.
3689 2008-10-30 Pierre-Olivier Latour <pol@apple.com>
3691 Reviewed by Dan Bernstein.
3693 https://bugs.webkit.org/show_bug.cgi?id=21821
3695 Imported new image bases for a representative set of pixel tests in order to
3696 fully validate latest DRT and test script changes. These results were generated
3697 by a release build of r38003 on an Intel iMac running Mac OS X 10.5.5 with
3700 (file listing elided)
3702 2008-10-29 Alexey Proskuryakov <ap@webkit.org>
3704 Reviewed by Darin Adler.
3706 https://bugs.webkit.org/show_bug.cgi?id=21921
3707 MessagePort messages are dispatched to documents that are not fully active
3709 * fast/events/message-port-inactive-document.html: Protect the document from being
3710 destructed in a working way (a global variable named "document" didn't do the trick due
3713 2008-10-29 Alexey Proskuryakov <ap@webkit.org>
3715 Reviewed by Sam Weinig.
3717 https://bugs.webkit.org/show_bug.cgi?id=21922
3718 Expose MessagePort global constructor
3720 * fast/dom/Window/window-properties-expected.txt:
3721 * fast/js/global-constructors-expected.txt:
3723 2008-10-28 Timothy Hatcher <timothy@apple.com>
3725 Remove fast/profiler from the skipped list for Tiger since the fix
3726 for <rdar://problem/6211578> should make things work.
3728 <rdar://problem/6316530> Profiler tests fail on Tiger
3730 Reviewed by Kevin McCullough.
3732 * platform/mac-tiger/Skipped:
3734 2008-10-28 Timothy Hatcher <timothy@apple.com>
3736 Update profiler tests to opt-in to profiling and clean up the output.
3738 https://bugs.webkit.org/show_bug.cgi?id=21927
3740 <rdar://problem/6211578> Make the JavaScript profiler opt-in, so it
3741 does not slow down JavaScript all the time
3743 Reviewed by Darin Adler and Kevin McCullough.
3745 * fast/profiler/anonymous-event-handler-expected.txt:
3746 * fast/profiler/anonymous-event-handler.html:
3747 * fast/profiler/anonymous-function-called-from-different-contexts-expected.txt:
3748 * fast/profiler/anonymous-function-called-from-different-contexts.html:
3749 * fast/profiler/anonymous-function-calls-built-in-functions-expected.txt:
3750 * fast/profiler/anonymous-function-calls-built-in-functions.html:
3751 * fast/profiler/anonymous-function-calls-eval-expected.txt:
3752 * fast/profiler/anonymous-function-calls-eval.html:
3753 * fast/profiler/apply-expected.txt:
3754 * fast/profiler/apply.html:
3755 * fast/profiler/built-in-function-calls-anonymous-expected.txt:
3756 * fast/profiler/built-in-function-calls-anonymous.html:
3757 * fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
3758 * fast/profiler/built-in-function-calls-user-defined-function.html:
3759 * fast/profiler/call-expected.txt:
3760 * fast/profiler/call-nodelist-as-function-expected.txt:
3761 * fast/profiler/call-nodelist-as-function.html:
3762 * fast/profiler/call.html:
3763 * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope-expected.txt:
3764 * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
3765 * fast/profiler/compare-multiple-profiles-expected.txt:
3766 * fast/profiler/compare-multiple-profiles.html:
3767 * fast/profiler/constructor-expected.txt:
3768 * fast/profiler/constructor.html:
3769 * fast/profiler/dead-time-expected.txt:
3770 * fast/profiler/dead-time.html:
3771 * fast/profiler/document-dot-write-expected.txt:
3772 * fast/profiler/document-dot-write.html:
3773 * fast/profiler/event-handler-expected.txt:
3774 * fast/profiler/event-handler.html:
3775 * fast/profiler/execution-context-and-eval-on-same-line-expected.txt:
3776 * fast/profiler/execution-context-and-eval-on-same-line.html:
3777 * fast/profiler/heavy-view-expected.txt:
3778 * fast/profiler/heavy-view.html:
3779 * fast/profiler/inline-event-handler-expected.txt:
3780 * fast/profiler/inline-event-handler.html:
3781 * fast/profiler/many-calls-in-the-same-scope-expected.txt:
3782 * fast/profiler/many-calls-in-the-same-scope.html:
3783 * fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
3784 * fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
3785 * fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
3786 * fast/profiler/multiple-and-different-scoped-function-calls.html:
3787 * fast/profiler/multiple-frames-expected.txt:
3788 * fast/profiler/multiple-frames.html:
3789 * fast/profiler/nested-anonymous-functon-expected.txt:
3790 * fast/profiler/nested-anonymous-functon.html:
3791 * fast/profiler/nested-start-and-stop-profiler-expected.txt:
3792 * fast/profiler/nested-start-and-stop-profiler.html:
3793 * fast/profiler/no-execution-context-expected.txt:
3794 * fast/profiler/no-execution-context.html:
3795 * fast/profiler/one-execution-context-expected.txt:
3796 * fast/profiler/one-execution-context.html:
3797 * fast/profiler/profile-calls-in-included-file-expected.txt:
3798 * fast/profiler/profile-calls-in-included-file.html:
3799 * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt:
3800 * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
3801 * fast/profiler/profiling-from-a-nested-location-expected.txt:
3802 * fast/profiler/profiling-from-a-nested-location.html:
3803 * fast/profiler/resources/profiler-test-JS-resources.js:
3804 (endTest): Remove some whitespace.
3805 (insertGivenText): Hide the output of this method, sicne it is not important to the test.
3806 (insertNewText): Ditto.
3807 (printHeavyProfilesDataWithoutTime): Output plain text an not console.log.
3808 (printProfilesDataWithoutTime): Ditto.
3809 (printProfileNodeWithoutTime): Ditto.
3810 * fast/profiler/simple-event-call-expected.txt:
3811 * fast/profiler/simple-event-call.html:
3812 * fast/profiler/simple-no-level-change-expected.txt:
3813 * fast/profiler/simple-no-level-change.html:
3814 * fast/profiler/start-and-stop-profiler-multiple-times-expected.txt:
3815 * fast/profiler/start-and-stop-profiler-multiple-times.html:
3816 * fast/profiler/start-and-stop-profiling-in-the-same-function-expected.txt:
3817 * fast/profiler/start-and-stop-profiling-in-the-same-function.html:
3818 * fast/profiler/start-but-dont-stop-profiling-expected.txt:
3819 * fast/profiler/start-but-dont-stop-profiling.html:
3820 * fast/profiler/stop-profiling-after-setTimeout-expected.txt:
3821 * fast/profiler/stop-profiling-after-setTimeout.html:
3822 * fast/profiler/stop-then-function-call-expected.txt:
3823 * fast/profiler/stop-then-function-call.html:
3824 * fast/profiler/throw-exception-from-eval-expected.txt:
3825 * fast/profiler/throw-exception-from-eval.html:
3826 * fast/profiler/two-execution-contexts-expected.txt:
3827 * fast/profiler/two-execution-contexts.html:
3828 * fast/profiler/user-defined-function-calls-built-in-functions-expected.txt:
3829 * fast/profiler/user-defined-function-calls-built-in-functions.html:
3830 * fast/profiler/window-dot-eval-expected.txt:
3831 * fast/profiler/window-dot-eval.html:
3833 2008-10-28 Pierre-Olivier Latour <pol@apple.com>
3835 Reviewed by Dan Bernstein.
3837 https://bugs.webkit.org/show_bug.cgi?id=21821
3839 Ensure all baseline images are in the right location and delete the ones that aren't needed.
3841 * editing/inserting/5607069-1-expected.checksum: Removed.
3842 * editing/inserting/5607069-1-expected.png: Removed.
3843 * editing/pasteboard/paste-text-013-expected.png: Removed.
3844 * fast/css/invalid-percentage-property-expected.checksum: Removed.
3845 * fast/css/invalid-percentage-property-expected.png: Removed.
3846 * fast/css/text-align-expected.checksum: Removed.
3847 * fast/css/text-align-expected.png: Removed.
3848 * fast/selectors/lang-inheritance-expected.checksum: Removed.
3849 * fast/selectors/lang-inheritance-expected.png: Removed.
3850 * fast/selectors/lang-inheritance2-expected.checksum: Removed.
3851 * fast/selectors/lang-inheritance2-expected.png: Removed.
3852 * fast/selectors/lang-vs-xml-lang-expected.checksum: Removed.
3853 * fast/selectors/lang-vs-xml-lang-expected.png: Removed.
3854 * fast/selectors/lang-vs-xml-lang-xhtml-expected.checksum: Removed.
3855 * fast/selectors/lang-vs-xml-lang-xhtml-expected.png: Removed.
3856 * platform/mac/fast/css/invalid-percentage-property-expected.checksum: Copied from LayoutTests/fast/css/invalid-percentage-property-expected.checksum.
3857 * platform/mac/fast/css/invalid-percentage-property-expected.png: Copied from LayoutTests/fast/css/invalid-percentage-property-expected.png.
3858 * platform/mac/fast/css/text-align-expected.checksum: Copied from LayoutTests/fast/css/text-align-expected.checksum.
3859 * platform/mac/fast/css/text-align-expected.png: Copied from LayoutTests/fast/css/text-align-expected.png.
3860 * platform/mac/fast/selectors/lang-inheritance-expected.checksum: Copied from LayoutTests/fast/selectors/lang-inheritance-expected.checksum.
3861 * platform/mac/fast/selectors/lang-inheritance-expected.png: Copied from LayoutTests/fast/selectors/lang-inheritance-expected.png.
3862 * platform/mac/fast/selectors/lang-inheritance2-expected.checksum: Copied from LayoutTests/fast/selectors/lang-inheritance2-expected.checksum.
3863 * platform/mac/fast/selectors/lang-inheritance2-expected.png: Copied from LayoutTests/fast/selectors/lang-inheritance2-expected.png.
3864 * platform/mac/fast/selectors/lang-vs-xml-lang-expected.checksum: Copied from LayoutTests/fast/selectors/lang-vs-xml-lang-expected.checksum.
3865 * platform/mac/fast/selectors/lang-vs-xml-lang-expected.png: Copied from LayoutTests/fast/selectors/lang-vs-xml-lang-expected.png.
3866 * platform/mac/fast/selectors/lang-vs-xml-lang-xhtml-expected.checksum: Copied from LayoutTests/fast/selectors/lang-vs-xml-lang-xhtml-expected.checksum.
3867 * platform/mac/fast/selectors/lang-vs-xml-lang-xhtml-expected.png: Copied from LayoutTests/fast/selectors/lang-vs-xml-lang-xhtml-expected.png.
3869 2008-10-28 Alexey Proskuryakov <ap@webkit.org>
3871 Reviewed by Darin Adler.
3873 https://bugs.webkit.org/show_bug.cgi?id=21893
3874 Character set is incorrect for external scripts in XHTML pages
3876 <rdar://problem/6317451> Incorrect encoding for text in a popup at http://xpoint.ru/
3878 * fast/encoding/external-script-charset-expected.txt: Added.
3879 * fast/encoding/external-script-charset.js: Added.
3880 * fast/encoding/external-script-charset.xhtml: Added.
3882 * platform/mac/svg/carto.net/combobox-expected.checksum:
3883 * platform/mac/svg/carto.net/combobox-expected.png:
3884 * platform/mac/svg/carto.net/combobox-expected.txt:
3885 Updated incorrect results.
3887 2008-10-21 Eric Seidel <eric@webkit.org>
3889 Reviewed by Dave Hyatt.
3891 Infinite recursion crash in WebCore::RenderSVGRoot::absoluteClippedOverflowRect on a <stop> element outside of a gradient block
3892 https://bugs.webkit.org/show_bug.cgi?id=20400
3894 * svg/custom/stop-crash-expected.txt: Added.
3895 * svg/custom/stop-crash.svg: Added.
3897 2008-10-26 Alexey Proskuryakov <ap@webkit.org>
3899 Reviewed by Sam Weinig.
3901 https://bugs.webkit.org/show_bug.cgi?id=21886
3902 window.HTMLOptionElement == "[object HTMLElementConstructor]" instead of HTMLOptionElementConstructor
3904 * fast/dom/HTMLOptionElement/option-prototype.html:
3905 * fast/dom/HTMLOptionElement/option-prototype-expected.txt:
3906 Added a test to verify that extending HTMLOptionElement via its prototype doesn't affect
3909 * fast/dom/wrapper-classes.html:
3910 * fast/dom/Window/element-constructors-on-window.html:
3911 * fast/dom/Window/window-properties.html:
3912 * fast/js/global-constructors.html:
3913 Updated results. Don't we have a little too many of these tests?
3915 2008-10-24 Eric Seidel <eric@webkit.org>
3917 Reviewed by Sam Weinig.
3919 Add missing results.
3921 * fast/js/global-constructors-expected.txt: Added.
3923 2008-10-24 Eric Seidel <eric@webkit.org>
3925 Reviewed by Sam Weinig.
3927 Generate missing constructors and add test to prevent missing ones in the future
3928 https://bugs.webkit.org/show_bug.cgi?id=21846
3930 fast/dom/wrapper-classes-expected.txt results were incorrectly platform-specific
3931 that test used to be platform-dependent, but isn't anymore
3933 * fast/dom/Window/window-properties-expected.txt:
3934 * fast/dom/wrapper-classes-expected.txt:
3935 * fast/js/global-constructors.html: Added.
3936 * fast/js/resources/global-constructors.js: Added.
3937 * platform/mac/fast/dom/wrapper-classes-expected.txt: Removed.
3939 2008-10-24 Alexey Proskuryakov <ap@webkit.org>
3941 Reviewed by Darin Adler.
3943 https://bugs.webkit.org/show_bug.cgi?id=21836
3944 REGRESSION: Sign-in on Fancast.com causes crash in Webkit nightly
3946 * http/tests/xmlhttprequest/detaching-frame-expected.txt: Added.
3947 * http/tests/xmlhttprequest/detaching-frame.html: Added.
3948 * http/tests/xmlhttprequest/resources/detached-frame.html: Added.
3950 2008-10-24 Anders Carlsson <andersca@apple.com>
3952 Reviewed by Sam Weinig.
3954 <rdar://problem/5440917> Support NPN_Construct
3958 * plugins/netscape-construct-expected.txt: Added.
3959 * plugins/netscape-construct.html: Added.
3961 2008-10-24 Greg Bolsinga <bolsinga@apple.com>
3963 Reviewed by Sam Weinig.
3965 https://bugs.webkit.org/show_bug.cgi?id=21475
3967 Provide support for the Geolocation API
3969 http://dev.w3.org/geo/api/spec-source.html
3971 Tests to verify Geolocation isn't implemented (so that it didn't leak into
3972 WebCore for platforms that do not support it).
3974 * geolocation: Added.
3975 * geolocation/geolocation-not-implemented-expected.txt: Added.
3976 * geolocation/geolocation-not-implemented.html: Added.
3977 * geolocation/geolocation-test.js: Copied from LayoutTests/media/video-test.js.
3980 (watchPositionAndEnd):
3981 (watchPosition._positionCallback):
3983 (watchPositionTestAndEnd):
3984 (watchPositionAndFail):
3985 (watchPositionAndTest._positionCallback):
3986 (watchPositionAndTest):
3987 (getCurrentPositionAndEnd):
3988 (getCurrentPosition._positionCallback):
3989 (getCurrentPosition):
3990 (getCurrentPositionTestAndEnd):
3991 (getCurrentPositionAndFail):
3992 (getCurrentPositionAndTest._positionCallback):
3993 (getCurrentPositionAndTest):
3997 2008-10-24 Simon Fraser <simon.fraser@apple.com>
3999 Reviewed by Sam Weinig
4001 Add to the comment some new CSSRule types that are not yet tested.
4003 * fast/dom/wrapper-classes.html:
4005 2008-10-24 Simon Fraser <simon.fraser@apple.com>
4007 Reviewed by Darin Adler
4009 https://bugs.webkit.org/show_bug.cgi?id=21858
4011 Add additional CSSRule types to the DOM-wrapper tests.
4013 * fast/dom/resources/wrapper-identity-base.js:
4014 * fast/dom/wrapper-identity-expected.txt:
4015 * platform/mac/fast/dom/objc-wrapper-identity-expected.txt:
4017 2008-10-24 Dan Bernstein <mitz@apple.com>
4019 Reviewed by Sam Weinig.
4021 - test for https://bugs.webkit.org/show_bug.cgi?id=21851
4022 <rdar://problem/6304151> REGRESSION (r36513): Crash when removing a widget with percent height
4024 * fast/replaced/percent-height-in-anonymous-block-widget.html: Added.
4025 * platform/mac/fast/replaced/percent-height-in-anonymous-block-widget-expected.checksum: Added.
4026 * platform/mac/fast/replaced/percent-height-in-anonymous-block-widget-expected.png: Added.
4027 * platform/mac/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt: Added.
4029 2008-10-24 David Kilzer <ddkilzer@apple.com>
4033 * geolocation/geolocation-not-implemented-expected.txt: Removed.
4034 * geolocation/geolocation-not-implemented.html: Removed.
4035 * geolocation/geolocation-test.js: Removed.
4037 2008-10-23 Greg Bolsinga <bolsinga@apple.com>
4039 Reviewed by Sam Weinig.
4041 https://bugs.webkit.org/show_bug.cgi?id=21475
4043 Provide support for the Geolocation API
4045 http://dev.w3.org/geo/api/spec-source.html
4047 Tests to verify Geolocation isn't implemented (so that it didn't leak into
4048 WebCore for platforms that do not support it).
4050 * geolocation: Added.
4051 * geolocation/geolocation-not-implemented-expected.txt: Added.
4052 * geolocation/geolocation-not-implemented.html: Added.
4053 * geolocation/geolocation-test.js: Added.
4056 (watchPositionAndEnd):
4057 (watchPosition._positionCallback):
4059 (watchPositionTestAndEnd):
4060 (watchPositionAndFail):
4061 (watchPositionAndTest._positionCallback):
4062 (watchPositionAndTest):
4063 (getCurrentPositionAndEnd):
4064 (getCurrentPosition._positionCallback):
4065 (getCurrentPosition):
4066 (getCurrentPositionTestAndEnd):
4067 (getCurrentPositionAndFail):
4068 (getCurrentPositionAndTest._positionCallback):
4069 (getCurrentPositionAndTest):
4073 2008-10-23 Kevin McCullough <kmccullough@apple.com>
4075 Rubber stamped by Mark Rowe.
4077 -Skipping the profiler tests until we know why they fail on tiger:
4078 <rdar://problem/6316530> Profiler tests fail on tiger
4080 * platform/mac-tiger/Skipped:
4082 2008-10-23 Kevin McCullough <kmccullough@apple.com>
4084 Forgot to remove the tests from the skipped lists, this should have been
4085 apart of the last checkin.
4087 * platform/gtk/Skipped:
4088 * platform/mac/Skipped:
4089 * platform/qt/Skipped:
4090 * platform/win/Skipped:
4092 2008-10-23 Kevin McCullough <kmccullough@apple.com>
4094 Reviewed by Tim Hatcher.
4096 https://bugs.webkit.org/show_bug.cgi?id=21817
4097 Bug 21817: Manual profiler tests should be made into layout tests
4099 - Added the expected results for the profiler tests and removed the
4100 tests from the skipped list.
4101 - Also removed two tests that were accidentally checked in previously.
4102 - Also changed the text on the tests to be more apparent how to run them
4105 * fast/profiler/anonymous-event-handler-expected.txt: Added.
4106 * fast/profiler/anonymous-event-handler.html:
4107 * fast/profiler/anonymous-function-called-from-different-contexts-expected.txt: Added.
4108 * fast/profiler/anonymous-function-called-from-different-contexts.html:
4109 * fast/profiler/anonymous-function-calls-built-in-functions-expected.txt: Added.
4110 * fast/profiler/anonymous-function-calls-built-in-functions.html:
4111 * fast/profiler/anonymous-function-calls-eval-expected.txt: Added.
4112 * fast/profiler/anonymous-function-calls-eval.html: