1 2007-12-05 Dan Bernstein <mitz@apple.com>
3 Reviewed by Adam Roben.
5 - adding a test for http://bugs.webkit.org/show_bug.cgi?id=16097
7 * fast/dom/ImageDocument-image-deletion-expected.txt: Added.
8 * fast/dom/ImageDocument-image-deletion.html: Added.
10 2007-12-04 Adele Peterson <adele@apple.com>
14 Test for <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
16 * fast/forms/textfield-outline.html: Added.
17 * platform/mac/fast/forms/textfield-outline-expected.checksum: Added.
18 * platform/mac/fast/forms/textfield-outline-expected.png: Added.
19 * platform/mac/fast/forms/textfield-outline-expected.txt: Added.
21 2007-12-04 Sam Weinig <sam@webkit.org>
23 Reviewed by Adam Roben.
25 Remove http/tests/incremental/frame-focus-before-load.html from the skipped list
26 as it is no longer crashing. <rdar://problem/5507278>
28 * platform/win/Skipped:
30 2007-12-04 Adele Peterson <adele@apple.com>
34 Test for <rdar://problem/5622464> controls should show up for audio element
36 * media/audio-controls-rendering.html: Added.
37 * platform/mac/media/audio-controls-rendering-expected.checksum: Added.
38 * platform/mac/media/audio-controls-rendering-expected.png: Added.
39 * platform/mac/media/audio-controls-rendering-expected.txt: Added.
41 2007-11-27 Adam Roben <aroben@apple.com>
43 Remove a now-passing test from the Windows Skipped file
47 * platform/win/Skipped:
49 2007-12-03 Antti Koivisto <antti@apple.com>
53 Test for <rdar://problem/5624802>
54 Controller displays outside of <video> element when width and height aren't specified
56 * media/remove-from-document.html: Improve coverage by doing relayout before finishing.
57 * media/video-controls-rendering.html: Added.
58 * platform/mac/media/video-controls-rendering-expected.checksum: Added.
59 * platform/mac/media/video-controls-rendering-expected.png: Added.
60 * platform/mac/media/video-controls-rendering-expected.txt: Added.
62 2007-12-04 Darin Adler <darin@apple.com>
66 - test for first part of http://bugs.webkit.org/show_bug.cgi?id=16220
67 <rdar://problem/5625221> Crash opening www.news.com (CNet)
69 * fast/js/regexp-overflow-expected.txt: Updated.
70 * fast/js/resources/regexp-overflow.js: Added test cases.
72 2007-12-03 Dan Bernstein <mitz@apple.com>
74 Reviewed by Darin Adler.
78 * platform/win/Skipped:
80 2007-12-03 Dan Bernstein <mitz@apple.com>
82 Reviewed by Dave Hyatt.
84 - test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
86 * fast/events/resize-subframe-expected.txt: Added.
87 * fast/events/resize-subframe.html: Added.
89 2007-12-03 Darin Adler <darin@apple.com>
93 - test for http://bugs.webkit.org/show_bug.cgi?id=15618
94 <rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
96 * fast/js/recursion-limit-equal-expected.txt: Added.
97 * fast/js/recursion-limit-equal.html: Added.
98 * fast/js/resources/recursion-limit-equal.js: Added.
100 2007-12-03 Dan Bernstein <mitz@apple.com>
102 Reviewed by Darin Adler.
104 - added a test of the behavior of getIntIdentifier with the integers
107 * plugins/getintidentifier-special-values-expected.txt: Added.
108 * plugins/getintidentifier-special-values.html: Added.
110 2007-12-03 Rob Buis <buis@kde.org>
115 http://bugs.webkit.org/show_bug.cgi?id=15767
116 Text decorations do not respect "visibility" property
118 * svg/custom/text-decoration-visibility-expected.checksum: Added.
119 * svg/custom/text-decoration-visibility-expected.png: Added.
120 * svg/custom/text-decoration-visibility-expected.txt: Added.
121 * svg/custom/text-decoration-visibility.svg: Added.
123 2007-12-03 Alice Liu <alice.liu@apple.com>
125 Removing passing tests
127 * platform/win/Skipped:
129 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
133 Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
135 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
136 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
137 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
138 * svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
140 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
142 Rubber stamped by Mark.
144 Commit missing layout test results from my last commit (fix for bug 15403)
146 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
147 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
148 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
149 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
150 * platform/mac/svg/custom/image-clipped-hit-expected.png:
151 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
152 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
153 * platform/mac/svg/custom/use-clipped-hit-expected.png:
154 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
155 * platform/mac/svg/custom/use-css-events-expected.checksum:
156 * platform/mac/svg/custom/use-css-events-expected.png:
158 2007-12-03 Dan Bernstein <mitz@apple.com>
160 Reviewed by Adam Roben.
162 - test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
164 * fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
165 * fast/dom/Document/replaceChild-null-oldChild.html: Added.
166 * fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
168 2007-12-02 Darin Adler <darin@apple.com>
172 - test for http://bugs.webkit.org/show_bug.cgi?id=15848
173 <rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
175 * fast/js/resources/sparse-array.js: Added.
176 * fast/js/sparse-array-expected.txt: Added.
177 * fast/js/sparse-array.html: Added.
179 2007-12-02 Darin Adler <darin@apple.com>
183 - tests for table-related HTMLCollection classes for misnested
184 tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
186 * fast/dom/HTMLTableElement/resources: Added.
187 * fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
188 * fast/dom/HTMLTableElement/resources/rows.js: Added.
189 * fast/dom/HTMLTableElement/resources/tBodies.js: Added.
190 * fast/dom/HTMLTableElement/rows-expected.txt: Added.
191 * fast/dom/HTMLTableElement/rows.html: Added.
192 * fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
193 * fast/dom/HTMLTableElement/tBodies.html: Added.
194 * fast/dom/HTMLTableRowElement: Added.
195 * fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
196 * fast/dom/HTMLTableRowElement/cells.html: Added.
197 * fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
198 * fast/dom/HTMLTableRowElement/insertCell.html: Added.
199 * fast/dom/HTMLTableRowElement/resources: Added.
200 * fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
201 * fast/dom/HTMLTableRowElement/resources/cells.js: Added.
202 * fast/dom/HTMLTableSectionElement: Added.
203 * fast/dom/HTMLTableSectionElement/resources: Added.
204 * fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
205 * fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
206 * fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
207 * fast/dom/HTMLTableSectionElement/rows.html: Added.
209 2007-12-01 Antti Koivisto <antti@apple.com>
213 Test that removing a media element when it is loading does not crash.
214 Test that media is paused when it is removed from the tree.
216 * http/tests/media/remove-while-loading-expected.txt: Added.
217 * http/tests/media/remove-while-loading.html: Added.
218 * media/remove-from-document-expected.txt: Added.
219 * media/remove-from-document.html: Added.
221 2007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
223 Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
225 Reviewed by Darin Adler.
227 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
228 * http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
230 2007-12-01 Dan Bernstein <mitz@apple.com>
232 Reviewed by Darin Adler.
234 - test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
236 * fast/dynamic/subtree-common-root-expected.txt: Added.
237 * fast/dynamic/subtree-common-root.html: Added.
239 2007-11-30 Eric Seidel <eric@webkit.org>
244 http://bugs.webkit.org/show_bug.cgi?id=16127
246 * fast/js/regexp-compile-crash-expected.txt: Added.
247 * fast/js/regexp-compile-crash.html: Added.
249 2007-11-30 Adam Roben <aroben@apple.com>
251 Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
253 * platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
254 * platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
256 2007-11-30 Darin Adler <darin@apple.com>
258 Reviewed by Adam Roben.
260 - test for http://bugs.webkit.org/show_bug.cgi?id=16207
261 JavaScript regular expressions should match UTF-16 code units rather than characters
263 * fast/js/regexp-non-bmp-expected.txt: Added.
264 * fast/js/regexp-non-bmp.html: Added.
265 * fast/js/resources/regexp-non-bmp.js: Added.
267 2007-11-30 Adele Peterson <adele@apple.com>
271 Test for http://bugs.webkit.org/show_bug.cgi?id=16072
272 <rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
274 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
275 * fast/events/mousemove-after-drag-over-scrollbar.html: Added.
277 2007-11-30 Alexey Proskuryakov <ap@webkit.org>
279 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
281 2007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
285 * Fix fast/events/mousedown_in_scrollbar.html
286 * This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
287 * Extend the current check that the scrollbar in the mev can be go away.
288 This happens if we destroy a RenderLayer as the result of a click. In the
289 case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
290 is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
291 last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
292 We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
293 scrollbar in the old mev and is gone in the new one.
294 * This happens only on the Qt port because we send more/different move events.
296 * platform/qt/Skipped:
298 2007-11-29 Antti Koivisto <antti@apple.com>
302 Test for video aspect ratio calculation.
304 * media/video-aspect-ratio.html: Added.
305 * platform/mac/media: Added.
306 * platform/mac/media/video-aspect-ratio-expected.checksum: Added.
307 * platform/mac/media/video-aspect-ratio-expected.png: Added.
308 * platform/mac/media/video-aspect-ratio-expected.txt: Added.
310 2007-11-29 Anders Carlsson <andersca@apple.com>
314 <rdar://problem/5230478>
315 FrameLoadDelegate callbacks are not dumped in DRT.
317 Remove now passing tests.
319 * platform/win/Skipped:
321 2007-11-29 Alice Liu <alice.liu@apple.com>
325 * platform/win/Skipped: Removed two Mac-specific tests.
327 2007-11-29 Alice Liu <alice.liu@apple.com>
329 Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
331 The incorrect results are tracked by <rdar://5563578>.
335 * fast/dom/Window/window-resize-expected.txt: Replaced.
336 * platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
337 * platform/win/Skipped: Removed window-resize tests.
339 2007-11-29 Sam Weinig <sam@webkit.org>
343 Revert r28213 which added an error callback that was not needed and changed
346 * storage/transaction_callback_exception_crash.html:
348 2007-11-29 Alice Liu <alice.liu@apple.com>
352 * platform/win/Skipped: Removed a passing test.
354 2007-11-29 Alice Liu <alice.liu@apple.com>
356 Group failures related to dumpResourceLoadCallbacks being unimplemented
360 * platform/win/Skipped:
362 2007-11-29 Alice Liu <alice.liu@apple.com>
364 Group failures related to using Cygwin paths
368 * platform/win/Skipped:
370 2007-11-29 Brady Eidson <beidson@apple.com>
374 Fixed a hang in the layout tests.
375 My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
376 Therefore LayoutTestController is never notified that the test is done.
378 This changes modifies the test such that the controller is notified of completion even if
379 there's a transaction error.
381 The net effect of this fix is to transform the hang to a single layout test failure, so people
382 and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
384 * storage/transaction_callback_exception_crash.html:
386 2007-11-29 Darin Adler <darin@apple.com>
390 - test for http://bugs.webkit.org/show_bug.cgi?id=16191
391 REGRESSION: cannot tab to radio input after setting checked to false
393 * fast/forms/input-radio-checked-tab-expected.txt: Added.
394 * fast/forms/input-radio-checked-tab.html: Added.
396 2007-11-29 Alice Liu <alice.liu@apple.com>
398 Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
402 * fast/dom/wrapper-classes-expected.txt: Replaced.
403 * platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
405 2007-11-29 Alice Liu <alice.liu@apple.com>
407 Group drag-n-drop related failures under one bug
409 We don't know the specific causes of these failures, but we believe
410 they're due to bugs in DRT's drag-n-drop implementation.
414 * platform/win/Skipped:
416 2007-11-29 Alice Liu <alice.liu@apple.com>
420 * platform/win/Skipped: Removed another passing test.
422 2007-11-29 Alice Liu <alice.liu@apple.com>
426 * platform/win/Skipped: Recategorized one failing test and removed a
429 2007-11-29 Alice Liu <alice.liu@apple.com>
431 Removing <rdar://5507350> from skipped list because it's not failing.
433 * platform/win/Skipped:
435 2007-11-29 Anders Carlsson <andersca@apple.com>
439 Move Mac-specific tests to platform/mac.
441 * fast/events/objc-event-api-expected.txt: Removed.
442 * fast/events/objc-event-api.html: Removed.
443 * fast/events/objc-keyboard-event-creation-expected.txt: Removed.
444 * fast/events/objc-keyboard-event-creation.html: Removed.
445 * platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
446 * platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
447 * platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
448 * platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
450 2007-11-29 Alice Liu <alice.liu@apple.com>
452 Removing some fixed tests
454 * platform/win/Skipped:
456 2007-11-29 Anders Carlsson <andersca@apple.com>
460 <rdar://problem/5132005>
461 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
463 * platform/win/Skipped:
465 2007-11-28 Mark Rowe <mrowe@apple.com>
467 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
469 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
470 This caused four layout tests to fail.
472 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
473 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
474 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
475 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
476 * 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.
477 * 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.
478 * 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.
479 * 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.
481 2007-11-28 Antti Koivisto <antti@apple.com>
485 Test that fallback content inside media elements is not be rendered.
487 * media/fallback-expected.txt: Added.
488 * media/fallback.html: Added.
490 2007-11-28 Alice Liu <alice.liu@apple.com>
492 just some more typo fixes
494 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
495 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
496 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
497 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
498 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
499 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
500 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
501 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
502 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
503 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
504 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
505 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
506 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
507 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
508 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
509 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
511 2007-11-28 Antti Koivisto <antti@apple.com>
515 <rdar://problem/5605668>
516 Implement controls attribute for video element
518 - A new test for the controls attribute.
519 - Add the controls attibute to all existing video tests. This will give the code
520 some additional exercise without affecting test results.
522 * media/progress-event.html:
523 * media/video-append-source.html:
524 * media/video-autoplay.html:
525 * media/video-buffered.html:
526 * media/video-controls-expected.txt: Added.
527 * media/video-controls.html: Added.
528 * media/video-currentTime-set.html:
529 * media/video-currentTime-set2.html:
530 * media/video-currentTime.html:
531 * media/video-dom-autoplay.html:
532 * media/video-dom-end.html:
533 * media/video-dom-loopcount.html:
534 * media/video-dom-loopend.html:
535 * media/video-dom-loopstart.html:
536 * media/video-dom-src.html:
537 * media/video-dom-start.html:
538 * media/video-end.html:
539 * media/video-error-abort.html:
540 * media/video-error-does-not-exist.html:
541 * media/video-load-networkState.html:
542 * media/video-load-readyState.html:
543 * media/video-loopcount.html:
544 * media/video-loopend.html:
545 * media/video-loopstart.html:
546 * media/video-muted.html:
547 * media/video-no-autoplay.html:
548 * media/video-pause-empty-events.html:
549 * media/video-play-empty-events.html:
550 * media/video-play-pause-events.html:
551 * media/video-play-pause-exception.html:
552 * media/video-poster.html:
553 * media/video-seek-past-end-paused.html:
554 * media/video-seek-past-end-playing.html:
555 * media/video-seekable.html:
556 * media/video-seeking.html:
557 * media/video-size.html:
558 * media/video-source-media.html:
559 * media/video-source-type.html:
560 * media/video-source.html:
561 * media/video-src-change.html:
562 * media/video-src-remove.html:
563 * media/video-src-set.html:
564 * media/video-src-source.html:
565 * media/video-src.html:
566 * media/video-start.html:
567 * media/video-volume.html:
568 * media/video-width-height.html:
570 2007-11-28 Justin Garcia <justin.garcia@apple.com>
572 Reviewed by Darin Adler.
574 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
576 Added to demonstrate fixes:
577 * editing/execCommand/5573879.html: Added.
578 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
579 * platform/mac/editing/execCommand/5573879-expected.png: Added.
580 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
582 Fixes (RemoveFormat now preserves the selection correctly):
583 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
584 * platform/mac/editing/execCommand/4920742-1-expected.png:
585 * platform/mac/editing/execCommand/4920742-1-expected.txt:
586 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
587 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
588 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
589 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
590 * platform/mac/editing/execCommand/remove-formatting-expected.png:
591 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
593 2007-11-28 Timothy Hatcher <timothy@apple.com>
595 Make this test not depend on the screen size.
597 * fast/dom/Window/window-resize-expected.txt:
598 * fast/dom/Window/window-resize.html:
600 2007-11-28 Anders Carlsson <andersca@apple.com>
604 <rdar://problem/5132001>
605 contextClick is not implemented in DRT on Windows.
607 Remove tests that pass now that we have contextClick.
609 * platform/win/Skipped:
611 2007-11-28 Alice Liu <alice.liu@apple.com>
613 Removing some tests tracked by <rdar://5130762> because they don't fail.
615 * platform/win/Skipped:
617 2007-11-28 Alice Liu <alice.liu@apple.com>
619 Removing fixed tests tracked by <rdar://5128229>
621 * platform/win/Skipped:
623 2007-11-28 Alice Liu <alice.liu@apple.com>
625 Rubberstamped by Sam.
627 Fixing a typo in some filenames
629 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
630 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
631 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
632 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
633 * 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.
634 * 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.
635 * 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.
636 * 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.
637 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
638 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
639 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
640 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
641 * 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.
642 * 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.
643 * 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.
644 * 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.
645 * platform/win/Skipped:
647 2007-11-28 Dan Bernstein <mitz@apple.com>
649 Reviewed by Dave Hyatt.
651 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
653 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
654 * fast/table/empty-auto-column-zero-divide.html: Added.
656 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
660 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
661 in-full-frame-plugin.html is crashing
663 Alice fixed this in r28046
665 * platform/win/Skipped:
667 2007-11-27 Beth Dakin <bdakin@apple.com>
671 Test for <rdar://problem/5616052> SVGs with width or height of 100%
672 hang when used as a background-image (16164)
674 * fast/images/resources/width-100-percent.svg: Added.
675 * fast/images/svg-width-100p-as-background.html: Added.
676 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
677 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
678 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
680 2007-11-27 Timothy Hatcher <timothy@apple.com>
682 Reviewed by Kevin McCullough.
684 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
685 http://bugs.webkit.org/show_bug.cgi?id=16161
687 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
689 * fast/dom/Window/window-resize.html:
690 * fast/dom/Window/window-resize-expected.txt:
692 2007-11-26 Timothy Hatcher <timothy@apple.com>
694 Reviewed by Dave Hyatt.
696 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
698 * fast/css/disabled-author-styles.html: Added.
699 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
701 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
703 Reviewed by Sam Weinig.
705 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
707 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
708 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
709 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
711 2007-11-26 Darin Adler <darin@apple.com>
715 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
716 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
718 * fast/js/regexp-overflow-expected.txt: Added.
719 * fast/js/regexp-overflow.html: Added.
720 * fast/js/resources/regexp-overflow.js: Added.
722 2007-11-26 Sam Weinig <sam@webkit.org>
726 Tests for <rdar://problem/5592988>
728 - Update and add tests for new tighter restrictions on what frames in other domains
731 * http/tests/security/cross-frame-access-location-expected.txt:
732 * http/tests/security/frameNavigation: Added.
733 * http/tests/security/frameNavigation/resources: Added.
734 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
735 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
736 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
737 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
738 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
739 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
740 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
742 2007-11-26 Dan Bernstein <mitz@apple.com>
744 Reviewed by Dave Hyatt.
746 - 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
748 * fast/dynamic/float-withdrawal-2.html: Added.
749 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
750 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
751 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
753 2007-11-25 Adam Roben <aroben@apple.com>
755 * platform/win/Skipped: Add a known failure.
757 2007-11-25 Adam Roben <aroben@apple.com>
759 * platform/win/Skipped: Remove an unnecessary entry.
761 2007-11-25 Mark Rowe <mrowe@apple.com>
763 Reviewed by Dan Bernstein.
765 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
766 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
768 * fast/js/regexp-range-out-of-order-expected.txt: Added.
769 * fast/js/regexp-range-out-of-order.html: Added.
770 * fast/js/resources/regexp-range-out-of-order.js: Added.
772 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
774 Reviewed by Adam Roben.
776 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
778 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
779 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
780 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
781 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
782 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
783 * svg/batik/text/textOnPath-expected.txt:
784 * svg/batik/text/textOnPath3-expected.txt:
785 * svg/batik/text/verticalTextOnPath-expected.txt:
786 * svg/text/text-align-04-b-expected.checksum:
787 * svg/text/text-align-04-b-expected.png:
788 * svg/text/text-align-04-b-expected.txt:
789 * svg/text/textPathBoundsBug.svg: Added.
791 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
795 http://bugs.webkit.org/show_bug.cgi?id=15919
796 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
798 * fast/xsl/extra-lf-at-end-expected.txt: Added.
799 * fast/xsl/extra-lf-at-end.html: Added.
800 * fast/xsl/xslt-processor-expected.txt:
801 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
802 * platform/mac/fast/xsl/xslt-enc-expected.txt:
803 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
804 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
805 * platform/mac/fast/xsl/xslt-text-expected.txt:
807 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
809 Added tests for select.options.remove(boolean).
813 * fast/js/resources/select-options-add.js: Added two tests.
814 * fast/js/select-options-add-expected.txt: Updated results.
816 2007-11-23 Antti Koivisto <antti@apple.com>
818 Set video src from script, not from the element attribute. This
819 guarantees load events do not fire before event listeners are registered.
820 This change does not affect test results.
822 * media/progress-event.html:
823 * media/video-autoplay.html:
824 * media/video-buffered.html:
825 * media/video-currentTime-set.html:
826 * media/video-currentTime-set2.html:
827 * media/video-currentTime.html:
828 * media/video-dom-autoplay.html:
829 * media/video-error-abort.html:
830 * media/video-error-does-not-exist.html:
831 * media/video-load-networkState.html:
832 * media/video-load-readyState.html:
833 * media/video-no-autoplay.html:
834 * media/video-seekable.html:
835 * media/video-seeking.html:
836 * media/video-size.html:
837 * media/video-src.html:
838 * media/video-start.html:
840 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
844 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
845 not closed (affects digg.com)
847 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
848 * fast/loader/meta-refresh-vs-open.html: Added.
849 Test that HTTP refresh never fires if the document stays open indefinitely.
851 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
852 * fast/loader/redirect-with-open-subframe.html: Added.
853 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
854 * fast/loader/redirect-with-open-subframe-2.html: Added.
855 Test that setting window.location has effect even if the document is open.
857 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
858 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
859 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
861 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
862 It seems that there was a line spilled from the previous test that is now in
863 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
865 2007-11-23 Dan Bernstein <mitz@apple.com>
867 Reviewed by Alexey Proskuryakov.
869 - test the matrix transforms are applied on the correct side
871 * fast/transforms/matrix-02.html: Added.
872 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
873 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
874 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
876 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
880 http://bugs.webkit.org/show_bug.cgi?id=16077
881 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
882 browser implementations
884 * fast/xsl/sort-unicode-expected.txt: Added.
885 * fast/xsl/sort-unicode.xml: Added.
886 * fast/xsl/sort-unicode.xsl: Added.
888 2007-11-22 Dan Bernstein <mitz@apple.com>
890 Reviewed by Maciej Stachowiak.
892 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
893 -webkit-transform matrix does not work
895 * fast/transforms/matrix-01.html: Added.
896 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
897 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
898 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
900 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
904 Bug 15530: XMLHttpRequest should not support certain methods
906 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
907 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
909 2007-11-21 Dan Bernstein <mitz@apple.com>
911 Reviewed by Eric Seidel.
913 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
915 * fast/repaint/subtree-root-skipped.html: Added.
916 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
917 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
918 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
920 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
924 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
926 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
927 support subresource loading from (X)HTML.
928 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
930 * platform/win/Skipped:
932 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
936 Fix a copy/paste error in the test (introduced in bug 12194).
938 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
939 * http/tests/xmlhttprequest/zero-length-response-sync.html:
941 2007-11-20 Mark Rowe <mrowe@apple.com>
943 Reviewed by Sam Weinig.
945 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
946 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
948 * editing/execCommand/arguments-combinations-expected.txt:
949 * editing/execCommand/arguments-combinations.html:
951 2007-11-20 Lars Knoll <lars@trolltech.com>
955 Adjust some test result after fixing a bug related to computation
956 of QFont::xHeight() in Qt.
958 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
959 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
960 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
961 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
962 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
964 2007-11-20 Lars Knoll <lars@trolltech.com>
968 Fix text break interators.
970 The break iterators where trying to be smart about the input
971 string and caching their results. Unfortunately a pointer/string length
972 comparison is not good enough in all cases (since some input is stack based
973 temp strings). Removed the caching but at the same time started to use a more
974 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
977 Fixes two test cases that test "text-transform: capitalize".
979 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
980 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
982 2007-11-19 Antti Koivisto <antti@apple.com>
984 Rubber-stamped by bdash.
986 Improve coverage of these tests.
988 * media/video-muted-expected.txt:
989 * media/video-muted.html:
990 * media/video-volume-expected.txt:
991 * media/video-volume.html:
993 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
997 http://bugs.webkit.org/show_bug.cgi?id=12194
998 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
999 available should raise an exception
1001 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
1002 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
1003 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
1004 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
1005 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
1006 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
1007 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
1008 exception handling to test case
1010 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
1014 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
1016 * fast/parser/html-whitespace-expected.txt: Added.
1017 * fast/parser/html-whitespace.html: Added.
1019 2007-11-16 Dan Bernstein <mitz@apple.com>
1021 Reviewed by Darin Adler.
1023 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
1024 REGRESSION: Incomplete repaint of CSS image substitution
1026 * fast/repaint/clip-with-layout-delta.html: Added.
1027 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
1028 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
1029 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
1031 2007-11-16 Antti Koivisto <antti@apple.com>
1035 Seeking related test updates
1036 - update to match specificiation
1037 - rename loopCount to playCount everywhere
1038 - timeupdate events during seek
1039 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
1040 - add text about what is being tested
1042 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
1044 * http/tests/media/video-seekable-stall-expected.txt: Added.
1045 * http/tests/media/video-seekable-stall.html: Added.
1046 * media/audio-constructor-expected.txt:
1047 * media/audio-constructor-src-expected.txt:
1048 * media/audio-constructor-src.html:
1049 * media/audio-constructor.html:
1050 * media/video-dom-loopcount-expected.txt:
1051 * media/video-dom-loopcount.html:
1052 * media/video-dom-loopend-expected.txt:
1053 * media/video-dom-loopend.html:
1054 * media/video-dom-loopstart-expected.txt:
1055 * media/video-dom-loopstart.html:
1056 * media/video-dom-start-expected.txt:
1057 * media/video-dom-start.html:
1058 * media/video-loopcount-expected.txt:
1059 * media/video-loopcount.html:
1060 * media/video-loopend-expected.txt:
1061 * media/video-loopend.html:
1062 * media/video-loopstart-expected.txt:
1063 * media/video-loopstart.html:
1064 * media/video-seek-past-end-paused-expected.txt: Added.
1065 * media/video-seek-past-end-paused.html: Added.
1066 * media/video-seek-past-end-playing-expected.txt: Added.
1067 * media/video-seek-past-end-playing.html: Added.
1068 * media/video-seeking-expected.txt: Added.
1069 * media/video-seeking.html: Added.
1070 * media/video-test.js:
1072 2007-11-16 Anders Carlsson <andersca@apple.com>
1076 <rdar://problem/5603832>
1077 XMLHttpRequest readyState 3 & responseText buffer issues.
1079 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
1081 * platform/win/Skipped:
1083 2007-11-16 Dan Bernstein <mitz@apple.com>
1085 Reviewed by Darin Adler and Sam Weinig.
1087 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
1089 * platform/win/Skipped:
1091 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
1093 Rubberstamped by Eric.
1095 Full update of the SVG pixel tests - all files containing text show rendering improvments.
1096 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
1097 sure what commit actually caused it - but it's better now.
1099 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
1100 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
1101 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
1102 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
1103 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
1104 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
1105 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
1106 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
1107 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
1108 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
1109 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
1110 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
1111 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
1112 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
1113 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
1114 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
1115 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
1116 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
1117 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
1118 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
1119 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
1120 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
1121 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
1122 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
1123 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
1124 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
1125 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
1126 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
1127 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
1128 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
1129 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
1130 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
1131 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
1132 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
1133 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
1134 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
1135 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
1136 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
1137 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
1138 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
1139 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
1140 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
1141 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
1142 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
1143 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
1144 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
1145 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
1146 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
1147 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
1148 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
1149 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
1150 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
1151 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
1152 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
1153 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
1154 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
1155 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
1156 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1157 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
1158 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1159 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
1160 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
1161 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
1162 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1163 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
1164 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
1165 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
1166 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
1167 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
1168 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
1169 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
1170 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1171 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
1172 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
1173 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
1174 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
1175 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
1176 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
1177 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
1178 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
1179 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
1180 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
1181 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
1182 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
1183 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
1184 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
1185 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
1186 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
1187 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
1188 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
1189 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
1190 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
1191 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
1192 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
1193 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
1194 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
1195 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
1196 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
1197 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
1198 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
1199 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
1200 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
1201 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
1202 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
1203 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
1204 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
1205 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
1206 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
1207 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
1208 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
1209 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
1210 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
1211 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
1212 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
1213 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
1214 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
1215 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
1216 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
1217 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
1218 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
1219 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
1220 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
1221 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
1222 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
1223 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
1224 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
1225 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
1226 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
1227 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
1228 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
1229 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
1230 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
1231 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
1232 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
1233 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
1234 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
1235 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
1236 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
1237 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
1238 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
1239 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
1240 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
1241 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
1242 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
1243 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
1244 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1245 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
1246 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
1247 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
1248 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
1249 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
1250 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
1251 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
1252 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
1253 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
1254 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
1255 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
1256 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
1257 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
1258 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
1259 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
1260 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1261 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
1262 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
1263 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1264 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1265 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
1266 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
1267 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
1268 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
1269 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
1270 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
1271 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
1272 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1273 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
1274 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
1275 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
1276 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1277 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
1278 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
1279 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
1280 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
1281 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
1282 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1283 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
1284 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
1285 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
1286 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
1287 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
1288 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
1289 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
1290 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
1291 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
1292 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
1293 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
1294 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
1295 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
1296 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
1297 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
1298 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
1299 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
1300 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
1301 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
1302 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
1303 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
1304 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
1305 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
1306 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
1307 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
1308 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
1309 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
1310 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
1311 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
1312 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
1313 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
1314 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
1315 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
1316 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1317 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
1318 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
1319 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
1320 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
1321 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
1322 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
1323 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
1324 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
1325 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
1326 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
1327 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
1328 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
1329 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
1330 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
1331 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
1332 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
1333 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
1334 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
1335 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
1336 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1337 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
1338 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1339 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
1340 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
1341 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
1342 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
1343 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
1344 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
1345 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
1346 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
1347 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
1348 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1349 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
1350 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1351 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
1352 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
1353 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
1354 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
1355 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
1356 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
1357 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
1358 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
1359 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
1360 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
1361 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
1362 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
1363 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
1364 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
1365 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
1366 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
1367 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
1368 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
1369 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
1370 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
1371 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
1372 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
1373 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
1374 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
1375 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
1376 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
1377 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
1378 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
1379 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
1380 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
1381 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
1382 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1383 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
1384 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
1385 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
1386 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
1387 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
1388 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
1389 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
1390 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
1391 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
1392 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
1393 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
1394 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
1395 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
1396 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
1397 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
1398 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
1399 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
1400 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
1401 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
1402 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
1403 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
1404 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
1405 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
1406 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
1407 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
1408 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
1409 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
1410 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
1411 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
1412 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
1413 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
1414 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
1415 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
1416 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
1417 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
1418 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
1419 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
1420 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
1421 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
1422 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
1423 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
1424 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
1425 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
1426 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
1427 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
1428 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
1429 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
1430 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
1431 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
1432 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1433 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
1434 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1435 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
1436 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1437 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
1438 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1439 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
1440 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1441 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
1442 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1443 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
1444 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1445 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
1446 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
1447 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
1448 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1449 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
1450 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1451 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
1452 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1453 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
1454 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1455 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
1456 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1457 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
1458 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1459 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
1460 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1461 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
1462 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
1463 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
1464 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
1465 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
1466 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
1467 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
1468 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
1469 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
1470 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
1471 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
1472 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
1473 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
1474 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1475 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
1476 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1477 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
1478 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
1479 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
1480 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
1481 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
1482 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
1483 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
1484 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
1485 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
1486 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
1487 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
1488 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
1489 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
1490 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
1491 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
1492 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
1493 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
1494 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
1495 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
1496 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
1497 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
1498 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
1499 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
1500 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
1501 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
1502 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
1503 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
1504 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
1505 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
1506 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
1507 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
1508 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
1509 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
1510 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
1511 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
1512 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
1513 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
1514 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
1515 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
1516 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
1517 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
1518 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
1519 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
1520 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
1521 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
1522 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
1523 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
1524 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
1525 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
1526 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
1527 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
1528 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
1529 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
1530 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
1531 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
1532 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
1533 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
1534 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
1535 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
1536 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
1537 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
1538 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
1539 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
1540 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
1541 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
1542 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
1543 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
1544 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
1545 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
1546 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
1547 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
1548 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
1549 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
1550 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
1551 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
1552 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
1553 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
1554 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
1555 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
1556 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
1557 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
1558 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
1559 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
1560 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
1561 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
1562 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
1563 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
1564 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
1565 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
1566 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
1567 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
1568 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
1569 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
1570 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
1571 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
1572 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
1573 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
1574 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
1575 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
1576 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
1577 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
1578 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
1579 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
1580 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
1581 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
1582 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
1583 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
1584 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
1585 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
1586 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
1587 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
1588 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
1589 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
1590 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
1591 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
1592 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
1593 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
1594 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
1595 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
1596 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
1597 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
1598 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
1599 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
1600 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1601 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
1602 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
1603 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
1604 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
1605 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
1606 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
1607 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
1608 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
1609 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
1610 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
1611 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
1612 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
1613 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
1614 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
1615 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
1616 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
1617 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
1618 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
1619 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
1620 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
1621 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
1622 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
1623 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
1624 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1625 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
1626 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
1627 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
1628 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
1629 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1630 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
1631 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
1632 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
1633 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
1634 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
1635 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
1636 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
1637 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
1638 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
1639 * platform/mac/svg/carto.net/button-expected.checksum:
1640 * platform/mac/svg/carto.net/button-expected.png:
1641 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
1642 * platform/mac/svg/carto.net/colourpicker-expected.png:
1643 * platform/mac/svg/carto.net/combobox-expected.checksum:
1644 * platform/mac/svg/carto.net/combobox-expected.png:
1645 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
1646 * platform/mac/svg/carto.net/scrollbar-expected.png:
1647 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
1648 * platform/mac/svg/carto.net/selectionlist-expected.png:
1649 * platform/mac/svg/carto.net/slider-expected.checksum:
1650 * platform/mac/svg/carto.net/slider-expected.png:
1651 * platform/mac/svg/carto.net/textbox-expected.checksum:
1652 * platform/mac/svg/carto.net/textbox-expected.png:
1653 * platform/mac/svg/carto.net/window-expected.checksum:
1654 * platform/mac/svg/carto.net/window-expected.png:
1655 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum:
1656 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
1657 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
1658 * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
1659 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
1660 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
1661 * platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum:
1662 * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
1663 * platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum:
1664 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
1665 * platform/mac/svg/custom/dasharrayOrigin-expected.checksum:
1666 * platform/mac/svg/custom/dasharrayOrigin-expected.png:
1667 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
1668 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
1669 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
1670 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
1671 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
1672 * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
1673 * platform/mac/svg/custom/dynamic-empty-path-expected.checksum:
1674 * platform/mac/svg/custom/dynamic-empty-path-expected.png:
1675 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
1676 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
1677 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
1678 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
1679 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
1680 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
1681 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
1682 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
1683 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
1684 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
1685 * platform/mac/svg/custom/focus-ring-expected.checksum:
1686 * platform/mac/svg/custom/focus-ring-expected.png:
1687 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum:
1688 * platform/mac/svg/custom/font-face-cascade-order-expected.png:
1689 * platform/mac/svg/custom/font-face-simple-expected.checksum:
1690 * platform/mac/svg/custom/font-face-simple-expected.png:
1691 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
1692 * platform/mac/svg/custom/foreign-object-skew-expected.png:
1693 * platform/mac/svg/custom/getTransformToElement-expected.checksum:
1694 * platform/mac/svg/custom/getTransformToElement-expected.png:
1695 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum:
1696 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
1697 * platform/mac/svg/custom/getsvgdocument-expected.checksum:
1698 * platform/mac/svg/custom/getsvgdocument-expected.png:
1699 * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum:
1700 * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
1701 * platform/mac/svg/custom/gradient-deep-referencing-expected.checksum:
1702 * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
1703 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
1704 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
1705 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
1706 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
1707 * platform/mac/svg/custom/hit-test-path-expected.checksum:
1708 * platform/mac/svg/custom/hit-test-path-expected.png:
1709 * platform/mac/svg/custom/hit-test-path-stroke-expected.checksum:
1710 * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
1711 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
1712 * platform/mac/svg/custom/image-clipped-hit-expected.png:
1713 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
1714 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
1715 * platform/mac/svg/custom/invalid-css-expected.checksum:
1716 * platform/mac/svg/custom/invalid-css-expected.png:
1717 * platform/mac/svg/custom/invalid-fill-expected.checksum:
1718 * platform/mac/svg/custom/invalid-fill-expected.png:
1719 * platform/mac/svg/custom/invalid-fill-hex-expected.checksum:
1720 * platform/mac/svg/custom/invalid-fill-hex-expected.png:
1721 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
1722 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
1723 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
1724 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
1725 * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
1726 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
1727 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
1728 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
1729 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
1730 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
1731 * platform/mac/svg/custom/js-update-bounce-expected.checksum:
1732 * platform/mac/svg/custom/js-update-bounce-expected.png:
1733 * platform/mac/svg/custom/js-update-container-expected.checksum:
1734 * platform/mac/svg/custom/js-update-container-expected.png:
1735 * platform/mac/svg/custom/js-update-container2-expected.checksum:
1736 * platform/mac/svg/custom/js-update-container2-expected.png:
1737 * platform/mac/svg/custom/js-update-path-changes-expected.checksum:
1738 * platform/mac/svg/custom/js-update-path-changes-expected.png:
1739 * platform/mac/svg/custom/js-update-path-removal-expected.checksum:
1740 * platform/mac/svg/custom/js-update-path-removal-expected.png:
1741 * platform/mac/svg/custom/junk-data-expected.checksum:
1742 * platform/mac/svg/custom/junk-data-expected.png:
1743 * platform/mac/svg/custom/marker-changes-expected.checksum:
1744 * platform/mac/svg/custom/marker-changes-expected.png:
1745 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
1746 * platform/mac/svg/custom/marker-child-changes-expected.png:
1747 * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
1748 * platform/mac/svg/custom/marker-default-width-height-expected.png:
1749 * platform/mac/svg/custom/marker-overflow-clip-expected.checksum:
1750 * platform/mac/svg/custom/marker-overflow-clip-expected.png:
1751 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
1752 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
1753 * platform/mac/svg/custom/missing-xlink-expected.checksum:
1754 * platform/mac/svg/custom/missing-xlink-expected.png:
1755 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
1756 * platform/mac/svg/custom/non-opaque-filters-expected.png:
1757 * platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
1758 * platform/mac/svg/custom/path-textPath-simulation-expected.png:
1759 * platform/mac/svg/custom/pattern-cycle-detection-expected.checksum:
1760 * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
1761 * platform/mac/svg/custom/pattern-deep-referencing-expected.checksum:
1762 * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
1763 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
1764 * platform/mac/svg/custom/pointer-events-image-expected.png:
1765 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
1766 * platform/mac/svg/custom/pointer-events-path-expected.png:
1767 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
1768 * platform/mac/svg/custom/pointer-events-text-expected.png:
1769 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
1770 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
1771 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum:
1772 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
1773 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
1774 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1775 * platform/mac/svg/custom/second-inline-text-expected.checksum:
1776 * platform/mac/svg/custom/second-inline-text-expected.png:
1777 * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
1778 * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
1779 * platform/mac/svg/custom/simpleCDF-expected.checksum:
1780 * platform/mac/svg/custom/simpleCDF-expected.png:
1781 * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
1782 * platform/mac/svg/custom/struct-use-09-b-expected.png:
1783 * platform/mac/svg/custom/svg-float-border-padding-expected.checksum:
1784 * platform/mac/svg/custom/svg-float-border-padding-expected.png:
1785 * platform/mac/svg/custom/svg-overflow-types-expected.checksum:
1786 * platform/mac/svg/custom/svg-overflow-types-expected.png:
1787 * platform/mac/svg/custom/text-clip-expected.checksum:
1788 * platform/mac/svg/custom/text-clip-expected.png:
1789 * platform/mac/svg/custom/text-ctm-expected.checksum:
1790 * platform/mac/svg/custom/text-ctm-expected.png:
1791 * platform/mac/svg/custom/text-dom-01-f-expected.checksum:
1792 * platform/mac/svg/custom/text-dom-01-f-expected.png:
1793 * platform/mac/svg/custom/text-hit-test-expected.checksum:
1794 * platform/mac/svg/custom/text-hit-test-expected.png:
1795 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
1796 * platform/mac/svg/custom/text-image-opacity-expected.png:
1797 * platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum:
1798 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
1799 * platform/mac/svg/custom/text-whitespace-handling-expected.checksum:
1800 * platform/mac/svg/custom/text-whitespace-handling-expected.png:
1801 * platform/mac/svg/custom/tref-update-expected.checksum:
1802 * platform/mac/svg/custom/tref-update-expected.png:
1803 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
1804 * platform/mac/svg/custom/use-clipped-hit-expected.png:
1805 * platform/mac/svg/custom/use-css-events-expected.checksum:
1806 * platform/mac/svg/custom/use-css-events-expected.png:
1807 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
1808 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
1809 * platform/mac/svg/custom/use-elementInstance-methods-expected.checksum:
1810 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
1811 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
1812 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
1813 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum:
1814 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
1815 * platform/mac/svg/custom/use-events-crash-expected.checksum:
1816 * platform/mac/svg/custom/use-events-crash-expected.png:
1817 * platform/mac/svg/custom/use-forward-refs-expected.checksum:
1818 * platform/mac/svg/custom/use-forward-refs-expected.png:
1819 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum:
1820 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
1821 * platform/mac/svg/custom/use-modify-container-in-target-expected.checksum:
1822 * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
1823 * platform/mac/svg/custom/use-modify-target-container-expected.checksum:
1824 * platform/mac/svg/custom/use-modify-target-container-expected.png:
1825 * platform/mac/svg/custom/use-modify-target-symbol-expected.checksum:
1826 * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
1827 * platform/mac/svg/custom/use-nested-transform-expected.checksum:
1828 * platform/mac/svg/custom/use-nested-transform-expected.png:
1829 * platform/mac/svg/custom/use-on-g-containing-use-expected.checksum:
1830 * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
1831 * platform/mac/svg/custom/use-on-g-expected.checksum:
1832 * platform/mac/svg/custom/use-on-g-expected.png:
1833 * platform/mac/svg/custom/use-on-rect-expected.checksum:
1834 * platform/mac/svg/custom/use-on-rect-expected.png:
1835 * platform/mac/svg/custom/use-on-symbol-expected.checksum:
1836 * platform/mac/svg/custom/use-on-symbol-expected.png:
1837 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
1838 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
1839 * platform/mac/svg/custom/use-on-text-expected.checksum:
1840 * platform/mac/svg/custom/use-on-text-expected.png:
1841 * platform/mac/svg/custom/use-on-use-expected.checksum:
1842 * platform/mac/svg/custom/use-on-use-expected.png:
1843 * platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum:
1844 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
1845 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
1846 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
1847 * platform/mac/svg/custom/use-recursion-1-expected.checksum:
1848 * platform/mac/svg/custom/use-recursion-1-expected.png:
1849 * platform/mac/svg/custom/use-recursion-2-expected.checksum:
1850 * platform/mac/svg/custom/use-recursion-2-expected.png:
1851 * platform/mac/svg/custom/use-recursion-3-expected.checksum:
1852 * platform/mac/svg/custom/use-recursion-3-expected.png:
1853 * platform/mac/svg/custom/use-recursion-4-expected.checksum:
1854 * platform/mac/svg/custom/use-recursion-4-expected.png:
1855 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
1856 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
1857 * platform/mac/svg/custom/use-transform-expected.checksum:
1858 * platform/mac/svg/custom/use-transform-expected.png:
1859 * platform/mac/svg/custom/viewBox-hit-expected.checksum:
1860 * platform/mac/svg/custom/viewBox-hit-expected.png:
1861 * platform/mac/svg/custom/viewbox-syntax-expected.checksum:
1862 * platform/mac/svg/custom/viewbox-syntax-expected.png:
1863 * platform/mac/svg/custom/viewport-em-expected.checksum:
1864 * platform/mac/svg/custom/viewport-em-expected.png:
1865 * platform/mac/svg/hixie/cascade/002-expected.checksum:
1866 * platform/mac/svg/hixie/cascade/002-expected.png:
1867 * platform/mac/svg/hixie/data-types/001-expected.checksum:
1868 * platform/mac/svg/hixie/data-types/001-expected.png:
1869 * platform/mac/svg/hixie/data-types/002-expected.checksum:
1870 * platform/mac/svg/hixie/data-types/002-expected.png:
1871 * platform/mac/svg/hixie/dynamic/002-expected.checksum:
1872 * platform/mac/svg/hixie/dynamic/002-expected.png:
1873 * platform/mac/svg/hixie/error/002-expected.checksum:
1874 * platform/mac/svg/hixie/error/002-expected.png:
1875 * platform/mac/svg/hixie/error/003-expected.checksum:
1876 * platform/mac/svg/hixie/error/003-expected.png:
1877 * platform/mac/svg/hixie/error/004-expected.checksum:
1878 * platform/mac/svg/hixie/error/004-expected.png:
1879 * platform/mac/svg/hixie/error/005-expected.checksum:
1880 * platform/mac/svg/hixie/error/005-expected.png:
1881 * platform/mac/svg/hixie/error/010-expected.checksum:
1882 * platform/mac/svg/hixie/error/010-expected.png:
1883 * platform/mac/svg/hixie/error/011-expected.checksum:
1884 * platform/mac/svg/hixie/error/011-expected.png:
1885 * platform/mac/svg/hixie/error/012-expected.checksum:
1886 * platform/mac/svg/hixie/error/012-expected.png:
1887 * platform/mac/svg/hixie/error/017-expected.checksum:
1888 * platform/mac/svg/hixie/error/017-expected.png:
1889 * platform/mac/svg/hixie/links/002-expected.checksum:
1890 * platform/mac/svg/hixie/links/002-expected.png:
1891 * platform/mac/svg/hixie/links/003-broken-expected.checksum:
1892 * platform/mac/svg/hixie/links/003-broken-expected.png:
1893 * platform/mac/svg/hixie/mixed/003-expected.checksum:
1894 * platform/mac/svg/hixie/mixed/003-expected.png:
1895 * platform/mac/svg/hixie/mixed/004-expected.checksum:
1896 * platform/mac/svg/hixie/mixed/004-expected.png:
1897 * platform/mac/svg/hixie/mixed/005-expected.checksum:
1898 * platform/mac/svg/hixie/mixed/005-expected.png:
1899 * platform/mac/svg/hixie/mixed/006-expected.checksum:
1900 * platform/mac/svg/hixie/mixed/006-expected.png:
1901 * platform/mac/svg/hixie/mixed/007-expected.checksum:
1902 * platform/mac/svg/hixie/mixed/007-expected.png:
1903 * platform/mac/svg/hixie/mixed/008-expected.checksum:
1904 * platform/mac/svg/hixie/mixed/008-expected.png:
1905 * platform/mac/svg/hixie/mixed/009-expected.checksum:
1906 * platform/mac/svg/hixie/mixed/009-expected.png:
1907 * platform/mac/svg/hixie/mixed/010-expected.checksum:
1908 * platform/mac/svg/hixie/mixed/010-expected.png:
1909 * platform/mac/svg/hixie/mixed/011-expected.checksum:
1910 * platform/mac/svg/hixie/mixed/011-expected.png:
1911 * platform/mac/svg/hixie/perf/001-expected.checksum:
1912 * platform/mac/svg/hixie/perf/001-expected.png:
1913 * platform/mac/svg/hixie/perf/002-expected.checksum:
1914 * platform/mac/svg/hixie/perf/002-expected.png:
1915 * platform/mac/svg/hixie/perf/003-expected.checksum:
1916 * platform/mac/svg/hixie/perf/003-expected.png:
1917 * platform/mac/svg/hixie/perf/004-expected.checksum:
1918 * platform/mac/svg/hixie/perf/004-expected.png:
1919 * platform/mac/svg/hixie/perf/005-expected.checksum:
1920 * platform/mac/svg/hixie/perf/005-expected.png:
1921 * platform/mac/svg/hixie/perf/006-expected.checksum:
1922 * platform/mac/svg/hixie/perf/006-expected.png:
1923 * platform/mac/svg/hixie/perf/007-expected.checksum:
1924 * platform/mac/svg/hixie/perf/007-expected.png:
1925 * platform/mac/svg/hixie/processing-model/003-expected.checksum:
1926 * platform/mac/svg/hixie/processing-model/003-expected.png:
1927 * platform/mac/svg/hixie/processing-model/004-expected.checksum:
1928 * platform/mac/svg/hixie/processing-model/004-expected.png:
1929 * platform/mac/svg/hixie/rendering-model/001-expected.checksum:
1930 * platform/mac/svg/hixie/rendering-model/001-expected.png:
1931 * platform/mac/svg/hixie/rendering-model/002-expected.checksum:
1932 * platform/mac/svg/hixie/rendering-model/002-expected.png:
1933 * platform/mac/svg/hixie/rendering-model/003-expected.checksum:
1934 * platform/mac/svg/hixie/rendering-model/003-expected.png:
1935 * platform/mac/svg/hixie/rendering-model/004-expected.checksum:
1936 * platform/mac/svg/hixie/rendering-model/004-expected.png:
1937 * platform/mac/svg/hixie/shapes/path/001-expected.checksum:
1938 * platform/mac/svg/hixie/shapes/path/001-expected.png:
1939 * platform/mac/svg/hixie/text/002-expected.checksum:
1940 * platform/mac/svg/hixie/text/002-expected.png:
1941 * platform/mac/svg/hixie/text/003-expected.checksum:
1942 * platform/mac/svg/hixie/text/003-expected.png:
1943 * platform/mac/svg/hixie/text/003b-expected.checksum:
1944 * platform/mac/svg/hixie/text/003b-expected.png:
1945 * platform/mac/svg/hixie/transform/001-expected.checksum:
1946 * platform/mac/svg/hixie/transform/001-expected.png:
1947 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
1948 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
1949 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
1950 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
1951 * svg/batik/filters/filterRegions-expected.checksum:
1952 * svg/batik/filters/filterRegions-expected.png:
1953 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
1954 * svg/batik/paints/patternPreserveAspectRatioA-expected.png:
1955 * svg/batik/text/smallFonts-expected.checksum:
1956 * svg/batik/text/smallFonts-expected.png:
1957 * svg/batik/text/textAnchor-expected.checksum:
1958 * svg/batik/text/textAnchor-expected.png:
1959 * svg/batik/text/textAnchor2-expected.checksum:
1960 * svg/batik/text/textAnchor2-expected.png:
1961 * svg/batik/text/textAnchor3-expected.checksum:
1962 * svg/batik/text/textAnchor3-expected.png:
1963 * svg/batik/text/textDecoration2-expected.checksum:
1964 * svg/batik/text/textDecoration2-expected.png:
1965 * svg/batik/text/textFeatures-expected.checksum:
1966 * svg/batik/text/textFeatures-expected.png:
1967 * svg/batik/text/textLayout-expected.checksum:
1968 * svg/batik/text/textLayout-expected.png:
1969 * svg/batik/text/textLength-expected.checksum:
1970 * svg/batik/text/textLength-expected.png:
1971 * svg/batik/text/textOnPath-expected.checksum:
1972 * svg/batik/text/textOnPath-expected.png:
1973 * svg/batik/text/textOnPath2-expected.checksum:
1974 * svg/batik/text/textOnPath2-expected.png:
1975 * svg/batik/text/textOnPathSpaces-expected.checksum:
1976 * svg/batik/text/textOnPathSpaces-expected.png:
1977 * svg/batik/text/textProperties2-expected.checksum:
1978 * svg/batik/text/textProperties2-expected.png:
1979 * svg/batik/text/verticalText-expected.checksum:
1980 * svg/batik/text/verticalText-expected.png:
1981 * svg/batik/text/verticalTextOnPath-expected.checksum:
1982 * svg/batik/text/verticalTextOnPath-expected.png:
1983 * svg/custom/SVGMatrix-interface-expected.checksum:
1984 * svg/custom/SVGMatrix-interface-expected.png:
1985 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
1986 * svg/custom/absolute-sized-svg-in-xhtml-expected.png:
1987 * svg/custom/container-opacity-clip-viewBox-expected.checksum:
1988 * svg/custom/container-opacity-clip-viewBox-expected.png:
1989 * svg/custom/fill-SVGPaint-interface-expected.checksum:
1990 * svg/custom/fill-SVGPaint-interface-expected.png:
1991 * svg/custom/fill-fallback-expected.checksum:
1992 * svg/custom/fill-fallback-expected.png:
1993 * svg/custom/getPresentationAttribute-expected.checksum:
1994 * svg/custom/getPresentationAttribute-expected.png:
1995 * svg/custom/group-opacity-expected.checksum:
1996 * svg/custom/group-opacity-expected.png:
1997 * svg/custom/hit-test-unclosed-subpaths-expected.checksum:
1998 * svg/custom/hit-test-unclosed-subpaths-expected.png:
1999 * svg/custom/hit-test-with-br-expected.checksum:
2000 * svg/custom/hit-test-with-br-expected.png:
2001 * svg/custom/image-parent-translation-expected.checksum:
2002 * svg/custom/image-parent-translation-expected.png:
2003 * svg/custom/percentage-of-html-parent-expected.checksum:
2004 * svg/custom/percentage-of-html-parent-expected.png:
2005 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
2006 * svg/custom/root-container-opacity-clip-viewBox-expected.png:
2007 * svg/custom/scroll-hit-test-expected.checksum:
2008 * svg/custom/scroll-hit-test-expected.png:
2009 * svg/custom/stroke-fallback-expected.checksum:
2010 * svg/custom/stroke-fallback-expected.png:
2011 * svg/custom/stroked-pattern-expected.checksum:
2012 * svg/custom/stroked-pattern-expected.png:
2013 * svg/custom/style-attribute-font-size-expected.checksum:
2014 * svg/custom/style-attribute-font-size-expected.png:
2015 * svg/custom/text-letter-spacing-expected.checksum:
2016 * svg/custom/text-letter-spacing-expected.png:
2017 * svg/custom/text-x-dx-lists-expected.checksum:
2018 * svg/custom/text-x-dx-lists-expected.png:
2019 * svg/custom/text-x-override-in-tspan-child-expected.checksum:
2020 * svg/custom/text-x-override-in-tspan-child-expected.png:
2021 * svg/custom/use-detach-expected.checksum:
2022 * svg/custom/use-detach-expected.png:
2023 * svg/custom/use-dynamic-append-expected.png:
2024 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
2025 * svg/custom/use-on-disallowed-foreign-object-1-expected.png:
2026 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
2027 * svg/custom/use-on-disallowed-foreign-object-2-expected.png:
2028 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
2029 * svg/custom/use-on-disallowed-foreign-object-3-expected.png:
2030 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
2031 * svg/custom/use-on-disallowed-foreign-object-4-expected.png:
2032 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
2033 * svg/custom/use-on-disallowed-foreign-object-5-expected.png:
2034 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
2035 * svg/custom/use-on-disallowed-foreign-object-6-expected.png:
2036 * svg/custom/use-on-g-containing-symbol-expected.checksum:
2037 * svg/custom/use-on-g-containing-symbol-expected.png:
2038 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
2039 * svg/custom/use-on-non-svg-namespaced-element-expected.png:
2040 * svg/hixie/error/013-expected.checksum:
2041 * svg/hixie/error/013-expected.png:
2042 * svg/text/text-align-03-b-expected.checksum:
2043 * svg/text/text-align-03-b-expected.png:
2044 * svg/text/text-align-04-b-expected.checksum:
2045 * svg/text/text-align-04-b-expected.png:
2046 * svg/text/text-altglyph-01-b-expected.checksum:
2047 * svg/text/text-altglyph-01-b-expected.png:
2048 * svg/text/text-deco-01-b-expected.checksum:
2049 * svg/text/text-deco-01-b-expected.png:
2050 * svg/text/text-fonts-02-t-expected.checksum:
2051 * svg/text/text-fonts-02-t-expected.png:
2052 * svg/text/text-path-01-b-expected.checksum:
2053 * svg/text/text-path-01-b-expected.png:
2054 * svg/text/text-spacing-01-b-expected.checksum:
2055 * svg/text/text-spacing-01-b-expected.png:
2056 * svg/text/text-text-01-b-expected.checksum:
2057 * svg/text/text-text-01-b-expected.png:
2058 * svg/text/text-text-03-b-expected.checksum:
2059 * svg/text/text-text-03-b-expected.png:
2060 * svg/text/text-text-04-t-expected.checksum:
2061 * svg/text/text-text-04-t-expected.png:
2062 * svg/text/text-text-05-t-expected.checksum:
2063 * svg/text/text-text-05-t-expected.png:
2064 * svg/text/text-text-06-t-expected.checksum:
2065 * svg/text/text-text-06-t-expected.png:
2066 * svg/text/text-text-08-b-expected.checksum:
2067 * svg/text/text-text-08-b-expected.png:
2068 * svg/text/text-tref-01-b-expected.checksum:
2069 * svg/text/text-tref-01-b-expected.png:
2070 * svg/text/text-tselect-02-f-expected.checksum:
2071 * svg/text/text-tselect-02-f-expected.png:
2072 * svg/text/text-tspan-01-b-expected.checksum:
2073 * svg/text/text-tspan-01-b-expected.png:
2074 * svg/text/text-ws-01-t-expected.checksum:
2075 * svg/text/text-ws-01-t-expected.png:
2076 * svg/text/text-ws-02-t-expected.checksum:
2077 * svg/text/text-ws-02-t-expected.png:
2079 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
2083 Update layout test results after the addition of the SVGTextContentElement DOM methods.
2085 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
2086 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
2087 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2088 * platform/mac/svg/custom/text-dom-01-f-expected.checksum: Added.
2089 * platform/mac/svg/custom/text-dom-01-f-expected.png: Added.
2090 * platform/mac/svg/custom/text-dom-01-f-expected.txt: Added.
2091 * svg/custom/text-dom-01-f.svg: Added.
2092 * svg/text/text-tselect-02-f-expected.checksum:
2093 * svg/text/text-tselect-02-f-expected.png:
2094 * svg/text/text-tselect-02-f-expected.txt:
2096 2007-11-15 Adele Peterson <adele@apple.com>
2100 Test for <rdar://problem/5566652> CrashTracer: [USER] 3 crashes in Safari at HTMLSelectElement::menuListDefaultEventHandler (reproducible on mactc30.com)
2102 * fast/forms/menulist-no-renderer-onmousedown-expected.txt: Added.
2103 * fast/forms/menulist-no-renderer-onmousedown.html: Added.
2105 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
2109 http://bugs.webkit.org/show_bug.cgi?id=15989
2110 XPath queries with predicates incorrectly retains the current node across unions
2112 * fast/xpath/union-context-node-expected.txt: Added.
2113 * fast/xpath/union-context-node.xhtml: Added.
2115 2007-11-15 Alexey Proskuryakov <ap@webkit.org>
2119 http://bugs.webkit.org/show_bug.cgi?id=15448
2120 Import XPath test suite from amachang.art-code.org
2122 Test by Hitoshi Amano <seijro@gmail.com>.
2124 * fast/xpath/xpath-functional-test-expected.txt: Added.
2125 * fast/xpath/xpath-functional-test.html: Added.
2127 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
2131 http://bugs.webkit.org/show_bug.cgi?id=15988
2132 REGRESSION: XPath preceding-axis query misses nested elements
2134 * fast/xpath/preceding-axis-expected.txt: Added.
2135 * fast/xpath/preceding-axis.xhtml: Added.
2137 2007-11-15 Justin Garcia <justin.garcia@apple.com>
2139 Reviewed by Adele Peterson.
2141 <rdar://problem/5497643> Crash at Node::isDescendantOf when switching out of Edit HTML Source mode
2143 * editing/selection/5497643-expected.txt: Added.
2144 * editing/selection/5497643.html: Added.
2146 2007-11-14 Anders Carlsson <andersca@apple.com>
2150 <rdar://problem/5562470>
2151 openDatabase does not work when the version string is empty
2153 * storage/open-database-empty-version-expected.txt: Added.
2154 * storage/open-database-empty-version.html: Added.
2156 2007-11-14 Alexey Proskuryakov <ap@webkit.org>
2158 Reviewed by Justin Garcia.
2160 http://bugs.webkit.org/show_bug.cgi?id=15781
2161 REGRESSION: Ligatures fail to form when typing in Devanagari (because WebKit can't handle
2162 a marked range that covers half of a composed character sequence)
2164 * platform/mac/editing/input/devanagari-ligature-expected.checksum: Added.
2165 * platform/mac/editing/input/devanagari-ligature-expected.png: Added.
2166 * platform/mac/editing/input/devanagari-ligature-expected.txt: Added.
2167 * platform/mac/editing/input/devanagari-ligature.html: Added.
2169 2007-11-14 Antti Koivisto <antti@apple.com>
2171 Try to make this test less timing dependent.
2173 * http/tests/media/video-play-stall.html:
2175 2007-11-14 Beth Dakin <bdakin@apple.com>
2179 Tests for <rdar://problem/5540855> REGRESSION: Combination of
2180 client-side image map and <a> tag is not working properly (15522)
2183 * fast/images/image-map-anchor-children.html: Added.
2184 * fast/images/resources/boston.gif: Added.
2185 * platform/mac/fast/images/image-map-anchor-children-
2186 expected.checksum: Added.
2187 * platform/mac/fast/images/image-map-anchor-children-expected.png:
2189 * platform/mac/fast/images/image-map-anchor-children-expected.txt:
2192 This test was broken and is fixed now! I had to edit the test
2193 itself because it was written in the html that the two <map>
2194 examples were failing, but now they succeed.
2195 * fast/invalid/residual-style.html:
2196 * platform/mac/fast/invalid/residual-style-expected.checksum:
2197 * platform/mac/fast/invalid/residual-style-expected.png:
2198 * platform/mac/fast/invalid/residual-style-expected.txt:
2200 2007-11-14 Justin Garcia <justin.garcia@apple.com>
2202 Reviewed by Alexey Proskuryakov.
2204 <rdar://problem/5546763> CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs
2206 * editing/deleting/5546763-expected.txt: Added.
2207 * editing/deleting/5546763.html: Added.
2209 2007-11-14 Anders Carlsson <andersca@apple.com>
2213 <rdar://problem/5309081>
2214 In DRT, "plugin.logDestroy = true" not working on Windows.
2216 Remove now succeeding test from the skipped list.
2218 * platform/win/Skipped:
2220 2007-11-14 Antti Koivisto <antti@apple.com>
2222 Try to make this test less timing dependent.
2224 * media/video-currentTime-set-expected.txt:
2225 * media/video-currentTime-set.html:
2227 2007-11-14 Anders Carlsson <andersca@apple.com>
2231 * platform/win/Skipped:
2232 Remove fast/dom/Window/window-onFocus.html since it succeeds now.
2234 2007-11-13 Brady Eidson <beidson@apple.com>
2238 Fix for http://bugs.webkit.org/show_bug.cgi?id=15976
2240 * storage: Added - There will soon be an entire suite in here!
2241 * storage/transaction_callback_exception_crash-expected.txt: Added.
2242 * storage/transaction_callback_exception_crash.html: Added.
2244 2007-11-13 Adam Roben <aroben@apple.com>
2246 Add the http/tests/media directory to the Windows Skipped file
2248 * platform/win/Skipped:
2250 2007-11-13 Sam Weinig <sam@webkit.org>
2252 Reviewed by Adam Roben.
2254 Fix for <rdar://problem/5382579>
2255 http/tests/security/cross-frame-access-put.html reports large
2256 negative numbers for screenLeft and screenTop (Mac reports "0")
2258 * platform/win/Skipped: remove http/tests/security/cross-frame-access-put.html
2260 2007-11-13 Anders Carlsson <andersca@apple.com>
2264 Make this a text-only test.
2266 * fast/dom/Window/window-onFocus-expected.txt: Added.
2267 * fast/dom/Window/window-onFocus.html:
2268 * platform/mac/fast/dom/Window/window-onFocus-expected.checksum: Removed.
2269 * platform/mac/fast/dom/Window/window-onFocus-expected.png: Removed.
2270 * platform/mac/fast/dom/Window/window-onFocus-expected.txt: Removed.
2272 2007-11-12 Antti Koivisto <antti@apple.com>
2276 - add HTTP media test for stalling load
2277 - update tests that don't specifically test autoplay feature to not use autoplay
2278 attribute since playback may start before event listeners are registered
2280 * http/tests/media: Added.
2281 * http/tests/media/video-load-and-stall.cgi: Added.
2282 * http/tests/media/video-play-stall-expected.txt: Added.
2283 * http/tests/media/video-play-stall.html: Added.
2284 * media/video-autoplay.html:
2285 * media/video-dom-loopstart.html:
2286 * media/video-end.html:
2287 * media/video-loopcount.html:
2288 * media/video-loopend.html:
2289 * media/video-loopstart.html:
2291 2007-11-13 Darin Adler <darin@apple.com>
2295 - test for http://bugs.webkit.org/show_bug.cgi?id=11231
2296 RegExp bug when handling newline characters and other regular expression
2297 behavior that is different for JavaScript and PCRE
2299 * fast/js/regexp-no-extensions-expected.txt: Added.
2300 * fast/js/regexp-no-extensions.html: Added.
2301 * fast/js/resources/regexp-no-extensions.js: Added.
2303 2007-11-12 Dan Bernstein <mitz@apple.com>
2305 Reviewed by Darin Adler.
2307 - no-repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15890>
2308 Most of www.aol.com still redraws unnecessarily when headline/photo section changes
2310 * fast/repaint/invisible-objects.html: Added.
2311 * platform/mac/fast/repaint/invisible-objects-expected.checksum: Added.
2312 * platform/mac/fast/repaint/invisible-objects-expected.png: Added.
2313 * platform/mac/fast/repaint/invisible-objects-expected.txt: Added.
2315 2007-11-12 Sam Weinig <sam@webkit.org>
2317 Reviewed by Adam Roben.
2319 * platform/win/Skipped: Remove http/tests/security/cross-frame-acdcess-private-browsing.html
2320 from the windows skipped list now that LayoutTestController.setPrivateBrowsingEnabled has
2323 2007-11-12 Darin Adler <darin@apple.com>
2327 - test for http://bugs.webkit.org/show_bug.cgi?id=15951
2328 REGRESSION: assertion failure in regexp match() when running JS tests
2330 * fast/js/regexp-many-brackets-expected.txt: Added.
2331 * fast/js/regexp-many-brackets.html: Added.
2332 * fast/js/resources/regexp-many-brackets.js: Added.
2334 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2336 Rubber-stamped by Oliver Hunt.
2338 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2339 Import variable lookup optimizations from KJS
2341 * fast/js/kde/completion-expected.txt:
2342 * fast/js/kde/resources/completion.js:
2344 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2346 Rubber-stamped by Oliver Hunt.
2348 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2349 Import variable lookup optimizations from KJS
2351 * fast/js/kde/completion-expected.txt:
2352 * fast/js/kde/iteration-expected.txt:
2353 * fast/js/kde/resources/completion.js:
2354 * fast/js/kde/resources/iteration.js:
2356 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2358 Rubber-stamped by Oliver Hunt.
2360 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2361 Import variable lookup optimizations from KJS
2363 * fast/js/kde/lval-exceptions-expected.txt: Added.
2364 * fast/js/kde/lval-exceptions.html: Added.
2365 * fast/js/kde/operators-expected.txt:
2366 * fast/js/kde/resources/lval-exceptions.js: Added.
2367 * fast/js/kde/resources/operators.js:
2369 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2371 Rubber-stamped by Oliver Hunt.
2373 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2374 Import variable lookup optimizations from KJS
2376 * fast/js/kde/func-decl-expected.txt: Added.
2377 * fast/js/kde/func-decl.html: Added.
2378 * fast/js/kde/resources/func-decl.js: Added.
2380 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2382 Rubber-stamped by Oliver Hunt.
2384 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2385 Import variable lookup optimizations from KJS
2387 * fast/js/rehash-assign-expected.txt: Added.
2388 * fast/js/rehash-assign.html: Added.
2389 * fast/js/resize-array-assign-expected.txt: Added.
2390 * fast/js/resize-array-assign.html: Added.
2391 * fast/js/resources/rehash-assign.js: Added.
2392 * fast/js/resources/resize-array-assign.js: Added.
2394 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2396 Rubber-stamped by Oliver Hunt.
2398 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2399 Import variable lookup optimizations from KJS
2401 * fast/js/kde/arguments-scope-expected.txt: Added.
2402 * fast/js/kde/arguments-scope.html: Added.
2403 * fast/js/kde/resources/arguments-scope.js: Added.
2404 * fast/js/kde/resources/scope.js:
2405 * fast/js/kde/scope-expected.txt:
2407 2007-11-11 Dan Bernstein <mitz@apple.com>
2409 Reviewed by Adam Roben.
2411 - test for http://bugs.webkit.org/show_bug.cgi?id=15942
2412 REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
2414 * editing/selection/cleared-by-relayout-expected.txt: Added.
2415 * editing/selection/cleared-by-relayout.html: Added.
2417 2007-11-11 Antti Koivisto <antti@apple.com>
2421 Add tests for play() and pause() events.
2422 Update one test to match new behavior.
2424 * media/video-currentTime-expected.txt:
2425 * media/video-currentTime.html:
2426 * media/video-pause-empty-events-expected.txt: Added.
2427 * media/video-pause-empty-events.html: Added.
2428 * media/video-play-empty-events-expected.txt: Added.
2429 * media/video-play-empty-events.html: Added.
2430 * media/video-play-pause-events-expected.txt: Added.
2431 * media/video-play-pause-events.html: Added.
2432 * media/video-play-pause-exception-expected.txt: Added
2433 * media/video-play-pause-exception.html: Added
2434 * media/video-test.js:
2436 2007-11-11 Nikolas Zimmermann <zimmermann@kde.org>
2440 Add some basic tests to check alignment-baseline / dominant-baseline functionality.
2442 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Added.
2443 * platform/mac/svg/custom/alignment-baseline-modes-expected.png: Added.
2444 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Added.
2445 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
2446 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Added.
2447 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
2448 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Added.
2449 * platform/mac/svg/custom/dominant-baseline-modes-expected.png: Added.
2450 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
2452 2007-11-11 Adam Roben <aroben@apple.com>
2454 Remove a now-passing test from the Windows Skipped file
2458 * platform/win/Skipped:
2460 2007-11-10 Darin Adler <darin@apple.com>
2462 * platform/win/fast/dom/Window/window-properties-expected.txt: Update for
2463 fix for http://bugs.webkit.org/show_bug.cgi?id=15922.
2465 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
2469 Update SVG layout test results after landing the vertical text support fixes.
2471 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
2472 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
2473 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
2474 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
2475 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
2476 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
2477 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2478 * svg/batik/text/verticalText-expected.checksum:
2479 * svg/batik/text/verticalText-expected.png:
2480 * svg/batik/text/verticalText-expected.txt:
2481 * svg/batik/text/verticalTextOnPath-expected.checksum:
2482 * svg/batik/text/verticalTextOnPath-expected.png:
2483 * svg/batik/text/verticalTextOnPath-expected.txt:
2484 * svg/text/text-align-05-b-expected.txt:
2485 * svg/text/text-align-06-b-expected.txt:
2486 * svg/text/text-path-01-b-expected.checksum:
2487 * svg/text/text-path-01-b-expected.png:
2489 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
2491 Rubberstamped by Eric.
2493 Update some SVG pixel test results - which show changes lately -> repainting fixes.
2495 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
2496 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
2497 * platform/mac/svg/custom/junk-data-expected.checksum:
2498 * platform/mac/svg/custom/junk-data-expected.png:
2499 * platform/mac/svg/custom/missing-xlink-expected.checksum:
2500 * platform/mac/svg/custom/missing-xlink-expected.png:
2501 * platform/mac/svg/hixie/error/012-expected.checksum:
2502 * platform/mac/svg/hixie/error/012-expected.png:
2504 2007-11-10 Darin Adler <darin@apple.com>
2508 - test for http://bugs.webkit.org/show_bug.cgi?id=15927
2509 delete a.c followed by __defineGetter__("c", ...) incorrectly deletes another property
2511 * fast/js/delete-then-put-expected.txt: Added.
2512 * fast/js/delete-then-put.html: Added.
2513 * fast/js/resources/delete-then-put.js: Added.
2515 2007-11-10 Sam Weinig <sam@webkit.org>
2517 Reviewed by Tim Hatcher.
2519 Follow up to <rdar://problem/5394877> Safari should not log unsafe JavaScript
2520 attempts when in private browsing mode (only an issue if Log JavaScript Exceptions
2523 Test using the new LayoutTestController.setPrivateBrowsingEnabled(bool)
2525 * http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
2526 * http/tests/security/cross-frame-access-private-browsing.html: Added.
2527 * platform/win/Skipped: Add new test to windows skip list until we have an
2528 implementation of LayoutTestController.setPrivateBrowsingEnabled(bool) for it.
2530 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
2534 http://bugs.webkit.org/show_bug.cgi?id=15922
2535 Implement more of Mozilla Selection API
2537 * editing/selection/containsNode-expected.txt: Added.
2538 * editing/selection/containsNode.html: Added.
2539 * editing/selection/deleteFromDocument-expected.txt: Added.
2540 * editing/selection/deleteFromDocument.html: Added.
2541 * editing/selection/extend-expected.txt: Added.
2542 * editing/selection/extend.html: Added.
2543 * editing/selection/selectAllChildren-expected.txt: Added.
2544 * editing/selection/selectAllChildren.html: Added.
2545 * fast/dom/Window/window-properties-expected.txt:
2547 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
2551 http://bugs.webkit.org/show_bug.cgi?id=15892
2552 DOM Range operations are not implemented for ProcessingInstruction nodes
2554 * fast/dom/Range/range-processing-instructions-expected.txt: Added.
2555 * fast/dom/Range/range-processing-instructions.html: Added.
2557 2007-11-09 Tristan O'Tierney <tristan@apple.com>
2559 Reviewed by Sam Weinig.
2561 * fast/dom/Window/window-resize-nan.html: Removed.
2562 * fast/dom/Window/window-resize-nan.html-disabled: Copied from fast/dom/Window/window-resize-nan.html.
2564 Disabled nan test until window resize issues can be resolved.
2566 2007-11-08 Adam Roben <aroben@apple.com>
2568 Add a test for <rdar://5483519> Pressing Enter on selected buttons should fire onclick
2572 * fast/forms/enter-clicks-buttons-expected.txt: Added.
2573 * fast/forms/enter-clicks-buttons.html: Added.
2575 2007-11-09 Dan Bernstein <mitz@apple.com>
2577 Reviewed by Antti Koivisto.
2579 - test that dynamically changing a descendant of an invisible layer to
2582 * fast/layers/layer-content-visibility-change.html: Added.
2583 * platform/mac/fast/layers/layer-content-visibility-change-expected.checksum: Added.
2584 * platform/mac/fast/layers/layer-content-visibility-change-expected.png: Added.
2585 * platform/mac/fast/layers/layer-content-visibility-change-expected.txt: Added.
2587 2007-11-09 Beth Dakin <bdakin@apple.com>
2591 Test for <rdar://problem/5586370> CSS Transform - incorrect matrix
2592 math leads to crazy problems
2594 * fast/transforms/identity-matrix.html: Added.
2595 * platform/mac/fast/transforms/identity-matrix-expected.checksum: Added.
2596 * platform/mac/fast/transforms/identity-matrix-expected.png: Added.
2597 * platform/mac/fast/transforms/identity-matrix-expected.txt: Added.
2599 2007-11-08 Oliver Hunt <oliver@apple.com>
2603 Layout test to guard against bit operation regressions.
2605 * fast/js/bitwise-and-on-undefined-expected.txt: Added.
2606 * fast/js/bitwise-and-on-undefined.html: Added.
2608 2007-11-08 Dan Bernstein <mitz@apple.com>
2610 Reviewed by Beth Dakin.
2612 - test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
2614 * fast/dom/length-attribute-mapping-expected.txt: Added.
2615 * fast/dom/length-attribute-mapping.html: Added.
2617 2007-11-08 Darin Adler <darin@apple.com>
2621 - test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
2623 * fast/forms/access-key.html: Check for both focus and click events on all elements, but
2624 resisted the urge to switch to the American spelling for "focused".
2626 * fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
2627 the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
2628 <input type=reset> are all both focused and clicked ("2 input type button clicked",
2629 "3 input type checkbox clicked", "5 input type submit focussed", and
2630 "6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
2631 send a click to <input type=text> and Gecko does. And there are still quite a few types
2632 that are not covered.
2634 2007-11-07 David Kilzer <ddkilzer@apple.com>
2636 WebKit confuses width/height for Media Queries device-aspect-ratio evaluation
2637 <http://bugs.webkit.org/show_bug.cgi?id=14893>
2638 <rdar://problem/5380295>
2642 Each of the following tests creates a <link> element and dynamically sets its
2643 media query based on the aspect ratio (width/height) of the current screen.
2644 When the <link> element is attached to the <head> node, the test expects the
2645 stylesheet to be loaded for the test to pass.
2647 * fast/css/device-aspect-ratio-expected.txt: Added.
2648 * fast/css/device-aspect-ratio.html: Added.
2650 This test sets the device-aspect-ratio to the current size of the screen.
2651 NOTE: This test passed before the fix.
2653 * fast/css/max-device-aspect-ratio-expected.txt: Added.
2654 * fast/css/max-device-aspect-ratio.html: Added.
2656 This test sets the max-device-aspect ratio to 100/1 for landscape monitors or
2657 1/1 for portrait (or square) monitors.
2658 NOTE: This test failed before the fix.
2660 * fast/css/min-device-aspect-ratio-expected.txt: Added.
2661 * fast/css/min-device-aspect-ratio.html: Added.
2663 This test sets the min-device-aspect ratio to 1/1 for landscape monitors or
2664 1/100 for portrait (or square) monitors.
2665 NOTE: This test failed before the fix.
2667 * fast/css/resources/device-aspect-ratio.css: Added.
2669 2007-11-07 Dan Bernstein <mitz@apple.com>
2671 Reviewed by Dave Hyatt.
2673 - test for http://bugs.webkit.org/show_bug.cgi?id=15887
2674 REGRESSION (r27576): Crash in RenderStyle::affectedByHoverRules clicking link on Digg
2676 * fast/css/display-none-inline-style-change-crash-expected.txt: Added.
2677 * fast/css/display-none-inline-style-change-crash.html: Added.
2679 2007-11-07 Dan Bernstein <mitz@apple.com>
2681 Reviewed by Darin Adler.
2683 - test that CSS rules with :hover in the ancestor chain continue to work
2684 after changing the inline style declaration of the ancestor
2686 * fast/css/affected-by-hover-after-style-change.html: Added.
2687 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.checksum: Added.
2688 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Added.
2689 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Added.
2691 2007-11-06 Geoffrey Garen <ggaren@apple.com>
2693 Reviewed by Darin Adler.
2695 Beefed up the RegExp.compile testcase to cover a mistake in the
2696 original check-in and a mistake I made while developing my new patch.
2698 * fast/js/resources/regexp-compile.js:
2700 2007-11-07 Lars Knoll <lars@trolltech.com>
2704 don't put nbsp's into the plan text paste
2706 Fix both ClipboardQt and PasteboardQt to replace
2707 nbsp's with spaces before putting the text onto the
2708 native clipboard. This is consistent with Mac and Win
2709 and fixes at least editing/pasteboard/4076267-3.html
2711 * platform/qt/Skipped:
2712 * platform/qt/editing/pasteboard/4076267-3-expected.txt: Added.
2714 2007-11-07 Lars Knoll <lars@trolltech.com>
2718 update test results after the last commit.
2720 * platform/qt/css1/box_properties/acid_test-expected.txt:
2721 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
2722 * platform/qt/fast/block/basic/011-expected.txt:
2723 * platform/qt/fast/block/margin-collapse/103-expected.txt:
2724 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
2725 * platform/qt/fast/forms/002-expected.txt:
2726 * platform/qt/fast/forms/005-expected.txt:
2727 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
2728 * platform/qt/fast/forms/formmove-expected.txt:
2729 * platform/qt/fast/forms/formmove2-expected.txt:
2730 * platform/qt/fast/forms/input-align-image-expected.txt:
2731 * platform/qt/fast/forms/input-appearance-height-expected.txt:
2732 * platform/qt/fast/forms/input-type-change-expected.txt:
2733 * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
2734 * platform/qt/fast/forms/radio-attr-order-expected.txt:
2735 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
2736 * platform/qt/fast/forms/radio_checked-expected.txt:
2737 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
2738 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
2739 * platform/qt/fast/forms/searchfield-heights-expected.txt:
2740 * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt:
2741 * platform/qt/fast/forms/slider-thumb-stylability-expected.txt:
2742 * platform/qt/fast/inline/positionedLifetime-expected.txt:
2743 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
2744 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
2745 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
2746 * platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
2747 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
2748 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
2749 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
2750 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
2752 2007-11-07 Lars Knoll <lars@trolltech.com>
2756 Update the list of skipped tests.
2758 Three more tests are passing.
2760 * platform/qt/Skipped:
2762 2007-11-07 Lars Knoll <lars@trolltech.com>
2766 add more passing test cases.
2768 * platform/qt/Skipped:
2769 * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Added.
2770 * platform/qt/editing/pasteboard/3976872-expected.txt: Added.
2771 * platform/qt/editing/pasteboard/4242293-1-expected.txt: Added.
2772 * platform/qt/editing/pasteboard/4242293-expected.txt: Added.
2773 * platform/qt/editing/pasteboard/4631972-expected.txt: Added.
2774 * platform/qt/editing/pasteboard/4641033-expected.txt: Added.
2775 * platform/qt/editing/pasteboard/4700297-expected.txt: Added.
2776 * platform/qt/editing/pasteboard/4806874-expected.txt: Added.
2777 * platform/qt/editing/pasteboard/4840662-expected.txt: Added.
2778 * platform/qt/editing/pasteboard/4944770-1-expected.txt: Added.
2779 * platform/qt/editing/pasteboard/4989774-expected.txt: Added.
2780 * platform/qt/editing/pasteboard/5006779-expected.txt: Added.
2781 * platform/qt/editing/pasteboard/5027857-expected.txt: Added.
2782 * platform/qt/editing/pasteboard/5032095-expected.txt: Added.
2783 * platform/qt/editing/pasteboard/5065605-expected.txt: Added.
2784 * platform/qt/editing/pasteboard/5071074-2-expected.txt: Added.
2785 * platform/qt/editing/pasteboard/5071074-expected.txt: Added.
2786 * platform/qt/editing/pasteboard/5075944-2-expected.txt: Added.
2787 * platform/qt/editing/pasteboard/5075944-3-expected.txt: Added.
2788 * platform/qt/editing/pasteboard/5075944-expected.txt: Added.
2789 * platform/qt/editing/pasteboard/5134759-expected.txt: Added.
2790 * platform/qt/editing/pasteboard/5156401-1-expected.txt: Added.
2791 * platform/qt/editing/pasteboard/5245519-expected.txt: Added.
2792 * platform/qt/editing/pasteboard/5247341-expected.txt: Added.
2793 * platform/qt/editing/pasteboard/5368833-expected.txt: Added.
2794 * platform/qt/editing/pasteboard/5387578-expected.txt: Added.
2795 * platform/qt/editing/pasteboard/5478250-expected.txt: Added.
2796 * platform/qt/editing/pasteboard/5483567-expected.txt: Added.
2797 * platform/qt/editing/pasteboard/7955-expected.txt: Added.
2798 * platform/qt/editing/pasteboard/8145-1-expected.txt: Added.
2799 * platform/qt/editing/pasteboard/8145-2-expected.txt: Added.
2800 * platform/qt/editing/pasteboard/8145-3-expected.txt: Added.
2801 * platform/qt/editing/pasteboard/bad-placeholder-expected.txt: Added.
2802 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Added.
2803 * platform/qt/editing/pasteboard/cut-text-001-expected.txt: Added.
2804 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
2805 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: Added.
2806 * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Added.
2807 * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
2808 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: Added.
2809 * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Added.
2810 * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: Added.
2811 * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: Added.
2812 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: Added.
2813 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: Added.
2814 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt: Added.
2815 * platform/qt/editing/pasteboard/merge-end-1-expected.txt: Added.
2816 * platform/qt/editing/pasteboard/merge-end-2-expected.txt: Added.
2817 * platform/qt/editing/pasteboard/merge-end-3-expected.txt: Added.
2818 * platform/qt/editing/pasteboard/merge-end-4-expected.txt: Added.
2819 * platform/qt/editing/pasteboard/merge-end-5-expected.txt: Added.
2820 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: Added.
2821 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt: Added.
2822 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Added.
2823 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Added.
2824 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: Added.
2825 * platform/qt/editing/pasteboard/merge-start-list-expected.txt: Added.
2826 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
2827 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
2828 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Added.
2829 * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: Added.
2830 * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Added.
2831 * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Added.
2832 * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: Added.
2833 * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: Added.
2834 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: Added.
2835 * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: Added.
2836 * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: Added.
2837 * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: Added.
2838 * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: Added.
2839 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: Added.
2840 * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: Added.
2841 * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: Added.
2842 * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: Added.
2843 * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: Added.
2844 * platform/qt/editing/pasteboard/paste-list-001-expected.txt: Added.
2845 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: Added.
2846 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: Added.
2847 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Added.
2848 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Added.
2849 * platform/qt/editing/pasteboard/paste-table-001-expected.txt: Added.
2850 * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Added.
2851 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Added.
2852 * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Added.
2853 * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Added.
2854 * platform/qt/editing/pasteboard/paste-text-004-expected.txt: Added.
2855 * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Added.
2856 * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Added.
2857 * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Added.
2858 * platform/qt/editing/pasteboard/paste-text-009-expected.txt: Added.
2859 * platform/qt/editing/pasteboard/paste-text-010-expected.txt: Added.
2860 * platform/qt/editing/pasteboard/paste-text-011-expected.txt: Added.
2861 * platform/qt/editing/pasteboard/paste-text-012-expected.txt: Added.
2862 * platform/qt/editing/pasteboard/paste-text-014-expected.txt: Added.
2863 * platform/qt/editing/pasteboard/paste-text-015-expected.txt: Added.
2864 * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Added.
2865 * platform/qt/editing/pasteboard/paste-text-017-expected.txt: Added.
2866 * platform/qt/editing/pasteboard/paste-text-018-expected.txt: Added.
2867 * platform/qt/editing/pasteboard/paste-text-019-expected.txt: Added.
2868 * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added.
2869 * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added.
2870 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added.
2871 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Added.
2872 * platform/qt/editing/pasteboard/pasting-object-expected.txt: Added.
2873 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt: Added.
2874 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
2875 * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
2876 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Added.
2877 * platform/qt/editing/pasteboard/styled-element-markup-expected.txt: Added.
2878 * platform/qt/editing/selection/4932260-1-expected.txt: Added.
2879 * platform/qt/editing/selection/5234383-1-expected.txt: Added.
2880 * platform/qt/editing/selection/extend-by-word-002-expected.txt: Added.
2881 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
2882 * platform/qt/editing/selection/select-box-expected.txt: Added.
2883 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
2884 * platform/qt/editing/style/font-family-with-space-expected.txt: Added.
2885 * platform/qt/editing/style/non-inheritable-styles-expected.txt: Added.
2886 * platform/qt/editing/style/relative-font-size-change-002-expected.txt: Added.
2887 * platform/qt/editing/undo/undo-misspellings-expected.txt: Added.
2888 * platform/qt/editing/undo/undo-typing-001-expected.txt: Added.
2889 * platform/qt/editing/unsupported-content/list-delete-001-expected.txt: Added.
2890 * platform/qt/editing/unsupported-content/list-delete-003-expected.txt: Added.
2891 * platform/qt/editing/unsupported-content/list-type-after-expected.txt: Added.
2892 * platform/qt/editing/unsupported-content/list-type-before-expected.txt: Added.
2893 * platform/qt/editing/unsupported-content/table-delete-001-expected.txt: Added.
2894 * platform/qt/editing/unsupported-content/table-delete-002-expected.txt: Added.
2895 * platform/qt/editing/unsupported-content/table-delete-003-expected.txt: Added.
2896 * platform/qt/editing/unsupported-content/table-type-after-expected.txt: Added.
2897 * platform/qt/editing/unsupported-content/table-type-before-expected.txt: Added.
2899 2007-11-07 Alexey Proskuryakov <ap@nypop.com>
2901 Finished moving editing/pasteboard/5583362.html to platform/mac (this test was crashing in ObjC test plugin,
2902 because it couldn't find its resources).
2904 * editing/resources/plaintext-pasteboard-data.dat: Removed.
2905 * platform/mac/editing/resources: Added.
2906 * platform/mac/editing/resources/plaintext-pasteboard-data.dat: Copied from editing/resources/plaintext-pasteboard-data.dat.
2908 2007-11-07 Dan Bernstein <mitz@apple.com>
2910 Reviewed by Brady Eidson.
2912 - test for http://bugs.webkit.org/show_bug.cgi?id=15877
2913 REGRESSION: r27486 caused a layout regression at my bank's website
2915 * fast/block/float/overhanging-after-height-decrease-offsets.html: Added.
2916 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.checksum: Added.
2917 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Added.
2918 * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Added.
2920 2007-11-06 Adam Roben <aroben@apple.com>
2922 Move a Mac-specific test to platform/mac
2924 * editing/pasteboard/5583362.html: Removed.
2925 * platform/mac/editing/pasteboard/5583362.html: Added.
2927 2007-11-06 Beth Dakin <bdakin@apple.com>
2931 New test for <rdar://problem/5575812> REGRESSION:When using
2932 absolute positioning with overflow:auto div, WebKit seems to add an
2934 * fast/overflow/overflow-auto-position-absolute.html: Added.
2935 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.checksum: Added.
2936 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
2937 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt: Added.
2939 Test with changed results. The measurements in the rtl example now
2940 more closely mirror the ltr example.
2941 * platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
2943 2007-11-06 Justin Garcia <justin.garcia@apple.com>
2945 Reviewed by Dan Bernstein.
2947 <rdar://problem/5583387> ASSERTION FAILED: !refChild->hasTagName(bodyTag) when pasting newline in plain text into rich text Mail
2948 <rdar://problem/5583362> REGRESSION (5523.10.3-TOT): Newlines stripped when pasting plain text in Mail
2950 * editing/pasteboard/5583362.html: Added.
2951 * editing/resources/plaintext-pasteboard-data.dat: Added.
2952 * platform/mac/editing/pasteboard/5583362-expected.checksum: Added.
2953 * platform/mac/editing/pasteboard/5583362-expected.png: Added.
2954 * platform/mac/editing/pasteboard/5583362-expected.txt: Added.
2956 2007-11-06 Antti Koivisto <antti@apple.com>
2958 Correct test results.
2960 * platform/mac/fast/layers/layer-visibility-expected.txt:
2962 2007-11-06 Antti Koivisto <antti@apple.com>
2966 Update test to cover
2967 <rdar://problem/5521068>
2968 Visibility not propagated correctly for children of a layer with z-index
2970 The fix for this was (accidentally) already checked in with r27277,
2971 with retroactive r=hyatt.
2973 * fast/layers/layer-visibility.html:
2974 * platform/mac/fast/layers/layer-visibility-expected.checksum:
2975 * platform/mac/fast/layers/layer-visibility-expected.png:
2976 * platform/mac/fast/layers/layer-visibility-expected.txt:
2978 2007-11-06 Justin Garcia <justin.garcia@apple.com>
2980 Reviewed by Darin Adler.
2982 <rdar://problem/5576619> REGRESSION: Caret disappears after deleting the last character in inline hole (15714)
2984 * platform/mac/editing/input/5576619-expected.checksum: Added.
2985 * platform/mac/editing/input/5576619-expected.png: Added.
2986 * platform/mac/editing/input/5576619-expected.txt: Added.
2987 * platform/mac/editing/input/5576619.html: Added.
2988 * platform/mac/editing/input/text-input-controller-expected.txt:
2990 2007-11-06 Dan Bernstein <mitz@apple.com>
2992 Reviewed by Antti Koivisto and Dave Hyatt.
2994 - test for <rdar://problem/5582961> Incorrect layout and floating object list corruption when CSS decreases a block's height
2996 * fast/block/float/overhanging-after-height-decrease.html: Added.
2997 * platform/mac-leopard/fast/block: Added.
2998 * platform/mac-leopard/fast/block/float: Added.
2999 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.checksum: Added.
3000 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
3001 * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt: Added.
3003 2007-11-05 Adele Peterson <adele@apple.com>
3007 Added test for poster attribute.
3009 * media/content/abe.png: Added.
3010 * media/content/greenbox.png: Added.
3011 * media/video-poster-expected.txt: Added.
3012 * media/video-poster.html: Added.
3014 2007-11-06 Antti Koivisto <antti@apple.com>
3018 Tests for media src attribute changes.
3020 * media/video-src-change-expected.txt: Added.
3021 * media/video-src-change.html: Added.
3022 * media/video-src-remove-expected.txt: Added.
3023 * media/video-src-remove.html: Added.
3024 * media/video-src-set-expected.txt: Added.
3025 * media/video-src-set.html: Added.
3026 * media/video-test.js:
3028 2007-11-06 Dan Bernstein <mitz@apple.com>
3030 Reviewed by Darin Adler.
3032 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15838
3033 Incomplete repaint toggling "How you know this person" on Facebook
3035 * fast/repaint/make-children-non-inline.html: Added.
3036 * platform/mac/fast/repaint/make-children-non-inline-expected.txt: Added.
3037 * platform/mac-leopard/fast/repaint: Added.
3038 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.checksum: Added.
3039 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.png: Added.
3041 2007-11-05 Adam Roben <aroben@apple.com>
3043 Remove a now-passing test from the Windows Skipped file
3047 * platform/win/Skipped:
3049 2007-11-05 Dan Bernstein <mitz@apple.com>
3051 Reviewed by Oliver Hunt.
3053 - test that an all-whitespace class attribute does not cause an assertion failure
3055 * fast/dom/class-all-whitespace-expected.txt: Added.
3056 * fast/dom/class-all-whitespace.html: Added.
3058 2007-11-05 Alexey Proskuryakov <ap@webkit.org>
3062 http://bugs.webkit.org/show_bug.cgi?id=15841
3063 fast/dom/Document/early-document-access.html crashes under GuardMalloc
3065 * fast/dom/Document/early-document-access.html: Don't check for open() timeout;
3066 wait for popup window to close as long as it takes.
3068 2007-11-03 Darin Adler <darin@apple.com>
3072 - updates for http://bugs.webkit.org/show_bug.cgi?id=15814
3073 <rdar://problem/5536644> fast/js/kde/encode_decode_uri.html fails
3075 * fast/js/kde/resources/encode_decode_uri.js: Rewrote the test to cover edges better,
3076 and use the should functions in a way that makes failures easier to understand.
3077 * fast/js/kde/encode_decode_uri-expected.txt: Updated.
3079 2007-11-02 Antti Koivisto <antti@apple.com>
3083 Test for video width/height DOM and content attributes.
3085 * media/video-width-height-expected.txt: Added.
3086 * media/video-width-height.html: Added.
3088 2007-11-02 Darin Adler <darin@apple.com>
3092 - test for http://bugs.webkit.org/show_bug.cgi?id=15806
3093 <rdar://problem/5561626> ASSERT(element->isRadioButton()) fires destroying form elements
3095 * fast/forms/remove-radio-button-assert-expected.txt: Added.
3096 * fast/forms/remove-radio-button-assert.html: Added.
3098 2007-11-02 Darin Adler <darin@apple.com>
3102 - update tests affected by fix for <rdar://problem/5530185> WebKit does not show
3103 <object> fallback content when both URL and MIME type is omitted
3105 * dom/html/level2/html/AppletsCollection-expected.txt: The text "Nothing here!" renders now.
3106 * fast/dom/HTMLDocument/object-by-name-unknown-child-element-expected.txt: Some blank
3108 * platform/mac/fast/invalid/residual-style-expected.txt: A font element renders now.
3110 2007-11-01 Dan Bernstein <mitz@apple.com>
3112 - fix typo in test name
3114 * fast/repaint/layout-state-only-posiitoned.html: Removed.
3115 * fast/repaint/layout-state-only-positioned.html: Copied from fast/repaint/layout-state-only-posiitoned.html.
3116 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Removed.
3117 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Removed.
3118 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Removed.
3119 * platform/mac/fast/repaint/layout-state-only-positioned-expected.checksum: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum.
3120 * platform/mac/fast/repaint/layout-state-only-positioned-expected.png: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png.
3121 * platform/mac/fast/repaint/layout-state-only-positioned-expected.txt: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt.
3123 2007-11-01 Geoffrey Garen <ggaren@apple.com>
3125 Reviewed by Maciej Stachowiak.
3127 Layout test for http://bugs.webkit.org/show_bug.cgi?id=15785
3128 REGRESSION(r27344): Crash on load at finance.yahoo.com
3130 * fast/js/activation-object-function-lifetime-expected.txt: Added.
3131 * fast/js/activation-object-function-lifetime.html: Added.
3133 2007-11-01 Dan Bernstein <mitz@apple.com>
3135 Reviewed by Dave Hyatt.
3137 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15015
3138 <rdar://problem/5420308> Most of www.aol.com redraws unnecessarily when headline/photo section changes
3140 * fast/repaint/overflow-clip-subtree-layout.html: Added.
3141 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.checksum: Added.
3142 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
3143 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
3145 2007-10-31 Adam Roben <aroben@apple.com>
3147 Add Windows-specific results for window-properties
3149 HTML Timed Media elements aren't implemented yet on Windows.
3151 * platform/win/fast/dom/Window/window-properties-expected.txt: Added.
3153 2007-10-31 Adam Roben <aroben@apple.com>
3155 New test for a crash when parsing a cubic-bezier function
3159 * fast/css/parse-timing-function-crash-expected.txt: Added.
3160 * fast/css/parse-timing-function-crash.html: Added.
3162 2007-10-31 Justin Garcia <justin.garcia@apple.com>
3164 Reviewed by Dave Harrison.
3166 * editing/execCommand/5569741.html: Added.
3167 * platform/mac/editing/execCommand/5569741-expected.checksum: Added.
3168 * platform/mac/editing/execCommand/5569741-expected.png: Added.
3169 * platform/mac/editing/execCommand/5569741-expected.txt: Added.
3171 2007-10-31 Antti Koivisto <antti@apple.com>
3173 Remove timing dependent, occasionally failing cue point tests.
3174 Cue points will be replaced with cue ranges soon anyway.
3176 * media/video-cuepoint-pause-expected.txt: Removed.
3177 * media/video-cuepoint-remove-multiple-expected.txt: Removed.
3178 * media/video-cuepoint-multiple-expected.txt: Removed.
3179 * media/video-cuepoint-remove-expected.txt: Removed.
3180 * media/video-cuepoint-pause.html: Removed.
3181 * media/video-cuepoint-remove-multiple.html: Removed.
3182 * media/video-cuepoint-multiple.html: Removed.
3183 * media/video-cuepoint-remove.html: Removed.
3184 * media/video-cuepoint-add-expected.txt: Removed.
3185 * media/video-cuepoint-add.html: Removed.
3187 2007-10-31 Lars Knoll <lars@trolltech.com>
3191 Fixes in the XML tokenizer when using QXmlStream.
3193 Use new functionality of QXmlStream in Qt 4.4 to simplify
3194 the code (but keep the old code for now to still support Qt 4.3).
3196 Add proper support for namespace handling when parsing into
3197 a document fragment.
3199 * platform/qt/Skipped:
3200 * platform/qt/dom/xhtml/level3/core/canonicalform10-expected.txt: Removed.
3201 * platform/qt/dom/xhtml/level3/core/canonicalform11-expected.txt: Removed.
3203 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
3207 http://bugs.webkit.org/show_bug.cgi?id=11001
3208 WebKit doesn't support RegExp.compile method
3210 * fast/js/regexp-compile-expected.txt: Added.
3211 * fast/js/regexp-compile.html: Added.
3212 * fast/js/resources/regexp-compile.js: Added.
3214 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
3218 http://bugs.webkit.org/show_bug.cgi?id=15762
3219 XSLStylesheet loads subresources from a wrong URL
3221 * fast/xsl/resources/xslt-second-level-import.xsl:
3222 * fast/parser/resources/external-entities.xsl.xsl:
3223 These tests depended on old buggy behavior.
3225 2007-10-30 Antti Koivisto <antti@apple.com>
3229 Media tests from feature branch.
3231 * fast/dom/Window/window-properties-expected.txt: Replaced.
3232 * fast/dom/Window/window-properties.html: Replaced.
3234 * media/audio-constructor-expected.txt: Added.
3235 * media/audio-constructor-src-expected.txt: Added.
3236 * media/audio-constructor-src.html: Added.
3237 * media/audio-constructor.html: Added.
3238 * media/content: Added.
3239 * media/content/test.mp4: Added.
3240 * media/content/test.wav: Added.
3241 * media/progress-event-expected.txt: Added.
3242 * media/progress-event.html: Added.
3243 * media/video-append-source-expected.txt: Added.
3244 * media/video-append-source.html: Added.
3245 * media/video-autoplay-expected.txt: Added.
3246 * media/video-autoplay.html: Added.
3247 * media/video-buffered-expected.txt: Added.
3248 * media/video-buffered.html: Added.
3249 * media/video-cuepoint-add-expected.txt: Added.
3250 * media/video-cuepoint-add.html: Added.
3251 * media/video-cuepoint-multiple-expected.txt: Added.
3252 * media/video-cuepoint-multiple.html: Added.
3253 * media/video-cuepoint-pause-expected.txt: Added.
3254 * media/video-cuepoint-pause.html: Added.
3255 * media/video-cuepoint-remove-expected.txt: Added.
3256 * media/video-cuepoint-remove-multiple-expected.txt: Added.
3257 * media/video-cuepoint-remove-multiple.html: Added.
3258 * media/video-cuepoint-remove.html: Added.
3259 * media/video-currentTime-expected.txt: Added.
3260 * media/video-currentTime-set-expected.txt: Added.
3261 * media/video-currentTime-set.html: Added.
3262 * media/video-currentTime-set2-expected.txt: Added.
3263 * media/video-currentTime-set2.html: Added.
3264 * media/video-currentTime.html: Added.
3265 * media/video-dom-autoplay-expected.txt: Added.
3266 * media/video-dom-autoplay.html: Added.
3267 * media/video-dom-end-expected.txt: Added.
3268 * media/video-dom-end.html: Added.
3269 * media/video-dom-loopcount-expected.txt: Added.
3270 * media/video-dom-loopcount.html: Added.
3271 * media/video-dom-loopend-expected.txt: Added.
3272 * media/video-dom-loopend.html: Added.
3273 * media/video-dom-loopstart-expected.txt: Added.
3274 * media/video-dom-loopstart.html: Added.
3275 * media/video-dom-src-expected.txt: Added.
3276 * media/video-dom-src.html: Added.
3277 * media/video-dom-start-expected.txt: Added.
3278 * media/video-dom-start.html: Added.
3279 * media/video-end-expected.txt: Added.
3280 * media/video-end.html: Added.
3281 * media/video-error-abort-expected.txt: Added.
3282 * media/video-error-abort.html: Added.
3283 * media/video-error-does-not-exist-expected.txt: Added.
3284 * media/video-error-does-not-exist.html: Added.
3285 * media/video-load-networkState-expected.txt: Added.
3286 * media/video-load-networkState.html: Added.
3287 * media/video-load-readyState-expected.txt: Added.
3288 * media/video-load-readyState.html: Added.
3289 * media/video-loopcount-expected.txt: Added.
3290 * media/video-loopcount.html: Added.
3291 * media/video-loopend-expected.txt: Added.
3292 * media/video-loopend.html: Added.
3293 * media/video-loopstart-expected.txt: Added.
3294 * media/video-loopstart.html: Added.
3295 * media/video-muted-expected.txt: Added.
3296 * media/video-muted.html: Added.
3297 * media/video-no-autoplay-expected.txt: Added.
3298 * media/video-no-autoplay.html: Added.
3299 * media/video-seekable-expected.txt: Added.
3300 * media/video-seekable.html: Added.
3301 * media/video-size-expected.txt: Added.
3302 * media/video-size.html: Added.
3303 * media/video-source-expected.txt: Added.
3304 * media/video-source-media-expected.txt: Added.
3305 * media/video-source-media.html: Added.
3306 * media/video-source-type-expected.txt: Added.
3307 * media/video-source-type.html: Added.
3308 * media/video-source.html: Added.
3309 * media/video-src-expected.txt: Added.
3310 * media/video-src-source-expected.txt: Added.
3311 * media/video-src-source.html: Added.
3312 * media/video-src.html: Added.
3313 * media/video-start-expected.txt: Added.
3314 * media/video-start.html: Added.
3315 * media/video-test.js: Added.
3316 * media/video-volume-expected.txt: Added.
3317 * media/video-volume.html: Added.
3318 * platform/qt/Skipped:
3319 * platform/win/Skipped:
3321 2007-10-30 Justin Garcia <set EMAIL_ADDRESS environment variable>
3323 Reviewed by Darin Adler.
3325 <rdar://problem/5549929> CrashTracer: [USER] 35 crashes at WebCore::CharacterData::insertData
3327 * editing/inserting/5549929-1-expected.txt: Added.
3328 * editing/inserting/5549929-1.html: Added.
3329 * editing/inserting/5549929-2.html: Added.
3330 * editing/inserting/5549929-3.html: Added.
3331 * platform/mac/editing/inserting/5549929-2-expected.checksum: Added.
3332 * platform/mac/editing/inserting/5549929-2-expected.png: Added.
3333 * platform/mac/editing/inserting/5549929-2-expected.txt: Added.
3334 * platform/mac/editing/inserting/5549929-3-expected.checksum: Added.
3335 * platform/mac/editing/inserting/5549929-3-expected.png: Added.
3336 * platform/mac/editing/inserting/5549929-3-expected.txt: Added.
3338 2007-10-30 Adam Roben <aroben@apple.com>
3340 Add another failing test to the Windows Skipped file
3342 * platform/win/Skipped:
3344 2007-10-30 Sam Weinig <sam@webkit.org>
3346 Rubber-stamped by Adam Roben.
3348 Update test to not intermittently fail.
3350 * http/tests/security/host-compare-case-insensitive-expected.txt:
3351 * http/tests/security/host-compare-case-insensitive.html:
3352 * http/tests/security/resources/cross-frame-iframe.html:
3353 * http/tests/security/resources/localhost-accesssor.html:
3355 2007-10-30 Beth Dakin <bdakin@apple.com>
3357 Rubber stamped by Geoff.
3359 This test needed updated results from my patch last night. It has
3360 <parsererror> tags, which are now block instead on inline.
3362 * platform/mac/fast/frames/onlyCommentInIFrame-expected.checksum: Replaced.
3363 * platform/mac/fast/frames/onlyCommentInIFrame-expected.png: Replaced.
3364 * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
3366 2007-10-30 Beth Dakin <bdakin@apple.com>
3368 Rubber stamped by Geoff.
3370 Fixing two layout test mixups from my patch last night.
3372 I added this test, but checked in old results:
3373 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
3375 I removed the results of this test by accident:
3376 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Added.
3378 2007-10-29 Beth Dakin <bdakin@apple.com>
3382 New tests and new results for old tests for <rdar://problem/
3383 5399614> anchor tag is not rendered without text content, works in
3384 Firefox with CSS background-image (13237)
3387 * fast/inline/drawStyledEmptyInlines.html: Added.
3388 * fast/inline/drawStyledEmptyInlinesWithWS.html: Added.
3389 * fast/inline/emptyInlinesWithinLists.html: Added.
3390 * fast/inline/styledEmptyInlinesWithBRs.html: Added.
3391 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.checksum: Added.
3392 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png: Added.
3393 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt: Added.
3394 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.checksum: Added.
3395 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: Added.
3396 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added.
3397 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.checksum: Added.
3398 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png: Added.
3399 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.txt: Added.
3400 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.checksum: Added.
3401 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png: Added.
3402 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.txt: Added.
3404 New results for tests with <paserererrors> since <parsererror> is
3406 * platform/mac/fast/invalid/junk-data-expected.checksum: Replaced.
3407 * platform/mac/fast/invalid/junk-data-expected.png: Replaced.
3408 * platform/mac/fast/invalid/junk-data-expected.txt:
3409 * platform/mac/fast/invalid/missing-end-tag-expected.checksum: Replaced.
3410 * platform/mac/fast/invalid/missing-end-tag-expected.png: Replaced.
3411 * platform/mac/fast/invalid/missing-end-tag-expected.txt:
3412 * platform/mac/fast/parser/xhtml-alternate-entities-expected.checksum: Replaced.
3413 * platform/mac/fast/parser/xhtml-alternate-entities-expected.png: Replaced.
3414 * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
3415 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.checksum: Replaced.
3416 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png: Replaced.
3417 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Removed.
3418 * platform/mac/svg/custom/junk-data-expected.checksum: Replaced.
3419 * platform/mac/svg/custom/junk-data-expected.png: Replaced.
3420 * platform/mac/svg/custom/junk-data-expected.txt:
3421 * platform/mac/svg/custom/missing-xlink-expected.checksum: Replaced.
3422 * platform/mac/svg/custom/missing-xlink-expected.png: Replaced.
3423 * platform/mac/svg/custom/missing-xlink-expected.txt:
3424 * platform/mac/svg/hixie/error/012-expected.checksum: Replaced.
3425 * platform/mac/svg/hixie/error/012-expected.png: Replaced.
3426 * platform/mac/svg/hixie/error/012-expected.txt:
3428 2007-10-29 Dan Bernstein <mitz@apple.com>
3430 Reviewed by Adam Roben.
3432 - test for http://bugs.webkit.org/show_bug.cgi?id=15750