1 2008-12-10 Hironori Bono <hbono@chromium.org>
3 Reviewed by Alexey Proskuryakov.
5 Bug 21820: Unable to enter the Tamil UNICODE Characters via Thamizha Phonetic IME
6 https://bugs.webkit.org/show_bug.cgi?id=21820
8 <rdar://problem/5683248> Typing backspace to delete a diacritical mark also deletes the character before (Arabic)
9 <rdar://problem/5702038> Backspace removes Thai Character in wrong sequence
11 Added test for verifying if a backspace key deletes only the last character of a ligature which consists of
12 multiple Unicode characters.
13 Also added a test for verifying an undo operation works after deleting the last character of a ligature.
15 * editing/deleting/delete-ligature-001-expected.txt: Added.
16 * editing/deleting/delete-ligature-001.html: Added.
17 * editing/deleting/delete-ligature-002-expected.txt: Added.
18 * editing/deleting/delete-ligature-002.html: Added.
19 * editing/deleting/delete-ligature-003-expected.txt: Added.
20 * editing/deleting/delete-ligature-003.html: Added.
22 2008-12-10 Alexey Proskuryakov <ap@webkit.org>
24 Rubber-stamped by Maciej Stachowiak.
26 <rdar://problem/5959165> Crash in a number of iExploder tests in WebCore::CachedImage::notifyObservers
28 Add a test for a crash that is no longer reproducible.
30 * fast/css/mask-missing-image-crash-expected.txt: Added.
31 * fast/css/mask-missing-image-crash.html: Added.
33 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
35 Rubber-stamped by Dan Bernstein.
37 https://bugs.webkit.org/show_bug.cgi?id=19762
38 Crash in svg/webarchive/svg-cursor-subresources.svg
40 * svg/webarchive/svg-cursor-subresources.svg: Copied from LayoutTests/svg/webarchive/svg-cursor-subresources.svg-disabled.
41 * svg/webarchive/svg-cursor-subresources.svg-disabled: Removed.
44 2008-12-09 Geoffrey Garen <ggaren@apple.com>
46 Reviewed by Oliver Hunt.
48 Added a test for an assertion followed by a quantifier.
50 * fast/regex/quantified-assertions-expected.txt: Added.
51 * fast/regex/quantified-assertions.html: Added.
52 * fast/regex/resources/quantified-assertions.js: Copied from fast/regex/resources/alternative-length-miscalculation.js.
54 2008-12-09 Geoffrey Garen <ggaren@apple.com>
56 Reviewed by Cameron Zwarich.
58 Updated regular expression layout tests to be agnostic between WREC
59 and PCRE quirks. Also, updated results to match new, more web-compatible
60 regular expression parsing.
62 * fast/js/regexp-charclass-crash-expected.txt:
63 * fast/js/regexp-charclass-crash.html:
64 * fast/js/regexp-no-extensions-expected.txt:
65 * fast/js/resources/regexp-no-extensions.js:
66 * fast/regex/test1-expected.txt:
68 2008-12-09 David Levin <levin@chromium.org>
70 Reviewed by Eric Seidel.
72 https://bugs.webkit.org/show_bug.cgi?id=22512
74 Add a test to check for crashes when attaching an event to a document created by
75 'document.implementation.createDocument'.
77 * fast/events/create-document-crash-on-attach-event-expected.txt: Added.
78 * fast/events/create-document-crash-on-attach-event.html: Added.
79 * fast/events/resources/create-document-crash-on-attach-event.js: Added.
82 2008-12-09 David Levin <levin@chromium.org>
84 Reviewed by Eric Seidel.
86 Add a test to check the event order for context clicks on Windows.
88 https://bugs.webkit.org/show_bug.cgi?id=22505
90 * platform/win/fast/events/context-click-events-expected.txt: Added.
91 * platform/win/fast/events/context-click-events.html: Added.
92 * platform/win/fast/events/resources: Added.
93 * platform/win/fast/events/resources/TEMPLATE.html: Added.
94 * platform/win/fast/events/resources/context-click-events.js: Added.
99 2008-12-09 Alexey Proskuryakov <ap@webkit.org>
101 Reviewed by Darin Adler.
103 https://bugs.webkit.org/show_bug.cgi?id=22719
104 Implement Navigator object in Workers
106 * fast/workers/worker-navigator-expected.txt: Added.
107 * fast/workers/worker-navigator.html: Added.
109 2008-12-09 Pamela Greene <pam@chromium.org>
111 Submitted without review.
112 Corrected results so the test passes.
114 * fast/events/special-key-events-in-input-text-expected.txt:
116 2008-12-09 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
118 Reviewed by Alexey Proskuryakov.
120 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22637
122 Add new tests covering the WMLGoElement's GET method.
123 Reactive disabled WML tests, as LayoutTests/wml/ is not run anymore if WebCore has been built without WML support.
125 * wml/go-task-get-method-external-deck-expected.txt: Added.
126 * wml/go-task-get-method-external-deck-with-href-expected.txt: Added.
127 * wml/go-task-get-method-external-deck-with-href.html: Added.
128 * wml/go-task-get-method-external-deck.html: Added.
129 * wml/go-task-get-method-same-deck-expected.txt: Added.
130 * wml/go-task-get-method-same-deck.html: Added.
131 * wml/resources/WMLTestCase.js:
132 (createWMLTestCase.iframeElement.onload):
134 (completeTest.script.onload):
136 * wml/resources/external-deck.wml: Added.
137 * wml/resources/go-task-get-method-external-deck-with-href.js: Added.
141 * wml/resources/go-task-get-method-external-deck.js: Added.
145 * wml/resources/go-task-get-method-same-deck.js: Added.
149 * wml/resources/test-document.wml: Added.
150 * wml/variable-reference-invalid-character.html: Copied from LayoutTests/wml/variable-reference-invalid-character.html-disabled.
151 * wml/variable-reference-invalid-character.html-disabled: Removed.
152 * wml/variable-reference-valid.html: Copied from LayoutTests/wml/variable-reference-valid.html-disabled.
153 * wml/variable-reference-valid.html-disabled: Removed.
155 2008-12-08 Dmitry Titov <dimich@chromium.org>
157 Reviewed by Darin Adler.
159 Test for https://bugs.webkit.org/show_bug.cgi?id=22710
160 Verifies that active timeout does not cause memory leak.
162 * fast/dom/Window/resources/long_timeout.html: Added.
163 * fast/dom/Window/timeout-released-on-close-expected.txt: Added.
164 * fast/dom/Window/timeout-released-on-close.html: Added.
166 2008-12-08 Geoffrey Garen <ggaren@apple.com>
168 Reviewed by Sam Weinig.
170 Fixed js-test-pre.js to print a meaningful, complete sentence when
171 exception tests fail.
173 * fast/js/const-expected.txt: Updated test for new results.
175 * fast/js/resources/js-test-pre.js:
178 2008-12-08 Pierre-Olivier Latour <pol@apple.com>
180 Reviewed by Dan Bernstein.
182 Increase timeout in video-paint-test.js so that <video> tests pass on the Tiger pixel bot which is slower
183 than the Leopard one.
185 https://bugs.webkit.org/show_bug.cgi?id=22742
187 * media/video-paint-test.js:
190 2008-12-08 Geoffrey Garen <ggaren@apple.com>
192 Reviewed by Sam Weinig.
194 Added a test for interesting uses of non-pattern-characters in regular
197 * fast/regex/non-pattern-characters-expected.txt: Added.
198 * fast/regex/non-pattern-characters.html: Added.
199 * fast/regex/resources/non-pattern-characters.js: Added.
201 2008-12-08 Darin Adler <darin@apple.com>
203 Reviewed by John Sullivan.
205 - tests for https://bugs.webkit.org/show_bug.cgi?id=22409
206 REGRESSION: cmd-shift-left/right don't switch tabs, instead select text
208 * editing/execCommand/enabling-and-selection-2-expected.txt: Added.
209 * editing/execCommand/enabling-and-selection-2.html: Added.
210 * editing/execCommand/enabling-and-selection-expected.txt: Added.
211 * editing/execCommand/enabling-and-selection.html: Added.
212 * editing/execCommand/resources: Added.
213 * editing/execCommand/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
214 * editing/execCommand/resources/enabling-and-selection-2.js: Added.
215 * editing/execCommand/resources/enabling-and-selection.js: Added.
217 * fast/canvas/canvas-setTransform.html: Let make-js-test-wrappers update this.
218 * fast/canvas/canvas-strokeRect.html: Ditto.
220 * platform/qt/Skipped: Added enabling-and-selection-2 to the skipped list.
221 * platform/win/Skipped: Ditto.
223 2008-12-08 Pamela Greene <pam@chromium.org>
225 Reviewed by Darin Adler.
227 https://bugs.webkit.org/show_bug.cgi?id=22739
228 Test the sequence of keyboard events generated for a keypress.
230 * fast/events/special-key-events-in-input-text-expected.txt: Added.
231 * fast/events/special-key-events-in-input-text.html: Added.
233 2008-12-08 Julien Chaffraix <jchaffraix@webkit.org>
235 Reviewed by Darin Adler.
237 Tests cases for bug 17897: Not Rendering Images Imported from XHTML Document
238 <rdar://problem/5827614>
240 - xmlhttprequest-image-not-loaded*: test that an image loaded by an XMLHttpRequest and inserted into a XHTML or SVG Document
241 is properly rendered.
243 - 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
244 (whether it does really change the url or not).
246 * http/tests/misc/image-blocked-src-change-expected.txt: Added.
247 * http/tests/misc/image-blocked-src-change.html: Added.
248 * http/tests/misc/image-blocked-src-no-change-expected.txt: Added.
249 * http/tests/misc/image-blocked-src-no-change.html: Added.
250 * http/tests/xmlhttprequest/resources/load-icon.svg: Added.
251 * http/tests/xmlhttprequest/resources/load-icon.xhtml: Added.
252 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-expected.txt: Added.
253 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg-expected.txt: Added.
254 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded-svg.svg: Added.
255 * http/tests/xmlhttprequest/xmlhttprequest-image-not-loaded.html: Added.
257 2008-12-08 Mark Rowe <mrowe@apple.com>
259 Rubber-stamped by Sam Weinig.
261 Disable the WML tests since no platforms build with WML enabled by default and the test failures are annoying.
263 * wml/variable-reference-invalid-character.html-disabled: Renamed from LayoutTests/wml/variable-reference-invalid-character.html.
264 * wml/variable-reference-valid.html-disabled: Renamed from LayoutTests/wml/variable-reference-valid.html.
266 2008-12-08 Aaron Boodman <aa@chromium.org>
268 Reviewed by Stephanie Lewis.
270 https://bugs.webkit.org/show_bug.cgi?id=22301
271 Make dispatchDidFinishLoading() always fire before didFinishLoadForFrame().
273 * fast/dom/Window/get-set-properties-expected.txt:
274 * fast/events/onunload-window-property-expected.txt:
275 * http/tests/loading/basic-expected.txt:
276 * http/tests/loading/empty-subframe-expected.txt:
277 * http/tests/loading/gmail-assert-on-load-expected.txt:
278 * http/tests/loading/location-hash-reload-cycle-expected.txt:
279 * http/tests/loading/onload-vs-immediate-refresh-expected.txt:
280 * http/tests/loading/slow-parsing-subframe-expected.txt:
281 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
282 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
283 * webarchive/loading/test-loading-archive-expected.txt:
285 2008-12-08 Oliver Hunt <oliver@apple.com>
287 Reviewed by Alexey Proskuryakov.
289 Bug 22398: r39059: Crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler
290 <rdar://problem/6426245> REGRESSION(r39059): Reproducible crash when clearing webkitTransitionDuration in webkitTransitionEnd event handler (22398)
292 Add crash test for this regression -- simply clear the transition duration in the transitionEnd handler.
294 * transitions/transition-duration-cleared-in-transitionend-crash-expected.txt: Added.
295 * transitions/transition-duration-cleared-in-transitionend-crash.html: Added.
297 2008-12-07 Simon Fraser <simon.fraser@apple.com>
299 Reviewed by Dan Bernstein
301 https://bugs.webkit.org/show_bug.cgi?id=22594
303 Testcase for fetching inline style for -webkit-transform-origin
304 and -webkit-transition.
306 * fast/css/transform-inline-style-expected.txt: Added.
307 * fast/css/transform-inline-style.html: Added.
309 2008-12-07 Dirk Schulze <krit@webkit.org>
311 Reviewed by Oliver Hunt.
313 Tests strokeRect with patterns and gradients.
315 * fast/canvas/canvas-strokeRect-expected.txt: Added.
316 * fast/canvas/canvas-strokeRect.html: Added.
317 * fast/canvas/resources/canvas-strokeRect.js: Added.
319 2008-12-06 Dirk Schulze <krit@webkit.org>
321 Reviewed by Oliver Hunt.
323 Added tests for canvas's setTransform() and updated an existing one.
325 * fast/canvas/canvas-setTransform-expected.txt: Added.
326 * fast/canvas/canvas-setTransform.html: Added.
327 * fast/canvas/resources/canvas-setTransform.js: Added.
328 * fast/dom/Window/window-properties-expected.txt:
330 2008-12-06 Antti Koivisto <antti@apple.com>
332 Reusing property slots changed property ordering in this text.
334 * editing/pasteboard/5780697-2-expected.txt:
336 2008-12-06 Simon Fraser <simon.fraser@apple.com>
338 Reviewed by Antti Koivisto, Dan Bernstein
340 https://bugs.webkit.org/show_bug.cgi?id=22088
342 Testcase for repaint issue when transform changes
344 * fast/repaint/transform-repaint-descendants.html: Added.
345 * platform/mac/fast/repaint/transform-repaint-descendants-expected.checksum: Added.
346 * platform/mac/fast/repaint/transform-repaint-descendants-expected.png: Added.
347 * platform/mac/fast/repaint/transform-repaint-descendants-expected.txt: Added.
349 2008-12-06 Simon Fraser <simon.fraser@apple.com>
351 Update expected image now that the caret renders in transformed
354 https://bugs.webkit.org/show_bug.cgi?id=15671
356 * platform/mac/fast/forms/search-transformed-expected.checksum:
357 * platform/mac/fast/forms/search-transformed-expected.png:
359 2008-12-06 Simon Fraser <simon.fraser@apple.com>
361 Reviewed by Dan Bernstein
363 https://bugs.webkit.org/show_bug.cgi?id=15739
365 Testcase for selection painting on a transformed, replaced element.
367 * fast/replaced/selection-rect-transform.html: Added.
368 * platform/mac/fast/replaced/selection-rect-transform-expected.checksum: Added.
369 * platform/mac/fast/replaced/selection-rect-transform-expected.png: Added.
370 * platform/mac/fast/replaced/selection-rect-transform-expected.txt: Added.
372 2008-12-06 Simon Fraser <simon.fraser@apple.com>
374 Reviewed by Dave Hyatt
376 https://bugs.webkit.org/show_bug.cgi?id=15671
378 * fast/transforms/transformed-caret.html: Added.
379 * platform/mac/fast/transforms/transformed-caret-expected.checksum: Added.
380 * platform/mac/fast/transforms/transformed-caret-expected.png: Added.
381 * platform/mac/fast/transforms/transformed-caret-expected.txt: Added.
383 New testcase for caret on transformed element.
385 * platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum:
386 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png:
388 Fix expected now that caret rendering works properly.
390 2008-12-05 Chris Marrin <cmarrin@apple.com>
392 Reviewed by Dave Hyatt.
394 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22635
396 * animations/animation-iteration-event-destroy-renderer-expected.txt: Added.
397 * animations/animation-iteration-event-destroy-renderer.html: Added.
398 * animations/animation-start-event-destroy-renderer-expected.txt: Added.
399 * animations/animation-start-event-destroy-renderer.html: Added.
401 2008-12-05 Pamela Greene <pam@chromium.org>
403 Reviewed by Darin Adler.
405 https://bugs.webkit.org/show_bug.cgi?id=22608
406 Add a test for line numbers of uncaught JS exceptions.
408 * fast/js/uncaught-exception-line-number-expected.txt: Added.
409 * fast/js/uncaught-exception-line-number.html: Added.
411 2008-12-05 Pamela Greene <pam@chromium.org>
413 Reviewed by Darin Adler.
415 https://bugs.webkit.org/show_bug.cgi?id=22604
416 Add test for onload handler named 'onload'.
418 * fast/events/onload-name-collision-expected.txt: Added.
419 * fast/events/onload-name-collision.html: Added.
421 2008-12-05 Pamela Greene <pam@chromium.org>
423 Reviewed by Darin Adler.
425 https://bugs.webkit.org/show_bug.cgi?id=22601
426 Add test to verify that calling functions on a Java applet from JS works.
428 * fast/dom/java-applet-calls-expected.txt: Added.
429 * fast/dom/java-applet-calls.html: Added.
430 * fast/dom/resources/TestApplet.class: Added.
431 * fast/dom/resources/TestApplet.java: Added.
432 (TestApplet): Source of test applet for use by layout test(s).
434 (TestApplet.setString):
435 (TestApplet.getString):
437 2008-12-05 Pamela Greene <pam@chromium.org>
439 Reviewed by Darin Adler.
441 https://bugs.webkit.org/show_bug.cgi?id=22592
442 Make sure the onload handler is only called once, even when there are
443 multiple <body> nodes in the document.
445 * fast/events/onload-fires-twice-expected.txt: Added.
446 * fast/events/onload-fires-twice.html: Added.
448 2008-12-05 Pamela Greene <pam@chromium.org>
450 Reviewed by Darin Adler.
452 https://bugs.webkit.org/show_bug.cgi?id=22575
453 Add a test for accessing NodeList items by name.
455 * fast/dom/NodeList/nodelist-item-with-name-expected.txt: Added.
456 * fast/dom/NodeList/nodelist-item-with-name.html: Added.
458 2008-12-05 Pamela Greene <pam@chromium.org>
460 Reviewed by Eric Seidel.
462 https://bugs.webkit.org/show_bug.cgi?id=22632
463 Add a test for DOM operations with incompatible receivers or arguments.
465 * fast/dom/incompatible-operations-expected.txt: Added.
466 * fast/dom/incompatible-operations.html: Added.
468 2008-12-05 Justin Garcia <justin.garcia@apple.com>
470 Updating these test results. On Tiger the fragment created from RTFD data
471 contained interchange newlines that we incorrectly handled before r38983.
473 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.checksum:
474 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.png:
475 * platform/mac-tiger/editing/pasteboard/paste-RTFD-expected.txt:
477 2008-12-05 Geoffrey Garen <ggaren@apple.com>
479 Reviewed by Sam Weinig.
481 Added a test for a bug I discovered while working on
482 https://bugs.webkit.org/show_bug.cgi?id=22685.
484 * fast/regex/non-capturing-backtracking-expected.txt: Added.
485 * fast/regex/non-capturing-backtracking.html: Added.
486 * fast/regex/resources/non-capturing-backtracking.js: Added.
488 2008-12-05 Dean Jackson <dino@apple.com>
490 Reviewed by David Hyatt.
492 No longer need to add a fake listener on a document
493 node in order to get events passed up to Window.
494 https://bugs.webkit.org/show_bug.cgi?id=20572
496 * transitions/transition-end-event-window.html:
498 2008-12-05 Kevin McCullough <kmccullough@apple.com>
500 Reviewed by Tim Hatcher.
502 - Fix intermittent profiler test failures. The problem is that idle
503 time only shows up some times, probably dependent on if the system is
504 running a little slow or has a network hiccup. I've removed this.
505 - I've also added <rdar://problem/6422004> Profiler tests fail because
506 they sometimes don't have (idle) time. This is to investigate whether or
507 not idle time should be showing up at all when running these tests.
509 * fast/profiler/anonymous-event-handler-expected.txt:
510 * fast/profiler/anonymous-function-called-from-different-contexts-expected.txt:
511 * fast/profiler/anonymous-function-calls-built-in-functions-expected.txt:
512 * fast/profiler/anonymous-function-calls-eval-expected.txt:
513 * fast/profiler/apply-expected.txt:
514 * fast/profiler/built-in-function-calls-anonymous-expected.txt:
515 * fast/profiler/built-in-function-calls-user-defined-function-expected.txt:
516 * fast/profiler/call-expected.txt:
517 * fast/profiler/call-nodelist-as-function-expected.txt:
518 * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope-expected.txt:
519 * fast/profiler/compare-multiple-profiles-expected.txt:
520 * fast/profiler/constructor-expected.txt:
521 * fast/profiler/dead-time-expected.txt:
522 * fast/profiler/document-dot-write-expected.txt:
523 * fast/profiler/event-handler-expected.txt:
524 * fast/profiler/execution-context-and-eval-on-same-line-expected.txt:
525 * fast/profiler/heavy-view-expected.txt:
526 * fast/profiler/inline-event-handler-expected.txt:
527 * fast/profiler/many-calls-in-the-same-scope-expected.txt:
528 * fast/profiler/multiple-and-different-scoped-anonymous-function-calls-expected.txt:
529 * fast/profiler/multiple-and-different-scoped-function-calls-expected.txt:
530 * fast/profiler/multiple-frames-expected.txt:
531 * fast/profiler/nested-anonymous-functon-expected.txt:
532 * fast/profiler/nested-start-and-stop-profiler-expected.txt:
533 * fast/profiler/one-execution-context-expected.txt:
534 * fast/profiler/profile-calls-in-included-file-expected.txt:
535 * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting-expected.txt:
536 * fast/profiler/profiling-from-a-nested-location-expected.txt:
537 * fast/profiler/resources/profiler-test-JS-resources.js:
538 (printProfileNodeWithoutTime):
539 * fast/profiler/simple-event-call-expected.txt:
540 * fast/profiler/simple-no-level-change-expected.txt:
541 * fast/profiler/start-and-stop-profiler-multiple-times-expected.txt:
542 * fast/profiler/start-and-stop-profiling-in-the-same-function-expected.txt:
543 * fast/profiler/stop-profiling-after-setTimeout-expected.txt:
544 * fast/profiler/stop-then-function-call-expected.txt:
545 * fast/profiler/throw-exception-from-eval-expected.txt:
546 * fast/profiler/two-execution-contexts-expected.txt:
547 * fast/profiler/user-defined-function-calls-built-in-functions-expected.txt:
548 * fast/profiler/window-dot-eval-expected.txt:
550 2008-12-05 Alexey Proskuryakov <ap@webkit.org>
552 Reviewed by Darin Adler.
554 https://bugs.webkit.org/show_bug.cgi?id=22672
555 ASSERT(m_table) when xhr.onabort creates another xhr or calls setTimeout
557 * http/tests/xmlhttprequest/send-on-abort-expected.txt: Added.
558 * http/tests/xmlhttprequest/send-on-abort.html: Added.
560 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Removed.
561 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Removed.
562 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
563 * http/tests/xmlhttprequest/resources/slow-response.pl: Removed.
564 Stopping an XHR due to navigation no longer dispatches events.
566 2008-12-05 Jungshik Shin <jshin@chromium.org>
568 Reviewed by Alexey Proskuryakov.
570 https://bugs.webkit.org/show_bug.cgi?id=22472
572 Revises charset alias map for TextCodecICU.
573 - Uses windows-949 and windows-874 instead of windows-949-2000 and windows-874-2000
574 - Replaces 'windows874' in a couple of place with 'windows-874' (for the canonical name)
575 - Maps 'dos-874' to 'windows-874'. Currently, it's aliases to 'cp874', which is in turn
576 mapped to 'TIS-620'. 'TIS-620' is manually aliased to 'windows-874'. We'd better directly
577 alias 'dos-874' to 'windows-874'.
578 - Replaces 'EUC-CN' with 'GBK' when it's used as the canonical name.
579 Similar to the above case, we're getting rid of indirection that eventually leads to 'GBK' by
580 directly going to 'GBK'.
581 - Puts Mac encodings in a separate test 'char-decoding-mac.html'. Rename 'char-decoding-mac.html'
582 in platform/mac to 'xnextstep-decoding.html' to avoid the name collision in the result files.
583 - Adds a JS file for common functions used by char-decoding-*.html tests.
585 * fast/encoding/char-decoding-expected.txt:
586 * fast/encoding/char-decoding-mac-expected.txt: Added.
587 * fast/encoding/char-decoding-mac.html: Added.
588 * fast/encoding/char-decoding.html:
589 * fast/encoding/resources/char-decoding-utils.js
590 * platform/mac/fast/encoding/char-decoding-mac-expected.txt: Removed.
591 * platform/mac/fast/encoding/char-decoding-mac.html: Removed.
592 * platform/mac/fast/encoding/xnextstep-decoding-expected.txt: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac-expected.txt.
593 * platform/mac/fast/encoding/xnextstep-decoding.html: Copied from LayoutTests/platform/mac/fast/encoding/char-decoding-mac.html.
595 2008-12-03 Geoffrey Garen <ggaren@apple.com>
597 Reviewed by Oliver Hunt.
599 Added a test for another input length miscalculation.
601 * fast/regex/alternative-length-miscalculation-expected.txt:
602 * fast/regex/resources/alternative-length-miscalculation.js:
604 2008-12-03 Jungshik Shin <jshin@chromium.org>
606 Reviewed by Darin Adler.
608 Add missing test files (utf-16,32 files) and two php files
609 for bug 21635 and enabled utf-7 tests (bug 22492). The patch
610 for bug 21635 was landed in http://trac.webkit.org/changeset/38755,
611 but binary test files (utf-16/32) were omitted in the changeset.
613 https://bugs.webkit.org/show_bug.cgi?id=21635
614 https://bugs.webkit.org/show_bug.cgi?id=22492
616 * http/tests/misc/resources/check-query-param.php: Added.
617 * http/tests/misc/resources/echo-query-param.php: Added.
618 * http/tests/misc/submit-get-in-utf16be.html: Added.
619 * http/tests/misc/submit-get-in-utf16le.html: Added.
620 * http/tests/misc/submit-get-in-utf32be.html: Added.
621 * http/tests/misc/submit-get-in-utf32le.html: Added.
622 * http/tests/misc/submit-get-in-utf7.html: Copied from http/tests/misc/submit-get-in-utf7.html-disabled.
623 * http/tests/misc/submit-get-in-utf7.html-disabled: Removed.
624 * http/tests/misc/submit-post-in-utf16be.html: Added.
625 * http/tests/misc/submit-post-in-utf16le.html: Added.
626 * http/tests/misc/submit-post-in-utf32be.html: Added.
627 * http/tests/misc/submit-post-in-utf32le.html: Added.
628 * http/tests/misc/submit-post-in-utf7.html: Copied from http/tests/misc/submit-post-in-utf7.html-disabled.
629 * http/tests/misc/submit-post-in-utf7.html-disabled: Removed.
630 * http/tests/misc/url-in-utf16be.html: Added.
631 * http/tests/misc/url-in-utf16le.html: Added.
632 * http/tests/misc/url-in-utf32be.html: Added.
633 * http/tests/misc/url-in-utf32le.html: Added.
634 * http/tests/misc/url-in-utf7.html: Copied from http/tests/misc/url-in-utf7.html-disabled.
635 * http/tests/misc/url-in-utf7.html-disabled: Removed.
637 2008-12-03 Justin Garcia <justin.garcia@apple.com>
639 Reviewed by Beth Dakin.
641 <rdar://problem/6018653> Extra blank line when pasting paragraph in plain text
643 * editing/pasteboard/6018653-expected.txt: Added.
644 * editing/pasteboard/6018653.html: Added.
646 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
648 Reviewed by George Staikos.
650 Forgot to rerun make-js-test-wrappers, and update some fast/wml results.
652 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
653 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
654 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
655 * wml/resources/variable-reference-invalid-character.js:
656 * wml/resources/variable-reference-valid.js:
658 2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
660 Reviewed by George Staikos.
662 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22636
664 Add a first set of scriptable WML layout tests.
665 Embed WML documents in an <iframe>, contained in a (X)HTML document, and script
666 the LayoutTestController through XHTML <script> elements. See WMLTestCase.js,
667 which is derived from SVGTestCase.js.
669 All wml/*.html files are generated using make-js-test-wrappers.
671 Add two tests covering variable substitution.
674 * wml/resources: Added.
675 * wml/resources/TEMPLATE.html: Added.
676 * wml/resources/WMLTestCase.js: Added.
678 (createWMLTestCase.iframeElement.onload):
682 (completeTest.script.onload):
684 * wml/resources/variable-reference-invalid-character.js: Added.
688 * wml/resources/variable-reference-valid.js: Added.
692 * wml/variable-reference-invalid-character-expected.txt: Added.
693 * wml/variable-reference-invalid-character.html: Added.
694 * wml/variable-reference-valid-expected.txt: Added.
695 * wml/variable-reference-valid.html: Added.
697 2008-12-03 Simon Fraser <simon.fraser@apple.com>
699 Reviewed by Dave Hyatt
701 Clean up and unify transition and animation test cases that destroy
702 the renderer in the 'ended' event callback, either through setting display:none,
703 or removing the element.
705 * animations/animation-end-event-destroy-renderer-expected.txt: Added.
706 * animations/animation-end-event-destroy-renderer.html: Added.
707 * animations/transform-animation-event-destroy-element-expected.txt: Removed.
708 * animations/transform-animation-event-destroy-element.html: Removed.
709 * transitions/transform-transition-event-destroy-element-expected.txt: Removed.
710 * transitions/transform-transition-event-destroy-element.html: Removed.
711 * transitions/transition-end-event-destroy-renderer-expected.txt: Added.
712 * transitions/transition-end-event-destroy-renderer.html: Added.
714 2008-12-03 Alexey Proskuryakov <ap@webkit.org>
716 Reviewed by Darin Adler.
718 https://bugs.webkit.org/show_bug.cgi?id=22630
719 Assertion failure in XMLHttpRequest::contextDestroyed
721 * http/tests/xmlhttprequest/close-window-expected.txt: Added.
722 * http/tests/xmlhttprequest/close-window.html: Added.
723 * http/tests/xmlhttprequest/resources/close-window-frame.html: Added.
725 2008-12-03 Dean Jackson <dino@apple.com>
727 Reviewed by Dan Bernstein.
729 Tests for CSS 3 <angle> turn unit
730 https://bugs.webkit.org/show_bug.cgi?id=22497
732 * transforms/2d/transform-2d-expected.txt:
733 * transforms/2d/transform-2d.html:
734 * transforms/transform-value-types-expected.txt:
735 * transforms/transform-value-types.html:
737 2008-12-03 Dean Jackson <dino@apple.com>
739 Reviewed by Dan Bernstein.
741 Clean up some tests for private DRT API.
742 https://bugs.webkit.org/show_bug.cgi?id=22498
744 * platform/win/Skipped:
745 * transitions/transition-drt-api-delay-expected.txt:
746 * transitions/transition-drt-api-delay.html:
747 * transitions/transition-shorthand-delay-expected.txt:
748 * transitions/transition-shorthand-delay.html:
750 2008-12-03 Dirk Schulze <krit@webkit.org>
752 Updated/Correcte the SVG pixel tests.
753 We pass two more SVG tests now.
755 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
756 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
757 * platform/mac/svg/batik/text/textEffect3-expected.checksum:
758 * platform/mac/svg/batik/text/textEffect3-expected.png:
760 2008-12-03 Dmitry Titov <dimich@chromium.org>
762 Reviewed by Alexey Proskuryakov.
764 Add test for https://bugs.webkit.org/show_bug.cgi?id=22600,
765 verifying that timeout callback is executed in the right scope.
767 * fast/dom/Window/timeout-callback-scope-expected.txt: Added.
768 * fast/dom/Window/timeout-callback-scope.html: Added.
770 2008-12-02 Alexey Proskuryakov <ap@webkit.org>
772 Reviewed by Maciej Stachowiak.
774 https://bugs.webkit.org/show_bug.cgi?id=22543
775 Consolidate ActiveDOMObject page cache interaction
777 * http/tests/xmlhttprequest/abort-on-leaving-page-expected.txt: Added.
778 * http/tests/xmlhttprequest/abort-on-leaving-page.html: Added.
779 * http/tests/xmlhttprequest/resources/slow-response.pl: Added.
780 Check that XHR is aborted when navigating to a different page.
782 * http/tests/xmlhttprequest/frame-load-cancelled-abort-expected.txt:
783 A readystatechange event is now fired when destroying a subframe that made a request.
784 This matches Firefox, although test output is somewhat different due to window.parent
785 being inaccessible from a detached frame there.
787 2008-11-28 Cameron Zwarich <zwarich@apple.com>
789 Reviewed by Geoff Garen.
791 Add tests for bug 22504: Crashes during code generation occur due to refing of ignoredResult()
792 <https://bugs.webkit.org/show_bug.cgi?id=22504>
794 * fast/js/ignored-result-ref-crash-expected.txt: Added.
795 * fast/js/ignored-result-ref-crash.html: Added.
796 * fast/js/resources/ignored-result-ref-crash.js: Added.
798 2008-12-02 Geoffrey Garen <ggaren@apple.com>
800 Reviewed by Cameron Zwarich.
802 Test for https://bugs.webkit.org/show_bug.cgi?id=22537
803 REGRESSION (r38745): Assertion failure in jsSubstring() at ge.com
805 * fast/regex/alternative-length-miscalculation-expected.txt: Added.
806 * fast/regex/alternative-length-miscalculation.html: Added.
808 2008-12-02 Simon Fraser <simon.fraser@apple.com>
810 Reviewed by Dave Hyatt
812 https://bugs.webkit.org/show_bug.cgi?id=22472
814 Test for repainting a selected, replaced element.
816 * fast/repaint/selected-replaced.html: Added.
817 * platform/mac/fast/repaint/selected-replaced-expected.checksum: Added.
818 * platform/mac/fast/repaint/selected-replaced-expected.png: Added.
819 * platform/mac/fast/repaint/selected-replaced-expected.txt: Added.
821 2008-12-02 Chris Fleizach <cfleizach@apple.com>
823 Reviewed by Beth Dakin.
825 Added and modified tests for
826 Bug 22606: Can <th> serves as the AXTitleUIElement for <td>?
828 * accessibility/image-map1-expected.txt:
829 * accessibility/image-map2-expected.txt:
830 * accessibility/internal-link-anchors2-expected.txt:
831 * accessibility/lists-expected.txt:
832 * accessibility/plugin-expected.txt:
833 * accessibility/table-detection-expected.txt:
834 * accessibility/table-one-cell-expected.txt:
835 * accessibility/table-with-aria-role-expected.txt:
836 * accessibility/table-with-rules-expected.txt:
837 * accessibility/th-as-title-ui-expected.txt: Added.
838 * accessibility/th-as-title-ui.html: Added.
840 2008-12-02 Chris Fleizach <cfleizach@apple.com>
842 Update tests for Bug 22596: Some elements don't report AXBlockQuoteLevel
844 Reviewed by John Sullivan.
846 * accessibility/document-links-expected.txt:
847 * accessibility/image-map1-expected.txt:
848 * accessibility/image-map2-expected.txt:
850 2008-12-02 Dimitri Glazkov <dglazkov@chromium.org>
852 Reviewed by Eric Seidel.
854 Add Layout test for https://bugs.webkit.org/show_bug.cgi?id=22460,
855 testing ASSERT in console.trace() due to incomplete inheritance chain.
857 * fast/dom/Window/console-trace-expected.txt: Added.
858 * fast/dom/Window/console-trace.html: Added.
860 2008-12-02 Michael Moss <mmoss@chromium.org>
862 Reviewed by Eric Seidel.
864 Enable http/tests/navigation/reload-subframe-*frame.html on Windows.
865 https://bugs.webkit.org/show_bug.cgi?id=20926
867 * platform/win/Skipped:
869 2008-12-01 Beth Dakin <bdakin@apple.com>
871 Reviewed by Dan Bernstein.
873 Tests for https://bugs.webkit.org/show_bug.cgi?id=13736 REGRESSION
874 (r19811): Using the down arrow in a textarea gets "stuck" at the
875 end of a wrapped line
876 And corresponding: <rdar://problem/5347931>
878 * editing/selection/wrapped-line-caret-1.html: Added.
879 * editing/selection/wrapped-line-caret-2.html: Added.
880 * platform/mac/editing/selection/wrapped-line-caret-1-
881 expected.checksum: Added.
882 * platform/mac/editing/selection/wrapped-line-caret-1-expected.png:
884 * platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
886 * platform/mac/editing/selection/wrapped-line-caret-2-
887 expected.checksum: Added.
888 * platform/mac/editing/selection/wrapped-line-caret-2-expected.png:
890 * platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
893 2008-12-01 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
895 Not reviewed. Forgot to include updated layout tests in last commit.
897 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
898 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
899 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
901 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
903 Reviewed by Mark Rowe.
905 Updated the reference images for the <video> layout tests as the ones checked-in previously
906 do not pass on the pixel bots.
908 https://bugs.webkit.org/show_bug.cgi?id=21911
910 * platform/mac/media/video-aspect-ratio-expected.checksum:
911 * platform/mac/media/video-aspect-ratio-expected.png:
912 * platform/mac/media/video-controls-rendering-expected.checksum:
913 * platform/mac/media/video-controls-rendering-expected.png:
914 * platform/mac/media/video-display-toggle-expected.checksum:
915 * platform/mac/media/video-display-toggle-expected.png:
916 * platform/mac/media/video-layer-crash-expected.checksum:
917 * platform/mac/media/video-layer-crash-expected.png:
918 * platform/mac/media/video-transformed-expected.checksum:
919 * platform/mac/media/video-transformed-expected.png:
921 2008-12-01 David Kilzer <ddkilzer@apple.com>
923 Bug 22466: REGRESSION (35867): Many resources missing when saving webarchive of webkit.org
925 <https://bugs.webkit.org/show_bug.cgi?id=22466>
926 <rdar://problem/6403593>
928 Reviewed by Brady Eidson.
930 * http/tests/webarchive/resources/test-preload-resources.css: Added.
931 * http/tests/webarchive/test-preload-resources-expected.webarchive: Added.
932 * http/tests/webarchive/test-preload-resources.html: Added.
933 * platform/qt/Skipped: Added http/tests/webarchive and grouped the
934 skipped list of other webarchive tests together.
935 * platform/win/Skipped: Added http/tests/webarchive.
937 2008-12-01 Pamela Greene <pam@chromium.org>
939 Reviewed by Darin Adler.
941 https://bugs.webkit.org/show_bug.cgi?id=22464
942 Add a test for a potential crash when performing a same-origin
943 check on a subframe reloaded with about:blank.
945 * fast/js/same-origin-subframe-about-blank-expected.txt: Added.
946 * fast/js/same-origin-subframe-about-blank.html: Added.
948 2008-12-01 Pierre-Olivier Latour <pol@apple.com>
950 Reviewed by Dan Bernstein.
952 Fixed <video> layout tests so that DRT is notified they are done only when the video frames
953 are effectively rendered in the page. This requires using a timeout since there is no <video>
954 event that fires when the first frame has been drawn (the closest even fires when the element
955 is ready to render and will eventually draw at some unknown point in the future).
956 Thanks to this change, these tests now pass in --pixel mode as well.
958 https://bugs.webkit.org/show_bug.cgi?id=21911
960 * media/video-aspect-ratio.html:
961 * media/video-controls-rendering.html:
962 * media/video-display-toggle.html:
963 * media/video-layer-crash.html:
964 * media/video-paint-test.js:
966 * media/video-transformed.html:
967 * platform/mac/media/video-aspect-ratio-expected.checksum:
968 * platform/mac/media/video-aspect-ratio-expected.png:
969 * platform/mac/media/video-controls-rendering-expected.checksum:
970 * platform/mac/media/video-controls-rendering-expected.png:
971 * platform/mac/media/video-display-toggle-expected.checksum:
972 * platform/mac/media/video-display-toggle-expected.png:
973 * platform/mac/media/video-layer-crash-expected.checksum:
974 * platform/mac/media/video-layer-crash-expected.png:
975 * platform/mac/media/video-transformed-expected.checksum:
976 * platform/mac/media/video-transformed-expected.png:
978 2008-12-01 Pamela Greene <pam@chromium.org>
980 Reviewed by Darin Adler.
982 https://bugs.webkit.org/show_bug.cgi?id=22463
983 Add a test for accessing navigator.cookieEnabled after navigation.
985 * fast/dom/navigator-cookieEnabled-no-crash-expected.txt: Added.
986 * fast/dom/navigator-cookieEnabled-no-crash.html: Added.
987 * fast/dom/resources/test-successful-destination.html: Added.
989 2008-12-01 Pamela Greene <pam@chromium.org>
991 Reviewed by Sam Weinig.
993 https://bugs.webkit.org/show_bug.cgi?id=22365
994 Add a test to verify behavior of DOM node constructors.
996 * fast/dom/dom-constructors-expected.txt: Added.
997 * fast/dom/dom-constructors.html: Added.
999 2008-12-01 Pamela Greene <pam@chromium.org>
1001 Reviewed by Darin Adler.
1003 https://bugs.webkit.org/show_bug.cgi?id=22358
1004 Add a test for crash on "Copy" after showing a tooltip.
1006 * editing/pasteboard/copy-crash-expected.txt: Added.
1007 * editing/pasteboard/copy-crash.html: Added.
1009 2008-12-01 Alexey Proskuryakov <ap@webkit.org>
1011 Rubber-stamped by Mark Rowe.
1013 https://bugs.webkit.org/show_bug.cgi?id=22531
1014 Stack overflow on PowerPC on fast/workers/use-machine-stack.html
1016 Disabling the test until the problem can be investigated.
1018 * fast/workers/use-machine-stack.html: Removed.
1019 * fast/workers/use-machine-stack.html-disabled: Copied from fast/workers/use-machine-stack.html.
1021 2008-11-28 Sam Weinig <sam@webkit.org>
1023 Reviewed by Alexey Proskuryakov.
1025 Test for https://bugs.webkit.org/show_bug.cgi?id=21063
1026 NULL pointer crash in dispatchEvent(null);
1028 * fast/events/dispatchEvent-crash-expected.txt: Added.
1029 * fast/events/dispatchEvent-crash.html: Added.
1031 2008-11-29 Dan Bernstein <mitz@apple.com>
1033 Reviewed by Alexey Proskuryakov.
1035 - test for https://bugs.webkit.org/show_bug.cgi?id=22454
1036 <rdar://problem/6405550> REGRESSION (3.2-TOT): Crash below FontFallbackList::fontDataAt on jacobian.org
1038 * http/tests/misc/font-face-in-multiple-segmented-faces-expected.txt: Added.
1039 * http/tests/misc/font-face-in-multiple-segmented-faces.html: Added.
1041 2008-11-29 Alexey Proskuryakov <ap@webkit.org>
1043 Reviewed by Eric Seidel.
1045 https://bugs.webkit.org/show_bug.cgi?id=14968
1046 document.open() erroneously returns void instead of the new Document
1048 * fast/dom/HTMLDocument/document-open-return-value-expected.txt: Added.
1049 * fast/dom/HTMLDocument/document-open-return-value.html: Added.
1051 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1053 Reviewed by Cameron Zwarich.
1055 Update WML layout test results after adding <timer> element support.
1057 * platform/mac/fast/wml/err-multi-timer-expected.checksum:
1058 * platform/mac/fast/wml/err-multi-timer-expected.png:
1059 * platform/mac/fast/wml/err-multi-timer-expected.txt:
1061 2008-11-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1063 Reviewed by Holger Freyther.
1065 Update WML layout test results after adding <do> element support.
1067 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
1068 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
1069 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
1070 * platform/mac/fast/wml/do-shadow-expected.txt:
1071 * platform/mac/fast/wml/do-template-expected.txt:
1072 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum:
1073 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png:
1074 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt:
1075 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
1076 * platform/mac/fast/wml/err-samename-do-expected.checksum:
1077 * platform/mac/fast/wml/err-samename-do-expected.png:
1078 * platform/mac/fast/wml/err-samename-do-expected.txt:
1080 2008-11-26 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1082 Reviewed by George Staikos.
1084 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22522
1086 Catch WML errors (invalid variable name/reference, multiple access elements, etc)
1087 while parsing the document, and stop parsing immediately and wrap the document
1088 fragment in a XHTML error document, just like it's done from XML parsing errors.
1090 Update affected layout tests (all fixed).
1092 * platform/mac/fast/wml/do-shadow-expected.txt:
1093 * platform/mac/fast/wml/do-template-expected.txt:
1094 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum:
1095 * platform/mac/fast/wml/err-event-binding-conflict-expected.png:
1096 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt:
1097 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum:
1098 * platform/mac/fast/wml/err-invalid-variable-name-expected.png:
1099 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt:
1100 * platform/mac/fast/wml/err-multi-access-expected.checksum:
1101 * platform/mac/fast/wml/err-multi-access-expected.png:
1102 * platform/mac/fast/wml/err-multi-access-expected.txt:
1103 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum:
1104 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png:
1105 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
1107 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
1109 Not reviewed. Forgot to include this layout test update in the last commit.
1111 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1113 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
1115 Rubber stamped by Mark Rowe.
1117 Fix nine failing tests on the build bot. Update mac-tiger results.
1119 * platform/mac-tiger/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1120 * platform/mac-tiger/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1121 * platform/mac-tiger/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1122 * platform/mac-tiger/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1123 * platform/mac-tiger/svg/hixie/perf/001-expected.txt:
1124 * platform/mac-tiger/svg/hixie/perf/002-expected.txt:
1125 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
1126 * platform/mac-tiger/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
1127 * platform/mac-tiger/svg/text/text-path-01-b-expected.txt:
1129 2008-11-10 Glenn Wilson <gwilson@chromium.org>
1131 Reviewed by Dan Bernstein.
1133 Fixed bug http://bugs.webkit.org/show_bug.cgi?id=21953
1135 Added layout tests to verify that characters not defined in the default font with the small-caps variant
1138 * fast/css/small-caps-crash-expected.txt: Added.
1139 * fast/css/small-caps-crash.html: Added.
1141 2008-11-26 Nikolas Zimmermann <zimmermann@kde.org>
1143 Reviewed by Oliver Hunt.
1145 Update layout tests, after fixing the path to string logic.
1147 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
1148 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
1149 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
1150 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
1151 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1152 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1153 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
1154 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
1155 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
1156 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
1157 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
1158 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
1159 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
1160 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
1161 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
1162 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
1163 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
1164 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
1165 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
1166 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
1167 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
1168 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
1169 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
1170 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
1171 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
1172 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
1173 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
1174 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
1175 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
1176 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
1177 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
1178 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
1179 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
1180 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
1181 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
1182 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
1183 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
1184 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
1185 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
1186 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
1187 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
1188 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
1189 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
1190 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
1191 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
1192 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
1193 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
1194 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
1195 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
1196 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
1197 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
1198 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
1199 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
1200 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
1201 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
1202 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
1203 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
1204 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
1205 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
1206 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
1207 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
1208 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
1209 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
1210 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
1211 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
1212 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
1213 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
1214 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
1215 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
1216 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
1217 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
1218 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
1219 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
1220 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
1221 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
1222 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
1223 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
1224 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
1225 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
1226 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1227 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
1228 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
1229 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
1230 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
1231 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
1232 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
1233 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
1234 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
1235 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
1236 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
1237 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
1238 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
1239 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
1240 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
1241 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
1242 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
1243 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
1244 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
1245 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
1246 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
1247 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
1248 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
1249 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
1250 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
1251 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
1252 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
1253 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
1254 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
1255 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
1256 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
1257 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
1258 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
1259 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
1260 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
1261 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
1262 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
1263 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
1264 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
1265 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
1266 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
1267 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
1268 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
1269 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
1270 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
1271 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
1272 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
1273 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
1274 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
1275 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
1276 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1277 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
1278 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1279 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
1280 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
1281 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
1282 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
1283 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
1284 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
1285 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
1286 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
1287 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
1288 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
1289 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
1290 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
1291 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
1292 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
1293 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
1294 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
1295 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
1296 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
1297 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
1298 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
1299 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
1300 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
1301 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
1302 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
1303 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
1304 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
1305 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
1306 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
1307 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
1308 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
1309 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
1310 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
1311 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
1312 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
1313 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
1314 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
1315 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
1316 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
1317 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
1318 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
1319 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
1320 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
1321 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
1322 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
1323 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
1324 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
1325 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
1326 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
1327 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
1328 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
1329 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
1330 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
1331 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
1332 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
1333 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
1334 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
1335 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
1336 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
1337 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
1338 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
1339 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
1340 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
1341 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
1342 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
1343 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
1344 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
1345 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
1346 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
1347 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
1348 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
1349 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
1350 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
1351 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
1352 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
1353 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
1354 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
1355 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
1356 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
1357 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
1358 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
1359 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
1360 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
1361 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
1362 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
1363 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
1364 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
1365 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
1366 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
1367 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
1368 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
1369 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
1370 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
1371 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
1372 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
1373 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
1374 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
1375 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
1376 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
1377 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
1378 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
1379 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
1380 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
1381 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
1382 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
1383 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
1384 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
1385 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
1386 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
1387 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
1388 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
1389 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
1390 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
1391 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
1392 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1393 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
1394 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
1395 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
1396 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
1397 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
1398 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
1399 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
1400 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1401 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
1402 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
1403 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
1404 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
1405 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
1406 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
1407 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
1408 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
1409 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
1410 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
1411 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1412 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
1413 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
1414 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
1415 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
1416 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
1417 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
1418 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
1419 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
1420 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
1421 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
1422 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
1423 * platform/mac/svg/batik/text/textAnchor-expected.txt:
1424 * platform/mac/svg/batik/text/textAnchor2-expected.txt:
1425 * platform/mac/svg/batik/text/textAnchor3-expected.txt:
1426 * platform/mac/svg/batik/text/textEffect2-expected.txt:
1427 * platform/mac/svg/batik/text/textFeatures-expected.txt:
1428 * platform/mac/svg/batik/text/textLength-expected.txt:
1429 * platform/mac/svg/batik/text/textOnPath2-expected.txt:
1430 * platform/mac/svg/batik/text/textOnPath3-expected.txt:
1431 * platform/mac/svg/batik/text/textProperties-expected.txt:
1432 * platform/mac/svg/batik/text/textProperties2-expected.txt:
1433 * platform/mac/svg/batik/text/verticalText-expected.txt:
1434 * platform/mac/svg/carto.net/button-expected.txt:
1435 * platform/mac/svg/carto.net/colourpicker-expected.txt:
1436 * platform/mac/svg/carto.net/combobox-expected.txt:
1437 * platform/mac/svg/carto.net/scrollbar-expected.txt:
1438 * platform/mac/svg/carto.net/selectionlist-expected.txt:
1439 * platform/mac/svg/carto.net/slider-expected.txt:
1440 * platform/mac/svg/carto.net/textbox-expected.txt:
1441 * platform/mac/svg/carto.net/window-expected.txt:
1442 * platform/mac/svg/css/css-box-min-width-expected.txt:
1443 * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
1444 * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
1445 * platform/mac/svg/custom/SVGRect-interface-expected.txt:
1446 * platform/mac/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
1447 * platform/mac/svg/custom/altglyph-expected.txt:
1448 * platform/mac/svg/custom/attribute-namespace-check-expected.txt:
1449 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
1450 * platform/mac/svg/custom/class-baseValue-expected.txt:
1451 * platform/mac/svg/custom/class-selector-expected.txt:
1452 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
1453 * platform/mac/svg/custom/clip-path-display-none-child-expected.txt:
1454 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
1455 * platform/mac/svg/custom/clip-path-referencing-use-expected.txt:
1456 * platform/mac/svg/custom/clip-path-referencing-use2-expected.txt:
1457 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
1458 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
1459 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
1460 * platform/mac/svg/custom/container-opacity-clip-viewBox-expected.txt:
1461 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
1462 * platform/mac/svg/custom/create-metadata-element-expected.txt:
1463 * platform/mac/svg/custom/createelement-expected.txt:
1464 * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
1465 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
1466 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
1467 * platform/mac/svg/custom/display-none-expected.txt:
1468 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt:
1469 * platform/mac/svg/custom/dynamic-viewBox-expected.txt:
1470 * platform/mac/svg/custom/empty-clip-path-expected.txt:
1471 * platform/mac/svg/custom/empty-merge-expected.txt:
1472 * platform/mac/svg/custom/evt-onload-expected.txt:
1473 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
1474 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
1475 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
1476 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
1477 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
1478 * platform/mac/svg/custom/fill-SVGPaint-interface-expected.txt:
1479 * platform/mac/svg/custom/fill-fallback-expected.txt:
1480 * platform/mac/svg/custom/fill-update-expected.txt:
1481 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
1482 * platform/mac/svg/custom/focus-ring-expected.txt:
1483 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
1484 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
1485 * platform/mac/svg/custom/fractional-rects-expected.txt:
1486 * platform/mac/svg/custom/getPresentationAttribute-expected.txt:
1487 * platform/mac/svg/custom/getTransformToElement-expected.txt:
1488 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
1489 * platform/mac/svg/custom/getsvgdocument-expected.txt:
1490 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
1491 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
1492 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
1493 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
1494 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
1495 * platform/mac/svg/custom/gradient-rotated-bbox-expected.txt:
1496 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
1497 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
1498 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
1499 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
1500 * platform/mac/svg/custom/group-opacity-expected.txt:
1501 * platform/mac/svg/custom/hit-test-with-br-expected.txt:
1502 * platform/mac/svg/custom/hover-default-fill-expected.txt:
1503 * platform/mac/svg/custom/image-parent-translation-expected.txt:
1504 * platform/mac/svg/custom/image-small-width-height-expected.txt:
1505 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
1506 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
1507 * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt:
1508 * platform/mac/svg/custom/inner-percent-expected.txt:
1509 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
1510 * platform/mac/svg/custom/invalid-css-expected.txt:
1511 * platform/mac/svg/custom/invalid-fill-expected.txt:
1512 * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
1513 * platform/mac/svg/custom/invalid-lengthlist-expected.txt:
1514 * platform/mac/svg/custom/invalid-transforms-expected.txt:
1515 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
1516 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
1517 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
1518 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
1519 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
1520 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
1521 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
1522 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
1523 * platform/mac/svg/custom/js-update-bounce-expected.txt:
1524 * platform/mac/svg/custom/js-update-container-expected.txt:
1525 * platform/mac/svg/custom/js-update-container2-expected.txt:
1526 * platform/mac/svg/custom/js-update-gradient-expected.txt:
1527 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
1528 * platform/mac/svg/custom/js-update-pattern-expected.txt:
1529 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
1530 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
1531 * platform/mac/svg/custom/js-update-stop-expected.txt:
1532 * platform/mac/svg/custom/js-update-style-expected.txt:
1533 * platform/mac/svg/custom/js-update-transform-addition-expected.txt:
1534 * platform/mac/svg/custom/js-update-transform-changes-expected.txt:
1535 * platform/mac/svg/custom/junk-data-expected.txt:
1536 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
1537 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
1538 * platform/mac/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
1539 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
1540 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt:
1541 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
1542 * platform/mac/svg/custom/linking-a-03-b-viewTarget-expected.txt:
1543 * platform/mac/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
1544 * platform/mac/svg/custom/marker-changes-expected.txt:
1545 * platform/mac/svg/custom/marker-child-changes-expected.txt:
1546 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
1547 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
1548 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
1549 * platform/mac/svg/custom/mask-changes-expected.txt:
1550 * platform/mac/svg/custom/mask-child-changes-expected.txt:
1551 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
1552 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
1553 * platform/mac/svg/custom/missing-xlink-expected.txt:
1554 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
1555 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
1556 * platform/mac/svg/custom/path-update-expected.txt:
1557 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
1558 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
1559 * platform/mac/svg/custom/pattern-in-defs-expected.txt:
1560 * platform/mac/svg/custom/pattern-rotate-expected.txt:
1561 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
1562 * platform/mac/svg/custom/percentage-of-html-parent-expected.txt:
1563 * platform/mac/svg/custom/percentage-rect-expected.txt:
1564 * platform/mac/svg/custom/percentage-rect2-expected.txt:
1565 * platform/mac/svg/custom/pointer-events-path-expected.txt:
1566 * platform/mac/svg/custom/poly-identify-expected.txt:
1567 * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
1568 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
1569 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
1570 * platform/mac/svg/custom/prevent-default-expected.txt:
1571 * platform/mac/svg/custom/recursive-clippath-expected.txt:
1572 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
1573 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
1574 * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.txt:
1575 * platform/mac/svg/custom/rootelement-expected.txt:
1576 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
1577 * platform/mac/svg/custom/rounded-rects-expected.txt:
1578 * platform/mac/svg/custom/scroll-hit-test-expected.txt:
1579 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
1580 * platform/mac/svg/custom/second-inline-text-expected.txt:
1581 * platform/mac/svg/custom/shape-rendering-expected.txt:
1582 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
1583 * platform/mac/svg/custom/sheet-title-expected.txt:
1584 * platform/mac/svg/custom/simpleCDF-expected.txt:
1585 * platform/mac/svg/custom/stroke-fallback-expected.txt:
1586 * platform/mac/svg/custom/stroked-pattern-expected.txt:
1587 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
1588 * platform/mac/svg/custom/style-attribute-font-size-expected.txt:
1589 * platform/mac/svg/custom/svg-absolute-children-expected.txt:
1590 * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
1591 * platform/mac/svg/custom/svg-overflow-types-expected.txt:
1592 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
1593 * platform/mac/svg/custom/text-clip-expected.txt:
1594 * platform/mac/svg/custom/text-dom-01-f-expected.txt:
1595 * platform/mac/svg/custom/text-gradient-no-content-expected.txt:
1596 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
1597 * platform/mac/svg/custom/transform-invalid-expected.txt:
1598 * platform/mac/svg/custom/transform-removeAttributeNS-expected.txt:
1599 * platform/mac/svg/custom/transform-scale-parse-expected.txt:
1600 * platform/mac/svg/custom/transform-with-ending-space-expected.txt:
1601 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
1602 * platform/mac/svg/custom/use-css-events-expected.txt:
1603 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt:
1604 * platform/mac/svg/custom/use-detach-expected.txt:
1605 * platform/mac/svg/custom/use-dynamic-append-expected.txt:
1606 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
1607 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
1608 * platform/mac/svg/custom/use-events-crash-expected.txt:
1609 * platform/mac/svg/custom/use-forward-refs-expected.txt:
1610 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
1611 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
1612 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
1613 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
1614 * platform/mac/svg/custom/use-nested-transform-expected.txt:
1615 * platform/mac/svg/custom/use-on-g-containing-symbol-expected.txt:
1616 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
1617 * platform/mac/svg/custom/use-on-g-expected.txt:
1618 * platform/mac/svg/custom/use-on-rect-expected.txt:
1619 * platform/mac/svg/custom/use-on-symbol-expected.txt:
1620 * platform/mac/svg/custom/use-on-use-expected.txt:
1621 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
1622 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
1623 * platform/mac/svg/custom/use-recursion-1-expected.txt:
1624 * platform/mac/svg/custom/use-recursion-3-expected.txt:
1625 * platform/mac/svg/custom/use-recursion-4-expected.txt:
1626 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
1627 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
1628 * platform/mac/svg/custom/use-transform-expected.txt:
1629 * platform/mac/svg/custom/viewBox-hit-expected.txt:
1630 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
1631 * platform/mac/svg/custom/viewport-clip-expected.txt:
1632 * platform/mac/svg/custom/viewport-em-expected.txt:
1633 * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
1634 * platform/mac/svg/custom/viewport-update-expected.txt:
1635 * platform/mac/svg/custom/viewport-update2-expected.txt:
1636 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
1637 * platform/mac/svg/custom/visibility-override-expected.txt:
1638 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
1639 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
1640 * platform/mac/svg/custom/width-full-percentage-expected.txt:
1641 * platform/mac/svg/custom/xml-stylesheet-expected.txt:
1642 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
1643 * platform/mac/svg/hixie/cascade/002-expected.txt:
1644 * platform/mac/svg/hixie/data-types/001-expected.txt:
1645 * platform/mac/svg/hixie/data-types/002-expected.txt:
1646 * platform/mac/svg/hixie/dynamic/003-expected.txt:
1647 * platform/mac/svg/hixie/dynamic/004-expected.txt:
1648 * platform/mac/svg/hixie/dynamic/005-expected.txt:
1649 * platform/mac/svg/hixie/dynamic/006-expected.txt:
1650 * platform/mac/svg/hixie/error/001-expected.txt:
1651 * platform/mac/svg/hixie/error/003-expected.txt:
1652 * platform/mac/svg/hixie/error/007-expected.txt:
1653 * platform/mac/svg/hixie/error/008-expected.txt:
1654 * platform/mac/svg/hixie/error/009-expected.txt:
1655 * platform/mac/svg/hixie/error/010-expected.txt:
1656 * platform/mac/svg/hixie/error/011-expected.txt:
1657 * platform/mac/svg/hixie/error/012-expected.txt:
1658 * platform/mac/svg/hixie/error/014-expected.txt:
1659 * platform/mac/svg/hixie/error/014-test-expected.txt:
1660 * platform/mac/svg/hixie/error/015-expected.txt:
1661 * platform/mac/svg/hixie/error/016-expected.txt:
1662 * platform/mac/svg/hixie/error/017-expected.txt:
1663 * platform/mac/svg/hixie/links/001-expected.txt:
1664 * platform/mac/svg/hixie/links/003-broken-expected.txt:
1665 * platform/mac/svg/hixie/mixed/003-expected.txt:
1666 * platform/mac/svg/hixie/mixed/004-expected.txt:
1667 * platform/mac/svg/hixie/mixed/005-expected.txt:
1668 * platform/mac/svg/hixie/mixed/006-expected.txt:
1669 * platform/mac/svg/hixie/mixed/008-expected.txt:
1670 * platform/mac/svg/hixie/mixed/009-expected.txt:
1671 * platform/mac/svg/hixie/mixed/010-expected.txt:
1672 * platform/mac/svg/hixie/mixed/011-expected.txt:
1673 * platform/mac/svg/hixie/painting/001-expected.txt:
1674 * platform/mac/svg/hixie/perf/001-expected.txt:
1675 * platform/mac/svg/hixie/perf/002-expected.txt:
1676 * platform/mac/svg/hixie/perf/003-expected.txt:
1677 * platform/mac/svg/hixie/perf/004-expected.txt:
1678 * platform/mac/svg/hixie/perf/005-expected.txt:
1679 * platform/mac/svg/hixie/perf/006-expected.txt:
1680 * platform/mac/svg/hixie/perf/007-expected.txt:
1681 * platform/mac/svg/hixie/processing-model/005-expected.txt:
1682 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
1683 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
1684 * platform/mac/svg/hixie/rendering-model/003-expected.txt:
1685 * platform/mac/svg/hixie/rendering-model/003a-expected.txt:
1686 * platform/mac/svg/hixie/rendering-model/004-expected.txt:
1687 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
1688 * platform/mac/svg/hixie/text/001-broken-expected.txt:
1689 * platform/mac/svg/hixie/transform/001-expected.txt:
1690 * platform/mac/svg/hixie/use/001-expected.txt:
1691 * platform/mac/svg/hixie/use/002-expected.txt:
1692 * platform/mac/svg/hixie/use/002-test-expected.txt:
1693 * platform/mac/svg/hixie/viewbox/001-expected.txt:
1694 * platform/mac/svg/hixie/viewbox/002-expected.txt:
1695 * platform/mac/svg/hixie/viewbox/003-expected.txt:
1696 * platform/mac/svg/hixie/viewbox/004-expected.txt:
1697 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
1698 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
1699 * platform/mac/svg/text/kerning-expected.txt:
1700 * platform/mac/svg/text/multichar-glyph-expected.txt:
1701 * platform/mac/svg/text/text-align-01-b-expected.txt:
1702 * platform/mac/svg/text/text-align-02-b-expected.txt:
1703 * platform/mac/svg/text/text-align-03-b-expected.txt:
1704 * platform/mac/svg/text/text-align-04-b-expected.txt:
1705 * platform/mac/svg/text/text-align-05-b-expected.txt:
1706 * platform/mac/svg/text/text-align-06-b-expected.txt:
1707 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
1708 * platform/mac/svg/text/text-deco-01-b-expected.txt:
1709 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
1710 * platform/mac/svg/text/text-fonts-02-t-expected.txt:
1711 * platform/mac/svg/text/text-intro-05-t-expected.txt:
1712 * platform/mac/svg/text/text-path-01-b-expected.txt:
1713 * platform/mac/svg/text/text-spacing-01-b-expected.txt:
1714 * platform/mac/svg/text/text-text-01-b-expected.txt:
1715 * platform/mac/svg/text/text-text-03-b-expected.txt:
1716 * platform/mac/svg/text/text-text-04-t-expected.txt:
1717 * platform/mac/svg/text/text-text-05-t-expected.txt:
1718 * platform/mac/svg/text/text-text-06-t-expected.txt:
1719 * platform/mac/svg/text/text-text-07-t-expected.txt:
1720 * platform/mac/svg/text/text-text-08-b-expected.txt:
1721 * platform/mac/svg/text/text-tref-01-b-expected.txt:
1722 * platform/mac/svg/text/text-tselect-01-b-expected.txt:
1723 * platform/mac/svg/text/text-tselect-02-f-expected.txt:
1724 * platform/mac/svg/text/text-tspan-01-b-expected.txt:
1725 * platform/mac/svg/text/text-ws-01-t-expected.txt:
1726 * platform/mac/svg/text/text-ws-02-t-expected.txt:
1727 * svg/custom/text-dom-removal-expected.txt:
1728 * svg/custom/use-clipped-transform-expected.txt:
1729 * svg/custom/use-elementInstance-event-target-expected.txt:
1730 * svg/custom/use-elementInstance-methods-expected.txt:
1731 * svg/custom/use-setAttribute-crash-expected.txt:
1732 * svg/dom/SVGRectElement/rect-modify-rx-expected.txt:
1734 2008-11-26 Jan Michael Alonzo <jmalonzo@webkit.org>
1736 Reviewed by Holger Freyther.
1738 [Gtk] add/remove tests from Skipped and fix netscape plugin test
1739 https://bugs.webkit.org/show_bug.cgi?id=22484
1741 Add tests that needs confirmation of new results. Also, remove
1742 some tests that are already passing.
1744 * platform/gtk/Skipped:
1746 2008-11-26 Alexey Proskuryakov <ap@webkit.org>
1748 Reviewed by Geoff Garen.
1750 Add a test for infinite recursion in workers
1751 https://bugs.webkit.org/show_bug.cgi?id=22486
1753 * fast/workers/resources/use-machine-stack.js: Added.
1754 * fast/workers/use-machine-stack-expected.txt: Added.
1755 * fast/workers/use-machine-stack.html: Added.
1757 2008-11-25 Chris Marrin <cmarrin@apple.com>
1759 Reviewed by Dan Bernstein.
1761 Testcases for https://bugs.webkit.org/show_bug.cgi?id=22487
1763 * animations/empty-keyframes-expected.txt: Added.
1764 * animations/empty-keyframes.html: Added.
1765 * animations/fill-unset-properties-expected.txt: Added.
1766 * animations/fill-unset-properties.html: Added.
1768 2008-11-25 Simon Fraser <simon.fraser@apple.com>
1770 Reviewed by Darin Adler
1772 https://bugs.webkit.org/show_bug.cgi?id=22046
1774 Tests that remove the element upon which a transition/animation end
1775 event is being fired from within the event handler.
1777 * animations/transform-animation-event-destroy-element-expected.txt: Added.
1778 * animations/transform-animation-event-destroy-element.html: Added.
1779 * transitions/transform-transition-event-destroy-element-expected.txt: Added.
1780 * transitions/transform-transition-event-destroy-element.html: Added.
1782 2008-11-25 Darin Fisher <darin@chromium.org>
1784 Disabling these newly added tests since they fail in some configurations.
1786 See https://bugs.webkit.org/show_bug.cgi?id=21635
1788 * http/tests/misc/submit-get-in-utf7.html: Removed.
1789 * http/tests/misc/submit-get-in-utf7.html-disabled: Copied from http/tests/misc/submit-get-in-utf7.html.
1790 * http/tests/misc/submit-post-in-utf7.html: Removed.
1791 * http/tests/misc/submit-post-in-utf7.html-disabled: Copied from http/tests/misc/submit-post-in-utf7.html.
1792 * http/tests/misc/url-in-utf7.html: Removed.
1793 * http/tests/misc/url-in-utf7.html-disabled: Copied from http/tests/misc/url-in-utf7.html.
1795 2008-11-25 Jungshik Shin <jshin@chromium.org>
1797 Reviewed by Darin Adler.
1799 For Unicode encodings other than UTF-8, use UTF-8 for
1800 form submission and URL query part encoding.
1802 See https://bugs.webkit.org/show_bug.cgi?id=21635
1804 * http/tests/misc/submit-get-in-utf16be-expected.txt: Added.
1805 * http/tests/misc/submit-get-in-utf16be.html: Added.
1806 * http/tests/misc/submit-get-in-utf16le-expected.txt: Added.
1807 * http/tests/misc/submit-get-in-utf16le.html: Added.
1808 * http/tests/misc/submit-get-in-utf32be-expected.txt: Added.
1809 * http/tests/misc/submit-get-in-utf32be.html: Added.
1810 * http/tests/misc/submit-get-in-utf32le-expected.txt: Added.
1811 * http/tests/misc/submit-get-in-utf32le.html: Added.
1812 * http/tests/misc/submit-get-in-utf7-expected.txt: Added.
1813 * http/tests/misc/submit-get-in-utf7.html: Added.
1814 * http/tests/misc/submit-post-in-utf16be-expected.txt: Added.
1815 * http/tests/misc/submit-post-in-utf16be.html: Added.
1816 * http/tests/misc/submit-post-in-utf16le-expected.txt: Added.
1817 * http/tests/misc/submit-post-in-utf16le.html: Added.
1818 * http/tests/misc/submit-post-in-utf32be-expected.txt: Added.
1819 * http/tests/misc/submit-post-in-utf32be.html: Added.
1820 * http/tests/misc/submit-post-in-utf32le-expected.txt: Added.
1821 * http/tests/misc/submit-post-in-utf32le.html: Added.
1822 * http/tests/misc/submit-post-in-utf7-expected.txt: Added.
1823 * http/tests/misc/submit-post-in-utf7.html: Added.
1824 * http/tests/misc/url-in-utf16be-expected.txt: Added.
1825 * http/tests/misc/url-in-utf16be.html: Added.
1826 * http/tests/misc/url-in-utf16le-expected.txt: Added.
1827 * http/tests/misc/url-in-utf16le.html: Added.
1828 * http/tests/misc/url-in-utf32be-expected.txt: Added.
1829 * http/tests/misc/url-in-utf32be.html: Added.
1830 * http/tests/misc/url-in-utf32le-expected.txt: Added.
1831 * http/tests/misc/url-in-utf32le.html: Added.
1832 * http/tests/misc/url-in-utf7-expected.txt: Added.
1833 * http/tests/misc/url-in-utf7.html: Added.
1835 2008-11-25 Alexey Proskuryakov <ap@webkit.org>
1837 Reviewed by Geoff Garen.
1839 https://bugs.webkit.org/show_bug.cgi?id=9001
1840 Javascript stops running before replacement page data arrives
1842 Adding a test for a bug that is longer reproducible.
1844 * http/tests/misc/resources/hang-connection.php: Added.
1845 * http/tests/misc/timer-vs-loading-expected.txt: Added.
1846 * http/tests/misc/timer-vs-loading.html: Added.
1848 2008-11-24 Dean McNamee <deanm@chromium.org>
1850 Reviewed by Alexey Proskuryakov.
1852 https://bugs.webkit.org/show_bug.cgi?id=22350
1853 Allow layout tests to run in php cgi mode
1855 * http/tests/misc/refresh-headers.php:
1856 * http/tests/misc/resources/redirect-result.php:
1857 * http/tests/misc/resources/referrer-result.php:
1858 * http/tests/misc/xhtml.php:
1859 Stop using getallheaders(), which is only implemented by mod_php, so that the tests could
1860 run through lighttpd.
1862 2008-11-24 Antti Koivisto <antti@apple.com>
1864 Reviewed by Darin Adler.
1866 Test for https://bugs.webkit.org/show_bug.cgi?id=22073
1867 REGRESSION(r33544): Palace in the Sky crashes WebKit
1869 * fast/tokenizer/nested-cached-scripts-and-stylesheet-expected.txt: Added.
1870 * fast/tokenizer/nested-cached-scripts-and-stylesheet.html: Added.
1871 * fast/tokenizer/resources/load-stylesheet-and-document-write-script.js: Added.
1873 2008-11-24 Cameron Zwarich <zwarich@apple.com>
1875 Reviewed by Geoff Garen.
1877 Add tests for bug 13790: Function declarations are not treated as statements (used to affect starcraft2.com)
1878 <https://bugs.webkit.org/show_bug.cgi?id=13790>
1880 * fast/js/function-declaration-statement-expected.txt: Added.
1881 * fast/js/function-declaration-statement.html: Added.
1882 * fast/js/resources/function-declaration-statement.js: Added.
1884 2008-11-24 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1886 Reviewed by George Staikos & Eric Seidel.
1888 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22430
1890 Regenerate WML layout test results after implementing WML specific <card> handling:
1891 Only the first <card> element should be visible after loading the document, others
1892 can be shown by using the <go> task element.
1894 * platform/mac/fast/wml/card-element-expected.checksum:
1895 * platform/mac/fast/wml/card-element-expected.png:
1896 * platform/mac/fast/wml/card-element-expected.txt:
1897 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum:
1898 * platform/mac/fast/wml/do-element-optional-attr-expected.png:
1899 * platform/mac/fast/wml/do-element-optional-attr-expected.txt:
1900 * platform/mac/fast/wml/do-shadow-expected.checksum:
1901 * platform/mac/fast/wml/do-shadow-expected.png:
1902 * platform/mac/fast/wml/do-shadow-expected.txt:
1903 * platform/mac/fast/wml/do-template-expected.checksum:
1904 * platform/mac/fast/wml/do-template-expected.png:
1905 * platform/mac/fast/wml/do-template-expected.txt:
1906 * platform/mac/fast/wml/entity-expected.checksum:
1907 * platform/mac/fast/wml/entity-expected.png:
1908 * platform/mac/fast/wml/entity-expected.txt:
1909 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt:
1910 * platform/mac/fast/wml/show-first-card-expected.checksum:
1911 * platform/mac/fast/wml/show-first-card-expected.png:
1912 * platform/mac/fast/wml/show-first-card-expected.txt:
1913 * platform/mac/fast/wml/test-expected.checksum:
1914 * platform/mac/fast/wml/test-expected.png:
1915 * platform/mac/fast/wml/test-expected.txt:
1917 2008-11-24 Glenn Wilson <gwilson@chromium.org>
1919 Reviewed by Alexey Proskuryakov.
1921 http://bugs.webkit.org/show_bug.cgi?id=15643
1923 New test added to verify that LayoutTestController and other clients
1924 can disable smart insert/delete and enable selection of trailing whitespace
1925 as a workaround for smart insert/delete.
1927 * editing/selection/doubleclick-whitespace-expected.txt: Added.
1928 * editing/selection/doubleclick-whitespace.html: Added.
1930 2008-11-24 Glenn Wilson <gwilson@chromium.org>
1932 Reviewed by Darin Adler.
1934 http://bugs.webkit.org/show_bug.cgi?id=18703
1935 "Changing the 'size' property on a text input does not affect its length"
1937 Added a new test to verify that the width of text input
1938 fields can be modified by javascript using the "size" attribute.
1940 * fast/js/text-field-resize-expected.txt: Added.
1941 * fast/js/text-field-resize.html: Added.
1943 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
1945 Reviewed by Darin Adler.
1947 https://bugs.webkit.org/show_bug.cgi?id=22455
1948 Add support for Worker.terminate()
1950 * fast/workers/worker-terminate-expected.txt: Added.
1951 * fast/workers/worker-terminate.html: Added.
1953 2008-11-24 Zan Dobersek <zandobersek@gmail.com>
1955 Reviewed by Holger Freyther.
1957 Some tests in plugins/ directory now pass.
1959 * platform/gtk/Skipped:
1961 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
1963 Reviewed by Mark Rowe.
1965 https://bugs.webkit.org/show_bug.cgi?id=22428
1966 xmlhttprequest-onProgress-open-should-zero-length.html fails intermittently
1968 * http/tests/xmlhttprequest/resources/big-response.php: Reduce the size of big response
1969 to make the test faster, but practically guarantee that the response will be delivered in
1972 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length-expected.txt:
1973 * http/tests/xmlhttprequest/xmlhttprequest-onProgress-open-should-zero-length.html:
1974 Made the test more reliable by comparing final response position with known resource size.
1976 2008-11-24 Alexey Proskuryakov <ap@webkit.org>
1978 Reviewed by Mark Rowe.
1980 https://bugs.webkit.org/show_bug.cgi?id=22439
1981 Won't load stylesheets with filenames less than 2 characters long in xhtml.
1983 * http/tests/misc/.htaccess:
1984 * http/tests/misc/a: Added.
1985 * http/tests/misc/single-character-pi-stylesheet-expected.txt: Added.
1986 * http/tests/misc/single-character-pi-stylesheet.xhtml: Added.
1988 2008-11-24 Holger Hans Peter Freyther <zecke@selfish.org>
1990 Reviewed by Mark Rowe.
1992 [Gtk+] We are passing all but one worker test. Enable them.
1994 We fail on fast/workers/worker-location.html due some weird
1995 issue with the bidi resolver "skipping" whitespace at the end
1998 * platform/gtk/Skipped:
2000 2008-11-24 Gavin Barraclough <barraclough@apple.com>
2002 Rubber stamped by Mark Rowe.
2004 Add test cases to ensure the PIC trampolines for prototype and prototype chain
2005 accesses properly check for JSImmediate values, rather than segfaulting.
2007 https://bugs.webkit.org/show_bug.cgi?id=22451
2009 * fast/js/pic/cached-prototype-then-immediate-expected.txt: Added.
2010 * fast/js/pic/cached-prototype-then-immediate.html: Added.
2012 2008-11-21 Alexey Proskuryakov <ap@webkit.org>
2014 Reviewed by Geoff Garen.
2016 https://bugs.webkit.org/show_bug.cgi?id=22400
2017 Add a stress test for concurrent JS execution
2019 * fast/workers/resources/stress-js-execution.js: Added.
2020 * fast/workers/stress-js-execution-expected.txt: Added.
2021 * fast/workers/stress-js-execution.html: Added.
2022 Tests that the basics don't cause a crash.
2024 2008-11-21 Justin Garcia <justin.garcia@apple.com>
2026 Reviewed by Darin Adler.
2028 <rdar://problem/5381788> Match NSTextView editing behavior at the end of hyperlink text
2030 Removed tests for behaviors that we're no longer interested in:
2031 * editing/deleting/delete-link-1.html: Removed.
2032 * platform/mac/editing/deleting/delete-link-1-expected.checksum: Removed.
2033 * platform/mac/editing/deleting/delete-link-1-expected.png: Removed.
2034 * platform/mac/editing/deleting/delete-link-1-expected.txt: Removed.
2035 * editing/execCommand/19653-4-expected.txt: Removed.
2036 * editing/execCommand/19653-4.html: Removed.
2038 Reflects new behavior (don't remember removed anchors):
2039 * platform/mac/editing/deleting/5168598-expected.txt:
2041 Reflects new behavior. Also made this test cross-platform:
2042 * editing/inserting/insert-before-link-1-expected.txt: Added.
2043 * editing/inserting/insert-before-link-1.html:
2044 * platform/mac/editing/inserting/insert-before-link-1-expected.checksum: Removed.
2045 * platform/mac/editing/inserting/insert-before-link-1-expected.png: Removed.
2046 * platform/mac/editing/inserting/insert-before-link-1-expected.txt: Removed.
2048 2008-11-21 Simon Fraser <simon.fraser@apple.com>
2050 Reviewed by Darin Adler
2052 https://bugs.webkit.org/show_bug.cgi?id=22159
2054 Add testcase for repaint issue with outlines on child objects,
2055 and redo bases affected by this change.
2057 * fast/repaint/outline-child-repaint.html: Added.
2058 * platform/mac/fast/repaint/4776765-expected.checksum:
2059 * platform/mac/fast/repaint/4776765-expected.png:
2060 * platform/mac/fast/repaint/delete-into-nested-block-expected.checksum:
2061 * platform/mac/fast/repaint/delete-into-nested-block-expected.png:
2062 * platform/mac/fast/repaint/outline-child-repaint-expected.checksum: Added.
2063 * platform/mac/fast/repaint/outline-child-repaint-expected.png: Added.
2064 * platform/mac/fast/repaint/outline-child-repaint-expected.txt: Added.
2065 * platform/mac/fast/repaint/outline-repaint-glitch-expected.checksum:
2066 * platform/mac/fast/repaint/outline-repaint-glitch-expected.png:
2068 2008-11-21 Cameron Zwarich <zwarich@apple.com>
2070 Reviewed by Sam Weinig.
2072 Add a test for <rdar://problem/4268912>, which was fixed in r13294 (!!).
2074 * fast/js/resources/string-sort.js:
2075 * fast/js/string-sort-expected.txt:
2077 2008-11-21 Pierre-Olivier Latour <pol@apple.com>
2079 Reviewed by Dan Bernstein.
2081 WebKit should be using Device RGB colorspace everywhere for
2084 https://bugs.webkit.org/show_bug.cgi?id=22300
2086 * platform/mac/fast/text/attributed-substring-from-range-001-expected.txt:
2088 2008-11-21 Pierre-Olivier Latour <pol@apple.com>
2090 Reviewed by Dan Bernstein.
2092 Add missing reference images for tests added as part of
2093 https://bugs.webkit.org/show_bug.cgi?id=21261
2095 https://bugs.webkit.org/show_bug.cgi?id=22391
2097 * platform/mac/animations/animation-drt-api-expected.checksum: Added.
2098 * platform/mac/animations/animation-drt-api-expected.png: Added.
2099 * platform/mac/transitions/transition-drt-api-expected.checksum: Added.
2100 * platform/mac/transitions/transition-drt-api-expected.png: Added.
2102 2008-11-20 Simon Fraser <simon.fraser@apple.com>
2104 Reviewed by Dan Bernstein
2106 https://bugs.webkit.org/show_bug.cgi?id=19623
2108 Test for correct repaint when an object gains
2109 a layer with a transform that is smaller than the
2110 old bounds of the object.
2112 * fast/repaint/change-transform.html: Added.
2113 * platform/mac/fast/repaint/change-transform-expected.checksum: Added.
2114 * platform/mac/fast/repaint/change-transform-expected.png: Added.
2115 * platform/mac/fast/repaint/change-transform-expected.txt: Added.
2117 2008-11-20 Justin Garcia <justin.garcia@apple.com>
2119 Reviewed by Darin Adler.
2121 <rdar://problem/2610675> Blank line that is quoted can't be deleted
2123 * editing/deleting/2610675-1-expected.txt: Added.
2124 * editing/deleting/2610675-1.html: Added.
2125 * editing/deleting/2610675-2-expected.txt: Added.
2126 * editing/deleting/2610675-2.html: Added.
2127 * editing/deleting/2610675-3-expected.txt: Added.
2128 * editing/deleting/2610675-3.html: Added.
2130 2008-11-20 Dean Jackson <dino@apple.com>
2132 Reviewed by Antti Koivisto
2134 https://bugs.webkit.org/show_bug.cgi?id=21247
2136 Make transition shorthand property accept transition-delay.
2138 * transitions/transition-shorthand-delay-expected.txt: Added.
2139 * transitions/transition-shorthand-delay.html: Added.
2141 2008-11-20 Dean Jackson <dino@apple.com>
2143 Reviewed by Antti Koivisto
2145 https://bugs.webkit.org/show_bug.cgi?id=22368
2147 Make sure pauseTransition API takes transition delay into account.
2149 * transitions/transition-drt-api-delay-expected.txt: Added.
2150 * transitions/transition-drt-api-delay.html: Added.
2152 2008-11-20 Cameron Zwarich <zwarich@apple.com>
2154 Reviewed by Sam Weinig.
2156 Add some tests for issues found while developing reparsing of function
2157 bodies. Also modify existing tests to be more robust in the face of
2158 possible changes to parsing.
2160 * fast/js/arguments-expected.txt:
2161 * fast/js/function-dot-arguments-expected.txt:
2162 * fast/js/resources/arguments.js:
2163 * fast/js/resources/function-dot-arguments.js:
2165 2008-11-20 Simon Fraser <simon.fraser@apple.com>
2167 Reviewed by Darin Adler
2169 https://bugs.webkit.org/show_bug.cgi?id=20368
2171 Tests for computed values of animation properties, and
2172 change to computed value of transform-origin. Updated tests
2173 that dump all computed values, to include animation and changed
2174 transform-origin properties.
2176 * animations/computed-style-expected.txt: Added.
2177 * animations/computed-style.html: Added.
2178 * fast/css/computed-style-expected.txt:
2179 * fast/css/computed-style-without-renderer-expected.txt:
2180 * svg/css/getComputedStyle-basic-expected.txt:
2181 * transforms/computed-style-origin-expected.txt: Added.
2182 * transforms/computed-style-origin.html: Added.
2184 2008-11-20 Pamela Greene <pam@chromium.org>
2186 Reviewed by Darin Adler.
2188 https://bugs.webkit.org/show_bug.cgi?id=22371
2189 Add a test for accessing form element items by index.
2191 * fast/dom/HTMLFormElement/htmlformelement-indexed-getter-expected.txt: Added.
2192 * fast/dom/HTMLFormElement/htmlformelement-indexed-getter.html: Added.
2194 2008-11-20 Pamela Greene <pam@chromium.org>
2196 Reviewed by Darin Adler.
2198 Test for https://bugs.webkit.org/show_bug.cgi?22370
2199 Add a test to check detectability of HTMLCollections.
2201 * fast/dom/htmlcollection-detectability-expected.txt: Added.
2202 * fast/dom/htmlcollection-detectability.html: Added.
2204 2008-11-20 Pamela Greene <pam@chromium.org>
2206 Reviewed by Darin Adler.
2208 https://bugs.webkit.org/show_bug.cgi?id=22369
2209 Add test cases covering more basic operations.
2211 * fast/js/function-dot-arguments-expected.txt:
2212 * fast/js/resources/function-dot-arguments.js:
2216 2008-11-20 Pamela Greene <pam@chromium.org>
2218 Reviewed by Darin Adler.
2220 https://bugs.webkit.org/show_bug.cgi?id=22363
2221 Add a test for DOM1 and DOM2 versions of add() on a select control.
2223 * fast/dom/dom-add-optionelement-expected.txt: Added.
2224 * fast/dom/dom-add-optionelement.html: Added.
2226 2008-11-20 Pamela Greene <pam@chromium.org>
2228 Reviewed by Darin Adler.
2230 https://bugs.webkit.org/show_bug.cgi?id=22359
2231 Add test for document.write() with multiple parameters.
2233 * fast/dom/document_write_params-expected.txt: Added.
2234 * fast/dom/document_write_params.html: Added.
2236 2008-11-20 Pamela Greene <pam@chromium.org>
2238 Reviewed by Darin Adler.
2240 https://bugs.webkit.org/show_bug.cgi?id=22387
2241 Add a test for HTMLOptionsCollection indexed getter and setter.
2243 * fast/dom/HTMLOptionElement/collection-setter-getter-expected.txt: Added.
2244 * fast/dom/HTMLOptionElement/collection-setter-getter.html: Added.
2246 2008-11-20 Justin Garcia <justin.garcia@apple.com>
2248 Reviewed by Beth Dakin.
2250 <rdar://problem/2610675> Blank line that is quoted can't be deleted
2252 The old selection modification code for caret case deletions set the selection
2253 about to be deleted on the frame, instead of just setting the endingSelection.
2255 * platform/mac/editing/deleting/delete-by-word-001-expected.txt:
2256 * platform/mac/editing/deleting/delete-by-word-002-expected.txt:
2257 * platform/mac/editing/deleting/delete-to-end-of-paragraph-expected.txt:
2258 * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
2259 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
2262 2008-11-20 Darin Adler <darin@apple.com>
2264 - update test result for <rdar://problem/4108572> REGRESSION: Can't extend
2265 selection with shift-arrow in read only mode
2267 * editing/selection/selection-actions.html: Removed the actions that are
2268 supposed to modify selections now.
2270 2008-11-20 Cameron Zwarich <zwarich@apple.com>
2272 Reviewed by Geoff Garen.
2274 Add tests for bug 22148: nytime.com page crashes browser during load
2275 <https://bugs.webkit.org/show_bug.cgi?id=22148>
2277 This bug was unknowingly fixed in r38322 by a rewrite of the recursion
2280 * fast/js/deep-recursion-test-expected.txt:
2281 * fast/js/deep-recursion-test.html:
2283 2008-11-19 Simon Fraser <simon.fraser@apple.com>
2285 Reviewed by Adele Peterson.
2287 https://bugs.webkit.org/show_bug.cgi?id=22190
2289 Test for the drawing and event handling of search field parts in a transformed
2292 * fast/forms/search-transformed.html: Added.
2293 * platform/mac/fast/forms/search-transformed-expected.checksum: Added.
2294 * platform/mac/fast/forms/search-transformed-expected.png: Added.
2295 * platform/mac/fast/forms/search-transformed-expected.txt: Added.
2297 2008-11-19 Simon Fraser <simon.fraser@apple.com>
2299 Reviewed by Antti Koivisto
2301 https://bugs.webkit.org/show_bug.cgi?id=22111
2303 Testcase for hit testing in video controls on transformed video.
2305 * media/video-controls-transformed-expected.txt: Added.
2306 * media/video-controls-transformed.html: Added.
2308 2008-11-19 Anders Carlsson <andersca@apple.com>
2310 Reviewed by Dan Bernstein.
2312 Add NPP_SetWindow test.
2314 * plugins/netscape-plugin-setwindow-size-2-expected.txt: Added.
2315 * plugins/netscape-plugin-setwindow-size-2.html: Copied from plugins/netscape-plugin-setwindow-size.html.
2317 2008-11-19 Geoffrey Garen <ggaren@apple.com>
2319 Reviewed by Darin Adler.
2321 Test for https://bugs.webkit.org/show_bug.cgi?id=22361
2322 A little more RegExp refactoring
2324 * fast/js/regexp-test-null-string.html: Added.
2325 * fast/js/regexp-test-null-expected.txt: Added.
2327 2008-11-19 Alexey Proskuryakov <ap@webkit.org>
2329 Reviewed by Darin Adler.
2331 https://bugs.webkit.org/show_bug.cgi?id=22355
2332 Systematize code for replacing global constructors
2334 * fast/workers/worker-replace-global-constructor-expected.txt: Added.
2335 * fast/workers/worker-replace-global-constructor.html: Added.
2337 2008-11-18 Cameron Zwarich <zwarich@apple.com>
2339 Reviewed by Maciej Stachowiak and Geoff Garen.
2341 Add tests for bug 22287: ASSERTION FAILED: Not enough jumps linked in slow case codegen in CTI::privateCompileSlowCases())
2342 <https://bugs.webkit.org/show_bug.cgi?id=22287>
2344 * fast/js/number-cell-reuse-expected.txt: Added.
2345 * fast/js/number-cell-reuse.html: Added.
2346 * fast/js/resources/number-cell-reuse.js: Added.
2348 2008-11-18 Holger Hans Peter Freyther <zecke@selfish.org>
2350 Rubber-stamped by Mark Rowe.
2352 Skip some more tests to make the Gtk+ build bot pass. We will
2353 have to investigate why some tests only fail on the build bot.
2355 * platform/gtk/Skipped:
2357 2008-11-18 Sam Weinig <sam@webkit.org>
2359 Fix incorrect result.
2361 * fast/dom/Window/window-properties-expected.txt:
2363 2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2365 Not reviewed. Checked in wrong result in last commit.
2367 * platform/mac/fast/wml/entity-expected.txt:
2369 2008-11-18 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2371 Reviewed by Sam Weinig.
2373 Add results for all WML tests, including pixel results.
2375 * fast/wml/p-mode.wml:
2376 * fast/wml/validate-dtd.wml:
2377 * platform/mac/fast/wml: Added.
2378 * platform/mac/fast/wml/br-element-in-table-expected.checksum: Added.
2379 * platform/mac/fast/wml/br-element-in-table-expected.png: Added.
2380 * platform/mac/fast/wml/br-element-in-table-expected.txt: Added.
2381 * platform/mac/fast/wml/br-element-in-text-expected.checksum: Added.
2382 * platform/mac/fast/wml/br-element-in-text-expected.png: Added.
2383 * platform/mac/fast/wml/br-element-in-text-expected.txt: Added.
2384 * platform/mac/fast/wml/card-element-expected.checksum: Added.
2385 * platform/mac/fast/wml/card-element-expected.png: Added.
2386 * platform/mac/fast/wml/card-element-expected.txt: Added.
2387 * platform/mac/fast/wml/case-sensitivity-expected.checksum: Added.
2388 * platform/mac/fast/wml/case-sensitivity-expected.png: Added.
2389 * platform/mac/fast/wml/case-sensitivity-expected.txt: Added.
2390 * platform/mac/fast/wml/cdata-section-expected.checksum: Added.
2391 * platform/mac/fast/wml/cdata-section-expected.png: Added.
2392 * platform/mac/fast/wml/cdata-section-expected.txt: Added.
2393 * platform/mac/fast/wml/comment-expected.checksum: Added.
2394 * platform/mac/fast/wml/comment-expected.png: Added.
2395 * platform/mac/fast/wml/comment-expected.txt: Added.
2396 * platform/mac/fast/wml/do-element-optional-attr-expected.checksum: Added.
2397 * platform/mac/fast/wml/do-element-optional-attr-expected.png: Added.
2398 * platform/mac/fast/wml/do-element-optional-attr-expected.txt: Added.
2399 * platform/mac/fast/wml/do-shadow-expected.checksum: Added.
2400 * platform/mac/fast/wml/do-shadow-expected.png: Added.
2401 * platform/mac/fast/wml/do-shadow-expected.txt: Added.
2402 * platform/mac/fast/wml/do-template-expected.checksum: Added.
2403 * platform/mac/fast/wml/do-template-expected.png: Added.
2404 * platform/mac/fast/wml/do-template-expected.txt: Added.
2405 * platform/mac/fast/wml/entity-expected.checksum: Added.
2406 * platform/mac/fast/wml/entity-expected.png: Added.
2407 * platform/mac/fast/wml/entity-expected.txt: Added.
2408 * platform/mac/fast/wml/err-event-binding-conflict-expected.checksum: Added.
2409 * platform/mac/fast/wml/err-event-binding-conflict-expected.png: Added.
2410 * platform/mac/fast/wml/err-event-binding-conflict-expected.txt: Added.
2411 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.checksum: Added.
2412 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.png: Added.
2413 * platform/mac/fast/wml/err-invalid-location-for-varref-expected.txt: Added.
2414 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.checksum: Added.
2415 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.png: Added.
2416 * platform/mac/fast/wml/err-invalid-tablecolumn-number-expected.txt: Added.
2417 * platform/mac/fast/wml/err-invalid-variable-name-expected.checksum: Added.
2418 * platform/mac/fast/wml/err-invalid-variable-name-expected.png: Added.
2419 * platform/mac/fast/wml/err-invalid-variable-name-expected.txt: Added.
2420 * platform/mac/fast/wml/err-multi-access-expected.checksum: Added.
2421 * platform/mac/fast/wml/err-multi-access-expected.png: Added.
2422 * platform/mac/fast/wml/err-multi-access-expected.txt: Added.
2423 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.checksum: Added.
2424 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.png: Added.
2425 * platform/mac/fast/wml/err-multi-http-equiv-in-meta-expected.txt: Added.
2426 * platform/mac/fast/wml/err-multi-name-in-meta-expected.checksum: Added.
2427 * platform/mac/fast/wml/err-multi-name-in-meta-expected.png: Added.
2428 * platform/mac/fast/wml/err-multi-name-in-meta-expected.txt: Added.
2429 * platform/mac/fast/wml/err-multi-timer-expected.checksum: Added.
2430 * platform/mac/fast/wml/err-multi-timer-expected.png: Added.
2431 * platform/mac/fast/wml/err-multi-timer-expected.txt: Added.
2432 * platform/mac/fast/wml/err-samename-do-expected.checksum: Added.
2433 * platform/mac/fast/wml/err-samename-do-expected.png: Added.
2434 * platform/mac/fast/wml/err-samename-do-expected.txt: Added.
2435 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.checksum: Added.
2436 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.png: Added.
2437 * platform/mac/fast/wml/err-unallowed-task-in-anchor-expected.txt: Added.
2438 * platform/mac/fast/wml/img-localsrc-expected.checksum: Added.
2439 * platform/mac/fast/wml/img-localsrc-expected.png: Added.
2440 * platform/mac/fast/wml/img-localsrc-expected.txt: Added.
2441 * platform/mac/fast/wml/img-src-expected.checksum: Added.
2442 * platform/mac/fast/wml/img-src-expected.png: Added.
2443 * platform/mac/fast/wml/img-src-expected.txt: Added.
2444 * platform/mac/fast/wml/img-src-localsrc-alt-expected.checksum: Added.
2445 * platform/mac/fast/wml/img-src-localsrc-alt-expected.png: Added.
2446 * platform/mac/fast/wml/img-src-localsrc-alt-expected.txt: Added.
2447 * platform/mac/fast/wml/p-align-expected.checksum: Added.
2448 * platform/mac/fast/wml/p-align-expected.png: Added.
2449 * platform/mac/fast/wml/p-align-expected.txt: Added.
2450 * platform/mac/fast/wml/p-mode-expected.checksum: Added.
2451 * platform/mac/fast/wml/p-mode-expected.png: Added.
2452 * platform/mac/fast/wml/p-mode-expected.txt: Added.
2453 * platform/mac/fast/wml/show-first-card-expected.checksum: Added.
2454 * platform/mac/fast/wml/show-first-card-expected.png: Added.
2455 * platform/mac/fast/wml/show-first-card-expected.txt: Added.
2456 * platform/mac/fast/wml/table-element-expected.checksum: Added.
2457 * platform/mac/fast/wml/table-element-expected.png: Added.
2458 * platform/mac/fast/wml/table-element-expected.txt: Added.
2459 * platform/mac/fast/wml/test-expected.checksum: Added.
2460 * platform/mac/fast/wml/test-expected.png: Added.
2461 * platform/mac/fast/wml/test-expected.txt: Added.
2462 * platform/mac/fast/wml/text-emphasis-expected.checksum: Added.
2463 * platform/mac/fast/wml/text-emphasis-expected.png: Added.
2464 * platform/mac/fast/wml/text-emphasis-expected.txt: Added.
2465 * platform/mac/fast/wml/validate-dtd-expected.checksum: Added.
2466 * platform/mac/fast/wml/validate-dtd-expected.png: Added.
2467 * platform/mac/fast/wml/validate-dtd-expected.txt: Added.
2469 2008-11-18 Geoffrey Garen <ggaren@apple.com>
2471 Reviewed by Alexey Proskuryakov.
2473 Updated layout test result for addition of window.Worker.
2475 * fast/js/global-constructors-expected.txt:
2477 2008-11-18 Alexey Proskuryakov <ap@webkit.org>
2479 Reviewed by Darin Adler.
2481 https://bugs.webkit.org/show_bug.cgi?id=22337
2482 Enable workers by default
2486 * fast/workers: Added.
2487 * fast/workers/resources: Added.
2488 * fast/workers/resources/worker-common.js: Added.
2489 * fast/workers/resources/worker-event-listener.js: Added.
2490 * fast/workers/worker-constructor-expected.txt: Added.
2491 * fast/workers/worker-constructor.html: Added.
2492 * fast/workers/worker-event-listener-expected.txt: Added.
2493 * fast/workers/worker-event-listener.html: Added.
2494 * fast/workers/worker-gc-expected.txt: Added.
2495 * fast/workers/worker-gc.html: Added.
2496 * fast/workers/worker-location-expected.txt: Added.
2497 * fast/workers/worker-location.html: Added.
2499 2008-11-18 Darin Adler <darin@apple.com>
2501 Reviewed by Alexey Proskuryakov.
2503 - add a test for XMLHttpRequest Set-Cookie blocking
2505 * http/tests/xmlhttprequest/access-control-basic-whitelist-response-headers-expected.txt:
2506 Updated since we now log attempts to get headers that are not allowed cross-domain to the console.
2507 * http/tests/xmlhttprequest/get-dangerous-headers-expected.txt: Added.
2508 * http/tests/xmlhttprequest/get-dangerous-headers.html: Added.
2509 * http/tests/xmlhttprequest/resources/get-set-cookie.cgi: Tweak script a bit.
2511 2008-11-18 Alexey Proskuryakov <ap@webkit.org>
2513 Rubber-stamped by Darin Adler.
2515 https://bugs.webkit.org/show_bug.cgi?id=22306
2516 Disable channel messaging support
2518 * fast/events/message-port-no-wrapper.html-disabled: Added a test that I had in my tree.
2520 * fast/dom/Window/window-properties-expected.txt:
2521 * fast/dom/constructors-cached-expected.txt:
2522 * fast/dom/constructors-cached-navigate-expected.txt:
2523 * fast/js/global-constructors-expected.txt:
2526 * fast/events/destroyed-atomic-string.html: Removed.
2527 * fast/events/destroyed-atomic-string.html-disabled: Copied from LayoutTests/fast/events/destroyed-atomic-string.html.
2528 * fast/events/message-channel-gc-2.html: Removed.
2529 * fast/events/message-channel-gc-2.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-2.html.
2530 * fast/events/message-channel-gc-3.html: Removed.
2531 * fast/events/message-channel-gc-3.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc-3.html.
2532 * fast/events/message-channel-gc.html: Removed.
2533 * fast/events/message-channel-gc.html-disabled: Copied from LayoutTests/fast/events/message-channel-gc.html.
2534 * fast/events/message-channel-listener-circular-ownership.html: Removed.
2535 * fast/events/message-channel-listener-circular-ownership.html-disabled: Copied from LayoutTests/fast/events/message-channel-listener-circular-ownership.html.
2536 * fast/events/message-port-constructor-for-deleted-document.html: Removed.
2537 * fast/events/message-port-constructor-for-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-constructor-for-deleted-document.html.
2538 * fast/events/message-port-deleted-document.html: Removed.
2539 * fast/events/message-port-deleted-document.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-document.html.
2540 * fast/events/message-port-deleted-frame.html: Removed.
2541 * fast/events/message-port-deleted-frame.html-disabled: Copied from LayoutTests/fast/events/message-port-deleted-frame.html.
2542 * fast/events/message-port-inactive-document.html: Removed.
2543 * fast/events/message-port-inactive-document.html-disabled: Copied from LayoutTests/fast/events/message-port-inactive-document.html.
2544 * fast/events/message-port-onclose.html: Removed.
2545 * fast/events/message-port-onclose.html-disabled: Copied from LayoutTests/fast/events/message-port-onclose.html.
2546 * fast/events/message-port.html: Removed.
2547 * fast/events/message-port.html-disabled: Copied from LayoutTests/fast/events/message-port.html.
2548 * http/tests/security/MessagePort/event-listener-context.html: Removed.
2549 * http/tests/security/MessagePort/event-listener-context.html-disabled: Copied from LayoutTests/http/tests/security/MessagePort/event-listener-context.html.
2550 Disabled MessagePort tests.
2552 2008-11-17 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2554 Reviewed by George Staikos.
2556 Add initial set of WML layout tests, excluding results. These tests
2557 will become useful once the whole WML support patch has landed.
2560 * fast/wml/br-element-in-table.wml: Added.
2561 * fast/wml/br-element-in-text.wml: Added.
2562 * fast/wml/card-element.wml: Added.
2563 * fast/wml/case-sensitivity.wml: Added.
2564 * fast/wml/cdata-section.wml: Added.
2565 * fast/wml/comment.wml: Added.
2566 * fast/wml/do-element-optional-attr.wml: Added.
2567 * fast/wml/do-shadow.wml: Added.
2568 * fast/wml/do-template.wml: Added.
2569 * fast/wml/entity.wml: Added.
2570 * fast/wml/err-event-binding-conflict.wml: Added.
2571 * fast/wml/err-invalid-location-for-varref.wml: Added.
2572 * fast/wml/err-invalid-tablecolumn-number.wml: Added.
2573 * fast/wml/err-invalid-variable-name.wml: Added.
2574 * fast/wml/err-multi-access.wml: Added.
2575 * fast/wml/err-multi-http-equiv-in-meta.wml: Added.
2576 * fast/wml/err-multi-name-in-meta.wml: Added.
2577 * fast/wml/err-multi-timer.wml: Added.
2578 * fast/wml/err-samename-do.wml: Added.
2579 * fast/wml/err-unallowed-task-in-anchor.wml: Added.
2580 * fast/wml/img-localsrc.wml: Added.
2581 * fast/wml/img-src-localsrc-alt.wml: Added.
2582 * fast/wml/img-src.wml: Added.
2583 * fast/wml/p-align.wml: Added.
2584 * fast/wml/p-mode.wml: Added.
2585 * fast/wml/show-first-card.wml: Added.
2586 * fast/wml/table-element.wml: Added.
2587 * fast/wml/test.wml: Added.
2588 * fast/wml/text-emphasis.wml: Added.
2589 * fast/wml/validate-dtd.wml: Added.
2591 2008-11-17 Dan Bernstein <mitz@apple.com>
2593 Reviewed by Mark Rowe.
2595 - https://bugs.webkit.org/show_bug.cgi?id=22320 SVG svg/text/text-text-08-b.svg fails
2597 Updated the expected results to the correct ones.
2599 * platform/mac/svg/text/text-text-08-b-expected.checksum:
2600 * platform/mac/svg/text/text-text-08-b-expected.png:
2602 2008-11-17 Justin Garcia <justin.garcia@apple.com>
2604 Reviewed by Beth Dakin.
2606 <rdar://problem/4922709> Copying less than a paragraph of quoted text and pasting it doesn't retain quote level
2608 * editing/pasteboard/4922709-expected.txt: Added.
2609 * editing/pasteboard/4922709.html: Added.
2610 * editing/pasteboard/5006779.html:
2612 2008-11-17 Pierre-Olivier Latour <pol@apple.com>
2614 Reviewed by Sam Weinig.
2616 Added tests to cover the new LayoutController JavaScript API available
2619 https://bugs.webkit.org/show_bug.cgi?id=21261
2621 * animations/animation-drt-api.html: Added.
2622 * platform/mac/animations/animation-drt-api-expected.txt: Added.
2623 * platform/mac/transitions/transition-drt-api-expected.txt: Added.
2624 * platform/win/Skipped:
2625 * transitions/transition-drt-api.html: Added.
2627 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2631 Changed "window." to "this." to unbreak these test I just broke in
2634 * fast/js/resources/duplicate-param-gc-crash.js:
2636 * fast/js/resources/var-shadows-arg-gc-crash.js:
2639 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2641 Reviewed by Sam Weinig.
2643 Sped up two of the slowest JS layout tests by replacing some hand-rolled
2644 "force GC" code with something orders of magnitude faster.
2646 * fast/js/resources/duplicate-param-gc-crash.js:
2648 * fast/js/resources/var-shadows-arg-gc-crash.js:
2651 2008-11-16 Geoffrey Garen <ggaren@apple.com>
2653 Reviewed by Sam Weinig.
2655 Removed ascii-regexp-subject.html because it was the slowest JS test (20s
2656 on my iMac) and it didn't actually verify anything.
2658 Filed https://bugs.webkit.org/show_bug.cgi?id=22303 to cover fixing
2659 the bug that ascii-regexp-subject.html purported to test for, and
2660 then relanding a faster version of ascii-regexp-subject.html once it
2661 would pass (currently, it would fail).
2663 * fast/js/ascii-regexp-subject-expected.txt: Removed.
2664 * fast/js/ascii-regexp-subject.html: Removed.
2665 * fast/js/resources/ascii-regexp-subject.js: Removed.
2667 2008-11-16 Simon Fraser <simon.fraser@apple.com>
2669 Reviewed by Dan Bernstein
2671 https://bugs.webkit.org/show_bug.cgi?id=22118
2673 Test for resize corner tracking in transformed elements.
2675 * fast/css/resize-corner-tracking-transformed.html: Added.
2676 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.checksum: Added.
2677 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.png: Added.
2678 * platform/mac/fast/css/resize-corner-tracking-transformed-expected.txt: Added.
2680 2008-11-16 Sam Weinig <sam@webkit.org>
2682 Reviewed by Darin Adler.
2684 Disable XHR upload progress event tests on Tiger due to race condition causing
2685 intermittent failure reported in https://bugs.webkit.org/show_bug.cgi?id=22298
2687 * platform/mac-tiger/Skipped:
2689 2008-11-14 Beth Dakin <bdakin@apple.com>
2691 Reviewed by Justin Garcia.
2693 Tests for <rdar://problem/5089327> Too much indentation when
2694 pasting quoted paragraphs
2697 * editing/pasteboard/paste-blockquote-into-blockquote-4.html:
2699 * platform/mac/editing/pasteboard/paste-blockquote-into-
2700 blockquote-4-expected.checksum: Added.
2701 * platform/mac/editing/pasteboard/paste-blockquote-into-
2702 blockquote-4-expected.png: Added.
2703 * platform/mac/editing/pasteboard/paste-blockquote-into-
2704 blockquote-4-expected.txt: Added.
2706 Changes results for existing tests:
2707 * platform/mac/editing/pasteboard/merge-end-blockquote-
2709 * platform/mac/editing/pasteboard/merge-end-blockquote-
2711 * platform/mac/editing/pasteboard/merge-end-blockquote-
2713 * platform/mac/editing/pasteboard/paste-blockquote-into-
2714 blockquote-2-expected.txt:
2715 * platform/mac/editing/pasteboard/paste-blockquote-into-
2716 blockquote-3-expected.txt:
2717 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
2720 2008-11-14 Justin Garcia <justin.garcia@apple.com>
2722 Reviewed by Beth Dakin.
2724 <rdar://problem/4230923> "Make Plain Text" doesn't reset text alignment in single paragraph messages
2726 * editing/style/4230923-expected.txt: Added.
2727 * editing/style/4230923.html: Added.
2729 2008-11-12 Alexey Proskuryakov <ap@webkit.org>
2731 Reviewed by Darin Adler.
2733 https://bugs.webkit.org/show_bug.cgi?id=22200
2734 Crash when close event is dispatched to MessagePort due to document destruction
2736 * fast/events/message-port-onclose-expected.txt: Added.
2737 * fast/events/message-port-onclose.html: Added.
2738 * fast/events/resources/message-port-iframe.html:
2739 Added more tests for close event dispatch.
2741 2008-11-12 Dirk Schulze <vbs85@gmx.de>
2743 Reviewed by Darin Adler.
2745 Check behavior of canvas.stroke() on transparent fillStyle()
2747 * fast/canvas/canvas-stroke-empty-fill-expected.txt: Added.
2748 * fast/canvas/canvas-stroke-empty-fill.html: Added.
2749 * fast/canvas/canvas-stroke-empty-fill.js: Added.
2751 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
2753 Reviewed by Dan Bernstein.
2755 Updated reference images so that all pixel tests now "pass" on 10.4.11 PowerPC + r38347.
2756 https://bugs.webkit.org/show_bug.cgi?id=21821
2758 Checked-in specific reference images for pixel tests that are valid on Tiger but fail
2759 because difference with reference image due to text rendering is greater than 1.0%
2761 * platform/mac-tiger/svg/carto.net: Added.
2762 * platform/mac-tiger/svg/carto.net/selectionlist-expected.checksum: Added.
2763 * platform/mac-tiger/svg/carto.net/selectionlist-expected.png: Added.
2764 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.checksum: Added.
2765 * platform/mac-tiger/svg/custom/feComponentTransfer-Gamma-expected.png: Added.
2766 * platform/mac-tiger/svg/text/text-align-01-b-expected.checksum: Added.
2767 * platform/mac-tiger/svg/text/text-align-01-b-expected.png: Added.
2768 * platform/mac-tiger/svg/text/text-align-02-b-expected.checksum: Added.
2769 * platform/mac-tiger/svg/text/text-align-02-b-expected.png: Added.
2770 * platform/mac-tiger/svg/text/text-align-04-b-expected.checksum: Added.
2771 * platform/mac-tiger/svg/text/text-align-04-b-expected.png: Added.
2772 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.checksum: Added.
2773 * platform/mac-tiger/svg/text/text-fonts-01-t-expected.png: Added.
2774 * platform/mac-tiger/svg/text/text-text-03-b-expected.checksum: Added.
2775 * platform/mac-tiger/svg/text/text-text-03-b-expected.png: Added.
2776 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.checksum: Added.
2777 * platform/mac-tiger/svg/text/text-tselect-01-b-expected.png: Added.
2778 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.checksum: Added.
2779 * platform/mac-tiger/svg/text/text-tspan-01-b-expected.png: Added.
2780 * platform/mac-tiger/svg/text/text-ws-01-t-expected.checksum: Added.
2781 * platform/mac-tiger/svg/text/text-ws-01-t-expected.png: Added.
2782 * platform/mac-tiger/svg/text/text-ws-02-t-expected.checksum: Added.
2783 * platform/mac-tiger/svg/text/text-ws-02-t-expected.png: Added.
2784 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: Added.
2785 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
2786 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: Added.
2787 * platform/mac-tiger/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: Added.
2789 svg/batik/paints/gradientLimit.svg is rendering different on Tiger and Leopard
2790 https://bugs.webkit.org/show_bug.cgi?id=22219
2792 * platform/mac-tiger/svg/batik: Added.
2793 * platform/mac-tiger/svg/batik/paints: Added.
2794 * platform/mac-tiger/svg/batik/paints/gradientLimit-expected.checksum: Added.
2795 * platform/mac-tiger/svg/batik/paints/gradientLimit-expected.png: Added.
2797 svg/custom/mask-excessive-malloc.svg is failing on Tiger
2798 https://bugs.webkit.org/show_bug.cgi?id=22218
2800 * platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.checksum: Added.
2801 * platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.png: Added.
2803 svg/W3C-SVG-1.1/pservers-grad-17-b.svg is failing on Leopard
2804 https://bugs.webkit.org/show_bug.cgi?id=22220
2806 * platform/mac-leopard/svg: Added.
2807 * platform/mac-leopard/svg/W3C-SVG-1.1: Added.
2808 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum: Added.
2809 * platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png: Added.
2810 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
2811 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
2813 svg/custom/foreign-object-skew.svg is failing on Leopard
2814 https://bugs.webkit.org/show_bug.cgi?id=22221
2816 * platform/mac-leopard/svg/custom: Added.
2817 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum: Added.
2818 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.png: Added.
2819 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
2820 * platform/mac/svg/custom/foreign-object-skew-expected.png:
2822 2008-11-12 Simon Fraser <simon.fraser@apple.com>
2824 Reviewed by Dan Bernstein
2826 https://bugs.webkit.org/show_bug.cgi?id=22212
2828 Repaint test for a transform change on an element with a positioned child.
2830 * fast/repaint/transform-absolute-child.html: Added.
2831 * platform/mac/fast/repaint/transform-absolute-child-expected.checksum: Added.
2832 * platform/mac/fast/repaint/transform-absolute-child-expected.png: Added.
2833 * platform/mac/fast/repaint/transform-absolute-child-expected.txt: Added.
2835 2008-11-12 Geoffrey Garen <ggaren@apple.com>
2837 Roll in r38322, now that test failures have been fixed.
2839 * fast/js/global-recursion-on-full-stack-expected.txt:
2841 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
2843 Reviewed by Dan Bernstein.
2845 Skip fast/repaint/body-background-image.html test as it is not reliable.
2847 https://bugs.webkit.org/show_bug.cgi?id=21913
2849 * platform/mac/Skipped:
2851 2008-11-12 Dan Bernstein <mitz@apple.com>
2853 - remove an empty directory
2855 * platform/mac-leopard/http: Removed.
2856 * platform/mac-leopard/http/tests: Removed.
2857 * platform/mac-leopard/http/tests/security: Removed.
2858 * platform/mac-leopard/http/tests/security/dataURL: Removed.
2860 2008-11-12 Simon Fraser <simon.fraser@apple.com>
2862 Reviewed by Dave Hyatt
2864 https://bugs.webkit.org/show_bug.cgi?id=17840
2866 Tests for repainting when the transform of a positioned element changes.
2868 * fast/repaint/transform-absolute-in-positioned-container.html: Added.
2869 * fast/repaint/transform-relative-position.html: Added.
2870 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.checksum: Added.
2871 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added.
2872 * platform/mac/fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
2873 * platform/mac/fast/repaint/transform-relative-position-expected.checksum: Added.
2874 * platform/mac/fast/repaint/transform-relative-position-expected.png: Added.
2875 * platform/mac/fast/repaint/transform-relative-position-expected.txt: Added.
2877 2008-11-12 Justin Garcia <justin.garcia@apple.com>
2879 Reviewed by Beth Dakin.
2881 <rdar://problem/5495723> Selecting and deleting quoted text quotes other text
2882 <rdar://problem/4775313> Deleting lines from the bottom of a messages leaves the last blank line quoted
2884 * editing/deleting/5495723-expected.txt: Added.
2885 * editing/deleting/5495723.html: Added.
2886 * platform/mac/editing/deleting/delete-4038408-fix-expected.txt: Change demonstrates that we
2887 now behave correctly when pressing delete when the caret is just after empty quoted paragraphs.
2889 2008-11-12 Pierre-Olivier Latour <pol@apple.com>
2891 Reviewed by Dan Bernstein.
2893 Updated reference images so that all pixel tests now "pass" on 10.5.5 Intel + r38318.
2894 https://bugs.webkit.org/show_bug.cgi?id=21821
2896 Test doesn't repaint entire view so result is corrupted by previous test
2897 https://bugs.webkit.org/show_bug.cgi?id=21916
2899 * platform/mac/Skipped:
2901 Test is passing but original reference image was invalid.
2903 * platform/mac/fast/backgrounds/size/backgroundSize05-expected.checksum:
2904 * platform/mac/fast/backgrounds/size/backgroundSize05-expected.png:
2906 Invalid image tiling
2907 https://bugs.webkit.org/show_bug.cgi?id=21915
2909 * platform/mac/fast/backgrounds/size/backgroundSize19-expected.checksum:
2910 * platform/mac/fast/backgrounds/size/backgroundSize19-expected.png:
2913 https://bugs.webkit.org/show_bug.cgi?id=21910
2915 * platform/mac/fast/backgrounds/svg-as-background-1-expected.checksum:
2916 * platform/mac/fast/backgrounds/svg-as-background-1-expected.png:
2917 * platform/mac/fast/backgrounds/svg-as-background-2-expected.checksum:
2918 * platform/mac/fast/backgrounds/svg-as-background-2-expected.png:
2919 * platform/mac/fast/backgrounds/svg-as-background-3-expected.checksum:
2920 * platform/mac/fast/backgrounds/svg-as-background-3-expected.png:
2921 * platform/mac/fast/backgrounds/svg-as-background-4-expected.checksum:
2922 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
2923 * platform/mac/fast/backgrounds/svg-as-background-5-expected.checksum:
2924 * platform/mac/fast/backgrounds/svg-as-background-5-expected.png:
2925 * platform/mac/fast/backgrounds/svg-as-background-6-expected.checksum:
2926 * platform/mac/fast/backgrounds/svg-as-background-6-expected.png:
2927 * platform/mac/fast/backgrounds/svg-as-mask-expected.checksum:
2928 * platform/mac/fast/backgrounds/svg-as-mask-expected.png:
2929 * platform/mac/fast/borders/svg-as-border-image-2-expected.checksum:
2930 * platform/mac/fast/borders/svg-as-border-image-2-expected.png:
2931 * platform/mac/fast/borders/svg-as-border-image-expected.checksum:
2932 * platform/mac/fast/borders/svg-as-border-image-expected.png:
2933 * platform/mac/fast/images/svg-as-background-expected.checksum:
2934 * platform/mac/fast/images/svg-as-background-expected.png:
2935 * platform/mac/fast/images/svg-as-image-expected.checksum:
2936 * platform/mac/fast/images/svg-as-image-expected.png:
2937 * platform/mac/fast/images/svg-as-relative-image-expected.checksum:
2938 * platform/mac/fast/images/svg-as-relative-image-expected.png:
2939 * platform/mac/fast/images/svg-as-tiled-background-expected.checksum:
2940 * platform/mac/fast/images/svg-as-tiled-background-expected.png:
2942 Possible Flash failure
2943 https://bugs.webkit.org/show_bug.cgi?id=21912
2945 * platform/mac/fast/dynamic/flash-replacement-test-expected.checksum:
2946 * platform/mac/fast/dynamic/flash-replacement-test-expected.png:
2949 https://bugs.webkit.org/show_bug.cgi?id=21913
2951 * platform/mac/fast/repaint/body-background-image-expected.checksum:
2952 * platform/mac/fast/repaint/body-background-image-expected.png:
2954 Excessive repainting
2955 https://bugs.webkit.org/show_bug.cgi?id=21914
2957 * platform/mac/fast/repaint/float-overflow-expected.checksum:
2958 * platform/mac/fast/repaint/float-overflow-expected.png:
2959 * platform/mac/fast/repaint/float-overflow-right-expected.checksum:
2960 * platform/mac/fast/repaint/float-overflow-right-expected.png:
2963 https://bugs.webkit.org/show_bug.cgi?id=21911
2965 * platform/mac/media/video-aspect-ratio-expected.checksum:
2966 * platform/mac/media/video-aspect-ratio-expected.png:
2967 * platform/mac/media/video-controls-rendering-expected.checksum:
2968 * platform/mac/media/video-controls-rendering-expected.png:
2969 * platform/mac/media/video-display-toggle-expected.checksum:
2970 * platform/mac/media/video-display-toggle-expected.png:
2971 * platform/mac/media/video-layer-crash-expected.checksum:
2972 * platform/mac/media/video-layer-crash-expected.png:
2973 * platform/mac/media/video-transformed-expected.checksum:
2974 * platform/mac/media/video-transformed-expected.png:
2976 2008-11-12 Gavin Barraclough <barraclough@apple.com>
2978 Reviewed by Cameron Zwarich.
2980 Test for https://bugs.webkit.org/show_bug.cgi?id=22201
2982 * fast/js/pic/cached-array-length-access-expected.txt: Added.
2983 * fast/js/pic/cached-array-length-access.html: Added.
2985 2008-11-12 Cameron Zwarich <zwarich@apple.com>
2987 Rubber-stamped by Mark Rowe.
2989 Roll out r38322 due to test failures on the bots.
2991 * fast/js/global-recursion-on-full-stack-expected.txt:
2993 2008-11-11 Stephanie <slewis@apple.com>
2995 Reviewed by Dan Bernstein.
2997 Test loading an image with no data.
2999 * fast/images/image-empty-data-expected.txt: Added.
3000 * fast/images/image-empty-data.html: Added.
3002 2008-11-10 Geoffrey Garen <ggaren@apple.com>
3004 Reviewed by Darin Adler.
3006 Updated a test after fixing https://bugs.webkit.org/show_bug.cgi?id=22174
3007 Simplified op_call by nixing its responsibility for moving the value of
3008 "this" into the first argument slot.
3010 * fast/js/global-recursion-on-full-stack-expected.txt: This test passes
3011 a little differently now, because the register layout has changed.
3012 Specifically, the stack overflow now happens in the call to f() instead
3013 of the initiation of the <script> tag, so it is caught, and it does not
3014 log an exception to the console.
3016 2008-11-11 Pierre-Olivier Latour <pol@apple.com>
3018 Reviewed by Mark Rowe.
3020 Removed invalid bases incorrectly checked-in in r38305.
3022 https://bugs.webkit.org/show_bug.cgi?id=22185
3024 * platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.checksum: Removed.
3025 * platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.png: Removed.
3026 * platform/mac-tiger/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
3027 * platform/mac-tiger/fast/text/international/hindi-spacing-expected.checksum: Removed.
3028 * platform/mac-tiger/fast/text/international/hindi-spacing-expected.png: Removed.
3029 * platform/mac-tiger/fast/text/international/hindi-spacing-expected.txt: Removed.
3031 2008-11-11 Beth Dakin <bdakin@apple.com>
3033 Reviewed by Darin Adler.
3035 Tests for <rdar://problem/5089327> Too much indentation when
3036 pasting quoted paragraphs
3039 * editing/pasteboard/paste-blockquote-into-blockquote-3.html:
3041 * platform/mac/editing/pasteboard/paste-blockquote-into-
3042 blockquote-3-expected.checksum: Added.
3043 * platform/mac/editing/pasteboard/paste-blockquote-into-
3044 blockquote-3-expected.png: Added.
3045 * platform/mac/editing/pasteboard/paste-blockquote-into-
3046 blockquote-3-expected.txt: Added.
3048 The results for these tests previously reflected the behavior
3049 implemented in revision 38273. We have since decided that that
3050 behavior is wrong and we changed it with this patch.
3051 * platform/mac/editing/pasteboard/merge-end-blockquote-
3053 * platform/mac/editing/pasteboard/merge-end-blockquote-
3055 * platform/mac/editing/pasteboard/merge-end-blockquote-
3057 * platform/mac/editing/pasteboard/paste-blockquote-into-
3058 blockquote-2-expected.txt:
3059 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3062 2008-11-11 Dirk Schulze <krit@webkit.org>
3064 Reviewed by Dave Hyatt.
3066 Pattern transform check was too strict for Cg. Scaling can cause a wrong
3067 color on the borders of the scaled object.
3069 Correct expected result of the tests.
3071 * fast/canvas/canvas-pattern-transform-expected.txt:
3072 * fast/canvas/canvas-pattern-transform.html:
3073 * fast/canvas/canvas-pattern-transform.js:
3074 * fast/canvas/canvas-radial-gradient-spreadMethod-expected.txt:
3076 2008-11-11 Pierre-Olivier Latour <pol@apple.com>
3078 Rubber-stamped by Dan Bernstein.
3080 https://bugs.webkit.org/show_bug.cgi?id=21821
3082 Removed pixel results in platform/mac-tiger that were only slightly different
3083 (within 1% tolerance) from the platform/mac results.
3084 Removed results in platform/mac-tiger where the results in platform/mac were
3085 also correct for Tiger.
3086 Also updated results in platform/mac-tiger that were out of date.
3088 Made sure every test that has a specific mac-tiger render tree output also has matching images.
3090 (file listing elided)
3092 2008-11-11 Dirk Schulze <vbs85@gmx.de>
3094 Reviewed by Darin Adler.
3096 Check behavior of default spreadMethod on radial gradients.
3098 * fast/canvas/canvas-radial-gradient-spreadMethod-expected.txt: Added.
3099 * fast/canvas/canvas-radial-gradient-spreadMethod.html: Added.
3100 * fast/canvas/canvas-radial-gradient-spreadMethod.js: Added.
3102 2008-11-11 Dirk Schulze <vbs85@gmx.de>
3104 Reviewed by Oliver Hunter.
3106 Added test to check behavior on transformations of patterns in canvas.
3108 * fast/canvas/canvas-pattern-transform-expected.txt: Added.
3109 * fast/canvas/canvas-pattern-transform.html: Added.
3110 * fast/canvas/canvas-pattern-transform.js: Added.
3112 2008-11-11 Pierre-Olivier Latour <pol@apple.com>
3114 Rubber-stamped by Dan Bernstein.
3116 https://bugs.webkit.org/show_bug.cgi?id=21821
3118 Remaining set of updated expected pixel results. This includes http/,
3119 media/, plugins/, scrollbars/, tables/, transforms/, transitions/ and
3122 (file listing elided)
3124 2008-11-10 Adam Roben <aroben@apple.com>
3126 Test for Bug 22161: Assertion failure in RenderThemeWin::systemColor
3127 when loading microsoftpdc.com
3129 <https://bugs.webkit.org/show_bug.cgi?id=22161>
3131 Note that this test would only fail if DumpRenderTree used
3132 RenderThemeWin, which it doesn't. I did test that locally, though.
3134 Reviewed by Dan Bernstein.
3136 * fast/css/outline-invert-assertion-expected.txt: Added.
3137 * fast/css/outline-invert-assertion.html: Added.
3139 2008-11-10 Beth Dakin <bdakin@apple.com>
3141 Rubber stamped by Justin Garcia.
3143 New tests for <rdar://problem/4037481> REGRESSION (Mail): pasting
3144 quoted text into quoted text yields double-quoting
3145 * editing/pasteboard/paste-blockquote-into-blockquote-2.html:
3147 * editing/pasteboard/paste-blockquote-into-blockquote.html: Added.
3148 * platform/mac/editing/pasteboard/paste-blockquote-into-
3149 blockquote-2-expected.checksum: Added.
3150 * platform/mac/editing/pasteboard/paste-blockquote-into-
3151 blockquote-2-expected.png: Added.
3152 * platform/mac/editing/pasteboard/paste-blockquote-into-
3153 blockquote-2-expected.txt: Added.
3154 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3155 expected.checksum: Added.
3156 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3157 expected.png: Added.
3158 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-
3159 expected.txt: Added.
3161 Test with new results because of this patch:
3162 * platform/mac/editing/pasteboard/merge-end-blockquote-
3164 * platform/mac/editing/pasteboard/merge-end-blockquote-
3166 * platform/mac/editing/pasteboard/merge-end-blockquote-
3170 2008-11-09 Cameron Zwarich <zwarich@apple.com>
3172 Reviewed by Darin Adler.
3174 Add a test for bug 19541: Null pointer in showModalDialog()
3175 <https://bugs.webkit.org/show_bug.cgi?id=19541>
3177 * fast/dom/null-page-show-modal-dialog-crash-expected.txt: Added.
3178 * fast/dom/null-page-show-modal-dialog-crash.html: Added.
3180 2008-11-09 Alexey Proskuryakov <ap@webkit.org>
3182 Reviewed by Darin Adler.
3184 https://bugs.webkit.org/show_bug.cgi?id=22104
3185 Javascript URL percent encoding/decoding broken by some characters
3187 * fast/loader/javascript-url-encoding-2-expected.txt:
3188 * fast/loader/javascript-url-encoding-2.html:
3190 2008-11-09 Darin Adler <darin@apple.com>
3192 Reviewed by Sam Weinig and Maciej Stachowiak.
3194 - test for https://bugs.webkit.org/show_bug.cgi?id=14886
3195 Stack overflow due to deeply nested parse tree doing repeated string concatentation
3197 * fast/js/large-expressions-expected.txt: Added.
3198 * fast/js/large-expressions.html: Added.
3199 * fast/js/resources/large-expressions.js: Added.
3201 2008-11-09 Darin Adler <darin@apple.com>
3203 Reviewed by Sam Weinig.
3205 - fix https://bugs.webkit.org/show_bug.cgi?id=22142
3206 a few fast/canvas tests use non-standard HTML wrappers but don't need to
3208 * fast/canvas/gradient-addColorStop-with-invalid-color-expected.txt:
3209 Fixed spelling error: "gradieints".
3211 * fast/canvas/gradient-addColorStop-with-invalid-color.html: Regenerated with
3212 make-js-test-wrappers script; removes the canvas element that was in here.
3213 * fast/canvas/linearGradient-infinite-values.html: Ditto.
3214 * fast/canvas/radialGradient-infinite-values.html: Ditto.
3216 * fast/canvas/resources/gradient-addColorStop-with-invalid-color.js:
3217 Fixed spelling error and changed code to use createElement to make a canvas
3218 element rather than using getElementById to find an existing canvas element.
3219 * fast/canvas/resources/linearGradient-infinite-values.js: Ditto.
3220 * fast/canvas/resources/radialGradient-infinite-values.js: Ditto.
3222 2008-11-08 Antti Koivisto <antti@apple.com>
3224 Reviewed by Sam Weinig.
3226 Test for https://bugs.webkit.org/show_bug.cgi?id=22141
3227 REGRESSION: Safari error page is not fully styled when loaded from cache
3229 * fast/encoding/css-cached-bom.html: Added.
3230 * fast/encoding/css-cached-bom-expected.txt: Added.
3231 * fast/encoding/resources/css-cached-bom-frame.html: Added.
3232 * fast/encoding/resources/utf-16-little-endian.css: Added.
3234 2008-11-08 Simon Fraser <simon.fraser@apple.com>
3236 Reviewed by Dan Bernstein
3238 https://bugs.webkit.org/show_bug.cgi?id=21906
3240 Test focus ring drawing on a transformed text input (and fix the HTML in
3241 an unrelated test case).
3243 * fast/repaint/focus-layers.html: Quoted id attribute and removed extra
3245 * fast/transforms/transformed-focused-text-input.html: Added.
3246 * platform/mac/fast/transforms/transformed-focused-text-input-expected.checksum: Added.
3247 * platform/mac/fast/transforms/transformed-focused-text-input-expected.png: Added.
3248 * platform/mac/fast/transforms/transformed-focused-text-input-expected.txt: Added.
3250 2008-11-07 Cameron Zwarich <zwarich@apple.com>
3252 Reviewed by Geoff Garen.
3254 * fast/js/resources/typeof-constant-string.js: Added.
3255 * fast/js/typeof-constant-string-expected.txt: Added.
3256 * fast/js/typeof-constant-string.html: Added.
3258 2008-11-07 Holger Hans Peter Freyther <zecke@selfish.org>
3260 Reviewed by Darin Adler.
3262 https://bugs.webkit.org/show_bug.cgi?id=22039
3264 Enable text only and succeeding fast tests for the gtk port
3266 Enable the tests from the fast directory that succeed. Classify the
3267 remaining tests from the fast directory.
3269 * platform/gtk/Skipped:
3271 2008-11-07 Holger Hans Peter Freyther <zecke@selfish.org>
3273 Reviewed by Darin Adler.
3275 https://bugs.webkit.org/show_bug.cgi?id=22039
3277 Skip every test on the Gtk+ platform
3279 Add every test directory to the Skipped list in order to create
3280 a baseline for the Gtk+ port.
3282 * platform/gtk/Skipped:
3284 2008-11-06 Sam Weinig <sam@webkit.org>
3286 Reviewed by Mark Rowe.
3288 Fix test that would fail if it had the wrong set of plugins.
3290 * plugins/plugin-javascript-access.html:
3292 2008-11-06 Chris Fleizach <cfleizach@apple.com>
3294 Reviewed by Beth Dakin.
3296 Test for Bug 22112: if a <body> has contenteditable=true, it should report a writable AXValue
3297 https://bugs.webkit.org/show_bug.cgi?id=22112
3299 * accessibility/content-editable-expected.txt: Added.
3300 * accessibility/content-editable.html: Added.
3302 2008-11-06 Simon Fraser <simon.fraser@apple.com>
3304 Reviewed by Antti Koivisto
3306 https://bugs.webkit.org/show_bug.cgi?id=22109
3307 Make <input type="range"> work correctly with transforms
3309 * fast/forms/slider-transformed-expected.txt: Added.
3310 * fast/forms/slider-transformed.html: Added.
3312 2008-11-05 Simon Fraser <simon.fraser@apple.com>
3314 Reviewed by Dave Hyatt
3316 https://bugs.webkit.org/show_bug.cgi?id=21870
3318 Test event.offsetX/offsetY for various types of elements, which
3319 exercises absoluteToLocal() code.
3321 * fast/events/offsetX-offsetY-expected.txt: Added.
3322 * fast/events/offsetX-offsetY.html: Added.
3324 2008-11-05 Gavin Barraclough <barraclough@apple.com>
3326 Reviewed by Maciej Stachowiak.
3328 Previosly the test 'cross-site-this' checked that the second level deep method called
3329 across frames recieved the correct this pointer, when no base object is provided.
3331 Test updated so that it check that the code in the child frame, and both the first
3332 and second functions called in the parent frame recieve the correct this values.
3334 * fast/frames/cross-site-this.html:
3335 * fast/frames/resources/cross-site-this-helper.html:
3337 2008-11-05 Justin Garcia <justin.garcia@apple.com>
3339 Reviewed by Beth Dakin.
3341 <rdar://problem/5480736> In Mail and Gmail, copied indented text pastes with line break
3343 * editing/pasteboard/5480736-expected.txt: Added.
3344 * editing/pasteboard/5480736.html: Added.
3346 2008-11-05 Sam Weinig <sam@webkit.org>
3348 Reviewed by Anders Carlsson.
3350 Update tests for https://bugs.webkit.org/show_bug.cgi?id=22085
3351 The Plugin JS object should expose item() and namedItem() methods to match Firefox
3353 * fast/dom/Window/window-properties-expected.txt:
3354 * plugins/plugin-javascript-access-expected.txt:
3355 * plugins/plugin-javascript-access.html:
3357 2008-11-05 Alexey Proskuryakov <ap@webkit.org>
3359 Reviewed by Maciej Stachowiak.
3361 https://bugs.webkit.org/show_bug.cgi?id=21060
3362 Range#surroundContents incorrectly throws BAD_BOUNDARYPOINTS_ERR
3364 * fast/dom/Range/surroundContents-check-boundary-points-expected.txt: Added.
3365 * fast/dom/Range/surroundContents-check-boundary-points.html: Added.
3367 * fast/dom/Range/range-exceptions-expected.txt: Updated incorrect result - there was no
3368 reason to raise BAD_BOUNDARYPOINTS_ERR.
3370 2008-11-04 Sam Weinig <sam@webkit.org>
3372 Reviewed by Simon Hausmann.
3374 Update tests for https://bugs.webkit.org/show_bug.cgi?id=21648
3375 navigator.mimeTypes and navigator.plugins don't expose item and namedItem to JS
3377 * fast/dom/Window/window-properties-expected.txt:
3378 * fast/js/global-constructors-expected.txt:
3379 * plugins/plugin-javascript-access-expected.txt:
3380 * plugins/plugin-javascript-access.html:
3382 2008-11-05 Pierre-Olivier Latour <pol@apple.com>
3384 Rubber-stamped by Dan Bernstein.
3386 https://bugs.webkit.org/show_bug.cgi?id=21821
3388 Another set of updated expected pixel results generated with the same
3389 setup. Includes accessiblity/, animations/, css1/, css2.1/, css3/,
3392 (file listing elided)
3394 2008-11-05 Pierre-Olivier Latour <pol@apple.com>
3396 Rubber-stamped by Dan Bernstein.
3398 https://bugs.webkit.org/show_bug.cgi?id=21821
3400 Imported more image bases for fast/ and svg/ in order to
3401 fully validate latest DRT and test script changes. These results were generated
3402 by a release build of r38003 on an Intel iMac running Mac OS X 10.5.5 with
3405 (file listing elided)
3407 2008-11-04 Pamela Greene <pam@chromium.org>
3409 Reviewed by Darin Adler.
3411 Added test for crash resulting from nested stylesheets using certain
3412 builds of libxml2. See https://bugs.webkit.org/show_bug.cgi?id=15715 .
3414 * fast/xsl/resources/xslt-nested-stylesheets0.xsl: Added.
3415 * fast/xsl/resources/xslt-nested-stylesheets1.xsl: Added.
3416 * fast/xsl/xslt-nested-stylesheets-expected.txt: Added.
3417 * fast/xsl/xslt-nested-stylesheets.xml: Added.
3419 2008-11-04 Pierre-Olivier Latour <pol@apple.com>
3421 Reviewed by Dan Bernstein.
3423 - part of https://bugs.webkit.org/show_bug.cgi?id=21821
3424 Removed pixel results in platform/mac-tiger that were only slightly different
3425 (within 1% tolerance) from the platform/mac results.
3426 Removed results in platform/mac-tiger where the results in platform/mac were
3427 also correct for Tiger.
3429 (file listing elided)
3431 2008-11-03 Simon Fraser <simon.fraser@apple.com>
3433 Reviewed by Dave Hyatt
3435 https://bugs.webkit.org/show_bug.cgi?id=22026
3436 Fix bounds of transparency layer for a div with a transform
3437 inside an opacity layer.
3439 * fast/layers/opacity-transforms.html: Added.
3440 * platform/mac/fast/layers/opacity-transforms-expected.checksum: Added.
3441 * platform/mac/fast/layers/opacity-transforms-expected.png: Added.
3442 * platform/mac/fast/layers/opacity-transforms-expected.txt: Added.
3444 2008-11-01 Adam Barth <abarth@webkit.org>
3446 Reviewed by Sam Weinig.
3448 Test that we properly block non-same-origin redirects for these
3451 https://bugs.webkit.org/show_bug.cgi?id=21963
3453 * http/tests/security/resources/xsl-using-document-redirect.xsl: Added.
3454 * http/tests/security/resources/xsl-using-external-entity-redirect.xsl: Added.
3455 * http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt: Copied from LayoutTests/http/tests/security/xss-DENIED-xsl-document-expected.txt.
3456 * http/tests/security/xss-DENIED-xsl-document-redirect.xml: Added.
3457 * http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt: Copied from LayoutTests/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt.
3458 * http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml: Added.
3460 2008-11-01 Alexey Proskuryakov <ap@webkit.org>
3462 Reviewed by Darin Adler.
3464 https://bugs.webkit.org/show_bug.cgi?id=22001
3465 AtomicStringImpl* keys of event listener maps can outlive their strings
3467 * fast/events/destroyed-atomic-string-expected.txt: Added.
3468 * fast/events/destroyed-atomic-string.html: Added.
3470 2008-10-30 Justin Garcia <justin.garcia@apple.com>
3472 Added another layout test for previous check-in.
3474 * editing/inserting/6104369-2-expected.txt: Added.
3475 * editing/inserting/6104369-2.html: Added.
3477 2008-10-30 Justin Garcia <justin.garcia@apple.com>
3479 Reviewed by Beth Dakin.
3481 <rdar://problem/6104369> Hitting return at the end of a quoted line creates an extraneous quoted line
3483 * editing/inserting/6104369-expected.txt: Added.
3484 * editing/inserting/6104369.html: Added.
3486 2008-10-30 Pierre-Olivier Latour <pol@apple.com>
3488 Reviewed by Dan Bernstein.
3490 https://bugs.webkit.org/show_bug.cgi?id=21821
3492 Imported new image bases for a representative set of pixel tests in order to
3493 fully validate latest DRT and test script changes. These results were generated
3494 by a release build of r38003 on an Intel iMac running Mac OS X 10.5.5 with
3497 (file listing elided)