1 2009-05-29 Oliver Hunt <oliver@apple.com>
3 Reviewed by NOBODY (Test fix).
5 Fix error in test case i accidentally introduced.
7 * fast/js/string-replace-exception-crash.html:
9 2009-05-28 Simon Fraser <simon.fraser@apple.com>
11 Reviewed by Oliver Hunt.
13 https://bugs.webkit.org/show_bug.cgi?id=8736
15 * fast/borders/border-radius-constraints.html: Added.
16 * platform/mac/fast/borders/border-radius-constraints-expected.checksum: Added.
17 * platform/mac/fast/borders/border-radius-constraints-expected.png: Added.
18 * platform/mac/fast/borders/border-radius-constraints-expected.txt: Added.
20 Test that corner radii are constrained according to CSS3 rules.
22 * fast/borders/border-radius-huge-assert.html:
23 * platform/mac/fast/borders/border-radius-huge-assert-expected.checksum:
24 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
25 * platform/mac/fast/borders/border-radius-huge-assert-expected.txt:
27 Now that we constrain border-radius, update the text of the test, and the
30 * fast/borders/border-radius-split-inline.html: Added.
31 * platform/mac/fast/borders/border-radius-split-inline-expected.checksum: Added.
32 * platform/mac/fast/borders/border-radius-split-inline-expected.png: Added.
33 * platform/mac/fast/borders/border-radius-split-inline-expected.txt: Added.
35 New test for border-radius on a split inline.
37 * fast/box-shadow/border-radius-big.html:
38 * platform/mac/fast/box-shadow/border-radius-big-expected.checksum:
39 * platform/mac/fast/box-shadow/border-radius-big-expected.png:
40 * platform/mac/fast/box-shadow/border-radius-big-expected.txt:
42 Now that we constrain border-radius, update the text of the test, and the
45 2009-05-28 Alexey Proskuryakov <ap@webkit.org>
47 Reviewed by Darin Adler.
49 https://bugs.webkit.org/show_bug.cgi?id=26005
50 Optimization for XPath //* does not preserve context size
52 * fast/xpath/position-expected.txt: Added.
53 * fast/xpath/position.html: Added.
54 Test for this bug, and for other potential issues with position().
56 * fast/xpath/4XPath/Core/test.js: Updated to work with Firefox 3 (getElementsByTagName handles
57 node names with namespace prefixes differently there).
58 * fast/xpath/4XPath/Core/test_location_path.html: Fixed the test to request ordered snapshots
59 when there is more than one node in expected result, as the checks verify node order.
61 2009-05-28 Adam Barth <abarth@webkit.org>
63 Reviewed by Darin Adler.
65 Test whether lexical or dynamic scope is used for window.open().
67 * http/tests/security/frameNavigation/context-for-window-open-expected.txt: Added.
68 * http/tests/security/frameNavigation/context-for-window-open.html: Added.
69 * http/tests/security/frameNavigation/resources/middle-frame-for-location.html:
71 2009-05-27 Dan Bernstein <mitz@apple.com>
73 Reviewed by Sam Weinig.
75 - test for <rdar://problem/6927761> <isindex> placeholder text is
76 unstylable and initially not visible
78 * fast/forms/isindex-placeholder.html: Added.
79 * platform/mac/fast/forms/isindex-placeholder-expected.checksum: Added.
80 * platform/mac/fast/forms/isindex-placeholder-expected.png: Added.
81 * platform/mac/fast/forms/isindex-placeholder-expected.txt: Added.
83 2009-05-27 Oliver Hunt <oliver@apple.com>
85 Reviewed by Mark Rowe.
87 <rdar://problem/6928025> Stack overflow in JSC::stringProtoFuncReplace() running jsFunFuzz
89 Add an additional exception check for stack overflow in String.replace
91 * fast/js/string-replace-exception-crash.html:
93 2009-05-27 Alexey Proskuryakov <ap@webkit.org>
95 Reviewed by Darin Adler.
97 https://bugs.webkit.org/show_bug.cgi?id=17725
98 XPath should be case insensitive for HTML
100 * fast/xpath/node-name-case-sensitivity-expected.txt: Added.
101 * fast/xpath/node-name-case-sensitivity.html: Added.
103 2009-05-27 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
105 Disabling new tests to make the bot green.
107 * platform/gtk/Skipped:
109 2009-05-26 Oliver Hunt <oliver@apple.com>
111 Reviewed by Gavin Barraclough.
113 <rdar://problem/6924033> REGRESSION: Assertion failure due to forward references
115 Add a few more test cases for invalid back references.
117 * fast/js/regexp-backreferences-expected.txt: Added.
118 * fast/js/regexp-backreferences.html: Added.
119 * fast/js/resources/regexp-backreferences.js: Added.
121 2009-05-26 Adam Barth <abarth@webkit.org>
123 https://bugs.webkit.org/show_bug.cgi?id=26011
125 Unreviewed change to disable flaky test as requested by Sam Weinig.
127 * http/tests/security/postMessage/origin-follows-lexical-scope-expected.txt: Removed.
128 * http/tests/security/postMessage/origin-follows-lexical-scope.html: Removed.
130 2009-05-26 Dimitri Glazkov <dglazkov@chromium.org>
132 Reviewed by Maciej Stachowiak.
134 https://bugs.webkit.org/show_bug.cgi?id=23649
135 Add layout test for various cases of SQLTransactionErrorCallback
138 * storage/transaction-error-callback-expected.txt: Added.
139 * storage/transaction-error-callback.html: Added.
141 2009-05-26 David Hyatt <hyatt@apple.com>
143 Reviewed by Darin Adler.
145 Fix for bug 25969, scrollbars remain after document shrinks. Add a couple of layout tests
146 written by Dan that show various problems with scrollbars following resizes.
148 * fast/dynamic/window-resize-scrollbars-test.html: Added.
149 * fast/dynamic/window-scrollbars-test.html: Added.
150 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.checksum: Added.
151 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.png: Added.
152 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt: Added.
153 * platform/mac/fast/dynamic/window-scrollbars-test-expected.checksum: Added.
154 * platform/mac/fast/dynamic/window-scrollbars-test-expected.png: Added.
155 * platform/mac/fast/dynamic/window-scrollbars-test-expected.txt: Added.
157 2009-05-25 Adam Barth <abarth@webkit.og>
159 Reviewed by Sam Weinig.
161 https://bugs.webkit.org/show_bug.cgi?id=26006
163 Test our use of dynamicGlobalObject and lexicalGlobalObject for
166 * http/tests/security/frameNavigation/context-for-location-assign-expected.txt: Added.
167 * http/tests/security/frameNavigation/context-for-location-assign.html: Added.
168 * http/tests/security/frameNavigation/context-for-location-expected.txt: Added.
169 * http/tests/security/frameNavigation/context-for-location-href-expected.txt: Added.
170 * http/tests/security/frameNavigation/context-for-location-href.html: Added.
171 * http/tests/security/frameNavigation/context-for-location.html: Added.
172 * http/tests/security/frameNavigation/resources/middle-frame-for-location.html: Added.
173 * http/tests/security/frameNavigation/resources/target-for-location.html: Added.
175 2009-05-25 Adam Barth <abarth@webkit.org>
177 Reviewed by Sam Weinig.
179 https://bugs.webkit.org/show_bug.cgi?id=26011
181 Try to make test less flaky.
183 * http/tests/security/postMessage/origin-follows-lexical-scope-expected.txt:
184 * http/tests/security/postMessage/origin-follows-lexical-scope.html:
185 * http/tests/security/postMessage/resources/middle-frame-for-lexical.html:
186 * http/tests/security/postMessage/resources/post-message-listener-with-ready.html: Added.
188 2009-05-25 Adam Barth <abarth@webkit.org>
190 Reviewed by Maciej Stachowiak.
192 https://bugs.webkit.org/show_bug.cgi?id=26004
194 Test that the origin for postMessage follows the lexical scope.
196 * http/tests/security/postMessage/origin-follows-lexical-scope-expected.txt: Added.
197 * http/tests/security/postMessage/origin-follows-lexical-scope.html: Added.
198 * http/tests/security/postMessage/resources/middle-frame-for-lexical.html: Added.
200 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
202 Reviewed by Gustavo Noronha and Xan Lopez.
204 [Gtk] Enable database and localStorage support
205 https://bugs.webkit.org/show_bug.cgi?id=25629
207 Enable storage/ tests for Gtk.
209 * platform/gtk/Skipped:
211 2009-05-23 Oliver Hunt <oliver@apple.com>
213 Reviewed by Maciej Stachowiak.
215 Add tests to cover exceptions thrown from non-object results of get_by_id
217 * fast/js/exception-for-nonobject-expected.txt: Added.
218 * fast/js/exception-for-nonobject.html: Added.
219 * fast/js/resources/exception-for-nonobject.js: Added.
221 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
223 Unreviewed. Skip new tests introduced in r44010. These tests
224 require an eventSender implementation which the gtk port
225 currently do not have.
227 Also remove gtk-specific result for
228 fast/canvas/canvas-composite-alpha. The non-platform specific
231 * platform/gtk/Skipped:
232 * platform/gtk/fast/canvas/canvas-composite-alpha-expected.txt: Removed.
234 2009-05-22 Dan Bernstein <mitz@apple.com>
236 Reviewed by Darin Adler.
238 <rdar://problem/6916082> Incorrect handling of % as CSS value.
240 * fast/css/percent-character-as-value-expected.txt: Added.
241 * fast/css/percent-character-as-value.html: Added.
243 2009-05-22 Darin Adler <darin@apple.com>
245 Reviewed by Dan Bernstein.
247 - Made the global-function-resolve test independent of hashing order
248 by using a fixed set of properties. This also removes the need for us
249 to update this test every time we add something to the window object or
250 the js-test-pre.js family of scripts.
252 * fast/js/global-function-resolve-expected.txt: Updated.
253 * fast/js/resources/global-function-resolve.js: Use a fixed array instead
254 of using all property names from the global object; also made other small
255 changes that don't have an effect on the substance of the test.
257 2009-05-22 Dan Bernstein <mitz@apple.com>
259 Reviewed by Darin Adler.
261 - remove a test that was supposed to test the text/* change to MIME
262 types from r43979, since the change was rolled out, and the test seems
263 to be ineffective anyway, since it was passing on Mac after rolling
266 * http/tests/mime/accept-all-text-types-expected.txt: Removed.
267 * http/tests/mime/accept-all-text-types.html: Removed.
269 2009-05-22 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.org>
271 Reviewed by Simon Hausmann.
273 Skip tests depending on platform dependent results.
275 * platform/qt/Skipped:
277 2009-05-22 Shinichiro Hamaji <hamaji@google.com>
279 Reviewed by Oliver Hunt.
281 Remove optimization path alpha=0 case from GraphicContext(CG|Skia).
282 This optimization doesn't make sense for some composite mode (e.g., 'copy' operation).
284 https://bugs.webkit.org/show_bug.cgi?id=25956
286 * fast/canvas/canvas-composite-alpha-expected.txt:
287 * fast/canvas/canvas-composite-alpha.html:
288 * platform/gtk/fast/canvas/canvas-composite-alpha-expected.txt: Removed.
290 2009-05-21 Oliver Hunt <oliver@apple.com>
292 Reviewed by Maciej Stachowiak.
294 Add tests to ensure that we correctly cache (or do not cache) lookups
295 of global properties.
297 * fast/js/global-function-resolve.html: Added.
298 * fast/js/resources/global-function-resolve.js: Added.
300 2009-05-21 Geoffrey Garen <ggaren@apple.com>
302 Reviewed by Sam Weinig.
304 Tests for <rdar://problem/6910832> | https://bugs.webkit.org/show_bug.cgi?id=25907
305 Incorrect URL returned to the DOM while the user drags a file
307 * http/tests/local/drag-over-remote-content-expected.txt: Added.
308 * http/tests/local/drag-over-remote-content.html: Added.
309 * http/tests/security/drag-over-remote-content-iframe-expected.txt: Added.
310 * http/tests/security/drag-over-remote-content-iframe.html: Added.
312 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
314 Fixing test to actually use the correct names for the frames.
316 * http/tests/mime/accept-all-text-types.html:
318 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
320 Disable 2 more tests that sometimes fail.
322 * platform/gtk/Skipped:
324 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
326 Adding file I forgot to add to last commit.
328 * http/tests/mime/resources/accept-all-text-types.cgi: Added.
330 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
332 Reviewed by Darin Adler.
334 Test that WebKit accepts any text/* type.
336 * http/tests/mime/accept-all-text-types-expected.txt: Added.
337 * http/tests/mime/accept-all-text-types.html: Added.
339 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
341 Reviewed by Xan Lopez.
343 Disable failing HTTP tests now that we are enabling HTTP on the
346 * platform/gtk/Skipped:
348 2009-05-21 Alexey Proskuryakov <ap@webkit.org>
350 Reviewed by Darin Adler.
352 https://bugs.webkit.org/show_bug.cgi?id=19517
353 <rdar://problem/6007112> DOM modification of textArea causes Access Violation (NULL pointer?)
355 This no longer happens with ToT, just adding a test.
357 * fast/parser/head-parsing-19517-expected.txt: Added.
358 * fast/parser/head-parsing-19517.html: Added.
360 2009-05-21 Dan Bernstein <mitz@apple.com>
362 Reviewed by Anders Carlsson.
364 - test for <rdar://problem/6901751> REGRESSION (r35515): Tiger crash
365 painting the selection on registration page of car2go.com
367 * fast/block/float/selection-gap-clip-out-tiger-crash-expected.txt: Added.
368 * fast/block/float/selection-gap-clip-out-tiger-crash.html: Added.
370 2009-05-21 Eric Seidel <eric@webkit.org>
372 Reviewed by Alexey Proskuryakov.
374 Fix file-input-files-access which was passing for the wrong reasons.
376 The log was pushing the drop target off screen and the drops were failing!
378 * editing/pasteboard/file-input-files-access-expected.txt:
379 * editing/pasteboard/resources/file-input-files-access.js:
380 (testOrderedDraggingWithDirectory):
383 2009-05-20 Gustavo Noronha Silva <gns@gnome.org>
387 * platform/gtk/Skipped:
389 2009-05-20 Gustavo Noronha Silva <gns@gnome.org>
391 Skipping test that fails intermitently.
393 * platform/gtk/Skipped:
395 2009-05-20 Gustavo Noronha Silva <gns@gnome.org>
397 Rubber-stamped by Mark Rowe.
399 Add GTK+-specific results for canvas-composite-alpha. This test
400 has 'failing' cases that pass on GTK+/cairo.
402 * platform/gtk/fast/canvas/canvas-composite-alpha-expected.txt: Added.
404 2009-05-20 David Kilzer <ddkilzer@apple.com>
406 Test for <rdar://problem/5666078> Cookie parsing terminates at the first semicolon, ignoring quotes (16699)
408 <https://bugs.webkit.org/show_bug.cgi?id=16699>
410 Reviewed by Brady Eidson.
412 * http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: Added.
413 * http/tests/cookies/double-quoted-value-with-semi-colon.html: Added.
414 * http/tests/cookies/resources/double-quoted-value-with-semi-colon.js: Added.
415 * platform/mac-tiger/Skipped: Added
416 double-quoted-value-with-semi-colon.html since CFNetwork on
417 Tiger stops parsing cookie values when it sees a semi-colon,
418 even inside double quotes.
420 2009-05-20 Brady Eidson <beidson@apple.com>
422 Reviewed by Darin Adler.
424 Fix <rdar://problem/6904941> and https://bugs.webkit.org/show_bug.cgi?id=25300
426 * fast/loader/javascript-url-hierarchical-execution-expected.txt: Added.
427 * fast/loader/javascript-url-hierarchical-execution.html: Added.
429 2009-05-20 Holger Hans Peter Freyther <zecke@selfish.org>
431 Reviewed by Anders Carlsson.
433 https://bugs.webkit.org/show_bug.cgi?id=24510
435 Add a test case that Netscape Plugin can properly
436 determine if a given object has a specific method
439 The test will ask the plugin to call hasproperty and
440 hasmethod and will compare the result with what is
441 expected. This approach is taken from
442 netscape-get-property-return-value.html
444 * plugins/netscape-invoke-browserfuncs-expected.txt: Added.
445 * plugins/netscape-invoke-browserfuncs.html: Added.
447 2009-05-20 Eric Seidel <eric@webkit.org>
449 Fix bug URL in ChangeLogs in r43903.
450 https://bugs.webkit.org/show_bug.cgi?id=25742
452 2009-05-20 Eric Seidel <eric@webkit.org>
454 No review, build fix only.
456 Add files I missed in r43903.
457 https://bugs.webkit.org/show_bug.cgi?id=25742
459 Takeshi's patch was right, I just failed to add the files when landing.
461 * platform/mac/fast/forms/search-styled-expected.checksum: Added.
462 * platform/mac/fast/forms/search-styled-expected.png: Added.
464 2009-05-20 Takeshi Yoshino <tyoshino@google.com>
466 Reviewed by Eric Seidel.
468 Bug 24539: Fix RenderThemeChromiumWin::paintTextFieldInternal() not to hide background image.
469 https://bugs.webkit.org/show_bug.cgi?id=25742
471 Changed the test fast/forms/select-style.html to exercise the change on
472 RenderThemeChromiumWin::paintTextFieldInternal() on Chromium. Replaced expected results for
473 platform mac. Expected cases for the other platforms are to be replaced later.
475 * fast/forms/select-style.html:
476 * platform/mac/fast/forms/select-style-expected.checksum:
477 * platform/mac/fast/forms/select-style-expected.txt:
479 2009-05-20 Shinichiro Hamaji <hamaji@google.com>
481 Reviewed by Eric Seidel.
483 Layout tests for canvas' composite operations with alpha blending.
485 * fast/canvas/canvas-composite-alpha-expected.txt: Added.
486 * fast/canvas/canvas-composite-alpha.html: Added.
488 2009-05-20 Eric Seidel <eric@webkit.org>
490 Build fix only, no review.
492 Remove dragging subtest from 43890 which used ? char
494 ? is a reserved char on Windows. After removing both the ü and now the ? this
495 subtest is now useless, so I'm removing it entirely.
497 * editing/pasteboard/file-input-files-access-expected.txt:
498 * editing/pasteboard/resources/File With Spaces! For Dragging?.gif: Removed.
499 * editing/pasteboard/resources/file-input-files-access.js:
502 2009-05-20 Eric Seidel <eric@webkit.org>
504 Build fix only, no review.
506 Fix windows and tiger builds after r43890
508 Commit r43890 caused:
509 svn: Can't convert string from 'UTF-8' to native encoding:
510 svn: LayoutTests/editing/pasteboard/resources/File With Spaces! For Dra?\204?\136gging?.gif
511 On both the windows and tiger buildbots. According to:
512 http://svnbook.red-bean.com/en/1.2/svn.advanced.l10n.html
513 this is intentional behavior, and due to the fact that the default
514 LC_CTYPE for Tiger and Windows makes Subversion think the filesystems
517 The fix would be to execute:
518 export LC_CTYPE=en_US.UTF-8
519 On all affected machines. But since that's not going to happen,
520 I'm removing the utf8 chars from this filename.
522 This makes the drag-drop test weaker, but I see no other option.
524 * editing/pasteboard/resources/File With Spaces! For Dragging?.gif: Renamed from "LayoutTests/editing/pasteboard/resources/File With Spaces! For Dra\314\210gging?.gif".
525 * editing/pasteboard/resources/file-input-files-access.js:
526 (moveMouseToCenterOfElement): use the unused argument
527 (runTest): fix to use the ansii name
529 2009-05-20 Darin Adler <darin@apple.com>
531 Removed stray file left after some check-ins earlier today.
533 * fast/tokenizer/preload-scanner-entities.html-disabled: Removed.
535 2009-05-18 Eric Seidel <eric@webkit.org>
537 Reviewed by Oliver Hunt.
539 Remove layoutTestController.addFileToPasteboardOnDrag and add eventSender.beginDragWithFiles
540 https://bugs.webkit.org/show_bug.cgi?id=25852
542 Add new tests for multi-file dragging:
543 https://bugs.webkit.org/show_bug.cgi?id=25862
545 I've removed the old tests in fast/forms which used layoutTestController.addFileToPasteboardOnDrag
546 and have added a new test in editing/pasteboard/ (where all the other drag-drop tests are)
547 which tests more than the previous two tests did.
549 Mac was the only platform running the old layoutTestController.addFileToPasteboardOnDrag tests
550 I've updated all the Skipped files to skip this new test instead.
552 * editing/pasteboard/file-input-files-access-expected.txt: Added.
553 * editing/pasteboard/file-input-files-access.html: Added.
554 * editing/pasteboard/resources/File With Spaces! For Dragging?.gif: Copied from LayoutTests/fast/canvas/resources/apple.gif.
555 * editing/pasteboard/resources/apple.gif: Copied from LayoutTests/fast/canvas/resources/apple.gif.
556 * editing/pasteboard/resources/file-input-files-access.js: Added.
557 (moveMouseToCenterOfElement):
558 (dragFilesOntoInput):
561 (draggingPathsShouldResultInFiles):
563 * editing/pasteboard/resources/mozilla.gif: Copied from LayoutTests/fast/dom/resources/mozilla.gif.
564 * fast/forms/dragging-to-disabled-file-input-expected.txt: Removed.
565 * fast/forms/dragging-to-disabled-file-input.html: Removed.
566 * fast/forms/dragging-to-file-input-expected.txt: Removed.
567 * fast/forms/dragging-to-file-input.html: Removed.
568 * platform/gtk/Skipped:
569 * platform/qt/Skipped:
570 * platform/win/Skipped:
572 2009-05-19 Yichao Yin <yichao.yin@torchmobile.com.cn>
574 Reviewed by George Staikos.
576 Add tests for WCSS marquee extension support
577 https://bugs.webkit.org/show_bug.cgi?id=23727
580 * fast/wcss/marquee-dir.xhtml: Added.
581 * fast/wcss/marquee-loop.xhtml: Added.
582 * fast/wcss/marquee-speed.xhtml: Added.
583 * fast/wcss/marquee-style.xhtml: Added.
584 * platform/gtk/Skipped:
585 * platform/mac/Skipped:
586 * platform/qt/Skipped:
587 * platform/win/Skipped:
589 2009-05-19 Antti Koivisto <antti@apple.com>
591 I can't figure out how to make this not timing dependent, making it manual test instead.
593 * fast/tokenizer/preload-scanner-entities-expected.txt: Removed.
594 * fast/tokenizer/preload-scanner-entities.html: Removed.
596 2009-05-19 Darin Adler <darin@apple.com>
598 Renamed test failing on many buildbots to disable it.
599 Antti can move it back once he gets it working more consistently.
601 * fast/tokenizer/preload-scanner-entities.html: Removed.
602 * fast/tokenizer/preload-scanner-entities.html-disabled: Copied from fast/tokenizer/preload-scanner-entities.html.
604 2009-05-19 Chris Fleizach <cfleizach@apple.com>
606 Reviewed by Beth Dakin.
608 Bug 25872: aria-labeledby appends all siblings instead of all children to aria name
609 https://bugs.webkit.org/show_bug.cgi?id=25872
611 * accessibility/aria-labelledby-stay-within.html: Added.
612 * platform/mac/accessibility/aria-describedby-on-input-expected.txt:
613 * platform/mac/accessibility/aria-labelledby-on-input-expected.txt:
614 * platform/mac/accessibility/aria-labelledby-stay-within-expected.txt: Added.
616 2009-05-19 Antti Koivisto <antti@apple.com>
618 Reviewed by Darin Adler.
620 <rdar://problem/6902674> REGRESSION: Query parameters are sometimes incorrect in URL (23135)
622 * fast/tokenizer/preload-scanner-entities-expected.txt: Added.
623 * fast/tokenizer/preload-scanner-entities.html: Added.
625 2009-05-19 Yichao Yin <yichao.yin@torchmobile.com.cn>
627 Reviewed by George Staikos.
629 Add the XHTML MP tests but put them in skipped since they are not active
630 by default on any platforms.
631 https://bugs.webkit.org/show_bug.cgi?id=23452
633 * fast/xhtmlmp: Added.
634 * fast/xhtmlmp/check-doctype-declaration.xhtml: Added.
635 * fast/xhtmlmp/check-rootelement.xhtml: Added.
636 * fast/xhtmlmp/noscript-in-multiscripts.xhtml: Added.
637 * fast/xhtmlmp/noscript-nested.xhtml: Added.
638 * fast/xhtmlmp/noscript.xhtml: Added.
639 * platform/gtk/Skipped:
640 * platform/mac/Skipped:
641 * platform/win/Skipped:
643 2009-05-18 David Kilzer <ddkilzer@apple.com>
645 Added cookie test to Skipped list for Windows
647 See Bug 25861. <https://bugs.webkit.org/show_bug.cgi?id=25861>
649 * platform/win/Skipped: Added
650 http/tests/cookies/simple-cookies-expired.html.
652 2009-05-18 Julien Chaffraix <jchaffraix@webkit.org>
654 Reviewed and tweaked by David Kilzer.
656 Bug 24569: Add some cookies tests
657 <https://bugs.webkit.org/show_bug.cgi?id=24569>
659 This modification adds a cookie framework to check setting cookies.
660 It is a simple modification over the js test framework. It uses some XHRs and custom server-side script
661 to set / get / clear cookies.
663 It also adds some very basic tests to check that everything works.
665 * http/tests/cookies: Added.
666 * http/tests/cookies/multiple-cookies-expected.txt: Added.
667 * http/tests/cookies/multiple-cookies.html: Added.
668 * http/tests/cookies/resources: Added.
669 * http/tests/cookies/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
670 * http/tests/cookies/resources/clearCookies.cgi: Added.
671 * http/tests/cookies/resources/cookies-test-post.js: Copied from LayoutTests/fast/js/resources/js-test-post.js.
672 * http/tests/cookies/resources/cookies-test-pre.js: Copied from LayoutTests/fast/js/resources/js-test-pre.js.
673 (setCookies): Internal method to set a cookie (multiple cookies are not supported).
674 (testCookies): Internal method to check if the cookie were set.
676 (clearAllCookies): Used to clear all pre-existing cookies for this domain.
677 (clearCookies): Used to clear the cookies set with cookiesShouldBe.
678 (cookiesShouldBe): Used to set a cookie and check the "Cookie" header sent. It is inspired from shouldBe from the js test framework.
680 * http/tests/cookies/resources/cookies-test-style.css: Copied from LayoutTests/fast/js/resources/js-test-style.css.
681 * http/tests/cookies/resources/getCookies.cgi: Added.
682 * http/tests/cookies/resources/multiple-cookies.js: Added.
683 * http/tests/cookies/resources/setCookies.cgi: Added.
684 * http/tests/cookies/resources/simple-cookies-expired.js: Added.
685 * http/tests/cookies/resources/simple-cookies-max-age.js: Added.
686 * http/tests/cookies/simple-cookies-expired-expected.txt: Added.
687 * http/tests/cookies/simple-cookies-expired.html: Added.
688 * http/tests/cookies/simple-cookies-max-age-expected.txt: Added.
689 * http/tests/cookies/simple-cookies-max-age.html: Added.
690 * platform/mac-tiger/Skipped: Added
691 http/tests/cookies/simple-cookies-max-age.html since CFNetwork
692 on Tiger doesn't support expiring cookies with Max-Age=0.
694 2009-05-18 David Kilzer <ddkilzer@apple.com>
696 Bug 20652: WebKit doesn't display favicons with MIME type image/vnd.microsoft.icon
698 <https://bugs.webkit.org/show_bug.cgi?id=20652>
700 Reviewed by Darin Adler.
702 Updated existing favicon-as-image.html test to display a third
703 image having MIME type image/vnd.microsoft.icon.
705 * http/tests/misc/favicon-as-image.html: Updated.
706 * http/tests/misc/resources/.htaccess: Added.
707 * http/tests/misc/resources/favicon-vnd-ms.ico: Copied from LayoutTests/fast/images/resources/favicon.ico.
708 * platform/mac/http/tests/misc/favicon-as-image-expected.checksum: Updated.
709 * platform/mac/http/tests/misc/favicon-as-image-expected.png: Updated.
710 * platform/mac/http/tests/misc/favicon-as-image-expected.txt: Updated.
712 2009-05-18 Julie Parent <jparent@google.com>
714 Reviewed by Eric Seidel.
716 Skip new tests from r43822 on Gtk
717 https://bugs.webkit.org/show_bug.cgi?id=25780
719 * platform/gtk/Skipped:
721 2009-05-18 Julie Parent <jparent@google.com>
723 Reviewed by Oliver Hunt.
725 Add missing files from r43821
726 https://bugs.webkit.org/show_bug.cgi?id=25780
728 * editing/pasteboard/get-data-text-plain-drop-expected.txt: Added.
729 * editing/pasteboard/get-data-text-plain-drop.html: Added.
730 * editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
731 * editing/pasteboard/get-data-text-plain-paste.html: Added.
732 * editing/pasteboard/resources/TEMPLATE.html: Copied from LayoutTests/editing/execCommand/resources/TEMPLATE.html.
733 * editing/pasteboard/resources/get-data-text-plain-paste.js: Added.
736 2009-05-18 Julie Parent <jparent@google.com>
738 Reviewed by Oliver Hunt.
740 https://bugs.webkit.org/show_bug.cgi?id=25780
741 Adds layout tests for getData (text/plain) during paste and drop events.
743 * editing/pasteboard/get-data-text-plain-drop-expected.txt: Added.
744 * editing/pasteboard/get-data-text-plain-drop.html: Added. Tests that getData
745 is available on paste.
746 * editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
747 * editing/pasteboard/get-data-text-plain-paste.html: Added. Tests that getData
748 is available on drop.
749 * editing/pasteboard/resources/TEMPLATE.html: Added.
750 * editing/pasteboard/resources/get-data-text-plain-paste.js: Added.
752 * fast/events/drag-in-frames-expected.txt: Changed to incLude new dragover
754 * platform/win/Skipped: Skip newly added drop test since it won't work on windows,
755 like other drop tests.
757 2009-05-17 Dan Bernstein <mitz@apple.com>
759 Reviewed by David Kilzer.
761 - move fast/repaint/repaint.js into the resources subdirectory
763 * fast/repaint/repaint.js: Removed.
764 * fast/repaint/resources/repaint.js: Copied from fast/repaint/repaint.js.
765 * (89 tests changed to load the script from the new location)
767 2009-05-17 Darin Adler <darin@apple.com>
769 * platform/gtk/Skipped: Disable another media test that seems to be failing at least
772 2009-05-17 Kai Brüning <kai@granus.net>
774 Reviewed by Darin Adler.
776 Test case for bug 25822: DOM normalize does not remove empty text node between element nodes
777 https://bugs.webkit.org/show_bug.cgi?id=25822
779 The test case strives to test the whole functionality of Node's normalize().
781 * fast/dom/Node/normalize-expected.txt: Added.
782 * fast/dom/Node/normalize.html: Added.
784 2009-05-16 Dan Bernstein <mitz@apple.com>
786 Reviewed by Alexey Proskuryakov.
788 - test for <rdar://problem/6873305> Two distinct characters are not
789 displayed correctly with 2 of the font selections from the stickies
792 * platform/mac/editing/pasteboard/text-precomposed-expected.txt: Added.
793 * platform/mac/editing/pasteboard/text-precomposed.html: Added.
795 2009-05-11 Holger Hans Peter Freyther <zecke@selfish.org>
797 Reviewed by Jan Michael Alonzo.
799 https://bugs.webkit.org/show_bug.cgi?id=25787
801 Enable more passing plugin tests.
803 * platform/gtk/Skipped:
805 2009-05-11 Holger Hans Peter Freyther <zecke@selfish.org>
807 Reviewed by Jan Michael Alonzo.
809 https://bugs.webkit.org/show_bug.cgi?id=25787
811 Enable plugins/npruntime.html
813 * platform/gtk/Skipped:
815 2009-05-15 Darin Adler <darin@apple.com>
817 Fix some failures from recent changes.
819 * platform/gtk/Skipped: Added recently-added test to the "no expected results" section.
821 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Updated.
822 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Ditto.
823 * svg/css/getComputedStyle-basic-expected.txt: Ditto.
825 2009-05-15 Darin Adler <darin@apple.com>
827 * svg/css/getComputedStyle-basic-expected.txt: Updated for change to getComputedStyle.
829 2009-05-15 Darin Adler <darin@apple.com>
831 Reviewed by Dan Bernstein.
833 <rdar://problem/6883872> REGRESSION (r43243): computed style for font-family is returning
834 only the generic font, if any generic font is in the family list
836 * fast/css/getComputedStyle/computed-style-font-family-expected.txt: Added.
837 * fast/css/getComputedStyle/computed-style-font-family.html: Added.
839 * fast/css/getComputedStyle/computed-style.html: Updated array of properties to dump
840 that are not visible when iterating the computed style object. Removed pointless
841 unused array of unimplemented properties.
842 * fast/css/getComputedStyle/computed-style-without-renderer.html: Ditto.
844 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: Updated.
845 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Ditto.
847 2009-05-15 Adam Barth <abarth@webkit.org>
849 Reviewed by Oliver Hunt.
851 https://bugs.webkit.org/show_bug.cgi?id=25741
853 Test that insertBeforeItem behaves properly for out of bounds indices.
855 * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
856 * svg/dom/svglist-exception-on-out-bounds-error.html:
857 * svg/dom/svglist-insertItemBefore-appends-expected.txt: Added.
858 * svg/dom/svglist-insertItemBefore-appends.html: Added.
860 2009-05-15 Simon Fraser <simon.fraser@apple.com>
862 Reviewed by Darin Adler
864 https://bugs.webkit.org/show_bug.cgi?id=25829
866 Fix -webkit-background-clip:text when the renderer had a non (0,0) x, y offset.
868 * fast/backgrounds/background-clip-text.html: Added.
869 * platform/mac/fast/backgrounds/background-clip-text-expected.checksum: Added.
870 * platform/mac/fast/backgrounds/background-clip-text-expected.png: Added.
871 * platform/mac/fast/backgrounds/background-clip-text-expected.txt: Added.
873 2009-05-15 Dan Bernstein <mitz@apple.com>
875 Reviewed by Sam Weinig.
877 - test for <rdar://problem/6888244> REGRESSION: Using the Up or Down
878 keyboard arrows, I can't navigate caret between To Do items in a Note
881 * editing/selection/move-by-line-004-expected.txt: Added.
882 * editing/selection/move-by-line-004.html: Added.
884 2009-05-15 Gustavo Noronha Silva <gns@gnome.org>
888 * platform/gtk/Skipped:
890 2009-05-15 Eric Seidel <eric@webkit.org>
892 Mark Rowe says skipping tests doesn't need review. :)
894 Add new tests from r43759 to windows and tiger skipped lists until bug 25816 can be resolved.
895 https://bugs.webkit.org/show_bug.cgi?id=25816
897 Original bug: http://bugs.webkit.org/show_bug.cgi?id=25464
899 * platform/win/Skipped:
900 * platform/mac-tiger/Skipped:
902 2009-05-15 Jan Michael Alonzo <jmalonzo@webkit.org>
904 Reviewed by Holger Freyther.
906 [GTK] Implement layoutTestController.waitForPolicyDelegate
907 https://bugs.webkit.org/show_bug.cgi?id=25036
909 Enable fast/forms/mailto tests.
911 * platform/gtk/Skipped:
913 2009-05-15 Jungshik Shin <jshin@chromium.org>
915 Reviewed by Dimitri Glazkov
917 http://bugs.webkit.org/show_bug.cgi?id=25464
919 Improve the font fallback for characters belonging to 'common' scripts
920 in ChromiumWin port. Make characters like Danda, Double Danda (punctuation
921 marks in North Indian scripts) and currency signs (e.g. Thai Baht)
922 rendered correctly in Chromium on Win.
924 - danda-space.html has two setences in Gurumukhi script
925 (supported on Mac and Windows) ended with Danda. The first Danda
926 is followed by a space, which was misrendered in Chromium on Windows.
928 - thai-baht-space.html has Thai Baht signs before and after a space,
929 which was misrendered by Chromium on Windows.
931 * fast/text/international/danda-space.html: Added.
932 * fast/text/international/thai-baht-space.html: Added.
933 * platform/mac/fast/text/international/danda-space-expected.txt: Added.
934 * platform/mac/fast/text/international/thai-baht-space-expected.txt: Added.
936 2009-05-14 Eric Seidel <eric@webkit.org>
938 No review, rollout only.
940 Roll out r43753 as it caused a test to fail
941 Turns out more than one test was using the modified JS file.
943 * editing/pasteboard/paste-blockquote-before-blockquote-expected.txt:
944 * editing/pasteboard/paste-blockquote-before-blockquote.html:
945 * editing/pasteboard/resources/TEMPLATE.html: Removed.
946 * editing/pasteboard/resources/paste-blockquote-before-blockquote.js:
949 2009-05-14 Julie Parent <jparent@google.com>
951 Reviewed by Eric Seidel.
953 https://bugs.webkit.org/show_bug.cgi?id=25716
954 Convert a test located in the resources directory into being a regular js test,
955 so we can add add more tests there and run make-js-test-wrappers without clobbering this one.
957 * editing/pasteboard/paste-blockquote-before-blockquote-expected.txt:
958 * editing/pasteboard/paste-blockquote-before-blockquote.html:
959 * editing/pasteboard/resources/TEMPLATE.html: Added.
960 * editing/pasteboard/resources/paste-blockquote-before-blockquote.js:
964 2009-05-14 Dean Jackson <dino@apple.com>
966 Reviewed by Simon Fraser.
968 https://bugs.webkit.org/show_bug.cgi?id=25197
970 Add support for aspect-ratio and orientation
973 * fast/media/mq-aspect-ratio.html: Added.
974 * fast/media/mq-orientation.html: Added.
975 * platform/mac/fast/media/mq-aspect-ratio-expected.checksum: Added.
976 * platform/mac/fast/media/mq-aspect-ratio-expected.png: Added.
977 * platform/mac/fast/media/mq-aspect-ratio-expected.txt: Added.
978 * platform/mac/fast/media/mq-orientation-expected.checksum: Added.
979 * platform/mac/fast/media/mq-orientation-expected.png: Added.
980 * platform/mac/fast/media/mq-orientation-expected.txt: Added.
982 2009-05-14 Kevin McCullough <kmccullough@apple.com>
984 - Resubmitting previous patch, correctly this time.
986 * editing/execCommand/outdent-blockquote-test1.html: Copied from editing/execCommand/outdent-blockquote-test1.html.
987 * editing/execCommand/outdent-blockquote-test2.html: Copied from editing/execCommand/outdent-blockquote-test2.html.
988 * editing/execCommand/outdent-blockquote-test3.html: Copied from editing/execCommand/outdent-blockquote-test3.html.
989 * editing/execCommand/outdent-blockquote-test4.html: Copied from editing/execCommand/outdent-blockquote-test4.html.
990 * platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt.
991 * platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt.
992 * platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt.
993 * platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt.
994 * platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt.
996 2009-05-14 Kevin McCullough <kmccullough@apple.com>
998 - Rolled out for bug and build fix.
1000 * editing/execCommand/outdent-blockquote-test1.html: Removed.
1001 * editing/execCommand/outdent-blockquote-test2.html: Removed.
1002 * editing/execCommand/outdent-blockquote-test3.html: Removed.
1003 * editing/execCommand/outdent-blockquote-test4.html: Removed.
1004 * platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Removed.
1005 * platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Removed.
1006 * platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Removed.
1007 * platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Removed.
1008 * platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Removed.
1010 2009-05-14 Kevin McCullough <kmccullough@apple.com>
1012 Reviewed by Dan Bernstein.
1014 <rdar://problem/6510362> In some situations message content is messed up
1015 when indentation is decreased
1017 - These tests are the various combinations of <blockquote>s that
1018 revealed bugs in our old logic.
1020 * editing/execCommand/outdent-blockquote-test1.html: Added.
1021 * editing/execCommand/outdent-blockquote-test2.html: Added.
1022 * editing/execCommand/outdent-blockquote-test3.html: Added.
1023 * editing/execCommand/outdent-blockquote-test4.html: Added.
1024 * platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Added.
1025 * platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Added.
1026 * platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Added.
1027 * platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Added.
1028 * platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Added.
1030 2009-05-14 Simon Fraser <simon.fraser@apple.com>
1032 Reviewed by Darin Adler
1034 https://bugs.webkit.org/show_bug.cgi?id=25777
1036 Testcase for canvas as image background with zooming.
1038 * fast/canvas/canvas-bg-zoom.html: Added.
1039 * platform/mac/fast/canvas/canvas-bg-zoom-expected.txt: Added.
1041 2009-05-14 Alexey Proskuryakov <ap@webkit.org>
1043 Reviewed by Darin Adler.
1045 https://bugs.webkit.org/show_bug.cgi?id=25796
1046 <rdar://problem/6886654> Shouldn't set referer and origin in Loader::Host::servePendingRequests().
1048 * http/tests/security/credentials-in-referer-expected.txt: Added.
1049 * http/tests/security/credentials-in-referer.html: Added.
1050 * http/tests/security/resources/credentials-in-referer-frame.php: Added.
1051 * http/tests/security/resources/credentials-in-referer.php: Added.
1053 2009-05-14 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1055 Disabling tests that are failing intermittently.
1057 * platform/gtk/Skipped:
1059 2009-05-14 Chris Fleizach <cfleizach@apple.com>
1061 Reviewed by Darin Adler.
1063 Bug 25797: Pages with image maps are not properly read with Voiceover
1064 https://bugs.webkit.org/show_bug.cgi?id=25797
1066 Updating layout tests.
1068 * platform/mac/accessibility/document-links-expected.txt:
1069 * platform/mac/accessibility/image-map1-expected.txt:
1070 * platform/mac/accessibility/image-map2-expected.txt:
1072 2009-05-14 Brady Eidson <beidson@apple.com>
1074 Reviewed by Darin Adler.
1076 <rdar://problem/6887762> and https://bugs.webkit.org/show_bug.cgi?id=25790
1078 * platform/win/Skipped: Renable these tests.
1080 2009-05-14 Eric Carlson <eric.carlson@apple.com>
1082 Reviewed by Darin Adler.
1084 https://bugs.webkit.org/show_bug.cgi?id=25791
1085 Bug 25791: HTMLMediaElement: implement 'startTime' attribute
1087 Add test for 'startTime' attribute.
1089 * media/media-startTime-expected.txt: Added.
1090 * media/media-startTime.html: Added.
1092 2009-05-14 Tony Chang <tony@chromium.org>
1094 Reviewed by Dimitri Glazkov.
1096 Move iframe content to a file because Chromium has
1097 AllowLocalLoadsForLocalOnly enabled. This prevents the parent
1098 frame from modifying the iframe content if it is a data: URL.
1100 https://bugs.webkit.org/show_bug.cgi?id=25766
1102 * fast/frames/content-opacity-2.html:
1103 * fast/frames/resources/empty-body.html: Added.
1105 2009-05-14 Adam Roben <aroben@apple.com>
1107 Add a failing text control metrics test to the Windows Skipped file
1109 See Bug 25794: fast/replaced/table-percent-height-text-controls fails
1111 <https://bugs.webkit.org/show_bug.cgi?id=25794>
1113 * platform/win/Skipped: Added
1114 fast/replaced/table-percent-height-text-controls.html.
1116 2009-05-14 Adam Roben <aroben@apple.com>
1118 Add a timing-out test to the Windows Skipped file
1120 See Bug 25792: fast/encoding/percent-escaping.html times out on
1122 <https://bugs.webkit.org/show_bug.cgi?id=25792>
1124 * platform/win/Skipped: Added fast/encoding/percent-escaping.html.
1126 2009-05-14 Adam Roben <aroben@apple.com>
1128 Add new Hebrew-using tests to the Windows Skipped file
1130 See Bug 23925: Tests that use Hebrew text fail on Windows because
1131 Lucida Grande is not used for Hebrew
1132 <https://bugs.webkit.org/show_bug.cgi?id=23925>
1134 * platform/win/Skipped: Added tests added in r43664.
1136 2009-05-14 Adam Roben <aroben@apple.com>
1138 Skip XHR tests that crash in Windows Debug builds
1142 Bug 25790: REGRESSION (r43518): Multiple XHR tests asserting in
1143 createCFURLResponseWithDefaultMIMEType on Windows
1144 <https://bugs.webkit.org/show_bug.cgi?id=25790>
1146 Bug 25344: Some http tests crash in Debug Windows builds due to an
1147 assertion in CFNetwork when releasing a CFURLConnection
1148 <https://bugs.webkit.org/show_bug.cgi?id=25344>
1150 * platform/win/Skipped: Added crashing XHR tests.
1152 2009-05-14 Adam Roben <aroben@apple.com>
1154 Remove old render tree dumps for http tests that are now text-only
1156 Beth made the tests text-only in r43677 but forgot to remove these
1157 Windows-specific render tree dumps.
1159 Rubber-stamped by Dave Hyatt.
1161 * platform/win/http/tests/navigation/anchor-basic-expected.txt: Removed.
1162 * platform/win/http/tests/navigation/anchor-goback-expected.txt: Removed.
1163 * platform/win/http/tests/navigation/anchor-subframeload-expected.txt: Removed.
1164 * platform/win/http/tests/navigation/javascriptlink-basic-expected.txt: Removed.
1165 * platform/win/http/tests/navigation/javascriptlink-goback-expected.txt: Removed.
1166 * platform/win/http/tests/navigation/javascriptlink-subframeload-expected.txt: Removed.
1167 * platform/win/http/tests/navigation/metaredirect-basic-expected.txt: Removed.
1168 * platform/win/http/tests/navigation/metaredirect-frames-expected.txt: Removed.
1169 * platform/win/http/tests/navigation/metaredirect-goback-expected.txt: Removed.
1170 * platform/win/http/tests/navigation/metaredirect-subframeload-expected.txt: Removed.
1171 * platform/win/http/tests/navigation/post-goback2-expected.txt: Removed.
1172 * platform/win/http/tests/navigation/postredirect-goback2-expected.txt: Removed.
1173 * platform/win/http/tests/navigation/redirect302-basic-expected.txt: Removed.
1174 * platform/win/http/tests/navigation/redirect302-frames-expected.txt: Removed.
1175 * platform/win/http/tests/navigation/redirect302-goback-expected.txt: Removed.
1176 * platform/win/http/tests/navigation/redirect302-subframeload-expected.txt: Removed.
1177 * platform/win/http/tests/navigation/relativeanchor-basic-expected.txt: Removed.
1178 * platform/win/http/tests/navigation/relativeanchor-frames-expected.txt: Removed.
1179 * platform/win/http/tests/navigation/relativeanchor-goback-expected.txt: Removed.
1180 * platform/win/http/tests/navigation/slowmetaredirect-basic-expected.txt: Removed.
1181 * platform/win/http/tests/navigation/slowtimerredirect-basic-expected.txt: Removed.
1182 * platform/win/http/tests/navigation/success200-basic-expected.txt: Removed.
1183 * platform/win/http/tests/navigation/success200-frames-expected.txt: Removed.
1184 * platform/win/http/tests/navigation/success200-frames-loadsame-expected.txt: Removed.
1185 * platform/win/http/tests/navigation/success200-goback-expected.txt: Removed.
1186 * platform/win/http/tests/navigation/success200-loadsame-expected.txt: Removed.
1187 * platform/win/http/tests/navigation/success200-reload-expected.txt: Removed.
1188 * platform/win/http/tests/navigation/success200-subframeload-expected.txt: Removed.
1189 * platform/win/http/tests/navigation/timerredirect-basic-expected.txt: Removed.
1190 * platform/win/http/tests/navigation/timerredirect-frames-expected.txt: Removed.
1191 * platform/win/http/tests/navigation/timerredirect-goback-expected.txt: Removed.
1192 * platform/win/http/tests/navigation/timerredirect-subframeload-expected.txt: Removed.
1194 2009-05-14 Darin Adler <darin@apple.com>
1196 * platform/gtk/Skipped: Added new tests to the skipped list.
1198 2009-05-13 Simon Fraser <simon.fraser@apple.com>
1202 Fix pixel result after test was changed in r43664.
1204 * platform/mac/fast/css/text-overflow-ellipsis-expected.checksum:
1205 * platform/mac/fast/css/text-overflow-ellipsis-expected.png:
1207 2009-05-13 Beth Dakin <bdakin@apple.com>
1209 Rubber-stamped by Oliver Hunt.
1211 Change a bunch of http tests to dumpAsText(). They are currently
1212 failing on the Windown Build Bot because of textarea metrics
1213 changes, and we have decided that these tests are most valuable as
1216 * http/tests/navigation/anchor-basic-expected.txt: Added.
1217 * http/tests/navigation/anchor-basic.html:
1218 * http/tests/navigation/anchor-goback-expected.txt: Added.
1219 * http/tests/navigation/anchor-goback.html:
1220 * http/tests/navigation/anchor-subframeload-expected.txt: Added.
1221 * http/tests/navigation/anchor-subframeload.html:
1222 * http/tests/navigation/javascriptlink-basic-expected.txt: Added.
1223 * http/tests/navigation/javascriptlink-basic.html:
1224 * http/tests/navigation/javascriptlink-goback-expected.txt: Added.
1225 * http/tests/navigation/javascriptlink-goback.html:
1226 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Added.
1227 * http/tests/navigation/javascriptlink-subframeload.html:
1228 * http/tests/navigation/metaredirect-basic-expected.txt: Added.
1229 * http/tests/navigation/metaredirect-basic.html:
1230 * http/tests/navigation/metaredirect-frames-expected.txt: Added.
1231 * http/tests/navigation/metaredirect-frames.html:
1232 * http/tests/navigation/metaredirect-goback-expected.txt: Added.
1233 * http/tests/navigation/metaredirect-goback.html:
1234 * http/tests/navigation/metaredirect-subframeload-expected.txt: Added.
1235 * http/tests/navigation/metaredirect-subframeload.html:
1236 * http/tests/navigation/post-goback2-expected.txt: Added.
1237 * http/tests/navigation/post-goback2.html:
1238 * http/tests/navigation/postredirect-goback2-expected.txt: Added.
1239 * http/tests/navigation/postredirect-goback2.html:
1240 * http/tests/navigation/redirect302-basic-expected.txt: Added.
1241 * http/tests/navigation/redirect302-basic.html:
1242 * http/tests/navigation/redirect302-frames-expected.txt: Added.
1243 * http/tests/navigation/redirect302-frames.html:
1244 * http/tests/navigation/redirect302-goback-expected.txt: Added.
1245 * http/tests/navigation/redirect302-goback.html:
1246 * http/tests/navigation/redirect302-subframeload-expected.txt: Added.
1247 * http/tests/navigation/redirect302-subframeload.html:
1248 * http/tests/navigation/relativeanchor-basic-expected.txt: Added.
1249 * http/tests/navigation/relativeanchor-basic.html:
1250 * http/tests/navigation/relativeanchor-frames-expected.txt: Added.
1251 * http/tests/navigation/relativeanchor-frames.html:
1252 * http/tests/navigation/relativeanchor-goback-expected.txt: Added.
1253 * http/tests/navigation/relativeanchor-goback.html:
1254 * http/tests/navigation/slowmetaredirect-basic-expected.txt: Added.
1255 * http/tests/navigation/slowmetaredirect-basic.html:
1256 * http/tests/navigation/slowtimerredirect-basic-expected.txt: Added.
1257 * http/tests/navigation/slowtimerredirect-basic.html:
1258 * http/tests/navigation/success200-basic-expected.txt: Added.
1259 * http/tests/navigation/success200-basic.html:
1260 * http/tests/navigation/success200-frames-expected.txt: Added.
1261 * http/tests/navigation/success200-frames-loadsame-expected.txt: Added.
1262 * http/tests/navigation/success200-frames-loadsame.html:
1263 * http/tests/navigation/success200-frames.html:
1264 * http/tests/navigation/success200-goback-expected.txt: Added.
1265 * http/tests/navigation/success200-goback.html:
1266 * http/tests/navigation/success200-loadsame-expected.txt: Added.
1267 * http/tests/navigation/success200-loadsame.html:
1268 * http/tests/navigation/success200-reload-expected.txt: Added.
1269 * http/tests/navigation/success200-reload.html:
1270 * http/tests/navigation/success200-subframeload-expected.txt: Added.
1271 * http/tests/navigation/success200-subframeload.html:
1272 * http/tests/navigation/timerredirect-basic-expected.txt: Added.
1273 * http/tests/navigation/timerredirect-basic.html:
1274 * http/tests/navigation/timerredirect-frames-expected.txt: Added.
1275 * http/tests/navigation/timerredirect-frames.html:
1276 * http/tests/navigation/timerredirect-goback-expected.txt: Added.
1277 * http/tests/navigation/timerredirect-goback.html:
1278 * http/tests/navigation/timerredirect-subframeload-expected.txt: Added.
1279 * http/tests/navigation/timerredirect-subframeload.html:
1280 * platform/mac/http/tests/navigation/anchor-basic-expected.checksum: Removed.
1281 * platform/mac/http/tests/navigation/anchor-basic-expected.png: Removed.
1282 * platform/mac/http/tests/navigation/anchor-basic-expected.txt: Removed.
1283 * platform/mac/http/tests/navigation/anchor-goback-expected.checksum: Removed.
1284 * platform/mac/http/tests/navigation/anchor-goback-expected.png: Removed.
1285 * platform/mac/http/tests/navigation/anchor-goback-expected.txt: Removed.
1286 * platform/mac/http/tests/navigation/anchor-subframeload-expected.checksum: Removed.
1287 * platform/mac/http/tests/navigation/anchor-subframeload-expected.png: Removed.
1288 * platform/mac/http/tests/navigation/anchor-subframeload-expected.txt: Removed.
1289 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.checksum: Removed.
1290 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.png: Removed.
1291 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.txt: Removed.
1292 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.checksum: Removed.
1293 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.png: Removed.
1294 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.txt: Removed.
1295 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.checksum: Removed.
1296 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.png: Removed.
1297 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.txt: Removed.
1298 * platform/mac/http/tests/navigation/metaredirect-basic-expected.checksum: Removed.
1299 * platform/mac/http/tests/navigation/metaredirect-basic-expected.png: Removed.
1300 * platform/mac/http/tests/navigation/metaredirect-basic-expected.txt: Removed.
1301 * platform/mac/http/tests/navigation/metaredirect-frames-expected.checksum: Removed.
1302 * platform/mac/http/tests/navigation/metaredirect-frames-expected.png: Removed.
1303 * platform/mac/http/tests/navigation/metaredirect-frames-expected.txt: Removed.
1304 * platform/mac/http/tests/navigation/metaredirect-goback-expected.checksum: Removed.
1305 * platform/mac/http/tests/navigation/metaredirect-goback-expected.png: Removed.
1306 * platform/mac/http/tests/navigation/metaredirect-goback-expected.txt: Removed.
1307 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.checksum: Removed.
1308 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.png: Removed.
1309 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.txt: Removed.
1310 * platform/mac/http/tests/navigation/post-goback2-expected.checksum: Removed.
1311 * platform/mac/http/tests/navigation/post-goback2-expected.png: Removed.
1312 * platform/mac/http/tests/navigation/post-goback2-expected.txt: Removed.
1313 * platform/mac/http/tests/navigation/postredirect-goback2-expected.checksum: Removed.
1314 * platform/mac/http/tests/navigation/postredirect-goback2-expected.png: Removed.
1315 * platform/mac/http/tests/navigation/postredirect-goback2-expected.txt: Removed.
1316 * platform/mac/http/tests/navigation/redirect302-basic-expected.checksum: Removed.
1317 * platform/mac/http/tests/navigation/redirect302-basic-expected.png: Removed.
1318 * platform/mac/http/tests/navigation/redirect302-basic-expected.txt: Removed.
1319 * platform/mac/http/tests/navigation/redirect302-frames-expected.checksum: Removed.
1320 * platform/mac/http/tests/navigation/redirect302-frames-expected.png: Removed.
1321 * platform/mac/http/tests/navigation/redirect302-frames-expected.txt: Removed.
1322 * platform/mac/http/tests/navigation/redirect302-goback-expected.checksum: Removed.
1323 * platform/mac/http/tests/navigation/redirect302-goback-expected.png: Removed.
1324 * platform/mac/http/tests/navigation/redirect302-goback-expected.txt: Removed.
1325 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.checksum: Removed.
1326 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.png: Removed.
1327 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.txt: Removed.
1328 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.checksum: Removed.
1329 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.png: Removed.
1330 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.txt: Removed.
1331 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.checksum: Removed.
1332 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.png: Removed.
1333 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.txt: Removed.
1334 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.checksum: Removed.
1335 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.png: Removed.
1336 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.txt: Removed.
1337 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.checksum: Removed.
1338 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.png: Removed.
1339 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.txt: Removed.
1340 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.checksum: Removed.
1341 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.png: Removed.
1342 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.txt: Removed.
1343 * platform/mac/http/tests/navigation/success200-basic-expected.checksum: Removed.
1344 * platform/mac/http/tests/navigation/success200-basic-expected.png: Removed.
1345 * platform/mac/http/tests/navigation/success200-basic-expected.txt: Removed.
1346 * platform/mac/http/tests/navigation/success200-frames-expected.checksum: Removed.
1347 * platform/mac/http/tests/navigation/success200-frames-expected.png: Removed.
1348 * platform/mac/http/tests/navigation/success200-frames-expected.txt: Removed.
1349 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.checksum: Removed.
1350 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.png: Removed.
1351 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.txt: Removed.
1352 * platform/mac/http/tests/navigation/success200-goback-expected.checksum: Removed.
1353 * platform/mac/http/tests/navigation/success200-goback-expected.png: Removed.
1354 * platform/mac/http/tests/navigation/success200-goback-expected.txt: Removed.
1355 * platform/mac/http/tests/navigation/success200-loadsame-expected.checksum: Removed.
1356 * platform/mac/http/tests/navigation/success200-loadsame-expected.png: Removed.
1357 * platform/mac/http/tests/navigation/success200-loadsame-expected.txt: Removed.
1358 * platform/mac/http/tests/navigation/success200-reload-expected.checksum: Removed.
1359 * platform/mac/http/tests/navigation/success200-reload-expected.png: Removed.
1360 * platform/mac/http/tests/navigation/success200-reload-expected.txt: Removed.
1361 * platform/mac/http/tests/navigation/success200-subframeload-expected.checksum: Removed.
1362 * platform/mac/http/tests/navigation/success200-subframeload-expected.png: Removed.
1363 * platform/mac/http/tests/navigation/success200-subframeload-expected.txt: Removed.
1364 * platform/mac/http/tests/navigation/timerredirect-basic-expected.checksum: Removed.
1365 * platform/mac/http/tests/navigation/timerredirect-basic-expected.png: Removed.
1366 * platform/mac/http/tests/navigation/timerredirect-basic-expected.txt: Removed.
1367 * platform/mac/http/tests/navigation/timerredirect-frames-expected.checksum: Removed.
1368 * platform/mac/http/tests/navigation/timerredirect-frames-expected.png: Removed.
1369 * platform/mac/http/tests/navigation/timerredirect-frames-expected.txt: Removed.
1370 * platform/mac/http/tests/navigation/timerredirect-goback-expected.checksum: Removed.
1371 * platform/mac/http/tests/navigation/timerredirect-goback-expected.png: Removed.
1372 * platform/mac/http/tests/navigation/timerredirect-goback-expected.txt: Removed.
1373 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.checksum: Removed.
1374 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.png: Removed.
1375 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.txt: Removed.
1377 2009-05-13 Dan Bernstein <mitz@apple.com>
1379 Reviewed by Anders Carlsson.
1381 - test for <rdar://problem/5483015> Replies in Mail are drawn first
1382 without the user style sheet and then redrawn with the style sheet
1384 * platform/mac/fast/loader/user-stylesheet-fast-path-expected.txt: Added.
1385 * platform/mac/fast/loader/user-stylesheet-fast-path.html: Added.
1387 2009-05-13 Chris Fleizach <cfleizach@apple.com>
1389 Reviewed by Beth Dakin.
1391 Bug 25755: Implement ARIA grid role
1392 https://bugs.webkit.org/show_bug.cgi?id=25755
1394 * accessibility/aria-tables.html: Added.
1395 * accessibility/table-with-aria-role.html:
1396 * platform/mac-leopard/accessibility/aria-tables-expected.txt: Added.
1397 * platform/mac-leopard/accessibility/table-with-aria-role-expected.txt:
1398 * platform/mac/accessibility/aria-tables-expected.txt: Added.
1399 * platform/mac/accessibility/table-with-aria-role-expected.txt:
1401 2009-05-13 Jeremy Moskovich <jeremy@chromium.org>
1403 Reviewed by Dave Hyatt.
1405 Fix a number of bugs relating to RTL and text-overflow:ellipsis.
1406 Also refactor the relevant code to make it a little clearer.
1408 This CL fixes 3 fundamental issues:
1409 - Corrects behavior if the truncated InlineTextBox's directionality is
1410 different from the overall flow direction - bug 25135.
1411 - Make decoration drawing in InlineFlowbox RTL-aware - bug 24206.
1412 - Full truncation on InlineBoxes in RTL flow - bug 24186
1413 - Add tests for the above + reorder/cleanup tests for easier
1414 interpretation of outcome.
1416 The code for placing ellipsis has been refactored to use
1417 left/right notation rather than a single variable whose meaning
1418 could differ based on flow directionality.
1420 To support differing inline directionality vs flow directionality,
1421 different variables are now used in InlineTextBox::placeEllipsisBox to
1424 The drawing mode for underlines in standards mode now correctly handles
1425 RTL truncation and relevant test where added.
1427 https://bugs.webkit.org/show_bug.cgi?id=24186
1428 https://bugs.webkit.org/show_bug.cgi?id=25135
1429 https://bugs.webkit.org/show_bug.cgi?id=24206
1431 * fast/css/text-overflow-ellipsis-bidi.html: Added.
1432 * fast/css/text-overflow-ellipsis-strict.html: Added.
1433 * fast/css/text-overflow-ellipsis.html:
1434 * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Added.
1435 * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
1436 * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
1437 * platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
1438 * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.checksum: Added.
1439 * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
1440 * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
1442 2009-05-13 David Hyatt <hyatt@apple.com>
1444 Reviewed by Beth Dakin.
1446 Add layout test for <rdar://problem/6872894> REGRESSION (r41896-42143): First letter cut off in styled select menus.
1448 * fast/overflow/border-radius-clipping.html: Added.
1449 * platform/mac/fast/overflow/border-radius-clipping-expected.checksum: Added.
1450 * platform/mac/fast/overflow/border-radius-clipping-expected.png: Added.
1451 * platform/mac/fast/overflow/border-radius-clipping-expected.txt: Added.
1453 2009-05-13 David Hyatt <hyatt@apple.com>
1455 Reviewed by Beth Dakin and Darin Adler.
1457 Add a repaint test for <rdar://problem/6869687> REGRESSION (r41203): Facebook friend suggestions disappear on update.
1459 * fast/repaint/opacity-change-on-overflow-float.html: Added.
1460 * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.checksum: Added.
1461 * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.png: Added.
1462 * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.txt: Added.
1464 2009-05-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1466 Disable new tests. We are not going to be adding more new test
1467 results for now, for we want to better sort out things such as
1468 fixed DPI, and easily reproducible font configuration.
1470 * platform/gtk/Skipped:
1472 2009-05-13 David Levin <levin@chromium.org>
1474 Reviewed by Darin Adler.
1476 Bug 25394: REGRESSION: crash in DocumentLoader::addResponse due to bad |this| pointer
1477 https://bugs.webkit.org/show_bug.cgi?id=25394
1479 Request a subresource load for an IMG after 'unload' and before the next
1480 page load completes to expose the crash.
1482 * http/tests/xmlhttprequest/frame-unload-abort-crash-expected.txt: Added.
1483 * http/tests/xmlhttprequest/frame-unload-abort-crash.html: Added.
1484 * http/tests/xmlhttprequest/resources/xmlhttprequest-in-unload.html: Added.
1486 2009-05-13 Dan Bernstein <mitz@apple.com>
1488 Reviewed by Dave Hyatt.
1490 - tests for <rdar://problem/6805567> REGRESSION (r42348): Notes flicker
1493 * fast/frames/content-opacity-1.html: Added.
1494 * fast/frames/content-opacity-2.html: Added.
1495 * platform/mac/fast/frames/content-opacity-1-expected.checksum: Added.
1496 * platform/mac/fast/frames/content-opacity-1-expected.png: Added.
1497 * platform/mac/fast/frames/content-opacity-1-expected.txt: Added.
1498 * platform/mac/fast/frames/content-opacity-2-expected.checksum: Added.
1499 * platform/mac/fast/frames/content-opacity-2-expected.png: Added.
1500 * platform/mac/fast/frames/content-opacity-2-expected.txt: Added.
1502 2009-05-13 Alexey Proskuryakov <ap@webkit.org>
1504 Reviewed by Darin Adler.
1506 https://bugs.webkit.org/show_bug.cgi?id=25749
1507 Add a test for non-same origin appcache manifest URL
1509 * http/tests/appcache/different-origin-manifest-expected.txt: Added.
1510 * http/tests/appcache/different-origin-manifest.html: Added.
1512 2009-05-12 Roland Steiner <rolandsteiner@google.com>
1514 Reviewed by Eric Seidel.
1516 Bug 25738: Skia: CSS border style not cleared for SVG object
1517 https://bugs.webkit.org/show_bug.cgi?id=25738
1519 * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.checksum: Added.
1520 * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.png: Added.
1521 * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.txt: Added.
1522 * svg/custom/no-inherited-dashed-stroke.xhtml: Added.
1524 2009-05-12 Oliver Hunt <oliver@apple.com>
1526 Reviewed by Gavin Barraclough.
1528 <rdar://problem/6881457> Crash occurs at JSC::Interpreter::execute() when loading http://www.sears.com
1530 Add a test for using the arguments object inside an exception handler.
1532 * fast/js/arguments-expected.txt:
1533 * fast/js/resources/arguments.js:
1534 (argumentCalleeInException):
1536 2009-05-12 Erik Arvidsson <arv@chromium.org>
1538 Reviewed by Eric Seidel.
1540 Bug 21903: Adds DOM bindings for the placeholder property of the
1542 https://bugs.webkit.org/show_bug.cgi?id=21903
1544 * fast/forms/placeholder-dom-property-expected.txt: Added.
1545 * fast/forms/placeholder-dom-property.html: Added.
1546 * fast/forms/resources/placeholder-dom-property.js: Added.
1548 2009-05-12 Adam Barth <abarth@webkit.org>
1550 Reviewed by Dimitri Glazkov.
1552 Test that we use the lexical global object in document.open,
1553 document.write, and document.writeln.
1555 * http/tests/security/aboutBlank/security-context-grandchildren-lexical-expected.txt: Added.
1556 * http/tests/security/aboutBlank/security-context-grandchildren-lexical.html: Added.
1557 * http/tests/security/aboutBlank/security-context-grandchildren-write-lexical-expected.txt: Added.
1558 * http/tests/security/aboutBlank/security-context-grandchildren-write-lexical.html: Added.
1559 * http/tests/security/aboutBlank/security-context-grandchildren-writeln-lexical-expected.txt: Added.
1560 * http/tests/security/aboutBlank/security-context-grandchildren-writeln-lexical.html: Added.
1562 2009-05-12 Simon Fraser <simon.fraser@apple.com>
1566 media/video-size-intrinsic-scale.html fails on Tiger, so add it to the skipped
1569 * platform/mac-tiger/Skipped:
1571 2009-05-12 Simon Fraser <simon.fraser@apple.com>
1573 Reviewed by Dan Bernstein
1575 <rdar://problem/6497461> Many media layout tests failing on SnowLeopard.
1577 Turn media tests back on for SnowLeopard, and generate new pixel results. Put override
1578 results in platform/mac-leopard when necessary.
1580 media/video-size-intrinsic-scale.html fails and is still skipped: <rdar://problem/6877291>
1582 * platform/mac-leopard/media/audio-controls-rendering-expected.checksum: Added.
1583 * platform/mac-leopard/media/audio-controls-rendering-expected.png: Added.
1584 * platform/mac-leopard/media/video-aspect-ratio-expected.checksum: Added.
1585 * platform/mac-leopard/media/video-aspect-ratio-expected.png: Added.
1586 * platform/mac-leopard/media/video-controls-rendering-expected.checksum: Added.
1587 * platform/mac-leopard/media/video-controls-rendering-expected.png: Added.
1588 * platform/mac-leopard/media/video-display-toggle-expected.checksum: Added.
1589 * platform/mac-leopard/media/video-display-toggle-expected.png: Added.
1590 * platform/mac-leopard/media/video-empty-source-expected.checksum: Added.
1591 * platform/mac-leopard/media/video-empty-source-expected.png: Added.
1592 * platform/mac-leopard/media/video-layer-crash-expected.checksum: Added.
1593 * platform/mac-leopard/media/video-layer-crash-expected.png: Added.
1594 * platform/mac-leopard/media/video-transformed-expected.checksum: Added.
1595 * platform/mac-leopard/media/video-transformed-expected.png: Added.
1596 * platform/mac-leopard/media/video-zoom-controls-expected.checksum: Added.
1597 * platform/mac-leopard/media/video-zoom-controls-expected.png: Added.
1598 * platform/mac-leopard/media/video-zoom-expected.checksum: Added.
1599 * platform/mac-leopard/media/video-zoom-expected.png: Added.
1600 * platform/mac-snowleopard/Skipped:
1601 * platform/mac/Skipped:
1602 * platform/mac/media/audio-controls-rendering-expected.checksum:
1603 * platform/mac/media/audio-controls-rendering-expected.png:
1604 * platform/mac/media/video-aspect-ratio-expected.checksum:
1605 * platform/mac/media/video-aspect-ratio-expected.png:
1606 * platform/mac/media/video-controls-rendering-expected.checksum:
1607 * platform/mac/media/video-controls-rendering-expected.png:
1608 * platform/mac/media/video-controls-visible-audio-only-expected.checksum: Removed.
1609 * platform/mac/media/video-controls-visible-audio-only-expected.png: Removed.
1610 * platform/mac/media/video-display-toggle-expected.checksum:
1611 * platform/mac/media/video-display-toggle-expected.png:
1612 * platform/mac/media/video-empty-source-expected.checksum:
1613 * platform/mac/media/video-empty-source-expected.png:
1614 * platform/mac/media/video-layer-crash-expected.checksum:
1615 * platform/mac/media/video-layer-crash-expected.png:
1616 * platform/mac/media/video-transformed-expected.checksum:
1617 * platform/mac/media/video-transformed-expected.png:
1618 * platform/mac/media/video-zoom-controls-expected.checksum:
1619 * platform/mac/media/video-zoom-controls-expected.png:
1620 * platform/mac/media/video-zoom-expected.checksum:
1621 * platform/mac/media/video-zoom-expected.png:
1623 2009-03-19 Oliver Hunt <oliver@apple.com>
1625 Reviewed by Darin Adler.
1627 <rdar://problem/6702386> Incorrect bound check in SVGList::insertItemBefore
1629 Test to ensure out of bounds indices passed to SVGList are correctly intercepted.
1631 * svg/dom/svglist-exception-on-out-bounds-error-expected.txt: Added.
1632 * svg/dom/svglist-exception-on-out-bounds-error.html: Added.
1634 2009-05-12 Alexey Proskuryakov <ap@webkit.org>
1636 Reviewed by Darin Adler.
1638 https://bugs.webkit.org/show_bug.cgi?id=25694
1639 HTMLParser::createHead() ASSERT: Creating an element, calling document.open() and writing
1640 to the document NULL ptr
1642 * fast/parser/implicit-head-in-fragment-crash-expected.txt: Added.
1643 * fast/parser/implicit-head-in-fragment-crash.html: Added.
1645 2009-05-12 Ariya Hidayat <ariya.hidayat@nokia.com>
1647 Reviewed by Dimitri Glazkov.
1649 Added Qt-specific expected result for toDataURL test, since Qt
1650 does not support saving pixmaps to GIF.
1652 * platform/qt/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
1654 2009-05-12 Ariya Hidayat <ariya.hidayat@nokia.com>
1656 Rubber-stamped by Simon Hausmann.
1658 Added Qt-specific expected result for Canvas getImageData's test.
1660 https://bugs.webkit.org/show_bug.cgi?id=22150
1662 Since Qt is internally using premultiplied ARGB32 for doing
1663 alpha-blending painting, reading the color back will not
1664 necessarily give the same exact color.
1666 * platform/qt/Skipped: Excluded canvas-getImageData.
1667 * platform/qt/fast/canvas/canvas-getImageData-expected.txt: Added.
1669 2009-05-12 Gavin Barraclough <barraclough@apple.com>
1671 Reviewed by Oliver Hunt.
1673 Test was checked in with one test case disabled since it exposed an existing bug;
1676 * fast/js/instance-of-immediates-expected.txt:
1677 * fast/js/resources/instance-of-immediates.js:
1679 2009-05-11 Brady Eidson <beidson@apple.com>
1681 Add a third copy of the test results for this test to make Tiger bots happy.
1683 * platform/mac-tiger/fast/images: Added.
1684 * platform/mac-tiger/fast/images/favicon-as-image-expected.checksum: Copied from platform/mac/fast/images/favicon-as-image-expected.checksum.
1685 * platform/mac-tiger/fast/images/favicon-as-image-expected.png: Copied from platform/mac/fast/images/favicon-as-image-expected.png.
1686 * platform/mac-tiger/fast/images/favicon-as-image-expected.txt: Copied from platform/mac/fast/images/favicon-as-image-expected.txt.
1688 2009-05-11 Gavin Barraclough <barraclough@apple.com>
1690 Reviewed by Oliver Hunt.
1692 Add a layout test for instanceof.
1694 * fast/js/instance-of-immediates-expected.txt: Added.
1695 * fast/js/instance-of-immediates.html: Added.
1696 * fast/js/resources/instance-of-immediates.js: Added.
1701 2009-05-11 Brady Eidson <beidson@apple.com>
1703 Reviewed by David Kilzer.
1705 <rdar://problem/6876226> - Cleanup the fast/images/favicon situation a bit.
1707 First off, copy fast/images/favicon-as-image.html over to http/tests/misc so it covers the original test case on all Mac platforms.
1708 Second, add Leopard-specific results for the original test.
1709 Then, remove it from the Leopard skipped list.
1710 Finally, add it to the SnowLeopard skipped list (<rdar://problem/6877633> covers re-enabling it when we're no longer blocked).
1712 * http/tests/misc/favicon-as-image.html: Copied from fast/images/favicon-as-image.html.
1713 * http/tests/misc/resources/favicon.ico: Copied from fast/images/resources/favicon.ico.
1715 * platform/mac/http/tests/misc/favicon-as-image-expected.checksum: Added.
1716 * platform/mac/http/tests/misc/favicon-as-image-expected.png: Added.
1717 * platform/mac/http/tests/misc/favicon-as-image-expected.txt: Added.
1719 * platform/mac-leopard/fast/images: Added.
1720 * platform/mac-leopard/fast/images/favicon-as-image-expected.checksum: Copied from platform/mac/fast/images/favicon-as-image-expected.checksum.
1721 * platform/mac-leopard/fast/images/favicon-as-image-expected.png: Copied from platform/mac/fast/images/favicon-as-image-expected.png.
1722 * platform/mac-leopard/fast/images/favicon-as-image-expected.txt: Copied from platform/mac/fast/images/favicon-as-image-expected.txt.
1724 * platform/mac-leopard/Skipped:
1725 * platform/mac-snowleopard/Skipped:
1727 2009-05-11 Holger Hans Peter Freyther <zecke@selfish.org>
1729 DRT/GTK+ lacks an AccessibilityController do not run the
1730 accessibility/onclick-handlers.thtml test.
1732 * platform/gtk/Skipped:
1734 2009-05-11 Chris Fleizach <cfleizach@apple.com>
1736 Reviewed by Beth Dakin.
1738 Bug 25713: AX: Control Elements not identified in HTML content
1739 https://bugs.webkit.org/show_bug.cgi?id=25713
1741 * accessibility/onclick-handlers-expected.txt: Added.
1742 * accessibility/onclick-handlers.html: Added.
1744 2009-05-11 Darin Adler <darin@apple.com>
1746 Reviewed by Dan Bernstein.
1748 <rdar://problem/6276843> REGRESSION: TextIterator generates
1749 an extra newline for ranges that start outside of body
1751 * editing/text-iterator/basic-iteration-expected.txt:
1752 Expect success, not failure.
1754 2009-05-11 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1756 Enable the new passing test, and skip two new failing tests.
1758 * platform/gtk/Skipped:
1759 * platform/gtk/fast/css/compare-content-style-expected.txt: Added.
1761 2009-05-11 Alice Liu <alice.liu@apple.com>
1763 Reviewed by Dan Bernstein.
1765 https://bugs.webkit.org/show_bug.cgi?id=25701
1766 REGRESSION(r38788 & r42020): styled searchfields look wrong on Windows, affects Facebook
1768 * fast/forms/search-styled.html: Added.
1769 * platform/mac/fast/forms/search-styled-expected.txt: Added.
1770 * platform/win/fast/forms/search-styled-expected.txt: Added.
1772 2009-05-11 Brady Eidson <beidson@apple.com>
1774 Reviewed by Darin Adler.
1776 * platform/mac-leopard/Skipped: Skip fast/images/favicon-as-image.html until we can come up
1777 with a better solution to its new failure.
1779 2009-05-11 Darin Adler <darin@apple.com>
1781 Reviewed by Oliver Hunt.
1783 Bug 25560: REGRESSION (r34821): "string value".__proto__ gets the wrong object.
1784 https://bugs.webkit.org/show_bug.cgi?id=25560
1785 rdar://problem/6861069
1787 * fast/js/prototypes-expected.txt: Added.
1788 * fast/js/prototypes.html: Added.
1789 * fast/js/resources/prototypes.js: Added.
1791 2009-05-11 David Kilzer <ddkilzer@apple.com>
1793 Added webarchive/test-link-rel-icon.html to gtk Skipped list
1795 * platform/gtk/Skipped: Added webarchive/test-link-rel-icon.html.
1797 2009-05-11 David Kilzer <ddkilzer@apple.com>
1799 Bug 23331: LayoutTests/webarchive/test-link-rel-icon.html fails in different ways on buildbots
1801 <https://bugs.webkit.org/show_bug.cgi?id=23331>
1803 Reviewed by Brady Eidson.
1805 * webarchive/test-link-rel-icon-expected.webarchive: Updated
1806 results after removing workaround in the test.
1807 * webarchive/test-link-rel-icon.html: Copied from webarchive/test-link-rel-icon.html-disabled.
1808 Removed workaround for Bug 21026 / <rdar://problem/6240826>.
1809 * webarchive/test-link-rel-icon.html-disabled: Removed.
1811 2009-05-11 Darin Adler <darin@apple.com>
1813 Reviewed by Dan Bernstein.
1815 Fix failure seen on most of the buildbots.
1817 * fast/forms/text-control-intrinsic-widths-expected.txt: Rolled back to the
1818 version before Hyatt's recent intrinsic margin check-in. According to Dan,
1819 that should not have had any effect on this test, so these results reflect
1820 some other sort of difference on Hyatt's computer.
1822 2009-05-10 Dan Bernstein <mitz@apple.com>
1824 Reviewed by Darin Adler.
1826 - test for a crash when deactivating a document that had adopted a
1829 * fast/dom/HTMLFormElement/document-deactivation-callback-crash-expected.txt: Added.
1830 * fast/dom/HTMLFormElement/document-deactivation-callback-crash.html: Added.
1832 2009-05-10 David Kilzer <ddkilzer@apple.com>
1834 Test for Bug 23741: StyleRareNonInheritedData::operator==() should not compare ContentData objects by pointer
1836 Rubber-stamped by Geoff Garen.
1838 Original test by Simon Fraser.
1840 * fast/css/compare-content-style.html: Added.
1841 * platform/mac/fast/css/compare-content-style-expected.txt: Added.
1843 2009-05-10 Dan Bernstein <mitz@apple.com>
1845 Reviewed by Dave Kilzer.
1847 - new test and correct results for https://bugs.webkit.org/show_bug.cgi?id=25602
1848 REGRESSION: fast/overflow/overflow-focus-ring.html seems double-drawn
1851 * fast/layers/self-painting-outline.html: Added.
1852 * platform/mac/fast/overflow/overflow-focus-ring-expected.checksum: Updated.
1853 * platform/mac/fast/overflow/overflow-focus-ring-expected.png: Updated.
1854 * platform/mac/fast/layers/self-painting-outline-expected.checksum: Added.
1855 * platform/mac/fast/layers/self-painting-outline-expected.png: Added.
1856 * platform/mac/fast/layers/self-painting-outline-expected.txt: Added.
1858 2009-05-09 Dan Bernstein <mitz@apple.com>
1860 Reviewed by Geoffrey Garen and Mark Rowe.
1862 - test for https://bugs.webkit.org/show_bug.cgi?id=25666
1863 Assertion failure in Node::setDocument()
1864 (willMoveToNewOwnerDocumentWasCalled) when adopting a <form> element
1866 * fast/dom/HTMLFormElement/adopt-assertion-expected.txt: Added.
1867 * fast/dom/HTMLFormElement/adopt-assertion.html: Added.
1869 2009-05-09 Geoffrey Garen <ggaren@apple.com>
1871 Rubber stamped by Beth Dakin.
1873 Added a test for a math edge case I just came across.
1875 * fast/js/postfix-syntax-expected.txt:
1876 * fast/js/resources/postfix-syntax.js:
1878 2009-05-09 Dan Bernstein <mitz@apple.com>
1880 - correct the results from the previous patch
1882 2009-05-09 Dan Bernstein <mitz@apple.com>
1884 - update Windows-specific layout test results for textarea
1885 intrinsic margin change (r43355)
1887 * platform/win/editing/inserting/4960120-1-expected.txt:
1888 * platform/win/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
1889 * platform/win/editing/pasteboard/pasting-tabs-expected.txt:
1890 * platform/win/fast/css/resize-corner-tracking-expected.txt:
1891 * platform/win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
1892 * platform/win/fast/dynamic/008-expected.txt:
1893 * platform/win/fast/forms/basic-textareas-expected.txt:
1894 * platform/win/fast/forms/textAreaLineHeight-expected.txt:
1895 * platform/win/fast/forms/textarea-align-expected.txt:
1896 * platform/win/fast/forms/textarea-rows-cols-expected.txt:
1897 * platform/win/fast/forms/textarea-scrollbar-expected.txt:
1898 * platform/win/fast/forms/textarea-scrolled-type-expected.txt:
1899 * platform/win/fast/forms/textarea-setinnerhtml-expected.txt:
1900 * platform/win/fast/forms/textarea-width-expected.txt:
1901 * platform/win/fast/overflow/overflow-x-y-expected.txt:
1902 * platform/win/fast/parser/comment-in-textarea-expected.txt:
1903 * platform/win/fast/parser/entity-comment-in-textarea-expected.txt:
1904 * platform/win/fast/parser/open-comment-in-textarea-expected.txt:
1905 * platform/win/fast/replaced/width100percent-textarea-expected.txt:
1906 * platform/win/fast/table/003-expected.txt:
1907 * platform/win/tables/mozilla/bugs/bug30559-expected.txt:
1909 2009-05-08 Jan Michael Alonzo <jmalonzo@webkit.org>
1911 Skip failing render tree test that was added in r43420.
1913 * platform/gtk/Skipped:
1915 2009-05-08 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1917 Rubber-stamped by George Staikos.
1919 Update WML <input> layout test result, as input field metrics have changed recently.
1921 * platform/mac/fast/wml/input-expected.checksum:
1922 * platform/mac/fast/wml/input-expected.png:
1923 * platform/mac/fast/wml/input-expected.txt:
1925 2009-05-08 Dan Bernstein <mitz@apple.com>
1927 Reviewed by Darin Adler.
1929 - test for <rdar://problem/6864786> REGRESSION: Crash below
1930 ApplyStyleCommand::applyInlineStyleToRange when reviewing a patch in
1933 * editing/style/apply-through-end-of-document-expected.txt: Added.
1934 * editing/style/apply-through-end-of-document.html: Added.
1936 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1938 Disable more new tests that are failing.
1940 * platform/gtk/Skipped:
1942 2009-05-08 Eric Carlson <eric.carlson@apple.com>
1944 No review, update tests results missed in r43403.
1946 * fast/dom/Window/window-properties-expected.txt:
1947 * platform/mac-leopard/fast/dom/Window/window-properties-expected.txt:
1949 2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1951 GTK+ test results for two new tests.
1953 * platform/gtk/fast/layers/remove-only-this-layer-update-expected.txt: Added.
1954 * platform/gtk/fast/repaint/selection-clear-expected.txt: Added.
1956 2009-05-08 Eric Carlson <eric.carlson@apple.com>
1958 Reviewed by Darin Adler.
1960 https://bugs.webkit.org/show_bug.cgi?id=25627
1961 Bug 25627: HTMLMediaElement: some errors should fire on <source> elements
1963 Update tests for MEDIA_ERR_NONE_SUPPORTED change to MEDIA_ERR_SRC_NOT_SUPPORTED.
1964 Add video-source-error.html to test errors fired on <source> elements .
1966 * media/media-constants-expected.txt:
1967 * media/media-constants.html:
1968 * media/unsupported-rtsp.html:
1969 * media/video-error-does-not-exist.html:
1970 * media/video-source-error.html: Added.
1971 * media/video-src-change.html:
1972 * media/video-src-invalid-remove.html:
1973 * media/video-src-plus-source.html:
1975 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1977 Disable new test that is failing.
1979 * platform/gtk/Skipped:
1981 2009-05-08 Dan Bernstein <mitz@apple.com>
1983 Reviewed by Maciej Stachowiak.
1985 - test for <rdar://problem/6859955> Undoing typed text after selecting
1986 all leaves non-text areas highlighted
1988 * fast/repaint/selection-clear.html: Added.
1989 * platform/mac/fast/repaint/selection-clear-expected.checksum: Added.
1990 * platform/mac/fast/repaint/selection-clear-expected.png: Added.
1991 * platform/mac/fast/repaint/selection-clear-expected.txt: Added.
1993 2009-05-07 David Levin <levin@chromium.org>
1996 Suggested by Oliver Hunt.
1998 Rolling back http://trac.webkit.org/changeset/43385
1999 because we have to use mac artwork for the underline on OSX.
2001 * platform/mac/editing/spelling/inline_spelling_markers-expected.checksum:
2002 * platform/mac/editing/spelling/inline_spelling_markers-expected.png:
2003 * platform/mac/editing/spelling/spellcheck-attribute-expected.checksum:
2004 * platform/mac/editing/spelling/spellcheck-attribute-expected.png:
2005 * platform/mac/editing/spelling/spelling-expected.checksum:
2006 * platform/mac/editing/spelling/spelling-expected.png:
2007 * platform/mac/editing/spelling/spelling-linebreak-expected.checksum:
2008 * platform/mac/editing/spelling/spelling-linebreak-expected.png:
2010 2009-05-07 John Grabowski <jrg@chromium.org>
2012 Reviewed by Simon Fraser.
2014 https://bugs.webkit.org/show_bug.cgi?id=25573
2015 Rebaseline of spelling tests for Mac. Tests pass even without this
2016 change but checksums don't match. Non-Mac does not need a new baseline.
2018 * platform/mac/editing/spelling/inline_spelling_markers-expected.checksum:
2019 * platform/mac/editing/spelling/inline_spelling_markers-expected.png:
2020 * platform/mac/editing/spelling/spellcheck-attribute-expected.checksum:
2021 * platform/mac/editing/spelling/spellcheck-attribute-expected.png:
2022 * platform/mac/editing/spelling/spelling-expected.checksum:
2023 * platform/mac/editing/spelling/spelling-expected.png:
2024 * platform/mac/editing/spelling/spelling-linebreak-expected.checksum:
2025 * platform/mac/editing/spelling/spelling-linebreak-expected.png:
2027 2009-05-07 Darin Adler <darin@apple.com>
2029 Reviewed by Simon Fraser.
2031 Bug 25575: Registered mutation event listener crashes HTMLMediaElement
2032 https://bugs.webkit.org/show_bug.cgi?id=25575
2034 * fast/media/video-controls-with-mutation-event-handler-expected.txt: Added.
2035 * fast/media/video-controls-with-mutation-event-handler.html: Added.
2037 2009-05-07 Eric Seidel <eric@webkit.org>
2039 Reviewed by Beth Dakin.
2041 Fix regression caused by r41469, add test case to prevent it from
2043 https://bugs.webkit.org/show_bug.cgi?id=25252
2045 * fast/layers/remove-only-this-layer-update.html: Added.
2046 * platform/mac/fast/layers/remove-only-this-layer-update-expected.checksum: Added.
2047 * platform/mac/fast/layers/remove-only-this-layer-update-expected.png: Added.
2048 * platform/mac/fast/layers/remove-only-this-layer-update-expected.txt: Added.
2050 2009-05-07 David Hyatt <hyatt@apple.com>
2052 Restore intrinsic margins to all form controls on Mac and Windows.
2054 Reviewed by Beth Dakin.
2056 * fast/forms/text-control-intrinsic-widths-expected.txt:
2057 * fast/replaced/table-percent-height-text-controls-expected.txt:
2058 * platform/mac/editing/inserting/4960120-1-expected.checksum:
2059 * platform/mac/editing/inserting/4960120-1-expected.png:
2060 * platform/mac/editing/inserting/4960120-1-expected.txt:
2061 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
2062 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png:
2063 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
2064 * platform/mac/editing/pasteboard/pasting-tabs-expected.checksum:
2065 * platform/mac/editing/pasteboard/pasting-tabs-expected.png:
2066 * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
2067 * platform/mac/fast/css/resize-corner-tracking-expected.checksum:
2068 * platform/mac/fast/css/resize-corner-tracking-expected.png:
2069 * platform/mac/fast/css/resize-corner-tracking-expected.txt:
2070 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum:
2071 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
2072 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
2073 * platform/mac/fast/dynamic/008-expected.checksum:
2074 * platform/mac/fast/dynamic/008-expected.png:
2075 * platform/mac/fast/dynamic/008-expected.txt:
2076 * platform/mac/fast/forms/001-expected.checksum:
2077 * platform/mac/fast/forms/001-expected.png:
2078 * platform/mac/fast/forms/basic-textareas-expected.checksum:
2079 * platform/mac/fast/forms/basic-textareas-expected.png:
2080 * platform/mac/fast/forms/basic-textareas-expected.txt:
2081 * platform/mac/fast/forms/form-element-geometry-expected.checksum:
2082 * platform/mac/fast/forms/form-element-geometry-expected.png:
2083 * platform/mac/fast/forms/form-element-geometry-expected.txt:
2084 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum:
2085 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
2086 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
2087 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.checksum:
2088 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
2089 * platform/mac/fast/forms/menulist-clip-expected.checksum:
2090 * platform/mac/fast/forms/menulist-clip-expected.png:
2091 * platform/mac/fast/forms/menulist-narrow-width-expected.checksum:
2092 * platform/mac/fast/forms/menulist-narrow-width-expected.png:
2093 * platform/mac/fast/forms/menulist-option-wrap-expected.checksum:
2094 * platform/mac/fast/forms/menulist-option-wrap-expected.png:
2095 * platform/mac/fast/forms/menulist-restrict-line-height-expected.checksum:
2096 * platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
2097 * platform/mac/fast/forms/negativeLineHeight-expected.checksum:
2098 * platform/mac/fast/forms/negativeLineHeight-expected.png:
2099 * platform/mac/fast/forms/negativeLineHeight-expected.txt:
2100 * platform/mac/fast/forms/select-baseline-expected.checksum:
2101 * platform/mac/fast/forms/select-baseline-expected.png:
2102 * platform/mac/fast/forms/select-style-expected.checksum:
2103 * platform/mac/fast/forms/select-style-expected.png:
2104 * platform/mac/fast/forms/textAreaLineHeight-expected.checksum:
2105 * platform/mac/fast/forms/textAreaLineHeight-expected.png:
2106 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
2107 * platform/mac/fast/forms/textarea-align-expected.checksum:
2108 * platform/mac/fast/forms/textarea-align-expected.png:
2109 * platform/mac/fast/forms/textarea-align-expected.txt:
2110 * platform/mac/fast/forms/textarea-rows-cols-expected.checksum:
2111 * platform/mac/fast/forms/textarea-rows-cols-expected.png:
2112 * platform/mac/fast/forms/textarea-rows-cols-expected.txt:
2113 * platform/mac/fast/forms/textarea-scroll-height-expected.checksum:
2114 * platform/mac/fast/forms/textarea-scroll-height-expected.png:
2115 * platform/mac/fast/forms/textarea-scroll-height-expected.txt:
2116 * platform/mac/fast/forms/textarea-scrollbar-expected.checksum:
2117 * platform/mac/fast/forms/textarea-scrollbar-expected.png:
2118 * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
2119 * platform/mac/fast/forms/textarea-scrolled-type-expected.checksum:
2120 * platform/mac/fast/forms/textarea-scrolled-type-expected.png:
2121 * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
2122 * platform/mac/fast/forms/textarea-setinnerhtml-expected.checksum:
2123 * platform/mac/fast/forms/textarea-setinnerhtml-expected.png:
2124 * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
2125 * platform/mac/fast/forms/textarea-width-expected.checksum:
2126 * platform/mac/fast/forms/textarea-width-expected.png:
2127 * platform/mac/fast/forms/textarea-width-expected.txt:
2128 * platform/mac/fast/overflow/overflow-focus-ring-expected.checksum:
2129 * platform/mac/fast/overflow/overflow-focus-ring-expected.png:
2130 * platform/mac/fast/overflow/overflow-x-y-expected.checksum:
2131 * platform/mac/fast/overflow/overflow-x-y-expected.png:
2132 * platform/mac/fast/overflow/overflow-x-y-expected.txt:
2133 * platform/mac/fast/parser/comment-in-textarea-expected.checksum:
2134 * platform/mac/fast/parser/comment-in-textarea-expected.png:
2135 * platform/mac/fast/parser/comment-in-textarea-expected.txt:
2136 * platform/mac/fast/parser/entity-comment-in-textarea-expected.checksum:
2137 * platform/mac/fast/parser/entity-comment-in-textarea-expected.png:
2138 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
2139 * platform/mac/fast/parser/open-comment-in-textarea-expected.checksum:
2140 * platform/mac/fast/parser/open-comment-in-textarea-expected.png:
2141 * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
2142 * platform/mac/fast/replaced/selection-rect-transform-expected.png:
2143 * platform/mac/fast/replaced/width100percent-textarea-expected.checksum:
2144 * platform/mac/fast/replaced/width100percent-textarea-expected.png:
2145 * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
2146 * platform/mac/fast/table/003-expected.checksum:
2147 * platform/mac/fast/table/003-expected.png:
2148 * platform/mac/fast/table/003-expected.txt:
2149 * platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.checksum:
2150 * platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.png:
2151 * platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
2152 * platform/mac/http/tests/navigation/anchor-basic-expected.txt:
2153 * platform/mac/http/tests/navigation/anchor-frames-expected.checksum:
2154 * platform/mac/http/tests/navigation/anchor-frames-expected.png:
2155 * platform/mac/http/tests/navigation/anchor-frames-expected.txt:
2156 * platform/mac/http/tests/navigation/anchor-goback-expected.checksum:
2157 * platform/mac/http/tests/navigation/anchor-goback-expected.png:
2158 * platform/mac/http/tests/navigation/anchor-goback-expected.txt:
2159 * platform/mac/http/tests/navigation/anchor-subframeload-expected.checksum:
2160 * platform/mac/http/tests/navigation/anchor-subframeload-expected.png:
2161 * platform/mac/http/tests/navigation/anchor-subframeload-expected.txt:
2162 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.checksum:
2163 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.png:
2164 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.txt:
2165 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.checksum:
2166 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
2167 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
2168 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.checksum:
2169 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.png:
2170 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.txt:
2171 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.checksum:
2172 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.png:
2173 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.txt:
2174 * platform/mac/http/tests/navigation/metaredirect-basic-expected.checksum:
2175 * platform/mac/http/tests/navigation/metaredirect-basic-expected.png:
2176 * platform/mac/http/tests/navigation/metaredirect-basic-expected.txt:
2177 * platform/mac/http/tests/navigation/metaredirect-frames-expected.checksum:
2178 * platform/mac/http/tests/navigation/metaredirect-frames-expected.png:
2179 * platform/mac/http/tests/navigation/metaredirect-frames-expected.txt:
2180 * platform/mac/http/tests/navigation/metaredirect-goback-expected.checksum:
2181 * platform/mac/http/tests/navigation/metaredirect-goback-expected.png:
2182 * platform/mac/http/tests/navigation/metaredirect-goback-expected.txt:
2183 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.checksum:
2184 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.png:
2185 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.txt:
2186 * platform/mac/http/tests/navigation/post-goback2-expected.checksum:
2187 * platform/mac/http/tests/navigation/post-goback2-expected.png:
2188 * platform/mac/http/tests/navigation/post-goback2-expected.txt:
2189 * platform/mac/http/tests/navigation/postredirect-goback2-expected.checksum:
2190 * platform/mac/http/tests/navigation/postredirect-goback2-expected.png:
2191 * platform/mac/http/tests/navigation/postredirect-goback2-expected.txt:
2192 * platform/mac/http/tests/navigation/redirect302-basic-expected.checksum:
2193 * platform/mac/http/tests/navigation/redirect302-basic-expected.png:
2194 * platform/mac/http/tests/navigation/redirect302-basic-expected.txt:
2195 * platform/mac/http/tests/navigation/redirect302-frames-expected.checksum:
2196 * platform/mac/http/tests/navigation/redirect302-frames-expected.png:
2197 * platform/mac/http/tests/navigation/redirect302-frames-expected.txt:
2198 * platform/mac/http/tests/navigation/redirect302-goback-expected.checksum:
2199 * platform/mac/http/tests/navigation/redirect302-goback-expected.png:
2200 * platform/mac/http/tests/navigation/redirect302-goback-expected.txt:
2201 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.checksum:
2202 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.png:
2203 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.txt:
2204 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.txt:
2205 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.checksum:
2206 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.png:
2207 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.txt:
2208 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.txt:
2209 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.checksum:
2210 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.png:
2211 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.txt:
2212 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.checksum:
2213 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.png:
2214 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.txt:
2215 * platform/mac/http/tests/navigation/success200-basic-expected.checksum:
2216 * platform/mac/http/tests/navigation/success200-basic-expected.png:
2217 * platform/mac/http/tests/navigation/success200-basic-expected.txt:
2218 * platform/mac/http/tests/navigation/success200-frames-expected.checksum:
2219 * platform/mac/http/tests/navigation/success200-frames-expected.png:
2220 * platform/mac/http/tests/navigation/success200-frames-expected.txt:
2221 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.checksum:
2222 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.png:
2223 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.txt:
2224 * platform/mac/http/tests/navigation/success200-goback-expected.checksum:
2225 * platform/mac/http/tests/navigation/success200-goback-expected.png:
2226 * platform/mac/http/tests/navigation/success200-goback-expected.txt:
2227 * platform/mac/http/tests/navigation/success200-loadsame-expected.checksum:
2228 * platform/mac/http/tests/navigation/success200-loadsame-expected.png:
2229 * platform/mac/http/tests/navigation/success200-loadsame-expected.txt:
2230 * platform/mac/http/tests/navigation/success200-reload-expected.checksum:
2231 * platform/mac/http/tests/navigation/success200-reload-expected.png:
2232 * platform/mac/http/tests/navigation/success200-reload-expected.txt:
2233 * platform/mac/http/tests/navigation/success200-subframeload-expected.checksum:
2234 * platform/mac/http/tests/navigation/success200-subframeload-expected.png:
2235 * platform/mac/http/tests/navigation/success200-subframeload-expected.txt:
2236 * platform/mac/http/tests/navigation/timerredirect-basic-expected.checksum:
2237 * platform/mac/http/tests/navigation/timerredirect-basic-expected.png:
2238 * platform/mac/http/tests/navigation/timerredirect-basic-expected.txt:
2239 * platform/mac/http/tests/navigation/timerredirect-frames-expected.checksum:
2240 * platform/mac/http/tests/navigation/timerredirect-frames-expected.png:
2241 * platform/mac/http/tests/navigation/timerredirect-frames-expected.txt:
2242 * platform/mac/http/tests/navigation/timerredirect-goback-expected.checksum:
2243 * platform/mac/http/tests/navigation/timerredirect-goback-expected.png:
2244 * platform/mac/http/tests/navigation/timerredirect-goback-expected.txt:
2245 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.checksum:
2246 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.png:
2247 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.txt:
2248 * platform/mac/tables/mozilla/bugs/bug194024-expected.checksum:
2249 * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
2250 * platform/mac/tables/mozilla/bugs/bug194024-expected.txt:
2251 * platform/mac/tables/mozilla/bugs/bug30559-expected.checksum:
2252 * platform/mac/tables/mozilla/bugs/bug30559-expected.png:
2253 * platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
2254 * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
2256 2009-05-07 Chris Fleizach <cfleizach@apple.com>
2258 Reviewed by Beth Dakin.
2260 Bug 25598: AX: if a radio button has a label and a title, the label is not exposed
2261 https://bugs.webkit.org/show_bug.cgi?id=25598
2263 * accessibility/radio-button-title-label-expected.txt: Added.
2264 * accessibility/radio-button-title-label.html: Added.
2266 2009-05-06 Dan Bernstein <mitz@apple.com>
2268 Reviewed by Simon Fraser and Justin Garcia.
2270 - test for another part of <rdar://problem/6703873> Triple-click quoted
2271 line and type Return creates an extra quoted blank line
2273 * editing/inserting/6703873-2-expected.txt: Added.
2274 * editing/inserting/6703873-2.html: Added.
2276 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2278 Disable more new tests.
2280 * platform/gtk/Skipped:
2282 2009-05-06 Eric Seidel <eric@webkit.org>
2284 No review, just fixing my previous broken commit.
2286 Commit correct results for event-function-toString.html
2288 * fast/events/event-function-toString-expected.txt:
2290 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2292 Fixing typo in my last commit.
2294 * platform/gtk/Skipped:
2296 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2298 Disabling failing new tests that do not represent regressions.
2300 * platform/gtk/Skipped:
2302 2009-05-06 Soren Gjesse <sgjesse@chromium.org>
2304 Reviewed by Eric Seidel.
2306 Changed the toString behaviour for non document dom node event handlers in the V8 bindings.
2307 https://bugs.webkit.org/show_bug.cgi?id=25544
2309 * fast/events/event-function-toString.html: Added.
2310 * fast/events/resources/event-function-toString.js: Added.
2311 (normalizedFunctionString):
2313 2009-05-06 Dan Bernstein <mitz@apple.com>
2315 Reviewed by Justin Garcia.
2317 - test for an assertion failure in RemoveNodeCommand() when deleting a
2318 <br> between a block and a mail blockquote
2320 * editing/deleting/removeNodeCommand-assert-expected.txt: Added.
2321 * editing/deleting/removeNodeCommand-assert.html: Added.
2323 2009-05-05 Eric Seidel <eric@webkit.org>
2325 No review, roll out only.
2327 Roll out r23072 since it broke layout tests
2329 * accessibility/ignore-anonymous-block-expected.txt: Removed.
2330 * accessibility/ignore-anonymous-block.html: Removed.
2332 2009-05-05 Sankar Aditya Tanguturi <sankaraditya@gmail.com>
2334 Reviewed by Eric Seidel.
2336 Anonymous blocks should not be exposed in accessibility tree.
2337 Part of https://bugs.webkit.org/show_bug.cgi?id=23072
2339 * accessibility/ignore-anonymous-block-expected.txt: Added a new
2340 test to check if anonymous blocks are exposed or not.
2341 * accessibility/ignore-anonymous-block.html: Added a new file that
2342 contains the expected output for the new test case that is added.
2344 2009-05-05 Jungshik Shin <jshin@chromium.org>
2346 Reviewed by Alexey Proskuryakov.
2348 http://bugs.webkit.org/show_bug.cgi?id=25487
2350 Test if the name 'EUC-KR' is exposed via DOM although we internally
2351 treat all EUC-KR-related encodings as the superset of EUC-KR,
2354 * fast/encoding/euckr-name-expected.txt: Added.
2355 * fast/encoding/euckr-name.html: Added.
2357 2009-05-05 Adam Langley <agl@google.com>
2359 Reviewed by Darin Adler.
2361 Rendering fix for <select> elements.
2362 https://bugs.webkit.org/show_bug.cgi?id=25558
2364 * fast/forms/select-dirty-parent-pref-widths.html: Added.
2365 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.checksum: Added.
2366 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt: Added.
2368 2009-05-05 Darin Fisher <darin@chromium.org>
2370 Reviewed by Darin Adler.
2372 https://bugs.webkit.org/show_bug.cgi?id=25570
2374 history.{back,forward,go} should always be dispatched asynchronously,
2375 even when the history navigation would just result in scrolling the
2376 page. This matches the behavior of other browsers like IE and FF.
2378 * fast/css/target-fragment-match.html: since history.back takes effect
2379 asynchronously, we need to defer the call to notifyDone
2381 * fast/dom/location-hash-expected.txt:
2382 * fast/dom/location-hash.html: since history.{back,forward} take effect
2383 asynchronously, we need to defer checking that the navigation results.
2385 * fast/history/back-forward-is-asynchronous-expected.txt: Added.
2386 * fast/history/back-forward-is-asynchronous.html: Added.
2387 A test to specifically ensure that history.{back,forward} are processed
2390 2009-05-05 Adam Roben <aroben@apple.com>
2392 Skip newly-added SVG tests that fail on Windows
2394 See Bug 25583: New SVG regression tests added in r43269 fail on
2396 <https://bugs.webkit.org/show_bug.cgi?id=25583>
2398 Rubber-stamped in advance by Eric Seidel.
2400 * platform/win/Skipped: Added the two new SVG tests.
2402 2009-05-05 Eric Seidel <eric@webkit.org>
2404 Reviewed by Simon Fraser.
2406 Add an ASSERT(useTransforms) to mapLocalToContainer implementations in SVG.
2407 https://bugs.webkit.org/show_bug.cgi?id=25532
2409 This required a change to SVGPaintServerPattern::setup
2410 That change fixed drawing of transformed SVG text with objectBoundingBox patterns.
2411 text-with-pattern-with-svg-transform.svg shows the improvement from this change
2412 text-with-pattern-inside-transformed-html.xhtml shows no change, but documents
2413 that this change does not break CSS transformed pattern text.
2415 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
2416 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
2417 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: Added.
2418 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
2419 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Added.
2420 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum: Added.
2421 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
2422 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added.
2423 * svg/transforms/text-with-pattern-inside-transformed-html.xhtml: Added.
2424 * svg/transforms/text-with-pattern-with-svg-transform.svg: Added.
2426 2009-05-05 Greg Bolsinga <bolsinga@apple.com>
2428 Reviewed by Sam Weinig.
2430 https://bugs.webkit.org/show_bug.cgi?id=25554
2432 Support HTML5 text control input types: email, number, tel, url
2434 * fast/html/text-field-input-types-expected.txt: Added.
2435 * fast/html/text-field-input-types.html: Added.
2437 2009-05-05 Chris Fleizach <cfleizach@apple.com>
2439 Reviewed by Beth Dakin.
2441 Bug 25574: AXImageMap children links don't respond properly to accessibilityHitTest:
2442 https://bugs.webkit.org/show_bug.cgi?id=25574
2444 * platform/mac/accessibility/document-links-expected.txt:
2445 * platform/mac/accessibility/image-map1-expected.txt:
2446 * platform/mac/accessibility/image-map2-expected.txt:
2447 * platform/mac/accessibility/imagemap-hittest-expected.txt: Added.
2448 * platform/mac/accessibility/imagemap-hittest.html: Added.
2450 2009-05-05 Kevin McCullough <kmccullough@apple.com>
2452 Reviewed by Dan Bernstein.
2454 <rdar://problem/6552129> Select a quote line and paste elsewhere, you
2455 get that line and an extra quoted blank line
2456 <rdar://problem/6609308> Triple-click a quoted header line, copy, paste
2457 onto an empty line makes an extra quoted line
2459 - Testing different scenarios where we paste quoted text into a non-quoted area and we
2460 do not want a trailing newline to be quoted.
2462 * editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Added.
2463 * editing/pasteboard/paste-blockquote-before-blockquote.html: Added.
2464 * editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Added.
2465 * editing/pasteboard/paste-double-nested-blockquote-before-blockquote.html: Added.
2466 * editing/pasteboard/resources/paste-blockquote-before-blockquote.js: Added.
2469 2009-05-05 Dan Bernstein <mitz@apple.com>
2471 Reviewed by Darin Adler.
2473 - updated results for https://bugs.webkit.org/show_bug.cgi?id=24192
2474 <rdar://problem/5760774> Replying to a Mail message that contains
2475 fixed width text can change the size of the text
2477 * editing/execCommand/19089-expected.txt:
2478 * editing/execCommand/5770834-1-expected.txt:
2479 * platform/mac/editing/deleting/delete-br-011-expected.txt:
2480 * platform/mac/editing/deleting/delete-select-all-001-expected.txt:
2481 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
2482 * platform/mac/editing/pasteboard/5027857-expected.checksum:
2483 * platform/mac/editing/pasteboard/5027857-expected.png:
2484 * platform/mac/editing/pasteboard/5027857-expected.txt:
2485 * platform/mac/editing/pasteboard/paste-pre-002-expected.checksum:
2486 * platform/mac/editing/pasteboard/paste-pre-002-expected.png:
2487 * platform/mac/editing/pasteboard/paste-pre-002-expected.txt:
2488 * platform/mac/editing/style/block-style-004-expected.txt:
2489 * platform/mac/editing/style/block-style-005-expected.txt:
2490 * platform/mac/editing/style/block-style-006-expected.txt:
2492 2009-05-05 Eric Seidel <eric@webkit.org>
2494 Reviewed by Adam Roben.
2496 Add test case to cover V8 crasher (which JSC does not share).
2497 https://bugs.webkit.org/show_bug.cgi?id=25550
2499 * svg/custom/polyline-points-crash-expected.txt: Added.
2500 * svg/custom/polyline-points-crash.html: Added.
2502 2009-05-05 Eric Seidel <eric@webkit.org>
2504 Reviewed by Adam Roben.
2506 Fix mappedAttributes() access without NULL check
2507 https://bugs.webkit.org/show_bug.cgi?id=25553
2509 * svg/custom/path-getPresentationAttribute-crash-expected.txt: Added.
2510 * svg/custom/path-getPresentationAttribute-crash.html: Added.
2512 2009-05-04 Eric Seidel <eric@webkit.org>
2514 Reviewed by Maciej Stachowiak.
2516 Add a testcase using SVG in HTML with CSS transforms
2517 https://bugs.webkit.org/show_bug.cgi?id=23112
2519 We currently fail the <text> section of this test but pass the path and image sections.
2521 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum: Added.
2522 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
2523 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
2524 * svg/transforms/animated-path-inside-transformed-html.xhtml: Added.
2526 2009-05-04 Alexey Proskuryakov <ap@webkit.org>
2528 Reviewed by Dave Hyatt.
2530 <rdar://problem/6576889> REGRESSION (r35185): Cannot watch Flash movies on omg.yahoo.com
2532 * fast/parser/head-element-for-yahoo-player-expected.txt: Added.
2533 * fast/parser/head-element-for-yahoo-player.html: Added.
2534 Test the regression case (a misplaced <style> that used to create <head> implicitly).
2536 * editing/selection/select-all-005.html: Use a new index when selecting the body.
2538 * fast/dom/Document/document-write-doctype-expected.txt:
2539 * fast/dom/Document/resources/document-write-doctype.js:
2540 Removed checks for "Gecko quirk" of implicitly adding HEAD - that not a quirk, but standard
2543 * editing/execCommand/create-list-1-expected.txt:
2544 * platform/mac/editing/deleting/4845371-expected.txt:
2545 * platform/mac/editing/deleting/4866671-expected.txt:
2546 * platform/mac/editing/deleting/4875189-expected.txt:
2547 * platform/mac/editing/deleting/5026848-1-expected.txt:
2548 * platform/mac/editing/deleting/5026848-2-expected.txt:
2549 * platform/mac/editing/deleting/5026848-3-expected.txt:
2550 * platform/mac/editing/deleting/5032066-expected.txt:
2551 * platform/mac/editing/deleting/5091898-expected.txt:
2552 * platform/mac/editing/deleting/5099303-expected.txt:
2553 * platform/mac/editing/deleting/5115601-expected.txt:
2554 * platform/mac/editing/deleting/5126166-expected.txt:
2555 * platform/mac/editing/deleting/5156801-2-expected.txt:
2556 * platform/mac/editing/deleting/5168598-expected.txt:
2557 * platform/mac/editing/deleting/5272440-expected.txt:
2558 * platform/mac/editing/deleting/5300379-expected.txt:
2559 * platform/mac/editing/deleting/5390681-expected.txt:
2560 * platform/mac/editing/deleting/5408255-expected.txt:
2561 * platform/mac/editing/deleting/5433862-2-expected.txt:
2562 * platform/mac/editing/deleting/5483370-expected.txt:
2563 * platform/mac/editing/deleting/delete-at-start-or-end-expected.txt:
2564 * platform/mac/editing/deleting/delete-block-table-expected.txt:
2565 * platform/mac/editing/deleting/delete-hr-expected.txt:
2566 * platform/mac/editing/deleting/delete-mixed-editable-content-001-expected.txt:
2567 * platform/mac/editing/deleting/delete-to-select-table-expected.txt:
2568 * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
2569 * platform/mac/editing/deleting/merge-endOfParagraph-expected.txt:
2570 * platform/mac/editing/deleting/merge-no-br-expected.txt:
2571 * platform/mac/editing/deleting/merge-whitespace-pre-expected.txt:
2572 * platform/mac/editing/execCommand/4641880-1-expected.txt:
2573 * platform/mac/editing/execCommand/4641880-2-expected.txt:
2574 * platform/mac/editing/execCommand/4747450-expected.txt:
2575 * platform/mac/editing/execCommand/4786404-1-expected.txt:
2576 * platform/mac/editing/execCommand/4786404-2-expected.txt:
2577 * platform/mac/editing/execCommand/4916402-expected.txt:
2578 * platform/mac/editing/execCommand/4916541-expected.txt:
2579 * platform/mac/editing/execCommand/4916583-expected.txt:
2580 * platform/mac/editing/execCommand/4920488-expected.txt:
2581 * platform/mac/editing/execCommand/4920742-1-expected.txt:
2582 * platform/mac/editing/execCommand/4924441-expected.txt:
2583 * platform/mac/editing/execCommand/5049671-expected.txt:
2584 * platform/mac/editing/execCommand/5080333-1-expected.txt:
2585 * platform/mac/editing/execCommand/5080333-2-expected.txt:
2586 * platform/mac/editing/execCommand/5119244-expected.txt:
2587 * platform/mac/editing/execCommand/5120591-expected.txt:
2588 * platform/mac/editing/execCommand/5136770-expected.txt:
2589 * platform/mac/editing/execCommand/5142012-1-expected.txt:
2590 * platform/mac/editing/execCommand/5142012-2-expected.txt:
2591 * platform/mac/editing/execCommand/5142012-3-expected.txt:
2592 * platform/mac/editing/execCommand/5144139-1-expected.txt:
2593 * platform/mac/editing/execCommand/5164796-expected.txt:
2594 * platform/mac/editing/execCommand/5207369-expected.txt:
2595 * platform/mac/editing/execCommand/5210032-expected.txt:
2596 * platform/mac/editing/execCommand/5432254-1-expected.txt:
2597 * platform/mac/editing/execCommand/5432254-2-expected.txt:
2598 * platform/mac/editing/execCommand/5481523-expected.txt:
2599 * platform/mac/editing/execCommand/5482524-expected.txt:
2600 * platform/mac/editing/execCommand/5569741-expected.txt:
2601 * platform/mac/editing/execCommand/5573879-expected.txt:
2602 * platform/mac/editing/execCommand/5700414-1-expected.txt:
2603 * platform/mac/editing/execCommand/5700414-2-expected.txt:
2604 * platform/mac/editing/execCommand/insert-list-empty-div-expected.txt:
2605 * platform/mac/editing/input/5576619-expected.txt:
2606 * platform/mac/editing/inserting/12882-expected.txt:
2607 * platform/mac/editing/inserting/4840662-expected.txt:
2608 * platform/mac/editing/inserting/4875189-1-expected.txt:
2609 * platform/mac/editing/inserting/4875189-2-expected.txt:
2610 * platform/mac/editing/inserting/4959067-expected.txt:
2611 * platform/mac/editing/inserting/4960120-1-expected.txt:
2612 * platform/mac/editing/inserting/4960120-2-expected.txt:
2613 * platform/mac/editing/inserting/5002441-expected.txt:
2614 * platform/mac/editing/inserting/5058163-2-expected.txt:
2615 * platform/mac/editing/inserting/5156401-2-expected.txt:
2616 * platform/mac/editing/inserting/5549929-2-expected.txt:
2617 * platform/mac/editing/inserting/5549929-3-expected.txt:
2618 * platform/mac/editing/inserting/5607069-2-expected.txt:
2619 * platform/mac/editing/inserting/5607069-3-expected.txt:
2620 * platform/mac/editing/inserting/editable-html-element-expected.txt:
2621 * platform/mac/editing/inserting/editable-inline-element-expected.txt:
2622 * platform/mac/editing/inserting/edited-whitespace-1-expected.txt:
2623 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
2624 * platform/mac/editing/inserting/typing-tab-designmode-forms-expected.txt:
2625 * platform/mac/editing/pasteboard/4806874-expected.txt:
2626 * platform/mac/editing/pasteboard/4861080-expected.txt:
2627 * platform/mac/editing/pasteboard/4944770-1-expected.txt:
2628 * platform/mac/editing/pasteboard/4944770-2-expected.txt:
2629 * platform/mac/editing/pasteboard/4947130-expected.txt:
2630 * platform/mac/editing/pasteboard/4989774-expected.txt:
2631 * platform/mac/editing/pasteboard/5027857-expected.txt:
2632 * platform/mac/editing/pasteboard/5032095-expected.txt:
2633 * platform/mac/editing/pasteboard/5065605-expected.txt:
2634 * platform/mac/editing/pasteboard/5071074-2-expected.txt:
2635 * platform/mac/editing/pasteboard/5071074-expected.txt:
2636 * platform/mac/editing/pasteboard/5075944-2-expected.txt:
2637 * platform/mac/editing/pasteboard/5075944-3-expected.txt:
2638 * platform/mac/editing/pasteboard/5075944-expected.txt:
2639 * platform/mac/editing/pasteboard/5134759-expected.txt:
2640 * platform/mac/editing/pasteboard/5156401-1-expected.txt:
2641 * platform/mac/editing/pasteboard/5247341-expected.txt:
2642 * platform/mac/editing/pasteboard/5387578-expected.txt:
2643 * platform/mac/editing/pasteboard/5478250-expected.txt:
2644 * platform/mac/editing/pasteboard/5483567-expected.txt:
2645 * platform/mac/editing/pasteboard/5601583-1-expected.txt:
2646 * platform/mac/editing/pasteboard/copy-paste-bidi-expected.txt:
2647 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
2648 * platform/mac/editing/pasteboard/merge-after-delete-1-expected.txt:
2649 * platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt:
2650 * platform/mac/editing/pasteboard/merge-after-delete-expected.txt:
2651 * platform/mac/editing/pasteboard/merge-start-blockquote-expected.txt:
2652 * platform/mac/editing/pasteboard/paste-unrendered-select-expected.txt:
2653 * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.txt:
2654 * platform/mac/editing/pasteboard/select-element-1-expected.txt:
2655 * platform/mac/editing/selection/13804-expected.txt:
2656 * platform/mac/editing/selection/14971-expected.txt:
2657 * platform/mac/editing/selection/4397952-expected.txt:
2658 * platform/mac/editing/selection/4818145-expected.txt:
2659 * platform/mac/editing/selection/4866671-expected.txt:
2660 * platform/mac/editing/selection/4889598-expected.txt:
2661 * platform/mac/editing/selection/4895428-1-expected.txt:
2662 * platform/mac/editing/selection/4895428-2-expected.txt:
2663 * platform/mac/editing/selection/4895428-3-expected.txt:
2664 * platform/mac/editing/selection/4895428-4-expected.txt:
2665 * platform/mac/editing/selection/4932260-1-expected.txt:
2666 * platform/mac/editing/selection/4932260-2-expected.txt:
2667 * platform/mac/editing/selection/4932260-3-expected.txt:
2668 * platform/mac/editing/selection/4947387-expected.txt:
2669 * platform/mac/editing/selection/4960116-expected.txt:
2670 * platform/mac/editing/selection/4975120-expected.txt:
2671 * platform/mac/editing/selection/4983858-expected.txt:
2672 * platform/mac/editing/selection/5007143-2-expected.txt:
2673 * platform/mac/editing/selection/5007143-expected.txt:
2674 * platform/mac/editing/selection/5057506-2-expected.txt:
2675 * platform/mac/editing/selection/5057506-expected.txt:
2676 * platform/mac/editing/selection/5076323-1-expected.txt:
2677 * platform/mac/editing/selection/5076323-2-expected.txt:
2678 * platform/mac/editing/selection/5076323-3-expected.txt:
2679 * platform/mac/editing/selection/5081257-1-expected.txt:
2680 * platform/mac/editing/selection/5081257-2-expected.txt:
2681 * platform/mac/editing/selection/5099303-expected.txt:
2682 * platform/mac/editing/selection/5109817-expected.txt:
2683 * platform/mac/editing/selection/5136696-expected.txt:
2684 * platform/mac/editing/selection/5195166-1-expected.txt:
2685 * platform/mac/editing/selection/5195166-2-expected.txt:
2686 * platform/mac/editing/selection/5234383-1-expected.txt:
2687 * platform/mac/editing/selection/5234383-2-expected.txt:
2688 * platform/mac/editing/selection/5240265-expected.txt:
2689 * platform/mac/editing/selection/5333725-expected.txt:
2690 * platform/mac/editing/selection/5354455-1-expected.txt:
2691 * platform/mac/editing/selection/addRange-expected.txt:
2692 * platform/mac/editing/selection/caret-before-select-expected.txt:
2693 * platform/mac/editing/selection/contains-boundaries-expected.txt:
2694 * platform/mac/editing/selection/drag-select-1-expected.txt:
2695 * platform/mac/editing/selection/editable-html-element-expected.txt:
2696 * platform/mac/editing/selection/inconsistent-in-removeChildNode-expected.txt:
2697 * platform/mac/editing/selection/inline-closest-leaf-child-expected.txt:
2698 * platform/mac/editing/selection/mixed-editability-6-expected.txt:
2699 * platform/mac/editing/selection/mixed-editability-7-expected.txt:
2700 * platform/mac/editing/selection/move-by-sentence-linebreak-expected.txt:
2701 * platform/mac/editing/selection/select-all-005-expected.txt:
2702 * platform/mac/editing/selection/table-caret-1-expected.txt:
2703 * platform/mac/editing/selection/table-caret-2-expected.txt:
2704 * platform/mac/editing/selection/table-caret-3-expected.txt:
2705 * platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
2706 * platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
2707 * platform/mac/editing/style/4916887-expected.txt:
2708 * platform/mac/editing/style/5017613-1-expected.txt:
2709 * platform/mac/editing/style/5017613-2-expected.txt:
2710 * platform/mac/editing/style/5046875-1-expected.txt:
2711 * platform/mac/editing/style/5046875-2-expected.txt:
2712 * platform/mac/editing/style/5065910-expected.txt:
2713 * platform/mac/editing/style/5084241-expected.txt:
2714 * platform/mac/editing/style/5091898-expected.txt:
2715 * platform/mac/editing/style/5228141-expected.txt:
2716 * platform/mac/editing/style/5279521-expected.txt:
2717 * platform/mac/editing/style/font-family-with-space-expected.txt:
2718 * platform/mac/editing/style/fontsize-1-expected.txt:
2719 * platform/mac/editing/style/highlight-expected.txt:
2720 * platform/mac/editing/style/non-inheritable-styles-expected.txt:
2721 * platform/mac/editing/undo/5378473-expected.txt:
2722 * platform/mac/fast/block/float/relative-painted-twice-expected.txt:
2723 * platform/mac/fast/dom/delete-contents-expected.txt:
2724 * platform/mac/fast/events/context-no-deselect-expected.txt:
2725 * platform/mac/fast/events/label-focus-expected.txt:
2726 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
2727 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
2728 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
2729 * platform/mac/fast/forms/input-text-double-click-expected.txt:
2730 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
2731 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
2732 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2733 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
2734 * platform/mac/fast/forms/textfield-drag-into-disabled-expected.txt:
2735 * platform/mac/fast/forms/textfield-overflow-expected.txt:
2736 * platform/mac/fast/inline/25277-2-expected.txt:
2737 * platform/mac/fast/inline/25277-expected.txt:
2738 * platform/mac/fast/lists/drag-into-marker-expected.txt:
2739 * platform/mac/fast/overflow/overflow-focus-ring-expected.txt:
2740 * platform/mac/fast/repaint/4776765-expected.txt:
2741 * platform/mac/fast/repaint/selection-after-delete-expected.txt:
2742 * platform/mac/fast/repaint/selection-after-remove-expected.txt:
2743 * platform/qt/editing/deleting/4845371-expected.txt:
2744 * platform/qt/editing/deleting/4866671-expected.txt:
2745 * platform/qt/editing/deleting/4875189-expected.txt:
2746 * platform/qt/editing/deleting/5026848-1-expected.txt:
2747 * platform/qt/editing/deleting/5026848-2-expected.txt:
2748 * platform/qt/editing/deleting/5026848-3-expected.txt:
2749 * platform/qt/editing/deleting/5032066-expected.txt:
2750 * platform/qt/editing/deleting/5091898-expected.txt:
2751 * platform/qt/editing/deleting/5099303-expected.txt:
2752 * platform/qt/editing/deleting/5115601-expected.txt:
2753 * platform/qt/editing/deleting/5126166-expected.txt:
2754 * platform/qt/editing/deleting/5144139-2-expected.txt:
2755 * platform/qt/editing/deleting/5156801-2-expected.txt:
2756 * platform/qt/editing/deleting/5168598-expected.txt:
2757 * platform/qt/editing/deleting/5272440-expected.txt:
2758 * platform/qt/editing/deleting/5300379-expected.txt:
2759 * platform/qt/editing/deleting/5390681-expected.txt:
2760 * platform/qt/editing/deleting/5408255-expected.txt:
2761 * platform/qt/editing/deleting/delete-at-start-or-end-expected.txt:
2762 * platform/qt/editing/deleting/delete-block-table-expected.txt:
2763 * platform/qt/editing/deleting/delete-hr-expected.txt:
2764 * platform/qt/editing/deleting/delete-link-1-expected.txt:
2765 * platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt:
2766 * platform/qt/editing/deleting/delete-to-select-table-expected.txt:
2767 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt:
2768 * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt:
2769 * platform/qt/editing/deleting/merge-no-br-expected.txt:
2770 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
2771 * platform/qt/editing/execCommand/4641880-1-expected.txt:
2772 * platform/qt/editing/execCommand/4641880-2-expected.txt:
2773 * platform/qt/editing/execCommand/4747450-expected.txt:
2774 * platform/qt/editing/execCommand/4786404-1-expected.txt:
2775 * platform/qt/editing/execCommand/4786404-2-expected.txt:
2776 * platform/qt/editing/execCommand/4916402-expected.txt:
2777 * platform/qt/editing/execCommand/4916541-expected.txt:
2778 * platform/qt/editing/execCommand/4916583-expected.txt:
2779 * platform/qt/editing/execCommand/4920488-expected.txt:
2780 * platform/qt/editing/execCommand/4920742-1-expected.txt:
2781 * platform/qt/editing/execCommand/4924441-expected.txt:
2782 * platform/qt/editing/execCommand/5049671-expected.txt:
2783 * platform/qt/editing/execCommand/5062376-expected.txt:
2784 * platform/qt/editing/execCommand/5080333-1-expected.txt:
2785 * platform/qt/editing/execCommand/5080333-2-expected.txt:
2786 * platform/qt/editing/execCommand/5119244-expected.txt:
2787 * platform/qt/editing/execCommand/5120591-expected.txt:
2788 * platform/qt/editing/execCommand/5136770-expected.txt:
2789 * platform/qt/editing/execCommand/5142012-1-expected.txt:
2790 * platform/qt/editing/execCommand/5142012-2-expected.txt:
2791 * platform/qt/editing/execCommand/5142012-3-expected.txt:
2792 * platform/qt/editing/execCommand/5144139-1-expected.txt:
2793 * platform/qt/editing/execCommand/5164796-expected.txt:
2794 * platform/qt/editing/execCommand/5207369-expected.txt:
2795 * platform/qt/editing/execCommand/5210032-expected.txt:
2796 * platform/qt/editing/execCommand/5432254-1-expected.txt:
2797 * platform/qt/editing/execCommand/5432254-2-expected.txt:
2798 * platform/qt/editing/execCommand/insert-list-empty-div-expected.txt:
2799 * platform/qt/editing/inserting/12882-expected.txt:
2800 * platform/qt/editing/inserting/4840662-expected.txt:
2801 * platform/qt/editing/inserting/4875189-1-expected.txt:
2802 * platform/qt/editing/inserting/4875189-2-expected.txt:
2803 * platform/qt/editing/inserting/4959067-expected.txt:
2804 * platform/qt/editing/inserting/4960120-1-expected.txt:
2805 * platform/qt/editing/inserting/4960120-2-expected.txt:
2806 * platform/qt/editing/inserting/5002441-expected.txt:
2807 * platform/qt/editing/inserting/5058163-2-expected.txt:
2808 * platform/qt/editing/inserting/5156401-2-expected.txt:
2809 * platform/qt/editing/inserting/editable-html-element-expected.txt:
2810 * platform/qt/editing/inserting/editable-inline-element-expected.txt:
2811 * platform/qt/editing/inserting/edited-whitespace-1-expected.txt:
2812 * platform/qt/editing/inserting/editing-empty-divs-expected.txt:
2813 * platform/qt/editing/inserting/insert-before-link-1-expected.txt:
2814 * platform/qt/editing/pasteboard/4806874-expected.txt:
2815 * platform/qt/editing/pasteboard/4840662-expected.txt:
2816 * platform/qt/editing/pasteboard/4944770-1-expected.txt:
2817 * platform/qt/editing/pasteboard/4989774-expected.txt:
2818 * platform/qt/editing/pasteboard/5027857-expected.txt:
2819 * platform/qt/editing/pasteboard/5032095-expected.txt:
2820 * platform/qt/editing/pasteboard/5065605-expected.txt:
2821 * platform/qt/editing/pasteboard/5071074-2-expected.txt:
2822 * platform/qt/editing/pasteboard/5071074-expected.txt:
2823 * platform/qt/editing/pasteboard/5075944-2-expected.txt:
2824 * platform/qt/editing/pasteboard/5075944-3-expected.txt:
2825 * platform/qt/editing/pasteboard/5075944-expected.txt:
2826 * platform/qt/editing/pasteboard/5134759-expected.txt:
2827 * platform/qt/editing/pasteboard/5156401-1-expected.txt:
2828 * platform/qt/editing/pasteboard/5245519-expected.txt:
2829 * platform/qt/editing/pasteboard/5247341-expected.txt:
2830 * platform/qt/editing/pasteboard/5387578-expected.txt:
2831 * platform/qt/editing/pasteboard/5478250-expected.txt:
2832 * platform/qt/editing/pasteboard/5483567-expected.txt:
2833 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt:
2834 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt:
2835 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt:
2836 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt:
2837 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt:
2838 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt:
2839 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt:
2840 * platform/qt/editing/selection/13804-expected.txt:
2841 * platform/qt/editing/selection/4397952-expected.txt:
2842 * platform/qt/editing/selection/4818145-expected.txt:
2843 * platform/qt/editing/selection/4866671-expected.txt:
2844 * platform/qt/editing/selection/4889598-expected.txt:
2845 * platform/qt/editing/selection/4895428-2-expected.txt:
2846 * platform/qt/editing/selection/4895428-3-expected.txt:
2847 * platform/qt/editing/selection/4932260-1-expected.txt:
2848 * platform/qt/editing/selection/4932260-2-expected.txt:
2849 * platform/qt/editing/selection/4932260-3-expected.txt:
2850 * platform/qt/editing/selection/4960116-expected.txt:
2851 * platform/qt/editing/selection/4983858-expected.txt:
2852 * platform/qt/editing/selection/5007143-2-expected.txt:
2853 * platform/qt/editing/selection/5007143-expected.txt:
2854 * platform/qt/editing/selection/5076323-1-expected.txt:
2855 * platform/qt/editing/selection/5076323-2-expected.txt:
2856 * platform/qt/editing/selection/5076323-3-expected.txt:
2857 * platform/qt/editing/selection/5081257-1-expected.txt:
2858 * platform/qt/editing/selection/5081257-2-expected.txt:
2859 * platform/qt/editing/selection/5099303-expected.txt:
2860 * platform/qt/editing/selection/5136696-expected.txt:
2861 * platform/qt/editing/selection/5195166-1-expected.txt:
2862 * platform/qt/editing/selection/5195166-2-expected.txt:
2863 * platform/qt/editing/selection/5234383-1-expected.txt:
2864 * platform/qt/editing/selection/5234383-2-expected.txt:
2865 * platform/qt/editing/selection/5240265-expected.txt:
2866 * platform/qt/editing/selection/addRange-expected.txt:
2867 * platform/qt/editing/selection/caret-before-select-expected.txt:
2868 * platform/qt/editing/selection/editable-html-element-expected.txt:
2869 * platform/qt/editing/selection/mixed-editability-6-expected.txt:
2870 * platform/qt/editing/selection/mixed-editability-7-expected.txt:
2871 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt:
2872 * platform/qt/editing/selection/select-all-005-expected.txt:
2873 * platform/qt/editing/selection/table-caret-1-expected.txt:
2874 * platform/qt/editing/selection/table-caret-2-expected.txt:
2875 * platform/qt/editing/selection/table-caret-3-expected.txt:
2876 * platform/qt/editing/style/4916887-expected.txt:
2877 * platform/qt/editing/style/5017613-1-expected.txt:
2878 * platform/qt/editing/style/5017613-2-expected.txt:
2879 * platform/qt/editing/style/5046875-1-expected.txt:
2880 * platform/qt/editing/style/5046875-2-expected.txt:
2881 * platform/qt/editing/style/5065910-expected.txt:
2882 * platform/qt/editing/style/5084241-expected.txt:
2883 * platform/qt/editing/style/5228141-expected.txt:
2884 * platform/qt/editing/style/5279521-expected.txt:
2885 * platform/qt/editing/style/font-family-with-space-expected.txt:
2886 * platform/qt/editing/style/fontsize-1-expected.txt:
2887 * platform/qt/editing/style/highlight-expected.txt:
2888 * platform/qt/editing/style/non-inheritable-styles-expected.txt:
2889 * platform/qt/editing/undo/5378473-expected.txt:
2890 * platform/qt/fast/dom/delete-contents-expected.txt:
2891 * platform/qt/fast/events/label-focus-expected.txt:
2892 * platform/qt/fast/forms/input-appearance-focus-expected.txt:
2893 * platform/qt/fast/forms/input-maxlength-2-expected.txt:
2894 * platform/qt/fast/forms/input-text-click-inside-expected.txt:
2895 * platform/qt/fast/forms/input-text-option-delete-expected.txt:
2896 * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
2897 * platform/qt/fast/forms/textfield-drag-into-disabled-expected.txt:
2898 * platform/qt/fast/forms/textfield-overflow-expected.txt:
2899 * platform/qt/fast/overflow/overflow-focus-ring-expected.txt:
2900 * platform/qt/fast/repaint/4776765-expected.txt:
2901 * platform/qt/fast/repaint/selection-after-delete-expected.txt:
2902 * platform/qt/fast/repaint/selection-after-remove-expected.txt:
2903 * platform/win/editing/deleting/5168598-expected.txt:
2904 * platform/win/editing/inserting/4960120-1-expected.txt:
2905 * platform/win/editing/inserting/5607069-2-expected.txt:
2906 * platform/win/editing/inserting/5607069-3-expected.txt:
2907 * platform/win/editing/inserting/typing-tab-designmode-forms-expected.txt:
2908 * platform/win/editing/pasteboard/4806874-expected.txt:
2909 * platform/win/editing/selection/4895428-3-expected.txt:
2910 * platform/win/editing/selection/5136696-expected.txt:
2911 * platform/win/editing/selection/drag-select-1-expected.txt:
2912 * platform/win/fast/events/context-no-deselect-expected.txt:
2913 * platform/win/fast/events/label-focus-expected.txt:
2914 * platform/win/fast/forms/input-appearance-focus-expected.txt:
2915 * platform/win/fast/forms/input-text-click-inside-expected.txt:
2916 * platform/win/fast/forms/input-text-click-outside-expected.txt:
2917 * platform/win/fast/forms/input-text-double-click-expected.txt:
2918 * platform/win/fast/forms/input-text-drag-down-expected.txt:
2919 * platform/win/fast/forms/input-text-option-delete-expected.txt:
2920 * platform/win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2921 * platform/win/fast/forms/input-text-self-emptying-click-expected.txt:
2922 * platform/win/fast/forms/textfield-drag-into-disabled-expected.txt:
2923 * platform/win/fast/forms/textfield-overflow-expected.txt:
2924 Updated BODY element index in test output (for some tests, it increased because of the
2925 implicitly added <head>, and for others, it decreased because mispositoned <script> is being
2928 * webarchive/adopt-attribute-styled-body-webarchive-expected.webarchive:
2929 * webarchive/archive-empty-frame-dom-expected.webarchive:
2930 Updated to include the implicitly added <head> elements.
2932 2009-05-04 Holger Hans Peter Freyther <zecke@selfish.org>
2934 Disabling accessibility/canvas.html due the lack of a
2935 an AccessibilityController implementation in DRT.
2937 * platform/gtk/Skipped:
2939 2009-05-04 Chris Fleizach <cfleizach@apple.com>
2941 Reviewed by Beth Dakin, Oliver Hunt.
2943 Bug 25557: REGRESSION: Canvas elements are ignored instead of being exposed as AXImage
2944 https://bugs.webkit.org/show_bug.cgi?id=25557
2946 * accessibility/canvas-expected.txt: Added.
2947 * accessibility/canvas.html: Added.
2949 2009-05-04 Kai Brüning <kai@granus.net>
2951 Reviewed by Eric Seidel.
2953 * fast/innerHTML/innerHTML-nbsp-expected.txt: Added.
2954 * fast/innerHTML/innerHTML-nbsp.xhtml: Added.
2956 2009-05-04 Darin Adler <darin@apple.com>
2958 * platform/gtk/Skipped: Disable a test that's timing out.
2960 2009-05-04 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2962 Disabling new tests, as they are failing because of font
2963 configuration mismatch between my machine and the bot.
2965 * platform/gtk/Skipped:
2966 * platform/gtk/editing/spelling/spellcheck-attribute-expected.txt: Removed.
2967 * platform/gtk/svg/text/foreignObject-repaint-expected.txt: Removed.
2969 2009-05-04 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2971 Reviewed by Alexey Proskuryakov.
2973 Add results for two new tests, for the GTK+ port.
2975 * platform/gtk/editing/spelling/spellcheck-attribute-expected.txt: Added.
2976 * platform/gtk/svg/text/foreignObject-repaint-expected.txt: Added.
2978 2009-05-04 Darin Adler <darin@apple.com>
2980 Reviewed by Adam Roben.
2982 * media/video-size-intrinsic-scale-expected.txt: Changed to match test.
2983 * media/video-size-intrinsic-scale.html: Removed doubled "Movie" word.
2985 2009-05-04 Eric Carlson <eric.carlson@apple.com>
2987 Reviewed by Adam Roben.
2989 https://bugs.webkit.org/show_bug.cgi?id=25545
2990 Bug 25545: HTMLMediaElement: display anamorphic video correctly
2992 Added 720x576i PAL anamorphic movie, extended video-size-intrinsic-scale
2993 test to check that it is sized correctly.
2995 * media/content/720x576i-anamorphic.mov: Added.
2996 * media/video-size-intrinsic-scale-expected.txt:
2997 * media/video-size-intrinsic-scale.html:
2999 2009-05-03 Eric Seidel <eric@webkit.org>
3001 No review, just adding missing results.
3003 Add Win results for editing/spelling/spellcheck-attribute
3004 Pixel results are still missing, but I have no easy way
3005 to add them, and the bots aren't generating them currently.
3007 * platform/win/editing/spelling/spellcheck-attribute-expected.txt: Added.
3009 2009-05-03 Hironori Bono <hbono@chromium.org>
3011 Reviewed by Eric Seidel.
3013 Bug 14552: Add a way to disable spell checking for specific element
3014 https://bugs.webkit.org/show_bug.cgi?id=14552
3016 Add a layout test which verifies "spellcheck" attributes work as written
3017 in this specification, "http://damowmow.com/playground/spellcheck.txt".
3018 This test expects the default value of an element is compatible with
3019 Firefox, i.e. inheriting from the parent element.
3021 * editing/spelling/spellcheck-attribute.html: Added.
3022 * platform/mac/editing/spelling/spellcheck-attribute-expected.checksum: Added.
3023 * platform/mac/editing/spelling/spellcheck-attribute-expected.png: Added.
3024 * platform/mac/editing/spelling/spellcheck-attribute-expected.txt: Added.
3026 2009-05-03 Gustavo Noronha Silva <gns@gnome.org>
3028 Three more failing tests caused by the disabling of the others.
3030 * platform/gtk/Skipped:
3032 2009-05-03 Gustavo Noronha Silva <gns@gnome.org>
3034 Disable more tests that fail on the bot, and those which fail when
3035 we disable some. Hopefully this finishes our massage to the
3036 skipped list and we can go back to working on fixing tests now.
3038 * platform/gtk/Skipped:
3040 2009-05-03 Eric Seidel <eric@webkit.org>
3042 Reviewed by Sam Weinig.
3044 Dump more metrics from svgsvgelement-ctm test.
3045 (And break up the first SVG into two SVGs for easier reading of the metrics)
3047 * svg/custom/svgsvgelement-ctm-expected.txt:
3048 * svg/custom/svgsvgelement-ctm.xhtml:
3050 2009-05-03 Gustavo Noronha Silva <gns@gnome.org>
3052 Some tests are still failing on the bot, despite working
3053 locally. Disabling for now.
3055 * platform/gtk/Skipped:
3057 2009-05-03 Zan Dobersek <zandobersek@gmail.com>
3059 Reviewed by Gustavo Noronha.
3061 Enable more tests that succeed and style up the list a bit.
3063 * platform/gtk/Skipped:
3065 2009-05-02 Dan Bernstein <mitz@apple.com>
3067 Reviewed by Darin Adler.
3069 - another test for <rdar://problem/6617298> Typing delete on an unquoted
3070 blank line unquotes the preceding, quoted blank line
3072 * editing/deleting/type-delete-after-quote-2-expected.txt: Added.
3073 * editing/deleting/type-delete-after-quote-2.html: Added.
3075 2009-05-02 Darin Adler <darin@apple.com>
3077 Reviewed by Dan Bernstein.
3079 Bug 25352: REGRESSION(r42322): style isn't applied at bmwusa.com
3080 https://bugs.webkit.org/show_bug.cgi?id=25352
3081 rdar://problem/6823239
3083 * http/tests/mime/resources/style-with-text-css-and-invalid-type.php:
3084 Copied from LayoutTests/http/tests/mime/resources/style-with-charset.php and adapted.
3085 * http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type-expected.txt: Added.
3086 * http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type.html:
3087 Copied from LayoutTests/http/tests/mime/standard-mode-loads-stylesheet-with-empty-content-type.html and adapted.
3089 2009-05-02 Darin Adler <darin@apple.com>
3091 Reviewed by Brady Eidson (except for the non-fast/loading test fixes).
3093 Bug 25491: WebFrame leak when a subframe removes itself
3094 https://bugs.webkit.org/show_bug.cgi?id=25491
3095 rdar://problem/6833859
3097 * fast/loading: Added.
3098 * fast/loading/resources: Added.
3099 * fast/loading/resources/subframe-that-removes-itself.html: Added.
3100 * fast/loading/subframe-removes-itself-expected.txt: Added.
3101 * fast/loading/subframe-removes-itself.html: Added.
3103 * fast/frames/location-put-after-removal-expected.txt: Updated.
3104 For some reason, fixing the loader sequence results in output that has one more blank line.
3106 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html:
3107 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html:
3108 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html:
3109 Updated tests so they don't terminate when the partial load of the subframe completes, but
3110 rather wait until the subsequent load of about:blank occurs.
3112 * platform/gtk/Skipped: Skip loading tests.
3114 2009-05-02 Gustavo Noronha Silva <gns@gnome.org>
3116 Skip test that sometimes fails in GTK+.
3118 * platform/gtk/Skipped:
3120 2009-05-02 Gustavo Noronha Silva <gns@gnome.org>
3122 Skip new test that does not represent a regression.
3124 * platform/gtk/Skipped:
3126 2009-04-30 Kevin McCullough <kmccullough@apple.com>
3128 Reviewed by Adele Peterson and Darin Adler.
3130 <rdar://problem/4815598> Stuck in double spacing mode after pasting a
3131 paragraph with padding/margin (or table mode !)
3133 A lot of the issues in this bug were resolved on Mail's side by using
3134 WebKit to convert to plain text. This is the final issue, that floating
3135 style stays on copied nodes causing them to float when they are pasted
3136 which is not what the user intended.
3138 * editing/pasteboard/copy-paste-float-expected.txt: Added.
3139 * editing/pasteboard/copy-paste-float.html: Added.
3141 2009-05-01 Jan Michael Alonzo <jmalonzo@webkit.org>
3143 Skip the following failing tests:
3144 fast/replaced/table-percent-height-text-controls.html
3145 media/video-document-types.html
3147 * platform/gtk/Skipped:
3149 2009-04-30 Gavin Barraclough <barraclough@apple.com>
3151 Reviewed by Geoff Garen.
3153 Add layout test for rdar:/68455379.
3155 * fast/js/regexp-range-bound-ffff-expected.txt: Added.
3156 * fast/js/regexp-range-bound-ffff.html: Added.
3157 * fast/js/resources/regexp-range-bound-ffff.js: Added.
3159 2009-04-30 Eric Carlson <eric.carlson@apple.com>
3161 Reviewed by Simon Fraser.
3163 MediaDocument falls back to plug-in unnecessarily
3164 https://bugs.webkit.org/show_bug.cgi?id=25504
3165 <rdar://problem/6844702>
3167 Test case for MediaDocument with previously unsupported track
3168 types. Disabled on Windows for now until https://bugs.webkit.org/show_bug.cgi?id=25220
3171 * media/content/counting.mp4: Added.
3172 * media/video-document-types-expected.txt: Added.
3173 * media/video-document-types.html: Added.
3174 * platform/win/Skipped:
3176 2009-04-30 Ojan Vafai <ojan@chromium.org>
3178 Reviewed by Eric Seidel.
3180 Fix tests that depend on Mac-specific metrics now that text controls
3181 are sized according to font metrics (r43007).
3183 Fixes https://bugs.webkit.org/show_bug.cgi?id=25474.
3185 * fast/forms/textarea-appearance-wrap-expected.txt:
3186 * fast/forms/textarea-appearance-wrap.html:
3187 This test only really cares that a line-wrap character is submitted
3188 with forms that have the appropriate wrap value and not with other forms.
3189 So checking that the submit contents have a line-wrap character, instead of
3190 looking for it in a specific place, is sufficient. This gets around that we
3191 wrap in a different place in some cases on Mac and Windows.
3193 * fast/forms/textarea-hard-linewrap-expected.txt: Removed.
3194 * fast/forms/textarea-hard-linewrap.html: Removed.
3195 This test is redundant with fast/forms/textarea-appearance-wrap.html.
3197 * fast/replaced/table-percent-height-expected.txt:
3198 * fast/replaced/table-percent-height-text-controls-expected.txt: Added.
3199 * fast/replaced/table-percent-height-text-controls.html: Added.
3200 * fast/replaced/table-percent-height.html:
3201 Pulled out the cases in table-percent-height.html that had text controls and moved
3202 them into their own test. The new test doesn't assert specific metrics, it just
3203 spits them out. This allows us to have different expected results for Windows and
3204 Mac without having "FAIL" messages in the expected results. It's not perfect, but
3205 it seems better than any alternatives I could come up with. We do still print "FAIL"
3206 if the results don't match any platform.
3208 * platform/win/Skipped:
3209 * platform/win/fast/replaced/table-percent-height-text-controls-expected.txt: Added.
3211 2009-04-30 Simon Fraser <simon.fraser@apple.com>
3213 Reviewed by Darin Adler
3215 <rdar://problem/6839338> VoiceOver does not take into account transforms when drawing outlines
3217 Test accessibility bounding box with CSS transforms.
3219 * accessibility/transformed-element-expected.txt: Added.
3220 * accessibility/transformed-element.html: Added.
3222 2009-04-30 Darin Adler <darin@apple.com>
3224 Reviewed by Sam Weinig.
3226 Add a first text iterator test. We'll add more later.
3227 This test includes some known expected failures. At some point we'll fix those.
3229 * editing/text-iterator: Added.
3230 * editing/text-iterator/basic-iteration-expected.txt: Added.
3231 * editing/text-iterator/basic-iteration.html: Added.
3232 * editing/text-iterator/resources: Added.
3233 * editing/text-iterator/resources/TEMPLATE.html: Copied from editing/selection/resources/TEMPLATE.html.
3234 * editing/text-iterator/resources/basic-iteration.js: Added.
3236 * platform/gtk/Skipped: Skip editing/text-iterator since only Mac DumpRenderTree has this at the moment.
3237 * platform/qt/Skipped: Ditto.
3238 * platform/win/Skipped: Ditto.
3240 2009-04-30 Sam Weinig <sam@webkit.org>
3242 Reviewed by Alexey Proskuryakov.
3244 Test for bug where the WorkerLocation and WorkerNavigator wrappers would be
3245 collected even if the WorkerContext is still alive.
3247 * fast/workers/worker-context-gc-expected.txt: Added.
3248 * fast/workers/worker-context-gc.html: Added.
3250 2009-04-30 Alexey Proskuryakov <ap@webkit.org>
3252 Reviewed by Darin Adler.
3254 https://bugs.webkit.org/show_bug.cgi?id=25379
3255 <rdar://problem/6809460> REGRESSION (r41772): Selecting a bank in American Express Pay Bill fails
3257 * fast/forms/multiple-selected-options-innerHTML-expected.txt: Added.
3258 * fast/forms/multiple-selected-options-innerHTML.html: Added.
3260 2009-04-30 Dan Bernstein <mitz@apple.com>
3262 Reviewed by Simon Fraser.
3264 - updated results for https://bugs.webkit.org/show_bug.cgi?id=25476
3265 <rdar://problem/6841919> REGRESSION (r42987): Welcome to Safari 4
3266 animation is jittery
3268 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
3269 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3270 * platform/mac/svg/custom/focus-ring-expected.checksum:
3271 * platform/mac/svg/custom/focus-ring-expected.png:
3272 * platform/mac/svg/custom/image-small-width-height-expected.checksum:
3273 * platform/mac/svg/custom/image-small-width-height-expected.png:
3275 2009-04-30 Brady Eidson <beidson@apple.com>
3277 Reviewed by Maciej Stachowiak
3279 Test for <rdar://problem/3785248> http://www.greekembassy.org/ gets in an infinite reload loop
3280 https://bugs.webkit.org/show_bug.cgi?id=21193
3282 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution-expected.txt: Added.
3283 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution.html: Added.
3285 2009-04-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3287 Skip one more video test that sometimes fails.
3289 * platform/gtk/Skipped:
3291 2009-04-30 Adam Roben <aroben@apple.com>
3293 Add a sometimes-timing-out test to the Windows skipped file
3295 See Bug 25483: http/tests/navigation/redirect-cycle.html sometimes
3296 times out on Windows
3297 <https://bugs.webkit.org/show_bug.cgi?id=25483>
3299 * platform/win/Skipped: Added
3300 http/tests/navigation/redirect-cycle.html.
3302 2009-04-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3304 Skip two more tests that I had accidentaly generated results for,
3307 * platform/gtk/Skipped:
3309 2009-04-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3311 Also disable new tests, and tests that are using stderr.
3313 * platform/gtk/Skipped:
3315 2009-04-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3317 Disabling more video tests that seem to come and go.
3319 * platform/gtk/Skipped:
3321 2009-04-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3323 Hopefully last try making the bot green.
3325 * platform/gtk/Skipped:
3327 2009-04-30 Ariya Hidayat <ariya.hidayat@nokia.com>
3329 Rubber-stamped by Simon Hausmann.
3331 [Qt] Exclude canvas-putImageData.html from the skipped list since
3332 Canvas's putImageData is implemented in r41355 already.
3334 * platform/qt/Skipped: Removed canvas-putImageData.html.
3336 2009-04-29 Sam Weinig <sam@webkit.org>
3338 Reviewed by Oliver Hunt.
3340 Test for https://bugs.webkit.org/show_bug.cgi?id=25440
3341 setTimeout should stringify non-string/non-function first arguments
3343 * fast/dom/Window/setTimeout-string-argument-expected.txt: Added.
3344 * fast/dom/Window/setTimeout-string-argument.html: Added.
3346 2009-04-29 Dan Bernstein <mitz@apple.com>
3348 Reviewed by Simon Fraser.
3350 - test and updated results for <rdar://problem/6609509> Select All and
3351 then Delete should put Mail editing back into the same state as a new
3354 * editing/deleting/in-visibly-empty-root-expected.txt: Added.
3355 * editing/deleting/in-visibly-empty-root.html: Added.
3356 * platform/mac/editing/deleting/delete-at-start-or-end-expected.txt:
3358 2009-04-23 Eric Seidel <eric@webkit.org>
3360 Reviewed by Oliver Hunt.
3362 Re-write image-clipped-hit.svg to be dumpAsText() (and clean up the code to be less insane)
3364 * platform/mac/svg/custom/image-clipped-hit-expected.checksum: Removed.
3365 * platform/mac/svg/custom/image-clipped-hit-expected.png: Removed.
3366 * platform/mac/svg/custom/image-clipped-hit-expected.txt: Removed.
3367 * platform/qt/svg/custom/image-clipped-hit-expected.txt: Removed.
3368 * svg/custom/image-clipped-hit.svg:
3370 2009-04-29 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3372 Second try at making the bot green.
3374 * platform/gtk/Skipped:
3376 2009-04-29 Xiaomei Ji <xji@chromium.org>
3378 Reviewed by Dan Bernstein.
3380 Fix https://bugs.webkit.org/show_bug.cgi?id=24168
3381 RTL: Home/End key does not behave correctly in mixed bidi text in RTL document
3383 * editing/selection/extend-selection-expected.txt: Added result for extend in
3385 * editing/selection/extend-selection.html: Added test cases and script for extend
3387 * editing/selection/home-end-expected.txt: Added.
3388 * editing/selection/home-end.html: Added.
3390 2009-04-29 Ojan Vafai <ojan@chromium.org>
3392 Reviewed by Eric Seidel.
3394 Fix this test to only use a setTimeout in IE. It doesn't need a timeout in WebKit
3395 and the timeout requires using waitUntilDone/notifyDone, which doesn't play
3396 nicely with JS tests.
3398 See https://bugs.webkit.org/show_bug.cgi?id=25471
3400 * fast/forms/resources/textarea-metrics.js:
3401 (assertTextareaMetrics):
3402 * fast/forms/textarea-metrics-expected.txt:
3403 * platform/win/fast/forms/textarea-metrics-expected.txt:
3404 * platform/win/Skipped:
3406 2009-04-29 Ojan Vafai <ojan@chromium.org>
3408 Reviewed by Eric Seidel.
3410 Put this file in the right place to fix the bot failure.
3412 * platform/mac-tiger/fast/forms/text-control-intrinsic-widths-expected.txt: Renamed from LayoutTests/platform/mac-tiger/text-control-intrinsic-widths-expected.txt.
3414 2009-04-29 Ojan Vafai <ojan@chromium.org>
3416 Reviewed by Eric Seidel.
3418 Skip fast/forms/textarea-metrics.html. It's printing the TEST PASSED
3419 before the test is finished. There's a race with any JS tests that
3420 use setTimeout. Fortunately, this test doesn't need the setTimeout,
3421 so it's easy to fix.
3423 See https://bugs.webkit.org/show_bug.cgi?id=25471
3425 * platform/win/Skipped:
3427 2009-04-29 Eric Seidel <eric@webkit.org>
3429 No review, rolling out a patch.
3431 Revert http://trac.webkit.org/changeset/43019
3433 New tests failed because I removed the tabs from them
3434 when landing (since we avoid tabs in WebKit files).
3435 I couldn't tell if the new results were correct with
3438 * editing/selection/extend-selection-expected.txt:
3439 * editing/selection/extend-selection.html:
3440 * editing/selection/home-end-expected.txt: Removed.
3441 * editing/selection/home-end.html: Removed.
3443 2009-04-29 Eric Seidel <eric@webkit.org>
3445 No review, rolling out a patch.
3447 Revert 43020 as it caused accessibility/lists.html to fail
3448 and no one is around to tell me if it's a progression or not.
3450 * platform/win/accessibility/listitem-role-expected.txt: Removed.
3451 * platform/win/accessibility/listitem-role.html: Removed.
3453 2009-04-29 Sankar Aditya Tanguturi <sankaraditya@gmail.com>
3455 Reviewed by Jon Honeycutt.
3457 Add a new accessibility role for list items. Part of
3458 http://bugs.webkit.org/show_id.cgi?id=20013
3460 * platform/win/accessibility: Added a new directory to add
3461 windows specific test case.
3462 * platform/win/accessibility/listitem-role-expected.txt: Added. This
3463 test case is added to check if role attribute of list item elements is
3464 populated correctly or not.
3465 * platform/win/accessibility/listitem-role.html: Added. This file
3466 contains the expected output for the new test case that is added in
3469 2009-04-29 Xiaomei Ji <xji@chromium.org>
3471 Reviewed by Dan Bernstein.
3473 Fix https://bugs.webkit.org/show_bug.cgi?id=24168
3474 RTL: Home/End key does not behave correctly in mixed bidi text in RTL document
3476 * editing/selection/extend-selection-expected.txt: Added result for extend in
3478 * editing/selection/extend-selection.html: Added test cases and script for extend
3480 * editing/selection/home-end-expected.txt: Added.
3481 * editing/selection/home-end.html: Added.
3483 2009-04-29 Sankar Aditya Tanguturi <sankaraditya@gmail.com>
3485 Reviewed by Adele Peterson.
3487 Populate the role attribute for document objects correctly
3488 on windows. Added a new test case for this fix. This fix is
3489 specific for windows. So, added a new test case in windows
3491 https://bugs.webkit.org/show_bug.cgi?id=23583
3493 * platform/win/accessibility: Added a new directory i.e. accessibility.
3494 * platform/win/accessibility/document-role-expected.txt: Added a new
3495 test case for populating role attribute of document objects.
3496 * platform/win/accessibility/document-role.html: This file represents
3497 the expected output for the test case that is added.
3499 2009-04-29 Mike Belshe <mike@belshe.com>
3501 Reviewed by Eric Seidel.
3503 Update location while page is loading.
3504 https://bugs.webkit.org/show_bug.cgi?id=21597
3506 * fast/dom/Window/window-open-pending-url-expected.txt:
3507 * fast/dom/location-new-window-no-crash-expected.txt:
3508 * fast/dom/resources/location-new-window-no-crash.js:
3510 2009-04-29 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3512 Rubber-stamped by Mark Rowe.
3514 Disable failing tests to make the bot green for its new debut, so
3515 that we can more easily track regressions.
3517 * platform/gtk/Skipped:
3519 2009-04-28 Ojan Vafai <ojan@chromium.org>
3521 Reviewed by Dan Bernstein.
3523 Make textarea and text input metrics more closely match IEs.
3525 textarea-metrics.js tests the client/scroll/offset width and height
3526 of textareas with various CSS applied to them in both quirks
3529 svg-fonts-in-text-controls tests that the average and max character
3530 width of an svg font are correctly retrieved.
3532 text-control-intrinsic-widths tests the widths of inputs and textareas with
3533 different size/cols and different fonts set.
3535 Also, there are 3 tests that have Mac-specific metrics in their asserts.
3536 The results are actually correct for Windows, so I've added them
3537 to the Skipped list and promise I'll fix them in the next couple days.
3538 It's just hard to manage a change that requires updating such a large
3539 number of test expectations. The three tests are:
3540 fast/forms/textarea-appearance-wrap.html
3541 fast/forms/textarea-hard-linewrap.html
3542 fast/replaced/table-percent-height.html
3544 Excluding list of updated results as the list is so long.
3546 2009-04-29 Oliver Hunt <oliver@apple.com>
3548 Reviewed by Steve Falkenburg.
3550 Add a test case for non-string value for Function.displayName in the profiler.
3552 * fast/profiler/named-functions-with-display-names-expected.txt:
3553 * fast/profiler/named-functions-with-display-names.html:
3555 2009-04-29 Eric Carlson <eric.carlson@apple.com>
3557 Disable media/video-zoom-controls.html on Windows for now.
3559 * platform/win/Skipped: add media/video-zoom-controls.html.
3561 2009-04-29 Ariya Hidayat <ariya.hidayat@nokia.com>
3563 Reviewed by Simon Fraser.
3565 Updated expected results after Qt's GraphicsContext fixes.
3567 * platform/qt/fast/canvas/set-colors-expected.txt:
3569 2009-04-28 Alexey Proskuryakov <ap@webkit.org>
3571 Fix the test for <https://bugs.webkit.org/show_bug.cgi?id=25420> - I broke it when
3572 experimenting with other aspects of the issue, so it didn't check what it should have checked.
3574 * http/tests/xmlhttprequest/detaching-frame-2.html:
3576 2009-04-28 David Carson <dacarson@apple.com>
3578 Reviewed by David Kilzer.
3580 Restore alignment to device pixel boundaries.
3581 https://bugs.webkit.org/show_bug.cgi?id=25458
3583 Updated test results with progressions.
3585 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
3586 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3587 Yin-yang image shifted slightly to pixel boundaries.
3589 * platform/mac/svg/custom/focus-ring-expected.checksum:
3590 * platform/mac/svg/custom/focus-ring-expected.png:
3591 Focus rings drawn around rotated "focus text" and checkered
3592 images shifted slightly to pixel boundaries.
3594 * platform/mac/svg/custom/image-small-width-height-expected.checksum:
3595 * platform/mac/svg/custom/image-small-width-height-expected.png:
3596 Checkered images shifted slightly to pixel boundaries.
3598 2009-04-28 David Kilzer <ddkilzer@apple.com>
3600 Added missing pixel test results.
3602 * platform/mac/fast/css-generated-content/beforeAfter-interdocument-expected.checksum: Added.
3603 * platform/mac/fast/css-generated-content/beforeAfter-interdocument-expected.png: Added.
3604 * platform/mac/fast/table/cell-coalescing-expected.checksum: Added.
3605 * platform/mac/fast/table/cell-coalescing-expected.png: Added.
3606 * platform/mac/webarchive/adopt-attribute-styled-body-webarchive-expected.checksum: Added.
3607 * platform/mac/webarchive/adopt-attribute-styled-body-webarchive-expected.png: Added.
3608 * platform/mac/webarchive/adopt-attribute-styled-node-webarchive-expected.checksum: Added.
3609 * platform/mac/webarchive/adopt-attribute-styled-node-webarchive-expected.png: Added.
3610 * platform/mac/webarchive/adopt-inline-styled-node-webarchive-expected.checksum: Added.
3611 * platform/mac/webarchive/adopt-inline-styled-node-webarchive-expected.png: Added.
3613 2009-04-28 Alexey Proskuryakov <ap@webkit.org>
3615 Reviewed by Darin Adler.
3617 https://bugs.webkit.org/show_bug.cgi?id=25420
3618 <rdar://problem/6829570> REGRESSION: XMLHttpRequest allows loading from another origin
3620 The test in intentionally vague, as the behavior is not fully specified yet, and any way to
3621 prevent cross-origin load is fine for now.
3623 * http/tests/xmlhttprequest/detaching-frame-2-expected.txt: Added.
3624 * http/tests/xmlhttprequest/detaching-frame-2.html: Added.
3625 * http/tests/xmlhttprequest/resources/echo-host.php: Added.
3627 2009-04-28 Eric Seidel <eric@webkit.org>
3629 Reviewed by Simon Fraser.
3631 Add a couple table hit tests
3632 https://bugs.webkit.org/show_bug.cgi?id=21892
3634 * svg/hittest/svg-inside-display-table-expected.txt: Added.
3635 * svg/hittest/svg-inside-display-table.xhtml: Added.
3636 * svg/hittest/svg-inside-table-expected.txt: Added.
3637 * svg/hittest/svg-inside-table.xhtml: Added.
3639 2009-04-28 Adele Peterson <adele@apple.com>
3641 Reviewed by Darin Adler.
3643 Test for <rdar://problem/6617298> Typing delete on an unquoted blank line unquotes the preceding, quoted blank line
3645 * editing/deleting/type-delete-after-quote.html: Added.
3646 * platform/mac/editing/deleting/delete-4038408-fix-expected.txt: This expected result change reflects a change in how the editing is done,
3647 but the document structure remains the same, and there are no visible changes to the result.
3648 * platform/mac/editing/deleting/type-delete-after-quote-expected.checksum: Added.
3649 * platform/mac/editing/deleting/type-delete-after-quote-expected.png: Added.
3650 * platform/mac/editing/deleting/type-delete-after-quote-expected.txt: Added.
3652 2009-04-28 Eric Seidel <eric@webkit.org>
3654 Reviewed by Simon Fraser.
3656 Add text gradient test to cover
3657 https://bugs.webkit.org/show_bug.cgi?id=25403
3659 * platform/mac/svg/text/text-gradient-positioning-expected.checksum: Added.
3660 * platform/mac/svg/text/text-gradient-positioning-expected.png: Added.
3661 * platform/mac/svg/text/text-gradient-positioning-expected.txt: Added.
3662 * svg/text/text-gradient-positioning.svg: Added.
3664 2009-04-28 Eric Seidel <eric@webkit.org>
3666 Reviewed by David Hyatt.
3668 Add text repaint test to cover
3669 https://bugs.webkit.org/show_bug.cgi?id=16188
3671 * platform/mac/svg/text/text-repaint-rects-expected.checksum: Added.
3672 * platform/mac/svg/text/text-repaint-rects-expected.png: Added.
3673 * platform/mac/svg/text/text-repaint-rects-expected.txt: Added.
3674 * svg/text/text-repaint-rects.xhtml: Added.
3676 2009-04-28 Brady Eidson <beidson@apple.com>
3678 Reviewed by Darin Adler
3680 <rdar://problem/6643219> Crashes after moving nodes between documents with Safari 4 Beta installed
3682 * webarchive/adopt-attribute-styled-body-webarchive-expected.webarchive: Added.
3683 * webarchive/adopt-attribute-styled-body-webarchive.html: Added.
3684 * webarchive/resources/adopt-attribute-styled-body-iframe.html: Added.
3685 * webarchive/resources/adopt-attribute-styled-body-second-window.html: Added.
3687 * webarchive/adopt-attribute-styled-node-webarchive-expected.webarchive: Added.
3688 * webarchive/adopt-attribute-styled-node-webarchive.html: Added.
3689 * webarchive/resources/adopt-attribute-styled-node-second-window.html: Added.
3691 * webarchive/adopt-inline-styled-node-webarchive-expected.webarchive: Added.
3692 * webarchive/adopt-inline-styled-node-webarchive.html: Added.
3693 * webarchive/resources/adopt-inline-styled-node-second-window.html: Added.
3695 2009-04-27 Eric Seidel <eric@webkit.org>
3697 Reviewed by Sam Weinig.
3699 Fix foreignObject transform order
3700 https://bugs.webkit.org/show_bug.cgi?id=25433
3702 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.checksum:
3703 * platform/mac-leopard/svg/custom/foreign-object-skew-expected.png:
3704 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
3705 * platform/mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
3706 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
3707 * platform/mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
3708 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
3709 * platform/mac/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
3710 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
3711 * platform/mac/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
3712 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
3713 * platform/mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
3714 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
3715 * platform/mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
3716 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
3717 * platform/mac/svg/custom/use-on-non-svg-namespaced-element-expected.png:
3719 2009-04-27 Eric Seidel <eric@webkit.org>
3721 Reviewed by Simon Fraser.
3723 Simplify how SVG containers paint
3724 https://bugs.webkit.org/show_bug.cgi?id=25431
3726 All three of these changes are progressions.
3727 We're now respecting border and padding in absoluteTransform()
3728 which changes the dumped coordinates for these tests.
3730 * platform/mac/svg/custom/circle-move-invalidation-expected.txt: 1px border causes path offset
3731 * platform/mac/svg/custom/svg-float-border-padding-expected.txt: now respects 20px of border/padding
3732 * platform/mac/svg/custom/viewport-update2-expected.txt: now respects 5px of border/padding, SVG origin is effectively 5,5 (not 0,0)
3734 2009-04-28 Chris Fleizach <cfleizach@apple.com>
3736 Reviewed by Darin Alder.
3738 Bug 25453: AX: fall back to PLACEHOLDER attr if form element is not labeled
3739 https://bugs.webkit.org/show_bug.cgi?id=25453
3741 * accessibility/placeholder-expected.txt: Added.
3742 * accessibility/placeholder.html: Added.
3744 2009-04-28 Chris Fleizach <cfleizach@apple.com>
3746 Reviewed by Darin Adler.
3748 Bug 25452: AX: Don't create addition space AXStaticText element for every bold or link tag
3749 https://bugs.webkit.org/show_bug.cgi?id=25452
3751 * accessibility/ignore-spacer-elements-expected.txt: Added.
3752 * accessibility/ignore-spacer-elements.html: Added.
3753 * platform/mac/accessibility/internal-link-anchors2-expected.txt:
3755 2009-04-28 Chris Fleizach <cfleizach@apple.com>
3757 Reviewed by Darin Adler.
3759 Bug 25449: AX: Respect the alt tag of ARIA button as AXDescription
3760 https://bugs.webkit.org/show_bug.cgi?id=25449
3762 * accessibility/img-aria-button-alt-tag-expected.txt: Added.
3763 * accessibility/img-aria-button-alt-tag.html: Added.
3765 2009-04-28 Eric Carlson <eric.carlson@apple.com>
3767 Reviewed by Adam Roben
3769 <rdar://problem/6769968> media/video-size-intrinsic-scale.html fails on Windows
3770 https://bugs.webkit.org/show_bug.cgi?id=25094
3772 * platform/win/Skipped: Re-enable video-size-intrinsic-scale.html.
3774 2009-04-27 Sam Weinig <sam@webkit.org>
3776 Reviewed by Mark Rowe.
3778 Disable test intermittent failing test.
3780 * svg/custom/filter-source-alpha.svg: Removed.
3781 * svg/custom/filter-source-alpha.svg-disabled: Copied from svg/custom/filter-source-alpha.svg.
3783 2009-04-27 Pierre d'Herbemont <pdherbemont@apple.com>
3785 Reviewed by Simon Fraser
3787 Fix video-played.html layout test.
3789 https://bugs.webkit.org/show_bug.cgi?id=25424
3791 We implement playForMillisecs() which makes sure the video
3792 will have been playing for a minimum time.
3794 Note, this does not ensure a strict synchronization between the time
3795 asked and the media playback. But given that media playback is the
3796 slow part we just need to compensate for the delay involved by playback.
3797 (And not the other way around.)
3799 Moreover, we split the test in 3 in order to be more gentle which
3800 slower machines that may tend to timeout more easily on those tests.
3802 * media/video-played-collapse-expected.txt: Added.
3803 * media/video-played-collapse.html: Added.
3804 * media/video-played-expected.txt:
3805 * media/video-played-reset-expected.txt: Added.
3806 * media/video-played-reset.html: Added.
3807 * media/video-played.html:
3808 - Split tests in multiple files.
3809 - Makes sure we always play as much as requested by using
3811 * media/video-played.js: Added.
3816 (willCreateNewRange):
3817 (startPlayingInNewRange):
3821 (playForMillisecs.callPauseIfTimeIsReached):
3825 2009-04-27 Beth Dakin <bdakin@apple.com>
3827 Reviewed by Dave Hyatt.
3829 Test for <rdar://problem/6709057> REGRESSION (4PB-TOT): http://www.winway.com/main3/support/faq.aspx selector doesn't look right or work
3831 * fast/css/nested-layers-with-hover.html: Added.
3832 * platform/mac/fast/css/nested-layers-with-hover-expected.checksum: Added.
3833 * platform/mac/fast/css/nested-layers-with-hover-expected.png: Added.
3834 * platform/mac/fast/css/nested-layers-with-hover-expected.txt: Added.
3836 2009-04-23 Simon Fraser <simon.fraser@apple.com>
3838 https://bugs.webkit.org/show_bug.cgi?id=22242
3840 Add pixel test for zoomed video with controls, with and without a transform.
3842 * media/video-zoom-controls.html: Added.
3843 * platform/mac/media/video-zoom-controls-expected.checksum: Added.
3844 * platform/mac/media/video-zoom-controls-expected.png: Added.
3845 * platform/mac/media/video-zoom-controls-expected.txt: Added.
3847 2009-04-27 Simon Fraser <simon.fraser@apple.com>
3849 Reviewed by Adele Peterson
3851 <rdar://problem/6822225> Full page zooming of <video> element in the browser window doesn't work well
3853 Skip the test added for https://bugs.webkit.org/show_bug.cgi?id=25029, which will
3854 get re-enabled once <rdar://problem/6822344> is fixed.
3856 * platform/mac/Skipped:
3858 2009-04-27 Chris Fleizach <cfleizach@apple.com>
3860 Reviewed by Beth Dakin.
3862 Bug 25428: 5 crashes in DumpRenderTree at com.apple.WebCore • -[AccessibilityObjectWrapper accessibilityAttributeValue:] + 830
3863 https://bugs.webkit.org/show_bug.cgi?id=25428
3865 Re-enable test that was crashing
3867 * platform/mac-snowleopard/Skipped:
3869 2009-04-26 Sam Weinig <sam@webkit.org>
3871 Reviewed by Dan Bernstein.
3873 Tests for https://bugs.webkit.org/show_bug.cgi?id=25412
3874 The Window object should be an EventTarget
3876 * fast/dom/Window/dispatchEvent-expected.txt: Added.
3877 * fast/dom/Window/dispatchEvent.html: Added.
3878 * fast/dom/Window/resources/dispatchEvent.js: Added.
3879 * fast/dom/Window/window-properties-expected.txt
3880 * platform/mac-leopard/fast/dom/Window/window-properties-expected.txt:
3882 2009-04-25 Gustavo Noronha Silva <gns@gnome.org>
3884 Go back to disabling accessibility tests as a whole, since we have
3885 no real way of checking them, and no accessibilityController
3888 * platform/gtk/Skipped:
3890 2009-04-25 Gustavo Noronha Silva <gns@gnome.org>
3892 Disable tests that need eventSender, not yet implemented in our
3895 * platform/gtk/Skipped:
3897 2009-04-25 Simon Fraser <simon.fraser@apple.com>
3899 Reviewed by Darin Adler
3901 https://bugs.webkit.org/show_bug.cgi?id=25390
3903 Testcase for point mapping with transform and perspective
3904 with a non-transformed element in between.
3906 * transforms/3d/point-mapping/3d-point-mapping-3.html: Added.
3908 2009-04-25 Adele Peterson <adele@apple.com>
3910 Reviewed by Oliver Hunt.
3912 Test for <rdar://problem/6712771> REGRESSION(34681): Text is no longer underlined after delete
3913 https://bugs.webkit.org/show_bug.cgi?id=25396
3915 * editing/deleting/delete-br-013.html: Added.
3916 * platform/mac/editing/deleting/delete-br-013-expected.checksum: Added.
3917 * platform/mac/editing/deleting/delete-br-013-expected.png: Added.
3918 * platform/mac/editing/deleting/delete-br-013-expected.txt: Added.
3920 2009-04-24 Pierre d'Herbemont <pdherbemont@apple.com>
3922 Reviewed by Simon Fraser
3924 https://bugs.webkit.org/show_bug.cgi?id=25380
3926 Fixed a race condition on the first 'played' attribute test start.
3928 Previously we were starting nearly right away to play, and probably
3929 before receiving the 'canplay' event. Now we ensure we'll wait for
3930 that 'canplay' event before attempting to play.
3932 * media/video-played-expected.txt: Updated
3933 * media/video-played.html:
3935 2009-04-24 Geoffrey Garen <ggaren@apple.com>
3937 Rubber stamped by Eric Seidel.
3939 Updated test to turn the buildbot green after Eric's last check-in.
3941 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
3943 2009-04-24 Eric Seidel <eric@webkit.org>
3945 Reviewed by Simon Fraser.
3947 https://bugs.webkit.org/show_bug.cgi?id=25383
3948 Changing SVG size via JS does not update CSS width/height
3950 Update viewport-update2.svg to include a border
3951 (and thus make the bug visually obvious)
3953 * platform/mac/svg/custom/viewport-update2-expected.checksum:
3954 * platform/mac/svg/custom/viewport-update2-expected.png:
3955 * platform/mac/svg/custom/viewport-update2-expected.txt:
3956 * svg/custom/viewport-update2.svg:
3958 2009-04-24 Eric Seidel <eric@webkit.org>
3960 Reviewed by Simon Fraser.
3962 Fix RenderSVGImage to dump with full bounds and style information
3963 https://bugs.webkit.org/show_bug.cgi?id=25377
3965 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
3966 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
3967 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
3968 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
3969 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
3970 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
3971 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
3972 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
3973 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
3974 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
3975 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
3976 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
3977 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
3978 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
3979 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
3980 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
3981 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
3982 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
3983 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
3984 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
3985 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
3986 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
3987 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
3988 * platform/mac/svg/carto.net/scrollbar-expected.txt:
3989 * platform/mac/svg/carto.net/selectionlist-expected.txt:
3990 * platform/mac/svg/custom/focus-ring-expected.txt:
3991 * platform/mac/svg/custom/group-opacity-expected.txt:
3992 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
3993 * platform/mac/svg/custom/image-parent-translation-expected.txt:
3994 * platform/mac/svg/custom/image-small-width-height-expected.txt:
3995 * platform/mac/svg/custom/image-with-aspect-ratio-stretch-expected.txt:
3996 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
3997 * platform/mac/svg/custom/pointer-events-image-expected.txt:
3998 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt:
3999 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
4000 * platform/mac/svg/custom/text-image-opacity-expected.txt:
4001 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt:
4003 2009-04-24 Pierre d'Herbemont <pdherbemont@apple.com>
4005 Reviewed by Simon Fraser
4007 <rdar://problem/6805928> Re-export layout test MPEG-4 file to remove unusual edit
4009 Use better mp4 test file for media tests. The original mp4 file had an unusual
4010 edit (non-zero start time) which is not supported by all media engines. The new
4011 movie should also give more useful pixel test results.
4013 * media/content/test.mp4: Update the movie.
4014 * media/progress-event-total-expected.txt: Update test results to match movie duration and
4016 * media/progress-event-total.html: Ditto.
4017 * media/video-currentTime-set-expected.txt: Ditto.
4018 * media/video-loop-expected.txt: Ditto.
4019 * platform/mac/media/video-aspect-ratio-expected.checksum: Ditto.
4020 * platform/mac/media/video-aspect-ratio-expected.png: Ditto.
4021 * platform/mac/media/video-controls-rendering-expected.checksum: Ditto.
4022 * platform/mac/media/video-controls-rendering-expected.png: Ditto.
4023 * platform/mac/media/video-display-toggle-expected.checksum: Ditto.
4024 * platform/mac/media/video-display-toggle-expected.png: Ditto.
4025 * platform/mac/media/video-empty-source-expected.checksum: Ditto.
4026 * platform/mac/media/video-layer-crash-expected.checksum: Ditto.
4027 * platform/mac/media/video-layer-crash-expected.png: Ditto.
4028 * platform/mac/media/video-transformed-expected.checksum: Ditto.
4029 * platform/mac/media/video-transformed-expected.png: Ditto.
4030 * platform/mac/media/video-zoom-expected.checksum: Ditto.
4031 * platform/mac/media/video-zoom-expected.png: Ditto.
4033 2009-04-24 Kevin McCullough <kmccullough@apple.com>
4035 When I moved the files I forgot to update the location of the image!
4037 * platform/mac/editing/deleting/deletionUI-differing-background-expected.txt: Added.
4038 * platform/mac/editing/deleting/deletionUI-differing-background.html: Added.
4040 2009-04-24 Kevin McCullough <kmccullough@apple.com>
4042 - Build fix. Removed this test until I can figure out why it's failing.
4044 * platform/mac-leopard/editing/deleting/deletionUI-differing-background-expected.txt: Removed.
4045 * platform/mac/editing/deleting/deletionUI-differing-background-expected.txt: Removed.
4046 * platform/mac/editing/deleting/deletionUI-differing-background.html: Removed.
4048 2009-04-24 Eric Roman <eroman@chromium.org>
4050 Reviewed by Darin Adler.
4052 Add a test for <https://bugs.webkit.org/show_bug.cgi?id=25335>.
4054 To pass, this test must not access invalid memory when run (won't necessarily manifest as a crash for failures).
4056 * editing/selection/doubleclick-whitespace-img-crash-expected.txt: Added.
4057 * editing/selection/doubleclick-whitespace-img-crash.html: Added.
4059 2009-04-24 Fumitoshi Ukai <ukai@google.com>
4061 Reviewed by Dimitri Glazkov.
4063 https://bugs.webkit.org/show_bug.cgi?id=25257
4064 Verify XMLHttpRequest has correct attribute value by default.
4066 * fast/xmlhttprequest/resources/xmlhttprequest-default-attributes.js: Added.
4067 * fast/xmlhttprequest/xmlhttprequest-default-attributes-expected.txt: Added.
4068 * fast/xmlhttprequest/xmlhttprequest-default-attributes.html: Added.
4070 2009-04-24 Kevin McCullough <kmccullough@apple.com>
4072 Speculative fix for leopard build-bot until I have a fix on leopard.
4074 * platform/mac-leopard/editing: Added.
4075 * platform/mac-leopard/editing/deleting: Added.
4076 * platform/mac-leopard/editing/deleting/deletionUI-differing-background-expected.txt: Added.
4078 2009-04-24 Simon Fraser <simon.fraser@apple.com>
4080 Reviewed by Darin Adler
4082 https://bugs.webkit.org/show_bug.cgi?id=23219
4084 Testcase for transitions of background-position, -webkit-background-size,
4085 -webkit-mask-position and -webkit-mask-size.
4087 * transitions/background-transitions-expected.txt: Added.
4088 * transitions/background-transitions.html: Added.
4089 * transitions/mask-transitions-expected.txt: Added.
4090 * transitions/mask-transitions.html: Added.
4092 2009-04-24 Adele Peterson <adele@apple.com>
4094 Reviewed by Dan Bernstein.
4096 Updating these pixel results to the generated results on Leopard.
4098 * platform/mac/editing/inserting/5510537-expected.checksum:
4099 * platform/mac/editing/inserting/5510537-expected.png:
4100 * platform/mac/editing/inserting/6703873-expected.checksum:
4101 * platform/mac/editing/inserting/6703873-expected.png:
4102 * platform/mac/editing/selection/select-all-iframe-expected.checksum:
4103 * platform/mac/editing/selection/select-all-iframe-expected.png: