1 2009-05-29 Jian Li <jianli@chromium.org>
3 Reviewed by Dimitri Glazkov.
5 https://bugs.webkit.org/show_bug.cgi?id=26069
6 Test for the above bug.
8 * fast/xmlhttprequest/resources/xmlhttprequest-open-after-iframe-onload-remove-self-child.html: Added.
9 * fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self-expected.txt: Added.
10 * fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self.html: Added.
12 2009-05-29 Oliver Hunt <oliver@apple.com>
14 Reviewed by NOBODY (Test fix).
16 Fix error in test case i accidentally introduced.
18 * fast/js/string-replace-exception-crash.html:
20 2009-05-28 Simon Fraser <simon.fraser@apple.com>
22 Reviewed by Oliver Hunt.
24 https://bugs.webkit.org/show_bug.cgi?id=8736
26 * fast/borders/border-radius-constraints.html: Added.
27 * platform/mac/fast/borders/border-radius-constraints-expected.checksum: Added.
28 * platform/mac/fast/borders/border-radius-constraints-expected.png: Added.
29 * platform/mac/fast/borders/border-radius-constraints-expected.txt: Added.
31 Test that corner radii are constrained according to CSS3 rules.
33 * fast/borders/border-radius-huge-assert.html:
34 * platform/mac/fast/borders/border-radius-huge-assert-expected.checksum:
35 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
36 * platform/mac/fast/borders/border-radius-huge-assert-expected.txt:
38 Now that we constrain border-radius, update the text of the test, and the
41 * fast/borders/border-radius-split-inline.html: Added.
42 * platform/mac/fast/borders/border-radius-split-inline-expected.checksum: Added.
43 * platform/mac/fast/borders/border-radius-split-inline-expected.png: Added.
44 * platform/mac/fast/borders/border-radius-split-inline-expected.txt: Added.
46 New test for border-radius on a split inline.
48 * fast/box-shadow/border-radius-big.html:
49 * platform/mac/fast/box-shadow/border-radius-big-expected.checksum:
50 * platform/mac/fast/box-shadow/border-radius-big-expected.png:
51 * platform/mac/fast/box-shadow/border-radius-big-expected.txt:
53 Now that we constrain border-radius, update the text of the test, and the
56 2009-05-28 Alexey Proskuryakov <ap@webkit.org>
58 Reviewed by Darin Adler.
60 https://bugs.webkit.org/show_bug.cgi?id=26005
61 Optimization for XPath //* does not preserve context size
63 * fast/xpath/position-expected.txt: Added.
64 * fast/xpath/position.html: Added.
65 Test for this bug, and for other potential issues with position().
67 * fast/xpath/4XPath/Core/test.js: Updated to work with Firefox 3 (getElementsByTagName handles
68 node names with namespace prefixes differently there).
69 * fast/xpath/4XPath/Core/test_location_path.html: Fixed the test to request ordered snapshots
70 when there is more than one node in expected result, as the checks verify node order.
72 2009-05-28 Adam Barth <abarth@webkit.org>
74 Reviewed by Darin Adler.
76 Test whether lexical or dynamic scope is used for window.open().
78 * http/tests/security/frameNavigation/context-for-window-open-expected.txt: Added.
79 * http/tests/security/frameNavigation/context-for-window-open.html: Added.
80 * http/tests/security/frameNavigation/resources/middle-frame-for-location.html:
82 2009-05-27 Dan Bernstein <mitz@apple.com>
84 Reviewed by Sam Weinig.
86 - test for <rdar://problem/6927761> <isindex> placeholder text is
87 unstylable and initially not visible
89 * fast/forms/isindex-placeholder.html: Added.
90 * platform/mac/fast/forms/isindex-placeholder-expected.checksum: Added.
91 * platform/mac/fast/forms/isindex-placeholder-expected.png: Added.
92 * platform/mac/fast/forms/isindex-placeholder-expected.txt: Added.
94 2009-05-27 Oliver Hunt <oliver@apple.com>
96 Reviewed by Mark Rowe.
98 <rdar://problem/6928025> Stack overflow in JSC::stringProtoFuncReplace() running jsFunFuzz
100 Add an additional exception check for stack overflow in String.replace
102 * fast/js/string-replace-exception-crash.html:
104 2009-05-27 Alexey Proskuryakov <ap@webkit.org>
106 Reviewed by Darin Adler.
108 https://bugs.webkit.org/show_bug.cgi?id=17725
109 XPath should be case insensitive for HTML
111 * fast/xpath/node-name-case-sensitivity-expected.txt: Added.
112 * fast/xpath/node-name-case-sensitivity.html: Added.
114 2009-05-27 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
116 Disabling new tests to make the bot green.
118 * platform/gtk/Skipped:
120 2009-05-26 Oliver Hunt <oliver@apple.com>
122 Reviewed by Gavin Barraclough.
124 <rdar://problem/6924033> REGRESSION: Assertion failure due to forward references
126 Add a few more test cases for invalid back references.
128 * fast/js/regexp-backreferences-expected.txt: Added.
129 * fast/js/regexp-backreferences.html: Added.
130 * fast/js/resources/regexp-backreferences.js: Added.
132 2009-05-26 Adam Barth <abarth@webkit.org>
134 https://bugs.webkit.org/show_bug.cgi?id=26011
136 Unreviewed change to disable flaky test as requested by Sam Weinig.
138 * http/tests/security/postMessage/origin-follows-lexical-scope-expected.txt: Removed.
139 * http/tests/security/postMessage/origin-follows-lexical-scope.html: Removed.
141 2009-05-26 Dimitri Glazkov <dglazkov@chromium.org>
143 Reviewed by Maciej Stachowiak.
145 https://bugs.webkit.org/show_bug.cgi?id=23649
146 Add layout test for various cases of SQLTransactionErrorCallback
149 * storage/transaction-error-callback-expected.txt: Added.
150 * storage/transaction-error-callback.html: Added.
152 2009-05-26 David Hyatt <hyatt@apple.com>
154 Reviewed by Darin Adler.
156 Fix for bug 25969, scrollbars remain after document shrinks. Add a couple of layout tests
157 written by Dan that show various problems with scrollbars following resizes.
159 * fast/dynamic/window-resize-scrollbars-test.html: Added.
160 * fast/dynamic/window-scrollbars-test.html: Added.
161 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.checksum: Added.
162 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.png: Added.
163 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt: Added.
164 * platform/mac/fast/dynamic/window-scrollbars-test-expected.checksum: Added.
165 * platform/mac/fast/dynamic/window-scrollbars-test-expected.png: Added.
166 * platform/mac/fast/dynamic/window-scrollbars-test-expected.txt: Added.
168 2009-05-25 Adam Barth <abarth@webkit.og>
170 Reviewed by Sam Weinig.
172 https://bugs.webkit.org/show_bug.cgi?id=26006
174 Test our use of dynamicGlobalObject and lexicalGlobalObject for
177 * http/tests/security/frameNavigation/context-for-location-assign-expected.txt: Added.
178 * http/tests/security/frameNavigation/context-for-location-assign.html: Added.
179 * http/tests/security/frameNavigation/context-for-location-expected.txt: Added.
180 * http/tests/security/frameNavigation/context-for-location-href-expected.txt: Added.
181 * http/tests/security/frameNavigation/context-for-location-href.html: Added.
182 * http/tests/security/frameNavigation/context-for-location.html: Added.
183 * http/tests/security/frameNavigation/resources/middle-frame-for-location.html: Added.
184 * http/tests/security/frameNavigation/resources/target-for-location.html: Added.
186 2009-05-25 Adam Barth <abarth@webkit.org>
188 Reviewed by Sam Weinig.
190 https://bugs.webkit.org/show_bug.cgi?id=26011
192 Try to make test less flaky.
194 * http/tests/security/postMessage/origin-follows-lexical-scope-expected.txt:
195 * http/tests/security/postMessage/origin-follows-lexical-scope.html:
196 * http/tests/security/postMessage/resources/middle-frame-for-lexical.html:
197 * http/tests/security/postMessage/resources/post-message-listener-with-ready.html: Added.
199 2009-05-25 Adam Barth <abarth@webkit.org>
201 Reviewed by Maciej Stachowiak.
203 https://bugs.webkit.org/show_bug.cgi?id=26004
205 Test that the origin for postMessage follows the lexical scope.
207 * http/tests/security/postMessage/origin-follows-lexical-scope-expected.txt: Added.
208 * http/tests/security/postMessage/origin-follows-lexical-scope.html: Added.
209 * http/tests/security/postMessage/resources/middle-frame-for-lexical.html: Added.
211 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
213 Reviewed by Gustavo Noronha and Xan Lopez.
215 [Gtk] Enable database and localStorage support
216 https://bugs.webkit.org/show_bug.cgi?id=25629
218 Enable storage/ tests for Gtk.
220 * platform/gtk/Skipped:
222 2009-05-23 Oliver Hunt <oliver@apple.com>
224 Reviewed by Maciej Stachowiak.
226 Add tests to cover exceptions thrown from non-object results of get_by_id
228 * fast/js/exception-for-nonobject-expected.txt: Added.
229 * fast/js/exception-for-nonobject.html: Added.
230 * fast/js/resources/exception-for-nonobject.js: Added.
232 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
234 Unreviewed. Skip new tests introduced in r44010. These tests
235 require an eventSender implementation which the gtk port
236 currently do not have.
238 Also remove gtk-specific result for
239 fast/canvas/canvas-composite-alpha. The non-platform specific
242 * platform/gtk/Skipped:
243 * platform/gtk/fast/canvas/canvas-composite-alpha-expected.txt: Removed.
245 2009-05-22 Dan Bernstein <mitz@apple.com>
247 Reviewed by Darin Adler.
249 <rdar://problem/6916082> Incorrect handling of % as CSS value.
251 * fast/css/percent-character-as-value-expected.txt: Added.
252 * fast/css/percent-character-as-value.html: Added.
254 2009-05-22 Darin Adler <darin@apple.com>
256 Reviewed by Dan Bernstein.
258 - Made the global-function-resolve test independent of hashing order
259 by using a fixed set of properties. This also removes the need for us
260 to update this test every time we add something to the window object or
261 the js-test-pre.js family of scripts.
263 * fast/js/global-function-resolve-expected.txt: Updated.
264 * fast/js/resources/global-function-resolve.js: Use a fixed array instead
265 of using all property names from the global object; also made other small
266 changes that don't have an effect on the substance of the test.
268 2009-05-22 Dan Bernstein <mitz@apple.com>
270 Reviewed by Darin Adler.
272 - remove a test that was supposed to test the text/* change to MIME
273 types from r43979, since the change was rolled out, and the test seems
274 to be ineffective anyway, since it was passing on Mac after rolling
277 * http/tests/mime/accept-all-text-types-expected.txt: Removed.
278 * http/tests/mime/accept-all-text-types.html: Removed.
280 2009-05-22 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.org>
282 Reviewed by Simon Hausmann.
284 Skip tests depending on platform dependent results.
286 * platform/qt/Skipped:
288 2009-05-22 Shinichiro Hamaji <hamaji@google.com>
290 Reviewed by Oliver Hunt.
292 Remove optimization path alpha=0 case from GraphicContext(CG|Skia).
293 This optimization doesn't make sense for some composite mode (e.g., 'copy' operation).
295 https://bugs.webkit.org/show_bug.cgi?id=25956
297 * fast/canvas/canvas-composite-alpha-expected.txt:
298 * fast/canvas/canvas-composite-alpha.html:
299 * platform/gtk/fast/canvas/canvas-composite-alpha-expected.txt: Removed.
301 2009-05-21 Oliver Hunt <oliver@apple.com>
303 Reviewed by Maciej Stachowiak.
305 Add tests to ensure that we correctly cache (or do not cache) lookups
306 of global properties.
308 * fast/js/global-function-resolve.html: Added.
309 * fast/js/resources/global-function-resolve.js: Added.
311 2009-05-21 Geoffrey Garen <ggaren@apple.com>
313 Reviewed by Sam Weinig.
315 Tests for <rdar://problem/6910832> | https://bugs.webkit.org/show_bug.cgi?id=25907
316 Incorrect URL returned to the DOM while the user drags a file
318 * http/tests/local/drag-over-remote-content-expected.txt: Added.
319 * http/tests/local/drag-over-remote-content.html: Added.
320 * http/tests/security/drag-over-remote-content-iframe-expected.txt: Added.
321 * http/tests/security/drag-over-remote-content-iframe.html: Added.
323 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
325 Fixing test to actually use the correct names for the frames.
327 * http/tests/mime/accept-all-text-types.html:
329 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
331 Disable 2 more tests that sometimes fail.
333 * platform/gtk/Skipped:
335 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
337 Adding file I forgot to add to last commit.
339 * http/tests/mime/resources/accept-all-text-types.cgi: Added.
341 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
343 Reviewed by Darin Adler.
345 Test that WebKit accepts any text/* type.
347 * http/tests/mime/accept-all-text-types-expected.txt: Added.
348 * http/tests/mime/accept-all-text-types.html: Added.
350 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
352 Reviewed by Xan Lopez.
354 Disable failing HTTP tests now that we are enabling HTTP on the
357 * platform/gtk/Skipped:
359 2009-05-21 Alexey Proskuryakov <ap@webkit.org>
361 Reviewed by Darin Adler.
363 https://bugs.webkit.org/show_bug.cgi?id=19517
364 <rdar://problem/6007112> DOM modification of textArea causes Access Violation (NULL pointer?)
366 This no longer happens with ToT, just adding a test.
368 * fast/parser/head-parsing-19517-expected.txt: Added.
369 * fast/parser/head-parsing-19517.html: Added.
371 2009-05-21 Dan Bernstein <mitz@apple.com>
373 Reviewed by Anders Carlsson.
375 - test for <rdar://problem/6901751> REGRESSION (r35515): Tiger crash
376 painting the selection on registration page of car2go.com
378 * fast/block/float/selection-gap-clip-out-tiger-crash-expected.txt: Added.
379 * fast/block/float/selection-gap-clip-out-tiger-crash.html: Added.
381 2009-05-21 Eric Seidel <eric@webkit.org>
383 Reviewed by Alexey Proskuryakov.
385 Fix file-input-files-access which was passing for the wrong reasons.
387 The log was pushing the drop target off screen and the drops were failing!
389 * editing/pasteboard/file-input-files-access-expected.txt:
390 * editing/pasteboard/resources/file-input-files-access.js:
391 (testOrderedDraggingWithDirectory):
394 2009-05-20 Gustavo Noronha Silva <gns@gnome.org>
398 * platform/gtk/Skipped:
400 2009-05-20 Gustavo Noronha Silva <gns@gnome.org>
402 Skipping test that fails intermitently.
404 * platform/gtk/Skipped:
406 2009-05-20 Gustavo Noronha Silva <gns@gnome.org>
408 Rubber-stamped by Mark Rowe.
410 Add GTK+-specific results for canvas-composite-alpha. This test
411 has 'failing' cases that pass on GTK+/cairo.
413 * platform/gtk/fast/canvas/canvas-composite-alpha-expected.txt: Added.
415 2009-05-20 David Kilzer <ddkilzer@apple.com>
417 Test for <rdar://problem/5666078> Cookie parsing terminates at the first semicolon, ignoring quotes (16699)
419 <https://bugs.webkit.org/show_bug.cgi?id=16699>
421 Reviewed by Brady Eidson.
423 * http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: Added.
424 * http/tests/cookies/double-quoted-value-with-semi-colon.html: Added.
425 * http/tests/cookies/resources/double-quoted-value-with-semi-colon.js: Added.
426 * platform/mac-tiger/Skipped: Added
427 double-quoted-value-with-semi-colon.html since CFNetwork on
428 Tiger stops parsing cookie values when it sees a semi-colon,
429 even inside double quotes.
431 2009-05-20 Brady Eidson <beidson@apple.com>
433 Reviewed by Darin Adler.
435 Fix <rdar://problem/6904941> and https://bugs.webkit.org/show_bug.cgi?id=25300
437 * fast/loader/javascript-url-hierarchical-execution-expected.txt: Added.
438 * fast/loader/javascript-url-hierarchical-execution.html: Added.
440 2009-05-20 Holger Hans Peter Freyther <zecke@selfish.org>
442 Reviewed by Anders Carlsson.
444 https://bugs.webkit.org/show_bug.cgi?id=24510
446 Add a test case that Netscape Plugin can properly
447 determine if a given object has a specific method
450 The test will ask the plugin to call hasproperty and
451 hasmethod and will compare the result with what is
452 expected. This approach is taken from
453 netscape-get-property-return-value.html
455 * plugins/netscape-invoke-browserfuncs-expected.txt: Added.
456 * plugins/netscape-invoke-browserfuncs.html: Added.
458 2009-05-20 Eric Seidel <eric@webkit.org>
460 Fix bug URL in ChangeLogs in r43903.
461 https://bugs.webkit.org/show_bug.cgi?id=25742
463 2009-05-20 Eric Seidel <eric@webkit.org>
465 No review, build fix only.
467 Add files I missed in r43903.
468 https://bugs.webkit.org/show_bug.cgi?id=25742
470 Takeshi's patch was right, I just failed to add the files when landing.
472 * platform/mac/fast/forms/search-styled-expected.checksum: Added.
473 * platform/mac/fast/forms/search-styled-expected.png: Added.
475 2009-05-20 Takeshi Yoshino <tyoshino@google.com>
477 Reviewed by Eric Seidel.
479 Bug 24539: Fix RenderThemeChromiumWin::paintTextFieldInternal() not to hide background image.
480 https://bugs.webkit.org/show_bug.cgi?id=25742
482 Changed the test fast/forms/select-style.html to exercise the change on
483 RenderThemeChromiumWin::paintTextFieldInternal() on Chromium. Replaced expected results for
484 platform mac. Expected cases for the other platforms are to be replaced later.
486 * fast/forms/select-style.html:
487 * platform/mac/fast/forms/select-style-expected.checksum:
488 * platform/mac/fast/forms/select-style-expected.txt:
490 2009-05-20 Shinichiro Hamaji <hamaji@google.com>
492 Reviewed by Eric Seidel.
494 Layout tests for canvas' composite operations with alpha blending.
496 * fast/canvas/canvas-composite-alpha-expected.txt: Added.
497 * fast/canvas/canvas-composite-alpha.html: Added.
499 2009-05-20 Eric Seidel <eric@webkit.org>
501 Build fix only, no review.
503 Remove dragging subtest from 43890 which used ? char
505 ? is a reserved char on Windows. After removing both the ü and now the ? this
506 subtest is now useless, so I'm removing it entirely.
508 * editing/pasteboard/file-input-files-access-expected.txt:
509 * editing/pasteboard/resources/File With Spaces! For Dragging?.gif: Removed.
510 * editing/pasteboard/resources/file-input-files-access.js:
513 2009-05-20 Eric Seidel <eric@webkit.org>
515 Build fix only, no review.
517 Fix windows and tiger builds after r43890
519 Commit r43890 caused:
520 svn: Can't convert string from 'UTF-8' to native encoding:
521 svn: LayoutTests/editing/pasteboard/resources/File With Spaces! For Dra?\204?\136gging?.gif
522 On both the windows and tiger buildbots. According to:
523 http://svnbook.red-bean.com/en/1.2/svn.advanced.l10n.html
524 this is intentional behavior, and due to the fact that the default
525 LC_CTYPE for Tiger and Windows makes Subversion think the filesystems
528 The fix would be to execute:
529 export LC_CTYPE=en_US.UTF-8
530 On all affected machines. But since that's not going to happen,
531 I'm removing the utf8 chars from this filename.
533 This makes the drag-drop test weaker, but I see no other option.
535 * editing/pasteboard/resources/File With Spaces! For Dragging?.gif: Renamed from "LayoutTests/editing/pasteboard/resources/File With Spaces! For Dra\314\210gging?.gif".
536 * editing/pasteboard/resources/file-input-files-access.js:
537 (moveMouseToCenterOfElement): use the unused argument
538 (runTest): fix to use the ansii name
540 2009-05-20 Darin Adler <darin@apple.com>
542 Removed stray file left after some check-ins earlier today.
544 * fast/tokenizer/preload-scanner-entities.html-disabled: Removed.
546 2009-05-18 Eric Seidel <eric@webkit.org>
548 Reviewed by Oliver Hunt.
550 Remove layoutTestController.addFileToPasteboardOnDrag and add eventSender.beginDragWithFiles
551 https://bugs.webkit.org/show_bug.cgi?id=25852
553 Add new tests for multi-file dragging:
554 https://bugs.webkit.org/show_bug.cgi?id=25862
556 I've removed the old tests in fast/forms which used layoutTestController.addFileToPasteboardOnDrag
557 and have added a new test in editing/pasteboard/ (where all the other drag-drop tests are)
558 which tests more than the previous two tests did.
560 Mac was the only platform running the old layoutTestController.addFileToPasteboardOnDrag tests
561 I've updated all the Skipped files to skip this new test instead.
563 * editing/pasteboard/file-input-files-access-expected.txt: Added.
564 * editing/pasteboard/file-input-files-access.html: Added.
565 * editing/pasteboard/resources/File With Spaces! For Dragging?.gif: Copied from LayoutTests/fast/canvas/resources/apple.gif.
566 * editing/pasteboard/resources/apple.gif: Copied from LayoutTests/fast/canvas/resources/apple.gif.
567 * editing/pasteboard/resources/file-input-files-access.js: Added.
568 (moveMouseToCenterOfElement):
569 (dragFilesOntoInput):
572 (draggingPathsShouldResultInFiles):
574 * editing/pasteboard/resources/mozilla.gif: Copied from LayoutTests/fast/dom/resources/mozilla.gif.
575 * fast/forms/dragging-to-disabled-file-input-expected.txt: Removed.
576 * fast/forms/dragging-to-disabled-file-input.html: Removed.
577 * fast/forms/dragging-to-file-input-expected.txt: Removed.
578 * fast/forms/dragging-to-file-input.html: Removed.
579 * platform/gtk/Skipped:
580 * platform/qt/Skipped:
581 * platform/win/Skipped:
583 2009-05-19 Yichao Yin <yichao.yin@torchmobile.com.cn>
585 Reviewed by George Staikos.
587 Add tests for WCSS marquee extension support
588 https://bugs.webkit.org/show_bug.cgi?id=23727
591 * fast/wcss/marquee-dir.xhtml: Added.
592 * fast/wcss/marquee-loop.xhtml: Added.
593 * fast/wcss/marquee-speed.xhtml: Added.
594 * fast/wcss/marquee-style.xhtml: Added.
595 * platform/gtk/Skipped:
596 * platform/mac/Skipped:
597 * platform/qt/Skipped:
598 * platform/win/Skipped:
600 2009-05-19 Antti Koivisto <antti@apple.com>
602 I can't figure out how to make this not timing dependent, making it manual test instead.
604 * fast/tokenizer/preload-scanner-entities-expected.txt: Removed.
605 * fast/tokenizer/preload-scanner-entities.html: Removed.
607 2009-05-19 Darin Adler <darin@apple.com>
609 Renamed test failing on many buildbots to disable it.
610 Antti can move it back once he gets it working more consistently.
612 * fast/tokenizer/preload-scanner-entities.html: Removed.
613 * fast/tokenizer/preload-scanner-entities.html-disabled: Copied from fast/tokenizer/preload-scanner-entities.html.
615 2009-05-19 Chris Fleizach <cfleizach@apple.com>
617 Reviewed by Beth Dakin.
619 Bug 25872: aria-labeledby appends all siblings instead of all children to aria name
620 https://bugs.webkit.org/show_bug.cgi?id=25872
622 * accessibility/aria-labelledby-stay-within.html: Added.
623 * platform/mac/accessibility/aria-describedby-on-input-expected.txt:
624 * platform/mac/accessibility/aria-labelledby-on-input-expected.txt:
625 * platform/mac/accessibility/aria-labelledby-stay-within-expected.txt: Added.
627 2009-05-19 Antti Koivisto <antti@apple.com>
629 Reviewed by Darin Adler.
631 <rdar://problem/6902674> REGRESSION: Query parameters are sometimes incorrect in URL (23135)
633 * fast/tokenizer/preload-scanner-entities-expected.txt: Added.
634 * fast/tokenizer/preload-scanner-entities.html: Added.
636 2009-05-19 Yichao Yin <yichao.yin@torchmobile.com.cn>
638 Reviewed by George Staikos.
640 Add the XHTML MP tests but put them in skipped since they are not active
641 by default on any platforms.
642 https://bugs.webkit.org/show_bug.cgi?id=23452
644 * fast/xhtmlmp: Added.
645 * fast/xhtmlmp/check-doctype-declaration.xhtml: Added.
646 * fast/xhtmlmp/check-rootelement.xhtml: Added.
647 * fast/xhtmlmp/noscript-in-multiscripts.xhtml: Added.
648 * fast/xhtmlmp/noscript-nested.xhtml: Added.
649 * fast/xhtmlmp/noscript.xhtml: Added.
650 * platform/gtk/Skipped:
651 * platform/mac/Skipped:
652 * platform/win/Skipped:
654 2009-05-18 David Kilzer <ddkilzer@apple.com>
656 Added cookie test to Skipped list for Windows
658 See Bug 25861. <https://bugs.webkit.org/show_bug.cgi?id=25861>
660 * platform/win/Skipped: Added
661 http/tests/cookies/simple-cookies-expired.html.
663 2009-05-18 Julien Chaffraix <jchaffraix@webkit.org>
665 Reviewed and tweaked by David Kilzer.
667 Bug 24569: Add some cookies tests
668 <https://bugs.webkit.org/show_bug.cgi?id=24569>
670 This modification adds a cookie framework to check setting cookies.
671 It is a simple modification over the js test framework. It uses some XHRs and custom server-side script
672 to set / get / clear cookies.
674 It also adds some very basic tests to check that everything works.
676 * http/tests/cookies: Added.
677 * http/tests/cookies/multiple-cookies-expected.txt: Added.
678 * http/tests/cookies/multiple-cookies.html: Added.
679 * http/tests/cookies/resources: Added.
680 * http/tests/cookies/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
681 * http/tests/cookies/resources/clearCookies.cgi: Added.
682 * http/tests/cookies/resources/cookies-test-post.js: Copied from LayoutTests/fast/js/resources/js-test-post.js.
683 * http/tests/cookies/resources/cookies-test-pre.js: Copied from LayoutTests/fast/js/resources/js-test-pre.js.
684 (setCookies): Internal method to set a cookie (multiple cookies are not supported).
685 (testCookies): Internal method to check if the cookie were set.
687 (clearAllCookies): Used to clear all pre-existing cookies for this domain.
688 (clearCookies): Used to clear the cookies set with cookiesShouldBe.
689 (cookiesShouldBe): Used to set a cookie and check the "Cookie" header sent. It is inspired from shouldBe from the js test framework.
691 * http/tests/cookies/resources/cookies-test-style.css: Copied from LayoutTests/fast/js/resources/js-test-style.css.
692 * http/tests/cookies/resources/getCookies.cgi: Added.
693 * http/tests/cookies/resources/multiple-cookies.js: Added.
694 * http/tests/cookies/resources/setCookies.cgi: Added.
695 * http/tests/cookies/resources/simple-cookies-expired.js: Added.
696 * http/tests/cookies/resources/simple-cookies-max-age.js: Added.
697 * http/tests/cookies/simple-cookies-expired-expected.txt: Added.
698 * http/tests/cookies/simple-cookies-expired.html: Added.
699 * http/tests/cookies/simple-cookies-max-age-expected.txt: Added.
700 * http/tests/cookies/simple-cookies-max-age.html: Added.
701 * platform/mac-tiger/Skipped: Added
702 http/tests/cookies/simple-cookies-max-age.html since CFNetwork
703 on Tiger doesn't support expiring cookies with Max-Age=0.
705 2009-05-18 David Kilzer <ddkilzer@apple.com>
707 Bug 20652: WebKit doesn't display favicons with MIME type image/vnd.microsoft.icon
709 <https://bugs.webkit.org/show_bug.cgi?id=20652>
711 Reviewed by Darin Adler.
713 Updated existing favicon-as-image.html test to display a third
714 image having MIME type image/vnd.microsoft.icon.
716 * http/tests/misc/favicon-as-image.html: Updated.
717 * http/tests/misc/resources/.htaccess: Added.
718 * http/tests/misc/resources/favicon-vnd-ms.ico: Copied from LayoutTests/fast/images/resources/favicon.ico.
719 * platform/mac/http/tests/misc/favicon-as-image-expected.checksum: Updated.
720 * platform/mac/http/tests/misc/favicon-as-image-expected.png: Updated.
721 * platform/mac/http/tests/misc/favicon-as-image-expected.txt: Updated.
723 2009-05-18 Julie Parent <jparent@google.com>
725 Reviewed by Eric Seidel.
727 Skip new tests from r43822 on Gtk
728 https://bugs.webkit.org/show_bug.cgi?id=25780
730 * platform/gtk/Skipped:
732 2009-05-18 Julie Parent <jparent@google.com>
734 Reviewed by Oliver Hunt.
736 Add missing files from r43821
737 https://bugs.webkit.org/show_bug.cgi?id=25780
739 * editing/pasteboard/get-data-text-plain-drop-expected.txt: Added.
740 * editing/pasteboard/get-data-text-plain-drop.html: Added.
741 * editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
742 * editing/pasteboard/get-data-text-plain-paste.html: Added.
743 * editing/pasteboard/resources/TEMPLATE.html: Copied from LayoutTests/editing/execCommand/resources/TEMPLATE.html.
744 * editing/pasteboard/resources/get-data-text-plain-paste.js: Added.
747 2009-05-18 Julie Parent <jparent@google.com>
749 Reviewed by Oliver Hunt.
751 https://bugs.webkit.org/show_bug.cgi?id=25780
752 Adds layout tests for getData (text/plain) during paste and drop events.
754 * editing/pasteboard/get-data-text-plain-drop-expected.txt: Added.
755 * editing/pasteboard/get-data-text-plain-drop.html: Added. Tests that getData
756 is available on paste.
757 * editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
758 * editing/pasteboard/get-data-text-plain-paste.html: Added. Tests that getData
759 is available on drop.
760 * editing/pasteboard/resources/TEMPLATE.html: Added.
761 * editing/pasteboard/resources/get-data-text-plain-paste.js: Added.
763 * fast/events/drag-in-frames-expected.txt: Changed to incLude new dragover
765 * platform/win/Skipped: Skip newly added drop test since it won't work on windows,
766 like other drop tests.
768 2009-05-17 Dan Bernstein <mitz@apple.com>
770 Reviewed by David Kilzer.
772 - move fast/repaint/repaint.js into the resources subdirectory
774 * fast/repaint/repaint.js: Removed.
775 * fast/repaint/resources/repaint.js: Copied from fast/repaint/repaint.js.
776 * (89 tests changed to load the script from the new location)
778 2009-05-17 Darin Adler <darin@apple.com>
780 * platform/gtk/Skipped: Disable another media test that seems to be failing at least
783 2009-05-17 Kai Brüning <kai@granus.net>
785 Reviewed by Darin Adler.
787 Test case for bug 25822: DOM normalize does not remove empty text node between element nodes
788 https://bugs.webkit.org/show_bug.cgi?id=25822
790 The test case strives to test the whole functionality of Node's normalize().
792 * fast/dom/Node/normalize-expected.txt: Added.
793 * fast/dom/Node/normalize.html: Added.
795 2009-05-16 Dan Bernstein <mitz@apple.com>
797 Reviewed by Alexey Proskuryakov.
799 - test for <rdar://problem/6873305> Two distinct characters are not
800 displayed correctly with 2 of the font selections from the stickies
803 * platform/mac/editing/pasteboard/text-precomposed-expected.txt: Added.
804 * platform/mac/editing/pasteboard/text-precomposed.html: Added.
806 2009-05-11 Holger Hans Peter Freyther <zecke@selfish.org>
808 Reviewed by Jan Michael Alonzo.
810 https://bugs.webkit.org/show_bug.cgi?id=25787
812 Enable more passing plugin tests.
814 * platform/gtk/Skipped:
816 2009-05-11 Holger Hans Peter Freyther <zecke@selfish.org>
818 Reviewed by Jan Michael Alonzo.
820 https://bugs.webkit.org/show_bug.cgi?id=25787
822 Enable plugins/npruntime.html
824 * platform/gtk/Skipped:
826 2009-05-15 Darin Adler <darin@apple.com>
828 Fix some failures from recent changes.
830 * platform/gtk/Skipped: Added recently-added test to the "no expected results" section.
832 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Updated.
833 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Ditto.
834 * svg/css/getComputedStyle-basic-expected.txt: Ditto.
836 2009-05-15 Darin Adler <darin@apple.com>
838 * svg/css/getComputedStyle-basic-expected.txt: Updated for change to getComputedStyle.
840 2009-05-15 Darin Adler <darin@apple.com>
842 Reviewed by Dan Bernstein.
844 <rdar://problem/6883872> REGRESSION (r43243): computed style for font-family is returning
845 only the generic font, if any generic font is in the family list
847 * fast/css/getComputedStyle/computed-style-font-family-expected.txt: Added.
848 * fast/css/getComputedStyle/computed-style-font-family.html: Added.
850 * fast/css/getComputedStyle/computed-style.html: Updated array of properties to dump
851 that are not visible when iterating the computed style object. Removed pointless
852 unused array of unimplemented properties.
853 * fast/css/getComputedStyle/computed-style-without-renderer.html: Ditto.
855 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: Updated.
856 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Ditto.
858 2009-05-15 Adam Barth <abarth@webkit.org>
860 Reviewed by Oliver Hunt.
862 https://bugs.webkit.org/show_bug.cgi?id=25741
864 Test that insertBeforeItem behaves properly for out of bounds indices.
866 * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
867 * svg/dom/svglist-exception-on-out-bounds-error.html:
868 * svg/dom/svglist-insertItemBefore-appends-expected.txt: Added.
869 * svg/dom/svglist-insertItemBefore-appends.html: Added.
871 2009-05-15 Simon Fraser <simon.fraser@apple.com>
873 Reviewed by Darin Adler
875 https://bugs.webkit.org/show_bug.cgi?id=25829
877 Fix -webkit-background-clip:text when the renderer had a non (0,0) x, y offset.
879 * fast/backgrounds/background-clip-text.html: Added.
880 * platform/mac/fast/backgrounds/background-clip-text-expected.checksum: Added.
881 * platform/mac/fast/backgrounds/background-clip-text-expected.png: Added.
882 * platform/mac/fast/backgrounds/background-clip-text-expected.txt: Added.
884 2009-05-15 Dan Bernstein <mitz@apple.com>
886 Reviewed by Sam Weinig.
888 - test for <rdar://problem/6888244> REGRESSION: Using the Up or Down
889 keyboard arrows, I can't navigate caret between To Do items in a Note
892 * editing/selection/move-by-line-004-expected.txt: Added.
893 * editing/selection/move-by-line-004.html: Added.
895 2009-05-15 Gustavo Noronha Silva <gns@gnome.org>
899 * platform/gtk/Skipped:
901 2009-05-15 Eric Seidel <eric@webkit.org>
903 Mark Rowe says skipping tests doesn't need review. :)
905 Add new tests from r43759 to windows and tiger skipped lists until bug 25816 can be resolved.
906 https://bugs.webkit.org/show_bug.cgi?id=25816
908 Original bug: http://bugs.webkit.org/show_bug.cgi?id=25464
910 * platform/win/Skipped:
911 * platform/mac-tiger/Skipped:
913 2009-05-15 Jan Michael Alonzo <jmalonzo@webkit.org>
915 Reviewed by Holger Freyther.
917 [GTK] Implement layoutTestController.waitForPolicyDelegate
918 https://bugs.webkit.org/show_bug.cgi?id=25036
920 Enable fast/forms/mailto tests.
922 * platform/gtk/Skipped:
924 2009-05-15 Jungshik Shin <jshin@chromium.org>
926 Reviewed by Dimitri Glazkov
928 http://bugs.webkit.org/show_bug.cgi?id=25464
930 Improve the font fallback for characters belonging to 'common' scripts
931 in ChromiumWin port. Make characters like Danda, Double Danda (punctuation
932 marks in North Indian scripts) and currency signs (e.g. Thai Baht)
933 rendered correctly in Chromium on Win.
935 - danda-space.html has two setences in Gurumukhi script
936 (supported on Mac and Windows) ended with Danda. The first Danda
937 is followed by a space, which was misrendered in Chromium on Windows.
939 - thai-baht-space.html has Thai Baht signs before and after a space,
940 which was misrendered by Chromium on Windows.
942 * fast/text/international/danda-space.html: Added.
943 * fast/text/international/thai-baht-space.html: Added.
944 * platform/mac/fast/text/international/danda-space-expected.txt: Added.
945 * platform/mac/fast/text/international/thai-baht-space-expected.txt: Added.
947 2009-05-14 Eric Seidel <eric@webkit.org>
949 No review, rollout only.
951 Roll out r43753 as it caused a test to fail
952 Turns out more than one test was using the modified JS file.
954 * editing/pasteboard/paste-blockquote-before-blockquote-expected.txt:
955 * editing/pasteboard/paste-blockquote-before-blockquote.html:
956 * editing/pasteboard/resources/TEMPLATE.html: Removed.
957 * editing/pasteboard/resources/paste-blockquote-before-blockquote.js:
960 2009-05-14 Julie Parent <jparent@google.com>
962 Reviewed by Eric Seidel.
964 https://bugs.webkit.org/show_bug.cgi?id=25716
965 Convert a test located in the resources directory into being a regular js test,
966 so we can add add more tests there and run make-js-test-wrappers without clobbering this one.
968 * editing/pasteboard/paste-blockquote-before-blockquote-expected.txt:
969 * editing/pasteboard/paste-blockquote-before-blockquote.html:
970 * editing/pasteboard/resources/TEMPLATE.html: Added.
971 * editing/pasteboard/resources/paste-blockquote-before-blockquote.js:
975 2009-05-14 Dean Jackson <dino@apple.com>
977 Reviewed by Simon Fraser.
979 https://bugs.webkit.org/show_bug.cgi?id=25197
981 Add support for aspect-ratio and orientation
984 * fast/media/mq-aspect-ratio.html: Added.
985 * fast/media/mq-orientation.html: Added.
986 * platform/mac/fast/media/mq-aspect-ratio-expected.checksum: Added.
987 * platform/mac/fast/media/mq-aspect-ratio-expected.png: Added.
988 * platform/mac/fast/media/mq-aspect-ratio-expected.txt: Added.
989 * platform/mac/fast/media/mq-orientation-expected.checksum: Added.
990 * platform/mac/fast/media/mq-orientation-expected.png: Added.
991 * platform/mac/fast/media/mq-orientation-expected.txt: Added.
993 2009-05-14 Kevin McCullough <kmccullough@apple.com>
995 - Resubmitting previous patch, correctly this time.
997 * editing/execCommand/outdent-blockquote-test1.html: Copied from editing/execCommand/outdent-blockquote-test1.html.
998 * editing/execCommand/outdent-blockquote-test2.html: Copied from editing/execCommand/outdent-blockquote-test2.html.
999 * editing/execCommand/outdent-blockquote-test3.html: Copied from editing/execCommand/outdent-blockquote-test3.html.
1000 * editing/execCommand/outdent-blockquote-test4.html: Copied from editing/execCommand/outdent-blockquote-test4.html.
1001 * platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt.
1002 * platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt.
1003 * platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt.
1004 * platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt.
1005 * platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt.
1007 2009-05-14 Kevin McCullough <kmccullough@apple.com>
1009 - Rolled out for bug and build fix.
1011 * editing/execCommand/outdent-blockquote-test1.html: Removed.
1012 * editing/execCommand/outdent-blockquote-test2.html: Removed.
1013 * editing/execCommand/outdent-blockquote-test3.html: Removed.
1014 * editing/execCommand/outdent-blockquote-test4.html: Removed.
1015 * platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Removed.
1016 * platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Removed.
1017 * platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Removed.
1018 * platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Removed.
1019 * platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Removed.
1021 2009-05-14 Kevin McCullough <kmccullough@apple.com>
1023 Reviewed by Dan Bernstein.
1025 <rdar://problem/6510362> In some situations message content is messed up
1026 when indentation is decreased
1028 - These tests are the various combinations of <blockquote>s that
1029 revealed bugs in our old logic.
1031 * editing/execCommand/outdent-blockquote-test1.html: Added.
1032 * editing/execCommand/outdent-blockquote-test2.html: Added.
1033 * editing/execCommand/outdent-blockquote-test3.html: Added.
1034 * editing/execCommand/outdent-blockquote-test4.html: Added.
1035 * platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Added.
1036 * platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Added.
1037 * platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Added.
1038 * platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Added.
1039 * platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Added.
1041 2009-05-14 Simon Fraser <simon.fraser@apple.com>
1043 Reviewed by Darin Adler
1045 https://bugs.webkit.org/show_bug.cgi?id=25777
1047 Testcase for canvas as image background with zooming.
1049 * fast/canvas/canvas-bg-zoom.html: Added.
1050 * platform/mac/fast/canvas/canvas-bg-zoom-expected.txt: Added.
1052 2009-05-14 Alexey Proskuryakov <ap@webkit.org>
1054 Reviewed by Darin Adler.
1056 https://bugs.webkit.org/show_bug.cgi?id=25796
1057 <rdar://problem/6886654> Shouldn't set referer and origin in Loader::Host::servePendingRequests().
1059 * http/tests/security/credentials-in-referer-expected.txt: Added.
1060 * http/tests/security/credentials-in-referer.html: Added.
1061 * http/tests/security/resources/credentials-in-referer-frame.php: Added.
1062 * http/tests/security/resources/credentials-in-referer.php: Added.
1064 2009-05-14 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1066 Disabling tests that are failing intermittently.
1068 * platform/gtk/Skipped:
1070 2009-05-14 Chris Fleizach <cfleizach@apple.com>
1072 Reviewed by Darin Adler.
1074 Bug 25797: Pages with image maps are not properly read with Voiceover
1075 https://bugs.webkit.org/show_bug.cgi?id=25797
1077 Updating layout tests.
1079 * platform/mac/accessibility/document-links-expected.txt:
1080 * platform/mac/accessibility/image-map1-expected.txt:
1081 * platform/mac/accessibility/image-map2-expected.txt:
1083 2009-05-14 Brady Eidson <beidson@apple.com>
1085 Reviewed by Darin Adler.
1087 <rdar://problem/6887762> and https://bugs.webkit.org/show_bug.cgi?id=25790
1089 * platform/win/Skipped: Renable these tests.
1091 2009-05-14 Eric Carlson <eric.carlson@apple.com>
1093 Reviewed by Darin Adler.
1095 https://bugs.webkit.org/show_bug.cgi?id=25791
1096 Bug 25791: HTMLMediaElement: implement 'startTime' attribute
1098 Add test for 'startTime' attribute.
1100 * media/media-startTime-expected.txt: Added.
1101 * media/media-startTime.html: Added.
1103 2009-05-14 Tony Chang <tony@chromium.org>
1105 Reviewed by Dimitri Glazkov.
1107 Move iframe content to a file because Chromium has
1108 AllowLocalLoadsForLocalOnly enabled. This prevents the parent
1109 frame from modifying the iframe content if it is a data: URL.
1111 https://bugs.webkit.org/show_bug.cgi?id=25766
1113 * fast/frames/content-opacity-2.html:
1114 * fast/frames/resources/empty-body.html: Added.
1116 2009-05-14 Adam Roben <aroben@apple.com>
1118 Add a failing text control metrics test to the Windows Skipped file
1120 See Bug 25794: fast/replaced/table-percent-height-text-controls fails
1122 <https://bugs.webkit.org/show_bug.cgi?id=25794>
1124 * platform/win/Skipped: Added
1125 fast/replaced/table-percent-height-text-controls.html.
1127 2009-05-14 Adam Roben <aroben@apple.com>
1129 Add a timing-out test to the Windows Skipped file
1131 See Bug 25792: fast/encoding/percent-escaping.html times out on
1133 <https://bugs.webkit.org/show_bug.cgi?id=25792>
1135 * platform/win/Skipped: Added fast/encoding/percent-escaping.html.
1137 2009-05-14 Adam Roben <aroben@apple.com>
1139 Add new Hebrew-using tests to the Windows Skipped file
1141 See Bug 23925: Tests that use Hebrew text fail on Windows because
1142 Lucida Grande is not used for Hebrew
1143 <https://bugs.webkit.org/show_bug.cgi?id=23925>
1145 * platform/win/Skipped: Added tests added in r43664.
1147 2009-05-14 Adam Roben <aroben@apple.com>
1149 Skip XHR tests that crash in Windows Debug builds
1153 Bug 25790: REGRESSION (r43518): Multiple XHR tests asserting in
1154 createCFURLResponseWithDefaultMIMEType on Windows
1155 <https://bugs.webkit.org/show_bug.cgi?id=25790>
1157 Bug 25344: Some http tests crash in Debug Windows builds due to an
1158 assertion in CFNetwork when releasing a CFURLConnection
1159 <https://bugs.webkit.org/show_bug.cgi?id=25344>
1161 * platform/win/Skipped: Added crashing XHR tests.
1163 2009-05-14 Adam Roben <aroben@apple.com>
1165 Remove old render tree dumps for http tests that are now text-only
1167 Beth made the tests text-only in r43677 but forgot to remove these
1168 Windows-specific render tree dumps.
1170 Rubber-stamped by Dave Hyatt.
1172 * platform/win/http/tests/navigation/anchor-basic-expected.txt: Removed.
1173 * platform/win/http/tests/navigation/anchor-goback-expected.txt: Removed.
1174 * platform/win/http/tests/navigation/anchor-subframeload-expected.txt: Removed.
1175 * platform/win/http/tests/navigation/javascriptlink-basic-expected.txt: Removed.
1176 * platform/win/http/tests/navigation/javascriptlink-goback-expected.txt: Removed.
1177 * platform/win/http/tests/navigation/javascriptlink-subframeload-expected.txt: Removed.
1178 * platform/win/http/tests/navigation/metaredirect-basic-expected.txt: Removed.
1179 * platform/win/http/tests/navigation/metaredirect-frames-expected.txt: Removed.
1180 * platform/win/http/tests/navigation/metaredirect-goback-expected.txt: Removed.
1181 * platform/win/http/tests/navigation/metaredirect-subframeload-expected.txt: Removed.
1182 * platform/win/http/tests/navigation/post-goback2-expected.txt: Removed.
1183 * platform/win/http/tests/navigation/postredirect-goback2-expected.txt: Removed.
1184 * platform/win/http/tests/navigation/redirect302-basic-expected.txt: Removed.
1185 * platform/win/http/tests/navigation/redirect302-frames-expected.txt: Removed.
1186 * platform/win/http/tests/navigation/redirect302-goback-expected.txt: Removed.
1187 * platform/win/http/tests/navigation/redirect302-subframeload-expected.txt: Removed.
1188 * platform/win/http/tests/navigation/relativeanchor-basic-expected.txt: Removed.
1189 * platform/win/http/tests/navigation/relativeanchor-frames-expected.txt: Removed.
1190 * platform/win/http/tests/navigation/relativeanchor-goback-expected.txt: Removed.
1191 * platform/win/http/tests/navigation/slowmetaredirect-basic-expected.txt: Removed.
1192 * platform/win/http/tests/navigation/slowtimerredirect-basic-expected.txt: Removed.
1193 * platform/win/http/tests/navigation/success200-basic-expected.txt: Removed.
1194 * platform/win/http/tests/navigation/success200-frames-expected.txt: Removed.
1195 * platform/win/http/tests/navigation/success200-frames-loadsame-expected.txt: Removed.
1196 * platform/win/http/tests/navigation/success200-goback-expected.txt: Removed.
1197 * platform/win/http/tests/navigation/success200-loadsame-expected.txt: Removed.
1198 * platform/win/http/tests/navigation/success200-reload-expected.txt: Removed.
1199 * platform/win/http/tests/navigation/success200-subframeload-expected.txt: Removed.
1200 * platform/win/http/tests/navigation/timerredirect-basic-expected.txt: Removed.
1201 * platform/win/http/tests/navigation/timerredirect-frames-expected.txt: Removed.
1202 * platform/win/http/tests/navigation/timerredirect-goback-expected.txt: Removed.
1203 * platform/win/http/tests/navigation/timerredirect-subframeload-expected.txt: Removed.
1205 2009-05-14 Darin Adler <darin@apple.com>
1207 * platform/gtk/Skipped: Added new tests to the skipped list.
1209 2009-05-13 Simon Fraser <simon.fraser@apple.com>
1213 Fix pixel result after test was changed in r43664.
1215 * platform/mac/fast/css/text-overflow-ellipsis-expected.checksum:
1216 * platform/mac/fast/css/text-overflow-ellipsis-expected.png:
1218 2009-05-13 Beth Dakin <bdakin@apple.com>
1220 Rubber-stamped by Oliver Hunt.
1222 Change a bunch of http tests to dumpAsText(). They are currently
1223 failing on the Windown Build Bot because of textarea metrics
1224 changes, and we have decided that these tests are most valuable as
1227 * http/tests/navigation/anchor-basic-expected.txt: Added.
1228 * http/tests/navigation/anchor-basic.html:
1229 * http/tests/navigation/anchor-goback-expected.txt: Added.
1230 * http/tests/navigation/anchor-goback.html:
1231 * http/tests/navigation/anchor-subframeload-expected.txt: Added.
1232 * http/tests/navigation/anchor-subframeload.html:
1233 * http/tests/navigation/javascriptlink-basic-expected.txt: Added.
1234 * http/tests/navigation/javascriptlink-basic.html:
1235 * http/tests/navigation/javascriptlink-goback-expected.txt: Added.
1236 * http/tests/navigation/javascriptlink-goback.html:
1237 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Added.
1238 * http/tests/navigation/javascriptlink-subframeload.html:
1239 * http/tests/navigation/metaredirect-basic-expected.txt: Added.
1240 * http/tests/navigation/metaredirect-basic.html:
1241 * http/tests/navigation/metaredirect-frames-expected.txt: Added.
1242 * http/tests/navigation/metaredirect-frames.html:
1243 * http/tests/navigation/metaredirect-goback-expected.txt: Added.
1244 * http/tests/navigation/metaredirect-goback.html:
1245 * http/tests/navigation/metaredirect-subframeload-expected.txt: Added.
1246 * http/tests/navigation/metaredirect-subframeload.html:
1247 * http/tests/navigation/post-goback2-expected.txt: Added.
1248 * http/tests/navigation/post-goback2.html:
1249 * http/tests/navigation/postredirect-goback2-expected.txt: Added.
1250 * http/tests/navigation/postredirect-goback2.html:
1251 * http/tests/navigation/redirect302-basic-expected.txt: Added.
1252 * http/tests/navigation/redirect302-basic.html:
1253 * http/tests/navigation/redirect302-frames-expected.txt: Added.
1254 * http/tests/navigation/redirect302-frames.html:
1255 * http/tests/navigation/redirect302-goback-expected.txt: Added.
1256 * http/tests/navigation/redirect302-goback.html:
1257 * http/tests/navigation/redirect302-subframeload-expected.txt: Added.
1258 * http/tests/navigation/redirect302-subframeload.html:
1259 * http/tests/navigation/relativeanchor-basic-expected.txt: Added.
1260 * http/tests/navigation/relativeanchor-basic.html:
1261 * http/tests/navigation/relativeanchor-frames-expected.txt: Added.
1262 * http/tests/navigation/relativeanchor-frames.html:
1263 * http/tests/navigation/relativeanchor-goback-expected.txt: Added.
1264 * http/tests/navigation/relativeanchor-goback.html:
1265 * http/tests/navigation/slowmetaredirect-basic-expected.txt: Added.
1266 * http/tests/navigation/slowmetaredirect-basic.html:
1267 * http/tests/navigation/slowtimerredirect-basic-expected.txt: Added.
1268 * http/tests/navigation/slowtimerredirect-basic.html:
1269 * http/tests/navigation/success200-basic-expected.txt: Added.
1270 * http/tests/navigation/success200-basic.html:
1271 * http/tests/navigation/success200-frames-expected.txt: Added.
1272 * http/tests/navigation/success200-frames-loadsame-expected.txt: Added.
1273 * http/tests/navigation/success200-frames-loadsame.html:
1274 * http/tests/navigation/success200-frames.html:
1275 * http/tests/navigation/success200-goback-expected.txt: Added.
1276 * http/tests/navigation/success200-goback.html:
1277 * http/tests/navigation/success200-loadsame-expected.txt: Added.
1278 * http/tests/navigation/success200-loadsame.html:
1279 * http/tests/navigation/success200-reload-expected.txt: Added.
1280 * http/tests/navigation/success200-reload.html:
1281 * http/tests/navigation/success200-subframeload-expected.txt: Added.
1282 * http/tests/navigation/success200-subframeload.html:
1283 * http/tests/navigation/timerredirect-basic-expected.txt: Added.
1284 * http/tests/navigation/timerredirect-basic.html:
1285 * http/tests/navigation/timerredirect-frames-expected.txt: Added.
1286 * http/tests/navigation/timerredirect-frames.html:
1287 * http/tests/navigation/timerredirect-goback-expected.txt: Added.
1288 * http/tests/navigation/timerredirect-goback.html:
1289 * http/tests/navigation/timerredirect-subframeload-expected.txt: Added.
1290 * http/tests/navigation/timerredirect-subframeload.html:
1291 * platform/mac/http/tests/navigation/anchor-basic-expected.checksum: Removed.
1292 * platform/mac/http/tests/navigation/anchor-basic-expected.png: Removed.
1293 * platform/mac/http/tests/navigation/anchor-basic-expected.txt: Removed.
1294 * platform/mac/http/tests/navigation/anchor-goback-expected.checksum: Removed.
1295 * platform/mac/http/tests/navigation/anchor-goback-expected.png: Removed.
1296 * platform/mac/http/tests/navigation/anchor-goback-expected.txt: Removed.
1297 * platform/mac/http/tests/navigation/anchor-subframeload-expected.checksum: Removed.
1298 * platform/mac/http/tests/navigation/anchor-subframeload-expected.png: Removed.
1299 * platform/mac/http/tests/navigation/anchor-subframeload-expected.txt: Removed.
1300 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.checksum: Removed.
1301 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.png: Removed.
1302 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.txt: Removed.
1303 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.checksum: Removed.
1304 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.png: Removed.
1305 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.txt: Removed.
1306 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.checksum: Removed.
1307 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.png: Removed.
1308 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.txt: Removed.
1309 * platform/mac/http/tests/navigation/metaredirect-basic-expected.checksum: Removed.
1310 * platform/mac/http/tests/navigation/metaredirect-basic-expected.png: Removed.
1311 * platform/mac/http/tests/navigation/metaredirect-basic-expected.txt: Removed.
1312 * platform/mac/http/tests/navigation/metaredirect-frames-expected.checksum: Removed.
1313 * platform/mac/http/tests/navigation/metaredirect-frames-expected.png: Removed.
1314 * platform/mac/http/tests/navigation/metaredirect-frames-expected.txt: Removed.
1315 * platform/mac/http/tests/navigation/metaredirect-goback-expected.checksum: Removed.
1316 * platform/mac/http/tests/navigation/metaredirect-goback-expected.png: Removed.
1317 * platform/mac/http/tests/navigation/metaredirect-goback-expected.txt: Removed.
1318 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.checksum: Removed.
1319 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.png: Removed.
1320 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.txt: Removed.
1321 * platform/mac/http/tests/navigation/post-goback2-expected.checksum: Removed.
1322 * platform/mac/http/tests/navigation/post-goback2-expected.png: Removed.
1323 * platform/mac/http/tests/navigation/post-goback2-expected.txt: Removed.
1324 * platform/mac/http/tests/navigation/postredirect-goback2-expected.checksum: Removed.
1325 * platform/mac/http/tests/navigation/postredirect-goback2-expected.png: Removed.
1326 * platform/mac/http/tests/navigation/postredirect-goback2-expected.txt: Removed.
1327 * platform/mac/http/tests/navigation/redirect302-basic-expected.checksum: Removed.
1328 * platform/mac/http/tests/navigation/redirect302-basic-expected.png: Removed.
1329 * platform/mac/http/tests/navigation/redirect302-basic-expected.txt: Removed.
1330 * platform/mac/http/tests/navigation/redirect302-frames-expected.checksum: Removed.
1331 * platform/mac/http/tests/navigation/redirect302-frames-expected.png: Removed.
1332 * platform/mac/http/tests/navigation/redirect302-frames-expected.txt: Removed.
1333 * platform/mac/http/tests/navigation/redirect302-goback-expected.checksum: Removed.
1334 * platform/mac/http/tests/navigation/redirect302-goback-expected.png: Removed.
1335 * platform/mac/http/tests/navigation/redirect302-goback-expected.txt: Removed.
1336 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.checksum: Removed.
1337 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.png: Removed.
1338 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.txt: Removed.
1339 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.checksum: Removed.
1340 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.png: Removed.
1341 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.txt: Removed.
1342 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.checksum: Removed.
1343 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.png: Removed.
1344 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.txt: Removed.
1345 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.checksum: Removed.
1346 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.png: Removed.
1347 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.txt: Removed.
1348 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.checksum: Removed.
1349 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.png: Removed.
1350 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.txt: Removed.
1351 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.checksum: Removed.
1352 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.png: Removed.
1353 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.txt: Removed.
1354 * platform/mac/http/tests/navigation/success200-basic-expected.checksum: Removed.
1355 * platform/mac/http/tests/navigation/success200-basic-expected.png: Removed.
1356 * platform/mac/http/tests/navigation/success200-basic-expected.txt: Removed.
1357 * platform/mac/http/tests/navigation/success200-frames-expected.checksum: Removed.
1358 * platform/mac/http/tests/navigation/success200-frames-expected.png: Removed.
1359 * platform/mac/http/tests/navigation/success200-frames-expected.txt: Removed.
1360 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.checksum: Removed.
1361 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.png: Removed.
1362 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.txt: Removed.
1363 * platform/mac/http/tests/navigation/success200-goback-expected.checksum: Removed.
1364 * platform/mac/http/tests/navigation/success200-goback-expected.png: Removed.
1365 * platform/mac/http/tests/navigation/success200-goback-expected.txt: Removed.
1366 * platform/mac/http/tests/navigation/success200-loadsame-expected.checksum: Removed.
1367 * platform/mac/http/tests/navigation/success200-loadsame-expected.png: Removed.
1368 * platform/mac/http/tests/navigation/success200-loadsame-expected.txt: Removed.
1369 * platform/mac/http/tests/navigation/success200-reload-expected.checksum: Removed.
1370 * platform/mac/http/tests/navigation/success200-reload-expected.png: Removed.
1371 * platform/mac/http/tests/navigation/success200-reload-expected.txt: Removed.
1372 * platform/mac/http/tests/navigation/success200-subframeload-expected.checksum: Removed.
1373 * platform/mac/http/tests/navigation/success200-subframeload-expected.png: Removed.
1374 * platform/mac/http/tests/navigation/success200-subframeload-expected.txt: Removed.
1375 * platform/mac/http/tests/navigation/timerredirect-basic-expected.checksum: Removed.
1376 * platform/mac/http/tests/navigation/timerredirect-basic-expected.png: Removed.
1377 * platform/mac/http/tests/navigation/timerredirect-basic-expected.txt: Removed.
1378 * platform/mac/http/tests/navigation/timerredirect-frames-expected.checksum: Removed.
1379 * platform/mac/http/tests/navigation/timerredirect-frames-expected.png: Removed.
1380 * platform/mac/http/tests/navigation/timerredirect-frames-expected.txt: Removed.
1381 * platform/mac/http/tests/navigation/timerredirect-goback-expected.checksum: Removed.
1382 * platform/mac/http/tests/navigation/timerredirect-goback-expected.png: Removed.
1383 * platform/mac/http/tests/navigation/timerredirect-goback-expected.txt: Removed.
1384 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.checksum: Removed.
1385 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.png: Removed.
1386 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.txt: Removed.
1388 2009-05-13 Dan Bernstein <mitz@apple.com>
1390 Reviewed by Anders Carlsson.
1392 - test for <rdar://problem/5483015> Replies in Mail are drawn first
1393 without the user style sheet and then redrawn with the style sheet
1395 * platform/mac/fast/loader/user-stylesheet-fast-path-expected.txt: Added.
1396 * platform/mac/fast/loader/user-stylesheet-fast-path.html: Added.
1398 2009-05-13 Chris Fleizach <cfleizach@apple.com>
1400 Reviewed by Beth Dakin.
1402 Bug 25755: Implement ARIA grid role
1403 https://bugs.webkit.org/show_bug.cgi?id=25755
1405 * accessibility/aria-tables.html: Added.
1406 * accessibility/table-with-aria-role.html:
1407 * platform/mac-leopard/accessibility/aria-tables-expected.txt: Added.
1408 * platform/mac-leopard/accessibility/table-with-aria-role-expected.txt:
1409 * platform/mac/accessibility/aria-tables-expected.txt: Added.
1410 * platform/mac/accessibility/table-with-aria-role-expected.txt:
1412 2009-05-13 Jeremy Moskovich <jeremy@chromium.org>
1414 Reviewed by Dave Hyatt.
1416 Fix a number of bugs relating to RTL and text-overflow:ellipsis.
1417 Also refactor the relevant code to make it a little clearer.
1419 This CL fixes 3 fundamental issues:
1420 - Corrects behavior if the truncated InlineTextBox's directionality is
1421 different from the overall flow direction - bug 25135.
1422 - Make decoration drawing in InlineFlowbox RTL-aware - bug 24206.
1423 - Full truncation on InlineBoxes in RTL flow - bug 24186
1424 - Add tests for the above + reorder/cleanup tests for easier
1425 interpretation of outcome.
1427 The code for placing ellipsis has been refactored to use
1428 left/right notation rather than a single variable whose meaning
1429 could differ based on flow directionality.
1431 To support differing inline directionality vs flow directionality,
1432 different variables are now used in InlineTextBox::placeEllipsisBox to
1435 The drawing mode for underlines in standards mode now correctly handles
1436 RTL truncation and relevant test where added.
1438 https://bugs.webkit.org/show_bug.cgi?id=24186
1439 https://bugs.webkit.org/show_bug.cgi?id=25135
1440 https://bugs.webkit.org/show_bug.cgi?id=24206
1442 * fast/css/text-overflow-ellipsis-bidi.html: Added.
1443 * fast/css/text-overflow-ellipsis-strict.html: Added.
1444 * fast/css/text-overflow-ellipsis.html:
1445 * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Added.
1446 * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
1447 * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
1448 * platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
1449 * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.checksum: Added.
1450 * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
1451 * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
1453 2009-05-13 David Hyatt <hyatt@apple.com>
1455 Reviewed by Beth Dakin.
1457 Add layout test for <rdar://problem/6872894> REGRESSION (r41896-42143): First letter cut off in styled select menus.
1459 * fast/overflow/border-radius-clipping.html: Added.
1460 * platform/mac/fast/overflow/border-radius-clipping-expected.checksum: Added.
1461 * platform/mac/fast/overflow/border-radius-clipping-expected.png: Added.
1462 * platform/mac/fast/overflow/border-radius-clipping-expected.txt: Added.
1464 2009-05-13 David Hyatt <hyatt@apple.com>
1466 Reviewed by Beth Dakin and Darin Adler.
1468 Add a repaint test for <rdar://problem/6869687> REGRESSION (r41203): Facebook friend suggestions disappear on update.
1470 * fast/repaint/opacity-change-on-overflow-float.html: Added.
1471 * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.checksum: Added.
1472 * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.png: Added.
1473 * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.txt: Added.
1475 2009-05-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1477 Disable new tests. We are not going to be adding more new test
1478 results for now, for we want to better sort out things such as
1479 fixed DPI, and easily reproducible font configuration.
1481 * platform/gtk/Skipped:
1483 2009-05-13 David Levin <levin@chromium.org>
1485 Reviewed by Darin Adler.
1487 Bug 25394: REGRESSION: crash in DocumentLoader::addResponse due to bad |this| pointer
1488 https://bugs.webkit.org/show_bug.cgi?id=25394
1490 Request a subresource load for an IMG after 'unload' and before the next
1491 page load completes to expose the crash.
1493 * http/tests/xmlhttprequest/frame-unload-abort-crash-expected.txt: Added.
1494 * http/tests/xmlhttprequest/frame-unload-abort-crash.html: Added.
1495 * http/tests/xmlhttprequest/resources/xmlhttprequest-in-unload.html: Added.
1497 2009-05-13 Dan Bernstein <mitz@apple.com>
1499 Reviewed by Dave Hyatt.
1501 - tests for <rdar://problem/6805567> REGRESSION (r42348): Notes flicker
1504 * fast/frames/content-opacity-1.html: Added.
1505 * fast/frames/content-opacity-2.html: Added.
1506 * platform/mac/fast/frames/content-opacity-1-expected.checksum: Added.
1507 * platform/mac/fast/frames/content-opacity-1-expected.png: Added.
1508 * platform/mac/fast/frames/content-opacity-1-expected.txt: Added.
1509 * platform/mac/fast/frames/content-opacity-2-expected.checksum: Added.
1510 * platform/mac/fast/frames/content-opacity-2-expected.png: Added.
1511 * platform/mac/fast/frames/content-opacity-2-expected.txt: Added.
1513 2009-05-13 Alexey Proskuryakov <ap@webkit.org>
1515 Reviewed by Darin Adler.
1517 https://bugs.webkit.org/show_bug.cgi?id=25749
1518 Add a test for non-same origin appcache manifest URL
1520 * http/tests/appcache/different-origin-manifest-expected.txt: Added.
1521 * http/tests/appcache/different-origin-manifest.html: Added.
1523 2009-05-12 Roland Steiner <rolandsteiner@google.com>
1525 Reviewed by Eric Seidel.
1527 Bug 25738: Skia: CSS border style not cleared for SVG object
1528 https://bugs.webkit.org/show_bug.cgi?id=25738
1530 * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.checksum: Added.
1531 * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.png: Added.
1532 * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.txt: Added.
1533 * svg/custom/no-inherited-dashed-stroke.xhtml: Added.
1535 2009-05-12 Oliver Hunt <oliver@apple.com>
1537 Reviewed by Gavin Barraclough.
1539 <rdar://problem/6881457> Crash occurs at JSC::Interpreter::execute() when loading http://www.sears.com
1541 Add a test for using the arguments object inside an exception handler.
1543 * fast/js/arguments-expected.txt:
1544 * fast/js/resources/arguments.js:
1545 (argumentCalleeInException):
1547 2009-05-12 Erik Arvidsson <arv@chromium.org>
1549 Reviewed by Eric Seidel.
1551 Bug 21903: Adds DOM bindings for the placeholder property of the
1553 https://bugs.webkit.org/show_bug.cgi?id=21903
1555 * fast/forms/placeholder-dom-property-expected.txt: Added.
1556 * fast/forms/placeholder-dom-property.html: Added.
1557 * fast/forms/resources/placeholder-dom-property.js: Added.
1559 2009-05-12 Adam Barth <abarth@webkit.org>
1561 Reviewed by Dimitri Glazkov.
1563 Test that we use the lexical global object in document.open,
1564 document.write, and document.writeln.
1566 * http/tests/security/aboutBlank/security-context-grandchildren-lexical-expected.txt: Added.
1567 * http/tests/security/aboutBlank/security-context-grandchildren-lexical.html: Added.
1568 * http/tests/security/aboutBlank/security-context-grandchildren-write-lexical-expected.txt: Added.
1569 * http/tests/security/aboutBlank/security-context-grandchildren-write-lexical.html: Added.
1570 * http/tests/security/aboutBlank/security-context-grandchildren-writeln-lexical-expected.txt: Added.
1571 * http/tests/security/aboutBlank/security-context-grandchildren-writeln-lexical.html: Added.
1573 2009-05-12 Simon Fraser <simon.fraser@apple.com>
1577 media/video-size-intrinsic-scale.html fails on Tiger, so add it to the skipped
1580 * platform/mac-tiger/Skipped:
1582 2009-05-12 Simon Fraser <simon.fraser@apple.com>
1584 Reviewed by Dan Bernstein
1586 <rdar://problem/6497461> Many media layout tests failing on SnowLeopard.
1588 Turn media tests back on for SnowLeopard, and generate new pixel results. Put override
1589 results in platform/mac-leopard when necessary.
1591 media/video-size-intrinsic-scale.html fails and is still skipped: <rdar://problem/6877291>
1593 * platform/mac-leopard/media/audio-controls-rendering-expected.checksum: Added.
1594 * platform/mac-leopard/media/audio-controls-rendering-expected.png: Added.
1595 * platform/mac-leopard/media/video-aspect-ratio-expected.checksum: Added.
1596 * platform/mac-leopard/media/video-aspect-ratio-expected.png: Added.
1597 * platform/mac-leopard/media/video-controls-rendering-expected.checksum: Added.
1598 * platform/mac-leopard/media/video-controls-rendering-expected.png: Added.
1599 * platform/mac-leopard/media/video-display-toggle-expected.checksum: Added.
1600 * platform/mac-leopard/media/video-display-toggle-expected.png: Added.
1601 * platform/mac-leopard/media/video-empty-source-expected.checksum: Added.
1602 * platform/mac-leopard/media/video-empty-source-expected.png: Added.
1603 * platform/mac-leopard/media/video-layer-crash-expected.checksum: Added.
1604 * platform/mac-leopard/media/video-layer-crash-expected.png: Added.
1605 * platform/mac-leopard/media/video-transformed-expected.checksum: Added.
1606 * platform/mac-leopard/media/video-transformed-expected.png: Added.
1607 * platform/mac-leopard/media/video-zoom-controls-expected.checksum: Added.
1608 * platform/mac-leopard/media/video-zoom-controls-expected.png: Added.
1609 * platform/mac-leopard/media/video-zoom-expected.checksum: Added.
1610 * platform/mac-leopard/media/video-zoom-expected.png: Added.
1611 * platform/mac-snowleopard/Skipped:
1612 * platform/mac/Skipped:
1613 * platform/mac/media/audio-controls-rendering-expected.checksum:
1614 * platform/mac/media/audio-controls-rendering-expected.png:
1615 * platform/mac/media/video-aspect-ratio-expected.checksum:
1616 * platform/mac/media/video-aspect-ratio-expected.png:
1617 * platform/mac/media/video-controls-rendering-expected.checksum:
1618 * platform/mac/media/video-controls-rendering-expected.png:
1619 * platform/mac/media/video-controls-visible-audio-only-expected.checksum: Removed.
1620 * platform/mac/media/video-controls-visible-audio-only-expected.png: Removed.
1621 * platform/mac/media/video-display-toggle-expected.checksum:
1622 * platform/mac/media/video-display-toggle-expected.png:
1623 * platform/mac/media/video-empty-source-expected.checksum:
1624 * platform/mac/media/video-empty-source-expected.png:
1625 * platform/mac/media/video-layer-crash-expected.checksum:
1626 * platform/mac/media/video-layer-crash-expected.png:
1627 * platform/mac/media/video-transformed-expected.checksum:
1628 * platform/mac/media/video-transformed-expected.png:
1629 * platform/mac/media/video-zoom-controls-expected.checksum:
1630 * platform/mac/media/video-zoom-controls-expected.png:
1631 * platform/mac/media/video-zoom-expected.checksum:
1632 * platform/mac/media/video-zoom-expected.png:
1634 2009-03-19 Oliver Hunt <oliver@apple.com>
1636 Reviewed by Darin Adler.
1638 <rdar://problem/6702386> Incorrect bound check in SVGList::insertItemBefore
1640 Test to ensure out of bounds indices passed to SVGList are correctly intercepted.
1642 * svg/dom/svglist-exception-on-out-bounds-error-expected.txt: Added.
1643 * svg/dom/svglist-exception-on-out-bounds-error.html: Added.
1645 2009-05-12 Alexey Proskuryakov <ap@webkit.org>
1647 Reviewed by Darin Adler.
1649 https://bugs.webkit.org/show_bug.cgi?id=25694
1650 HTMLParser::createHead() ASSERT: Creating an element, calling document.open() and writing
1651 to the document NULL ptr
1653 * fast/parser/implicit-head-in-fragment-crash-expected.txt: Added.
1654 * fast/parser/implicit-head-in-fragment-crash.html: Added.
1656 2009-05-12 Ariya Hidayat <ariya.hidayat@nokia.com>
1658 Reviewed by Dimitri Glazkov.
1660 Added Qt-specific expected result for toDataURL test, since Qt
1661 does not support saving pixmaps to GIF.
1663 * platform/qt/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
1665 2009-05-12 Ariya Hidayat <ariya.hidayat@nokia.com>
1667 Rubber-stamped by Simon Hausmann.
1669 Added Qt-specific expected result for Canvas getImageData's test.
1671 https://bugs.webkit.org/show_bug.cgi?id=22150
1673 Since Qt is internally using premultiplied ARGB32 for doing
1674 alpha-blending painting, reading the color back will not
1675 necessarily give the same exact color.
1677 * platform/qt/Skipped: Excluded canvas-getImageData.
1678 * platform/qt/fast/canvas/canvas-getImageData-expected.txt: Added.
1680 2009-05-12 Gavin Barraclough <barraclough@apple.com>
1682 Reviewed by Oliver Hunt.
1684 Test was checked in with one test case disabled since it exposed an existing bug;
1687 * fast/js/instance-of-immediates-expected.txt:
1688 * fast/js/resources/instance-of-immediates.js:
1690 2009-05-11 Brady Eidson <beidson@apple.com>
1692 Add a third copy of the test results for this test to make Tiger bots happy.
1694 * platform/mac-tiger/fast/images: Added.
1695 * platform/mac-tiger/fast/images/favicon-as-image-expected.checksum: Copied from platform/mac/fast/images/favicon-as-image-expected.checksum.
1696 * platform/mac-tiger/fast/images/favicon-as-image-expected.png: Copied from platform/mac/fast/images/favicon-as-image-expected.png.
1697 * platform/mac-tiger/fast/images/favicon-as-image-expected.txt: Copied from platform/mac/fast/images/favicon-as-image-expected.txt.
1699 2009-05-11 Gavin Barraclough <barraclough@apple.com>
1701 Reviewed by Oliver Hunt.
1703 Add a layout test for instanceof.
1705 * fast/js/instance-of-immediates-expected.txt: Added.
1706 * fast/js/instance-of-immediates.html: Added.
1707 * fast/js/resources/instance-of-immediates.js: Added.
1712 2009-05-11 Brady Eidson <beidson@apple.com>
1714 Reviewed by David Kilzer.
1716 <rdar://problem/6876226> - Cleanup the fast/images/favicon situation a bit.
1718 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.
1719 Second, add Leopard-specific results for the original test.
1720 Then, remove it from the Leopard skipped list.
1721 Finally, add it to the SnowLeopard skipped list (<rdar://problem/6877633> covers re-enabling it when we're no longer blocked).
1723 * http/tests/misc/favicon-as-image.html: Copied from fast/images/favicon-as-image.html.
1724 * http/tests/misc/resources/favicon.ico: Copied from fast/images/resources/favicon.ico.
1726 * platform/mac/http/tests/misc/favicon-as-image-expected.checksum: Added.
1727 * platform/mac/http/tests/misc/favicon-as-image-expected.png: Added.
1728 * platform/mac/http/tests/misc/favicon-as-image-expected.txt: Added.
1730 * platform/mac-leopard/fast/images: Added.
1731 * platform/mac-leopard/fast/images/favicon-as-image-expected.checksum: Copied from platform/mac/fast/images/favicon-as-image-expected.checksum.
1732 * platform/mac-leopard/fast/images/favicon-as-image-expected.png: Copied from platform/mac/fast/images/favicon-as-image-expected.png.
1733 * platform/mac-leopard/fast/images/favicon-as-image-expected.txt: Copied from platform/mac/fast/images/favicon-as-image-expected.txt.
1735 * platform/mac-leopard/Skipped:
1736 * platform/mac-snowleopard/Skipped:
1738 2009-05-11 Holger Hans Peter Freyther <zecke@selfish.org>
1740 DRT/GTK+ lacks an AccessibilityController do not run the
1741 accessibility/onclick-handlers.thtml test.
1743 * platform/gtk/Skipped:
1745 2009-05-11 Chris Fleizach <cfleizach@apple.com>
1747 Reviewed by Beth Dakin.
1749 Bug 25713: AX: Control Elements not identified in HTML content
1750 https://bugs.webkit.org/show_bug.cgi?id=25713
1752 * accessibility/onclick-handlers-expected.txt: Added.
1753 * accessibility/onclick-handlers.html: Added.
1755 2009-05-11 Darin Adler <darin@apple.com>
1757 Reviewed by Dan Bernstein.
1759 <rdar://problem/6276843> REGRESSION: TextIterator generates
1760 an extra newline for ranges that start outside of body
1762 * editing/text-iterator/basic-iteration-expected.txt:
1763 Expect success, not failure.
1765 2009-05-11 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1767 Enable the new passing test, and skip two new failing tests.
1769 * platform/gtk/Skipped:
1770 * platform/gtk/fast/css/compare-content-style-expected.txt: Added.
1772 2009-05-11 Alice Liu <alice.liu@apple.com>
1774 Reviewed by Dan Bernstein.
1776 https://bugs.webkit.org/show_bug.cgi?id=25701
1777 REGRESSION(r38788 & r42020): styled searchfields look wrong on Windows, affects Facebook
1779 * fast/forms/search-styled.html: Added.
1780 * platform/mac/fast/forms/search-styled-expected.txt: Added.
1781 * platform/win/fast/forms/search-styled-expected.txt: Added.
1783 2009-05-11 Brady Eidson <beidson@apple.com>
1785 Reviewed by Darin Adler.
1787 * platform/mac-leopard/Skipped: Skip fast/images/favicon-as-image.html until we can come up
1788 with a better solution to its new failure.
1790 2009-05-11 Darin Adler <darin@apple.com>
1792 Reviewed by Oliver Hunt.
1794 Bug 25560: REGRESSION (r34821): "string value".__proto__ gets the wrong object.
1795 https://bugs.webkit.org/show_bug.cgi?id=25560
1796 rdar://problem/6861069
1798 * fast/js/prototypes-expected.txt: Added.
1799 * fast/js/prototypes.html: Added.
1800 * fast/js/resources/prototypes.js: Added.
1802 2009-05-11 David Kilzer <ddkilzer@apple.com>
1804 Added webarchive/test-link-rel-icon.html to gtk Skipped list
1806 * platform/gtk/Skipped: Added webarchive/test-link-rel-icon.html.
1808 2009-05-11 David Kilzer <ddkilzer@apple.com>
1810 Bug 23331: LayoutTests/webarchive/test-link-rel-icon.html fails in different ways on buildbots
1812 <https://bugs.webkit.org/show_bug.cgi?id=23331>
1814 Reviewed by Brady Eidson.
1816 * webarchive/test-link-rel-icon-expected.webarchive: Updated
1817 results after removing workaround in the test.
1818 * webarchive/test-link-rel-icon.html: Copied from webarchive/test-link-rel-icon.html-disabled.
1819 Removed workaround for Bug 21026 / <rdar://problem/6240826>.
1820 * webarchive/test-link-rel-icon.html-disabled: Removed.
1822 2009-05-11 Darin Adler <darin@apple.com>
1824 Reviewed by Dan Bernstein.
1826 Fix failure seen on most of the buildbots.
1828 * fast/forms/text-control-intrinsic-widths-expected.txt: Rolled back to the
1829 version before Hyatt's recent intrinsic margin check-in. According to Dan,
1830 that should not have had any effect on this test, so these results reflect
1831 some other sort of difference on Hyatt's computer.
1833 2009-05-10 Dan Bernstein <mitz@apple.com>
1835 Reviewed by Darin Adler.
1837 - test for a crash when deactivating a document that had adopted a
1840 * fast/dom/HTMLFormElement/document-deactivation-callback-crash-expected.txt: Added.
1841 * fast/dom/HTMLFormElement/document-deactivation-callback-crash.html: Added.
1843 2009-05-10 David Kilzer <ddkilzer@apple.com>
1845 Test for Bug 23741: StyleRareNonInheritedData::operator==() should not compare ContentData objects by pointer
1847 Rubber-stamped by Geoff Garen.
1849 Original test by Simon Fraser.
1851 * fast/css/compare-content-style.html: Added.
1852 * platform/mac/fast/css/compare-content-style-expected.txt: Added.
1854 2009-05-10 Dan Bernstein <mitz@apple.com>
1856 Reviewed by Dave Kilzer.
1858 - new test and correct results for https://bugs.webkit.org/show_bug.cgi?id=25602
1859 REGRESSION: fast/overflow/overflow-focus-ring.html seems double-drawn
1862 * fast/layers/self-painting-outline.html: Added.
1863 * platform/mac/fast/overflow/overflow-focus-ring-expected.checksum: Updated.
1864 * platform/mac/fast/overflow/overflow-focus-ring-expected.png: Updated.
1865 * platform/mac/fast/layers/self-painting-outline-expected.checksum: Added.
1866 * platform/mac/fast/layers/self-painting-outline-expected.png: Added.
1867 * platform/mac/fast/layers/self-painting-outline-expected.txt: Added.
1869 2009-05-09 Dan Bernstein <mitz@apple.com>
1871 Reviewed by Geoffrey Garen and Mark Rowe.
1873 - test for https://bugs.webkit.org/show_bug.cgi?id=25666
1874 Assertion failure in Node::setDocument()
1875 (willMoveToNewOwnerDocumentWasCalled) when adopting a <form> element
1877 * fast/dom/HTMLFormElement/adopt-assertion-expected.txt: Added.
1878 * fast/dom/HTMLFormElement/adopt-assertion.html: Added.
1880 2009-05-09 Geoffrey Garen <ggaren@apple.com>
1882 Rubber stamped by Beth Dakin.
1884 Added a test for a math edge case I just came across.
1886 * fast/js/postfix-syntax-expected.txt:
1887 * fast/js/resources/postfix-syntax.js:
1889 2009-05-09 Dan Bernstein <mitz@apple.com>
1891 - correct the results from the previous patch
1893 2009-05-09 Dan Bernstein <mitz@apple.com>
1895 - update Windows-specific layout test results for textarea
1896 intrinsic margin change (r43355)
1898 * platform/win/editing/inserting/4960120-1-expected.txt:
1899 * platform/win/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
1900 * platform/win/editing/pasteboard/pasting-tabs-expected.txt:
1901 * platform/win/fast/css/resize-corner-tracking-expected.txt:
1902 * platform/win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
1903 * platform/win/fast/dynamic/008-expected.txt:
1904 * platform/win/fast/forms/basic-textareas-expected.txt:
1905 * platform/win/fast/forms/textAreaLineHeight-expected.txt:
1906 * platform/win/fast/forms/textarea-align-expected.txt:
1907 * platform/win/fast/forms/textarea-rows-cols-expected.txt:
1908 * platform/win/fast/forms/textarea-scrollbar-expected.txt:
1909 * platform/win/fast/forms/textarea-scrolled-type-expected.txt:
1910 * platform/win/fast/forms/textarea-setinnerhtml-expected.txt:
1911 * platform/win/fast/forms/textarea-width-expected.txt:
1912 * platform/win/fast/overflow/overflow-x-y-expected.txt:
1913 * platform/win/fast/parser/comment-in-textarea-expected.txt:
1914 * platform/win/fast/parser/entity-comment-in-textarea-expected.txt:
1915 * platform/win/fast/parser/open-comment-in-textarea-expected.txt:
1916 * platform/win/fast/replaced/width100percent-textarea-expected.txt:
1917 * platform/win/fast/table/003-expected.txt:
1918 * platform/win/tables/mozilla/bugs/bug30559-expected.txt:
1920 2009-05-08 Jan Michael Alonzo <jmalonzo@webkit.org>
1922 Skip failing render tree test that was added in r43420.
1924 * platform/gtk/Skipped:
1926 2009-05-08 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
1928 Rubber-stamped by George Staikos.
1930 Update WML <input> layout test result, as input field metrics have changed recently.
1932 * platform/mac/fast/wml/input-expected.checksum:
1933 * platform/mac/fast/wml/input-expected.png:
1934 * platform/mac/fast/wml/input-expected.txt:
1936 2009-05-08 Dan Bernstein <mitz@apple.com>
1938 Reviewed by Darin Adler.
1940 - test for <rdar://problem/6864786> REGRESSION: Crash below
1941 ApplyStyleCommand::applyInlineStyleToRange when reviewing a patch in
1944 * editing/style/apply-through-end-of-document-expected.txt: Added.
1945 * editing/style/apply-through-end-of-document.html: Added.
1947 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1949 Disable more new tests that are failing.
1951 * platform/gtk/Skipped:
1953 2009-05-08 Eric Carlson <eric.carlson@apple.com>
1955 No review, update tests results missed in r43403.
1957 * fast/dom/Window/window-properties-expected.txt:
1958 * platform/mac-leopard/fast/dom/Window/window-properties-expected.txt:
1960 2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1962 GTK+ test results for two new tests.
1964 * platform/gtk/fast/layers/remove-only-this-layer-update-expected.txt: Added.
1965 * platform/gtk/fast/repaint/selection-clear-expected.txt: Added.
1967 2009-05-08 Eric Carlson <eric.carlson@apple.com>
1969 Reviewed by Darin Adler.
1971 https://bugs.webkit.org/show_bug.cgi?id=25627
1972 Bug 25627: HTMLMediaElement: some errors should fire on <source> elements
1974 Update tests for MEDIA_ERR_NONE_SUPPORTED change to MEDIA_ERR_SRC_NOT_SUPPORTED.
1975 Add video-source-error.html to test errors fired on <source> elements .
1977 * media/media-constants-expected.txt:
1978 * media/media-constants.html:
1979 * media/unsupported-rtsp.html:
1980 * media/video-error-does-not-exist.html:
1981 * media/video-source-error.html: Added.
1982 * media/video-src-change.html:
1983 * media/video-src-invalid-remove.html:
1984 * media/video-src-plus-source.html:
1986 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1988 Disable new test that is failing.
1990 * platform/gtk/Skipped:
1992 2009-05-08 Dan Bernstein <mitz@apple.com>
1994 Reviewed by Maciej Stachowiak.
1996 - test for <rdar://problem/6859955> Undoing typed text after selecting
1997 all leaves non-text areas highlighted
1999 * fast/repaint/selection-clear.html: Added.
2000 * platform/mac/fast/repaint/selection-clear-expected.checksum: Added.
2001 * platform/mac/fast/repaint/selection-clear-expected.png: Added.
2002 * platform/mac/fast/repaint/selection-clear-expected.txt: Added.
2004 2009-05-07 David Levin <levin@chromium.org>
2007 Suggested by Oliver Hunt.
2009 Rolling back http://trac.webkit.org/changeset/43385
2010 because we have to use mac artwork for the underline on OSX.
2012 * platform/mac/editing/spelling/inline_spelling_markers-expected.checksum:
2013 * platform/mac/editing/spelling/inline_spelling_markers-expected.png:
2014 * platform/mac/editing/spelling/spellcheck-attribute-expected.checksum:
2015 * platform/mac/editing/spelling/spellcheck-attribute-expected.png:
2016 * platform/mac/editing/spelling/spelling-expected.checksum:
2017 * platform/mac/editing/spelling/spelling-expected.png:
2018 * platform/mac/editing/spelling/spelling-linebreak-expected.checksum:
2019 * platform/mac/editing/spelling/spelling-linebreak-expected.png:
2021 2009-05-07 John Grabowski <jrg@chromium.org>
2023 Reviewed by Simon Fraser.
2025 https://bugs.webkit.org/show_bug.cgi?id=25573
2026 Rebaseline of spelling tests for Mac. Tests pass even without this
2027 change but checksums don't match. Non-Mac does not need a new baseline.
2029 * platform/mac/editing/spelling/inline_spelling_markers-expected.checksum:
2030 * platform/mac/editing/spelling/inline_spelling_markers-expected.png:
2031 * platform/mac/editing/spelling/spellcheck-attribute-expected.checksum:
2032 * platform/mac/editing/spelling/spellcheck-attribute-expected.png:
2033 * platform/mac/editing/spelling/spelling-expected.checksum:
2034 * platform/mac/editing/spelling/spelling-expected.png:
2035 * platform/mac/editing/spelling/spelling-linebreak-expected.checksum:
2036 * platform/mac/editing/spelling/spelling-linebreak-expected.png:
2038 2009-05-07 Darin Adler <darin@apple.com>
2040 Reviewed by Simon Fraser.
2042 Bug 25575: Registered mutation event listener crashes HTMLMediaElement
2043 https://bugs.webkit.org/show_bug.cgi?id=25575
2045 * fast/media/video-controls-with-mutation-event-handler-expected.txt: Added.
2046 * fast/media/video-controls-with-mutation-event-handler.html: Added.
2048 2009-05-07 Eric Seidel <eric@webkit.org>
2050 Reviewed by Beth Dakin.
2052 Fix regression caused by r41469, add test case to prevent it from
2054 https://bugs.webkit.org/show_bug.cgi?id=25252
2056 * fast/layers/remove-only-this-layer-update.html: Added.
2057 * platform/mac/fast/layers/remove-only-this-layer-update-expected.checksum: Added.
2058 * platform/mac/fast/layers/remove-only-this-layer-update-expected.png: Added.
2059 * platform/mac/fast/layers/remove-only-this-layer-update-expected.txt: Added.
2061 2009-05-07 David Hyatt <hyatt@apple.com>
2063 Restore intrinsic margins to all form controls on Mac and Windows.
2065 Reviewed by Beth Dakin.
2067 * fast/forms/text-control-intrinsic-widths-expected.txt:
2068 * fast/replaced/table-percent-height-text-controls-expected.txt:
2069 * platform/mac/editing/inserting/4960120-1-expected.checksum:
2070 * platform/mac/editing/inserting/4960120-1-expected.png:
2071 * platform/mac/editing/inserting/4960120-1-expected.txt:
2072 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
2073 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png:
2074 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
2075 * platform/mac/editing/pasteboard/pasting-tabs-expected.checksum:
2076 * platform/mac/editing/pasteboard/pasting-tabs-expected.png:
2077 * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
2078 * platform/mac/fast/css/resize-corner-tracking-expected.checksum:
2079 * platform/mac/fast/css/resize-corner-tracking-expected.png:
2080 * platform/mac/fast/css/resize-corner-tracking-expected.txt:
2081 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum:
2082 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
2083 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
2084 * platform/mac/fast/dynamic/008-expected.checksum:
2085 * platform/mac/fast/dynamic/008-expected.png:
2086 * platform/mac/fast/dynamic/008-expected.txt:
2087 * platform/mac/fast/forms/001-expected.checksum:
2088 * platform/mac/fast/forms/001-expected.png:
2089 * platform/mac/fast/forms/basic-textareas-expected.checksum:
2090 * platform/mac/fast/forms/basic-textareas-expected.png:
2091 * platform/mac/fast/forms/basic-textareas-expected.txt:
2092 * platform/mac/fast/forms/form-element-geometry-expected.checksum:
2093 * platform/mac/fast/forms/form-element-geometry-expected.png:
2094 * platform/mac/fast/forms/form-element-geometry-expected.txt:
2095 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum:
2096 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
2097 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
2098 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.checksum:
2099 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
2100 * platform/mac/fast/forms/menulist-clip-expected.checksum:
2101 * platform/mac/fast/forms/menulist-clip-expected.png:
2102 * platform/mac/fast/forms/menulist-narrow-width-expected.checksum:
2103 * platform/mac/fast/forms/menulist-narrow-width-expected.png:
2104 * platform/mac/fast/forms/menulist-option-wrap-expected.checksum:
2105 * platform/mac/fast/forms/menulist-option-wrap-expected.png:
2106 * platform/mac/fast/forms/menulist-restrict-line-height-expected.checksum:
2107 * platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
2108 * platform/mac/fast/forms/negativeLineHeight-expected.checksum:
2109 * platform/mac/fast/forms/negativeLineHeight-expected.png:
2110 * platform/mac/fast/forms/negativeLineHeight-expected.txt:
2111 * platform/mac/fast/forms/select-baseline-expected.checksum:
2112 * platform/mac/fast/forms/select-baseline-expected.png:
2113 * platform/mac/fast/forms/select-style-expected.checksum:
2114 * platform/mac/fast/forms/select-style-expected.png:
2115 * platform/mac/fast/forms/textAreaLineHeight-expected.checksum:
2116 * platform/mac/fast/forms/textAreaLineHeight-expected.png:
2117 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
2118 * platform/mac/fast/forms/textarea-align-expected.checksum:
2119 * platform/mac/fast/forms/textarea-align-expected.png:
2120 * platform/mac/fast/forms/textarea-align-expected.txt:
2121 * platform/mac/fast/forms/textarea-rows-cols-expected.checksum:
2122 * platform/mac/fast/forms/textarea-rows-cols-expected.png:
2123 * platform/mac/fast/forms/textarea-rows-cols-expected.txt:
2124 * platform/mac/fast/forms/textarea-scroll-height-expected.checksum:
2125 * platform/mac/fast/forms/textarea-scroll-height-expected.png:
2126 * platform/mac/fast/forms/textarea-scroll-height-expected.txt:
2127 * platform/mac/fast/forms/textarea-scrollbar-expected.checksum:
2128 * platform/mac/fast/forms/textarea-scrollbar-expected.png:
2129 * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
2130 * platform/mac/fast/forms/textarea-scrolled-type-expected.checksum:
2131 * platform/mac/fast/forms/textarea-scrolled-type-expected.png:
2132 * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
2133 * platform/mac/fast/forms/textarea-setinnerhtml-expected.checksum:
2134 * platform/mac/fast/forms/textarea-setinnerhtml-expected.png:
2135 * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
2136 * platform/mac/fast/forms/textarea-width-expected.checksum:
2137 * platform/mac/fast/forms/textarea-width-expected.png:
2138 * platform/mac/fast/forms/textarea-width-expected.txt:
2139 * platform/mac/fast/overflow/overflow-focus-ring-expected.checksum:
2140 * platform/mac/fast/overflow/overflow-focus-ring-expected.png:
2141 * platform/mac/fast/overflow/overflow-x-y-expected.checksum:
2142 * platform/mac/fast/overflow/overflow-x-y-expected.png:
2143 * platform/mac/fast/overflow/overflow-x-y-expected.txt:
2144 * platform/mac/fast/parser/comment-in-textarea-expected.checksum:
2145 * platform/mac/fast/parser/comment-in-textarea-expected.png:
2146 * platform/mac/fast/parser/comment-in-textarea-expected.txt:
2147 * platform/mac/fast/parser/entity-comment-in-textarea-expected.checksum:
2148 * platform/mac/fast/parser/entity-comment-in-textarea-expected.png:
2149 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
2150 * platform/mac/fast/parser/open-comment-in-textarea-expected.checksum:
2151 * platform/mac/fast/parser/open-comment-in-textarea-expected.png:
2152 * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
2153 * platform/mac/fast/replaced/selection-rect-transform-expected.png:
2154 * platform/mac/fast/replaced/width100percent-textarea-expected.checksum:
2155 * platform/mac/fast/replaced/width100percent-textarea-expected.png:
2156 * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
2157 * platform/mac/fast/table/003-expected.checksum:
2158 * platform/mac/fast/table/003-expected.png:
2159 * platform/mac/fast/table/003-expected.txt:
2160 * platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.checksum:
2161 * platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.png:
2162 * platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
2163 * platform/mac/http/tests/navigation/anchor-basic-expected.txt:
2164 * platform/mac/http/tests/navigation/anchor-frames-expected.checksum:
2165 * platform/mac/http/tests/navigation/anchor-frames-expected.png:
2166 * platform/mac/http/tests/navigation/anchor-frames-expected.txt:
2167 * platform/mac/http/tests/navigation/anchor-goback-expected.checksum:
2168 * platform/mac/http/tests/navigation/anchor-goback-expected.png:
2169 * platform/mac/http/tests/navigation/anchor-goback-expected.txt:
2170 * platform/mac/http/tests/navigation/anchor-subframeload-expected.checksum:
2171 * platform/mac/http/tests/navigation/anchor-subframeload-expected.png:
2172 * platform/mac/http/tests/navigation/anchor-subframeload-expected.txt:
2173 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.checksum:
2174 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.png:
2175 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.txt:
2176 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.checksum:
2177 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
2178 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
2179 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.checksum:
2180 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.png:
2181 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.txt:
2182 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.checksum:
2183 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.png:
2184 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.txt:
2185 * platform/mac/http/tests/navigation/metaredirect-basic-expected.checksum:
2186 * platform/mac/http/tests/navigation/metaredirect-basic-expected.png:
2187 * platform/mac/http/tests/navigation/metaredirect-basic-expected.txt:
2188 * platform/mac/http/tests/navigation/metaredirect-frames-expected.checksum:
2189 * platform/mac/http/tests/navigation/metaredirect-frames-expected.png:
2190 * platform/mac/http/tests/navigation/metaredirect-frames-expected.txt:
2191 * platform/mac/http/tests/navigation/metaredirect-goback-expected.checksum:
2192 * platform/mac/http/tests/navigation/metaredirect-goback-expected.png:
2193 * platform/mac/http/tests/navigation/metaredirect-goback-expected.txt:
2194 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.checksum:
2195 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.png:
2196 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.txt:
2197 * platform/mac/http/tests/navigation/post-goback2-expected.checksum:
2198 * platform/mac/http/tests/navigation/post-goback2-expected.png:
2199 * platform/mac/http/tests/navigation/post-goback2-expected.txt:
2200 * platform/mac/http/tests/navigation/postredirect-goback2-expected.checksum:
2201 * platform/mac/http/tests/navigation/postredirect-goback2-expected.png:
2202 * platform/mac/http/tests/navigation/postredirect-goback2-expected.txt:
2203 * platform/mac/http/tests/navigation/redirect302-basic-expected.checksum:
2204 * platform/mac/http/tests/navigation/redirect302-basic-expected.png:
2205 * platform/mac/http/tests/navigation/redirect302-basic-expected.txt:
2206 * platform/mac/http/tests/navigation/redirect302-frames-expected.checksum:
2207 * platform/mac/http/tests/navigation/redirect302-frames-expected.png:
2208 * platform/mac/http/tests/navigation/redirect302-frames-expected.txt:
2209 * platform/mac/http/tests/navigation/redirect302-goback-expected.checksum:
2210 * platform/mac/http/tests/navigation/redirect302-goback-expected.png:
2211 * platform/mac/http/tests/navigation/redirect302-goback-expected.txt:
2212 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.checksum:
2213 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.png:
2214 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.txt:
2215 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.txt:
2216 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.checksum:
2217 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.png:
2218 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.txt:
2219 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.txt:
2220 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.checksum:
2221 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.png:
2222 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.txt:
2223 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.checksum:
2224 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.png:
2225 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.txt:
2226 * platform/mac/http/tests/navigation/success200-basic-expected.checksum:
2227 * platform/mac/http/tests/navigation/success200-basic-expected.png:
2228 * platform/mac/http/tests/navigation/success200-basic-expected.txt:
2229 * platform/mac/http/tests/navigation/success200-frames-expected.checksum:
2230 * platform/mac/http/tests/navigation/success200-frames-expected.png:
2231 * platform/mac/http/tests/navigation/success200-frames-expected.txt:
2232 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.checksum:
2233 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.png:
2234 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.txt:
2235 * platform/mac/http/tests/navigation/success200-goback-expected.checksum:
2236 * platform/mac/http/tests/navigation/success200-goback-expected.png:
2237 * platform/mac/http/tests/navigation/success200-goback-expected.txt:
2238 * platform/mac/http/tests/navigation/success200-loadsame-expected.checksum:
2239 * platform/mac/http/tests/navigation/success200-loadsame-expected.png:
2240 * platform/mac/http/tests/navigation/success200-loadsame-expected.txt:
2241 * platform/mac/http/tests/navigation/success200-reload-expected.checksum:
2242 * platform/mac/http/tests/navigation/success200-reload-expected.png:
2243 * platform/mac/http/tests/navigation/success200-reload-expected.txt:
2244 * platform/mac/http/tests/navigation/success200-subframeload-expected.checksum:
2245 * platform/mac/http/tests/navigation/success200-subframeload-expected.png:
2246 * platform/mac/http/tests/navigation/success200-subframeload-expected.txt:
2247 * platform/mac/http/tests/navigation/timerredirect-basic-expected.checksum:
2248 * platform/mac/http/tests/navigation/timerredirect-basic-expected.png:
2249 * platform/mac/http/tests/navigation/timerredirect-basic-expected.txt:
2250 * platform/mac/http/tests/navigation/timerredirect-frames-expected.checksum:
2251 * platform/mac/http/tests/navigation/timerredirect-frames-expected.png:
2252 * platform/mac/http/tests/navigation/timerredirect-frames-expected.txt:
2253 * platform/mac/http/tests/navigation/timerredirect-goback-expected.checksum:
2254 * platform/mac/http/tests/navigation/timerredirect-goback-expected.png:
2255 * platform/mac/http/tests/navigation/timerredirect-goback-expected.txt:
2256 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.checksum:
2257 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.png:
2258 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.txt:
2259 * platform/mac/tables/mozilla/bugs/bug194024-expected.checksum:
2260 * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
2261 * platform/mac/tables/mozilla/bugs/bug194024-expected.txt:
2262 * platform/mac/tables/mozilla/bugs/bug30559-expected.checksum:
2263 * platform/mac/tables/mozilla/bugs/bug30559-expected.png:
2264 * platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
2265 * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
2267 2009-05-07 Chris Fleizach <cfleizach@apple.com>
2269 Reviewed by Beth Dakin.
2271 Bug 25598: AX: if a radio button has a label and a title, the label is not exposed
2272 https://bugs.webkit.org/show_bug.cgi?id=25598
2274 * accessibility/radio-button-title-label-expected.txt: Added.
2275 * accessibility/radio-button-title-label.html: Added.
2277 2009-05-06 Dan Bernstein <mitz@apple.com>
2279 Reviewed by Simon Fraser and Justin Garcia.
2281 - test for another part of <rdar://problem/6703873> Triple-click quoted
2282 line and type Return creates an extra quoted blank line
2284 * editing/inserting/6703873-2-expected.txt: Added.
2285 * editing/inserting/6703873-2.html: Added.
2287 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2289 Disable more new tests.
2291 * platform/gtk/Skipped:
2293 2009-05-06 Eric Seidel <eric@webkit.org>
2295 No review, just fixing my previous broken commit.
2297 Commit correct results for event-function-toString.html
2299 * fast/events/event-function-toString-expected.txt:
2301 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2303 Fixing typo in my last commit.
2305 * platform/gtk/Skipped:
2307 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2309 Disabling failing new tests that do not represent regressions.
2311 * platform/gtk/Skipped:
2313 2009-05-06 Soren Gjesse <sgjesse@chromium.org>
2315 Reviewed by Eric Seidel.
2317 Changed the toString behaviour for non document dom node event handlers in the V8 bindings.
2318 https://bugs.webkit.org/show_bug.cgi?id=25544
2320 * fast/events/event-function-toString.html: Added.
2321 * fast/events/resources/event-function-toString.js: Added.
2322 (normalizedFunctionString):
2324 2009-05-06 Dan Bernstein <mitz@apple.com>
2326 Reviewed by Justin Garcia.
2328 - test for an assertion failure in RemoveNodeCommand() when deleting a
2329 <br> between a block and a mail blockquote
2331 * editing/deleting/removeNodeCommand-assert-expected.txt: Added.
2332 * editing/deleting/removeNodeCommand-assert.html: Added.
2334 2009-05-05 Eric Seidel <eric@webkit.org>
2336 No review, roll out only.
2338 Roll out r23072 since it broke layout tests
2340 * accessibility/ignore-anonymous-block-expected.txt: Removed.
2341 * accessibility/ignore-anonymous-block.html: Removed.
2343 2009-05-05 Sankar Aditya Tanguturi <sankaraditya@gmail.com>
2345 Reviewed by Eric Seidel.
2347 Anonymous blocks should not be exposed in accessibility tree.
2348 Part of https://bugs.webkit.org/show_bug.cgi?id=23072
2350 * accessibility/ignore-anonymous-block-expected.txt: Added a new
2351 test to check if anonymous blocks are exposed or not.
2352 * accessibility/ignore-anonymous-block.html: Added a new file that
2353 contains the expected output for the new test case that is added.
2355 2009-05-05 Jungshik Shin <jshin@chromium.org>
2357 Reviewed by Alexey Proskuryakov.
2359 http://bugs.webkit.org/show_bug.cgi?id=25487
2361 Test if the name 'EUC-KR' is exposed via DOM although we internally
2362 treat all EUC-KR-related encodings as the superset of EUC-KR,
2365 * fast/encoding/euckr-name-expected.txt: Added.
2366 * fast/encoding/euckr-name.html: Added.
2368 2009-05-05 Adam Langley <agl@google.com>
2370 Reviewed by Darin Adler.
2372 Rendering fix for <select> elements.
2373 https://bugs.webkit.org/show_bug.cgi?id=25558
2375 * fast/forms/select-dirty-parent-pref-widths.html: Added.
2376 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.checksum: Added.
2377 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt: Added.
2379 2009-05-05 Darin Fisher <darin@chromium.org>
2381 Reviewed by Darin Adler.
2383 https://bugs.webkit.org/show_bug.cgi?id=25570
2385 history.{back,forward,go} should always be dispatched asynchronously,
2386 even when the history navigation would just result in scrolling the
2387 page. This matches the behavior of other browsers like IE and FF.
2389 * fast/css/target-fragment-match.html: since history.back takes effect
2390 asynchronously, we need to defer the call to notifyDone
2392 * fast/dom/location-hash-expected.txt:
2393 * fast/dom/location-hash.html: since history.{back,forward} take effect
2394 asynchronously, we need to defer checking that the navigation results.
2396 * fast/history/back-forward-is-asynchronous-expected.txt: Added.
2397 * fast/history/back-forward-is-asynchronous.html: Added.
2398 A test to specifically ensure that history.{back,forward} are processed
2401 2009-05-05 Adam Roben <aroben@apple.com>
2403 Skip newly-added SVG tests that fail on Windows
2405 See Bug 25583: New SVG regression tests added in r43269 fail on
2407 <https://bugs.webkit.org/show_bug.cgi?id=25583>
2409 Rubber-stamped in advance by Eric Seidel.
2411 * platform/win/Skipped: Added the two new SVG tests.
2413 2009-05-05 Eric Seidel <eric@webkit.org>
2415 Reviewed by Simon Fraser.
2417 Add an ASSERT(useTransforms) to mapLocalToContainer implementations in SVG.
2418 https://bugs.webkit.org/show_bug.cgi?id=25532
2420 This required a change to SVGPaintServerPattern::setup
2421 That change fixed drawing of transformed SVG text with objectBoundingBox patterns.
2422 text-with-pattern-with-svg-transform.svg shows the improvement from this change
2423 text-with-pattern-inside-transformed-html.xhtml shows no change, but documents
2424 that this change does not break CSS transformed pattern text.
2426 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
2427 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
2428 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: Added.
2429 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
2430 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Added.
2431 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum: Added.
2432 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
2433 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added.
2434 * svg/transforms/text-with-pattern-inside-transformed-html.xhtml: Added.
2435 * svg/transforms/text-with-pattern-with-svg-transform.svg: Added.
2437 2009-05-05 Greg Bolsinga <bolsinga@apple.com>
2439 Reviewed by Sam Weinig.
2441 https://bugs.webkit.org/show_bug.cgi?id=25554
2443 Support HTML5 text control input types: email, number, tel, url
2445 * fast/html/text-field-input-types-expected.txt: Added.
2446 * fast/html/text-field-input-types.html: Added.
2448 2009-05-05 Chris Fleizach <cfleizach@apple.com>
2450 Reviewed by Beth Dakin.
2452 Bug 25574: AXImageMap children links don't respond properly to accessibilityHitTest:
2453 https://bugs.webkit.org/show_bug.cgi?id=25574
2455 * platform/mac/accessibility/document-links-expected.txt:
2456 * platform/mac/accessibility/image-map1-expected.txt:
2457 * platform/mac/accessibility/image-map2-expected.txt:
2458 * platform/mac/accessibility/imagemap-hittest-expected.txt: Added.
2459 * platform/mac/accessibility/imagemap-hittest.html: Added.
2461 2009-05-05 Kevin McCullough <kmccullough@apple.com>
2463 Reviewed by Dan Bernstein.
2465 <rdar://problem/6552129> Select a quote line and paste elsewhere, you
2466 get that line and an extra quoted blank line
2467 <rdar://problem/6609308> Triple-click a quoted header line, copy, paste
2468 onto an empty line makes an extra quoted line
2470 - Testing different scenarios where we paste quoted text into a non-quoted area and we
2471 do not want a trailing newline to be quoted.
2473 * editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Added.
2474 * editing/pasteboard/paste-blockquote-before-blockquote.html: Added.
2475 * editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Added.
2476 * editing/pasteboard/paste-double-nested-blockquote-before-blockquote.html: Added.
2477 * editing/pasteboard/resources/paste-blockquote-before-blockquote.js: Added.
2480 2009-05-05 Dan Bernstein <mitz@apple.com>
2482 Reviewed by Darin Adler.
2484 - updated results for https://bugs.webkit.org/show_bug.cgi?id=24192
2485 <rdar://problem/5760774> Replying to a Mail message that contains
2486 fixed width text can change the size of the text
2488 * editing/execCommand/19089-expected.txt:
2489 * editing/execCommand/5770834-1-expected.txt:
2490 * platform/mac/editing/deleting/delete-br-011-expected.txt:
2491 * platform/mac/editing/deleting/delete-select-all-001-expected.txt:
2492 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
2493 * platform/mac/editing/pasteboard/5027857-expected.checksum:
2494 * platform/mac/editing/pasteboard/5027857-expected.png:
2495 * platform/mac/editing/pasteboard/5027857-expected.txt:
2496 * platform/mac/editing/pasteboard/paste-pre-002-expected.checksum:
2497 * platform/mac/editing/pasteboard/paste-pre-002-expected.png:
2498 * platform/mac/editing/pasteboard/paste-pre-002-expected.txt:
2499 * platform/mac/editing/style/block-style-004-expected.txt:
2500 * platform/mac/editing/style/block-style-005-expected.txt:
2501 * platform/mac/editing/style/block-style-006-expected.txt:
2503 2009-05-05 Eric Seidel <eric@webkit.org>
2505 Reviewed by Adam Roben.
2507 Add test case to cover V8 crasher (which JSC does not share).
2508 https://bugs.webkit.org/show_bug.cgi?id=25550
2510 * svg/custom/polyline-points-crash-expected.txt: Added.
2511 * svg/custom/polyline-points-crash.html: Added.
2513 2009-05-05 Eric Seidel <eric@webkit.org>
2515 Reviewed by Adam Roben.
2517 Fix mappedAttributes() access without NULL check
2518 https://bugs.webkit.org/show_bug.cgi?id=25553
2520 * svg/custom/path-getPresentationAttribute-crash-expected.txt: Added.
2521 * svg/custom/path-getPresentationAttribute-crash.html: Added.
2523 2009-05-04 Eric Seidel <eric@webkit.org>
2525 Reviewed by Maciej Stachowiak.
2527 Add a testcase using SVG in HTML with CSS transforms
2528 https://bugs.webkit.org/show_bug.cgi?id=23112
2530 We currently fail the <text> section of this test but pass the path and image sections.
2532 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum: Added.
2533 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
2534 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
2535 * svg/transforms/animated-path-inside-transformed-html.xhtml: Added.
2537 2009-05-04 Alexey Proskuryakov <ap@webkit.org>
2539 Reviewed by Dave Hyatt.
2541 <rdar://problem/6576889> REGRESSION (r35185): Cannot watch Flash movies on omg.yahoo.com
2543 * fast/parser/head-element-for-yahoo-player-expected.txt: Added.
2544 * fast/parser/head-element-for-yahoo-player.html: Added.
2545 Test the regression case (a misplaced <style> that used to create <head> implicitly).
2547 * editing/selection/select-all-005.html: Use a new index when selecting the body.
2549 * fast/dom/Document/document-write-doctype-expected.txt:
2550 * fast/dom/Document/resources/document-write-doctype.js:
2551 Removed checks for "Gecko quirk" of implicitly adding HEAD - that not a quirk, but standard
2554 * editing/execCommand/create-list-1-expected.txt:
2555 * platform/mac/editing/deleting/4845371-expected.txt:
2556 * platform/mac/editing/deleting/4866671-expected.txt:
2557 * platform/mac/editing/deleting/4875189-expected.txt:
2558 * platform/mac/editing/deleting/5026848-1-expected.txt:
2559 * platform/mac/editing/deleting/5026848-2-expected.txt:
2560 * platform/mac/editing/deleting/5026848-3-expected.txt:
2561 * platform/mac/editing/deleting/5032066-expected.txt:
2562 * platform/mac/editing/deleting/5091898-expected.txt:
2563 * platform/mac/editing/deleting/5099303-expected.txt:
2564 * platform/mac/editing/deleting/5115601-expected.txt:
2565 * platform/mac/editing/deleting/5126166-expected.txt:
2566 * platform/mac/editing/deleting/5156801-2-expected.txt:
2567 * platform/mac/editing/deleting/5168598-expected.txt:
2568 * platform/mac/editing/deleting/5272440-expected.txt:
2569 * platform/mac/editing/deleting/5300379-expected.txt:
2570 * platform/mac/editing/deleting/5390681-expected.txt:
2571 * platform/mac/editing/deleting/5408255-expected.txt:
2572 * platform/mac/editing/deleting/5433862-2-expected.txt:
2573 * platform/mac/editing/deleting/5483370-expected.txt:
2574 * platform/mac/editing/deleting/delete-at-start-or-end-expected.txt:
2575 * platform/mac/editing/deleting/delete-block-table-expected.txt:
2576 * platform/mac/editing/deleting/delete-hr-expected.txt:
2577 * platform/mac/editing/deleting/delete-mixed-editable-content-001-expected.txt:
2578 * platform/mac/editing/deleting/delete-to-select-table-expected.txt:
2579 * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
2580 * platform/mac/editing/deleting/merge-endOfParagraph-expected.txt:
2581 * platform/mac/editing/deleting/merge-no-br-expected.txt:
2582 * platform/mac/editing/deleting/merge-whitespace-pre-expected.txt:
2583 * platform/mac/editing/execCommand/4641880-1-expected.txt:
2584 * platform/mac/editing/execCommand/4641880-2-expected.txt:
2585 * platform/mac/editing/execCommand/4747450-expected.txt:
2586 * platform/mac/editing/execCommand/4786404-1-expected.txt:
2587 * platform/mac/editing/execCommand/4786404-2-expected.txt:
2588 * platform/mac/editing/execCommand/4916402-expected.txt:
2589 * platform/mac/editing/execCommand/4916541-expected.txt:
2590 * platform/mac/editing/execCommand/4916583-expected.txt:
2591 * platform/mac/editing/execCommand/4920488-expected.txt:
2592 * platform/mac/editing/execCommand/4920742-1-expected.txt:
2593 * platform/mac/editing/execCommand/4924441-expected.txt:
2594 * platform/mac/editing/execCommand/5049671-expected.txt:
2595 * platform/mac/editing/execCommand/5080333-1-expected.txt:
2596 * platform/mac/editing/execCommand/5080333-2-expected.txt:
2597 * platform/mac/editing/execCommand/5119244-expected.txt:
2598 * platform/mac/editing/execCommand/5120591-expected.txt:
2599 * platform/mac/editing/execCommand/5136770-expected.txt:
2600 * platform/mac/editing/execCommand/5142012-1-expected.txt:
2601 * platform/mac/editing/execCommand/5142012-2-expected.txt:
2602 * platform/mac/editing/execCommand/5142012-3-expected.txt:
2603 * platform/mac/editing/execCommand/5144139-1-expected.txt:
2604 * platform/mac/editing/execCommand/5164796-expected.txt:
2605 * platform/mac/editing/execCommand/5207369-expected.txt:
2606 * platform/mac/editing/execCommand/5210032-expected.txt:
2607 * platform/mac/editing/execCommand/5432254-1-expected.txt:
2608 * platform/mac/editing/execCommand/5432254-2-expected.txt:
2609 * platform/mac/editing/execCommand/5481523-expected.txt:
2610 * platform/mac/editing/execCommand/5482524-expected.txt:
2611 * platform/mac/editing/execCommand/5569741-expected.txt:
2612 * platform/mac/editing/execCommand/5573879-expected.txt:
2613 * platform/mac/editing/execCommand/5700414-1-expected.txt:
2614 * platform/mac/editing/execCommand/5700414-2-expected.txt:
2615 * platform/mac/editing/execCommand/insert-list-empty-div-expected.txt:
2616 * platform/mac/editing/input/5576619-expected.txt:
2617 * platform/mac/editing/inserting/12882-expected.txt:
2618 * platform/mac/editing/inserting/4840662-expected.txt:
2619 * platform/mac/editing/inserting/4875189-1-expected.txt:
2620 * platform/mac/editing/inserting/4875189-2-expected.txt:
2621 * platform/mac/editing/inserting/4959067-expected.txt:
2622 * platform/mac/editing/inserting/4960120-1-expected.txt:
2623 * platform/mac/editing/inserting/4960120-2-expected.txt:
2624 * platform/mac/editing/inserting/5002441-expected.txt:
2625 * platform/mac/editing/inserting/5058163-2-expected.txt:
2626 * platform/mac/editing/inserting/5156401-2-expected.txt:
2627 * platform/mac/editing/inserting/5549929-2-expected.txt:
2628 * platform/mac/editing/inserting/5549929-3-expected.txt:
2629 * platform/mac/editing/inserting/5607069-2-expected.txt:
2630 * platform/mac/editing/inserting/5607069-3-expected.txt:
2631 * platform/mac/editing/inserting/editable-html-element-expected.txt:
2632 * platform/mac/editing/inserting/editable-inline-element-expected.txt:
2633 * platform/mac/editing/inserting/edited-whitespace-1-expected.txt:
2634 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
2635 * platform/mac/editing/inserting/typing-tab-designmode-forms-expected.txt:
2636 * platform/mac/editing/pasteboard/4806874-expected.txt:
2637 * platform/mac/editing/pasteboard/4861080-expected.txt:
2638 * platform/mac/editing/pasteboard/4944770-1-expected.txt:
2639 * platform/mac/editing/pasteboard/4944770-2-expected.txt:
2640 * platform/mac/editing/pasteboard/4947130-expected.txt:
2641 * platform/mac/editing/pasteboard/4989774-expected.txt:
2642 * platform/mac/editing/pasteboard/5027857-expected.txt:
2643 * platform/mac/editing/pasteboard/5032095-expected.txt:
2644 * platform/mac/editing/pasteboard/5065605-expected.txt:
2645 * platform/mac/editing/pasteboard/5071074-2-expected.txt:
2646 * platform/mac/editing/pasteboard/5071074-expected.txt:
2647 * platform/mac/editing/pasteboard/5075944-2-expected.txt:
2648 * platform/mac/editing/pasteboard/5075944-3-expected.txt:
2649 * platform/mac/editing/pasteboard/5075944-expected.txt:
2650 * platform/mac/editing/pasteboard/5134759-expected.txt:
2651 * platform/mac/editing/pasteboard/5156401-1-expected.txt:
2652 * platform/mac/editing/pasteboard/5247341-expected.txt:
2653 * platform/mac/editing/pasteboard/5387578-expected.txt:
2654 * platform/mac/editing/pasteboard/5478250-expected.txt:
2655 * platform/mac/editing/pasteboard/5483567-expected.txt:
2656 * platform/mac/editing/pasteboard/5601583-1-expected.txt:
2657 * platform/mac/editing/pasteboard/copy-paste-bidi-expected.txt:
2658 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
2659 * platform/mac/editing/pasteboard/merge-after-delete-1-expected.txt:
2660 * platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt:
2661 * platform/mac/editing/pasteboard/merge-after-delete-expected.txt:
2662 * platform/mac/editing/pasteboard/merge-start-blockquote-expected.txt:
2663 * platform/mac/editing/pasteboard/paste-unrendered-select-expected.txt:
2664 * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.txt:
2665 * platform/mac/editing/pasteboard/select-element-1-expected.txt:
2666 * platform/mac/editing/selection/13804-expected.txt:
2667 * platform/mac/editing/selection/14971-expected.txt:
2668 * platform/mac/editing/selection/4397952-expected.txt:
2669 * platform/mac/editing/selection/4818145-expected.txt:
2670 * platform/mac/editing/selection/4866671-expected.txt:
2671 * platform/mac/editing/selection/4889598-expected.txt:
2672 * platform/mac/editing/selection/4895428-1-expected.txt:
2673 * platform/mac/editing/selection/4895428-2-expected.txt:
2674 * platform/mac/editing/selection/4895428-3-expected.txt:
2675 * platform/mac/editing/selection/4895428-4-expected.txt:
2676 * platform/mac/editing/selection/4932260-1-expected.txt:
2677 * platform/mac/editing/selection/4932260-2-expected.txt:
2678 * platform/mac/editing/selection/4932260-3-expected.txt:
2679 * platform/mac/editing/selection/4947387-expected.txt:
2680 * platform/mac/editing/selection/4960116-expected.txt:
2681 * platform/mac/editing/selection/4975120-expected.txt:
2682 * platform/mac/editing/selection/4983858-expected.txt:
2683 * platform/mac/editing/selection/5007143-2-expected.txt:
2684 * platform/mac/editing/selection/5007143-expected.txt:
2685 * platform/mac/editing/selection/5057506-2-expected.txt:
2686 * platform/mac/editing/selection/5057506-expected.txt:
2687 * platform/mac/editing/selection/5076323-1-expected.txt:
2688 * platform/mac/editing/selection/5076323-2-expected.txt:
2689 * platform/mac/editing/selection/5076323-3-expected.txt:
2690 * platform/mac/editing/selection/5081257-1-expected.txt:
2691 * platform/mac/editing/selection/5081257-2-expected.txt:
2692 * platform/mac/editing/selection/5099303-expected.txt:
2693 * platform/mac/editing/selection/5109817-expected.txt:
2694 * platform/mac/editing/selection/5136696-expected.txt:
2695 * platform/mac/editing/selection/5195166-1-expected.txt:
2696 * platform/mac/editing/selection/5195166-2-expected.txt:
2697 * platform/mac/editing/selection/5234383-1-expected.txt:
2698 * platform/mac/editing/selection/5234383-2-expected.txt:
2699 * platform/mac/editing/selection/5240265-expected.txt:
2700 * platform/mac/editing/selection/5333725-expected.txt:
2701 * platform/mac/editing/selection/5354455-1-expected.txt:
2702 * platform/mac/editing/selection/addRange-expected.txt:
2703 * platform/mac/editing/selection/caret-before-select-expected.txt:
2704 * platform/mac/editing/selection/contains-boundaries-expected.txt:
2705 * platform/mac/editing/selection/drag-select-1-expected.txt:
2706 * platform/mac/editing/selection/editable-html-element-expected.txt:
2707 * platform/mac/editing/selection/inconsistent-in-removeChildNode-expected.txt:
2708 * platform/mac/editing/selection/inline-closest-leaf-child-expected.txt:
2709 * platform/mac/editing/selection/mixed-editability-6-expected.txt:
2710 * platform/mac/editing/selection/mixed-editability-7-expected.txt:
2711 * platform/mac/editing/selection/move-by-sentence-linebreak-expected.txt:
2712 * platform/mac/editing/selection/select-all-005-expected.txt:
2713 * platform/mac/editing/selection/table-caret-1-expected.txt:
2714 * platform/mac/editing/selection/table-caret-2-expected.txt:
2715 * platform/mac/editing/selection/table-caret-3-expected.txt:
2716 * platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
2717 * platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
2718 * platform/mac/editing/style/4916887-expected.txt:
2719 * platform/mac/editing/style/5017613-1-expected.txt:
2720 * platform/mac/editing/style/5017613-2-expected.txt:
2721 * platform/mac/editing/style/5046875-1-expected.txt:
2722 * platform/mac/editing/style/5046875-2-expected.txt:
2723 * platform/mac/editing/style/5065910-expected.txt:
2724 * platform/mac/editing/style/5084241-expected.txt:
2725 * platform/mac/editing/style/5091898-expected.txt:
2726 * platform/mac/editing/style/5228141-expected.txt:
2727 * platform/mac/editing/style/5279521-expected.txt:
2728 * platform/mac/editing/style/font-family-with-space-expected.txt:
2729 * platform/mac/editing/style/fontsize-1-expected.txt:
2730 * platform/mac/editing/style/highlight-expected.txt:
2731 * platform/mac/editing/style/non-inheritable-styles-expected.txt:
2732 * platform/mac/editing/undo/5378473-expected.txt:
2733 * platform/mac/fast/block/float/relative-painted-twice-expected.txt:
2734 * platform/mac/fast/dom/delete-contents-expected.txt:
2735 * platform/mac/fast/events/context-no-deselect-expected.txt:
2736 * platform/mac/fast/events/label-focus-expected.txt:
2737 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
2738 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
2739 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
2740 * platform/mac/fast/forms/input-text-double-click-expected.txt:
2741 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
2742 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
2743 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2744 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
2745 * platform/mac/fast/forms/textfield-drag-into-disabled-expected.txt:
2746 * platform/mac/fast/forms/textfield-overflow-expected.txt:
2747 * platform/mac/fast/inline/25277-2-expected.txt:
2748 * platform/mac/fast/inline/25277-expected.txt:
2749 * platform/mac/fast/lists/drag-into-marker-expected.txt:
2750 * platform/mac/fast/overflow/overflow-focus-ring-expected.txt:
2751 * platform/mac/fast/repaint/4776765-expected.txt:
2752 * platform/mac/fast/repaint/selection-after-delete-expected.txt:
2753 * platform/mac/fast/repaint/selection-after-remove-expected.txt:
2754 * platform/qt/editing/deleting/4845371-expected.txt:
2755 * platform/qt/editing/deleting/4866671-expected.txt:
2756 * platform/qt/editing/deleting/4875189-expected.txt:
2757 * platform/qt/editing/deleting/5026848-1-expected.txt:
2758 * platform/qt/editing/deleting/5026848-2-expected.txt:
2759 * platform/qt/editing/deleting/5026848-3-expected.txt:
2760 * platform/qt/editing/deleting/5032066-expected.txt:
2761 * platform/qt/editing/deleting/5091898-expected.txt:
2762 * platform/qt/editing/deleting/5099303-expected.txt:
2763 * platform/qt/editing/deleting/5115601-expected.txt:
2764 * platform/qt/editing/deleting/5126166-expected.txt:
2765 * platform/qt/editing/deleting/5144139-2-expected.txt:
2766 * platform/qt/editing/deleting/5156801-2-expected.txt:
2767 * platform/qt/editing/deleting/5168598-expected.txt:
2768 * platform/qt/editing/deleting/5272440-expected.txt:
2769 * platform/qt/editing/deleting/5300379-expected.txt:
2770 * platform/qt/editing/deleting/5390681-expected.txt:
2771 * platform/qt/editing/deleting/5408255-expected.txt:
2772 * platform/qt/editing/deleting/delete-at-start-or-end-expected.txt:
2773 * platform/qt/editing/deleting/delete-block-table-expected.txt:
2774 * platform/qt/editing/deleting/delete-hr-expected.txt:
2775 * platform/qt/editing/deleting/delete-link-1-expected.txt:
2776 * platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt:
2777 * platform/qt/editing/deleting/delete-to-select-table-expected.txt:
2778 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt:
2779 * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt:
2780 * platform/qt/editing/deleting/merge-no-br-expected.txt:
2781 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
2782 * platform/qt/editing/execCommand/4641880-1-expected.txt:
2783 * platform/qt/editing/execCommand/4641880-2-expected.txt:
2784 * platform/qt/editing/execCommand/4747450-expected.txt:
2785 * platform/qt/editing/execCommand/4786404-1-expected.txt:
2786 * platform/qt/editing/execCommand/4786404-2-expected.txt:
2787 * platform/qt/editing/execCommand/4916402-expected.txt:
2788 * platform/qt/editing/execCommand/4916541-expected.txt:
2789 * platform/qt/editing/execCommand/4916583-expected.txt:
2790 * platform/qt/editing/execCommand/4920488-expected.txt:
2791 * platform/qt/editing/execCommand/4920742-1-expected.txt:
2792 * platform/qt/editing/execCommand/4924441-expected.txt:
2793 * platform/qt/editing/execCommand/5049671-expected.txt:
2794 * platform/qt/editing/execCommand/5062376-expected.txt:
2795 * platform/qt/editing/execCommand/5080333-1-expected.txt:
2796 * platform/qt/editing/execCommand/5080333-2-expected.txt:
2797 * platform/qt/editing/execCommand/5119244-expected.txt:
2798 * platform/qt/editing/execCommand/5120591-expected.txt:
2799 * platform/qt/editing/execCommand/5136770-expected.txt:
2800 * platform/qt/editing/execCommand/5142012-1-expected.txt:
2801 * platform/qt/editing/execCommand/5142012-2-expected.txt:
2802 * platform/qt/editing/execCommand/5142012-3-expected.txt:
2803 * platform/qt/editing/execCommand/5144139-1-expected.txt:
2804 * platform/qt/editing/execCommand/5164796-expected.txt:
2805 * platform/qt/editing/execCommand/5207369-expected.txt:
2806 * platform/qt/editing/execCommand/5210032-expected.txt:
2807 * platform/qt/editing/execCommand/5432254-1-expected.txt:
2808 * platform/qt/editing/execCommand/5432254-2-expected.txt:
2809 * platform/qt/editing/execCommand/insert-list-empty-div-expected.txt:
2810 * platform/qt/editing/inserting/12882-expected.txt:
2811 * platform/qt/editing/inserting/4840662-expected.txt:
2812 * platform/qt/editing/inserting/4875189-1-expected.txt:
2813 * platform/qt/editing/inserting/4875189-2-expected.txt:
2814 * platform/qt/editing/inserting/4959067-expected.txt:
2815 * platform/qt/editing/inserting/4960120-1-expected.txt:
2816 * platform/qt/editing/inserting/4960120-2-expected.txt:
2817 * platform/qt/editing/inserting/5002441-expected.txt:
2818 * platform/qt/editing/inserting/5058163-2-expected.txt:
2819 * platform/qt/editing/inserting/5156401-2-expected.txt:
2820 * platform/qt/editing/inserting/editable-html-element-expected.txt:
2821 * platform/qt/editing/inserting/editable-inline-element-expected.txt:
2822 * platform/qt/editing/inserting/edited-whitespace-1-expected.txt:
2823 * platform/qt/editing/inserting/editing-empty-divs-expected.txt:
2824 * platform/qt/editing/inserting/insert-before-link-1-expected.txt:
2825 * platform/qt/editing/pasteboard/4806874-expected.txt:
2826 * platform/qt/editing/pasteboard/4840662-expected.txt:
2827 * platform/qt/editing/pasteboard/4944770-1-expected.txt:
2828 * platform/qt/editing/pasteboard/4989774-expected.txt:
2829 * platform/qt/editing/pasteboard/5027857-expected.txt:
2830 * platform/qt/editing/pasteboard/5032095-expected.txt:
2831 * platform/qt/editing/pasteboard/5065605-expected.txt:
2832 * platform/qt/editing/pasteboard/5071074-2-expected.txt:
2833 * platform/qt/editing/pasteboard/5071074-expected.txt:
2834 * platform/qt/editing/pasteboard/5075944-2-expected.txt:
2835 * platform/qt/editing/pasteboard/5075944-3-expected.txt:
2836 * platform/qt/editing/pasteboard/5075944-expected.txt:
2837 * platform/qt/editing/pasteboard/5134759-expected.txt:
2838 * platform/qt/editing/pasteboard/5156401-1-expected.txt:
2839 * platform/qt/editing/pasteboard/5245519-expected.txt:
2840 * platform/qt/editing/pasteboard/5247341-expected.txt:
2841 * platform/qt/editing/pasteboard/5387578-expected.txt:
2842 * platform/qt/editing/pasteboard/5478250-expected.txt:
2843 * platform/qt/editing/pasteboard/5483567-expected.txt:
2844 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt:
2845 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt:
2846 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt:
2847 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt:
2848 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt:
2849 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt:
2850 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt:
2851 * platform/qt/editing/selection/13804-expected.txt:
2852 * platform/qt/editing/selection/4397952-expected.txt:
2853 * platform/qt/editing/selection/4818145-expected.txt:
2854 * platform/qt/editing/selection/4866671-expected.txt:
2855 * platform/qt/editing/selection/4889598-expected.txt:
2856 * platform/qt/editing/selection/4895428-2-expected.txt:
2857 * platform/qt/editing/selection/4895428-3-expected.txt:
2858 * platform/qt/editing/selection/4932260-1-expected.txt:
2859 * platform/qt/editing/selection/4932260-2-expected.txt:
2860 * platform/qt/editing/selection/4932260-3-expected.txt:
2861 * platform/qt/editing/selection/4960116-expected.txt:
2862 * platform/qt/editing/selection/4983858-expected.txt:
2863 * platform/qt/editing/selection/5007143-2-expected.txt:
2864 * platform/qt/editing/selection/5007143-expected.txt:
2865 * platform/qt/editing/selection/5076323-1-expected.txt:
2866 * platform/qt/editing/selection/5076323-2-expected.txt:
2867 * platform/qt/editing/selection/5076323-3-expected.txt:
2868 * platform/qt/editing/selection/5081257-1-expected.txt:
2869 * platform/qt/editing/selection/5081257-2-expected.txt:
2870 * platform/qt/editing/selection/5099303-expected.txt:
2871 * platform/qt/editing/selection/5136696-expected.txt:
2872 * platform/qt/editing/selection/5195166-1-expected.txt:
2873 * platform/qt/editing/selection/5195166-2-expected.txt:
2874 * platform/qt/editing/selection/5234383-1-expected.txt:
2875 * platform/qt/editing/selection/5234383-2-expected.txt:
2876 * platform/qt/editing/selection/5240265-expected.txt:
2877 * platform/qt/editing/selection/addRange-expected.txt:
2878 * platform/qt/editing/selection/caret-before-select-expected.txt:
2879 * platform/qt/editing/selection/editable-html-element-expected.txt:
2880 * platform/qt/editing/selection/mixed-editability-6-expected.txt:
2881 * platform/qt/editing/selection/mixed-editability-7-expected.txt:
2882 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt:
2883 * platform/qt/editing/selection/select-all-005-expected.txt:
2884 * platform/qt/editing/selection/table-caret-1-expected.txt:
2885 * platform/qt/editing/selection/table-caret-2-expected.txt:
2886 * platform/qt/editing/selection/table-caret-3-expected.txt:
2887 * platform/qt/editing/style/4916887-expected.txt:
2888 * platform/qt/editing/style/5017613-1-expected.txt:
2889 * platform/qt/editing/style/5017613-2-expected.txt:
2890 * platform/qt/editing/style/5046875-1-expected.txt:
2891 * platform/qt/editing/style/5046875-2-expected.txt:
2892 * platform/qt/editing/style/5065910-expected.txt:
2893 * platform/qt/editing/style/5084241-expected.txt:
2894 * platform/qt/editing/style/5228141-expected.txt:
2895 * platform/qt/editing/style/5279521-expected.txt:
2896 * platform/qt/editing/style/font-family-with-space-expected.txt:
2897 * platform/qt/editing/style/fontsize-1-expected.txt:
2898 * platform/qt/editing/style/highlight-expected.txt:
2899 * platform/qt/editing/style/non-inheritable-styles-expected.txt:
2900 * platform/qt/editing/undo/5378473-expected.txt:
2901 * platform/qt/fast/dom/delete-contents-expected.txt:
2902 * platform/qt/fast/events/label-focus-expected.txt:
2903 * platform/qt/fast/forms/input-appearance-focus-expected.txt:
2904 * platform/qt/fast/forms/input-maxlength-2-expected.txt:
2905 * platform/qt/fast/forms/input-text-click-inside-expected.txt:
2906 * platform/qt/fast/forms/input-text-option-delete-expected.txt:
2907 * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
2908 * platform/qt/fast/forms/textfield-drag-into-disabled-expected.txt:
2909 * platform/qt/fast/forms/textfield-overflow-expected.txt:
2910 * platform/qt/fast/overflow/overflow-focus-ring-expected.txt:
2911 * platform/qt/fast/repaint/4776765-expected.txt:
2912 * platform/qt/fast/repaint/selection-after-delete-expected.txt:
2913 * platform/qt/fast/repaint/selection-after-remove-expected.txt:
2914 * platform/win/editing/deleting/5168598-expected.txt:
2915 * platform/win/editing/inserting/4960120-1-expected.txt:
2916 * platform/win/editing/inserting/5607069-2-expected.txt:
2917 * platform/win/editing/inserting/5607069-3-expected.txt:
2918 * platform/win/editing/inserting/typing-tab-designmode-forms-expected.txt:
2919 * platform/win/editing/pasteboard/4806874-expected.txt:
2920 * platform/win/editing/selection/4895428-3-expected.txt:
2921 * platform/win/editing/selection/5136696-expected.txt:
2922 * platform/win/editing/selection/drag-select-1-expected.txt:
2923 * platform/win/fast/events/context-no-deselect-expected.txt:
2924 * platform/win/fast/events/label-focus-expected.txt:
2925 * platform/win/fast/forms/input-appearance-focus-expected.txt:
2926 * platform/win/fast/forms/input-text-click-inside-expected.txt:
2927 * platform/win/fast/forms/input-text-click-outside-expected.txt:
2928 * platform/win/fast/forms/input-text-double-click-expected.txt:
2929 * platform/win/fast/forms/input-text-drag-down-expected.txt:
2930 * platform/win/fast/forms/input-text-option-delete-expected.txt:
2931 * platform/win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2932 * platform/win/fast/forms/input-text-self-emptying-click-expected.txt:
2933 * platform/win/fast/forms/textfield-drag-into-disabled-expected.txt:
2934 * platform/win/fast/forms/textfield-overflow-expected.txt:
2935 Updated BODY element index in test output (for some tests, it increased because of the
2936 implicitly added <head>, and for others, it decreased because mispositoned <script> is being
2939 * webarchive/adopt-attribute-styled-body-webarchive-expected.webarchive:
2940 * webarchive/archive-empty-frame-dom-expected.webarchive:
2941 Updated to include the implicitly added <head> elements.
2943 2009-05-04 Holger Hans Peter Freyther <zecke@selfish.org>
2945 Disabling accessibility/canvas.html due the lack of a
2946 an AccessibilityController implementation in DRT.
2948 * platform/gtk/Skipped:
2950 2009-05-04 Chris Fleizach <cfleizach@apple.com>
2952 Reviewed by Beth Dakin, Oliver Hunt.
2954 Bug 25557: REGRESSION: Canvas elements are ignored instead of being exposed as AXImage
2955 https://bugs.webkit.org/show_bug.cgi?id=25557
2957 * accessibility/canvas-expected.txt: Added.
2958 * accessibility/canvas.html: Added.
2960 2009-05-04 Kai Brüning <kai@granus.net>
2962 Reviewed by Eric Seidel.
2964 * fast/innerHTML/innerHTML-nbsp-expected.txt: Added.
2965 * fast/innerHTML/innerHTML-nbsp.xhtml: Added.
2967 2009-05-04 Darin Adler <darin@apple.com>
2969 * platform/gtk/Skipped: Disable a test that's timing out.
2971 2009-05-04 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2973 Disabling new tests, as they are failing because of font
2974 configuration mismatch between my machine and the bot.
2976 * platform/gtk/Skipped:
2977 * platform/gtk/editing/spelling/spellcheck-attribute-expected.txt: Removed.
2978 * platform/gtk/svg/text/foreignObject-repaint-expected.txt: Removed.
2980 2009-05-04 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2982 Reviewed by Alexey Proskuryakov.
2984 Add results for two new tests, for the GTK+ port.
2986 * platform/gtk/editing/spelling/spellcheck-attribute-expected.txt: Added.
2987 * platform/gtk/svg/text/foreignObject-repaint-expected.txt: Added.
2989 2009-05-04 Darin Adler <darin@apple.com>
2991 Reviewed by Adam Roben.
2993 * media/video-size-intrinsic-scale-expected.txt: Changed to match test.
2994 * media/video-size-intrinsic-scale.html: Removed doubled "Movie" word.
2996 2009-05-04 Eric Carlson <eric.carlson@apple.com>
2998 Reviewed by Adam Roben.
3000 https://bugs.webkit.org/show_bug.cgi?id=25545
3001 Bug 25545: HTMLMediaElement: display anamorphic video correctly
3003 Added 720x576i PAL anamorphic movie, extended video-size-intrinsic-scale
3004 test to check that it is sized correctly.
3006 * media/content/720x576i-anamorphic.mov: Added.
3007 * media/video-size-intrinsic-scale-expected.txt:
3008 * media/video-size-intrinsic-scale.html:
3010 2009-05-03 Eric Seidel <eric@webkit.org>
3012 No review, just adding missing results.
3014 Add Win results for editing/spelling/spellcheck-attribute
3015 Pixel results are still missing, but I have no easy way
3016 to add them, and the bots aren't generating them currently.
3018 * platform/win/editing/spelling/spellcheck-attribute-expected.txt: Added.
3020 2009-05-03 Hironori Bono <hbono@chromium.org>
3022 Reviewed by Eric Seidel.
3024 Bug 14552: Add a way to disable spell checking for specific element
3025 https://bugs.webkit.org/show_bug.cgi?id=14552
3027 Add a layout test which verifies "spellcheck" attributes work as written
3028 in this specification, "http://damowmow.com/playground/spellcheck.txt".
3029 This test expects the default value of an element is compatible with
3030 Firefox, i.e. inheriting from the parent element.
3032 * editing/spelling/spellcheck-attribute.html: Added.
3033 * platform/mac/editing/spelling/spellcheck-attribute-expected.checksum: Added.
3034 * platform/mac/editing/spelling/spellcheck-attribute-expected.png: Added.
3035 * platform/mac/editing/spelling/spellcheck-attribute-expected.txt: Added.
3037 2009-05-03 Gustavo Noronha Silva <gns@gnome.org>
3039 Three more failing tests caused by the disabling of the others.
3041 * platform/gtk/Skipped:
3043 2009-05-03 Gustavo Noronha Silva <gns@gnome.org>
3045 Disable more tests that fail on the bot, and those which fail when
3046 we disable some. Hopefully this finishes our massage to the
3047 skipped list and we can go back to working on fixing tests now.
3049 * platform/gtk/Skipped:
3051 2009-05-03 Eric Seidel <eric@webkit.org>
3053 Reviewed by Sam Weinig.
3055 Dump more metrics from svgsvgelement-ctm test.
3056 (And break up the first SVG into two SVGs for easier reading of the metrics)
3058 * svg/custom/svgsvgelement-ctm-expected.txt:
3059 * svg/custom/svgsvgelement-ctm.xhtml:
3061 2009-05-03 Gustavo Noronha Silva <gns@gnome.org>
3063 Some tests are still failing on the bot, despite working
3064 locally. Disabling for now.
3066 * platform/gtk/Skipped:
3068 2009-05-03 Zan Dobersek <zandobersek@gmail.com>
3070 Reviewed by Gustavo Noronha.
3072 Enable more tests that succeed and style up the list a bit.
3074 * platform/gtk/Skipped:
3076 2009-05-02 Dan Bernstein <mitz@apple.com>
3078 Reviewed by Darin Adler.
3080 - another test for <rdar://problem/6617298> Typing delete on an unquoted
3081 blank line unquotes the preceding, quoted blank line
3083 * editing/deleting/type-delete-after-quote-2-expected.txt: Added.
3084 * editing/deleting/type-delete-after-quote-2.html: Added.
3086 2009-05-02 Darin Adler <darin@apple.com>
3088 Reviewed by Dan Bernstein.
3090 Bug 25352: REGRESSION(r42322): style isn't applied at bmwusa.com
3091 https://bugs.webkit.org/show_bug.cgi?id=25352
3092 rdar://problem/6823239
3094 * http/tests/mime/resources/style-with-text-css-and-invalid-type.php:
3095 Copied from LayoutTests/http/tests/mime/resources/style-with-charset.php and adapted.
3096 * http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type-expected.txt: Added.
3097 * http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type.html:
3098 Copied from LayoutTests/http/tests/mime/standard-mode-loads-stylesheet-with-empty-content-type.html and adapted.
3100 2009-05-02 Darin Adler <darin@apple.com>
3102 Reviewed by Brady Eidson (except for the non-fast/loading test fixes).
3104 Bug 25491: WebFrame leak when a subframe removes itself
3105 https://bugs.webkit.org/show_bug.cgi?id=25491
3106 rdar://problem/6833859
3108 * fast/loading: Added.
3109 * fast/loading/resources: Added.
3110 * fast/loading/resources/subframe-that-removes-itself.html: Added.
3111 * fast/loading/subframe-removes-itself-expected.txt: Added.
3112 * fast/loading/subframe-removes-itself.html: Added.
3114 * fast/frames/location-put-after-removal-expected.txt: Updated.
3115 For some reason, fixing the loader sequence results in output that has one more blank line.
3117 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html:
3118 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html:
3119 * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html:
3120 Updated tests so they don't terminate when the partial load of the subframe completes, but
3121 rather wait until the subsequent load of about:blank occurs.
3123 * platform/gtk/Skipped: Skip loading tests.
3125 2009-05-02 Gustavo Noronha Silva <gns@gnome.org>
3127 Skip test that sometimes fails in GTK+.
3129 * platform/gtk/Skipped:
3131 2009-05-02 Gustavo Noronha Silva <gns@gnome.org>
3133 Skip new test that does not represent a regression.
3135 * platform/gtk/Skipped:
3137 2009-04-30 Kevin McCullough <kmccullough@apple.com>
3139 Reviewed by Adele Peterson and Darin Adler.
3141 <rdar://problem/4815598> Stuck in double spacing mode after pasting a
3142 paragraph with padding/margin (or table mode !)
3144 A lot of the issues in this bug were resolved on Mail's side by using
3145 WebKit to convert to plain text. This is the final issue, that floating
3146 style stays on copied nodes causing them to float when they are pasted
3147 which is not what the user intended.
3149 * editing/pasteboard/copy-paste-float-expected.txt: Added.
3150 * editing/pasteboard/copy-paste-float.html: Added.
3152 2009-05-01 Jan Michael Alonzo <jmalonzo@webkit.org>
3154 Skip the following failing tests:
3155 fast/replaced/table-percent-height-text-controls.html
3156 media/video-document-types.html
3158 * platform/gtk/Skipped:
3160 2009-04-30 Gavin Barraclough <barraclough@apple.com>
3162 Reviewed by Geoff Garen.
3164 Add layout test for rdar:/68455379.
3166 * fast/js/regexp-range-bound-ffff-expected.txt: Added.
3167 * fast/js/regexp-range-bound-ffff.html: Added.
3168 * fast/js/resources/regexp-range-bound-ffff.js: Added.
3170 2009-04-30 Eric Carlson <eric.carlson@apple.com>
3172 Reviewed by Simon Fraser.
3174 MediaDocument falls back to plug-in unnecessarily
3175 https://bugs.webkit.org/show_bug.cgi?id=25504
3176 <rdar://problem/6844702>
3178 Test case for MediaDocument with previously unsupported track
3179 types. Disabled on Windows for now until https://bugs.webkit.org/show_bug.cgi?id=25220
3182 * media/content/counting.mp4: Added.
3183 * media/video-document-types-expected.txt: Added.
3184 * media/video-document-types.html: Added.
3185 * platform/win/Skipped:
3187 2009-04-30 Ojan Vafai <ojan@chromium.org>
3189 Reviewed by Eric Seidel.
3191 Fix tests that depend on Mac-specific metrics now that text controls
3192 are sized according to font metrics (r43007).
3194 Fixes https://bugs.webkit.org/show_bug.cgi?id=25474.
3196 * fast/forms/textarea-appearance-wrap-expected.txt:
3197 * fast/forms/textarea-appearance-wrap.html:
3198 This test only really cares that a line-wrap character is submitted
3199 with forms that have the appropriate wrap value and not with other forms.
3200 So checking that the submit contents have a line-wrap character, instead of
3201 looking for it in a specific place, is sufficient. This gets around that we
3202 wrap in a different place in some cases on Mac and Windows.
3204 * fast/forms/textarea-hard-linewrap-expected.txt: Removed.
3205 * fast/forms/textarea-hard-linewrap.html: Removed.
3206 This test is redundant with fast/forms/textarea-appearance-wrap.html.
3208 * fast/replaced/table-percent-height-expected.txt:
3209 * fast/replaced/table-percent-height-text-controls-expected.txt: Added.
3210 * fast/replaced/table-percent-height-text-controls.html: Added.
3211 * fast/replaced/table-percent-height.html:
3212 Pulled out the cases in table-percent-height.html that had text controls and moved
3213 them into their own test. The new test doesn't assert specific metrics, it just
3214 spits them out. This allows us to have different expected results for Windows and
3215 Mac without having "FAIL" messages in the expected results. It's not perfect, but
3216 it seems better than any alternatives I could come up with. We do still print "FAIL"
3217 if the results don't match any platform.
3219 * platform/win/Skipped:
3220 * platform/win/fast/replaced/table-percent-height-text-controls-expected.txt: Added.
3222 2009-04-30 Simon Fraser <simon.fraser@apple.com>
3224 Reviewed by Darin Adler
3226 <rdar://problem/6839338> VoiceOver does not take into account transforms when drawing outlines
3228 Test accessibility bounding box with CSS transforms.
3230 * accessibility/transformed-element-expected.txt: Added.
3231 * accessibility/transformed-element.html: Added.
3233 2009-04-30 Darin Adler <darin@apple.com>
3235 Reviewed by Sam Weinig.
3237 Add a first text iterator test. We'll add more later.
3238 This test includes some known expected failures. At some point we'll fix those.
3240 * editing/text-iterator: Added.
3241 * editing/text-iterator/basic-iteration-expected.txt: Added.
3242 * editing/text-iterator/basic-iteration.html: Added.
3243 * editing/text-iterator/resources: Added.
3244 * editing/text-iterator/resources/TEMPLATE.html: Copied from editing/selection/resources/TEMPLATE.html.
3245 * editing/text-iterator/resources/basic-iteration.js: Added.
3247 * platform/gtk/Skipped: Skip editing/text-iterator since only Mac DumpRenderTree has this at the moment.
3248 * platform/qt/Skipped: Ditto.
3249 * platform/win/Skipped: Ditto.
3251 2009-04-30 Sam Weinig <sam@webkit.org>
3253 Reviewed by Alexey Proskuryakov.
3255 Test for bug where the WorkerLocation and WorkerNavigator wrappers would be
3256 collected even if the WorkerContext is still alive.
3258 * fast/workers/worker-context-gc-expected.txt: Added.
3259 * fast/workers/worker-context-gc.html: Added.
3261 2009-04-30 Alexey Proskuryakov <ap@webkit.org>
3263 Reviewed by Darin Adler.
3265 https://bugs.webkit.org/show_bug.cgi?id=25379
3266 <rdar://problem/6809460> REGRESSION (r41772): Selecting a bank in American Express Pay Bill fails
3268 * fast/forms/multiple-selected-options-innerHTML-expected.txt: Added.
3269 * fast/forms/multiple-selected-options-innerHTML.html: Added.
3271 2009-04-30 Dan Bernstein <mitz@apple.com>
3273 Reviewed by Simon Fraser.
3275 - updated results for https://bugs.webkit.org/show_bug.cgi?id=25476
3276 <rdar://problem/6841919> REGRESSION (r42987): Welcome to Safari 4
3277 animation is jittery
3279 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
3280 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3281 * platform/mac/svg/custom/focus-ring-expected.checksum:
3282 * platform/mac/svg/custom/focus-ring-expected.png:
3283 * platform/mac/svg/custom/image-small-width-height-expected.checksum:
3284 * platform/mac/svg/custom/image-small-width-height-expected.png:
3286 2009-04-30 Brady Eidson <beidson@apple.com>
3288 Reviewed by Maciej Stachowiak
3290 Test for <rdar://problem/3785248> http://www.greekembassy.org/ gets in an infinite reload loop
3291 https://bugs.webkit.org/show_bug.cgi?id=21193
3293 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution-expected.txt: Added.
3294 * fast/dom/HTMLScriptElement/script-for-attribute-unexpected-execution.html: Added.
3296 2009-04-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3298 Skip one more video test that sometimes fails.
3300 * platform/gtk/Skipped:
3302 2009-04-30 Adam Roben <aroben@apple.com>
3304 Add a sometimes-timing-out test to the Windows skipped file
3306 See Bug 25483: http/tests/navigation/redirect-cycle.html sometimes
3307 times out on Windows
3308 <https://bugs.webkit.org/show_bug.cgi?id=25483>
3310 * platform/win/Skipped: Added
3311 http/tests/navigation/redirect-cycle.html.
3313 2009-04-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3315 Skip two more tests that I had accidentaly generated results for,
3318 * platform/gtk/Skipped:
3320 2009-04-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3322 Also disable new tests, and tests that are using stderr.
3324 * platform/gtk/Skipped:
3326 2009-04-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3328 Disabling more video tests that seem to come and go.
3330 * platform/gtk/Skipped:
3332 2009-04-30 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3334 Hopefully last try making the bot green.
3336 * platform/gtk/Skipped:
3338 2009-04-30 Ariya Hidayat <ariya.hidayat@nokia.com>
3340 Rubber-stamped by Simon Hausmann.
3342 [Qt] Exclude canvas-putImageData.html from the skipped list since
3343 Canvas's putImageData is implemented in r41355 already.
3345 * platform/qt/Skipped: Removed canvas-putImageData.html.
3347 2009-04-29 Sam Weinig <sam@webkit.org>
3349 Reviewed by Oliver Hunt.
3351 Test for https://bugs.webkit.org/show_bug.cgi?id=25440
3352 setTimeout should stringify non-string/non-function first arguments
3354 * fast/dom/Window/setTimeout-string-argument-expected.txt: Added.
3355 * fast/dom/Window/setTimeout-string-argument.html: Added.
3357 2009-04-29 Dan Bernstein <mitz@apple.com>
3359 Reviewed by Simon Fraser.
3361 - test and updated results for <rdar://problem/6609509> Select All and
3362 then Delete should put Mail editing back into the same state as a new
3365 * editing/deleting/in-visibly-empty-root-expected.txt: Added.
3366 * editing/deleting/in-visibly-empty-root.html: Added.
3367 * platform/mac/editing/deleting/delete-at-start-or-end-expected.txt:
3369 2009-04-23 Eric Seidel <eric@webkit.org>
3371 Reviewed by Oliver Hunt.
3373 Re-write image-clipped-hit.svg to be dumpAsText() (and clean up the code to be less insane)
3375 * platform/mac/svg/custom/image-clipped-hit-expected.checksum: Removed.
3376 * platform/mac/svg/custom/image-clipped-hit-expected.png: Removed.
3377 * platform/mac/svg/custom/image-clipped-hit-expected.txt: Removed.
3378 * platform/qt/svg/custom/image-clipped-hit-expected.txt: Removed.
3379 * svg/custom/image-clipped-hit.svg:
3381 2009-04-29 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
3383 Second try at making the bot green.
3385 * platform/gtk/Skipped:
3387 2009-04-29 Xiaomei Ji <xji@chromium.org>
3389 Reviewed by Dan Bernstein.
3391 Fix https://bugs.webkit.org/show_bug.cgi?id=24168
3392 RTL: Home/End key does not behave correctly in mixed bidi text in RTL document
3394 * editing/selection/extend-selection-expected.txt: Added result for extend in
3396 * editing/selection/extend-selection.html: Added test cases and script for extend
3398 * editing/selection/home-end-expected.txt: Added.
3399 * editing/selection/home-end.html: Added.
3401 2009-04-29 Ojan Vafai <ojan@chromium.org>
3403 Reviewed by Eric Seidel.
3405 Fix this test to only use a setTimeout in IE. It doesn't need a timeout in WebKit
3406 and the timeout requires using waitUntilDone/notifyDone, which doesn't play
3407 nicely with JS tests.
3409 See https://bugs.webkit.org/show_bug.cgi?id=25471
3411 * fast/forms/resources/textarea-metrics.js:
3412 (assertTextareaMetrics):
3413 * fast/forms/textarea-metrics-expected.txt:
3414 * platform/win/fast/forms/textarea-metrics-expected.txt:
3415 * platform/win/Skipped:
3417 2009-04-29 Ojan Vafai <ojan@chromium.org>
3419 Reviewed by Eric Seidel.
3421 Put this file in the right place to fix the bot failure.
3423 * platform/mac-tiger/fast/forms/text-control-intrinsic-widths-expected.txt: Renamed from LayoutTests/platform/mac-tiger/text-control-intrinsic-widths-expected.txt.
3425 2009-04-29 Ojan Vafai <ojan@chromium.org>
3427 Reviewed by Eric Seidel.
3429 Skip fast/forms/textarea-metrics.html. It's printing the TEST PASSED
3430 before the test is finished. There's a race with any JS tests that
3431 use setTimeout. Fortunately, this test doesn't need the setTimeout,
3432 so it's easy to fix.
3434 See https://bugs.webkit.org/show_bug.cgi?id=25471
3436 * platform/win/Skipped:
3438 2009-04-29 Eric Seidel <eric@webkit.org>
3440 No review, rolling out a patch.
3442 Revert http://trac.webkit.org/changeset/43019
3444 New tests failed because I removed the tabs from them
3445 when landing (since we avoid tabs in WebKit files).
3446 I couldn't tell if the new results were correct with
3449 * editing/selection/extend-selection-expected.txt:
3450 * editing/selection/extend-selection.html:
3451 * editing/selection/home-end-expected.txt: Removed.
3452 * editing/selection/home-end.html: Removed.
3454 2009-04-29 Eric Seidel <eric@webkit.org>
3456 No review, rolling out a patch.
3458 Revert 43020 as it caused accessibility/lists.html to fail
3459 and no one is around to tell me if it's a progression or not.
3461 * platform/win/accessibility/listitem-role-expected.txt: Removed.
3462 * platform/win/accessibility/listitem-role.html: Removed.
3464 2009-04-29 Sankar Aditya Tanguturi <sankaraditya@gmail.com>
3466 Reviewed by Jon Honeycutt.
3468 Add a new accessibility role for list items. Part of
3469 http://bugs.webkit.org/show_id.cgi?id=20013
3471 * platform/win/accessibility: Added a new directory to add
3472 windows specific test case.
3473 * platform/win/accessibility/listitem-role-expected.txt: Added. This
3474 test case is added to check if role attribute of list item elements is
3475 populated correctly or not.
3476 * platform/win/accessibility/listitem-role.html: Added. This file
3477 contains the expected output for the new test case that is added in
3480 2009-04-29 Xiaomei Ji <xji@chromium.org>
3482 Reviewed by Dan Bernstein.
3484 Fix https://bugs.webkit.org/show_bug.cgi?id=24168
3485 RTL: Home/End key does not behave correctly in mixed bidi text in RTL document
3487 * editing/selection/extend-selection-expected.txt: Added result for extend in