1 2009-06-09 Anand K. Mistry <amistry@google.com>
3 Reviewed by Dimitri Glazkov.
5 https://bugs.webkit.org/show_bug.cgi?id=26037
6 Test the globalAlpha property of canvas contexts.
8 * fast/canvas/drawImage-with-globalAlpha.html: Added.
9 * platform/mac/fast/canvas/drawImage-with-globalAlpha-expected.checksum: Added.
10 * platform/mac/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
11 * platform/mac/fast/canvas/drawImage-with-globalAlpha-expected.txt: Added.
13 2009-06-09 Simon Hausmann <simon.hausmann@nokia.com>
15 Reviewed by Ariya Hidayat.
17 Adjusted Qt fixed layout testcase to LayoutController API change.
19 * platform/qt/view/fixed-layout-size.html:
21 2009-06-08 Brady Eidson <beidson@apple.com>
23 Reviewed by Antti Koivisto
25 <rdar://problem/6727495> Repro crash in WebCore::Loader::Host::servePendingRequests() and dupes.
27 Note this "Loader::Host deleted while still in use" could come up in a variety of ways but this layout
28 test only covers the single most reproducible way we know that *could* be tested by DRT.
30 * http/tests/loading/deleted-host-in-resource-load-delegate-callback-expected.txt: Added.
31 * http/tests/loading/deleted-host-in-resource-load-delegate-callback.html: Added.
32 * http/tests/loading/resources/snow-shoes-vs-pie-copy.png: Added.
33 * http/tests/loading/resources/snow-shoes-vs-pie.png: Added.
35 * platform/gtk/Skipped:
36 * platform/qt/Skipped:
37 * platform/win/Skipped:
39 2009-06-06 Mark Rowe <mrowe@apple.com>
41 Reviewed by Sam Weinig.
43 Remove XHTML MP and WCSS tests from the skipped lists as run-webkit-tests
44 now treats them like our other optional features and will skip them automatically
45 when the feature is not compiled in.
47 * platform/gtk/Skipped:
48 * platform/mac/Skipped:
49 * platform/qt/Skipped:
50 * platform/win/Skipped:
52 2009-06-06 Mark Rowe <mrowe@apple.com>
54 Unskip two more tests that now pass.
56 * platform/mac-snowleopard/Skipped:
58 2009-06-06 Mark Rowe <mrowe@apple.com>
60 Unskip some tests now that they pass.
62 * platform/mac-snowleopard/Skipped:
64 2009-06-06 Mark Rowe <mrowe@apple.com>
66 Reviewed by Brady Eidson.
68 <rdar://problem/6778101> Four SSL-related test failures
70 * platform/mac-snowleopard/Skipped: Unskip the tests.
72 2009-06-06 Sam Weinig <sam@webkit.org>
74 Reviewed by Dan Bernstein.
76 Test for <rdar://problem/6930540>
77 REGRESSION (r43797): Serif and fantasy font-family names are wrong in result of getComputedStyle
79 * fast/css/font-family-builtins-expected.txt: Added.
80 * fast/css/font-family-builtins.html: Added.
82 2009-06-06 Sam Weinig <sam@webkit.org>
84 Reviewed by Brady Eidson.
86 Update tests for <rdar://problem/6936235>
87 Need to support StorageEvent.storageArea to meet the Web Storage spec
89 Test StorageEvent.uri, StorageEvent.source and StorageEvent.storageArea.
91 * storage/domstorage/localstorage/iframe-events-expected.txt:
92 * storage/domstorage/localstorage/iframe-events.html:
93 * storage/domstorage/localstorage/resources/iframe-events-second.html:
94 * storage/domstorage/sessionstorage/iframe-events-expected.txt:
95 * storage/domstorage/sessionstorage/iframe-events.html:
96 * storage/domstorage/sessionstorage/resources/iframe-events-second.html:
98 2009-06-05 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
100 Reviewed by Anders Carlsson.
102 Force initialization of the WML variable state, right after the dynamically created WML elements have been added to the tree.
103 Note that "regular WML" doesn't support JavaScript at all, in a normal WML document WMLDocument::finishedParsing() takes care of that.
105 * wml/resources/WMLTestCase.js:
108 2009-06-01 Ben Murdoch <benm@google.com>
110 <https://bugs.webkit.org/show_bug.cgi?id=25710> HTML5 Database stops executing transactions if the URL hash changes while a transaction is open and an XHR is in progress.
112 Reviewed by Alexey Proskuryakov.
114 Fix a bug that causes database transactions to fail if a history
115 navigation to a hash fragment of the same document is made while
116 resources (e.g. an XHR) are loading.
118 https://bugs.webkit.org/show_bug.cgi?id=25710
120 * storage/hash-change-with-xhr-expected.txt: Added.
121 * storage/hash-change-with-xhr.html: Added.
123 2009-06-03 Antti Koivisto <antti@apple.com>
125 Reviewed by Dave Kilzer.
127 https://bugs.webkit.org/show_bug.cgi?id=13128
128 Safari not obeying cache header
130 Test subresource caching and expiration.
132 * http/tests/cache: Added.
133 * http/tests/cache/resources: Added.
134 * http/tests/cache/resources/cache-simulator.cgi: Added.
135 * http/tests/cache/resources/subresource-test.js: Added.
138 (loadTestFrame.scr.onload):
142 * http/tests/cache/resources/test-frame.html: Added.
143 * http/tests/cache/subresource-expiration-expected.txt: Added.
144 * http/tests/cache/subresource-expiration.html: Added.
146 2009-06-04 Oliver Hunt <oliver@apple.com>
148 Reviewed by Gavin Barraclough.
150 Bug in property caching of getters and setters.
152 * fast/js/property-getters-and-setters-expected.txt:
153 * fast/js/resources/property-getters-and-setters.js:
155 2009-02-03 Eric Seidel <eric@webkit.org>
157 Reviewed by Justin Garcia.
159 Test to make sure execCommand("bold") on <b style="text-decoration: underline">test</b>
160 only removes the bold and not the underline.
161 https://bugs.webkit.org/show_bug.cgi?id=23496
163 * editing/execCommand/convert-style-elements-to-spans-expected.txt: Added.
164 * editing/execCommand/convert-style-elements-to-spans.html: Added.
165 * editing/execCommand/resources/convert-style-elements-to-spans.js: Added.
169 2009-06-04 David Hyatt <hyatt@apple.com>
171 Reviewed by Sam Weinig.
173 Fix the Window focus test to not resign first responder, since that actually made the test
174 incorrect. An unfocused WebHTMLView's DOM window should not receive focus/blur events when the activation
177 Now the test just checks that a first responder WebHTMLView will actually fire focus/blur on the DOM window
178 as the window gains/loses key.
180 * fast/dom/Window/window-onFocus.html:
182 2009-06-05 Dmitry Titov <dimich@chromium.org>
184 Reviewed by Eric Seidel.
186 https://bugs.webkit.org/show_bug.cgi?id=26192
187 Fix the expected results for editing/execCommand/list-wrapping-image-crash.html
189 * editing/execCommand/list-wrapping-image-crash-expected.txt:
190 * editing/execCommand/list-wrapping-image-crash.html:
192 2009-06-04 Pierre d'Herbemont <pdherbemont@apple.com>
194 Reviewed by Darin Adler.
196 https://bugs.webkit.org/show_bug.cgi?id=26081
198 * media/before-load-member-access-expected.txt: Added.
199 * media/before-load-member-access.html: Test access for property accessed before
200 loading occurs. That tests for 26081 crasher specifically.
202 2009-06-04 Ariya Hidayat <ariya.hidayat@nokia.com>
204 Rubber-stamped by Tor Arne Vestbø.
206 Added Qt-specific expected result for Canvas pointInPath's test.
208 Qt's QPainterPath::contains(point) returns false if the point is
209 exactly along one of the edges (except the origin). Until we
210 find a workaround for this, compensate it in the expected result.
212 * platform/qt/fast/canvas/pointInPath-expected.txt: Added.
214 2009-06-03 Alexey Proskuryakov <ap@webkit.org>
216 Rubber-stamped by Mark Rowe.
218 Fix appcache/fallback.html test broken by network simulator changes made for a preloading test.
220 * http/tests/resources/network-simulator.php: Tell PHP that a variable is global.
222 2009-06-02 Eric Seidel <eric@webkit.org>
224 Reviewed by Maciej Stachowiak.
226 Insert*List on an stand-alone image in a content editable region ASSERTS
227 ASSERTION FAILED: isStartOfParagraph(startOfParagraphToMove)
228 https://bugs.webkit.org/show_bug.cgi?id=19066
230 * editing/execCommand/list-wrapping-image-crash-expected.txt: Added.
231 * editing/execCommand/list-wrapping-image-crash.html: Added.
233 2009-06-02 Alexey Proskuryakov <ap@webkit.org>
235 Land correct results for a test I just added (forgot to regenerate them after adding new
238 * fast/xpath/py-dom-xpath/expressions-expected.txt:
240 2009-06-02 Chris Marrin <ap@webkit.org>
242 Rubber-stamped by Maciej Stachowiak.
244 Moved CSSMatrix tests into root of LayoutTests/transforms so both the
245 2D and 3D versions are always valid.
247 * transforms/2d/cssmatrix-interface.xhtml: Removed.
248 * transforms/3d/cssmatrix-3d-interface.xhtml: Removed.
249 * transforms/cssmatrix-2d-interface.xhtml: Added.
250 * transforms/cssmatrix-3d-interface.xhtml: Added.
252 2009-06-02 Julien Chaffraix <jchaffraix@webkit.org>
254 Reviewed by Eric Seidel.
256 Bug 17167: Failures in fast/dom/Node/initial-values.html
258 Added some more tests to show that the compatibility issue is only
261 Also updated the new passing result and removed the associated comment
262 inside the initial-values.js.
264 * fast/dom/Node/initial-values-expected.txt:
265 * fast/dom/Node/resources/initial-values.js:
267 2009-06-02 Alexey Proskuryakov <ap@webkit.org>
269 Reviewed by Sam Weinig.
271 https://bugs.webkit.org/show_bug.cgi?id=26133
272 Adapt and import py-dom-xpath tests
274 * fast/xpath/xpath-test-pre.js: (test): Added a new helper function.
276 * fast/xpath/py-dom-xpath: Added.
277 * fast/xpath/py-dom-xpath/abbreviations-expected.txt: Added.
278 * fast/xpath/py-dom-xpath/abbreviations.html: Added.
279 * fast/xpath/py-dom-xpath/axes-expected.txt: Added.
280 * fast/xpath/py-dom-xpath/axes.html: Added.
281 * fast/xpath/py-dom-xpath/data-expected.txt: Added.
282 * fast/xpath/py-dom-xpath/data.html: Added.
283 * fast/xpath/py-dom-xpath/expressions-expected.txt: Added.
284 * fast/xpath/py-dom-xpath/expressions.html: Added.
285 * fast/xpath/py-dom-xpath/nodetests-expected.txt: Added.
286 * fast/xpath/py-dom-xpath/nodetests.html: Added.
287 * fast/xpath/py-dom-xpath/paths-expected.txt: Added.
288 * fast/xpath/py-dom-xpath/paths.html: Added.
289 * fast/xpath/py-dom-xpath/predicates-expected.txt: Added.
290 * fast/xpath/py-dom-xpath/predicates.html: Added.
291 All these tests pass now (sometimes, with adaptations, see comments inside).
293 * fast/xpath/py-dom-xpath/functions-expected.txt: Added.
294 * fast/xpath/py-dom-xpath/functions.html: Added.
295 id() function fails because of bug 12971.
297 2009-06-01 Sam Weinig <sam@webkit.org>
299 Reviewed by Brady Eidson.
301 Part of https://bugs.webkit.org/show_bug.cgi?id=26100
302 Add missing event handler properties to the DOMWindow
304 Added oncontextmenu, oninput, and onmessage event handlers to
305 the DOMWindow. Aditionally, the onloadstart, onprogress, onstalled,
306 and onsuspend event handlers were implemented but not added to
309 * fast/dom/Window/window-properties-expected.txt:
311 2009-06-02 Johnny Ding <johnnyding.webkit@gmail.com>
313 Reviewed by Alexey Proskuryakov. Landed by Adam Barth.
315 https://bugs.webkit.org/show_bug.cgi?id=24747
317 Add a test case for multiple requests for same sub-resource due to preload.
319 * http/tests/loading/preload-img-test-expected.txt: Added.
320 * http/tests/loading/preload-img-test.html: Added.
321 * http/tests/loading/resources/preload-test.jpg: Added.
322 * http/tests/resources/network-simulator.php:
324 2009-06-01 Drew Wilson <atwilson@google.com>
326 Reviewed by Darin Adler. Landed by Adam Barth.
328 https://bugs.webkit.org/show_bug.cgi?id=25902
330 Added WorkerContext.close()
332 * fast/workers/worker-close-expected.txt: Added.
333 * fast/workers/worker-close.html: Added.
334 * fast/workers/resources/worker-close.js: Added.
335 * http/tests/xmlhttprequest/workers/close.html: Added.
337 2009-06-01 Alexey Proskuryakov <ap@webkit.org>
339 Reviewed by Darin Adler.
341 https://bugs.webkit.org/show_bug.cgi?id=12471
342 XPathResult not invalidated for documents retrieved via XMLHttpRequest
344 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt:
345 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
346 * dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt:
347 * dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt:
348 These tests now pass.
350 * fast/xpath/detached-subtree-invalidate-iterator-expected.txt: Added.
351 * fast/xpath/detached-subtree-invalidate-iterator.html: Added.
353 2009-06-01 Brett Wilson <brettw@chromium.org>
355 Reviewed by Darin Adler. Landed by Adam Barth.
357 https://bugs.webkit.org/show_bug.cgi?id=25750
359 Test: fast/transforms/bounding-rect-zoom.html
361 Make getClientRects and getBoundingClientRect account for ther zoom
364 * fast/transforms/bounding-rect-zoom.html: Added.
365 * platform/mac/fast/transforms/bounding-rect-zoom-expected.txt: Added.
367 2009-06-01 Nate Chapin <japhet@google.com>
369 Reviewed by Dimitri Glazkov. Landed by Adam Barth.
371 Ensure an anchor remains locked in view as images (without height already specified) load around it.
373 https://bugs.webkit.org/show_bug.cgi?id=26034
375 * fast/dynamic/anchor-lock.html: Added.
376 * fast/dynamic/resources/largeblank.png: Added.
378 2009-05-31 Alexey Proskuryakov <ap@webkit.org>
380 Reviewed by Darin Adler.
382 https://bugs.webkit.org/show_bug.cgi?id=13233
383 Need to implement an optimizing XPath evaluator
385 * fast/xpath/attribute-node-predicate-expected.txt: Added.
386 * fast/xpath/attribute-node-predicate.html: Added.
387 Test that predicates on attribute nodes are applied correctly (which I had wrong for a while
388 when working on this patch).
390 * fast/xpath/position-expected.txt:
391 * fast/xpath/position.html:
392 Added an example from XPath spec.
394 2009-05-31 Dan Bernstein <mitz@apple.com>
396 - add Windows results for fast/forms/isindex-placeholder.html
398 * platform/win/fast/forms/isindex-placeholder-expected.checksum: Added.
399 * platform/win/fast/forms/isindex-placeholder-expected.png: Added.
400 * platform/win/fast/forms/isindex-placeholder-expected.txt: Added.
402 2009-05-31 Sam Weinig <sam@webkit.org>
404 Reviewed by Dan Bernstein.
406 Part of https://bugs.webkit.org/show_bug.cgi?id=26100
407 Add missing event handler properties to the DOMWindow
409 Add missing oncanplay, oncanplaythrough, ondurationchange, onemptied,
410 onended, onloadeddata, onloadedmetadata, onpause, onplay, onplaying,
411 onratechange, onseeked, onseeking, ontimeupdate, onvolumechange,
412 onwaiting, onloadstart, onprogress, onstalled, onsuspend, ondrag,
413 ondragend, ondragenter, ondragleave, ondragover, ondragstart and
414 ondrop event handlers to the DOMWindow.
416 * fast/dom/Window/window-properties-expected.txt:
418 2009-05-31 Sam Weinig <sam@webkit.org>
420 Reviewed by Anders Carlsson.
422 Part of https://bugs.webkit.org/show_bug.cgi?id=26100
423 Add missing event handler properties to the DOMWindow
425 Add missing onstorage event handler to the DOMWindow.
427 * fast/dom/Window/window-properties-expected.txt:
428 * storage/domstorage/window-attributes-exist-expected.txt:
429 * storage/domstorage/window-attributes-exist.html:
431 2009-05-31 Sam Weinig <sam@webkit.org>
433 Rubber-stamped by Mark Rowe.
435 Remove duplicate file. The version of window-properties-expected.txt in the
436 platform/mac-leopard was identical to the one in the normal spot.
438 * platform/mac-leopard/fast/dom/Window/window-properties-expected.txt: Removed.
440 2009-05-30 Sam Weinig <sam@webkit.org>
442 Reviewed by Mark Rowe.
444 Fix for https://bugs.webkit.org/show_bug.cgi?id=26110
445 Update online/offline events to match the current spec.
446 - Also adds window.ononline and window.onoffline event handler
449 * fast/dom/Window/window-properties-expected.txt:
450 * platform/mac-leopard/fast/dom/Window/window-properties-expected.txt:
452 2009-05-29 Sam Weinig <sam@webkit.org>
454 Reviewed by Anders Carlsson.
456 Fix for https://bugs.webkit.org/show_bug.cgi?id=26091
457 Make storage events match the current spec.
458 - Storage event listeners are added to the window.
459 - Storage events are dispatched to the window.
461 * storage/domstorage/localstorage/iframe-events.html:
462 * storage/domstorage/localstorage/index-get-and-set.html:
463 * storage/domstorage/localstorage/resources/iframe-events-second.html:
464 * storage/domstorage/localstorage/simple-events.html:
465 * storage/domstorage/sessionstorage/iframe-events.html:
466 * storage/domstorage/sessionstorage/index-get-and-set.html:
467 * storage/domstorage/sessionstorage/resources/iframe-events-second.html:
468 * storage/domstorage/sessionstorage/simple-events.html:
470 2009-05-30 Darin Adler <darin@apple.com>
472 Reviewed by Adele Peterson.
474 Bug 26097: REGRESSION (r44283): Tab key doesn't work when focus is on a <select> element
476 * fast/forms/focus-control-to-page-expected.txt: Updated.
477 * fast/forms/focus-control-to-page.html: Added test of <select>, <textarea>,
478 and <input type="password">, and made sure we can tab both in and out of each type.
480 2009-05-30 Jeremy Orlow <jorlow@chromium.org>
482 Reviewed by Sam Weinig.
484 LocalStorage and SessionStorage's implicit setters do not correctly
485 handle null. The custom JS bindings should convert to strings
486 unconditionally and not try to handle null specially.
487 https://bugs.webkit.org/show_bug.cgi?id=25970
489 * storage/domstorage/localstorage/string-conversion-expected.txt: Added.
490 * storage/domstorage/localstorage/string-conversion.html: Added.
491 * storage/domstorage/sessionstorage/string-conversion-expected.txt: Added.
492 * storage/domstorage/sessionstorage/string-conversion.html: Added.
494 2009-05-30 Dan Bernstein <mitz@apple.com>
496 Reviewed by Darin Adler.
498 - test for <rdar://problem/6935192> REGRESSION (Safari 3-TOT): Scroll
499 bars in key window draw as inactive if the WebView is not active
501 * platform/mac/scrollbars/key-window-not-first-responder-expected.checksum: Added.
502 * platform/mac/scrollbars/key-window-not-first-responder-expected.png: Added.
503 * platform/mac/scrollbars/key-window-not-first-responder-expected.txt: Added.
504 * platform/mac/scrollbars/key-window-not-first-responder.html: Added.
506 2009-05-30 Dan Bernstein <mitz@apple.com>
508 Reviewed by Simon Fraser.
510 - test for https://bugs.webkit.org/show_bug.cgi?id=18445
511 <rdar://problem/5931174> Assertion failure in CSSGradientValue::image
512 with -webkit-gradient as body's background
514 * fast/backgrounds/body-generated-image-propagated-to-root.html: Added.
515 * platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum: Added.
516 * platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
517 * platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt: Added.
519 2009-05-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
521 Reviewed by George Staikos.
523 Add simple WML testcase: select.wml, that demonstates rendering of <select> elements.
524 More testcases will follow, as soon as WML specific features are available.
526 * fast/wml/select.wml: Added.
527 * platform/mac/fast/wml/select-expected.checksum: Added.
528 * platform/mac/fast/wml/select-expected.png: Added.
529 * platform/mac/fast/wml/select-expected.txt: Added.
531 2009-05-29 Takeshi Yoshino <tyoshino@google.com>
533 Reviewed by Darin Alder.
535 Bug 25911: Apply href in base elements to anchors shown on the source viewer
536 https://bugs.webkit.org/show_bug.cgi?id=25911
538 In rendering HTML sources, parse base elements to apply the base URI to
539 anchors shown on the source viewer.
541 Add tests to verify this change.
543 This issue was originally reported to the Chromium issue tracker.
544 http://code.google.com/p/chromium/issues/detail?id=2418
546 * fast/frames/resources/viewsource-frame-3.html: Added.
547 * fast/frames/resources/viewsource-frame-4.html: Added.
548 * fast/frames/viewsource-link-on-href-value-expected.txt: Added.
549 * fast/frames/viewsource-link-on-href-value.html: Added.
551 2009-05-29 Rob Buis <rwlbuis@gmail.com>
553 Reviewed by David Hyatt.
556 https://bugs.webkit.org/show_bug.cgi?id=22429
557 document.styleSheets collection ignores media=presentation
559 * fast/css/sheet-collection-link.html: Added.
560 * fast/css/sheet-collection-link-expected.txt: Added.
562 2009-05-29 Jian Li <jianli@chromium.org>
564 Reviewed by Dimitri Glazkov.
566 https://bugs.webkit.org/show_bug.cgi?id=26069
567 Test for the above bug.
569 * fast/xmlhttprequest/resources/xmlhttprequest-open-after-iframe-onload-remove-self-child.html: Added.
570 * fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self-expected.txt: Added.
571 * fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self.html: Added.
573 2009-05-29 Oliver Hunt <oliver@apple.com>
575 Reviewed by NOBODY (Test fix).
577 Fix error in test case i accidentally introduced.
579 * fast/js/string-replace-exception-crash.html:
581 2009-05-28 Simon Fraser <simon.fraser@apple.com>
583 Reviewed by Oliver Hunt.
585 https://bugs.webkit.org/show_bug.cgi?id=8736
587 * fast/borders/border-radius-constraints.html: Added.
588 * platform/mac/fast/borders/border-radius-constraints-expected.checksum: Added.
589 * platform/mac/fast/borders/border-radius-constraints-expected.png: Added.
590 * platform/mac/fast/borders/border-radius-constraints-expected.txt: Added.
592 Test that corner radii are constrained according to CSS3 rules.
594 * fast/borders/border-radius-huge-assert.html:
595 * platform/mac/fast/borders/border-radius-huge-assert-expected.checksum:
596 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
597 * platform/mac/fast/borders/border-radius-huge-assert-expected.txt:
599 Now that we constrain border-radius, update the text of the test, and the
602 * fast/borders/border-radius-split-inline.html: Added.
603 * platform/mac/fast/borders/border-radius-split-inline-expected.checksum: Added.
604 * platform/mac/fast/borders/border-radius-split-inline-expected.png: Added.
605 * platform/mac/fast/borders/border-radius-split-inline-expected.txt: Added.
607 New test for border-radius on a split inline.
609 * fast/box-shadow/border-radius-big.html:
610 * platform/mac/fast/box-shadow/border-radius-big-expected.checksum:
611 * platform/mac/fast/box-shadow/border-radius-big-expected.png:
612 * platform/mac/fast/box-shadow/border-radius-big-expected.txt:
614 Now that we constrain border-radius, update the text of the test, and the
617 2009-05-28 Alexey Proskuryakov <ap@webkit.org>
619 Reviewed by Darin Adler.
621 https://bugs.webkit.org/show_bug.cgi?id=26005
622 Optimization for XPath //* does not preserve context size
624 * fast/xpath/position-expected.txt: Added.
625 * fast/xpath/position.html: Added.
626 Test for this bug, and for other potential issues with position().
628 * fast/xpath/4XPath/Core/test.js: Updated to work with Firefox 3 (getElementsByTagName handles
629 node names with namespace prefixes differently there).
630 * fast/xpath/4XPath/Core/test_location_path.html: Fixed the test to request ordered snapshots
631 when there is more than one node in expected result, as the checks verify node order.
633 2009-05-28 Adam Barth <abarth@webkit.org>
635 Reviewed by Darin Adler.
637 Test whether lexical or dynamic scope is used for window.open().
639 * http/tests/security/frameNavigation/context-for-window-open-expected.txt: Added.
640 * http/tests/security/frameNavigation/context-for-window-open.html: Added.
641 * http/tests/security/frameNavigation/resources/middle-frame-for-location.html:
643 2009-05-27 Dan Bernstein <mitz@apple.com>
645 Reviewed by Sam Weinig.
647 - test for <rdar://problem/6927761> <isindex> placeholder text is
648 unstylable and initially not visible
650 * fast/forms/isindex-placeholder.html: Added.
651 * platform/mac/fast/forms/isindex-placeholder-expected.checksum: Added.
652 * platform/mac/fast/forms/isindex-placeholder-expected.png: Added.
653 * platform/mac/fast/forms/isindex-placeholder-expected.txt: Added.
655 2009-05-27 Oliver Hunt <oliver@apple.com>
657 Reviewed by Mark Rowe.
659 <rdar://problem/6928025> Stack overflow in JSC::stringProtoFuncReplace() running jsFunFuzz
661 Add an additional exception check for stack overflow in String.replace
663 * fast/js/string-replace-exception-crash.html:
665 2009-05-27 Alexey Proskuryakov <ap@webkit.org>
667 Reviewed by Darin Adler.
669 https://bugs.webkit.org/show_bug.cgi?id=17725
670 XPath should be case insensitive for HTML
672 * fast/xpath/node-name-case-sensitivity-expected.txt: Added.
673 * fast/xpath/node-name-case-sensitivity.html: Added.
675 2009-05-27 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
677 Disabling new tests to make the bot green.
679 * platform/gtk/Skipped:
681 2009-05-26 Oliver Hunt <oliver@apple.com>
683 Reviewed by Gavin Barraclough.
685 <rdar://problem/6924033> REGRESSION: Assertion failure due to forward references
687 Add a few more test cases for invalid back references.
689 * fast/js/regexp-backreferences-expected.txt: Added.
690 * fast/js/regexp-backreferences.html: Added.
691 * fast/js/resources/regexp-backreferences.js: Added.
693 2009-05-26 Adam Barth <abarth@webkit.org>
695 https://bugs.webkit.org/show_bug.cgi?id=26011
697 Unreviewed change to disable flaky test as requested by Sam Weinig.
699 * http/tests/security/postMessage/origin-follows-lexical-scope-expected.txt: Removed.
700 * http/tests/security/postMessage/origin-follows-lexical-scope.html: Removed.
702 2009-05-26 Dimitri Glazkov <dglazkov@chromium.org>
704 Reviewed by Maciej Stachowiak.
706 https://bugs.webkit.org/show_bug.cgi?id=23649
707 Add layout test for various cases of SQLTransactionErrorCallback
710 * storage/transaction-error-callback-expected.txt: Added.
711 * storage/transaction-error-callback.html: Added.
713 2009-05-26 David Hyatt <hyatt@apple.com>
715 Reviewed by Darin Adler.
717 Fix for bug 25969, scrollbars remain after document shrinks. Add a couple of layout tests
718 written by Dan that show various problems with scrollbars following resizes.
720 * fast/dynamic/window-resize-scrollbars-test.html: Added.
721 * fast/dynamic/window-scrollbars-test.html: Added.
722 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.checksum: Added.
723 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.png: Added.
724 * platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt: Added.
725 * platform/mac/fast/dynamic/window-scrollbars-test-expected.checksum: Added.
726 * platform/mac/fast/dynamic/window-scrollbars-test-expected.png: Added.
727 * platform/mac/fast/dynamic/window-scrollbars-test-expected.txt: Added.
729 2009-05-25 Adam Barth <abarth@webkit.og>
731 Reviewed by Sam Weinig.
733 https://bugs.webkit.org/show_bug.cgi?id=26006
735 Test our use of dynamicGlobalObject and lexicalGlobalObject for
738 * http/tests/security/frameNavigation/context-for-location-assign-expected.txt: Added.
739 * http/tests/security/frameNavigation/context-for-location-assign.html: Added.
740 * http/tests/security/frameNavigation/context-for-location-expected.txt: Added.
741 * http/tests/security/frameNavigation/context-for-location-href-expected.txt: Added.
742 * http/tests/security/frameNavigation/context-for-location-href.html: Added.
743 * http/tests/security/frameNavigation/context-for-location.html: Added.
744 * http/tests/security/frameNavigation/resources/middle-frame-for-location.html: Added.
745 * http/tests/security/frameNavigation/resources/target-for-location.html: Added.
747 2009-05-25 Adam Barth <abarth@webkit.org>
749 Reviewed by Sam Weinig.
751 https://bugs.webkit.org/show_bug.cgi?id=26011
753 Try to make test less flaky.
755 * http/tests/security/postMessage/origin-follows-lexical-scope-expected.txt:
756 * http/tests/security/postMessage/origin-follows-lexical-scope.html:
757 * http/tests/security/postMessage/resources/middle-frame-for-lexical.html:
758 * http/tests/security/postMessage/resources/post-message-listener-with-ready.html: Added.
760 2009-05-25 Adam Barth <abarth@webkit.org>
762 Reviewed by Maciej Stachowiak.
764 https://bugs.webkit.org/show_bug.cgi?id=26004
766 Test that the origin for postMessage follows the lexical scope.
768 * http/tests/security/postMessage/origin-follows-lexical-scope-expected.txt: Added.
769 * http/tests/security/postMessage/origin-follows-lexical-scope.html: Added.
770 * http/tests/security/postMessage/resources/middle-frame-for-lexical.html: Added.
772 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
774 Reviewed by Gustavo Noronha and Xan Lopez.
776 [Gtk] Enable database and localStorage support
777 https://bugs.webkit.org/show_bug.cgi?id=25629
779 Enable storage/ tests for Gtk.
781 * platform/gtk/Skipped:
783 2009-05-23 Oliver Hunt <oliver@apple.com>
785 Reviewed by Maciej Stachowiak.
787 Add tests to cover exceptions thrown from non-object results of get_by_id
789 * fast/js/exception-for-nonobject-expected.txt: Added.
790 * fast/js/exception-for-nonobject.html: Added.
791 * fast/js/resources/exception-for-nonobject.js: Added.
793 2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
795 Unreviewed. Skip new tests introduced in r44010. These tests
796 require an eventSender implementation which the gtk port
797 currently do not have.
799 Also remove gtk-specific result for
800 fast/canvas/canvas-composite-alpha. The non-platform specific
803 * platform/gtk/Skipped:
804 * platform/gtk/fast/canvas/canvas-composite-alpha-expected.txt: Removed.
806 2009-05-22 Dan Bernstein <mitz@apple.com>
808 Reviewed by Darin Adler.
810 <rdar://problem/6916082> Incorrect handling of % as CSS value.
812 * fast/css/percent-character-as-value-expected.txt: Added.
813 * fast/css/percent-character-as-value.html: Added.
815 2009-05-22 Darin Adler <darin@apple.com>
817 Reviewed by Dan Bernstein.
819 - Made the global-function-resolve test independent of hashing order
820 by using a fixed set of properties. This also removes the need for us
821 to update this test every time we add something to the window object or
822 the js-test-pre.js family of scripts.
824 * fast/js/global-function-resolve-expected.txt: Updated.
825 * fast/js/resources/global-function-resolve.js: Use a fixed array instead
826 of using all property names from the global object; also made other small
827 changes that don't have an effect on the substance of the test.
829 2009-05-22 Dan Bernstein <mitz@apple.com>
831 Reviewed by Darin Adler.
833 - remove a test that was supposed to test the text/* change to MIME
834 types from r43979, since the change was rolled out, and the test seems
835 to be ineffective anyway, since it was passing on Mac after rolling
838 * http/tests/mime/accept-all-text-types-expected.txt: Removed.
839 * http/tests/mime/accept-all-text-types.html: Removed.
841 2009-05-22 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.org>
843 Reviewed by Simon Hausmann.
845 Skip tests depending on platform dependent results.
847 * platform/qt/Skipped:
849 2009-05-22 Shinichiro Hamaji <hamaji@google.com>
851 Reviewed by Oliver Hunt.
853 Remove optimization path alpha=0 case from GraphicContext(CG|Skia).
854 This optimization doesn't make sense for some composite mode (e.g., 'copy' operation).
856 https://bugs.webkit.org/show_bug.cgi?id=25956
858 * fast/canvas/canvas-composite-alpha-expected.txt:
859 * fast/canvas/canvas-composite-alpha.html:
860 * platform/gtk/fast/canvas/canvas-composite-alpha-expected.txt: Removed.
862 2009-05-21 Oliver Hunt <oliver@apple.com>
864 Reviewed by Maciej Stachowiak.
866 Add tests to ensure that we correctly cache (or do not cache) lookups
867 of global properties.
869 * fast/js/global-function-resolve.html: Added.
870 * fast/js/resources/global-function-resolve.js: Added.
872 2009-05-21 Geoffrey Garen <ggaren@apple.com>
874 Reviewed by Sam Weinig.
876 Tests for <rdar://problem/6910832> | https://bugs.webkit.org/show_bug.cgi?id=25907
877 Incorrect URL returned to the DOM while the user drags a file
879 * http/tests/local/drag-over-remote-content-expected.txt: Added.
880 * http/tests/local/drag-over-remote-content.html: Added.
881 * http/tests/security/drag-over-remote-content-iframe-expected.txt: Added.
882 * http/tests/security/drag-over-remote-content-iframe.html: Added.
884 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
886 Fixing test to actually use the correct names for the frames.
888 * http/tests/mime/accept-all-text-types.html:
890 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
892 Disable 2 more tests that sometimes fail.
894 * platform/gtk/Skipped:
896 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
898 Adding file I forgot to add to last commit.
900 * http/tests/mime/resources/accept-all-text-types.cgi: Added.
902 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
904 Reviewed by Darin Adler.
906 Test that WebKit accepts any text/* type.
908 * http/tests/mime/accept-all-text-types-expected.txt: Added.
909 * http/tests/mime/accept-all-text-types.html: Added.
911 2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
913 Reviewed by Xan Lopez.
915 Disable failing HTTP tests now that we are enabling HTTP on the
918 * platform/gtk/Skipped:
920 2009-05-21 Alexey Proskuryakov <ap@webkit.org>
922 Reviewed by Darin Adler.
924 https://bugs.webkit.org/show_bug.cgi?id=19517
925 <rdar://problem/6007112> DOM modification of textArea causes Access Violation (NULL pointer?)
927 This no longer happens with ToT, just adding a test.
929 * fast/parser/head-parsing-19517-expected.txt: Added.
930 * fast/parser/head-parsing-19517.html: Added.
932 2009-05-21 Dan Bernstein <mitz@apple.com>
934 Reviewed by Anders Carlsson.
936 - test for <rdar://problem/6901751> REGRESSION (r35515): Tiger crash
937 painting the selection on registration page of car2go.com
939 * fast/block/float/selection-gap-clip-out-tiger-crash-expected.txt: Added.
940 * fast/block/float/selection-gap-clip-out-tiger-crash.html: Added.
942 2009-05-21 Eric Seidel <eric@webkit.org>
944 Reviewed by Alexey Proskuryakov.
946 Fix file-input-files-access which was passing for the wrong reasons.
948 The log was pushing the drop target off screen and the drops were failing!
950 * editing/pasteboard/file-input-files-access-expected.txt:
951 * editing/pasteboard/resources/file-input-files-access.js:
952 (testOrderedDraggingWithDirectory):
955 2009-05-20 Gustavo Noronha Silva <gns@gnome.org>
959 * platform/gtk/Skipped:
961 2009-05-20 Gustavo Noronha Silva <gns@gnome.org>
963 Skipping test that fails intermitently.
965 * platform/gtk/Skipped:
967 2009-05-20 Gustavo Noronha Silva <gns@gnome.org>
969 Rubber-stamped by Mark Rowe.
971 Add GTK+-specific results for canvas-composite-alpha. This test
972 has 'failing' cases that pass on GTK+/cairo.
974 * platform/gtk/fast/canvas/canvas-composite-alpha-expected.txt: Added.
976 2009-05-20 David Kilzer <ddkilzer@apple.com>
978 Test for <rdar://problem/5666078> Cookie parsing terminates at the first semicolon, ignoring quotes (16699)
980 <https://bugs.webkit.org/show_bug.cgi?id=16699>
982 Reviewed by Brady Eidson.
984 * http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: Added.
985 * http/tests/cookies/double-quoted-value-with-semi-colon.html: Added.
986 * http/tests/cookies/resources/double-quoted-value-with-semi-colon.js: Added.
987 * platform/mac-tiger/Skipped: Added
988 double-quoted-value-with-semi-colon.html since CFNetwork on
989 Tiger stops parsing cookie values when it sees a semi-colon,
990 even inside double quotes.
992 2009-05-20 Brady Eidson <beidson@apple.com>
994 Reviewed by Darin Adler.
996 Fix <rdar://problem/6904941> and https://bugs.webkit.org/show_bug.cgi?id=25300
998 * fast/loader/javascript-url-hierarchical-execution-expected.txt: Added.
999 * fast/loader/javascript-url-hierarchical-execution.html: Added.
1001 2009-05-20 Holger Hans Peter Freyther <zecke@selfish.org>
1003 Reviewed by Anders Carlsson.
1005 https://bugs.webkit.org/show_bug.cgi?id=24510
1007 Add a test case that Netscape Plugin can properly
1008 determine if a given object has a specific method
1011 The test will ask the plugin to call hasproperty and
1012 hasmethod and will compare the result with what is
1013 expected. This approach is taken from
1014 netscape-get-property-return-value.html
1016 * plugins/netscape-invoke-browserfuncs-expected.txt: Added.
1017 * plugins/netscape-invoke-browserfuncs.html: Added.
1019 2009-05-20 Eric Seidel <eric@webkit.org>
1021 Fix bug URL in ChangeLogs in r43903.
1022 https://bugs.webkit.org/show_bug.cgi?id=25742
1024 2009-05-20 Eric Seidel <eric@webkit.org>
1026 No review, build fix only.
1028 Add files I missed in r43903.
1029 https://bugs.webkit.org/show_bug.cgi?id=25742
1031 Takeshi's patch was right, I just failed to add the files when landing.
1033 * platform/mac/fast/forms/search-styled-expected.checksum: Added.
1034 * platform/mac/fast/forms/search-styled-expected.png: Added.
1036 2009-05-20 Takeshi Yoshino <tyoshino@google.com>
1038 Reviewed by Eric Seidel.
1040 Bug 24539: Fix RenderThemeChromiumWin::paintTextFieldInternal() not to hide background image.
1041 https://bugs.webkit.org/show_bug.cgi?id=25742
1043 Changed the test fast/forms/select-style.html to exercise the change on
1044 RenderThemeChromiumWin::paintTextFieldInternal() on Chromium. Replaced expected results for
1045 platform mac. Expected cases for the other platforms are to be replaced later.
1047 * fast/forms/select-style.html:
1048 * platform/mac/fast/forms/select-style-expected.checksum:
1049 * platform/mac/fast/forms/select-style-expected.txt:
1051 2009-05-20 Shinichiro Hamaji <hamaji@google.com>
1053 Reviewed by Eric Seidel.
1055 Layout tests for canvas' composite operations with alpha blending.
1057 * fast/canvas/canvas-composite-alpha-expected.txt: Added.
1058 * fast/canvas/canvas-composite-alpha.html: Added.
1060 2009-05-20 Eric Seidel <eric@webkit.org>
1062 Build fix only, no review.
1064 Remove dragging subtest from 43890 which used ? char
1066 ? is a reserved char on Windows. After removing both the ĂĽ and now the ? this
1067 subtest is now useless, so I'm removing it entirely.
1069 * editing/pasteboard/file-input-files-access-expected.txt:
1070 * editing/pasteboard/resources/File With Spaces! For Dragging?.gif: Removed.
1071 * editing/pasteboard/resources/file-input-files-access.js:
1074 2009-05-20 Eric Seidel <eric@webkit.org>
1076 Build fix only, no review.
1078 Fix windows and tiger builds after r43890
1080 Commit r43890 caused:
1081 svn: Can't convert string from 'UTF-8' to native encoding:
1082 svn: LayoutTests/editing/pasteboard/resources/File With Spaces! For Dra?\204?\136gging?.gif
1083 On both the windows and tiger buildbots. According to:
1084 http://svnbook.red-bean.com/en/1.2/svn.advanced.l10n.html
1085 this is intentional behavior, and due to the fact that the default
1086 LC_CTYPE for Tiger and Windows makes Subversion think the filesystems
1087 do not support utf8.
1089 The fix would be to execute:
1090 export LC_CTYPE=en_US.UTF-8
1091 On all affected machines. But since that's not going to happen,
1092 I'm removing the utf8 chars from this filename.
1094 This makes the drag-drop test weaker, but I see no other option.
1096 * editing/pasteboard/resources/File With Spaces! For Dragging?.gif: Renamed from "LayoutTests/editing/pasteboard/resources/File With Spaces! For Dra\314\210gging?.gif".
1097 * editing/pasteboard/resources/file-input-files-access.js:
1098 (moveMouseToCenterOfElement): use the unused argument
1099 (runTest): fix to use the ansii name
1101 2009-05-20 Darin Adler <darin@apple.com>
1103 Removed stray file left after some check-ins earlier today.
1105 * fast/tokenizer/preload-scanner-entities.html-disabled: Removed.
1107 2009-05-18 Eric Seidel <eric@webkit.org>
1109 Reviewed by Oliver Hunt.
1111 Remove layoutTestController.addFileToPasteboardOnDrag and add eventSender.beginDragWithFiles
1112 https://bugs.webkit.org/show_bug.cgi?id=25852
1114 Add new tests for multi-file dragging:
1115 https://bugs.webkit.org/show_bug.cgi?id=25862
1117 I've removed the old tests in fast/forms which used layoutTestController.addFileToPasteboardOnDrag
1118 and have added a new test in editing/pasteboard/ (where all the other drag-drop tests are)
1119 which tests more than the previous two tests did.
1121 Mac was the only platform running the old layoutTestController.addFileToPasteboardOnDrag tests
1122 I've updated all the Skipped files to skip this new test instead.
1124 * editing/pasteboard/file-input-files-access-expected.txt: Added.
1125 * editing/pasteboard/file-input-files-access.html: Added.
1126 * editing/pasteboard/resources/File With Spaces! For Dragging?.gif: Copied from LayoutTests/fast/canvas/resources/apple.gif.
1127 * editing/pasteboard/resources/apple.gif: Copied from LayoutTests/fast/canvas/resources/apple.gif.
1128 * editing/pasteboard/resources/file-input-files-access.js: Added.
1129 (moveMouseToCenterOfElement):
1130 (dragFilesOntoInput):
1133 (draggingPathsShouldResultInFiles):
1135 * editing/pasteboard/resources/mozilla.gif: Copied from LayoutTests/fast/dom/resources/mozilla.gif.
1136 * fast/forms/dragging-to-disabled-file-input-expected.txt: Removed.
1137 * fast/forms/dragging-to-disabled-file-input.html: Removed.
1138 * fast/forms/dragging-to-file-input-expected.txt: Removed.
1139 * fast/forms/dragging-to-file-input.html: Removed.
1140 * platform/gtk/Skipped:
1141 * platform/qt/Skipped:
1142 * platform/win/Skipped:
1144 2009-05-19 Yichao Yin <yichao.yin@torchmobile.com.cn>
1146 Reviewed by George Staikos.
1148 Add tests for WCSS marquee extension support
1149 https://bugs.webkit.org/show_bug.cgi?id=23727
1152 * fast/wcss/marquee-dir.xhtml: Added.
1153 * fast/wcss/marquee-loop.xhtml: Added.
1154 * fast/wcss/marquee-speed.xhtml: Added.
1155 * fast/wcss/marquee-style.xhtml: Added.
1156 * platform/gtk/Skipped:
1157 * platform/mac/Skipped:
1158 * platform/qt/Skipped:
1159 * platform/win/Skipped:
1161 2009-05-19 Antti Koivisto <antti@apple.com>
1163 I can't figure out how to make this not timing dependent, making it manual test instead.
1165 * fast/tokenizer/preload-scanner-entities-expected.txt: Removed.
1166 * fast/tokenizer/preload-scanner-entities.html: Removed.
1168 2009-05-19 Darin Adler <darin@apple.com>
1170 Renamed test failing on many buildbots to disable it.
1171 Antti can move it back once he gets it working more consistently.
1173 * fast/tokenizer/preload-scanner-entities.html: Removed.
1174 * fast/tokenizer/preload-scanner-entities.html-disabled: Copied from fast/tokenizer/preload-scanner-entities.html.
1176 2009-05-19 Chris Fleizach <cfleizach@apple.com>
1178 Reviewed by Beth Dakin.
1180 Bug 25872: aria-labeledby appends all siblings instead of all children to aria name
1181 https://bugs.webkit.org/show_bug.cgi?id=25872
1183 * accessibility/aria-labelledby-stay-within.html: Added.
1184 * platform/mac/accessibility/aria-describedby-on-input-expected.txt:
1185 * platform/mac/accessibility/aria-labelledby-on-input-expected.txt:
1186 * platform/mac/accessibility/aria-labelledby-stay-within-expected.txt: Added.
1188 2009-05-19 Antti Koivisto <antti@apple.com>
1190 Reviewed by Darin Adler.
1192 <rdar://problem/6902674> REGRESSION: Query parameters are sometimes incorrect in URL (23135)
1194 * fast/tokenizer/preload-scanner-entities-expected.txt: Added.
1195 * fast/tokenizer/preload-scanner-entities.html: Added.
1197 2009-05-19 Yichao Yin <yichao.yin@torchmobile.com.cn>
1199 Reviewed by George Staikos.
1201 Add the XHTML MP tests but put them in skipped since they are not active
1202 by default on any platforms.
1203 https://bugs.webkit.org/show_bug.cgi?id=23452
1205 * fast/xhtmlmp: Added.
1206 * fast/xhtmlmp/check-doctype-declaration.xhtml: Added.
1207 * fast/xhtmlmp/check-rootelement.xhtml: Added.
1208 * fast/xhtmlmp/noscript-in-multiscripts.xhtml: Added.
1209 * fast/xhtmlmp/noscript-nested.xhtml: Added.
1210 * fast/xhtmlmp/noscript.xhtml: Added.
1211 * platform/gtk/Skipped:
1212 * platform/mac/Skipped:
1213 * platform/win/Skipped:
1215 2009-05-18 David Kilzer <ddkilzer@apple.com>
1217 Added cookie test to Skipped list for Windows
1219 See Bug 25861. <https://bugs.webkit.org/show_bug.cgi?id=25861>
1221 * platform/win/Skipped: Added
1222 http/tests/cookies/simple-cookies-expired.html.
1224 2009-05-18 Julien Chaffraix <jchaffraix@webkit.org>
1226 Reviewed and tweaked by David Kilzer.
1228 Bug 24569: Add some cookies tests
1229 <https://bugs.webkit.org/show_bug.cgi?id=24569>
1231 This modification adds a cookie framework to check setting cookies.
1232 It is a simple modification over the js test framework. It uses some XHRs and custom server-side script
1233 to set / get / clear cookies.
1235 It also adds some very basic tests to check that everything works.
1237 * http/tests/cookies: Added.
1238 * http/tests/cookies/multiple-cookies-expected.txt: Added.
1239 * http/tests/cookies/multiple-cookies.html: Added.
1240 * http/tests/cookies/resources: Added.
1241 * http/tests/cookies/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
1242 * http/tests/cookies/resources/clearCookies.cgi: Added.
1243 * http/tests/cookies/resources/cookies-test-post.js: Copied from LayoutTests/fast/js/resources/js-test-post.js.
1244 * http/tests/cookies/resources/cookies-test-pre.js: Copied from LayoutTests/fast/js/resources/js-test-pre.js.
1245 (setCookies): Internal method to set a cookie (multiple cookies are not supported).
1246 (testCookies): Internal method to check if the cookie were set.
1248 (clearAllCookies): Used to clear all pre-existing cookies for this domain.
1249 (clearCookies): Used to clear the cookies set with cookiesShouldBe.
1250 (cookiesShouldBe): Used to set a cookie and check the "Cookie" header sent. It is inspired from shouldBe from the js test framework.
1252 * http/tests/cookies/resources/cookies-test-style.css: Copied from LayoutTests/fast/js/resources/js-test-style.css.
1253 * http/tests/cookies/resources/getCookies.cgi: Added.
1254 * http/tests/cookies/resources/multiple-cookies.js: Added.
1255 * http/tests/cookies/resources/setCookies.cgi: Added.
1256 * http/tests/cookies/resources/simple-cookies-expired.js: Added.
1257 * http/tests/cookies/resources/simple-cookies-max-age.js: Added.
1258 * http/tests/cookies/simple-cookies-expired-expected.txt: Added.
1259 * http/tests/cookies/simple-cookies-expired.html: Added.
1260 * http/tests/cookies/simple-cookies-max-age-expected.txt: Added.
1261 * http/tests/cookies/simple-cookies-max-age.html: Added.
1262 * platform/mac-tiger/Skipped: Added
1263 http/tests/cookies/simple-cookies-max-age.html since CFNetwork
1264 on Tiger doesn't support expiring cookies with Max-Age=0.
1266 2009-05-18 David Kilzer <ddkilzer@apple.com>
1268 Bug 20652: WebKit doesn't display favicons with MIME type image/vnd.microsoft.icon
1270 <https://bugs.webkit.org/show_bug.cgi?id=20652>
1272 Reviewed by Darin Adler.
1274 Updated existing favicon-as-image.html test to display a third
1275 image having MIME type image/vnd.microsoft.icon.
1277 * http/tests/misc/favicon-as-image.html: Updated.
1278 * http/tests/misc/resources/.htaccess: Added.
1279 * http/tests/misc/resources/favicon-vnd-ms.ico: Copied from LayoutTests/fast/images/resources/favicon.ico.
1280 * platform/mac/http/tests/misc/favicon-as-image-expected.checksum: Updated.
1281 * platform/mac/http/tests/misc/favicon-as-image-expected.png: Updated.
1282 * platform/mac/http/tests/misc/favicon-as-image-expected.txt: Updated.
1284 2009-05-18 Julie Parent <jparent@google.com>
1286 Reviewed by Eric Seidel.
1288 Skip new tests from r43822 on Gtk
1289 https://bugs.webkit.org/show_bug.cgi?id=25780
1291 * platform/gtk/Skipped:
1293 2009-05-18 Julie Parent <jparent@google.com>
1295 Reviewed by Oliver Hunt.
1297 Add missing files from r43821
1298 https://bugs.webkit.org/show_bug.cgi?id=25780
1300 * editing/pasteboard/get-data-text-plain-drop-expected.txt: Added.
1301 * editing/pasteboard/get-data-text-plain-drop.html: Added.
1302 * editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
1303 * editing/pasteboard/get-data-text-plain-paste.html: Added.
1304 * editing/pasteboard/resources/TEMPLATE.html: Copied from LayoutTests/editing/execCommand/resources/TEMPLATE.html.
1305 * editing/pasteboard/resources/get-data-text-plain-paste.js: Added.
1308 2009-05-18 Julie Parent <jparent@google.com>
1310 Reviewed by Oliver Hunt.
1312 https://bugs.webkit.org/show_bug.cgi?id=25780
1313 Adds layout tests for getData (text/plain) during paste and drop events.
1315 * editing/pasteboard/get-data-text-plain-drop-expected.txt: Added.
1316 * editing/pasteboard/get-data-text-plain-drop.html: Added. Tests that getData
1317 is available on paste.
1318 * editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
1319 * editing/pasteboard/get-data-text-plain-paste.html: Added. Tests that getData
1320 is available on drop.
1321 * editing/pasteboard/resources/TEMPLATE.html: Added.
1322 * editing/pasteboard/resources/get-data-text-plain-paste.js: Added.
1324 * fast/events/drag-in-frames-expected.txt: Changed to incLude new dragover
1326 * platform/win/Skipped: Skip newly added drop test since it won't work on windows,
1327 like other drop tests.
1329 2009-05-17 Dan Bernstein <mitz@apple.com>
1331 Reviewed by David Kilzer.
1333 - move fast/repaint/repaint.js into the resources subdirectory
1335 * fast/repaint/repaint.js: Removed.
1336 * fast/repaint/resources/repaint.js: Copied from fast/repaint/repaint.js.
1337 * (89 tests changed to load the script from the new location)
1339 2009-05-17 Darin Adler <darin@apple.com>
1341 * platform/gtk/Skipped: Disable another media test that seems to be failing at least
1344 2009-05-17 Kai BrĂĽning <kai@granus.net>
1346 Reviewed by Darin Adler.
1348 Test case for bug 25822: DOM normalize does not remove empty text node between element nodes
1349 https://bugs.webkit.org/show_bug.cgi?id=25822
1351 The test case strives to test the whole functionality of Node's normalize().
1353 * fast/dom/Node/normalize-expected.txt: Added.
1354 * fast/dom/Node/normalize.html: Added.
1356 2009-05-16 Dan Bernstein <mitz@apple.com>
1358 Reviewed by Alexey Proskuryakov.
1360 - test for <rdar://problem/6873305> Two distinct characters are not
1361 displayed correctly with 2 of the font selections from the stickies
1364 * platform/mac/editing/pasteboard/text-precomposed-expected.txt: Added.
1365 * platform/mac/editing/pasteboard/text-precomposed.html: Added.
1367 2009-05-11 Holger Hans Peter Freyther <zecke@selfish.org>
1369 Reviewed by Jan Michael Alonzo.
1371 https://bugs.webkit.org/show_bug.cgi?id=25787
1373 Enable more passing plugin tests.
1375 * platform/gtk/Skipped:
1377 2009-05-11 Holger Hans Peter Freyther <zecke@selfish.org>
1379 Reviewed by Jan Michael Alonzo.
1381 https://bugs.webkit.org/show_bug.cgi?id=25787
1383 Enable plugins/npruntime.html
1385 * platform/gtk/Skipped:
1387 2009-05-15 Darin Adler <darin@apple.com>
1389 Fix some failures from recent changes.
1391 * platform/gtk/Skipped: Added recently-added test to the "no expected results" section.
1393 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Updated.
1394 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Ditto.
1395 * svg/css/getComputedStyle-basic-expected.txt: Ditto.
1397 2009-05-15 Darin Adler <darin@apple.com>
1399 * svg/css/getComputedStyle-basic-expected.txt: Updated for change to getComputedStyle.
1401 2009-05-15 Darin Adler <darin@apple.com>
1403 Reviewed by Dan Bernstein.
1405 <rdar://problem/6883872> REGRESSION (r43243): computed style for font-family is returning
1406 only the generic font, if any generic font is in the family list
1408 * fast/css/getComputedStyle/computed-style-font-family-expected.txt: Added.
1409 * fast/css/getComputedStyle/computed-style-font-family.html: Added.
1411 * fast/css/getComputedStyle/computed-style.html: Updated array of properties to dump
1412 that are not visible when iterating the computed style object. Removed pointless
1413 unused array of unimplemented properties.
1414 * fast/css/getComputedStyle/computed-style-without-renderer.html: Ditto.
1416 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: Updated.
1417 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Ditto.
1419 2009-05-15 Adam Barth <abarth@webkit.org>
1421 Reviewed by Oliver Hunt.
1423 https://bugs.webkit.org/show_bug.cgi?id=25741
1425 Test that insertBeforeItem behaves properly for out of bounds indices.
1427 * svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
1428 * svg/dom/svglist-exception-on-out-bounds-error.html:
1429 * svg/dom/svglist-insertItemBefore-appends-expected.txt: Added.
1430 * svg/dom/svglist-insertItemBefore-appends.html: Added.
1432 2009-05-15 Simon Fraser <simon.fraser@apple.com>
1434 Reviewed by Darin Adler
1436 https://bugs.webkit.org/show_bug.cgi?id=25829
1438 Fix -webkit-background-clip:text when the renderer had a non (0,0) x, y offset.
1440 * fast/backgrounds/background-clip-text.html: Added.
1441 * platform/mac/fast/backgrounds/background-clip-text-expected.checksum: Added.
1442 * platform/mac/fast/backgrounds/background-clip-text-expected.png: Added.
1443 * platform/mac/fast/backgrounds/background-clip-text-expected.txt: Added.
1445 2009-05-15 Dan Bernstein <mitz@apple.com>
1447 Reviewed by Sam Weinig.
1449 - test for <rdar://problem/6888244> REGRESSION: Using the Up or Down
1450 keyboard arrows, I can't navigate caret between To Do items in a Note
1453 * editing/selection/move-by-line-004-expected.txt: Added.
1454 * editing/selection/move-by-line-004.html: Added.
1456 2009-05-15 Gustavo Noronha Silva <gns@gnome.org>
1460 * platform/gtk/Skipped:
1462 2009-05-15 Eric Seidel <eric@webkit.org>
1464 Mark Rowe says skipping tests doesn't need review. :)
1466 Add new tests from r43759 to windows and tiger skipped lists until bug 25816 can be resolved.
1467 https://bugs.webkit.org/show_bug.cgi?id=25816
1469 Original bug: http://bugs.webkit.org/show_bug.cgi?id=25464
1471 * platform/win/Skipped:
1472 * platform/mac-tiger/Skipped:
1474 2009-05-15 Jan Michael Alonzo <jmalonzo@webkit.org>
1476 Reviewed by Holger Freyther.
1478 [GTK] Implement layoutTestController.waitForPolicyDelegate
1479 https://bugs.webkit.org/show_bug.cgi?id=25036
1481 Enable fast/forms/mailto tests.
1483 * platform/gtk/Skipped:
1485 2009-05-15 Jungshik Shin <jshin@chromium.org>
1487 Reviewed by Dimitri Glazkov
1489 http://bugs.webkit.org/show_bug.cgi?id=25464
1491 Improve the font fallback for characters belonging to 'common' scripts
1492 in ChromiumWin port. Make characters like Danda, Double Danda (punctuation
1493 marks in North Indian scripts) and currency signs (e.g. Thai Baht)
1494 rendered correctly in Chromium on Win.
1496 - danda-space.html has two setences in Gurumukhi script
1497 (supported on Mac and Windows) ended with Danda. The first Danda
1498 is followed by a space, which was misrendered in Chromium on Windows.
1500 - thai-baht-space.html has Thai Baht signs before and after a space,
1501 which was misrendered by Chromium on Windows.
1503 * fast/text/international/danda-space.html: Added.
1504 * fast/text/international/thai-baht-space.html: Added.
1505 * platform/mac/fast/text/international/danda-space-expected.txt: Added.
1506 * platform/mac/fast/text/international/thai-baht-space-expected.txt: Added.
1508 2009-05-14 Eric Seidel <eric@webkit.org>
1510 No review, rollout only.
1512 Roll out r43753 as it caused a test to fail
1513 Turns out more than one test was using the modified JS file.
1515 * editing/pasteboard/paste-blockquote-before-blockquote-expected.txt:
1516 * editing/pasteboard/paste-blockquote-before-blockquote.html:
1517 * editing/pasteboard/resources/TEMPLATE.html: Removed.
1518 * editing/pasteboard/resources/paste-blockquote-before-blockquote.js:
1521 2009-05-14 Julie Parent <jparent@google.com>
1523 Reviewed by Eric Seidel.
1525 https://bugs.webkit.org/show_bug.cgi?id=25716
1526 Convert a test located in the resources directory into being a regular js test,
1527 so we can add add more tests there and run make-js-test-wrappers without clobbering this one.
1529 * editing/pasteboard/paste-blockquote-before-blockquote-expected.txt:
1530 * editing/pasteboard/paste-blockquote-before-blockquote.html:
1531 * editing/pasteboard/resources/TEMPLATE.html: Added.
1532 * editing/pasteboard/resources/paste-blockquote-before-blockquote.js:
1536 2009-05-14 Dean Jackson <dino@apple.com>
1538 Reviewed by Simon Fraser.
1540 https://bugs.webkit.org/show_bug.cgi?id=25197
1542 Add support for aspect-ratio and orientation
1545 * fast/media/mq-aspect-ratio.html: Added.
1546 * fast/media/mq-orientation.html: Added.
1547 * platform/mac/fast/media/mq-aspect-ratio-expected.checksum: Added.
1548 * platform/mac/fast/media/mq-aspect-ratio-expected.png: Added.
1549 * platform/mac/fast/media/mq-aspect-ratio-expected.txt: Added.
1550 * platform/mac/fast/media/mq-orientation-expected.checksum: Added.
1551 * platform/mac/fast/media/mq-orientation-expected.png: Added.
1552 * platform/mac/fast/media/mq-orientation-expected.txt: Added.
1554 2009-05-14 Kevin McCullough <kmccullough@apple.com>
1556 - Resubmitting previous patch, correctly this time.
1558 * editing/execCommand/outdent-blockquote-test1.html: Copied from editing/execCommand/outdent-blockquote-test1.html.
1559 * editing/execCommand/outdent-blockquote-test2.html: Copied from editing/execCommand/outdent-blockquote-test2.html.
1560 * editing/execCommand/outdent-blockquote-test3.html: Copied from editing/execCommand/outdent-blockquote-test3.html.
1561 * editing/execCommand/outdent-blockquote-test4.html: Copied from editing/execCommand/outdent-blockquote-test4.html.
1562 * platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt.
1563 * platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt.
1564 * platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt.
1565 * platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt.
1566 * platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt.
1568 2009-05-14 Kevin McCullough <kmccullough@apple.com>
1570 - Rolled out for bug and build fix.
1572 * editing/execCommand/outdent-blockquote-test1.html: Removed.
1573 * editing/execCommand/outdent-blockquote-test2.html: Removed.
1574 * editing/execCommand/outdent-blockquote-test3.html: Removed.
1575 * editing/execCommand/outdent-blockquote-test4.html: Removed.
1576 * platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Removed.
1577 * platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Removed.
1578 * platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Removed.
1579 * platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Removed.
1580 * platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Removed.
1582 2009-05-14 Kevin McCullough <kmccullough@apple.com>
1584 Reviewed by Dan Bernstein.
1586 <rdar://problem/6510362> In some situations message content is messed up
1587 when indentation is decreased
1589 - These tests are the various combinations of <blockquote>s that
1590 revealed bugs in our old logic.
1592 * editing/execCommand/outdent-blockquote-test1.html: Added.
1593 * editing/execCommand/outdent-blockquote-test2.html: Added.
1594 * editing/execCommand/outdent-blockquote-test3.html: Added.
1595 * editing/execCommand/outdent-blockquote-test4.html: Added.
1596 * platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Added.
1597 * platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Added.
1598 * platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Added.
1599 * platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Added.
1600 * platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Added.
1602 2009-05-14 Simon Fraser <simon.fraser@apple.com>
1604 Reviewed by Darin Adler
1606 https://bugs.webkit.org/show_bug.cgi?id=25777
1608 Testcase for canvas as image background with zooming.
1610 * fast/canvas/canvas-bg-zoom.html: Added.
1611 * platform/mac/fast/canvas/canvas-bg-zoom-expected.txt: Added.
1613 2009-05-14 Alexey Proskuryakov <ap@webkit.org>
1615 Reviewed by Darin Adler.
1617 https://bugs.webkit.org/show_bug.cgi?id=25796
1618 <rdar://problem/6886654> Shouldn't set referer and origin in Loader::Host::servePendingRequests().
1620 * http/tests/security/credentials-in-referer-expected.txt: Added.
1621 * http/tests/security/credentials-in-referer.html: Added.
1622 * http/tests/security/resources/credentials-in-referer-frame.php: Added.
1623 * http/tests/security/resources/credentials-in-referer.php: Added.
1625 2009-05-14 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1627 Disabling tests that are failing intermittently.
1629 * platform/gtk/Skipped:
1631 2009-05-14 Chris Fleizach <cfleizach@apple.com>
1633 Reviewed by Darin Adler.
1635 Bug 25797: Pages with image maps are not properly read with Voiceover
1636 https://bugs.webkit.org/show_bug.cgi?id=25797
1638 Updating layout tests.
1640 * platform/mac/accessibility/document-links-expected.txt:
1641 * platform/mac/accessibility/image-map1-expected.txt:
1642 * platform/mac/accessibility/image-map2-expected.txt:
1644 2009-05-14 Brady Eidson <beidson@apple.com>
1646 Reviewed by Darin Adler.
1648 <rdar://problem/6887762> and https://bugs.webkit.org/show_bug.cgi?id=25790
1650 * platform/win/Skipped: Renable these tests.
1652 2009-05-14 Eric Carlson <eric.carlson@apple.com>
1654 Reviewed by Darin Adler.
1656 https://bugs.webkit.org/show_bug.cgi?id=25791
1657 Bug 25791: HTMLMediaElement: implement 'startTime' attribute
1659 Add test for 'startTime' attribute.
1661 * media/media-startTime-expected.txt: Added.
1662 * media/media-startTime.html: Added.
1664 2009-05-14 Tony Chang <tony@chromium.org>
1666 Reviewed by Dimitri Glazkov.
1668 Move iframe content to a file because Chromium has
1669 AllowLocalLoadsForLocalOnly enabled. This prevents the parent
1670 frame from modifying the iframe content if it is a data: URL.
1672 https://bugs.webkit.org/show_bug.cgi?id=25766
1674 * fast/frames/content-opacity-2.html:
1675 * fast/frames/resources/empty-body.html: Added.
1677 2009-05-14 Adam Roben <aroben@apple.com>
1679 Add a failing text control metrics test to the Windows Skipped file
1681 See Bug 25794: fast/replaced/table-percent-height-text-controls fails
1683 <https://bugs.webkit.org/show_bug.cgi?id=25794>
1685 * platform/win/Skipped: Added
1686 fast/replaced/table-percent-height-text-controls.html.
1688 2009-05-14 Adam Roben <aroben@apple.com>
1690 Add a timing-out test to the Windows Skipped file
1692 See Bug 25792: fast/encoding/percent-escaping.html times out on
1694 <https://bugs.webkit.org/show_bug.cgi?id=25792>
1696 * platform/win/Skipped: Added fast/encoding/percent-escaping.html.
1698 2009-05-14 Adam Roben <aroben@apple.com>
1700 Add new Hebrew-using tests to the Windows Skipped file
1702 See Bug 23925: Tests that use Hebrew text fail on Windows because
1703 Lucida Grande is not used for Hebrew
1704 <https://bugs.webkit.org/show_bug.cgi?id=23925>
1706 * platform/win/Skipped: Added tests added in r43664.
1708 2009-05-14 Adam Roben <aroben@apple.com>
1710 Skip XHR tests that crash in Windows Debug builds
1714 Bug 25790: REGRESSION (r43518): Multiple XHR tests asserting in
1715 createCFURLResponseWithDefaultMIMEType on Windows
1716 <https://bugs.webkit.org/show_bug.cgi?id=25790>
1718 Bug 25344: Some http tests crash in Debug Windows builds due to an
1719 assertion in CFNetwork when releasing a CFURLConnection
1720 <https://bugs.webkit.org/show_bug.cgi?id=25344>
1722 * platform/win/Skipped: Added crashing XHR tests.
1724 2009-05-14 Adam Roben <aroben@apple.com>
1726 Remove old render tree dumps for http tests that are now text-only
1728 Beth made the tests text-only in r43677 but forgot to remove these
1729 Windows-specific render tree dumps.
1731 Rubber-stamped by Dave Hyatt.
1733 * platform/win/http/tests/navigation/anchor-basic-expected.txt: Removed.
1734 * platform/win/http/tests/navigation/anchor-goback-expected.txt: Removed.
1735 * platform/win/http/tests/navigation/anchor-subframeload-expected.txt: Removed.
1736 * platform/win/http/tests/navigation/javascriptlink-basic-expected.txt: Removed.
1737 * platform/win/http/tests/navigation/javascriptlink-goback-expected.txt: Removed.
1738 * platform/win/http/tests/navigation/javascriptlink-subframeload-expected.txt: Removed.
1739 * platform/win/http/tests/navigation/metaredirect-basic-expected.txt: Removed.
1740 * platform/win/http/tests/navigation/metaredirect-frames-expected.txt: Removed.
1741 * platform/win/http/tests/navigation/metaredirect-goback-expected.txt: Removed.
1742 * platform/win/http/tests/navigation/metaredirect-subframeload-expected.txt: Removed.
1743 * platform/win/http/tests/navigation/post-goback2-expected.txt: Removed.
1744 * platform/win/http/tests/navigation/postredirect-goback2-expected.txt: Removed.
1745 * platform/win/http/tests/navigation/redirect302-basic-expected.txt: Removed.
1746 * platform/win/http/tests/navigation/redirect302-frames-expected.txt: Removed.
1747 * platform/win/http/tests/navigation/redirect302-goback-expected.txt: Removed.
1748 * platform/win/http/tests/navigation/redirect302-subframeload-expected.txt: Removed.
1749 * platform/win/http/tests/navigation/relativeanchor-basic-expected.txt: Removed.
1750 * platform/win/http/tests/navigation/relativeanchor-frames-expected.txt: Removed.
1751 * platform/win/http/tests/navigation/relativeanchor-goback-expected.txt: Removed.
1752 * platform/win/http/tests/navigation/slowmetaredirect-basic-expected.txt: Removed.
1753 * platform/win/http/tests/navigation/slowtimerredirect-basic-expected.txt: Removed.
1754 * platform/win/http/tests/navigation/success200-basic-expected.txt: Removed.
1755 * platform/win/http/tests/navigation/success200-frames-expected.txt: Removed.
1756 * platform/win/http/tests/navigation/success200-frames-loadsame-expected.txt: Removed.
1757 * platform/win/http/tests/navigation/success200-goback-expected.txt: Removed.
1758 * platform/win/http/tests/navigation/success200-loadsame-expected.txt: Removed.
1759 * platform/win/http/tests/navigation/success200-reload-expected.txt: Removed.
1760 * platform/win/http/tests/navigation/success200-subframeload-expected.txt: Removed.
1761 * platform/win/http/tests/navigation/timerredirect-basic-expected.txt: Removed.
1762 * platform/win/http/tests/navigation/timerredirect-frames-expected.txt: Removed.
1763 * platform/win/http/tests/navigation/timerredirect-goback-expected.txt: Removed.
1764 * platform/win/http/tests/navigation/timerredirect-subframeload-expected.txt: Removed.
1766 2009-05-14 Darin Adler <darin@apple.com>
1768 * platform/gtk/Skipped: Added new tests to the skipped list.
1770 2009-05-13 Simon Fraser <simon.fraser@apple.com>
1774 Fix pixel result after test was changed in r43664.
1776 * platform/mac/fast/css/text-overflow-ellipsis-expected.checksum:
1777 * platform/mac/fast/css/text-overflow-ellipsis-expected.png:
1779 2009-05-13 Beth Dakin <bdakin@apple.com>
1781 Rubber-stamped by Oliver Hunt.
1783 Change a bunch of http tests to dumpAsText(). They are currently
1784 failing on the Windown Build Bot because of textarea metrics
1785 changes, and we have decided that these tests are most valuable as
1788 * http/tests/navigation/anchor-basic-expected.txt: Added.
1789 * http/tests/navigation/anchor-basic.html:
1790 * http/tests/navigation/anchor-goback-expected.txt: Added.
1791 * http/tests/navigation/anchor-goback.html:
1792 * http/tests/navigation/anchor-subframeload-expected.txt: Added.
1793 * http/tests/navigation/anchor-subframeload.html:
1794 * http/tests/navigation/javascriptlink-basic-expected.txt: Added.
1795 * http/tests/navigation/javascriptlink-basic.html:
1796 * http/tests/navigation/javascriptlink-goback-expected.txt: Added.
1797 * http/tests/navigation/javascriptlink-goback.html:
1798 * http/tests/navigation/javascriptlink-subframeload-expected.txt: Added.
1799 * http/tests/navigation/javascriptlink-subframeload.html:
1800 * http/tests/navigation/metaredirect-basic-expected.txt: Added.
1801 * http/tests/navigation/metaredirect-basic.html:
1802 * http/tests/navigation/metaredirect-frames-expected.txt: Added.
1803 * http/tests/navigation/metaredirect-frames.html:
1804 * http/tests/navigation/metaredirect-goback-expected.txt: Added.
1805 * http/tests/navigation/metaredirect-goback.html:
1806 * http/tests/navigation/metaredirect-subframeload-expected.txt: Added.
1807 * http/tests/navigation/metaredirect-subframeload.html:
1808 * http/tests/navigation/post-goback2-expected.txt: Added.
1809 * http/tests/navigation/post-goback2.html:
1810 * http/tests/navigation/postredirect-goback2-expected.txt: Added.
1811 * http/tests/navigation/postredirect-goback2.html:
1812 * http/tests/navigation/redirect302-basic-expected.txt: Added.
1813 * http/tests/navigation/redirect302-basic.html:
1814 * http/tests/navigation/redirect302-frames-expected.txt: Added.
1815 * http/tests/navigation/redirect302-frames.html:
1816 * http/tests/navigation/redirect302-goback-expected.txt: Added.
1817 * http/tests/navigation/redirect302-goback.html:
1818 * http/tests/navigation/redirect302-subframeload-expected.txt: Added.
1819 * http/tests/navigation/redirect302-subframeload.html:
1820 * http/tests/navigation/relativeanchor-basic-expected.txt: Added.
1821 * http/tests/navigation/relativeanchor-basic.html:
1822 * http/tests/navigation/relativeanchor-frames-expected.txt: Added.
1823 * http/tests/navigation/relativeanchor-frames.html:
1824 * http/tests/navigation/relativeanchor-goback-expected.txt: Added.
1825 * http/tests/navigation/relativeanchor-goback.html:
1826 * http/tests/navigation/slowmetaredirect-basic-expected.txt: Added.
1827 * http/tests/navigation/slowmetaredirect-basic.html:
1828 * http/tests/navigation/slowtimerredirect-basic-expected.txt: Added.
1829 * http/tests/navigation/slowtimerredirect-basic.html:
1830 * http/tests/navigation/success200-basic-expected.txt: Added.
1831 * http/tests/navigation/success200-basic.html:
1832 * http/tests/navigation/success200-frames-expected.txt: Added.
1833 * http/tests/navigation/success200-frames-loadsame-expected.txt: Added.
1834 * http/tests/navigation/success200-frames-loadsame.html:
1835 * http/tests/navigation/success200-frames.html:
1836 * http/tests/navigation/success200-goback-expected.txt: Added.
1837 * http/tests/navigation/success200-goback.html:
1838 * http/tests/navigation/success200-loadsame-expected.txt: Added.
1839 * http/tests/navigation/success200-loadsame.html:
1840 * http/tests/navigation/success200-reload-expected.txt: Added.
1841 * http/tests/navigation/success200-reload.html:
1842 * http/tests/navigation/success200-subframeload-expected.txt: Added.
1843 * http/tests/navigation/success200-subframeload.html:
1844 * http/tests/navigation/timerredirect-basic-expected.txt: Added.
1845 * http/tests/navigation/timerredirect-basic.html:
1846 * http/tests/navigation/timerredirect-frames-expected.txt: Added.
1847 * http/tests/navigation/timerredirect-frames.html:
1848 * http/tests/navigation/timerredirect-goback-expected.txt: Added.
1849 * http/tests/navigation/timerredirect-goback.html:
1850 * http/tests/navigation/timerredirect-subframeload-expected.txt: Added.
1851 * http/tests/navigation/timerredirect-subframeload.html:
1852 * platform/mac/http/tests/navigation/anchor-basic-expected.checksum: Removed.
1853 * platform/mac/http/tests/navigation/anchor-basic-expected.png: Removed.
1854 * platform/mac/http/tests/navigation/anchor-basic-expected.txt: Removed.
1855 * platform/mac/http/tests/navigation/anchor-goback-expected.checksum: Removed.
1856 * platform/mac/http/tests/navigation/anchor-goback-expected.png: Removed.
1857 * platform/mac/http/tests/navigation/anchor-goback-expected.txt: Removed.
1858 * platform/mac/http/tests/navigation/anchor-subframeload-expected.checksum: Removed.
1859 * platform/mac/http/tests/navigation/anchor-subframeload-expected.png: Removed.
1860 * platform/mac/http/tests/navigation/anchor-subframeload-expected.txt: Removed.
1861 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.checksum: Removed.
1862 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.png: Removed.
1863 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.txt: Removed.
1864 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.checksum: Removed.
1865 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.png: Removed.
1866 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.txt: Removed.
1867 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.checksum: Removed.
1868 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.png: Removed.
1869 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.txt: Removed.
1870 * platform/mac/http/tests/navigation/metaredirect-basic-expected.checksum: Removed.
1871 * platform/mac/http/tests/navigation/metaredirect-basic-expected.png: Removed.
1872 * platform/mac/http/tests/navigation/metaredirect-basic-expected.txt: Removed.
1873 * platform/mac/http/tests/navigation/metaredirect-frames-expected.checksum: Removed.
1874 * platform/mac/http/tests/navigation/metaredirect-frames-expected.png: Removed.
1875 * platform/mac/http/tests/navigation/metaredirect-frames-expected.txt: Removed.
1876 * platform/mac/http/tests/navigation/metaredirect-goback-expected.checksum: Removed.
1877 * platform/mac/http/tests/navigation/metaredirect-goback-expected.png: Removed.
1878 * platform/mac/http/tests/navigation/metaredirect-goback-expected.txt: Removed.
1879 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.checksum: Removed.
1880 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.png: Removed.
1881 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.txt: Removed.
1882 * platform/mac/http/tests/navigation/post-goback2-expected.checksum: Removed.
1883 * platform/mac/http/tests/navigation/post-goback2-expected.png: Removed.
1884 * platform/mac/http/tests/navigation/post-goback2-expected.txt: Removed.
1885 * platform/mac/http/tests/navigation/postredirect-goback2-expected.checksum: Removed.
1886 * platform/mac/http/tests/navigation/postredirect-goback2-expected.png: Removed.
1887 * platform/mac/http/tests/navigation/postredirect-goback2-expected.txt: Removed.
1888 * platform/mac/http/tests/navigation/redirect302-basic-expected.checksum: Removed.
1889 * platform/mac/http/tests/navigation/redirect302-basic-expected.png: Removed.
1890 * platform/mac/http/tests/navigation/redirect302-basic-expected.txt: Removed.
1891 * platform/mac/http/tests/navigation/redirect302-frames-expected.checksum: Removed.
1892 * platform/mac/http/tests/navigation/redirect302-frames-expected.png: Removed.
1893 * platform/mac/http/tests/navigation/redirect302-frames-expected.txt: Removed.
1894 * platform/mac/http/tests/navigation/redirect302-goback-expected.checksum: Removed.
1895 * platform/mac/http/tests/navigation/redirect302-goback-expected.png: Removed.
1896 * platform/mac/http/tests/navigation/redirect302-goback-expected.txt: Removed.
1897 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.checksum: Removed.
1898 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.png: Removed.
1899 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.txt: Removed.
1900 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.checksum: Removed.
1901 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.png: Removed.
1902 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.txt: Removed.
1903 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.checksum: Removed.
1904 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.png: Removed.
1905 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.txt: Removed.
1906 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.checksum: Removed.
1907 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.png: Removed.
1908 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.txt: Removed.
1909 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.checksum: Removed.
1910 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.png: Removed.
1911 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.txt: Removed.
1912 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.checksum: Removed.
1913 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.png: Removed.
1914 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.txt: Removed.
1915 * platform/mac/http/tests/navigation/success200-basic-expected.checksum: Removed.
1916 * platform/mac/http/tests/navigation/success200-basic-expected.png: Removed.
1917 * platform/mac/http/tests/navigation/success200-basic-expected.txt: Removed.
1918 * platform/mac/http/tests/navigation/success200-frames-expected.checksum: Removed.
1919 * platform/mac/http/tests/navigation/success200-frames-expected.png: Removed.
1920 * platform/mac/http/tests/navigation/success200-frames-expected.txt: Removed.
1921 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.checksum: Removed.
1922 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.png: Removed.
1923 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.txt: Removed.
1924 * platform/mac/http/tests/navigation/success200-goback-expected.checksum: Removed.
1925 * platform/mac/http/tests/navigation/success200-goback-expected.png: Removed.
1926 * platform/mac/http/tests/navigation/success200-goback-expected.txt: Removed.
1927 * platform/mac/http/tests/navigation/success200-loadsame-expected.checksum: Removed.
1928 * platform/mac/http/tests/navigation/success200-loadsame-expected.png: Removed.
1929 * platform/mac/http/tests/navigation/success200-loadsame-expected.txt: Removed.
1930 * platform/mac/http/tests/navigation/success200-reload-expected.checksum: Removed.
1931 * platform/mac/http/tests/navigation/success200-reload-expected.png: Removed.
1932 * platform/mac/http/tests/navigation/success200-reload-expected.txt: Removed.
1933 * platform/mac/http/tests/navigation/success200-subframeload-expected.checksum: Removed.
1934 * platform/mac/http/tests/navigation/success200-subframeload-expected.png: Removed.
1935 * platform/mac/http/tests/navigation/success200-subframeload-expected.txt: Removed.
1936 * platform/mac/http/tests/navigation/timerredirect-basic-expected.checksum: Removed.
1937 * platform/mac/http/tests/navigation/timerredirect-basic-expected.png: Removed.
1938 * platform/mac/http/tests/navigation/timerredirect-basic-expected.txt: Removed.
1939 * platform/mac/http/tests/navigation/timerredirect-frames-expected.checksum: Removed.
1940 * platform/mac/http/tests/navigation/timerredirect-frames-expected.png: Removed.
1941 * platform/mac/http/tests/navigation/timerredirect-frames-expected.txt: Removed.
1942 * platform/mac/http/tests/navigation/timerredirect-goback-expected.checksum: Removed.
1943 * platform/mac/http/tests/navigation/timerredirect-goback-expected.png: Removed.
1944 * platform/mac/http/tests/navigation/timerredirect-goback-expected.txt: Removed.
1945 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.checksum: Removed.
1946 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.png: Removed.
1947 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.txt: Removed.
1949 2009-05-13 Dan Bernstein <mitz@apple.com>
1951 Reviewed by Anders Carlsson.
1953 - test for <rdar://problem/5483015> Replies in Mail are drawn first
1954 without the user style sheet and then redrawn with the style sheet
1956 * platform/mac/fast/loader/user-stylesheet-fast-path-expected.txt: Added.
1957 * platform/mac/fast/loader/user-stylesheet-fast-path.html: Added.
1959 2009-05-13 Chris Fleizach <cfleizach@apple.com>
1961 Reviewed by Beth Dakin.
1963 Bug 25755: Implement ARIA grid role
1964 https://bugs.webkit.org/show_bug.cgi?id=25755
1966 * accessibility/aria-tables.html: Added.
1967 * accessibility/table-with-aria-role.html:
1968 * platform/mac-leopard/accessibility/aria-tables-expected.txt: Added.
1969 * platform/mac-leopard/accessibility/table-with-aria-role-expected.txt:
1970 * platform/mac/accessibility/aria-tables-expected.txt: Added.
1971 * platform/mac/accessibility/table-with-aria-role-expected.txt:
1973 2009-05-13 Jeremy Moskovich <jeremy@chromium.org>
1975 Reviewed by Dave Hyatt.
1977 Fix a number of bugs relating to RTL and text-overflow:ellipsis.
1978 Also refactor the relevant code to make it a little clearer.
1980 This CL fixes 3 fundamental issues:
1981 - Corrects behavior if the truncated InlineTextBox's directionality is
1982 different from the overall flow direction - bug 25135.
1983 - Make decoration drawing in InlineFlowbox RTL-aware - bug 24206.
1984 - Full truncation on InlineBoxes in RTL flow - bug 24186
1985 - Add tests for the above + reorder/cleanup tests for easier
1986 interpretation of outcome.
1988 The code for placing ellipsis has been refactored to use
1989 left/right notation rather than a single variable whose meaning
1990 could differ based on flow directionality.
1992 To support differing inline directionality vs flow directionality,
1993 different variables are now used in InlineTextBox::placeEllipsisBox to
1996 The drawing mode for underlines in standards mode now correctly handles
1997 RTL truncation and relevant test where added.
1999 https://bugs.webkit.org/show_bug.cgi?id=24186
2000 https://bugs.webkit.org/show_bug.cgi?id=25135
2001 https://bugs.webkit.org/show_bug.cgi?id=24206
2003 * fast/css/text-overflow-ellipsis-bidi.html: Added.
2004 * fast/css/text-overflow-ellipsis-strict.html: Added.
2005 * fast/css/text-overflow-ellipsis.html:
2006 * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Added.
2007 * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
2008 * platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
2009 * platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
2010 * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.checksum: Added.
2011 * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
2012 * platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
2014 2009-05-13 David Hyatt <hyatt@apple.com>
2016 Reviewed by Beth Dakin.
2018 Add layout test for <rdar://problem/6872894> REGRESSION (r41896-42143): First letter cut off in styled select menus.
2020 * fast/overflow/border-radius-clipping.html: Added.
2021 * platform/mac/fast/overflow/border-radius-clipping-expected.checksum: Added.
2022 * platform/mac/fast/overflow/border-radius-clipping-expected.png: Added.
2023 * platform/mac/fast/overflow/border-radius-clipping-expected.txt: Added.
2025 2009-05-13 David Hyatt <hyatt@apple.com>
2027 Reviewed by Beth Dakin and Darin Adler.
2029 Add a repaint test for <rdar://problem/6869687> REGRESSION (r41203): Facebook friend suggestions disappear on update.
2031 * fast/repaint/opacity-change-on-overflow-float.html: Added.
2032 * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.checksum: Added.
2033 * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.png: Added.
2034 * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.txt: Added.
2036 2009-05-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2038 Disable new tests. We are not going to be adding more new test
2039 results for now, for we want to better sort out things such as
2040 fixed DPI, and easily reproducible font configuration.
2042 * platform/gtk/Skipped:
2044 2009-05-13 David Levin <levin@chromium.org>
2046 Reviewed by Darin Adler.
2048 Bug 25394: REGRESSION: crash in DocumentLoader::addResponse due to bad |this| pointer
2049 https://bugs.webkit.org/show_bug.cgi?id=25394
2051 Request a subresource load for an IMG after 'unload' and before the next
2052 page load completes to expose the crash.
2054 * http/tests/xmlhttprequest/frame-unload-abort-crash-expected.txt: Added.
2055 * http/tests/xmlhttprequest/frame-unload-abort-crash.html: Added.
2056 * http/tests/xmlhttprequest/resources/xmlhttprequest-in-unload.html: Added.
2058 2009-05-13 Dan Bernstein <mitz@apple.com>
2060 Reviewed by Dave Hyatt.
2062 - tests for <rdar://problem/6805567> REGRESSION (r42348): Notes flicker
2065 * fast/frames/content-opacity-1.html: Added.
2066 * fast/frames/content-opacity-2.html: Added.
2067 * platform/mac/fast/frames/content-opacity-1-expected.checksum: Added.
2068 * platform/mac/fast/frames/content-opacity-1-expected.png: Added.
2069 * platform/mac/fast/frames/content-opacity-1-expected.txt: Added.
2070 * platform/mac/fast/frames/content-opacity-2-expected.checksum: Added.
2071 * platform/mac/fast/frames/content-opacity-2-expected.png: Added.
2072 * platform/mac/fast/frames/content-opacity-2-expected.txt: Added.
2074 2009-05-13 Alexey Proskuryakov <ap@webkit.org>
2076 Reviewed by Darin Adler.
2078 https://bugs.webkit.org/show_bug.cgi?id=25749
2079 Add a test for non-same origin appcache manifest URL
2081 * http/tests/appcache/different-origin-manifest-expected.txt: Added.
2082 * http/tests/appcache/different-origin-manifest.html: Added.
2084 2009-05-12 Roland Steiner <rolandsteiner@google.com>
2086 Reviewed by Eric Seidel.
2088 Bug 25738: Skia: CSS border style not cleared for SVG object
2089 https://bugs.webkit.org/show_bug.cgi?id=25738
2091 * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.checksum: Added.
2092 * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.png: Added.
2093 * platform/mac/svg/custom/no-inherited-dashed-stroke-expected.txt: Added.
2094 * svg/custom/no-inherited-dashed-stroke.xhtml: Added.
2096 2009-05-12 Oliver Hunt <oliver@apple.com>
2098 Reviewed by Gavin Barraclough.
2100 <rdar://problem/6881457> Crash occurs at JSC::Interpreter::execute() when loading http://www.sears.com
2102 Add a test for using the arguments object inside an exception handler.
2104 * fast/js/arguments-expected.txt:
2105 * fast/js/resources/arguments.js:
2106 (argumentCalleeInException):
2108 2009-05-12 Erik Arvidsson <arv@chromium.org>
2110 Reviewed by Eric Seidel.
2112 Bug 21903: Adds DOM bindings for the placeholder property of the
2114 https://bugs.webkit.org/show_bug.cgi?id=21903
2116 * fast/forms/placeholder-dom-property-expected.txt: Added.
2117 * fast/forms/placeholder-dom-property.html: Added.
2118 * fast/forms/resources/placeholder-dom-property.js: Added.
2120 2009-05-12 Adam Barth <abarth@webkit.org>
2122 Reviewed by Dimitri Glazkov.
2124 Test that we use the lexical global object in document.open,
2125 document.write, and document.writeln.
2127 * http/tests/security/aboutBlank/security-context-grandchildren-lexical-expected.txt: Added.
2128 * http/tests/security/aboutBlank/security-context-grandchildren-lexical.html: Added.
2129 * http/tests/security/aboutBlank/security-context-grandchildren-write-lexical-expected.txt: Added.
2130 * http/tests/security/aboutBlank/security-context-grandchildren-write-lexical.html: Added.
2131 * http/tests/security/aboutBlank/security-context-grandchildren-writeln-lexical-expected.txt: Added.
2132 * http/tests/security/aboutBlank/security-context-grandchildren-writeln-lexical.html: Added.
2134 2009-05-12 Simon Fraser <simon.fraser@apple.com>
2138 media/video-size-intrinsic-scale.html fails on Tiger, so add it to the skipped
2141 * platform/mac-tiger/Skipped:
2143 2009-05-12 Simon Fraser <simon.fraser@apple.com>
2145 Reviewed by Dan Bernstein
2147 <rdar://problem/6497461> Many media layout tests failing on SnowLeopard.
2149 Turn media tests back on for SnowLeopard, and generate new pixel results. Put override
2150 results in platform/mac-leopard when necessary.
2152 media/video-size-intrinsic-scale.html fails and is still skipped: <rdar://problem/6877291>
2154 * platform/mac-leopard/media/audio-controls-rendering-expected.checksum: Added.
2155 * platform/mac-leopard/media/audio-controls-rendering-expected.png: Added.
2156 * platform/mac-leopard/media/video-aspect-ratio-expected.checksum: Added.
2157 * platform/mac-leopard/media/video-aspect-ratio-expected.png: Added.
2158 * platform/mac-leopard/media/video-controls-rendering-expected.checksum: Added.
2159 * platform/mac-leopard/media/video-controls-rendering-expected.png: Added.
2160 * platform/mac-leopard/media/video-display-toggle-expected.checksum: Added.
2161 * platform/mac-leopard/media/video-display-toggle-expected.png: Added.
2162 * platform/mac-leopard/media/video-empty-source-expected.checksum: Added.
2163 * platform/mac-leopard/media/video-empty-source-expected.png: Added.
2164 * platform/mac-leopard/media/video-layer-crash-expected.checksum: Added.
2165 * platform/mac-leopard/media/video-layer-crash-expected.png: Added.
2166 * platform/mac-leopard/media/video-transformed-expected.checksum: Added.
2167 * platform/mac-leopard/media/video-transformed-expected.png: Added.
2168 * platform/mac-leopard/media/video-zoom-controls-expected.checksum: Added.
2169 * platform/mac-leopard/media/video-zoom-controls-expected.png: Added.
2170 * platform/mac-leopard/media/video-zoom-expected.checksum: Added.
2171 * platform/mac-leopard/media/video-zoom-expected.png: Added.
2172 * platform/mac-snowleopard/Skipped:
2173 * platform/mac/Skipped:
2174 * platform/mac/media/audio-controls-rendering-expected.checksum:
2175 * platform/mac/media/audio-controls-rendering-expected.png:
2176 * platform/mac/media/video-aspect-ratio-expected.checksum:
2177 * platform/mac/media/video-aspect-ratio-expected.png:
2178 * platform/mac/media/video-controls-rendering-expected.checksum:
2179 * platform/mac/media/video-controls-rendering-expected.png:
2180 * platform/mac/media/video-controls-visible-audio-only-expected.checksum: Removed.
2181 * platform/mac/media/video-controls-visible-audio-only-expected.png: Removed.
2182 * platform/mac/media/video-display-toggle-expected.checksum:
2183 * platform/mac/media/video-display-toggle-expected.png:
2184 * platform/mac/media/video-empty-source-expected.checksum:
2185 * platform/mac/media/video-empty-source-expected.png:
2186 * platform/mac/media/video-layer-crash-expected.checksum:
2187 * platform/mac/media/video-layer-crash-expected.png:
2188 * platform/mac/media/video-transformed-expected.checksum:
2189 * platform/mac/media/video-transformed-expected.png:
2190 * platform/mac/media/video-zoom-controls-expected.checksum:
2191 * platform/mac/media/video-zoom-controls-expected.png:
2192 * platform/mac/media/video-zoom-expected.checksum:
2193 * platform/mac/media/video-zoom-expected.png:
2195 2009-03-19 Oliver Hunt <oliver@apple.com>
2197 Reviewed by Darin Adler.
2199 <rdar://problem/6702386> Incorrect bound check in SVGList::insertItemBefore
2201 Test to ensure out of bounds indices passed to SVGList are correctly intercepted.
2203 * svg/dom/svglist-exception-on-out-bounds-error-expected.txt: Added.
2204 * svg/dom/svglist-exception-on-out-bounds-error.html: Added.
2206 2009-05-12 Alexey Proskuryakov <ap@webkit.org>
2208 Reviewed by Darin Adler.
2210 https://bugs.webkit.org/show_bug.cgi?id=25694
2211 HTMLParser::createHead() ASSERT: Creating an element, calling document.open() and writing
2212 to the document NULL ptr
2214 * fast/parser/implicit-head-in-fragment-crash-expected.txt: Added.
2215 * fast/parser/implicit-head-in-fragment-crash.html: Added.
2217 2009-05-12 Ariya Hidayat <ariya.hidayat@nokia.com>
2219 Reviewed by Dimitri Glazkov.
2221 Added Qt-specific expected result for toDataURL test, since Qt
2222 does not support saving pixmaps to GIF.
2224 * platform/qt/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
2226 2009-05-12 Ariya Hidayat <ariya.hidayat@nokia.com>
2228 Rubber-stamped by Simon Hausmann.
2230 Added Qt-specific expected result for Canvas getImageData's test.
2232 https://bugs.webkit.org/show_bug.cgi?id=22150
2234 Since Qt is internally using premultiplied ARGB32 for doing
2235 alpha-blending painting, reading the color back will not
2236 necessarily give the same exact color.
2238 * platform/qt/Skipped: Excluded canvas-getImageData.
2239 * platform/qt/fast/canvas/canvas-getImageData-expected.txt: Added.
2241 2009-05-12 Gavin Barraclough <barraclough@apple.com>
2243 Reviewed by Oliver Hunt.
2245 Test was checked in with one test case disabled since it exposed an existing bug;
2248 * fast/js/instance-of-immediates-expected.txt:
2249 * fast/js/resources/instance-of-immediates.js:
2251 2009-05-11 Brady Eidson <beidson@apple.com>
2253 Add a third copy of the test results for this test to make Tiger bots happy.
2255 * platform/mac-tiger/fast/images: Added.
2256 * platform/mac-tiger/fast/images/favicon-as-image-expected.checksum: Copied from platform/mac/fast/images/favicon-as-image-expected.checksum.
2257 * platform/mac-tiger/fast/images/favicon-as-image-expected.png: Copied from platform/mac/fast/images/favicon-as-image-expected.png.
2258 * platform/mac-tiger/fast/images/favicon-as-image-expected.txt: Copied from platform/mac/fast/images/favicon-as-image-expected.txt.
2260 2009-05-11 Gavin Barraclough <barraclough@apple.com>
2262 Reviewed by Oliver Hunt.
2264 Add a layout test for instanceof.
2266 * fast/js/instance-of-immediates-expected.txt: Added.
2267 * fast/js/instance-of-immediates.html: Added.
2268 * fast/js/resources/instance-of-immediates.js: Added.
2273 2009-05-11 Brady Eidson <beidson@apple.com>
2275 Reviewed by David Kilzer.
2277 <rdar://problem/6876226> - Cleanup the fast/images/favicon situation a bit.
2279 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.
2280 Second, add Leopard-specific results for the original test.
2281 Then, remove it from the Leopard skipped list.
2282 Finally, add it to the SnowLeopard skipped list (<rdar://problem/6877633> covers re-enabling it when we're no longer blocked).
2284 * http/tests/misc/favicon-as-image.html: Copied from fast/images/favicon-as-image.html.
2285 * http/tests/misc/resources/favicon.ico: Copied from fast/images/resources/favicon.ico.
2287 * platform/mac/http/tests/misc/favicon-as-image-expected.checksum: Added.
2288 * platform/mac/http/tests/misc/favicon-as-image-expected.png: Added.
2289 * platform/mac/http/tests/misc/favicon-as-image-expected.txt: Added.
2291 * platform/mac-leopard/fast/images: Added.
2292 * platform/mac-leopard/fast/images/favicon-as-image-expected.checksum: Copied from platform/mac/fast/images/favicon-as-image-expected.checksum.
2293 * platform/mac-leopard/fast/images/favicon-as-image-expected.png: Copied from platform/mac/fast/images/favicon-as-image-expected.png.
2294 * platform/mac-leopard/fast/images/favicon-as-image-expected.txt: Copied from platform/mac/fast/images/favicon-as-image-expected.txt.
2296 * platform/mac-leopard/Skipped:
2297 * platform/mac-snowleopard/Skipped:
2299 2009-05-11 Holger Hans Peter Freyther <zecke@selfish.org>
2301 DRT/GTK+ lacks an AccessibilityController do not run the
2302 accessibility/onclick-handlers.thtml test.
2304 * platform/gtk/Skipped:
2306 2009-05-11 Chris Fleizach <cfleizach@apple.com>
2308 Reviewed by Beth Dakin.
2310 Bug 25713: AX: Control Elements not identified in HTML content
2311 https://bugs.webkit.org/show_bug.cgi?id=25713
2313 * accessibility/onclick-handlers-expected.txt: Added.
2314 * accessibility/onclick-handlers.html: Added.
2316 2009-05-11 Darin Adler <darin@apple.com>
2318 Reviewed by Dan Bernstein.
2320 <rdar://problem/6276843> REGRESSION: TextIterator generates
2321 an extra newline for ranges that start outside of body
2323 * editing/text-iterator/basic-iteration-expected.txt:
2324 Expect success, not failure.
2326 2009-05-11 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2328 Enable the new passing test, and skip two new failing tests.
2330 * platform/gtk/Skipped:
2331 * platform/gtk/fast/css/compare-content-style-expected.txt: Added.
2333 2009-05-11 Alice Liu <alice.liu@apple.com>
2335 Reviewed by Dan Bernstein.
2337 https://bugs.webkit.org/show_bug.cgi?id=25701
2338 REGRESSION(r38788 & r42020): styled searchfields look wrong on Windows, affects Facebook
2340 * fast/forms/search-styled.html: Added.
2341 * platform/mac/fast/forms/search-styled-expected.txt: Added.
2342 * platform/win/fast/forms/search-styled-expected.txt: Added.
2344 2009-05-11 Brady Eidson <beidson@apple.com>
2346 Reviewed by Darin Adler.
2348 * platform/mac-leopard/Skipped: Skip fast/images/favicon-as-image.html until we can come up
2349 with a better solution to its new failure.
2351 2009-05-11 Darin Adler <darin@apple.com>
2353 Reviewed by Oliver Hunt.
2355 Bug 25560: REGRESSION (r34821): "string value".__proto__ gets the wrong object.
2356 https://bugs.webkit.org/show_bug.cgi?id=25560
2357 rdar://problem/6861069
2359 * fast/js/prototypes-expected.txt: Added.
2360 * fast/js/prototypes.html: Added.
2361 * fast/js/resources/prototypes.js: Added.
2363 2009-05-11 David Kilzer <ddkilzer@apple.com>
2365 Added webarchive/test-link-rel-icon.html to gtk Skipped list
2367 * platform/gtk/Skipped: Added webarchive/test-link-rel-icon.html.
2369 2009-05-11 David Kilzer <ddkilzer@apple.com>
2371 Bug 23331: LayoutTests/webarchive/test-link-rel-icon.html fails in different ways on buildbots
2373 <https://bugs.webkit.org/show_bug.cgi?id=23331>
2375 Reviewed by Brady Eidson.
2377 * webarchive/test-link-rel-icon-expected.webarchive: Updated
2378 results after removing workaround in the test.
2379 * webarchive/test-link-rel-icon.html: Copied from webarchive/test-link-rel-icon.html-disabled.
2380 Removed workaround for Bug 21026 / <rdar://problem/6240826>.
2381 * webarchive/test-link-rel-icon.html-disabled: Removed.
2383 2009-05-11 Darin Adler <darin@apple.com>
2385 Reviewed by Dan Bernstein.
2387 Fix failure seen on most of the buildbots.
2389 * fast/forms/text-control-intrinsic-widths-expected.txt: Rolled back to the
2390 version before Hyatt's recent intrinsic margin check-in. According to Dan,
2391 that should not have had any effect on this test, so these results reflect
2392 some other sort of difference on Hyatt's computer.
2394 2009-05-10 Dan Bernstein <mitz@apple.com>
2396 Reviewed by Darin Adler.
2398 - test for a crash when deactivating a document that had adopted a
2401 * fast/dom/HTMLFormElement/document-deactivation-callback-crash-expected.txt: Added.
2402 * fast/dom/HTMLFormElement/document-deactivation-callback-crash.html: Added.
2404 2009-05-10 David Kilzer <ddkilzer@apple.com>
2406 Test for Bug 23741: StyleRareNonInheritedData::operator==() should not compare ContentData objects by pointer
2408 Rubber-stamped by Geoff Garen.
2410 Original test by Simon Fraser.
2412 * fast/css/compare-content-style.html: Added.
2413 * platform/mac/fast/css/compare-content-style-expected.txt: Added.
2415 2009-05-10 Dan Bernstein <mitz@apple.com>
2417 Reviewed by Dave Kilzer.
2419 - new test and correct results for https://bugs.webkit.org/show_bug.cgi?id=25602
2420 REGRESSION: fast/overflow/overflow-focus-ring.html seems double-drawn
2423 * fast/layers/self-painting-outline.html: Added.
2424 * platform/mac/fast/overflow/overflow-focus-ring-expected.checksum: Updated.
2425 * platform/mac/fast/overflow/overflow-focus-ring-expected.png: Updated.
2426 * platform/mac/fast/layers/self-painting-outline-expected.checksum: Added.
2427 * platform/mac/fast/layers/self-painting-outline-expected.png: Added.
2428 * platform/mac/fast/layers/self-painting-outline-expected.txt: Added.
2430 2009-05-09 Dan Bernstein <mitz@apple.com>
2432 Reviewed by Geoffrey Garen and Mark Rowe.
2434 - test for https://bugs.webkit.org/show_bug.cgi?id=25666
2435 Assertion failure in Node::setDocument()
2436 (willMoveToNewOwnerDocumentWasCalled) when adopting a <form> element
2438 * fast/dom/HTMLFormElement/adopt-assertion-expected.txt: Added.
2439 * fast/dom/HTMLFormElement/adopt-assertion.html: Added.
2441 2009-05-09 Geoffrey Garen <ggaren@apple.com>
2443 Rubber stamped by Beth Dakin.
2445 Added a test for a math edge case I just came across.
2447 * fast/js/postfix-syntax-expected.txt:
2448 * fast/js/resources/postfix-syntax.js:
2450 2009-05-09 Dan Bernstein <mitz@apple.com>
2452 - correct the results from the previous patch
2454 2009-05-09 Dan Bernstein <mitz@apple.com>
2456 - update Windows-specific layout test results for textarea
2457 intrinsic margin change (r43355)
2459 * platform/win/editing/inserting/4960120-1-expected.txt:
2460 * platform/win/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
2461 * platform/win/editing/pasteboard/pasting-tabs-expected.txt:
2462 * platform/win/fast/css/resize-corner-tracking-expected.txt:
2463 * platform/win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
2464 * platform/win/fast/dynamic/008-expected.txt:
2465 * platform/win/fast/forms/basic-textareas-expected.txt:
2466 * platform/win/fast/forms/textAreaLineHeight-expected.txt:
2467 * platform/win/fast/forms/textarea-align-expected.txt:
2468 * platform/win/fast/forms/textarea-rows-cols-expected.txt:
2469 * platform/win/fast/forms/textarea-scrollbar-expected.txt:
2470 * platform/win/fast/forms/textarea-scrolled-type-expected.txt:
2471 * platform/win/fast/forms/textarea-setinnerhtml-expected.txt:
2472 * platform/win/fast/forms/textarea-width-expected.txt:
2473 * platform/win/fast/overflow/overflow-x-y-expected.txt:
2474 * platform/win/fast/parser/comment-in-textarea-expected.txt:
2475 * platform/win/fast/parser/entity-comment-in-textarea-expected.txt:
2476 * platform/win/fast/parser/open-comment-in-textarea-expected.txt:
2477 * platform/win/fast/replaced/width100percent-textarea-expected.txt:
2478 * platform/win/fast/table/003-expected.txt:
2479 * platform/win/tables/mozilla/bugs/bug30559-expected.txt:
2481 2009-05-08 Jan Michael Alonzo <jmalonzo@webkit.org>
2483 Skip failing render tree test that was added in r43420.
2485 * platform/gtk/Skipped:
2487 2009-05-08 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
2489 Rubber-stamped by George Staikos.
2491 Update WML <input> layout test result, as input field metrics have changed recently.
2493 * platform/mac/fast/wml/input-expected.checksum:
2494 * platform/mac/fast/wml/input-expected.png:
2495 * platform/mac/fast/wml/input-expected.txt:
2497 2009-05-08 Dan Bernstein <mitz@apple.com>
2499 Reviewed by Darin Adler.
2501 - test for <rdar://problem/6864786> REGRESSION: Crash below
2502 ApplyStyleCommand::applyInlineStyleToRange when reviewing a patch in
2505 * editing/style/apply-through-end-of-document-expected.txt: Added.
2506 * editing/style/apply-through-end-of-document.html: Added.
2508 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2510 Disable more new tests that are failing.
2512 * platform/gtk/Skipped:
2514 2009-05-08 Eric Carlson <eric.carlson@apple.com>
2516 No review, update tests results missed in r43403.
2518 * fast/dom/Window/window-properties-expected.txt:
2519 * platform/mac-leopard/fast/dom/Window/window-properties-expected.txt:
2521 2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2523 GTK+ test results for two new tests.
2525 * platform/gtk/fast/layers/remove-only-this-layer-update-expected.txt: Added.
2526 * platform/gtk/fast/repaint/selection-clear-expected.txt: Added.
2528 2009-05-08 Eric Carlson <eric.carlson@apple.com>
2530 Reviewed by Darin Adler.
2532 https://bugs.webkit.org/show_bug.cgi?id=25627
2533 Bug 25627: HTMLMediaElement: some errors should fire on <source> elements
2535 Update tests for MEDIA_ERR_NONE_SUPPORTED change to MEDIA_ERR_SRC_NOT_SUPPORTED.
2536 Add video-source-error.html to test errors fired on <source> elements .
2538 * media/media-constants-expected.txt:
2539 * media/media-constants.html:
2540 * media/unsupported-rtsp.html:
2541 * media/video-error-does-not-exist.html:
2542 * media/video-source-error.html: Added.
2543 * media/video-src-change.html:
2544 * media/video-src-invalid-remove.html:
2545 * media/video-src-plus-source.html:
2547 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2549 Disable new test that is failing.
2551 * platform/gtk/Skipped:
2553 2009-05-08 Dan Bernstein <mitz@apple.com>
2555 Reviewed by Maciej Stachowiak.
2557 - test for <rdar://problem/6859955> Undoing typed text after selecting
2558 all leaves non-text areas highlighted
2560 * fast/repaint/selection-clear.html: Added.
2561 * platform/mac/fast/repaint/selection-clear-expected.checksum: Added.
2562 * platform/mac/fast/repaint/selection-clear-expected.png: Added.
2563 * platform/mac/fast/repaint/selection-clear-expected.txt: Added.
2565 2009-05-07 David Levin <levin@chromium.org>
2568 Suggested by Oliver Hunt.
2570 Rolling back http://trac.webkit.org/changeset/43385
2571 because we have to use mac artwork for the underline on OSX.
2573 * platform/mac/editing/spelling/inline_spelling_markers-expected.checksum:
2574 * platform/mac/editing/spelling/inline_spelling_markers-expected.png:
2575 * platform/mac/editing/spelling/spellcheck-attribute-expected.checksum:
2576 * platform/mac/editing/spelling/spellcheck-attribute-expected.png:
2577 * platform/mac/editing/spelling/spelling-expected.checksum:
2578 * platform/mac/editing/spelling/spelling-expected.png:
2579 * platform/mac/editing/spelling/spelling-linebreak-expected.checksum:
2580 * platform/mac/editing/spelling/spelling-linebreak-expected.png:
2582 2009-05-07 John Grabowski <jrg@chromium.org>
2584 Reviewed by Simon Fraser.
2586 https://bugs.webkit.org/show_bug.cgi?id=25573
2587 Rebaseline of spelling tests for Mac. Tests pass even without this
2588 change but checksums don't match. Non-Mac does not need a new baseline.
2590 * platform/mac/editing/spelling/inline_spelling_markers-expected.checksum:
2591 * platform/mac/editing/spelling/inline_spelling_markers-expected.png:
2592 * platform/mac/editing/spelling/spellcheck-attribute-expected.checksum:
2593 * platform/mac/editing/spelling/spellcheck-attribute-expected.png:
2594 * platform/mac/editing/spelling/spelling-expected.checksum:
2595 * platform/mac/editing/spelling/spelling-expected.png:
2596 * platform/mac/editing/spelling/spelling-linebreak-expected.checksum:
2597 * platform/mac/editing/spelling/spelling-linebreak-expected.png:
2599 2009-05-07 Darin Adler <darin@apple.com>
2601 Reviewed by Simon Fraser.
2603 Bug 25575: Registered mutation event listener crashes HTMLMediaElement
2604 https://bugs.webkit.org/show_bug.cgi?id=25575
2606 * fast/media/video-controls-with-mutation-event-handler-expected.txt: Added.
2607 * fast/media/video-controls-with-mutation-event-handler.html: Added.
2609 2009-05-07 Eric Seidel <eric@webkit.org>
2611 Reviewed by Beth Dakin.
2613 Fix regression caused by r41469, add test case to prevent it from
2615 https://bugs.webkit.org/show_bug.cgi?id=25252
2617 * fast/layers/remove-only-this-layer-update.html: Added.
2618 * platform/mac/fast/layers/remove-only-this-layer-update-expected.checksum: Added.
2619 * platform/mac/fast/layers/remove-only-this-layer-update-expected.png: Added.
2620 * platform/mac/fast/layers/remove-only-this-layer-update-expected.txt: Added.
2622 2009-05-07 David Hyatt <hyatt@apple.com>
2624 Restore intrinsic margins to all form controls on Mac and Windows.
2626 Reviewed by Beth Dakin.
2628 * fast/forms/text-control-intrinsic-widths-expected.txt:
2629 * fast/replaced/table-percent-height-text-controls-expected.txt:
2630 * platform/mac/editing/inserting/4960120-1-expected.checksum:
2631 * platform/mac/editing/inserting/4960120-1-expected.png:
2632 * platform/mac/editing/inserting/4960120-1-expected.txt:
2633 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
2634 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png:
2635 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
2636 * platform/mac/editing/pasteboard/pasting-tabs-expected.checksum:
2637 * platform/mac/editing/pasteboard/pasting-tabs-expected.png:
2638 * platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
2639 * platform/mac/fast/css/resize-corner-tracking-expected.checksum:
2640 * platform/mac/fast/css/resize-corner-tracking-expected.png:
2641 * platform/mac/fast/css/resize-corner-tracking-expected.txt:
2642 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum:
2643 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
2644 * platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
2645 * platform/mac/fast/dynamic/008-expected.checksum:
2646 * platform/mac/fast/dynamic/008-expected.png:
2647 * platform/mac/fast/dynamic/008-expected.txt:
2648 * platform/mac/fast/forms/001-expected.checksum:
2649 * platform/mac/fast/forms/001-expected.png:
2650 * platform/mac/fast/forms/basic-textareas-expected.checksum:
2651 * platform/mac/fast/forms/basic-textareas-expected.png:
2652 * platform/mac/fast/forms/basic-textareas-expected.txt:
2653 * platform/mac/fast/forms/form-element-geometry-expected.checksum:
2654 * platform/mac/fast/forms/form-element-geometry-expected.png:
2655 * platform/mac/fast/forms/form-element-geometry-expected.txt:
2656 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum:
2657 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
2658 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
2659 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.checksum:
2660 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
2661 * platform/mac/fast/forms/menulist-clip-expected.checksum:
2662 * platform/mac/fast/forms/menulist-clip-expected.png:
2663 * platform/mac/fast/forms/menulist-narrow-width-expected.checksum:
2664 * platform/mac/fast/forms/menulist-narrow-width-expected.png:
2665 * platform/mac/fast/forms/menulist-option-wrap-expected.checksum:
2666 * platform/mac/fast/forms/menulist-option-wrap-expected.png:
2667 * platform/mac/fast/forms/menulist-restrict-line-height-expected.checksum:
2668 * platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
2669 * platform/mac/fast/forms/negativeLineHeight-expected.checksum:
2670 * platform/mac/fast/forms/negativeLineHeight-expected.png:
2671 * platform/mac/fast/forms/negativeLineHeight-expected.txt:
2672 * platform/mac/fast/forms/select-baseline-expected.checksum:
2673 * platform/mac/fast/forms/select-baseline-expected.png:
2674 * platform/mac/fast/forms/select-style-expected.checksum:
2675 * platform/mac/fast/forms/select-style-expected.png:
2676 * platform/mac/fast/forms/textAreaLineHeight-expected.checksum:
2677 * platform/mac/fast/forms/textAreaLineHeight-expected.png:
2678 * platform/mac/fast/forms/textAreaLineHeight-expected.txt:
2679 * platform/mac/fast/forms/textarea-align-expected.checksum:
2680 * platform/mac/fast/forms/textarea-align-expected.png:
2681 * platform/mac/fast/forms/textarea-align-expected.txt:
2682 * platform/mac/fast/forms/textarea-rows-cols-expected.checksum:
2683 * platform/mac/fast/forms/textarea-rows-cols-expected.png:
2684 * platform/mac/fast/forms/textarea-rows-cols-expected.txt:
2685 * platform/mac/fast/forms/textarea-scroll-height-expected.checksum:
2686 * platform/mac/fast/forms/textarea-scroll-height-expected.png:
2687 * platform/mac/fast/forms/textarea-scroll-height-expected.txt:
2688 * platform/mac/fast/forms/textarea-scrollbar-expected.checksum:
2689 * platform/mac/fast/forms/textarea-scrollbar-expected.png:
2690 * platform/mac/fast/forms/textarea-scrollbar-expected.txt:
2691 * platform/mac/fast/forms/textarea-scrolled-type-expected.checksum:
2692 * platform/mac/fast/forms/textarea-scrolled-type-expected.png:
2693 * platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
2694 * platform/mac/fast/forms/textarea-setinnerhtml-expected.checksum:
2695 * platform/mac/fast/forms/textarea-setinnerhtml-expected.png:
2696 * platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
2697 * platform/mac/fast/forms/textarea-width-expected.checksum:
2698 * platform/mac/fast/forms/textarea-width-expected.png:
2699 * platform/mac/fast/forms/textarea-width-expected.txt:
2700 * platform/mac/fast/overflow/overflow-focus-ring-expected.checksum:
2701 * platform/mac/fast/overflow/overflow-focus-ring-expected.png:
2702 * platform/mac/fast/overflow/overflow-x-y-expected.checksum:
2703 * platform/mac/fast/overflow/overflow-x-y-expected.png:
2704 * platform/mac/fast/overflow/overflow-x-y-expected.txt:
2705 * platform/mac/fast/parser/comment-in-textarea-expected.checksum:
2706 * platform/mac/fast/parser/comment-in-textarea-expected.png:
2707 * platform/mac/fast/parser/comment-in-textarea-expected.txt:
2708 * platform/mac/fast/parser/entity-comment-in-textarea-expected.checksum:
2709 * platform/mac/fast/parser/entity-comment-in-textarea-expected.png:
2710 * platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
2711 * platform/mac/fast/parser/open-comment-in-textarea-expected.checksum:
2712 * platform/mac/fast/parser/open-comment-in-textarea-expected.png:
2713 * platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
2714 * platform/mac/fast/replaced/selection-rect-transform-expected.png:
2715 * platform/mac/fast/replaced/width100percent-textarea-expected.checksum:
2716 * platform/mac/fast/replaced/width100percent-textarea-expected.png:
2717 * platform/mac/fast/replaced/width100percent-textarea-expected.txt:
2718 * platform/mac/fast/table/003-expected.checksum:
2719 * platform/mac/fast/table/003-expected.png:
2720 * platform/mac/fast/table/003-expected.txt:
2721 * platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.checksum:
2722 * platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.png:
2723 * platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
2724 * platform/mac/http/tests/navigation/anchor-basic-expected.txt:
2725 * platform/mac/http/tests/navigation/anchor-frames-expected.checksum:
2726 * platform/mac/http/tests/navigation/anchor-frames-expected.png:
2727 * platform/mac/http/tests/navigation/anchor-frames-expected.txt:
2728 * platform/mac/http/tests/navigation/anchor-goback-expected.checksum:
2729 * platform/mac/http/tests/navigation/anchor-goback-expected.png:
2730 * platform/mac/http/tests/navigation/anchor-goback-expected.txt:
2731 * platform/mac/http/tests/navigation/anchor-subframeload-expected.checksum:
2732 * platform/mac/http/tests/navigation/anchor-subframeload-expected.png:
2733 * platform/mac/http/tests/navigation/anchor-subframeload-expected.txt:
2734 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.checksum:
2735 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.png:
2736 * platform/mac/http/tests/navigation/javascriptlink-basic-expected.txt:
2737 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.checksum:
2738 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
2739 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
2740 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.checksum:
2741 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.png:
2742 * platform/mac/http/tests/navigation/javascriptlink-goback-expected.txt:
2743 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.checksum:
2744 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.png:
2745 * platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.txt:
2746 * platform/mac/http/tests/navigation/metaredirect-basic-expected.checksum:
2747 * platform/mac/http/tests/navigation/metaredirect-basic-expected.png:
2748 * platform/mac/http/tests/navigation/metaredirect-basic-expected.txt:
2749 * platform/mac/http/tests/navigation/metaredirect-frames-expected.checksum:
2750 * platform/mac/http/tests/navigation/metaredirect-frames-expected.png:
2751 * platform/mac/http/tests/navigation/metaredirect-frames-expected.txt:
2752 * platform/mac/http/tests/navigation/metaredirect-goback-expected.checksum:
2753 * platform/mac/http/tests/navigation/metaredirect-goback-expected.png:
2754 * platform/mac/http/tests/navigation/metaredirect-goback-expected.txt:
2755 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.checksum:
2756 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.png:
2757 * platform/mac/http/tests/navigation/metaredirect-subframeload-expected.txt:
2758 * platform/mac/http/tests/navigation/post-goback2-expected.checksum:
2759 * platform/mac/http/tests/navigation/post-goback2-expected.png:
2760 * platform/mac/http/tests/navigation/post-goback2-expected.txt:
2761 * platform/mac/http/tests/navigation/postredirect-goback2-expected.checksum:
2762 * platform/mac/http/tests/navigation/postredirect-goback2-expected.png:
2763 * platform/mac/http/tests/navigation/postredirect-goback2-expected.txt:
2764 * platform/mac/http/tests/navigation/redirect302-basic-expected.checksum:
2765 * platform/mac/http/tests/navigation/redirect302-basic-expected.png:
2766 * platform/mac/http/tests/navigation/redirect302-basic-expected.txt:
2767 * platform/mac/http/tests/navigation/redirect302-frames-expected.checksum:
2768 * platform/mac/http/tests/navigation/redirect302-frames-expected.png:
2769 * platform/mac/http/tests/navigation/redirect302-frames-expected.txt:
2770 * platform/mac/http/tests/navigation/redirect302-goback-expected.checksum:
2771 * platform/mac/http/tests/navigation/redirect302-goback-expected.png:
2772 * platform/mac/http/tests/navigation/redirect302-goback-expected.txt:
2773 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.checksum:
2774 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.png:
2775 * platform/mac/http/tests/navigation/redirect302-subframeload-expected.txt:
2776 * platform/mac/http/tests/navigation/relativeanchor-basic-expected.txt:
2777 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.checksum:
2778 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.png:
2779 * platform/mac/http/tests/navigation/relativeanchor-frames-expected.txt:
2780 * platform/mac/http/tests/navigation/relativeanchor-goback-expected.txt:
2781 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.checksum:
2782 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.png:
2783 * platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.txt:
2784 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.checksum:
2785 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.png:
2786 * platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.txt:
2787 * platform/mac/http/tests/navigation/success200-basic-expected.checksum:
2788 * platform/mac/http/tests/navigation/success200-basic-expected.png:
2789 * platform/mac/http/tests/navigation/success200-basic-expected.txt:
2790 * platform/mac/http/tests/navigation/success200-frames-expected.checksum:
2791 * platform/mac/http/tests/navigation/success200-frames-expected.png:
2792 * platform/mac/http/tests/navigation/success200-frames-expected.txt:
2793 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.checksum:
2794 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.png:
2795 * platform/mac/http/tests/navigation/success200-frames-loadsame-expected.txt:
2796 * platform/mac/http/tests/navigation/success200-goback-expected.checksum:
2797 * platform/mac/http/tests/navigation/success200-goback-expected.png:
2798 * platform/mac/http/tests/navigation/success200-goback-expected.txt:
2799 * platform/mac/http/tests/navigation/success200-loadsame-expected.checksum:
2800 * platform/mac/http/tests/navigation/success200-loadsame-expected.png:
2801 * platform/mac/http/tests/navigation/success200-loadsame-expected.txt:
2802 * platform/mac/http/tests/navigation/success200-reload-expected.checksum:
2803 * platform/mac/http/tests/navigation/success200-reload-expected.png:
2804 * platform/mac/http/tests/navigation/success200-reload-expected.txt:
2805 * platform/mac/http/tests/navigation/success200-subframeload-expected.checksum:
2806 * platform/mac/http/tests/navigation/success200-subframeload-expected.png:
2807 * platform/mac/http/tests/navigation/success200-subframeload-expected.txt:
2808 * platform/mac/http/tests/navigation/timerredirect-basic-expected.checksum:
2809 * platform/mac/http/tests/navigation/timerredirect-basic-expected.png:
2810 * platform/mac/http/tests/navigation/timerredirect-basic-expected.txt:
2811 * platform/mac/http/tests/navigation/timerredirect-frames-expected.checksum:
2812 * platform/mac/http/tests/navigation/timerredirect-frames-expected.png:
2813 * platform/mac/http/tests/navigation/timerredirect-frames-expected.txt:
2814 * platform/mac/http/tests/navigation/timerredirect-goback-expected.checksum:
2815 * platform/mac/http/tests/navigation/timerredirect-goback-expected.png:
2816 * platform/mac/http/tests/navigation/timerredirect-goback-expected.txt:
2817 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.checksum:
2818 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.png:
2819 * platform/mac/http/tests/navigation/timerredirect-subframeload-expected.txt:
2820 * platform/mac/tables/mozilla/bugs/bug194024-expected.checksum:
2821 * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
2822 * platform/mac/tables/mozilla/bugs/bug194024-expected.txt:
2823 * platform/mac/tables/mozilla/bugs/bug30559-expected.checksum:
2824 * platform/mac/tables/mozilla/bugs/bug30559-expected.png:
2825 * platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
2826 * platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
2828 2009-05-07 Chris Fleizach <cfleizach@apple.com>
2830 Reviewed by Beth Dakin.
2832 Bug 25598: AX: if a radio button has a label and a title, the label is not exposed
2833 https://bugs.webkit.org/show_bug.cgi?id=25598
2835 * accessibility/radio-button-title-label-expected.txt: Added.
2836 * accessibility/radio-button-title-label.html: Added.
2838 2009-05-06 Dan Bernstein <mitz@apple.com>
2840 Reviewed by Simon Fraser and Justin Garcia.
2842 - test for another part of <rdar://problem/6703873> Triple-click quoted
2843 line and type Return creates an extra quoted blank line
2845 * editing/inserting/6703873-2-expected.txt: Added.
2846 * editing/inserting/6703873-2.html: Added.
2848 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2850 Disable more new tests.
2852 * platform/gtk/Skipped:
2854 2009-05-06 Eric Seidel <eric@webkit.org>
2856 No review, just fixing my previous broken commit.
2858 Commit correct results for event-function-toString.html
2860 * fast/events/event-function-toString-expected.txt:
2862 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2864 Fixing typo in my last commit.
2866 * platform/gtk/Skipped:
2868 2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2870 Disabling failing new tests that do not represent regressions.
2872 * platform/gtk/Skipped:
2874 2009-05-06 Soren Gjesse <sgjesse@chromium.org>
2876 Reviewed by Eric Seidel.
2878 Changed the toString behaviour for non document dom node event handlers in the V8 bindings.
2879 https://bugs.webkit.org/show_bug.cgi?id=25544
2881 * fast/events/event-function-toString.html: Added.
2882 * fast/events/resources/event-function-toString.js: Added.
2883 (normalizedFunctionString):
2885 2009-05-06 Dan Bernstein <mitz@apple.com>
2887 Reviewed by Justin Garcia.
2889 - test for an assertion failure in RemoveNodeCommand() when deleting a
2890 <br> between a block and a mail blockquote
2892 * editing/deleting/removeNodeCommand-assert-expected.txt: Added.
2893 * editing/deleting/removeNodeCommand-assert.html: Added.
2895 2009-05-05 Eric Seidel <eric@webkit.org>
2897 No review, roll out only.
2899 Roll out r23072 since it broke layout tests
2901 * accessibility/ignore-anonymous-block-expected.txt: Removed.
2902 * accessibility/ignore-anonymous-block.html: Removed.
2904 2009-05-05 Sankar Aditya Tanguturi <sankaraditya@gmail.com>
2906 Reviewed by Eric Seidel.
2908 Anonymous blocks should not be exposed in accessibility tree.
2909 Part of https://bugs.webkit.org/show_bug.cgi?id=23072
2911 * accessibility/ignore-anonymous-block-expected.txt: Added a new
2912 test to check if anonymous blocks are exposed or not.
2913 * accessibility/ignore-anonymous-block.html: Added a new file that
2914 contains the expected output for the new test case that is added.
2916 2009-05-05 Jungshik Shin <jshin@chromium.org>
2918 Reviewed by Alexey Proskuryakov.
2920 http://bugs.webkit.org/show_bug.cgi?id=25487
2922 Test if the name 'EUC-KR' is exposed via DOM although we internally
2923 treat all EUC-KR-related encodings as the superset of EUC-KR,
2926 * fast/encoding/euckr-name-expected.txt: Added.
2927 * fast/encoding/euckr-name.html: Added.
2929 2009-05-05 Adam Langley <agl@google.com>
2931 Reviewed by Darin Adler.
2933 Rendering fix for <select> elements.
2934 https://bugs.webkit.org/show_bug.cgi?id=25558
2936 * fast/forms/select-dirty-parent-pref-widths.html: Added.
2937 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.checksum: Added.
2938 * platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt: Added.
2940 2009-05-05 Darin Fisher <darin@chromium.org>
2942 Reviewed by Darin Adler.
2944 https://bugs.webkit.org/show_bug.cgi?id=25570
2946 history.{back,forward,go} should always be dispatched asynchronously,
2947 even when the history navigation would just result in scrolling the
2948 page. This matches the behavior of other browsers like IE and FF.
2950 * fast/css/target-fragment-match.html: since history.back takes effect
2951 asynchronously, we need to defer the call to notifyDone
2953 * fast/dom/location-hash-expected.txt:
2954 * fast/dom/location-hash.html: since history.{back,forward} take effect
2955 asynchronously, we need to defer checking that the navigation results.
2957 * fast/history/back-forward-is-asynchronous-expected.txt: Added.
2958 * fast/history/back-forward-is-asynchronous.html: Added.
2959 A test to specifically ensure that history.{back,forward} are processed
2962 2009-05-05 Adam Roben <aroben@apple.com>
2964 Skip newly-added SVG tests that fail on Windows
2966 See Bug 25583: New SVG regression tests added in r43269 fail on
2968 <https://bugs.webkit.org/show_bug.cgi?id=25583>
2970 Rubber-stamped in advance by Eric Seidel.
2972 * platform/win/Skipped: Added the two new SVG tests.
2974 2009-05-05 Eric Seidel <eric@webkit.org>
2976 Reviewed by Simon Fraser.
2978 Add an ASSERT(useTransforms) to mapLocalToContainer implementations in SVG.
2979 https://bugs.webkit.org/show_bug.cgi?id=25532
2981 This required a change to SVGPaintServerPattern::setup
2982 That change fixed drawing of transformed SVG text with objectBoundingBox patterns.
2983 text-with-pattern-with-svg-transform.svg shows the improvement from this change
2984 text-with-pattern-inside-transformed-html.xhtml shows no change, but documents
2985 that this change does not break CSS transformed pattern text.
2987 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
2988 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
2989 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: Added.
2990 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
2991 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Added.
2992 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum: Added.
2993 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
2994 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added.
2995 * svg/transforms/text-with-pattern-inside-transformed-html.xhtml: Added.
2996 * svg/transforms/text-with-pattern-with-svg-transform.svg: Added.
2998 2009-05-05 Greg Bolsinga <bolsinga@apple.com>
3000 Reviewed by Sam Weinig.
3002 https://bugs.webkit.org/show_bug.cgi?id=25554
3004 Support HTML5 text control input types: email, number, tel, url
3006 * fast/html/text-field-input-types-expected.txt: Added.
3007 * fast/html/text-field-input-types.html: Added.
3009 2009-05-05 Chris Fleizach <cfleizach@apple.com>
3011 Reviewed by Beth Dakin.
3013 Bug 25574: AXImageMap children links don't respond properly to accessibilityHitTest:
3014 https://bugs.webkit.org/show_bug.cgi?id=25574
3016 * platform/mac/accessibility/document-links-expected.txt:
3017 * platform/mac/accessibility/image-map1-expected.txt:
3018 * platform/mac/accessibility/image-map2-expected.txt:
3019 * platform/mac/accessibility/imagemap-hittest-expected.txt: Added.
3020 * platform/mac/accessibility/imagemap-hittest.html: Added.
3022 2009-05-05 Kevin McCullough <kmccullough@apple.com>
3024 Reviewed by Dan Bernstein.
3026 <rdar://problem/6552129> Select a quote line and paste elsewhere, you
3027 get that line and an extra quoted blank line
3028 <rdar://problem/6609308> Triple-click a quoted header line, copy, paste
3029 onto an empty line makes an extra quoted line
3031 - Testing different scenarios where we paste quoted text into a non-quoted area and we
3032 do not want a trailing newline to be quoted.
3034 * editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Added.
3035 * editing/pasteboard/paste-blockquote-before-blockquote.html: Added.
3036 * editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Added.
3037 * editing/pasteboard/paste-double-nested-blockquote-before-blockquote.html: Added.
3038 * editing/pasteboard/resources/paste-blockquote-before-blockquote.js: Added.
3041 2009-05-05 Dan Bernstein <mitz@apple.com>
3043 Reviewed by Darin Adler.
3045 - updated results for https://bugs.webkit.org/show_bug.cgi?id=24192
3046 <rdar://problem/5760774> Replying to a Mail message that contains
3047 fixed width text can change the size of the text
3049 * editing/execCommand/19089-expected.txt:
3050 * editing/execCommand/5770834-1-expected.txt:
3051 * platform/mac/editing/deleting/delete-br-011-expected.txt:
3052 * platform/mac/editing/deleting/delete-select-all-001-expected.txt:
3053 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
3054 * platform/mac/editing/pasteboard/5027857-expected.checksum:
3055 * platform/mac/editing/pasteboard/5027857-expected.png:
3056 * platform/mac/editing/pasteboard/5027857-expected.txt:
3057 * platform/mac/editing/pasteboard/paste-pre-002-expected.checksum:
3058 * platform/mac/editing/pasteboard/paste-pre-002-expected.png:
3059 * platform/mac/editing/pasteboard/paste-pre-002-expected.txt:
3060 * platform/mac/editing/style/block-style-004-expected.txt:
3061 * platform/mac/editing/style/block-style-005-expected.txt:
3062 * platform/mac/editing/style/block-style-006-expected.txt:
3064 2009-05-05 Eric Seidel <eric@webkit.org>
3066 Reviewed by Adam Roben.
3068 Add test case to cover V8 crasher (which JSC does not share).
3069 https://bugs.webkit.org/show_bug.cgi?id=25550
3071 * svg/custom/polyline-points-crash-expected.txt: Added.
3072 * svg/custom/polyline-points-crash.html: Added.
3074 2009-05-05 Eric Seidel <eric@webkit.org>
3076 Reviewed by Adam Roben.
3078 Fix mappedAttributes() access without NULL check
3079 https://bugs.webkit.org/show_bug.cgi?id=25553
3081 * svg/custom/path-getPresentationAttribute-crash-expected.txt: Added.
3082 * svg/custom/path-getPresentationAttribute-crash.html: Added.
3084 2009-05-04 Eric Seidel <eric@webkit.org>
3086 Reviewed by Maciej Stachowiak.
3088 Add a testcase using SVG in HTML with CSS transforms
3089 https://bugs.webkit.org/show_bug.cgi?id=23112
3091 We currently fail the <text> section of this test but pass the path and image sections.
3093 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum: Added.
3094 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
3095 * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
3096 * svg/transforms/animated-path-inside-transformed-html.xhtml: Added.
3098 2009-05-04 Alexey Proskuryakov <ap@webkit.org>
3100 Reviewed by Dave Hyatt.
3102 <rdar://problem/6576889> REGRESSION (r35185): Cannot watch Flash movies on omg.yahoo.com
3104 * fast/parser/head-element-for-yahoo-player-expected.txt: Added.
3105 * fast/parser/head-element-for-yahoo-player.html: Added.
3106 Test the regression case (a misplaced <style> that used to create <head> implicitly).
3108 * editing/selection/select-all-005.html: Use a new index when selecting the body.
3110 * fast/dom/Document/document-write-doctype-expected.txt:
3111 * fast/dom/Document/resources/document-write-doctype.js:
3112 Removed checks for "Gecko quirk" of implicitly adding HEAD - that not a quirk, but standard
3115 * editing/execCommand/create-list-1-expected.txt:
3116 * platform/mac/editing/deleting/4845371-expected.txt:
3117 * platform/mac/editing/deleting/4866671-expected.txt:
3118 * platform/mac/editing/deleting/4875189-expected.txt:
3119 * platform/mac/editing/deleting/5026848-1-expected.txt:
3120 * platform/mac/editing/deleting/5026848-2-expected.txt:
3121 * platform/mac/editing/deleting/5026848-3-expected.txt:
3122 * platform/mac/editing/deleting/5032066-expected.txt:
3123 * platform/mac/editing/deleting/5091898-expected.txt:
3124 * platform/mac/editing/deleting/5099303-expected.txt:
3125 * platform/mac/editing/deleting/5115601-expected.txt:
3126 * platform/mac/editing/deleting/5126166-expected.txt:
3127 * platform/mac/editing/deleting/5156801-2-expected.txt:
3128 * platform/mac/editing/deleting/5168598-expected.txt:
3129 * platform/mac/editing/deleting/5272440-expected.txt:
3130 * platform/mac/editing/deleting/5300379-expected.txt:
3131 * platform/mac/editing/deleting/5390681-expected.txt:
3132 * platform/mac/editing/deleting/5408255-expected.txt:
3133 * platform/mac/editing/deleting/5433862-2-expected.txt:
3134 * platform/mac/editing/deleting/5483370-expected.txt:
3135 * platform/mac/editing/deleting/delete-at-start-or-end-expected.txt:
3136 * platform/mac/editing/deleting/delete-block-table-expected.txt:
3137 * platform/mac/editing/deleting/delete-hr-expected.txt:
3138 * platform/mac/editing/deleting/delete-mixed-editable-content-001-expected.txt:
3139 * platform/mac/editing/deleting/delete-to-select-table-expected.txt:
3140 * platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
3141 * platform/mac/editing/deleting/merge-endOfParagraph-expected.txt:
3142 * platform/mac/editing/deleting/merge-no-br-expected.txt:
3143 * platform/mac/editing/deleting/merge-whitespace-pre-expected.txt:
3144 * platform/mac/editing/execCommand/4641880-1-expected.txt:
3145 * platform/mac/editing/execCommand/4641880-2-expected.txt:
3146 * platform/mac/editing/execCommand/4747450-expected.txt:
3147 * platform/mac/editing/execCommand/4786404-1-expected.txt:
3148 * platform/mac/editing/execCommand/4786404-2-expected.txt:
3149 * platform/mac/editing/execCommand/4916402-expected.txt:
3150 * platform/mac/editing/execCommand/4916541-expected.txt:
3151 * platform/mac/editing/execCommand/4916583-expected.txt:
3152 * platform/mac/editing/execCommand/4920488-expected.txt:
3153 * platform/mac/editing/execCommand/4920742-1-expected.txt:
3154 * platform/mac/editing/execCommand/4924441-expected.txt:
3155 * platform/mac/editing/execCommand/5049671-expected.txt:
3156 * platform/mac/editing/execCommand/5080333-1-expected.txt:
3157 * platform/mac/editing/execCommand/5080333-2-expected.txt:
3158 * platform/mac/editing/execCommand/5119244-expected.txt:
3159 * platform/mac/editing/execCommand/5120591-expected.txt:
3160 * platform/mac/editing/execCommand/5136770-expected.txt:
3161 * platform/mac/editing/execCommand/5142012-1-expected.txt:
3162 * platform/mac/editing/execCommand/5142012-2-expected.txt:
3163 * platform/mac/editing/execCommand/5142012-3-expected.txt:
3164 * platform/mac/editing/execCommand/5144139-1-expected.txt:
3165 * platform/mac/editing/execCommand/5164796-expected.txt:
3166 * platform/mac/editing/execCommand/5207369-expected.txt:
3167 * platform/mac/editing/execCommand/5210032-expected.txt:
3168 * platform/mac/editing/execCommand/5432254-1-expected.txt:
3169 * platform/mac/editing/execCommand/5432254-2-expected.txt:
3170 * platform/mac/editing/execCommand/5481523-expected.txt:
3171 * platform/mac/editing/execCommand/5482524-expected.txt:
3172 * platform/mac/editing/execCommand/5569741-expected.txt:
3173 * platform/mac/editing/execCommand/5573879-expected.txt:
3174 * platform/mac/editing/execCommand/5700414-1-expected.txt:
3175 * platform/mac/editing/execCommand/5700414-2-expected.txt:
3176 * platform/mac/editing/execCommand/insert-list-empty-div-expected.txt:
3177 * platform/mac/editing/input/5576619-expected.txt:
3178 * platform/mac/editing/inserting/12882-expected.txt:
3179 * platform/mac/editing/inserting/4840662-expected.txt:
3180 * platform/mac/editing/inserting/4875189-1-expected.txt:
3181 * platform/mac/editing/inserting/4875189-2-expected.txt:
3182 * platform/mac/editing/inserting/4959067-expected.txt:
3183 * platform/mac/editing/inserting/4960120-1-expected.txt:
3184 * platform/mac/editing/inserting/4960120-2-expected.txt:
3185 * platform/mac/editing/inserting/5002441-expected.txt:
3186 * platform/mac/editing/inserting/5058163-2-expected.txt:
3187 * platform/mac/editing/inserting/5156401-2-expected.txt:
3188 * platform/mac/editing/inserting/5549929-2-expected.txt:
3189 * platform/mac/editing/inserting/5549929-3-expected.txt:
3190 * platform/mac/editing/inserting/5607069-2-expected.txt:
3191 * platform/mac/editing/inserting/5607069-3-expected.txt:
3192 * platform/mac/editing/inserting/editable-html-element-expected.txt:
3193 * platform/mac/editing/inserting/editable-inline-element-expected.txt:
3194 * platform/mac/editing/inserting/edited-whitespace-1-expected.txt:
3195 * platform/mac/editing/inserting/editing-empty-divs-expected.txt:
3196 * platform/mac/editing/inserting/typing-tab-designmode-forms-expected.txt:
3197 * platform/mac/editing/pasteboard/4806874-expected.txt:
3198 * platform/mac/editing/pasteboard/4861080-expected.txt:
3199 * platform/mac/editing/pasteboard/4944770-1-expected.txt:
3200 * platform/mac/editing/pasteboard/4944770-2-expected.txt:
3201 * platform/mac/editing/pasteboard/4947130-expected.txt:
3202 * platform/mac/editing/pasteboard/4989774-expected.txt:
3203 * platform/mac/editing/pasteboard/5027857-expected.txt:
3204 * platform/mac/editing/pasteboard/5032095-expected.txt:
3205 * platform/mac/editing/pasteboard/5065605-expected.txt:
3206 * platform/mac/editing/pasteboard/5071074-2-expected.txt:
3207 * platform/mac/editing/pasteboard/5071074-expected.txt:
3208 * platform/mac/editing/pasteboard/5075944-2-expected.txt:
3209 * platform/mac/editing/pasteboard/5075944-3-expected.txt:
3210 * platform/mac/editing/pasteboard/5075944-expected.txt:
3211 * platform/mac/editing/pasteboard/5134759-expected.txt:
3212 * platform/mac/editing/pasteboard/5156401-1-expected.txt:
3213 * platform/mac/editing/pasteboard/5247341-expected.txt:
3214 * platform/mac/editing/pasteboard/5387578-expected.txt:
3215 * platform/mac/editing/pasteboard/5478250-expected.txt:
3216 * platform/mac/editing/pasteboard/5483567-expected.txt:
3217 * platform/mac/editing/pasteboard/5601583-1-expected.txt:
3218 * platform/mac/editing/pasteboard/copy-paste-bidi-expected.txt:
3219 * platform/mac/editing/pasteboard/input-field-1-expected.txt:
3220 * platform/mac/editing/pasteboard/merge-after-delete-1-expected.txt:
3221 * platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt:
3222 * platform/mac/editing/pasteboard/merge-after-delete-expected.txt:
3223 * platform/mac/editing/pasteboard/merge-start-blockquote-expected.txt:
3224 * platform/mac/editing/pasteboard/paste-unrendered-select-expected.txt:
3225 * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.txt:
3226 * platform/mac/editing/pasteboard/select-element-1-expected.txt:
3227 * platform/mac/editing/selection/13804-expected.txt:
3228 * platform/mac/editing/selection/14971-expected.txt:
3229 * platform/mac/editing/selection/4397952-expected.txt:
3230 * platform/mac/editing/selection/4818145-expected.txt:
3231 * platform/mac/editing/selection/4866671-expected.txt:
3232 * platform/mac/editing/selection/4889598-expected.txt:
3233 * platform/mac/editing/selection/4895428-1-expected.txt:
3234 * platform/mac/editing/selection/4895428-2-expected.txt:
3235 * platform/mac/editing/selection/4895428-3-expected.txt:
3236 * platform/mac/editing/selection/4895428-4-expected.txt:
3237 * platform/mac/editing/selection/4932260-1-expected.txt:
3238 * platform/mac/editing/selection/4932260-2-expected.txt:
3239 * platform/mac/editing/selection/4932260-3-expected.txt:
3240 * platform/mac/editing/selection/4947387-expected.txt:
3241 * platform/mac/editing/selection/4960116-expected.txt:
3242 * platform/mac/editing/selection/4975120-expected.txt:
3243 * platform/mac/editing/selection/4983858-expected.txt:
3244 * platform/mac/editing/selection/5007143-2-expected.txt:
3245 * platform/mac/editing/selection/5007143-expected.txt:
3246 * platform/mac/editing/selection/5057506-2-expected.txt:
3247 * platform/mac/editing/selection/5057506-expected.txt:
3248 * platform/mac/editing/selection/5076323-1-expected.txt:
3249 * platform/mac/editing/selection/5076323-2-expected.txt:
3250 * platform/mac/editing/selection/5076323-3-expected.txt:
3251 * platform/mac/editing/selection/5081257-1-expected.txt:
3252 * platform/mac/editing/selection/5081257-2-expected.txt:
3253 * platform/mac/editing/selection/5099303-expected.txt:
3254 * platform/mac/editing/selection/5109817-expected.txt:
3255 * platform/mac/editing/selection/5136696-expected.txt:
3256 * platform/mac/editing/selection/5195166-1-expected.txt:
3257 * platform/mac/editing/selection/5195166-2-expected.txt:
3258 * platform/mac/editing/selection/5234383-1-expected.txt:
3259 * platform/mac/editing/selection/5234383-2-expected.txt:
3260 * platform/mac/editing/selection/5240265-expected.txt:
3261 * platform/mac/editing/selection/5333725-expected.txt:
3262 * platform/mac/editing/selection/5354455-1-expected.txt:
3263 * platform/mac/editing/selection/addRange-expected.txt:
3264 * platform/mac/editing/selection/caret-before-select-expected.txt:
3265 * platform/mac/editing/selection/contains-boundaries-expected.txt:
3266 * platform/mac/editing/selection/drag-select-1-expected.txt:
3267 * platform/mac/editing/selection/editable-html-element-expected.txt:
3268 * platform/mac/editing/selection/inconsistent-in-removeChildNode-expected.txt:
3269 * platform/mac/editing/selection/inline-closest-leaf-child-expected.txt:
3270 * platform/mac/editing/selection/mixed-editability-6-expected.txt:
3271 * platform/mac/editing/selection/mixed-editability-7-expected.txt:
3272 * platform/mac/editing/selection/move-by-sentence-linebreak-expected.txt:
3273 * platform/mac/editing/selection/select-all-005-expected.txt:
3274 * platform/mac/editing/selection/table-caret-1-expected.txt:
3275 * platform/mac/editing/selection/table-caret-2-expected.txt:
3276 * platform/mac/editing/selection/table-caret-3-expected.txt:
3277 * platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
3278 * platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
3279 * platform/mac/editing/style/4916887-expected.txt:
3280 * platform/mac/editing/style/5017613-1-expected.txt:
3281 * platform/mac/editing/style/5017613-2-expected.txt:
3282 * platform/mac/editing/style/5046875-1-expected.txt:
3283 * platform/mac/editing/style/5046875-2-expected.txt:
3284 * platform/mac/editing/style/5065910-expected.txt:
3285 * platform/mac/editing/style/5084241-expected.txt:
3286 * platform/mac/editing/style/5091898-expected.txt:
3287 * platform/mac/editing/style/5228141-expected.txt:
3288 * platform/mac/editing/style/5279521-expected.txt:
3289 * platform/mac/editing/style/font-family-with-space-expected.txt:
3290 * platform/mac/editing/style/fontsize-1-expected.txt:
3291 * platform/mac/editing/style/highlight-expected.txt:
3292 * platform/mac/editing/style/non-inheritable-styles-expected.txt:
3293 * platform/mac/editing/undo/5378473-expected.txt:
3294 * platform/mac/fast/block/float/relative-painted-twice-expected.txt:
3295 * platform/mac/fast/dom/delete-contents-expected.txt:
3296 * platform/mac/fast/events/context-no-deselect-expected.txt:
3297 * platform/mac/fast/events/label-focus-expected.txt:
3298 * platform/mac/fast/forms/input-appearance-focus-expected.txt:
3299 * platform/mac/fast/forms/input-text-click-inside-expected.txt:
3300 * platform/mac/fast/forms/input-text-click-outside-expected.txt:
3301 * platform/mac/fast/forms/input-text-double-click-expected.txt:
3302 * platform/mac/fast/forms/input-text-drag-down-expected.txt:
3303 * platform/mac/fast/forms/input-text-option-delete-expected.txt:
3304 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
3305 * platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
3306 * platform/mac/fast/forms/textfield-drag-into-disabled-expected.txt:
3307 * platform/mac/fast/forms/textfield-overflow-expected.txt:
3308 * platform/mac/fast/inline/25277-2-expected.txt:
3309 * platform/mac/fast/inline/25277-expected.txt:
3310 * platform/mac/fast/lists/drag-into-marker-expected.txt:
3311 * platform/mac/fast/overflow/overflow-focus-ring-expected.txt:
3312 * platform/mac/fast/repaint/4776765-expected.txt:
3313 * platform/mac/fast/repaint/selection-after-delete-expected.txt:
3314 * platform/mac/fast/repaint/selection-after-remove-expected.txt:
3315 * platform/qt/editing/deleting/4845371-expected.txt:
3316 * platform/qt/editing/deleting/4866671-expected.txt:
3317 * platform/qt/editing/deleting/4875189-expected.txt:
3318 * platform/qt/editing/deleting/5026848-1-expected.txt:
3319 * platform/qt/editing/deleting/5026848-2-expected.txt:
3320 * platform/qt/editing/deleting/5026848-3-expected.txt:
3321 * platform/qt/editing/deleting/5032066-expected.txt:
3322 * platform/qt/editing/deleting/5091898-expected.txt:
3323 * platform/qt/editing/deleting/5099303-expected.txt:
3324 * platform/qt/editing/deleting/5115601-expected.txt:
3325 * platform/qt/editing/deleting/5126166-expected.txt:
3326 * platform/qt/editing/deleting/5144139-2-expected.txt:
3327 * platform/qt/editing/deleting/5156801-2-expected.txt:
3328 * platform/qt/editing/deleting/5168598-expected.txt:
3329 * platform/qt/editing/deleting/5272440-expected.txt:
3330 * platform/qt/editing/deleting/5300379-expected.txt:
3331 * platform/qt/editing/deleting/5390681-expected.txt:
3332 * platform/qt/editing/deleting/5408255-expected.txt:
3333 * platform/qt/editing/deleting/delete-at-start-or-end-expected.txt:
3334 * platform/qt/editing/deleting/delete-block-table-expected.txt:
3335 * platform/qt/editing/deleting/delete-hr-expected.txt:
3336 * platform/qt/editing/deleting/delete-link-1-expected.txt:
3337 * platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt:
3338 * platform/qt/editing/deleting/delete-to-select-table-expected.txt:
3339 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt:
3340 * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt:
3341 * platform/qt/editing/deleting/merge-no-br-expected.txt:
3342 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
3343 * platform/qt/editing/execCommand/4641880-1-expected.txt:
3344 * platform/qt/editing/execCommand/4641880-2-expected.txt:
3345 * platform/qt/editing/execCommand/4747450-expected.txt:
3346 * platform/qt/editing/execCommand/4786404-1-expected.txt:
3347 * platform/qt/editing/execCommand/4786404-2-expected.txt:
3348 * platform/qt/editing/execCommand/4916402-expected.txt:
3349 * platform/qt/editing/execCommand/4916541-expected.txt:
3350 * platform/qt/editing/execCommand/4916583-expected.txt:
3351 * platform/qt/editing/execCommand/4920488-expected.txt:
3352 * platform/qt/editing/execCommand/4920742-1-expected.txt:
3353 * platform/qt/editing/execCommand/4924441-expected.txt:
3354 * platform/qt/editing/execCommand/5049671-expected.txt:
3355 * platform/qt/editing/execCommand/5062376-expected.txt:
3356 * platform/qt/editing/execCommand/5080333-1-expected.txt:
3357 * platform/qt/editing/execCommand/5080333-2-expected.txt:
3358 * platform/qt/editing/execCommand/5119244-expected.txt:
3359 * platform/qt/editing/execCommand/5120591-expected.txt:
3360 * platform/qt/editing/execCommand/5136770-expected.txt:
3361 * platform/qt/editing/execCommand/5142012-1-expected.txt:
3362 * platform/qt/editing/execCommand/5142012-2-expected.txt:
3363 * platform/qt/editing/execCommand/5142012-3-expected.txt:
3364 * platform/qt/editing/execCommand/5144139-1-expected.txt:
3365 * platform/qt/editing/execCommand/5164796-expected.txt:
3366 * platform/qt/editing/execCommand/5207369-expected.txt:
3367 * platform/qt/editing/execCommand/5210032-expected.txt:
3368 * platform/qt/editing/execCommand/5432254-1-expected.txt:
3369 * platform/qt/editing/execCommand/5432254-2-expected.txt:
3370 * platform/qt/editing/execCommand/insert-list-empty-div-expected.txt:
3371 * platform/qt/editing/inserting/12882-expected.txt:
3372 * platform/qt/editing/inserting/4840662-expected.txt:
3373 * platform/qt/editing/inserting/4875189-1-expected.txt:
3374 * platform/qt/editing/inserting/4875189-2-expected.txt:
3375 * platform/qt/editing/inserting/4959067-expected.txt:
3376 * platform/qt/editing/inserting/4960120-1-expected.txt:
3377 * platform/qt/editing/inserting/4960120-2-expected.txt:
3378 * platform/qt/editing/inserting/5002441-expected.txt:
3379 * platform/qt/editing/inserting/5058163-2-expected.txt:
3380 * platform/qt/editing/inserting/5156401-2-expected.txt:
3381 * platform/qt/editing/inserting/editable-html-element-expected.txt:
3382 * platform/qt/editing/inserting/editable-inline-element-expected.txt:
3383 * platform/qt/editing/inserting/edited-whitespace-1-expected.txt:
3384 * platform/qt/editing/inserting/editing-empty-divs-expected.txt:
3385 * platform/qt/editing/inserting/insert-before-link-1-expected.txt:
3386 * platform/qt/editing/pasteboard/4806874-expected.txt:
3387 * platform/qt/editing/pasteboard/4840662-expected.txt:
3388 * platform/qt/editing/pasteboard/4944770-1-expected.txt:
3389 * platform/qt/editing/pasteboard/4989774-expected.txt:
3390 * platform/qt/editing/pasteboard/5027857-expected.txt:
3391 * platform/qt/editing/pasteboard/5032095-expected.txt:
3392 * platform/qt/editing/pasteboard/5065605-expected.txt:
3393 * platform/qt/editing/pasteboard/5071074-2-expected.txt:
3394 * platform/qt/editing/pasteboard/5071074-expected.txt:
3395 * platform/qt/editing/pasteboard/5075944-2-expected.txt:
3396 * platform/qt/editing/pasteboard/5075944-3-expected.txt:
3397 * platform/qt/editing/pasteboard/5075944-expected.txt:
3398 * platform/qt/editing/pasteboard/5134759-expected.txt:
3399 * platform/qt/editing/pasteboard/5156401-1-expected.txt:
3400 * platform/qt/editing/pasteboard/5245519-expected.txt:
3401 * platform/qt/editing/pasteboard/5247341-expected.txt:
3402 * platform/qt/editing/pasteboard/5387578-expected.txt:
3403 * platform/qt/editing/pasteboard/5478250-expected.txt:
3404 * platform/qt/editing/pasteboard/5483567-expected.txt:
3405 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt:
3406 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt:
3407 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt:
3408 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt:
3409 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt:
3410 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt:
3411 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt:
3412 * platform/qt/editing/selection/13804-expected.txt:
3413 * platform/qt/editing/selection/4397952-expected.txt:
3414 * platform/qt/editing/selection/4818145-expected.txt:
3415 * platform/qt/editing/selection/4866671-expected.txt:
3416 * platform/qt/editing/selection/4889598-expected.txt:
3417 * platform/qt/editing/selection/4895428-2-expected.txt:
3418 * platform/qt/editing/selection/4895428-3-expected.txt:
3419 * platform/qt/editing/selection/4932260-1-expected.txt:
3420 * platform/qt/editing/selection/4932260-2-expected.txt:
3421 * platform/qt/editing/selection/4932260-3-expected.txt:
3422 * platform/qt/editing/selection/4960116-expected.txt:
3423 * platform/qt/editing/selection/4983858-expected.txt:
3424 * platform/qt/editing/selection/5007143-2-expected.txt:
3425 * platform/qt/editing/selection/5007143-expected.txt:
3426 * platform/qt/editing/selection/5076323-1-expected.txt:
3427 * platform/qt/editing/selection/5076323-2-expected.txt:
3428 * platform/qt/editing/selection/5076323-3-expected.txt:
3429 * platform/qt/editing/selection/5081257-1-expected.txt:
3430 * platform/qt/editing/selection/5081257-2-expected.txt:
3431 * platform/qt/editing/selection/5099303-expected.txt:
3432 * platform/qt/editing/selection/5136696-expected.txt:
3433 * platform/qt/editing/selection/5195166-1-expected.txt:
3434 * platform/qt/editing/selection/5195166-2-expected.txt:
3435 * platform/qt/editing/selection/5234383-1-expected.txt:
3436 * platform/qt/editing/selection/5234383-2-expected.txt:
3437 * platform/qt/editing/selection/5240265-expected.txt:
3438 * platform/qt/editing/selection/addRange-expected.txt:
3439 * platform/qt/editing/selection/caret-before-select-expected.txt:
3440 * platform/qt/editing/selection/editable-html-element-expected.txt:
3441 * platform/qt/editing/selection/mixed-editability-6-expected.txt:
3442 * platform/qt/editing/selection/mixed-editability-7-expected.txt:
3443 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt:
3444 * platform/qt/editing/selection/select-all-005-expected.txt:
3445 * platform/qt/editing/selection/table-caret-1-expected.txt:
3446 * platform/qt/editing/selection/table-caret-2-expected.txt:
3447 * platform/qt/editing/selection/table-caret-3-expected.txt:
3448 * platform/qt/editing/style/4916887-expected.txt:
3449 * platform/qt/editing/style/5017613-1-expected.txt:
3450 * platform/qt/editing/style/5017613-2-expected.txt:
3451 * platform/qt/editing/style/5046875-1-expected.txt:
3452 * platform/qt/editing/style/5046875-2-expected.txt:
3453 * platform/qt/editing/style/5065910-expected.txt:
3454 * platform/qt/editing/style/5084241-expected.txt:
3455 * platform/qt/editing/style/5228141-expected.txt:
3456 * platform/qt/editing/style/5279521-expected.txt:
3457 * platform/qt/editing/style/font-family-with-space-expected.txt:
3458 * platform/qt/editing/style/fontsize-1-expected.txt:
3459 * platform/qt/editing/style/highlight-expected.txt:
3460 * platform/qt/editing/style/non-inheritable-styles-expected.txt:
3461 * platform/qt/editing/undo/5378473-expected.txt:
3462 * platform/qt/fast/dom/delete-contents-expected.txt:
3463 * platform/qt/fast/events/label-focus-expected.txt:
3464 * platform/qt/fast/forms/input-appearance-focus-expected.txt:
3465 * platform/qt/fast/forms/input-maxlength-2-expected.txt:
3466 * platform/qt/fast/forms/input-text-click-inside-expected.txt:
3467 * platform/qt/fast/forms/input-text-option-delete-expected.txt:
3468 * platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
3469 * platform/qt/fast/forms/textfield-drag-into-disabled-expected.txt:
3470 * platform/qt/fast/forms/textfield-overflow-expected.txt:
3471 * platform/qt/fast/overflow/overflow-focus-ring-expected.txt:
3472 * platform/qt/fast/repaint/4776765-expected.txt:
3473 * platform/qt/fast/repaint/selection-after-delete-expected.txt:
3474 * platform/qt/fast/repaint/selection-after-remove-expected.txt:
3475 * platform/win/editing/deleting/5168598-expected.txt:
3476 * platform/win/editing/inserting/4960120-1-expected.txt:
3477 * platform/win/editing/inserting/5607069-2-expected.txt:
3478 * platform/win/editing/inserting/5607069-3-expected.txt:
3479 * platform/win/editing/inserting/typing-tab-designmode-forms-expected.txt:
3480 * platform/win/editing/pasteboard/4806874-expected.txt:
3481 * platform/win/editing/selection/4895428-3-expected.txt:
3482 * platform/win/editing/selection/5136696-expected.txt:
3483 * platform/win/editing/selection/drag-select-1-expected.txt:
3484 * platform/win/fast/events/context-no-deselect-expected.txt:
3485 * platform/win/fast/events/label-focus-expected.txt:
3486 * platform/win/fast/forms/input-appearance-focus-expected.txt:
3487 * platform/win/fast/forms/input-text-click-inside-expected.txt:
3488 * platform/win/fast/forms/input-text-click-outside-expected.txt:
3489 * platform/win/fast/forms/input-text-double-click-expected.txt:
3490 * platform/win/fast/forms/input-text-drag-down-expected.txt:
3491 * platform/win/fast/forms/input-text-option-delete-expected.txt:
3492 * platform/win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
3493 * platform/win/fast/forms/input-text-self-emptying-click-expected.txt: