1 2008-12-10 Pierre-Olivier Latour <pol@apple.com>
3 Reviewed by Darin Adler.
5 Added a test to verify that the DRT API pauseAnimationAtTimeOnElementWithId() does work
6 with animations using multiple keyframes.
8 https://bugs.webkit.org/show_bug.cgi?id=22773
10 * animations/animation-drt-api-multiple-keyframes.html: Added.
11 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.checksum: Added.
12 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.png: Added.
13 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.txt: Added.
14 * platform/win/Skipped:
16 2008-12-10 Hironori Bono <hbono@chromium.org>
18 Reviewed by Alexey Proskuryakov.
20 Bug 21820: Unable to enter the Tamil UNICODE Characters via Thamizha Phonetic IME
21 https://bugs.webkit.org/show_bug.cgi?id=21820
23 <rdar://problem/5683248> Typing backspace to delete a diacritical mark also deletes the character before (Arabic)
24 <rdar://problem/5702038> Backspace removes Thai Character in wrong sequence
26 Added test for verifying if a backspace key deletes only the last character of a ligature which consists of
27 multiple Unicode characters.
28 Also added a test for verifying an undo operation works after deleting the last character of a ligature.
30 * editing/deleting/delete-ligature-001-expected.txt: Added.
31 * editing/deleting/delete-ligature-001.html: Added.
32 * editing/deleting/delete-ligature-002-expected.txt: Added.
33 * editing/deleting/delete-ligature-002.html: Added.
34 * editing/deleting/delete-ligature-003-expected.txt: Added.
35 * editing/deleting/delete-ligature-003.html: Added.
37 2008-12-10 Alexey Proskuryakov <ap@webkit.org>
39 Rubber-stamped by Maciej Stachowiak.
41 <rdar://problem/5959165> Crash in a number of iExploder tests in WebCore::CachedImage::notifyObservers
43 Add a test for a crash that is no longer reproducible.
45 * fast/css/mask-missing-image-crash-expected.txt: Added.
46 * fast/css/mask-missing-image-crash.html: Added.
48 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
50 Rubber-stamped by Dan Bernstein.
52 https://bugs.webkit.org/show_bug.cgi?id=19762
53 Crash in svg/webarchive/svg-cursor-subresources.svg
55 * svg/webarchive/svg-cursor-subresources.svg: Copied from LayoutTests/svg/webarchive/svg-cursor-subresources.svg-disabled.
56 * svg/webarchive/svg-cursor-subresources.svg-disabled: Removed.
59 2008-12-09 Geoffrey Garen <ggaren@apple.com>
61 Reviewed by Oliver Hunt.
63 Added a test for an assertion followed by a quantifier.
65 * fast/regex/quantified-assertions-expected.txt: Added.
66 * fast/regex/quantified-assertions.html: Added.
67 * fast/regex/resources/quantified-assertions.js: Copied from fast/regex/resources/alternative-length-miscalculation.js.
69 2008-12-09 Geoffrey Garen <ggaren@apple.com>
71 Reviewed by Cameron Zwarich.
73 Updated regular expression layout tests to be agnostic between WREC
74 and PCRE quirks. Also, updated results to match new, more web-compatible
75 regular expression parsing.
77 * fast/js/regexp-charclass-crash-expected.txt:
78 * fast/js/regexp-charclass-crash.html:
79 * fast/js/regexp-no-extensions-expected.txt:
80 * fast/js/resources/regexp-no-extensions.js:
81 * fast/regex/test1-expected.txt:
83 2008-12-09 David Levin <levin@chromium.org>
85 Reviewed by Eric Seidel.
87 https://bugs.webkit.org/show_bug.cgi?id=22512
89 Add a test to check for crashes when attaching an event to a document created by
90 'document.implementation.createDocument'.
92 * fast/events/create-document-crash-on-attach-event-expected.txt: Added.
93 * fast/events/create-document-crash-on-attach-event.html: Added.
94 * fast/events/resources/create-document-crash-on-attach-event.js: Added.
97 2008-12-09 David Levin <levin@chromium.org>
99 Reviewed by Eric Seidel.
101 Add a test to check the event order for context clicks on Windows.
103 https://bugs.webkit.org/show_bug.cgi?id=22505
105 * platform/win/fast/events/context-click-events-expected.txt: Added.
106 * platform/win/fast/events/context-click-events.html: Added.
107 * platform/win/fast/events/resources: Added.
108 * platform/win/fast/events/resources/TEMPLATE.html: Added.
109 * platform/win/fast/events/resources/context-click-events.js: Added.
114 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
116 Reviewed by Darin Adler.
118 https://bugs.webkit.org/show_bug.cgi?id=22719
119 Implement Navigator object in Workers
121 * fast/workers/worker-navigator-expected.txt: Added.
122 * fast/workers/worker-navigator.html: Added.
124 2008-12-09 Pamela Greene <pam@chromium.org>
126 Submitted without review.
127 Corrected results so the test passes.
129 * fast/events/special-key-events-in-input-text-expected.txt:
131 2008-12-09 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
133 Reviewed by Alexey Proskuryakov.
135 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22637
137 Add new tests covering the WMLGoElement's GET method.
138 Reactive disabled WML tests, as LayoutTests/wml/ is not run anymore if WebCore has been built without WML support.
140 * wml/go-task-get-method-external-deck-expected.txt: Added.
141 * wml/go-task-get-method-external-deck-with-href-expected.txt: Added.
142 * wml/go-task-get-method-external-deck-with-href.html: Added.
143 * wml/go-task-get-method-external-deck.html: Added.
144 * wml/go-task-get-method-same-deck-expected.txt: Added.
145 * wml/go-task-get-method-same-deck.html: Added.
146 * wml/resources/WMLTestCase.js:
147 (createWMLTestCase.iframeElement.onload):
149 (completeTest.script.onload):
151 * wml/resources/external-deck.wml: Added.
152 * wml/resources/go-task-get-method-external-deck-with-href.js: Added.
156 * wml/resources/go-task-get-method-external-deck.js: Added.
160 * wml/resources/go-task-get-method-same-deck.js: Added.
164 * wml/resources/test-document.wml: Added.
165 * wml/variable-reference-invalid-character.html: Copied from LayoutTests/wml/variable-reference-invalid-character.html-disabled.
166 * wml/variable-reference-invalid-character.html-disabled: Removed.
167 * wml/variable-reference-valid.html: Copied from LayoutTests/wml/variable-reference-valid.html-disabled.
168 * wml/variable-reference-valid.html-disabled: Removed.
170 2008-12-08 Dmitry Titov <dimich@chromium.org>
172 Reviewed by Darin Adler.
174 Test for https://bugs.webkit.org/show_bug.cgi?id=22710
175 Verifies that active timeout does not cause memory leak.
177 * fast/dom/Window/resources/long_timeout.html: Added.
178 * fast/dom/Window/timeout-released-on-close-expected.txt: Added.
179 * fast/dom/Window/timeout-released-on-close.html: Added.
181 2008-12-08 Geoffrey Garen <ggaren@apple.com>
183 Reviewed by Sam Weinig.
185 Fixed js-test-pre.js to print a meaningful, complete sentence when
186 exception tests fail.
188 * fast/js/const-expected.txt: Updated test for new results.
190 * fast/js/resources/js-test-pre.js:
193 2008-12-08 Pierre-Olivier Latour <pol@apple.com>
195 Reviewed by Dan Bernstein.
197 Increase timeout in video-paint-test.js so that <video> tests pass on the Tiger pixel bot which is slower
198 than the Leopard one.
200 https://bugs.webkit.org/show_bug.cgi?id=22742
202 * media/video-paint-test.js:
205 2008-12-08 Geoffrey Garen <ggaren@apple.com>
207 Reviewed by Sam Weinig.
209 Added a test for interesting uses of non-pattern-characters in regular
212 * fast/regex/non-pattern-characters-expected.txt: Added.
213 * fast/regex/non-pattern-characters.html: Added.
214 * fast/regex/resources/non-pattern-characters.js: Added.
216 2008-12-08 Darin Adler <darin@apple.com>
218 Reviewed by John Sullivan.
220 - tests for https://bugs.webkit.org/show_bug.cgi?id=22409
221 REGRESSION: cmd-shift-left/right don't switch tabs, instead select text
223 * editing/execCommand/enabling-and-selection-2-expected.txt: Added.
224 * editing/execCommand/enabling-and-selection-2.html: Added.
225 * editing/execCommand/enabling-and-selection-expected.txt: Added.
226 * editing/execCommand/enabling-and-selection.html: Added.
227 * editing/execCommand/resources: Added.
228 * editing/execCommand/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
229 * editing/execCommand/resources/enabling-and-selection-2.js: Added.
230 * editing/execCommand/resources/enabling-and-selection.js: Added.
232 * fast/canvas/canvas-setTransform.html: Let make-js-test-wrappers update this.
233 * fast/canvas/canvas-strokeRect.html: Ditto.
235 * platform/qt/Skipped: Added enabling-and-selection-2 to the skipped list.
236 * platform/win/Skipped: Ditto.
238 2008-12-08 Pamela Greene <pam@chromium.org>
240 Reviewed by Darin Adler.
242 https://bugs.webkit.org/show_bug.cgi?id=22739
243 Test the sequence of keyboard events generated for a keypress.
245 * fast/events/special-key-events-in-input-text-expected.txt: Added.
246 * fast/events/special-key-events-in-input-text.html: Added.
248 2008-12-08 Julien Chaffraix <jchaffraix@webkit.org>
250 Reviewed by Darin Adler.
252 Tests cases for bug 17897: Not Rendering Images Imported from XHTML Document
253 <rdar://problem/5827614>
255 - xmlhttprequest-image-not-loaded*: test that an image loaded by an XMLHttpRequest and inserted into a XHTML or SVG Document
256 is properly rendered.
258 - 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
259 (whether it does really change the url or not).
261 * http/tests/misc/image-blocked-src-change-expected.txt: Added.
262 * http/tests/misc/image-blocked-src-change.html: Added.
263 * http/tests/misc/image-blocked-src-no-change-expected.txt: Added.
264 * http/tests/misc/image-blocked-src-no-change.html: Added.
265 * http/tests/xmlhttprequest/resources/load-icon.svg: Added.
266 * http/tests/xmlhttprequest/resources/load-icon.xhtml: Added.
267 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-expected.txt: Added.
268 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg-expected.txt: Added.
269 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg.svg: Added.
270 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded.html: Added.
272 2008-12-08 Mark Rowe <mrowe@apple.com>
274 Rubber-stamped by Sam Weinig.
276 Disable the WML tests since no platforms build with WML enabled by default and the test failures are annoying.
278 * wml/variable-reference-invalid-character.html-disabled: Renamed from LayoutTests/wml/variable-reference-invalid-character.html.
279 * wml/variable-reference-valid.html-disabled: Renamed from LayoutTests/wml/variable-reference-valid.html.
281 2008-12-08 Aaron Boodman <aa@chromium.org>
283 Reviewed by Stephanie Lewis.
285 https://bugs.webkit.org/show_bug.cgi?id=22301
286 Make dispatchDidFinishLoading() always fire before didFinishLoadForFrame().
288 * fast/dom/Window/get-set-properties-expected.txt:
289 * fast/events/onunload-window-property-expected.txt:
290 * http/tests/loading/basic-expected.txt:
291 * http/tests/loading/empty-subframe-expected.txt:
292 * http/tests/loading/gmail-assert-on-load-expected.txt:
293 * http/tests/loading/location-hash-reload-cycle-expected.txt:
294 * http/tests/loading/onload-vs-immediate-refresh-expected.txt:
295 * http/tests/loading/slow-parsing-subframe-expected.txt:
296 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
297 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
298 * webarchive/loading/test-loading-archive-expected.txt:
300 2008-12-08 Oliver Hunt <oliver@apple.com>
302 Reviewed by Alexey Proskuryakov.
304 Bug 22398: r39059: Crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler
305 <rdar://problem/6426245> REGRESSION(r39059): Reproducible crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler (22398)
307 Add crash test for this regression -- simply clear the transition duration in the transitionEnd handler.
309 * transitions/transition-duration-cleared-in-transitionend-crash-expected.txt: Added.
310 * transitions/transition-duration-cleared-in-transitionend-crash.html: Added.
312 2008-12-07 Simon Fraser <simon.fraser@apple.com>
314 Reviewed by Dan Bernstein
316 https://bugs.webkit.org/show_bug.cgi?id=22594
318 Testcase for fetching inline style for -webkit-transform-origin
319 and -webkit-transition.
321 * fast/css/transform-inline-style-expected.txt: Added.
322 * fast/css/transform-inline-style.html: Added.
324 2008-12-07 Dirk Schulze <krit@webkit.org>
326 Reviewed by Oliver Hunt.
328 Tests strokeRect with patterns and gradients.
330 * fast/canvas/canvas-strokeRect-expected.txt: Added.
331 * fast/canvas/canvas-strokeRect.html: Added.
332 * fast/canvas/resources/canvas-strokeRect.js: Added.
334 2008-12-06 Dirk Schulze <krit@webkit.org>
336 Reviewed by Oliver Hunt.
338 Added tests for canvas's setTransform() and updated an existing one.
340 * fast/canvas/canvas-setTransform-expected.txt: Added.
341 * fast/canvas/canvas-setTransform.html: Added.
342 * fast/canvas/resources/canvas-setTransform.js: Added.
343 * fast/dom/Window/window-properties-expected.txt:
345 2008-12-06 Antti Koivisto <antti@apple.com>
347 Reusing property slots changed property ordering in this text.
349 * editing/pasteboard/5780697-2-expected.txt:
351 2008-12-06 Simon Fraser <simon.fraser@apple.com>
353 Reviewed by Antti Koivisto, Dan Bernstein
355 https://bugs.webkit.org/show_bug.cgi?id=22088
357 Testcase for repaint issue when transform changes
359 * fast/repaint/transform-repaint-descendants.html: Added.
360 * platform/mac/fast/repaint/transform-repaint-descendants-expected.checksum: Added.
361 * platform/mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
362 * platform/mac/fast/repaint/transform-repaint-descendants-expected.txt: Added.
364 2008-12-06 Simon Fraser <simon.fraser@apple.com>
366 Update expected image now that the caret renders in transformed
369 https://bugs.webkit.org/show_bug.cgi?id=15671
371 * platform/mac/fast/forms/search-transformed-expected.checksum:
372 * platform/mac/fast/forms/search-transformed-expected.png:
374 2008-12-06 Simon Fraser <simon.fraser@apple.com>
376 Reviewed by Dan Bernstein
378 https://bugs.webkit.org/show_bug.cgi?id=15739
380 Testcase for selection painting on a transformed, replaced element.
382 * fast/replaced/selection-rect-transform.html: Added.
383 * platform/mac/fast/replaced/selection-rect-transform-expected.checksum: Added.
384 * platform/mac/fast/replaced/selection-rect-transform-expected.png: Added.
385 * platform/mac/fast/replaced/selection-rect-transform-expected.txt: Added.
387 2008-12-06 Simon Fraser <simon.fraser@apple.com>
389 Reviewed by Dave Hyatt
391 https://bugs.webkit.org/show_bug.cgi?id=15671
393 * fast/transforms/transformed-caret.html: Added.
394 * platform/mac/fast/transforms/transformed-caret-expected.checksum: Added.
395 * platform/mac/fast/transforms/transformed-caret-expected.png: Added.
396 * platform/mac/fast/transforms/transformed-caret-expected.txt: Added.
398 New testcase for caret on transformed element.
400 * platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum:
401 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
403 Fix expected now that caret rendering works properly.
405 2008-12-05 Chris Marrin <cmarrin@apple.com>
407 Reviewed by Dave Hyatt.
409 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22635
411 * animations/animation-iteration-event-destroy-renderer-expected.txt: Added.
412 * animations/animation-iteration-event-destroy-renderer.html: Added.
413 * animations/animation-start-event-destroy-renderer-expected.txt: Added.
414 * animations/animation-start-event-destroy-renderer.html: Added.
416 2008-12-05 Pamela Greene <pam@chromium.org>
418 Reviewed by Darin Adler.
420 https://bugs.webkit.org/show_bug.cgi?id=22608
421 Add a test for line numbers of uncaught JS exceptions.
423 * fast/js/uncaught-exception-line-number-expected.txt: Added.
424 * fast/js/uncaught-exception-line-number.html: Added.
426 2008-12-05 Pamela Greene <pam@chromium.org>
428 Reviewed by Darin Adler.
430 https://bugs.webkit.org/show_bug.cgi?id=22604
431 Add test for onload handler named 'onload'.
433 * fast/events/onload-name-collision-expected.txt: Added.
434 * fast/events/onload-name-collision.html: Added.
436 2008-12-05 Pamela Greene <pam@chromium.org>
438 Reviewed by Darin Adler.
440 https://bugs.webkit.org/show_bug.cgi?id=22601
441 Add test to verify that calling functions on a Java applet from JS works.
443 * fast/dom/java-applet-calls-expected.txt: Added.
444 * fast/dom/java-applet-calls.html: Added.
445 * fast/dom/resources/TestApplet.class: Added.
446 * fast/dom/resources/TestApplet.java: Added.
447 (TestApplet): Source of test applet for use by layout test(s).
449 (TestApplet.setString):
450 (TestApplet.getString):
452 2008-12-05 Pamela Greene <pam@chromium.org>
454 Reviewed by Darin Adler.
456 https://bugs.webkit.org/show_bug.cgi?id=22592
457 Make sure the onload handler is only called once, even when there are
458 multiple <body> nodes in the document.
460 * fast/events/onload-fires-twice-expected.txt: Added.
461 * fast/events/onload-fires-twice.html: Added.
463 2008-12-05 Pamela Greene <pam@chromium.org>
465 Reviewed by Darin Adler.
467 https://bugs.webkit.org/show_bug.cgi?id=22575
468 Add a test for accessing NodeList items by name.
470 * fast/dom/NodeList/nodelist-item-with-name-expected.txt: Added.
471 * fast/dom/NodeList/nodelist-item-with-name.html: Added.
473 2008-12-05 Pamela Greene <pam@chromium.org>
475 Reviewed by Eric Seidel.
477 https://bugs.webkit.org/show_bug.cgi?id=22632
478 Add a test for DOM operations with incompatible receivers or arguments.
480 * fast/dom/incompatible-operations-expected.txt: Added.
481 * fast/dom/incompatible-operations.html: Added.
483 2008-12-05 Justin Garcia <justin.garcia@apple.com>
485 Updating these test results. On Tiger the fragment created from RTFD data
486 contained interchange newlines that we incorrectly handled before r38983.
488 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.checksum:
489 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.png:
490 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.txt:
492 2008-12-05 Geoffrey Garen <ggaren@apple.com>
494 Reviewed by Sam Weinig.
496 Added a test for a bug I discovered while working on
497 https://bugs.webkit.org/show_bug.cgi?id=22685.
499 * fast/regex/non-capturing-backtracking-expected.txt: Added.
500 * fast/regex/non-capturing-backtracking.html: Added.
501 * fast/regex/resources/non-capturing-backtracking.js: Added.
503 2008-12-05 Dean Jackson <dino@apple.com>
505 Reviewed by David Hyatt.
507 No longer need to add a fake listener on a document
508 node in order to get events passed up to Window.
509 https://bugs.webkit.org/show_bug.cgi?id=20572
511 * transitions/transition-end-event-window.html:
513 2008-12-05 Kevin McCullough <kmccullough@apple.com>
515 Reviewed by Tim Hatcher.
517 - Fix intermittent profiler test failures. The problem is that idle
518 time only shows up some times, probably dependent on if the system is
519 running a little slow or has a network hiccup. I've removed this.
520 - I've also added <rdar://problem/6422004> Profiler tests fail because
521 they sometimes don't have (idle) time. This is to investigate whether or
522 not idle time should be showing up at all when running these tests.
524 * fast/profiler/anonymous-event-handler-expected.txt:
525 * fast/profiler/anonymous-function-called-from-different-contexts-expected.txt:
526 * fast/profiler/anonymous-function-calls-built-in-functions-expected.txt:
527 * fast/profiler/anonymous-function-calls-eval-expected.txt:
528 * fast/profiler/apply-expected.txt:
529 * fast/profiler/built-in-function-calls-anonymous-expected.txt:
530 * fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
531 * fast/profiler/call-expected.txt:
532 * fast/profiler/call-nodelist-as-function-expected.txt:
533 * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope-expected.txt:
534 * fast/profiler/compare-multiple-profiles-expected.txt:
535 * fast/profiler/constructor-expected.txt:
536 * fast/profiler/dead-time-expected.txt:
537 * fast/profiler/document-dot-write-expected.txt:
538 * fast/profiler/event-handler-expected.txt:
539 * fast/profiler/execution-context-and-eval-on-same-line-expected.txt:
540 * fast/profiler/heavy-view-expected.txt:
541 * fast/profiler/inline-event-handler-expected.txt:
542 * fast/profiler/many-calls-in-the-same-scope-expected.txt:
543 * fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
544 * fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
545 * fast/profiler/multiple-frames-expected.txt:
546 * fast/profiler/nested-anonymous-functon-expected.txt:
547 * fast/profiler/nested-start-and-stop-profiler-expected.txt:
548 * fast/profiler/one-execution-context-expected.txt:
549 * fast/profiler/profile-calls-in-included-file-expected.txt:
550 * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt:
551 * fast/profiler/profiling-from-a-nested-location-expected.txt:
552 * fast/profiler/resources/profiler-test-JS-resources.js:
553 (printProfileNodeWithoutTime):
554 * fast/profiler/simple-event-call-expected.txt:
555 * fast/profiler/simple-no-level-change-expected.txt:
556 * fast/profiler/start-and-stop-profiler-multiple-times-expected.txt:
557 * fast/profiler/start-and-stop-profiling-in-the-same-function-expected.txt:
558 * fast/profiler/stop-profiling-after-setTimeout-expected.txt:
559 * fast/profiler/stop-then-function-call-expected.txt:
560 * fast/profiler/throw-exception-from-eval-expected.txt:
561 * fast/profiler/two-execution-contexts-expected.txt:
562 * fast/profiler/user-defined-function-calls-built-in-functions-expected.txt:
563 * fast/profiler/window-dot-eval-expected.txt:
565 2008-12-05 Alexey Proskuryakov <ap@webkit.org>
567 Reviewed by Darin Adler.
569 https://bugs.webkit.org/show_bug.cgi?id=22672
570 ASSERT(m_table) when xhr.onabort creates another xhr or calls setTimeout
572 * http/tests/xmlhttprequest/send-on-abort-expected.txt: Added.
573 * http/tests/xmlhttprequest/send-on-abort.html: Added.
575 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Removed.
576 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Removed.
577 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
578 * http/tests/xmlhttprequest/resources/slow-response.pl: Removed.
579 Stopping an XHR due to navigation no longer dispatches events.
581 2008-12-05 Jungshik Shin <jshin@chromium.org>
583 Reviewed by Alexey Proskuryakov.
585 https://bugs.webkit.org/show_bug.cgi?id=22472
587 Revises charset alias map for TextCodecICU.
588 - Uses windows-949 and windows-874 instead of windows-949-2000 and windows-874-2000
589 - Replaces 'windows874' in a couple of place with 'windows-874' (for the canonical name)
590 - Maps 'dos-874' to 'windows-874'. Currently, it's aliases to 'cp874', which is in turn
591 mapped to 'TIS-620'. 'TIS-620' is manually aliased to 'windows-874'. We'd better directly
592 alias 'dos-874' to 'windows-874'.
593 - Replaces 'EUC-CN' with 'GBK' when it's used as the canonical name.
594 Similar to the above case, we're getting rid of indirection that eventually leads to 'GBK' by
595 directly going to 'GBK'.
596 - Puts Mac encodings in a separate test 'char-decoding-mac.html'. Rename 'char-decoding-mac.html'
597 in platform/mac to 'xnextstep-decoding.html' to avoid the name collision in the result files.
598 - Adds a JS file for common functions used by char-decoding-*.html tests.
600 * fast/encoding/char-decoding-expected.txt:
601 * fast/encoding/char-decoding-mac-expected.txt: Added.
602 * fast/encoding/char-decoding-mac.html: Added.
603 * fast/encoding/char-decoding.html:
604 * fast/encoding/resources/char-decoding-utils.js
605 * platform/mac/fast/encoding/char-decoding-mac-expected.txt: Removed.
606 * platform/mac/fast/encoding/char-decoding-mac.html: Removed.
607 * platform/mac/fast/encoding/xnextstep-decoding-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac-expected.txt.
608 * platform/mac/fast/encoding/xnextstep-decoding.html: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac.html.
610 2008-12-03 Geoffrey Garen <ggaren@apple.com>
612 Reviewed by Oliver Hunt.
614 Added a test for another input length miscalculation.
616 * fast/regex/alternative-length-miscalculation-expected.txt:
617 * fast/regex/resources/alternative-length-miscalculation.js:
619 2008-12-03 Jungshik Shin <jshin@chromium.org>
621 Reviewed by Darin Adler.
623 Add missing test files (utf-16,32 files) and two php files
624 for bug 21635 and enabled utf-7 tests (bug 22492). The patch
625 for bug 21635 was landed in http://trac.webkit.org/changeset/38755,
626 but binary test files (utf-16/32) were omitted in the changeset.
628 https://bugs.webkit.org/show_bug.cgi?id=21635
629 https://bugs.webkit.org/show_bug.cgi?id=22492
631 * http/tests/misc/resources/check-query-param.php: Added.
632 * http/tests/misc/resources/echo-query-param.php: Added.
633 * http/tests/misc/submit-get-in-utf16be.html: Added.
634 * http/tests/misc/submit-get-in-utf16le.html: Added.
635 * http/tests/misc/submit-get-in-utf32be.html: Added.
636 * http/tests/misc/submit-get-in-utf32le.html: Added.
637 * http/tests/misc/submit-get-in-utf7.html: Copied from http/tests/misc/submit-get-in-utf7.html-disabled.
638 * http/tests/misc/submit-get-in-utf7.html-disabled: Removed.
639 * http/tests/misc/submit-post-in-utf16be.html: Added.
640 * http/tests/misc/submit-post-in-utf16le.html: Added.
641 * http/tests/misc/submit-post-in-utf32be.html: Added.
642 * http/tests/misc/submit-post-in-utf32le.html: Added.
643 * http/tests/misc/submit-post-in-utf7.html: Copied from http/tests/misc/submit-post-in-utf7.html-disabled.
644 * http/tests/misc/submit-post-in-utf7.html-disabled: Removed.
645 * http/tests/misc/url-in-utf16be.html: Added.
646 * http/tests/misc/url-in-utf16le.html: Added.
647 * http/tests/misc/url-in-utf32be.html: Added.
648 * http/tests/misc/url-in-utf32le.html: Added.
649 * http/tests/misc/url-in-utf7.html: Copied from http/tests/misc/url-in-utf7.html-disabled.
650 * http/tests/misc/url-in-utf7.html-disabled: Removed.
652 2008-12-03 Justin Garcia <justin.garcia@apple.com>
654 Reviewed by Beth Dakin.
656 <rdar://problem/6018653> Extra blank line when pasting paragraph in plain text
658 * editing/pasteboard/6018653-expected.txt: Added.
659 * editing/pasteboard/6018653.html: Added.
661 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
663 Reviewed by George Staikos.
665 Forgot to rerun make-js-test-wrappers, and update some fast/wml results.
667 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
668 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
669 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
670 * wml/resources/variable-reference-invalid-character.js:
671 * wml/resources/variable-reference-valid.js:
673 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
675 Reviewed by George Staikos.
677 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22636
679 Add a first set of scriptable WML layout tests.
680 Embed WML documents in an <iframe>, contained in a (X)HTML document, and script
681 the LayoutTestController through XHTML <script> elements. See WMLTestCase.js,
682 which is derived from SVGTestCase.js.
684 All wml/*.html files are generated using make-js-test-wrappers.
686 Add two tests covering variable substitution.
689 * wml/resources: Added.
690 * wml/resources/TEMPLATE.html: Added.
691 * wml/resources/WMLTestCase.js: Added.
693 (createWMLTestCase.iframeElement.onload):
697 (completeTest.script.onload):
699 * wml/resources/variable-reference-invalid-character.js: Added.
703 * wml/resources/variable-reference-valid.js: Added.
707 * wml/variable-reference-invalid-character-expected.txt: Added.
708 * wml/variable-reference-invalid-character.html: Added.
709 * wml/variable-reference-valid-expected.txt: Added.
710 * wml/variable-reference-valid.html: Added.
712 2008-12-03 Simon Fraser <simon.fraser@apple.com>
714 Reviewed by Dave Hyatt
716 Clean up and unify transition and animation test cases that destroy
717 the renderer in the 'ended' event callback, either through setting display:none,
718 or removing the element.
720 * animations/animation-end-event-destroy-renderer-expected.txt: Added.
721 * animations/animation-end-event-destroy-renderer.html: Added.
722 * animations/transform-animation-event-destroy-element-expected.txt: Removed.
723 * animations/transform-animation-event-destroy-element.html: Removed.
724 * transitions/transform-transition-event-destroy-element-expected.txt: Removed.
725 * transitions/transform-transition-event-destroy-element.html: Removed.
726 * transitions/transition-end-event-destroy-renderer-expected.txt: Added.
727 * transitions/transition-end-event-destroy-renderer.html: Added.
729 2008-12-03 Alexey Proskuryakov <ap@webkit.org>
731 Reviewed by Darin Adler.
733 https://bugs.webkit.org/show_bug.cgi?id=22630
734 Assertion failure in XMLHttpRequest::contextDestroyed
736 * http/tests/xmlhttprequest/close-window-expected.txt: Added.
737 * http/tests/xmlhttprequest/close-window.html: Added.
738 * http/tests/xmlhttprequest/resources/close-window-frame.html: Added.
740 2008-12-03 Dean Jackson <dino@apple.com>
742 Reviewed by Dan Bernstein.
744 Tests for CSS 3 <angle> turn unit
745 https://bugs.webkit.org/show_bug.cgi?id=22497
747 * transforms/2d/transform-2d-expected.txt:
748 * transforms/2d/transform-2d.html:
749 * transforms/transform-value-types-expected.txt:
750 * transforms/transform-value-types.html:
752 2008-12-03 Dean Jackson <dino@apple.com>
754 Reviewed by Dan Bernstein.
756 Clean up some tests for private DRT API.
757 https://bugs.webkit.org/show_bug.cgi?id=22498
759 * platform/win/Skipped:
760 * transitions/transition-drt-api-delay-expected.txt:
761 * transitions/transition-drt-api-delay.html:
762 * transitions/transition-shorthand-delay-expected.txt:
763 * transitions/transition-shorthand-delay.html:
765 2008-12-03 Dirk Schulze <krit@webkit.org>
767 Updated/Correcte the SVG pixel tests.
768 We pass two more SVG tests now.
770 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
771 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
772 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
773 * platform/mac/svg/batik/text/textEffect3-expected.png:
775 2008-12-03 Dmitry Titov <dimich@chromium.org>
777 Reviewed by Alexey Proskuryakov.
779 Add test for https://bugs.webkit.org/show_bug.cgi?id=22600,
780 verifying that timeout callback is executed in the right scope.
782 * fast/dom/Window/timeout-callback-scope-expected.txt: Added.
783 * fast/dom/Window/timeout-callback-scope.html: Added.
785 2008-12-02 Alexey Proskuryakov <ap@webkit.org>
787 Reviewed by Maciej Stachowiak.
789 https://bugs.webkit.org/show_bug.cgi?id=22543
790 Consolidate ActiveDOMObject page cache interaction
792 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Added.
793 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Added.
794 * http/tests/xmlhttprequest/resources/slow-response.pl: Added.
795 Check that XHR is aborted when navigating to a different page.
797 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
798 A readystatechange event is now fired when destroying a subframe that made a request.
799 This matches Firefox, although test output is somewhat different due to window.parent
800 being inaccessible from a detached frame there.
802 2008-11-28 Cameron Zwarich <zwarich@apple.com>
804 Reviewed by Geoff Garen.
806 Add tests for bug 22504: Crashes during code generation occur due to refing of ignoredResult()
807 <https://bugs.webkit.org/show_bug.cgi?id=22504>
809 * fast/js/ignored-result-ref-crash-expected.txt: Added.
810 * fast/js/ignored-result-ref-crash.html: Added.
811 * fast/js/resources/ignored-result-ref-crash.js: Added.
813 2008-12-02 Geoffrey Garen <ggaren@apple.com>
815 Reviewed by Cameron Zwarich.
817 Test for https://bugs.webkit.org/show_bug.cgi?id=22537
818 REGRESSION (r38745): Assertion failure in jsSubstring() at ge.com
820 * fast/regex/alternative-length-miscalculation-expected.txt: Added.
821 * fast/regex/alternative-length-miscalculation.html: Added.
823 2008-12-02 Simon Fraser <simon.fraser@apple.com>
825 Reviewed by Dave Hyatt
827 https://bugs.webkit.org/show_bug.cgi?id=22472
829 Test for repainting a selected, replaced element.
831 * fast/repaint/selected-replaced.html: Added.
832 * platform/mac/fast/repaint/selected-replaced-expected.checksum: Added.
833 * platform/mac/fast/repaint/selected-replaced-expected.png: Added.
834 * platform/mac/fast/repaint/selected-replaced-expected.txt: Added.
836 2008-12-02 Chris Fleizach <cfleizach@apple.com>
838 Reviewed by Beth Dakin.
840 Added and modified tests for
841 Bug 22606: Can <th> serves as the AXTitleUIElement for <td>?
843 * accessibility/image-map1-expected.txt:
844 * accessibility/image-map2-expected.txt:
845 * accessibility/internal-link-anchors2-expected.txt:
846 * accessibility/lists-expected.txt:
847 * accessibility/plugin-expected.txt:
848 * accessibility/table-detection-expected.txt:
849 * accessibility/table-one-cell-expected.txt:
850 * accessibility/table-with-aria-role-expected.txt:
851 * accessibility/table-with-rules-expected.txt:
852 * accessibility/th-as-title-ui-expected.txt: Added.
853 * accessibility/th-as-title-ui.html: Added.
855 2008-12-02 Chris Fleizach <cfleizach@apple.com>
857 Update tests for Bug 22596: Some elements don't report AXBlockQuoteLevel
859 Reviewed by John Sullivan.
861 * accessibility/document-links-expected.txt:
862 * accessibility/image-map1-expected.txt:
863 * accessibility/image-map2-expected.txt:
865 2008-12-02 Dimitri Glazkov <dglazkov@chromium.org>
867 Reviewed by Eric Seidel.
869 Add Layout test for https://bugs.webkit.org/show_bug.cgi?id=22460,
870 testing ASSERT in console.trace() due to incomplete inheritance chain.
872 * fast/dom/Window/console-trace-expected.txt: Added.
873 * fast/dom/Window/console-trace.html: Added.
875 2008-12-02 Michael Moss <mmoss@chromium.org>
877 Reviewed by Eric Seidel.
879 Enable http/tests/navigation/reload-subframe-*frame.html on Windows.
880 https://bugs.webkit.org/show_bug.cgi?id=20926
882 * platform/win/Skipped:
884 2008-12-01 Beth Dakin <bdakin@apple.com>
886 Reviewed by Dan Bernstein.
888 Tests for https://bugs.webkit.org/show_bug.cgi?id=13736 REGRESSION
889 (r19811): Using the down arrow in a textarea gets "stuck" at the
890 end of a wrapped line
891 And corresponding: <rdar://problem/5347931>
893 * editing/selection/wrapped-line-caret-1.html: Added.
894 * editing/selection/wrapped-line-caret-2.html: Added.
895 * platform/mac/editing/selection/wrapped-line-caret-1-
896 expected.checksum: Added.
897 * platform/mac/editing/selection/wrapped-line-caret-1-expected.png:
899 * platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
901 * platform/mac/editing/selection/wrapped-line-caret-2-
902 expected.checksum: Added.
903 * platform/mac/editing/selection/wrapped-line-caret-2-expected.png:
905 * platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
908 2008-12-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
910 Not reviewed. Forgot to include updated layout tests in last commit.
912 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
913 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
914 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
916 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
918 Reviewed by Mark Rowe.
920 Updated the reference images for the <video> layout tests as the ones checked-in previously
921 do not pass on the pixel bots.
923 https://bugs.webkit.org/show_bug.cgi?id=21911
925 * platform/mac/media/video-aspect-ratio-expected.checksum:
926 * platform/mac/media/video-aspect-ratio-expected.png:
927 * platform/mac/media/video-controls-rendering-expected.checksum:
928 * platform/mac/media/video-controls-rendering-expected.png:
929 * platform/mac/media/video-display-toggle-expected.checksum:
930 * platform/mac/media/video-display-toggle-expected.png:
931 * platform/mac/media/video-layer-crash-expected.checksum:
932 * platform/mac/media/video-layer-crash-expected.png:
933 * platform/mac/media/video-transformed-expected.checksum:
934 * platform/mac/media/video-transformed-expected.png:
936 2008-12-01 David Kilzer <ddkilzer@apple.com>
938 Bug 22466: REGRESSION (35867): Many resources missing when saving webarchive of webkit.org
940 <https://bugs.webkit.org/show_bug.cgi?id=22466>
941 <rdar://problem/6403593>
943 Reviewed by Brady Eidson.
945 * http/tests/webarchive/resources/test-preload-resources.css: Added.
946 * http/tests/webarchive/test-preload-resources-expected.webarchive: Added.
947 * http/tests/webarchive/test-preload-resources.html: Added.
948 * platform/qt/Skipped: Added http/tests/webarchive and grouped the
949 skipped list of other webarchive tests together.
950 * platform/win/Skipped: Added http/tests/webarchive.
952 2008-12-01 Pamela Greene <pam@chromium.org>
954 Reviewed by Darin Adler.
956 https://bugs.webkit.org/show_bug.cgi?id=22464
957 Add a test for a potential crash when performing a same-origin
958 check on a subframe reloaded with about:blank.
960 * fast/js/same-origin-subframe-about-blank-expected.txt: Added.
961 * fast/js/same-origin-subframe-about-blank.html: Added.
963 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
965 Reviewed by Dan Bernstein.
967 Fixed <video> layout tests so that DRT is notified they are done only when the video frames
968 are effectively rendered in the page. This requires using a timeout since there is no <video>
969 event that fires when the first frame has been drawn (the closest even fires when the element
970 is ready to render and will eventually draw at some unknown point in the future).
971 Thanks to this change, these tests now pass in --pixel mode as well.
973 https://bugs.webkit.org/show_bug.cgi?id=21911
975 * media/video-aspect-ratio.html:
976 * media/video-controls-rendering.html:
977 * media/video-display-toggle.html:
978 * media/video-layer-crash.html:
979 * media/video-paint-test.js:
981 * media/video-transformed.html:
982 * platform/mac/media/video-aspect-ratio-expected.checksum:
983 * platform/mac/media/video-aspect-ratio-expected.png:
984 * platform/mac/media/video-controls-rendering-expected.checksum:
985 * platform/mac/media/video-controls-rendering-expected.png:
986 * platform/mac/media/video-display-toggle-expected.checksum:
987 * platform/mac/media/video-display-toggle-expected.png:
988 * platform/mac/media/video-layer-crash-expected.checksum:
989 * platform/mac/media/video-layer-crash-expected.png:
990 * platform/mac/media/video-transformed-expected.checksum:
991 * platform/mac/media/video-transformed-expected.png:
993 2008-12-01 Pamela Greene <pam@chromium.org>
995 Reviewed by Darin Adler.
997 https://bugs.webkit.org/show_bug.cgi?id=22463
998 Add a test for accessing navigator.cookieEnabled after navigation.
1000 * fast/dom/navigator-cookieEnabled-no-crash-expected.txt: Added.
1001 * fast/dom/navigator-cookieEnabled-no-crash.html: Added.
1002 * fast/dom/resources/test-successful-destination.html: Added.
1004 2008-12-01 Pamela Greene <pam@chromium.org>
1006 Reviewed by Sam Weinig.
1008 https://bugs.webkit.org/show_bug.cgi?id=22365
1009 Add a test to verify behavior of DOM node constructors.
1011 * fast/dom/dom-constructors-expected.txt: Added.
1012 * fast/dom/dom-constructors.html: Added.
1014 2008-12-01 Pamela Greene <pam@chromium.org>
1016 Reviewed by Darin Adler.
1018 https://bugs.webkit.org/show_bug.cgi?id=22358
1019 Add a test for crash on "Copy" after showing a tooltip.
1021 * editing/pasteboard/copy-crash-expected.txt: Added.
1022 * editing/pasteboard/copy-crash.html: Added.
1024 2008-12-01 Alexey Proskuryakov <ap@webkit.org>
1026 Rubber-stamped by Mark Rowe.
1028 https://bugs.webkit.org/show_bug.cgi?id=22531
1029 Stack overflow on PowerPC on fast/workers/use-machine-stack.html
1031 Disabling the test until the problem can be investigated.
1033 * fast/workers/use-machine-stack.html: Removed.
1034 * fast/workers/use-machine-stack.html-disabled: Copied from fast/workers/use-machine-stack.html.
1036 2008-11-28 Sam Weinig <sam@webkit.org>
1038 Reviewed by Alexey Proskuryakov.
1040 Test for https://bugs.webkit.org/show_bug.cgi?id=21063
1041 NULL pointer crash in dispatchEvent(null);
1043 * fast/events/dispatchEvent-crash-expected.txt: Added.
1044 * fast/events/dispatchEvent-crash.html: Added.
1046 2008-11-29 Dan Bernstein <mitz@apple.com>
1048 Reviewed by Alexey Proskuryakov.
1050 - test for https://bugs.webkit.org/show_bug.cgi?id=22454
1051 <rdar://problem/6405550> REGRESSION (3.2-TOT): Crash below FontFallbackList::fontDataAt on jacobian.org
1053 * http/tests/misc/font-face-in-multiple-segmented-faces-expected.txt: Added.
1054 * http/tests/misc/font-face-in-multiple-segmented-faces.html: Added.
1056 2008-11-29 Alexey Proskuryakov <ap@webkit.org>
1058 Reviewed by Eric Seidel.
1060 https://bugs.webkit.org/show_bug.cgi?id=14968
1061 document.open() erroneously returns void instead of the new Document
1063 * fast/dom/HTMLDocument/document-open-return-value-expected.txt: Added.
1064 * fast/dom/HTMLDocument/document-open-return-value.html: Added.
1066 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1068 Reviewed by Cameron Zwarich.
1070 Update WML layout test results after adding <timer> element support.
1072 * platform/mac/fast/wml/err-multi-timer-expected.checksum:
1073 * platform/mac/fast/wml/err-multi-timer-expected.png:
1074 * platform/mac/fast/wml/err-multi-timer-expected.txt:
1076 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1078 Reviewed by Holger Freyther.
1080 Update WML layout test results after adding <do> element support.
1082 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
1083 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
1084 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
1085 * platform/mac/fast/wml/do-shadow-expected.txt:
1086 * platform/mac/fast/wml/do-template-expected.txt:
1087 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
1088 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
1089 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
1090 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
1091 * platform/mac/fast/wml/err-samename-do-expected.checksum:
1092 * platform/mac/fast/wml/err-samename-do-expected.png:
1093 * platform/mac/fast/wml/err-samename-do-expected.txt:
1095 2008-11-26 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1097 Reviewed by George Staikos.
1099 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22522
1101 Catch WML errors (invalid variable name/reference, multiple access elements, etc)
1102 while parsing the document, and stop parsing immediately and wrap the document
1103 fragment in a XHTML error document, just like it's done from XML parsing errors.
1105 Update affected layout tests (all fixed).
1107 * platform/mac/fast/wml/do-shadow-expected.txt:
1108 * platform/mac/fast/wml/do-template-expected.txt:
1109 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum:
1110 * platform/mac/fast/wml/err-event-binding-conflict-expected.png:
1111 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt:
1112 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum:
1113 * platform/mac/fast/wml/err-invalid-variable-name-expected.png:
1114 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
1115 * platform/mac/fast/wml/err-multi-access-expected.checksum:
1116 * platform/mac/fast/wml/err-multi-access-expected.png:
1117 * platform/mac/fast/wml/err-multi-access-expected.txt:
1118 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum:
1119 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png:
1120 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
1122 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
1124 Not reviewed. Forgot to include this layout test update in the last commit.
1126 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1128 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
1130 Rubber stamped by Mark Rowe.
1132 Fix nine failing tests on the build bot. Update mac-tiger results.
1134 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1135 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1136 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1137 * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1138 * platform/mac-tiger/svg/hixie/perf/001-expected.txt:
1139 * platform/mac-tiger/svg/hixie/perf/002-expected.txt:
1140 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
1141 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
1142 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
1144 2008-11-10 Glenn Wilson <gwilson@chromium.org>
1146 Reviewed by Dan Bernstein.
1148 Fixed bug http://bugs.webkit.org/show_bug.cgi?id=21953
1150 Added layout tests to verify that characters not defined in the default font with the small-caps variant
1153 * fast/css/small-caps-crash-expected.txt: Added.
1154 * fast/css/small-caps-crash.html: Added.
1156 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
1158 Reviewed by Oliver Hunt.
1160 Update layout tests, after fixing the path to string logic.
1162 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
1163 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
1164 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
1165 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
1166 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1167 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1168 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
1169 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
1170 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
1171 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
1172 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
1173 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
1174 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
1175 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
1176 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
1177 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
1178 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
1179 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
1180 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
1181 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
1182 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
1183 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
1184 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
1185 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
1186 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
1187 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
1188 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
1189 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
1190 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
1191 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
1192 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
1193 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
1194 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
1195 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
1196 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
1197 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
1198 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
1199 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
1200 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
1201 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
1202 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
1203 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
1204 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
1205 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
1206 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
1207 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
1208 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
1209 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
1210 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
1211 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
1212 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
1213 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
1214 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
1215 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
1216 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
1217 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
1218 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
1219 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
1220 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
1221 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
1222 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
1223 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
1224 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
1225 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
1226 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
1227 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
1228 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
1229 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
1230 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
1231 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
1232 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
1233 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
1234 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
1235 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
1236 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
1237 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
1238 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
1239 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
1240 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1241 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1242 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1243 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1244 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1245 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1246 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1247 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1248 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1249 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
1250 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1251 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1252 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1253 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1254 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1255 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1256 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1257 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1258 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
1259 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
1260 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
1261 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
1262 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
1263 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
1264 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
1265 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
1266 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
1267 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
1268 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
1269 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
1270 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
1271 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
1272 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
1273 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
1274 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
1275 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
1276 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
1277 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
1278 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
1279 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
1280 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
1281 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
1282 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
1283 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
1284 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
1285 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
1286 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
1287 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
1288 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
1289 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
1290 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
1291 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1292 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
1293 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1294 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
1295 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
1296 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
1297 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
1298 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
1299 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
1300 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1301 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
1302 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
1303 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
1304 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
1305 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
1306 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
1307 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
1308 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1309 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
1310 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
1311 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
1312 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
1313 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
1314 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
1315 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
1316 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
1317 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
1318 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
1319 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
1320 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
1321 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
1322 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
1323 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
1324 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
1325 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
1326 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
1327 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
1328 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
1329 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
1330 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
1331 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
1332 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
1333 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
1334 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
1335 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
1336 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
1337 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
1338 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
1339 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
1340 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
1341 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
1342 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
1343 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
1344 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
1345 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
1346 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
1347 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
1348 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
1349 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
1350 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
1351 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
1352 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
1353 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
1354 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
1355 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
1356 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
1357 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
1358 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
1359 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
1360 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
1361 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
1362 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
1363 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
1364 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
1365 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
1366 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
1367 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
1368 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
1369 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
1370 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
1371 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
1372 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
1373 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1374 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
1375 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
1376 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
1377 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
1378 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
1379 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
1380 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
1381 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
1382 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
1383 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
1384 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
1385 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
1386 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
1387 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
1388 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
1389 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
1390 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
1391 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
1392 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
1393 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
1394 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
1395 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
1396 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
1397 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
1398 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
1399 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
1400 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
1401 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
1402 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
1403 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
1404 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
1405 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
1406 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
1407 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1408 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
1409 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
1410 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
1411 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
1412 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
1413 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
1414 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
1415 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1416 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
1417 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
1418 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
1419 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
1420 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
1421 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
1422 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
1423 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
1424 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
1425 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
1426 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1427 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
1428 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
1429 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
1430 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
1431 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
1432 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
1433 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
1434 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
1435 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
1436 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
1437 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
1438 * platform/mac/svg/batik/text/textAnchor-expected.txt:
1439 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
1440 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
1441 * platform/mac/svg/batik/text/textEffect2-expected.txt:
1442 * platform/mac/svg/batik/text/textFeatures-expected.txt:
1443 * platform/mac/svg/batik/text/textLength-expected.txt:
1444 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
1445 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
1446 * platform/mac/svg/batik/text/textProperties-expected.txt:
1447 * platform/mac/svg/batik/text/textProperties2-expected.txt:
1448 * platform/mac/svg/batik/text/verticalText-expected.txt:
1449 * platform/mac/svg/carto.net/button-expected.txt:
1450 * platform/mac/svg/carto.net/colourpicker-expected.txt:
1451 * platform/mac/svg/carto.net/combobox-expected.txt:
1452 * platform/mac/svg/carto.net/scrollbar-expected.txt:
1453 * platform/mac/svg/carto.net/selectionlist-expected.txt:
1454 * platform/mac/svg/carto.net/slider-expected.txt:
1455 * platform/mac/svg/carto.net/textbox-expected.txt:
1456 * platform/mac/svg/carto.net/window-expected.txt:
1457 * platform/mac/svg/css/css-box-min-width-expected.txt:
1458 * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
1459 * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
1460 * platform/mac/svg/custom/SVGRect-interface-expected.txt:
1461 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
1462 * platform/mac/svg/custom/altglyph-expected.txt:
1463 * platform/mac/svg/custom/attribute-namespace-check-expected.txt:
1464 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
1465 * platform/mac/svg/custom/class-baseValue-expected.txt:
1466 * platform/mac/svg/custom/class-selector-expected.txt:
1467 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
1468 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
1469 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
1470 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
1471 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
1472 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
1473 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
1474 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
1475 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
1476 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
1477 * platform/mac/svg/custom/create-metadata-element-expected.txt:
1478 * platform/mac/svg/custom/createelement-expected.txt:
1479 * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
1480 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
1481 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
1482 * platform/mac/svg/custom/display-none-expected.txt:
1483 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
1484 * platform/mac/svg/custom/dynamic-viewBox-expected.txt:
1485 * platform/mac/svg/custom/empty-clip-path-expected.txt:
1486 * platform/mac/svg/custom/empty-merge-expected.txt:
1487 * platform/mac/svg/custom/evt-onload-expected.txt:
1488 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
1489 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
1490 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
1491 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
1492 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
1493 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
1494 * platform/mac/svg/custom/fill-fallback-expected.txt:
1495 * platform/mac/svg/custom/fill-update-expected.txt:
1496 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
1497 * platform/mac/svg/custom/focus-ring-expected.txt:
1498 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
1499 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
1500 * platform/mac/svg/custom/fractional-rects-expected.txt:
1501 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
1502 * platform/mac/svg/custom/getTransformToElement-expected.txt:
1503 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
1504 * platform/mac/svg/custom/getsvgdocument-expected.txt:
1505 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
1506 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
1507 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
1508 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
1509 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
1510 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
1511 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
1512 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
1513 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
1514 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
1515 * platform/mac/svg/custom/group-opacity-expected.txt:
1516 * platform/mac/svg/custom/hit-test-with-br-expected.txt:
1517 * platform/mac/svg/custom/hover-default-fill-expected.txt:
1518 * platform/mac/svg/custom/image-parent-translation-expected.txt:
1519 * platform/mac/svg/custom/image-small-width-height-expected.txt:
1520 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
1521 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
1522 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
1523 * platform/mac/svg/custom/inner-percent-expected.txt:
1524 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
1525 * platform/mac/svg/custom/invalid-css-expected.txt:
1526 * platform/mac/svg/custom/invalid-fill-expected.txt:
1527 * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
1528 * platform/mac/svg/custom/invalid-lengthlist-expected.txt:
1529 * platform/mac/svg/custom/invalid-transforms-expected.txt:
1530 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
1531 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
1532 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
1533 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
1534 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
1535 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
1536 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
1537 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
1538 * platform/mac/svg/custom/js-update-bounce-expected.txt:
1539 * platform/mac/svg/custom/js-update-container-expected.txt:
1540 * platform/mac/svg/custom/js-update-container2-expected.txt:
1541 * platform/mac/svg/custom/js-update-gradient-expected.txt:
1542 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
1543 * platform/mac/svg/custom/js-update-pattern-expected.txt:
1544 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
1545 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
1546 * platform/mac/svg/custom/js-update-stop-expected.txt:
1547 * platform/mac/svg/custom/js-update-style-expected.txt:
1548 * platform/mac/svg/custom/js-update-transform-addition-expected.txt:
1549 * platform/mac/svg/custom/js-update-transform-changes-expected.txt:
1550 * platform/mac/svg/custom/junk-data-expected.txt:
1551 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
1552 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
1553 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
1554 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
1555 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
1556 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
1557 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
1558 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
1559 * platform/mac/svg/custom/marker-changes-expected.txt:
1560 * platform/mac/svg/custom/marker-child-changes-expected.txt:
1561 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
1562 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
1563 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
1564 * platform/mac/svg/custom/mask-changes-expected.txt:
1565 * platform/mac/svg/custom/mask-child-changes-expected.txt:
1566 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
1567 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
1568 * platform/mac/svg/custom/missing-xlink-expected.txt:
1569 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
1570 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
1571 * platform/mac/svg/custom/path-update-expected.txt:
1572 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
1573 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
1574 * platform/mac/svg/custom/pattern-in-defs-expected.txt:
1575 * platform/mac/svg/custom/pattern-rotate-expected.txt:
1576 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
1577 * platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
1578 * platform/mac/svg/custom/percentage-rect-expected.txt:
1579 * platform/mac/svg/custom/percentage-rect2-expected.txt:
1580 * platform/mac/svg/custom/pointer-events-path-expected.txt:
1581 * platform/mac/svg/custom/poly-identify-expected.txt:
1582 * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
1583 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
1584 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
1585 * platform/mac/svg/custom/prevent-default-expected.txt:
1586 * platform/mac/svg/custom/recursive-clippath-expected.txt:
1587 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
1588 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
1589 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
1590 * platform/mac/svg/custom/rootelement-expected.txt:
1591 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
1592 * platform/mac/svg/custom/rounded-rects-expected.txt:
1593 * platform/mac/svg/custom/scroll-hit-test-expected.txt:
1594 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
1595 * platform/mac/svg/custom/second-inline-text-expected.txt:
1596 * platform/mac/svg/custom/shape-rendering-expected.txt:
1597 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
1598 * platform/mac/svg/custom/sheet-title-expected.txt:
1599 * platform/mac/svg/custom/simpleCDF-expected.txt:
1600 * platform/mac/svg/custom/stroke-fallback-expected.txt:
1601 * platform/mac/svg/custom/stroked-pattern-expected.txt:
1602 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
1603 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
1604 * platform/mac/svg/custom/svg-absolute-children-expected.txt:
1605 * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
1606 * platform/mac/svg/custom/svg-overflow-types-expected.txt:
1607 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
1608 * platform/mac/svg/custom/text-clip-expected.txt:
1609 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
1610 * platform/mac/svg/custom/text-gradient-no-content-expected.txt:
1611 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
1612 * platform/mac/svg/custom/transform-invalid-expected.txt:
1613 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
1614 * platform/mac/svg/custom/transform-scale-parse-expected.txt:
1615 * platform/mac/svg/custom/transform-with-ending-space-expected.txt:
1616 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
1617 * platform/mac/svg/custom/use-css-events-expected.txt:
1618 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
1619 * platform/mac/svg/custom/use-detach-expected.txt:
1620 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
1621 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
1622 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
1623 * platform/mac/svg/custom/use-events-crash-expected.txt:
1624 * platform/mac/svg/custom/use-forward-refs-expected.txt:
1625 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
1626 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
1627 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
1628 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
1629 * platform/mac/svg/custom/use-nested-transform-expected.txt:
1630 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
1631 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
1632 * platform/mac/svg/custom/use-on-g-expected.txt:
1633 * platform/mac/svg/custom/use-on-rect-expected.txt:
1634 * platform/mac/svg/custom/use-on-symbol-expected.txt:
1635 * platform/mac/svg/custom/use-on-use-expected.txt:
1636 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
1637 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
1638 * platform/mac/svg/custom/use-recursion-1-expected.txt:
1639 * platform/mac/svg/custom/use-recursion-3-expected.txt:
1640 * platform/mac/svg/custom/use-recursion-4-expected.txt:
1641 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
1642 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
1643 * platform/mac/svg/custom/use-transform-expected.txt:
1644 * platform/mac/svg/custom/viewBox-hit-expected.txt:
1645 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
1646 * platform/mac/svg/custom/viewport-clip-expected.txt:
1647 * platform/mac/svg/custom/viewport-em-expected.txt:
1648 * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
1649 * platform/mac/svg/custom/viewport-update-expected.txt:
1650 * platform/mac/svg/custom/viewport-update2-expected.txt:
1651 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
1652 * platform/mac/svg/custom/visibility-override-expected.txt:
1653 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
1654 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
1655 * platform/mac/svg/custom/width-full-percentage-expected.txt:
1656 * platform/mac/svg/custom/xml-stylesheet-expected.txt:
1657 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
1658 * platform/mac/svg/hixie/cascade/002-expected.txt:
1659 * platform/mac/svg/hixie/data-types/001-expected.txt:
1660 * platform/mac/svg/hixie/data-types/002-expected.txt:
1661 * platform/mac/svg/hixie/dynamic/003-expected.txt:
1662 * platform/mac/svg/hixie/dynamic/004-expected.txt:
1663 * platform/mac/svg/hixie/dynamic/005-expected.txt:
1664 * platform/mac/svg/hixie/dynamic/006-expected.txt:
1665 * platform/mac/svg/hixie/error/001-expected.txt:
1666 * platform/mac/svg/hixie/error/003-expected.txt:
1667 * platform/mac/svg/hixie/error/007-expected.txt:
1668 * platform/mac/svg/hixie/error/008-expected.txt:
1669 * platform/mac/svg/hixie/error/009-expected.txt:
1670 * platform/mac/svg/hixie/error/010-expected.txt:
1671 * platform/mac/svg/hixie/error/011-expected.txt:
1672 * platform/mac/svg/hixie/error/012-expected.txt:
1673 * platform/mac/svg/hixie/error/014-expected.txt:
1674 * platform/mac/svg/hixie/error/014-test-expected.txt:
1675 * platform/mac/svg/hixie/error/015-expected.txt:
1676 * platform/mac/svg/hixie/error/016-expected.txt:
1677 * platform/mac/svg/hixie/error/017-expected.txt:
1678 * platform/mac/svg/hixie/links/001-expected.txt:
1679 * platform/mac/svg/hixie/links/003-broken-expected.txt:
1680 * platform/mac/svg/hixie/mixed/003-expected.txt:
1681 * platform/mac/svg/hixie/mixed/004-expected.txt:
1682 * platform/mac/svg/hixie/mixed/005-expected.txt:
1683 * platform/mac/svg/hixie/mixed/006-expected.txt:
1684 * platform/mac/svg/hixie/mixed/008-expected.txt:
1685 * platform/mac/svg/hixie/mixed/009-expected.txt:
1686 * platform/mac/svg/hixie/mixed/010-expected.txt:
1687 * platform/mac/svg/hixie/mixed/011-expected.txt:
1688 * platform/mac/svg/hixie/painting/001-expected.txt:
1689 * platform/mac/svg/hixie/perf/001-expected.txt:
1690 * platform/mac/svg/hixie/perf/002-expected.txt:
1691 * platform/mac/svg/hixie/perf/003-expected.txt:
1692 * platform/mac/svg/hixie/perf/004-expected.txt:
1693 * platform/mac/svg/hixie/perf/005-expected.txt:
1694 * platform/mac/svg/hixie/perf/006-expected.txt:
1695 * platform/mac/svg/hixie/perf/007-expected.txt:
1696 * platform/mac/svg/hixie/processing-model/005-expected.txt:
1697 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
1698 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
1699 * platform/mac/svg/hixie/rendering-model/003-expected.txt:
1700 * platform/mac/svg/hixie/rendering-model/003a-expected.txt:
1701 * platform/mac/svg/hixie/rendering-model/004-expected.txt:
1702 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
1703 * platform/mac/svg/hixie/text/001-broken-expected.txt:
1704 * platform/mac/svg/hixie/transform/001-expected.txt:
1705 * platform/mac/svg/hixie/use/001-expected.txt:
1706 * platform/mac/svg/hixie/use/002-expected.txt:
1707 * platform/mac/svg/hixie/use/002-test-expected.txt:
1708 * platform/mac/svg/hixie/viewbox/001-expected.txt:
1709 * platform/mac/svg/hixie/viewbox/002-expected.txt:
1710 * platform/mac/svg/hixie/viewbox/003-expected.txt:
1711 * platform/mac/svg/hixie/viewbox/004-expected.txt:
1712 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
1713 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
1714 * platform/mac/svg/text/kerning-expected.txt:
1715 * platform/mac/svg/text/multichar-glyph-expected.txt:
1716 * platform/mac/svg/text/text-align-01-b-expected.txt:
1717 * platform/mac/svg/text/text-align-02-b-expected.txt:
1718 * platform/mac/svg/text/text-align-03-b-expected.txt:
1719 * platform/mac/svg/text/text-align-04-b-expected.txt:
1720 * platform/mac/svg/text/text-align-05-b-expected.txt:
1721 * platform/mac/svg/text/text-align-06-b-expected.txt:
1722 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
1723 * platform/mac/svg/text/text-deco-01-b-expected.txt:
1724 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
1725 * platform/mac/svg/text/text-fonts-02-t-expected.txt:
1726 * platform/mac/svg/text/text-intro-05-t-expected.txt:
1727 * platform/mac/svg/text/text-path-01-b-expected.txt:
1728 * platform/mac/svg/text/text-spacing-01-b-expected.txt:
1729 * platform/mac/svg/text/text-text-01-b-expected.txt:
1730 * platform/mac/svg/text/text-text-03-b-expected.txt:
1731 * platform/mac/svg/text/text-text-04-t-expected.txt:
1732 * platform/mac/svg/text/text-text-05-t-expected.txt:
1733 * platform/mac/svg/text/text-text-06-t-expected.txt:
1734 * platform/mac/svg/text/text-text-07-t-expected.txt:
1735 * platform/mac/svg/text/text-text-08-b-expected.txt:
1736 * platform/mac/svg/text/text-tref-01-b-expected.txt:
1737 * platform/mac/svg/text/text-tselect-01-b-expected.txt:
1738 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
1739 * platform/mac/svg/text/text-tspan-01-b-expected.txt:
1740 * platform/mac/svg/text/text-ws-01-t-expected.txt:
1741 * platform/mac/svg/text/text-ws-02-t-expected.txt:
1742 * svg/custom/text-dom-removal-expected.txt:
1743 * svg/custom/use-clipped-transform-expected.txt:
1744 * svg/custom/use-elementInstance-event-target-expected.txt:
1745 * svg/custom/use-elementInstance-methods-expected.txt:
1746 * svg/custom/use-setAttribute-crash-expected.txt:
1747 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
1749 2008-11-26 Jan Michael Alonzo <jmalonzo@webkit.org>
1751 Reviewed by Holger Freyther.
1753 [Gtk] add/remove tests from Skipped and fix netscape plugin test
1754 https://bugs.webkit.org/show_bug.cgi?id=22484
1756 Add tests that needs confirmation of new results. Also, remove
1757 some tests that are already passing.
1759 * platform/gtk/Skipped:
1761 2008-11-26 Alexey Proskuryakov <ap@webkit.org>
1763 Reviewed by Geoff Garen.
1765 Add a test for infinite recursion in workers
1766 https://bugs.webkit.org/show_bug.cgi?id=22486
1768 * fast/workers/resources/use-machine-stack.js: Added.
1769 * fast/workers/use-machine-stack-expected.txt: Added.
1770 * fast/workers/use-machine-stack.html: Added.
1772 2008-11-25 Chris Marrin <cmarrin@apple.com>
1774 Reviewed by Dan Bernstein.
1776 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22487
1778 * animations/empty-keyframes-expected.txt: Added.
1779 * animations/empty-keyframes.html: Added.
1780 * animations/fill-unset-properties-expected.txt: Added.
1781 * animations/fill-unset-properties.html: Added.
1783 2008-11-25 Simon Fraser <simon.fraser@apple.com>
1785 Reviewed by Darin Adler
1787 https://bugs.webkit.org/show_bug.cgi?id=22046
1789 Tests that remove the element upon which a transition/animation end
1790 event is being fired from within the event handler.
1792 * animations/transform-animation-event-destroy-element-expected.txt: Added.
1793 * animations/transform-animation-event-destroy-element.html: Added.
1794 * transitions/transform-transition-event-destroy-element-expected.txt: Added.
1795 * transitions/transform-transition-event-destroy-element.html: Added.
1797 2008-11-25 Darin Fisher <darin@chromium.org>
1799 Disabling these newly added tests since they fail in some configurations.
1801 See https://bugs.webkit.org/show_bug.cgi?id=21635
1803 * http/tests/misc/submit-get-in-utf7.html: Removed.
1804 * http/tests/misc/submit-get-in-utf7.html-disabled: Copied from http/tests/misc/submit-get-in-utf7.html.
1805 * http/tests/misc/submit-post-in-utf7.html: Removed.
1806 * http/tests/misc/submit-post-in-utf7.html-disabled: Copied from http/tests/misc/submit-post-in-utf7.html.
1807 * http/tests/misc/url-in-utf7.html: Removed.
1808 * http/tests/misc/url-in-utf7.html-disabled: Copied from http/tests/misc/url-in-utf7.html.
1810 2008-11-25 Jungshik Shin <jshin@chromium.org>
1812 Reviewed by Darin Adler.
1814 For Unicode encodings other than UTF-8, use UTF-8 for
1815 form submission and URL query part encoding.
1817 See https://bugs.webkit.org/show_bug.cgi?id=21635
1819 * http/tests/misc/submit-get-in-utf16be-expected.txt: Added.
1820 * http/tests/misc/submit-get-in-utf16be.html: Added.
1821 * http/tests/misc/submit-get-in-utf16le-expected.txt: Added.
1822 * http/tests/misc/submit-get-in-utf16le.html: Added.
1823 * http/tests/misc/submit-get-in-utf32be-expected.txt: Added.
1824 * http/tests/misc/submit-get-in-utf32be.html: Added.
1825 * http/tests/misc/submit-get-in-utf32le-expected.txt: Added.
1826 * http/tests/misc/submit-get-in-utf32le.html: Added.
1827 * http/tests/misc/submit-get-in-utf7-expected.txt: Added.
1828 * http/tests/misc/submit-get-in-utf7.html: Added.
1829 * http/tests/misc/submit-post-in-utf16be-expected.txt: Added.
1830 * http/tests/misc/submit-post-in-utf16be.html: Added.
1831 * http/tests/misc/submit-post-in-utf16le-expected.txt: Added.
1832 * http/tests/misc/submit-post-in-utf16le.html: Added.
1833 * http/tests/misc/submit-post-in-utf32be-expected.txt: Added.
1834 * http/tests/misc/submit-post-in-utf32be.html: Added.
1835 * http/tests/misc/submit-post-in-utf32le-expected.txt: Added.
1836 * http/tests/misc/submit-post-in-utf32le.html: Added.
1837 * http/tests/misc/submit-post-in-utf7-expected.txt: Added.
1838 * http/tests/misc/submit-post-in-utf7.html: Added.
1839 * http/tests/misc/url-in-utf16be-expected.txt: Added.
1840 * http/tests/misc/url-in-utf16be.html: Added.
1841 * http/tests/misc/url-in-utf16le-expected.txt: Added.
1842 * http/tests/misc/url-in-utf16le.html: Added.
1843 * http/tests/misc/url-in-utf32be-expected.txt: Added.
1844 * http/tests/misc/url-in-utf32be.html: Added.
1845 * http/tests/misc/url-in-utf32le-expected.txt: Added.
1846 * http/tests/misc/url-in-utf32le.html: Added.
1847 * http/tests/misc/url-in-utf7-expected.txt: Added.
1848 * http/tests/misc/url-in-utf7.html: Added.
1850 2008-11-25 Alexey Proskuryakov <ap@webkit.org>
1852 Reviewed by Geoff Garen.
1854 https://bugs.webkit.org/show_bug.cgi?id=9001
1855 Javascript stops running before replacement page data arrives
1857 Adding a test for a bug that is longer reproducible.
1859 * http/tests/misc/resources/hang-connection.php: Added.
1860 * http/tests/misc/timer-vs-loading-expected.txt: Added.
1861 * http/tests/misc/timer-vs-loading.html: Added.
1863 2008-11-24 Dean McNamee <deanm@chromium.org>
1865 Reviewed by Alexey Proskuryakov.
1867 https://bugs.webkit.org/show_bug.cgi?id=22350
1868 Allow layout tests to run in php cgi mode
1870 * http/tests/misc/refresh-headers.php:
1871 * http/tests/misc/resources/redirect-result.php:
1872 * http/tests/misc/resources/referrer-result.php:
1873 * http/tests/misc/xhtml.php:
1874 Stop using getallheaders(), which is only implemented by mod_php, so that the tests could
1875 run through lighttpd.
1877 2008-11-24 Antti Koivisto <antti@apple.com>
1879 Reviewed by Darin Adler.
1881 Test for https://bugs.webkit.org/show_bug.cgi?id=22073
1882 REGRESSION(r33544): Palace in the Sky crashes WebKit
1884 * fast/tokenizer/nested-cached-scripts-and-stylesheet-expected.txt: Added.
1885 * fast/tokenizer/nested-cached-scripts-and-stylesheet.html: Added.
1886 * fast/tokenizer/resources/load-stylesheet-and-document-write-script.js: Added.
1888 2008-11-24 Cameron Zwarich <zwarich@apple.com>
1890 Reviewed by Geoff Garen.
1892 Add tests for bug 13790: Function declarations are not treated as statements (used to affect starcraft2.com)
1893 <https://bugs.webkit.org/show_bug.cgi?id=13790>
1895 * fast/js/function-declaration-statement-expected.txt: Added.
1896 * fast/js/function-declaration-statement.html: Added.
1897 * fast/js/resources/function-declaration-statement.js: Added.
1899 2008-11-24 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1901 Reviewed by George Staikos & Eric Seidel.
1903 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22430
1905 Regenerate WML layout test results after implementing WML specific <card> handling:
1906 Only the first <card> element should be visible after loading the document, others
1907 can be shown by using the <go> task element.
1909 * platform/mac/fast/wml/card-element-expected.checksum:
1910 * platform/mac/fast/wml/card-element-expected.png:
1911 * platform/mac/fast/wml/card-element-expected.txt:
1912 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
1913 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
1914 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
1915 * platform/mac/fast/wml/do-shadow-expected.checksum:
1916 * platform/mac/fast/wml/do-shadow-expected.png:
1917 * platform/mac/fast/wml/do-shadow-expected.txt:
1918 * platform/mac/fast/wml/do-template-expected.checksum:
1919 * platform/mac/fast/wml/do-template-expected.png:
1920 * platform/mac/fast/wml/do-template-expected.txt:
1921 * platform/mac/fast/wml/entity-expected.checksum:
1922 * platform/mac/fast/wml/entity-expected.png:
1923 * platform/mac/fast/wml/entity-expected.txt:
1924 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
1925 * platform/mac/fast/wml/show-first-card-expected.checksum:
1926 * platform/mac/fast/wml/show-first-card-expected.png:
1927 * platform/mac/fast/wml/show-first-card-expected.txt:
1928 * platform/mac/fast/wml/test-expected.checksum:
1929 * platform/mac/fast/wml/test-expected.png:
1930 * platform/mac/fast/wml/test-expected.txt:
1932 2008-11-24 Glenn Wilson <gwilson@chromium.org>
1934 Reviewed by Alexey Proskuryakov.
1936 http://bugs.webkit.org/show_bug.cgi?id=15643
1938 New test added to verify that LayoutTestController and other clients
1939 can disable smart insert/delete and enable selection of trailing whitespace
1940 as a workaround for smart insert/delete.
1942 * editing/selection/doubleclick-whitespace-expected.txt: Added.
1943 * editing/selection/doubleclick-whitespace.html: Added.
1945 2008-11-24 Glenn Wilson <gwilson@chromium.org>
1947 Reviewed by Darin Adler.
1949 http://bugs.webkit.org/show_bug.cgi?id=18703
1950 "Changing the 'size' property on a text input does not affect its length"
1952 Added a new test to verify that the width of text input
1953 fields can be modified by javascript using the "size" attribute.
1955 * fast/js/text-field-resize-expected.txt: Added.
1956 * fast/js/text-field-resize.html: Added.
1958 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
1960 Reviewed by Darin Adler.
1962 https://bugs.webkit.org/show_bug.cgi?id=22455
1963 Add support for Worker.terminate()
1965 * fast/workers/worker-terminate-expected.txt: Added.
1966 * fast/workers/worker-terminate.html: Added.
1968 2008-11-24 Zan Dobersek <zandobersek@gmail.com>
1970 Reviewed by Holger Freyther.
1972 Some tests in plugins/ directory now pass.
1974 * platform/gtk/Skipped:
1976 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
1978 Reviewed by Mark Rowe.
1980 https://bugs.webkit.org/show_bug.cgi?id=22428
1981 xmlhttprequest-onProgress-open-should-zero-length.html fails intermittently
1983 * http/tests/xmlhttprequest/resources/big-response.php: Reduce the size of big response
1984 to make the test faster, but practically guarantee that the response will be delivered in
1987 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt:
1988 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html:
1989 Made the test more reliable by comparing final response position with known resource size.
1991 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
1993 Reviewed by Mark Rowe.
1995 https://bugs.webkit.org/show_bug.cgi?id=22439
1996 Won't load stylesheets with filenames less than 2 characters long in xhtml.
1998 * http/tests/misc/.htaccess:
1999 * http/tests/misc/a: Added.
2000 * http/tests/misc/single-character-pi-stylesheet-expected.txt: Added.
2001 * http/tests/misc/single-character-pi-stylesheet.xhtml: Added.
2003 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
2005 Reviewed by Mark Rowe.
2007 [Gtk+] We are passing all but one worker test. Enable them.
2009 We fail on fast/workers/worker-location.html due some weird
2010 issue with the bidi resolver "skipping" whitespace at the end
2013 * platform/gtk/Skipped:
2015 2008-11-24 Gavin Barraclough <barraclough@apple.com>
2017 Rubber stamped by Mark Rowe.
2019 Add test cases to ensure the PIC trampolines for prototype and prototype chain
2020 accesses properly check for JSImmediate values, rather than segfaulting.
2022 https://bugs.webkit.org/show_bug.cgi?id=22451
2024 * fast/js/pic/cached-prototype-then-immediate-expected.txt: Added.
2025 * fast/js/pic/cached-prototype-then-immediate.html: Added.
2027 2008-11-21 Alexey Proskuryakov <ap@webkit.org>
2029 Reviewed by Geoff Garen.
2031 https://bugs.webkit.org/show_bug.cgi?id=22400
2032 Add a stress test for concurrent JS execution
2034 * fast/workers/resources/stress-js-execution.js: Added.
2035 * fast/workers/stress-js-execution-expected.txt: Added.
2036 * fast/workers/stress-js-execution.html: Added.
2037 Tests that the basics don't cause a crash.
2039 2008-11-21 Justin Garcia <justin.garcia@apple.com>
2041 Reviewed by Darin Adler.
2043 <rdar://problem/5381788> Match NSTextView editing behavior at the end of hyperlink text
2045 Removed tests for behaviors that we're no longer interested in:
2046 * editing/deleting/delete-link-1.html: Removed.
2047 * platform/mac/editing/deleting/delete-link-1-expected.checksum: Removed.
2048 * platform/mac/editing/deleting/delete-link-1-expected.png: Removed.
2049 * platform/mac/editing/deleting/delete-link-1-expected.txt: Removed.
2050 * editing/execCommand/19653-4-expected.txt: Removed.
2051 * editing/execCommand/19653-4.html: Removed.
2053 Reflects new behavior (don't remember removed anchors):
2054 * platform/mac/editing/deleting/5168598-expected.txt:
2056 Reflects new behavior. Also made this test cross-platform:
2057 * editing/inserting/insert-before-link-1-expected.txt: Added.
2058 * editing/inserting/insert-before-link-1.html:
2059 * platform/mac/editing/inserting/insert-before-link-1-expected.checksum: Removed.
2060 * platform/mac/editing/inserting/insert-before-link-1-expected.png: Removed.
2061 * platform/mac/editing/inserting/insert-before-link-1-expected.txt: Removed.
2063 2008-11-21 Simon Fraser <simon.fraser@apple.com>
2065 Reviewed by Darin Adler
2067 https://bugs.webkit.org/show_bug.cgi?id=22159
2069 Add testcase for repaint issue with outlines on child objects,
2070 and redo bases affected by this change.
2072 * fast/repaint/outline-child-repaint.html: Added.
2073 * platform/mac/fast/repaint/4776765-expected.checksum:
2074 * platform/mac/fast/repaint/4776765-expected.png:
2075 * platform/mac/fast/repaint/delete-into-nested-block-expected.checksum:
2076 * platform/mac/fast/repaint/delete-into-nested-block-expected.png:
2077 * platform/mac/fast/repaint/outline-child-repaint-expected.checksum: Added.
2078 * platform/mac/fast/repaint/outline-child-repaint-expected.png: Added.
2079 * platform/mac/fast/repaint/outline-child-repaint-expected.txt: Added.
2080 * platform/mac/fast/repaint/outline-repaint-glitch-expected.checksum:
2081 * platform/mac/fast/repaint/outline-repaint-glitch-expected.png:
2083 2008-11-21 Cameron Zwarich <zwarich@apple.com>
2085 Reviewed by Sam Weinig.
2087 Add a test for <rdar://problem/4268912>, which was fixed in r13294 (!!).
2089 * fast/js/resources/string-sort.js:
2090 * fast/js/string-sort-expected.txt:
2092 2008-11-21 Pierre-Olivier Latour <pol@apple.com>
2094 Reviewed by Dan Bernstein.
2096 WebKit should be using Device RGB colorspace everywhere for
2099 https://bugs.webkit.org/show_bug.cgi?id=22300
2101 * platform/mac/fast/text/attributed-substring-from-range-001-expected.txt:
2103 2008-11-21 Pierre-Olivier Latour <pol@apple.com>
2105 Reviewed by Dan Bernstein.
2107 Add missing reference images for tests added as part of
2108 https://bugs.webkit.org/show_bug.cgi?id=21261
2110 https://bugs.webkit.org/show_bug.cgi?id=22391
2112 * platform/mac/animations/animation-drt-api-expected.checksum: Added.
2113 * platform/mac/animations/animation-drt-api-expected.png: Added.
2114 * platform/mac/transitions/transition-drt-api-expected.checksum: Added.
2115 * platform/mac/transitions/transition-drt-api-expected.png: Added.
2117 2008-11-20 Simon Fraser <simon.fraser@apple.com>
2119 Reviewed by Dan Bernstein
2121 https://bugs.webkit.org/show_bug.cgi?id=19623
2123 Test for correct repaint when an object gains
2124 a layer with a transform that is smaller than the
2125 old bounds of the object.
2127 * fast/repaint/change-transform.html: Added.
2128 * platform/mac/fast/repaint/change-transform-expected.checksum: Added.
2129 * platform/mac/fast/repaint/change-transform-expected.png: Added.
2130 * platform/mac/fast/repaint/change-transform-expected.txt: Added.
2132 2008-11-20 Justin Garcia <justin.garcia@apple.com>
2134 Reviewed by Darin Adler.
2136 <rdar://problem/2610675> Blank line that is quoted can't be deleted
2138 * editing/deleting/2610675-1-expected.txt: Added.
2139 * editing/deleting/2610675-1.html: Added.
2140 * editing/deleting/2610675-2-expected.txt: Added.
2141 * editing/deleting/2610675-2.html: Added.
2142 * editing/deleting/2610675-3-expected.txt: Added.
2143 * editing/deleting/2610675-3.html: Added.
2145 2008-11-20 Dean Jackson <dino@apple.com>
2147 Reviewed by Antti Koivisto
2149 https://bugs.webkit.org/show_bug.cgi?id=21247
2151 Make transition shorthand property accept transition-delay.
2153 * transitions/transition-shorthand-delay-expected.txt: Added.
2154 * transitions/transition-shorthand-delay.html: Added.
2156 2008-11-20 Dean Jackson <dino@apple.com>
2158 Reviewed by Antti Koivisto
2160 https://bugs.webkit.org/show_bug.cgi?id=22368
2162 Make sure pauseTransition API takes transition delay into account.
2164 * transitions/transition-drt-api-delay-expected.txt: Added.
2165 * transitions/transition-drt-api-delay.html: Added.
2167 2008-11-20 Cameron Zwarich <zwarich@apple.com>
2169 Reviewed by Sam Weinig.
2171 Add some tests for issues found while developing reparsing of function
2172 bodies. Also modify existing tests to be more robust in the face of
2173 possible changes to parsing.
2175 * fast/js/arguments-expected.txt:
2176 * fast/js/function-dot-arguments-expected.txt:
2177 * fast/js/resources/arguments.js:
2178 * fast/js/resources/function-dot-arguments.js:
2180 2008-11-20 Simon Fraser <simon.fraser@apple.com>
2182 Reviewed by Darin Adler
2184 https://bugs.webkit.org/show_bug.cgi?id=20368
2186 Tests for computed values of animation properties, and
2187 change to computed value of transform-origin. Updated tests
2188 that dump all computed values, to include animation and changed
2189 transform-origin properties.
2191 * animations/computed-style-expected.txt: Added.
2192 * animations/computed-style.html: Added.
2193 * fast/css/computed-style-expected.txt:
2194 * fast/css/computed-style-without-renderer-expected.txt:
2195 * svg/css/getComputedStyle-basic-expected.txt:
2196 * transforms/computed-style-origin-expected.txt: Added.
2197 * transforms/computed-style-origin.html: Added.
2199 2008-11-20 Pamela Greene <pam@chromium.org>
2201 Reviewed by Darin Adler.
2203 https://bugs.webkit.org/show_bug.cgi?id=22371
2204 Add a test for accessing form element items by index.
2206 * fast/dom/HTMLFormElement/htmlformelement-indexed-getter-expected.txt: Added.
2207 * fast/dom/HTMLFormElement/htmlformelement-indexed-getter.html: Added.
2209 2008-11-20 Pamela Greene <pam@chromium.org>
2211 Reviewed by Darin Adler.
2213 Test for https://bugs.webkit.org/show_bug.cgi?22370
2214 Add a test to check detectability of HTMLCollections.
2216 * fast/dom/htmlcollection-detectability-expected.txt: Added.
2217 * fast/dom/htmlcollection-detectability.html: Added.
2219 2008-11-20 Pamela Greene <pam@chromium.org>
2221 Reviewed by Darin Adler.
2223 https://bugs.webkit.org/show_bug.cgi?id=22369
2224 Add test cases covering more basic operations.
2226 * fast/js/function-dot-arguments-expected.txt:
2227 * fast/js/resources/function-dot-arguments.js:
2231 2008-11-20 Pamela Greene <pam@chromium.org>
2233 Reviewed by Darin Adler.
2235 https://bugs.webkit.org/show_bug.cgi?id=22363
2236 Add a test for DOM1 and DOM2 versions of add() on a select control.
2238 * fast/dom/dom-add-optionelement-expected.txt: Added.
2239 * fast/dom/dom-add-optionelement.html: Added.
2241 2008-11-20 Pamela Greene <pam@chromium.org>
2243 Reviewed by Darin Adler.
2245 https://bugs.webkit.org/show_bug.cgi?id=22359
2246 Add test for document.write() with multiple parameters.
2248 * fast/dom/document_write_params-expected.txt: Added.
2249 * fast/dom/document_write_params.html: Added.
2251 2008-11-20 Pamela Greene <pam@chromium.org>
2253 Reviewed by Darin Adler.
2255 https://bugs.webkit.org/show_bug.cgi?id=22387
2256 Add a test for HTMLOptionsCollection indexed getter and setter.
2258 * fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt: Added.
2259 * fast/dom/HTMLOptionElement/collection-setter-getter.html: Added.
2261 2008-11-20 Justin Garcia <justin.garcia@apple.com>
2263 Reviewed by Beth Dakin.
2265 <rdar://problem/2610675> Blank line that is quoted can't be deleted
2267 The old selection modification code for caret case deletions set the selection
2268 about to be deleted on the frame, instead of just setting the endingSelection.
2270 * platform/mac/editing/deleting/delete-by-word-001-expected.txt:
2271 * platform/mac/editing/deleting/delete-by-word-002-expected.txt:
2272 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt:
2273 * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
2274 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
2277 2008-11-20 Darin Adler <darin@apple.com>
2279 - update test result for <rdar://problem/4108572> REGRESSION: Can't extend
2280 selection with shift-arrow in read only mode
2282 * editing/selection/selection-actions.html: Removed the actions that are
2283 supposed to modify selections now.
2285 2008-11-20 Cameron Zwarich <zwarich@apple.com>
2287 Reviewed by Geoff Garen.
2289 Add tests for bug 22148: nytime.com page crashes browser during load
2290 <https://bugs.webkit.org/show_bug.cgi?id=22148>
2292 This bug was unknowingly fixed in r38322 by a rewrite of the recursion
2295 * fast/js/deep-recursion-test-expected.txt:
2296 * fast/js/deep-recursion-test.html:
2298 2008-11-19 Simon Fraser <simon.fraser@apple.com>
2300 Reviewed by Adele Peterson.
2302 https://bugs.webkit.org/show_bug.cgi?id=22190
2304 Test for the drawing and event handling of search field parts in a transformed
2307 * fast/forms/search-transformed.html: Added.
2308 * platform/mac/fast/forms/search-transformed-expected.checksum: Added.
2309 * platform/mac/fast/forms/search-transformed-expected.png: Added.
2310 * platform/mac/fast/forms/search-transformed-expected.txt: Added.
2312 2008-11-19 Simon Fraser <simon.fraser@apple.com>
2314 Reviewed by Antti Koivisto
2316 https://bugs.webkit.org/show_bug.cgi?id=22111
2318 Testcase for hit testing in video controls on transformed video.
2320 * media/video-controls-transformed-expected.txt: Added.
2321 * media/video-controls-transformed.html: Added.
2323 2008-11-19 Anders Carlsson <andersca@apple.com>
2325 Reviewed by Dan Bernstein.
2327 Add NPP_SetWindow test.
2329 * plugins/netscape-plugin-setwindow-size-2-expected.txt: Added.
2330 * plugins/netscape-plugin-setwindow-size-2.html: Copied from plugins/netscape-plugin-setwindow-size.html.
2332 2008-11-19 Geoffrey Garen <ggaren@apple.com>
2334 Reviewed by Darin Adler.
2336 Test for https://bugs.webkit.org/show_bug.cgi?id=22361
2337 A little more RegExp refactoring
2339 * fast/js/regexp-test-null-string.html: Added.
2340 * fast/js/regexp-test-null-expected.txt: Added.
2342 2008-11-19 Alexey Proskuryakov <ap@webkit.org>
2344 Reviewed by Darin Adler.
2346 https://bugs.webkit.org/show_bug.cgi?id=22355
2347 Systematize code for replacing global constructors
2349 * fast/workers/worker-replace-global-constructor-expected.txt: Added.
2350 * fast/workers/worker-replace-global-constructor.html: Added.
2352 2008-11-18 Cameron Zwarich <zwarich@apple.com>
2354 Reviewed by Maciej Stachowiak and Geoff Garen.
2356 Add tests for bug 22287: ASSERTION FAILED: Not enough jumps linked in slow case codegen in CTI::privateCompileSlowCases())
2357 <https://bugs.webkit.org/show_bug.cgi?id=22287>
2359 * fast/js/number-cell-reuse-expected.txt: Added.
2360 * fast/js/number-cell-reuse.html: Added.
2361 * fast/js/resources/number-cell-reuse.js: Added.
2363 2008-11-18 Holger Hans Peter Freyther <zecke@selfish.org>
2365 Rubber-stamped by Mark Rowe.
2367 Skip some more tests to make the Gtk+ build bot pass. We will
2368 have to investigate why some tests only fail on the build bot.
2370 * platform/gtk/Skipped:
2372 2008-11-18 Sam Weinig <sam@webkit.org>
2374 Fix incorrect result.
2376 * fast/dom/Window/window-properties-expected.txt:
2378 2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2380 Not reviewed. Checked in wrong result in last commit.
2382 * platform/mac/fast/wml/entity-expected.txt:
2384 2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2386 Reviewed by Sam Weinig.
2388 Add results for all WML tests, including pixel results.
2390 * fast/wml/p-mode.wml:
2391 * fast/wml/validate-dtd.wml:
2392 * platform/mac/fast/wml: Added.
2393 * platform/mac/fast/wml/br-element-in-table-expected.checksum: Added.
2394 * platform/mac/fast/wml/br-element-in-table-expected.png: Added.
2395 * platform/mac/fast/wml/br-element-in-table-expected.txt: Added.
2396 * platform/mac/fast/wml/br-element-in-text-expected.checksum: Added.
2397 * platform/mac/fast/wml/br-element-in-text-expected.png: Added.
2398 * platform/mac/fast/wml/br-element-in-text-expected.txt: Added.
2399 * platform/mac/fast/wml/card-element-expected.checksum: Added.
2400 * platform/mac/fast/wml/card-element-expected.png: Added.
2401 * platform/mac/fast/wml/card-element-expected.txt: Added.
2402 * platform/mac/fast/wml/case-sensitivity-expected.checksum: Added.
2403 * platform/mac/fast/wml/case-sensitivity-expected.png: Added.
2404 * platform/mac/fast/wml/case-sensitivity-expected.txt: Added.
2405 * platform/mac/fast/wml/cdata-section-expected.checksum: Added.
2406 * platform/mac/fast/wml/cdata-section-expected.png: Added.
2407 * platform/mac/fast/wml/cdata-section-expected.txt: Added.
2408 * platform/mac/fast/wml/comment-expected.checksum: Added.
2409 * platform/mac/fast/wml/comment-expected.png: Added.
2410 * platform/mac/fast/wml/comment-expected.txt: Added.
2411 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum: Added.
2412 * platform/mac/fast/wml/do-element-optional-attr-expected.png: Added.
2413 * platform/mac/fast/wml/do-element-optional-attr-expected.txt: Added.
2414 * platform/mac/fast/wml/do-shadow-expected.checksum: Added.
2415 * platform/mac/fast/wml/do-shadow-expected.png: Added.
2416 * platform/mac/fast/wml/do-shadow-expected.txt: Added.
2417 * platform/mac/fast/wml/do-template-expected.checksum: Added.
2418 * platform/mac/fast/wml/do-template-expected.png: Added.
2419 * platform/mac/fast/wml/do-template-expected.txt: Added.
2420 * platform/mac/fast/wml/entity-expected.checksum: Added.
2421 * platform/mac/fast/wml/entity-expected.png: Added.
2422 * platform/mac/fast/wml/entity-expected.txt: Added.
2423 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum: Added.
2424 * platform/mac/fast/wml/err-event-binding-conflict-expected.png: Added.
2425 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt: Added.
2426 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum: Added.
2427 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png: Added.
2428 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt: Added.
2429 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.checksum: Added.
2430 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.png: Added.
2431 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.txt: Added.
2432 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum: Added.
2433 * platform/mac/fast/wml/err-invalid-variable-name-expected.png: Added.
2434 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt: Added.
2435 * platform/mac/fast/wml/err-multi-access-expected.checksum: Added.
2436 * platform/mac/fast/wml/err-multi-access-expected.png: Added.
2437 * platform/mac/fast/wml/err-multi-access-expected.txt: Added.
2438 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.checksum: Added.
2439 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.png: Added.
2440 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.txt: Added.
2441 * platform/mac/fast/wml/err-multi-name-in-meta-expected.checksum: Added.
2442 * platform/mac/fast/wml/err-multi-name-in-meta-expected.png: Added.
2443 * platform/mac/fast/wml/err-multi-name-in-meta-expected.txt: Added.
2444 * platform/mac/fast/wml/err-multi-timer-expected.checksum: Added.
2445 * platform/mac/fast/wml/err-multi-timer-expected.png: Added.
2446 * platform/mac/fast/wml/err-multi-timer-expected.txt: Added.
2447 * platform/mac/fast/wml/err-samename-do-expected.checksum: Added.
2448 * platform/mac/fast/wml/err-samename-do-expected.png: Added.
2449 * platform/mac/fast/wml/err-samename-do-expected.txt: Added.
2450 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum: Added.
2451 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png: Added.
2452 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt: Added.
2453 * platform/mac/fast/wml/img-localsrc-expected.checksum: Added.
2454 * platform/mac/fast/wml/img-localsrc-expected.png: Added.
2455 * platform/mac/fast/wml/img-localsrc-expected.txt: Added.
2456 * platform/mac/fast/wml/img-src-expected.checksum: Added.
2457 * platform/mac/fast/wml/img-src-expected.png: Added.
2458 * platform/mac/fast/wml/img-src-expected.txt: Added.
2459 * platform/mac/fast/wml/img-src-localsrc-alt-expected.checksum: Added.
2460 * platform/mac/fast/wml/img-src-localsrc-alt-expected.png: Added.
2461 * platform/mac/fast/wml/img-src-localsrc-alt-expected.txt: Added.
2462 * platform/mac/fast/wml/p-align-expected.checksum: Added.
2463 * platform/mac/fast/wml/p-align-expected.png: Added.
2464 * platform/mac/fast/wml/p-align-expected.txt: Added.
2465 * platform/mac/fast/wml/p-mode-expected.checksum: Added.
2466 * platform/mac/fast/wml/p-mode-expected.png: Added.
2467 * platform/mac/fast/wml/p-mode-expected.txt: Added.
2468 * platform/mac/fast/wml/show-first-card-expected.checksum: Added.
2469 * platform/mac/fast/wml/show-first-card-expected.png: Added.
2470 * platform/mac/fast/wml/show-first-card-expected.txt: Added.
2471 * platform/mac/fast/wml/table-element-expected.checksum: Added.
2472 * platform/mac/fast/wml/table-element-expected.png: Added.
2473 * platform/mac/fast/wml/table-element-expected.txt: Added.
2474 * platform/mac/fast/wml/test-expected.checksum: Added.
2475 * platform/mac/fast/wml/test-expected.png: Added.
2476 * platform/mac/fast/wml/test-expected.txt: Added.
2477 * platform/mac/fast/wml/text-emphasis-expected.checksum: Added.
2478 * platform/mac/fast/wml/text-emphasis-expected.png: Added.
2479 * platform/mac/fast/wml/text-emphasis-expected.txt: Added.
2480 * platform/mac/fast/wml/validate-dtd-expected.checksum: Added.
2481 * platform/mac/fast/wml/validate-dtd-expected.png: Added.
2482 * platform/mac/fast/wml/validate-dtd-expected.txt: Added.
2484 2008-11-18 Geoffrey Garen <ggaren@apple.com>
2486 Reviewed by Alexey Proskuryakov.
2488 Updated layout test result for addition of window.Worker.
2490 * fast/js/global-constructors-expected.txt:
2492 2008-11-18 Alexey Proskuryakov <ap@webkit.org>
2494 Reviewed by Darin Adler.
2496 https://bugs.webkit.org/show_bug.cgi?id=22337
2497 Enable workers by default
2501 * fast/workers: Added.
2502 * fast/workers/resources: Added.
2503 * fast/workers/resources/worker-common.js: Added.
2504 * fast/workers/resources/worker-event-listener.js: Added.
2505 * fast/workers/worker-constructor-expected.txt: Added.
2506 * fast/workers/worker-constructor.html: Added.
2507 * fast/workers/worker-event-listener-expected.txt: Added.
2508 * fast/workers/worker-event-listener.html: Added.
2509 * fast/workers/worker-gc-expected.txt: Added.
2510 * fast/workers/worker-gc.html: Added.
2511 * fast/workers/worker-location-expected.txt: Added.
2512 * fast/workers/worker-location.html: Added.
2514 2008-11-18 Darin Adler <darin@apple.com>
2516 Reviewed by Alexey Proskuryakov.
2518 - add a test for XMLHttpRequest Set-Cookie blocking
2520 * http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt:
2521 Updated since we now log attempts to get headers that are not allowed cross-domain to the console.
2522 * http/tests/xmlhttprequest/get-dangerous-headers-expected.txt: Added.
2523 * http/tests/xmlhttprequest/get-dangerous-headers.html: Added.
2524 * http/tests/xmlhttprequest/resources/get-set-cookie.cgi: Tweak script a bit.
2526 2008-11-18 Alexey Proskuryakov <ap@webkit.org>
2528 Rubber-stamped by Darin Adler.
2530 https://bugs.webkit.org/show_bug.cgi?id=22306
2531 Disable channel messaging support
2533 * fast/events/message-port-no-wrapper.html-disabled: Added a test that I had in my tree.
2535 * fast/dom/Window/window-properties-expected.txt:
2536 * fast/dom/constructors-cached-expected.txt:
2537 * fast/dom/constructors-cached-navigate-expected.txt:
2538 * fast/js/global-constructors-expected.txt:
2541 * fast/events/destroyed-atomic-string.html: Removed.
2542 * fast/events/destroyed-atomic-string.html-disabled: Copied from LayoutTests/fast/events/destroyed-atomic-string.html.
2543 * fast/events/message-channel-gc-2.html: Removed.
2544 * fast/events/message-channel-gc-2.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-2.html.
2545 * fast/events/message-channel-gc-3.html: Removed.
2546 * fast/events/message-channel-gc-3.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-3.html.
2547 * fast/events/message-channel-gc.html: Removed.
2548 * fast/events/message-channel-gc.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc.html.
2549 * fast/events/message-channel-listener-circular-ownership.html: Removed.
2550 * fast/events/message-channel-listener-circular-ownership.html-disabled: Copied from LayoutTests/fast/events/message-channel-listener-circular-ownership.html.
2551 * fast/events/message-port-constructor-for-deleted-document.html: Removed.
2552 * fast/events/message-port-constructor-for-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-constructor-for-deleted-document.html.
2553 * fast/events/message-port-deleted-document.html: Removed.
2554 * fast/events/message-port-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-document.html.
2555 * fast/events/message-port-deleted-frame.html: Removed.
2556 * fast/events/message-port-deleted-frame.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-frame.html.
2557 * fast/events/message-port-inactive-document.html: Removed.
2558 * fast/events/message-port-inactive-document.html-disabled: Copied from LayoutTests/fast/events/message-port-inactive-document.html.
2559 * fast/events/message-port-onclose.html: Removed.
2560 * fast/events/message-port-onclose.html-disabled: Copied from LayoutTests/fast/events/message-port-onclose.html.
2561 * fast/events/message-port.html: Removed.
2562 * fast/events/message-port.html-disabled: Copied from LayoutTests/fast/events/message-port.html.
2563 * http/tests/security/MessagePort/event-listener-context.html: Removed.
2564 * http/tests/security/MessagePort/event-listener-context.html-disabled: Copied from LayoutTests/http/tests/security/MessagePort/event-listener-context.html.
2565 Disabled MessagePort tests.
2567 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2569 Reviewed by George Staikos.
2571 Add initial set of WML layout tests, excluding results. These tests
2572 will become useful once the whole WML support patch has landed.
2575 * fast/wml/br-element-in-table.wml: Added.
2576 * fast/wml/br-element-in-text.wml: Added.
2577 * fast/wml/card-element.wml: Added.
2578 * fast/wml/case-sensitivity.wml: Added.
2579 * fast/wml/cdata-section.wml: Added.
2580 * fast/wml/comment.wml: Added.
2581 * fast/wml/do-element-optional-attr.wml: Added.
2582 * fast/wml/do-shadow.wml: Added.
2583 * fast/wml/do-template.wml: Added.
2584 * fast/wml/entity.wml: Added.
2585 * fast/wml/err-event-binding-conflict.wml: Added.
2586 * fast/wml/err-invalid-location-for-varref.wml: Added.
2587 * fast/wml/err-invalid-tablecolumn-number.wml: Added.
2588 * fast/wml/err-invalid-variable-name.wml: Added.
2589 * fast/wml/err-multi-access.wml: Added.
2590 * fast/wml/err-multi-http-equiv-in-meta.wml: Added.
2591 * fast/wml/err-multi-name-in-meta.wml: Added.
2592 * fast/wml/err-multi-timer.wml: Added.
2593 * fast/wml/err-samename-do.wml: Added.
2594 * fast/wml/err-unallowed-task-in-anchor.wml: Added.
2595 * fast/wml/img-localsrc.wml: Added.
2596 * fast/wml/img-src-localsrc-alt.wml: Added.
2597 * fast/wml/img-src.wml: Added.
2598 * fast/wml/p-align.wml: Added.
2599 * fast/wml/p-mode.wml: Added.
2600 * fast/wml/show-first-card.wml: Added.
2601 * fast/wml/table-element.wml: Added.
2602 * fast/wml/test.wml: Added.
2603 * fast/wml/text-emphasis.wml: Added.
2604 * fast/wml/validate-dtd.wml: Added.
2606 2008-11-17 Dan Bernstein <mitz@apple.com>
2608 Reviewed by Mark Rowe.
2610 - https://bugs.webkit.org/show_bug.cgi?id=22320 SVG svg/text/text-text-08-b.svg fails
2612 Updated the expected results to the correct ones.
2614 * platform/mac/svg/text/text-text-08-b-expected.checksum:
2615 * platform/mac/svg/text/text-text-08-b-expected.png:
2617 2008-11-17 Justin Garcia <justin.garcia@apple.com>
2619 Reviewed by Beth Dakin.
2621 <rdar://problem/4922709> Copying less than a paragraph of quoted text and pasting it doesn't retain quote level
2623 * editing/pasteboard/4922709-expected.txt: Added.
2624 * editing/pasteboard/4922709.html: Added.
2625 * editing/pasteboard/5006779.html:
2627 2008-11-17 Pierre-Olivier Latour <pol@apple.com>
2629 Reviewed by Sam Weinig.
2631 Added tests to cover the new LayoutController JavaScript API available
2634 https://bugs.webkit.org/show_bug.cgi?id=21261
2636 * animations/animation-drt-api.html: Added.
2637 * platform/mac/animations/animation-drt-api-expected.txt: Added.
2638 * platform/mac/transitions/transition-drt-api-expected.txt: Added.
2639 * platform/win/Skipped:
2640 * transitions/transition-drt-api.html: Added.
2642 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2646 Changed "window." to "this." to unbreak these test I just broke in
2649 * fast/js/resources/duplicate-param-gc-crash.js:
2651 * fast/js/resources/var-shadows-arg-gc-crash.js:
2654 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2656 Reviewed by Sam Weinig.
2658 Sped up two of the slowest JS layout tests by replacing some hand-rolled
2659 "force GC" code with something orders of magnitude faster.
2661 * fast/js/resources/duplicate-param-gc-crash.js:
2663 * fast/js/resources/var-shadows-arg-gc-crash.js:
2666 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2668 Reviewed by Sam Weinig.
2670 Removed ascii-regexp-subject.html because it was the slowest JS test (20s
2671 on my iMac) and it didn't actually verify anything.
2673 Filed https://bugs.webkit.org/show_bug.cgi?id=22303 to cover fixing
2674 the bug that ascii-regexp-subject.html purported to test for, and
2675 then relanding a faster version of ascii-regexp-subject.html once it
2676 would pass (currently, it would fail).
2678 * fast/js/ascii-regexp-subject-expected.txt: Removed.
2679 * fast/js/ascii-regexp-subject.html: Removed.
2680 * fast/js/resources/ascii-regexp-subject.js: Removed.
2682 2008-11-16 Simon Fraser <simon.fraser@apple.com>
2684 Reviewed by Dan Bernstein
2686 https://bugs.webkit.org/show_bug.cgi?id=22118
2688 Test for resize corner tracking in transformed elements.
2690 * fast/css/resize-corner-tracking-transformed.html: Added.
2691 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.checksum: Added.
2692 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.png: Added.
2693 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.txt: Added.
2695 2008-11-16 Sam Weinig <sam@webkit.org>
2697 Reviewed by Darin Adler.
2699 Disable XHR upload progress event tests on Tiger due to race condition causing
2700 intermittent failure reported in https://bugs.webkit.org/show_bug.cgi?id=22298
2702 * platform/mac-tiger/Skipped:
2704 2008-11-14 Beth Dakin <bdakin@apple.com>
2706 Reviewed by Justin Garcia.
2708 Tests for <rdar://problem/5089327> Too much indentation when
2709 pasting quoted paragraphs
2712 * editing/pasteboard/paste-blockquote-into-blockquote-4.html:
2714 * platform/mac/editing/pasteboard/paste-blockquote-into-
2715 blockquote-4-expected.checksum: Added.
2716 * platform/mac/editing/pasteboard/paste-blockquote-into-
2717 blockquote-4-expected.png: Added.
2718 * platform/mac/editing/pasteboard/paste-blockquote-into-
2719 blockquote-4-expected.txt: Added.
2721 Changes results for existing tests:
2722 * platform/mac/editing/pasteboard/merge-end-blockquote-
2724 * platform/mac/editing/pasteboard/merge-end-blockquote-
2726 * platform/mac/editing/pasteboard/merge-end-blockquote-
2728 * platform/mac/editing/pasteboard/paste-blockquote-into-
2729 blockquote-2-expected.txt:
2730 * platform/mac/editing/pasteboard/paste-blockquote-into-
2731 blockquote-3-expected.txt:
2732 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
2735 2008-11-14 Justin Garcia <justin.garcia@apple.com>
2737 Reviewed by Beth Dakin.
2739 <rdar://problem/4230923> "Make Plain Text" doesn't reset text alignment in single paragraph messages
2741 * editing/style/4230923-expected.txt: Added.
2742 * editing/style/4230923.html: Added.
2744 2008-11-12 Alexey Proskuryakov <ap@webkit.org>
2746 Reviewed by Darin Adler.
2748 https://bugs.webkit.org/show_bug.cgi?id=22200
2749 Crash when close event is dispatched to MessagePort due to document destruction
2751 * fast/events/message-port-onclose-expected.txt: Added.
2752 * fast/events/message-port-onclose.html: Added.
2753 * fast/events/resources/message-port-iframe.html:
2754 Added more tests for close event dispatch.
2756 2008-11-12 Dirk Schulze <vbs85@gmx.de>
2758 Reviewed by Darin Adler.
2760 Check behavior of canvas.stroke() on transparent fillStyle()
2762 * fast/canvas/canvas-stroke-empty-fill-expected.txt: Added.
2763 * fast/canvas/canvas-stroke-empty-fill.html: Added.
2764 * fast/canvas/canvas-stroke-empty-fill.js: Added.
2766 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
2768 Reviewed by Dan Bernstein.
2770 Updated reference images so that all pixel tests now "pass" on 10.4.11 PowerPC + r38347.
2771 https://bugs.webkit.org/show_bug.cgi?id=21821
2773 Checked-in specific reference images for pixel tests that are valid on Tiger but fail
2774 because difference with reference image due to text rendering is greater than 1.0%
2776 * platform/mac-tiger/svg/carto.net: Added.
2777 * platform/mac-tiger/svg/carto.net/selectionlist-expected.checksum: Added.
2778 * platform/mac-tiger/svg/carto.net/selectionlist-expected.png: Added.
2779 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
2780 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
2781 * platform/mac-tiger/svg/text/text-align-01-b-expected.checksum: Added.
2782 * platform/mac-tiger/svg/text/text-align-01-b-expected.png: Added.
2783 * platform/mac-tiger/svg/text/text-align-02-b-expected.checksum: Added.
2784 * platform/mac-tiger/svg/text/text-align-02-b-expected.png: Added.
2785 * platform/mac-tiger/svg/text/text-align-04-b-expected.checksum: Added.
2786 * platform/mac-tiger/svg/text/text-align-04-b-expected.png: Added.
2787 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.checksum: Added.
2788 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.png: Added.
2789 * platform/mac-tiger/svg/text/text-text-03-b-expected.checksum: Added.
2790 * platform/mac-tiger/svg/text/text-text-03-b-expected.png: Added.
2791 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.checksum: Added.
2792 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.png: Added.
2793 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.checksum: Added.
2794 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.png: Added.
2795 * platform/mac-tiger/svg/text/text-ws-01-t-expected.checksum: Added.
2796 * platform/mac-tiger/svg/text/text-ws-01-t-expected.png: Added.
2797 * platform/mac-tiger/svg/text/text-ws-02-t-expected.checksum: Added.
2798 * platform/mac-tiger/svg/text/text-ws-02-t-expected.png: Added.
2799 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Added.
2800 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
2801 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Added.
2802 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
2804 svg/batik/paints/gradientLimit.svg is rendering different on Tiger and Leopard
2805 https://bugs.webkit.org/show_bug.cgi?id=22219
2807 * platform/mac-tiger/svg/batik: Added.
2808 * platform/mac-tiger/svg/batik/paints: Added.
2809 * platform/mac-tiger/svg/batik/paints/gradientLimit-expected.checksum: Added.
2810 * platform/mac-tiger/svg/batik/paints/gradientLimit-expected.png: Added.
2812 svg/custom/mask-excessive-malloc.svg is failing on Tiger
2813 https://bugs.webkit.org/show_bug.cgi?id=22218
2815 * platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.checksum: Added.
2816 * platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.png: Added.
2818 svg/W3C-SVG-1.1/pservers-grad-17-b.svg is failing on Leopard
2819 https://bugs.webkit.org/show_bug.cgi?id=22220
2821 * platform/mac-leopard/svg: Added.
2822 * platform/mac-leopard/svg/W3C-SVG-1.1: Added.
2823 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Added.
2824 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
2825 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
2826 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
2828 svg/custom/foreign-object-skew.svg is failing on Leopard
2829 https://bugs.webkit.org/show_bug.cgi?id=22221
2831 * platform/mac-leopard/svg/custom: Added.
2832 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum: Added.
2833 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.png: Added.
2834 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
2835 * platform/mac/svg/custom/foreign-object-skew-expected.png:
2837 2008-11-12 Simon Fraser <simon.fraser@apple.com>
2839 Reviewed by Dan Bernstein
2841 https://bugs.webkit.org/show_bug.cgi?id=22212
2843 Repaint test for a transform change on an element with a positioned child.
2845 * fast/repaint/transform-absolute-child.html: Added.
2846 * platform/mac/fast/repaint/transform-absolute-child-expected.checksum: Added.
2847 * platform/mac/fast/repaint/transform-absolute-child-expected.png: Added.
2848 * platform/mac/fast/repaint/transform-absolute-child-expected.txt: Added.
2850 2008-11-12 Geoffrey Garen <ggaren@apple.com>
2852 Roll in r38322, now that test failures have been fixed.
2854 * fast/js/global-recursion-on-full-stack-expected.txt:
2856 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
2858 Reviewed by Dan Bernstein.
2860 Skip fast/repaint/body-background-image.html test as it is not reliable.
2862 https://bugs.webkit.org/show_bug.cgi?id=21913
2864 * platform/mac/Skipped:
2866 2008-11-12 Dan Bernstein <mitz@apple.com>
2868 - remove an empty directory
2870 * platform/mac-leopard/http: Removed.
2871 * platform/mac-leopard/http/tests: Removed.
2872 * platform/mac-leopard/http/tests/security: Removed.
2873 * platform/mac-leopard/http/tests/security/dataURL: Removed.
2875 2008-11-12 Simon Fraser <simon.fraser@apple.com>
2877 Reviewed by Dave Hyatt
2879 https://bugs.webkit.org/show_bug.cgi?id=17840
2881 Tests for repainting when the transform of a positioned element changes.
2883 * fast/repaint/transform-absolute-in-positioned-container.html: Added.
2884 * fast/repaint/transform-relative-position.html: Added.
2885 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.checksum: Added.
2886 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added.
2887 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
2888 * platform/mac/fast/repaint/transform-relative-position-expected.checksum: Added.
2889 * platform/mac/fast/repaint/transform-relative-position-expected.png: Added.
2890 * platform/mac/fast/repaint/transform-relative-position-expected.txt: Added.
2892 2008-11-12 Justin Garcia <justin.garcia@apple.com>
2894 Reviewed by Beth Dakin.
2896 <rdar://problem/5495723> Selecting and deleting quoted text quotes other text
2897 <rdar://problem/4775313> Deleting lines from the bottom of a messages leaves the last blank line quoted
2899 * editing/deleting/5495723-expected.txt: Added.
2900 * editing/deleting/5495723.html: Added.
2901 * platform/mac/editing/deleting/delete-4038408-fix-expected.txt: Change demonstrates that we
2902 now behave correctly when pressing delete when the caret is just after empty quoted paragraphs.
2904 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
2906 Reviewed by Dan Bernstein.
2908 Updated reference images so that all pixel tests now "pass" on 10.5.5 Intel + r38318.
2909 https://bugs.webkit.org/show_bug.cgi?id=21821
2911 Test doesn't repaint entire view so result is corrupted by previous test
2912 https://bugs.webkit.org/show_bug.cgi?id=21916
2914 * platform/mac/Skipped:
2916 Test is passing but original reference image was invalid.
2918 * platform/mac/fast/backgrounds/size/backgroundSize05-expected.checksum:
2919 * platform/mac/fast/backgrounds/size/backgroundSize05-expected.png:
2921 Invalid image tiling
2922 https://bugs.webkit.org/show_bug.cgi?id=21915
2924 * platform/mac/fast/backgrounds/size/backgroundSize19-expected.checksum:
2925 * platform/mac/fast/backgrounds/size/backgroundSize19-expected.png:
2928 https://bugs.webkit.org/show_bug.cgi?id=21910
2930 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum:
2931 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png:
2932 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum:
2933 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png:
2934 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum:
2935 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png:
2936 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum:
2937 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
2938 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum:
2939 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png:
2940 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum:
2941 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png:
2942 * platform/mac/fast/backgrounds/svg-as-mask-expected.checksum:
2943 * platform/mac/fast/backgrounds/svg-as-mask-expected.png:
2944 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum:
2945 * platform/mac/fast/borders/svg-as-border-image-2-expected.png:
2946 * platform/mac/fast/borders/svg-as-border-image-expected.checksum:
2947 * platform/mac/fast/borders/svg-as-border-image-expected.png:
2948 * platform/mac/fast/images/svg-as-background-expected.checksum:
2949 * platform/mac/fast/images/svg-as-background-expected.png:
2950 * platform/mac/fast/images/svg-as-image-expected.checksum:
2951 * platform/mac/fast/images/svg-as-image-expected.png:
2952 * platform/mac/fast/images/svg-as-relative-image-expected.checksum:
2953 * platform/mac/fast/images/svg-as-relative-image-expected.png:
2954 * platform/mac/fast/images/svg-as-tiled-background-expected.checksum:
2955 * platform/mac/fast/images/svg-as-tiled-background-expected.png:
2957 Possible Flash failure
2958 https://bugs.webkit.org/show_bug.cgi?id=21912
2960 * platform/mac/fast/dynamic/flash-replacement-test-expected.checksum:
2961 * platform/mac/fast/dynamic/flash-replacement-test-expected.png:
2964 https://bugs.webkit.org/show_bug.cgi?id=21913
2966 * platform/mac/fast/repaint/body-background-image-expected.checksum:
2967 * platform/mac/fast/repaint/body-background-image-expected.png:
2969 Excessive repainting
2970 https://bugs.webkit.org/show_bug.cgi?id=21914
2972 * platform/mac/fast/repaint/float-overflow-expected.checksum:
2973 * platform/mac/fast/repaint/float-overflow-expected.png:
2974 * platform/mac/fast/repaint/float-overflow-right-expected.checksum:
2975 * platform/mac/fast/repaint/float-overflow-right-expected.png:
2978 https://bugs.webkit.org/show_bug.cgi?id=21911
2980 * platform/mac/media/video-aspect-ratio-expected.checksum:
2981 * platform/mac/media/video-aspect-ratio-expected.png:
2982 * platform/mac/media/video-controls-rendering-expected.checksum:
2983 * platform/mac/media/video-controls-rendering-expected.png:
2984 * platform/mac/media/video-display-toggle-expected.checksum:
2985 * platform/mac/media/video-display-toggle-expected.png:
2986 * platform/mac/media/video-layer-crash-expected.checksum:
2987 * platform/mac/media/video-layer-crash-expected.png:
2988 * platform/mac/media/video-transformed-expected.checksum:
2989 * platform/mac/media/video-transformed-expected.png:
2991 2008-11-12 Gavin Barraclough <barraclough@apple.com>
2993 Reviewed by Cameron Zwarich.
2995 Test for https://bugs.webkit.org/show_bug.cgi?id=22201
2997 * fast/js/pic/cached-array-length-access-expected.txt: Added.
2998 * fast/js/pic/cached-array-length-access.html: Added.
3000 2008-11-12 Cameron Zwarich <zwarich@apple.com>
3002 Rubber-stamped by Mark Rowe.
3004 Roll out r38322 due to test failures on the bots.
3006 * fast/js/global-recursion-on-full-stack-expected.txt:
3008 2008-11-11 Stephanie <slewis@apple.com>
3010 Reviewed by Dan Bernstein.
3012 Test loading an image with no data.
3014 * fast/images/image-empty-data-expected.txt: Added.
3015 * fast/images/image-empty-data.html: Added.
3017 2008-11-10 Geoffrey Garen <ggaren@apple.com>
3019 Reviewed by Darin Adler.
3021 Updated a test after fixing https://bugs.webkit.org/show_bug.cgi?id=22174
3022 Simplified op_call by nixing its responsibility for moving the value of
3023 "this" into the first argument slot.
3025 * fast/js/global-recursion-on-full-stack-expected.txt: This test passes
3026 a little differently now, because the register layout has changed.
3027 Specifically, the stack overflow now happens in the call to f() instead
3028 of the initiation of the <script> tag, so it is caught, and it does not
3029 log an exception to the console.
3031 2008-11-11 Pierre-Olivier Latour <pol@apple.com>
3033 Reviewed by Mark Rowe.
3035 Removed invalid bases incorrectly checked-in in r38305.
3037 https://bugs.webkit.org/show_bug.cgi?id=22185
3039 * platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.checksum: Removed.
3040 * platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.png: Removed.
3041 * platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
3042 * platform/mac-tiger/fast/text/international/hindi-spacing-expected.checksum: Removed.
3043 * platform/mac-tiger/fast/text/international/hindi-spacing-expected.png: Removed.
3044 * platform/mac-tiger/fast/text/international/hindi-spacing-expected.txt: Removed.
3046 2008-11-11 Beth Dakin <bdakin@apple.com>
3048 Reviewed by Darin Adler.
3050 Tests for <rdar://problem/5089327> Too much indentation when
3051 pasting quoted paragraphs
3054 * editing/pasteboard/paste-blockquote-into-blockquote-3.html:
3056 * platform/mac/editing/pasteboard/paste-blockquote-into-
3057 blockquote-3-expected.checksum: Added.
3058 * platform/mac/editing/pasteboard/paste-blockquote-into-
3059 blockquote-3-expected.png: Added.
3060 * platform/mac/editing/pasteboard/paste-blockquote-into-
3061 blockquote-3-expected.txt: Added.
3063 The results for these tests previously reflected the behavior
3064 implemented in revision 38273. We have since decided that that
3065 behavior is wrong and we changed it with this patch.
3066 * platform/mac/editing/pasteboard/merge-end-blockquote-
3068 * platform/mac/editing/pasteboard/merge-end-blockquote-
3070 * platform/mac/editing/pasteboard/merge-end-blockquote-
3072 * platform/mac/editing/pasteboard/paste-blockquote-into-
3073 blockquote-2-expected.txt:
3074 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3077 2008-11-11 Dirk Schulze <krit@webkit.org>
3079 Reviewed by Dave Hyatt.
3081 Pattern transform check was too strict for Cg. Scaling can cause a wrong
3082 color on the borders of the scaled object.
3084 Correct expected result of the tests.
3086 * fast/canvas/canvas-pattern-transform-expected.txt:
3087 * fast/canvas/canvas-pattern-transform.html:
3088 * fast/canvas/canvas-pattern-transform.js:
3089 * fast/canvas/canvas-radial-gradient-spreadMethod-expected.txt:
3091 2008-11-11 Pierre-Olivier Latour <pol@apple.com>
3093 Rubber-stamped by Dan Bernstein.
3095 https://bugs.webkit.org/show_bug.cgi?id=21821
3097 Removed pixel results in platform/mac-tiger that were only slightly different
3098 (within 1% tolerance) from the platform/mac results.
3099 Removed results in platform/mac-tiger where the results in platform/mac were
3100 also correct for Tiger.
3101 Also updated results in platform/mac-tiger that were out of date.
3103 Made sure every test that has a specific mac-tiger render tree output also has matching images.
3105 (file listing elided)
3107 2008-11-11 Dirk Schulze <vbs85@gmx.de>
3109 Reviewed by Darin Adler.
3111 Check behavior of default spreadMethod on radial gradients.
3113 * fast/canvas/canvas-radial-gradient-spreadMethod-expected.txt: Added.
3114 * fast/canvas/canvas-radial-gradient-spreadMethod.html: Added.
3115 * fast/canvas/canvas-radial-gradient-spreadMethod.js: Added.
3117 2008-11-11 Dirk Schulze <vbs85@gmx.de>
3119 Reviewed by Oliver Hunter.
3121 Added test to check behavior on transformations of patterns in canvas.
3123 * fast/canvas/canvas-pattern-transform-expected.txt: Added.
3124 * fast/canvas/canvas-pattern-transform.html: Added.
3125 * fast/canvas/canvas-pattern-transform.js: Added.
3127 2008-11-11 Pierre-Olivier Latour <pol@apple.com>
3129 Rubber-stamped by Dan Bernstein.
3131 https://bugs.webkit.org/show_bug.cgi?id=21821
3133 Remaining set of updated expected pixel results. This includes http/,
3134 media/, plugins/, scrollbars/, tables/, transforms/, transitions/ and
3137 (file listing elided)
3139 2008-11-10 Adam Roben <aroben@apple.com>
3141 Test for Bug 22161: Assertion failure in RenderThemeWin::systemColor
3142 when loading microsoftpdc.com
3144 <https://bugs.webkit.org/show_bug.cgi?id=22161>
3146 Note that this test would only fail if DumpRenderTree used
3147 RenderThemeWin, which it doesn't. I did test that locally, though.
3149 Reviewed by Dan Bernstein.
3151 * fast/css/outline-invert-assertion-expected.txt: Added.
3152 * fast/css/outline-invert-assertion.html: Added.
3154 2008-11-10 Beth Dakin <bdakin@apple.com>
3156 Rubber stamped by Justin Garcia.
3158 New tests for <rdar://problem/4037481> REGRESSION (Mail): pasting
3159 quoted text into quoted text yields double-quoting
3160 * editing/pasteboard/paste-blockquote-into-blockquote-2.html:
3162 * editing/pasteboard/paste-blockquote-into-blockquote.html: Added.
3163 * platform/mac/editing/pasteboard/paste-blockquote-into-
3164 blockquote-2-expected.checksum: Added.
3165 * platform/mac/editing/pasteboard/paste-blockquote-into-
3166 blockquote-2-expected.png: Added.
3167 * platform/mac/editing/pasteboard/paste-blockquote-into-
3168 blockquote-2-expected.txt: Added.
3169 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3170 expected.checksum: Added.
3171 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3172 expected.png: Added.
3173 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3174 expected.txt: Added.
3176 Test with new results because of this patch:
3177 * platform/mac/editing/pasteboard/merge-end-blockquote-
3179 * platform/mac/editing/pasteboard/merge-end-blockquote-
3181 * platform/mac/editing/pasteboard/merge-end-blockquote-
3185 2008-11-09 Cameron Zwarich <zwarich@apple.com>
3187 Reviewed by Darin Adler.
3189 Add a test for bug 19541: Null pointer in showModalDialog()
3190 <https://bugs.webkit.org/show_bug.cgi?id=19541>
3192 * fast/dom/null-page-show-modal-dialog-crash-expected.txt: Added.
3193 * fast/dom/null-page-show-modal-dialog-crash.html: Added.
3195 2008-11-09 Alexey Proskuryakov <ap@webkit.org>
3197 Reviewed by Darin Adler.
3199 https://bugs.webkit.org/show_bug.cgi?id=22104
3200 Javascript URL percent encoding/decoding broken by some characters
3202 * fast/loader/javascript-url-encoding-2-expected.txt:
3203 * fast/loader/javascript-url-encoding-2.html:
3205 2008-11-09 Darin Adler <darin@apple.com>
3207 Reviewed by Sam Weinig and Maciej Stachowiak.
3209 - test for https://bugs.webkit.org/show_bug.cgi?id=14886
3210 Stack overflow due to deeply nested parse tree doing repeated string concatentation
3212 * fast/js/large-expressions-expected.txt: Added.
3213 * fast/js/large-expressions.html: Added.
3214 * fast/js/resources/large-expressions.js: Added.
3216 2008-11-09 Darin Adler <darin@apple.com>
3218 Reviewed by Sam Weinig.
3220 - fix https://bugs.webkit.org/show_bug.cgi?id=22142
3221 a few fast/canvas tests use non-standard HTML wrappers but don't need to
3223 * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
3224 Fixed spelling error: "gradieints".
3226 * fast/canvas/gradient-addColorStop-with-invalid-color.html: Regenerated with
3227 make-js-test-wrappers script; removes the canvas element that was in here.
3228 * fast/canvas/linearGradient-infinite-values.html: Ditto.
3229 * fast/canvas/radialGradient-infinite-values.html: Ditto.
3231 * fast/canvas/resources/gradient-addColorStop-with-invalid-color.js:
3232 Fixed spelling error and changed code to use createElement to make a canvas
3233 element rather than using getElementById to find an existing canvas element.
3234 * fast/canvas/resources/linearGradient-infinite-values.js: Ditto.
3235 * fast/canvas/resources/radialGradient-infinite-values.js: Ditto.
3237 2008-11-08 Antti Koivisto <antti@apple.com>
3239 Reviewed by Sam Weinig.
3241 Test for https://bugs.webkit.org/show_bug.cgi?id=22141
3242 REGRESSION: Safari error page is not fully styled when loaded from cache
3244 * fast/encoding/css-cached-bom.html: Added.
3245 * fast/encoding/css-cached-bom-expected.txt: Added.
3246 * fast/encoding/resources/css-cached-bom-frame.html: Added.
3247 * fast/encoding/resources/utf-16-little-endian.css: Added.
3249 2008-11-08 Simon Fraser <simon.fraser@apple.com>
3251 Reviewed by Dan Bernstein
3253 https://bugs.webkit.org/show_bug.cgi?id=21906
3255 Test focus ring drawing on a transformed text input (and fix the HTML in
3256 an unrelated test case).
3258 * fast/repaint/focus-layers.html: Quoted id attribute and removed extra
3260 * fast/transforms/transformed-focused-text-input.html: Added.
3261 * platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum: Added.
3262 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png: Added.
3263 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt: Added.
3265 2008-11-07 Cameron Zwarich <zwarich@apple.com>
3267 Reviewed by Geoff Garen.
3269 * fast/js/resources/typeof-constant-string.js: Added.
3270 * fast/js/typeof-constant-string-expected.txt: Added.
3271 * fast/js/typeof-constant-string.html: Added.
3273 2008-11-07 Holger Hans Peter Freyther <zecke@selfish.org>
3275 Reviewed by Darin Adler.
3277 https://bugs.webkit.org/show_bug.cgi?id=22039
3279 Enable text only and succeeding fast tests for the gtk port
3281 Enable the tests from the fast directory that succeed. Classify the
3282 remaining tests from the fast directory.
3284 * platform/gtk/Skipped:
3286 2008-11-07 Holger Hans Peter Freyther <zecke@selfish.org>
3288 Reviewed by Darin Adler.
3290 https://bugs.webkit.org/show_bug.cgi?id=22039
3292 Skip every test on the Gtk+ platform
3294 Add every test directory to the Skipped list in order to create
3295 a baseline for the Gtk+ port.
3297 * platform/gtk/Skipped:
3299 2008-11-06 Sam Weinig <sam@webkit.org>
3301 Reviewed by Mark Rowe.
3303 Fix test that would fail if it had the wrong set of plugins.
3305 * plugins/plugin-javascript-access.html:
3307 2008-11-06 Chris Fleizach <cfleizach@apple.com>
3309 Reviewed by Beth Dakin.
3311 Test for Bug 22112: if a <body> has contenteditable=true, it should report a writable AXValue
3312 https://bugs.webkit.org/show_bug.cgi?id=22112
3314 * accessibility/content-editable-expected.txt: Added.
3315 * accessibility/content-editable.html: Added.
3317 2008-11-06 Simon Fraser <simon.fraser@apple.com>
3319 Reviewed by Antti Koivisto
3321 https://bugs.webkit.org/show_bug.cgi?id=22109
3322 Make <input type="range"> work correctly with transforms
3324 * fast/forms/slider-transformed-expected.txt: Added.
3325 * fast/forms/slider-transformed.html: Added.
3327 2008-11-05 Simon Fraser <simon.fraser@apple.com>
3329 Reviewed by Dave Hyatt
3331 https://bugs.webkit.org/show_bug.cgi?id=21870
3333 Test event.offsetX/offsetY for various types of elements, which
3334 exercises absoluteToLocal() code.
3336 * fast/events/offsetX-offsetY-expected.txt: Added.
3337 * fast/events/offsetX-offsetY.html: Added.
3339 2008-11-05 Gavin Barraclough <barraclough@apple.com>
3341 Reviewed by Maciej Stachowiak.
3343 Previosly the test 'cross-site-this' checked that the second level deep method called
3344 across frames recieved the correct this pointer, when no base object is provided.
3346 Test updated so that it check that the code in the child frame, and both the first
3347 and second functions called in the parent frame recieve the correct this values.
3349 * fast/frames/cross-site-this.html:
3350 * fast/frames/resources/cross-site-this-helper.html:
3352 2008-11-05 Justin Garcia <justin.garcia@apple.com>
3354 Reviewed by Beth Dakin.
3356 <rdar://problem/5480736> In Mail and Gmail, copied indented text pastes with line break
3358 * editing/pasteboard/5480736-expected.txt: Added.
3359 * editing/pasteboard/5480736.html: Added.
3361 2008-11-05 Sam Weinig <sam@webkit.org>
3363 Reviewed by Anders Carlsson.
3365 Update tests for https://bugs.webkit.org/show_bug.cgi?id=22085
3366 The Plugin JS object should expose item() and namedItem() methods to match Firefox
3368 * fast/dom/Window/window-properties-expected.txt:
3369 * plugins/plugin-javascript-access-expected.txt:
3370 * plugins/plugin-javascript-access.html:
3372 2008-11-05 Alexey Proskuryakov <ap@webkit.org>
3374 Reviewed by Maciej Stachowiak.
3376 https://bugs.webkit.org/show_bug.cgi?id=21060
3377 Range#surroundContents incorrectly throws BAD_BOUNDARYPOINTS_ERR
3379 * fast/dom/Range/surroundContents-check-boundary-points-expected.txt: Added.
3380 * fast/dom/Range/surroundContents-check-boundary-points.html: Added.
3382 * fast/dom/Range/range-exceptions-expected.txt: Updated incorrect result - there was no
3383 reason to raise BAD_BOUNDARYPOINTS_ERR.
3385 2008-11-04 Sam Weinig <sam@webkit.org>
3387 Reviewed by Simon Hausmann.
3389 Update tests for https://bugs.webkit.org/show_bug.cgi?id=21648
3390 navigator.mimeTypes and navigator.plugins don't expose item and namedItem to JS
3392 * fast/dom/Window/window-properties-expected.txt:
3393 * fast/js/global-constructors-expected.txt:
3394 * plugins/plugin-javascript-access-expected.txt:
3395 * plugins/plugin-javascript-access.html:
3397 2008-11-05 Pierre-Olivier Latour <pol@apple.com>
3399 Rubber-stamped by Dan Bernstein.
3401 https://bugs.webkit.org/show_bug.cgi?id=21821
3403 Another set of updated expected pixel results generated with the same
3404 setup. Includes accessiblity/, animations/, css1/, css2.1/, css3/,
3407 (file listing elided)
3409 2008-11-05 Pierre-Olivier Latour <pol@apple.com>
3411 Rubber-stamped by Dan Bernstein.
3413 https://bugs.webkit.org/show_bug.cgi?id=21821
3415 Imported more image bases for fast/ and svg/ in order to
3416 fully validate latest DRT and test script changes. These results were generated
3417 by a release build of r38003 on an Intel iMac running Mac OS X 10.5.5 with
3420 (file listing elided)
3422 2008-11-04 Pamela Greene <pam@chromium.org>
3424 Reviewed by Darin Adler.
3426 Added test for crash resulting from nested stylesheets using certain
3427 builds of libxml2. See https://bugs.webkit.org/show_bug.cgi?id=15715 .
3429 * fast/xsl/resources/xslt-nested-stylesheets0.xsl: Added.
3430 * fast/xsl/resources/xslt-nested-stylesheets1.xsl: Added.
3431 * fast/xsl/xslt-nested-stylesheets-expected.txt: Added.
3432 * fast/xsl/xslt-nested-stylesheets.xml: Added.
3434 2008-11-04 Pierre-Olivier Latour <pol@apple.com>
3436 Reviewed by Dan Bernstein.
3438 - part of https://bugs.webkit.org/show_bug.cgi?id=21821
3439 Removed pixel results in platform/mac-tiger that were only slightly different
3440 (within 1% tolerance) from the platform/mac results.
3441 Removed results in platform/mac-tiger where the results in platform/mac were
3442 also correct for Tiger.
3444 (file listing elided)
3446 2008-11-03 Simon Fraser <simon.fraser@apple.com>
3448 Reviewed by Dave Hyatt
3450 https://bugs.webkit.org/show_bug.cgi?id=22026
3451 Fix bounds of transparency layer for a div with a transform
3452 inside an opacity layer.
3454 * fast/layers/opacity-transforms.html: Added.
3455 * platform/mac/fast/layers/opacity-transforms-expected.checksum: Added.
3456 * platform/mac/fast/layers/opacity-transforms-expected.png: Added.
3457 * platform/mac/fast/layers/opacity-transforms-expected.txt: Added.
3459 2008-11-01 Adam Barth <abarth@webkit.org>
3461 Reviewed by Sam Weinig.
3463 Test that we properly block non-same-origin redirects for these
3466 https://bugs.webkit.org/show_bug.cgi?id=21963
3468 * http/tests/security/resources/xsl-using-document-redirect.xsl: Added.
3469 * http/tests/security/resources/xsl-using-external-entity-redirect.xsl: Added.
3470 * http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt: Copied from LayoutTests/http/tests/security/xss-DENIED-xsl-document-expected.txt.
3471 * http/tests/security/xss-DENIED-xsl-document-redirect.xml: Added.
3472 * http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt: Copied from LayoutTests/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt.
3473 * http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml: Added.
3475 2008-11-01 Alexey Proskuryakov <ap@webkit.org>
3477 Reviewed by Darin Adler.
3479 https://bugs.webkit.org/show_bug.cgi?id=22001
3480 AtomicStringImpl* keys of event listener maps can outlive their strings
3482 * fast/events/destroyed-atomic-string-expected.txt: Added.
3483 * fast/events/destroyed-atomic-string.html: Added.
3485 2008-10-30 Justin Garcia <justin.garcia@apple.com>
3487 Added another layout test for previous check-in.
3489 * editing/inserting/6104369-2-expected.txt: Added.
3490 * editing/inserting/6104369-2.html: Added.
3492 2008-10-30 Justin Garcia <justin.garcia@apple.com>
3494 Reviewed by Beth Dakin.
3496 <rdar://problem/6104369> Hitting return at the end of a quoted line creates an extraneous quoted line
3498 * editing/inserting/6104369-expected.txt: Added.