1 2007-12-03 Dan Bernstein <mitz@apple.com>
3 Reviewed by Dave Hyatt.
5 - test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
7 * fast/events/resize-subframe-expected.txt: Added.
8 * fast/events/resize-subframe.html: Added.
10 2007-12-03 Darin Adler <darin@apple.com>
14 - test for http://bugs.webkit.org/show_bug.cgi?id=15618
15 <rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
17 * fast/js/recursion-limit-equal-expected.txt: Added.
18 * fast/js/recursion-limit-equal.html: Added.
19 * fast/js/resources/recursion-limit-equal.js: Added.
21 2007-12-03 Dan Bernstein <mitz@apple.com>
23 Reviewed by Darin Adler.
25 - added a test of the behavior of getIntIdentifier with the integers
28 * plugins/getintidentifier-special-values-expected.txt: Added.
29 * plugins/getintidentifier-special-values.html: Added.
31 2007-12-03 Rob Buis <buis@kde.org>
36 http://bugs.webkit.org/show_bug.cgi?id=15767
37 Text decorations do not respect "visibility" property
39 * svg/custom/text-decoration-visibility-expected.checksum: Added.
40 * svg/custom/text-decoration-visibility-expected.png: Added.
41 * svg/custom/text-decoration-visibility-expected.txt: Added.
42 * svg/custom/text-decoration-visibility.svg: Added.
44 2007-12-03 Alice Liu <alice.liu@apple.com>
46 Removing passing tests
48 * platform/win/Skipped:
50 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
54 Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
56 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
57 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
58 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
59 * svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
61 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
63 Rubber stamped by Mark.
65 Commit missing layout test results from my last commit (fix for bug 15403)
67 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
68 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
69 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
70 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
71 * platform/mac/svg/custom/image-clipped-hit-expected.png:
72 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
73 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
74 * platform/mac/svg/custom/use-clipped-hit-expected.png:
75 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
76 * platform/mac/svg/custom/use-css-events-expected.checksum:
77 * platform/mac/svg/custom/use-css-events-expected.png:
79 2007-12-03 Dan Bernstein <mitz@apple.com>
81 Reviewed by Adam Roben.
83 - test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
85 * fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
86 * fast/dom/Document/replaceChild-null-oldChild.html: Added.
87 * fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
89 2007-12-02 Darin Adler <darin@apple.com>
93 - test for http://bugs.webkit.org/show_bug.cgi?id=15848
94 <rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
96 * fast/js/resources/sparse-array.js: Added.
97 * fast/js/sparse-array-expected.txt: Added.
98 * fast/js/sparse-array.html: Added.
100 2007-12-02 Darin Adler <darin@apple.com>
104 - tests for table-related HTMLCollection classes for misnested
105 tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
107 * fast/dom/HTMLTableElement/resources: Added.
108 * fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
109 * fast/dom/HTMLTableElement/resources/rows.js: Added.
110 * fast/dom/HTMLTableElement/resources/tBodies.js: Added.
111 * fast/dom/HTMLTableElement/rows-expected.txt: Added.
112 * fast/dom/HTMLTableElement/rows.html: Added.
113 * fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
114 * fast/dom/HTMLTableElement/tBodies.html: Added.
115 * fast/dom/HTMLTableRowElement: Added.
116 * fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
117 * fast/dom/HTMLTableRowElement/cells.html: Added.
118 * fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
119 * fast/dom/HTMLTableRowElement/insertCell.html: Added.
120 * fast/dom/HTMLTableRowElement/resources: Added.
121 * fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
122 * fast/dom/HTMLTableRowElement/resources/cells.js: Added.
123 * fast/dom/HTMLTableSectionElement: Added.
124 * fast/dom/HTMLTableSectionElement/resources: Added.
125 * fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
126 * fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
127 * fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
128 * fast/dom/HTMLTableSectionElement/rows.html: Added.
130 2007-12-01 Antti Koivisto <antti@apple.com>
134 Test that removing a media element when it is loading does not crash.
135 Test that media is paused when it is removed from the tree.
137 * http/tests/media/remove-while-loading-expected.txt: Added.
138 * http/tests/media/remove-while-loading.html: Added.
139 * media/remove-from-document-expected.txt: Added.
140 * media/remove-from-document.html: Added.
142 2007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
144 Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
146 Reviewed by Darin Adler.
148 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
149 * http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
151 2007-12-01 Dan Bernstein <mitz@apple.com>
153 Reviewed by Darin Adler.
155 - test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
157 * fast/dynamic/subtree-common-root-expected.txt: Added.
158 * fast/dynamic/subtree-common-root.html: Added.
160 2007-11-30 Eric Seidel <eric@webkit.org>
165 http://bugs.webkit.org/show_bug.cgi?id=16127
167 * fast/js/regexp-compile-crash-expected.txt: Added.
168 * fast/js/regexp-compile-crash.html: Added.
170 2007-11-30 Adam Roben <aroben@apple.com>
172 Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
174 * platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
175 * platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
177 2007-11-30 Darin Adler <darin@apple.com>
179 Reviewed by Adam Roben.
181 - test for http://bugs.webkit.org/show_bug.cgi?id=16207
182 JavaScript regular expressions should match UTF-16 code units rather than characters
184 * fast/js/regexp-non-bmp-expected.txt: Added.
185 * fast/js/regexp-non-bmp.html: Added.
186 * fast/js/resources/regexp-non-bmp.js: Added.
188 2007-11-30 Adele Peterson <adele@apple.com>
192 Test for http://bugs.webkit.org/show_bug.cgi?id=16072
193 <rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
195 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
196 * fast/events/mousemove-after-drag-over-scrollbar.html: Added.
198 2007-11-30 Alexey Proskuryakov <ap@webkit.org>
200 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
202 2007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
206 * Fix fast/events/mousedown_in_scrollbar.html
207 * This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
208 * Extend the current check that the scrollbar in the mev can be go away.
209 This happens if we destroy a RenderLayer as the result of a click. In the
210 case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
211 is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
212 last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
213 We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
214 scrollbar in the old mev and is gone in the new one.
215 * This happens only on the Qt port because we send more/different move events.
217 * platform/qt/Skipped:
219 2007-11-29 Antti Koivisto <antti@apple.com>
223 Test for video aspect ratio calculation.
225 * media/video-aspect-ratio.html: Added.
226 * platform/mac/media: Added.
227 * platform/mac/media/video-aspect-ratio-expected.checksum: Added.
228 * platform/mac/media/video-aspect-ratio-expected.png: Added.
229 * platform/mac/media/video-aspect-ratio-expected.txt: Added.
231 2007-11-29 Anders Carlsson <andersca@apple.com>
235 <rdar://problem/5230478>
236 FrameLoadDelegate callbacks are not dumped in DRT.
238 Remove now passing tests.
240 * platform/win/Skipped:
242 2007-11-29 Alice Liu <alice.liu@apple.com>
246 * platform/win/Skipped: Removed two Mac-specific tests.
248 2007-11-29 Alice Liu <alice.liu@apple.com>
250 Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
252 The incorrect results are tracked by <rdar://5563578>.
256 * fast/dom/Window/window-resize-expected.txt: Replaced.
257 * platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
258 * platform/win/Skipped: Removed window-resize tests.
260 2007-11-29 Sam Weinig <sam@webkit.org>
264 Revert r28213 which added an error callback that was not needed and changed
267 * storage/transaction_callback_exception_crash.html:
269 2007-11-29 Alice Liu <alice.liu@apple.com>
273 * platform/win/Skipped: Removed a passing test.
275 2007-11-29 Alice Liu <alice.liu@apple.com>
277 Group failures related to dumpResourceLoadCallbacks being unimplemented
281 * platform/win/Skipped:
283 2007-11-29 Alice Liu <alice.liu@apple.com>
285 Group failures related to using Cygwin paths
289 * platform/win/Skipped:
291 2007-11-29 Brady Eidson <beidson@apple.com>
295 Fixed a hang in the layout tests.
296 My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
297 Therefore LayoutTestController is never notified that the test is done.
299 This changes modifies the test such that the controller is notified of completion even if
300 there's a transaction error.
302 The net effect of this fix is to transform the hang to a single layout test failure, so people
303 and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
305 * storage/transaction_callback_exception_crash.html:
307 2007-11-29 Darin Adler <darin@apple.com>
311 - test for http://bugs.webkit.org/show_bug.cgi?id=16191
312 REGRESSION: cannot tab to radio input after setting checked to false
314 * fast/forms/input-radio-checked-tab-expected.txt: Added.
315 * fast/forms/input-radio-checked-tab.html: Added.
317 2007-11-29 Alice Liu <alice.liu@apple.com>
319 Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
323 * fast/dom/wrapper-classes-expected.txt: Replaced.
324 * platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
326 2007-11-29 Alice Liu <alice.liu@apple.com>
328 Group drag-n-drop related failures under one bug
330 We don't know the specific causes of these failures, but we believe
331 they're due to bugs in DRT's drag-n-drop implementation.
335 * platform/win/Skipped:
337 2007-11-29 Alice Liu <alice.liu@apple.com>
341 * platform/win/Skipped: Removed another passing test.
343 2007-11-29 Alice Liu <alice.liu@apple.com>
347 * platform/win/Skipped: Recategorized one failing test and removed a
350 2007-11-29 Alice Liu <alice.liu@apple.com>
352 Removing <rdar://5507350> from skipped list because it's not failing.
354 * platform/win/Skipped:
356 2007-11-29 Anders Carlsson <andersca@apple.com>
360 Move Mac-specific tests to platform/mac.
362 * fast/events/objc-event-api-expected.txt: Removed.
363 * fast/events/objc-event-api.html: Removed.
364 * fast/events/objc-keyboard-event-creation-expected.txt: Removed.
365 * fast/events/objc-keyboard-event-creation.html: Removed.
366 * platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
367 * platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
368 * platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
369 * platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
371 2007-11-29 Alice Liu <alice.liu@apple.com>
373 Removing some fixed tests
375 * platform/win/Skipped:
377 2007-11-29 Anders Carlsson <andersca@apple.com>
381 <rdar://problem/5132005>
382 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
384 * platform/win/Skipped:
386 2007-11-28 Mark Rowe <mrowe@apple.com>
388 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
390 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
391 This caused four layout tests to fail.
393 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
394 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
395 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
396 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
397 * 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.
398 * 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.
399 * 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.
400 * 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.
402 2007-11-28 Antti Koivisto <antti@apple.com>
406 Test that fallback content inside media elements is not be rendered.
408 * media/fallback-expected.txt: Added.
409 * media/fallback.html: Added.
411 2007-11-28 Alice Liu <alice.liu@apple.com>
413 just some more typo fixes
415 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
416 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
417 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
418 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
419 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
420 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
421 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
422 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
423 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
424 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
425 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
426 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
427 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
428 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
429 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
430 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
432 2007-11-28 Antti Koivisto <antti@apple.com>
436 <rdar://problem/5605668>
437 Implement controls attribute for video element
439 - A new test for the controls attribute.
440 - Add the controls attibute to all existing video tests. This will give the code
441 some additional exercise without affecting test results.
443 * media/progress-event.html:
444 * media/video-append-source.html:
445 * media/video-autoplay.html:
446 * media/video-buffered.html:
447 * media/video-controls-expected.txt: Added.
448 * media/video-controls.html: Added.
449 * media/video-currentTime-set.html:
450 * media/video-currentTime-set2.html:
451 * media/video-currentTime.html:
452 * media/video-dom-autoplay.html:
453 * media/video-dom-end.html:
454 * media/video-dom-loopcount.html:
455 * media/video-dom-loopend.html:
456 * media/video-dom-loopstart.html:
457 * media/video-dom-src.html:
458 * media/video-dom-start.html:
459 * media/video-end.html:
460 * media/video-error-abort.html:
461 * media/video-error-does-not-exist.html:
462 * media/video-load-networkState.html:
463 * media/video-load-readyState.html:
464 * media/video-loopcount.html:
465 * media/video-loopend.html:
466 * media/video-loopstart.html:
467 * media/video-muted.html:
468 * media/video-no-autoplay.html:
469 * media/video-pause-empty-events.html:
470 * media/video-play-empty-events.html:
471 * media/video-play-pause-events.html:
472 * media/video-play-pause-exception.html:
473 * media/video-poster.html:
474 * media/video-seek-past-end-paused.html:
475 * media/video-seek-past-end-playing.html:
476 * media/video-seekable.html:
477 * media/video-seeking.html:
478 * media/video-size.html:
479 * media/video-source-media.html:
480 * media/video-source-type.html:
481 * media/video-source.html:
482 * media/video-src-change.html:
483 * media/video-src-remove.html:
484 * media/video-src-set.html:
485 * media/video-src-source.html:
486 * media/video-src.html:
487 * media/video-start.html:
488 * media/video-volume.html:
489 * media/video-width-height.html:
491 2007-11-28 Justin Garcia <justin.garcia@apple.com>
493 Reviewed by Darin Adler.
495 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
497 Added to demonstrate fixes:
498 * editing/execCommand/5573879.html: Added.
499 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
500 * platform/mac/editing/execCommand/5573879-expected.png: Added.
501 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
503 Fixes (RemoveFormat now preserves the selection correctly):
504 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
505 * platform/mac/editing/execCommand/4920742-1-expected.png:
506 * platform/mac/editing/execCommand/4920742-1-expected.txt:
507 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
508 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
509 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
510 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
511 * platform/mac/editing/execCommand/remove-formatting-expected.png:
512 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
514 2007-11-28 Timothy Hatcher <timothy@apple.com>
516 Make this test not depend on the screen size.
518 * fast/dom/Window/window-resize-expected.txt:
519 * fast/dom/Window/window-resize.html:
521 2007-11-28 Anders Carlsson <andersca@apple.com>
525 <rdar://problem/5132001>
526 contextClick is not implemented in DRT on Windows.
528 Remove tests that pass now that we have contextClick.
530 * platform/win/Skipped:
532 2007-11-28 Alice Liu <alice.liu@apple.com>
534 Removing some tests tracked by <rdar://5130762> because they don't fail.
536 * platform/win/Skipped:
538 2007-11-28 Alice Liu <alice.liu@apple.com>
540 Removing fixed tests tracked by <rdar://5128229>
542 * platform/win/Skipped:
544 2007-11-28 Alice Liu <alice.liu@apple.com>
546 Rubberstamped by Sam.
548 Fixing a typo in some filenames
550 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
551 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
552 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
553 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
554 * 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.
555 * 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.
556 * 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.
557 * 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.
558 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
559 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
560 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
561 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
562 * 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.
563 * 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.
564 * 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.
565 * 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.
566 * platform/win/Skipped:
568 2007-11-28 Dan Bernstein <mitz@apple.com>
570 Reviewed by Dave Hyatt.
572 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
574 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
575 * fast/table/empty-auto-column-zero-divide.html: Added.
577 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
581 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
582 in-full-frame-plugin.html is crashing
584 Alice fixed this in r28046
586 * platform/win/Skipped:
588 2007-11-27 Beth Dakin <bdakin@apple.com>
592 Test for <rdar://problem/5616052> SVGs with width or height of 100%
593 hang when used as a background-image (16164)
595 * fast/images/resources/width-100-percent.svg: Added.
596 * fast/images/svg-width-100p-as-background.html: Added.
597 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
598 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
599 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
601 2007-11-27 Timothy Hatcher <timothy@apple.com>
603 Reviewed by Kevin McCullough.
605 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
606 http://bugs.webkit.org/show_bug.cgi?id=16161
608 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
610 * fast/dom/Window/window-resize.html:
611 * fast/dom/Window/window-resize-expected.txt:
613 2007-11-26 Timothy Hatcher <timothy@apple.com>
615 Reviewed by Dave Hyatt.
617 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
619 * fast/css/disabled-author-styles.html: Added.
620 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
622 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
624 Reviewed by Sam Weinig.
626 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
628 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
629 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
630 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
632 2007-11-26 Darin Adler <darin@apple.com>
636 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
637 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
639 * fast/js/regexp-overflow-expected.txt: Added.
640 * fast/js/regexp-overflow.html: Added.
641 * fast/js/resources/regexp-overflow.js: Added.
643 2007-11-26 Sam Weinig <sam@webkit.org>
647 Tests for <rdar://problem/5592988>
649 - Update and add tests for new tighter restrictions on what frames in other domains
652 * http/tests/security/cross-frame-access-location-expected.txt:
653 * http/tests/security/frameNavigation: Added.
654 * http/tests/security/frameNavigation/resources: Added.
655 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
656 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
657 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
658 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
659 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
660 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
661 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
663 2007-11-26 Dan Bernstein <mitz@apple.com>
665 Reviewed by Dave Hyatt.
667 - 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
669 * fast/dynamic/float-withdrawal-2.html: Added.
670 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
671 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
672 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
674 2007-11-25 Adam Roben <aroben@apple.com>
676 * platform/win/Skipped: Add a known failure.
678 2007-11-25 Adam Roben <aroben@apple.com>
680 * platform/win/Skipped: Remove an unnecessary entry.
682 2007-11-25 Mark Rowe <mrowe@apple.com>
684 Reviewed by Dan Bernstein.
686 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
687 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
689 * fast/js/regexp-range-out-of-order-expected.txt: Added.
690 * fast/js/regexp-range-out-of-order.html: Added.
691 * fast/js/resources/regexp-range-out-of-order.js: Added.
693 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
695 Reviewed by Adam Roben.
697 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
699 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
700 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
701 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
702 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
703 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
704 * svg/batik/text/textOnPath-expected.txt:
705 * svg/batik/text/textOnPath3-expected.txt:
706 * svg/batik/text/verticalTextOnPath-expected.txt:
707 * svg/text/text-align-04-b-expected.checksum:
708 * svg/text/text-align-04-b-expected.png:
709 * svg/text/text-align-04-b-expected.txt:
710 * svg/text/textPathBoundsBug.svg: Added.
712 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
716 http://bugs.webkit.org/show_bug.cgi?id=15919
717 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
719 * fast/xsl/extra-lf-at-end-expected.txt: Added.
720 * fast/xsl/extra-lf-at-end.html: Added.
721 * fast/xsl/xslt-processor-expected.txt:
722 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
723 * platform/mac/fast/xsl/xslt-enc-expected.txt:
724 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
725 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
726 * platform/mac/fast/xsl/xslt-text-expected.txt:
728 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
730 Added tests for select.options.remove(boolean).
734 * fast/js/resources/select-options-add.js: Added two tests.
735 * fast/js/select-options-add-expected.txt: Updated results.
737 2007-11-23 Antti Koivisto <antti@apple.com>
739 Set video src from script, not from the element attribute. This
740 guarantees load events do not fire before event listeners are registered.
741 This change does not affect test results.
743 * media/progress-event.html:
744 * media/video-autoplay.html:
745 * media/video-buffered.html:
746 * media/video-currentTime-set.html:
747 * media/video-currentTime-set2.html:
748 * media/video-currentTime.html:
749 * media/video-dom-autoplay.html:
750 * media/video-error-abort.html:
751 * media/video-error-does-not-exist.html:
752 * media/video-load-networkState.html:
753 * media/video-load-readyState.html:
754 * media/video-no-autoplay.html:
755 * media/video-seekable.html:
756 * media/video-seeking.html:
757 * media/video-size.html:
758 * media/video-src.html:
759 * media/video-start.html:
761 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
765 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
766 not closed (affects digg.com)
768 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
769 * fast/loader/meta-refresh-vs-open.html: Added.
770 Test that HTTP refresh never fires if the document stays open indefinitely.
772 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
773 * fast/loader/redirect-with-open-subframe.html: Added.
774 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
775 * fast/loader/redirect-with-open-subframe-2.html: Added.
776 Test that setting window.location has effect even if the document is open.
778 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
779 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
780 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
782 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
783 It seems that there was a line spilled from the previous test that is now in
784 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
786 2007-11-23 Dan Bernstein <mitz@apple.com>
788 Reviewed by Alexey Proskuryakov.
790 - test the matrix transforms are applied on the correct side
792 * fast/transforms/matrix-02.html: Added.
793 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
794 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
795 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
797 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
801 http://bugs.webkit.org/show_bug.cgi?id=16077
802 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
803 browser implementations
805 * fast/xsl/sort-unicode-expected.txt: Added.
806 * fast/xsl/sort-unicode.xml: Added.
807 * fast/xsl/sort-unicode.xsl: Added.
809 2007-11-22 Dan Bernstein <mitz@apple.com>
811 Reviewed by Maciej Stachowiak.
813 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
814 -webkit-transform matrix does not work
816 * fast/transforms/matrix-01.html: Added.
817 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
818 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
819 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
821 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
825 Bug 15530: XMLHttpRequest should not support certain methods
827 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
828 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
830 2007-11-21 Dan Bernstein <mitz@apple.com>
832 Reviewed by Eric Seidel.
834 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
836 * fast/repaint/subtree-root-skipped.html: Added.
837 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
838 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
839 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
841 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
845 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
847 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
848 support subresource loading from (X)HTML.
849 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
851 * platform/win/Skipped:
853 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
857 Fix a copy/paste error in the test (introduced in bug 12194).
859 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
860 * http/tests/xmlhttprequest/zero-length-response-sync.html:
862 2007-11-20 Mark Rowe <mrowe@apple.com>
864 Reviewed by Sam Weinig.
866 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
867 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
869 * editing/execCommand/arguments-combinations-expected.txt:
870 * editing/execCommand/arguments-combinations.html:
872 2007-11-20 Lars Knoll <lars@trolltech.com>
876 Adjust some test result after fixing a bug related to computation
877 of QFont::xHeight() in Qt.
879 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
880 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
881 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
882 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
883 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
885 2007-11-20 Lars Knoll <lars@trolltech.com>
889 Fix text break interators.
891 The break iterators where trying to be smart about the input
892 string and caching their results. Unfortunately a pointer/string length
893 comparison is not good enough in all cases (since some input is stack based
894 temp strings). Removed the caching but at the same time started to use a more
895 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
898 Fixes two test cases that test "text-transform: capitalize".
900 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
901 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
903 2007-11-19 Antti Koivisto <antti@apple.com>
905 Rubber-stamped by bdash.
907 Improve coverage of these tests.
909 * media/video-muted-expected.txt:
910 * media/video-muted.html:
911 * media/video-volume-expected.txt:
912 * media/video-volume.html:
914 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
918 http://bugs.webkit.org/show_bug.cgi?id=12194
919 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
920 available should raise an exception
922 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
923 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
924 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
925 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
926 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
927 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
928 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
929 exception handling to test case
931 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
935 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
937 * fast/parser/html-whitespace-expected.txt: Added.
938 * fast/parser/html-whitespace.html: Added.
940 2007-11-16 Dan Bernstein <mitz@apple.com>
942 Reviewed by Darin Adler.
944 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
945 REGRESSION: Incomplete repaint of CSS image substitution
947 * fast/repaint/clip-with-layout-delta.html: Added.
948 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
949 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
950 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
952 2007-11-16 Antti Koivisto <antti@apple.com>
956 Seeking related test updates
957 - update to match specificiation
958 - rename loopCount to playCount everywhere
959 - timeupdate events during seek
960 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
961 - add text about what is being tested
963 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
965 * http/tests/media/video-seekable-stall-expected.txt: Added.
966 * http/tests/media/video-seekable-stall.html: Added.
967 * media/audio-constructor-expected.txt:
968 * media/audio-constructor-src-expected.txt:
969 * media/audio-constructor-src.html:
970 * media/audio-constructor.html:
971 * media/video-dom-loopcount-expected.txt:
972 * media/video-dom-loopcount.html:
973 * media/video-dom-loopend-expected.txt:
974 * media/video-dom-loopend.html:
975 * media/video-dom-loopstart-expected.txt:
976 * media/video-dom-loopstart.html:
977 * media/video-dom-start-expected.txt:
978 * media/video-dom-start.html:
979 * media/video-loopcount-expected.txt:
980 * media/video-loopcount.html:
981 * media/video-loopend-expected.txt:
982 * media/video-loopend.html:
983 * media/video-loopstart-expected.txt:
984 * media/video-loopstart.html:
985 * media/video-seek-past-end-paused-expected.txt: Added.
986 * media/video-seek-past-end-paused.html: Added.
987 * media/video-seek-past-end-playing-expected.txt: Added.
988 * media/video-seek-past-end-playing.html: Added.
989 * media/video-seeking-expected.txt: Added.
990 * media/video-seeking.html: Added.
991 * media/video-test.js:
993 2007-11-16 Anders Carlsson <andersca@apple.com>
997 <rdar://problem/5603832>
998 XMLHttpRequest readyState 3 & responseText buffer issues.
1000 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
1002 * platform/win/Skipped:
1004 2007-11-16 Dan Bernstein <mitz@apple.com>
1006 Reviewed by Darin Adler and Sam Weinig.
1008 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
1010 * platform/win/Skipped:
1012 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
1014 Rubberstamped by Eric.
1016 Full update of the SVG pixel tests - all files containing text show rendering improvments.
1017 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
1018 sure what commit actually caused it - but it's better now.
1020 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
1021 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
1022 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
1023 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
1024 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
1025 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
1026 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
1027 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
1028 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
1029 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
1030 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
1031 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
1032 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
1033 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
1034 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
1035 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
1036 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
1037 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
1038 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
1039 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
1040 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
1041 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
1042 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
1043 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
1044 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
1045 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
1046 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
1047 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
1048 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
1049 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
1050 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
1051 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
1052 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
1053 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
1054 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
1055 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
1056 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
1057 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
1058 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
1059 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
1060 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
1061 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
1062 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
1063 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
1064 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
1065 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
1066 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
1067 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
1068 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
1069 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
1070 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
1071 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
1072 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
1073 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
1074 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
1075 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
1076 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
1077 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1078 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
1079 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1080 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
1081 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
1082 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
1083 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1084 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
1085 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
1086 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
1087 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
1088 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
1089 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
1090 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
1091 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1092 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
1093 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
1094 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
1095 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
1096 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
1097 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
1098 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
1099 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
1100 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
1101 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
1102 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
1103 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
1104 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
1105 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
1106 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
1107 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
1108 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
1109 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
1110 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
1111 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
1112 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
1113 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
1114 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
1115 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
1116 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
1117 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
1118 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
1119 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
1120 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
1121 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
1122 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
1123 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
1124 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
1125 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
1126 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
1127 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
1128 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
1129 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
1130 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
1131 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
1132 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
1133 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
1134 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
1135 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
1136 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
1137 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
1138 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
1139 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
1140 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
1141 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
1142 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
1143 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
1144 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
1145 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
1146 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
1147 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
1148 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
1149 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
1150 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
1151 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
1152 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
1153 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
1154 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
1155 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
1156 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
1157 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
1158 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
1159 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
1160 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
1161 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
1162 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
1163 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
1164 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
1165 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1166 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
1167 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
1168 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
1169 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
1170 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
1171 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
1172 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
1173 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
1174 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
1175 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
1176 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
1177 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
1178 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
1179 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
1180 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
1181 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1182 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
1183 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
1184 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1185 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1186 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
1187 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
1188 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
1189 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
1190 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
1191 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
1192 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
1193 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1194 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
1195 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
1196 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
1197 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1198 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
1199 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
1200 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
1201 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
1202 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
1203 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1204 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
1205 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
1206 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
1207 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
1208 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
1209 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
1210 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
1211 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
1212 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
1213 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
1214 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
1215 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
1216 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
1217 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
1218 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
1219 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
1220 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
1221 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
1222 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
1223 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
1224 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
1225 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
1226 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
1227 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
1228 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
1229 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
1230 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
1231 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
1232 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
1233 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
1234 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
1235 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
1236 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
1237 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1238 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
1239 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
1240 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
1241 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
1242 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
1243 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
1244 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
1245 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
1246 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
1247 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
1248 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
1249 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
1250 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
1251 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
1252 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
1253 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
1254 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
1255 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
1256 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
1257 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1258 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
1259 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1260 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
1261 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
1262 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
1263 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
1264 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
1265 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
1266 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
1267 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
1268 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
1269 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1270 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
1271 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1272 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
1273 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
1274 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
1275 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
1276 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
1277 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
1278 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
1279 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
1280 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
1281 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
1282 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
1283 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
1284 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
1285 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
1286 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
1287 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
1288 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
1289 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
1290 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
1291 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
1292 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
1293 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
1294 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
1295 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
1296 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
1297 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
1298 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
1299 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
1300 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
1301 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
1302 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
1303 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1304 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
1305 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
1306 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
1307 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
1308 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
1309 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
1310 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
1311 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
1312 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
1313 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
1314 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
1315 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
1316 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
1317 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
1318 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
1319 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
1320 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
1321 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
1322 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
1323 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
1324 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
1325 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
1326 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
1327 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
1328 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
1329 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
1330 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
1331 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
1332 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
1333 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
1334 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
1335 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
1336 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
1337 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
1338 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
1339 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
1340 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
1341 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
1342 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
1343 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
1344 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
1345 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
1346 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
1347 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
1348 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
1349 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
1350 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
1351 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
1352 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
1353 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1354 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
1355 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1356 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
1357 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1358 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
1359 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1360 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
1361 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1362 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
1363 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1364 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
1365 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1366 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
1367 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
1368 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
1369 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1370 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
1371 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1372 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
1373 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1374 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
1375 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1376 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
1377 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1378 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
1379 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1380 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
1381 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1382 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
1383 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
1384 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
1385 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
1386 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
1387 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
1388 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
1389 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
1390 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
1391 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
1392 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
1393 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
1394 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
1395 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1396 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
1397 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1398 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
1399 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
1400 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
1401 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
1402 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
1403 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
1404 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
1405 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
1406 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
1407 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
1408 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
1409 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
1410 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
1411 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
1412 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
1413 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
1414 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
1415 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
1416 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
1417 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
1418 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
1419 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
1420 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
1421 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
1422 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
1423 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
1424 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
1425 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
1426 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
1427 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
1428 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
1429 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
1430 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
1431 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
1432 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
1433 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
1434 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
1435 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
1436 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
1437 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
1438 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
1439 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
1440 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
1441 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
1442 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
1443 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
1444 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
1445 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
1446 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
1447 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
1448 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
1449 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
1450 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
1451 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
1452 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
1453 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
1454 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
1455 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
1456 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
1457 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
1458 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
1459 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
1460 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
1461 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
1462 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
1463 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
1464 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
1465 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
1466 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
1467 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
1468 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
1469 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
1470 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
1471 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
1472 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
1473 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
1474 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
1475 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
1476 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
1477 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
1478 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
1479 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
1480 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
1481 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
1482 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
1483 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
1484 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
1485 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
1486 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
1487 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
1488 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
1489 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
1490 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
1491 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
1492 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
1493 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
1494 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
1495 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
1496 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
1497 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
1498 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
1499 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
1500 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
1501 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
1502 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
1503 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
1504 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
1505 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
1506 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
1507 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
1508 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
1509 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
1510 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
1511 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
1512 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
1513 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
1514 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
1515 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
1516 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
1517 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
1518 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
1519 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
1520 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
1521 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1522 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
1523 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
1524 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
1525 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
1526 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
1527 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
1528 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
1529 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
1530 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
1531 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
1532 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
1533 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
1534 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
1535 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
1536 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
1537 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
1538 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
1539 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
1540 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
1541 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
1542 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
1543 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
1544 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
1545 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1546 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
1547 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
1548 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
1549 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
1550 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1551 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
1552 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
1553 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
1554 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
1555 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
1556 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
1557 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
1558 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
1559 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
1560 * platform/mac/svg/carto.net/button-expected.checksum:
1561 * platform/mac/svg/carto.net/button-expected.png:
1562 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
1563 * platform/mac/svg/carto.net/colourpicker-expected.png:
1564 * platform/mac/svg/carto.net/combobox-expected.checksum:
1565 * platform/mac/svg/carto.net/combobox-expected.png:
1566 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
1567 * platform/mac/svg/carto.net/scrollbar-expected.png:
1568 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
1569 * platform/mac/svg/carto.net/selectionlist-expected.png:
1570 * platform/mac/svg/carto.net/slider-expected.checksum:
1571 * platform/mac/svg/carto.net/slider-expected.png:
1572 * platform/mac/svg/carto.net/textbox-expected.checksum:
1573 * platform/mac/svg/carto.net/textbox-expected.png:
1574 * platform/mac/svg/carto.net/window-expected.checksum:
1575 * platform/mac/svg/carto.net/window-expected.png:
1576 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum:
1577 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
1578 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
1579 * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
1580 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
1581 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
1582 * platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum:
1583 * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
1584 * platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum:
1585 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
1586 * platform/mac/svg/custom/dasharrayOrigin-expected.checksum:
1587 * platform/mac/svg/custom/dasharrayOrigin-expected.png:
1588 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
1589 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
1590 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
1591 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
1592 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
1593 * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
1594 * platform/mac/svg/custom/dynamic-empty-path-expected.checksum:
1595 * platform/mac/svg/custom/dynamic-empty-path-expected.png:
1596 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
1597 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
1598 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
1599 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
1600 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
1601 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
1602 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
1603 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
1604 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
1605 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
1606 * platform/mac/svg/custom/focus-ring-expected.checksum:
1607 * platform/mac/svg/custom/focus-ring-expected.png:
1608 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum:
1609 * platform/mac/svg/custom/font-face-cascade-order-expected.png:
1610 * platform/mac/svg/custom/font-face-simple-expected.checksum:
1611 * platform/mac/svg/custom/font-face-simple-expected.png:
1612 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
1613 * platform/mac/svg/custom/foreign-object-skew-expected.png:
1614 * platform/mac/svg/custom/getTransformToElement-expected.checksum:
1615 * platform/mac/svg/custom/getTransformToElement-expected.png:
1616 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum:
1617 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
1618 * platform/mac/svg/custom/getsvgdocument-expected.checksum:
1619 * platform/mac/svg/custom/getsvgdocument-expected.png:
1620 * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum:
1621 * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
1622 * platform/mac/svg/custom/gradient-deep-referencing-expected.checksum:
1623 * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
1624 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
1625 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
1626 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
1627 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
1628 * platform/mac/svg/custom/hit-test-path-expected.checksum:
1629 * platform/mac/svg/custom/hit-test-path-expected.png:
1630 * platform/mac/svg/custom/hit-test-path-stroke-expected.checksum:
1631 * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
1632 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
1633 * platform/mac/svg/custom/image-clipped-hit-expected.png:
1634 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
1635 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
1636 * platform/mac/svg/custom/invalid-css-expected.checksum:
1637 * platform/mac/svg/custom/invalid-css-expected.png:
1638 * platform/mac/svg/custom/invalid-fill-expected.checksum:
1639 * platform/mac/svg/custom/invalid-fill-expected.png:
1640 * platform/mac/svg/custom/invalid-fill-hex-expected.checksum:
1641 * platform/mac/svg/custom/invalid-fill-hex-expected.png:
1642 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
1643 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
1644 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
1645 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
1646 * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
1647 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
1648 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
1649 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
1650 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
1651 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
1652 * platform/mac/svg/custom/js-update-bounce-expected.checksum:
1653 * platform/mac/svg/custom/js-update-bounce-expected.png:
1654 * platform/mac/svg/custom/js-update-container-expected.checksum:
1655 * platform/mac/svg/custom/js-update-container-expected.png:
1656 * platform/mac/svg/custom/js-update-container2-expected.checksum:
1657 * platform/mac/svg/custom/js-update-container2-expected.png:
1658 * platform/mac/svg/custom/js-update-path-changes-expected.checksum:
1659 * platform/mac/svg/custom/js-update-path-changes-expected.png:
1660 * platform/mac/svg/custom/js-update-path-removal-expected.checksum:
1661 * platform/mac/svg/custom/js-update-path-removal-expected.png:
1662 * platform/mac/svg/custom/junk-data-expected.checksum:
1663 * platform/mac/svg/custom/junk-data-expected.png:
1664 * platform/mac/svg/custom/marker-changes-expected.checksum:
1665 * platform/mac/svg/custom/marker-changes-expected.png:
1666 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
1667 * platform/mac/svg/custom/marker-child-changes-expected.png:
1668 * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
1669 * platform/mac/svg/custom/marker-default-width-height-expected.png:
1670 * platform/mac/svg/custom/marker-overflow-clip-expected.checksum:
1671 * platform/mac/svg/custom/marker-overflow-clip-expected.png:
1672 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
1673 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
1674 * platform/mac/svg/custom/missing-xlink-expected.checksum:
1675 * platform/mac/svg/custom/missing-xlink-expected.png:
1676 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
1677 * platform/mac/svg/custom/non-opaque-filters-expected.png:
1678 * platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
1679 * platform/mac/svg/custom/path-textPath-simulation-expected.png:
1680 * platform/mac/svg/custom/pattern-cycle-detection-expected.checksum:
1681 * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
1682 * platform/mac/svg/custom/pattern-deep-referencing-expected.checksum:
1683 * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
1684 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
1685 * platform/mac/svg/custom/pointer-events-image-expected.png:
1686 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
1687 * platform/mac/svg/custom/pointer-events-path-expected.png:
1688 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
1689 * platform/mac/svg/custom/pointer-events-text-expected.png:
1690 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
1691 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
1692 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum:
1693 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
1694 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
1695 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1696 * platform/mac/svg/custom/second-inline-text-expected.checksum:
1697 * platform/mac/svg/custom/second-inline-text-expected.png:
1698 * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
1699 * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
1700 * platform/mac/svg/custom/simpleCDF-expected.checksum:
1701 * platform/mac/svg/custom/simpleCDF-expected.png:
1702 * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
1703 * platform/mac/svg/custom/struct-use-09-b-expected.png:
1704 * platform/mac/svg/custom/svg-float-border-padding-expected.checksum:
1705 * platform/mac/svg/custom/svg-float-border-padding-expected.png:
1706 * platform/mac/svg/custom/svg-overflow-types-expected.checksum:
1707 * platform/mac/svg/custom/svg-overflow-types-expected.png:
1708 * platform/mac/svg/custom/text-clip-expected.checksum:
1709 * platform/mac/svg/custom/text-clip-expected.png:
1710 * platform/mac/svg/custom/text-ctm-expected.checksum:
1711 * platform/mac/svg/custom/text-ctm-expected.png:
1712 * platform/mac/svg/custom/text-dom-01-f-expected.checksum:
1713 * platform/mac/svg/custom/text-dom-01-f-expected.png:
1714 * platform/mac/svg/custom/text-hit-test-expected.checksum:
1715 * platform/mac/svg/custom/text-hit-test-expected.png:
1716 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
1717 * platform/mac/svg/custom/text-image-opacity-expected.png:
1718 * platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum:
1719 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
1720 * platform/mac/svg/custom/text-whitespace-handling-expected.checksum:
1721 * platform/mac/svg/custom/text-whitespace-handling-expected.png:
1722 * platform/mac/svg/custom/tref-update-expected.checksum:
1723 * platform/mac/svg/custom/tref-update-expected.png:
1724 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
1725 * platform/mac/svg/custom/use-clipped-hit-expected.png:
1726 * platform/mac/svg/custom/use-css-events-expected.checksum:
1727 * platform/mac/svg/custom/use-css-events-expected.png:
1728 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
1729 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
1730 * platform/mac/svg/custom/use-elementInstance-methods-expected.checksum:
1731 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
1732 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
1733 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
1734 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum:
1735 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
1736 * platform/mac/svg/custom/use-events-crash-expected.checksum:
1737 * platform/mac/svg/custom/use-events-crash-expected.png:
1738 * platform/mac/svg/custom/use-forward-refs-expected.checksum:
1739 * platform/mac/svg/custom/use-forward-refs-expected.png:
1740 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum:
1741 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
1742 * platform/mac/svg/custom/use-modify-container-in-target-expected.checksum:
1743 * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
1744 * platform/mac/svg/custom/use-modify-target-container-expected.checksum:
1745 * platform/mac/svg/custom/use-modify-target-container-expected.png:
1746 * platform/mac/svg/custom/use-modify-target-symbol-expected.checksum:
1747 * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
1748 * platform/mac/svg/custom/use-nested-transform-expected.checksum:
1749 * platform/mac/svg/custom/use-nested-transform-expected.png:
1750 * platform/mac/svg/custom/use-on-g-containing-use-expected.checksum:
1751 * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
1752 * platform/mac/svg/custom/use-on-g-expected.checksum:
1753 * platform/mac/svg/custom/use-on-g-expected.png:
1754 * platform/mac/svg/custom/use-on-rect-expected.checksum:
1755 * platform/mac/svg/custom/use-on-rect-expected.png:
1756 * platform/mac/svg/custom/use-on-symbol-expected.checksum:
1757 * platform/mac/svg/custom/use-on-symbol-expected.png:
1758 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
1759 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
1760 * platform/mac/svg/custom/use-on-text-expected.checksum:
1761 * platform/mac/svg/custom/use-on-text-expected.png:
1762 * platform/mac/svg/custom/use-on-use-expected.checksum:
1763 * platform/mac/svg/custom/use-on-use-expected.png:
1764 * platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum:
1765 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
1766 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
1767 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
1768 * platform/mac/svg/custom/use-recursion-1-expected.checksum:
1769 * platform/mac/svg/custom/use-recursion-1-expected.png:
1770 * platform/mac/svg/custom/use-recursion-2-expected.checksum:
1771 * platform/mac/svg/custom/use-recursion-2-expected.png:
1772 * platform/mac/svg/custom/use-recursion-3-expected.checksum:
1773 * platform/mac/svg/custom/use-recursion-3-expected.png:
1774 * platform/mac/svg/custom/use-recursion-4-expected.checksum:
1775 * platform/mac/svg/custom/use-recursion-4-expected.png:
1776 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
1777 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
1778 * platform/mac/svg/custom/use-transform-expected.checksum:
1779 * platform/mac/svg/custom/use-transform-expected.png:
1780 * platform/mac/svg/custom/viewBox-hit-expected.checksum:
1781 * platform/mac/svg/custom/viewBox-hit-expected.png:
1782 * platform/mac/svg/custom/viewbox-syntax-expected.checksum:
1783 * platform/mac/svg/custom/viewbox-syntax-expected.png:
1784 * platform/mac/svg/custom/viewport-em-expected.checksum:
1785 * platform/mac/svg/custom/viewport-em-expected.png:
1786 * platform/mac/svg/hixie/cascade/002-expected.checksum:
1787 * platform/mac/svg/hixie/cascade/002-expected.png:
1788 * platform/mac/svg/hixie/data-types/001-expected.checksum:
1789 * platform/mac/svg/hixie/data-types/001-expected.png:
1790 * platform/mac/svg/hixie/data-types/002-expected.checksum:
1791 * platform/mac/svg/hixie/data-types/002-expected.png:
1792 * platform/mac/svg/hixie/dynamic/002-expected.checksum:
1793 * platform/mac/svg/hixie/dynamic/002-expected.png:
1794 * platform/mac/svg/hixie/error/002-expected.checksum:
1795 * platform/mac/svg/hixie/error/002-expected.png:
1796 * platform/mac/svg/hixie/error/003-expected.checksum:
1797 * platform/mac/svg/hixie/error/003-expected.png:
1798 * platform/mac/svg/hixie/error/004-expected.checksum:
1799 * platform/mac/svg/hixie/error/004-expected.png:
1800 * platform/mac/svg/hixie/error/005-expected.checksum:
1801 * platform/mac/svg/hixie/error/005-expected.png:
1802 * platform/mac/svg/hixie/error/010-expected.checksum:
1803 * platform/mac/svg/hixie/error/010-expected.png:
1804 * platform/mac/svg/hixie/error/011-expected.checksum:
1805 * platform/mac/svg/hixie/error/011-expected.png:
1806 * platform/mac/svg/hixie/error/012-expected.checksum:
1807 * platform/mac/svg/hixie/error/012-expected.png:
1808 * platform/mac/svg/hixie/error/017-expected.checksum:
1809 * platform/mac/svg/hixie/error/017-expected.png:
1810 * platform/mac/svg/hixie/links/002-expected.checksum:
1811 * platform/mac/svg/hixie/links/002-expected.png:
1812 * platform/mac/svg/hixie/links/003-broken-expected.checksum:
1813 * platform/mac/svg/hixie/links/003-broken-expected.png:
1814 * platform/mac/svg/hixie/mixed/003-expected.checksum:
1815 * platform/mac/svg/hixie/mixed/003-expected.png:
1816 * platform/mac/svg/hixie/mixed/004-expected.checksum:
1817 * platform/mac/svg/hixie/mixed/004-expected.png:
1818 * platform/mac/svg/hixie/mixed/005-expected.checksum:
1819 * platform/mac/svg/hixie/mixed/005-expected.png:
1820 * platform/mac/svg/hixie/mixed/006-expected.checksum:
1821 * platform/mac/svg/hixie/mixed/006-expected.png:
1822 * platform/mac/svg/hixie/mixed/007-expected.checksum:
1823 * platform/mac/svg/hixie/mixed/007-expected.png:
1824 * platform/mac/svg/hixie/mixed/008-expected.checksum:
1825 * platform/mac/svg/hixie/mixed/008-expected.png:
1826 * platform/mac/svg/hixie/mixed/009-expected.checksum:
1827 * platform/mac/svg/hixie/mixed/009-expected.png:
1828 * platform/mac/svg/hixie/mixed/010-expected.checksum:
1829 * platform/mac/svg/hixie/mixed/010-expected.png:
1830 * platform/mac/svg/hixie/mixed/011-expected.checksum:
1831 * platform/mac/svg/hixie/mixed/011-expected.png:
1832 * platform/mac/svg/hixie/perf/001-expected.checksum:
1833 * platform/mac/svg/hixie/perf/001-expected.png:
1834 * platform/mac/svg/hixie/perf/002-expected.checksum:
1835 * platform/mac/svg/hixie/perf/002-expected.png:
1836 * platform/mac/svg/hixie/perf/003-expected.checksum:
1837 * platform/mac/svg/hixie/perf/003-expected.png:
1838 * platform/mac/svg/hixie/perf/004-expected.checksum:
1839 * platform/mac/svg/hixie/perf/004-expected.png:
1840 * platform/mac/svg/hixie/perf/005-expected.checksum:
1841 * platform/mac/svg/hixie/perf/005-expected.png:
1842 * platform/mac/svg/hixie/perf/006-expected.checksum:
1843 * platform/mac/svg/hixie/perf/006-expected.png:
1844 * platform/mac/svg/hixie/perf/007-expected.checksum:
1845 * platform/mac/svg/hixie/perf/007-expected.png:
1846 * platform/mac/svg/hixie/processing-model/003-expected.checksum:
1847 * platform/mac/svg/hixie/processing-model/003-expected.png:
1848 * platform/mac/svg/hixie/processing-model/004-expected.checksum:
1849 * platform/mac/svg/hixie/processing-model/004-expected.png:
1850 * platform/mac/svg/hixie/rendering-model/001-expected.checksum:
1851 * platform/mac/svg/hixie/rendering-model/001-expected.png:
1852 * platform/mac/svg/hixie/rendering-model/002-expected.checksum:
1853 * platform/mac/svg/hixie/rendering-model/002-expected.png:
1854 * platform/mac/svg/hixie/rendering-model/003-expected.checksum:
1855 * platform/mac/svg/hixie/rendering-model/003-expected.png:
1856 * platform/mac/svg/hixie/rendering-model/004-expected.checksum:
1857 * platform/mac/svg/hixie/rendering-model/004-expected.png:
1858 * platform/mac/svg/hixie/shapes/path/001-expected.checksum:
1859 * platform/mac/svg/hixie/shapes/path/001-expected.png:
1860 * platform/mac/svg/hixie/text/002-expected.checksum:
1861 * platform/mac/svg/hixie/text/002-expected.png:
1862 * platform/mac/svg/hixie/text/003-expected.checksum:
1863 * platform/mac/svg/hixie/text/003-expected.png:
1864 * platform/mac/svg/hixie/text/003b-expected.checksum:
1865 * platform/mac/svg/hixie/text/003b-expected.png:
1866 * platform/mac/svg/hixie/transform/001-expected.checksum:
1867 * platform/mac/svg/hixie/transform/001-expected.png:
1868 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
1869 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
1870 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
1871 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
1872 * svg/batik/filters/filterRegions-expected.checksum:
1873 * svg/batik/filters/filterRegions-expected.png:
1874 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
1875 * svg/batik/paints/patternPreserveAspectRatioA-expected.png:
1876 * svg/batik/text/smallFonts-expected.checksum:
1877 * svg/batik/text/smallFonts-expected.png:
1878 * svg/batik/text/textAnchor-expected.checksum:
1879 * svg/batik/text/textAnchor-expected.png:
1880 * svg/batik/text/textAnchor2-expected.checksum:
1881 * svg/batik/text/textAnchor2-expected.png:
1882 * svg/batik/text/textAnchor3-expected.checksum:
1883 * svg/batik/text/textAnchor3-expected.png:
1884 * svg/batik/text/textDecoration2-expected.checksum:
1885 * svg/batik/text/textDecoration2-expected.png:
1886 * svg/batik/text/textFeatures-expected.checksum:
1887 * svg/batik/text/textFeatures-expected.png:
1888 * svg/batik/text/textLayout-expected.checksum:
1889 * svg/batik/text/textLayout-expected.png:
1890 * svg/batik/text/textLength-expected.checksum:
1891 * svg/batik/text/textLength-expected.png:
1892 * svg/batik/text/textOnPath-expected.checksum:
1893 * svg/batik/text/textOnPath-expected.png:
1894 * svg/batik/text/textOnPath2-expected.checksum:
1895 * svg/batik/text/textOnPath2-expected.png:
1896 * svg/batik/text/textOnPathSpaces-expected.checksum:
1897 * svg/batik/text/textOnPathSpaces-expected.png:
1898 * svg/batik/text/textProperties2-expected.checksum:
1899 * svg/batik/text/textProperties2-expected.png:
1900 * svg/batik/text/verticalText-expected.checksum:
1901 * svg/batik/text/verticalText-expected.png:
1902 * svg/batik/text/verticalTextOnPath-expected.checksum:
1903 * svg/batik/text/verticalTextOnPath-expected.png:
1904 * svg/custom/SVGMatrix-interface-expected.checksum:
1905 * svg/custom/SVGMatrix-interface-expected.png:
1906 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
1907 * svg/custom/absolute-sized-svg-in-xhtml-expected.png:
1908 * svg/custom/container-opacity-clip-viewBox-expected.checksum:
1909 * svg/custom/container-opacity-clip-viewBox-expected.png:
1910 * svg/custom/fill-SVGPaint-interface-expected.checksum:
1911 * svg/custom/fill-SVGPaint-interface-expected.png:
1912 * svg/custom/fill-fallback-expected.checksum:
1913 * svg/custom/fill-fallback-expected.png:
1914 * svg/custom/getPresentationAttribute-expected.checksum:
1915 * svg/custom/getPresentationAttribute-expected.png:
1916 * svg/custom/group-opacity-expected.checksum:
1917 * svg/custom/group-opacity-expected.png:
1918 * svg/custom/hit-test-unclosed-subpaths-expected.checksum:
1919 * svg/custom/hit-test-unclosed-subpaths-expected.png:
1920 * svg/custom/hit-test-with-br-expected.checksum:
1921 * svg/custom/hit-test-with-br-expected.png:
1922 * svg/custom/image-parent-translation-expected.checksum:
1923 * svg/custom/image-parent-translation-expected.png:
1924 * svg/custom/percentage-of-html-parent-expected.checksum:
1925 * svg/custom/percentage-of-html-parent-expected.png:
1926 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
1927 * svg/custom/root-container-opacity-clip-viewBox-expected.png:
1928 * svg/custom/scroll-hit-test-expected.checksum:
1929 * svg/custom/scroll-hit-test-expected.png:
1930 * svg/custom/stroke-fallback-expected.checksum:
1931 * svg/custom/stroke-fallback-expected.png:
1932 * svg/custom/stroked-pattern-expected.checksum:
1933 * svg/custom/stroked-pattern-expected.png:
1934 * svg/custom/style-attribute-font-size-expected.checksum:
1935 * svg/custom/style-attribute-font-size-expected.png:
1936 * svg/custom/text-letter-spacing-expected.checksum:
1937 * svg/custom/text-letter-spacing-expected.png:
1938 * svg/custom/text-x-dx-lists-expected.checksum:
1939 * svg/custom/text-x-dx-lists-expected.png:
1940 * svg/custom/text-x-override-in-tspan-child-expected.checksum:
1941 * svg/custom/text-x-override-in-tspan-child-expected.png:
1942 * svg/custom/use-detach-expected.checksum:
1943 * svg/custom/use-detach-expected.png:
1944 * svg/custom/use-dynamic-append-expected.png:
1945 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
1946 * svg/custom/use-on-disallowed-foreign-object-1-expected.png:
1947 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
1948 * svg/custom/use-on-disallowed-foreign-object-2-expected.png:
1949 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
1950 * svg/custom/use-on-disallowed-foreign-object-3-expected.png:
1951 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
1952 * svg/custom/use-on-disallowed-foreign-object-4-expected.png:
1953 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
1954 * svg/custom/use-on-disallowed-foreign-object-5-expected.png:
1955 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
1956 * svg/custom/use-on-disallowed-foreign-object-6-expected.png:
1957 * svg/custom/use-on-g-containing-symbol-expected.checksum:
1958 * svg/custom/use-on-g-containing-symbol-expected.png:
1959 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
1960 * svg/custom/use-on-non-svg-namespaced-element-expected.png:
1961 * svg/hixie/error/013-expected.checksum:
1962 * svg/hixie/error/013-expected.png:
1963 * svg/text/text-align-03-b-expected.checksum:
1964 * svg/text/text-align-03-b-expected.png:
1965 * svg/text/text-align-04-b-expected.checksum:
1966 * svg/text/text-align-04-b-expected.png:
1967 * svg/text/text-altglyph-01-b-expected.checksum:
1968 * svg/text/text-altglyph-01-b-expected.png:
1969 * svg/text/text-deco-01-b-expected.checksum:
1970 * svg/text/text-deco-01-b-expected.png:
1971 * svg/text/text-fonts-02-t-expected.checksum:
1972 * svg/text/text-fonts-02-t-expected.png:
1973 * svg/text/text-path-01-b-expected.checksum:
1974 * svg/text/text-path-01-b-expected.png:
1975 * svg/text/text-spacing-01-b-expected.checksum:
1976 * svg/text/text-spacing-01-b-expected.png:
1977 * svg/text/text-text-01-b-expected.checksum:
1978 * svg/text/text-text-01-b-expected.png:
1979 * svg/text/text-text-03-b-expected.checksum:
1980 * svg/text/text-text-03-b-expected.png:
1981 * svg/text/text-text-04-t-expected.checksum:
1982 * svg/text/text-text-04-t-expected.png:
1983 * svg/text/text-text-05-t-expected.checksum:
1984 * svg/text/text-text-05-t-expected.png:
1985 * svg/text/text-text-06-t-expected.checksum:
1986 * svg/text/text-text-06-t-expected.png:
1987 * svg/text/text-text-08-b-expected.checksum:
1988 * svg/text/text-text-08-b-expected.png:
1989 * svg/text/text-tref-01-b-expected.checksum:
1990 * svg/text/text-tref-01-b-expected.png:
1991 * svg/text/text-tselect-02-f-expected.checksum:
1992 * svg/text/text-tselect-02-f-expected.png:
1993 * svg/text/text-tspan-01-b-expected.checksum:
1994 * svg/text/text-tspan-01-b-expected.png:
1995 * svg/text/text-ws-01-t-expected.checksum:
1996 * svg/text/text-ws-01-t-expected.png:
1997 * svg/text/text-ws-02-t-expected.checksum:
1998 * svg/text/text-ws-02-t-expected.png:
2000 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
2004 Update layout test results after the addition of the SVGTextContentElement DOM methods.
2006 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
2007 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
2008 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2009 * platform/mac/svg/custom/text-dom-01-f-expected.checksum: Added.
2010 * platform/mac/svg/custom/text-dom-01-f-expected.png: Added.
2011 * platform/mac/svg/custom/text-dom-01-f-expected.txt: Added.
2012 * svg/custom/text-dom-01-f.svg: Added.
2013 * svg/text/text-tselect-02-f-expected.checksum:
2014 * svg/text/text-tselect-02-f-expected.png:
2015 * svg/text/text-tselect-02-f-expected.txt:
2017 2007-11-15 Adele Peterson <adele@apple.com>
2021 Test for <rdar://problem/5566652> CrashTracer: [USER] 3 crashes in Safari at HTMLSelectElement::menuListDefaultEventHandler (reproducible on mactc30.com)
2023 * fast/forms/menulist-no-renderer-onmousedown-expected.txt: Added.
2024 * fast/forms/menulist-no-renderer-onmousedown.html: Added.
2026 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
2030 http://bugs.webkit.org/show_bug.cgi?id=15989
2031 XPath queries with predicates incorrectly retains the current node across unions
2033 * fast/xpath/union-context-node-expected.txt: Added.
2034 * fast/xpath/union-context-node.xhtml: Added.
2036 2007-11-15 Alexey Proskuryakov <ap@webkit.org>
2040 http://bugs.webkit.org/show_bug.cgi?id=15448
2041 Import XPath test suite from amachang.art-code.org
2043 Test by Hitoshi Amano <seijro@gmail.com>.
2045 * fast/xpath/xpath-functional-test-expected.txt: Added.
2046 * fast/xpath/xpath-functional-test.html: Added.
2048 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
2052 http://bugs.webkit.org/show_bug.cgi?id=15988
2053 REGRESSION: XPath preceding-axis query misses nested elements
2055 * fast/xpath/preceding-axis-expected.txt: Added.
2056 * fast/xpath/preceding-axis.xhtml: Added.
2058 2007-11-15 Justin Garcia <justin.garcia@apple.com>
2060 Reviewed by Adele Peterson.
2062 <rdar://problem/5497643> Crash at Node::isDescendantOf when switching out of Edit HTML Source mode
2064 * editing/selection/5497643-expected.txt: Added.
2065 * editing/selection/5497643.html: Added.
2067 2007-11-14 Anders Carlsson <andersca@apple.com>
2071 <rdar://problem/5562470>
2072 openDatabase does not work when the version string is empty
2074 * storage/open-database-empty-version-expected.txt: Added.
2075 * storage/open-database-empty-version.html: Added.
2077 2007-11-14 Alexey Proskuryakov <ap@webkit.org>
2079 Reviewed by Justin Garcia.
2081 http://bugs.webkit.org/show_bug.cgi?id=15781
2082 REGRESSION: Ligatures fail to form when typing in Devanagari (because WebKit can't handle
2083 a marked range that covers half of a composed character sequence)
2085 * platform/mac/editing/input/devanagari-ligature-expected.checksum: Added.
2086 * platform/mac/editing/input/devanagari-ligature-expected.png: Added.
2087 * platform/mac/editing/input/devanagari-ligature-expected.txt: Added.
2088 * platform/mac/editing/input/devanagari-ligature.html: Added.
2090 2007-11-14 Antti Koivisto <antti@apple.com>
2092 Try to make this test less timing dependent.
2094 * http/tests/media/video-play-stall.html:
2096 2007-11-14 Beth Dakin <bdakin@apple.com>
2100 Tests for <rdar://problem/5540855> REGRESSION: Combination of
2101 client-side image map and <a> tag is not working properly (15522)
2104 * fast/images/image-map-anchor-children.html: Added.
2105 * fast/images/resources/boston.gif: Added.
2106 * platform/mac/fast/images/image-map-anchor-children-
2107 expected.checksum: Added.
2108 * platform/mac/fast/images/image-map-anchor-children-expected.png:
2110 * platform/mac/fast/images/image-map-anchor-children-expected.txt:
2113 This test was broken and is fixed now! I had to edit the test
2114 itself because it was written in the html that the two <map>
2115 examples were failing, but now they succeed.
2116 * fast/invalid/residual-style.html:
2117 * platform/mac/fast/invalid/residual-style-expected.checksum:
2118 * platform/mac/fast/invalid/residual-style-expected.png:
2119 * platform/mac/fast/invalid/residual-style-expected.txt:
2121 2007-11-14 Justin Garcia <justin.garcia@apple.com>
2123 Reviewed by Alexey Proskuryakov.
2125 <rdar://problem/5546763> CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs
2127 * editing/deleting/5546763-expected.txt: Added.
2128 * editing/deleting/5546763.html: Added.
2130 2007-11-14 Anders Carlsson <andersca@apple.com>
2134 <rdar://problem/5309081>
2135 In DRT, "plugin.logDestroy = true" not working on Windows.
2137 Remove now succeeding test from the skipped list.
2139 * platform/win/Skipped:
2141 2007-11-14 Antti Koivisto <antti@apple.com>
2143 Try to make this test less timing dependent.
2145 * media/video-currentTime-set-expected.txt:
2146 * media/video-currentTime-set.html:
2148 2007-11-14 Anders Carlsson <andersca@apple.com>
2152 * platform/win/Skipped:
2153 Remove fast/dom/Window/window-onFocus.html since it succeeds now.
2155 2007-11-13 Brady Eidson <beidson@apple.com>
2159 Fix for http://bugs.webkit.org/show_bug.cgi?id=15976
2161 * storage: Added - There will soon be an entire suite in here!
2162 * storage/transaction_callback_exception_crash-expected.txt: Added.
2163 * storage/transaction_callback_exception_crash.html: Added.
2165 2007-11-13 Adam Roben <aroben@apple.com>
2167 Add the http/tests/media directory to the Windows Skipped file
2169 * platform/win/Skipped:
2171 2007-11-13 Sam Weinig <sam@webkit.org>
2173 Reviewed by Adam Roben.
2175 Fix for <rdar://problem/5382579>
2176 http/tests/security/cross-frame-access-put.html reports large
2177 negative numbers for screenLeft and screenTop (Mac reports "0")
2179 * platform/win/Skipped: remove http/tests/security/cross-frame-access-put.html
2181 2007-11-13 Anders Carlsson <andersca@apple.com>
2185 Make this a text-only test.
2187 * fast/dom/Window/window-onFocus-expected.txt: Added.
2188 * fast/dom/Window/window-onFocus.html:
2189 * platform/mac/fast/dom/Window/window-onFocus-expected.checksum: Removed.
2190 * platform/mac/fast/dom/Window/window-onFocus-expected.png: Removed.
2191 * platform/mac/fast/dom/Window/window-onFocus-expected.txt: Removed.
2193 2007-11-12 Antti Koivisto <antti@apple.com>
2197 - add HTTP media test for stalling load
2198 - update tests that don't specifically test autoplay feature to not use autoplay
2199 attribute since playback may start before event listeners are registered
2201 * http/tests/media: Added.
2202 * http/tests/media/video-load-and-stall.cgi: Added.
2203 * http/tests/media/video-play-stall-expected.txt: Added.
2204 * http/tests/media/video-play-stall.html: Added.
2205 * media/video-autoplay.html:
2206 * media/video-dom-loopstart.html:
2207 * media/video-end.html:
2208 * media/video-loopcount.html:
2209 * media/video-loopend.html:
2210 * media/video-loopstart.html:
2212 2007-11-13 Darin Adler <darin@apple.com>
2216 - test for http://bugs.webkit.org/show_bug.cgi?id=11231
2217 RegExp bug when handling newline characters and other regular expression
2218 behavior that is different for JavaScript and PCRE
2220 * fast/js/regexp-no-extensions-expected.txt: Added.
2221 * fast/js/regexp-no-extensions.html: Added.
2222 * fast/js/resources/regexp-no-extensions.js: Added.
2224 2007-11-12 Dan Bernstein <mitz@apple.com>
2226 Reviewed by Darin Adler.
2228 - no-repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15890>
2229 Most of www.aol.com still redraws unnecessarily when headline/photo section changes
2231 * fast/repaint/invisible-objects.html: Added.
2232 * platform/mac/fast/repaint/invisible-objects-expected.checksum: Added.
2233 * platform/mac/fast/repaint/invisible-objects-expected.png: Added.
2234 * platform/mac/fast/repaint/invisible-objects-expected.txt: Added.
2236 2007-11-12 Sam Weinig <sam@webkit.org>
2238 Reviewed by Adam Roben.
2240 * platform/win/Skipped: Remove http/tests/security/cross-frame-acdcess-private-browsing.html
2241 from the windows skipped list now that LayoutTestController.setPrivateBrowsingEnabled has
2244 2007-11-12 Darin Adler <darin@apple.com>
2248 - test for http://bugs.webkit.org/show_bug.cgi?id=15951
2249 REGRESSION: assertion failure in regexp match() when running JS tests
2251 * fast/js/regexp-many-brackets-expected.txt: Added.
2252 * fast/js/regexp-many-brackets.html: Added.
2253 * fast/js/resources/regexp-many-brackets.js: Added.
2255 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2257 Rubber-stamped by Oliver Hunt.
2259 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2260 Import variable lookup optimizations from KJS
2262 * fast/js/kde/completion-expected.txt:
2263 * fast/js/kde/resources/completion.js:
2265 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2267 Rubber-stamped by Oliver Hunt.
2269 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2270 Import variable lookup optimizations from KJS
2272 * fast/js/kde/completion-expected.txt:
2273 * fast/js/kde/iteration-expected.txt:
2274 * fast/js/kde/resources/completion.js:
2275 * fast/js/kde/resources/iteration.js:
2277 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2279 Rubber-stamped by Oliver Hunt.
2281 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2282 Import variable lookup optimizations from KJS
2284 * fast/js/kde/lval-exceptions-expected.txt: Added.
2285 * fast/js/kde/lval-exceptions.html: Added.
2286 * fast/js/kde/operators-expected.txt:
2287 * fast/js/kde/resources/lval-exceptions.js: Added.
2288 * fast/js/kde/resources/operators.js:
2290 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2292 Rubber-stamped by Oliver Hunt.
2294 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2295 Import variable lookup optimizations from KJS
2297 * fast/js/kde/func-decl-expected.txt: Added.
2298 * fast/js/kde/func-decl.html: Added.
2299 * fast/js/kde/resources/func-decl.js: Added.
2301 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2303 Rubber-stamped by Oliver Hunt.
2305 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2306 Import variable lookup optimizations from KJS
2308 * fast/js/rehash-assign-expected.txt: Added.
2309 * fast/js/rehash-assign.html: Added.
2310 * fast/js/resize-array-assign-expected.txt: Added.
2311 * fast/js/resize-array-assign.html: Added.
2312 * fast/js/resources/rehash-assign.js: Added.
2313 * fast/js/resources/resize-array-assign.js: Added.
2315 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2317 Rubber-stamped by Oliver Hunt.
2319 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2320 Import variable lookup optimizations from KJS
2322 * fast/js/kde/arguments-scope-expected.txt: Added.
2323 * fast/js/kde/arguments-scope.html: Added.
2324 * fast/js/kde/resources/arguments-scope.js: Added.
2325 * fast/js/kde/resources/scope.js:
2326 * fast/js/kde/scope-expected.txt:
2328 2007-11-11 Dan Bernstein <mitz@apple.com>
2330 Reviewed by Adam Roben.
2332 - test for http://bugs.webkit.org/show_bug.cgi?id=15942
2333 REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
2335 * editing/selection/cleared-by-relayout-expected.txt: Added.
2336 * editing/selection/cleared-by-relayout.html: Added.
2338 2007-11-11 Antti Koivisto <antti@apple.com>
2342 Add tests for play() and pause() events.
2343 Update one test to match new behavior.
2345 * media/video-currentTime-expected.txt:
2346 * media/video-currentTime.html:
2347 * media/video-pause-empty-events-expected.txt: Added.
2348 * media/video-pause-empty-events.html: Added.
2349 * media/video-play-empty-events-expected.txt: Added.
2350 * media/video-play-empty-events.html: Added.
2351 * media/video-play-pause-events-expected.txt: Added.
2352 * media/video-play-pause-events.html: Added.
2353 * media/video-play-pause-exception-expected.txt: Added
2354 * media/video-play-pause-exception.html: Added
2355 * media/video-test.js:
2357 2007-11-11 Nikolas Zimmermann <zimmermann@kde.org>
2361 Add some basic tests to check alignment-baseline / dominant-baseline functionality.
2363 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Added.
2364 * platform/mac/svg/custom/alignment-baseline-modes-expected.png: Added.
2365 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Added.
2366 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
2367 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Added.
2368 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
2369 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Added.
2370 * platform/mac/svg/custom/dominant-baseline-modes-expected.png: Added.
2371 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
2373 2007-11-11 Adam Roben <aroben@apple.com>
2375 Remove a now-passing test from the Windows Skipped file
2379 * platform/win/Skipped:
2381 2007-11-10 Darin Adler <darin@apple.com>
2383 * platform/win/fast/dom/Window/window-properties-expected.txt: Update for
2384 fix for http://bugs.webkit.org/show_bug.cgi?id=15922.
2386 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
2390 Update SVG layout test results after landing the vertical text support fixes.
2392 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
2393 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
2394 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
2395 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
2396 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
2397 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
2398 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2399 * svg/batik/text/verticalText-expected.checksum:
2400 * svg/batik/text/verticalText-expected.png:
2401 * svg/batik/text/verticalText-expected.txt:
2402 * svg/batik/text/verticalTextOnPath-expected.checksum:
2403 * svg/batik/text/verticalTextOnPath-expected.png:
2404 * svg/batik/text/verticalTextOnPath-expected.txt:
2405 * svg/text/text-align-05-b-expected.txt:
2406 * svg/text/text-align-06-b-expected.txt:
2407 * svg/text/text-path-01-b-expected.checksum:
2408 * svg/text/text-path-01-b-expected.png:
2410 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
2412 Rubberstamped by Eric.
2414 Update some SVG pixel test results - which show changes lately -> repainting fixes.
2416 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
2417 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
2418 * platform/mac/svg/custom/junk-data-expected.checksum:
2419 * platform/mac/svg/custom/junk-data-expected.png:
2420 * platform/mac/svg/custom/missing-xlink-expected.checksum:
2421 * platform/mac/svg/custom/missing-xlink-expected.png:
2422 * platform/mac/svg/hixie/error/012-expected.checksum:
2423 * platform/mac/svg/hixie/error/012-expected.png:
2425 2007-11-10 Darin Adler <darin@apple.com>
2429 - test for http://bugs.webkit.org/show_bug.cgi?id=15927
2430 delete a.c followed by __defineGetter__("c", ...) incorrectly deletes another property
2432 * fast/js/delete-then-put-expected.txt: Added.
2433 * fast/js/delete-then-put.html: Added.
2434 * fast/js/resources/delete-then-put.js: Added.
2436 2007-11-10 Sam Weinig <sam@webkit.org>
2438 Reviewed by Tim Hatcher.
2440 Follow up to <rdar://problem/5394877> Safari should not log unsafe JavaScript
2441 attempts when in private browsing mode (only an issue if Log JavaScript Exceptions
2444 Test using the new LayoutTestController.setPrivateBrowsingEnabled(bool)
2446 * http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
2447 * http/tests/security/cross-frame-access-private-browsing.html: Added.
2448 * platform/win/Skipped: Add new test to windows skip list until we have an
2449 implementation of LayoutTestController.setPrivateBrowsingEnabled(bool) for it.
2451 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
2455 http://bugs.webkit.org/show_bug.cgi?id=15922
2456 Implement more of Mozilla Selection API
2458 * editing/selection/containsNode-expected.txt: Added.
2459 * editing/selection/containsNode.html: Added.
2460 * editing/selection/deleteFromDocument-expected.txt: Added.
2461 * editing/selection/deleteFromDocument.html: Added.
2462 * editing/selection/extend-expected.txt: Added.
2463 * editing/selection/extend.html: Added.
2464 * editing/selection/selectAllChildren-expected.txt: Added.
2465 * editing/selection/selectAllChildren.html: Added.
2466 * fast/dom/Window/window-properties-expected.txt:
2468 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
2472 http://bugs.webkit.org/show_bug.cgi?id=15892
2473 DOM Range operations are not implemented for ProcessingInstruction nodes
2475 * fast/dom/Range/range-processing-instructions-expected.txt: Added.
2476 * fast/dom/Range/range-processing-instructions.html: Added.
2478 2007-11-09 Tristan O'Tierney <tristan@apple.com>
2480 Reviewed by Sam Weinig.
2482 * fast/dom/Window/window-resize-nan.html: Removed.
2483 * fast/dom/Window/window-resize-nan.html-disabled: Copied from fast/dom/Window/window-resize-nan.html.
2485 Disabled nan test until window resize issues can be resolved.
2487 2007-11-08 Adam Roben <aroben@apple.com>
2489 Add a test for <rdar://5483519> Pressing Enter on selected buttons should fire onclick
2493 * fast/forms/enter-clicks-buttons-expected.txt: Added.
2494 * fast/forms/enter-clicks-buttons.html: Added.
2496 2007-11-09 Dan Bernstein <mitz@apple.com>
2498 Reviewed by Antti Koivisto.
2500 - test that dynamically changing a descendant of an invisible layer to
2503 * fast/layers/layer-content-visibility-change.html: Added.
2504 * platform/mac/fast/layers/layer-content-visibility-change-expected.checksum: Added.
2505 * platform/mac/fast/layers/layer-content-visibility-change-expected.png: Added.
2506 * platform/mac/fast/layers/layer-content-visibility-change-expected.txt: Added.
2508 2007-11-09 Beth Dakin <bdakin@apple.com>
2512 Test for <rdar://problem/5586370> CSS Transform - incorrect matrix
2513 math leads to crazy problems
2515 * fast/transforms/identity-matrix.html: Added.
2516 * platform/mac/fast/transforms/identity-matrix-expected.checksum: Added.
2517 * platform/mac/fast/transforms/identity-matrix-expected.png: Added.
2518 * platform/mac/fast/transforms/identity-matrix-expected.txt: Added.
2520 2007-11-08 Oliver Hunt <oliver@apple.com>
2524 Layout test to guard against bit operation regressions.
2526 * fast/js/bitwise-and-on-undefined-expected.txt: Added.
2527 * fast/js/bitwise-and-on-undefined.html: Added.
2529 2007-11-08 Dan Bernstein <mitz@apple.com>
2531 Reviewed by Beth Dakin.
2533 - test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
2535 * fast/dom/length-attribute-mapping-expected.txt: Added.
2536 * fast/dom/length-attribute-mapping.html: Added.
2538 2007-11-08 Darin Adler <darin@apple.com>
2542 - test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
2544 * fast/forms/access-key.html: Check for both focus and click events on all elements, but
2545 resisted the urge to switch to the American spelling for "focused".
2547 * fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
2548 the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
2549 <input type=reset> are all both focused and clicked ("2 input type button clicked",
2550 "3 input type checkbox clicked", "5 input type submit focussed", and
2551 "6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
2552 send a click to <input type=text> and Gecko does. And there are still quite a few types
2553 that are not covered.
2555 2007-11-07 David Kilzer <ddkilzer@apple.com>
2557 WebKit confuses width/height for Media Queries device-aspect-ratio evaluation
2558 <http://bugs.webkit.org/show_bug.cgi?id=14893>
2559 <rdar://problem/5380295>
2563 Each of the following tests creates a <link> element and dynamically sets its
2564 media query based on the aspect ratio (width/height) of the current screen.
2565 When the <link> element is attached to the <head> node, the test expects the
2566 stylesheet to be loaded for the test to pass.
2568 * fast/css/device-aspect-ratio-expected.txt: Added.
2569 * fast/css/device-aspect-ratio.html: Added.
2571 This test sets the device-aspect-ratio to the current size of the screen.
2572 NOTE: This test passed before the fix.
2574 * fast/css/max-device-aspect-ratio-expected.txt: Added.
2575 * fast/css/max-device-aspect-ratio.html: Added.
2577 This test sets the max-device-aspect ratio to 100/1 for landscape monitors or
2578 1/1 for portrait (or square) monitors.
2579 NOTE: This test failed before the fix.
2581 * fast/css/min-device-aspect-ratio-expected.txt: Added.
2582 * fast/css/min-device-aspect-ratio.html: Added.
2584 This test sets the min-device-aspect ratio to 1/1 for landscape monitors or
2585 1/100 for portrait (or square) monitors.
2586 NOTE: This test failed before the fix.
2588 * fast/css/resources/device-aspect-ratio.css: Added.
2590 2007-11-07 Dan Bernstein <mitz@apple.com>
2592 Reviewed by Dave Hyatt.
2594 - test for http://bugs.webkit.org/show_bug.cgi?id=15887
2595 REGRESSION (r27576): Crash in RenderStyle::affectedByHoverRules clicking link on Digg
2597 * fast/css/display-none-inline-style-change-crash-expected.txt: Added.
2598 * fast/css/display-none-inline-style-change-crash.html: Added.
2600 2007-11-07 Dan Bernstein <mitz@apple.com>
2602 Reviewed by Darin Adler.
2604 - test that CSS rules with :hover in the ancestor chain continue to work
2605 after changing the inline style declaration of the ancestor
2607 * fast/css/affected-by-hover-after-style-change.html: Added.
2608 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.checksum: Added.
2609 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Added.
2610 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Added.
2612 2007-11-06 Geoffrey Garen <ggaren@apple.com>
2614 Reviewed by Darin Adler.
2616 Beefed up the RegExp.compile testcase to cover a mistake in the
2617 original check-in and a mistake I made while developing my new patch.
2619 * fast/js/resources/regexp-compile.js:
2621 2007-11-07 Lars Knoll <lars@trolltech.com>
2625 don't put nbsp's into the plan text paste
2627 Fix both ClipboardQt and PasteboardQt to replace
2628 nbsp's with spaces before putting the text onto the
2629 native clipboard. This is consistent with Mac and Win
2630 and fixes at least editing/pasteboard/4076267-3.html
2632 * platform/qt/Skipped:
2633 * platform/qt/editing/pasteboard/4076267-3-expected.txt: Added.
2635 2007-11-07 Lars Knoll <lars@trolltech.com>
2639 update test results after the last commit.
2641 * platform/qt/css1/box_properties/acid_test-expected.txt:
2642 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
2643 * platform/qt/fast/block/basic/011-expected.txt:
2644 * platform/qt/fast/block/margin-collapse/103-expected.txt:
2645 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
2646 * platform/qt/fast/forms/002-expected.txt:
2647 * platform/qt/fast/forms/005-expected.txt:
2648 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
2649 * platform/qt/fast/forms/formmove-expected.txt:
2650 * platform/qt/fast/forms/formmove2-expected.txt:
2651 * platform/qt/fast/forms/input-align-image-expected.txt:
2652 * platform/qt/fast/forms/input-appearance-height-expected.txt:
2653 * platform/qt/fast/forms/input-type-change-expected.txt:
2654 * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
2655 * platform/qt/fast/forms/radio-attr-order-expected.txt:
2656 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
2657 * platform/qt/fast/forms/radio_checked-expected.txt:
2658 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
2659 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
2660 * platform/qt/fast/forms/searchfield-heights-expected.txt:
2661 * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt:
2662 * platform/qt/fast/forms/slider-thumb-stylability-expected.txt:
2663 * platform/qt/fast/inline/positionedLifetime-expected.txt:
2664 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
2665 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
2666 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
2667 * platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
2668 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
2669 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
2670 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
2671 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
2673 2007-11-07 Lars Knoll <lars@trolltech.com>
2677 Update the list of skipped tests.
2679 Three more tests are passing.
2681 * platform/qt/Skipped:
2683 2007-11-07 Lars Knoll <lars@trolltech.com>
2687 add more passing test cases.
2689 * platform/qt/Skipped:
2690 * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Added.
2691 * platform/qt/editing/pasteboard/3976872-expected.txt: Added.
2692 * platform/qt/editing/pasteboard/4242293-1-expected.txt: Added.
2693 * platform/qt/editing/pasteboard/4242293-expected.txt: Added.
2694 * platform/qt/editing/pasteboard/4631972-expected.txt: Added.
2695 * platform/qt/editing/pasteboard/4641033-expected.txt: Added.
2696 * platform/qt/editing/pasteboard/4700297-expected.txt: Added.
2697 * platform/qt/editing/pasteboard/4806874-expected.txt: Added.
2698 * platform/qt/editing/pasteboard/4840662-expected.txt: Added.
2699 * platform/qt/editing/pasteboard/4944770-1-expected.txt: Added.
2700 * platform/qt/editing/pasteboard/4989774-expected.txt: Added.
2701 * platform/qt/editing/pasteboard/5006779-expected.txt: Added.
2702 * platform/qt/editing/pasteboard/5027857-expected.txt: Added.
2703 * platform/qt/editing/pasteboard/5032095-expected.txt: Added.
2704 * platform/qt/editing/pasteboard/5065605-expected.txt: Added.
2705 * platform/qt/editing/pasteboard/5071074-2-expected.txt: Added.
2706 * platform/qt/editing/pasteboard/5071074-expected.txt: Added.
2707 * platform/qt/editing/pasteboard/5075944-2-expected.txt: Added.
2708 * platform/qt/editing/pasteboard/5075944-3-expected.txt: Added.
2709 * platform/qt/editing/pasteboard/5075944-expected.txt: Added.
2710 * platform/qt/editing/pasteboard/5134759-expected.txt: Added.
2711 * platform/qt/editing/pasteboard/5156401-1-expected.txt: Added.
2712 * platform/qt/editing/pasteboard/5245519-expected.txt: Added.
2713 * platform/qt/editing/pasteboard/5247341-expected.txt: Added.
2714 * platform/qt/editing/pasteboard/5368833-expected.txt: Added.
2715 * platform/qt/editing/pasteboard/5387578-expected.txt: Added.
2716 * platform/qt/editing/pasteboard/5478250-expected.txt: Added.
2717 * platform/qt/editing/pasteboard/5483567-expected.txt: Added.
2718 * platform/qt/editing/pasteboard/7955-expected.txt: Added.
2719 * platform/qt/editing/pasteboard/8145-1-expected.txt: Added.
2720 * platform/qt/editing/pasteboard/8145-2-expected.txt: Added.
2721 * platform/qt/editing/pasteboard/8145-3-expected.txt: Added.
2722 * platform/qt/editing/pasteboard/bad-placeholder-expected.txt: Added.
2723 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Added.
2724 * platform/qt/editing/pasteboard/cut-text-001-expected.txt: Added.
2725 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
2726 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: Added.
2727 * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Added.
2728 * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
2729 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: Added.
2730 * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Added.
2731 * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: Added.
2732 * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: Added.
2733 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: Added.
2734 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: Added.
2735 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt: Added.
2736 * platform/qt/editing/pasteboard/merge-end-1-expected.txt: Added.
2737 * platform/qt/editing/pasteboard/merge-end-2-expected.txt: Added.
2738 * platform/qt/editing/pasteboard/merge-end-3-expected.txt: Added.
2739 * platform/qt/editing/pasteboard/merge-end-4-expected.txt: Added.
2740 * platform/qt/editing/pasteboard/merge-end-5-expected.txt: Added.
2741 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: Added.
2742 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt: Added.
2743 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Added.
2744 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Added.
2745 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: Added.
2746 * platform/qt/editing/pasteboard/merge-start-list-expected.txt: Added.
2747 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
2748 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
2749 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Added.
2750 * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: Added.
2751 * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Added.
2752 * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Added.
2753 * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: Added.
2754 * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: Added.
2755 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: Added.
2756 * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: Added.
2757 * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: Added.
2758 * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: Added.
2759 * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: Added.
2760 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: Added.
2761 * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: Added.
2762 * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: Added.
2763 * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: Added.
2764 * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: Added.
2765 * platform/qt/editing/pasteboard/paste-list-001-expected.txt: Added.
2766 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: Added.
2767 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: Added.
2768 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Added.
2769 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Added.
2770 * platform/qt/editing/pasteboard/paste-table-001-expected.txt: Added.
2771 * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Added.
2772 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Added.
2773 * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Added.
2774 * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Added.
2775 * platform/qt/editing/pasteboard/paste-text-004-expected.txt: Added.
2776 * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Added.
2777 * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Added.
2778 * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Added.
2779 * platform/qt/editing/pasteboard/paste-text-009-expected.txt: Added.
2780 * platform/qt/editing/pasteboard/paste-text-010-expected.txt: Added.
2781 * platform/qt/editing/pasteboard/paste-text-011-expected.txt: Added.
2782 * platform/qt/editing/pasteboard/paste-text-012-expected.txt: Added.
2783 * platform/qt/editing/pasteboard/paste-text-014-expected.txt: Added.
2784 * platform/qt/editing/pasteboard/paste-text-015-expected.txt: Added.
2785 * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Added.
2786 * platform/qt/editing/pasteboard/paste-text-017-expected.txt: Added.
2787 * platform/qt/editing/pasteboard/paste-text-018-expected.txt: Added.
2788 * platform/qt/editing/pasteboard/paste-text-019-expected.txt: Added.
2789 * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added.
2790 * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added.
2791 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added.
2792 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Added.
2793 * platform/qt/editing/pasteboard/pasting-object-expected.txt: Added.
2794 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt: Added.
2795 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
2796 * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
2797 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Added.
2798 * platform/qt/editing/pasteboard/styled-element-markup-expected.txt: Added.
2799 * platform/qt/editing/selection/4932260-1-expected.txt: Added.
2800 * platform/qt/editing/selection/5234383-1-expected.txt: Added.
2801 * platform/qt/editing/selection/extend-by-word-002-expected.txt: Added.
2802 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
2803 * platform/qt/editing/selection/select-box-expected.txt: Added.
2804 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
2805 * platform/qt/editing/style/font-family-with-space-expected.txt: Added.
2806 * platform/qt/editing/style/non-inheritable-styles-expected.txt: Added.
2807 * platform/qt/editing/style/relative-font-size-change-002-expected.txt: Added.
2808 * platform/qt/editing/undo/undo-misspellings-expected.txt: Added.
2809 * platform/qt/editing/undo/undo-typing-001-expected.txt: Added.
2810 * platform/qt/editing/unsupported-content/list-delete-001-expected.txt: Added.
2811 * platform/qt/editing/unsupported-content/list-delete-003-expected.txt: Added.
2812 * platform/qt/editing/unsupported-content/list-type-after-expected.txt: Added.
2813 * platform/qt/editing/unsupported-content/list-type-before-expected.txt: Added.
2814 * platform/qt/editing/unsupported-content/table-delete-001-expected.txt: Added.
2815 * platform/qt/editing/unsupported-content/table-delete-002-expected.txt: Added.
2816 * platform/qt/editing/unsupported-content/table-delete-003-expected.txt: Added.
2817 * platform/qt/editing/unsupported-content/table-type-after-expected.txt: Added.
2818 * platform/qt/editing/unsupported-content/table-type-before-expected.txt: Added.
2820 2007-11-07 Alexey Proskuryakov <ap@nypop.com>
2822 Finished moving editing/pasteboard/5583362.html to platform/mac (this test was crashing in ObjC test plugin,
2823 because it couldn't find its resources).
2825 * editing/resources/plaintext-pasteboard-data.dat: Removed.
2826 * platform/mac/editing/resources: Added.
2827 * platform/mac/editing/resources/plaintext-pasteboard-data.dat: Copied from editing/resources/plaintext-pasteboard-data.dat.
2829 2007-11-07 Dan Bernstein <mitz@apple.com>
2831 Reviewed by Brady Eidson.
2833 - test for http://bugs.webkit.org/show_bug.cgi?id=15877
2834 REGRESSION: r27486 caused a layout regression at my bank's website
2836 * fast/block/float/overhanging-after-height-decrease-offsets.html: Added.
2837 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.checksum: Added.
2838 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Added.
2839 * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Added.
2841 2007-11-06 Adam Roben <aroben@apple.com>
2843 Move a Mac-specific test to platform/mac
2845 * editing/pasteboard/5583362.html: Removed.
2846 * platform/mac/editing/pasteboard/5583362.html: Added.
2848 2007-11-06 Beth Dakin <bdakin@apple.com>
2852 New test for <rdar://problem/5575812> REGRESSION:When using
2853 absolute positioning with overflow:auto div, WebKit seems to add an
2855 * fast/overflow/overflow-auto-position-absolute.html: Added.
2856 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.checksum: Added.
2857 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
2858 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt: Added.
2860 Test with changed results. The measurements in the rtl example now
2861 more closely mirror the ltr example.
2862 * platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
2864 2007-11-06 Justin Garcia <justin.garcia@apple.com>
2866 Reviewed by Dan Bernstein.
2868 <rdar://problem/5583387> ASSERTION FAILED: !refChild->hasTagName(bodyTag) when pasting newline in plain text into rich text Mail
2869 <rdar://problem/5583362> REGRESSION (5523.10.3-TOT): Newlines stripped when pasting plain text in Mail
2871 * editing/pasteboard/5583362.html: Added.
2872 * editing/resources/plaintext-pasteboard-data.dat: Added.
2873 * platform/mac/editing/pasteboard/5583362-expected.checksum: Added.
2874 * platform/mac/editing/pasteboard/5583362-expected.png: Added.
2875 * platform/mac/editing/pasteboard/5583362-expected.txt: Added.
2877 2007-11-06 Antti Koivisto <antti@apple.com>
2879 Correct test results.
2881 * platform/mac/fast/layers/layer-visibility-expected.txt:
2883 2007-11-06 Antti Koivisto <antti@apple.com>
2887 Update test to cover
2888 <rdar://problem/5521068>
2889 Visibility not propagated correctly for children of a layer with z-index
2891 The fix for this was (accidentally) already checked in with r27277,
2892 with retroactive r=hyatt.
2894 * fast/layers/layer-visibility.html:
2895 * platform/mac/fast/layers/layer-visibility-expected.checksum:
2896 * platform/mac/fast/layers/layer-visibility-expected.png:
2897 * platform/mac/fast/layers/layer-visibility-expected.txt:
2899 2007-11-06 Justin Garcia <justin.garcia@apple.com>
2901 Reviewed by Darin Adler.
2903 <rdar://problem/5576619> REGRESSION: Caret disappears after deleting the last character in inline hole (15714)
2905 * platform/mac/editing/input/5576619-expected.checksum: Added.
2906 * platform/mac/editing/input/5576619-expected.png: Added.
2907 * platform/mac/editing/input/5576619-expected.txt: Added.
2908 * platform/mac/editing/input/5576619.html: Added.
2909 * platform/mac/editing/input/text-input-controller-expected.txt:
2911 2007-11-06 Dan Bernstein <mitz@apple.com>
2913 Reviewed by Antti Koivisto and Dave Hyatt.
2915 - test for <rdar://problem/5582961> Incorrect layout and floating object list corruption when CSS decreases a block's height
2917 * fast/block/float/overhanging-after-height-decrease.html: Added.
2918 * platform/mac-leopard/fast/block: Added.
2919 * platform/mac-leopard/fast/block/float: Added.
2920 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.checksum: Added.
2921 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
2922 * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt: Added.
2924 2007-11-05 Adele Peterson <adele@apple.com>
2928 Added test for poster attribute.
2930 * media/content/abe.png: Added.
2931 * media/content/greenbox.png: Added.
2932 * media/video-poster-expected.txt: Added.
2933 * media/video-poster.html: Added.
2935 2007-11-06 Antti Koivisto <antti@apple.com>
2939 Tests for media src attribute changes.
2941 * media/video-src-change-expected.txt: Added.
2942 * media/video-src-change.html: Added.
2943 * media/video-src-remove-expected.txt: Added.
2944 * media/video-src-remove.html: Added.
2945 * media/video-src-set-expected.txt: Added.
2946 * media/video-src-set.html: Added.
2947 * media/video-test.js:
2949 2007-11-06 Dan Bernstein <mitz@apple.com>
2951 Reviewed by Darin Adler.
2953 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15838
2954 Incomplete repaint toggling "How you know this person" on Facebook
2956 * fast/repaint/make-children-non-inline.html: Added.
2957 * platform/mac/fast/repaint/make-children-non-inline-expected.txt: Added.
2958 * platform/mac-leopard/fast/repaint: Added.
2959 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.checksum: Added.
2960 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.png: Added.
2962 2007-11-05 Adam Roben <aroben@apple.com>
2964 Remove a now-passing test from the Windows Skipped file
2968 * platform/win/Skipped:
2970 2007-11-05 Dan Bernstein <mitz@apple.com>
2972 Reviewed by Oliver Hunt.
2974 - test that an all-whitespace class attribute does not cause an assertion failure
2976 * fast/dom/class-all-whitespace-expected.txt: Added.
2977 * fast/dom/class-all-whitespace.html: Added.
2979 2007-11-05 Alexey Proskuryakov <ap@webkit.org>
2983 http://bugs.webkit.org/show_bug.cgi?id=15841
2984 fast/dom/Document/early-document-access.html crashes under GuardMalloc
2986 * fast/dom/Document/early-document-access.html: Don't check for open() timeout;
2987 wait for popup window to close as long as it takes.
2989 2007-11-03 Darin Adler <darin@apple.com>
2993 - updates for http://bugs.webkit.org/show_bug.cgi?id=15814
2994 <rdar://problem/5536644> fast/js/kde/encode_decode_uri.html fails
2996 * fast/js/kde/resources/encode_decode_uri.js: Rewrote the test to cover edges better,
2997 and use the should functions in a way that makes failures easier to understand.
2998 * fast/js/kde/encode_decode_uri-expected.txt: Updated.
3000 2007-11-02 Antti Koivisto <antti@apple.com>
3004 Test for video width/height DOM and content attributes.
3006 * media/video-width-height-expected.txt: Added.
3007 * media/video-width-height.html: Added.
3009 2007-11-02 Darin Adler <darin@apple.com>
3013 - test for http://bugs.webkit.org/show_bug.cgi?id=15806
3014 <rdar://problem/5561626> ASSERT(element->isRadioButton()) fires destroying form elements
3016 * fast/forms/remove-radio-button-assert-expected.txt: Added.
3017 * fast/forms/remove-radio-button-assert.html: Added.
3019 2007-11-02 Darin Adler <darin@apple.com>
3023 - update tests affected by fix for <rdar://problem/5530185> WebKit does not show
3024 <object> fallback content when both URL and MIME type is omitted
3026 * dom/html/level2/html/AppletsCollection-expected.txt: The text "Nothing here!" renders now.
3027 * fast/dom/HTMLDocument/object-by-name-unknown-child-element-expected.txt: Some blank
3029 * platform/mac/fast/invalid/residual-style-expected.txt: A font element renders now.
3031 2007-11-01 Dan Bernstein <mitz@apple.com>
3033 - fix typo in test name
3035 * fast/repaint/layout-state-only-posiitoned.html: Removed.
3036 * fast/repaint/layout-state-only-positioned.html: Copied from fast/repaint/layout-state-only-posiitoned.html.
3037 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Removed.
3038 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Removed.
3039 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Removed.
3040 * platform/mac/fast/repaint/layout-state-only-positioned-expected.checksum: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum.
3041 * platform/mac/fast/repaint/layout-state-only-positioned-expected.png: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png.
3042 * platform/mac/fast/repaint/layout-state-only-positioned-expected.txt: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt.
3044 2007-11-01 Geoffrey Garen <ggaren@apple.com>
3046 Reviewed by Maciej Stachowiak.
3048 Layout test for http://bugs.webkit.org/show_bug.cgi?id=15785
3049 REGRESSION(r27344): Crash on load at finance.yahoo.com
3051 * fast/js/activation-object-function-lifetime-expected.txt: Added.
3052 * fast/js/activation-object-function-lifetime.html: Added.
3054 2007-11-01 Dan Bernstein <mitz@apple.com>
3056 Reviewed by Dave Hyatt.
3058 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15015
3059 <rdar://problem/5420308> Most of www.aol.com redraws unnecessarily when headline/photo section changes
3061 * fast/repaint/overflow-clip-subtree-layout.html: Added.
3062 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.checksum: Added.
3063 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
3064 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
3066 2007-10-31 Adam Roben <aroben@apple.com>
3068 Add Windows-specific results for window-properties
3070 HTML Timed Media elements aren't implemented yet on Windows.
3072 * platform/win/fast/dom/Window/window-properties-expected.txt: Added.
3074 2007-10-31 Adam Roben <aroben@apple.com>
3076 New test for a crash when parsing a cubic-bezier function
3080 * fast/css/parse-timing-function-crash-expected.txt: Added.
3081 * fast/css/parse-timing-function-crash.html: Added.
3083 2007-10-31 Justin Garcia <justin.garcia@apple.com>
3085 Reviewed by Dave Harrison.
3087 * editing/execCommand/5569741.html: Added.
3088 * platform/mac/editing/execCommand/5569741-expected.checksum: Added.
3089 * platform/mac/editing/execCommand/5569741-expected.png: Added.
3090 * platform/mac/editing/execCommand/5569741-expected.txt: Added.
3092 2007-10-31 Antti Koivisto <antti@apple.com>
3094 Remove timing dependent, occasionally failing cue point tests.
3095 Cue points will be replaced with cue ranges soon anyway.
3097 * media/video-cuepoint-pause-expected.txt: Removed.
3098 * media/video-cuepoint-remove-multiple-expected.txt: Removed.
3099 * media/video-cuepoint-multiple-expected.txt: Removed.
3100 * media/video-cuepoint-remove-expected.txt: Removed.
3101 * media/video-cuepoint-pause.html: Removed.
3102 * media/video-cuepoint-remove-multiple.html: Removed.
3103 * media/video-cuepoint-multiple.html: Removed.
3104 * media/video-cuepoint-remove.html: Removed.
3105 * media/video-cuepoint-add-expected.txt: Removed.
3106 * media/video-cuepoint-add.html: Removed.
3108 2007-10-31 Lars Knoll <lars@trolltech.com>
3112 Fixes in the XML tokenizer when using QXmlStream.
3114 Use new functionality of QXmlStream in Qt 4.4 to simplify
3115 the code (but keep the old code for now to still support Qt 4.3).
3117 Add proper support for namespace handling when parsing into
3118 a document fragment.
3120 * platform/qt/Skipped:
3121 * platform/qt/dom/xhtml/level3/core/canonicalform10-expected.txt: Removed.
3122 * platform/qt/dom/xhtml/level3/core/canonicalform11-expected.txt: Removed.
3124 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
3128 http://bugs.webkit.org/show_bug.cgi?id=11001
3129 WebKit doesn't support RegExp.compile method
3131 * fast/js/regexp-compile-expected.txt: Added.
3132 * fast/js/regexp-compile.html: Added.
3133 * fast/js/resources/regexp-compile.js: Added.
3135 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
3139 http://bugs.webkit.org/show_bug.cgi?id=15762
3140 XSLStylesheet loads subresources from a wrong URL
3142 * fast/xsl/resources/xslt-second-level-import.xsl:
3143 * fast/parser/resources/external-entities.xsl.xsl:
3144 These tests depended on old buggy behavior.
3146 2007-10-30 Antti Koivisto <antti@apple.com>
3150 Media tests from feature branch.
3152 * fast/dom/Window/window-properties-expected.txt: Replaced.
3153 * fast/dom/Window/window-properties.html: Replaced.
3155 * media/audio-constructor-expected.txt: Added.
3156 * media/audio-constructor-src-expected.txt: Added.
3157 * media/audio-constructor-src.html: Added.
3158 * media/audio-constructor.html: Added.
3159 * media/content: Added.
3160 * media/content/test.mp4: Added.
3161 * media/content/test.wav: Added.
3162 * media/progress-event-expected.txt: Added.
3163 * media/progress-event.html: Added.
3164 * media/video-append-source-expected.txt: Added.
3165 * media/video-append-source.html: Added.
3166 * media/video-autoplay-expected.txt: Added.
3167 * media/video-autoplay.html: Added.
3168 * media/video-buffered-expected.txt: Added.
3169 * media/video-buffered.html: Added.
3170 * media/video-cuepoint-add-expected.txt: Added.
3171 * media/video-cuepoint-add.html: Added.
3172 * media/video-cuepoint-multiple-expected.txt: Added.
3173 * media/video-cuepoint-multiple.html: Added.
3174 * media/video-cuepoint-pause-expected.txt: Added.
3175 * media/video-cuepoint-pause.html: Added.
3176 * media/video-cuepoint-remove-expected.txt: Added.
3177 * media/video-cuepoint-remove-multiple-expected.txt: Added.
3178 * media/video-cuepoint-remove-multiple.html: Added.
3179 * media/video-cuepoint-remove.html: Added.
3180 * media/video-currentTime-expected.txt: Added.
3181 * media/video-currentTime-set-expected.txt: Added.
3182 * media/video-currentTime-set.html: Added.
3183 * media/video-currentTime-set2-expected.txt: Added.
3184 * media/video-currentTime-set2.html: Added.
3185 * media/video-currentTime.html: Added.
3186 * media/video-dom-autoplay-expected.txt: Added.
3187 * media/video-dom-autoplay.html: Added.
3188 * media/video-dom-end-expected.txt: Added.
3189 * media/video-dom-end.html: Added.
3190 * media/video-dom-loopcount-expected.txt: Added.
3191 * media/video-dom-loopcount.html: Added.
3192 * media/video-dom-loopend-expected.txt: Added.
3193 * media/video-dom-loopend.html: Added.
3194 * media/video-dom-loopstart-expected.txt: Added.
3195 * media/video-dom-loopstart.html: Added.
3196 * media/video-dom-src-expected.txt: Added.
3197 * media/video-dom-src.html: Added.
3198 * media/video-dom-start-expected.txt: Added.
3199 * media/video-dom-start.html: Added.
3200 * media/video-end-expected.txt: Added.
3201 * media/video-end.html: Added.
3202 * media/video-error-abort-expected.txt: Added.
3203 * media/video-error-abort.html: Added.
3204 * media/video-error-does-not-exist-expected.txt: Added.
3205 * media/video-error-does-not-exist.html: Added.
3206 * media/video-load-networkState-expected.txt: Added.
3207 * media/video-load-networkState.html: Added.
3208 * media/video-load-readyState-expected.txt: Added.
3209 * media/video-load-readyState.html: Added.
3210 * media/video-loopcount-expected.txt: Added.
3211 * media/video-loopcount.html: Added.
3212 * media/video-loopend-expected.txt: Added.
3213 * media/video-loopend.html: Added.
3214 * media/video-loopstart-expected.txt: Added.
3215 * media/video-loopstart.html: Added.
3216 * media/video-muted-expected.txt: Added.
3217 * media/video-muted.html: Added.
3218 * media/video-no-autoplay-expected.txt: Added.
3219 * media/video-no-autoplay.html: Added.
3220 * media/video-seekable-expected.txt: Added.
3221 * media/video-seekable.html: Added.
3222 * media/video-size-expected.txt: Added.
3223 * media/video-size.html: Added.
3224 * media/video-source-expected.txt: Added.
3225 * media/video-source-media-expected.txt: Added.
3226 * media/video-source-media.html: Added.
3227 * media/video-source-type-expected.txt: Added.
3228 * media/video-source-type.html: Added.
3229 * media/video-source.html: Added.
3230 * media/video-src-expected.txt: Added.
3231 * media/video-src-source-expected.txt: Added.
3232 * media/video-src-source.html: Added.
3233 * media/video-src.html: Added.
3234 * media/video-start-expected.txt: Added.
3235 * media/video-start.html: Added.
3236 * media/video-test.js: Added.
3237 * media/video-volume-expected.txt: Added.
3238 * media/video-volume.html: Added.
3239 * platform/qt/Skipped:
3240 * platform/win/Skipped:
3242 2007-10-30 Justin Garcia <set EMAIL_ADDRESS environment variable>
3244 Reviewed by Darin Adler.
3246 <rdar://problem/5549929> CrashTracer: [USER] 35 crashes at WebCore::CharacterData::insertData
3248 * editing/inserting/5549929-1-expected.txt: Added.
3249 * editing/inserting/5549929-1.html: Added.
3250 * editing/inserting/5549929-2.html: Added.
3251 * editing/inserting/5549929-3.html: Added.
3252 * platform/mac/editing/inserting/5549929-2-expected.checksum: Added.
3253 * platform/mac/editing/inserting/5549929-2-expected.png: Added.
3254 * platform/mac/editing/inserting/5549929-2-expected.txt: Added.
3255 * platform/mac/editing/inserting/5549929-3-expected.checksum: Added.
3256 * platform/mac/editing/inserting/5549929-3-expected.png: Added.
3257 * platform/mac/editing/inserting/5549929-3-expected.txt: Added.
3259 2007-10-30 Adam Roben <aroben@apple.com>
3261 Add another failing test to the Windows Skipped file
3263 * platform/win/Skipped:
3265 2007-10-30 Sam Weinig <sam@webkit.org>
3267 Rubber-stamped by Adam Roben.
3269 Update test to not intermittently fail.
3271 * http/tests/security/host-compare-case-insensitive-expected.txt:
3272 * http/tests/security/host-compare-case-insensitive.html:
3273 * http/tests/security/resources/cross-frame-iframe.html:
3274 * http/tests/security/resources/localhost-accesssor.html:
3276 2007-10-30 Beth Dakin <bdakin@apple.com>
3278 Rubber stamped by Geoff.
3280 This test needed updated results from my patch last night. It has
3281 <parsererror> tags, which are now block instead on inline.
3283 * platform/mac/fast/frames/onlyCommentInIFrame-expected.checksum: Replaced.
3284 * platform/mac/fast/frames/onlyCommentInIFrame-expected.png: Replaced.
3285 * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
3287 2007-10-30 Beth Dakin <bdakin@apple.com>
3289 Rubber stamped by Geoff.
3291 Fixing two layout test mixups from my patch last night.
3293 I added this test, but checked in old results:
3294 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
3296 I removed the results of this test by accident:
3297 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Added.
3299 2007-10-29 Beth Dakin <bdakin@apple.com>
3303 New tests and new results for old tests for <rdar://problem/
3304 5399614> anchor tag is not rendered without text content, works in
3305 Firefox with CSS background-image (13237)
3308 * fast/inline/drawStyledEmptyInlines.html: Added.
3309 * fast/inline/drawStyledEmptyInlinesWithWS.html: Added.
3310 * fast/inline/emptyInlinesWithinLists.html: Added.
3311 * fast/inline/styledEmptyInlinesWithBRs.html: Added.
3312 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.checksum: Added.
3313 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png: Added.
3314 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt: Added.
3315 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.checksum: Added.
3316 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: Added.
3317 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added.
3318 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.checksum: Added.
3319 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png: Added.
3320 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.txt: Added.
3321 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.checksum: Added.
3322 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png: Added.
3323 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.txt: Added.
3325 New results for tests with <paserererrors> since <parsererror> is
3327 * platform/mac/fast/invalid/junk-data-expected.checksum: Replaced.
3328 * platform/mac/fast/invalid/junk-data-expected.png: Replaced.
3329 * platform/mac/fast/invalid/junk-data-expected.txt:
3330 * platform/mac/fast/invalid/missing-end-tag-expected.checksum: Replaced.
3331 * platform/mac/fast/invalid/missing-end-tag-expected.png: Replaced.
3332 * platform/mac/fast/invalid/missing-end-tag-expected.txt:
3333 * platform/mac/fast/parser/xhtml-alternate-entities-expected.checksum: Replaced.
3334 * platform/mac/fast/parser/xhtml-alternate-entities-expected.png: Replaced.
3335 * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
3336 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.checksum: Replaced.
3337 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png: Replaced.
3338 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Removed.
3339 * platform/mac/svg/custom/junk-data-expected.checksum: Replaced.
3340 * platform/mac/svg/custom/junk-data-expected.png: Replaced.
3341 * platform/mac/svg/custom/junk-data-expected.txt:
3342 * platform/mac/svg/custom/missing-xlink-expected.checksum: Replaced.
3343 * platform/mac/svg/custom/missing-xlink-expected.png: Replaced.
3344 * platform/mac/svg/custom/missing-xlink-expected.txt:
3345 * platform/mac/svg/hixie/error/012-expected.checksum: Replaced.
3346 * platform/mac/svg/hixie/error/012-expected.png: Replaced.
3347 * platform/mac/svg/hixie/error/012-expected.txt:
3349 2007-10-29 Dan Bernstein <mitz@apple.com>
3351 Reviewed by Adam Roben.
3353 - test for http://bugs.webkit.org/show_bug.cgi?id=15750
3354 REGRESSION(r27173): Web Inspector freezes beneath Image::drawPattern()
3356 * fast/backgrounds/size/zero.html: Added.
3357 * platform/mac/fast/backgrounds/size/zero-expected.checksum: Added.
3358 * platform/mac/fast/backgrounds/size/zero-expected.png: Added.
3359 * platform/mac/fast/backgrounds/size/zero-expected.txt: Added.
3361 2007-10-29 Sam Weinig <sam@webkit.org>
3363 Rubber-stamped by Adam Roben.
3365 Simplify the dataURL xxs tests.
3367 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
3368 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html:
3369 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
3370 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
3371 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html:
3372 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame.html:
3373 * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
3374 * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url.html:
3375 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
3376 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open.html:
3377 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
3378 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
3379 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
3380 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html:
3381 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
3382 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open.html:
3384 2007-10-29 Alexey Proskuryakov <ap@webkit.org>
3388 Test for http://bugs.webkit.org/show_bug.cgi?id=10030
3389 Star Alliance site is opened without the main frame
3391 * fast/frames/location-change-expected.txt: Added.
3392 * fast/frames/location-change.html: Added.
3393 * fast/frames/resources/location-change-frame-1.html: Added.
3394 * fast/frames/resources/location-change-frame-2.html: Added.
3396 2007-10-29 Dan Bernstein <mitz@apple.com>
3398 Reviewed by John Sullivan,
3400 - repaint test for <rdar://problem/5424455> REGRESSION (r21168-r21193, Tiger only): Safari scrollbar is clipped at top when loading particular RSS page
3402 * fast/repaint/layout-state-only-posiitoned.html: Added.
3403 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Added.
3404 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Added.
3405 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Added.
3407 2007-10-29 David Kilzer <ddkilzer@webkit.org>
3409 Test for: REGRESSION (r17701): Favicons should be viewable as image documents
3410 <http://bugs.webkit.org/show_bug.cgi?id=15640>
3414 * fast/images/favicon-as-image.html: Added.
3415 * fast/images/resources/favicon.ico: Added.
3416 * platform/mac/fast/images/favicon-as-image-expected.checksum: Added.
3417 * platform/mac/fast/images/favicon-as-image-expected.png: Added.
3418 * platform/mac/fast/images/favicon-as-image-expected.txt: Added.
3420 2007-10-28 Alexey Proskuryakov <ap@webkit.org>
3424 Test for http://bugs.webkit.org/show_bug.cgi?id=10734
3426 * fast/dom/HTMLOptionElement/set-option-index-text-expected.txt: Added.
3427 * fast/dom/HTMLOptionElement/set-option-index-text.html: Added.
3429 2007-10-28 Eric Seidel <eric@webkit.org>
3433 * platform/mac/svg/custom/path-bad-data-expected.txt: updated to better results
3435 2007-10-28 Darin Adler <darin@apple.com>
3439 - test for http://bugs.webkit.org/show_bug.cgi?id=15735
3440 remove GroupNode to simplify AST and possibly get a modest speedup
3442 One test is a start at testing that parentheses are added when needed.
3443 The other test checks some aspects of object literals, since I changed
3444 the way the property names is handled in those. More tests are needed.
3446 * fast/js/function-toString-object-literals-expected.txt: Added.
3447 * fast/js/function-toString-object-literals.html: Added.
3448 * fast/js/function-toString-parentheses-expected.txt: Added.
3449 * fast/js/function-toString-parentheses.html: Added.
3450 * fast/js/resources/function-toString-object-literals.js: Added.
3451 * fast/js/resources/function-toString-parentheses.js: Added.
3453 2007-10-28 Adam Roben <aroben@apple.com>
3455 Re-enable a bunch of passing tests on Windows
3457 * platform/win/Skipped:
3459 2007-10-27 Adam Roben <aroben@apple.com>
3461 Updated Windows Skipped file for currently failing tests
3463 * platform/win/Skipped:
3465 2007-10-27 Adam Roben <aroben@apple.com>
3467 Fix HTMLDocument12.xhtml on Leopard/Windows
3469 <rdar://5313535> and <rdar://5539816>
3471 The test succeeds on Leopard and Windows, but fails on Tiger. For some
3472 reason, failing expected results had been checked in to
3473 platform/mac-leopard. The test seems to be passing now, so I moved the
3474 failing results to platform/mac-tiger.
3476 Reviewed by Maciej and Sam.
3478 * platform/mac-leopard/dom/xhtml/level2/html/HTMLDocument12-expected.txt: Removed.
3479 * platform/mac-tiger/dom/xhtml/level2/html/HTMLDocument12-expected.txt:
3480 Moved from platform/mac-leopard.
3482 2007-10-27 Sam Weinig <sam@webkit.org>
3484 Hit with the rubber-stamp of Timothy Hatcher.
3486 Tests for window.console's functions.
3488 * fast/dom/Window/console-functions-expected.txt: Added.
3489 * fast/dom/Window/console-functions.html: Added.
3491 2007-10-27 Sam Weinig <sam@webkit.org>
3493 Reviewed by Tim Hatcher.
3495 Speculative fix for an intermittently failing test
3497 * fast/dom/Window/resources/opened-window.html: Added.
3498 * fast/dom/Window/window-early-properties.html: Use onload for opened
3499 window and use a local file instead of a data: URL to avoid same origin
3502 2007-10-27 Sam Weinig <sam@webkit.org>
3504 Reviewed by Adam Roben.
3506 Update tests for http://bugs.webkit.org/show_bug.cgi?id=14953
3507 Implement window.console in WebCore
3509 * fast/dom/Window/window-properties-expected.txt:
3510 * http/tests/security/cross-frame-access-put-expected.txt:
3512 2007-10-27 Matt Lilek <webkit@mattlilek.com>
3516 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
3518 2007-10-27 Adam Roben <aroben@apple.com>
3520 Speculative fix for an intermittently failing test
3522 Reviewed by Sam and Eric.
3524 * http/tests/local/style-access-before-stylesheet-loaded.html: Use
3525 waitUntilDone/notifyDone.
3527 2007-10-27 Adam Roben <aroben@apple.com>
3529 Add some more failing tests to the Windows Skipped file
3531 * platform/win/Skipped:
3533 2007-10-27 Dan Bernstein <mitz@apple.com>
3535 Reviewed by Darin Adler.
3537 - test for <rdar://problem/5530657>
3539 * fast/table/colgroup-relative-expected.txt: Added.
3540 * fast/table/colgroup-relative.html: Added.
3542 2007-10-27 Julien <julien.chaffraix@gmail.com>
3546 http://bugs.webkit.org/show_bug.cgi?id=13141
3547 XMLHttpRequest should set readyState to 0 after abort()
3549 * fast/dom/xmlhttprequest-html-response-encoding.html: correct malformed page
3550 * http/tests/xmlhttprequest/xmlhttprequest-abord-readyState-expect.txt: Added.
3551 * http/tests/xmlhttprequest/xmlhttprequest-abort-readyState.html: Added.
3553 2007-10-27 Dan Bernstein <mitz@apple.com>
3555 Reviewed by Dave Hyatt.
3557 - rotated border image test
3559 * fast/borders/border-image-rotate-transform.html: Added.
3560 * platform/mac/fast/borders/border-image-rotate-transform-expected.checksum: Added.
3561 * platform/mac/fast/borders/border-image-rotate-transform-expected.png: Added.
3562 * platform/mac/fast/borders/border-image-rotate-transform-expected.txt: Added.
3564 2007-10-27 Alexey Proskuryakov <ap@webkit.org>
3568 http://bugs.webkit.org/show_bug.cgi?id=15555
3569 XMLHttpRequest does not support charset "x-user-defined", which can
3570 facilitate loading of binary data
3572 * http/tests/xmlhttprequest/binary-x-user-defined-expected.txt: Added.
3573 * http/tests/xmlhttprequest/binary-x-user-defined.html: Added.
3574 * http/tests/xmlhttprequest/resources/256.bin: Added.
3576 2007-10-27 Alexey Proskuryakov <ap@webkit.org>
3580 Test by Christopher Rogers <christorogers@gmail.com>.
3582 http://bugs.webkit.org/show_bug.cgi?id=15467
3583 Setting innerHTML to blank string in application/xhtml+xml mode
3584 throws DOM Exception 7
3586 * fast/dom/blank-innerHTML-expected.txt: Added.
3587 * fast/dom/blank-innerHTML.xhtml: Added.
3589 2007-10-26 Tristan O'Tierney <tristan@apple.com>
3591 Reviewed by Darin Adler.
3593 Added new test cases to handle non-number input to window adjusting
3594 functions like resizeTo, resizeBy, moveTo, and moveBy for
3595 <rdar://problem/5555053>.
3597 * fast/dom/Window/window-resize-nan-expected.txt: Added.
3598 * fast/dom/Window/window-resize-nan.html: Added.
3600 2007-10-26 Darin Adler <darin@apple.com>
3604 - test changes for http://bugs.webkit.org/show_bug.cgi?id=15703
3605 fix numeric functions -- improve correctness and speed
3607 * fast/js/resources/char-at.js: Updated test to expect that we get the first
3608 character if we pass NaN to charAt and charCodeAt; it's what the specification
3609 asks for and matches other browsers too.
3610 * fast/js/char-at-expected.txt: Updated.
3612 2007-10-26 Mark Rowe <mrowe@apple.com>
3614 Update expected results.
3616 * platform/mac/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
3618 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
3622 http://bugs.webkit.org/show_bug.cgi?id=15650
3623 XML attribute nodes are not importable
3625 * fast/dom/import-attribute-node-expected.txt: Added.
3626 * fast/dom/import-attribute-node.html: Added.
3627 * fast/dom/import-document-fragment-expected.txt: Added.
3628 * fast/dom/import-document-fragment.html: Added.
3630 * dom/xhtml/level3/core/nodeisequalnode17-expected.txt: Now passes.
3632 2007-10-25 Dan Bernstein <mitz@apple.com>
3634 Reviewed by Dave Hyatt.
3636 - test for http://bugs.webkit.org/show_bug.cgi?id=15362
3637 <rdar://problem/5558715> Safari Crashes when opening a JS TreeGrid widget
3639 * fast/dynamic/insert-before-table-part-in-continuation.html: Added.
3640 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.checksum: Added.
3641 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
3642 * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
3644 2007-10-25 Holger Freyther <zecke@selfish.org>
3646 Reviewed by Simon Hausmann <hausmann@kde.org>.
3648 * We need to set a != 0 status code for the fast/loader/xmlhttprequest-missing-file-exception.html
3649 * libxml2 has the semantic that when writing an empty string and finishing it will report an error. For QXmlStreamReader this is valid.
3650 * This is causing some regressions...
3653 * platform/qt/Skipped:
3655 2007-10-25 Holger Freyther <zecke@selfish.org>
3657 Reviewed by Simon Hausmann <hausmann@kde.org>.
3659 * Make fast/loader/xmlhttprequest-bad-mimetype.html pass. We use QHttp to download local files but we may not set the HTTP result code on the ResourceResponse.
3660 * We can use the cross-platform result now. QWebNetworkInterface/Manager behaves the same as mac for local files.
3663 * platform/qt/Skipped:
3664 * platform/qt/fast/dom/xmlhttprequest-get-expected.txt: Removed.
3666 2007-10-25 Holger Freyther <zecke@selfish.org>
3668 Reviewed by Simon Hausmann <hausmann@kde.org>.
3670 * Implement our own queuing of network jobs to allow special handling of synchronous jobs. This makes us pass the fast/dom/xmlhttprequest-html-response-encoding.html test without a crash. Sync jobs will get a special treatment over the normals ones and in theory more than one sync job is supported.
3671 * This should be thread-safe besides QWebNetworkJob::{ref,deref}
3674 * platform/qt/Skipped:
3676 2007-10-25 Holger Freyther <zecke@selfish.org>
3678 Reviewed by Simon Hausmann <hausmann@kde.org>.
3680 * Do the percent replacement only when we are not base64. With base64 we should not have any % in it anyway.
3681 * Have a custom decodePercentEncoding method that works without doing any charset conversion. With converting back to latin1() we lost some information.
3682 * We pass the char-decoding.html test now
3685 * platform/qt/Skipped:
3687 2007-10-25 Geoffrey Garen <ggaren@apple.com>
3689 Layout tests for bugs that might result from changes like
3690 http://bugs.webkit.org/show_bug.cgi?id=15683
3692 * fast/js/vardecl-preserve-parameters-expected.txt: Added.
3693 * fast/js/vardecl-preserve-parameters.html: Added.
3694 * fast/js/vardecl-preserve-vardecl-expected.txt: Added.
3695 * fast/js/vardecl-preserve-vardecl.html: Added.
3697 2007-10-24 Justin Garcia <justin.garcia@apple.com>
3701 <rdar://problem/5544856>
3702 REGRESSION: After typing 2-byte text, undo only undoes one keystroke at a time
3704 * platform/mac/editing/input/text-input-controller-expected.txt: The delete
3705 we were using previously to remove the old composition makes fewer calls to
3706 the editing delegate.
3708 2007-10-24 Alice Liu <alice.liu@apple.com>
3712 * platform/win/Skipped:
3714 2007-10-24 Eric Seidel <eric@webkit.org>
3718 Make sure we throw an un-catchable out of memory exception.
3720 * fast/js/out-of-memory.html: Added.
3722 2007-10-24 Dan Bernstein <mitz@apple.com>
3724 Reviewed by Oliver Hunt.
3726 - updated results to reflect which table parts are anonymous
3728 2007-10-24 Mark Rowe <mrowe@apple.com>
3730 Fix incorrect test results landed with r26986.
3732 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt:
3733 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt:
3735 2007-10-24 Lars Knoll <lars@trolltech.com>
3739 update test results.
3741 * fast/dom/Window/new-window-opener-expected.txt:
3742 * fast/dom/Window/window-resize-expected.txt:
3743 * fast/dom/open-and-close-by-DOM-expected.txt:
3744 * fast/innerHTML/innerHTML-script-tag-crash-expected.txt:
3745 * fast/js/date-DST-time-cusps-expected.txt:
3746 * fast/js/date-big-setdate-expected.txt:
3747 * fast/js/navigator-mimeTypes-length-expected.txt:
3748 * fast/parser/entities-in-attributes-expected.txt:
3749 * fast/xpath/4XPath/Borrowed/od_20000608-expected.txt:
3750 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
3751 * platform/qt/css1/text_properties/text_transform-expected.txt:
3752 * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt:
3753 * platform/qt/editing/selection/4402375-expected.txt: Added.
3754 * platform/qt/editing/selection/4932260-3-expected.txt:
3755 * platform/qt/editing/selection/5234383-2-expected.txt:
3756 * platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
3757 * platform/qt/editing/selection/image-before-linebreak-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/image-before-linebreak-expected.txt.
3758 * platform/qt/editing/selection/replaced-boundaries-1-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.txt.
3759 * platform/qt/editing/selection/replaced-boundaries-2-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.txt.
3760 * platform/qt/editing/selection/replaced-boundaries-3-expected.txt: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.txt.
3761 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
3762 * platform/qt/fast/dynamic/containing-block-change-expected.txt: Added.
3763 * platform/qt/fast/events/event-listener-on-link-expected.txt: Copied from LayoutTests/platform/mac/fast/events/event-listener-on-link-expected.txt.
3764 * platform/qt/fast/events/event-sender-mouse-moved-expected.txt: Added.
3765 * platform/qt/fast/events/label-focus-expected.txt: Added.
3766 * platform/qt/fast/events/onload-re-entry-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onload-re-entry-expected.txt.
3767 * platform/qt/fast/events/onloadFrameCrash-expected.txt: Copied from LayoutTests/platform/mac/fast/events/onloadFrameCrash-expected.txt.
3768 * platform/qt/fast/repaint/body-background-image-expected.txt: Added.
3769 * platform/qt/fast/repaint/focus-layers-expected.txt: Added.
3770 * platform/qt/fast/repaint/layer-visibility-expected.txt: Copied from LayoutTests/platform/mac/fast/repaint/layer-visibility-expected.txt.
3771 * platform/qt/fast/table/frame-and-rules-expected.txt:
3772 * platform/qt/fast/text/international/003-expected.txt:
3773 * platform/qt/fast/text/international/bidi-listbox-atsui-expected.txt:
3774 * platform/qt/fast/text/international/bidi-listbox-expected.txt:
3775 * platform/qt/fast/text/international/thai-line-breaks-expected.txt:
3776 * platform/qt/plugins/embed-attributes-style-expected.txt: Added.
3778 2007-10-24 Julien Chaffraix <julien.chaffraix@gmail.com>
3782 Tests for http://bugs.webkit.org/show_bug.cgi?id=15356
3783 getResponseHeader and getAllResponseHeaders do not throw exceptions
3785 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders-expected.txt: Added.
3786 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getAllRequestHeaders.html: Added.
3787 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader-expected.txt: Added.
3788 * http/tests/xmlhttprequest/xmlhttprequest-InvalidStateException-getRequestHeader.html: Added.
3789 * http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader-expected.txt: Added.
3790 * http/tests/xmlhttprequest/xmlhttprequest-invalidHeader-getRequestHeader.html: Added.
3792 2007-10-24 Lars Knoll <lars@trolltech.com>
3796 these tests don't crash anymore :)
3798 * platform/qt/Skipped:
3799 * platform/qt/editing/selection/mixed-editability-8-expected.txt: Added.
3800 * platform/qt/editing/style/remove-underline-across-paragraph-expected.txt: Added.
3801 * platform/qt/editing/style/remove-underline-across-paragraph-in-bold-expected.txt: Added.
3803 2007-10-24 Lars Knoll <lars@trolltech.com>
3807 add a layoutTestController.dumpSelectionRect() dummy. It only has an effect on mac pixel tests anyway. Makes us pass another 5 test cases.
3809 * platform/qt/Skipped:
3811 2007-10-24 Lars Knoll <lars@trolltech.com>
3815 we're passing most editing tests now. Commit them.
3817 * platform/qt/Skipped:
3818 * platform/qt/editing/deleting/4845371-expected.txt: Added.
3819 * platform/qt/editing/deleting/4866671-expected.txt: Added.
3820 * platform/qt/editing/deleting/4875189-expected.txt: Added.
3821 * platform/qt/editing/deleting/4922367-expected.txt: Added.
3822 * platform/qt/editing/deleting/5026848-1-expected.txt: Added.
3823 * platform/qt/editing/deleting/5026848-2-expected.txt: Added.
3824 * platform/qt/editing/deleting/5026848-3-expected.txt: Added.
3825 * platform/qt/editing/deleting/5032066-expected.txt: Added.
3826 * platform/qt/editing/deleting/5091898-expected.txt: Added.
3827 * platform/qt/editing/deleting/5099303-expected.txt: Added.
3828 * platform/qt/editing/deleting/5115601-expected.txt: Added.
3829 * platform/qt/editing/deleting/5126166-expected.txt: Added.
3830 * platform/qt/editing/deleting/5144139-2-expected.txt: Added.
3831 * platform/qt/editing/deleting/5156801-2-expected.txt: Added.
3832 * platform/qt/editing/deleting/5156801-expected.txt: Added.
3833 * platform/qt/editing/deleting/5168598-expected.txt: Added.
3834 * platform/qt/editing/deleting/5206311-1-expected.txt: Added.
3835 * platform/qt/editing/deleting/5206311-2-expected.txt: Added.
3836 * platform/qt/editing/deleting/5272440-expected.txt: Added.
3837 * platform/qt/editing/deleting/5300379-expected.txt: Added.
3838 * platform/qt/editing/deleting/5369009-expected.txt: Added.
3839 * platform/qt/editing/deleting/5390681-2-expected.txt: Added.
3840 * platform/qt/editing/deleting/5390681-expected.txt: Added.
3841 * platform/qt/editing/deleting/5408255-expected.txt: Added.
3842 * platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
3843 * platform/qt/editing/deleting/delete-3608430-fix-expected.txt: Added.
3844 * platform/qt/editing/deleting/delete-3608445-fix-expected.txt: Added.
3845 * platform/qt/editing/deleting/delete-3608462-fix-expected.txt: Added.
3846 * platform/qt/editing/deleting/delete-3775172-fix-expected.txt: Added.
3847 * platform/qt/editing/deleting/delete-3800834-fix-expected.txt: Added.
3848 * platform/qt/editing/deleting/delete-3857753-fix-expected.txt: Added.
3849 * platform/qt/editing/deleting/delete-3865854-fix-expected.txt: Added.
3850 * platform/qt/editing/deleting/delete-3928305-fix-expected.txt: Added.
3851 * platform/qt/editing/deleting/delete-3959464-fix-expected.txt: Added.
3852 * platform/qt/editing/deleting/delete-4038408-fix-expected.txt: Added.
3853 * platform/qt/editing/deleting/delete-4083333-fix-expected.txt: Added.
3854 * platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
3855 * platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
3856 * platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
3857 * platform/qt/editing/deleting/delete-and-undo-expected.txt: Added.
3858 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Added.
3859 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
3860 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
3861 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
3862 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
3863 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
3864 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
3865 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
3866 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
3867 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
3868 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
3869 * platform/qt/editing/deleting/delete-at-start-or-end-expected.txt: Added.
3870 * platform/qt/editing/deleting/delete-block-contents-001-expected.txt: Added.
3871 * platform/qt/editing/deleting/delete-block-contents-002-expected.txt: Added.
3872 * platform/qt/editing/deleting/delete-block-contents-003-expected.txt: Added.
3873 * platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
3874 * platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
3875 * platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
3876 * platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
3877 * platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
3878 * platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
3879 * platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
3880 * platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
3881 * platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
3882 * platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
3883 * platform/qt/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
3884 * platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
3885 * platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
3886 * platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
3887 * platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
3888 * platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
3889 * platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
3890 * platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
3891 * platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
3892 * platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
3893 * platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
3894 * platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
3895 * platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
3896 * platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
3897 * platform/qt/editing/deleting/delete-block-table-expected.txt: Added.
3898 * platform/qt/editing/deleting/delete-br-001-expected.txt: Added.
3899 * platform/qt/editing/deleting/delete-br-002-expected.txt: Added.
3900 * platform/qt/editing/deleting/delete-br-003-expected.txt: Added.
3901 * platform/qt/editing/deleting/delete-br-004-expected.txt: Added.
3902 * platform/qt/editing/deleting/delete-br-005-expected.txt: Added.
3903 * platform/qt/editing/deleting/delete-br-006-expected.txt: Added.
3904 * platform/qt/editing/deleting/delete-br-007-expected.txt: Added.
3905 * platform/qt/editing/deleting/delete-br-008-expected.txt: Added.
3906 * platform/qt/editing/deleting/delete-br-009-expected.txt: Added.
3907 * platform/qt/editing/deleting/delete-br-010-expected.txt: Added.
3908 * platform/qt/editing/deleting/delete-br-011-expected.txt: Added.
3909 * platform/qt/editing/deleting/delete-br-012-expected.txt: Added.
3910 * platform/qt/editing/deleting/delete-by-word-001-expected.txt: Added.
3911 * platform/qt/editing/deleting/delete-by-word-002-expected.txt: Added.
3912 * platform/qt/editing/deleting/delete-character-001-expected.txt: Added.
3913 * platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
3914 * platform/qt/editing/deleting/delete-first-list-item-expected.txt: Added.
3915 * platform/qt/editing/deleting/delete-hr-expected.txt: Added.
3916 * platform/qt/editing/deleting/delete-image-001-expected.txt: Added.
3917 * platform/qt/editing/deleting/delete-image-002-expected.txt: Added.
3918 * platform/qt/editing/deleting/delete-image-003-expected.txt: Added.
3919 * platform/qt/editing/deleting/delete-image-004-expected.txt: Added.
3920 * platform/qt/editing/deleting/delete-leading-ws-001-expected.txt: Added.
3921 * platform/qt/editing/deleting/delete-line-001-expected.txt: Added.
3922 * platform/qt/editing/deleting/delete-line-002-expected.txt: Added.
3923 * platform/qt/editing/deleting/delete-line-003-expected.txt: Added.
3924 * platform/qt/editing/deleting/delete-line-004-expected.txt: Added.
3925 * platform/qt/editing/deleting/delete-line-005-expected.txt: Added.
3926 * platform/qt/editing/deleting/delete-line-006-expected.txt: Added.
3927 * platform/qt/editing/deleting/delete-line-007-expected.txt: Added.
3928 * platform/qt/editing/deleting/delete-line-008-expected.txt: Added.
3929 * platform/qt/editing/deleting/delete-line-009-expected.txt: Added.
3930 * platform/qt/editing/deleting/delete-line-010-expected.txt: Added.
3931 * platform/qt/editing/deleting/delete-line-011-expected.txt: Added.
3932 * platform/qt/editing/deleting/delete-line-012-expected.txt: Added.
3933 * platform/qt/editing/deleting/delete-line-013-expected.txt: Added.
3934 * platform/qt/editing/deleting/delete-line-014-expected.txt: Added.
3935 * platform/qt/editing/deleting/delete-line-015-expected.txt: Added.
3936 * platform/qt/editing/deleting/delete-line-016-expected.txt: Added.
3937 * platform/qt/editing/deleting/delete-line-017-expected.txt: Added.
3938 * platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
3939 * platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
3940 * platform/qt/editing/deleting/delete-link-1-expected.txt: Added.
3941 * platform/qt/editing/deleting/delete-listitem-001-expected.txt: Added.
3942 * platform/qt/editing/deleting/delete-listitem-002-expected.txt: Added.
3943 * platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt: Added.
3944 * platform/qt/editing/deleting/delete-select-all-002-expected.txt: Added.
3945 * platform/qt/editing/deleting/delete-select-all-003-expected.txt: Added.
3946 * platform/qt/editing/deleting/delete-selection-001-expected.txt: Added.
3947 * platform/qt/editing/deleting/delete-tab-001-expected.txt: Added.
3948 * platform/qt/editing/deleting/delete-tab-002-expected.txt: Added.
3949 * platform/qt/editing/deleting/delete-tab-003-expected.txt: Added.
3950 * platform/qt/editing/deleting/delete-tab-004-expected.txt: Added.
3951 * platform/qt/editing/deleting/delete-to-select-table-expected.txt: Added.
3952 * platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
3953 * platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
3954 * platform/qt/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
3955 * platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
3956 * platform/qt/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
3957 * platform/qt/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
3958 * platform/qt/editing/deleting/deletionUI-single-instance-expected.txt: Added.
3959 * platform/qt/editing/deleting/forward-delete-expected.txt: Added.
3960 * platform/qt/editing/deleting/list-item-1-expected.txt: Added.
3961 * platform/qt/editing/deleting/merge-different-styles-expected.txt: Added.
3962 * platform/qt/editing/deleting/merge-endOfParagraph-expected.txt: Added.
3963 * platform/qt/editing/deleting/merge-into-empty-block-1-expected.txt: Added.
3964 * platform/qt/editing/deleting/merge-into-empty-block-2-expected.txt: Added.
3965 * platform/qt/editing/deleting/merge-no-br-expected.txt: Added.
3966 * platform/qt/editing/deleting/merge-unrendered-space-expected.txt: Added.
3967 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt: Added.
3968 * platform/qt/editing/deleting/move-nodes-001-expected.txt: Added.
3969 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt: Added.
3970 * platform/qt/editing/deleting/pruning-after-merge-2-expected.txt: Added.
3971 * platform/qt/editing/deleting/smart-delete-001-expected.txt: Added.
3972 * platform/qt/editing/deleting/smart-delete-002-expected.txt: Added.
3973 * platform/qt/editing/deleting/smart-delete-003-expected.txt: Added.
3974 * platform/qt/editing/deleting/smart-delete-004-expected.txt: Added.
3975 * platform/qt/editing/deleting/table-cells-expected.txt: Added.
3976 * platform/qt/editing/deleting/transpose-empty-expected.txt: Added.
3977 * platform/qt/editing/deleting/whitespace-pre-1-expected.txt: Added.
3978 * platform/qt/editing/execCommand/4580583-1-expected.txt: Added.
3979 * platform/qt/editing/execCommand/4580583-2-expected.txt: Added.
3980 * platform/qt/editing/execCommand/4641880-1-expected.txt: Added.
3981 * platform/qt/editing/execCommand/4641880-2-expected.txt: Added.
3982 * platform/qt/editing/execCommand/4747450-expected.txt: Added.
3983 * platform/qt/editing/execCommand/4786404-1-expected.txt: Added.
3984 * platform/qt/editing/execCommand/4786404-2-expected.txt: Added.
3985 * platform/qt/editing/execCommand/4916402-expected.txt: Added.
3986 * platform/qt/editing/execCommand/4916541-expected.txt: Added.
3987 * platform/qt/editing/execCommand/4916583-expected.txt: Added.
3988 * platform/qt/editing/execCommand/4920488-expected.txt: Added.
3989 * platform/qt/editing/execCommand/4920742-1-expected.txt: Added.
3990 * platform/qt/editing/execCommand/4924441-expected.txt: Added.
3991 * platform/qt/editing/execCommand/5049671-expected.txt: Added.
3992 * platform/qt/editing/execCommand/5062376-expected.txt: Added.
3993 * platform/qt/editing/execCommand/5080333-1-expected.txt: Added.
3994 * platform/qt/editing/execCommand/5080333-2-expected.txt: Added.
3995 * platform/qt/editing/execCommand/5119244-expected.txt: Added.
3996 * platform/qt/editing/execCommand/5120591-expected.txt: Added.
3997 * platform/qt/editing/execCommand/5136770-expected.txt: Added.
3998 * platform/qt/editing/execCommand/5138441-expected.txt: Added.
3999 * platform/qt/editing/execCommand/5142012-1-expected.txt: Added.
4000 * platform/qt/editing/execCommand/5142012-2-expected.txt: Added.
4001 * platform/qt/editing/execCommand/5142012-3-expected.txt: Added.
4002 * platform/qt/editing/execCommand/5144139-1-expected.txt: Added.
4003 * platform/qt/editing/execCommand/5164796-expected.txt: Added.
4004 * platform/qt/editing/execCommand/5190926-expected.txt: Added.