1 2007-12-07 Dan Bernstein <mitz@apple.com>
3 Reviewed by Darin Adler.
5 - repaint test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
7 * fast/repaint/focus-ring.html: Added.
8 * platform/mac/fast/repaint/focus-ring-expected.checksum: Added.
9 * platform/mac/fast/repaint/focus-ring-expected.png: Added.
10 * platform/mac/fast/repaint/focus-ring-expected.txt: Added.
12 2007-12-07 Dan Bernstein <mitz@apple.com>
14 Reviewed by Darin Adler.
16 - test for http://bugs.webkit.org/show_bug.cgi?id=16334
17 <rdar://problem/5634923> REGRESSION (r28299): Homepage of any DotMac Web Gallery won't load completely
19 * fast/dynamic/subtree-no-common-root-static-y.html: Added.
20 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.checksum: Added.
21 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.png: Added.
22 * platform/mac/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
24 2007-12-07 Alexey Proskuryakov <ap@webkit.org>
28 http://bugs.webkit.org/show_bug.cgi?id=16325
29 <rdar://problem/5632997> REGRESSION: www.xerox.ru doesn't work
31 * http/tests/misc/empty-cookie-expected.txt: Added.
32 * http/tests/misc/empty-cookie.html: Added.
34 2007-12-06 Alexey Proskuryakov <ap@webkit.org>
38 http://bugs.webkit.org/show_bug.cgi?id=16091
39 JSCRE needs to import the PCRE test suite
41 We can use two files from PCRE test suite, as others either test for features not supported
42 in JS, or use internal debugging facilities of PCRE.
44 The files are checked in almost unmodified, I have only converted them to UTF-8 and removed two
45 huge test cases that were completely incompatible with JSC, and were polluting the output.
47 Many of the failures in results are just legitimate differences in behavior or possibly
48 problems with the test runner, but some may be genuine bugs and even regressions in JSC.
51 * fast/regex/pcre-test-runner.js: Added.
52 * fast/regex/test1-expected.txt: Added.
53 * fast/regex/test1.html: Added.
54 * fast/regex/test4-expected.txt: Added.
55 * fast/regex/test4.html: Added.
56 * fast/regex/testinput1: Added.
57 * fast/regex/testinput4: Added.
58 * fast/regex/testoutput1: Added.
59 * fast/regex/testoutput4: Added.
61 2007-12-06 Dan Bernstein <mitz@apple.com>
63 - updated render tree results for r28483
65 * svg/batik/text/textEffect2-expected.txt:
66 * svg/batik/text/textProperties-expected.txt:
68 2007-12-06 Geoffrey Garen <ggaren@apple.com>
70 Reviewed by Sam Weinig.
72 Test for http://bugs.webkit.org/show_bug.cgi?id=16328
73 REGRESSION (r28470): Crash expanding a GMail conversation
75 * fast/frames/location-put-after-removal.html: Added.
76 * fast/frames/resources/location-put-after-removal-frame.html: Added.
77 * fast/frames/resources/location-put-after-removal-frame-expected.txt: Updated.
79 2007-12-06 Darin Adler <darin@apple.com>
81 Reviewed by Eric Seidel.
83 - fix http://bugs.webkit.org/show_bug.cgi?id=16321
84 new RegExp("[\u0097]{4,6}", "gmy") crashes in DEBUG builds
85 <rdar://problem/5632992>
87 * fast/js/regexp-overflow-expected.txt: Updated.
88 * fast/js/resources/regexp-overflow.js: Added test.
90 2007-12-06 Adele Peterson <adele@apple.com>
94 Fix <rdar://problem/5631356> Toggling display property on video causes controls to get lost
96 * media/video-display-toggle.html: Added.
97 * platform/mac/media/video-display-toggle-expected.checksum: Added.
98 * platform/mac/media/video-display-toggle-expected.png: Added.
99 * platform/mac/media/video-display-toggle-expected.txt: Added.
101 2007-12-05 Rob Buis <buis@kde.org>
106 http://bugs.webkit.org/show_bug.cgi?id=15289
107 WebKit does not respect clip paths of a 0x0 rect
109 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
110 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
111 * platform/mac/svg/batik/text/textEffect2-expected.checksum:
112 * platform/mac/svg/batik/text/textEffect2-expected.png:
113 * platform/mac/svg/batik/text/textProperties-expected.checksum:
114 * platform/mac/svg/batik/text/textProperties-expected.png:
115 * svg/custom/empty-clip-path-expected.checksum: Added.
116 * svg/custom/empty-clip-path-expected.png: Added.
117 * svg/custom/empty-clip-path-expected.txt: Added.
118 * svg/custom/empty-clip-path.svg: Added.
120 2007-12-05 Alice Liu <alice.liu@apple.com>
124 Addressed <rdar://problem/5137284> fast/events/mouseout-dead-node.html fails on boomer
126 * fast/events/mouseout-dead-node.html:
127 Changed the questionable calls to mouseUp() to mouseMoveTo() to better simulate mouseovers
128 * platform/win/Skipped:
129 removed this test from skipped file
131 2007-12-05 Adam Roben <aroben@apple.com>
133 * platform/win/Skipped: Add a crashing test.
135 2007-12-05 Adam Roben <aroben@apple.com>
137 * platform/win/Skipped: Add another test failing due to fonts.
139 2007-12-05 Dan Bernstein <mitz@apple.com>
141 Reviewed by Adam Roben.
143 - adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097
145 * fast/dom/ImageDocument-image-deletion-expected.txt: Added.
146 * fast/dom/ImageDocument-image-deletion.html: Added.
148 2007-12-04 Adele Peterson <adele@apple.com>
152 Test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
154 * fast/forms/textfield-outline.html: Added.
155 * platform/mac/fast/forms/textfield-outline-expected.checksum: Added.
156 * platform/mac/fast/forms/textfield-outline-expected.png: Added.
157 * platform/mac/fast/forms/textfield-outline-expected.txt: Added.
159 2007-12-04 Sam Weinig <sam@webkit.org>
161 Reviewed by Adam Roben.
163 Remove http/tests/incremental/frame-focus-before-load.html from the skipped list
164 as it is no longer crashing. <rdar://problem/5507278>
166 * platform/win/Skipped:
168 2007-12-04 Adele Peterson <adele@apple.com>
172 Test for <rdar://problem/5622464> controls should show up for audio element
174 * media/audio-controls-rendering.html: Added.
175 * platform/mac/media/audio-controls-rendering-expected.checksum: Added.
176 * platform/mac/media/audio-controls-rendering-expected.png: Added.
177 * platform/mac/media/audio-controls-rendering-expected.txt: Added.
179 2007-11-27 Adam Roben <aroben@apple.com>
181 Remove a now-passing test from the Windows Skipped file
185 * platform/win/Skipped:
187 2007-12-03 Antti Koivisto <antti@apple.com>
191 Test for <rdar://problem/5624802>
192 Controller displays outside of <video> element when width and height aren't specified
194 * media/remove-from-document.html: Improve coverage by doing relayout before finishing.
195 * media/video-controls-rendering.html: Added.
196 * platform/mac/media/video-controls-rendering-expected.checksum: Added.
197 * platform/mac/media/video-controls-rendering-expected.png: Added.
198 * platform/mac/media/video-controls-rendering-expected.txt: Added.
200 2007-12-04 Darin Adler <darin@apple.com>
204 - test for first part of http://bugs.webkit.org/show_bug.cgi?id=16220
205 <rdar://problem/5625221> Crash opening www.news.com (CNet)
207 * fast/js/regexp-overflow-expected.txt: Updated.
208 * fast/js/resources/regexp-overflow.js: Added test cases.
210 2007-12-03 Dan Bernstein <mitz@apple.com>
212 Reviewed by Darin Adler.
214 - remove passing test
216 * platform/win/Skipped:
218 2007-12-03 Dan Bernstein <mitz@apple.com>
220 Reviewed by Dave Hyatt.
222 - test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
224 * fast/events/resize-subframe-expected.txt: Added.
225 * fast/events/resize-subframe.html: Added.
227 2007-12-03 Darin Adler <darin@apple.com>
231 - test for http://bugs.webkit.org/show_bug.cgi?id=15618
232 <rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
234 * fast/js/recursion-limit-equal-expected.txt: Added.
235 * fast/js/recursion-limit-equal.html: Added.
236 * fast/js/resources/recursion-limit-equal.js: Added.
238 2007-12-03 Dan Bernstein <mitz@apple.com>
240 Reviewed by Darin Adler.
242 - added a test of the behavior of getIntIdentifier with the integers
245 * plugins/getintidentifier-special-values-expected.txt: Added.
246 * plugins/getintidentifier-special-values.html: Added.
248 2007-12-03 Rob Buis <buis@kde.org>
253 http://bugs.webkit.org/show_bug.cgi?id=15767
254 Text decorations do not respect "visibility" property
256 * svg/custom/text-decoration-visibility-expected.checksum: Added.
257 * svg/custom/text-decoration-visibility-expected.png: Added.
258 * svg/custom/text-decoration-visibility-expected.txt: Added.
259 * svg/custom/text-decoration-visibility.svg: Added.
261 2007-12-03 Alice Liu <alice.liu@apple.com>
263 Removing passing tests
265 * platform/win/Skipped:
267 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
271 Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
273 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
274 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
275 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
276 * svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
278 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
280 Rubber stamped by Mark.
282 Commit missing layout test results from my last commit (fix for bug 15403)
284 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
285 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
286 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
287 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
288 * platform/mac/svg/custom/image-clipped-hit-expected.png:
289 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
290 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
291 * platform/mac/svg/custom/use-clipped-hit-expected.png:
292 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
293 * platform/mac/svg/custom/use-css-events-expected.checksum:
294 * platform/mac/svg/custom/use-css-events-expected.png:
296 2007-12-03 Dan Bernstein <mitz@apple.com>
298 Reviewed by Adam Roben.
300 - test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
302 * fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
303 * fast/dom/Document/replaceChild-null-oldChild.html: Added.
304 * fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
306 2007-12-02 Darin Adler <darin@apple.com>
310 - test for http://bugs.webkit.org/show_bug.cgi?id=15848
311 <rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
313 * fast/js/resources/sparse-array.js: Added.
314 * fast/js/sparse-array-expected.txt: Added.
315 * fast/js/sparse-array.html: Added.
317 2007-12-02 Darin Adler <darin@apple.com>
321 - tests for table-related HTMLCollection classes for misnested
322 tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
324 * fast/dom/HTMLTableElement/resources: Added.
325 * fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
326 * fast/dom/HTMLTableElement/resources/rows.js: Added.
327 * fast/dom/HTMLTableElement/resources/tBodies.js: Added.
328 * fast/dom/HTMLTableElement/rows-expected.txt: Added.
329 * fast/dom/HTMLTableElement/rows.html: Added.
330 * fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
331 * fast/dom/HTMLTableElement/tBodies.html: Added.
332 * fast/dom/HTMLTableRowElement: Added.
333 * fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
334 * fast/dom/HTMLTableRowElement/cells.html: Added.
335 * fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
336 * fast/dom/HTMLTableRowElement/insertCell.html: Added.
337 * fast/dom/HTMLTableRowElement/resources: Added.
338 * fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
339 * fast/dom/HTMLTableRowElement/resources/cells.js: Added.
340 * fast/dom/HTMLTableSectionElement: Added.
341 * fast/dom/HTMLTableSectionElement/resources: Added.
342 * fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
343 * fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
344 * fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
345 * fast/dom/HTMLTableSectionElement/rows.html: Added.
347 2007-12-01 Antti Koivisto <antti@apple.com>
351 Test that removing a media element when it is loading does not crash.
352 Test that media is paused when it is removed from the tree.
354 * http/tests/media/remove-while-loading-expected.txt: Added.
355 * http/tests/media/remove-while-loading.html: Added.
356 * media/remove-from-document-expected.txt: Added.
357 * media/remove-from-document.html: Added.
359 2007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
361 Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
363 Reviewed by Darin Adler.
365 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
366 * http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
368 2007-12-01 Dan Bernstein <mitz@apple.com>
370 Reviewed by Darin Adler.
372 - test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
374 * fast/dynamic/subtree-common-root-expected.txt: Added.
375 * fast/dynamic/subtree-common-root.html: Added.
377 2007-11-30 Eric Seidel <eric@webkit.org>
382 http://bugs.webkit.org/show_bug.cgi?id=16127
384 * fast/js/regexp-compile-crash-expected.txt: Added.
385 * fast/js/regexp-compile-crash.html: Added.
387 2007-11-30 Adam Roben <aroben@apple.com>
389 Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
391 * platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
392 * platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
394 2007-11-30 Darin Adler <darin@apple.com>
396 Reviewed by Adam Roben.
398 - test for http://bugs.webkit.org/show_bug.cgi?id=16207
399 JavaScript regular expressions should match UTF-16 code units rather than characters
401 * fast/js/regexp-non-bmp-expected.txt: Added.
402 * fast/js/regexp-non-bmp.html: Added.
403 * fast/js/resources/regexp-non-bmp.js: Added.
405 2007-11-30 Adele Peterson <adele@apple.com>
409 Test for http://bugs.webkit.org/show_bug.cgi?id=16072
410 <rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
412 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
413 * fast/events/mousemove-after-drag-over-scrollbar.html: Added.
415 2007-11-30 Alexey Proskuryakov <ap@webkit.org>
417 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
419 2007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
423 * Fix fast/events/mousedown_in_scrollbar.html
424 * This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
425 * Extend the current check that the scrollbar in the mev can be go away.
426 This happens if we destroy a RenderLayer as the result of a click. In the
427 case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
428 is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
429 last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
430 We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
431 scrollbar in the old mev and is gone in the new one.
432 * This happens only on the Qt port because we send more/different move events.
434 * platform/qt/Skipped:
436 2007-11-29 Antti Koivisto <antti@apple.com>
440 Test for video aspect ratio calculation.
442 * media/video-aspect-ratio.html: Added.
443 * platform/mac/media: Added.
444 * platform/mac/media/video-aspect-ratio-expected.checksum: Added.
445 * platform/mac/media/video-aspect-ratio-expected.png: Added.
446 * platform/mac/media/video-aspect-ratio-expected.txt: Added.
448 2007-11-29 Anders Carlsson <andersca@apple.com>
452 <rdar://problem/5230478>
453 FrameLoadDelegate callbacks are not dumped in DRT.
455 Remove now passing tests.
457 * platform/win/Skipped:
459 2007-11-29 Alice Liu <alice.liu@apple.com>
463 * platform/win/Skipped: Removed two Mac-specific tests.
465 2007-11-29 Alice Liu <alice.liu@apple.com>
467 Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
469 The incorrect results are tracked by <rdar://5563578>.
473 * fast/dom/Window/window-resize-expected.txt: Replaced.
474 * platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
475 * platform/win/Skipped: Removed window-resize tests.
477 2007-11-29 Sam Weinig <sam@webkit.org>
481 Revert r28213 which added an error callback that was not needed and changed
484 * storage/transaction_callback_exception_crash.html:
486 2007-11-29 Alice Liu <alice.liu@apple.com>
490 * platform/win/Skipped: Removed a passing test.
492 2007-11-29 Alice Liu <alice.liu@apple.com>
494 Group failures related to dumpResourceLoadCallbacks being unimplemented
498 * platform/win/Skipped:
500 2007-11-29 Alice Liu <alice.liu@apple.com>
502 Group failures related to using Cygwin paths
506 * platform/win/Skipped:
508 2007-11-29 Brady Eidson <beidson@apple.com>
512 Fixed a hang in the layout tests.
513 My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
514 Therefore LayoutTestController is never notified that the test is done.
516 This changes modifies the test such that the controller is notified of completion even if
517 there's a transaction error.
519 The net effect of this fix is to transform the hang to a single layout test failure, so people
520 and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
522 * storage/transaction_callback_exception_crash.html:
524 2007-11-29 Darin Adler <darin@apple.com>
528 - test for http://bugs.webkit.org/show_bug.cgi?id=16191
529 REGRESSION: cannot tab to radio input after setting checked to false
531 * fast/forms/input-radio-checked-tab-expected.txt: Added.
532 * fast/forms/input-radio-checked-tab.html: Added.
534 2007-11-29 Alice Liu <alice.liu@apple.com>
536 Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
540 * fast/dom/wrapper-classes-expected.txt: Replaced.
541 * platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
543 2007-11-29 Alice Liu <alice.liu@apple.com>
545 Group drag-n-drop related failures under one bug
547 We don't know the specific causes of these failures, but we believe
548 they're due to bugs in DRT's drag-n-drop implementation.
552 * platform/win/Skipped:
554 2007-11-29 Alice Liu <alice.liu@apple.com>
558 * platform/win/Skipped: Removed another passing test.
560 2007-11-29 Alice Liu <alice.liu@apple.com>
564 * platform/win/Skipped: Recategorized one failing test and removed a
567 2007-11-29 Alice Liu <alice.liu@apple.com>
569 Removing <rdar://5507350> from skipped list because it's not failing.
571 * platform/win/Skipped:
573 2007-11-29 Anders Carlsson <andersca@apple.com>
577 Move Mac-specific tests to platform/mac.
579 * fast/events/objc-event-api-expected.txt: Removed.
580 * fast/events/objc-event-api.html: Removed.
581 * fast/events/objc-keyboard-event-creation-expected.txt: Removed.
582 * fast/events/objc-keyboard-event-creation.html: Removed.
583 * platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
584 * platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
585 * platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
586 * platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
588 2007-11-29 Alice Liu <alice.liu@apple.com>
590 Removing some fixed tests
592 * platform/win/Skipped:
594 2007-11-29 Anders Carlsson <andersca@apple.com>
598 <rdar://problem/5132005>
599 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
601 * platform/win/Skipped:
603 2007-11-28 Mark Rowe <mrowe@apple.com>
605 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
607 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
608 This caused four layout tests to fail.
610 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
611 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
612 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
613 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
614 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-iframe.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html.
615 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessee-opened-frame.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html.
616 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-iframe.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html.
617 * http/tests/security/javascriptURL/resources/foreign-domain-javascript-url-accessor-opened-frame.html: Copied from LayoutTests/http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html.
619 2007-11-28 Antti Koivisto <antti@apple.com>
623 Test that fallback content inside media elements is not be rendered.
625 * media/fallback-expected.txt: Added.
626 * media/fallback.html: Added.
628 2007-11-28 Alice Liu <alice.liu@apple.com>
630 just some more typo fixes
632 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
633 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
634 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
635 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
636 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
637 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
638 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
639 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
640 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
641 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
642 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
643 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
644 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
645 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
646 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
647 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
649 2007-11-28 Antti Koivisto <antti@apple.com>
653 <rdar://problem/5605668>
654 Implement controls attribute for video element
656 - A new test for the controls attribute.
657 - Add the controls attibute to all existing video tests. This will give the code
658 some additional exercise without affecting test results.
660 * media/progress-event.html:
661 * media/video-append-source.html:
662 * media/video-autoplay.html:
663 * media/video-buffered.html:
664 * media/video-controls-expected.txt: Added.
665 * media/video-controls.html: Added.
666 * media/video-currentTime-set.html:
667 * media/video-currentTime-set2.html:
668 * media/video-currentTime.html:
669 * media/video-dom-autoplay.html:
670 * media/video-dom-end.html:
671 * media/video-dom-loopcount.html:
672 * media/video-dom-loopend.html:
673 * media/video-dom-loopstart.html:
674 * media/video-dom-src.html:
675 * media/video-dom-start.html:
676 * media/video-end.html:
677 * media/video-error-abort.html:
678 * media/video-error-does-not-exist.html:
679 * media/video-load-networkState.html:
680 * media/video-load-readyState.html:
681 * media/video-loopcount.html:
682 * media/video-loopend.html:
683 * media/video-loopstart.html:
684 * media/video-muted.html:
685 * media/video-no-autoplay.html:
686 * media/video-pause-empty-events.html:
687 * media/video-play-empty-events.html:
688 * media/video-play-pause-events.html:
689 * media/video-play-pause-exception.html:
690 * media/video-poster.html:
691 * media/video-seek-past-end-paused.html:
692 * media/video-seek-past-end-playing.html:
693 * media/video-seekable.html:
694 * media/video-seeking.html:
695 * media/video-size.html:
696 * media/video-source-media.html:
697 * media/video-source-type.html:
698 * media/video-source.html:
699 * media/video-src-change.html:
700 * media/video-src-remove.html:
701 * media/video-src-set.html:
702 * media/video-src-source.html:
703 * media/video-src.html:
704 * media/video-start.html:
705 * media/video-volume.html:
706 * media/video-width-height.html:
708 2007-11-28 Justin Garcia <justin.garcia@apple.com>
710 Reviewed by Darin Adler.
712 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
714 Added to demonstrate fixes:
715 * editing/execCommand/5573879.html: Added.
716 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
717 * platform/mac/editing/execCommand/5573879-expected.png: Added.
718 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
720 Fixes (RemoveFormat now preserves the selection correctly):
721 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
722 * platform/mac/editing/execCommand/4920742-1-expected.png:
723 * platform/mac/editing/execCommand/4920742-1-expected.txt:
724 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
725 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
726 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
727 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
728 * platform/mac/editing/execCommand/remove-formatting-expected.png:
729 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
731 2007-11-28 Timothy Hatcher <timothy@apple.com>
733 Make this test not depend on the screen size.
735 * fast/dom/Window/window-resize-expected.txt:
736 * fast/dom/Window/window-resize.html:
738 2007-11-28 Anders Carlsson <andersca@apple.com>
742 <rdar://problem/5132001>
743 contextClick is not implemented in DRT on Windows.
745 Remove tests that pass now that we have contextClick.
747 * platform/win/Skipped:
749 2007-11-28 Alice Liu <alice.liu@apple.com>
751 Removing some tests tracked by <rdar://5130762> because they don't fail.
753 * platform/win/Skipped:
755 2007-11-28 Alice Liu <alice.liu@apple.com>
757 Removing fixed tests tracked by <rdar://5128229>
759 * platform/win/Skipped:
761 2007-11-28 Alice Liu <alice.liu@apple.com>
763 Rubberstamped by Sam.
765 Fixing a typo in some filenames
767 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
768 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
769 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
770 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
771 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt.
772 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html.
773 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt.
774 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html: Copied from http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html.
775 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
776 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
777 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
778 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
779 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt.
780 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html.
781 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt.
782 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html: Copied from http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html.
783 * platform/win/Skipped:
785 2007-11-28 Dan Bernstein <mitz@apple.com>
787 Reviewed by Dave Hyatt.
789 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
791 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
792 * fast/table/empty-auto-column-zero-divide.html: Added.
794 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
798 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
799 in-full-frame-plugin.html is crashing
801 Alice fixed this in r28046
803 * platform/win/Skipped:
805 2007-11-27 Beth Dakin <bdakin@apple.com>
809 Test for <rdar://problem/5616052> SVGs with width or height of 100%
810 hang when used as a background-image (16164)
812 * fast/images/resources/width-100-percent.svg: Added.
813 * fast/images/svg-width-100p-as-background.html: Added.
814 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
815 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
816 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
818 2007-11-27 Timothy Hatcher <timothy@apple.com>
820 Reviewed by Kevin McCullough.
822 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
823 http://bugs.webkit.org/show_bug.cgi?id=16161
825 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
827 * fast/dom/Window/window-resize.html:
828 * fast/dom/Window/window-resize-expected.txt:
830 2007-11-26 Timothy Hatcher <timothy@apple.com>
832 Reviewed by Dave Hyatt.
834 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
836 * fast/css/disabled-author-styles.html: Added.
837 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
839 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
841 Reviewed by Sam Weinig.
843 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
845 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
846 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
847 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
849 2007-11-26 Darin Adler <darin@apple.com>
853 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
854 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
856 * fast/js/regexp-overflow-expected.txt: Added.
857 * fast/js/regexp-overflow.html: Added.
858 * fast/js/resources/regexp-overflow.js: Added.
860 2007-11-26 Sam Weinig <sam@webkit.org>
864 Tests for <rdar://problem/5592988>
866 - Update and add tests for new tighter restrictions on what frames in other domains
869 * http/tests/security/cross-frame-access-location-expected.txt:
870 * http/tests/security/frameNavigation: Added.
871 * http/tests/security/frameNavigation/resources: Added.
872 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
873 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
874 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
875 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
876 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
877 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
878 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
880 2007-11-26 Dan Bernstein <mitz@apple.com>
882 Reviewed by Dave Hyatt.
884 - test for <rdar://problem/5609337> Making a float shorter does not remove it from the floating object list of a nested block it intruded into
886 * fast/dynamic/float-withdrawal-2.html: Added.
887 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
888 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
889 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
891 2007-11-25 Adam Roben <aroben@apple.com>
893 * platform/win/Skipped: Add a known failure.
895 2007-11-25 Adam Roben <aroben@apple.com>
897 * platform/win/Skipped: Remove an unnecessary entry.
899 2007-11-25 Mark Rowe <mrowe@apple.com>
901 Reviewed by Dan Bernstein.
903 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
904 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
906 * fast/js/regexp-range-out-of-order-expected.txt: Added.
907 * fast/js/regexp-range-out-of-order.html: Added.
908 * fast/js/resources/regexp-range-out-of-order.js: Added.
910 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
912 Reviewed by Adam Roben.
914 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
916 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
917 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
918 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
919 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
920 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
921 * svg/batik/text/textOnPath-expected.txt:
922 * svg/batik/text/textOnPath3-expected.txt:
923 * svg/batik/text/verticalTextOnPath-expected.txt:
924 * svg/text/text-align-04-b-expected.checksum:
925 * svg/text/text-align-04-b-expected.png:
926 * svg/text/text-align-04-b-expected.txt:
927 * svg/text/textPathBoundsBug.svg: Added.
929 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
933 http://bugs.webkit.org/show_bug.cgi?id=15919
934 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
936 * fast/xsl/extra-lf-at-end-expected.txt: Added.
937 * fast/xsl/extra-lf-at-end.html: Added.
938 * fast/xsl/xslt-processor-expected.txt:
939 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
940 * platform/mac/fast/xsl/xslt-enc-expected.txt:
941 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
942 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
943 * platform/mac/fast/xsl/xslt-text-expected.txt:
945 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
947 Added tests for select.options.remove(boolean).
951 * fast/js/resources/select-options-add.js: Added two tests.
952 * fast/js/select-options-add-expected.txt: Updated results.
954 2007-11-23 Antti Koivisto <antti@apple.com>
956 Set video src from script, not from the element attribute. This
957 guarantees load events do not fire before event listeners are registered.
958 This change does not affect test results.
960 * media/progress-event.html:
961 * media/video-autoplay.html:
962 * media/video-buffered.html:
963 * media/video-currentTime-set.html:
964 * media/video-currentTime-set2.html:
965 * media/video-currentTime.html:
966 * media/video-dom-autoplay.html:
967 * media/video-error-abort.html:
968 * media/video-error-does-not-exist.html:
969 * media/video-load-networkState.html:
970 * media/video-load-readyState.html:
971 * media/video-no-autoplay.html:
972 * media/video-seekable.html:
973 * media/video-seeking.html:
974 * media/video-size.html:
975 * media/video-src.html:
976 * media/video-start.html:
978 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
982 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
983 not closed (affects digg.com)
985 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
986 * fast/loader/meta-refresh-vs-open.html: Added.
987 Test that HTTP refresh never fires if the document stays open indefinitely.
989 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
990 * fast/loader/redirect-with-open-subframe.html: Added.
991 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
992 * fast/loader/redirect-with-open-subframe-2.html: Added.
993 Test that setting window.location has effect even if the document is open.
995 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
996 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
997 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
999 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
1000 It seems that there was a line spilled from the previous test that is now in
1001 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
1003 2007-11-23 Dan Bernstein <mitz@apple.com>
1005 Reviewed by Alexey Proskuryakov.
1007 - test the matrix transforms are applied on the correct side
1009 * fast/transforms/matrix-02.html: Added.
1010 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
1011 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
1012 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
1014 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
1018 http://bugs.webkit.org/show_bug.cgi?id=16077
1019 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
1020 browser implementations
1022 * fast/xsl/sort-unicode-expected.txt: Added.
1023 * fast/xsl/sort-unicode.xml: Added.
1024 * fast/xsl/sort-unicode.xsl: Added.
1026 2007-11-22 Dan Bernstein <mitz@apple.com>
1028 Reviewed by Maciej Stachowiak.
1030 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
1031 -webkit-transform matrix does not work
1033 * fast/transforms/matrix-01.html: Added.
1034 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
1035 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
1036 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
1038 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
1042 Bug 15530: XMLHttpRequest should not support certain methods
1044 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
1045 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
1047 2007-11-21 Dan Bernstein <mitz@apple.com>
1049 Reviewed by Eric Seidel.
1051 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
1053 * fast/repaint/subtree-root-skipped.html: Added.
1054 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
1055 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
1056 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
1058 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
1062 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
1064 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
1065 support subresource loading from (X)HTML.
1066 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
1068 * platform/win/Skipped:
1070 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
1074 Fix a copy/paste error in the test (introduced in bug 12194).
1076 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
1077 * http/tests/xmlhttprequest/zero-length-response-sync.html:
1079 2007-11-20 Mark Rowe <mrowe@apple.com>
1081 Reviewed by Sam Weinig.
1083 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
1084 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
1086 * editing/execCommand/arguments-combinations-expected.txt:
1087 * editing/execCommand/arguments-combinations.html:
1089 2007-11-20 Lars Knoll <lars@trolltech.com>
1093 Adjust some test result after fixing a bug related to computation
1094 of QFont::xHeight() in Qt.
1096 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
1097 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
1098 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
1099 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
1100 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
1102 2007-11-20 Lars Knoll <lars@trolltech.com>
1106 Fix text break interators.
1108 The break iterators where trying to be smart about the input
1109 string and caching their results. Unfortunately a pointer/string length
1110 comparison is not good enough in all cases (since some input is stack based
1111 temp strings). Removed the caching but at the same time started to use a more
1112 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
1115 Fixes two test cases that test "text-transform: capitalize".
1117 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
1118 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
1120 2007-11-19 Antti Koivisto <antti@apple.com>
1122 Rubber-stamped by bdash.
1124 Improve coverage of these tests.
1126 * media/video-muted-expected.txt:
1127 * media/video-muted.html:
1128 * media/video-volume-expected.txt:
1129 * media/video-volume.html:
1131 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
1135 http://bugs.webkit.org/show_bug.cgi?id=12194
1136 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
1137 available should raise an exception
1139 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
1140 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
1141 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
1142 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
1143 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
1144 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
1145 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
1146 exception handling to test case
1148 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
1152 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
1154 * fast/parser/html-whitespace-expected.txt: Added.
1155 * fast/parser/html-whitespace.html: Added.
1157 2007-11-16 Dan Bernstein <mitz@apple.com>
1159 Reviewed by Darin Adler.
1161 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
1162 REGRESSION: Incomplete repaint of CSS image substitution
1164 * fast/repaint/clip-with-layout-delta.html: Added.
1165 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
1166 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
1167 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
1169 2007-11-16 Antti Koivisto <antti@apple.com>
1173 Seeking related test updates
1174 - update to match specificiation
1175 - rename loopCount to playCount everywhere
1176 - timeupdate events during seek
1177 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
1178 - add text about what is being tested
1180 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
1182 * http/tests/media/video-seekable-stall-expected.txt: Added.
1183 * http/tests/media/video-seekable-stall.html: Added.
1184 * media/audio-constructor-expected.txt:
1185 * media/audio-constructor-src-expected.txt:
1186 * media/audio-constructor-src.html:
1187 * media/audio-constructor.html:
1188 * media/video-dom-loopcount-expected.txt:
1189 * media/video-dom-loopcount.html:
1190 * media/video-dom-loopend-expected.txt:
1191 * media/video-dom-loopend.html:
1192 * media/video-dom-loopstart-expected.txt:
1193 * media/video-dom-loopstart.html:
1194 * media/video-dom-start-expected.txt:
1195 * media/video-dom-start.html:
1196 * media/video-loopcount-expected.txt:
1197 * media/video-loopcount.html:
1198 * media/video-loopend-expected.txt:
1199 * media/video-loopend.html:
1200 * media/video-loopstart-expected.txt:
1201 * media/video-loopstart.html:
1202 * media/video-seek-past-end-paused-expected.txt: Added.
1203 * media/video-seek-past-end-paused.html: Added.
1204 * media/video-seek-past-end-playing-expected.txt: Added.
1205 * media/video-seek-past-end-playing.html: Added.
1206 * media/video-seeking-expected.txt: Added.
1207 * media/video-seeking.html: Added.
1208 * media/video-test.js:
1210 2007-11-16 Anders Carlsson <andersca@apple.com>
1214 <rdar://problem/5603832>
1215 XMLHttpRequest readyState 3 & responseText buffer issues.
1217 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
1219 * platform/win/Skipped:
1221 2007-11-16 Dan Bernstein <mitz@apple.com>
1223 Reviewed by Darin Adler and Sam Weinig.
1225 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
1227 * platform/win/Skipped:
1229 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
1231 Rubberstamped by Eric.
1233 Full update of the SVG pixel tests - all files containing text show rendering improvments.
1234 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
1235 sure what commit actually caused it - but it's better now.
1237 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
1238 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
1239 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
1240 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
1241 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
1242 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
1243 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
1244 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
1245 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
1246 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
1247 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
1248 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
1249 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
1250 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
1251 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
1252 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
1253 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
1254 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
1255 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
1256 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
1257 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
1258 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
1259 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
1260 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
1261 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
1262 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
1263 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
1264 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
1265 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
1266 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
1267 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
1268 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
1269 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
1270 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
1271 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
1272 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
1273 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
1274 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
1275 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
1276 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
1277 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
1278 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
1279 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
1280 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
1281 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
1282 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
1283 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
1284 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
1285 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
1286 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
1287 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
1288 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
1289 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
1290 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
1291 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
1292 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
1293 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
1294 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1295 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
1296 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1297 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
1298 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
1299 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
1300 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1301 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
1302 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
1303 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
1304 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
1305 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
1306 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
1307 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
1308 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1309 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
1310 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
1311 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
1312 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
1313 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
1314 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
1315 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
1316 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
1317 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
1318 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
1319 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
1320 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
1321 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
1322 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
1323 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
1324 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
1325 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
1326 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
1327 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
1328 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
1329 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
1330 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
1331 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
1332 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
1333 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
1334 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
1335 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
1336 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
1337 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
1338 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
1339 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
1340 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
1341 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
1342 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
1343 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
1344 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
1345 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
1346 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
1347 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
1348 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
1349 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
1350 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
1351 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
1352 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
1353 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
1354 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
1355 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
1356 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
1357 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
1358 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
1359 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
1360 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
1361 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
1362 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
1363 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
1364 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
1365 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
1366 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
1367 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
1368 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
1369 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
1370 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
1371 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
1372 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
1373 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
1374 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
1375 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
1376 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
1377 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
1378 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
1379 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
1380 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
1381 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
1382 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1383 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
1384 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
1385 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
1386 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
1387 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
1388 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
1389 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
1390 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
1391 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
1392 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
1393 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
1394 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
1395 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
1396 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
1397 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
1398 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1399 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
1400 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
1401 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1402 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1403 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
1404 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
1405 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
1406 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
1407 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
1408 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
1409 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
1410 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1411 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
1412 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
1413 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
1414 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1415 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
1416 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
1417 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
1418 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
1419 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
1420 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1421 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
1422 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
1423 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
1424 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
1425 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
1426 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
1427 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
1428 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
1429 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
1430 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
1431 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
1432 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
1433 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
1434 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
1435 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
1436 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
1437 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
1438 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
1439 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
1440 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
1441 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
1442 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
1443 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
1444 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
1445 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
1446 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
1447 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
1448 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
1449 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
1450 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
1451 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
1452 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
1453 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
1454 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1455 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
1456 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
1457 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
1458 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
1459 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
1460 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
1461 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
1462 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
1463 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
1464 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
1465 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
1466 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
1467 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
1468 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
1469 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
1470 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
1471 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
1472 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
1473 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
1474 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1475 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
1476 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1477 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
1478 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
1479 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
1480 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
1481 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
1482 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
1483 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
1484 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
1485 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
1486 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1487 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
1488 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1489 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
1490 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
1491 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
1492 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
1493 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
1494 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
1495 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
1496 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
1497 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
1498 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
1499 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
1500 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
1501 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
1502 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
1503 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
1504 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
1505 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
1506 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
1507 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
1508 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
1509 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
1510 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
1511 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
1512 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
1513 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
1514 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
1515 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
1516 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
1517 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
1518 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
1519 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
1520 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1521 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
1522 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
1523 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
1524 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
1525 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
1526 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
1527 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
1528 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
1529 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
1530 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
1531 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
1532 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
1533 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
1534 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
1535 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
1536 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
1537 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
1538 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
1539 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
1540 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
1541 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
1542 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
1543 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
1544 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
1545 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
1546 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
1547 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
1548 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
1549 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
1550 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
1551 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
1552 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
1553 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
1554 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
1555 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
1556 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
1557 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
1558 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
1559 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
1560 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
1561 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
1562 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
1563 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
1564 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
1565 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
1566 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
1567 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
1568 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
1569 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
1570 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1571 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
1572 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1573 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
1574 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1575 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
1576 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1577 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
1578 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1579 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
1580 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1581 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
1582 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1583 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
1584 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
1585 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
1586 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1587 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
1588 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1589 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
1590 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1591 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
1592 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1593 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
1594 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1595 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
1596 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1597 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
1598 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1599 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
1600 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
1601 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
1602 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
1603 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
1604 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
1605 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
1606 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
1607 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
1608 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
1609 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
1610 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
1611 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
1612 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1613 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
1614 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1615 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
1616 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
1617 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
1618 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
1619 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
1620 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
1621 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
1622 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
1623 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
1624 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
1625 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
1626 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
1627 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
1628 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
1629 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
1630 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
1631 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
1632 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
1633 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
1634 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
1635 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
1636 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
1637 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
1638 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
1639 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
1640 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
1641 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
1642 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
1643 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
1644 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
1645 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
1646 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
1647 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
1648 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
1649 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
1650 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
1651 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
1652 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
1653 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
1654 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
1655 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
1656 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
1657 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
1658 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
1659 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
1660 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
1661 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
1662 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
1663 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
1664 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
1665 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
1666 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
1667 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
1668 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
1669 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
1670 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
1671 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
1672 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
1673 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
1674 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
1675 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
1676 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
1677 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
1678 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
1679 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
1680 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
1681 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
1682 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
1683 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
1684 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
1685 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
1686 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
1687 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
1688 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
1689 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
1690 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
1691 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
1692 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
1693 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
1694 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
1695 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
1696 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
1697 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
1698 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
1699 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
1700 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
1701 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
1702 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
1703 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
1704 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
1705 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
1706 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
1707 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
1708 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
1709 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
1710 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
1711 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
1712 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
1713 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
1714 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
1715 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
1716 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
1717 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
1718 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
1719 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
1720 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
1721 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
1722 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
1723 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
1724 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
1725 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
1726 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
1727 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
1728 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
1729 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
1730 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
1731 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
1732 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
1733 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
1734 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
1735 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
1736 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
1737 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
1738 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1739 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
1740 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
1741 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
1742 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
1743 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
1744 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
1745 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
1746 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
1747 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
1748 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
1749 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
1750 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
1751 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
1752 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
1753 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
1754 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
1755 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
1756 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
1757 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
1758 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
1759 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
1760 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
1761 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
1762 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1763 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
1764 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
1765 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
1766 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
1767 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1768 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
1769 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
1770 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
1771 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
1772 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
1773 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
1774 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
1775 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
1776 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
1777 * platform/mac/svg/carto.net/button-expected.checksum:
1778 * platform/mac/svg/carto.net/button-expected.png:
1779 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
1780 * platform/mac/svg/carto.net/colourpicker-expected.png:
1781 * platform/mac/svg/carto.net/combobox-expected.checksum:
1782 * platform/mac/svg/carto.net/combobox-expected.png:
1783 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
1784 * platform/mac/svg/carto.net/scrollbar-expected.png:
1785 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
1786 * platform/mac/svg/carto.net/selectionlist-expected.png:
1787 * platform/mac/svg/carto.net/slider-expected.checksum:
1788 * platform/mac/svg/carto.net/slider-expected.png:
1789 * platform/mac/svg/carto.net/textbox-expected.checksum:
1790 * platform/mac/svg/carto.net/textbox-expected.png:
1791 * platform/mac/svg/carto.net/window-expected.checksum:
1792 * platform/mac/svg/carto.net/window-expected.png:
1793 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum:
1794 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
1795 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
1796 * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
1797 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
1798 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
1799 * platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum:
1800 * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
1801 * platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum:
1802 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
1803 * platform/mac/svg/custom/dasharrayOrigin-expected.checksum:
1804 * platform/mac/svg/custom/dasharrayOrigin-expected.png:
1805 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
1806 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
1807 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
1808 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
1809 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
1810 * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
1811 * platform/mac/svg/custom/dynamic-empty-path-expected.checksum:
1812 * platform/mac/svg/custom/dynamic-empty-path-expected.png:
1813 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
1814 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
1815 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
1816 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
1817 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
1818 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
1819 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
1820 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
1821 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
1822 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
1823 * platform/mac/svg/custom/focus-ring-expected.checksum:
1824 * platform/mac/svg/custom/focus-ring-expected.png:
1825 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum:
1826 * platform/mac/svg/custom/font-face-cascade-order-expected.png:
1827 * platform/mac/svg/custom/font-face-simple-expected.checksum:
1828 * platform/mac/svg/custom/font-face-simple-expected.png:
1829 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
1830 * platform/mac/svg/custom/foreign-object-skew-expected.png:
1831 * platform/mac/svg/custom/getTransformToElement-expected.checksum:
1832 * platform/mac/svg/custom/getTransformToElement-expected.png:
1833 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum:
1834 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
1835 * platform/mac/svg/custom/getsvgdocument-expected.checksum:
1836 * platform/mac/svg/custom/getsvgdocument-expected.png:
1837 * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum:
1838 * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
1839 * platform/mac/svg/custom/gradient-deep-referencing-expected.checksum:
1840 * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
1841 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
1842 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
1843 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
1844 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
1845 * platform/mac/svg/custom/hit-test-path-expected.checksum:
1846 * platform/mac/svg/custom/hit-test-path-expected.png:
1847 * platform/mac/svg/custom/hit-test-path-stroke-expected.checksum:
1848 * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
1849 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
1850 * platform/mac/svg/custom/image-clipped-hit-expected.png:
1851 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
1852 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
1853 * platform/mac/svg/custom/invalid-css-expected.checksum:
1854 * platform/mac/svg/custom/invalid-css-expected.png:
1855 * platform/mac/svg/custom/invalid-fill-expected.checksum:
1856 * platform/mac/svg/custom/invalid-fill-expected.png:
1857 * platform/mac/svg/custom/invalid-fill-hex-expected.checksum:
1858 * platform/mac/svg/custom/invalid-fill-hex-expected.png:
1859 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
1860 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
1861 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
1862 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
1863 * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
1864 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
1865 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
1866 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
1867 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
1868 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
1869 * platform/mac/svg/custom/js-update-bounce-expected.checksum:
1870 * platform/mac/svg/custom/js-update-bounce-expected.png:
1871 * platform/mac/svg/custom/js-update-container-expected.checksum:
1872 * platform/mac/svg/custom/js-update-container-expected.png:
1873 * platform/mac/svg/custom/js-update-container2-expected.checksum:
1874 * platform/mac/svg/custom/js-update-container2-expected.png:
1875 * platform/mac/svg/custom/js-update-path-changes-expected.checksum:
1876 * platform/mac/svg/custom/js-update-path-changes-expected.png:
1877 * platform/mac/svg/custom/js-update-path-removal-expected.checksum:
1878 * platform/mac/svg/custom/js-update-path-removal-expected.png:
1879 * platform/mac/svg/custom/junk-data-expected.checksum:
1880 * platform/mac/svg/custom/junk-data-expected.png:
1881 * platform/mac/svg/custom/marker-changes-expected.checksum:
1882 * platform/mac/svg/custom/marker-changes-expected.png:
1883 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
1884 * platform/mac/svg/custom/marker-child-changes-expected.png:
1885 * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
1886 * platform/mac/svg/custom/marker-default-width-height-expected.png:
1887 * platform/mac/svg/custom/marker-overflow-clip-expected.checksum:
1888 * platform/mac/svg/custom/marker-overflow-clip-expected.png:
1889 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
1890 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
1891 * platform/mac/svg/custom/missing-xlink-expected.checksum:
1892 * platform/mac/svg/custom/missing-xlink-expected.png:
1893 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
1894 * platform/mac/svg/custom/non-opaque-filters-expected.png:
1895 * platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
1896 * platform/mac/svg/custom/path-textPath-simulation-expected.png:
1897 * platform/mac/svg/custom/pattern-cycle-detection-expected.checksum:
1898 * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
1899 * platform/mac/svg/custom/pattern-deep-referencing-expected.checksum:
1900 * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
1901 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
1902 * platform/mac/svg/custom/pointer-events-image-expected.png:
1903 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
1904 * platform/mac/svg/custom/pointer-events-path-expected.png:
1905 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
1906 * platform/mac/svg/custom/pointer-events-text-expected.png:
1907 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
1908 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
1909 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum:
1910 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
1911 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
1912 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1913 * platform/mac/svg/custom/second-inline-text-expected.checksum:
1914 * platform/mac/svg/custom/second-inline-text-expected.png:
1915 * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
1916 * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
1917 * platform/mac/svg/custom/simpleCDF-expected.checksum:
1918 * platform/mac/svg/custom/simpleCDF-expected.png:
1919 * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
1920 * platform/mac/svg/custom/struct-use-09-b-expected.png:
1921 * platform/mac/svg/custom/svg-float-border-padding-expected.checksum:
1922 * platform/mac/svg/custom/svg-float-border-padding-expected.png:
1923 * platform/mac/svg/custom/svg-overflow-types-expected.checksum:
1924 * platform/mac/svg/custom/svg-overflow-types-expected.png:
1925 * platform/mac/svg/custom/text-clip-expected.checksum:
1926 * platform/mac/svg/custom/text-clip-expected.png:
1927 * platform/mac/svg/custom/text-ctm-expected.checksum:
1928 * platform/mac/svg/custom/text-ctm-expected.png:
1929 * platform/mac/svg/custom/text-dom-01-f-expected.checksum:
1930 * platform/mac/svg/custom/text-dom-01-f-expected.png:
1931 * platform/mac/svg/custom/text-hit-test-expected.checksum:
1932 * platform/mac/svg/custom/text-hit-test-expected.png:
1933 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
1934 * platform/mac/svg/custom/text-image-opacity-expected.png:
1935 * platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum:
1936 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
1937 * platform/mac/svg/custom/text-whitespace-handling-expected.checksum:
1938 * platform/mac/svg/custom/text-whitespace-handling-expected.png:
1939 * platform/mac/svg/custom/tref-update-expected.checksum:
1940 * platform/mac/svg/custom/tref-update-expected.png:
1941 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
1942 * platform/mac/svg/custom/use-clipped-hit-expected.png:
1943 * platform/mac/svg/custom/use-css-events-expected.checksum:
1944 * platform/mac/svg/custom/use-css-events-expected.png:
1945 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
1946 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
1947 * platform/mac/svg/custom/use-elementInstance-methods-expected.checksum:
1948 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
1949 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
1950 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
1951 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum:
1952 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
1953 * platform/mac/svg/custom/use-events-crash-expected.checksum:
1954 * platform/mac/svg/custom/use-events-crash-expected.png:
1955 * platform/mac/svg/custom/use-forward-refs-expected.checksum:
1956 * platform/mac/svg/custom/use-forward-refs-expected.png:
1957 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum:
1958 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
1959 * platform/mac/svg/custom/use-modify-container-in-target-expected.checksum:
1960 * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
1961 * platform/mac/svg/custom/use-modify-target-container-expected.checksum:
1962 * platform/mac/svg/custom/use-modify-target-container-expected.png:
1963 * platform/mac/svg/custom/use-modify-target-symbol-expected.checksum:
1964 * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
1965 * platform/mac/svg/custom/use-nested-transform-expected.checksum:
1966 * platform/mac/svg/custom/use-nested-transform-expected.png:
1967 * platform/mac/svg/custom/use-on-g-containing-use-expected.checksum:
1968 * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
1969 * platform/mac/svg/custom/use-on-g-expected.checksum:
1970 * platform/mac/svg/custom/use-on-g-expected.png:
1971 * platform/mac/svg/custom/use-on-rect-expected.checksum:
1972 * platform/mac/svg/custom/use-on-rect-expected.png:
1973 * platform/mac/svg/custom/use-on-symbol-expected.checksum:
1974 * platform/mac/svg/custom/use-on-symbol-expected.png:
1975 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
1976 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
1977 * platform/mac/svg/custom/use-on-text-expected.checksum:
1978 * platform/mac/svg/custom/use-on-text-expected.png:
1979 * platform/mac/svg/custom/use-on-use-expected.checksum:
1980 * platform/mac/svg/custom/use-on-use-expected.png:
1981 * platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum:
1982 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
1983 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
1984 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
1985 * platform/mac/svg/custom/use-recursion-1-expected.checksum:
1986 * platform/mac/svg/custom/use-recursion-1-expected.png:
1987 * platform/mac/svg/custom/use-recursion-2-expected.checksum:
1988 * platform/mac/svg/custom/use-recursion-2-expected.png:
1989 * platform/mac/svg/custom/use-recursion-3-expected.checksum:
1990 * platform/mac/svg/custom/use-recursion-3-expected.png:
1991 * platform/mac/svg/custom/use-recursion-4-expected.checksum:
1992 * platform/mac/svg/custom/use-recursion-4-expected.png:
1993 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
1994 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
1995 * platform/mac/svg/custom/use-transform-expected.checksum:
1996 * platform/mac/svg/custom/use-transform-expected.png:
1997 * platform/mac/svg/custom/viewBox-hit-expected.checksum:
1998 * platform/mac/svg/custom/viewBox-hit-expected.png:
1999 * platform/mac/svg/custom/viewbox-syntax-expected.checksum:
2000 * platform/mac/svg/custom/viewbox-syntax-expected.png:
2001 * platform/mac/svg/custom/viewport-em-expected.checksum:
2002 * platform/mac/svg/custom/viewport-em-expected.png:
2003 * platform/mac/svg/hixie/cascade/002-expected.checksum:
2004 * platform/mac/svg/hixie/cascade/002-expected.png:
2005 * platform/mac/svg/hixie/data-types/001-expected.checksum:
2006 * platform/mac/svg/hixie/data-types/001-expected.png:
2007 * platform/mac/svg/hixie/data-types/002-expected.checksum:
2008 * platform/mac/svg/hixie/data-types/002-expected.png:
2009 * platform/mac/svg/hixie/dynamic/002-expected.checksum:
2010 * platform/mac/svg/hixie/dynamic/002-expected.png:
2011 * platform/mac/svg/hixie/error/002-expected.checksum:
2012 * platform/mac/svg/hixie/error/002-expected.png:
2013 * platform/mac/svg/hixie/error/003-expected.checksum:
2014 * platform/mac/svg/hixie/error/003-expected.png:
2015 * platform/mac/svg/hixie/error/004-expected.checksum:
2016 * platform/mac/svg/hixie/error/004-expected.png:
2017 * platform/mac/svg/hixie/error/005-expected.checksum:
2018 * platform/mac/svg/hixie/error/005-expected.png:
2019 * platform/mac/svg/hixie/error/010-expected.checksum:
2020 * platform/mac/svg/hixie/error/010-expected.png:
2021 * platform/mac/svg/hixie/error/011-expected.checksum:
2022 * platform/mac/svg/hixie/error/011-expected.png:
2023 * platform/mac/svg/hixie/error/012-expected.checksum:
2024 * platform/mac/svg/hixie/error/012-expected.png:
2025 * platform/mac/svg/hixie/error/017-expected.checksum:
2026 * platform/mac/svg/hixie/error/017-expected.png:
2027 * platform/mac/svg/hixie/links/002-expected.checksum:
2028 * platform/mac/svg/hixie/links/002-expected.png:
2029 * platform/mac/svg/hixie/links/003-broken-expected.checksum:
2030 * platform/mac/svg/hixie/links/003-broken-expected.png:
2031 * platform/mac/svg/hixie/mixed/003-expected.checksum:
2032 * platform/mac/svg/hixie/mixed/003-expected.png:
2033 * platform/mac/svg/hixie/mixed/004-expected.checksum:
2034 * platform/mac/svg/hixie/mixed/004-expected.png:
2035 * platform/mac/svg/hixie/mixed/005-expected.checksum:
2036 * platform/mac/svg/hixie/mixed/005-expected.png:
2037 * platform/mac/svg/hixie/mixed/006-expected.checksum:
2038 * platform/mac/svg/hixie/mixed/006-expected.png:
2039 * platform/mac/svg/hixie/mixed/007-expected.checksum:
2040 * platform/mac/svg/hixie/mixed/007-expected.png:
2041 * platform/mac/svg/hixie/mixed/008-expected.checksum:
2042 * platform/mac/svg/hixie/mixed/008-expected.png:
2043 * platform/mac/svg/hixie/mixed/009-expected.checksum:
2044 * platform/mac/svg/hixie/mixed/009-expected.png:
2045 * platform/mac/svg/hixie/mixed/010-expected.checksum:
2046 * platform/mac/svg/hixie/mixed/010-expected.png:
2047 * platform/mac/svg/hixie/mixed/011-expected.checksum:
2048 * platform/mac/svg/hixie/mixed/011-expected.png:
2049 * platform/mac/svg/hixie/perf/001-expected.checksum:
2050 * platform/mac/svg/hixie/perf/001-expected.png:
2051 * platform/mac/svg/hixie/perf/002-expected.checksum:
2052 * platform/mac/svg/hixie/perf/002-expected.png:
2053 * platform/mac/svg/hixie/perf/003-expected.checksum:
2054 * platform/mac/svg/hixie/perf/003-expected.png:
2055 * platform/mac/svg/hixie/perf/004-expected.checksum:
2056 * platform/mac/svg/hixie/perf/004-expected.png:
2057 * platform/mac/svg/hixie/perf/005-expected.checksum:
2058 * platform/mac/svg/hixie/perf/005-expected.png:
2059 * platform/mac/svg/hixie/perf/006-expected.checksum:
2060 * platform/mac/svg/hixie/perf/006-expected.png:
2061 * platform/mac/svg/hixie/perf/007-expected.checksum:
2062 * platform/mac/svg/hixie/perf/007-expected.png:
2063 * platform/mac/svg/hixie/processing-model/003-expected.checksum:
2064 * platform/mac/svg/hixie/processing-model/003-expected.png:
2065 * platform/mac/svg/hixie/processing-model/004-expected.checksum:
2066 * platform/mac/svg/hixie/processing-model/004-expected.png:
2067 * platform/mac/svg/hixie/rendering-model/001-expected.checksum:
2068 * platform/mac/svg/hixie/rendering-model/001-expected.png:
2069 * platform/mac/svg/hixie/rendering-model/002-expected.checksum:
2070 * platform/mac/svg/hixie/rendering-model/002-expected.png:
2071 * platform/mac/svg/hixie/rendering-model/003-expected.checksum:
2072 * platform/mac/svg/hixie/rendering-model/003-expected.png:
2073 * platform/mac/svg/hixie/rendering-model/004-expected.checksum:
2074 * platform/mac/svg/hixie/rendering-model/004-expected.png:
2075 * platform/mac/svg/hixie/shapes/path/001-expected.checksum:
2076 * platform/mac/svg/hixie/shapes/path/001-expected.png:
2077 * platform/mac/svg/hixie/text/002-expected.checksum:
2078 * platform/mac/svg/hixie/text/002-expected.png:
2079 * platform/mac/svg/hixie/text/003-expected.checksum:
2080 * platform/mac/svg/hixie/text/003-expected.png:
2081 * platform/mac/svg/hixie/text/003b-expected.checksum:
2082 * platform/mac/svg/hixie/text/003b-expected.png:
2083 * platform/mac/svg/hixie/transform/001-expected.checksum:
2084 * platform/mac/svg/hixie/transform/001-expected.png:
2085 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
2086 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
2087 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
2088 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
2089 * svg/batik/filters/filterRegions-expected.checksum:
2090 * svg/batik/filters/filterRegions-expected.png:
2091 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
2092 * svg/batik/paints/patternPreserveAspectRatioA-expected.png:
2093 * svg/batik/text/smallFonts-expected.checksum:
2094 * svg/batik/text/smallFonts-expected.png:
2095 * svg/batik/text/textAnchor-expected.checksum:
2096 * svg/batik/text/textAnchor-expected.png:
2097 * svg/batik/text/textAnchor2-expected.checksum:
2098 * svg/batik/text/textAnchor2-expected.png:
2099 * svg/batik/text/textAnchor3-expected.checksum:
2100 * svg/batik/text/textAnchor3-expected.png:
2101 * svg/batik/text/textDecoration2-expected.checksum:
2102 * svg/batik/text/textDecoration2-expected.png:
2103 * svg/batik/text/textFeatures-expected.checksum:
2104 * svg/batik/text/textFeatures-expected.png:
2105 * svg/batik/text/textLayout-expected.checksum:
2106 * svg/batik/text/textLayout-expected.png:
2107 * svg/batik/text/textLength-expected.checksum:
2108 * svg/batik/text/textLength-expected.png:
2109 * svg/batik/text/textOnPath-expected.checksum:
2110 * svg/batik/text/textOnPath-expected.png:
2111 * svg/batik/text/textOnPath2-expected.checksum:
2112 * svg/batik/text/textOnPath2-expected.png:
2113 * svg/batik/text/textOnPathSpaces-expected.checksum:
2114 * svg/batik/text/textOnPathSpaces-expected.png:
2115 * svg/batik/text/textProperties2-expected.checksum:
2116 * svg/batik/text/textProperties2-expected.png:
2117 * svg/batik/text/verticalText-expected.checksum:
2118 * svg/batik/text/verticalText-expected.png:
2119 * svg/batik/text/verticalTextOnPath-expected.checksum:
2120 * svg/batik/text/verticalTextOnPath-expected.png:
2121 * svg/custom/SVGMatrix-interface-expected.checksum:
2122 * svg/custom/SVGMatrix-interface-expected.png:
2123 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
2124 * svg/custom/absolute-sized-svg-in-xhtml-expected.png:
2125 * svg/custom/container-opacity-clip-viewBox-expected.checksum:
2126 * svg/custom/container-opacity-clip-viewBox-expected.png:
2127 * svg/custom/fill-SVGPaint-interface-expected.checksum:
2128 * svg/custom/fill-SVGPaint-interface-expected.png:
2129 * svg/custom/fill-fallback-expected.checksum:
2130 * svg/custom/fill-fallback-expected.png:
2131 * svg/custom/getPresentationAttribute-expected.checksum:
2132 * svg/custom/getPresentationAttribute-expected.png:
2133 * svg/custom/group-opacity-expected.checksum:
2134 * svg/custom/group-opacity-expected.png:
2135 * svg/custom/hit-test-unclosed-subpaths-expected.checksum:
2136 * svg/custom/hit-test-unclosed-subpaths-expected.png:
2137 * svg/custom/hit-test-with-br-expected.checksum:
2138 * svg/custom/hit-test-with-br-expected.png:
2139 * svg/custom/image-parent-translation-expected.checksum:
2140 * svg/custom/image-parent-translation-expected.png:
2141 * svg/custom/percentage-of-html-parent-expected.checksum:
2142 * svg/custom/percentage-of-html-parent-expected.png:
2143 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
2144 * svg/custom/root-container-opacity-clip-viewBox-expected.png:
2145 * svg/custom/scroll-hit-test-expected.checksum:
2146 * svg/custom/scroll-hit-test-expected.png:
2147 * svg/custom/stroke-fallback-expected.checksum:
2148 * svg/custom/stroke-fallback-expected.png:
2149 * svg/custom/stroked-pattern-expected.checksum:
2150 * svg/custom/stroked-pattern-expected.png:
2151 * svg/custom/style-attribute-font-size-expected.checksum:
2152 * svg/custom/style-attribute-font-size-expected.png:
2153 * svg/custom/text-letter-spacing-expected.checksum:
2154 * svg/custom/text-letter-spacing-expected.png:
2155 * svg/custom/text-x-dx-lists-expected.checksum:
2156 * svg/custom/text-x-dx-lists-expected.png:
2157 * svg/custom/text-x-override-in-tspan-child-expected.checksum:
2158 * svg/custom/text-x-override-in-tspan-child-expected.png:
2159 * svg/custom/use-detach-expected.checksum:
2160 * svg/custom/use-detach-expected.png:
2161 * svg/custom/use-dynamic-append-expected.png:
2162 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
2163 * svg/custom/use-on-disallowed-foreign-object-1-expected.png:
2164 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
2165 * svg/custom/use-on-disallowed-foreign-object-2-expected.png:
2166 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
2167 * svg/custom/use-on-disallowed-foreign-object-3-expected.png:
2168 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
2169 * svg/custom/use-on-disallowed-foreign-object-4-expected.png:
2170 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
2171 * svg/custom/use-on-disallowed-foreign-object-5-expected.png:
2172 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
2173 * svg/custom/use-on-disallowed-foreign-object-6-expected.png:
2174 * svg/custom/use-on-g-containing-symbol-expected.checksum:
2175 * svg/custom/use-on-g-containing-symbol-expected.png:
2176 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
2177 * svg/custom/use-on-non-svg-namespaced-element-expected.png:
2178 * svg/hixie/error/013-expected.checksum:
2179 * svg/hixie/error/013-expected.png:
2180 * svg/text/text-align-03-b-expected.checksum:
2181 * svg/text/text-align-03-b-expected.png:
2182 * svg/text/text-align-04-b-expected.checksum:
2183 * svg/text/text-align-04-b-expected.png:
2184 * svg/text/text-altglyph-01-b-expected.checksum:
2185 * svg/text/text-altglyph-01-b-expected.png:
2186 * svg/text/text-deco-01-b-expected.checksum:
2187 * svg/text/text-deco-01-b-expected.png:
2188 * svg/text/text-fonts-02-t-expected.checksum:
2189 * svg/text/text-fonts-02-t-expected.png:
2190 * svg/text/text-path-01-b-expected.checksum:
2191 * svg/text/text-path-01-b-expected.png:
2192 * svg/text/text-spacing-01-b-expected.checksum:
2193 * svg/text/text-spacing-01-b-expected.png:
2194 * svg/text/text-text-01-b-expected.checksum:
2195 * svg/text/text-text-01-b-expected.png:
2196 * svg/text/text-text-03-b-expected.checksum:
2197 * svg/text/text-text-03-b-expected.png:
2198 * svg/text/text-text-04-t-expected.checksum:
2199 * svg/text/text-text-04-t-expected.png:
2200 * svg/text/text-text-05-t-expected.checksum:
2201 * svg/text/text-text-05-t-expected.png:
2202 * svg/text/text-text-06-t-expected.checksum:
2203 * svg/text/text-text-06-t-expected.png:
2204 * svg/text/text-text-08-b-expected.checksum:
2205 * svg/text/text-text-08-b-expected.png:
2206 * svg/text/text-tref-01-b-expected.checksum:
2207 * svg/text/text-tref-01-b-expected.png:
2208 * svg/text/text-tselect-02-f-expected.checksum:
2209 * svg/text/text-tselect-02-f-expected.png:
2210 * svg/text/text-tspan-01-b-expected.checksum:
2211 * svg/text/text-tspan-01-b-expected.png:
2212 * svg/text/text-ws-01-t-expected.checksum:
2213 * svg/text/text-ws-01-t-expected.png:
2214 * svg/text/text-ws-02-t-expected.checksum:
2215 * svg/text/text-ws-02-t-expected.png:
2217 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
2221 Update layout test results after the addition of the SVGTextContentElement DOM methods.
2223 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
2224 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
2225 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2226 * platform/mac/svg/custom/text-dom-01-f-expected.checksum: Added.
2227 * platform/mac/svg/custom/text-dom-01-f-expected.png: Added.
2228 * platform/mac/svg/custom/text-dom-01-f-expected.txt: Added.
2229 * svg/custom/text-dom-01-f.svg: Added.
2230 * svg/text/text-tselect-02-f-expected.checksum:
2231 * svg/text/text-tselect-02-f-expected.png:
2232 * svg/text/text-tselect-02-f-expected.txt:
2234 2007-11-15 Adele Peterson <adele@apple.com>
2238 Test for <rdar://problem/5566652> CrashTracer: [USER] 3 crashes in Safari at HTMLSelectElement::menuListDefaultEventHandler (reproducible on mactc30.com)
2240 * fast/forms/menulist-no-renderer-onmousedown-expected.txt: Added.
2241 * fast/forms/menulist-no-renderer-onmousedown.html: Added.
2243 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
2247 http://bugs.webkit.org/show_bug.cgi?id=15989
2248 XPath queries with predicates incorrectly retains the current node across unions
2250 * fast/xpath/union-context-node-expected.txt: Added.
2251 * fast/xpath/union-context-node.xhtml: Added.
2253 2007-11-15 Alexey Proskuryakov <ap@webkit.org>
2257 http://bugs.webkit.org/show_bug.cgi?id=15448
2258 Import XPath test suite from amachang.art-code.org
2260 Test by Hitoshi Amano <seijro@gmail.com>.
2262 * fast/xpath/xpath-functional-test-expected.txt: Added.
2263 * fast/xpath/xpath-functional-test.html: Added.
2265 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
2269 http://bugs.webkit.org/show_bug.cgi?id=15988
2270 REGRESSION: XPath preceding-axis query misses nested elements
2272 * fast/xpath/preceding-axis-expected.txt: Added.
2273 * fast/xpath/preceding-axis.xhtml: Added.
2275 2007-11-15 Justin Garcia <justin.garcia@apple.com>
2277 Reviewed by Adele Peterson.
2279 <rdar://problem/5497643> Crash at Node::isDescendantOf when switching out of Edit HTML Source mode
2281 * editing/selection/5497643-expected.txt: Added.
2282 * editing/selection/5497643.html: Added.
2284 2007-11-14 Anders Carlsson <andersca@apple.com>
2288 <rdar://problem/5562470>
2289 openDatabase does not work when the version string is empty
2291 * storage/open-database-empty-version-expected.txt: Added.
2292 * storage/open-database-empty-version.html: Added.
2294 2007-11-14 Alexey Proskuryakov <ap@webkit.org>
2296 Reviewed by Justin Garcia.
2298 http://bugs.webkit.org/show_bug.cgi?id=15781
2299 REGRESSION: Ligatures fail to form when typing in Devanagari (because WebKit can't handle
2300 a marked range that covers half of a composed character sequence)
2302 * platform/mac/editing/input/devanagari-ligature-expected.checksum: Added.
2303 * platform/mac/editing/input/devanagari-ligature-expected.png: Added.
2304 * platform/mac/editing/input/devanagari-ligature-expected.txt: Added.
2305 * platform/mac/editing/input/devanagari-ligature.html: Added.
2307 2007-11-14 Antti Koivisto <antti@apple.com>
2309 Try to make this test less timing dependent.
2311 * http/tests/media/video-play-stall.html:
2313 2007-11-14 Beth Dakin <bdakin@apple.com>
2317 Tests for <rdar://problem/5540855> REGRESSION: Combination of
2318 client-side image map and <a> tag is not working properly (15522)
2321 * fast/images/image-map-anchor-children.html: Added.
2322 * fast/images/resources/boston.gif: Added.
2323 * platform/mac/fast/images/image-map-anchor-children-
2324 expected.checksum: Added.
2325 * platform/mac/fast/images/image-map-anchor-children-expected.png:
2327 * platform/mac/fast/images/image-map-anchor-children-expected.txt:
2330 This test was broken and is fixed now! I had to edit the test
2331 itself because it was written in the html that the two <map>
2332 examples were failing, but now they succeed.
2333 * fast/invalid/residual-style.html:
2334 * platform/mac/fast/invalid/residual-style-expected.checksum:
2335 * platform/mac/fast/invalid/residual-style-expected.png:
2336 * platform/mac/fast/invalid/residual-style-expected.txt:
2338 2007-11-14 Justin Garcia <justin.garcia@apple.com>
2340 Reviewed by Alexey Proskuryakov.
2342 <rdar://problem/5546763> CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs
2344 * editing/deleting/5546763-expected.txt: Added.
2345 * editing/deleting/5546763.html: Added.
2347 2007-11-14 Anders Carlsson <andersca@apple.com>
2351 <rdar://problem/5309081>
2352 In DRT, "plugin.logDestroy = true" not working on Windows.
2354 Remove now succeeding test from the skipped list.
2356 * platform/win/Skipped:
2358 2007-11-14 Antti Koivisto <antti@apple.com>
2360 Try to make this test less timing dependent.
2362 * media/video-currentTime-set-expected.txt:
2363 * media/video-currentTime-set.html:
2365 2007-11-14 Anders Carlsson <andersca@apple.com>
2369 * platform/win/Skipped:
2370 Remove fast/dom/Window/window-onFocus.html since it succeeds now.
2372 2007-11-13 Brady Eidson <beidson@apple.com>
2376 Fix for http://bugs.webkit.org/show_bug.cgi?id=15976
2378 * storage: Added - There will soon be an entire suite in here!
2379 * storage/transaction_callback_exception_crash-expected.txt: Added.
2380 * storage/transaction_callback_exception_crash.html: Added.
2382 2007-11-13 Adam Roben <aroben@apple.com>
2384 Add the http/tests/media directory to the Windows Skipped file
2386 * platform/win/Skipped:
2388 2007-11-13 Sam Weinig <sam@webkit.org>
2390 Reviewed by Adam Roben.
2392 Fix for <rdar://problem/5382579>
2393 http/tests/security/cross-frame-access-put.html reports large
2394 negative numbers for screenLeft and screenTop (Mac reports "0")
2396 * platform/win/Skipped: remove http/tests/security/cross-frame-access-put.html
2398 2007-11-13 Anders Carlsson <andersca@apple.com>
2402 Make this a text-only test.
2404 * fast/dom/Window/window-onFocus-expected.txt: Added.
2405 * fast/dom/Window/window-onFocus.html:
2406 * platform/mac/fast/dom/Window/window-onFocus-expected.checksum: Removed.
2407 * platform/mac/fast/dom/Window/window-onFocus-expected.png: Removed.
2408 * platform/mac/fast/dom/Window/window-onFocus-expected.txt: Removed.
2410 2007-11-12 Antti Koivisto <antti@apple.com>
2414 - add HTTP media test for stalling load
2415 - update tests that don't specifically test autoplay feature to not use autoplay
2416 attribute since playback may start before event listeners are registered
2418 * http/tests/media: Added.
2419 * http/tests/media/video-load-and-stall.cgi: Added.
2420 * http/tests/media/video-play-stall-expected.txt: Added.
2421 * http/tests/media/video-play-stall.html: Added.
2422 * media/video-autoplay.html:
2423 * media/video-dom-loopstart.html:
2424 * media/video-end.html:
2425 * media/video-loopcount.html:
2426 * media/video-loopend.html:
2427 * media/video-loopstart.html:
2429 2007-11-13 Darin Adler <darin@apple.com>
2433 - test for http://bugs.webkit.org/show_bug.cgi?id=11231
2434 RegExp bug when handling newline characters and other regular expression
2435 behavior that is different for JavaScript and PCRE
2437 * fast/js/regexp-no-extensions-expected.txt: Added.
2438 * fast/js/regexp-no-extensions.html: Added.
2439 * fast/js/resources/regexp-no-extensions.js: Added.
2441 2007-11-12 Dan Bernstein <mitz@apple.com>
2443 Reviewed by Darin Adler.
2445 - no-repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15890>
2446 Most of www.aol.com still redraws unnecessarily when headline/photo section changes
2448 * fast/repaint/invisible-objects.html: Added.
2449 * platform/mac/fast/repaint/invisible-objects-expected.checksum: Added.
2450 * platform/mac/fast/repaint/invisible-objects-expected.png: Added.
2451 * platform/mac/fast/repaint/invisible-objects-expected.txt: Added.
2453 2007-11-12 Sam Weinig <sam@webkit.org>
2455 Reviewed by Adam Roben.
2457 * platform/win/Skipped: Remove http/tests/security/cross-frame-acdcess-private-browsing.html
2458 from the windows skipped list now that LayoutTestController.setPrivateBrowsingEnabled has
2461 2007-11-12 Darin Adler <darin@apple.com>
2465 - test for http://bugs.webkit.org/show_bug.cgi?id=15951
2466 REGRESSION: assertion failure in regexp match() when running JS tests
2468 * fast/js/regexp-many-brackets-expected.txt: Added.
2469 * fast/js/regexp-many-brackets.html: Added.
2470 * fast/js/resources/regexp-many-brackets.js: Added.
2472 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2474 Rubber-stamped by Oliver Hunt.
2476 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2477 Import variable lookup optimizations from KJS
2479 * fast/js/kde/completion-expected.txt:
2480 * fast/js/kde/resources/completion.js:
2482 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2484 Rubber-stamped by Oliver Hunt.
2486 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2487 Import variable lookup optimizations from KJS
2489 * fast/js/kde/completion-expected.txt:
2490 * fast/js/kde/iteration-expected.txt:
2491 * fast/js/kde/resources/completion.js:
2492 * fast/js/kde/resources/iteration.js:
2494 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2496 Rubber-stamped by Oliver Hunt.
2498 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2499 Import variable lookup optimizations from KJS
2501 * fast/js/kde/lval-exceptions-expected.txt: Added.
2502 * fast/js/kde/lval-exceptions.html: Added.
2503 * fast/js/kde/operators-expected.txt:
2504 * fast/js/kde/resources/lval-exceptions.js: Added.
2505 * fast/js/kde/resources/operators.js:
2507 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2509 Rubber-stamped by Oliver Hunt.
2511 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2512 Import variable lookup optimizations from KJS
2514 * fast/js/kde/func-decl-expected.txt: Added.
2515 * fast/js/kde/func-decl.html: Added.
2516 * fast/js/kde/resources/func-decl.js: Added.
2518 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2520 Rubber-stamped by Oliver Hunt.
2522 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2523 Import variable lookup optimizations from KJS
2525 * fast/js/rehash-assign-expected.txt: Added.
2526 * fast/js/rehash-assign.html: Added.
2527 * fast/js/resize-array-assign-expected.txt: Added.
2528 * fast/js/resize-array-assign.html: Added.
2529 * fast/js/resources/rehash-assign.js: Added.
2530 * fast/js/resources/resize-array-assign.js: Added.
2532 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2534 Rubber-stamped by Oliver Hunt.
2536 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2537 Import variable lookup optimizations from KJS
2539 * fast/js/kde/arguments-scope-expected.txt: Added.
2540 * fast/js/kde/arguments-scope.html: Added.
2541 * fast/js/kde/resources/arguments-scope.js: Added.
2542 * fast/js/kde/resources/scope.js:
2543 * fast/js/kde/scope-expected.txt:
2545 2007-11-11 Dan Bernstein <mitz@apple.com>
2547 Reviewed by Adam Roben.
2549 - test for http://bugs.webkit.org/show_bug.cgi?id=15942
2550 REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
2552 * editing/selection/cleared-by-relayout-expected.txt: Added.
2553 * editing/selection/cleared-by-relayout.html: Added.
2555 2007-11-11 Antti Koivisto <antti@apple.com>
2559 Add tests for play() and pause() events.
2560 Update one test to match new behavior.
2562 * media/video-currentTime-expected.txt:
2563 * media/video-currentTime.html:
2564 * media/video-pause-empty-events-expected.txt: Added.
2565 * media/video-pause-empty-events.html: Added.
2566 * media/video-play-empty-events-expected.txt: Added.
2567 * media/video-play-empty-events.html: Added.
2568 * media/video-play-pause-events-expected.txt: Added.
2569 * media/video-play-pause-events.html: Added.
2570 * media/video-play-pause-exception-expected.txt: Added
2571 * media/video-play-pause-exception.html: Added
2572 * media/video-test.js:
2574 2007-11-11 Nikolas Zimmermann <zimmermann@kde.org>
2578 Add some basic tests to check alignment-baseline / dominant-baseline functionality.
2580 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Added.
2581 * platform/mac/svg/custom/alignment-baseline-modes-expected.png: Added.
2582 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Added.
2583 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
2584 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Added.
2585 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
2586 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Added.
2587 * platform/mac/svg/custom/dominant-baseline-modes-expected.png: Added.
2588 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
2590 2007-11-11 Adam Roben <aroben@apple.com>
2592 Remove a now-passing test from the Windows Skipped file
2596 * platform/win/Skipped:
2598 2007-11-10 Darin Adler <darin@apple.com>
2600 * platform/win/fast/dom/Window/window-properties-expected.txt: Update for
2601 fix for http://bugs.webkit.org/show_bug.cgi?id=15922.
2603 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
2607 Update SVG layout test results after landing the vertical text support fixes.
2609 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
2610 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
2611 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
2612 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
2613 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
2614 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
2615 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2616 * svg/batik/text/verticalText-expected.checksum:
2617 * svg/batik/text/verticalText-expected.png:
2618 * svg/batik/text/verticalText-expected.txt:
2619 * svg/batik/text/verticalTextOnPath-expected.checksum:
2620 * svg/batik/text/verticalTextOnPath-expected.png:
2621 * svg/batik/text/verticalTextOnPath-expected.txt:
2622 * svg/text/text-align-05-b-expected.txt:
2623 * svg/text/text-align-06-b-expected.txt:
2624 * svg/text/text-path-01-b-expected.checksum:
2625 * svg/text/text-path-01-b-expected.png:
2627 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
2629 Rubberstamped by Eric.
2631 Update some SVG pixel test results - which show changes lately -> repainting fixes.
2633 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
2634 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
2635 * platform/mac/svg/custom/junk-data-expected.checksum:
2636 * platform/mac/svg/custom/junk-data-expected.png:
2637 * platform/mac/svg/custom/missing-xlink-expected.checksum:
2638 * platform/mac/svg/custom/missing-xlink-expected.png:
2639 * platform/mac/svg/hixie/error/012-expected.checksum:
2640 * platform/mac/svg/hixie/error/012-expected.png:
2642 2007-11-10 Darin Adler <darin@apple.com>
2646 - test for http://bugs.webkit.org/show_bug.cgi?id=15927
2647 delete a.c followed by __defineGetter__("c", ...) incorrectly deletes another property
2649 * fast/js/delete-then-put-expected.txt: Added.
2650 * fast/js/delete-then-put.html: Added.
2651 * fast/js/resources/delete-then-put.js: Added.
2653 2007-11-10 Sam Weinig <sam@webkit.org>
2655 Reviewed by Tim Hatcher.
2657 Follow up to <rdar://problem/5394877> Safari should not log unsafe JavaScript
2658 attempts when in private browsing mode (only an issue if Log JavaScript Exceptions
2661 Test using the new LayoutTestController.setPrivateBrowsingEnabled(bool)
2663 * http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
2664 * http/tests/security/cross-frame-access-private-browsing.html: Added.
2665 * platform/win/Skipped: Add new test to windows skip list until we have an
2666 implementation of LayoutTestController.setPrivateBrowsingEnabled(bool) for it.
2668 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
2672 http://bugs.webkit.org/show_bug.cgi?id=15922
2673 Implement more of Mozilla Selection API
2675 * editing/selection/containsNode-expected.txt: Added.
2676 * editing/selection/containsNode.html: Added.
2677 * editing/selection/deleteFromDocument-expected.txt: Added.
2678 * editing/selection/deleteFromDocument.html: Added.
2679 * editing/selection/extend-expected.txt: Added.
2680 * editing/selection/extend.html: Added.
2681 * editing/selection/selectAllChildren-expected.txt: Added.
2682 * editing/selection/selectAllChildren.html: Added.
2683 * fast/dom/Window/window-properties-expected.txt:
2685 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
2689 http://bugs.webkit.org/show_bug.cgi?id=15892
2690 DOM Range operations are not implemented for ProcessingInstruction nodes
2692 * fast/dom/Range/range-processing-instructions-expected.txt: Added.
2693 * fast/dom/Range/range-processing-instructions.html: Added.
2695 2007-11-09 Tristan O'Tierney <tristan@apple.com>
2697 Reviewed by Sam Weinig.
2699 * fast/dom/Window/window-resize-nan.html: Removed.
2700 * fast/dom/Window/window-resize-nan.html-disabled: Copied from fast/dom/Window/window-resize-nan.html.
2702 Disabled nan test until window resize issues can be resolved.
2704 2007-11-08 Adam Roben <aroben@apple.com>
2706 Add a test for <rdar://5483519> Pressing Enter on selected buttons should fire onclick
2710 * fast/forms/enter-clicks-buttons-expected.txt: Added.
2711 * fast/forms/enter-clicks-buttons.html: Added.
2713 2007-11-09 Dan Bernstein <mitz@apple.com>
2715 Reviewed by Antti Koivisto.
2717 - test that dynamically changing a descendant of an invisible layer to
2720 * fast/layers/layer-content-visibility-change.html: Added.
2721 * platform/mac/fast/layers/layer-content-visibility-change-expected.checksum: Added.
2722 * platform/mac/fast/layers/layer-content-visibility-change-expected.png: Added.
2723 * platform/mac/fast/layers/layer-content-visibility-change-expected.txt: Added.
2725 2007-11-09 Beth Dakin <bdakin@apple.com>
2729 Test for <rdar://problem/5586370> CSS Transform - incorrect matrix
2730 math leads to crazy problems
2732 * fast/transforms/identity-matrix.html: Added.
2733 * platform/mac/fast/transforms/identity-matrix-expected.checksum: Added.
2734 * platform/mac/fast/transforms/identity-matrix-expected.png: Added.
2735 * platform/mac/fast/transforms/identity-matrix-expected.txt: Added.
2737 2007-11-08 Oliver Hunt <oliver@apple.com>
2741 Layout test to guard against bit operation regressions.
2743 * fast/js/bitwise-and-on-undefined-expected.txt: Added.
2744 * fast/js/bitwise-and-on-undefined.html: Added.
2746 2007-11-08 Dan Bernstein <mitz@apple.com>
2748 Reviewed by Beth Dakin.
2750 - test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
2752 * fast/dom/length-attribute-mapping-expected.txt: Added.
2753 * fast/dom/length-attribute-mapping.html: Added.
2755 2007-11-08 Darin Adler <darin@apple.com>
2759 - test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
2761 * fast/forms/access-key.html: Check for both focus and click events on all elements, but
2762 resisted the urge to switch to the American spelling for "focused".
2764 * fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
2765 the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
2766 <input type=reset> are all both focused and clicked ("2 input type button clicked",
2767 "3 input type checkbox clicked", "5 input type submit focussed", and
2768 "6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
2769 send a click to <input type=text> and Gecko does. And there are still quite a few types
2770 that are not covered.
2772 2007-11-07 David Kilzer <ddkilzer@apple.com>
2774 WebKit confuses width/height for Media Queries device-aspect-ratio evaluation
2775 <http://bugs.webkit.org/show_bug.cgi?id=14893>
2776 <rdar://problem/5380295>
2780 Each of the following tests creates a <link> element and dynamically sets its
2781 media query based on the aspect ratio (width/height) of the current screen.
2782 When the <link> element is attached to the <head> node, the test expects the
2783 stylesheet to be loaded for the test to pass.
2785 * fast/css/device-aspect-ratio-expected.txt: Added.
2786 * fast/css/device-aspect-ratio.html: Added.
2788 This test sets the device-aspect-ratio to the current size of the screen.
2789 NOTE: This test passed before the fix.
2791 * fast/css/max-device-aspect-ratio-expected.txt: Added.
2792 * fast/css/max-device-aspect-ratio.html: Added.
2794 This test sets the max-device-aspect ratio to 100/1 for landscape monitors or
2795 1/1 for portrait (or square) monitors.
2796 NOTE: This test failed before the fix.
2798 * fast/css/min-device-aspect-ratio-expected.txt: Added.
2799 * fast/css/min-device-aspect-ratio.html: Added.
2801 This test sets the min-device-aspect ratio to 1/1 for landscape monitors or
2802 1/100 for portrait (or square) monitors.
2803 NOTE: This test failed before the fix.
2805 * fast/css/resources/device-aspect-ratio.css: Added.
2807 2007-11-07 Dan Bernstein <mitz@apple.com>
2809 Reviewed by Dave Hyatt.
2811 - test for http://bugs.webkit.org/show_bug.cgi?id=15887
2812 REGRESSION (r27576): Crash in RenderStyle::affectedByHoverRules clicking link on Digg
2814 * fast/css/display-none-inline-style-change-crash-expected.txt: Added.
2815 * fast/css/display-none-inline-style-change-crash.html: Added.
2817 2007-11-07 Dan Bernstein <mitz@apple.com>
2819 Reviewed by Darin Adler.
2821 - test that CSS rules with :hover in the ancestor chain continue to work
2822 after changing the inline style declaration of the ancestor
2824 * fast/css/affected-by-hover-after-style-change.html: Added.
2825 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.checksum: Added.
2826 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Added.
2827 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Added.
2829 2007-11-06 Geoffrey Garen <ggaren@apple.com>
2831 Reviewed by Darin Adler.
2833 Beefed up the RegExp.compile testcase to cover a mistake in the
2834 original check-in and a mistake I made while developing my new patch.
2836 * fast/js/resources/regexp-compile.js:
2838 2007-11-07 Lars Knoll <lars@trolltech.com>
2842 don't put nbsp's into the plan text paste
2844 Fix both ClipboardQt and PasteboardQt to replace
2845 nbsp's with spaces before putting the text onto the
2846 native clipboard. This is consistent with Mac and Win
2847 and fixes at least editing/pasteboard/4076267-3.html
2849 * platform/qt/Skipped:
2850 * platform/qt/editing/pasteboard/4076267-3-expected.txt: Added.
2852 2007-11-07 Lars Knoll <lars@trolltech.com>
2856 update test results after the last commit.
2858 * platform/qt/css1/box_properties/acid_test-expected.txt:
2859 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
2860 * platform/qt/fast/block/basic/011-expected.txt:
2861 * platform/qt/fast/block/margin-collapse/103-expected.txt:
2862 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
2863 * platform/qt/fast/forms/002-expected.txt:
2864 * platform/qt/fast/forms/005-expected.txt:
2865 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
2866 * platform/qt/fast/forms/formmove-expected.txt:
2867 * platform/qt/fast/forms/formmove2-expected.txt:
2868 * platform/qt/fast/forms/input-align-image-expected.txt:
2869 * platform/qt/fast/forms/input-appearance-height-expected.txt:
2870 * platform/qt/fast/forms/input-type-change-expected.txt:
2871 * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
2872 * platform/qt/fast/forms/radio-attr-order-expected.txt:
2873 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
2874 * platform/qt/fast/forms/radio_checked-expected.txt:
2875 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
2876 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
2877 * platform/qt/fast/forms/searchfield-heights-expected.txt:
2878 * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt:
2879 * platform/qt/fast/forms/slider-thumb-stylability-expected.txt:
2880 * platform/qt/fast/inline/positionedLifetime-expected.txt:
2881 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
2882 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
2883 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
2884 * platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
2885 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
2886 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
2887 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
2888 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
2890 2007-11-07 Lars Knoll <lars@trolltech.com>
2894 Update the list of skipped tests.
2896 Three more tests are passing.
2898 * platform/qt/Skipped:
2900 2007-11-07 Lars Knoll <lars@trolltech.com>
2904 add more passing test cases.
2906 * platform/qt/Skipped:
2907 * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Added.
2908 * platform/qt/editing/pasteboard/3976872-expected.txt: Added.
2909 * platform/qt/editing/pasteboard/4242293-1-expected.txt: Added.
2910 * platform/qt/editing/pasteboard/4242293-expected.txt: Added.
2911 * platform/qt/editing/pasteboard/4631972-expected.txt: Added.
2912 * platform/qt/editing/pasteboard/4641033-expected.txt: Added.
2913 * platform/qt/editing/pasteboard/4700297-expected.txt: Added.
2914 * platform/qt/editing/pasteboard/4806874-expected.txt: Added.
2915 * platform/qt/editing/pasteboard/4840662-expected.txt: Added.
2916 * platform/qt/editing/pasteboard/4944770-1-expected.txt: Added.
2917 * platform/qt/editing/pasteboard/4989774-expected.txt: Added.
2918 * platform/qt/editing/pasteboard/5006779-expected.txt: Added.
2919 * platform/qt/editing/pasteboard/5027857-expected.txt: Added.
2920 * platform/qt/editing/pasteboard/5032095-expected.txt: Added.
2921 * platform/qt/editing/pasteboard/5065605-expected.txt: Added.
2922 * platform/qt/editing/pasteboard/5071074-2-expected.txt: Added.
2923 * platform/qt/editing/pasteboard/5071074-expected.txt: Added.
2924 * platform/qt/editing/pasteboard/5075944-2-expected.txt: Added.
2925 * platform/qt/editing/pasteboard/5075944-3-expected.txt: Added.
2926 * platform/qt/editing/pasteboard/5075944-expected.txt: Added.
2927 * platform/qt/editing/pasteboard/5134759-expected.txt: Added.
2928 * platform/qt/editing/pasteboard/5156401-1-expected.txt: Added.
2929 * platform/qt/editing/pasteboard/5245519-expected.txt: Added.
2930 * platform/qt/editing/pasteboard/5247341-expected.txt: Added.
2931 * platform/qt/editing/pasteboard/5368833-expected.txt: Added.
2932 * platform/qt/editing/pasteboard/5387578-expected.txt: Added.
2933 * platform/qt/editing/pasteboard/5478250-expected.txt: Added.
2934 * platform/qt/editing/pasteboard/5483567-expected.txt: Added.
2935 * platform/qt/editing/pasteboard/7955-expected.txt: Added.
2936 * platform/qt/editing/pasteboard/8145-1-expected.txt: Added.
2937 * platform/qt/editing/pasteboard/8145-2-expected.txt: Added.
2938 * platform/qt/editing/pasteboard/8145-3-expected.txt: Added.
2939 * platform/qt/editing/pasteboard/bad-placeholder-expected.txt: Added.
2940 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Added.
2941 * platform/qt/editing/pasteboard/cut-text-001-expected.txt: Added.
2942 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
2943 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: Added.
2944 * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Added.
2945 * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
2946 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: Added.
2947 * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Added.
2948 * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: Added.
2949 * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: Added.
2950 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: Added.
2951 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: Added.
2952 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt: Added.
2953 * platform/qt/editing/pasteboard/merge-end-1-expected.txt: Added.
2954 * platform/qt/editing/pasteboard/merge-end-2-expected.txt: Added.
2955 * platform/qt/editing/pasteboard/merge-end-3-expected.txt: Added.
2956 * platform/qt/editing/pasteboard/merge-end-4-expected.txt: Added.
2957 * platform/qt/editing/pasteboard/merge-end-5-expected.txt: Added.
2958 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: Added.
2959 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt: Added.
2960 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Added.
2961 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Added.
2962 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: Added.
2963 * platform/qt/editing/pasteboard/merge-start-list-expected.txt: Added.
2964 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
2965 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
2966 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Added.
2967 * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: Added.
2968 * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Added.
2969 * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Added.
2970 * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: Added.
2971 * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: Added.
2972 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: Added.
2973 * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: Added.
2974 * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: Added.
2975 * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: Added.
2976 * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: Added.
2977 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: Added.
2978 * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: Added.
2979 * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: Added.
2980 * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: Added.
2981 * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: Added.
2982 * platform/qt/editing/pasteboard/paste-list-001-expected.txt: Added.
2983 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: Added.
2984 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: Added.
2985 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Added.
2986 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Added.
2987 * platform/qt/editing/pasteboard/paste-table-001-expected.txt: Added.
2988 * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Added.
2989 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Added.
2990 * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Added.
2991 * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Added.
2992 * platform/qt/editing/pasteboard/paste-text-004-expected.txt: Added.
2993 * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Added.
2994 * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Added.
2995 * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Added.
2996 * platform/qt/editing/pasteboard/paste-text-009-expected.txt: Added.
2997 * platform/qt/editing/pasteboard/paste-text-010-expected.txt: Added.
2998 * platform/qt/editing/pasteboard/paste-text-011-expected.txt: Added.
2999 * platform/qt/editing/pasteboard/paste-text-012-expected.txt: Added.
3000 * platform/qt/editing/pasteboard/paste-text-014-expected.txt: Added.
3001 * platform/qt/editing/pasteboard/paste-text-015-expected.txt: Added.
3002 * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Added.
3003 * platform/qt/editing/pasteboard/paste-text-017-expected.txt: Added.
3004 * platform/qt/editing/pasteboard/paste-text-018-expected.txt: Added.
3005 * platform/qt/editing/pasteboard/paste-text-019-expected.txt: Added.
3006 * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added.
3007 * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added.
3008 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added.
3009 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Added.
3010 * platform/qt/editing/pasteboard/pasting-object-expected.txt: Added.
3011 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt: Added.
3012 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
3013 * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
3014 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Added.
3015 * platform/qt/editing/pasteboard/styled-element-markup-expected.txt: Added.
3016 * platform/qt/editing/selection/4932260-1-expected.txt: Added.
3017 * platform/qt/editing/selection/5234383-1-expected.txt: Added.
3018 * platform/qt/editing/selection/extend-by-word-002-expected.txt: Added.
3019 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
3020 * platform/qt/editing/selection/select-box-expected.txt: Added.
3021 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
3022 * platform/qt/editing/style/font-family-with-space-expected.txt: Added.
3023 * platform/qt/editing/style/non-inheritable-styles-expected.txt: Added.
3024 * platform/qt/editing/style/relative-font-size-change-002-expected.txt: Added.
3025 * platform/qt/editing/undo/undo-misspellings-expected.txt: Added.
3026 * platform/qt/editing/undo/undo-typing-001-expected.txt: Added.
3027 * platform/qt/editing/unsupported-content/list-delete-001-expected.txt: Added.
3028 * platform/qt/editing/unsupported-content/list-delete-003-expected.txt: Added.
3029 * platform/qt/editing/unsupported-content/list-type-after-expected.txt: Added.
3030 * platform/qt/editing/unsupported-content/list-type-before-expected.txt: Added.
3031 * platform/qt/editing/unsupported-content/table-delete-001-expected.txt: Added.
3032 * platform/qt/editing/unsupported-content/table-delete-002-expected.txt: Added.
3033 * platform/qt/editing/unsupported-content/table-delete-003-expected.txt: Added.
3034 * platform/qt/editing/unsupported-content/table-type-after-expected.txt: Added.
3035 * platform/qt/editing/unsupported-content/table-type-before-expected.txt: Added.
3037 2007-11-07 Alexey Proskuryakov <ap@nypop.com>
3039 Finished moving editing/pasteboard/5583362.html to platform/mac (this test was crashing in ObjC test plugin,
3040 because it couldn't find its resources).
3042 * editing/resources/plaintext-pasteboard-data.dat: Removed.
3043 * platform/mac/editing/resources: Added.
3044 * platform/mac/editing/resources/plaintext-pasteboard-data.dat: Copied from editing/resources/plaintext-pasteboard-data.dat.
3046 2007-11-07 Dan Bernstein <mitz@apple.com>
3048 Reviewed by Brady Eidson.
3050 - test for http://bugs.webkit.org/show_bug.cgi?id=15877
3051 REGRESSION: r27486 caused a layout regression at my bank's website
3053 * fast/block/float/overhanging-after-height-decrease-offsets.html: Added.
3054 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.checksum: Added.
3055 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Added.
3056 * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Added.
3058 2007-11-06 Adam Roben <aroben@apple.com>
3060 Move a Mac-specific test to platform/mac
3062 * editing/pasteboard/5583362.html: Removed.
3063 * platform/mac/editing/pasteboard/5583362.html: Added.
3065 2007-11-06 Beth Dakin <bdakin@apple.com>
3069 New test for <rdar://problem/5575812> REGRESSION:When using
3070 absolute positioning with overflow:auto div, WebKit seems to add an
3072 * fast/overflow/overflow-auto-position-absolute.html: Added.
3073 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.checksum: Added.
3074 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
3075 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt: Added.
3077 Test with changed results. The measurements in the rtl example now
3078 more closely mirror the ltr example.
3079 * platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
3081 2007-11-06 Justin Garcia <justin.garcia@apple.com>
3083 Reviewed by Dan Bernstein.
3085 <rdar://problem/5583387> ASSERTION FAILED: !refChild->hasTagName(bodyTag) when pasting newline in plain text into rich text Mail
3086 <rdar://problem/5583362> REGRESSION (5523.10.3-TOT): Newlines stripped when pasting plain text in Mail
3088 * editing/pasteboard/5583362.html: Added.
3089 * editing/resources/plaintext-pasteboard-data.dat: Added.
3090 * platform/mac/editing/pasteboard/5583362-expected.checksum: Added.
3091 * platform/mac/editing/pasteboard/5583362-expected.png: Added.
3092 * platform/mac/editing/pasteboard/5583362-expected.txt: Added.
3094 2007-11-06 Antti Koivisto <antti@apple.com>
3096 Correct test results.
3098 * platform/mac/fast/layers/layer-visibility-expected.txt:
3100 2007-11-06 Antti Koivisto <antti@apple.com>
3104 Update test to cover
3105 <rdar://problem/5521068>
3106 Visibility not propagated correctly for children of a layer with z-index
3108 The fix for this was (accidentally) already checked in with r27277,
3109 with retroactive r=hyatt.
3111 * fast/layers/layer-visibility.html:
3112 * platform/mac/fast/layers/layer-visibility-expected.checksum:
3113 * platform/mac/fast/layers/layer-visibility-expected.png:
3114 * platform/mac/fast/layers/layer-visibility-expected.txt:
3116 2007-11-06 Justin Garcia <justin.garcia@apple.com>
3118 Reviewed by Darin Adler.
3120 <rdar://problem/5576619> REGRESSION: Caret disappears after deleting the last character in inline hole (15714)
3122 * platform/mac/editing/input/5576619-expected.checksum: Added.
3123 * platform/mac/editing/input/5576619-expected.png: Added.
3124 * platform/mac/editing/input/5576619-expected.txt: Added.
3125 * platform/mac/editing/input/5576619.html: Added.
3126 * platform/mac/editing/input/text-input-controller-expected.txt:
3128 2007-11-06 Dan Bernstein <mitz@apple.com>
3130 Reviewed by Antti Koivisto and Dave Hyatt.
3132 - test for <rdar://problem/5582961> Incorrect layout and floating object list corruption when CSS decreases a block's height
3134 * fast/block/float/overhanging-after-height-decrease.html: Added.
3135 * platform/mac-leopard/fast/block: Added.
3136 * platform/mac-leopard/fast/block/float: Added.
3137 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.checksum: Added.
3138 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
3139 * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt: Added.
3141 2007-11-05 Adele Peterson <adele@apple.com>
3145 Added test for poster attribute.
3147 * media/content/abe.png: Added.
3148 * media/content/greenbox.png: Added.
3149 * media/video-poster-expected.txt: Added.
3150 * media/video-poster.html: Added.
3152 2007-11-06 Antti Koivisto <antti@apple.com>
3156 Tests for media src attribute changes.
3158 * media/video-src-change-expected.txt: Added.
3159 * media/video-src-change.html: Added.
3160 * media/video-src-remove-expected.txt: Added.
3161 * media/video-src-remove.html: Added.
3162 * media/video-src-set-expected.txt: Added.
3163 * media/video-src-set.html: Added.
3164 * media/video-test.js:
3166 2007-11-06 Dan Bernstein <mitz@apple.com>
3168 Reviewed by Darin Adler.
3170 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15838
3171 Incomplete repaint toggling "How you know this person" on Facebook
3173 * fast/repaint/make-children-non-inline.html: Added.
3174 * platform/mac/fast/repaint/make-children-non-inline-expected.txt: Added.
3175 * platform/mac-leopard/fast/repaint: Added.
3176 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.checksum: Added.
3177 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.png: Added.
3179 2007-11-05 Adam Roben <aroben@apple.com>
3181 Remove a now-passing test from the Windows Skipped file
3185 * platform/win/Skipped:
3187 2007-11-05 Dan Bernstein <mitz@apple.com>
3189 Reviewed by Oliver Hunt.
3191 - test that an all-whitespace class attribute does not cause an assertion failure
3193 * fast/dom/class-all-whitespace-expected.txt: Added.
3194 * fast/dom/class-all-whitespace.html: Added.
3196 2007-11-05 Alexey Proskuryakov <ap@webkit.org>
3200 http://bugs.webkit.org/show_bug.cgi?id=15841
3201 fast/dom/Document/early-document-access.html crashes under GuardMalloc
3203 * fast/dom/Document/early-document-access.html: Don't check for open() timeout;
3204 wait for popup window to close as long as it takes.
3206 2007-11-03 Darin Adler <darin@apple.com>
3210 - updates for http://bugs.webkit.org/show_bug.cgi?id=15814
3211 <rdar://problem/5536644> fast/js/kde/encode_decode_uri.html fails
3213 * fast/js/kde/resources/encode_decode_uri.js: Rewrote the test to cover edges better,
3214 and use the should functions in a way that makes failures easier to understand.
3215 * fast/js/kde/encode_decode_uri-expected.txt: Updated.
3217 2007-11-02 Antti Koivisto <antti@apple.com>
3221 Test for video width/height DOM and content attributes.
3223 * media/video-width-height-expected.txt: Added.
3224 * media/video-width-height.html: Added.
3226 2007-11-02 Darin Adler <darin@apple.com>
3230 - test for http://bugs.webkit.org/show_bug.cgi?id=15806
3231 <rdar://problem/5561626> ASSERT(element->isRadioButton()) fires destroying form elements
3233 * fast/forms/remove-radio-button-assert-expected.txt: Added.
3234 * fast/forms/remove-radio-button-assert.html: Added.
3236 2007-11-02 Darin Adler <darin@apple.com>
3240 - update tests affected by fix for <rdar://problem/5530185> WebKit does not show
3241 <object> fallback content when both URL and MIME type is omitted
3243 * dom/html/level2/html/AppletsCollection-expected.txt: The text "Nothing here!" renders now.
3244 * fast/dom/HTMLDocument/object-by-name-unknown-child-element-expected.txt: Some blank
3246 * platform/mac/fast/invalid/residual-style-expected.txt: A font element renders now.
3248 2007-11-01 Dan Bernstein <mitz@apple.com>
3250 - fix typo in test name
3252 * fast/repaint/layout-state-only-posiitoned.html: Removed.
3253 * fast/repaint/layout-state-only-positioned.html: Copied from fast/repaint/layout-state-only-posiitoned.html.
3254 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Removed.
3255 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Removed.
3256 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Removed.
3257 * platform/mac/fast/repaint/layout-state-only-positioned-expected.checksum: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum.
3258 * platform/mac/fast/repaint/layout-state-only-positioned-expected.png: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png.
3259 * platform/mac/fast/repaint/layout-state-only-positioned-expected.txt: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt.
3261 2007-11-01 Geoffrey Garen <ggaren@apple.com>
3263 Reviewed by Maciej Stachowiak.
3265 Layout test for http://bugs.webkit.org/show_bug.cgi?id=15785
3266 REGRESSION(r27344): Crash on load at finance.yahoo.com
3268 * fast/js/activation-object-function-lifetime-expected.txt: Added.
3269 * fast/js/activation-object-function-lifetime.html: Added.
3271 2007-11-01 Dan Bernstein <mitz@apple.com>
3273 Reviewed by Dave Hyatt.
3275 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15015
3276 <rdar://problem/5420308> Most of www.aol.com redraws unnecessarily when headline/photo section changes
3278 * fast/repaint/overflow-clip-subtree-layout.html: Added.
3279 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.checksum: Added.
3280 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
3281 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
3283 2007-10-31 Adam Roben <aroben@apple.com>
3285 Add Windows-specific results for window-properties
3287 HTML Timed Media elements aren't implemented yet on Windows.
3289 * platform/win/fast/dom/Window/window-properties-expected.txt: Added.
3291 2007-10-31 Adam Roben <aroben@apple.com>
3293 New test for a crash when parsing a cubic-bezier function
3297 * fast/css/parse-timing-function-crash-expected.txt: Added.
3298 * fast/css/parse-timing-function-crash.html: Added.
3300 2007-10-31 Justin Garcia <justin.garcia@apple.com>
3302 Reviewed by Dave Harrison.
3304 * editing/execCommand/5569741.html: Added.
3305 * platform/mac/editing/execCommand/5569741-expected.checksum: Added.
3306 * platform/mac/editing/execCommand/5569741-expected.png: Added.
3307 * platform/mac/editing/execCommand/5569741-expected.txt: Added.
3309 2007-10-31 Antti Koivisto <antti@apple.com>
3311 Remove timing dependent, occasionally failing cue point tests.
3312 Cue points will be replaced with cue ranges soon anyway.
3314 * media/video-cuepoint-pause-expected.txt: Removed.
3315 * media/video-cuepoint-remove-multiple-expected.txt: Removed.
3316 * media/video-cuepoint-multiple-expected.txt: Removed.
3317 * media/video-cuepoint-remove-expected.txt: Removed.
3318 * media/video-cuepoint-pause.html: Removed.
3319 * media/video-cuepoint-remove-multiple.html: Removed.
3320 * media/video-cuepoint-multiple.html: Removed.
3321 * media/video-cuepoint-remove.html: Removed.
3322 * media/video-cuepoint-add-expected.txt: Removed.
3323 * media/video-cuepoint-add.html: Removed.
3325 2007-10-31 Lars Knoll <lars@trolltech.com>
3329 Fixes in the XML tokenizer when using QXmlStream.
3331 Use new functionality of QXmlStream in Qt 4.4 to simplify
3332 the code (but keep the old code for now to still support Qt 4.3).
3334 Add proper support for namespace handling when parsing into
3335 a document fragment.
3337 * platform/qt/Skipped:
3338 * platform/qt/dom/xhtml/level3/core/canonicalform10-expected.txt: Removed.
3339 * platform/qt/dom/xhtml/level3/core/canonicalform11-expected.txt: Removed.
3341 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
3345 http://bugs.webkit.org/show_bug.cgi?id=11001
3346 WebKit doesn't support RegExp.compile method
3348 * fast/js/regexp-compile-expected.txt: Added.
3349 * fast/js/regexp-compile.html: Added.
3350 * fast/js/resources/regexp-compile.js: Added.
3352 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
3356 http://bugs.webkit.org/show_bug.cgi?id=15762
3357 XSLStylesheet loads subresources from a wrong URL
3359 * fast/xsl/resources/xslt-second-level-import.xsl:
3360 * fast/parser/resources/external-entities.xsl.xsl:
3361 These tests depended on old buggy behavior.
3363 2007-10-30 Antti Koivisto <antti@apple.com>
3367 Media tests from feature branch.
3369 * fast/dom/Window/window-properties-expected.txt: Replaced.
3370 * fast/dom/Window/window-properties.html: Replaced.
3372 * media/audio-constructor-expected.txt: Added.
3373 * media/audio-constructor-src-expected.txt: Added.
3374 * media/audio-constructor-src.html: Added.
3375 * media/audio-constructor.html: Added.
3376 * media/content: Added.
3377 * media/content/test.mp4: Added.
3378 * media/content/test.wav: Added.
3379 * media/progress-event-expected.txt: Added.
3380 * media/progress-event.html: Added.
3381 * media/video-append-source-expected.txt: Added.
3382 * media/video-append-source.html: Added.
3383 * media/video-autoplay-expected.txt: Added.
3384 * media/video-autoplay.html: Added.
3385 * media/video-buffered-expected.txt: Added.
3386 * media/video-buffered.html: Added.
3387 * media/video-cuepoint-add-expected.txt: Added.
3388 * media/video-cuepoint-add.html: Added.
3389 * media/video-cuepoint-multiple-expected.txt: Added.
3390 * media/video-cuepoint-multiple.html: Added.
3391 * media/video-cuepoint-pause-expected.txt: Added.
3392 * media/video-cuepoint-pause.html: Added.
3393 * media/video-cuepoint-remove-expected.txt: Added.
3394 * media/video-cuepoint-remove-multiple-expected.txt: Added.
3395 * media/video-cuepoint-remove-multiple.html: Added.
3396 * media/video-cuepoint-remove.html: Added.
3397 * media/video-currentTime-expected.txt: Added.
3398 * media/video-currentTime-set-expected.txt: Added.
3399 * media/video-currentTime-set.html: Added.
3400 * media/video-currentTime-set2-expected.txt: Added.
3401 * media/video-currentTime-set2.html: Added.
3402 * media/video-currentTime.html: Added.
3403 * media/video-dom-autoplay-expected.txt: Added.
3404 * media/video-dom-autoplay.html: Added.
3405 * media/video-dom-end-expected.txt: Added.
3406 * media/video-dom-end.html: Added.
3407 * media/video-dom-loopcount-expected.txt: Added.
3408 * media/video-dom-loopcount.html: Added.
3409 * media/video-dom-loopend-expected.txt: Added.
3410 * media/video-dom-loopend.html: Added.
3411 * media/video-dom-loopstart-expected.txt: Added.
3412 * media/video-dom-loopstart.html: Added.
3413 * media/video-dom-src-expected.txt: Added.
3414 * media/video-dom-src.html: Added.
3415 * media/video-dom-start-expected.txt: Added.
3416 * media/video-dom-start.html: Added.
3417 * media/video-end-expected.txt: Added.
3418 * media/video-end.html: Added.
3419 * media/video-error-abort-expected.txt: Added.
3420 * media/video-error-abort.html: Added.
3421 * media/video-error-does-not-exist-expected.txt: Added.
3422 * media/video-error-does-not-exist.html: Added.
3423 * media/video-load-networkState-expected.txt: Added.
3424 * media/video-load-networkState.html: Added.
3425 * media/video-load-readyState-expected.txt: Added.
3426 * media/video-load-readyState.html: Added.
3427 * media/video-loopcount-expected.txt: Added.
3428 * media/video-loopcount.html: Added.
3429 * media/video-loopend-expected.txt: Added.
3430 * media/video-loopend.html: Added.
3431 * media/video-loopstart-expected.txt: Added.
3432 * media/video-loopstart.html: Added.
3433 * media/video-muted-expected.txt: Added.
3434 * media/video-muted.html: Added.
3435 * media/video-no-autoplay-expected.txt: Added.
3436 * media/video-no-autoplay.html: Added.
3437 * media/video-seekable-expected.txt: Added.
3438 * media/video-seekable.html: Added.