1 2007-12-03 Dan Bernstein <mitz@apple.com>
3 Reviewed by Darin Adler.
7 * platform/win/Skipped:
9 2007-12-03 Dan Bernstein <mitz@apple.com>
11 Reviewed by Dave Hyatt.
13 - test for <rdar://problem/5346452> Resize event doesn't fire on body element inside a frame
15 * fast/events/resize-subframe-expected.txt: Added.
16 * fast/events/resize-subframe.html: Added.
18 2007-12-03 Darin Adler <darin@apple.com>
22 - test for http://bugs.webkit.org/show_bug.cgi?id=15618
23 <rdar://problem/5619353> REGRESSION: Stack overflow/crash in KJS::equal (15618)
25 * fast/js/recursion-limit-equal-expected.txt: Added.
26 * fast/js/recursion-limit-equal.html: Added.
27 * fast/js/resources/recursion-limit-equal.js: Added.
29 2007-12-03 Dan Bernstein <mitz@apple.com>
31 Reviewed by Darin Adler.
33 - added a test of the behavior of getIntIdentifier with the integers
36 * plugins/getintidentifier-special-values-expected.txt: Added.
37 * plugins/getintidentifier-special-values.html: Added.
39 2007-12-03 Rob Buis <buis@kde.org>
44 http://bugs.webkit.org/show_bug.cgi?id=15767
45 Text decorations do not respect "visibility" property
47 * svg/custom/text-decoration-visibility-expected.checksum: Added.
48 * svg/custom/text-decoration-visibility-expected.png: Added.
49 * svg/custom/text-decoration-visibility-expected.txt: Added.
50 * svg/custom/text-decoration-visibility.svg: Added.
52 2007-12-03 Alice Liu <alice.liu@apple.com>
54 Removing passing tests
56 * platform/win/Skipped:
58 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
62 Add new testcase verifying that CSS selectors don't affect the non-exposed SVG shadow tree.
64 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.checksum: Added.
65 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Added.
66 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Added.
67 * svg/custom/use-css-no-effect-on-shadow-tree.svg: Added.
69 2007-12-03 Nikolas Zimmermann <zimmermann@kde.org>
71 Rubber stamped by Mark.
73 Commit missing layout test results from my last commit (fix for bug 15403)
75 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
76 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
77 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
78 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
79 * platform/mac/svg/custom/image-clipped-hit-expected.png:
80 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
81 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
82 * platform/mac/svg/custom/use-clipped-hit-expected.png:
83 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
84 * platform/mac/svg/custom/use-css-events-expected.checksum:
85 * platform/mac/svg/custom/use-css-events-expected.png:
87 2007-12-03 Dan Bernstein <mitz@apple.com>
89 Reviewed by Adam Roben.
91 - test for <rdar://problem/5538651> REGRESSSION: domfuzz: null deref in WebCore::Document::canReplaceChild
93 * fast/dom/Document/replaceChild-null-oldChild-expected.txt: Added.
94 * fast/dom/Document/replaceChild-null-oldChild.html: Added.
95 * fast/dom/Document/resources/replaceChild-null-oldChild.js: Added.
97 2007-12-02 Darin Adler <darin@apple.com>
101 - test for http://bugs.webkit.org/show_bug.cgi?id=15848
102 <rdar://problem/5619330> REGRESSION: Assertion failure viewing comments page on digg.com
104 * fast/js/resources/sparse-array.js: Added.
105 * fast/js/sparse-array-expected.txt: Added.
106 * fast/js/sparse-array.html: Added.
108 2007-12-02 Darin Adler <darin@apple.com>
112 - tests for table-related HTMLCollection classes for misnested
113 tables and for <rdar://problem/5601995> Hang/crash on http://ebay-uk.custhelp.com/
115 * fast/dom/HTMLTableElement/resources: Added.
116 * fast/dom/HTMLTableElement/resources/TEMPLATE.html: Added.
117 * fast/dom/HTMLTableElement/resources/rows.js: Added.
118 * fast/dom/HTMLTableElement/resources/tBodies.js: Added.
119 * fast/dom/HTMLTableElement/rows-expected.txt: Added.
120 * fast/dom/HTMLTableElement/rows.html: Added.
121 * fast/dom/HTMLTableElement/tBodies-expected.txt: Added.
122 * fast/dom/HTMLTableElement/tBodies.html: Added.
123 * fast/dom/HTMLTableRowElement: Added.
124 * fast/dom/HTMLTableRowElement/cells-expected.txt: Added.
125 * fast/dom/HTMLTableRowElement/cells.html: Added.
126 * fast/dom/HTMLTableRowElement/insertCell-expected.txt: Added.
127 * fast/dom/HTMLTableRowElement/insertCell.html: Added.
128 * fast/dom/HTMLTableRowElement/resources: Added.
129 * fast/dom/HTMLTableRowElement/resources/TEMPLATE.html: Added.
130 * fast/dom/HTMLTableRowElement/resources/cells.js: Added.
131 * fast/dom/HTMLTableSectionElement: Added.
132 * fast/dom/HTMLTableSectionElement/resources: Added.
133 * fast/dom/HTMLTableSectionElement/resources/TEMPLATE.html: Added.
134 * fast/dom/HTMLTableSectionElement/resources/rows.js: Added.
135 * fast/dom/HTMLTableSectionElement/rows-expected.txt: Added.
136 * fast/dom/HTMLTableSectionElement/rows.html: Added.
138 2007-12-01 Antti Koivisto <antti@apple.com>
142 Test that removing a media element when it is loading does not crash.
143 Test that media is paused when it is removed from the tree.
145 * http/tests/media/remove-while-loading-expected.txt: Added.
146 * http/tests/media/remove-while-loading.html: Added.
147 * media/remove-from-document-expected.txt: Added.
148 * media/remove-from-document.html: Added.
150 2007-12-01 Julien Chaffraix <julien.chaffraix@gmail.com>
152 Bug 16189: XMLHttpRequest::setRequestHeader() should not set certain headers
154 Reviewed by Darin Adler.
156 * http/tests/xmlhttprequest/set-dangerous-headers-expected.txt:
157 * http/tests/xmlhttprequest/set-dangerous-headers.html: Added tests for new headers
159 2007-12-01 Dan Bernstein <mitz@apple.com>
161 Reviewed by Darin Adler.
163 - test for <rdar://problem/5619240> REGRESSION (Leopard-r28069): Reproducible crash with a Mootools-based calendar picker (jump to null in FrameView::layout)
165 * fast/dynamic/subtree-common-root-expected.txt: Added.
166 * fast/dynamic/subtree-common-root.html: Added.
168 2007-11-30 Eric Seidel <eric@webkit.org>
173 http://bugs.webkit.org/show_bug.cgi?id=16127
175 * fast/js/regexp-compile-crash-expected.txt: Added.
176 * fast/js/regexp-compile-crash.html: Added.
178 2007-11-30 Adam Roben <aroben@apple.com>
180 Copy some cross-platform results into platform/win to avoid picking up the platform/mac versions
182 * platform/win/fast/dom/Window/window-resize-expected.txt: Copied from LayoutTests/fast/dom/Window/window-resize-expected.txt.
183 * platform/win/fast/dom/wrapper-classes-expected.txt: Copied from LayoutTests/fast/dom/wrapper-classes-expected.txt.
185 2007-11-30 Darin Adler <darin@apple.com>
187 Reviewed by Adam Roben.
189 - test for http://bugs.webkit.org/show_bug.cgi?id=16207
190 JavaScript regular expressions should match UTF-16 code units rather than characters
192 * fast/js/regexp-non-bmp-expected.txt: Added.
193 * fast/js/regexp-non-bmp.html: Added.
194 * fast/js/resources/regexp-non-bmp.js: Added.
196 2007-11-30 Adele Peterson <adele@apple.com>
200 Test for http://bugs.webkit.org/show_bug.cgi?id=16072
201 <rdar://problem/5463821> REGRESSION: Mousemove event isn't fired when mouse moves over scrollbar with pressed button
203 * fast/events/mousemove-after-drag-over-scrollbar-expected.txt: Added.
204 * fast/events/mousemove-after-drag-over-scrollbar.html: Added.
206 2007-11-30 Alexey Proskuryakov <ap@webkit.org>
208 * platform/win/Skipped: Added editing/selection/5241148.html, which crashes for me.
210 2007-11-29 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
214 * Fix fast/events/mousedown_in_scrollbar.html
215 * This test used to crash in PlatformScrollbarQt::mouse*Event due parent() returning 0.
216 * Extend the current check that the scrollbar in the mev can be go away.
217 This happens if we destroy a RenderLayer as the result of a click. In the
218 case of Qt we can have this scrollbar in m_lastScrollbarUnderMouse. The RenderLayer
219 is the ScrollbarClient, m_lastScrollbarUnderMouse is a RefPtr and keeps the
220 last reference. When calling into this scrollbar the m_client pointer is a dangling pointer.
221 We extend the check to set m_lastScrollbarUnderMouse back to zero when it was the
222 scrollbar in the old mev and is gone in the new one.
223 * This happens only on the Qt port because we send more/different move events.
225 * platform/qt/Skipped:
227 2007-11-29 Antti Koivisto <antti@apple.com>
231 Test for video aspect ratio calculation.
233 * media/video-aspect-ratio.html: Added.
234 * platform/mac/media: Added.
235 * platform/mac/media/video-aspect-ratio-expected.checksum: Added.
236 * platform/mac/media/video-aspect-ratio-expected.png: Added.
237 * platform/mac/media/video-aspect-ratio-expected.txt: Added.
239 2007-11-29 Anders Carlsson <andersca@apple.com>
243 <rdar://problem/5230478>
244 FrameLoadDelegate callbacks are not dumped in DRT.
246 Remove now passing tests.
248 * platform/win/Skipped:
250 2007-11-29 Alice Liu <alice.liu@apple.com>
254 * platform/win/Skipped: Removed two Mac-specific tests.
256 2007-11-29 Alice Liu <alice.liu@apple.com>
258 Move incorrect, Mac-specific results of fast/dom/Window/window-resize.html into platform/mac and replace them with non-Mac results
260 The incorrect results are tracked by <rdar://5563578>.
264 * fast/dom/Window/window-resize-expected.txt: Replaced.
265 * platform/mac/fast/dom/Window/window-resize-expected.txt: Copied from fast/dom/Window/window-resize-expected.txt.
266 * platform/win/Skipped: Removed window-resize tests.
268 2007-11-29 Sam Weinig <sam@webkit.org>
272 Revert r28213 which added an error callback that was not needed and changed
275 * storage/transaction_callback_exception_crash.html:
277 2007-11-29 Alice Liu <alice.liu@apple.com>
281 * platform/win/Skipped: Removed a passing test.
283 2007-11-29 Alice Liu <alice.liu@apple.com>
285 Group failures related to dumpResourceLoadCallbacks being unimplemented
289 * platform/win/Skipped:
291 2007-11-29 Alice Liu <alice.liu@apple.com>
293 Group failures related to using Cygwin paths
297 * platform/win/Skipped:
299 2007-11-29 Brady Eidson <beidson@apple.com>
303 Fixed a hang in the layout tests.
304 My checkin earlier today broke things such that the transaction call errors out instead of succeeds.
305 Therefore LayoutTestController is never notified that the test is done.
307 This changes modifies the test such that the controller is notified of completion even if
308 there's a transaction error.
310 The net effect of this fix is to transform the hang to a single layout test failure, so people
311 and the bots don't have their run-webkit-tests hang while I try to fix the real regression.
313 * storage/transaction_callback_exception_crash.html:
315 2007-11-29 Darin Adler <darin@apple.com>
319 - test for http://bugs.webkit.org/show_bug.cgi?id=16191
320 REGRESSION: cannot tab to radio input after setting checked to false
322 * fast/forms/input-radio-checked-tab-expected.txt: Added.
323 * fast/forms/input-radio-checked-tab.html: Added.
325 2007-11-29 Alice Liu <alice.liu@apple.com>
327 Move Mac-specific results of fast/dom/wrapper-classes.html into platform/mac and replace them with non-Mac results
331 * fast/dom/wrapper-classes-expected.txt: Replaced.
332 * platform/mac/fast/dom/wrapper-classes-expected.txt: Copied from fast/dom/wrapper-classes-expected.txt.
334 2007-11-29 Alice Liu <alice.liu@apple.com>
336 Group drag-n-drop related failures under one bug
338 We don't know the specific causes of these failures, but we believe
339 they're due to bugs in DRT's drag-n-drop implementation.
343 * platform/win/Skipped:
345 2007-11-29 Alice Liu <alice.liu@apple.com>
349 * platform/win/Skipped: Removed another passing test.
351 2007-11-29 Alice Liu <alice.liu@apple.com>
355 * platform/win/Skipped: Recategorized one failing test and removed a
358 2007-11-29 Alice Liu <alice.liu@apple.com>
360 Removing <rdar://5507350> from skipped list because it's not failing.
362 * platform/win/Skipped:
364 2007-11-29 Anders Carlsson <andersca@apple.com>
368 Move Mac-specific tests to platform/mac.
370 * fast/events/objc-event-api-expected.txt: Removed.
371 * fast/events/objc-event-api.html: Removed.
372 * fast/events/objc-keyboard-event-creation-expected.txt: Removed.
373 * fast/events/objc-keyboard-event-creation.html: Removed.
374 * platform/mac/fast/events/objc-event-api-expected.txt: Copied from fast/events/objc-event-api-expected.txt.
375 * platform/mac/fast/events/objc-event-api.html: Copied from fast/events/objc-event-api.html.
376 * platform/mac/fast/events/objc-keyboard-event-creation-expected.txt: Copied from fast/events/objc-keyboard-event-creation-expected.txt.
377 * platform/mac/fast/events/objc-keyboard-event-creation.html: Copied from fast/events/objc-keyboard-event-creation.html.
379 2007-11-29 Alice Liu <alice.liu@apple.com>
381 Removing some fixed tests
383 * platform/win/Skipped:
385 2007-11-29 Anders Carlsson <andersca@apple.com>
389 <rdar://problem/5132005>
390 setUserStyleSheetEnabled is not fully implemented in Windows DRT.
392 * platform/win/Skipped:
394 2007-11-28 Mark Rowe <mrowe@apple.com>
396 Unreviewed layout test fix. Fix typos in the name of four files used by HTTP layout tests.
398 In r28120 and r28128 the references to these files had the typo fixed, but the files themselves did not.
399 This caused four layout tests to fail.
401 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-iframe.html: Removed.
402 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessee-opened-frame.html: Removed.
403 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-iframe.html: Removed.
404 * http/tests/security/javascriptURL/resources/foreign-domain-javascipt-url-accessor-opened-frame.html: Removed.
405 * 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.
406 * 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.
407 * 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.
408 * 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.
410 2007-11-28 Antti Koivisto <antti@apple.com>
414 Test that fallback content inside media elements is not be rendered.
416 * media/fallback-expected.txt: Added.
417 * media/fallback.html: Added.
419 2007-11-28 Alice Liu <alice.liu@apple.com>
421 just some more typo fixes
423 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level-expected.txt:
424 * http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-sub-frame-2-level.html:
425 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url-expected.txt:
426 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-from-javscript-url.html:
427 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level-expected.txt:
428 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html:
429 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-expected.txt:
430 * http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame.html:
431 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe-expected.txt:
432 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-subframe.html:
433 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open-expected.txt:
434 * http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html:
435 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe-expected.txt:
436 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html:
437 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open-expected.txt:
438 * http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html:
440 2007-11-28 Antti Koivisto <antti@apple.com>
444 <rdar://problem/5605668>
445 Implement controls attribute for video element
447 - A new test for the controls attribute.
448 - Add the controls attibute to all existing video tests. This will give the code
449 some additional exercise without affecting test results.
451 * media/progress-event.html:
452 * media/video-append-source.html:
453 * media/video-autoplay.html:
454 * media/video-buffered.html:
455 * media/video-controls-expected.txt: Added.
456 * media/video-controls.html: Added.
457 * media/video-currentTime-set.html:
458 * media/video-currentTime-set2.html:
459 * media/video-currentTime.html:
460 * media/video-dom-autoplay.html:
461 * media/video-dom-end.html:
462 * media/video-dom-loopcount.html:
463 * media/video-dom-loopend.html:
464 * media/video-dom-loopstart.html:
465 * media/video-dom-src.html:
466 * media/video-dom-start.html:
467 * media/video-end.html:
468 * media/video-error-abort.html:
469 * media/video-error-does-not-exist.html:
470 * media/video-load-networkState.html:
471 * media/video-load-readyState.html:
472 * media/video-loopcount.html:
473 * media/video-loopend.html:
474 * media/video-loopstart.html:
475 * media/video-muted.html:
476 * media/video-no-autoplay.html:
477 * media/video-pause-empty-events.html:
478 * media/video-play-empty-events.html:
479 * media/video-play-pause-events.html:
480 * media/video-play-pause-exception.html:
481 * media/video-poster.html:
482 * media/video-seek-past-end-paused.html:
483 * media/video-seek-past-end-playing.html:
484 * media/video-seekable.html:
485 * media/video-seeking.html:
486 * media/video-size.html:
487 * media/video-source-media.html:
488 * media/video-source-type.html:
489 * media/video-source.html:
490 * media/video-src-change.html:
491 * media/video-src-remove.html:
492 * media/video-src-set.html:
493 * media/video-src-source.html:
494 * media/video-src.html:
495 * media/video-start.html:
496 * media/video-volume.html:
497 * media/video-width-height.html:
499 2007-11-28 Justin Garcia <justin.garcia@apple.com>
501 Reviewed by Darin Adler.
503 <rdar://problem/5573879> GMail Beta: Crash in when undoing Remove Formating
505 Added to demonstrate fixes:
506 * editing/execCommand/5573879.html: Added.
507 * platform/mac/editing/execCommand/5573879-expected.checksum: Added.
508 * platform/mac/editing/execCommand/5573879-expected.png: Added.
509 * platform/mac/editing/execCommand/5573879-expected.txt: Added.
511 Fixes (RemoveFormat now preserves the selection correctly):
512 * platform/mac/editing/execCommand/4920742-1-expected.checksum:
513 * platform/mac/editing/execCommand/4920742-1-expected.png:
514 * platform/mac/editing/execCommand/4920742-1-expected.txt:
515 * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum:
516 * platform/mac/editing/execCommand/remove-formatting-2-expected.png:
517 * platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
518 * platform/mac/editing/execCommand/remove-formatting-expected.checksum:
519 * platform/mac/editing/execCommand/remove-formatting-expected.png:
520 * platform/mac/editing/execCommand/remove-formatting-expected.txt:
522 2007-11-28 Timothy Hatcher <timothy@apple.com>
524 Make this test not depend on the screen size.
526 * fast/dom/Window/window-resize-expected.txt:
527 * fast/dom/Window/window-resize.html:
529 2007-11-28 Anders Carlsson <andersca@apple.com>
533 <rdar://problem/5132001>
534 contextClick is not implemented in DRT on Windows.
536 Remove tests that pass now that we have contextClick.
538 * platform/win/Skipped:
540 2007-11-28 Alice Liu <alice.liu@apple.com>
542 Removing some tests tracked by <rdar://5130762> because they don't fail.
544 * platform/win/Skipped:
546 2007-11-28 Alice Liu <alice.liu@apple.com>
548 Removing fixed tests tracked by <rdar://5128229>
550 * platform/win/Skipped:
552 2007-11-28 Alice Liu <alice.liu@apple.com>
554 Rubberstamped by Sam.
556 Fixing a typo in some filenames
558 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
559 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-subframe.html: Removed.
560 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
561 * http/tests/security/javascriptURL/xss-DENIED-from-javascipt-url-in-foreign-domain-window-open.html: Removed.
562 * 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.
563 * 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.
564 * 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.
565 * 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.
566 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe-expected.txt: Removed.
567 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-subframe.html: Removed.
568 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open-expected.txt: Removed.
569 * http/tests/security/javascriptURL/xss-DENIED-to-javascipt-url-in-foreign-domain-window-open.html: Removed.
570 * 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.
571 * 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.
572 * 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.
573 * 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.
574 * platform/win/Skipped:
576 2007-11-28 Dan Bernstein <mitz@apple.com>
578 Reviewed by Dave Hyatt.
580 - test for <rdar://problem/5612459> CrashTracer: [REGRESSION] 61 crashes in Safari at com.apple.WebCore: WebCore::AutoTableLayout::layout + 2046
582 * fast/table/empty-auto-column-zero-divide-expected.txt: Added.
583 * fast/table/empty-auto-column-zero-divide.html: Added.
585 2007-11-28 Jon Honeycutt <jhoneycutt@apple.com>
589 <rdar://problem/5507360> plugins/return-error-from-new-stream-callback-
590 in-full-frame-plugin.html is crashing
592 Alice fixed this in r28046
594 * platform/win/Skipped:
596 2007-11-27 Beth Dakin <bdakin@apple.com>
600 Test for <rdar://problem/5616052> SVGs with width or height of 100%
601 hang when used as a background-image (16164)
603 * fast/images/resources/width-100-percent.svg: Added.
604 * fast/images/svg-width-100p-as-background.html: Added.
605 * platform/mac/fast/images/svg-width-100p-as-background-expected.checksum: Added.
606 * platform/mac/fast/images/svg-width-100p-as-background-expected.png: Added.
607 * platform/mac/fast/images/svg-width-100p-as-background-expected.txt: Added.
609 2007-11-27 Timothy Hatcher <timothy@apple.com>
611 Reviewed by Kevin McCullough.
613 Bug 16161: window.moveBy(0, 0) moves the window by -22px vertically
614 http://bugs.webkit.org/show_bug.cgi?id=16161
616 Added test cases for moveBy(0, 0), moveBy(0, 1) and moveBy(1, 0).
618 * fast/dom/Window/window-resize.html:
619 * fast/dom/Window/window-resize-expected.txt:
621 2007-11-26 Timothy Hatcher <timothy@apple.com>
623 Reviewed by Dave Hyatt.
625 Test for: <rdar://problem/5569233> Add the ability to disable author and user CSS styles
627 * fast/css/disabled-author-styles.html: Added.
628 * platform/mac/fast/css/disabled-author-styles-expected.txt: Added.
630 2007-11-26 Feng Qian <ian.eng.webkit@gmail.com>
632 Reviewed by Sam Weinig.
634 Tests for http://bugs.webkit.org/show_bug.cgi?id=16073
636 * http/tests/security/resources/iframe-invalid-domain-change.html: Added.
637 * http/tests/security/xss-DENIED-invalid-domain-change-expected.txt: Added.
638 * http/tests/security/xss-DENIED-invalid-domain-change.html: Added.
640 2007-11-26 Darin Adler <darin@apple.com>
644 - test for http://bugs.webkit.org/show_bug.cgi?id=16096
645 REGRESSION (r26653-r26699): Plaxo.com addressbook does not load in webkit nightlies
647 * fast/js/regexp-overflow-expected.txt: Added.
648 * fast/js/regexp-overflow.html: Added.
649 * fast/js/resources/regexp-overflow.js: Added.
651 2007-11-26 Sam Weinig <sam@webkit.org>
655 Tests for <rdar://problem/5592988>
657 - Update and add tests for new tighter restrictions on what frames in other domains
660 * http/tests/security/cross-frame-access-location-expected.txt:
661 * http/tests/security/frameNavigation: Added.
662 * http/tests/security/frameNavigation/resources: Added.
663 * http/tests/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html: Added.
664 * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: Added.
665 * http/tests/security/frameNavigation/resources/navigation-changed-iframe.html: Added.
666 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-expected.txt: Added.
667 * http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html: Added.
668 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change-expected.txt: Added.
669 * http/tests/security/frameNavigation/xss-ALLOWED-targeted-subframe-navigation-change.html: Added.
671 2007-11-26 Dan Bernstein <mitz@apple.com>
673 Reviewed by Dave Hyatt.
675 - 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
677 * fast/dynamic/float-withdrawal-2.html: Added.
678 * platform/mac/fast/dynamic/float-withdrawal-2-expected.checksum: Added.
679 * platform/mac/fast/dynamic/float-withdrawal-2-expected.png: Added.
680 * platform/mac/fast/dynamic/float-withdrawal-2-expected.txt: Added.
682 2007-11-25 Adam Roben <aroben@apple.com>
684 * platform/win/Skipped: Add a known failure.
686 2007-11-25 Adam Roben <aroben@apple.com>
688 * platform/win/Skipped: Remove an unnecessary entry.
690 2007-11-25 Mark Rowe <mrowe@apple.com>
692 Reviewed by Dan Bernstein.
694 Test for http://bugs.webkit.org/show_bug.cgi?id=16129
695 Bug 16129: REGRESSION (r27761-r27811): malloc error while visiting http://mysit.es (crashes release build)
697 * fast/js/regexp-range-out-of-order-expected.txt: Added.
698 * fast/js/regexp-range-out-of-order.html: Added.
699 * fast/js/resources/regexp-range-out-of-order.js: Added.
701 2007-11-25 Nikolas Zimmermann <zimmermann@kde.org>
703 Reviewed by Adam Roben.
705 Update layout test results after fixing text path boundaries if text-anchor is not set to 'start'.
707 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
708 * platform/mac/svg/text/textPathBoundsBug-expected.checksum: Added.
709 * platform/mac/svg/text/textPathBoundsBug-expected.png: Added.
710 * platform/mac/svg/text/textPathBoundsBug-expected.txt: Added.
711 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
712 * svg/batik/text/textOnPath-expected.txt:
713 * svg/batik/text/textOnPath3-expected.txt:
714 * svg/batik/text/verticalTextOnPath-expected.txt:
715 * svg/text/text-align-04-b-expected.checksum:
716 * svg/text/text-align-04-b-expected.png:
717 * svg/text/text-align-04-b-expected.txt:
718 * svg/text/textPathBoundsBug.svg: Added.
720 2007-11-25 Alexey Proskuryakov <ap@webkit.org>
724 http://bugs.webkit.org/show_bug.cgi?id=15919
725 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
727 * fast/xsl/extra-lf-at-end-expected.txt: Added.
728 * fast/xsl/extra-lf-at-end.html: Added.
729 * fast/xsl/xslt-processor-expected.txt:
730 * platform/mac/fast/xsl/xslt-enc-cyr-expected.txt:
731 * platform/mac/fast/xsl/xslt-enc-expected.txt:
732 * platform/mac/fast/xsl/xslt-enc16-expected.txt:
733 * platform/mac/fast/xsl/xslt-enc16to16-expected.txt:
734 * platform/mac/fast/xsl/xslt-text-expected.txt:
736 2007-11-24 David D. Kilzer <ddkilzer@webkit.org>
738 Added tests for select.options.remove(boolean).
742 * fast/js/resources/select-options-add.js: Added two tests.
743 * fast/js/select-options-add-expected.txt: Updated results.
745 2007-11-23 Antti Koivisto <antti@apple.com>
747 Set video src from script, not from the element attribute. This
748 guarantees load events do not fire before event listeners are registered.
749 This change does not affect test results.
751 * media/progress-event.html:
752 * media/video-autoplay.html:
753 * media/video-buffered.html:
754 * media/video-currentTime-set.html:
755 * media/video-currentTime-set2.html:
756 * media/video-currentTime.html:
757 * media/video-dom-autoplay.html:
758 * media/video-error-abort.html:
759 * media/video-error-does-not-exist.html:
760 * media/video-load-networkState.html:
761 * media/video-load-readyState.html:
762 * media/video-no-autoplay.html:
763 * media/video-seekable.html:
764 * media/video-seeking.html:
765 * media/video-size.html:
766 * media/video-src.html:
767 * media/video-start.html:
769 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
773 <rdar://problem/5539306> REGRESSION: redirect fails when subframe's document is opened but
774 not closed (affects digg.com)
776 * fast/loader/meta-refresh-vs-open-expected.txt: Added.
777 * fast/loader/meta-refresh-vs-open.html: Added.
778 Test that HTTP refresh never fires if the document stays open indefinitely.
780 * fast/loader/redirect-with-open-subframe-expected.txt: Added.
781 * fast/loader/redirect-with-open-subframe.html: Added.
782 * fast/loader/redirect-with-open-subframe-2-expected.txt: Added.
783 * fast/loader/redirect-with-open-subframe-2.html: Added.
784 Test that setting window.location has effect even if the document is open.
786 * http/tests/loading/onload-vs-immediate-refresh-expected.txt: Added.
787 * http/tests/loading/onload-vs-immediate-refresh.pl: Added.
788 Test for <rdar://3829452> - HTTP redirect should only happen after onload fires.
790 * platform/mac/http/tests/loading/simple-subframe-expected.txt:
791 It seems that there was a line spilled from the previous test that is now in
792 onload-vs-immediate-refresh-expected.txt - despite my efforts, I couldn't get rid of it.
794 2007-11-23 Dan Bernstein <mitz@apple.com>
796 Reviewed by Alexey Proskuryakov.
798 - test the matrix transforms are applied on the correct side
800 * fast/transforms/matrix-02.html: Added.
801 * platform/mac/fast/transforms/matrix-02-expected.checksum: Added.
802 * platform/mac/fast/transforms/matrix-02-expected.png: Added.
803 * platform/mac/fast/transforms/matrix-02-expected.txt: Added.
805 2007-11-23 Alexey Proskuryakov <ap@webkit.org>
809 http://bugs.webkit.org/show_bug.cgi?id=16077
810 <rdar://problem/5609785> XSLT processor <xsl:sort> algorithm is incompatible with other
811 browser implementations
813 * fast/xsl/sort-unicode-expected.txt: Added.
814 * fast/xsl/sort-unicode.xml: Added.
815 * fast/xsl/sort-unicode.xsl: Added.
817 2007-11-22 Dan Bernstein <mitz@apple.com>
819 Reviewed by Maciej Stachowiak.
821 - pixel test for http://bugs.webkit.org/show_bug.cgi?id=15943
822 -webkit-transform matrix does not work
824 * fast/transforms/matrix-01.html: Added.
825 * platform/mac/fast/transforms/matrix-01-expected.checksum: Added.
826 * platform/mac/fast/transforms/matrix-01-expected.png: Added.
827 * platform/mac/fast/transforms/matrix-01-expected.txt: Added.
829 2007-11-22 Julien Chaffraix <julien.chaffraix@gmail.com>
833 Bug 15530: XMLHttpRequest should not support certain methods
835 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception-expected.txt: Added.
836 * http/tests/xmlhttprequest/xmlhttprequest-forbidden-methods-exception.html: Added.
838 2007-11-21 Dan Bernstein <mitz@apple.com>
840 Reviewed by Eric Seidel.
842 - repaint test for <rdar://problem/5607037> REGRESSION (r27351): Departure date does not repaint when changed on Google Maps public transit planner (16034)
844 * fast/repaint/subtree-root-skipped.html: Added.
845 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.checksum: Added.
846 * platform/mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added.
847 * platform/mac/fast/repaint/subtree-root-skipped-expected.txt: Added.
849 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
853 <rdar://problem/5230233> dom/xhtml/level2/html/frame.xhtml is failing on Windows
855 This isn't actually a test, but an unused resource - we should re-work the W3C test rig to
856 support subresource loading from (X)HTML.
857 Anyway, it doesn't fail for me, I suppose this problem was fixed since the bug was filed.
859 * platform/win/Skipped:
861 2007-11-21 Alexey Proskuryakov <ap@webkit.org>
865 Fix a copy/paste error in the test (introduced in bug 12194).
867 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt:
868 * http/tests/xmlhttprequest/zero-length-response-sync.html:
870 2007-11-20 Mark Rowe <mrowe@apple.com>
872 Reviewed by Sam Weinig.
874 Tests for http://bugs.webkit.org/show_bug.cgi?id=16074
875 Bug 16074: execCommand("InsertHorizontalRule", false, "") results in id="" being inserted
877 * editing/execCommand/arguments-combinations-expected.txt:
878 * editing/execCommand/arguments-combinations.html:
880 2007-11-20 Lars Knoll <lars@trolltech.com>
884 Adjust some test result after fixing a bug related to computation
885 of QFont::xHeight() in Qt.
887 * platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
888 * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
889 * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
890 * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
891 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
893 2007-11-20 Lars Knoll <lars@trolltech.com>
897 Fix text break interators.
899 The break iterators where trying to be smart about the input
900 string and caching their results. Unfortunately a pointer/string length
901 comparison is not good enough in all cases (since some input is stack based
902 temp strings). Removed the caching but at the same time started to use a more
903 efficient constructor of QTextBoundaryFinder that doesn't need to malloc for
906 Fixes two test cases that test "text-transform: capitalize".
908 * platform/qt/css1/text_properties/text-transCapitalize-expected.txt:
909 * platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
911 2007-11-19 Antti Koivisto <antti@apple.com>
913 Rubber-stamped by bdash.
915 Improve coverage of these tests.
917 * media/video-muted-expected.txt:
918 * media/video-muted.html:
919 * media/video-volume-expected.txt:
920 * media/video-volume.html:
922 2007-11-19 Julien Chaffraix <julien.chaffraix@gmail.com>
926 http://bugs.webkit.org/show_bug.cgi?id=12194
927 Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when they are not
928 available should raise an exception
930 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt: Added.
931 * http/tests/xmlhttprequest/xmlhttprequest-responseText-exception.html: Added.
932 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception-expected.txt: Added.
933 * http/tests/xmlhttprequest/xmlhttprequest-responseXML-exception.html: Added.
934 * http/tests/xmlhttprequest/zero-length-response-expected.txt: Updated result
935 * http/tests/xmlhttprequest/zero-length-response-sync-expected.txt: Updated result
936 * http/tests/xmlhttprequest/zero-length-response-sync.html: Corrected URL & added
937 exception handling to test case
939 2007-11-18 Alexey Proskuryakov <ap@webkit.org>
943 <rdar://problem/5546393> Whitespace handling doesn't match HTML5.
945 * fast/parser/html-whitespace-expected.txt: Added.
946 * fast/parser/html-whitespace.html: Added.
948 2007-11-16 Dan Bernstein <mitz@apple.com>
950 Reviewed by Darin Adler.
952 - repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15994>
953 REGRESSION: Incomplete repaint of CSS image substitution
955 * fast/repaint/clip-with-layout-delta.html: Added.
956 * platform/mac/fast/repaint/clip-with-layout-delta-expected.checksum: Added.
957 * platform/mac/fast/repaint/clip-with-layout-delta-expected.png: Added.
958 * platform/mac/fast/repaint/clip-with-layout-delta-expected.txt: Added.
960 2007-11-16 Antti Koivisto <antti@apple.com>
964 Seeking related test updates
965 - update to match specificiation
966 - rename loopCount to playCount everywhere
967 - timeupdate events during seek
968 - fix that some tests (like audio ones) depended on timing sensitive ordering of play and load events
969 - add text about what is being tested
971 Add new tests for seeking past end, seeking past loaded position and 'seeking' DOM attribute.
973 * http/tests/media/video-seekable-stall-expected.txt: Added.
974 * http/tests/media/video-seekable-stall.html: Added.
975 * media/audio-constructor-expected.txt:
976 * media/audio-constructor-src-expected.txt:
977 * media/audio-constructor-src.html:
978 * media/audio-constructor.html:
979 * media/video-dom-loopcount-expected.txt:
980 * media/video-dom-loopcount.html:
981 * media/video-dom-loopend-expected.txt:
982 * media/video-dom-loopend.html:
983 * media/video-dom-loopstart-expected.txt:
984 * media/video-dom-loopstart.html:
985 * media/video-dom-start-expected.txt:
986 * media/video-dom-start.html:
987 * media/video-loopcount-expected.txt:
988 * media/video-loopcount.html:
989 * media/video-loopend-expected.txt:
990 * media/video-loopend.html:
991 * media/video-loopstart-expected.txt:
992 * media/video-loopstart.html:
993 * media/video-seek-past-end-paused-expected.txt: Added.
994 * media/video-seek-past-end-paused.html: Added.
995 * media/video-seek-past-end-playing-expected.txt: Added.
996 * media/video-seek-past-end-playing.html: Added.
997 * media/video-seeking-expected.txt: Added.
998 * media/video-seeking.html: Added.
999 * media/video-test.js:
1001 2007-11-16 Anders Carlsson <andersca@apple.com>
1005 <rdar://problem/5603832>
1006 XMLHttpRequest readyState 3 & responseText buffer issues.
1008 Remove http/tests/xmlhttprequest/small-chunks-response-text.html from the Skipped list.
1010 * platform/win/Skipped:
1012 2007-11-16 Dan Bernstein <mitz@apple.com>
1014 Reviewed by Darin Adler and Sam Weinig.
1016 - remove fast/forms/select-type-ahead-non-latin.html after fixing <rdar://problem/5134075>
1018 * platform/win/Skipped:
1020 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
1022 Rubberstamped by Eric.
1024 Full update of the SVG pixel tests - all files containing text show rendering improvments.
1025 Text looks more 'bold' as it's supposed to be according to the W3C reference rendering, not
1026 sure what commit actually caused it - but it's better now.
1028 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.checksum:
1029 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
1030 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
1031 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
1032 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.checksum:
1033 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
1034 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.checksum:
1035 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
1036 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.checksum:
1037 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
1038 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.checksum:
1039 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
1040 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
1041 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
1042 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.checksum:
1043 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
1044 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.checksum:
1045 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
1046 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
1047 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
1048 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.checksum:
1049 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
1050 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.checksum:
1051 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
1052 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.checksum:
1053 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
1054 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.checksum:
1055 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
1056 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.checksum:
1057 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
1058 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.checksum:
1059 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
1060 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.checksum:
1061 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
1062 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.checksum:
1063 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
1064 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.checksum:
1065 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
1066 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.checksum:
1067 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
1068 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.checksum:
1069 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
1070 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.checksum:
1071 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
1072 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.checksum:
1073 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
1074 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.checksum:
1075 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
1076 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum:
1077 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
1078 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.checksum:
1079 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
1080 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
1081 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
1082 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
1083 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
1084 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
1085 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
1086 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
1087 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
1088 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.checksum:
1089 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
1090 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
1091 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
1092 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
1093 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
1094 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
1095 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
1096 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
1097 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
1098 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
1099 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1100 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
1101 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
1102 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
1103 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
1104 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
1105 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
1106 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
1107 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
1108 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
1109 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
1110 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
1111 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
1112 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
1113 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
1114 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
1115 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
1116 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
1117 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
1118 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
1119 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
1120 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
1121 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
1122 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
1123 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
1124 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
1125 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
1126 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
1127 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
1128 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
1129 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
1130 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
1131 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
1132 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
1133 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
1134 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
1135 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
1136 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
1137 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
1138 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
1139 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
1140 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
1141 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
1142 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
1143 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
1144 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
1145 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
1146 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.checksum:
1147 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
1148 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.checksum:
1149 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
1150 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
1151 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
1152 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.checksum:
1153 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
1154 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.checksum:
1155 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
1156 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.checksum:
1157 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
1158 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.checksum:
1159 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
1160 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
1161 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
1162 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.checksum:
1163 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
1164 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.checksum:
1165 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
1166 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.checksum:
1167 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
1168 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
1169 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
1170 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
1171 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
1172 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
1173 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1174 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
1175 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
1176 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
1177 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
1178 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
1179 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
1180 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
1181 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
1182 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
1183 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
1184 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
1185 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
1186 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
1187 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
1188 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
1189 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
1190 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
1191 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
1192 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
1193 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
1194 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
1195 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
1196 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
1197 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
1198 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
1199 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
1200 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
1201 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
1202 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
1203 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
1204 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
1205 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
1206 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
1207 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
1208 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
1209 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
1210 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
1211 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
1212 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
1213 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
1214 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
1215 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
1216 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
1217 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
1218 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
1219 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
1220 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.checksum:
1221 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.png:
1222 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
1223 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
1224 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
1225 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
1226 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
1227 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
1228 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
1229 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
1230 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
1231 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
1232 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
1233 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
1234 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
1235 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
1236 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum:
1237 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
1238 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.checksum:
1239 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
1240 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.checksum:
1241 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
1242 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
1243 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
1244 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
1245 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
1246 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.checksum:
1247 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
1248 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.checksum:
1249 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
1250 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum:
1251 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
1252 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum:
1253 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
1254 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.checksum:
1255 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
1256 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
1257 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
1258 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum:
1259 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
1260 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum:
1261 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
1262 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum:
1263 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
1264 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
1265 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1266 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
1267 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1268 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
1269 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
1270 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
1271 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
1272 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
1273 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
1274 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
1275 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
1276 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
1277 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1278 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
1279 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
1280 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
1281 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
1282 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.checksum:
1283 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
1284 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.checksum:
1285 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
1286 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.checksum:
1287 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
1288 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
1289 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
1290 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.checksum:
1291 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
1292 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum:
1293 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png:
1294 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.checksum:
1295 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
1296 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.checksum:
1297 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
1298 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.checksum:
1299 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
1300 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.checksum:
1301 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
1302 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.checksum:
1303 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
1304 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.checksum:
1305 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
1306 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.checksum:
1307 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
1308 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.checksum:
1309 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
1310 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
1311 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1312 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.checksum:
1313 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
1314 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.checksum:
1315 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
1316 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.checksum:
1317 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
1318 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.checksum:
1319 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
1320 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.checksum:
1321 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
1322 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.checksum:
1323 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
1324 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum:
1325 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
1326 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum:
1327 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
1328 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
1329 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
1330 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
1331 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
1332 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
1333 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
1334 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
1335 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
1336 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
1337 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
1338 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
1339 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
1340 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.checksum:
1341 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.png:
1342 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
1343 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
1344 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.checksum:
1345 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
1346 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.checksum:
1347 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
1348 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
1349 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
1350 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
1351 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
1352 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
1353 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
1354 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.checksum:
1355 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
1356 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
1357 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
1358 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
1359 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
1360 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
1361 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1362 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
1363 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1364 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
1365 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1366 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
1367 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1368 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
1369 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1370 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
1371 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1372 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
1373 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1374 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
1375 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
1376 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
1377 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1378 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
1379 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1380 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
1381 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1382 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.checksum:
1383 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
1384 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
1385 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1386 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
1387 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1388 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
1389 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
1390 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.checksum:
1391 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
1392 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.checksum:
1393 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
1394 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.checksum:
1395 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
1396 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.checksum:
1397 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
1398 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.checksum:
1399 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
1400 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.checksum:
1401 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
1402 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
1403 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1404 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum:
1405 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
1406 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
1407 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
1408 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.checksum:
1409 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
1410 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.checksum:
1411 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
1412 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.checksum:
1413 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
1414 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum:
1415 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
1416 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum:
1417 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
1418 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum:
1419 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
1420 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.checksum:
1421 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
1422 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.checksum:
1423 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
1424 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
1425 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
1426 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.checksum:
1427 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
1428 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.checksum:
1429 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.png:
1430 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.checksum:
1431 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
1432 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.checksum:
1433 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
1434 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.checksum:
1435 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
1436 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.checksum:
1437 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.png:
1438 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.checksum:
1439 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
1440 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.checksum:
1441 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
1442 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
1443 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
1444 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.checksum:
1445 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
1446 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.checksum:
1447 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
1448 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.checksum:
1449 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
1450 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.checksum:
1451 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
1452 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
1453 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
1454 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
1455 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
1456 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
1457 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
1458 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.checksum:
1459 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
1460 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.checksum:
1461 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
1462 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
1463 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
1464 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.checksum:
1465 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
1466 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.checksum:
1467 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
1468 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
1469 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
1470 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.checksum:
1471 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
1472 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum:
1473 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
1474 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.checksum:
1475 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
1476 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
1477 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
1478 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.checksum:
1479 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
1480 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
1481 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
1482 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.checksum:
1483 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
1484 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
1485 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
1486 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.checksum:
1487 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
1488 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
1489 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
1490 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.checksum:
1491 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
1492 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
1493 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
1494 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
1495 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
1496 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.checksum:
1497 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
1498 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
1499 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
1500 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
1501 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
1502 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
1503 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
1504 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.checksum:
1505 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
1506 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.checksum:
1507 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
1508 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.checksum:
1509 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
1510 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
1511 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
1512 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.checksum:
1513 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
1514 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
1515 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
1516 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
1517 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
1518 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
1519 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
1520 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
1521 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
1522 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
1523 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
1524 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
1525 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
1526 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.checksum:
1527 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
1528 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
1529 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1530 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
1531 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.png:
1532 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.checksum:
1533 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
1534 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum:
1535 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png:
1536 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
1537 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
1538 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.checksum:
1539 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
1540 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
1541 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
1542 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
1543 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
1544 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
1545 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
1546 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
1547 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
1548 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
1549 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
1550 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
1551 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
1552 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
1553 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1554 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.checksum:
1555 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
1556 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.checksum:
1557 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
1558 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1559 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
1560 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
1561 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
1562 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.checksum:
1563 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
1564 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.checksum:
1565 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
1566 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
1567 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
1568 * platform/mac/svg/carto.net/button-expected.checksum:
1569 * platform/mac/svg/carto.net/button-expected.png:
1570 * platform/mac/svg/carto.net/colourpicker-expected.checksum:
1571 * platform/mac/svg/carto.net/colourpicker-expected.png:
1572 * platform/mac/svg/carto.net/combobox-expected.checksum:
1573 * platform/mac/svg/carto.net/combobox-expected.png:
1574 * platform/mac/svg/carto.net/scrollbar-expected.checksum:
1575 * platform/mac/svg/carto.net/scrollbar-expected.png:
1576 * platform/mac/svg/carto.net/selectionlist-expected.checksum:
1577 * platform/mac/svg/carto.net/selectionlist-expected.png:
1578 * platform/mac/svg/carto.net/slider-expected.checksum:
1579 * platform/mac/svg/carto.net/slider-expected.png:
1580 * platform/mac/svg/carto.net/textbox-expected.checksum:
1581 * platform/mac/svg/carto.net/textbox-expected.png:
1582 * platform/mac/svg/carto.net/window-expected.checksum:
1583 * platform/mac/svg/carto.net/window-expected.png:
1584 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.checksum:
1585 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.png:
1586 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum:
1587 * platform/mac/svg/custom/alignment-baseline-modes-expected.png:
1588 * platform/mac/svg/custom/baseval-animval-equality-expected.checksum:
1589 * platform/mac/svg/custom/baseval-animval-equality-expected.png:
1590 * platform/mac/svg/custom/control-points-for-S-and-T-expected.checksum:
1591 * platform/mac/svg/custom/control-points-for-S-and-T-expected.png:
1592 * platform/mac/svg/custom/coords-relative-units-transforms-expected.checksum:
1593 * platform/mac/svg/custom/coords-relative-units-transforms-expected.png:
1594 * platform/mac/svg/custom/dasharrayOrigin-expected.checksum:
1595 * platform/mac/svg/custom/dasharrayOrigin-expected.png:
1596 * platform/mac/svg/custom/deep-dynamic-updates-expected.checksum:
1597 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
1598 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum:
1599 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png:
1600 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum:
1601 * platform/mac/svg/custom/dominant-baseline-modes-expected.png:
1602 * platform/mac/svg/custom/dynamic-empty-path-expected.checksum:
1603 * platform/mac/svg/custom/dynamic-empty-path-expected.png:
1604 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum:
1605 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png:
1606 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum:
1607 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png:
1608 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum:
1609 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png:
1610 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum:
1611 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png:
1612 * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum:
1613 * platform/mac/svg/custom/feComponentTransfer-Table-expected.png:
1614 * platform/mac/svg/custom/focus-ring-expected.checksum:
1615 * platform/mac/svg/custom/focus-ring-expected.png:
1616 * platform/mac/svg/custom/font-face-cascade-order-expected.checksum:
1617 * platform/mac/svg/custom/font-face-cascade-order-expected.png:
1618 * platform/mac/svg/custom/font-face-simple-expected.checksum:
1619 * platform/mac/svg/custom/font-face-simple-expected.png:
1620 * platform/mac/svg/custom/foreign-object-skew-expected.checksum:
1621 * platform/mac/svg/custom/foreign-object-skew-expected.png:
1622 * platform/mac/svg/custom/getTransformToElement-expected.checksum:
1623 * platform/mac/svg/custom/getTransformToElement-expected.png:
1624 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.checksum:
1625 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.png:
1626 * platform/mac/svg/custom/getsvgdocument-expected.checksum:
1627 * platform/mac/svg/custom/getsvgdocument-expected.png:
1628 * platform/mac/svg/custom/gradient-cycle-detection-expected.checksum:
1629 * platform/mac/svg/custom/gradient-cycle-detection-expected.png:
1630 * platform/mac/svg/custom/gradient-deep-referencing-expected.checksum:
1631 * platform/mac/svg/custom/gradient-deep-referencing-expected.png:
1632 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.checksum:
1633 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.png:
1634 * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum:
1635 * platform/mac/svg/custom/grayscale-gradient-mask-expected.png:
1636 * platform/mac/svg/custom/hit-test-path-expected.checksum:
1637 * platform/mac/svg/custom/hit-test-path-expected.png:
1638 * platform/mac/svg/custom/hit-test-path-stroke-expected.checksum:
1639 * platform/mac/svg/custom/hit-test-path-stroke-expected.png:
1640 * platform/mac/svg/custom/image-clipped-hit-expected.checksum:
1641 * platform/mac/svg/custom/image-clipped-hit-expected.png:
1642 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.checksum:
1643 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
1644 * platform/mac/svg/custom/invalid-css-expected.checksum:
1645 * platform/mac/svg/custom/invalid-css-expected.png:
1646 * platform/mac/svg/custom/invalid-fill-expected.checksum:
1647 * platform/mac/svg/custom/invalid-fill-expected.png:
1648 * platform/mac/svg/custom/invalid-fill-hex-expected.checksum:
1649 * platform/mac/svg/custom/invalid-fill-hex-expected.png:
1650 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum:
1651 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.png:
1652 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
1653 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
1654 * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum:
1655 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
1656 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.checksum:
1657 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
1658 * platform/mac/svg/custom/js-late-marker-creation-expected.checksum:
1659 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
1660 * platform/mac/svg/custom/js-update-bounce-expected.checksum:
1661 * platform/mac/svg/custom/js-update-bounce-expected.png:
1662 * platform/mac/svg/custom/js-update-container-expected.checksum:
1663 * platform/mac/svg/custom/js-update-container-expected.png:
1664 * platform/mac/svg/custom/js-update-container2-expected.checksum:
1665 * platform/mac/svg/custom/js-update-container2-expected.png:
1666 * platform/mac/svg/custom/js-update-path-changes-expected.checksum:
1667 * platform/mac/svg/custom/js-update-path-changes-expected.png:
1668 * platform/mac/svg/custom/js-update-path-removal-expected.checksum:
1669 * platform/mac/svg/custom/js-update-path-removal-expected.png:
1670 * platform/mac/svg/custom/junk-data-expected.checksum:
1671 * platform/mac/svg/custom/junk-data-expected.png:
1672 * platform/mac/svg/custom/marker-changes-expected.checksum:
1673 * platform/mac/svg/custom/marker-changes-expected.png:
1674 * platform/mac/svg/custom/marker-child-changes-expected.checksum:
1675 * platform/mac/svg/custom/marker-child-changes-expected.png:
1676 * platform/mac/svg/custom/marker-default-width-height-expected.checksum:
1677 * platform/mac/svg/custom/marker-default-width-height-expected.png:
1678 * platform/mac/svg/custom/marker-overflow-clip-expected.checksum:
1679 * platform/mac/svg/custom/marker-overflow-clip-expected.png:
1680 * platform/mac/svg/custom/marker-viewBox-changes-expected.checksum:
1681 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
1682 * platform/mac/svg/custom/missing-xlink-expected.checksum:
1683 * platform/mac/svg/custom/missing-xlink-expected.png:
1684 * platform/mac/svg/custom/non-opaque-filters-expected.checksum:
1685 * platform/mac/svg/custom/non-opaque-filters-expected.png:
1686 * platform/mac/svg/custom/path-textPath-simulation-expected.checksum:
1687 * platform/mac/svg/custom/path-textPath-simulation-expected.png:
1688 * platform/mac/svg/custom/pattern-cycle-detection-expected.checksum:
1689 * platform/mac/svg/custom/pattern-cycle-detection-expected.png:
1690 * platform/mac/svg/custom/pattern-deep-referencing-expected.checksum:
1691 * platform/mac/svg/custom/pattern-deep-referencing-expected.png:
1692 * platform/mac/svg/custom/pointer-events-image-expected.checksum:
1693 * platform/mac/svg/custom/pointer-events-image-expected.png:
1694 * platform/mac/svg/custom/pointer-events-path-expected.checksum:
1695 * platform/mac/svg/custom/pointer-events-path-expected.png:
1696 * platform/mac/svg/custom/pointer-events-text-expected.checksum:
1697 * platform/mac/svg/custom/pointer-events-text-expected.png:
1698 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
1699 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.png:
1700 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum:
1701 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png:
1702 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
1703 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1704 * platform/mac/svg/custom/second-inline-text-expected.checksum:
1705 * platform/mac/svg/custom/second-inline-text-expected.png:
1706 * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum:
1707 * platform/mac/svg/custom/shapes-supporting-markers-expected.png:
1708 * platform/mac/svg/custom/simpleCDF-expected.checksum:
1709 * platform/mac/svg/custom/simpleCDF-expected.png:
1710 * platform/mac/svg/custom/struct-use-09-b-expected.checksum:
1711 * platform/mac/svg/custom/struct-use-09-b-expected.png:
1712 * platform/mac/svg/custom/svg-float-border-padding-expected.checksum:
1713 * platform/mac/svg/custom/svg-float-border-padding-expected.png:
1714 * platform/mac/svg/custom/svg-overflow-types-expected.checksum:
1715 * platform/mac/svg/custom/svg-overflow-types-expected.png:
1716 * platform/mac/svg/custom/text-clip-expected.checksum:
1717 * platform/mac/svg/custom/text-clip-expected.png:
1718 * platform/mac/svg/custom/text-ctm-expected.checksum:
1719 * platform/mac/svg/custom/text-ctm-expected.png:
1720 * platform/mac/svg/custom/text-dom-01-f-expected.checksum:
1721 * platform/mac/svg/custom/text-dom-01-f-expected.png:
1722 * platform/mac/svg/custom/text-hit-test-expected.checksum:
1723 * platform/mac/svg/custom/text-hit-test-expected.png:
1724 * platform/mac/svg/custom/text-image-opacity-expected.checksum:
1725 * platform/mac/svg/custom/text-image-opacity-expected.png:
1726 * platform/mac/svg/custom/text-repaint-including-stroke-expected.checksum:
1727 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
1728 * platform/mac/svg/custom/text-whitespace-handling-expected.checksum:
1729 * platform/mac/svg/custom/text-whitespace-handling-expected.png:
1730 * platform/mac/svg/custom/tref-update-expected.checksum:
1731 * platform/mac/svg/custom/tref-update-expected.png:
1732 * platform/mac/svg/custom/use-clipped-hit-expected.checksum:
1733 * platform/mac/svg/custom/use-clipped-hit-expected.png:
1734 * platform/mac/svg/custom/use-css-events-expected.checksum:
1735 * platform/mac/svg/custom/use-css-events-expected.png:
1736 * platform/mac/svg/custom/use-elementInstance-event-target-expected.checksum:
1737 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
1738 * platform/mac/svg/custom/use-elementInstance-methods-expected.checksum:
1739 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
1740 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.checksum:
1741 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
1742 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.checksum:
1743 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
1744 * platform/mac/svg/custom/use-events-crash-expected.checksum:
1745 * platform/mac/svg/custom/use-events-crash-expected.png:
1746 * platform/mac/svg/custom/use-forward-refs-expected.checksum:
1747 * platform/mac/svg/custom/use-forward-refs-expected.png:
1748 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.checksum:
1749 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.png:
1750 * platform/mac/svg/custom/use-modify-container-in-target-expected.checksum:
1751 * platform/mac/svg/custom/use-modify-container-in-target-expected.png:
1752 * platform/mac/svg/custom/use-modify-target-container-expected.checksum:
1753 * platform/mac/svg/custom/use-modify-target-container-expected.png:
1754 * platform/mac/svg/custom/use-modify-target-symbol-expected.checksum:
1755 * platform/mac/svg/custom/use-modify-target-symbol-expected.png:
1756 * platform/mac/svg/custom/use-nested-transform-expected.checksum:
1757 * platform/mac/svg/custom/use-nested-transform-expected.png:
1758 * platform/mac/svg/custom/use-on-g-containing-use-expected.checksum:
1759 * platform/mac/svg/custom/use-on-g-containing-use-expected.png:
1760 * platform/mac/svg/custom/use-on-g-expected.checksum:
1761 * platform/mac/svg/custom/use-on-g-expected.png:
1762 * platform/mac/svg/custom/use-on-rect-expected.checksum:
1763 * platform/mac/svg/custom/use-on-rect-expected.png:
1764 * platform/mac/svg/custom/use-on-symbol-expected.checksum:
1765 * platform/mac/svg/custom/use-on-symbol-expected.png:
1766 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.checksum:
1767 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png:
1768 * platform/mac/svg/custom/use-on-text-expected.checksum:
1769 * platform/mac/svg/custom/use-on-text-expected.png:
1770 * platform/mac/svg/custom/use-on-use-expected.checksum:
1771 * platform/mac/svg/custom/use-on-use-expected.png:
1772 * platform/mac/svg/custom/use-property-changes-through-dom-expected.checksum:
1773 * platform/mac/svg/custom/use-property-changes-through-dom-expected.png:
1774 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.checksum:
1775 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.png:
1776 * platform/mac/svg/custom/use-recursion-1-expected.checksum:
1777 * platform/mac/svg/custom/use-recursion-1-expected.png:
1778 * platform/mac/svg/custom/use-recursion-2-expected.checksum:
1779 * platform/mac/svg/custom/use-recursion-2-expected.png:
1780 * platform/mac/svg/custom/use-recursion-3-expected.checksum:
1781 * platform/mac/svg/custom/use-recursion-3-expected.png:
1782 * platform/mac/svg/custom/use-recursion-4-expected.checksum:
1783 * platform/mac/svg/custom/use-recursion-4-expected.png:
1784 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum:
1785 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png:
1786 * platform/mac/svg/custom/use-transform-expected.checksum:
1787 * platform/mac/svg/custom/use-transform-expected.png:
1788 * platform/mac/svg/custom/viewBox-hit-expected.checksum:
1789 * platform/mac/svg/custom/viewBox-hit-expected.png:
1790 * platform/mac/svg/custom/viewbox-syntax-expected.checksum:
1791 * platform/mac/svg/custom/viewbox-syntax-expected.png:
1792 * platform/mac/svg/custom/viewport-em-expected.checksum:
1793 * platform/mac/svg/custom/viewport-em-expected.png:
1794 * platform/mac/svg/hixie/cascade/002-expected.checksum:
1795 * platform/mac/svg/hixie/cascade/002-expected.png:
1796 * platform/mac/svg/hixie/data-types/001-expected.checksum:
1797 * platform/mac/svg/hixie/data-types/001-expected.png:
1798 * platform/mac/svg/hixie/data-types/002-expected.checksum:
1799 * platform/mac/svg/hixie/data-types/002-expected.png:
1800 * platform/mac/svg/hixie/dynamic/002-expected.checksum:
1801 * platform/mac/svg/hixie/dynamic/002-expected.png:
1802 * platform/mac/svg/hixie/error/002-expected.checksum:
1803 * platform/mac/svg/hixie/error/002-expected.png:
1804 * platform/mac/svg/hixie/error/003-expected.checksum:
1805 * platform/mac/svg/hixie/error/003-expected.png:
1806 * platform/mac/svg/hixie/error/004-expected.checksum:
1807 * platform/mac/svg/hixie/error/004-expected.png:
1808 * platform/mac/svg/hixie/error/005-expected.checksum:
1809 * platform/mac/svg/hixie/error/005-expected.png:
1810 * platform/mac/svg/hixie/error/010-expected.checksum:
1811 * platform/mac/svg/hixie/error/010-expected.png:
1812 * platform/mac/svg/hixie/error/011-expected.checksum:
1813 * platform/mac/svg/hixie/error/011-expected.png:
1814 * platform/mac/svg/hixie/error/012-expected.checksum:
1815 * platform/mac/svg/hixie/error/012-expected.png:
1816 * platform/mac/svg/hixie/error/017-expected.checksum:
1817 * platform/mac/svg/hixie/error/017-expected.png:
1818 * platform/mac/svg/hixie/links/002-expected.checksum:
1819 * platform/mac/svg/hixie/links/002-expected.png:
1820 * platform/mac/svg/hixie/links/003-broken-expected.checksum:
1821 * platform/mac/svg/hixie/links/003-broken-expected.png:
1822 * platform/mac/svg/hixie/mixed/003-expected.checksum:
1823 * platform/mac/svg/hixie/mixed/003-expected.png:
1824 * platform/mac/svg/hixie/mixed/004-expected.checksum:
1825 * platform/mac/svg/hixie/mixed/004-expected.png:
1826 * platform/mac/svg/hixie/mixed/005-expected.checksum:
1827 * platform/mac/svg/hixie/mixed/005-expected.png:
1828 * platform/mac/svg/hixie/mixed/006-expected.checksum:
1829 * platform/mac/svg/hixie/mixed/006-expected.png:
1830 * platform/mac/svg/hixie/mixed/007-expected.checksum:
1831 * platform/mac/svg/hixie/mixed/007-expected.png:
1832 * platform/mac/svg/hixie/mixed/008-expected.checksum:
1833 * platform/mac/svg/hixie/mixed/008-expected.png:
1834 * platform/mac/svg/hixie/mixed/009-expected.checksum:
1835 * platform/mac/svg/hixie/mixed/009-expected.png:
1836 * platform/mac/svg/hixie/mixed/010-expected.checksum:
1837 * platform/mac/svg/hixie/mixed/010-expected.png:
1838 * platform/mac/svg/hixie/mixed/011-expected.checksum:
1839 * platform/mac/svg/hixie/mixed/011-expected.png:
1840 * platform/mac/svg/hixie/perf/001-expected.checksum:
1841 * platform/mac/svg/hixie/perf/001-expected.png:
1842 * platform/mac/svg/hixie/perf/002-expected.checksum:
1843 * platform/mac/svg/hixie/perf/002-expected.png:
1844 * platform/mac/svg/hixie/perf/003-expected.checksum:
1845 * platform/mac/svg/hixie/perf/003-expected.png:
1846 * platform/mac/svg/hixie/perf/004-expected.checksum:
1847 * platform/mac/svg/hixie/perf/004-expected.png:
1848 * platform/mac/svg/hixie/perf/005-expected.checksum:
1849 * platform/mac/svg/hixie/perf/005-expected.png:
1850 * platform/mac/svg/hixie/perf/006-expected.checksum:
1851 * platform/mac/svg/hixie/perf/006-expected.png:
1852 * platform/mac/svg/hixie/perf/007-expected.checksum:
1853 * platform/mac/svg/hixie/perf/007-expected.png:
1854 * platform/mac/svg/hixie/processing-model/003-expected.checksum:
1855 * platform/mac/svg/hixie/processing-model/003-expected.png:
1856 * platform/mac/svg/hixie/processing-model/004-expected.checksum:
1857 * platform/mac/svg/hixie/processing-model/004-expected.png:
1858 * platform/mac/svg/hixie/rendering-model/001-expected.checksum:
1859 * platform/mac/svg/hixie/rendering-model/001-expected.png:
1860 * platform/mac/svg/hixie/rendering-model/002-expected.checksum:
1861 * platform/mac/svg/hixie/rendering-model/002-expected.png:
1862 * platform/mac/svg/hixie/rendering-model/003-expected.checksum:
1863 * platform/mac/svg/hixie/rendering-model/003-expected.png:
1864 * platform/mac/svg/hixie/rendering-model/004-expected.checksum:
1865 * platform/mac/svg/hixie/rendering-model/004-expected.png:
1866 * platform/mac/svg/hixie/shapes/path/001-expected.checksum:
1867 * platform/mac/svg/hixie/shapes/path/001-expected.png:
1868 * platform/mac/svg/hixie/text/002-expected.checksum:
1869 * platform/mac/svg/hixie/text/002-expected.png:
1870 * platform/mac/svg/hixie/text/003-expected.checksum:
1871 * platform/mac/svg/hixie/text/003-expected.png:
1872 * platform/mac/svg/hixie/text/003b-expected.checksum:
1873 * platform/mac/svg/hixie/text/003b-expected.png:
1874 * platform/mac/svg/hixie/transform/001-expected.checksum:
1875 * platform/mac/svg/hixie/transform/001-expected.png:
1876 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
1877 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
1878 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.checksum:
1879 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
1880 * svg/batik/filters/filterRegions-expected.checksum:
1881 * svg/batik/filters/filterRegions-expected.png:
1882 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
1883 * svg/batik/paints/patternPreserveAspectRatioA-expected.png:
1884 * svg/batik/text/smallFonts-expected.checksum:
1885 * svg/batik/text/smallFonts-expected.png:
1886 * svg/batik/text/textAnchor-expected.checksum:
1887 * svg/batik/text/textAnchor-expected.png:
1888 * svg/batik/text/textAnchor2-expected.checksum:
1889 * svg/batik/text/textAnchor2-expected.png:
1890 * svg/batik/text/textAnchor3-expected.checksum:
1891 * svg/batik/text/textAnchor3-expected.png:
1892 * svg/batik/text/textDecoration2-expected.checksum:
1893 * svg/batik/text/textDecoration2-expected.png:
1894 * svg/batik/text/textFeatures-expected.checksum:
1895 * svg/batik/text/textFeatures-expected.png:
1896 * svg/batik/text/textLayout-expected.checksum:
1897 * svg/batik/text/textLayout-expected.png:
1898 * svg/batik/text/textLength-expected.checksum:
1899 * svg/batik/text/textLength-expected.png:
1900 * svg/batik/text/textOnPath-expected.checksum:
1901 * svg/batik/text/textOnPath-expected.png:
1902 * svg/batik/text/textOnPath2-expected.checksum:
1903 * svg/batik/text/textOnPath2-expected.png:
1904 * svg/batik/text/textOnPathSpaces-expected.checksum:
1905 * svg/batik/text/textOnPathSpaces-expected.png:
1906 * svg/batik/text/textProperties2-expected.checksum:
1907 * svg/batik/text/textProperties2-expected.png:
1908 * svg/batik/text/verticalText-expected.checksum:
1909 * svg/batik/text/verticalText-expected.png:
1910 * svg/batik/text/verticalTextOnPath-expected.checksum:
1911 * svg/batik/text/verticalTextOnPath-expected.png:
1912 * svg/custom/SVGMatrix-interface-expected.checksum:
1913 * svg/custom/SVGMatrix-interface-expected.png:
1914 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
1915 * svg/custom/absolute-sized-svg-in-xhtml-expected.png:
1916 * svg/custom/container-opacity-clip-viewBox-expected.checksum:
1917 * svg/custom/container-opacity-clip-viewBox-expected.png:
1918 * svg/custom/fill-SVGPaint-interface-expected.checksum:
1919 * svg/custom/fill-SVGPaint-interface-expected.png:
1920 * svg/custom/fill-fallback-expected.checksum:
1921 * svg/custom/fill-fallback-expected.png:
1922 * svg/custom/getPresentationAttribute-expected.checksum:
1923 * svg/custom/getPresentationAttribute-expected.png:
1924 * svg/custom/group-opacity-expected.checksum:
1925 * svg/custom/group-opacity-expected.png:
1926 * svg/custom/hit-test-unclosed-subpaths-expected.checksum:
1927 * svg/custom/hit-test-unclosed-subpaths-expected.png:
1928 * svg/custom/hit-test-with-br-expected.checksum:
1929 * svg/custom/hit-test-with-br-expected.png:
1930 * svg/custom/image-parent-translation-expected.checksum:
1931 * svg/custom/image-parent-translation-expected.png:
1932 * svg/custom/percentage-of-html-parent-expected.checksum:
1933 * svg/custom/percentage-of-html-parent-expected.png:
1934 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
1935 * svg/custom/root-container-opacity-clip-viewBox-expected.png:
1936 * svg/custom/scroll-hit-test-expected.checksum:
1937 * svg/custom/scroll-hit-test-expected.png:
1938 * svg/custom/stroke-fallback-expected.checksum:
1939 * svg/custom/stroke-fallback-expected.png:
1940 * svg/custom/stroked-pattern-expected.checksum:
1941 * svg/custom/stroked-pattern-expected.png:
1942 * svg/custom/style-attribute-font-size-expected.checksum:
1943 * svg/custom/style-attribute-font-size-expected.png:
1944 * svg/custom/text-letter-spacing-expected.checksum:
1945 * svg/custom/text-letter-spacing-expected.png:
1946 * svg/custom/text-x-dx-lists-expected.checksum:
1947 * svg/custom/text-x-dx-lists-expected.png:
1948 * svg/custom/text-x-override-in-tspan-child-expected.checksum:
1949 * svg/custom/text-x-override-in-tspan-child-expected.png:
1950 * svg/custom/use-detach-expected.checksum:
1951 * svg/custom/use-detach-expected.png:
1952 * svg/custom/use-dynamic-append-expected.png:
1953 * svg/custom/use-on-disallowed-foreign-object-1-expected.checksum:
1954 * svg/custom/use-on-disallowed-foreign-object-1-expected.png:
1955 * svg/custom/use-on-disallowed-foreign-object-2-expected.checksum:
1956 * svg/custom/use-on-disallowed-foreign-object-2-expected.png:
1957 * svg/custom/use-on-disallowed-foreign-object-3-expected.checksum:
1958 * svg/custom/use-on-disallowed-foreign-object-3-expected.png:
1959 * svg/custom/use-on-disallowed-foreign-object-4-expected.checksum:
1960 * svg/custom/use-on-disallowed-foreign-object-4-expected.png:
1961 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum:
1962 * svg/custom/use-on-disallowed-foreign-object-5-expected.png:
1963 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum:
1964 * svg/custom/use-on-disallowed-foreign-object-6-expected.png:
1965 * svg/custom/use-on-g-containing-symbol-expected.checksum:
1966 * svg/custom/use-on-g-containing-symbol-expected.png:
1967 * svg/custom/use-on-non-svg-namespaced-element-expected.checksum:
1968 * svg/custom/use-on-non-svg-namespaced-element-expected.png:
1969 * svg/hixie/error/013-expected.checksum:
1970 * svg/hixie/error/013-expected.png:
1971 * svg/text/text-align-03-b-expected.checksum:
1972 * svg/text/text-align-03-b-expected.png:
1973 * svg/text/text-align-04-b-expected.checksum:
1974 * svg/text/text-align-04-b-expected.png:
1975 * svg/text/text-altglyph-01-b-expected.checksum:
1976 * svg/text/text-altglyph-01-b-expected.png:
1977 * svg/text/text-deco-01-b-expected.checksum:
1978 * svg/text/text-deco-01-b-expected.png:
1979 * svg/text/text-fonts-02-t-expected.checksum:
1980 * svg/text/text-fonts-02-t-expected.png:
1981 * svg/text/text-path-01-b-expected.checksum:
1982 * svg/text/text-path-01-b-expected.png:
1983 * svg/text/text-spacing-01-b-expected.checksum:
1984 * svg/text/text-spacing-01-b-expected.png:
1985 * svg/text/text-text-01-b-expected.checksum:
1986 * svg/text/text-text-01-b-expected.png:
1987 * svg/text/text-text-03-b-expected.checksum:
1988 * svg/text/text-text-03-b-expected.png:
1989 * svg/text/text-text-04-t-expected.checksum:
1990 * svg/text/text-text-04-t-expected.png:
1991 * svg/text/text-text-05-t-expected.checksum:
1992 * svg/text/text-text-05-t-expected.png:
1993 * svg/text/text-text-06-t-expected.checksum:
1994 * svg/text/text-text-06-t-expected.png:
1995 * svg/text/text-text-08-b-expected.checksum:
1996 * svg/text/text-text-08-b-expected.png:
1997 * svg/text/text-tref-01-b-expected.checksum:
1998 * svg/text/text-tref-01-b-expected.png:
1999 * svg/text/text-tselect-02-f-expected.checksum:
2000 * svg/text/text-tselect-02-f-expected.png:
2001 * svg/text/text-tspan-01-b-expected.checksum:
2002 * svg/text/text-tspan-01-b-expected.png:
2003 * svg/text/text-ws-01-t-expected.checksum:
2004 * svg/text/text-ws-01-t-expected.png:
2005 * svg/text/text-ws-02-t-expected.checksum:
2006 * svg/text/text-ws-02-t-expected.png:
2008 2007-11-16 Nikolas Zimmermann <zimmermann@kde.org>
2012 Update layout test results after the addition of the SVGTextContentElement DOM methods.
2014 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
2015 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png:
2016 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2017 * platform/mac/svg/custom/text-dom-01-f-expected.checksum: Added.
2018 * platform/mac/svg/custom/text-dom-01-f-expected.png: Added.
2019 * platform/mac/svg/custom/text-dom-01-f-expected.txt: Added.
2020 * svg/custom/text-dom-01-f.svg: Added.
2021 * svg/text/text-tselect-02-f-expected.checksum:
2022 * svg/text/text-tselect-02-f-expected.png:
2023 * svg/text/text-tselect-02-f-expected.txt:
2025 2007-11-15 Adele Peterson <adele@apple.com>
2029 Test for <rdar://problem/5566652> CrashTracer: [USER] 3 crashes in Safari at HTMLSelectElement::menuListDefaultEventHandler (reproducible on mactc30.com)
2031 * fast/forms/menulist-no-renderer-onmousedown-expected.txt: Added.
2032 * fast/forms/menulist-no-renderer-onmousedown.html: Added.
2034 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
2038 http://bugs.webkit.org/show_bug.cgi?id=15989
2039 XPath queries with predicates incorrectly retains the current node across unions
2041 * fast/xpath/union-context-node-expected.txt: Added.
2042 * fast/xpath/union-context-node.xhtml: Added.
2044 2007-11-15 Alexey Proskuryakov <ap@webkit.org>
2048 http://bugs.webkit.org/show_bug.cgi?id=15448
2049 Import XPath test suite from amachang.art-code.org
2051 Test by Hitoshi Amano <seijro@gmail.com>.
2053 * fast/xpath/xpath-functional-test-expected.txt: Added.
2054 * fast/xpath/xpath-functional-test.html: Added.
2056 2007-11-15 Khoo Yit Phang <khooyp@cs.umd.edu>
2060 http://bugs.webkit.org/show_bug.cgi?id=15988
2061 REGRESSION: XPath preceding-axis query misses nested elements
2063 * fast/xpath/preceding-axis-expected.txt: Added.
2064 * fast/xpath/preceding-axis.xhtml: Added.
2066 2007-11-15 Justin Garcia <justin.garcia@apple.com>
2068 Reviewed by Adele Peterson.
2070 <rdar://problem/5497643> Crash at Node::isDescendantOf when switching out of Edit HTML Source mode
2072 * editing/selection/5497643-expected.txt: Added.
2073 * editing/selection/5497643.html: Added.
2075 2007-11-14 Anders Carlsson <andersca@apple.com>
2079 <rdar://problem/5562470>
2080 openDatabase does not work when the version string is empty
2082 * storage/open-database-empty-version-expected.txt: Added.
2083 * storage/open-database-empty-version.html: Added.
2085 2007-11-14 Alexey Proskuryakov <ap@webkit.org>
2087 Reviewed by Justin Garcia.
2089 http://bugs.webkit.org/show_bug.cgi?id=15781
2090 REGRESSION: Ligatures fail to form when typing in Devanagari (because WebKit can't handle
2091 a marked range that covers half of a composed character sequence)
2093 * platform/mac/editing/input/devanagari-ligature-expected.checksum: Added.
2094 * platform/mac/editing/input/devanagari-ligature-expected.png: Added.
2095 * platform/mac/editing/input/devanagari-ligature-expected.txt: Added.
2096 * platform/mac/editing/input/devanagari-ligature.html: Added.
2098 2007-11-14 Antti Koivisto <antti@apple.com>
2100 Try to make this test less timing dependent.
2102 * http/tests/media/video-play-stall.html:
2104 2007-11-14 Beth Dakin <bdakin@apple.com>
2108 Tests for <rdar://problem/5540855> REGRESSION: Combination of
2109 client-side image map and <a> tag is not working properly (15522)
2112 * fast/images/image-map-anchor-children.html: Added.
2113 * fast/images/resources/boston.gif: Added.
2114 * platform/mac/fast/images/image-map-anchor-children-
2115 expected.checksum: Added.
2116 * platform/mac/fast/images/image-map-anchor-children-expected.png:
2118 * platform/mac/fast/images/image-map-anchor-children-expected.txt:
2121 This test was broken and is fixed now! I had to edit the test
2122 itself because it was written in the html that the two <map>
2123 examples were failing, but now they succeed.
2124 * fast/invalid/residual-style.html:
2125 * platform/mac/fast/invalid/residual-style-expected.checksum:
2126 * platform/mac/fast/invalid/residual-style-expected.png:
2127 * platform/mac/fast/invalid/residual-style-expected.txt:
2129 2007-11-14 Justin Garcia <justin.garcia@apple.com>
2131 Reviewed by Alexey Proskuryakov.
2133 <rdar://problem/5546763> CrashTracer: [USER] 362 crashes at WebCore::DeleteSelectionCommand::mergeParagraphs
2135 * editing/deleting/5546763-expected.txt: Added.
2136 * editing/deleting/5546763.html: Added.
2138 2007-11-14 Anders Carlsson <andersca@apple.com>
2142 <rdar://problem/5309081>
2143 In DRT, "plugin.logDestroy = true" not working on Windows.
2145 Remove now succeeding test from the skipped list.
2147 * platform/win/Skipped:
2149 2007-11-14 Antti Koivisto <antti@apple.com>
2151 Try to make this test less timing dependent.
2153 * media/video-currentTime-set-expected.txt:
2154 * media/video-currentTime-set.html:
2156 2007-11-14 Anders Carlsson <andersca@apple.com>
2160 * platform/win/Skipped:
2161 Remove fast/dom/Window/window-onFocus.html since it succeeds now.
2163 2007-11-13 Brady Eidson <beidson@apple.com>
2167 Fix for http://bugs.webkit.org/show_bug.cgi?id=15976
2169 * storage: Added - There will soon be an entire suite in here!
2170 * storage/transaction_callback_exception_crash-expected.txt: Added.
2171 * storage/transaction_callback_exception_crash.html: Added.
2173 2007-11-13 Adam Roben <aroben@apple.com>
2175 Add the http/tests/media directory to the Windows Skipped file
2177 * platform/win/Skipped:
2179 2007-11-13 Sam Weinig <sam@webkit.org>
2181 Reviewed by Adam Roben.
2183 Fix for <rdar://problem/5382579>
2184 http/tests/security/cross-frame-access-put.html reports large
2185 negative numbers for screenLeft and screenTop (Mac reports "0")
2187 * platform/win/Skipped: remove http/tests/security/cross-frame-access-put.html
2189 2007-11-13 Anders Carlsson <andersca@apple.com>
2193 Make this a text-only test.
2195 * fast/dom/Window/window-onFocus-expected.txt: Added.
2196 * fast/dom/Window/window-onFocus.html:
2197 * platform/mac/fast/dom/Window/window-onFocus-expected.checksum: Removed.
2198 * platform/mac/fast/dom/Window/window-onFocus-expected.png: Removed.
2199 * platform/mac/fast/dom/Window/window-onFocus-expected.txt: Removed.
2201 2007-11-12 Antti Koivisto <antti@apple.com>
2205 - add HTTP media test for stalling load
2206 - update tests that don't specifically test autoplay feature to not use autoplay
2207 attribute since playback may start before event listeners are registered
2209 * http/tests/media: Added.
2210 * http/tests/media/video-load-and-stall.cgi: Added.
2211 * http/tests/media/video-play-stall-expected.txt: Added.
2212 * http/tests/media/video-play-stall.html: Added.
2213 * media/video-autoplay.html:
2214 * media/video-dom-loopstart.html:
2215 * media/video-end.html:
2216 * media/video-loopcount.html:
2217 * media/video-loopend.html:
2218 * media/video-loopstart.html:
2220 2007-11-13 Darin Adler <darin@apple.com>
2224 - test for http://bugs.webkit.org/show_bug.cgi?id=11231
2225 RegExp bug when handling newline characters and other regular expression
2226 behavior that is different for JavaScript and PCRE
2228 * fast/js/regexp-no-extensions-expected.txt: Added.
2229 * fast/js/regexp-no-extensions.html: Added.
2230 * fast/js/resources/regexp-no-extensions.js: Added.
2232 2007-11-12 Dan Bernstein <mitz@apple.com>
2234 Reviewed by Darin Adler.
2236 - no-repaint test for <http://bugs.webkit.org/show_bug.cgi?id=15890>
2237 Most of www.aol.com still redraws unnecessarily when headline/photo section changes
2239 * fast/repaint/invisible-objects.html: Added.
2240 * platform/mac/fast/repaint/invisible-objects-expected.checksum: Added.
2241 * platform/mac/fast/repaint/invisible-objects-expected.png: Added.
2242 * platform/mac/fast/repaint/invisible-objects-expected.txt: Added.
2244 2007-11-12 Sam Weinig <sam@webkit.org>
2246 Reviewed by Adam Roben.
2248 * platform/win/Skipped: Remove http/tests/security/cross-frame-acdcess-private-browsing.html
2249 from the windows skipped list now that LayoutTestController.setPrivateBrowsingEnabled has
2252 2007-11-12 Darin Adler <darin@apple.com>
2256 - test for http://bugs.webkit.org/show_bug.cgi?id=15951
2257 REGRESSION: assertion failure in regexp match() when running JS tests
2259 * fast/js/regexp-many-brackets-expected.txt: Added.
2260 * fast/js/regexp-many-brackets.html: Added.
2261 * fast/js/resources/regexp-many-brackets.js: Added.
2263 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2265 Rubber-stamped by Oliver Hunt.
2267 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2268 Import variable lookup optimizations from KJS
2270 * fast/js/kde/completion-expected.txt:
2271 * fast/js/kde/resources/completion.js:
2273 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2275 Rubber-stamped by Oliver Hunt.
2277 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2278 Import variable lookup optimizations from KJS
2280 * fast/js/kde/completion-expected.txt:
2281 * fast/js/kde/iteration-expected.txt:
2282 * fast/js/kde/resources/completion.js:
2283 * fast/js/kde/resources/iteration.js:
2285 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2287 Rubber-stamped by Oliver Hunt.
2289 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2290 Import variable lookup optimizations from KJS
2292 * fast/js/kde/lval-exceptions-expected.txt: Added.
2293 * fast/js/kde/lval-exceptions.html: Added.
2294 * fast/js/kde/operators-expected.txt:
2295 * fast/js/kde/resources/lval-exceptions.js: Added.
2296 * fast/js/kde/resources/operators.js:
2298 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2300 Rubber-stamped by Oliver Hunt.
2302 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2303 Import variable lookup optimizations from KJS
2305 * fast/js/kde/func-decl-expected.txt: Added.
2306 * fast/js/kde/func-decl.html: Added.
2307 * fast/js/kde/resources/func-decl.js: Added.
2309 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2311 Rubber-stamped by Oliver Hunt.
2313 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2314 Import variable lookup optimizations from KJS
2316 * fast/js/rehash-assign-expected.txt: Added.
2317 * fast/js/rehash-assign.html: Added.
2318 * fast/js/resize-array-assign-expected.txt: Added.
2319 * fast/js/resize-array-assign.html: Added.
2320 * fast/js/resources/rehash-assign.js: Added.
2321 * fast/js/resources/resize-array-assign.js: Added.
2323 2007-11-12 Geoffrey Garen <ggaren@apple.com>
2325 Rubber-stamped by Oliver Hunt.
2327 Landing a few layout tests from http://bugs.webkit.org/show_bug.cgi?id=14868
2328 Import variable lookup optimizations from KJS
2330 * fast/js/kde/arguments-scope-expected.txt: Added.
2331 * fast/js/kde/arguments-scope.html: Added.
2332 * fast/js/kde/resources/arguments-scope.js: Added.
2333 * fast/js/kde/resources/scope.js:
2334 * fast/js/kde/scope-expected.txt:
2336 2007-11-11 Dan Bernstein <mitz@apple.com>
2338 Reviewed by Adam Roben.
2340 - test for http://bugs.webkit.org/show_bug.cgi?id=15942
2341 REGRESSION: Selecting "Edit Html" tab in Blogger causes crash (Assertion failed: isRange())
2343 * editing/selection/cleared-by-relayout-expected.txt: Added.
2344 * editing/selection/cleared-by-relayout.html: Added.
2346 2007-11-11 Antti Koivisto <antti@apple.com>
2350 Add tests for play() and pause() events.
2351 Update one test to match new behavior.
2353 * media/video-currentTime-expected.txt:
2354 * media/video-currentTime.html:
2355 * media/video-pause-empty-events-expected.txt: Added.
2356 * media/video-pause-empty-events.html: Added.
2357 * media/video-play-empty-events-expected.txt: Added.
2358 * media/video-play-empty-events.html: Added.
2359 * media/video-play-pause-events-expected.txt: Added.
2360 * media/video-play-pause-events.html: Added.
2361 * media/video-play-pause-exception-expected.txt: Added
2362 * media/video-play-pause-exception.html: Added
2363 * media/video-test.js:
2365 2007-11-11 Nikolas Zimmermann <zimmermann@kde.org>
2369 Add some basic tests to check alignment-baseline / dominant-baseline functionality.
2371 * platform/mac/svg/custom/alignment-baseline-modes-expected.checksum: Added.
2372 * platform/mac/svg/custom/alignment-baseline-modes-expected.png: Added.
2373 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt: Added.
2374 * platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Added.
2375 * platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Added.
2376 * platform/mac/svg/custom/dominant-baseline-hanging-expected.txt: Added.
2377 * platform/mac/svg/custom/dominant-baseline-modes-expected.checksum: Added.
2378 * platform/mac/svg/custom/dominant-baseline-modes-expected.png: Added.
2379 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt: Added.
2381 2007-11-11 Adam Roben <aroben@apple.com>
2383 Remove a now-passing test from the Windows Skipped file
2387 * platform/win/Skipped:
2389 2007-11-10 Darin Adler <darin@apple.com>
2391 * platform/win/fast/dom/Window/window-properties-expected.txt: Update for
2392 fix for http://bugs.webkit.org/show_bug.cgi?id=15922.
2394 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
2398 Update SVG layout test results after landing the vertical text support fixes.
2400 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
2401 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
2402 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
2403 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
2404 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
2405 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
2406 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2407 * svg/batik/text/verticalText-expected.checksum:
2408 * svg/batik/text/verticalText-expected.png:
2409 * svg/batik/text/verticalText-expected.txt:
2410 * svg/batik/text/verticalTextOnPath-expected.checksum:
2411 * svg/batik/text/verticalTextOnPath-expected.png:
2412 * svg/batik/text/verticalTextOnPath-expected.txt:
2413 * svg/text/text-align-05-b-expected.txt:
2414 * svg/text/text-align-06-b-expected.txt:
2415 * svg/text/text-path-01-b-expected.checksum:
2416 * svg/text/text-path-01-b-expected.png:
2418 2007-11-10 Nikolas Zimmermann <zimmermann@kde.org>
2420 Rubberstamped by Eric.
2422 Update some SVG pixel test results - which show changes lately -> repainting fixes.
2424 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.checksum:
2425 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
2426 * platform/mac/svg/custom/junk-data-expected.checksum:
2427 * platform/mac/svg/custom/junk-data-expected.png:
2428 * platform/mac/svg/custom/missing-xlink-expected.checksum:
2429 * platform/mac/svg/custom/missing-xlink-expected.png:
2430 * platform/mac/svg/hixie/error/012-expected.checksum:
2431 * platform/mac/svg/hixie/error/012-expected.png:
2433 2007-11-10 Darin Adler <darin@apple.com>
2437 - test for http://bugs.webkit.org/show_bug.cgi?id=15927
2438 delete a.c followed by __defineGetter__("c", ...) incorrectly deletes another property
2440 * fast/js/delete-then-put-expected.txt: Added.
2441 * fast/js/delete-then-put.html: Added.
2442 * fast/js/resources/delete-then-put.js: Added.
2444 2007-11-10 Sam Weinig <sam@webkit.org>
2446 Reviewed by Tim Hatcher.
2448 Follow up to <rdar://problem/5394877> Safari should not log unsafe JavaScript
2449 attempts when in private browsing mode (only an issue if Log JavaScript Exceptions
2452 Test using the new LayoutTestController.setPrivateBrowsingEnabled(bool)
2454 * http/tests/security/cross-frame-access-private-browsing-expected.txt: Added.
2455 * http/tests/security/cross-frame-access-private-browsing.html: Added.
2456 * platform/win/Skipped: Add new test to windows skip list until we have an
2457 implementation of LayoutTestController.setPrivateBrowsingEnabled(bool) for it.
2459 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
2463 http://bugs.webkit.org/show_bug.cgi?id=15922
2464 Implement more of Mozilla Selection API
2466 * editing/selection/containsNode-expected.txt: Added.
2467 * editing/selection/containsNode.html: Added.
2468 * editing/selection/deleteFromDocument-expected.txt: Added.
2469 * editing/selection/deleteFromDocument.html: Added.
2470 * editing/selection/extend-expected.txt: Added.
2471 * editing/selection/extend.html: Added.
2472 * editing/selection/selectAllChildren-expected.txt: Added.
2473 * editing/selection/selectAllChildren.html: Added.
2474 * fast/dom/Window/window-properties-expected.txt:
2476 2007-11-10 Alexey Proskuryakov <ap@webkit.org>
2480 http://bugs.webkit.org/show_bug.cgi?id=15892
2481 DOM Range operations are not implemented for ProcessingInstruction nodes
2483 * fast/dom/Range/range-processing-instructions-expected.txt: Added.
2484 * fast/dom/Range/range-processing-instructions.html: Added.
2486 2007-11-09 Tristan O'Tierney <tristan@apple.com>
2488 Reviewed by Sam Weinig.
2490 * fast/dom/Window/window-resize-nan.html: Removed.
2491 * fast/dom/Window/window-resize-nan.html-disabled: Copied from fast/dom/Window/window-resize-nan.html.
2493 Disabled nan test until window resize issues can be resolved.
2495 2007-11-08 Adam Roben <aroben@apple.com>
2497 Add a test for <rdar://5483519> Pressing Enter on selected buttons should fire onclick
2501 * fast/forms/enter-clicks-buttons-expected.txt: Added.
2502 * fast/forms/enter-clicks-buttons.html: Added.
2504 2007-11-09 Dan Bernstein <mitz@apple.com>
2506 Reviewed by Antti Koivisto.
2508 - test that dynamically changing a descendant of an invisible layer to
2511 * fast/layers/layer-content-visibility-change.html: Added.
2512 * platform/mac/fast/layers/layer-content-visibility-change-expected.checksum: Added.
2513 * platform/mac/fast/layers/layer-content-visibility-change-expected.png: Added.
2514 * platform/mac/fast/layers/layer-content-visibility-change-expected.txt: Added.
2516 2007-11-09 Beth Dakin <bdakin@apple.com>
2520 Test for <rdar://problem/5586370> CSS Transform - incorrect matrix
2521 math leads to crazy problems
2523 * fast/transforms/identity-matrix.html: Added.
2524 * platform/mac/fast/transforms/identity-matrix-expected.checksum: Added.
2525 * platform/mac/fast/transforms/identity-matrix-expected.png: Added.
2526 * platform/mac/fast/transforms/identity-matrix-expected.txt: Added.
2528 2007-11-08 Oliver Hunt <oliver@apple.com>
2532 Layout test to guard against bit operation regressions.
2534 * fast/js/bitwise-and-on-undefined-expected.txt: Added.
2535 * fast/js/bitwise-and-on-undefined.html: Added.
2537 2007-11-08 Dan Bernstein <mitz@apple.com>
2539 Reviewed by Beth Dakin.
2541 - test for <rdar://problem/5491922> REGRESSION (Safari 2-3): Flash-based "Cash Optimizer" on etrade.com does not draw completely
2543 * fast/dom/length-attribute-mapping-expected.txt: Added.
2544 * fast/dom/length-attribute-mapping.html: Added.
2546 2007-11-08 Darin Adler <darin@apple.com>
2550 - test changes for <rdar://problem/5552943> accesskey does not focus <button> elements
2552 * fast/forms/access-key.html: Check for both focus and click events on all elements, but
2553 resisted the urge to switch to the American spelling for "focused".
2555 * fast/forms/access-key-expected.txt: Updated to reflect the bug fix ("1 button focussed"),
2556 the fact that <input type=button>, <input type=checkbox>, <input type=submit>, and
2557 <input type=reset> are all both focused and clicked ("2 input type button clicked",
2558 "3 input type checkbox clicked", "5 input type submit focussed", and
2559 "6 input type reset focussed"). Unfortunately this now also demonstrates that we don't
2560 send a click to <input type=text> and Gecko does. And there are still quite a few types
2561 that are not covered.
2563 2007-11-07 David Kilzer <ddkilzer@apple.com>
2565 WebKit confuses width/height for Media Queries device-aspect-ratio evaluation
2566 <http://bugs.webkit.org/show_bug.cgi?id=14893>
2567 <rdar://problem/5380295>
2571 Each of the following tests creates a <link> element and dynamically sets its
2572 media query based on the aspect ratio (width/height) of the current screen.
2573 When the <link> element is attached to the <head> node, the test expects the
2574 stylesheet to be loaded for the test to pass.
2576 * fast/css/device-aspect-ratio-expected.txt: Added.
2577 * fast/css/device-aspect-ratio.html: Added.
2579 This test sets the device-aspect-ratio to the current size of the screen.
2580 NOTE: This test passed before the fix.
2582 * fast/css/max-device-aspect-ratio-expected.txt: Added.
2583 * fast/css/max-device-aspect-ratio.html: Added.
2585 This test sets the max-device-aspect ratio to 100/1 for landscape monitors or
2586 1/1 for portrait (or square) monitors.
2587 NOTE: This test failed before the fix.
2589 * fast/css/min-device-aspect-ratio-expected.txt: Added.
2590 * fast/css/min-device-aspect-ratio.html: Added.
2592 This test sets the min-device-aspect ratio to 1/1 for landscape monitors or
2593 1/100 for portrait (or square) monitors.
2594 NOTE: This test failed before the fix.
2596 * fast/css/resources/device-aspect-ratio.css: Added.
2598 2007-11-07 Dan Bernstein <mitz@apple.com>
2600 Reviewed by Dave Hyatt.
2602 - test for http://bugs.webkit.org/show_bug.cgi?id=15887
2603 REGRESSION (r27576): Crash in RenderStyle::affectedByHoverRules clicking link on Digg
2605 * fast/css/display-none-inline-style-change-crash-expected.txt: Added.
2606 * fast/css/display-none-inline-style-change-crash.html: Added.
2608 2007-11-07 Dan Bernstein <mitz@apple.com>
2610 Reviewed by Darin Adler.
2612 - test that CSS rules with :hover in the ancestor chain continue to work
2613 after changing the inline style declaration of the ancestor
2615 * fast/css/affected-by-hover-after-style-change.html: Added.
2616 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.checksum: Added.
2617 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Added.
2618 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Added.
2620 2007-11-06 Geoffrey Garen <ggaren@apple.com>
2622 Reviewed by Darin Adler.
2624 Beefed up the RegExp.compile testcase to cover a mistake in the
2625 original check-in and a mistake I made while developing my new patch.
2627 * fast/js/resources/regexp-compile.js:
2629 2007-11-07 Lars Knoll <lars@trolltech.com>
2633 don't put nbsp's into the plan text paste
2635 Fix both ClipboardQt and PasteboardQt to replace
2636 nbsp's with spaces before putting the text onto the
2637 native clipboard. This is consistent with Mac and Win
2638 and fixes at least editing/pasteboard/4076267-3.html
2640 * platform/qt/Skipped:
2641 * platform/qt/editing/pasteboard/4076267-3-expected.txt: Added.
2643 2007-11-07 Lars Knoll <lars@trolltech.com>
2647 update test results after the last commit.
2649 * platform/qt/css1/box_properties/acid_test-expected.txt:
2650 * platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
2651 * platform/qt/fast/block/basic/011-expected.txt:
2652 * platform/qt/fast/block/margin-collapse/103-expected.txt:
2653 * platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
2654 * platform/qt/fast/forms/002-expected.txt:
2655 * platform/qt/fast/forms/005-expected.txt:
2656 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt:
2657 * platform/qt/fast/forms/formmove-expected.txt:
2658 * platform/qt/fast/forms/formmove2-expected.txt:
2659 * platform/qt/fast/forms/input-align-image-expected.txt:
2660 * platform/qt/fast/forms/input-appearance-height-expected.txt:
2661 * platform/qt/fast/forms/input-type-change-expected.txt:
2662 * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
2663 * platform/qt/fast/forms/radio-attr-order-expected.txt:
2664 * platform/qt/fast/forms/radio-nested-labels-expected.txt:
2665 * platform/qt/fast/forms/radio_checked-expected.txt:
2666 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt:
2667 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
2668 * platform/qt/fast/forms/searchfield-heights-expected.txt:
2669 * platform/qt/fast/forms/slider-thumb-shared-style-expected.txt:
2670 * platform/qt/fast/forms/slider-thumb-stylability-expected.txt:
2671 * platform/qt/fast/inline/positionedLifetime-expected.txt:
2672 * platform/qt/fast/replaced/width100percent-radio-expected.txt:
2673 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
2674 * platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
2675 * platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
2676 * platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
2677 * platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
2678 * platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
2679 * platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
2681 2007-11-07 Lars Knoll <lars@trolltech.com>
2685 Update the list of skipped tests.
2687 Three more tests are passing.
2689 * platform/qt/Skipped:
2691 2007-11-07 Lars Knoll <lars@trolltech.com>
2695 add more passing test cases.
2697 * platform/qt/Skipped:
2698 * platform/qt/editing/inserting/insert-3907422-fix-expected.txt: Added.
2699 * platform/qt/editing/pasteboard/3976872-expected.txt: Added.
2700 * platform/qt/editing/pasteboard/4242293-1-expected.txt: Added.
2701 * platform/qt/editing/pasteboard/4242293-expected.txt: Added.
2702 * platform/qt/editing/pasteboard/4631972-expected.txt: Added.
2703 * platform/qt/editing/pasteboard/4641033-expected.txt: Added.
2704 * platform/qt/editing/pasteboard/4700297-expected.txt: Added.
2705 * platform/qt/editing/pasteboard/4806874-expected.txt: Added.
2706 * platform/qt/editing/pasteboard/4840662-expected.txt: Added.
2707 * platform/qt/editing/pasteboard/4944770-1-expected.txt: Added.
2708 * platform/qt/editing/pasteboard/4989774-expected.txt: Added.
2709 * platform/qt/editing/pasteboard/5006779-expected.txt: Added.
2710 * platform/qt/editing/pasteboard/5027857-expected.txt: Added.
2711 * platform/qt/editing/pasteboard/5032095-expected.txt: Added.
2712 * platform/qt/editing/pasteboard/5065605-expected.txt: Added.
2713 * platform/qt/editing/pasteboard/5071074-2-expected.txt: Added.
2714 * platform/qt/editing/pasteboard/5071074-expected.txt: Added.
2715 * platform/qt/editing/pasteboard/5075944-2-expected.txt: Added.
2716 * platform/qt/editing/pasteboard/5075944-3-expected.txt: Added.
2717 * platform/qt/editing/pasteboard/5075944-expected.txt: Added.
2718 * platform/qt/editing/pasteboard/5134759-expected.txt: Added.
2719 * platform/qt/editing/pasteboard/5156401-1-expected.txt: Added.
2720 * platform/qt/editing/pasteboard/5245519-expected.txt: Added.
2721 * platform/qt/editing/pasteboard/5247341-expected.txt: Added.
2722 * platform/qt/editing/pasteboard/5368833-expected.txt: Added.
2723 * platform/qt/editing/pasteboard/5387578-expected.txt: Added.
2724 * platform/qt/editing/pasteboard/5478250-expected.txt: Added.
2725 * platform/qt/editing/pasteboard/5483567-expected.txt: Added.
2726 * platform/qt/editing/pasteboard/7955-expected.txt: Added.
2727 * platform/qt/editing/pasteboard/8145-1-expected.txt: Added.
2728 * platform/qt/editing/pasteboard/8145-2-expected.txt: Added.
2729 * platform/qt/editing/pasteboard/8145-3-expected.txt: Added.
2730 * platform/qt/editing/pasteboard/bad-placeholder-expected.txt: Added.
2731 * platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt: Added.
2732 * platform/qt/editing/pasteboard/cut-text-001-expected.txt: Added.
2733 * platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
2734 * platform/qt/editing/pasteboard/displaced-placeholder-expected.txt: Added.
2735 * platform/qt/editing/pasteboard/display-block-on-spans-expected.txt: Added.
2736 * platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt: Added.
2737 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt: Added.
2738 * platform/qt/editing/pasteboard/interchange-newline-1-expected.txt: Added.
2739 * platform/qt/editing/pasteboard/interchange-newline-3-expected.txt: Added.
2740 * platform/qt/editing/pasteboard/interchange-newline-4-expected.txt: Added.
2741 * platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt: Added.
2742 * platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt: Added.
2743 * platform/qt/editing/pasteboard/merge-after-delete-expected.txt: Added.
2744 * platform/qt/editing/pasteboard/merge-end-1-expected.txt: Added.
2745 * platform/qt/editing/pasteboard/merge-end-2-expected.txt: Added.
2746 * platform/qt/editing/pasteboard/merge-end-3-expected.txt: Added.
2747 * platform/qt/editing/pasteboard/merge-end-4-expected.txt: Added.
2748 * platform/qt/editing/pasteboard/merge-end-5-expected.txt: Added.
2749 * platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt: Added.
2750 * platform/qt/editing/pasteboard/merge-end-borders-expected.txt: Added.
2751 * platform/qt/editing/pasteboard/merge-end-list-expected.txt: Added.
2752 * platform/qt/editing/pasteboard/merge-end-table-expected.txt: Added.
2753 * platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt: Added.
2754 * platform/qt/editing/pasteboard/merge-start-list-expected.txt: Added.
2755 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
2756 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
2757 * platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt: Added.
2758 * platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt: Added.
2759 * platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Added.
2760 * platform/qt/editing/pasteboard/paste-blockquote-1-expected.txt: Added.
2761 * platform/qt/editing/pasteboard/paste-blockquote-2-expected.txt: Added.
2762 * platform/qt/editing/pasteboard/paste-blockquote-3-expected.txt: Added.
2763 * platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt: Added.
2764 * platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt: Added.
2765 * platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt: Added.
2766 * platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt: Added.
2767 * platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt: Added.
2768 * platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt: Added.
2769 * platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt: Added.
2770 * platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt: Added.
2771 * platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt: Added.
2772 * platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt: Added.
2773 * platform/qt/editing/pasteboard/paste-list-001-expected.txt: Added.
2774 * platform/qt/editing/pasteboard/paste-match-style-001-expected.txt: Added.
2775 * platform/qt/editing/pasteboard/paste-match-style-002-expected.txt: Added.
2776 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt: Added.
2777 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt: Added.
2778 * platform/qt/editing/pasteboard/paste-table-001-expected.txt: Added.
2779 * platform/qt/editing/pasteboard/paste-table-003-expected.txt: Added.
2780 * platform/qt/editing/pasteboard/paste-table-cells-expected.txt: Added.
2781 * platform/qt/editing/pasteboard/paste-text-002-expected.txt: Added.
2782 * platform/qt/editing/pasteboard/paste-text-003-expected.txt: Added.
2783 * platform/qt/editing/pasteboard/paste-text-004-expected.txt: Added.
2784 * platform/qt/editing/pasteboard/paste-text-005-expected.txt: Added.
2785 * platform/qt/editing/pasteboard/paste-text-006-expected.txt: Added.
2786 * platform/qt/editing/pasteboard/paste-text-007-expected.txt: Added.
2787 * platform/qt/editing/pasteboard/paste-text-009-expected.txt: Added.
2788 * platform/qt/editing/pasteboard/paste-text-010-expected.txt: Added.
2789 * platform/qt/editing/pasteboard/paste-text-011-expected.txt: Added.
2790 * platform/qt/editing/pasteboard/paste-text-012-expected.txt: Added.
2791 * platform/qt/editing/pasteboard/paste-text-014-expected.txt: Added.
2792 * platform/qt/editing/pasteboard/paste-text-015-expected.txt: Added.
2793 * platform/qt/editing/pasteboard/paste-text-016-expected.txt: Added.
2794 * platform/qt/editing/pasteboard/paste-text-017-expected.txt: Added.
2795 * platform/qt/editing/pasteboard/paste-text-018-expected.txt: Added.
2796 * platform/qt/editing/pasteboard/paste-text-019-expected.txt: Added.
2797 * platform/qt/editing/pasteboard/paste-text-at-tabspan-001-expected.txt: Added.
2798 * platform/qt/editing/pasteboard/paste-text-at-tabspan-002-expected.txt: Added.
2799 * platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Added.
2800 * platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt: Added.
2801 * platform/qt/editing/pasteboard/pasting-object-expected.txt: Added.
2802 * platform/qt/editing/pasteboard/pasting-tabs-expected.txt: Added.
2803 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
2804 * platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
2805 * platform/qt/editing/pasteboard/smart-paste-006-expected.txt: Added.
2806 * platform/qt/editing/pasteboard/styled-element-markup-expected.txt: Added.
2807 * platform/qt/editing/selection/4932260-1-expected.txt: Added.
2808 * platform/qt/editing/selection/5234383-1-expected.txt: Added.
2809 * platform/qt/editing/selection/extend-by-word-002-expected.txt: Added.
2810 * platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
2811 * platform/qt/editing/selection/select-box-expected.txt: Added.
2812 * platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
2813 * platform/qt/editing/style/font-family-with-space-expected.txt: Added.
2814 * platform/qt/editing/style/non-inheritable-styles-expected.txt: Added.
2815 * platform/qt/editing/style/relative-font-size-change-002-expected.txt: Added.
2816 * platform/qt/editing/undo/undo-misspellings-expected.txt: Added.
2817 * platform/qt/editing/undo/undo-typing-001-expected.txt: Added.
2818 * platform/qt/editing/unsupported-content/list-delete-001-expected.txt: Added.
2819 * platform/qt/editing/unsupported-content/list-delete-003-expected.txt: Added.
2820 * platform/qt/editing/unsupported-content/list-type-after-expected.txt: Added.
2821 * platform/qt/editing/unsupported-content/list-type-before-expected.txt: Added.
2822 * platform/qt/editing/unsupported-content/table-delete-001-expected.txt: Added.
2823 * platform/qt/editing/unsupported-content/table-delete-002-expected.txt: Added.
2824 * platform/qt/editing/unsupported-content/table-delete-003-expected.txt: Added.
2825 * platform/qt/editing/unsupported-content/table-type-after-expected.txt: Added.
2826 * platform/qt/editing/unsupported-content/table-type-before-expected.txt: Added.
2828 2007-11-07 Alexey Proskuryakov <ap@nypop.com>
2830 Finished moving editing/pasteboard/5583362.html to platform/mac (this test was crashing in ObjC test plugin,
2831 because it couldn't find its resources).
2833 * editing/resources/plaintext-pasteboard-data.dat: Removed.
2834 * platform/mac/editing/resources: Added.
2835 * platform/mac/editing/resources/plaintext-pasteboard-data.dat: Copied from editing/resources/plaintext-pasteboard-data.dat.
2837 2007-11-07 Dan Bernstein <mitz@apple.com>
2839 Reviewed by Brady Eidson.
2841 - test for http://bugs.webkit.org/show_bug.cgi?id=15877
2842 REGRESSION: r27486 caused a layout regression at my bank's website
2844 * fast/block/float/overhanging-after-height-decrease-offsets.html: Added.
2845 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.checksum: Added.
2846 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Added.
2847 * platform/mac/fast/block/float/overhanging-after-height-decrease-offsets-expected.txt: Added.
2849 2007-11-06 Adam Roben <aroben@apple.com>
2851 Move a Mac-specific test to platform/mac
2853 * editing/pasteboard/5583362.html: Removed.
2854 * platform/mac/editing/pasteboard/5583362.html: Added.
2856 2007-11-06 Beth Dakin <bdakin@apple.com>
2860 New test for <rdar://problem/5575812> REGRESSION:When using
2861 absolute positioning with overflow:auto div, WebKit seems to add an
2863 * fast/overflow/overflow-auto-position-absolute.html: Added.
2864 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.checksum: Added.
2865 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
2866 * platform/mac/fast/overflow/overflow-auto-position-absolute-expected.txt: Added.
2868 Test with changed results. The measurements in the rtl example now
2869 more closely mirror the ltr example.
2870 * platform/mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
2872 2007-11-06 Justin Garcia <justin.garcia@apple.com>
2874 Reviewed by Dan Bernstein.
2876 <rdar://problem/5583387> ASSERTION FAILED: !refChild->hasTagName(bodyTag) when pasting newline in plain text into rich text Mail
2877 <rdar://problem/5583362> REGRESSION (5523.10.3-TOT): Newlines stripped when pasting plain text in Mail
2879 * editing/pasteboard/5583362.html: Added.
2880 * editing/resources/plaintext-pasteboard-data.dat: Added.
2881 * platform/mac/editing/pasteboard/5583362-expected.checksum: Added.
2882 * platform/mac/editing/pasteboard/5583362-expected.png: Added.
2883 * platform/mac/editing/pasteboard/5583362-expected.txt: Added.
2885 2007-11-06 Antti Koivisto <antti@apple.com>
2887 Correct test results.
2889 * platform/mac/fast/layers/layer-visibility-expected.txt:
2891 2007-11-06 Antti Koivisto <antti@apple.com>
2895 Update test to cover
2896 <rdar://problem/5521068>
2897 Visibility not propagated correctly for children of a layer with z-index
2899 The fix for this was (accidentally) already checked in with r27277,
2900 with retroactive r=hyatt.
2902 * fast/layers/layer-visibility.html:
2903 * platform/mac/fast/layers/layer-visibility-expected.checksum:
2904 * platform/mac/fast/layers/layer-visibility-expected.png:
2905 * platform/mac/fast/layers/layer-visibility-expected.txt:
2907 2007-11-06 Justin Garcia <justin.garcia@apple.com>
2909 Reviewed by Darin Adler.
2911 <rdar://problem/5576619> REGRESSION: Caret disappears after deleting the last character in inline hole (15714)
2913 * platform/mac/editing/input/5576619-expected.checksum: Added.
2914 * platform/mac/editing/input/5576619-expected.png: Added.
2915 * platform/mac/editing/input/5576619-expected.txt: Added.
2916 * platform/mac/editing/input/5576619.html: Added.
2917 * platform/mac/editing/input/text-input-controller-expected.txt:
2919 2007-11-06 Dan Bernstein <mitz@apple.com>
2921 Reviewed by Antti Koivisto and Dave Hyatt.
2923 - test for <rdar://problem/5582961> Incorrect layout and floating object list corruption when CSS decreases a block's height
2925 * fast/block/float/overhanging-after-height-decrease.html: Added.
2926 * platform/mac-leopard/fast/block: Added.
2927 * platform/mac-leopard/fast/block/float: Added.
2928 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.checksum: Added.
2929 * platform/mac-leopard/fast/block/float/overhanging-after-height-decrease-expected.png: Added.
2930 * platform/mac/fast/block/float/overhanging-after-height-decrease-expected.txt: Added.
2932 2007-11-05 Adele Peterson <adele@apple.com>
2936 Added test for poster attribute.
2938 * media/content/abe.png: Added.
2939 * media/content/greenbox.png: Added.
2940 * media/video-poster-expected.txt: Added.
2941 * media/video-poster.html: Added.
2943 2007-11-06 Antti Koivisto <antti@apple.com>
2947 Tests for media src attribute changes.
2949 * media/video-src-change-expected.txt: Added.
2950 * media/video-src-change.html: Added.
2951 * media/video-src-remove-expected.txt: Added.
2952 * media/video-src-remove.html: Added.
2953 * media/video-src-set-expected.txt: Added.
2954 * media/video-src-set.html: Added.
2955 * media/video-test.js:
2957 2007-11-06 Dan Bernstein <mitz@apple.com>
2959 Reviewed by Darin Adler.
2961 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15838
2962 Incomplete repaint toggling "How you know this person" on Facebook
2964 * fast/repaint/make-children-non-inline.html: Added.
2965 * platform/mac/fast/repaint/make-children-non-inline-expected.txt: Added.
2966 * platform/mac-leopard/fast/repaint: Added.
2967 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.checksum: Added.
2968 * platform/mac-leopard/fast/repaint/make-children-non-inline-expected.png: Added.
2970 2007-11-05 Adam Roben <aroben@apple.com>
2972 Remove a now-passing test from the Windows Skipped file
2976 * platform/win/Skipped:
2978 2007-11-05 Dan Bernstein <mitz@apple.com>
2980 Reviewed by Oliver Hunt.
2982 - test that an all-whitespace class attribute does not cause an assertion failure
2984 * fast/dom/class-all-whitespace-expected.txt: Added.
2985 * fast/dom/class-all-whitespace.html: Added.
2987 2007-11-05 Alexey Proskuryakov <ap@webkit.org>
2991 http://bugs.webkit.org/show_bug.cgi?id=15841
2992 fast/dom/Document/early-document-access.html crashes under GuardMalloc
2994 * fast/dom/Document/early-document-access.html: Don't check for open() timeout;
2995 wait for popup window to close as long as it takes.
2997 2007-11-03 Darin Adler <darin@apple.com>
3001 - updates for http://bugs.webkit.org/show_bug.cgi?id=15814
3002 <rdar://problem/5536644> fast/js/kde/encode_decode_uri.html fails
3004 * fast/js/kde/resources/encode_decode_uri.js: Rewrote the test to cover edges better,
3005 and use the should functions in a way that makes failures easier to understand.
3006 * fast/js/kde/encode_decode_uri-expected.txt: Updated.
3008 2007-11-02 Antti Koivisto <antti@apple.com>
3012 Test for video width/height DOM and content attributes.
3014 * media/video-width-height-expected.txt: Added.
3015 * media/video-width-height.html: Added.
3017 2007-11-02 Darin Adler <darin@apple.com>
3021 - test for http://bugs.webkit.org/show_bug.cgi?id=15806
3022 <rdar://problem/5561626> ASSERT(element->isRadioButton()) fires destroying form elements
3024 * fast/forms/remove-radio-button-assert-expected.txt: Added.
3025 * fast/forms/remove-radio-button-assert.html: Added.
3027 2007-11-02 Darin Adler <darin@apple.com>
3031 - update tests affected by fix for <rdar://problem/5530185> WebKit does not show
3032 <object> fallback content when both URL and MIME type is omitted
3034 * dom/html/level2/html/AppletsCollection-expected.txt: The text "Nothing here!" renders now.
3035 * fast/dom/HTMLDocument/object-by-name-unknown-child-element-expected.txt: Some blank
3037 * platform/mac/fast/invalid/residual-style-expected.txt: A font element renders now.
3039 2007-11-01 Dan Bernstein <mitz@apple.com>
3041 - fix typo in test name
3043 * fast/repaint/layout-state-only-posiitoned.html: Removed.
3044 * fast/repaint/layout-state-only-positioned.html: Copied from fast/repaint/layout-state-only-posiitoned.html.
3045 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Removed.
3046 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Removed.
3047 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Removed.
3048 * platform/mac/fast/repaint/layout-state-only-positioned-expected.checksum: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum.
3049 * platform/mac/fast/repaint/layout-state-only-positioned-expected.png: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png.
3050 * platform/mac/fast/repaint/layout-state-only-positioned-expected.txt: Copied from platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt.
3052 2007-11-01 Geoffrey Garen <ggaren@apple.com>
3054 Reviewed by Maciej Stachowiak.
3056 Layout test for http://bugs.webkit.org/show_bug.cgi?id=15785
3057 REGRESSION(r27344): Crash on load at finance.yahoo.com
3059 * fast/js/activation-object-function-lifetime-expected.txt: Added.
3060 * fast/js/activation-object-function-lifetime.html: Added.
3062 2007-11-01 Dan Bernstein <mitz@apple.com>
3064 Reviewed by Dave Hyatt.
3066 - repaint test for http://bugs.webkit.org/show_bug.cgi?id=15015
3067 <rdar://problem/5420308> Most of www.aol.com redraws unnecessarily when headline/photo section changes
3069 * fast/repaint/overflow-clip-subtree-layout.html: Added.
3070 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.checksum: Added.
3071 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
3072 * platform/mac/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
3074 2007-10-31 Adam Roben <aroben@apple.com>
3076 Add Windows-specific results for window-properties
3078 HTML Timed Media elements aren't implemented yet on Windows.
3080 * platform/win/fast/dom/Window/window-properties-expected.txt: Added.
3082 2007-10-31 Adam Roben <aroben@apple.com>
3084 New test for a crash when parsing a cubic-bezier function
3088 * fast/css/parse-timing-function-crash-expected.txt: Added.
3089 * fast/css/parse-timing-function-crash.html: Added.
3091 2007-10-31 Justin Garcia <justin.garcia@apple.com>
3093 Reviewed by Dave Harrison.
3095 * editing/execCommand/5569741.html: Added.
3096 * platform/mac/editing/execCommand/5569741-expected.checksum: Added.
3097 * platform/mac/editing/execCommand/5569741-expected.png: Added.
3098 * platform/mac/editing/execCommand/5569741-expected.txt: Added.
3100 2007-10-31 Antti Koivisto <antti@apple.com>
3102 Remove timing dependent, occasionally failing cue point tests.
3103 Cue points will be replaced with cue ranges soon anyway.
3105 * media/video-cuepoint-pause-expected.txt: Removed.
3106 * media/video-cuepoint-remove-multiple-expected.txt: Removed.
3107 * media/video-cuepoint-multiple-expected.txt: Removed.
3108 * media/video-cuepoint-remove-expected.txt: Removed.
3109 * media/video-cuepoint-pause.html: Removed.
3110 * media/video-cuepoint-remove-multiple.html: Removed.
3111 * media/video-cuepoint-multiple.html: Removed.
3112 * media/video-cuepoint-remove.html: Removed.
3113 * media/video-cuepoint-add-expected.txt: Removed.
3114 * media/video-cuepoint-add.html: Removed.
3116 2007-10-31 Lars Knoll <lars@trolltech.com>
3120 Fixes in the XML tokenizer when using QXmlStream.
3122 Use new functionality of QXmlStream in Qt 4.4 to simplify
3123 the code (but keep the old code for now to still support Qt 4.3).
3125 Add proper support for namespace handling when parsing into
3126 a document fragment.
3128 * platform/qt/Skipped:
3129 * platform/qt/dom/xhtml/level3/core/canonicalform10-expected.txt: Removed.
3130 * platform/qt/dom/xhtml/level3/core/canonicalform11-expected.txt: Removed.
3132 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
3136 http://bugs.webkit.org/show_bug.cgi?id=11001
3137 WebKit doesn't support RegExp.compile method
3139 * fast/js/regexp-compile-expected.txt: Added.
3140 * fast/js/regexp-compile.html: Added.
3141 * fast/js/resources/regexp-compile.js: Added.
3143 2007-10-31 Alexey Proskuryakov <ap@webkit.org>
3147 http://bugs.webkit.org/show_bug.cgi?id=15762
3148 XSLStylesheet loads subresources from a wrong URL
3150 * fast/xsl/resources/xslt-second-level-import.xsl:
3151 * fast/parser/resources/external-entities.xsl.xsl:
3152 These tests depended on old buggy behavior.
3154 2007-10-30 Antti Koivisto <antti@apple.com>
3158 Media tests from feature branch.
3160 * fast/dom/Window/window-properties-expected.txt: Replaced.
3161 * fast/dom/Window/window-properties.html: Replaced.
3163 * media/audio-constructor-expected.txt: Added.
3164 * media/audio-constructor-src-expected.txt: Added.
3165 * media/audio-constructor-src.html: Added.
3166 * media/audio-constructor.html: Added.
3167 * media/content: Added.
3168 * media/content/test.mp4: Added.
3169 * media/content/test.wav: Added.
3170 * media/progress-event-expected.txt: Added.
3171 * media/progress-event.html: Added.
3172 * media/video-append-source-expected.txt: Added.
3173 * media/video-append-source.html: Added.
3174 * media/video-autoplay-expected.txt: Added.
3175 * media/video-autoplay.html: Added.
3176 * media/video-buffered-expected.txt: Added.
3177 * media/video-buffered.html: Added.
3178 * media/video-cuepoint-add-expected.txt: Added.
3179 * media/video-cuepoint-add.html: Added.
3180 * media/video-cuepoint-multiple-expected.txt: Added.
3181 * media/video-cuepoint-multiple.html: Added.
3182 * media/video-cuepoint-pause-expected.txt: Added.
3183 * media/video-cuepoint-pause.html: Added.
3184 * media/video-cuepoint-remove-expected.txt: Added.
3185 * media/video-cuepoint-remove-multiple-expected.txt: Added.
3186 * media/video-cuepoint-remove-multiple.html: Added.
3187 * media/video-cuepoint-remove.html: Added.
3188 * media/video-currentTime-expected.txt: Added.
3189 * media/video-currentTime-set-expected.txt: Added.
3190 * media/video-currentTime-set.html: Added.
3191 * media/video-currentTime-set2-expected.txt: Added.
3192 * media/video-currentTime-set2.html: Added.
3193 * media/video-currentTime.html: Added.
3194 * media/video-dom-autoplay-expected.txt: Added.
3195 * media/video-dom-autoplay.html: Added.
3196 * media/video-dom-end-expected.txt: Added.
3197 * media/video-dom-end.html: Added.
3198 * media/video-dom-loopcount-expected.txt: Added.
3199 * media/video-dom-loopcount.html: Added.
3200 * media/video-dom-loopend-expected.txt: Added.
3201 * media/video-dom-loopend.html: Added.
3202 * media/video-dom-loopstart-expected.txt: Added.
3203 * media/video-dom-loopstart.html: Added.
3204 * media/video-dom-src-expected.txt: Added.
3205 * media/video-dom-src.html: Added.
3206 * media/video-dom-start-expected.txt: Added.
3207 * media/video-dom-start.html: Added.
3208 * media/video-end-expected.txt: Added.
3209 * media/video-end.html: Added.
3210 * media/video-error-abort-expected.txt: Added.
3211 * media/video-error-abort.html: Added.
3212 * media/video-error-does-not-exist-expected.txt: Added.
3213 * media/video-error-does-not-exist.html: Added.
3214 * media/video-load-networkState-expected.txt: Added.
3215 * media/video-load-networkState.html: Added.
3216 * media/video-load-readyState-expected.txt: Added.
3217 * media/video-load-readyState.html: Added.
3218 * media/video-loopcount-expected.txt: Added.
3219 * media/video-loopcount.html: Added.
3220 * media/video-loopend-expected.txt: Added.
3221 * media/video-loopend.html: Added.
3222 * media/video-loopstart-expected.txt: Added.
3223 * media/video-loopstart.html: Added.
3224 * media/video-muted-expected.txt: Added.
3225 * media/video-muted.html: Added.
3226 * media/video-no-autoplay-expected.txt: Added.
3227 * media/video-no-autoplay.html: Added.
3228 * media/video-seekable-expected.txt: Added.
3229 * media/video-seekable.html: Added.
3230 * media/video-size-expected.txt: Added.
3231 * media/video-size.html: Added.
3232 * media/video-source-expected.txt: Added.
3233 * media/video-source-media-expected.txt: Added.
3234 * media/video-source-media.html: Added.
3235 * media/video-source-type-expected.txt: Added.
3236 * media/video-source-type.html: Added.
3237 * media/video-source.html: Added.
3238 * media/video-src-expected.txt: Added.
3239 * media/video-src-source-expected.txt: Added.
3240 * media/video-src-source.html: Added.
3241 * media/video-src.html: Added.
3242 * media/video-start-expected.txt: Added.
3243 * media/video-start.html: Added.
3244 * media/video-test.js: Added.
3245 * media/video-volume-expected.txt: Added.
3246 * media/video-volume.html: Added.
3247 * platform/qt/Skipped:
3248 * platform/win/Skipped:
3250 2007-10-30 Justin Garcia <set EMAIL_ADDRESS environment variable>
3252 Reviewed by Darin Adler.
3254 <rdar://problem/5549929> CrashTracer: [USER] 35 crashes at WebCore::CharacterData::insertData
3256 * editing/inserting/5549929-1-expected.txt: Added.
3257 * editing/inserting/5549929-1.html: Added.
3258 * editing/inserting/5549929-2.html: Added.
3259 * editing/inserting/5549929-3.html: Added.
3260 * platform/mac/editing/inserting/5549929-2-expected.checksum: Added.
3261 * platform/mac/editing/inserting/5549929-2-expected.png: Added.
3262 * platform/mac/editing/inserting/5549929-2-expected.txt: Added.
3263 * platform/mac/editing/inserting/5549929-3-expected.checksum: Added.
3264 * platform/mac/editing/inserting/5549929-3-expected.png: Added.
3265 * platform/mac/editing/inserting/5549929-3-expected.txt: Added.
3267 2007-10-30 Adam Roben <aroben@apple.com>
3269 Add another failing test to the Windows Skipped file
3271 * platform/win/Skipped:
3273 2007-10-30 Sam Weinig <sam@webkit.org>
3275 Rubber-stamped by Adam Roben.
3277 Update test to not intermittently fail.
3279 * http/tests/security/host-compare-case-insensitive-expected.txt:
3280 * http/tests/security/host-compare-case-insensitive.html:
3281 * http/tests/security/resources/cross-frame-iframe.html:
3282 * http/tests/security/resources/localhost-accesssor.html:
3284 2007-10-30 Beth Dakin <bdakin@apple.com>
3286 Rubber stamped by Geoff.
3288 This test needed updated results from my patch last night. It has
3289 <parsererror> tags, which are now block instead on inline.
3291 * platform/mac/fast/frames/onlyCommentInIFrame-expected.checksum: Replaced.
3292 * platform/mac/fast/frames/onlyCommentInIFrame-expected.png: Replaced.
3293 * platform/mac/fast/frames/onlyCommentInIFrame-expected.txt:
3295 2007-10-30 Beth Dakin <bdakin@apple.com>
3297 Rubber stamped by Geoff.
3299 Fixing two layout test mixups from my patch last night.
3301 I added this test, but checked in old results:
3302 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt:
3304 I removed the results of this test by accident:
3305 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Added.
3307 2007-10-29 Beth Dakin <bdakin@apple.com>
3311 New tests and new results for old tests for <rdar://problem/
3312 5399614> anchor tag is not rendered without text content, works in
3313 Firefox with CSS background-image (13237)
3316 * fast/inline/drawStyledEmptyInlines.html: Added.
3317 * fast/inline/drawStyledEmptyInlinesWithWS.html: Added.
3318 * fast/inline/emptyInlinesWithinLists.html: Added.
3319 * fast/inline/styledEmptyInlinesWithBRs.html: Added.
3320 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.checksum: Added.
3321 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.png: Added.
3322 * platform/mac/fast/inline/drawStyledEmptyInlines-expected.txt: Added.
3323 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.checksum: Added.
3324 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: Added.
3325 * platform/mac/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added.
3326 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.checksum: Added.
3327 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.png: Added.
3328 * platform/mac/fast/inline/emptyInlinesWithinLists-expected.txt: Added.
3329 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.checksum: Added.
3330 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.png: Added.
3331 * platform/mac/fast/inline/styledEmptyInlinesWithBRs-expected.txt: Added.
3333 New results for tests with <paserererrors> since <parsererror> is
3335 * platform/mac/fast/invalid/junk-data-expected.checksum: Replaced.
3336 * platform/mac/fast/invalid/junk-data-expected.png: Replaced.
3337 * platform/mac/fast/invalid/junk-data-expected.txt:
3338 * platform/mac/fast/invalid/missing-end-tag-expected.checksum: Replaced.
3339 * platform/mac/fast/invalid/missing-end-tag-expected.png: Replaced.
3340 * platform/mac/fast/invalid/missing-end-tag-expected.txt:
3341 * platform/mac/fast/parser/xhtml-alternate-entities-expected.checksum: Replaced.
3342 * platform/mac/fast/parser/xhtml-alternate-entities-expected.png: Replaced.
3343 * platform/mac/fast/parser/xhtml-alternate-entities-expected.txt:
3344 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.checksum: Replaced.
3345 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.png: Replaced.
3346 * platform/mac/fast/xsl/xslt-extra-content-at-end-expected.txt: Removed.
3347 * platform/mac/svg/custom/junk-data-expected.checksum: Replaced.
3348 * platform/mac/svg/custom/junk-data-expected.png: Replaced.
3349 * platform/mac/svg/custom/junk-data-expected.txt:
3350 * platform/mac/svg/custom/missing-xlink-expected.checksum: Replaced.
3351 * platform/mac/svg/custom/missing-xlink-expected.png: Replaced.
3352 * platform/mac/svg/custom/missing-xlink-expected.txt:
3353 * platform/mac/svg/hixie/error/012-expected.checksum: Replaced.
3354 * platform/mac/svg/hixie/error/012-expected.png: Replaced.
3355 * platform/mac/svg/hixie/error/012-expected.txt:
3357 2007-10-29 Dan Bernstein <mitz@apple.com>
3359 Reviewed by Adam Roben.
3361 - test for http://bugs.webkit.org/show_bug.cgi?id=15750
3362 REGRESSION(r27173): Web Inspector freezes beneath Image::drawPattern()
3364 * fast/backgrounds/size/zero.html: Added.
3365 * platform/mac/fast/backgrounds/size/zero-expected.checksum: Added.
3366 * platform/mac/fast/backgrounds/size/zero-expected.png: Added.
3367 * platform/mac/fast/backgrounds/size/zero-expected.txt: Added.
3369 2007-10-29 Sam Weinig <sam@webkit.org>
3371 Rubber-stamped by Adam Roben.
3373 Simplify the dataURL xxs tests.
3375 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
3376 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level.html:
3377 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
3378 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
3379 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame.html:
3380 * http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame.html:
3381 * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
3382 * http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url.html:
3383 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
3384 * http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open.html:
3385 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
3386 * http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html:
3387 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
3388 * http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level.html:
3389 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
3390 * http/tests/security/dataURL/xss-DENIED-to-data-url-window-open.html:
3392 2007-10-29 Alexey Proskuryakov <ap@webkit.org>
3396 Test for http://bugs.webkit.org/show_bug.cgi?id=10030
3397 Star Alliance site is opened without the main frame
3399 * fast/frames/location-change-expected.txt: Added.
3400 * fast/frames/location-change.html: Added.
3401 * fast/frames/resources/location-change-frame-1.html: Added.
3402 * fast/frames/resources/location-change-frame-2.html: Added.
3404 2007-10-29 Dan Bernstein <mitz@apple.com>
3406 Reviewed by John Sullivan,
3408 - repaint test for <rdar://problem/5424455> REGRESSION (r21168-r21193, Tiger only): Safari scrollbar is clipped at top when loading particular RSS page
3410 * fast/repaint/layout-state-only-posiitoned.html: Added.
3411 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.checksum: Added.
3412 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.png: Added.
3413 * platform/mac/fast/repaint/layout-state-only-posiitoned-expected.txt: Added.
3415 2007-10-29 David Kilzer <ddkilzer@webkit.org>
3417 Test for: REGRESSION (r17701): Favicons should be viewable as image documents
3418 <http://bugs.webkit.org/show_bug.cgi?id=15640>
3422 * fast/images/favicon-as-image.html: Added.
3423 * fast/images/resources/favicon.ico: Added.
3424 * platform/mac/fast/images/favicon-as-image-expected.checksum: Added.
3425 * platform/mac/fast/images/favicon-as-image-expected.png: Added.
3426 * platform/mac/fast/images/favicon-as-image-expected.txt: Added.